
/************** general classes ***************/
body,html{
	width: 100%!important;
	scroll-behavior: smooth;
	height: 100%;
}
.one-fold{
	min-height: 100vh;
}
.black-font{
	color: black!important;
}
.white-font{
	color: white!important;
}
.special-font{
	color: rgb(80,184,174);
}
.gray-font{
	color: rgb(154,154,154);
	text-transform: uppercase;
}
.usp-title {
	text-transform: lowercase;
}
.lowercase {
	text-transform: lowercase;
}
.overlayed::before {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}
@media (min-width: 769px){
	.show-big{
		display: block;
	}
	.show-small{
		display: none!important;
	}
	.big-nav{
		display: flex!important;
	}
}
@media (max-width: 768px){
	.show-big{
		display: none!important;
	}
	.show-small{
		display: block;
	}
	
	.big-nav{
		display: none!important;
	}
}
.logo-width{
	max-width: 150px;
	max-height: 45px;
}
.hamburger{
	color: black;
	font-size: 30px;
	cursor: pointer;
}
@media (min-width: 1080px){
	.big-font{
		font-size: 4rem;
	}
}
@media (max-width: 1079px){
	.big-font{
		font-size: 3rem;
	}
}
.medium-font{
	font-size: 2.8rem;
}
.capital{
	text-transform: uppercase;
}
.rel-pos{
	position: relative;
	top: -14px;
	z-index: 50;
}
.line-med{
	line-height: 1.5;
}
.yellow-font{
	color: rgb(255,210,0);
}
@media (min-width: 1500px){
	.hugh-font{
		font-size: 8rem;
	}
}
@media (min-width: 1320px) and (max-width: 1499px){
	.hugh-font{
		font-size: 6rem;
	}
}
@media (min-width: 1100px) and (max-width: 1319px){
	.hugh-font{
		font-size: 5rem;
	}
}
@media (min-width: 930px) and (max-width: 1099px){
	.hugh-font{
		font-size: 4rem;
	}
}
@media (min-width: 768px) and (max-width: 929px){
	.hugh-font{
		font-size: 3.5rem;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.hugh-font{
		font-size: 6rem;
	}
}
@media (min-width: 410px) and (max-width: 599px){
	.hugh-font{
		font-size: 3.5rem;
	}
	.col-6 .text-left {
		padding-left: 0;
	}
	.col-12 .text-left{
		padding-left: 0;
	}
}
@media (min-width: 322px) and (max-width: 409px){
	.hugh-font{
		font-size: 3.2rem;
	}
	.col-6 .text-left {
		padding-left: 0;
	}
	.col-12 .text-left{
		padding-left: 0;
	}
}
@media (max-width: 321px){
	.hugh-font{
		font-size: 2.8rem;
	}
	.col-6 .text-left {
		padding-left: 0;
	}
	.col-12 .text-left{
		padding-left: 0;
	}
}
/************** header classes ***************/
.header-line{
	margin-left: auto;
	margin-right: 0;
	width: 60%;
    border-width: 5px;
    background-color: black!important;
}
@media (max-width: 575px){
#first-sec-data{
	padding-top: 15vh;
	padding-left: 5%!important;
}}
@media (min-width: 576px){
	#nav-menu{
		background-color: transparent;
		min-height: 5vh;
		position: fixed;
		top: 0;
		z-index: 500;
		padding-bottom: 10px;
	}
	#first-sec-data {
		padding-top: 110px;
	}

}
@media (max-width: 575px) and (min-width: 400px){
#nav-menu{
	background-color: transparent;
	min-height: 10vh;
	position: fixed;
	top: 0;
	z-index: 500;
	
}}
@media (max-width: 399px){
#nav-menu{
	background-color: transparent;
	min-height: 15vh;
	position: fixed;
	top: 0;
	z-index: 500;
	
}}
@media (min-width: 850px){
	#first-fold{
		background-image: url('../assets/bg-img.png');
		min-height: 100vh;
		background-position: bottom left;
		background-size: cover;
		background-repeat: no-repeat;	
		padding-right: 5%!important;
	}
}
@media (max-width: 850px){
	#first-fold{
		background-image: url('../assets/bg-img.png');
		min-height: 70vh;
		background-position: bottom left;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 5%;
	}
}
@media (min-width: 841px){
	#header-image{
		background-image: url('../assets/img.png');
		min-height: 90vh;
		background-position: right;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#first-sec-data {
		padding-top: 10vh;
		padding-left: 5% !important;
	}
}
@media (max-width: 840px){
	#header-image{
		background-image: url('../assets/img-mob.png');
		min-height: 50vh;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		
	}
}
@media (max-width: 576px){
	.mob-font{
		font-size: 16px;
	}
	.pr-4 {
		padding-right: 0px !important;
	}
}
.nav-menu-tab{
	min-height: 70px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: black;
	font-weight: 600;
	text-align: center;
	min-width: 170px;
	text-transform: lowercase;
	cursor: pointer;
}
.nav-menu-tab:hover{
	text-decoration: none;
	color: rgb(80,184,174);

}
.nav-menu-tab-mob{
	min-height: 70px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: black;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.nav-menu-tab-mob:hover{
	text-decoration: none;
	color: black;

}

.pl-normal{
	padding-left: 8.3333%;
}
.footer-link{
	text-decoration: underline;
	color: black;
}
.footer-link:hover{
	text-decoration: underline;
	color: black;
}
@media (min-width: 576px){
.section-margin{
	margin-top: 7%;
}}
@media (max-width: 575px){
.section-margin{
	margin-top: 20%;
}}

@media (min-width: 576px){
	.form-cta{
		color: black;
		min-width: 300px;
		padding: 10px;
		text-align: center;
		background-color: white;
		box-shadow: 0 0 7px 5px rgba(128,128,128,0.3);
		font-size: 16px;
		font-weight: 500;
		border-radius: 0;
		min-height: 70px;
		border:none;
	}
	.form-cta:hover{
		font-weight: 700;
		box-shadow: 0 0 10px 7px rgba(128,128,128,0.3);
		background-color: white;
		color: black;
		border:none;
	}
	.form-div{
		padding: 5% 7.5%;
		background-color: rgb(233,233,233);
	}
}
@media (max-width: 575px){
	.form-cta{
		color: black;
		width: 100%;
		padding: 10px;
		text-align: center;
		background-color: white;
		box-shadow: 0 0 7px 5px rgba(128,128,128,0.3);
		font-size: 16px;
		font-weight: 500;
		border-radius: 0;
		min-height: 70px;
		border:none;
	}
	.form-cta:hover{
		font-weight: 700;
		box-shadow: 0 0 10px 7px rgba(128,128,128,0.3);
		background-color: white;
		color: black;
		border:none;
	}
	.form-div{
		padding: 5% 15px;
		background-color: rgb(233,233,233);
	}
}
.form-control{
	background-color: rgb(233,233,233)!important;
	border:2px solid rgb(163,163,163)!important;
	border-radius: 0!important;
}
#footer{
	border-top: 1px solid rgb(154,154,154);
	padding: 20px 0;
	font-size: 14px !important;
}
#footer .text-center h5 {
	font-size: 14px;
}
@media (min-width: 768px){
	#form-secion{
		margin-top: 20px!important;
	}
}
@media (max-width: 767px){
	#form-secion{
		margin: 0!important;
	}
}
.full-width{
	width: 100%;
}
@media (max-width: 1200px){
	#partners-secion{
		min-height: auto;
	}
}
@media (min-width: 1201px){
	#partners-image{
		background-image: url('../assets/img-section3.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top right;
		min-height: 100vh;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	#partners-image{
		background-image: url('../assets/img-section3.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top right;
		min-height: 70vh;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#partners-image{
		background-image: url('../assets/img-section3-mob.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top right;
		min-height: 50vh;
	}
}
@media (max-width: 767px){
	#partners-image{
		background-image: url('../assets/img-section3-mob.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top right;
		min-height: 50vh;
	}
}
@media (min-width: 1100px){
	#usp-div{
		padding: 0 8.333%;

	}
}
@media (max-width: 1099px){
	#usp-div{
		padding: 0 3%;
	}
}
@media (min-width: 576px){
	#form-section{
		margin-bottom: 7.5%;
	}
}
@media (max-width: 575px){
	#form-section{
		margin-bottom: 0!important;
	}
}
.carousel-control-next-icon{
	background-image: url('../assets/right-arrow.svg');
    position: relative;
    left: 40px;
    
}
.carousel-control-prev-icon{
	background-image: url('../assets/left-arrow.svg');
    position: relative;
    right: 40px;
   
}
.carousel-indicators{
	bottom: -50px;
}
.carousel-indicators li{
	background-color: rgb(80,184,174);
}
@media (min-width: 576px){
	#venus-slider{
		box-shadow: 0 0 7px 5px rgba(170,170,170,0.1);
		width: 75%;
	}
}
@media (max-width: 575px){
	#venus-slider{
		box-shadow: 0 0 7px 5px rgba(170,170,170,0.1);
		width: 75%;
	}
}

.title-line-height{
	line-height: 0.9;
}


/************************************************************/
.left__menu{
	z-index: 100;
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background-color: white;
	height: 100%;
	display: none;
	transition: width 0.1s height 1s ease-in 2s;
}
.x-button{
	font-size: 20px;
	color: rgb(80,184,174);
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.link{
	cursor: pointer;
}
.link-div{
	border-top: 2px solid rgb(80,184,174);
	border-bottom: 2px solid rgb(80,184,174);
	text-align: center;
	padding: 20px;
}
.link-div:first-child{
	border-top: 2px solid rgb(80,184,174);
	border-bottom: none;
	text-align: center;
	padding: 20px;
}
.link-div:last-child{
	border-bottom: 2px solid rgb(80,184,174);
	border-top: none;
	text-align: center;
	padding: 20px;
}
.collapse-link{
	color: black;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.collapse-link:hover{
	color: black;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
@media (min-width: 1990px){
	.usp-title {
		font-size: 1.75rem!important;
	}
}
@media (max-width: 1349px){
	.usp-title {
		font-size: 1rem!important;
	}
}
@media (max-width: 1100px){
	.usp-title {
		font-size: 0.8rem!important;
	}
}
@media (min-width: 1200px){
	#conversions{
		padding: 0 8.3%;
	}
	.ps-5 {
		padding-left: 98px;
	}
	.mb-5, .my-5 {
		margin-bottom: 5rem !important;
	}
}
@media (min-width: 769px) and (max-width: 1199px){
	#conversions{
		padding: 0 5%;
	}
}
@media (max-width: 768px){
	#conversions{
		padding: 0 5%;
	}
}
@media (min-width: 992px){
	.usp-box{
		padding: 50px 25px;
		text-align: center;
		height: 100%;
	}
	.usp-box:hover{
		box-shadow: 0 0 7px 5px rgba(170,170,170,0.1);
	}
}
@media (min-width: 769px) and (max-width: 991px){
	.usp-box{
		padding: 50px;
		text-align: center;
		height: 100%;
	}
	.usp-box:hover{
		box-shadow: 0 0 7px 5px rgba(170,170,170,0.1);
	}
}
@media (min-width: 992px){
	.usp-box{
		padding: 50px 25px;
		text-align: center;
		height: 100%;
	}
	.usp-box:hover{
		box-shadow: 0 0 7px 5px rgba(170,170,170,0.1);
	}
}
.usp-title{
	font-size: 1.25rem;
	font-weight: 700;
	color:black;
	text-align: center;
}

@media (min-width: 1350px){
	.usp-number{
		margin: 20px auto;
	}	
}
@media (min-width: 992px) and (max-width: 1349px){
	.usp-number{
		margin: 20px auto;
		width: 80%;
	}	
}
@media (max-width: 991px){
	.usp-number{
		margin: 20px auto;
	}	
}
.usp-slider{
	width: 90%;
	margin:0 auto;
}
.right-arrow{
	position: absolute;
	top:50%;
	left:100%;
	transform: translateY(-50%);
	z-index: 10;
	width:25px;
}
.left-arrow{
	position: absolute;
	top:50%;
	left:-15px;
	transform: translateY(-50%);
	z-index: 10;
	width:25px;
	
}
.slick-arrow {
	background-color: transparent!important;
	border: none;
}
.slick-next:focus{
	outline: 0;
}
.slick-prev:focus{
	outline: 0;
} 
.usp-box-link{
	text-decoration: none;
}
.usp-box-link:hover{
	text-decoration: none;
}