*{padding: 0; margin: 0; box-sizing: border-box;}
img{border: none; display: block; max-width: 100%; height: auto !important;}
a{outline: none !important; text-decoration: none; transition: all 0.3s ease-in-out;}
a:hover{text-decoration: underline;}
ul{list-style: none !important;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body{
	font-family: "Jost", sans-serif !important;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #000 !important;
	background-color: #fff !important;
}

body::before{width: 100% !important; box-shadow: none !important; position: relative !important;}

.container{max-width: 1170px;}

.fancybox__container{z-index: 9999999999 !important;}


/* Header */
header{position: relative;}
	header p:last-child{margin: 0 !important;}

	.header-top{padding: 10px 0; background-color: #083657;}
		.header-top p{font-size: 17px; line-height: 24px; color: #fff;}
			.header-top p a{color: #fff;}
		.header-top .header-email{text-align: right;}

	.header-mid{/*padding: 7px 0 15px;*/ padding: 2px 0 0px; background: url(../images/header-top-bg.png) 50% 0 no-repeat;}
		.header-mid .logo-cont{position: relative;}
			.header-mid .logo-cont img{max-height: 150px;  width: auto;}
		.header-mid .header-contact{padding: 40px 0 0;}
			.header-mid .header-contact ul{padding: 0; margin: 0; font-size: 16px; line-height: 26px; float: right; width: 73%;}
				.header-mid .header-contact ul li{float: left; margin: 0 0 0 45px; color: #000;}
					.header-mid .header-contact ul li:first-child{margin: 0; width: 40%;}
					.header-mid .header-contact ul li:last-child{width: 48%;}
					.header-mid .header-contact ul li img{margin: 10px 15px 0 0; float: left;}
					.header-mid .header-contact ul li strong{font-weight: 600; font-size: 18px;}
					.header-mid .header-contact ul li a{color: #000;}
	
	.navbar{/*padding: 23px 0 0;*/ padding: 38px 0 0; background-color: transparent !important;}
		.navbar .navbar-brand{display: none;}
		.navbar .navbar-nav{padding: 13px 0 0 !important; margin: 0 !important; font-size: 19px; line-height: 24px; font-weight: 500; float: left !important; display: block;}
			.navbar .navbar-nav li{display: inline-block; margin: 0 40px 0 0; position: relative;}
				.navbar .navbar-nav li a{color: #000;}
					.navbar .navbar-nav li a:hover{text-decoration: none; color: #1599D9 !important;}
					.navbar .navbar-nav li.current-menu-item > a,
					.navbar .navbar-nav li.current-menu-parent > a{color: #1599D9 !important;}
		.navbar .header-button{float: right;}
			.navbar .header-button a{display: inline-block; font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; background-color: #1599D9; padding: 15px 35px; border: none; border-radius: 10px;}
				.navbar .header-button a:hover{text-decoration: none; opacity: 0.7;}

	.banner{position: relative; background-position: 50% 0; background-repeat: no-repeat; background-size: cover;}
		.banner .banner-inner{padding: 150px 0 180px; background-image: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0));}
		.banner .content{}
		.banner h1{font-size: 60px; line-height: 62px; font-weight: 700; color: #fff; margin: 0 0 15px;}
		.banner h4{font-family: "Poppins", sans-serif; font-size: 14px; line-height: 24px; font-weight: 400; color: #fff; margin: 0; text-transform: uppercase;}
		.banner p{font-size: 19px; line-height: 27px; color: #fff; margin: 0 0 25px;}
			.banner p a{display: inline-block; font-family: "Poppins", sans-serif; font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; background-color: #49875B; padding: 15px 0; border: #49875B 1px solid; border-radius: 10px; text-align: center; width: 245px; margin: 0 15px 0 0;}
				.banner p a:hover{text-decoration: none; opacity: 0.7;}
				.banner p a + a{border: #fff 1px solid; background-color: transparent;}
					.banner p a + a:hover{opacity: 1; background-color: #fff; color: #49875B;}
		

	.inner-banner{background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;}
		.inner-banner .inner-banner-inside{padding: 150px 0; background-image: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0));}
		.inner-banner h1,
		.inner-banner h2{font-size: 60px; line-height: 62px; font-weight: 700; color: #fff; margin: 0; min-height: 60px;}
		

	

/* Body */
main{}
	main p:last-child{margin: 0 !important;}

	.home-main{padding: 95px 0 135px;}
		.home-main .content{padding: 0 0 0 5%;}
		.home-main.inner .content{padding: 30px 0 0 5%;}
		.home-main h2{font-size: 43px; line-height: 50px; font-weight: 700; color: #083D60; margin: 0 0 10px;}
		.home-main h4{font-family: "Poppins", sans-serif; font-size: 16px; line-height: 26px; font-weight: 400; color: #000; margin: 0 0 10px; position: relative; display: inline-block; padding: 0 85px 0 0; letter-spacing: 2px;}
			.home-main h4:after{width: 65px; height: 3px; background-color: #1599D9; position: absolute; top: 10px; right: 0; content: "";}
		.home-main p{font-size: 17px; line-height: 26px; color: #000; margin: 0 0 15px;}
			.home-main p a{display: inline-block; font-family: "Poppins", sans-serif; font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; background-color: #49875B; padding: 15px 45px; border: #49875B 1px solid; border-radius: 10px;}
				.home-main p a:hover{text-decoration: none; opacity: 0.7;}

	.services{padding: 75px 0 30px;}
		.services.home{padding: 75px 0; background: url(../images/services-bg.png) 50% 0 no-repeat; background-size: cover;}
		.services h2{font-size: 43px; line-height: 50px; font-weight: 700; color: #083D60; margin: 0 0 25px;}
			.services.home h2{margin: 0 0 35px;}
		.services h4{font-family: "Poppins", sans-serif; font-size: 16px; line-height: 26px; font-weight: 400; color: #000; margin: 0 0 10px; position: relative; display: inline-block; padding: 0 85px; text-transform: uppercase; letter-spacing: 2px;}
			.services h4:before{width: 65px; height: 3px; background-color: #1599D9; position: absolute; top: 10px; left: 0; content: "";}
			.services h4:after{width: 65px; height: 3px; background-color: #1599D9; position: absolute; top: 10px; right: 0; content: "";}
		.services h5{font-size: 23px; line-height: 26px; font-weight: 700; color: #000; margin: 0 0 35px;}
		.services .slick-slide{padding: 10px 15px;}
		.services .service-block{box-shadow: 0 0 5px 5px rgba(189,189,189,0.3); background-color: #fff; margin: 0 0 40px; text-align: left;}
			.services .service-block img{width: 100%;}
			.services .service-block .info{padding: 25px 65px 25px 35px;}
				.services .slick-slide .service-block .info{padding: 25px 20px;}
				.services .service-block .info img{width: auto; float: left; margin: 5px 15px 20px 0;}
			.services .service-block h3{font-size: 26px; line-height: 30px; font-weight: 500; color: #000; margin: 0 0 5px;}
				.services .slick-slide .service-block h3{font-size: 17px; line-height: 24px;}
				.services .service-block h3 a{color: #000;}
			.services .service-block p{font-size: 17px; line-height: 26px; color: #000; margin: 0 0 15px; min-height: 50px;}
				.services .slick-slide .service-block p{font-size: 15px; line-height: 22px;}
		.services .slick-arrow{width: 54px; height: 54px; font-size: 0; line-height: 0; text-indent: -5000px; top: 40%; z-index: 999;}
			.services .slick-arrow.slick-prev{background: url(../images/serv-prev.png) 0 0 no-repeat; left: -70px;}
			.services .slick-arrow.slick-next{background: url(../images/serv-next.png) 0 0 no-repeat; right: -70px;}
		.services .button{display: inline-block; font-family: "Poppins", sans-serif; font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; background-color: #49875B; padding: 15px 45px; border: #49875B 1px solid; border-radius: 10px;}
			.services .button:hover{text-decoration: none; opacity: 0.7;}

	.why-choose-us{padding: 85px 14% 0 15%; /*background-color: #083657;*/ background-color: #1d8ecd;}
		.why-choose-us img{position: relative; margin-bottom: -40px; z-index: 99;}
		.why-choose-us .content{padding-top: 50px;}
		.why-choose-us h2{font-size: 43px; line-height: 50px; font-weight: 700; color: #fff; margin: 0 0 25px;}
		.why-choose-us ul{padding: 0 10% 70px 0; margin: 0; font-size: 17px; line-height: 25px; color: #fff;}
			.why-choose-us ul li{padding: 0 0 35px 85px;}
				.why-choose-us ul li:first-child{background: url(../images/why-choose-1.png) 0 0 no-repeat;}
				.why-choose-us ul li:nth-child(2){background: url(../images/why-choose-2.png) 0 0 no-repeat;}
				.why-choose-us ul li:nth-child(3){background: url(../images/why-choose-3.png) 0 0 no-repeat;}
				.why-choose-us ul li:last-child{background: url(../images/why-choose-4.png) 0 0 no-repeat;}
				.why-choose-us ul li strong{display: inline-block; font-size: 21px; line-height: 24px; font-weight: 500; margin: 0 0 5px;}
	
	.testimonials{padding: 145px 0 75px;}
		.testimonials h2{font-size: 43px; line-height: 50px; font-weight: 700; color: #083D60; margin: 0 0 35px;}
		.testimonials h4{font-family: "Poppins", sans-serif; font-size: 16px; line-height: 26px; font-weight: 400; color: #000; margin: 0 0 10px; position: relative; display: inline-block; padding: 0 85px; text-transform: uppercase; letter-spacing: 2px;}
			.testimonials h4:before{width: 65px; height: 3px; background-color: #1599D9; position: absolute; top: 10px; left: 0; content: "";}
			.testimonials h4:after{width: 65px; height: 3px; background-color: #1599D9; position: absolute; top: 10px; right: 0; content: "";}
		.testimonials .slick-slide{padding: 10px 15px;}
		.testimonials .testimonial-block{background-color: #fff; box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); padding: 30px 30px 70px; margin: 0 0 40px; min-height: 395px; position: relative;}
			.testimonials .testimonial-block h3{font-size: 18px; line-height: 22px; font-weight: 700; color: #083D60; margin: 0 0 10px;}
			.testimonials .testimonial-block h5{font-size: 17px; line-height: 27px; font-weight: 500; color: #49875B; margin: 0; padding: 15px 0 0; border-top: #D5D5D5 1px solid; position: absolute; left: 30px; bottom: 30px; width: 300px;}
			.testimonials .testimonial-block img{margin: 0 0 10px;}
			.testimonials .testimonial-block p{font-size: 17px; line-height: 27px; color: #000; margin: 0 0 15px; min-height: 200px;}	
		.testimonials .slick-arrow{width: 54px; height: 54px; font-size: 0; line-height: 0; text-indent: -5000px; top: 45%; z-index: 999;}
			.testimonials .slick-arrow.slick-prev{background: url(../images/testimonial-prev.png) 0 0 no-repeat; left: -70px;}
			.testimonials .slick-arrow.slick-next{background: url(../images/testimonial-next.png) 0 0 no-repeat; right: -70px;}
		.testimonials .button{display: inline-block; font-family: "Poppins", sans-serif; font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; background-color: #49875B; padding: 15px 25px; border: #49875B 1px solid; border-radius: 10px;}
			.testimonials .button:hover{text-decoration: none; opacity: 0.7;}
		
	.gal-main{padding: 75px 0; background: url(../images/home-gal-bg.png) 50% 100% no-repeat; background-size: cover;}
		.gal-main.inner{background: none;}
		.gal-main h2{font-size: 43px; line-height: 50px; font-weight: 700; color: #083D60; margin: 0 0 35px;}
		.gal-main h4{font-family: "Poppins", sans-serif; font-size: 16px; line-height: 26px; font-weight: 400; color: #000; margin: 0 0 10px; position: relative; display: inline-block; padding: 0 85px; text-transform: uppercase; letter-spacing: 2px;}
			.gal-main h4:before{width: 65px; height: 3px; background-color: #1599D9; position: absolute; top: 10px; left: 0; content: "";}
			.gal-main h4:after{width: 65px; height: 3px; background-color: #1599D9; position: absolute; top: 10px; right: 0; content: "";}
		.gal-main img{width: 100%; margin: 0 0 20px;}
		.gal-main .button{display: inline-block; font-family: "Poppins", sans-serif; font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; background-color: #49875B; padding: 15px 35px; border: #49875B 1px solid; border-radius: 10px; margin-top: 20px;}
			.gal-main .button:hover{text-decoration: none; opacity: 0.7;}

	.counters{padding: 65px 0 45px; background-color: #1498D8;}
		.counters .conter-block{padding: 0 0 20px;}
			.counters .conter-block h3{font-size: 59px; line-height: 65px; font-weight: 700; color: #fff; position: relative; padding: 0 0 15px; margin: 0 0 10px;}
				.counters .conter-block h3 strong{font-weight: 40px; font-weight: 400;}
				.counters .conter-block h3:after{width: 35px; height: 3px; background-color: #fff; position: absolute; bottom: 0; left: 0; content: "";}
			.counters .conter-block p{font-size: 24px; line-height: 30px; color: #fff;}
	
	.contact-block{padding: 65px 0 125px; background: url(../images/home-contact-bg.png) 50% 100% no-repeat;}
		.contact-block.inner{padding: 125px 0;}
		.contact-block h2{font-size: 43px; line-height: 50px; font-weight: 700; color: #083D60; margin: 0 0 30px;}
		.contact-block h4{font-family: "Poppins", sans-serif; font-size: 16px; line-height: 26px; font-weight: 400; color: #000; margin: 0 0 10px; position: relative; display: inline-block; padding: 0 85px 0 0; letter-spacing: 2px;}
			.contact-block h4:after{width: 65px; height: 3px; background-color: #1599D9; position: absolute; top: 10px; right: 0; content: "";}
		.contact-block .form-cont input{width: 100%; height: 65px; border: #ddd 1px solid; font-family: "Jost", sans-serif !important; font-size: 19px; line-height: 25px; font-weight: 400; color: #171717; padding: 20px 20px; background-color: #fff; margin: 0 0 15px; border-radius: 10px;}
		.contact-block .form-cont textarea{width: 100%; height: 160px; border: #ddd 1px solid; font-family: "Jost", sans-serif !important; font-size: 19px; line-height: 25px; font-weight: 400; color: #171717; padding: 20px 20px; background-color: #fff; margin: 0 0 30px; border-radius: 10px; resize: none;}
			.contact-block .form-cont ::-webkit-input-placeholder{font-family: "Jost", sans-serif !important; color: #171717; opacity: 1;}
			.contact-block .form-cont ::-moz-placeholder{font-family: "Jost", sans-serif !important; color: #171717; opacity: 1;}
			.contact-block .form-cont :-ms-input-placeholder{font-family: "Jost", sans-serif !important; color: #171717; opacity: 1;}
			.contact-block .form-cont :-moz-placeholder{font-family: "Jost", sans-serif !important; color: #171717; opacity: 1;}
		.contact-block input[type="submit"]{display: inline-block; font-family: "Jost", sans-serif; font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; background-color: #49875B; padding: 15px 45px; border: #49875B 1px solid; border-radius: 10px; border: none; cursor: pointer;}
			.contact-block input[type="submit"]:hover{text-decoration: none; opacity: 0.7;}

	.mission-block{padding: 75px 0 60px; background: url(../images/mission-bg.png) 50% 0 no-repeat; background-size: cover;}
		.mission-block h2{font-size: 43px; line-height: 50px; font-weight: 700; color: #083D60; margin: 0 0 30px;}
		.mission-block p{font-size: 17px; line-height: 26px; color: #000; margin: 0 0 15px;}
			
	.service-top{padding: 80px 0 55px;}
		.service-top h2{font-size: 43px; line-height: 50px; font-weight: 700; color: #083D60; margin: 0 0 20px;}
		.service-top h4{font-size: 28px; line-height: 34px; font-weight: 500; color: #083D60; margin: 25px 0 65px;}
		.service-top p{font-size: 17px; line-height: 26px; color: #000; margin: 0 0 25px;}
		.service-top .service-block{box-shadow: 0 0 5px 5px rgba(189,189,189,0.3); background-color: #fff; margin: 0 0 40px;}
			.service-top .service-block img{width: 100%;}
			.service-top .service-block .info{padding: 25px 65px 25px 35px;}
			.service-top .service-block h3{font-size: 26px; line-height: 30px; font-weight: 500; color: #000; margin: 0 0 10px;}
	
	.contact-main{padding: 75px 0 100px;}
		.contact-main h2{font-size: 30px; line-height: 34px; font-weight: 700; color: #083D60; margin: 0 0 30px;}
		.contact-main h3{font-size: 21px; line-height: 31px; font-weight: 500; color: #000; margin: 0 0 10px;}
		.contact-main p{font-size: 17px; line-height: 26px; color: #000; margin: 0 0 40px;}
		.contact-main ul{font-size: 16px; line-height: 27px; color: #000; margin: 0 0 40px; padding: 0;}
			.contact-main ul li{overflow: hidden; margin: 0 0 20px;}
				.contact-main ul li strong{font-size: 22px; line-height: 26px; display: inline-block; margin: 0 0 5px; color: #083D60;}
				.contact-main ul li img{float: left; margin: 0 20px 0 0;}
					.contact-main ul li:first-child img{margin: 0 20px 15px 0;}
				.contact-main ul li a{color: #000;}
		.contact-main .form-cont input{width: 100%; height: 45px; border: none; font-family: "Jost", sans-serif !important; font-size: 16px; line-height: 25px; font-weight: 400; color: #171717; padding: 10px 20px; background-color: #F9F9F9; margin: 0 0 15px;}
		.contact-main .form-cont textarea{width: 100%; height: 215px; border: none; font-family: "Jost", sans-serif !important; font-size: 16px; line-height: 25px; font-weight: 400; color: #171717; padding: 10px 20px; background-color: #F9F9F9; margin: 0 0 15px; resize: none;}
			.contact-main .form-cont ::-webkit-input-placeholder{font-family: "Jost", sans-serif !important; color: #171717; opacity: 1; letter-spacing: 2px;}
			.contact-main .form-cont ::-moz-placeholder{font-family: "Jost", sans-serif !important; color: #171717; opacity: 1; letter-spacing: 2px;}
			.contact-main .form-cont :-ms-input-placeholder{font-family: "Jost", sans-serif !important; color: #171717; opacity: 1; letter-spacing: 2px;}
			.contact-main .form-cont :-moz-placeholder{font-family: "Jost", sans-serif !important; color: #171717; opacity: 1; letter-spacing: 2px;}
		.contact-main input[type="submit"]{display: inline-block; font-family: "Jost", sans-serif; font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; background-color: #1597D5; padding: 15px 45px; border: #49875B 1px solid; border-radius: 10px; border: none; cursor: pointer;}
			.contact-main input[type="submit"]:hover{text-decoration: none; opacity: 0.7;}
		

  	.inner-main{padding: 100px 0;}
  		.inner-main h1{font-size: 50px; line-height: 60px; font-weight: 700; color: #000; margin: 0 0 45px;}
  		.inner-main p{font-size: 18px; line-height: 30px; color: #000; margin: 0 0 30px;}

  	.service-inner{padding: 100px 0; background-color: #2040ba;}
  		.service-inner .bottom-part{padding-top: 70px;}
  		.service-inner h2{font-size: 50px; line-height: 60px; font-weight: 700; color: #fff; margin: 0 0 25px;}
  		.service-inner h3{font-size: 33px; line-height: 40px; font-weight: 400; color: #fff; margin: 0 0 25px;}
  		.service-inner p{font-size: 18px; line-height: 30px; color: #fff; margin: 0 0 25px;}
  		.service-inner ul{font-size: 18px; line-height: 30px; color: #fff; margin: 0; padding: 0;}
  			.service-inner ul li{padding: 0 0 0 30px; background: url(../images/bullet-1.png) 0 6px no-repeat;}

		

/* Footer */
footer{background-color: #073756;}
	footer p:last-child{margin: 0 !important;}

	.footer-top{padding: 65px 0 35px;}
		.footer-top h3{font-size: 22px; line-height: 26px; font-weight: 700; color: #fff; margin: 0 0 15px;}
		.footer-top .footer-about{}
			.footer-top .footer-about p{font-size: 15px; line-height: 23px; color: #fff; margin: 0 0 15px; padding: 0 15% 0 0;}
		.footer-top .footer-menu{}
			.footer-top .footer-menu ul{padding: 0; margin: 0 !important; font-size: font-size: 17px; line-height: 24px;}
				.footer-top .footer-menu ul li{padding: 0 0 5px;}
					.footer-top .footer-menu ul li a{color: #fff;}
		.footer-top .footer-contact{}
			.footer-top .footer-contact p{font-size: 17px; line-height: 24px; color: #fff; margin: 0 0 20px; padding: 0 0 0 30px;}
				.footer-top .footer-contact p:first-child{background: url(../images/contact-1.png) 0 3px no-repeat;}
				.footer-top .footer-contact p:nth-child(2){background: url(../images/contact-2.png) 0 3px no-repeat;}
				.footer-top .footer-contact p:last-child{background: url(../images/contact-3.png) 0 4px no-repeat;}
				.footer-top .footer-contact p strong{display: inline-block; margin: 0 0 3px; font-size: 16px; font-weight: 400;}
				.footer-top .footer-contact p a{color: #fff;}
	
	.footer-bottom{padding: 35px 0 50px;}
		.footer-bottom p{font-size: 18px; line-height: 24px; color: #fff; margin: 0; font-weight: 400;}
				
.services .service-block .wp-post-image{ height: 190px !important;
    object-fit: cover;} 

.page-template-page-services .services .service-block .wp-post-image{ height: 320px !important;
    object-fit: cover;}

.single-service .service-top .service-block img{ height: 320px !important;
    object-fit: cover;}


.counters{display: none;}
.home .gal-main{border-bottom: 14px solid #1498D8;}


/* Media Query */
@media screen and (max-width: 1800px) {
}

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 900px) {
.navbar{/*padding: 0;*/ padding: 38px 0 0; position: relative; z-index: 99999;}
.navbar .navbar-brand{display: none; color: #000;}
.navbar-light .navbar-toggler{background-color: #fff;}
.navbar .navbar-nav{text-align: right; padding: 20px 20px !important; background-color: #fff; z-index: 999999999 !important; position: absolute; right: 0; width: 200px;}
.navbar .navbar-nav li{display: block; margin: 0 0 10px !important;}
.navbar .navbar-nav li a{color: #000;}
}

@media screen and (max-width: 767px) {
.header-top{text-align: center;}
.header-top .header-email{text-align: center;}
.header-mid{}
.header-mid .header-contact{display: none;}
.header-mid .header-contact ul{}
.header-mid .header-contact ul li{display: block; float: none; width: 100% !important; margin: 0 0 20px;}
.navbar{}
.navbar .row{width: 120%;}
.navbar .header-button{float: left;}
.navbar-light .navbar-toggler{float: right; margin-bottom: 10px; margin-top: 5px; display: block; margin-right: 18px;}
.navbar .navbar-nav{right: 18px; top: 46px; z-index: 99999;} 
.banner .banner-inner{padding: 50px 0;}
.banner h1{font-size: 200%; line-height: 1; letter-spacing: 0; margin: 0 0 20px;}
.banner h4{font-size: 20px; line-height: 24px;}
.banner p{font-size: 16px; line-height: 26px;}
.banner p a{font-size: 18px; line-height: 24px; margin: 0 0 20px;}
.banner ul li{width: 100%;}
.navbar{float: left; width: 100%; display: block;}
.home-main{padding: 50px 0;}
.home-main .content{padding: 40px 0 0 !important;}
.home-main h2,
.home-main.inner h2{font-size: 35px; line-height: 42px;}
.home-main h2 br{display: none;}
.home-main h2 strong{font-size: 25px; line-height: 30px; display: block; padding-top: 10px;}
.services h2{padding: 0;}
.services .slick-arrow{z-index: 99999; top: 106%;}
.services .slick-arrow.slick-prev{left: 0;}
.services .slick-arrow.slick-next{right: 0;}
.why-choose-us{padding: 75px 0;}
.why-choose-us img{margin: 0;}
.why-choose-us ul{padding: 0;}
.testimonials{padding: 50px 0;}
.testimonials .slick-arrow{z-index: 99999; top: 106%;}
.testimonials .slick-arrow.slick-prev{left: 0;}
.testimonials .slick-arrow.slick-next{right: 0;}
.counters .conter-block{padding: 0 0 40px;}
.contact-block img{margin: 0 0 40px;}
.footer-top .footer-about{margin: 0 0 50px; overflow: hidden;}
.footer-top .footer-menu{margin: 0 0 50px; padding: 0;}
.inner-banner .inner-banner-inside{padding: 50px 0;}
.inner-banner h1, 
.inner-banner h2{font-size: 45px; line-height: 52px;}
.services .service-block .info img{margin: 5px 15px 35px 0;}
}


@media screen and (max-width: 480px) {
	.navbar .header-button a{ font-size: 15px; line-height: 20px;  padding: 13px 15px; }
			
}

@media screen and (max-width: 380px) {
	.navbar .header-button a{ font-size: 10px; line-height: 13px;  padding: 13px 10px; margin-top: 8px; }
	.navbar {    padding:	25px 0 0;}
			
}
