@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Open+Sans:wght@400;600;700&display=swap');

body{
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	color: #0C0C0C;
	line-height: 22px;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus,a.select{
	color: #00abc3;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,.h1{
	color: #00abc3;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}
h1,.h1{
	font-size: 30px;
	line-height: 40px;
}
.h1{
	font-size: 36px;
	line-height: 50px;
}
h2{
	font-size: 28px;
	line-height: 36px;
}
h3{
	font-size: 24px;
	line-height: 34px;
}
.img-responsive{
	display: inline-block;
}
.btn1{
	padding:12px 20px;
	color: #fff;
	background: transparent;
	border: 1px solid #252525;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #252525;
}
.btn1 i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn1:hover,
.btn1:focus{
	background: #00abc3;
	border-color: #00abc3;
	color: #fff;
	outline:none;
}
.btn1:hover i,
.btn1:focus i{
	margin-left: 5px;
}
.container-fluid{
	padding-left: 50px;
	padding-right: 50px;
}
.section{
	padding:3.5em 0;
}

.text-white{
	color: #ffffff;
}
a.text-white:hover{
	color: #00abc3;
}
.text-black{
	color: #000;
}

#stuck_container {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck{
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;    
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.header{
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	z-index: 9;
}
.home-page .header-fixed{
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background-color: transparent;
}
.isStuck .header-fixed{
	position: relative;
	background-color: #fff;
}
.header-fixed{
	position: relative;
	background-color: #000;
}

.top-wrapper{
	text-align: right;
}
.top-contact-list,
.top-social-links{
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
}
.top-contact-list li,
.top-social-links li{
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}
.top-contact-list a{
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.isStuck .top-contact-list a{
	color: #000;
}
.isStuck .navigation li a{
	color: #000;
}
.top-social-links{
	margin-left: 50px;
}
.top-social-links li{
	margin-left: 0;
}
.top-social-links a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #ffffff;
	border-radius: 100%;
	background-color: #00abc3;
	text-align: center;
}
.call-us-btn{
	left: auto;
	top: auto;
    bottom: 55%;
    right: -3px;
    transform-origin: bottom right 0;
    position: fixed;
    z-index: 999;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
}
.call-us-btn a{
	color: #ffffff;
    background-color: #f14d4d;
    font-size: 20px;
	display: inline-block;
    padding: 15px;
    margin-right: 0;
    /*margin-left: 5px;*/
}
.call-us-btn a.whatsapp-icon{
	background-color: #43da57;
    -webkit-transform: rotate(90deg) translateZ(0);
    -moz-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
}
.brand{
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.logo{
	display: block;
    padding: 14px 0;
}
.logo img{
	width: 70%;
	background: #fff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
	transition: all 0.5s;
}
.isStuck .logo img{
	width: 50%;
	/*display: flex;*/
	/*justify-content: center;*/
	/*margin: 0 auto;*/
}
.footer-logo img{
	background-color: #fff;
}
.slide-text{
	left: 0% !important;
	padding: 10px 49px;
}
.slogan{
    display:block;
    background:#9b9b9b;
    color:#000;
    padding:10px;
    text-align:center;
    font-size:22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;;
}
.slogan1{
    background:#1ba3d6;
    font-size:14px;
    line-height:18px;
}
.isStuck .slogan{
    display:none;
    opacity:0;
}
.mobile-menu{
	display: none;
}
.navigation{
	text-align: right;
	margin: 15px;
}
.navigation li{
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.navigation li:first-child{
	display: none;
}
.navigation li:last-child:before{
	display: none;
}
.navigation li a{
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
}
.navigation li:hover a,
.navigation li.active > a,
.top-contact-list a:hover{
	color: #00abc3;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 99999;
	background-color: #ffffff;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
	display: block;
	padding:0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:12px 15px;
	color:#000;
	white-space: normal;
	display: block;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li.dropdown > a:after {
    font-family:IcoFont;
    content: "\ea99";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #00abc3;
	background-color: #000;
}
.home-parallax{
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}
.parallax-window {
    min-height: 400px;
    background: transparent;
    display: table;
	width: 100%;
}
.home-slide{
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
/*.home-parallax .container{
	position: relative;
	z-index: 9;
}
.parallax-window .overla-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
}*/
.slide-text{
	
}
.strip-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 16px;
	background: url('../images/strip-bg.jpg') repeat-x;
	z-index: 2;
}
.divider,.divider1{
	width: 100px;
	height: 1px;
	background-color: #00abc3;
	position: relative;
	margin-bottom: 25px;
}
.divider:before,.divider1:before{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #00abc3;
	content: '';
}
.divider1{
	display: inline-block;
	width: 100px;
}
.divider1:before{
	width: 50%;
	left: 25%;
}
.parallax{
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
}
.parallax1{
	background-image: url('../images/img1.jpg');
	min-height: 320px;
}
.parallax2{
	background-image: url('../images/img01.jpg');
	min-height: 280px;
}
.parallax3{
	background-image: url('../images/slider/slider1.jpg');
	padding:100px 0;
}
.parallax4{
	background-image: url('../images/bg-img.jpg');
	padding:30px 0;
}
.parallax5{
	background-image: url('../images/img06.jpg');
	min-height: 350px;
}
.start-wrap{
	padding: 40px 22px;
	text-align: center;
	border-radius: 20px;
}
.start-wrap .start-box-number{
	font-size: 40px;
	color: #000;
	font-weight: 700;
    display: inline-block;
    margin-bottom: 0.2em;
    border: 3px solid #fff;
    width: 155px;
    height: 155px;
    line-height: 155px;
    text-align: center;
    border-radius: 100%;
    box-sizing:border-box;
}
.start-wrap .start-box-number span{
    display:inline-block;
    vertical-align:bottom;
    font-family: 'Lato', sans-serif;
    font-weight:900;
}
.start-wrap .start-box-text{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 35px;
}
.start-wrap:hover{
	box-shadow: 0px 20px 30px #00000044;
	
}
.start-box-para{
	color: #fff;
}
.page-title-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
}
.page-title{
	font-size: 32px;
	line-height:42px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.width-40{
	width: 40%;
	float: left;
}
.width-50{
	width: 50%;
	float: left;
}
.width-60{
	width: 60%;
	float: left;
}
.bg-color1{
	background-color: #00abc3;
}
.bg-color2{
	background-color: #00abc3;
}
.bg-color3{
	background-color: #edf0f2;
}
.bg-color4{
	background-color: #000;
}
.bg-color5{
	background-color: rgba(0,0,0,0.8);
}
.flexbox {
  	display: -webkit-box;
  	display: flex;
}
.flexbox .element {
    height: 100%;
}
.display-table{
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.display-table .padd-40{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 50px;
}
.video-wrap{
	padding-top: 80px;
}
.video-play-button {  	
  	display: inline-block;
  	width: 32px;
  	height: 32px;
  	line-height: 32px;
  	background: #faf00f;
  	border-radius: 50%;
  	position: relative;
}
.video-play-button span{
  	margin:0 7px;
}
.video-play-button:before {
  	content: "";
  	position: absolute;
  	z-index: 0;
  	left: 50%;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	display: block;
  	width: 100px;
  	height: 100px;
  	background: #00abc3;
  	border-radius: 50%;
  	animation: pulse-border 1.5s ease-out infinite;
}
.video-play-button:after {
  	content: "";
  	position: absolute;
  	z-index: 1;
  	left: 50%;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	display: block;
  	width: 100px;
  	height: 100px;
  	background: #00abc3;
  	border-radius: 50%;
  	transition: all .2s;
}
.video-play-button:hover:after {
  	background-color: darken(#fa183d, 10%);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
.services-box{
	width: 100%;
	height: 300px;
	margin:15px 0; 
	display: table;
	text-align: center;
}
.services-box .overlap-content{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.services-box .overlap-content h3{
	font-size: 25px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
}
.services-box.overlap{
	position: relative;
	overflow: hidden;
}
.services-box.overlap:before,
.parallax.overlap:before,
.parallax-window.overlap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,0.8);
}
.services-box.overlap:before{
    background-color: rgba(0,0,0,0.6);
}
.parallax.overlap:before,
.parallax-window.overlap:before{
	background-color: rgb(0 0 0 / 80%);
}
#testimonial-carousel{
	text-align:center;
	border:1px solid #dfdfdf;
	padding:15px;
	font-size:18px;
	line-height:20px;
}
.quote-icon{
	font-size: 4em;
	color: #00abc3;
	margin-bottom: 15px;
}
.testi-content{
	font-size: 16px;
}
.testi-author{
	font-size: 18px;
	color: #00abc3;
}
.testimonials-card{
	background-color: #f9f9f9;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.testimonials-card-icon{
	margin-bottom: 15px;
}
.testimonials-card-text{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 25px;
}
.testimonials-card-name{
	margin-bottom: 0;
}

.gallery-box{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	border: 1px solid #dfdfdf;
	padding:5px;
}
.list01 li,
.list02 li{
	position: relative;
	padding:0 0 14px 20px;
}
.list01 li:before,
.list02 li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\eed7';
	font-family:IcoFont;
	font-size: 18px;
}
.list02 li{
	color: #221e1f;
}
.list02.text-white li{
	color: #ffffff;
}
.list02 li:before{
	content: '\e9c4';
	top: 1px;
	left: -1px;
}
.list02 li a{
	font-weight: bold;
}
.list02 li a:hover{
	color: #0077cd;
}
.areas-list li{
	position: relative;
	padding:5px 0 5px 22px;
}
.areas-list li:before{
	position: absolute;
	top: 5px;
	left: 0;
	content: '\ed42';
	font-family:IcoFont;
}
.areas-list li a{
	font-weight: bold;
}
.areas-list li a:hover,
.areas-list li:hover:before{
	color: #00abc3;
}
.areas-list2 li{
    padding: 10px 15px;
    background-color: #ddd;
    margin: 10px 0;
    font-size: 16px;
}
.areas-list2 li i{
    color: #00abc3;
    padding-right: 10px;
    font-size: 17px;
}

.list3 li{
	position: relative;
	padding:0 0 14px 25px;
}
.list3 li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F26A';
	font-family:bootstrap-icons;
	font-size: 16px;
	color: #00abc3;
}

footer .container-fluid{
	position: relative;
	z-index: 1;
}
.footer-widget{
	padding:20px 0;
}
.widget-title{
	color: #00abc3;
	margin-bottom: 15px;
	border-left: 4px solid #00abc3;
	padding-left: 10px;
}
.footer-menu li{
	position: relative;
	padding:5px 0 5px 20px;
	color:#ffffff;
}
.footer-menu li a{
	color: #ffffff;
	display: inline-block;
}
.footer-menu li:before{
	position: absolute;
	top: 5px;
	left: 0;
	content: '\eaa0';
	font-family:IcoFont;
}
.footer-menu li:hover:before,
.footer-menu li a:hover,
.footer-links a:hover{
	color: #00abc3;
}
.address-box{
	color: #ffffff;
	margin-bottom: 15px;
}
address .address-box{
	color: #252525;
}
.address-box .icon-holder{
	float: left;
	margin-right: 15px;
	color: #00abc3;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
}
.association-wrap .img-responsive{
	width: 120px;
	display: inline-block;
	margin-bottom:4px;
}
.footer-links,
.copyright-wrapper{
	border-top: 1px dotted #fff;
	padding-top: 15px;
	margin-top: 15px;
	color: #ffffff;
}
.footer-links a{
	color: #ffffff;
	margin:3px 0;
}
.copyright{
	padding:15px 0;
}
.bottom-social-link > .top-social-links{
	display: block;
	text-align: left;
	margin-left: 0;
	margin-top: 10px;
}
.site-map-list li{
	border-left: 1px solid #dfdfdf;
	padding:10px 0 10px 30px;
	position: relative;
}
.site-map-list li:before{
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.site-map-list li > ul.child-menu{
	margin:10px 0 10px 20px;
}
.site-map-list a:hover{
	color: #00abc3;
}
.contact-box{
	margin-bottom: 15px;
}
.contact-box .contact-icon-holder{
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #252525;
	border-radius: 100%;
	text-align: center;
	position: relative;
}
.contact-box .contact-icon-holder:before{
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #252525 transparent transparent transparent;
	content: '';
	left: 10px;
}
.contact-box .contact-content{
	position: relative;
	overflow: hidden;
}

address .address-icon-holder{
	float: left;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 22px;
}
address .address-box .address-icon-holder{
	color: #252525;
}
address .address-box:hover .address-icon-holder,
address .address-box a:hover{
	color: #252525;
}
address .address-box .address-content{
	position: relative;
	overflow: hidden;
}
address .address-box .address-content strong{
	font-weight: bold;
	color: #252525;
}
.form-control{
	height: 45px;
	padding:10px;
	border:1px solid #dfdfdf;
	background-color: transparent;
	border-radius: 0;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active{
	box-shadow: none;
	border-color: #a1a1a1;
}
textarea.form-control{
	height: 150px;
	resize: vertical;
}
/* -------------------------- */
.feature_style_eight_icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    width: 130px;
    height: 130px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #0c5adb;
}
.feature_style_eight_icon:before {
    position: absolute;
    content: '';
    background: rgba(12,90,219,0.10);
    width: 100%;
    height: 100%;
    left: -8px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    transition: .5s;
}
.anim-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-animation: service_hexagon 3s infinite linear;
    -moz-animation: service_hexagon 3s infinite linear;
    -o-animation: service_hexagon 3s infinite linear;
    animation: service_hexagon 3s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.anim-icon .icon-1 {
    position: absolute;
    left: -25px;
    top: 60px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 5s infinite linear;
    animation: zoom-fade-two 5s infinite linear;
    background: #fff;
}
.feature_style_eight_icon img{
    width: 75px;
    height: 75px;
}
.icon {
    font-size: 45px;
    line-height: 45px;
}
.anim-icon .icon-3 {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 3s infinite linear;
    animation: zoom-fade-two 3s infinite linear;
    background: #000;
}
.anim-icon .icon-2 {
    position: absolute;
    left: 10px;
    top: -20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-animation: zoom-fade-two 4s infinite linear;
    animation: zoom-fade-two 4s infinite linear;
    background: rgba(99, 119, 238, 0.8);
}
.bgimagebox:hover .feature_style_eight_icon {
    box-shadow: 0 10px 30px 3px #00acc36e;
}
.bgimagebox:hover .feature_style_eight_icon {
    color: #fff;
}
.bgimagebox:hover .anim-icon {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    /* animation-play-state: running; */
}
.social-socials li i {
    font-size: 24px;
    color: #ffffff;
    margin-left: 10px;
}
.bgimagebox .btn-1.btn-gradient{
    background: linear-gradient(to right, #316ea1 42%, #0f356a 100%);
}
@-moz-keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes service_hexagon {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes service_hexagon {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes service_hexagon {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.new-contact-box{
	width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 98px;
}
.new-contact-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 98px;
  z-index: 1;
  background-color: rgba(73, 73, 73, 0.55);
}
.new-contact-box-img{
	width: 100%;
}
.new-contact-box-img img {
  width: 100% !important;
  max-height: 248px;
  min-height: 248px;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 767px) {
  .new-contact-box-img img {
    max-height: 348px;
    min-height: 348px;
  }
}

.new-contact-box-wrap{
	position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 2;
    align-items: center;
}
.new-contact-box-circle-img{
	width: 200px;
	height: 200px;
	position: relative;
}
.new-contact-box-circle-img:before, .new-contact-box-circle-img:after{
	content: "";
	position: absolute;
	width: calc(100% + 0px);
	height: calc(100% + 20px);
	left: 0;
	top: -10px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
}
.new-contact-box-circle-img::before {
  background-image: url("../images/feature-shape1-1.png");
  background-position: center top;
}
.new-contact-box-circle-img::after {
  background-image: url("../images/feature-shape1-2.png");
  background-position: center bottom;
}
.new-contact-box-circle-img img {
  width: 100% !important;
  border-radius: 50% !important;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.new-contact-box-info {
  width: calc((100% - 200px) / 1);
  padding-left: 35px;
  padding-right: 14px;
  margin-top: -15px;
}
@media (max-width: 1200px) {
  .feature-one__item__info {
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .feature-one__item__info {
    width: calc((100% - 0px) / 1);
    padding-top: 35px;
    margin-top: 0;
  }
}
.new-contact-box-info-title {
  color: var(--wallpi-white, #fff);
  font-family: var(--wallpi-font, "Inter", sans-serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.new-contact-box-info-text {
  color: rgba(var(--wallpi-white-rgb, 255, 255, 255), 0.8);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.img-border1 img{
    border-radius: 30px;
    border: 10px solid #c5c5c5;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.img-border2 img{
    border-radius: 30px;
    border-bottom: 10px solid #c5c5c5;
    border-right: 10px solid #c5c5c5;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.img-border2.image-2 img{
    border-radius: 30px;
    border-bottom: 10px solid #c5c5c5;
    border-right: none;
    border-left: 10px solid #c5c5c5;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.single-service-item {
    margin: 15px 0;
}
.single-service-item .img-holder{
    overflow: hidden;
    position: relative;
}
.single-service-item .img-holder .img-responsive{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-service-item .img-holder .overlay{
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    background: rgba(0,0,0,0.60);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.single-service-item:hover .img-holder .overlay {
    left: 0px;
}
.single-service-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}
.single-service-item .text-holder h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 15px;
    background-color: #f8f8f8;
    text-transform: uppercase;
    text-align: center;
}
.single-service-item .text-holder h4 span {
    color: #fff;
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    border:5px solid #ffffff;
    background-color: #00abc3;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
}
.address-box .address-content{
    position: relative;
    overflow: hidden;
}
.address-box .address-content p{
/*    font-weight: 500;*/
}
.address-content.contact-wrap strong{
	font-size: 16px;
}
.contact-wrap .address-content p{
	color: #000;
}

.contact-wrap .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    text-align: center;
    min-height: 175px;
    border-bottom: 4px solid #00abc3;
    border-radius: 20px 20px;
}
.address-box .address-content strong,
.address-content.contact-wrap strong{
    color: #000;
    font-size: 16px;
}
.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap > p > a{
    color: #000;
}
.services-1-block {
    background: #f8f8f8;
    position: relative;
    display: block;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #d3d3d3;
    min-height: 525px;
}
.services-1-category h4{
	font-size: 26px;
    line-height: 36px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .5s;
    position: relative;
}
.services-1-category p{
	font-size: 15px;
    line-height: 26px;
    color: #0C0C0C;
    font-weight: 400;
    margin-bottom: 6px;
    position: relative;
}
.services-1-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -3px;
    transition: .5s;
    opacity: 0;
    background-size: cover;
}
.services-1-block:hover .services-1-bg {
    opacity: 1;
}
.services-1-block:hover .services-1-category h4 {
    color: #fff;
}
.services-1-block:hover .services-1-category p {
    color: #fff;
}
/*.services-1-block:hover{
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}*/
.hvr-float-shadow{
        display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.about-thumb {
  position: relative;
  height: 550px;
  width: 100%;
  z-index: 1;
}
.about-thumb .thumb1,
.about-thumb .thumb2 {
  position: absolute;
  width: 430px;
  height: 375px;
}
.about-thumb .thumb1 img,
.about-thumb .thumb2 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.about-thumb .thumb1 {
  top: 0;
  left: 0;
  z-index: 1;
}
.about-thumb .thumb2 {
  bottom: 0;
  right: 0;
}
.about-thumb .thumb-shape {
  position: absolute;
  left: 15%;
  top: 12%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-thumb .thumb1,
  .about-thumb .thumb2 {
    width: 500px;
    height: 405px;
  }
  .about-thumb .thumb1 img,
  .about-thumb .thumb2 img {
/*    object-fit: contain;*/
    border-radius: 15px;
  }
  .about-thumb .thumb-shape {
    left: 40%;
    top: 12%;
    max-width: 300px;
  }
  .about-thumb .thumb-shape img {
    width: 100%;
  }
}

.team-style {
    position: relative;
    padding: 30px;
    margin-bottom: 40px;
    background-color: #fff;
    border: 3px solid #707474;
    box-shadow: 10px 10px 0px 0px rgba(112,116,116,1);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(112,116,116,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(112,116,116,1);
    border-radius: 30px;
    border-bottom-left-radius: 110px;
    transition: .5s all;
    min-height: 450px;
}

.about-thumbv2 {
  z-index: 1;
}
.about-thumbv2 .thumb1 {
  max-width: 430px;
  padding-top: 40px;
}
.about-thumbv2 .thumb1 img {
  width: 100%;
}
.about-thumbv2 .about-thumb-bar {
  position: absolute;
  top: 0;
  left: 40px;
  max-width: 430px;
}
.about-thumbv2 .about-thumb-bar img {
  width: 100%;
}

.about-thumbv2 .about-dot {
  position: absolute;
  left: -80px;
  top: 40px;
  animation: updown 5s linear infinite;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-thumbv2 .about-dot {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-thumbv2 .thumb1 {
    max-width: 100%;
    padding-top: 20px;
  }
  .about-thumbv2 .thumb1 img {
    width: 100%;
  }
}

@keyframes updown {
  50% {
    transform: translateY(100%);
  }
}

.img-border, .img-border2{
	border: 2px solid #ddd;
	padding: 30px;
	border-radius: 10px;
	border-bottom: 3px solid #222;
	margin-bottom: 35px;
	min-height: 450px;
}
.img-border2{
	min-height: 495px;
}

.img-box{
	margin-bottom: 50px;
}

.img-box-content{
	border: 2px solid #b3adad;
	padding: 60px 30px 30px;
	text-align: center;
	margin-top: -40px;
	min-height: 500px;
}
.img-box-number{
	position: relative;
	color: #000;
	background-color: #f1f1f1;
	border: 2px dotted #000;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: auto;
	border-radius: 100%;
	z-index:1;
}
.img-box-number span{
	font-size: 30px;
}

@media (min-width: 1700px) and (max-width: 1920px){
		.img-dd-2{
			display: none;
		}
}
@media (min-width: 1300px) and (max-width: 1700px){
		.img-dd-1{
			display: none;
		}
		.img-dd-2{
			display: block;
		}
		
}
@media (min-width: 1400px) and (max-width: 1700px){
		.services-1-block{
			min-height: 680px;
		}
		.img-box-content{
			min-height: 750px;
		}
}
@media (min-width: 1300px) and (max-width: 1399px){
		.services-1-block{
			min-height: 775px;
		}
		.about-thumb .thumb1{
			top: -65px;
		}
		.about-thumb .thumb2{
			bottom: -70px;
		}
		.team-style{
			min-height: 588px;
		}
		.img-box-content{
			min-height: 850px;
		}
		.img-border, .img-border2{
			min-height: 600px;
		}
}

@media (min-width: 1200px) and (max-width: 1299px){
	.mar-t1{
		margin-top: 35px !important;
	}
	.mar-t2{
		margin-top: 65px !important;
	}
	.img-dd-1{
			display: none;
		}
		.img-dd-2{
			display: block;
		}
	.services-1-block{
		min-height: 870px;
	}	
	.about-thumb .thumb1{
		top: -65px;
	}
	.about-thumb .thumb2{
		bottom: -70px;
	}
	.team-style{
		min-height: 610px;
	}
	.img-box-content{
		min-height: 870px;
		padding: 60px 20px 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
    .img-dd-1{
		display: none;
	}
	.img-dd-2{
	    display: block;
	}
}
@media (min-width: 220px) and (max-width: 991px){
	h1,h2,h3,h4,h5,h6{
		/* margin-top: 15px; */
	}
	.p-5{
		padding: 1.5rem !important;
	}
	.container-fluid{
		padding-left: 30px;
		padding-right: 30px;
	}	
	.header-fixed{
		position: static;
		background-color: #fff;
		border-bottom: 1px solid #a5a5a5;
	}
	.home-page .header-fixed{
	    position: static;
		background-color: #fff;
		border-bottom: 1px solid #a5a5a5;
	}
	.isStuck .navigation li a{
	    color: #fff;
	}
	
	.top-contact-list a{
		color: #000;
	}
	#stuck_container{
		position: static !important;
	}
	.pseudoStickyBlock{
		height: 0 !important;
	}
	.top-contact-list{
	    margin-top:0;
	    display:block;
	    text-align:center;
	}
	.mobile-menu{
		display: table;
		font-size: 20px;
		background: #00abc3;
		padding:10px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px auto;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 9999999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #222;
		padding:0;
		
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation{
		margin-top: 0;
	}
	.navigation li{
		float: none;
		text-align: left;
		display: block;
		margin:0;
		border-bottom: 1px solid #eee;
		padding:0;
	}
	.navigation > li:first-child{
		display: block;
		text-align: left;
	}
	.navigation > li:first-child a{
		text-align: left;
	}
	.navigation li:first-child a:before{
		display: none;
	}
	.navigation li a:before{
		left: 15px;
		top: 14px;
	}
	.navigation li a{
		padding:14px;
		display: block;
	}

	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	
	.flexbox{
		display: block;
	}
	.width-60,
	.width-50,
	.width-40{
		width: 100%;
	}
	.m-min-210{
		min-height: 300px!important;
		background-size: cover!important;
		background-position: center center!important;
	}
	.padd-40{
		padding:0 30px 20px 30px;
	}
	.brand .slogan{
	    display:none;
	}
	.top-contact-list li{
		display: inline-block;
		vertical-align: top;
		margin-top: 15px;
	}
	.parallax.m-parallax{
		background-image: none!important;
		min-height: 100%!important;
	}
	.parallax.m-parallax-bg {
		background-image: none!important;
		height: 100%!important;
		min-height: 100%!important;
	}
	.logo{
	    text-align: center;
	}
	.testimonials-card{
		margin-bottom: 30px;
		height: auto;
		padding: 20px;
	}
	.img-dd-2{
		display: none;
	}
	.services-1-block{
		min-height: auto;
	}
	.team-style{
		min-height: auto;
	}
	.about-thumb .thumb1, .about-thumb .thumb2{
		width: 400px;
        height: 305px;
	}
	.about-thumb .thumb-shape{
		left: 30%;
        top: 22%;
	}
	.img-box-content{
		min-height: auto;
	}
	.img-border, .img-border2{
		min-height: auto;
	}
}
@media (min-width: 220px) and (max-width: 575px){
	.logo img{
	  width: 100%;
	}
	.top-contact-list li a{
		font-size: 14px;
	}
	.slide-text h2{
		font-size: 20px;
		line-height: normal;
	}
	.slide-text{
		padding: 10px 20px !important;
	}
	.container-fluid{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.contact-wrap .address-content{
		padding: 60px 15px 15px;
		min-height: auto;
	}
	.services-1-block{
		padding: 30px 20px;
	}
	.about-thumb .thumb1, .about-thumb .thumb2{
		width: 100%;
		height: 100%;
/*		position: relative;*/
	}
	.about-thumb .thumb1{
		margin-bottom: 20px;
	}
	.about-thumb .thumb1, .about-thumb .thumb2{
		position: relative;
	}
	.about-thumb{
		height: 100%;
	}
	.about-thumb .thumb-shape{
		display: none;
	}
	.team-style{
		padding: 20px;
	}
	.img-box-content{
		padding: 60px 20px 20px;
	}
	.img-border{
		padding: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.logo{
		width: 60%;
		display: flex;
		margin: 0 auto;
		justify-content: center;
	}
	.start-wrap{
		min-height: 451px;
	}
}
	
@media (min-width: 220px) and (max-width: 767px){
    .brand{
        text-align: left;
    }
    .logo{
        padding:0;
        border-radius:0;
    }
	h1{
		font-size: 28px;
		line-height: 38px;
	}
	h2{
		font-size: 24px;
		line-height: 34px;
	}
	h3{
		font-size: 22px;
		line-height: 32px;
	}
	.top-contact-list li{
	    margin:5px;
	}
	.top-contact-list li:last-child{
	}
	.slide-text{
		/* display: none; */
	}
	.section {
	    padding: 1.8em 0;
	}
	.padd-b-n{
		padding-bottom: 0;
	}
	.display-table .padd-40{
		padding:20px 30px 30px 30px;
	}
	.bottom-social-link > .top-social-links,
	.copyright{
		text-align: center;
	}
	.footer-widget {
	    padding: 18px 0;
	}
	.padd-50{
	    padding:30px;
	}
	.brand{
	    margin:10px 0;
	}
	
	.areas-list li{
	    display:block;
	    width:100%;
	}
	.top-header{
	    background-color:#eae7e7;
	}
	.top-social-links{
	    margin:10px 0;
	    text-align:center;
	    display:block;
	}
	.indicators-line > .carousel-indicators {
	    display: none;
	}
}
@media (min-width: 576px) and (max-width: 650px){
	.start-wrap {
		min-height: 407px;
	}
}
@media (min-width :1300px) {
	.start-wrap{
		min-height: 385px;
	}
}