@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Google Sans", sans-serif;
    --body-font-size: 16px;
    --body-color: #000;
    --primary-color: #ae1010;
    --secondary-color: #01162c;
    --black: #000;
    --white: #fff;
    --heading-font: "Google Sans", sans-serif; 
    
}
html, body{height:100%;}
body{
	display:flex;
	flex-direction:column;
	min-height:100vh;
 	font-family: var(--body-font);
	font-size:var(--body-font-size);
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: var(--body-color);
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	font-optical-sizing: auto;
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
::selection {background: #000; color:#fff;}
::-moz-selection {background: #000;color:#fff;}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 42px;}
h2 {font-size: 36px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
 #preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 9999; display: flex; justify-content: center; align-items: center;
transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
.spinner {width: 100%;height: 100%; background-image: url(../images/logo.png); background-position: center; background-repeat: no-repeat; }
#preloader.hidden { opacity: 0;visibility: hidden; }

/*************** COLUMS AND ROWS ***************/
main{ position:relative; flex:1 1 auto; display:flex; flex-direction:column;}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.section-spacing{padding:100px 0;}
.sticky{position: -webkit-sticky !important;position: sticky !important;top: 100px;width:100%;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1400px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.scrollwrap{ width: calc(50vw + 680px); overflow: hidden;}
.scrollwrap-left { margin-left: calc(-50vw + 50%); overflow: hidden;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{display: flex; width: 100%; height: 10px;}
.gap-20{ height: 20px;}
.gap-30{ height: 30px;}
.gap-40{ height: 40px;}
.gap-50{ height: 50px;}
.gap-60{ height: 60px;}
.gap-70{ height: 70px;}
.gap-80{ height: 80px;}
.gap-90{ height: 90px;}
.gap-100{ height: 100px;}
.m-b-0{ margin-bottom: 0px;}
.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-15{ margin-bottom: 15px;}
.m-b-20{ margin-bottom: 20px;}
.m-b-25{ margin-bottom: 25px;}
.m-b-30{ margin-bottom: 30px;}
.m-b-35{ margin-bottom: 35px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px;}
.m-b-50{ margin-bottom: 50px;}
.button-style a, .button-style-span{position: relative;background-color: var(--primary-color);color: var(--white);font-weight: 700;font-size: 16px;padding: 16px 56px 16px 25px;border-radius: 50px;display: inline-block;}
.button-style a:after, .button-style-span:after{color: var(--white);content: "\f061";font-family: 'Font Awesome 7 Free';font-weight: 900;right: 20px;position: absolute;top: 12px;line-height: 28px;border-radius: 50px;text-align: center;transition: .3s ease-in-out;transform: rotate(1deg);font-size: 20px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.button-style a:hover, .button-style-span:hover{ background-color: var(--secondary-color); color: var(--white);}
.button-style a:hover:after, .button-style-span:after{transform: rotate(328deg);}

/*************** PAGE CSS ***************/
.heading{ padding:10px; position:relative; text-align:center; font-size:18px; background:#c1c1c1;}
.heading:before{  position:absolute; height:2px; border-bottom:1px solid #F00; content: ''; left:0px; width:20px; border-top:2px solid #F00; top:20px;}
.heading:after{  position:absolute; height:2px; border-bottom:1px solid #F00; content: ''; right:0px; width:20px; border-top:2px solid #F00; top:20px;}

/*************** table style ***************/
.responsive-table{overflow-x: auto;}
.table-style {border-collapse: collapse;width: 100%;}
td, th {border: 1px solid #ddd;padding: 8px;}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th { padding-top: 12px;padding-bottom: 12px;text-align: left;background-color: var(--primary-color);color:var(--white);}

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background-color:var(--primary-color);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #84275f;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #84275f;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/*************** SITE HEADER ***************/
.site-header{width:100%;background-color:transparent;padding:18px 0;position:absolute;top:0;left:0;z-index:10;box-shadow:none;}
.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;background-color:var(--white);padding: 15px 20px;border-radius:12px;box-shadow:0 2px 12px rgba(2,32,84,0.12);}
.header-logo{display:inline-flex;flex:0 0 auto;}
.header-logo img{display:block;height: 60px;width:auto;max-width:100%;}
.header-right{display:flex;align-items:center;gap:30px;flex-wrap:wrap;}
.header-contact{display:flex;flex-direction:column;gap:6px;}
.header-contact span{display: flex;     gap: 8px;}
.header-contact a{display:flex;align-items:center;gap:8px;color:#022054;font-weight:500;font-size: 14px;}
.header-contact a:hover{color:#e65d95;}
.header-contact i{color:#e65d95;font-size:14px;}
.header-buttons{display:flex;align-items:center;gap:12px;}
.btn-enquire, .btn-prospectus{display:inline-flex;align-items:center;gap:8px;padding: 12px 15px;border-radius:50px;font-weight:600;font-size:14px;text-align:center;white-space:nowrap;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.btn-enquire svg, .btn-prospectus svg{flex-shrink:0;}
.btn-enquire{background-color:#e65d95;color:var(--white);border:2px solid #e65d95;}
.btn-enquire:hover{background-color:#022054;border-color:#022054;color:var(--white);}
.btn-prospectus{background-color:transparent;color:#022054;border:2px solid #022054;}
.btn-prospectus:hover{background-color:#022054;color:var(--white);}

@media only screen and (max-width: 1024px) {
.header-right{gap:16px;}
.header-contact a span, .header-contact a{display:none;}
.header-contact a:first-child{ display: inline-block;}
.header-contact a.email{ display: inline-block;}
}
@media only screen and (max-width: 680px) {
header .header-buttons{ display: none;}
.header-contact {  flex-direction: row;}
    .header-contact a:first-child, .header-contact a.email {
        width: 40px;
        height: 40px;
        border: 1px solid #e2e2e2;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }
}
@media only screen and (max-width: 575px) {
.header-right{justify-content:center;}
.btn-enquire, .btn-prospectus{padding:10px 18px;font-size:13px;}
.banner-inner { padding-bottom: 20px;}
.header-inner { gap: 5px;}

}

/*************** BANNER ***************/
.banner{position:relative;width:100%;overflow:hidden;flex:1 1 auto;min-height:600px;display:flex;align-items:flex-end;}
.banner-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.banner::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+85,0.65+85 */background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */}
.banner-inner{position:relative;z-index:2;width:100%;padding-bottom:80px;}
.banner-caption{max-width:640px;color:var(--white);margin:0 auto;text-align:center;}
.banner-caption h1{color:var(--white);margin-bottom:20px;font-weight: 700;}
.banner-caption p{color:var(--white);font-size:18px;margin-bottom:35px;}
.banner-caption .header-buttons{gap:16px;justify-content:center;}
.banner-caption .btn-prospectus{background-color:#022054;color:var(--white);}
.banner-caption .btn-prospectus:hover{background-color:var(--white);color:#022054;border-color:var(--white);}

@media only screen and (max-width: 767px) {
.banner{min-height:460px;}
.banner-caption h1{font-size:32px;}
}
@media only screen and (max-width: 575px) {
.banner-caption{text-align:center;margin:0 auto;}
.banner-caption .header-buttons{justify-content:center;}
}

/************************************* 1330px *************************************/
@media only screen and (max-width: 1450px) {
.container{ width:95%;}
.scrollwrap { width: 100% !important; padding: 0;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.container{ width: 96%; }
.site-header { padding: 10px 0;}
.banner-inner {
    
    padding-bottom: 22px;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
	.header-inner{ padding: 15px;}
	.spinner { background-size: 260px;}
	    .banner-caption h1 {
        font-size: 26px;
    }
	.banner-caption p {
  font-size: 14px;}
}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
	.header-logo img { height: 48px;}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}