body{min-height: 100vh; position: relative; font-family: 'montserrat-regular';}
a, a:hover, a:focus{text-decoration: none !important; color: #212529;} 
button:focus {outline: none !important;}
.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths,.col-xl-5ths {position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;}
.col-xs-5ths {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
@media (min-width: 390px){.col-sm-5ths {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}}
@media (min-width: 768px){.col-md-5ths {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}}
@media (min-width: 992px){.col-lg-5ths {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}}
@media (min-width: 1200px){.col-xl-5ths {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}}
.grayScale{filter: grayscale(100%)}

/*-------------------------------------------*/
.textWhite{
    color: white !important;
}
.blurIMG{ 
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

@keyframes zoom-fade {
  0% {scale: 1;}
  50% {scale: 0.90;} 
  100% {scale: 1;} 
} 


/*------------------------------*/
/*----------404 PAGE------------*/
/*------------------------------*/
.bg404{
    min-height: 100vh; 
    width: 100%; 
    background: #f1f3f6;
}

.bg404 .div404{
    text-align: center;
    margin: 100px 0px;
}

.bg404 .div404 label.title{
    font-size: 80px;
    font-family: montserrat-bold;
    margin-bottom: -10px;
}

.bg404 .div404 label.subtitle{
    font-size: 30px; 
    display: block;
    margin-bottom: 0px;
    font-family: montserrat-bold;
}

.bg404 .div404 p{
    font-size: 16px;
}

.bg404 .div404 a{
    background: #072366;
    color: white;
    font-size: 14px;
    padding: 15px 35px;
    font-family: montserrat-bold;
    border-radius: 5px;
    display: inline-block;

}

.bg404 .div404 a:hover, .div404 a:hover{    
    background: #627ee3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
} 


/*------------------------------*/
/*---------- Header -- ---------*/
/*------------------------------*/
.header{
    background: #8ca2ef;
    z-index: 3;
    width: 100%;  
    position: fixed;
}

.header ul.contactDetails{
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: right;
}

.header ul.contactDetails li{
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color: white;
}

 
.header ul.contactDetails > li:before { 
    content: "|";
    padding-right: 10px;
    color: #e7e7e7;
}

.header ul.contactDetails > li:first-child:before { 
    content: ""; 
    padding-right: 0; 
}


.header ul.contactDetails li a{
    color: white !important;

}

.header ul.contactDetails li i{

}


/*------------------------------*/
/*--------- Navigation ---------*/
/*------------------------------*/

.navigation{ 
    z-index: 10;
    width: 100%; 
    padding: 0px 5px;  
    position: fixed;    
    top:0px;

}

.navSticky{
    top:0px;      
}  
.navMask{
    height: 100%;
    width: 100%;
    position: absolute;
    background: white;
    left: 0;
    top: 0;
    z-index: -1;
    backdrop-filter: saturate(150%) blur(10px);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
} 

.navLogo{
        width: 220px;
} 

.navUL{ 
    font-size: 13px;
    font-family: 'montserrat-medium';
    height: 100%; 
    text-align: right;
    display: block;

} 

.navUL li{ 
    display: inline-block;
    line-height: 5;
    height: 100%; 
}
  
 
.navUL li a{
    color: black;
    display: inline-block;
    padding: 0px 15px;
    background: white;
    font-weight: 500;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.navUL li a i{

}

.navUL li a:hover, .navUL li a:focus, .navUL li a.active{ 
    color: #002157;
    border-radius: 5px;
    font-weight: 900;
}

.btnInquire{
    background: #fbd64b !important;
    color: black !important;
    border-radius: 5px;
    font-weight: 700 !important;
}
.btnInquire:hover,
.btnInquire:focus{
    background: #dcbb40 !important; 
}

/*------------------------------*/
/*----- Mobile Navigation ------*/
/*------------------------------*/
.mobileNavbar {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;     
    padding: 10px 0px 0px 0px;
}
 
.mobileNavbar .menu-items {
    display: flex;
}

.mobileNavbar .nav-container li {
    list-style: none;
}

.mobileNavbar .nav-container a {
    color: #0e2431;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: arial, sans-serif;
}

.mobileNavbar .nav-container a:hover{
    font-weight: bolder;
}

.mobileNavbar .nav-container {
    display: block;
    position: relative;
    height: 80px;
    padding: 0px;
}

.mobileNavbar .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.mobileNavbar .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobileNavbar .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}

.mobileNavbar .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.mobileNavbar .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
}

.mobileNavbar .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
}

.mobileNavbar .menu-items {
    padding-top: 100px;
    box-shadow: inset 0 0 2000px rgb(255 255 255 / 50%);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column; 
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background: rgb(255 255 255 / 80%);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    margin-top: -10px;
}

.mobileNavbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.mobileNavbar .mobileLogo{
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 1.2rem;
  color: #0e2431;
  margin-top: 5px;
}

.mobileNavbar .nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.mobileNavbar .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.mobileNavbar .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.mobileNavbar .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.mobileNavbar .nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

/*------------------------------*/
/*----------- FOOTER -----------*/
/*------------------------------*/
footer{

} 

footer .topFooter{
    background: #a3c7ff;
    padding: 70px 0px 50px 0px;
    color: black;
}

footer .topFooter img{
    width: 120px;
    margin-bottom: 20px;
}

footer .topFooter label{
    font-size: 18px;
    display: block;
    font-weight: 900;
    font-family: montserrat-black;
    margin-bottom: 20px;
}
footer .topFooter div.desc{
    width: 100%;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 12px;
    font-family: 'montserrat-regular';
    color: #000000;
}

footer .topFooter p{
    font-size: 12px;
    font-family: 'montserrat-regular'; 
    margin-bottom: 10px;
} 

footer .topFooter p span{ 
    color: black;
    margin-bottom: 5px;
    font-family: 'montserrat-bold';
}

footer .topFooter ul{
    padding-left: 0px;
}
footer .topFooter ul.footeNavUL li{
    list-style: none;
    display: block;
    margin-bottom: 10px;
    font-size: 12px; 
}
footer .topFooter a{
    color: black;
}
footer .topFooter ul.footeNavUL li a:hover,
footer .topFooter ul.footeNavUL li a:focus{ 
    font-weight: 600;
}

footer .topFooter a.learnMore{ 
    font-weight: bold;
    color: #8ca2ef;
} 

footer .bottomFooter{
    text-align: center;
    background: #1d3bcf;
    color: white;
    padding: 15px;
}

footer .bottomFooter .copyrights{
    font-size: 12px;
    margin-bottom: 0px;
}

footer .bottomFooter ul{
    font-size: 12px;
    margin-bottom: 0px;
    padding-left: 0px;
    float: left;
    margin-top: 5px;
}
footer .bottomFooter ul li{
    display: inline-block;
}
footer .bottomFooter ul li a{
    color: white;
    font-family: arial,sans-serif;
    display: inline-block;
}

footer .bottomFooter ul li:first-child:before {
    content: "";
    padding-right: 0;
    margin-left: 0px;
}

footer .bottomFooter ul li:before{
    content: "|";
    padding-right: 5px; 
    margin-left: 5px;
}

#returnTop{
    display: none;
    position: fixed;
    right: 0%;
    background: #002157;
    color: white;
    bottom: 15%;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px 0px 0px 5px;
    font-family: 'nunito-bold';
    cursor: pointer;
    z-index: 5;
    box-shadow: 0px 0px 5px 0px #767676;
}


#responseModal .modalBody{        
    background: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
#responseModal .modalBody label{
    margin-top: 20px;
    font-size: 30px;
    font-family: aria,sans-serif;
    font-weight: 600;
    color: #212529;
}   

#responseModal .modalBody p{
    font-size: 14px;
    color: #212529;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}

#responseModal .modal-content{
    border-radius: 10px;
}
 

.modalBody i{
    font-size: 75px;
    margin: auto;
    display: block;
    color: #212529;
} 

#responseModal .btnClose{
    position: absolute;
    top: 15px;
    right: 20px;
}

#responseModal .btnClose i{
    font-size: 30px;
    color: #ff5c5c;
    border-radius: 5px;
}

#responseModal .btnClose i:hover,
#responseModal .btnClose i:focus{
    color: red;
}

#responseModal .btnContinue{    
    font-size: 14px;
    background: #5789ec;
    color: white;
    padding: 10px 35px;
    font-family: 'nunito-bold';
}

#responseModal .btnContinue:hover, #responseModal .btnContinue:focus{
    background: #4179e8;
    color: white;
}



.sectionGetQuote{
    background: #1d3bcf;
}

.sectionGetQuote label.title{
    color: white;
    font-size: 35px;
    font-family: 'montserrat-bold';
}

.sectionGetQuote p.desc{
    color: #e3e3e3;
    font-size: 14px;
}

.sectionGetQuote a{ 
    background: white;
    color: #1c1c1c;
    padding: 15px 30px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    font-family: 'montserrat-bold';
    font-size: 14px; 
    transition: all .3s;
}

.sectionGetQuote a:hover,
.sectionGetQuote a:focus{ 
    border-radius: 10px;
    color: black;
}
