@charset "UTF-8";

@font-face { font-family: "Quicksand Light"; font-style: normal; font-weight: 300; font-display: swap; src: url("./assets/fonts/Quicksand-Light.ttf") format("truetype"); }
@font-face { font-family: "Quicksand Regular"; font-style: normal; font-weight: 400; font-display: swap; src: url("./assets/fonts/Quicksand-Regular.ttf") format("truetype"); }
@font-face { font-family: "Quicksand Medium"; font-style: normal; font-weight: 500; font-display: swap; src: url("./assets/fonts/Quicksand-Medium.ttf") format("truetype"); }
@font-face { font-family: "Quicksand SemiBold"; font-style: normal; font-weight: 600; font-display: swap; src: url("./assets/fonts/Quicksand-SemiBold.ttf") format("truetype"); }
@font-face { font-family: "Quicksand Bold"; font-style: normal; font-weight: 600; font-display: swap; src: url("./assets/fonts/Quicksand-Bold.ttf") format("truetype"); }


.row{
	margin-left: -17px;
	margin-right: -17px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	padding-left: 17px;
	padding-right: 17px;
}

h1{
	font-size: 42px;
	line-height: 1.1;
}

h2{
	font-size: 32px;
}

@media (min-width: 767px) {
	.row{
		margin-left: -15px;
		margin-right: -15px;
	}

	h1{
		font-size: 56px;
	}
	
	h2{
		font-size: 42px;
	}
}

.txt-light{
	font-family: 'Quicksand Light';
}

.txt-medium{
	font-family: 'Quicksand Medium';
}

.txt-semibold{
	font-family: 'Quicksand SemiBold';
}

.txt-reg{
	font-family: 'Quicksand Regular';
}

html{
    overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	word-break: break-word;
	font-family: 'Quicksand Regular';
    font-size: 16px;
    position: relative;
	line-height: 1.4;
	color: #010000;
	overflow-x: hidden;
	position: relative;
	scroll-behavior: smooth;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/* Firefox */
html {
  scrollbar-width: none;
}

/* Chrome / Safari / Edge */
html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

html.no-scroll ,
body.no-scroll {
	overflow: hidden;
}

.gsap-scrollbar {
	position: fixed;
	top: 0;
	right: 0px;
	width: 0px;
	height: 100vh;
	background: rgba(255,255,255,0.15);
	z-index: 100;
	transition: all .3s ease-in-out;
}

@media (min-width:768px) {
	.gsap-scrollbar {
		width: 6px;
	}
}

html.no-scroll .gsap-scrollbar {
	opacity: 0;
	visibility: hidden;
}

.gsap-thumb {
	width: 100%;
	background: #989898;
	border-radius: 4px;
	cursor: pointer;
}

.txt-gold{
	color: #BF9D55;
}
.txt-white{
	color: #FFF;
}

.txt-green{
	color: #013E43;
}

.mb-30{
	margin-bottom: 30px;
}
.mb-60{
	margin-bottom: 60px;
}

section{
	padding-top: 60px;
	padding-bottom: 60px;
}

.cus-container{
	
	position: relative;
}

#site-navigation,
.cus-container{
    max-width: calc(100vw - 60px);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 767px ) {
	section{
		padding-top: 120px;
		padding-bottom: 120px;
	}

	#site-navigation,
	.cus-container{
		max-width: calc(100vw - 60px);
	}
}

@media (min-width: 1200px ) {
	#site-navigation,
	.cus-container{
		max-width: calc(100vw - 200px);
	}
}

@media (min-width: 2120px ) {
	#site-navigation,
	.cus-container{
		max-width: 1920px;
	}
}

.overflow-hidden{
	overflow: hidden;
}

.head-menu{
	position: fixed;
	z-index: 9;
	width: 100vw;
	background-color: #FFF;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}

.head-menu-inner{
	padding: 20px 0px;
}

.head-menu::before{
	content: " ";
	background: linear-gradient(to right, #00AAE9, #60AB55);
	width: 100%;
	height: 7px;
	display: block;
}

.custom-logo{
	height: 50px;
	transition: all .3s ease-in-out;
}

@media (min-width:768px) {
	.custom-logo{
		height: 65px;
	}
}

.head-menu.scroll .custom-logo{
	height: 50px;
}

@media (min-width: 768px) {
	.head-menu.scroll .custom-logo{
		height: 55px;
	}
}

.desk-nav-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.nav-explore-btn{
	background-color: #60AB55;
	position: relative;
	padding: 10px 20px;
	border-radius: 50px;
	color: #FFF;
	font-size: 18px;
	font-family: 'Quicksand SemiBold';
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 42px;
}

@media (min-width: 768px) {
	.nav-explore-btn{
		background-color: #60AB55;
		position: relative;
		padding: 15px 30px;
		border-radius: 50px;
		color: #FFF;
		font-size: 18px;
		font-family: 'Quicksand SemiBold';
		display: inline-flex;
		gap: 10px;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		min-width: 170px;
		height: 52px;
	}
}

.nav-explore-btn .arrow{
	position: relative;
	width: 20px;
	height: 20px;
	display: inline-block;
	transition: all .3s ease-in-out;
}

.nav-explore-btn.open .arrow{
	transform: rotate(180deg);
}

.nav-explore-btn .arrow::before,
.nav-explore-btn .arrow::after{
	content: " ";
	position: absolute;
	background: #FFF;
	width: 10px;
	height: 2px;
}

.nav-explore-btn .arrow::before{
	transform: rotate(45deg);
	top: 11px;
	left: 2px;
}

.nav-explore-btn .arrow::after{
	transform: rotate(-45deg);
	top: 11px;
	right: 2px;
}

@media (min-width:768px) {
	.nav-explore-btn .arrow::before{
		top: 15px;
		left: 5px;
	}

	.nav-explore-btn .arrow::after{
		top: 15px;
		right: 5px;
	}
	.nav-explore-btn .arrow::before,
	.nav-explore-btn .arrow::after{
		width: 12px;
	}
	.nav-explore-btn .arrow{
		width: 30px;
		height: 30px;
	}
	.nav-explore-btn{
		padding: 15px 40px;
		font-size: 19px;
	}
}

.nav-explore-dropdown.open{
	opacity: 1;
	visibility: visible;
}

.nav-explore-dropdown{
	position: fixed;
    right: 0px;
    min-width: 100%;
    max-width: 100%;
	top: 92px;
	border-top: 1px solid #CCCCCC;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
	border-radius: 0px 0px 20px 20px;
}

.head-menu.scroll .nav-explore-dropdown{
	top: 92px;
}

@media (min-width:768px) {
	.head-menu.scroll .nav-explore-dropdown{
		top: 78px;
	}

	.nav-explore-dropdown{
		position: absolute;
		right: 0px;
		min-width: 480px;
		max-width: 100%;
		top: calc(100% + 26px);
		border-radius: 0px 0px 10px 10px;
	}

	.head-menu.scroll .nav-explore-dropdown{
		top: calc(100% + 21px);
	}
}

.scroll-btn{
	cursor: pointer;
}

.nav-dropdown-link{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	background-color: #FFF;
	padding: 30px 30px;
	padding-right: 65px;
	min-height: 65px;
	transition: all .3s ease-in-out;
	font-size: 16px;
	font-family: 'Quicksand SemiBold';
	color: #112F5A;
	align-items: center;
}

.nav-dropdown-link:focus,
.nav-dropdown-link:hover{
	font-family: 'Quicksand Bold';
}

.nav-dropdown-link:not(:last-child)::before{
	content: " ";
	width: calc(100% - 60px);
	left: 30px;
	bottom: 0px;
	background: #00AAE9;
	height: 1px;
	position: absolute;
}

.nav-dropdown-link:last-child{
	border-radius: 0px 0px 20px 20px;
}

@media (min-width:768px) {
	.nav-dropdown-link:last-child{
		border-radius: 0px 0px 10px 10px;
	}

	.nav-dropdown-link{
		font-size: 20px;
		font-family: 'Quicksand Bold';
	}
}

.nav-dropdown-link::after{
	background:url("./assets/images/ALBA_Trangle_Gradient_Button.svg") center/contain no-repeat;
	content: " ";
	width: 20px;
	height: 20px;
	top: 0px;
	right: 30px;
	bottom: 0px;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
}

.nav-dropdown-link:hover{
	text-decoration: unset;
	color: #112F5A;
	background-color: #D7EDFA;
}

.site-main{
	padding-top: 88px;
}

.banner-image{
	position: absolute;
	top: -120px;
	left: -100px;
    z-index: 0;
    height: calc(100% + 250px);
	width: calc(100vw + 100px);
}

@media (min-width: 1350px) {
	.banner-image{
		height: unset;
		width: calc(80% + 300px);
	}
}

@media (min-width: 1600px) {
	.banner-image{
		width: calc(80% + 180px);
	}
}

.home-top-section{
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
	-webkit-animation: bgmove 25s infinite linear;
	animation: bgmove 25s infinite linear;
}

.home-top-section-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	z-index: 0;
}

.top-banner {
	position: relative;
	z-index: 2;
}

.banner-slogan{
	max-width: 750px;
	font-family: 'Quicksand Medium';
}

@media (min-width:768px) {
	.banner-slogan{
		padding-top: 130px;
	}
}

@media (min-width: 1600px) {
	.banner-slogan{
		padding-top: 50px;
		max-width: 700px;
	}
}

@media (min-width:1920px) {
	.banner-slogan{
		padding-top: 180px;
		max-width: 750px;
	}
}
@media (min-width:2000px) {
	.banner-slogan{
		padding-top: 200px;
	}
}

.banner-slogan h1{
	font-family: 'Quicksand Bold';
	font-size: 38px;
}

.banner-slogan > *{
	font-size: 16px;
	margin-bottom: 30px;
}

.banner-slogan > *:last-child{
	margin-bottom: 0px;
}

@media (min-width:768px) {
	.banner-slogan > *{
		font-size: 19px;
	}
}

@media (min-width: 1600px) {
	.banner-slogan p{
		max-width: 550px;
	}

	.banner-slogan h1{
		font-family: 'Quicksand Bold';
		font-size: 64px;
	}
}

@media (min-width: 1920px) {
	.banner-slogan p{
		max-width: unset;
	}

	.banner-slogan h1{
		font-family: 'Quicksand Bold';
		font-size: 62px;
	}
}


.mouse-box{
	display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 10px;
	color: #FFF;
	font-family: 'Quicksand SemiBold';
	cursor: pointer;
	font-size: 14px;
}

.mouse{
	display:flex;
	flex-direction:column;
	align-items:center;
	position: relative;
	gap:5px;
}

.mouse::before{
	content: "";
    width: 15px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 22px;
    position: relative;
    display: block;
}

@media (min-width: 768px) {
	.mouse::before{
		width: 18px;
    	height: 28px;
	}
}

.mouse .wheel{
	width:3px;
	height:4px;
	background:#fff;
	border-radius:10px;
	position:absolute;
	top:10px;
	left:0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	animation:scroll 1.5s infinite;
}

.mouse-wrapper .arrows{
	display:flex;
	flex-direction:column;
	gap:4px;
	margin-left: 3px;
}

.mouse-wrapper .arrows span{
	width:10px;
	height:10px;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
	transform:rotate(45deg);
	animation:arrow 1.5s infinite;
}

.mouse-wrapper .arrows span:nth-child(2){
	animation-delay:.2s;
}

.section2{
	padding-top: 200px;
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.section2{
		padding-top: 110px;
	}
}

@media (min-width: 1350px) {
	.section2{
		padding-top: 60px;
	}
}

@media (min-width: 1600px) {
	.section2{
		padding-top: 100px;
	}
}

@media (min-width: 1700px) {
	.section2{
		padding-top: 150px;
	}
}

@media (min-width: 1800px) {
	.section2{
		padding-top: 180px;
	}
}

@media (min-width: 1900px) {
	.section2{
		padding-top: 200px;
	}
}

@media (min-width: 1920px) {
	.section2{
		padding-top: 150px;
	}
}

@media (min-width: 2100px) {
	.section2{
		padding-top: 200px;
	}
}

.slogan-sec2{
	color: #112F5A;
}

.slogan-sec2 h2{
	font-size: 34px;
	font-family: 'Quicksand Bold';
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}


.slogan-sec2 p{
	font-size: 16px;
	font-family: 'Quicksand Medium';
	max-width: 1300px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.service-box{
	position: relative;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	.slogan-sec2 h2{
		font-size: 58px;
	}

	.slogan-sec2 p{
		font-size: 24px;
	}
	.service-box{
		margin-bottom: 0px;
	}
}

.service-img-box img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.service-img-box{
	overflow: hidden;
	border-radius: 30px 30px 0px 0px;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.service-title-box{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #112F5A;
    color: #FFF;
    padding: 15px 30px;
    min-height: 100px;
    width: 100%;
    font-family: 'Quicksand Bold';
    font-size: 18px;
    text-align: center;
}

.service-content-box{
	padding: 30px 30px;
	border-radius: 0px 0px 20px 20px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	position: relative;
	z-index: 1;
	font-family: 'Quicksand Medium';
	font-size: 16px;
	transition: all .3s ease-in-out;
}


@media (min-width: 768px) {
	.service-title-box{
		font-size: 22px;
	}

	.service-content-box{
		border-radius: 0px 0px 30px 30px;
		padding: 50px 60px;
		font-size: 19px;
	}
}

.service-content-desc{
	text-align: center;
	transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
	.service-content-desc{
		min-height: 314px;
	}
}

.service-content-box > *{
	margin-bottom: 30px;
}

.service-content-box > *:last-child{
	margin-bottom: 0px;
}

.service-content-titlebox{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.service-content-titlebox h2{
	margin-bottom: 0px;
	text-align: center;
	color: #112F5A;
	font-family: 'Quicksand Bold';
	font-size: 34px;
	max-width: 250px;
}

@media (min-width:768px) {
	.service-content-titlebox{
		min-height: 120px;
	}

	.service-content-titlebox h2{
		margin-bottom: 0px;
		text-align: center;
		color: #112F5A;
		font-family: 'Quicksand Bold';
		font-size: 45px;
		max-width: 450px;
		line-height: 1.1;
	}
}


.learn-btn{
	position:relative;
	display: inline-flex;
	border-radius: 50px;
	height: 42px;
	padding: 15px 20px;
	color: #FFF;
	font-size: 18px;
	background: #60AB55;
	font-family: 'Quicksand SemiBold';
	transition: all .3s ease-in-out;
	overflow:hidden;
	align-items: center;
	justify-content: center;
	z-index:1;
}

@media (min-width: 768px) {
	.learn-btn{
		font-size: 19px;
		height: 52px;
		padding: 15px 30px;
		min-width: 170px;
	}
}

.learn-btn::before{
	content:"";
	position:absolute;
	inset:0;
	background: linear-gradient(45deg, #00AAE9, #60AB55);
	opacity:0;
	transition:opacity .5s ease;
	z-index:-1;
}

.service-box:hover .learn-btn,
.learn-btn:hover{
	color: #FFF;
	text-decoration: none;
}

.service-box:hover .learn-btn::before,
.learn-btn:hover::before{
	opacity:1;
}

.service-bottom-curve{
	transition: all .3s ease-in-out;
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 10px;
	z-index: 0;
	opacity: 0;
}

.service-box:hover .service-content-box{
	background: rgba(255, 255, 255, 1);
}

.service-box:hover .service-img-box img{
	transform: scale(1.05);
}

.service-box:hover .service-bottom-curve{
	bottom: -6px;
	opacity: 1;
}


@media (min-width:768px) {
	.service-box:hover .service-bottom-curve{
		bottom: 0px;
	}
}

@media (min-width:1200px) {
	.service-box:hover .service-bottom-curve{
		bottom: -10px;
	}
}

@media (min-width:1400px) {
	.service-box:hover .service-bottom-curve{
		bottom: -7px;
	}
}
@media (min-width:1500px) {
	.service-box:hover .service-bottom-curve{
		bottom: -5px;
	}
}

@media (min-width:1600px) {
	.service-box:hover .service-bottom-curve{
		bottom: -3px;
	}
}

@media (min-width:1920px) {
	.service-box:hover .service-bottom-curve{
		bottom: 0px;
	}
}

@media (min-width:1950px) {
	.service-box:hover .service-bottom-curve{
		bottom: 2px;
	}
}

.contact-banner{
	background: linear-gradient(to right, #00AAE9 0%, #112F5A 100%);
	color: #FFF;
	padding: 50px 0px;
	/* -webkit-animation: bgmove 40s infinite linear;
	animation: bgmove 40s infinite linear; */
}

.contact-banner-slogan{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.contact-banner-desc{
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.contact-banner-desc{
		width: calc(100% - 310px);
		text-align: left;
	}

	.contact-banner-slogan{
		padding: 0px 75px;
		justify-content: left;
	}
}

@media (min-width: 1200px) {
	.contact-banner-slogan{
		padding: 0px 150px;
	}
}

.contact-banner-desc h2{
	font-size: 34px;
	margin-bottom: 30px;
	font-family: 'Quicksand Bold';
}

.contact-banner-desc p{
	font-size: 16px;
	margin-bottom: 0px;
	font-family: 'Quicksand Medium';
}

@media (min-width:768px) {
	.contact-banner-desc h2{
		font-size: 41px;
		margin-bottom: 5px;
	}

	.contact-banner-desc p{
		font-size: 19px;
	}

}

.footer-contact-btn{
	position: relative;
    display: flex;
    border-radius: 0px 30px 0px 30px;
    padding: 5px 40px;
    color: #FFF;
    font-size: 18px;
    background: #60AB55;
    font-family: 'Quicksand SemiBold';
    transition: all .3s ease-in-out;
    overflow: hidden;
    z-index: 1;
    min-width: 200px;
    height: 52px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
	.footer-contact-btn{
		font-size: 19px;
	}
}

.footer-contact-btn::before{
	content:"";
	position:absolute;
	inset:0;
	background: linear-gradient(45deg, #00AAE9, #60AB55);
	opacity:0;
	transition:opacity .5s ease;
	z-index:-1;
}

.footer-contact-btn:hover{
	color: #FFF;
	text-decoration: none;
}

.footer-contact-btn:hover::before{
	opacity:1;
}

.contact-banner-btn-wrapper{
	width: 280px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.site-footer{
	padding-top: 60px;
	padding-bottom: 60px;
	background: linear-gradient(to right, #EAF2E7, #D7EEFB);
}

.copyright{
	background-color: #112F5A;
	padding: 15px 0px;
	font-size: 14px;
	color: #FFF;
	font-family: 'Quicksand Regular';
}

.footer-nav-link > *{
	margin-bottom: 10px;
}

.footer-nav-link p{
	font-size: 16px;
	font-family: 'Quicksand Bold';
	color: #112F5A;
}

.footer-nav-link a{
	font-size: 16px;
	font-family: 'Quicksand Medium';
	color: #112F5A;
	display: block;
}

.comp-logo-box{
	padding: 26px 0px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.comp-logo-box img{
	height: 60px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.copyright{
		font-size: 18px;
	}
	.footer-nav-link a{
		font-size: 19px;
	}
	.footer-nav-link p{
		font-size: 19px;
	}
	.comp-logo-box{
		padding: 36px 0px;
	}

	.comp-logo-box img{
		height: 85px;
	}
}

.company-banner-box{
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px;
	padding-bottom: 350px;
	background-position: center;
}

.gradient-line{
	width: calc(100% + 100px);
	margin-left: -100px;
	height:4px;
	background: linear-gradient( to right, #60AB55 0%,#00AAE9 40%, rgba(89, 215, 255, 0) 100% );
}

@media (min-width:768px) {
	.company-banner-box{
		padding: 90px 0px;
		padding-bottom: 160px;
	}
}

@media (min-width:2120px) {
	.gradient-line{
		width: calc(100% + ((100vw - 1920px) / 2));
		margin-left: calc(-1 * (100vw - 1920px) / 2);
	}
}

.home-comp-summary{
	color: #FFF;
	font-family: 'Quicksand Medium';
	font-size: 16px;
}

.home-comp-summary p{
	line-height: 1.5;
}

.summary-content > *{
	margin-bottom: 15px;
}

.home-comp-summary > *{
	margin-bottom: 30px;
}

.summary-content > *:last-child,
.home-comp-summary > *:last-child{
	margin-bottom: 0px;
}

@media (min-width:768px) {
	.summary-content > *{
		margin-bottom: 30px;
	}
}

.home-comp-summary h2,
.home-comp-summary h3{
	font-family: 'Quicksand Bold';
}

.home-comp-summary h2{
	font-size: 34px;
}

.home-comp-summary h3{
	font-size: 18px;
}

@media (min-width:768px) {
	.home-comp-summary h2{
		font-size: 41px;
	}

	.home-comp-summary h3{
		font-size: 25px;
	}

	.home-comp-summary{
		font-size: 19px;
	}
}

.break-gradient-line{
	width: 100%;
	height:8px;
	background: linear-gradient( to right, #00AAE9 ,#60AB55);
}

.company-content-wrapper{
	padding-top: 120px;
	padding-bottom: 60px;
	background-color: #F2F2F2;
}

@media (min-width:768px) {
	.company-content-wrapper{
		padding-bottom: 120px;
	}
}

.img-slider{
	margin-top: -200px;
	position: relative;
}

.img-slider img{
	width: 100%;
}

.img-slider .owl-nav{
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 50px;
}

@media (min-width:768px) {
	.img-slider .owl-nav{
		gap: 105px;
	}
}

.img-slider .owl-nav button{
	outline: unset;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	height: 15px;
}

.img-slider .owl-nav .arrow-left-long,
.img-slider .owl-nav .arrow-right-long{
	width: 20px;
    background-color: #002976;
    height: 2px;
    position: relative;
    display: block;
}

.img-slider .owl-nav .arrow-left-long::before,
.img-slider .owl-nav .arrow-left-long::after,
.img-slider .owl-nav .arrow-right-long::before,
.img-slider .owl-nav .arrow-right-long::after{
	position: absolute;
	content: "";
	background-color: #002976;
	height: 2px;
	width: 10px;
}

.img-slider .owl-nav .arrow-left-long::before,
.img-slider .owl-nav .arrow-right-long::before{
	transform: rotate(45deg);
}
.img-slider .owl-nav .arrow-left-long::after,
.img-slider .owl-nav .arrow-right-long::after{
	transform: rotate(-45deg);
}

.img-slider .owl-nav .arrow-left-long::before{
	top: 3px;
    left: -1px;
}

.img-slider .owl-nav .arrow-left-long::after{
	top: -3px;
	left: -1px;
}

.img-slider .owl-nav .arrow-right-long::before{
	top: -3px;
	right: -1px;
}

.img-slider .owl-nav .arrow-right-long::after{
	top: 3px;
	right: -1px;
}

@media (min-width:768px) {
	.img-slider .owl-nav .arrow-left-long,
	.img-slider .owl-nav .arrow-right-long{
		width: 30px;
	}

	.img-slider .owl-nav .arrow-left-long::before,
	.img-slider .owl-nav .arrow-left-long::after,
	.img-slider .owl-nav .arrow-right-long::before,
	.img-slider .owl-nav .arrow-right-long::after{
		width: 15px;
	}

	.img-slider .owl-nav .arrow-left-long::before{
		top: 6px;
	}

	.img-slider .owl-nav .arrow-left-long::after{
		top: -6px;
	}

	.img-slider .owl-nav .arrow-right-long::before{
		top: -6px;
	}

	.img-slider .owl-nav .arrow-right-long::after{
		top: 6px;
	}
}

.comp-details > *{
	margin-bottom: 15px;
}

.comp-details > *.mb-60{
	margin-bottom: 30px;
}

.comp-details > *.mb-30 {
    margin-bottom: 15px;
}

.comp-details > *:last-child{
	margin-bottom: 0px;
}

@media (min-width:768px) {
	
	.comp-details > *.mb-60{
		margin-bottom: 60px;
	}
	.comp-details > *.mb-30 {
		margin-bottom: 30px;
	}

	.comp-details > *{
		margin-bottom: 30px;
	}
}

.comp-details{
	font-size: 16px;
	font-family: 'Quicksand Medium';
	line-height: 1.5;
}

.comp-details a:not(.company-site-btn){
	display: block;
	position: relative;
	padding-left: 40px;
	color: #00AAE9;
	font-family: 'Quicksand SemiBold';
}

.comp-details a:not(.company-site-btn)::before{
	content: " ";
	background:url("./assets/images/ALBA_Trangle_Gradient_Button.svg") center/contain no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	left: 0px;
}

.comp-details h3{
	font-size: 18px;
	font-family: 'Quicksand Bold';
	color: #112F5A;
}

@media (min-width:768px) {
	.comp-details{
		font-size: 19px;
	}
	.comp-details h3{
		font-size: 25px;
	}
}

.row.extend{
	margin-left: -60px;
	margin-right: -60px;
}

.row.extend30{
	margin-left: -30px;
	margin-right: -30px;
}

.row.extend > div{
	padding-left: 60px;
	padding-right: 60px;
}

.row.extend30 > div{
	padding-left: 30px;
	padding-right: 30px;
}

.enquire-section{
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.white-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0px;
    left: 0px;
	z-index: 1;
}

/*appointment form*/
.contactus-form-section{
	background-color: #112F5A;
	padding: 30px 20px;
	border-radius: 20px;
}

.contactus-form-section form > *{
	margin-bottom: 30px;
}

.contactus-form-section form > *.inner-contact-box{
	margin-bottom: 16px;
}

.contactus-form-section .submit-box p,
.contactus-form-section form > *:last-child{
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	.contactus-form-section{
		padding: 50px;
	}

	.contactus-form-section form > *{
		margin-bottom: 40px;
	}

	.contactus-form-section form > *.inner-contact-box{
		margin-bottom: 24px;
	}
}

.contactus-form-section .wpcf7-list-item{
	display: block;
}

.contactus-form-section h3{
	font-family: "Quicksand Bold";
	color: #FFF;
	font-size: 19px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contactus-form-section h3{
		font-size: 28px;
	}
}

.contactus-form-section label{
	font-family: "Quicksand Regular";
	color: #FFF;
	font-size: 16px;
}

.contactus-form-section .wpcf7-list-item-label{
	font-weight: 600;
}

.contactus-form-section input[type="text"], .contactus-form-section input[type="email"], .contactus-form-section select, .contactus-form-section textarea, .contactus-form-section input[type="date"]{
	width: 100%;
	padding: 10px 20px;
	background-color: #FFF;
	border: 1px solid #333333;
	color: #333333;
	border-radius: 10px;
	font-size: 16px;
}

.contactus-form-section input[type="email"]:focus, .contactus-form-section input[type="text"]:focus, .contactus-form-section select, .contactus-form-section  textarea:focus, .contactus-form-section input[type="date"]:focus{
	text-decoration: unset;
	color: #333333;
}

.contactus-form-section input[type="text"]::placeholder, .contactus-form-section input[type="email"]::placeholder, .contactus-form-section select::placeholder, .contactus-form-section textarea::placeholder, .contactus-form-section input[type="date"]::placeholder {
	color: #999999;
}

.contactus-form-section select{
	appearance: none;
	-webkit-appearance: none;
	padding-right: 40px;
	position: relative;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0);
}
.contactus-form-section .select-box{
	position: relative;
}

.contactus-form-section .select-box::before{
	position: absolute;
	content: "";
	background:#FFF;
	top: 0px;
	left:0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.contactus-form-section .select-box .angle-down{
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	right: 15px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.contactus-form-section .select-box .angle-down span{
	width: 20px;
	height: 20px;
	position: relative;
	display: block;
}

.contactus-form-section .select-box .angle-down span::before,
.contactus-form-section .select-box .angle-down span::after{
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	top: 10px;
	background: #002976;
}

.contactus-form-section .select-box .angle-down span::before{
	transform: rotate(45deg);
	left: 0px;
}
.contactus-form-section .select-box .angle-down span::after{
	transform: rotate(-45deg);
	right: 0px;
}

.contactus-form-section input[type="date"]{
	font-size: 18px;
}
.contactus-form-section .spacing-down{
	margin-bottom: 0.5rem;
}

.contactus-form-section input[type="submit"]{
	background-image: linear-gradient(to right, #00AAE9, #60AB55);
    color: #FFF;
    font-size: 18px;
    display: flex;
	flex-wrap: wrap;
    padding: 5px 20px;
    transition: all .3s ease-in-out;
    border-radius: 50px;
    cursor: pointer;
    font-family: "Quicksand SemiBold";
    width: 100%;
    border: unset;
    outline: unset;
    height: 42px;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
	.contactus-form-section input[type="submit"]{
		font-size: 19px;
		height: 52px;
	}
}

.contactus-form-section .wpcf7-spinner{
	display: none;
}

.contactus-form-section label.small{
	font-style: italic;
	color: #002976;
	font-weight: 500;
}

@media (min-width:1200px) {
	.contactus-form-section .spacing-down{
		margin-bottom: 37px;
	}
}

.contactus-form-section .wpcf7-response-output{
	padding: 20px 0px !important;
	padding-bottom:0px !important;
	border-top: 2px solid #414042 !important;
	border-bottom: unset !important;
	border-left: unset !important;
	border-right: unset !important;
	margin:0px !important;
	margin-top:30px !important;
	line-height: 1.6;
	font-size: 19px;
	font-family: "Quicksand Medium";
    color: #FFF;
}

/* end of appointment form*/

.contctus-desc > *{
	margin-bottom: 30px;
}

.contctus-desc{
	font-family: "Quicksand Medium";
	color: #333;
	font-size: 16px;
}

.contctus-desc h1{
	font-size: 34px;
	font-family: "Quicksand Bold";
	color: #112F5A;
}
.contctus-desc h3{
	font-size: 16px;
	font-family: "Quicksand Bold";
	color: #112F5A;
}


@media (min-width: 768px) {
	.contctus-desc{
		font-size: 19px;
	}
	.contctus-desc h3{
		font-size: 19px;
	}
	.contctus-desc h1{
		font-size: 48px;
	}
}

.contact-us-bg{
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

.company-site-btn{
	position: relative;
    display: flex;
    border-radius: 0px 30px 0px 30px;
    padding: 5px 20px;
    color: #FFF;
    font-size: 18px;
    background: #112F5A;
    font-family: 'Quicksand Medium';
    transition: all .3s ease-in-out;
    overflow: hidden;
    z-index: 1;
    min-width: 200px;
    max-width: 300px;
    height: 52px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.company-site-btn{
		font-size: 19px;
		margin-top: 85px;
	}
}

.company-site-btn::before{
	content:"";
	position:absolute;
	inset:0;
	background: linear-gradient(45deg, #00AAE9 , #112F5A );
	opacity:0;
	transition:opacity .5s ease;
	z-index:-1;
}

.company-site-btn:hover{
	color: #FFF;
	text-decoration: none;
}

.company-site-btn:hover::before{
	opacity:1;
}