@charset utf-8;

/*
Theme Name: Presence
Theme URI: http://www.designova.net/themes/wordpress/presence
Description: A Premium Responsive Creative wordpress theme
Author: Designova
Author URI: http://www.designova.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.3
Tags: light,theme-options, translation-ready

Designed & Handcrafted by Designova
All files, unless otherwise stated, are released under the GNU General Public License
*/

a{outline: none !important;}



/*Common Spacing and Padding*/
.add-top{
	margin-top: 100px !important;
}
.add-bottom{
	margin-bottom: 100px !important;
}
.add-top-half{
	margin-top: 50px !important;
}
.add-bottom-half{
	margin-bottom: 50px !important;
}
.add-top-medium{
	margin-top: 30px !important;
}
.add-bottom-medium{
	margin-bottom: 30px !important;
}
.add-top-small{
	margin-top: 20px !important;
}
.add-bottom-small{
	margin-bottom: 20px !important;
}
.add-top-v-small{
	margin-top: 10px !important;
}
.add-bottom-vsmall{
	margin-bottom: 10px !important;
}
.add-over-small{margin: 10px;}

.pad-top{
	padding-top: 100px !important;
}
.pad-bottom{
	padding-bottom: 100px !important;
}
.pad-top-half{
	padding-top: 50px !important;
}
.pad-bottom-half{
	padding-bottom: 50px !important;
}
.pad-top-medium{
	padding-top: 30px !important;
}
.pad-bottom-medium{
	padding-bottom: 30px !important;
}
.pad-top-small{
	padding-top: 20px !important;
}
.pad-bottom-small{
	padding-bottom: 20px !important;
}
.pad-over-small{padding: 10px;}
.pad-over{padding: 40px;}
.no-pad-bottom{padding-bottom: 0px; margin-bottom: 0px;}
.no-pad-top{padding-top: 0px; margin-top: 0px;}



.uppercase{text-transform: uppercase;}
.align-center{text-align: center;}
.align-left{text-align: left;}
.align-right{text-align: right;}
.aligncenter{
	text-align: center;
	margin: 0 auto;
	display: inherit;
}

.light-txt{font-family:"RalewayLight";}
.light-heading{font-family:"OpenSansLight";}
.heading{font-family:"MontserratRegular";}
.bold-heading{font-family:"OpenSansBold";}

.small-txt{font-size: 12px; line-height: 19px;}
.medium-small-txt{font-size: 18px;  line-height: 25px;}
.medium-txt{font-size: 22px; line-height: 31px;}
.medium-large-txt{font-size: 30px;  line-height: 37px;}
.x-medium-large-txt{font-size: 36px;  line-height: 43px;}
.large-txt{font-size: 48px;  line-height: 55px;}
.x-large-txt{font-size: 64px;  line-height: 71px;}
.xx-large-txt{font-size: 96px;  line-height: 103px;}


.white-txt, .white-txt *{
	color: #fff;
}
.dark-txt, .dark-txt *{
	color: #080808;
}
.black-txt, .black-txt *{
	color: #000 !important;
}

.spalsh-slide-container{
	width: 68%;
	margin: 0 auto;
	text-align: left;
}

.white-border-top.light-border{
	border-top: 1px solid #FFF;
	padding-top: 7px;
}
.white-border-bottom.light-border{
	border-bottom: 1px solid #FFF;
	padding-bottom: 7px;
}

.dark-border-top.light-border{
	border-top: 1px solid #222;
	padding-top: 7px;
}
.dark-border-bottom.light-border{
	border-bottom: 1px solid #222;
	padding-bottom: 7px;
}

.trans-bg{
	background: rgba(0, 0, 0, .4) !important;
}

.btn-presence-highlight:hover{
	color: #FFF !important;
}

.intro .left-split-panel, .intro .right-split-panel{
	background: rgba(255,255,255,.4);
}

.video-controls{
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	text-align: left;
}
.left-split-layout .video-controls{
	left: 320px;
}
.video-controls span{
	cursor: pointer;
}
.video-controls .video-unmute{
	display: none;
}
.showcase-page{
	position: relative;
	overflow: hidden;
}
.showcase-item{
	height: 100%;
	width: 100%;
	position: relative;
}

.left-split-panel{
	background: rgba(0, 0, 0, 0.7);
    
    left: 0;
    max-width: 300px;
    padding: 40px;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    z-index: 2;
}
.right-split-panel{
	background: rgba(0, 0, 0, 0.7);
    text-align: right;
    right: 0;
    max-width: 300px;
    padding: 40px;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    z-index: 2;
}
.showcase-nav-dummy{
	position: fixed;
	right: 0px;
	top: 80px;
	background: rgba(255,255,255,.5);
	padding: 10px 10px;
	z-index: 100;
	
}
.showcase-nav-dummy ul{
	margin-bottom: 0px;
}
.showcase-nav-dummy ul li:last-child{
	margin-bottom: 0px;
}

.page-section{
	background-size: cover;
}

.parallax-page{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.animated-bg{
	background-size: 100%;
	
}

.clear-space-page{
	padding: 0px !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.submenu-icon{font-size: 18px; padding-top: 5px; padding-left: 5px; font-family: "RalewayLight";}
.overlay .submenu-wrap, .main-nav .submenu-wrap{display: none; list-style: none;}
.overlay .submenu-wrap a span{font-size: 12px !important; font-family: "RalewayLight";}

.portfolio-content-wrap .row{
	padding-left: 20px;
	padding-right: 20px;
}

.post-icons{
	margin-top: 20px;
	padding-bottom: 15px;
}
.post-icons img{
	margin-right: 10px;
	width: 40px;
}


.single-post-area-inner{
	padding: 0px;
}

.single-post-area-inner h5>span{
	font-size: 96px;
	line-height: 103px;
font-family:"OpenSansLight";
font-weight: normal;
}
.single-post-area-inner h5>span > strong{
	font-size: 36px;
	line-height: 43px;
font-family:"OpenSansLight";
font-weight: normal;
}
.single-post-area-inner h1{
	font-size: 36px;
	line-height: 43px;
font-family:"MontserratRegular";
letter-spacing: 1px;
margin-top:20px;
font-weight: normal;
word-wrap: break-word;
}
.single-post-area-inner h6{
margin-top:20px;
margin-bottom: 28px;
}
.single-post-area-inner h6 > span{
text-transform: uppercase;
font-family:"RalewayLight";
	font-size: 12px;
	line-height: 19px;
	
}
.single-post-proceed{
	margin-top: 40px;
}

.single-post-inner-content{
	padding: 40px;
}
.single-post-inner-content > h4{
	font-size: 18px;
	line-height:25px;
font-family:"OpenSansBold";
margin-bottom: 0;
}

.single-post-inner-content > p{
margin-bottom: 30px;
}
.single-post-inner-content > h4 > .single-post-date{
	font-size: 24px;
	line-height:31px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.single-post-inner-content > h4 > .single-post-month{
	font-size: 18px;
	line-height:25px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.single-post-inner-content > .single-post-spec{
	margin-top: 10px;
	padding-top: 5px;
	font-size: 14px;
	line-height:21px;
border-top: solid 1px #aaa;
}
.single-post-inner-content > .single-post-category{
	font-size: 12px;
	line-height:19px;
font-family:"OpenSansLight";
margin-bottom: 0;
}
.single-post-inner-slider{
	margin-top: 10px !important;
}
.single-post-text-area{
	padding: 40px 0 !important;
}

.post-feature-content{
	height: 0;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.post-feature-content iframe{
	border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.post-type-quote {
    background: #F5F5F5;
    color: #777;
    font-family: Georgia;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 27px;
    padding: 20px;
}

.post-type-link {
    background: #F5F5F5;
    font-family: "OpenSansBold";
    text-decoration: none !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 31px;
    padding: 20px;
}



.post-tags{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: #777 solid 1px;
}
.post-tags a:hover{
	background: #333;
}
.category-list li{
	list-style: none;
	
}
.category-list ul{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 35px;
}
.category-list ul ul{
	margin-left: 20px;
}
.category-list ul li{
	border-bottom: #EEE solid 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.category-list ul li:last-child{
	border-bottom: #EEE solid 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.category-list ul li a:hover{
	color: #333;
}
.comments ul{
	list-style: none;
}
.comment ul.children{margin-left: 30px;}
.comments a:hover{
	color: #555;
}
ul.commentlists{
	padding-left: 0px;
}
div.comment{
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: #F5F5F5 solid 1px;
}
.comment-reply-link:hover{
	color: #FFF !important;
}
.comment-form input[type="text"] {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #FFF !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
    border: 1px solid #fff;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.comment-form input[type="text"]:focus, .comment-form textarea:focus {
    border: solid 1px #fff !important;
    color: #FFF !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.comment-form textarea {
    border: none !important;
    border: 1px solid #fff;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #FFF !important;
    font-family:"OpenSansLight" !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.form-submit{
	margin-top: 20px;
	margin-bottom: 50px;
}
#contactForm {
    max-width: 600px;
    margin: 0 auto;
}

#contactForm .contact_web_url{display: none;}

#services-carousel .owl-controls  {
	display: none !important;
}

.why-i-metric-liner {
	margin-bottom: 50px;
}

.why-i-metric .feature-icon {
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.create-story {

}

.create-story span {
    display: block;
    text-align: right;
    margin-bottom: 26px;
    font-weight: bold;
    font-size: 140%;
    color: #fff;
    letter-spacing: 4px;
}

.create-story span.together {
	color: #f7941d
}

.country-icon {
	height: 18px;
    margin-right: 10px;
}

.stories {
    padding-top: 50px;
    
    text-align: center;
}

.stories h1 {
	font-weight: bolder;
    font-size: 200%;
}

.stories h1 a {
	color: #f7941d;
}

.stories img {
    width: 200px;
    margin-bottom: 25px;
}


.showcase-item {

}

.showcase-header {
	display: flex;
    margin-bottom: 75px;
}

.showcase-title{
    flex: 2;
    font-size: 250%;
    font-weight: bold;
    background-color: #f7941d;
    padding: 20px;
    display: table-cell;
    color: black;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-top: 38px;
    line-height: 60px;
}

.showcase-icon{
    text-align: right;
	flex: 1;
    padding-right: 20px;
    padding-top: 20px;	
}

.showcase-icon img{
	width: 150px;
} 

.showcase-contents{
	padding-left: 20px;
}

.showcase-contents{
	display:flex;
}

.showcase-challenge {
	display: flex;
	margin-bottom:30px;
}

.showcase-challenge img {
	width: 50px;
	margin-bottom: 10px;
}

.showcase-challenge figcaption {
    color: #f7941d;
    font-size: 110%;
    font-weight: bold;
}


.showcase-challenge ul {
	list-style: none;
    margin-top: 20px;
    color: #000;
    font-size: 110%;
}

.showcase-challenge ul li {
	margin-bottom: 8px;
}

.showcase-solution {
	display: flex;
	margin-bottom:30px;
}

.showcase-solution img {
	width: 80px;
	margin-bottom: 10px;
}

.showcase-solution figcaption {
    color: #f7941d;
    font-size: 110%;
    font-weight: bold;
}

.showcase-solution ul {
	list-style: none;
    margin-top: 20px;
    color: #000;
    font-size: 110%;
}

.showcase-solution ul li {
	margin-bottom: 8px;
}

.showcase-result {
	display: flex;
	margin-bottom:30px;
}

.showcase-result img {
	width: 50px;
	margin-bottom: 10px;
}

.showcase-result figcaption {
    color: #f7941d;
    font-size: 110%;
    font-weight: bold;
}

.showcase-result ul {
	list-style: none;
    margin-top: 20px;
    color: #000;
    font-size: 110%;
}

.showcase-result ul li {
	margin-bottom: 8px;
}

.showcase-photo {
    text-align: center;
    width: 100%;

}


.competitive-edge {
	min-height: calc(100vh - 133px);
}

.competitive-edge-header {
	padding: 20px;
    background-color: #f7941d;
    width: 500px;
    margin-bottom: 100px;
    font-size: 225%;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 120%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.competitive-edge-contents {
    display: flex;
	padding-top: 200px;
	min-height: calc(100vh - 133px);
}

#technologies {
	display:block;
	padding-top: 200px;
	min-height: calc(100vh - 133px);
	padding-bottom: 50px;
}

#technologies .row {
	display: flex;
    text-align: center;
} 

#technologies .row .col-sm-4 {
	text-align: center;
	padding: 10px;
}

#technologies figure {
	text-align: center;
	margin-bottom: 40px;
}


.competitive-edge-contents .hightlight {
	color: #f7941d;
}

.competitive-edge-contents .black {
	color: #000;
}
.competitive-edge-contents p {
	color: #fff;
    font-size: 130%;
	margin-bottom: 50px;
	font-weight: bold;
}

.competitive-edge-right {
    text-align: center;
	flex: 1;
	margin-left:2%;
	margin-right: 2%;
}

.competitive-edge-right img {
	/* max-height:400px; */
	min-width: 38vw;	
}

.competitive-edge-left {
	background-color: #00000063;
    padding: 30px;
	margin-right: 20px;
	margin-top: -200px;
	padding-top: 200px;
	padding-left: 100px;
	padding-right:100px;
}

.competitive-edge-left.light {
	background-color: #ffffffbf;
}

.competitive-edge-left h1 {
	color: #f7941d;
	font-size: 250%;
}

.page-template-default #inner-page {
	background-size: cover !important;
	min-height: calc(100vh - 133px);
    padding: 0;
}

.page-template-default #inner-page > .container {
    padding: 0;
    width: 100%;
	max-width: 1920px;
	min-height: calc(100vh - 133px);
}

.page-template-default #inner-page > .container > .row {
	min-height: calc(100vh - 133px);
}

.page-template-default #inner-page > .container > .row > .col-md-12 {
	min-height: calc(100vh - 133px);
}

.page-template-default #inner-page .inner-page-content {
	min-height: calc(100vh - 133px);
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - PRICING TABLE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.price-table-wrap{
	text-align: center;
	border: #EEE solid 1px;
	padding-left: 0px;
	padding-right: 0px;
}
.price-plan-header{
	background: #434a54;
	color: #FFF;
	padding-top: 18px;
	padding-bottom: 20px;
}

.price-plan-header h1{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
.price-plan-title{
	font-size: 20px;

}

.price-plan-header span{
	display: inline-block; 
	top: -20px; 
	position: relative;
	font-size: 32px;
}

.pricing-table ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.price-plan-feature{
	font-size: 14px;
	padding: 10px 5px;
	border-bottom: #EEE solid 1px;
	text-transform: uppercase;
}
.pricing-table ul li:nth-child(even){
	background: #f8f8f8;
}
.price-plan-footer{
	margin-bottom: 20px;
	margin-top: 10px;
}
.price-button{
	color: #111;
	line-height: 46px;
    padding: 10px 15px;
    border:solid 1px #888;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
    font-family:"OpenSansLight";
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		 -o-transition: all .3s linear;
			transition: all .3s linear;
}


.alignright{
    text-align: right;
    float: right;
}

.alignleft{
    text-align: left;
    float: left;
}

.aligncenter{
    text-align: center;
    float: none;
}
.wp-caption{
	background: #222;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption-text{
	font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky{color:#000;}
.gallery-caption{
	color: #222;
}
.bypostauthor{color: #000;}



/* Home Quote */

.quote {
    margin-top: 127px;
    background: url(images/world-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.home-quote {
    font-size: 309%;
    margin: 0 auto;
    line-height: 220%;
    text-align: center;
    font-weight: bolder;
    color: #777;
    margin-top: -58px;
}

.home-quote-image {

}

.home-quote-image img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}


/* Home About US */
.about-us-slogan {
    text-align: center;
    text-transform: uppercase;
    font-size: 750%;
    margin-top: 50px;
    color: #f7941d;
	font-weight: bolder;
	text-shadow: 2px 2px 1px rgba(88, 88, 92, 0.52);
}

.about-us-slogan span {
    text-decoration: underline;
}

.about-us-slogan-image {
	margin: 0 auto;
	display: block;
	width:55%;
	height: auto;
}


.what-we-do-home-entry {
    font-size: 150%;
    font-weight: bold;
}

.what-we-do-home-img {
    width: auto;
    height: 230px;
    margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}


/* Home Services */

.home-services {
	height: 250px;
	margin-top: 30px;
}

.home-services-title {
	background-color: #000000c4;
    height: 100%;
    text-transform: uppercase;
    font-size: 200%;
    display: table;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.home-services-title span {
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
	color: #fff;
}

.home-services-icons {
	background-color: #ffffffa8;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.home-services-icons .row {
	height: 50%;
    width: 100%;	
}

.home-services-icons .row div {
	margin-top: 27px;
}

.stats-count {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 0px;
}

.stats-block {
    padding: 33px;
}

.stats-block > img {
	width: 150px;
    height: 150px;
}

#statistics .stats-des span {
	font-size: 15px;
}


.home-services-icons figure img {
	width: auto;
    height: 48px;
}

.home-services-icons figure figcaption {
	margin-top: 5px;
}


h5.home-why-title {
    color: #f7941d;
    font-size: 120%;
    font-weight: bold;
}

ul.home-why-list {
	list-style: none;
    margin-left: -39px;
    font-weight: normal;
	font-size: 100%;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

ul.home-why-list li {
	margin-top: 5px;
}

p {
	font-family: inherit;
}

/* Why Us Sub Carousel */

.why-us-title {
	padding-bottom: 15px;
    padding-top: 15px;
    background-color: #222222;
    margin-bottom: -42px;
    border-bottom: 1px solid #636363;
	text-transform: uppercase;
}

.why-us-carousel h6 {
	text-transform: uppercase;
    font-size: 120%;
    margin-top: 15px;
    color: #f7941d;
}

.why-us-carousel figcaption div {
	font-size: 105%;
    margin-bottom: 5px;
    width: 95%;
}

#why-i-metric .item img {
	width: 100%;
	height: auto;
}

/* Clients */

/* .bx-wrapper img {
    max-width: 100%;
    display: block;
    height: 100px;
    width: auto;
} */

/* Home Bubbles */

.home-bubbles {
	text-align: center;
	padding-top: 40px;
}

.home-bubbles object, .home-bubbles img {
	width: 60%;
	height: auto;
}

/* Portfolio */

#portfolio #filter_wrapper {
	display: none !important;
}


/* Partnerships */
#partnerships .logo {
	text-align: center;
	margin-top: 10px;
}

#partnerships .logo img {
	width: 150px;
	height: auto;
	margin: 0 auto;
}

#partnerships .title {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 20px;
	/* color: #fff; */
}


#partnerships .description {
    text-align: center;
	margin-top: 10px;
	color: #fff;
}
/* Statistics */

#statistics .stats-des span {
	margin-left: -20px;
	margin-right: -20px;
	display: block;
}

#statistics .stats-des span {
	margin-left: -20px;
	margin-right: -20px;
	display: block;
}

.stats-block > img {
    width: 120px;
    height: 120px;
    border-radius: 150px;
    margin-bottom: 10px;
}


/* Sliders */


/* Active Sync */

.active-sync-slider-contents {
	text-align: center;
}

.active-sync-slider-contents h1 {
	text-transform: uppercase;
    color: #f7941d;
    font-weight: bolder;
	font-size: 700%;
	text-shadow: 4px 4px 12px rgba(150, 150, 150, 0.29);
}

.active-sync-slider-contents h5 {
    color: #fff;
    font-size: 350%;
    margin-top: 30px;
    max-width: 70%;
    margin-left: auto;
	margin-right: auto;
	text-transform: lowercase;
}

/* Metrics Sync */

.metrics-slider-contents {
	text-align: center;
}

.metrics-slider-contents h1 {
	text-transform: uppercase;
    color: #f7941d;
    font-weight: bolder;
	font-size: 700%;
	text-shadow: 4px 4px 12px rgba(150, 150, 150, 0.29);
}

.metrics-slider-contents h5 {
    color: #fff;
    font-size: 254%;
    margin-top: 30px;
    max-width: 87%;
    margin-left: auto;
	margin-right: auto;
	text-transform: lowercase;
}

/* programmatic Sync */

.programmatic-slider-contents {
	text-align: center;
}

.programmatic-slider-contents h1 {
	text-transform: uppercase;
    color: #f7941d;
    font-weight: bolder;
	font-size: 600%;
	text-shadow: 4px 4px 12px rgba(150, 150, 150, 0.29);
}

.programmatic-slider-contents h5 {
    color: #fff;
    font-size: 250%;
    margin-top: 30px;
    max-width: 80%;
    margin-left: auto;
	margin-right: auto;
	text-transform: lowercase;
}


/* Contact Footer */
#contact-footer {
	padding-top: 30px;
}


#contact-footer p {
	text-align: justify;
	font-size: 95%;
	padding-right: 15px;
}
#contact-footer h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	color: #fff;
}
#contact-footer .liner {
	margin-bottom: 10px;
}
#contact-footer .liner span {
	width: 50px;
}

#contact-footer h6 {
	font-size: 105%;
    margin-bottom: 5px;
    font-weight: bolder;
    text-decoration: underline;
}

#contact-footer ul {
	list-style: none;
	padding-left: 0px;
}

#contact-footer a, #contact-footer a:hover, #contact-footer a:active {
	color: #777;
}


#contact-footer ul li img {
	margin-right: 7px;
}

#contact-footer .contact-address {
	margin-bottom: 20px;
}




/* Misc */
.orange-text {
	color: #f7941d;
}


/* Home Slider */
.spalsh-slide-container {
	width: 100%;
}

.intro-carousel .owl-item .item {
	padding-right: 0 !important;
}

.slider-contents {
	width: 100%;
	left: 0;
}

.slider-contents h1, .slider-contents h5 {
	text-align: center;
}

.slider-contents h1 {
	text-transform: uppercase;
    color: #f7941d;
    font-weight: bolder;
	font-size: 600%;
	text-shadow: 4px 4px 12px rgba(150, 150, 150, 0.29);
}

.slider-contents-programmatic h1 {
	font-size: 500%;
	padding-left: 10%;
	padding-right: 10%;
} 

.slider-contents h5 {
    color: #fff;
    font-size: 200%;
    margin-top: 30px;
    max-width: 40%;
    margin-left: auto;
	margin-right: auto;
	text-transform: lowercase;
}

.slider-contents-first {
    /* background-image: url('images/slider-text-background.png'); */
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00000073;
    /*border-top: 1px solid #f7931d85;
    border-bottom: 1px solid #f7931d85; */
}

.slider-contents-first img {
	margin-top: 0px;
    height: 150px;
    width: auto;
}

.slider-contents-first .home-slider-slogan {
    font-weight: bolder;
    color: #f8951df7;
    text-shadow: 0px 0px 20px #0000006b, 3px 2px 18px rgb(0 0 0 / 6%);
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: -2px;
    width: 420px;
    display: block;
    text-transform: uppercase;
}
}


#statistics .stats-des span {
	white-space: nowrap;
    border: none;
    text-align: center;
}

.slick-dots, .slick-arrow {
	display: none !important;
}

#contact .btn-presence {
	max-width: 150px;
	margin: 0 auto;
}

#portfolio .img-responsive {
	width: 100%;
}

/* Clients Slider */
.wpls-fix-box img {
	border: 1px solid rgb(111, 110, 110) !important;
}

#about-carousel .owl-buttons {
	display: none;
}
.our-purpose-title {
	margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 39px;
    font-size: 420%;
    color: #f7941d;
    font-weight: bold;
}

.our-purpose-toolbar {
	width: 70%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 50px;
}

.our-purpose-toolbar .line {
    width: 70%;
    position: absolute;
    height: 1px;
    z-index: 0;
    background-color: #fff;
}

.our-purpose-toolbar .line::before {
	content: '.';
    font-size: 80px;
    color: orange;
    position: absolute;
    top: -33px;
    left: -17px;

}

.our-purpose-toolbar .line::after {
    content: '.';
    font-size: 80px;
    color: orange;
    position: absolute;
    top: -0.41em;
    right: -17px;
}


.our-purpose-toolbar .our-purpose-how {
	position: relative;
}

.our-purpose-toolbar .our-purpose-how img {
    width: 130px;
    height: auto;
}

.our-purpose-toolbar .our-purpose-metrics {
	position: relative;
	cursor: pointer;
}

.our-purpose-toolbar .our-purpose-metrics img {
    width: 150px;
    height: auto;
}

.our-purpose-toolbar h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 150%;
    color: #fff;
    top: 105%;
    font-weight: normal;
    text-decoration-style: dashed;
    text-decoration-line: underline;
    text-decoration-thickness: from-font;
}

.our-purpose-toolbar .our-purpose-people {
	position: relative;
	cursor: pointer;
}

.our-purpose-toolbar .our-purpose-people img {
    width: 150px;
    height: auto;
}

.our-purpose-toolbar .our-purpose-innovation {
	position: relative;
	cursor: pointer;
}

.our-purpose-toolbar .our-purpose-innovation img {
    width: 150px;
    height: auto;
}


.imetric-services {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;   
    background-image: url(/wp-content/uploads/2023/01/imetric-services-background.jpg);
    background-size: cover;    
}

.imetric-services > div {
    text-align: center;
}

.imetric-services > div.ims1 {
    background-color: rgb(255,153,0,0.9);
}

.imetric-services > div.ims2 {
    background-color: rgb(0,0,0,0.9);
}

.imetric-services > div.ims3 {
    background-color: rgb(180,180,180,0.9);
}

.imetric-services > div.ims4 {
    background-color: rgb(255,153,0,0.9);
}

.imetric-services > div.ims5 {
    background-color: rgb(0,0,0,0.9);
}

.imetric-services > div.ims6 {
    background-color: rgb(180,180,180,0.9);
}

.imetric-services > div.ims7 {
    background-color: rgb(255,153,0,0.9);
}

.imetric-services > div.ims8 {
    background-color: rgb(0,0,0,0.9);
}


.imetric-services > div > h3 {
    font-size: 240%;
    padding: 20px 20%;    
    color: #fff;
    min-height: 130px;
}

.imetric-services > div > div {
    width: 20px;
    height: 20px;    
    background-color: #fff;
    position: relative;
    left: calc(50% - 20px);
}

.imetric-services > div > p {
    padding: 20px 15%;
    color: #fff;
    font-size: 120%;
    letter-spacing: 2px;
    margin-top: 15px;
}

#imetric-services {
    padding-bottom: 0 !important; 
}

.portfolio-page {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    min-height: 85vh;
    padding-top: 50px;
}

.portfolio-page-dimmed::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000000f;
    z-index: 0;    
}

.portfolio-page-dimmed > * {
    position: relative;
    z-index: 1;
}

.portfolio-page .portfolio-header {
    padding-bottom: 25px;
}

.portfolio-page .portfolio-header > .col {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
}

.portfolio-page .portfolio-header > .col > .portfolio-header-title {
    display: flex;
    padding: 20px;
    padding-top: 0px;
      
}

.portfolio-page .portfolio-header > .col > .portfolio-header-title > div {
    align-self: center;
    font-size: 300%;
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
    text-shadow: 2px 2px 6px #00000073;     
}


.portfolio-page .portfolio-header > .col > .portfolio-header-logo > img {
    height: auto;
    width: 150px;
    margin-right: 50px;
}

.portfolio-page .portfolio-numbers {
    text-align: center;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 4fr 1fr;  
    padding-bottom: 50px;
    
}

.portfolio-page .portfolio-numbers .portfolio-numbers-container > div > .portfolio-counter {
    font-size: 250%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    text-shadow: 2px 2px 6px #00000073; 
    line-height: 100%;
}

.portfolio-page .portfolio-numbers .portfolio-numbers-container > div > .portfolio-counter-title {
    font-size: 200%;
    text-shadow: 2px 2px 2px #00000073; 
    line-height: 100%;
}

.portfolio-page .portfolio-contents {
    padding-left: 100px;
    padding-right: 100px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    background-color: #00000080;
    background-clip: content-box;
}



.portfolio-page .portfolio-contents.image_only {
    grid-template-columns: auto;
    background-color: transparent;

}

.portfolio-page .portfolio-contents.image_only .portfolio-contents-image {
    margin-top: 50px; 
    margin-bottom: 50px; 
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.portfolio-page .portfolio-contents.image_only  #contents_video {
    margin: 0 auto;
}


.portfolio-page .portfolio-contents .portfolio-contents-text {
    /*background-color: #00000080;*/
    color: #fff;
    padding: 40px 25px 50px;
}

.portfolio-page .portfolio-contents .portfolio-contents-text h3 {
    color: #fff;
    text-shadow: 2px 2px 6px #00000073; 
}

.portfolio-page .portfolio-contents .portfolio-contents-text p {
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 2px 2px 6px #00000073; 
    font-size: 130%;
}

.portfolio-page .portfolio-contents .portfolio-contents-text ul {
    font-size: 130%;
    color: #fff;
    text-shadow: 2px 2px 6px #00000073;
    line-height: 150%;
}

.portfolio-page .portfolio-contents .portfolio-contents-image {
  text-align: center;
  display: grid;
  align-items: end;
}


.portfolio-page .portfolio-contents .portfolio-contents-image.no-link {
        grid-template-rows: auto;
        grid-template-columns: auto;
        align-items: center;        
}

.portfolio-page .portfolio-contents .portfolio-contents-image > figure > img {
    width: 100%;
}

.portfolio-page .portfolio-contents .portfolio-contents-image > div > a {
    font-weight: bold;
    color: #fff;
    font-size: 140%;
    text-shadow: 2px 2px 6px #00000073; 
}

.imetric-portfolio {
    display: flex;
    flex-wrap: wrap;    
    max-width: 900px;
    margin-left: auto;
    margin-right: auto; 
    justify-content: center;
}

.imetric-portfolio .imetric-portfolio-item {
    display: flex;
    align-items: center;
    padding: 15px;
    /* border: 1px solid silver; */
    margin: 15px;
    width: 270px;
    height: 200px;
}

.imetric-portfolio .imetric-portfolio-item a {
    width: 100%;
}

.imetric-portfolio .imetric-portfolio-item .imetric-portfolio-item-image {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.imetric-portfolio .imetric-portfolio-item .imetric-portfolio-item-desc {
    text-align: center;
    color: #f7941d;
    font-weight: bold;
}

.imetric-portfolio .imetric-portfolio-item a:hover  .imetric-portfolio-item-desc {
    color: #f7941d;
}

.contact-titleless {
    margin-top: 60px;
}


.hmls-logo-main-wrapper>.hmls-logo-item {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
}
.hmls-logo-main-wrapper>.hmls-logo-item:hover {
    box-shadow: none !important;
}

.hmls-logo-main-wrapper>.hmls-logo-item>a>img {
    max-width: 100%;
    max-height: 100%;
}


/* Awards */

.some-awards {
    margin-top: 75px;
}


.awards-subtitle {
    width: 100%;
    text-align : center;
    margin-top: 50px;
    font-size: 170%;
    color: #fff;
    font-weight: bold;
}

.awards-container {
    max-width: 1200px;
    margin: 100px auto;

}

.awards-container  .row .awards:first-child {
    justify-content: start;
}

.awards-container  .row .awards:last-child {
    justify-content: end;
}

.awards-container  .row .awards:not(:first-child):not(:last-child) {
    justify-content: center;

}


.awards-container .awards {
    display: flex;
    height: 70px;
    margin-bottom: 75px;
    column-gap: 15px;
    align-items: center;
}

.awards-container .awards .award-logo  {
}


.awards-container .awards .award-logo img {
    max-width: 180px;
    height: auto;
}

.awards-container .award-item {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 100%;
}

.awards-container .award-item .contents {
    height: 55px;
}

.awards-container .award-item .contents .multiplier {
    color: #fff;
    text-align: center;
}

.awards-container .award-item .contents .multiplier .multiplier-x {
    font-size: 22px;
}

.awards-container .award-item .contents .multiplier .multiplier-value {
    font-weight: bold;
    font-size: 34px;
}

.awards-container .award-item  .contents .multiplier-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    
}

.awards-container .awards.abcher {
    flex-direction: row-reverse;
}

.awards-container .awards.abcher .award-item .trophy img {
    height: auto;
    max-width: 190px;
}




.awards-container .award-item .trophy {
    align-self: center;
}

.awards-container .award-item .trophy img {
    width: auto;
}

/* Awards  */


/* Responsive breakpoints */

@media (max-width: 1281px) {
    
    .portfolio-page .portfolio-contents {
        grid-template-rows: auto auto;
        grid-template-columns: auto;
        background-color: transparent;
        background-clip: content-box;
    }
    
    .portfolio-page .portfolio-contents .portfolio-contents-text {
        grid-row: 2;
        background-color: #00000080;
    }
    
    .portfolio-page .portfolio-contents .portfolio-contents-image {
       grid-row: 1;
       padding-bottom: 30px;
    }   
    
   

}


@media (max-width: 1023px) {
   .page-template-default #inner-page>.container>.row {
       margin-left: 0 !important;
       margin-right: 0 !important;
   }
   
   .page-template-default #inner-page>.container>.row>.col-md-12 {
       padding-left: 0 !important;
       padding-right: 0 !important;
   }
   
   .portfolio-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
   }
   
    .portfolio-page .portfolio-numbers .portfolio-numbers-container > div > .portfolio-counter {
        font-size: 175%;
    }
    
    .portfolio-page .portfolio-numbers .portfolio-numbers-container > div > .portfolio-counter-title {
        font-size: 125%;
    }

    .portfolio-page .portfolio-contents.image_only .portfolio-contents-image {
        margin-top: 0px;
        margin-bottom: 0px; 
        width: 94%;
        height: auto;
        position: fixed;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media (max-width: 991px) {
    .contact-titleless {
        margin-top: 0;
    }
    
    .portfolio-page .portfolio-header > .col > .portfolio-header-title > div {
        font-size: 200%;
    }    
    
}
  
  /* 
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
  */
  
  @media (min-width: 1025px) and (max-width: 1280px) {
    .portfolio-page .portfolio-numbers {
        grid-template-columns: 1fr 10fr 1fr;  
    
    }	
    
  }
  
  @media (max-width: 1199px) {
        .awards-container  .row .awards:first-child {
            justify-content: center;
        }
        
        .awards-container  .row .awards:last-child {
            justify-content: center;
        }
        
        .awards-container  .row .awards:not(:first-child):not(:last-child) {
            justify-content: center;
        }
      
  }
  
  @media (min-width: 992px) and (max-width: 1024px) {
	.slider-contents h5 {
		font-size:150%;
		max-width: 75%;
	}

	.slider-contents h1 {
		font-size:350%;
	}

	 .owl-controls .owl-buttons {
		display: none !important;
	} 

	.stats-block {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.about-us-slogan {
		line-height: 133%;
		font-size: 600%;
	}

	.home-bubbles object, .home-bubbles img {
		width: 80%;
	}

	#company .col-md-3 {
		display: none;
	}

	#company .col-md-9 {
		width: 100%;
	}


	#company h3, #company p {
		text-align: left;
	}
	
	.our-purpose-toolbar h3 {
	    text-align: center !important;
	}

	.home-quote {
		line-height: 150%;
		font-size: 250%;
		min-height: inherit;
	}

	#what-we-do .col-md-4 {
		margin-bottom: 30px;
	}

	#what-we-do .col-md-4 img {
		/* height: 30px; */
	}
	
	#what-we-do .col-md-4 .what-we-do-home-entry {
		font-size: 125%;
	}

	.home-services-title {
		width: 100%;
		height: 75px;
	}

	.home-services {
		height: inherit;
	}

	.home-services-icons {
		padding-bottom: 20px;
	}

	.home-services .col-md-3, .home-services .col-md-9 {
		width: 100%;
	}

	#services-carousel .owl-item .row {
		margin-left :0px;
	}


	#why-carousel h3, #why-carousel h5, #why-carousel h4, #why-carousel p {
		text-align: left;
	}

	#why-i-metric .col-md-6 {
		width: 100%;
	}

	.why-images-carousel {
		display: none;
	}

	ul.home-why-list {
		columns: 1;
		-webkit-columns: 1;
	}



	#partnerships .logo img {
		width: 100px;
	}

	#partnerships .description {
		margin-bottom: 30px;
	}


	#contact h3 {
		font-size: 180%;
	}

	#contact-footer .col-md-4 {
		margin-bottom: 30px;
	}
	
    .portfolio-page .portfolio-numbers {
        grid-template-columns: 1fr 10fr 1fr;  
    
    }	
    
  }
  /* 
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
  */
  
  @media (min-width: 768px) and (max-width: 991px) {
	
	.slider-contents h5 {
		font-size:130%;
		max-width: 75%;
	}

	.slider-contents h1 {
		font-size:250%;
	}

	 .owl-controls .owl-buttons {
		display: none !important;
	} 

	.stats-block {
		padding-top: 5px;
		padding-bottom: 30px;

		width: 50%;
		display: inline-block;
	}

	.stats-block > img {
		border-radius: 120px;
		height: 120px;
		margin-bottom: 0px;
		width: 120px;
	}

	.about-us-slogan {
		line-height: 133%;
		font-size: 500%;
	}

	.home-bubbles object, .home-bubbles img {
		width: 95%;
	}

	#company .col-md-3 {
		display: none;
	}

	#company h3, #company p {
		text-align: left;
	}

	.home-quote {
		line-height: 200%;
		font-size: 265%;
		min-height: inherit;
	}
	
	.quote {
		margin-top: 100px;
	}

	#what-we-do .col-md-4 {
		margin-bottom: 30px;
	}

	#what-we-do .col-md-4 img {
		/* height: 30px; */
	}
	
	#what-we-do .col-md-4 .what-we-do-home-entry {
		font-size: 125%;
	}

	.home-services-title {
		width: 100%;
		height: 75px;
	}

	.home-services {
		height: inherit;
	}

	.home-services-icons {
		padding-bottom: 20px;
	}

	#services-carousel .owl-item .row {
		margin-left :0px;
	}


	#why-carousel h3, #why-carousel h5, #why-carousel h4, #why-carousel p {
		text-align: left;
	}

	.why-images-carousel {
		display: none;
	}

	ul.home-why-list {
		columns: 1;
		-webkit-columns: 1;
	}



	#partnerships .logo img {
		width: 100px;
	}

	#partnerships .description {
		margin-bottom: 30px;
	}


	#contact h3 {
		font-size: 180%;
	}

	#contact-footer .col-md-4 {
		margin-bottom: 30px;
	}

	
	.animated-bg {
		background-size : cover !important;
	}

	.our-purpose-toolbar h3 {
	    text-align: center !important;
	}
	
    .imetric-services {
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;   
        
    }
    
    .imetric-services > div > h3 {
        font-size: 150%;
        min-height: 100px;
    }
    
    .imetric-services > div > div {
        width: 15px;
        height: 15px;    
    }
    
    .imetric-services > div > p {
        padding: 20px 15%;
        color: #fff;
        font-size: 100%;
    }    
	
    .portfolio-page .portfolio-numbers {
        grid-template-columns: 1fr 12fr 1fr;  
    
    }	
    
  }
  
  
  
  /* 
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
	
	.slider-contents h5 {
		font-size:130%;
		max-width: 75%;
	}

	.slider-contents h1 {
		font-size:250%;
	}

	 .owl-controls .owl-buttons {
		display: none !important;
	} 

	.stats-block {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.about-us-slogan {
		line-height: 133%;
		font-size: 500%;
	}

	.home-bubbles object, .home-bubbles img {
		width: 95%;
	}

	#company .col-md-3 {
		display: none;
	}

	#company h3, #company p {
		text-align: left;
	}

	.home-quote {
		line-height: 150%;
		font-size: 150%;
		min-height: inherit;
	}

	#what-we-do .col-md-4 {
		margin-bottom: 30px;
	}

	#what-we-do .col-md-4 img {
		/* height: 30px; */
	}
	
	#what-we-do .col-md-4 .what-we-do-home-entry {
		font-size: 125%;
	}

	.home-services-title {
		width: 100%;
		height: 75px;
	}

	.home-services {
		height: inherit;
	}

	.home-services-icons {
		padding-bottom: 20px;
	}

	#services-carousel .owl-item .row {
		margin-left :0px;
	}


	#why-carousel h3, #why-carousel h5, #why-carousel h4, #why-carousel p {
		text-align: left;
	}

	.why-images-carousel {
		display: none;
	}

	ul.home-why-list {
		columns: 1;
		-webkit-columns: 1;
	}


	#partnerships .logo img {
		width: 100px;
	}

	#partnerships .description {
		margin-bottom: 30px;
	}


	#contact h3 {
		font-size: 180%;
	}

	#contact-footer .col-md-4 {
		margin-bottom: 30px;
	}

	.animated-bg {
		background-size : cover !important;
	}

	.stats-block {
		padding-top: 5px;
		padding-bottom: 5px;
		display: inline-block;
		width: 50%;
	}

	.stats-block > img {
		border-radius: 110px;
		height: 110px;
		margin-bottom: -5px;
		width: 110px;
		margin-top: 20px;
	}

	.stats-count {
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	
	.our-purpose-toolbar h3 {
	    text-align: center !important;
	    font-size: 100% !important;
	}	
	
    .imetric-services {
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;   
        
    }
	
    .imetric-services > div > h3 {
        font-size: 150%;
        min-height: 100px;
    }
    
    .imetric-services > div > div {
        width: 15px;
        height: 15px;    
    }
    
    .imetric-services > div > p {
        padding: 20px 15%;
        color: #fff;
        font-size: 100%;
    }    
    
    .portfolio-page .portfolio-contents {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .portfolio-page .portfolio-numbers {
        grid-template-columns: 1fr 10fr 1fr;  
    
    }

    .portfolio-page .portfolio-contents .portfolio-contents-text {
        grid-row: 2;
    }
    
    .portfolio-page .portfolio-contents .portfolio-contents-image {
       grid-row: 1;
       padding-bottom: 30px;
    }    
    
    .imetric-portfolio {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;    
    }
    
    .awards-container .row .awards {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 50px;
        row-gap: 15px;        

    }
  }
  
  /* 
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
  */
  
  @media (max-width: 480px) {
	

	.slider-contents-first img {
		max-width: 90%;
	}
	
	.slider-contents-first .home-slider-slogan {
		max-width: 90%;
		font-size: 150%;
	}


	.slider-contents h5 {
		font-size:130%;
		max-width: 75%;
	}

	.slider-contents h1 {
		font-size:250%;
	}

	 .owl-controls .owl-buttons {
		display: none !important;
	} 

	.stats-block {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.about-us-slogan {
		line-height: 133%;
		font-size: 500%;
	}

	.home-bubbles object, .home-bubbles img {
		width: 113%;
		margin-left: -20px;
	}

	#company .col-md-3 {
		display: none;
	}

	#company h3, #company p {
		text-align: left;
	}

	.home-quote {
		line-height: 150%;
		font-size: 150%;
		min-height: inherit;
		margin-top: -15px;
	}
	
	.quote {	
		margin-top: 50px;
	}

	#what-we-do .col-md-4 {
		margin-bottom: 30px;
	}

	#what-we-do .col-md-4 img {
		/* height: 30px; */
	}
	
	#what-we-do .col-md-4 .what-we-do-home-entry {
		font-size: 125%;
	}

	.home-services-title {
		width: 100%;
		height: 75px;
	}

	.home-services {
		height: inherit;
	}

	.home-services-icons {
		padding-bottom: 20px;
	}

	#services-carousel .owl-item .row {
		margin-left :0px;
	}


	#why-carousel h3, #why-carousel h5, #why-carousel h4, #why-carousel p {
		text-align: left;
	}

	.why-images-carousel {
		display: none;
	}

	ul.home-why-list {
		columns: 1;
		-webkit-columns: 1;
	}



	#partnerships .logo img {
		width: 100px;
	}

	#partnerships .description {
		margin-bottom: 30px;
	}


	#contact h3 {
		font-size: 180%;
	}

	#contact-footer .col-md-4 {
		margin-bottom: 30px;
	}

	.animated-bg {
		background-size : cover !important;

	}

	.our-purpose-toolbar h3 {
        display: none;
	}
	
    .imetric-services {
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;   
        
    }
    
    .imetric-services > div > h3 {
        font-size: 150%;
        min-height: 100px;        
    }
    
    .imetric-services > div > div {
        width: 15px;
        height: 15px;    
    }
    
    .imetric-services > div > p {
        padding: 20px 15%;
        color: #fff;
        font-size: 100%;
    }    

    .portfolio-page .portfolio-contents {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .portfolio-page .portfolio-numbers {
        grid-template-columns: 1fr 10fr 1fr;  
    
    }
    
    .portfolio-page .portfolio-contents .portfolio-contents-text {
        grid-row: 2;
    }
    
    .portfolio-page .portfolio-contents .portfolio-contents-image {
       grid-row: 1;
       padding-bottom: 30px;
    }    	
    
    .imetric-portfolio {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;    
    }    
    
    .awards-container .row .awards {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 50px;
        row-gap: 15px;        
    }
  }
  
@media (max-width: 500px) {
    .hmls-logo-main-wrapper {
        display: grid !important;    
        grid-template-columns: auto auto !important;
    }
}