@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Open+Sans:ital,wght@0,500;0,600;0,800;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
 
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
}
.zoom-in {
  cursor: zoom-in;
}
 
 h1,h2,h3,h4,h5,h6,p,pre,img{
 	padding: 0;
 	margin: 0;
 }
 
.class1{
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.class2{ 
	text-align: left;
	width: 200px;
	border-radius: 25px;
    margin: auto;
    padding-top: 15px;
} 

.class2 i{
    border: 1px solid #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-right: 5px;
}
.class2 p{
    padding-left: 45px;
}
.class2 a{
    color: #000;
    font-weight: 600;
}
.class4{
	/*background: #e1e1e1;*/
	width: 250px;
	padding:5px;
}

.about{
  padding-top: 50px;
  padding-bottom: 50px;
}
.about .left h2{
  color: #274480;
  font-weight: 700;
  font-size: 35px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  margin-bottom: 15px;
}
.about .left h2 span{ 
  font-weight: 400; 
}

.about .left p{
  color: #000;
}
.h-button{
  background-color: #274480;
  width: 200px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 10px;
  text-decoration: none;
  color: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.h-button:hover{
  text-decoration: none; 
  color: #fff;
  opacity: 0.8;
}
.h-button span{
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  margin-left: 5px;
}
.h-button:hover span{
  margin-left: 10px;
}
.about .right {
  margin-bottom: 50px;
}
 
.about-grid .row{
  row-gap: 50px;
  justify-content: center;
}
.about-block > div {
  display: flex;
  gap: 15px;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  padding-bottom: 50px;
height: 100%;
border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
-ms-border-radius: 5px; 
-o-border-radius: 5px;
text-align: center;
}
.about-block h2{
  font-family: impact;
  color: #fff;
  line-height: 30px;
  font-size: 30px;
}

.about-block img{
  width: 100px;
}
.about-block a{
  border-radius: 5px; 
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: -15px;
  text-decoration: none;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.about-block a:hover{
  bottom: -10px;
}

.about-block._1 > div{ 
  background-color: #0079c1;  
}
.about-block._1  a{ 
  background-color: #046ba9;
}
.about-block._2 > div{ 
  background-color: #f0a108;  
}
.about-block._2  a{ 
  background-color: #d18c07;
}
.about-block._3 > div{ 
  background-color: #399579;  
}
.about-block._3 a{ 
  background-color: #23765d;
}
.about-block._4 > div{ 
  background-color: #e16262;  
}
.about-block._4  a{ 
  background-color: #c44444;
}
.about-block._5 > div{ 
  background-color: #cc66ff;  
}
.about-block._5  a{ 
  background-color: #b552e7;
}



.about-grid .modal-content{
  background-color: #FFF6E5;
}
.about-grid h3{
  font-size: 25px;
  text-align: center;
  padding-bottom: 25px;
}
.about-grid label{
  font-size: 16px;
  font-weight: 500;
}
.about-grid p{
  padding: 25px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.about-grid input,.about-grid textarea{
  background-color: #FFF0D8;
  border: 1px solid #7F0606;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-grid-submit{
  background-color: #FFF0D8;
  border: 1px solid #7F0606;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px 25px;
  width: 200px;
  margin: auto;
}
.about-grid .last{
  text-align: center;
}

.booking-submit{
  border-radius: 5px; 
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; 
  bottom: -15px;
  text-decoration: none;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  background-color: #274480!important;
  border: none!important;
}
.booking-submit:hover{
  bottom: -10px;
}

.product-offer{
  background-color: #274480;
  padding-top: 50px; 
  padding-bottom: 50px;
}
.product-offer .left h2{ 
text-align: center;
color: #fff;
font-weight: 700;
line-height: 30px;
}
.product-offer .left h2 span{ 
  font-weight: 300;
}
.product-offer .left{
  position: relative;
}
.product-offer .left img{
max-width: 250px;
position: absolute;
right: 50px;
bottom: 0;
}
.product-offer .right{
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 2px 5px 4px rgba(0,0,0,0.5);
}
.product-offer .right .row{
  row-gap: 50px;
}
.product-wrapper{
  padding-top: 50px;
  padding-bottom: 50px;
}
.product-wrapper .product-block{
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px; 
}
.product-wrapper .product-block img{
  width:50px;
}
.product-wrapper .product-block h3{
  color: #274480;
  font-size: 25px;
  font-weight: 600;
  padding-top: 10px;
}
.product-wrapper .product-block p{
  color: #000;
  
}
.product-wrapper .product-block a{
  border-radius: 5px; 
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; 
  bottom: -15px;
  text-decoration: none;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  background-color: #274480;
}
.product-wrapper .product-block a:hover{
  margin-top: -5px;
}

.risk{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #d8d8d8;
}
.risk   h2 {
  color: #274480;
  font-weight: 700;
  font-size: 35px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  margin-bottom: 15px;
}
.risk   h2 span {
  font-weight: 400;
}
.risk   p {
  color: #000;
  padding-bottom: 25px;
}

.cta{
  background-color: #274480;

}
.cta .cta-content{
  background-image: url('../images/extra/ctabg.png');
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex  ;
      justify-content: space-between;
      align-items: center;
      background-repeat: no-repeat;
      background-position: left;
      background-size: cover;
}
.cta .cta-content p{
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.cta .cta-content p span{
  font-weight:400;
  
}
.cta .cta-content table{
color: #fff;
}
.cta .cta-content table i{
  font-size: 25px;
  padding-right: 15px;
}
.cta .cta-content table a{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  }
  footer{
    display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 25px;
        padding-top: 50px;
  }
  .footer-logo img{
    width: 100%;
    max-width: 250px;
  }
  footer .footer-links{
    display: flex;
    list-style: none;
    gap: 45px;
    padding: 0;
    margin: 0;
   
  }
  footer .footer-links a{
    font-weight: 500;
    font-size: 18px;
    color: #274480;
    text-decoration: none;
  }
  footer .footer-links-with-icon{
    display: flex;
    list-style: none;
    gap: 25px;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  .copyright{
    background-color: #1e3764;
    padding: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }
  .copyright a,.copyright span{
    color: #ffdd20;
    font-weight: 600;
  }


  .inner-hero {
    background: url('../images/extra/innerbg.jpg') no-repeat     100%;
    background-size: cover;
    height: auto;
    background-position: left;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .inner-hero h1{
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }

  .about-vm{
    background-color: #98cc8d;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .about-vm .row{
    justify-content: center;
  }
  .about-vm-content{
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 2px 5px 4px rgba(0,0,0,0.5);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    text-align: center;
    position: relative;
    padding: 25px;
    z-index: 1;
    height: 100%;
    display: flex    ; 
        flex-direction: column;
        gap: 15px;
    
}
.about-vm-content h3{
  color: #274480;
  font-weight: 600;
  font-size: 30px;
}
  .about-vm-img {
    background-color: #274480;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    padding-top: 10px;
    z-index: 0;
}
.team-ab{
  padding-top: 50px;
  padding-bottom: 50px;
}
.team-ab .row{
  justify-content: center;
}
.team-ab  h2 {
  color: #274480;
  font-weight: 700;
  font-size: 35px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  margin-bottom: 15px;
  margin-bottom: 50px;
}
.team-ab-block > div{
display: flex;
flex-direction: column;
gap: 25px;
}
.team-ab-block img{
  border: 7px solid #98cc8d;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.team-ab-block  h3{
  color: #274480;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}
.team-ab-block  h3 span{
  color: #000;
  font-weight: 500;
  font-size:20px;
  text-align: center;
}

.inner-grid{
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner-grid .row{
  row-gap: 50px;
}
.inner-grid .head{
  margin-bottom:50px;
  color: #000;
}
.inner-grid-block > div{
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  cursor: pointer;
}
.inner-grid-block img{
  border: 4px solid #274480;
}
.inner-grid-block h2{
  font-size: 25px;
  font-weight: 600;
  color: #274480;
}






.class500 {
  padding-right: 25px;
  margin-top: 50px;
  }
  .class510 h1 { color: #000; font-weight: 700; text-transform: uppercase; text-decoration: underline; text-decoration-color: #969696; text-underline-offset: 10px; text-decoration-thickness: 2px; margin-bottom: 25px; font-size: 25px; -moz-text-decoration-color: #969696;
  }
  .class530 {
      margin-top: 25px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #969696;
  }
  .class530 p a {
      color: #000;
  }
  .class540 p a {
      color: #000;
  }
  .class540 {
      margin-top: 25px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 50px;
  }
  .class530 h2 {
      color: #000;
      font-weight: 700;
      text-transform: uppercase; 
      font-size: 20px;
  }   
  .class540 h2 {
      color: #000;
      font-weight: 700;
      text-transform: uppercase; 
      font-size: 20px;
  }
  
  .class550 {
      margin-top: 50px;
      padding-left: 25px;
      background: #274480;
      padding-top: 0;
      margin-bottom: 50px;
  }
  .class550 p{
    color: #fff;
  }
  .class570 form input {
      width: 100%;
      margin-bottom: 10px;
      border-radius: 25px;
      border: 1px solid #b9b9b9;
      padding: 10px;
      
  }
  .class570 form input::placeholder, .class570 form textarea::placeholder{
    color: #000;
  }
  .class570 form select {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 25px;
    border: 1px solid #b9b9b9;
    padding: 10px;  color: #000;
    outline: none;
}
  .class570 form textarea {
      width: 100%;
      margin-bottom: 10px;
      border-radius: 25px;
      border: 1px solid #b9b9b9;
      padding: 10px;
      height: 250px;
  }
  .class580 input {
      background: #000;
      border: none;
      width: 200px !important;
      border-radius: 15px !important;
      padding: 15px 30px;
      color: #fff;
      font-weight: 600;
      transition: all 0.6s;
  }
  
   .usefull-links{
    padding-top: 50px;
    padding-bottom: 50px;

   }
.usefull-links div{
  display: flex;
  flex-direction: column;
  gap: 25px;align-items: center;
}
.usefull-links div a{
  width: 100%;
  max-width: 700px;
  text-align: center;
  background-color: #274480;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


