
*, html{
	padding: 0;
	margin: 0;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@font-face{
	font-family: Product-Sans;
	src: url(../fonts/Product-Sans-Regular.ttf);
}
@font-face{
	font-family: Product-Sans-Bold;
	src: url(../fonts/Product-Sans-Bold.ttf);
}
@font-face{
	font-family: Cabin;
	src: url(../fonts/Cabin-VariableFont_wdth,wght.ttf);
}

body{		
	margin: 0;
	font-size: 16px; 
	line-height: 22px;
	background: #f2f2f2;
	font-family: Product-Sans;
}
.clear{
	clear: both;
}
.clear:after{
	clear: both;
	position: relative;
	content: 
	width: 100%;
	display: table;
}
.wrapper{
	max-width: 1920px;
	margin: 0 auto;
	background: #fafafa;
	overflow: hidden;
}
input:focus,
button:focus,
select:focus,
textarea:focus{
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: Product-Sans;
}
p{ 	
	font-family: Product-Sans;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height :28px;
	color: #5a5a5a;
}
.container{ 
	max-width: 1170px; 
	margin: 0 auto; 
}
a{ 
	color: #2cceb6;  
}
a:hover{
	text-decoration: none; 
	color: #5a5a5a;
}

a,img{
	transition: 0.5s; 
	-webkit-transition:0.5s;
}
img{
	max-width: 100%;
}
.headerClass{
	font-size: 40px;
	line-height: 48px;
	color: #333333;
	font-weight: 700;
	font-family: Product-Sans;
	margin: 0 0 0px 0;
	position: relative;
	text-transform: capitalize;
    letter-spacing: 0.68px;
}
.headerClass span {
	color: #8c8c8c;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    margin-left: 60px;
    position: relative;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.68px;
}
.headerClass span:after{
	content: '';
    position: absolute;
    top: 13px;
    left: -30px;
    width: 20px;
    height: 3px;
    border-radius: 10px;
    background: #2fb19e;
}
a.primaryBtn{
	background: #2bcdb5;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    font-family: Cabin;
    box-shadow: 5px 9px 16px rgb(47 138 124 / 0.8);
    letter-spacing: 0.68px;
}
a.primaryBtn:hover{
	background: #333333;
}
.arrowbtn{
	position: fixed;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #2cceb6 url(../images/down-arrow.png) no-repeat center center;
	background-size: cover;
	z-index: 10;
	opacity: 0.7;
}

/*START HEDAER*/
	header{		
		position: fixed;
		top: 0px;
		left: 0;
		width: 100%;
		transition: 1s;
		-webkit-transition: 1s;
		z-index: 99;
		border-bottom: 1px solid transparent;
		padding: 15px 0 15px 0;
	}
	.sticky{
		top: 0;
		padding: 10px 0 10px 0;
		transition: 1s;
		-webkit-transition: 1s;
		background: rgba(250, 250, 250, 0.9);
		border-bottom: 1px solid #ccc;
	}
	.logoContainer{
		position: relative;
		padding: 0px 0 0 0;
		transition: 1s;
		-webkit-transition: 1s;
	}
	.sticky .logoContainer {
		padding: 0px 0 0 0;
		transition: 1s;
		-webkit-transition: 1s;
	}
	.logoContainer a{
		display: inline-block;
		transition: 1s;
		-webkit-transition: 1s;
	}
	.sticky .logoContainer a{
		transition: 1s;
		-webkit-transition: 1s;
	}
	.logoContainer a img{
		max-width: 100%;
		transition: 1s;
		-webkit-transition: 1s;
	}
	.sticky .logoContainer a img{
		max-width: 80%;
		transition: 1s;
		-webkit-transition: 1s;
	}
	.mobileMenuSection,
	.mobilemenuBtn{
		display: none;
	}
	header ul.menuList{
		list-style: none;
		padding: 0px 0 0 0;
		margin: 0;
		text-align: right;
		transition: 1s;
		-webkit-transition: 1s;
	}
	.sticky ul.menuList{
		padding: 0px 0 0 0;
		transition: 1s;
		-webkit-transition: 1s;
	}
	header ul.menuList li{
		display: inline-block;
		padding: 0 12px;
		position: relative;
	}
	header ul.menuList li:last-child{
		padding-right: 0;
	}
	header ul.menuList li a{
		display: inline-block;
		font-size: 16px;
		line-height: 22px;
		color: #333333;
		font-family: Cabin;
		text-transform: capitalize;
		padding: 30px 0px 30px 0px;
		transition: 1s;
		-webkit-transition: 1s;
		position: relative;
	}
	header ul.menuList li a:after{
		content: '';
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 0%;
		height: 2px;
		background: #2ccdb5;
		transition: 1s;
		-webkit-transition: 1s;
	}
	header ul.menuList li a.active:after,
	header ul.menuList li.current-menu-item a:after{
		width: 90%;
		transition: 1s;
		-webkit-transition: 1s;
	}
	header ul.menuList li:last-child a,
	header ul.menuList li:nth-last-child(2) a{
		text-transform: inherit;
	}
	header ul.menuList li:last-child a:after,
	header ul.menuList li:nth-last-child(2) a:after{
		display: none;
	}
	header ul.headercontact{
		list-style: none;
		padding: 0px 0 0 0;
		margin: 0 0 0 35px;
		text-align: right;
		transition: 1s;
		-webkit-transition: 1s;
	}
	.sticky ul.headercontact{
		padding: 0px 0 0 0;
		transition: 1s;
		-webkit-transition: 1s;
	}
	header ul.headercontact li{
		display: inline-block;
		padding: 0 6px;
		position: relative;
	}
	header ul.headercontact li:last-child{
		padding-right: 0;
	}
	header ul.headercontact li a{
		display: inline-block;
		font-size: 16px;
		line-height: 22px;
		color: #333333;
		font-family: Cabin;
		padding: 30px 0 30px 0;
		transition: 1s;
		-webkit-transition: 1s;
		position: relative;
	}
	header ul.headercontact li a img {
		margin-top: -4px;
		margin-right: 4px;
	}
	.navMenu{
		display: flex;
	}
	header ul.menuList li ul {
		position: absolute;
	    top: 100%;
	    left: 0;
	    width: 200px;
	    text-align: left;
	    background: #2bcdb5;
	    box-shadow: 5px 9px 16px rgb(47 138 124 / 0.8);
	    display: none;
	}
	header ul.menuList li:hover ul{
		display: block;
	}
	header ul.menuList li ul li{
		display: block;
		padding: 0px 0;
	}
	header ul.menuList li ul li a{
		display: block;
		padding: 8px 12px;
		color: #fff;
	}
	header ul.menuList li ul li a:hover {
		background: #333333;
	}
	.flex-row {
		display: flex;
		justify-content: space-between;
	}
/*END HEDAER*/
/*START BANNER*/
	.main{
		padding: 115px 0 0 0;
	}
	.bannerSection{
		position: relative;
		padding: 0 0 60px 0;
	}
	.banner-dotted{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.bannerSection .bannerimg img {
		width: 70%;
	}
	.bannerContent{
		position: absolute;
	    top: 40%;
	    right: 0;
	    transform: translate(0%, -50%);
	    -webkit-transform: translate(0%, -50%);
	    width: 36%;
	    padding-right: 20px;
	}
	.bannerContent h1{
		font-size: 60px;
	    line-height: 70px;
	    color: #333333;
	    font-weight: 900;
	    font-family: Product-Sans-Bold;
	    margin: 0 0 20px 0;
	    position: relative;
	    text-transform: capitalize;
	    letter-spacing: 0.68px;
	}
	.bannerContent p {
		color: #333333;
	    font-size: 20px;
	    line-height: 26px;
	    margin-left: 50px;
	    position: relative;
	    margin-bottom: 25px;
	}
	.bannerContent p:after{
		content: '';
	    position: absolute;
	    top: 13px;
	    left: -40px;
	    width: 30px;
	    height: 3px;
	    border-radius: 10px;
	    background: #2fb19e;
	}
	.bannerContent a{
		margin-left: 50px;
	}
/*END BANNER*/
/*START ABOUT SECTION*/
	.bounce {
	  -moz-animation: bounce 2s infinite;
	  -webkit-animation: bounce 2s infinite;
	  animation: bounce 2s infinite;
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    transform: translateY(0);
	  }
	  40% {
	    transform: translateY(-30px);
	  }
	  60% {
	    transform: translateY(-15px);
	  }
	}
	.aboutSection{
		padding: 100px 0 60px 0;
		position: relative;
	}
	.about-dotted{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
/*END ABOUT SECTION*/
/*START WHY SECTION*/
	.whySection{
		padding: 100px 0 60px 0;
		position: relative;
		background: #fff;
	}
	.centerheading h2 {
		text-align: center;
    	padding: 0 0 30px 0;	
	}
	.centerheading h2 span{
		position: absolute;
	    left: 50%;
	    transform: translate(-50%, 0);
	    -webkit-transform: translate(-50%, 0);
	    bottom: -20px;
	}
	.boxContent {
		padding: 20px;
		margin-bottom: 20px;
	}
	.boxContent img {
		margin-bottom: 20px;
	}
	.boxContent h3{
		font-size: 26px;
	    line-height: 32px;
	    color: #333333;
	    font-weight: 700;
	    font-family: Product-Sans;
	    margin: 0 0 20px 0;
	    position: relative;
	    text-transform: capitalize;
	    letter-spacing: 0.68px;
	}
	.boxContent:hover{
		box-shadow: 2px 1px 16px rgb(202 202 202 / 90%);
		background: #fff;
	}
	.boxContent a img {
		margin-bottom: 0;
	}
	.headOuter{
		margin-bottom: 30px;
	}
/*END WHY SECTION*/
/*START FINANCE SECTION*/
	.financeSection{
		padding: 100px 0 60px 0;
		position: relative;
	}
	.finance-building{
		position: absolute;
		bottom: 0;
		left: 0;		
	}
	.btnOuter{
		text-align: center;
		margin: 20px 0 40px 0;
	}
	.financeSection .boxContent p {
		transition: 3s;
		-webkit-transition: 3s;
	}
	.financeSection .expander.expanded p{
		transition: 3s;
		-webkit-transition: 3s;
	}
	/*.boxContent .more{
		display: inline-block;
	}
	.boxContent .less{
		display: none;
	}
	.boxContent.full-content .less{
		display: inline-block;
	}
	.boxContent.full-content .more{
		display: none;
	}
	.boxContent .less img {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}*/
	.expanded + .more img {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.expander {
	  position: relative;
	  overflow: hidden;
	  max-height: 144px; /* starting height - best to use a multiple of line-height */
	  transition: max-height 0.5s ease-in-out;
	  -moz-transition: max-height 0.5s ease-in-out;
	  -webkit-transition: max-height 0.5s ease-in-out;
	  margin-bottom: 15px;
	}

	.expander:before { /* this applies a faded gradient to the bottom of the expanding content when closed */
	  content: "";
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	  background: linear-gradient(#F9FBFB00 50%, #F9FBFB); /* match this colour with the colour of the background */
	  transition: opacity 0.5s ease-in-out;
	  -moz-transition: opacity 0.5s ease-in-out;
	  -webkit-transition: opacity 0.5s ease-in-out;
	}
	.expander.expanded:before { /* hides the gradient when expanded */
	  opacity: 0;
	}
	.boxContent .more img {
		margin-bottom: 0;
	}
/*END FINANCE SECTION*/
/*START ASSETS SECTION*/
	.assetSection{
		padding: 100px 0 60px 0;
		position: relative;
		background: #fff;
	}
	.assetsBox {
		padding-left: 0;
		padding-right: 0;
	}
	.assetsBox .boxContent {
		position: relative;
	}
	.assetsBox .boxContent:after{
		content: '';
	    position: absolute;
	    top: 12px;
	    right: 0px;
	    width: 1px;
	    height: 90%;
	    background: #f0f0f0;
	}
	.assetsBox .boxContent:before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 15px;
		width: 90%;
		height: 1px;
		background: #f0f0f0;
	}
	.assetsBox:nth-child(4n) .boxContent:after{
		display: none;
	}
	.assetsBox:nth-child(n+5) .boxContent:before{
		display: none;
	}
	.assetsBox:nth-child(n+5){
		margin-bottom: 40px;
	}
	.assetsBox .boxContent{
		display: flex;
	    padding: 20px 15px;
	    margin: 0px 0 0px 0;
	    height: 100%;
	    align-items: flex-start;
	}
	.assetsBox .boxContent .imgHolder{
		width: 17%;
	}
	.assetsBox .boxContent .contentHolder{
		width: 80%;
		padding-left: 10px;
	}
	.assetsBox .boxContent:hover{
		
	}
/*END ASSETS SECTION*/
/*START HOW IT WORKS SECTION*/
	.howitworksSection{
		padding: 100px 0 60px 0;
		position: relative;
		background: #fff;
	}
	.work-dotted{
		position: absolute;
		top: 0;
		right: 10%;
	}
	.stepContent{
		padding: 25% 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    position: relative;
	    background: url(../images/arrow-round.png) no-repeat 60% center;
	}
	.stepHeading {
		border: 5px solid #2bcdb5;
	    border-radius: 50%;
	    width: 390px;
	    height: 390px;
	    margin: 0 auto;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.stepbox .stepboxLeft {
		width: 20%;
	}
	.stepbox .stepboxRight {
		width: 80%;
	}
	.stepbox .stepboxLeft span{
		font-size: 30px;
		line-height: 36px;
		color: #2fb19e;
	    font-weight: 700;
	    font-family: Product-Sans;
	    letter-spacing: 0.68px;
	    display: inline-block;
	    position: relative;
	}
	.stepbox .stepboxLeft span:after{
		content: '';
		position: absolute;
		bottom: -80px;
		left: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		width: 2px;
		height: 50px;
		border-left: 2px dashed #2fb19e;
	}
	.stepbox .stepboxRight h4{
		font-size: 26px;
	    line-height: 34px;
	    color: #333333;
	    font-weight: 700;
	    font-family: Product-Sans;
	    margin: 0 0 10px 0;
	    position: relative;
	    text-transform: capitalize;
	    letter-spacing: 0.68px;
	}
	.stepbox {
		display: flex;
		position: absolute;
		width: 360px;
	}
	.stepbox:first-child {
		top: 25%;
		left: 0;
	}
	.stepbox:nth-child(2) {
		top: 0%;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}
	.stepbox:nth-child(3) {
		top: 25%;
		right: 0;
	}
	.stepbox:nth-child(4) {
		bottom: 25%;
		right: 0;
	}
	.stepbox:nth-child(5) {
		bottom: 0%;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}
	.stepbox:nth-child(6) {
		bottom: 25%;
		left: 0;
	}
/*END HOW IT WORKS SECTION*/
/*START TEAM SECTION*/
	.teamSection{
		padding: 100px 0 60px 0;
		position: relative;
	}
	.team-building{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.teamContent {
		background: url(../images/team-content-bg.png) no-repeat right bottom;
		background-size: cover;
		position: relative;
		border: 1px solid #cbcaca;
		border-radius: 10px;
		padding: 50px 20px;
		margin-bottom: 50px;
	}
	.teamOuter{
		display: flex;
	}
	.teamInner {
		width: 25%;
		padding: 0 10px;
		text-align: center;
	}
	.teamInner img{
		margin-bottom: 20px;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		object-fit: cover;
		object-fit: top center;
	}
	.teamInner h3{
		font-size: 22px;
	    line-height: 28px;
	    color: #333333;
	    font-weight: 700;
	    font-family: Product-Sans;
	    margin: 0 0 5px 0;
	    position: relative;
	    text-transform: capitalize;
	    letter-spacing: 0.68px;
	}
	.teamInner h5 {		
		font-size: 15px;
	    line-height: 22px;
	    color: #333333;
	    font-weight: 500;
	    font-family: Product-Sans;
	    margin: 0 0 20px 0;
	    position: relative;
	    letter-spacing: 0.68px; 
	}
	.teamHead{
		background: #333333;
		padding: 8px 12px;
		border-radius: 5px 0 5px 0;
		font-size: 16px;
		line-height: 22px;
		color: #fff;
		position: absolute;
		top: -20px;
	}
	.team-left-dotted{
		position: absolute;
		bottom: -10%;
		left: -10%;
		z-index: -1;
	}
	.team-right-dotted{
		position: absolute;
		top: -10%;
		right: -10%;
		z-index: -1;
	}
/*END TEAM SECTION*/
/*START RECENT DEALS SECTION*/
	.dealSection{
		padding: 100px 0 60px 0;
		position: relative;
		background: #fff;
	}
	.dealSection .headOuter h4{
		font-size: 22px;
	    line-height: 28px;
	    color: #333333;
	    font-weight: 700;
	    font-family: Product-Sans;
	    margin: 50px 0 5px 0;
	    position: relative;
	    text-transform: capitalize;
	    letter-spacing: 0.68px;
	    text-align: center;
	}
	.dealWrap {
		padding: 5px;
		box-shadow: 2px 1px 16px rgb(202 202 202 / 90%);
		margin-bottom: 30px;
	}
	.dealImg {
		margin-bottom: 20px;
		overflow: hidden;
	}
	.dealImg img{
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: top center;
		transform: scale(1);
		-webkit-transform: scale(1);
		transition: 1s;
		-webkit-transition: 1s;
	}
	.dealImg:hover img{
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transition: 1s;
		-webkit-transition: 1s;
	}
	.dealWrap h4 a,
	.dealWrap h4 {
		color: #2fb19e;
		font-size: 20px;
		line-height: 26px;
	    font-family: Product-Sans;
	    font-weight: 700;
	    margin: 0 0 10px 0;
	    letter-spacing: 0.68px;
	}
	.dealContent {
		padding: 0 10px;
	}
/*END RECENT DEALS SECTION*/
/*START TESTIMONIAL SECTION*/
	.testimonialSection{
		padding: 100px 0 60px 0;
		position: relative;
	}
	.testimonial-building{
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.testimonialContent h5 {
		color: #2fb19e;
		font-size: 26px;
		line-height: 32px;
	    font-family: Product-Sans;
	    font-weight: 700;
	    margin: 0 0 10px 0;
	    letter-spacing: 0.68px;
	}
	.testmonialSlider .testimonialContent img {
		width: auto!important;
		margin-bottom: 10px;
	}
	.testmonialSlider .testimonialContent {
		background: #fff;
		padding: 15px;
		border-radius: 10px;
		margin-right: 20px;
	}
	.testmonialSlider .owl-nav{
		display: block!important;
		margin: 20px 0 0 0;
	}
	.testmonialSlider .owl-nav .owl-prev span{
		width: 30px;
		height: 30px;
		background: #2fb19e;
		border-radius: 50%;
		color: #fff;
		display: inline-block;
		font-size: 30px;
		padding: 3px;
		margin-right: 10px;
		opacity: 0.5;
	}
	.testmonialSlider .owl-nav .owl-next span{
		width: 30px;
		height: 30px;
		background: #2fb19e;
		border-radius: 50%;
		color: #fff;
		display: inline-block;
		font-size: 30px;
		padding: 3px;
		margin-right: 10px;
		opacity: 0.5;
	}
	.testmonialSlider .owl-nav .owl-prev span:hover,
	.testmonialSlider .owl-nav .owl-next span:hover{
		opacity: 1;
	}
/*END TESTIMONIAL SECTION*/
/*START CONTACT SECTION*/
	.contactSection{
		padding: 100px 0 60px 0;
		position: relative;
		background: #fff;
		z-index: 1;
	}
	.form-building{
		position: absolute;
	    right: 0;
	    top: 50px;
	    z-index: -1;
	    max-width: 45%;
	}
	.contactForm .form-group{
		position: relative;
		margin: 0 0 15px 0;
	}
	.contactForm .form-group .ico {
		position: absolute;
		top: 12px;
		left: 10px;
		width: 25px;
		height: 25px;
	}
	.namediv .ico{
		background: url(../images/user.png) no-repeat 0px 0px;
	}
	.phoneDiv .ico{
		background: url(../images/phone1.png) no-repeat 0px 0px;
	}
	.emailDiv .ico{
		background: url(../images/email1.png) no-repeat -1px 4px;
    	background-size: 25px;
	}
	.msgDiv .ico{
		background: url(../images/msg-icon.png) no-repeat 0px 0px;
	}
	.contactForm input{
		padding: 10px 10px 10px 40px;
		height: 50px;
		width: 100%;
		border: 1px solid #eeeeee;
		border-radius: 10px;
	}
	.contactForm textarea{
		padding: 10px 10px 10px 40px;
		width: 100%;
		border: 1px solid #eeeeee;
		border-radius: 10px;
	}
	.contactForm input[type=submit]{
		background: #2bcdb5;
	    color: #fff;
	    font-size: 16px;
	    line-height: 23px;
	    padding: 10px 45px;
	    border-radius: 5px;
	    display: inline-block;
	    font-weight: 500;
	    font-family: Cabin;
	    box-shadow: 5px 9px 16px rgb(47 138 124 / 0.8);
	    letter-spacing: 0.68px;
	    width: auto;
	    border: none;
	}
	.contactForm input[type=submit]:hover{
		background: #333333;
	}
	.contactInfo ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.contactInfo ul li{
		display: inline-block;
		padding: 0 10px 0 0;
		width: 30%;
		margin-right: 20px;
	}
	.contactInfo ul li img{
		width: 30px;
		vertical-align: top;
	}
	.contactInfo ul li .contactInfoInner{
		width: 80%;
		padding-left: 10px;
		display: inline-block;
	}
	.contactInfo ul li .contactInfoInner span{
		font-size: 22px;
		line-height: 26px;
		color: #8c8c8c;
		letter-spacing: 0.68px;
		display: block;
	}
	.contactInfo ul li .contactInfoInner a{
		display: inline-block;
		font-size: 22px;
		line-height: 26px;
		color: #333333;
		letter-spacing: 0.68px;
		font-weight: 700;	
	}
	.contactInfo ul li:first-child{
		border-right: 1px dashed #eee;
	}
	.contactInfo{
		padding: 60px 0 0 0;
	}
/*END CONTACT SECTION*/
/*START FOOTER*/
	footer{
		background: #025647;
	}
	.footerContent{
		padding: 130px 0 50px 0;
	}
	.footerContent h3{
		font-size: 36px;
		line-height: 42px;
		color: #00ffda;
		text-transform: capitalize;
		letter-spacing: 0.68px;
		margin: 0 0 10px 0;
		font-weight: 700;
	}
	.footerContent p{
		color: #fff;
	}
	.footer-top h5{
		font-size: 20px;
		line-height: 26px;
		color: #fff;
		font-weight: 500;
	}
	.ft-menuOuter {
		padding: 130px 0 50px 0;
	}
	.ft-menuOuter ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.ft-menuOuter ul li{
		display: block;
		padding: 5px 0;
		font-size: 16px;
		line-height: 22px;
		color: #fff;
	}
	.ft-menuOuter ul li a{
		display: inline-block;
		font-size: 16px;
		line-height: 22px;
		color: #fff;
		vertical-align: middle;
		text-transform: capitalize;
	}
	.ft-menuOuter ul li a:hover{
		color: #ccc;
	}
	.ft-location {
		display: flex;
		/*align-items: center;*/
		background: #026455;
		padding: 130px 20px 50px 20px;
		position: relative;
		height: 100%;
	}
	.ft-location:after{
		content: '';
		position: absolute;
		top: 0;
		left:100%;
		width: 5000px;
		height: 100%;
		background: #026455;
	}
	.ft-loactionleft{
		width: 20%;
	}
	.ft-loactionright{
		width: 80%;
		padding-left: 15px;
	}
	.ft-loactionright p{
		color: #fff;
	}
	ul.ft-social {
		text-align: right;
		margin: 0;
		padding: 0;
	}
	ul.ft-social li{
		display: inline-block;
		padding: 0 3px;
	}
	.footer-top ul li:first-child{
		padding-left: 0;
	}
	ul.ft-social li:last-child{
		padding-right: 0;
	}
	ul.ft-social li a{
		display: inline-block;
	}
	ul.ft-social li a i{
		font-size: 20px;
		color: #fff;
	}
	.copyRight{
		padding: 20px 0 20px 0;
		background: #014d41;
	}
	.copyRight p{
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		margin: 0;
	}
	.copyRight p a{
		color: #00ffda;
	}
	.copyRight p a:hover{
		color: #fff;
	}

/*END FOOTER*/


@media (min-width: 1920px) {
	

}
@media (max-width: 1800px) {
	.finance-building{
		opacity: 0.1;
		z-index: -1;
	}
	.team-building{
		opacity: 0.1;
		z-index: -1;
	}
	.testimonial-building{
		opacity: 0.1;
		z-index: -1;
	}
}
@media (max-width: 1440px) {
	.bannerContent h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.headerClass{
		font-size: 35px;
		line-height: 42px;
	}
	.boxContent h3,
	.stepbox .stepboxRight h4,
	.testimonialContent h5{
		font-size: 22px;
		line-height: 28px;
	}
	.footerContent h3{
		font-size: 32px;
		line-height: 36px;
	}
	.contactInfo ul li .contactInfoInner a,
	.contactInfo ul li .contactInfoInner span{
		font-size: 20px;
		line-height: 26px;
	}
}
@media (max-width: 1439px) {
	
}
@media (max-width: 1399px) {
	
}
@media (max-width: 1199px) {
	header ul.menuList li{
		padding: 0 8px;
	}
	header ul.menuList li a{
		font-size: 15px;
	}
	header ul.headercontact {
		margin: 0 0 0 18px;
	}
	header ul.headercontact li{
		padding: 0 3px;
	}
	header ul.headercontact li a{
		font-size: 15px;
	}
	.bannerContent h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.headerClass{
		font-size: 30px;
		line-height: 36px;
	}
	.headerClass span {
		font-size: 17px;
	}
	.boxContent h3,
	.stepbox .stepboxRight h4,
	.testimonialContent h5{
		font-size: 20px;
		line-height: 28px;
	}
	.footerContent h3{
		font-size: 28px;
		line-height: 34px;
	}
	.contactInfo ul li .contactInfoInner a,
	.contactInfo ul li .contactInfoInner span{
		font-size: 18px;
		line-height: 24px;
	}
	.stepHeading{
		width: 340px;
		height: 340px;
	}
	.stepbox{
		width: 300px;
	}
	.stepContent {
    	padding: 35% 0;
    }
}
@media (max-width: 1023px) {
	header ul.menuList li{
		padding: 0 1px;
	}
}
@media (max-width: 992px) {
	.mobileMenuSection{
		display: block;
	}
	.mobilemenuBtn{
		display: inline-block;
		vertical-align: middle;
	}
	ul.menuList,
	header ul.headercontact{
		display: none;
	}
	.navMenu{
		justify-content: flex-end;
	}
	.mobileMenuSection{
		opacity: 0;
	}
	.navMenu {
		text-align: right;
	}
    .mobilemenuBtn span{
    	background: #2fb19e;
	    display: block;
	    width: 40px;
	    height: 4px;
	    border-radius: 4px;
	    margin: 0 0 6px 0;
	    transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
    }
    .mobilemenuBtn span:last-child{
    	margin: 0;
    }
    .mm-opened .mobilemenuBtn span:first-child {
	    transform: rotate(45deg) translate(15px, 8px);
	    transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	}
	.mm-opened .mobilemenuBtn span:last-child {
	    transform: rotate(-45deg) translate(6px, 1px);
	    transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	}
	.mm-opened .mobilemenuBtn span:nth-child(2){
		opacity: 0;
	}
	.mm-panel.mm-hasnavbar .mm-navbar{
		background: #2fb19e;
	}
	.mm-navbar .mm-title{
		font-size: 18px;
		line-height: 24px;
		color: #fff !important;
	}
	.mm-listview>li>a, .mm-listview>li>span{
		font-size: 18px;
		line-height: 24px;
		/*font-weight: 600;*/
		color: #2fb19e;
		text-transform: capitalize;
		font-family: Product-Sans;
	}
	.mm-listview>li>a:hover,
	.mm-listview>li.active>a{
		color: #000;
	}
	.mm-listview>li:not(.mm-divider):after{
		left: 0;
	}
	.mm-menu .mm-listview>li .mm-next:after {
	    border-color: rgb(0, 0, 0);
	}
	.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	    border-color: rgb(243, 243, 243);
	}
	.bannerSection .bannerimg img {
	    width: 60%;
	}
	.bannerContent{
		width: 46%;
	}
	.bannerContent h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.headerClass{
		font-size: 25px;
		line-height: 34px;
	}
	.headerClass span {
		font-size: 16px;
	}
	.assetsBox:nth-child(n+5) .boxContent:before{
		display: block;
	}
	.assetsBox:nth-child(n+5) {
	    margin-bottom: 0px;
	}
	.assetsBox:nth-last-child(2) .boxContent:before,
	.assetsBox:last-child .boxContent:before{
		display: none;
	}
	.boxContent h3,
	.stepbox .stepboxRight h4,
	.testimonialContent h5{
		font-size: 18px;
		line-height: 24px;
	}
	.footerContent h3{
		font-size: 24px;
		line-height: 30px;
	}
	.contactInfo ul li .contactInfoInner a,
	.contactInfo ul li .contactInfoInner span{
		font-size: 16px;
		line-height: 22px;
	}
	.teamOuter{
		flex-direction: row;
		flex-flow: row wrap;
	}
	.teamInner{
		width: 50%;
		margin-bottom: 20px;
	}
	.teamContent{
		padding: 50px 20px 20px 20px;
	}
	.stepHeading{
		width: 200px;
		height: 200px;
	}
	.stepbox {
	    width: 240px;
	}
	.stepContent{
		padding: 50% 0;
		background: url(../images/arrow-round.png) no-repeat 0px center;
	}
	.contactInfo ul li{
		width: 40%;
	}
}
@media (max-width: 767px) {
	.bannerContent h1 {
		font-size: 28px;
		line-height: 34px;
	}
	.bannerContent h1 br {
		display: none;
	}
	.headerClass{
		font-size: 24px;
		line-height: 28px;
	}
	.boxContent h3, .stepbox .stepboxRight h4, .testimonialContent h5{
		font-size: 20px;
		line-height: 26px;
	}
	.bannerContent {
	    position: relative;
	    top: auto;
	    right: auto;
	    transform: translate(0%, 0%);
	    -webkit-transform: translate(0%, 0%);
	    width: 100%;
	    padding: 15px 30px;
	}
	.bannerContent p{
		font-size: 18px;
		line-height: 24px;
	}
	.bannerSection .bannerimg img {
	    width: 100%;
	}
	.boxContent {
	    padding: 12px 12px 12px 12px;
	    margin-bottom: 10px;
	}
	.centerheading h2 {
		text-align: left;
	}
	.centerheading h2 span {
		position: relative;
		left: auto;
		bottom: auto;
		transform: translate(0%, 0);
    	-webkit-transform: translate(0%, 0);
	}
	.headOuter {
	    margin-bottom: 10px;
	}
	.centerheading h2{
		padding: 0 0 0px 0;
	}
	.assetsBox .boxContent {
	    display: flex;
	    padding: 10px 0;
	    margin: 10px 0 10px 0;
	    height: 100%;
	    align-items: flex-start;
	}
	.assetsBox .boxContent:before,
	.assetsBox:nth-child(n+5) .boxContent:before{
		bottom: 15px;
		display: block;
	}
	.assetsBox:last-child .boxContent:before{
		display: none;
	}
	.assetsBox .boxContent:after{
		display: none;
	}
	.assetsBox:nth-child(n+5) {
	    margin-bottom: 0px;
	}
	.stepContent{
		padding: 0;
		flex-direction: column;
		background: transparent;
	}
	.stepHeading{
		width: auto;
	    height: auto;
	    margin: 0 0 40px 0;
	    padding: 20px;
	    border-radius: 50px;
	    text-align: left;
	    align-items: flex-start;
	    justify-content: flex-start;
	    border: none;
	    border-bottom: 5px solid #2bcdb5;
	    padding: 10px 0 10px 0;
	    border-radius: 0;
	    display: inline-block;
	}
	.stepContent {
		align-items: flex-start;
	}
	.stepbox {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		margin: 0 0 20px 0;
	}
	.teamOuter{
		flex-direction: column;
	}
	.teamInner{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.teamContent{
		padding: 50px 20px 20px 20px;
	}
	.dealSection .headOuter h4{
		font-size: 18px;
		line-height: 24px;
		text-align: left;
		margin: 10px 0 20px 0;
	}
	.dealWrap h4 a, .dealWrap h4{
		font-size: 18px;
	}
	.contactInfo ul li{
		width: 100%;
	}
	.contactInfo ul li:first-child{
		border-right: none;
		margin: 0 0 15px 0;
	}
	.footerContent{
	    padding: 40px 0 10px 0;
	}
	.ft-menuOuter{
		padding: 20px 0 30px 0;
	}
	.ft-location {
		padding: 20px 0 0px 0;
		margin: 20px 0;
		height: auto;
	}
	.copyRight{
		margin-top: 20px;
		padding: 10px 0 10px 0;
		text-align: center;
	}
	ul.ft-social{
		text-align: center;
		padding: 10px 0 0 0;
	}
	.arrowbtn {
		left: 80%;
	}
	.assetsBox {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}
@media (max-width: 599px) {
	
}
@media (max-width: 374px) {
	
}
@media (max-width: 359px) {
	
}