.aboutUsInfo h1
{
    font-size:40px;
    color:#003054;
    font-weight:700;
    font-family:Arial,Helvetica,sans-serif;
}
.aboutUsInfo h2{
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.aboutUsInfo p{
    font-size:15px;
    text-align:justify;
}

.gallery {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto;
}
.gallery img{
    transition:.3s ease-in-out;
    object-fit:cover;
}
.gallery img {
    width: 200px;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px;
}
.gallery img:hover{
    transform:scale(1.1);
}

/* open modal type start*/
.openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
}
.imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
}
.prevButton,
.nextButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    color: white;
    background: #0005;
    border-radius: 10px;
    border: 1px solid white;
    margin: 10px;
}
.prevButton:hover,
.nextButton:hover {
    background: #fff;
    color: black;
}
.closeBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    right: 25px;
    top: 25px;
    color:var(--primary-color);
    transition: 0.5s linear;
    padding: 8px;
    border-radius:100%;
    background:var(--secondary-color);
    border: none;
}
.closeBtn:hover {
    cursor: pointer;
    background: white;
    color: black;
    outline: 2px solid #000;
}
/* open modal type end */
/* contact us form start */

.contact-section{
    position: relative;
    overflow: hidden;
  }
  
  .contact-section .contactAreaContainer{
    background-color:#01233d;
    position: relative;
    border-radius: 12px;
    margin: 50px auto;
    padding: 30px 20px;
  
  }
  
  .contact-section .career-section .contactAreaContainer {
    background-color: transparent;
  }
  
  .contact-section .contact-container{
    display: flex;
    align-items:start;
    justify-content: center;
    gap: 30px;
  }
  
  .contact-section .contact-info-container,.contact-section .contact-form-container{
     width: 48%;
     transition: all .5s ease-in;
  }
  
  .contact-section .contact-info-container{
    display: flex;
    flex-direction: column;
    align-items:start;
    justify-content: space-between;
  }
  
  .contact-section .contact-info-container h3{
    font-size: 45px;
    margin-bottom: 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .contact-section .contact-info-container ul li{
    padding: 12px;
    border-radius: 9px;
    margin: 12px auto;
  }
  
  .contact-section .contact-info-container ul li span{
    margin-right:8px;
    color: #E5B20A;
    
  }
  
  .contact-section .contact-info-container ul li a{
    color: #fff;
  }
  
  .contact-section .contact-info-container .f_social_icon a {
    font-size: 25px;
    color: #E5B20A;
    background:transparent; 
  }
  
  .contact-section .career-section .contact-form-container{
    box-shadow: 1px 2px 3px 3px #d9d2d2;
  }
  
  .contact-section .contact-form-container{
    background: #fff;
    padding:30px;
    border-radius: 12px;
  }
  
  .contact-section .contact-form-container input{
    border: 0;
    border-bottom: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    border-radius:unset;
    padding-left: 0;
    font-size: 16px;
  }
  .contact-form-container textarea{
    border: 0;
    border-bottom: 1px solid lightgray;
    outline: none;
    box-shadow: none;
    border-radius:unset;
    padding-left: 0;
    font-size: 16px;
  }
  .contact-section .contact-form-container form > div{
    margin: 18px;
    /* background: #003054; */
  }
  .title-container {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .underline-effect {
    position: relative;
    display: inline-block !important;
    color: #000;
    font-weight: bold;
  }
  
  .underline-effect::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    background: #003054;
    position: absolute;
    bottom: -3px;
    left: 5px;
  }
  
  .contact-section .contact-form-container .form-control:focus {
    box-shadow: none;
    border-width: 2px;
    border-color: #e5b20a;
  
  }
  .contact-section .infoControllBtn{
    display: none;
  }
  .infoControllBtn{
    display: none;
  }
  .content-container .highlight-heading-part
  {
    font-size: 29px;
  }
  
  .highlight-heading-part {
    color: #E5B20A;
    font-size: 32px;
  }
  .highlight-heading-part {
    color: #E5B20A;
    font-weight: bold;
  }
  .f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .blue-one
  {
    /* background-color: #003054; */
    border-radius: none;
    /* height: 50px; */
  }
  .contact-main-section .btn.hover-border-1::before, .yellow-one.btn.hover-border-1::before {
    border-left: 1px solid #E5B20A;
    border-top: 1px solid #E5B20A;
  }
  .yellowbtn
  {
    background-color: var(--primary-color) !important;
    padding: 15px 35px !important;
    border: 0;
  }
  
  .btn.hover-border-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-left: 1px solid #003054;
    border-top: 1px solid #003054;
  }
  
  .btn.hover-border-1::before, .btn.hover-border-1::after {
    position: absolute;
    content: none;
    width: 10%;
    height: 25%;
    transition: 0.35s;
  }
  .circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
  }
  
  .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
  }
  
  
  .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
  }
  
  .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
  }
  
  .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
  }
  
  .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
  }
  
  .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
  }
  
  .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
  }
  
  .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
  }
  
  .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
  }
  
  .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
  }
  @keyframes animate {
  
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
  
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
  
  }
  .ctaInfoContainer .slider-btn.solid a {
    color: #01233D! important;
  }
  
.slider-btn i {
    color: #fff;
    font-size: 20px;
  }
  
  .slider-btn a {
    color: var(--white-color);
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    left: 0;
    transition: all .35s ease-Out;
  }
  .slider-btn.solid {
    background: #003054;
  }
    
  .dub-arrow {
    width: 100%;
    height: 100%;
    background: #003054;
    left: -200px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    bottom: 0;
  }
  .slider-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    padding: 15px 32px;
    background-color: transparent;
    border: 1px solid #003054;
    border-radius: 3px;
    color: #003054;
    cursor: pointer;
    margin-right: 18px;
    margin: 0px auto !important;
  }
  
  .slider-btn.solid .dub-arrow{
    background-color:#E6F0F9;
  }
  .slider-btn.solid .dub-arrow i{
    color: #003054;
  }
  .slider-btn i {
    color: #fff;
    font-size: 20px;
  }
  
  .slider-btn:hover .dub-arrow {
    left: 0;
  }
  
  .slider-btn:hover a {
    left: 150px;
  }
  .slider-btn.solid {
    background-color: #E5B20A;
  }

/* contact us form end */
@media(max-width:767px){
    .contact-section .contact-info-container{
        display: none;
    }
    .i-text{
        display: none;
    }
    .contact-section .contact-form-container{
        width: 100% !important;
    }
    .yellowbtn
    {
        display: flex;
        justify-content: center;
        width: 130px;
    }
}
@media(max-width:575px)
{
    .sidebar-contact.active .underline-effect {
        margin-left: 55px;
        margin-bottom: 20px;
      
    }
}
@media (max-width: 540px) {
    .gallery img {
      margin: 8px 6px;
      width: 155px;
    }
}
@media(max-width:499px)
{
  .slider-btn.solid{
    padding: 7px 13px 7px 13px;
  } 
  .aboutUsInfo p
  {
    font-size: 13px;
  }
  .aboutUsInfo h1
  {
    font-size: 25px;
  }
  .aboutUsInfo h4{
    font-size: 18px;
  }
}
@media(max-width:470px)
{
    .imgPreview
    {
        max-height: 80vw;
    }
}
@media (max-width: 347px) {
    .gallery img {
      width: 130px;
    }
}