html {scroll-behavior: smooth;}

html, body{overflow-x:hidden;}

body {  font-family: "Montserrat", serif; font-weight: 400; color:#1D1D18;font-size: 18px;}
* {list-style: none;text-decoration: none}

.grid-container {max-width:1311px;}

h1,h2,h3{font-family: "Montserrat", serif; margin:0px;}
h2 {font-size:46px; line-height:69px; color:#1D1D18;  margin-bottom:0; font-weight: 800;}
h2 span{color: #48B96C;}

p {  font-family: "Montserrat", serif;font-size: 18px;line-height: 32px;color: #1D1D18;font-weight: 400;padding-bottom: 20px;margin: 0px;}


a{color: #000;}
a:hover{color: #FE6500;}

a.btn {
	background: #000;
	padding: 17px 22px 19px 29px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	transition: all ease 0.3s;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	height: 60px;
}
a.btn:hover{background:#FE6500; color:#fff;}

a.btn:hover img {
	animation:swing infinite 2s;
}

a.btn img {
	width: auto;
	position: relative;
	top: -2px;
	margin-left: 2px;
}

ul {margin: 0;}
.darkblue-bg {background:#000066;}
.blue-bg {background:#0099ff;}
.green-bg {background:#9fd065;}
.dark-grey-bg {background:#f0f0f0;}
.light-grey-bg {background:#f7f7f7;}
.pink-bg {background:#ff1ec8; color:#fff;}
.round20 { -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px;}
.round40 { -webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px;}
.btn {font-family: 'Roboto', sans-serif; text-transform:uppercase; font-weight:400; color:#fff; text-decoration:none; outline:0; transition:all ease 0.3s;}

.blue-text {color:#0099ff;}
.green-text {color:#9fd065;}
.pink-text {color:#ff1ec8;}


.nav-top-right {
	position: absolute;
	right: 14px;
	top: 47%;
	transform: translateY(-50%);
	z-index: 1;
}
a.top-right-phone {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
a.top-right-phone:hover{color:#FE6500;}
a.top-quote-btn {
	color: #fff;
	background: #48B96C;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	padding: 14.5px 29px;
	margin-left: 36px;
	transition: all ease 0.3s;
}
a.top-quote-btn:hover{color: #fff;background:#000;transition: all ease 0.3s;}

.nav-outer-main {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	position: fixed;
	z-index:1111111;
	padding: 38px 0;
	transition: all ease 0.3s;
	border-bottom: 1px transparent solid;
}
.nav-outer-main.stickymenu {
	background: #fff;
	border-bottom: 1px #eee solid;
	padding: 20px 0;
	transition: all ease 0.3s;
}
.nav-outer { margin: 0 auto; position: relative; padding:0 14px; max-width:1300px;}
.nav-outer-main .top-bar-right > ul {transition: all ease 0.3s;}
.nav-outer-main.stickymenu .top-bar-right > ul {top: 40px; transition: all ease 0.3s;}

.nav-outer-main.stickymenu .sticky-phone .fa.fa-phone{margin-right:6px;}
.nav-outer-main.stickymenu .top-links-inner{border:0;}

@keyframes smoothScroll {
    0% {
        transform: translateY(-140px);
    }
    100% {
        transform: translateY(0px);
    }
}

.nav-outer ul li.active a {color:#19CBF0;background: transparent;}

.is-drilldown {position: relative;overflow: visible !important;min-height: auto !important;}
.top-bar{background: transparent; padding: 0;}
.dropdown.menu > li > a {
	font-size: 16px;
	padding:0;
	color: #000;
	font-family: "Montserrat", serif;
	font-weight: 600;
	position: relative;
}

/*.dropdown.menu > li > a::before {
	content: "";
	background:#48B96C;
	height: 0;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all ease 0.3s;
}*/

.dropdown.menu > li > a:hover::before {
	opacity: 1;
	height: 7px;
	transition: all ease 0.3s;
}


.dropdown.menu > li > a:hover{color:#48B96C;}
.top-bar-right > ul {
	float: right;
	background: transparent;
	margin-right: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: auto;
	display: block;
	width: 100%;
}
.logo {
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 0;
}
.dropdown.menu > li {
	display: inline-block;
	margin: 0 26px;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {border: inset 0;}
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {right: auto;left: 0; margin-top:0px;}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after { content:'\f107'; font-family: 'FontAwesome'; margin-top: -8px; right:18px;}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu { right: auto; left: 0; top: 38px; border-radius: 10px; border-top-left-radius: 0px;}
.is-dropdown-submenu > li {position: relative;}
.is-dropdown-submenu {min-width: 210px;}

.search-btn {position:absolute; right:15px; top:50px; font-size:20px;}
.search-btn a { color:#fff;}
.search-btn a:hover{color:#0099ff;}
.nav-outer-main.nav-outer-inn .searchbox input[type="search"]{border:1px #0099ff solid;background:#f2f2f2;}

.sticky-phone {position:absolute; right:14px; top:4px; text-align:right; width:auto; display:none;}
.sticky-phone a {color: #fff;font-size: 20px;font-weight: 500;}

.cell.medium-6.location-map{padding:0 28px;}
.quote-form .cell.large-6{padding:0 12px;}

/* .nav-outer-main.stickymenu .logo{margin-top: 10px;} */


.nav-outer-main.stickymenu .sticky-phone {display:block;}

.slider-text h1 span.banner-text-2, .slider-text h1 span#flipper {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}


  .nav-outer-main.stickymenu .vertical.medium-horizontal.menu.dropdown {
		top: 0;
   }
   

/* ------video section-------- */

.video-sec {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 768px;
}
.video-sec:before {content:''; width:100%; height:100%; position:absolute; left:0; top:0;
background:rgba(255,255,255,.9);
}

.video-text {text-align: center; z-index: 1; width:100%; max-width:1467px; padding: 0 14px; position:absolute; left:0; right:0; top:47%; transform:translateY(-50%); margin:0 auto;}
.video-text h1 {
	font-size: 40px;
	line-height: 48px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 800;
	color: #1D1D18;
}
.video-text h1 span {
	display: block;
	font-size: 62px;
	line-height: 73px;
	/*color: #48B96C;*/
}

.video-text-inner {
	max-width: 750px;
	float: none;
	margin-top: 7.5%;
	position: relative;
	margin: 0 auto;
}
.video-text-inner p {
	color: #000;
	font-size: 18px;
	line-height: 27px;
	margin: 40px 0 60px;
	font-weight: 500;
}

.banner-form p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 20px;
}


.video-sec img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.video-text-inner .top-quote-btn {
	padding: 14.5px 33px;
	margin: 0;
}

/* ------welcome-------- */

.welcome-section {
	width: 100%;
	position: relative;
	padding: 160px 0 190px;
}
.welcome-section img {width: 100%;}
.pop-box {text-align:center;position: relative;}
.pop-box-pic{position: relative;}
.cell.medium-7.welcome-right{padding-left:60px;}
.welcome-content {top:47%;position: relative;transform: translateY(-50%);}
.welcome-pic {
	position: relative;
	float: left;
	width: 100%;
}

.welcome-right h2 {
	margin-bottom: 24px;
	position: relative;
	display: inline-block;
}
.welcome-right p {
	line-height: 28px;
	font-size: 16px;
	font-weight: 500;
}

.welcome-pic {
	padding-left: 23px;
}
.welcome-pic-1 {
	width: 268px;
	float: right;
	position: relative;
	top: 38px;
}
.welcome-pic-2 {
	width: 197px;
	float: left;
	position: relative;
	margin-top: 136px;
}

.welcome-pic::before {
	content: "";
	background: url(../img/welcome-green-bg.png) no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	width: 262px;
	height: 100%;
	margin: 0 auto;
	margin: 0 auto;
	z-index: -1;
}

.priority-text {
	background: #fff;
	position: absolute;
	top: -25px;
	left:-12px;
	border-radius: 10px;
	padding: 18px;
	z-index: 1;
	box-shadow: 0 3px 14px rgba(0,0,0,.1);
}
.priority-text p {
	font-size: 12px;
	font-weight: 500;
	color: #48B96C;
	background: #DCFFE7;
	display: inline-block;
	padding: 0 12px;
	border-radius: 30px;
	line-height: 24px;
	margin-bottom: 14px;
}
.priority-text h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1D1D18;
}

.welcome-pic-2::before {
	content: "";
	background: url(../img/welcome-icon.png) no-repeat;
	width: 73px;
	height: 73px;
	position: absolute;
	left: -26px;
	z-index: -1;
	top: -15px;
}


/* ------services-------- */

.services-sec{width:100%;padding:120px 0px 130px;}
.services-sec .grid-container {max-width: 100%;padding: 0;}
.services-sec .grid-x.grid-padding-x {margin: 0px;}
.services-sec .grid-container .cell {
	padding: 0px;
	position: relative;
}
.services-sec h2{margin-bottom:6px;}

.services-sec .slider {background: transparent;margin: 0;}
.services-pic{position: relative;}

.services-sec .service-box {
	padding: 0;
	background: #000;
	border-radius: 20px;
	margin: 0 24px;
}
.services-sec .service-box img{border-radius:20px; margin-bottom:50px;}

.services-sec h3{font-size:36px;margin-bottom:10px;color:#fff;text-transform:uppercase;font-weight:700;}
.services-sec p{color:#fff;}

.services-pic img {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.services-sec-content {
	position: relative;
	width: 566px;
	float: right;
	margin-right: 100px;
}

.service-box-inner {
	padding: 0 40px 60px;
}

.services-sec .service-box .btn img {
	margin: 0;
	border-radius: 0;
	display: inline-block;
	filter: invert(100%);
}

.services-sec .service-box a.btn {
	background: #fff;
	color: #000;
}
.services-sec .service-box a.btn:hover{
	background:#FE6500;
	color:#fff;
}
.services-sec .service-box a.btn:hover img{filter: invert(0);}
.services-sec .services-sec-left .services-pic {
	height: 100%;
}

.services-sec-content .slick-prev {
	left: 46px;
	background:url(../img/arror-left.png) no-repeat !important;
	width: 78px;
	height: 78px;
}
.services-sec-content .slick-next {
	right: auto;
	background: url(../img/arror-right.png) no-repeat !important;
	width: 78px;
	height: 78px;
	left: 118px;
}


/*footer*/

.footer {width:100%;}
.foot-1 {text-align: center;}
.foot-4 li{padding-left: 54px;}

.copyright {
	text-align: center;
	font-size: 18px;
	color: #7D868C;
	padding: 16px 0;
}
.copy {
	font-weight: 500;
}
.copyright-inner{max-width: 82rem; margin: 0 auto; display: flex; justify-content: space-between; padding:0 14px;align-items: center;}

.copyright a {
	color: #7D868C;
	text-decoration: underline;
	font-size: 16px;
	text-decoration: none;
}
.foot-links a {
	padding: 0 18px;
}
.copyright a:hover{color:#48B96C;}
.footer h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: normal;
}

.footer li {
	margin-bottom: 8px;
	color: #000;
	font-size: 16px;
	position: relative;
}
.footer .foot-4 li {
	margin-bottom: 4px;
	height: 52px;
	display: flex;
	align-items: center;
}

.footer li .fa {
	color: #000;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 20px;
	background: #fff;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	text-align: center;
	padding-top: 11px;
}

.footer li a {
	color: #000;
}
.footer li a:hover{color:#FE6500;}

.foot-social a {
	color: #fff;
	font-size: 18px;
	margin: 0 3px;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	transition: all ease 0.5s;
}

.btn-learn:hover{animation:btneffc .5s;}
.banner a:hover{animation:btneffc .5s;}

.footer input[type="text"] {
	background: #e4e4e4;
	border: 0;
	border-radius: 10px;
	height: 56px;
	width: 302px;
	box-shadow: 0 0 0;
}

.footer input[type="submit"] {
	box-shadow: none;
	border: 0px;
	height: 64px;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	padding: 15px 38px;
	background: #ef0e70;
	transition: all ease 0.5s;
	border-radius: 50px;
	height: auto;
}
.footer input[type="submit"]:hover {background:#2793cf;}

.footer .cell.large-12 {
	display: flex;
	justify-content: space-between;
}


.why-choose-section {
	padding: 110px 0;
	text-align: center;
}
.why-choose-box {
	display: flex;
	gap: 22px;
	background: #000;
	border-radius: 50px;
	padding: 5px;
	transition: all ease 0.5s;
}
.why-choose-box p {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	padding: 0;
	display: flex;
	align-items: center;
}
.why-choose-box span {
	background: #fff;
	width: 78px;
	height: 78px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.5s;
}
.why-choose-section .cell.medium-12 {
	margin-bottom: 18px;
}

.why-choose-box:hover {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	transition: all ease 0.5s;
}
.why-choose-box:hover span {
	background: #000;
	transition: all ease 0.5s;
	animation:pulse 0.5s;
}
.why-choose-box:hover span img {
	filter: brightness(0) invert(1);
}
.why-choose-box:hover p {
	color: #000;
}

.portfoio-sec{padding:120px 0 230px; background:#000;}

.portfolio-top h2, .portfolio-top p{color:#fff; text-align: center;}
.portfolio-top h2{margin-bottom: 50px;}
.portfolio-top p{padding-bottom:10px;}

.portfolio-box{position: relative;}
.portfolio-box::before {
	content: "";
	background: url(../img/video-icon-bg-bk.png) no-repeat;
	width: 169px;
	height: 133px;
	position: absolute;
	top: 0;
	right: 0;
}
.portfoio-sec .slick-track {
	padding-top: 20px;
}
.portfolio-box .video-icon {
	width: 86px;
	height: 86px;
	background: #fff;
	position: absolute;
	right: 29px;
	top: 2px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 111;
}
.portfolio-box .video-icon .fa {
	color: #000;
	font-size: 28px;
	position: relative;
	left: 4px;
  }

  .portfolio-box  .video-icon:hover {
	animation: pulse 0.5s;
	background: #000;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	transition: all ease 0.5s;
}
.portfolio-box  .video-icon:hover .fa.fa-play {
	color: #fff;
	transition: all ease 0.5s;
}

  .portfolio-box img {
		width:100%;
		border-radius:20px;
   }
   .portfolioslider .slick-slide {
		padding: 0 25px;
	}
	.portfolio-title-main{position: absolute;bottom:90px;left: 0;}
	.portfolio-title{
		position: relative;
		z-index: 1;
		background-size: 100%;
		color: #fff;
		font-size: 22px;
		padding: 18px 43px 17px 33px;
		line-height: 52px;
		background-position: right;
		background-color: #000;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	.portfolio-title::before{
		background: url(../img/title-bg.png) no-repeat;
		content: "";
		left: 0;
		position: absolute;
		height: 100px;
		width: 20px;
		top: -19px;
		bottom: 0;
	}

	.portfoio-sec .slick-dots{bottom:-100px;}
	.portfoio-sec .slick-dots li {width: 39px;height: 39px;margin: 0 9px;}
	.portfoio-sec .slick-dots button{width:39px;height:39px;}
	.portfoio-sec .slick-dots button:before{width:39px;height:39px;}


	.review-sec{padding:120px 0 220px;}
	.review-box {text-align: center;}
	.review-box {text-align: center;box-shadow: 0 0 8px rgba(0,0,0,.1);border-radius: 20px;padding:65px 40px 18px;
		position: relative;}
	.review-box .quote {position: absolute;left: 17px;top: 21px; animation: swing infinite 2s; transition: all ease 0.3s;}
	.review-box:hover .quote {
		animation: swing infinite 2s;
		transition: all ease 0.3s;
	}
	.review-sec .review-pic {
		display: inline-block;
		border-radius: 100%;
		overflow: hidden;
		box-shadow: 0 0 8px rgba(0,0,0,.1);
		border: 3px #fff solid;
		position: absolute;
		top: -52px;
		left: 0;
		right: 0;
		width: 94px;
		height: 94px;
		margin: 0 auto;
		transition: all ease 0.3s;

	}
	.review-box:hover .review-pic {
		animation: pulse 0.5s;
		box-shadow: 0 0 18px rgba(0,0,0,.3);
		transition: all ease 0.3s;
	}
	.review-sec h2 {margin-bottom:38px;text-align: center;}
	.review-sec .slick-slide{padding:0 20px;}
	.review-sec .slick-track{padding-top:82px; padding-bottom: 20px;}
	.reviewslider .slick-dots{bottom:-100px;}
	.reviewslider .slick-dots li {width: 39px;height: 39px;margin: 0 9px;}
	.reviewslider .slick-dots button{width:39px;height:39px;}
	.reviewslider .slick-dots button:before{width:39px;height:39px;}
	.review-sec .slick-dots li button::before{background:url(../img/dots-black.png) no-repeat;}
	.review-sec .slick-dots li.slick-active button:before{background:url(../img/dots-active-black.png) no-repeat;}


	.services-sec.treat-sec{padding:0 0 120px;}
	.treat-pic{position:relative;border-top-right-radius:20px;border-bottom-right-radius:20px;overflow:hidden;}
	.treat-pic img{width:100%;}
	.treat-pic::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.3);
	}
	.services-sec.treat-sec h2{text-align:left;margin-bottom:24px;}
	.services-sec.treat-sec p{color: #000;}
	.services-sec.treat-sec .treat-sec-content {max-width: 700px;margin-left: 66px;top: 50%;position: relative;
		transform: translateY(-50%);}
	.treat-icon {width: 76px;height: 76px;border: 1px #000 solid;border-radius: 100%;display: flex;justify-content: center;
		align-items:center;margin-right:20px;}
	.treat-icon img{filter:invert(100%);height:40px;}
	.treat-content{display:flex;align-items:center;}
	.treat-content p{padding:0;}	
	.treat-sec-content li{margin-bottom:14px;}
	.treat-sec-content .btn{margin-top:40px;}

	.client-logo-section h2 {text-align: center;padding: 0 14px 60px;}
	.client-logo-section .grid-container {max-width: 100%;padding: 0;}
	.client-logo-section .grid-x.grid-padding-x {margin: 0;}
	.client-logo-section .cell.medium-12 {padding: 0;}

	.client-logo ul{display:flex;flex-wrap:wrap;}
	.client-logo li{width: 20%;text-align: center;}
	.client-logo li .client-logo-box{display:block;background:#f5f5f5;padding:41px 20px;}
	.client-logo ul li:nth-child(2n) .client-logo-box{background:#e3e3e3;}


	.portfoio-sec.after-before{background:#fff;}

	.portfoio-sec.after-before .video-icon:hover {
		animation: pulse 0.5s;
		background: #fff;
		box-shadow: 0 0 15px rgba(0,0,0,.3);
		transition: all ease 0.5s;
	}
	.portfoio-sec.after-before .video-icon:hover .fa.fa-play {
		color: #000;
		transition: all ease 0.5s;
	}

	.portfoio-sec.after-before h2{margin-bottom:20px;color:#000;}
	.portfoio-sec.after-before p{max-width:1090px;margin:0 auto 60px;color:#000;}
	.portfoio-sec.after-before .portfolio-box:before{background:url(../img/video-icon-bg.png) no-repeat;}
	.portfoio-sec.after-before .video-icon{background:#000;}
	.portfoio-sec.after-before .video-icon .fa{color:#fff;}
	
	.portfoio-sec.after-before .slick-dots li button::before {
		background: url(../img/dots-black.png) no-repeat;
	}
	.portfoio-sec.after-before .slick-dots li.slick-active button::before {
		background: url(../img/dots-active-black.png) no-repeat;
	}

	.portfoio-sec.after-before .portfolio-title{color:#000;background:#fff;font-size:22px;}
	.portfoio-sec.after-before .portfolio-title::before{background:url(../img/title-bg-1.png) no-repeat;}
	.portfoio-sec.after-before .slick-slide{padding:0 25px;}


	.faq-section{background:#e3e3e3; padding:100px 0 120px;}
	.faq-section h2{text-align: center; margin-bottom:65px;}
	.faq-section img {
		border-radius: 20px;
		height: 100%;
		object-fit: cover;
	}
	.faq-section .cell.medium-6 {padding: 0 22px;}

.accordion{background:transparent;border:0;}
.accordion .accordion-item{margin-bottom:14px;border:0;}
.accordion a {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	border: 0 !important;
	background-color: #FFF;
	border-radius: 10px !important;
	transition: background-color 300ms ease-out 0s;
	padding: 18px 20px;
	box-shadow: 0 0 6px rgba(0,0,0,.15);
}
.accordion a:focus{background-color:#FFF;}
.accordion-content{border: 0; background-color: transparent;}
.accordion-item.is-active a{background:#000;color:#fff;}
.accordion-item a:hover{background:#000;color: #fff;}
.accordion-title::before {
	content: "\f0da";
	font-family: FontAwesome;
	width: 10px;
	height: 25px;
	transform: translateY(-50%);
	margin-top: 0;
	transition: all ease 0.3s;
	font-size: 26px;
}
.is-active .accordion-title::before{content:"\f0d7"; font-family: FontAwesome;transition: all ease 0.3s;}
.accordion .accordion-item:hover .accordion-title::before{filter:brightness(0) invert(1);}
.is-active .accordion-title::before{filter:brightness(0) invert(1);}
.accordion li.accordion-item:last-child{margin-bottom:0;}
.accordion p{padding-bottom:14px;}


.service-area-section{padding:120px 0;}
.service-area-section h2{margin-bottom:20px;}


.service-locations {
	display: flex;
	justify-content: space-between;
}
.service-locations li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 28px;
}
.service-locations li::before {
	content: "";
	background: url(../img/arrow.png) no-repeat;
	left: 0;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 7px;
	transition: all ease 0.3s;
}


.service-locations li:hover::before {
	left: 6px;
	transition: all ease 0.3s;
}

.service-area-section iframe {
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,.7);
}

.service-area-section .grid-container {
	max-width: 100%;
	padding: 0;
}
.service-area-section .grid-x.grid-padding-x {
	margin: 0;
}
.service-area-section .cell.medium-6 {
	padding: 0;
}
.service-area-section .service-conten {
	max-width: 717px;
	float: right;
	padding-right: 100px;
}
.service-area-section a.btn {
	margin-top: 40px;
}
.cell.medium-6.service-area-left {
	padding: 75px 0;
}

.why-choose-section .grid-x.grid-padding-x .why-choose-outer:nth-child(2) .why-choose-box img {animation: swing infinite 2s;}
.why-choose-section .grid-x.grid-padding-x .why-choose-outer:nth-child(3) .why-choose-box img {animation: wobble infinite 2s;}
.why-choose-section .grid-x.grid-padding-x .why-choose-outer:nth-child(4) .why-choose-box img {animation: tada infinite 2s;}


.portfoio-sec .grid-x.grid-padding-x.portfolio-bottom{
	margin: 0 -40px;
}


.services-content {
	padding: 38px;
	border-radius: 20px;
	background: rgba(255,255,255,.84);
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 586px;
}
.services-content p {
	color: #000;
}


.experience-section {
	background: #FAFAFA;
	padding:60px 0 10px;
}
.experience-top {
	margin-bottom: 60px;
}
.experience-top h2 {
	max-width: 551px;
	margin-top: 50px;
}
.experience-top span.smalltext {
	font-size: 16px;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	padding: 5px 0 5px 17px;
	position: relative;
}
.experience-top span.smalltext::before {
	content: "";
	width: 2px;
	background: #1D1D18;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.experience-bottom-box h4 {
	font-weight: 600;
	font-size: 20px;
	color: #1D1D18;
	margin-top: 32px;
	margin-bottom: 20px;
	font-family: "Montserrat", serif;
}
.experience-bottom-box p {
	font-size: 16px;
	line-height: 24px;
}

.grid-x.grid-padding-x.welcome-section-bottom {
	gap: 3%;
}
.grid-x.grid-padding-x.welcome-section-bottom .cell.medium-4 {
	width: 31.3%;
	margin-bottom: 50px;
}

.welcome-section.different-section {
	padding: 90px 0;
}
.different-pic {
	display: inline-block;
	position: relative;
	padding: 55px 14px 45px;
}
.different-pic img {
	width: auto;
}
.different-pic::before {
	content: "";
	background: url(../img/different-pi-1.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: 100%;
}

.welcome-section.different-section .welcome-content {
	top: 50%;
}

.different-pic span {
	display: inline-block;
	position: absolute;
	bottom: -21px;
	left: -57px;
	z-index: -1;
}


.app-section {
	background: radial-gradient(174.24% 330.11% at 50% 40.78%, #F7F7F8 0%, #7D8CA0 100%);
	padding: 90px 0;
}
.app-section a.top-quote-btn {
	margin: 0;
	padding: 14.5px 33px;
}
.app-section h2 {
	line-height: 60px;
	font-size: 40px;
}
.app-section p {
	line-height: 27px;
	/*color: #7D8CA0;*/
	font-weight: 500;
	margin: 30px 0 40px;
	max-width: 780px;
}
.app-pic {
	margin-top: -130px;
	text-align: right;
	padding-right: 30px;
}

.icon-star {
	width: 50px;
	display: block;
	position: absolute;
	right: -38px;
	top: -36px;
}

.welcome-section.different-section .icon-star {
	right: -78px;
	top: -54px;
}

span.about-top {
	font-weight: 600;
}

.experience-section.experience-about-section h2 {
	margin: 0;
}
.experience-section.experience-about-section .experience-top {
	margin-bottom: 30px;
}

.video-sec.inner-header {
	height: 400px;
}
.video-sec.inner-header .video-text h1{margin: 0;padding: 0;}

.contact-us-section {
	padding: 180px 0 120px;
}
.contact-us-section .contact-form {
	margin-top: 16px;
	background: #fff;
	border-radius: 40px;
	padding: 42px 42px 32px;
	text-align: center;
}

.contact-us-section .contact-form input {
	height: 52px;
	padding-left: 21px;
	font-family: "Montserrat", serif;
	border-color: #D6DEE9;
	box-shadow: 0 0 0;
	border-radius: 12px;
	margin-bottom: 22px;
	font-size: 16px;
}

.contact-us-section .contact-form input::placeholder{color:#7D8CA0;}
.contact-us-section .contact-form textarea::placeholder{color:#7D8CA0;}
.contact-us-section .contact-form textarea {
	height: 170px;
	padding-left: 21px;
	font-family: "Montserrat", serif;
	border-color: #D6DEE9;
	box-shadow: 0 0 0;
	border-radius: 12px;
	margin-bottom: 20px;
	padding-top: 14px;
}
.contact-us-section .contact-form input[type="submit"] {
	color: #fff;
	background: #48B96C;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 600;
	padding: 17px 40px;
	transition: all ease 0.3s;
	border: 0;
	height: auto;
	cursor: pointer;
	margin-top: 14px;
}
.contact-us-section .contact-form input[type="submit"]:hover {
	color: #fff;
	background: #000;
	transition: all ease 0.3s;
}

.contact-info{margin-top: 20px;}
.cell.medium-6.contact-us-left h2 {
	margin-bottom: 18px;
}
.contact-info a {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	transition: all ease 0.5s;
	width: 48px;
}
.contact-info a:hover{transform: rotate(360deg);}
.contact-info img{margin-right: 10px;}


.foot-social img{
	transition: all ease 0.5s;
}
.foot-social img:hover{
	transform: rotate(360deg);
	transition: all ease 0.5s;
}

.nav-outer ul li.active a {
	color: #48B96C;
}

.contact-us-section.inner-section h2 {
	font-size: 28px;
	line-height: 40px;
	margin: 20px 0;
}

.contact-us-section.inner-section ul {
	margin: 10px 16px 30px;
}
.contact-us-section.inner-section li {
	list-style: disc;
	margin-bottom: 14px;
}

.top-bar .close-menu {
	/*display: none;*/
}
.top-bar .logo.mobilelogo {
	display: none;
}
.top-bar .top-quote-btn {
	display: none;
}

.contact-us-section {
	background: #EEEEEE;
}

.contact-us-section .contact-form h3 {
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 50px;
}

.contact-us-section .contact-form label {
	text-align: left;
	font-size: 16px;
	margin-bottom: 6px;
}

.contact-us-section .grid-x.grid-padding-x.welcome-section-top {
	align-items: center;
}

.contact-us-section .cell.medium-6.contact-us-left {
	padding-right: 90px;
}




