body {
    font-family: "Poppins", sans-serif;
}

.textColor {
    color: #030F27;
}

.navbarBgDark {
    background: #030F27;
}

.navbar-nav .nav-link.active {
    color: #EDA72F;
}

.nav-link:hover {
    color: #EDA72F;
}

.nav-link {
    color: #fff;
}
.border_nav_right{
    border-right: 2px solid #ac0000!important;
}
.getBtn {
    color: #fff;
}

.sideLine {
    border-right: 1px solid #030F27;
}

.iconHeight {
    height: 24px;
    width: 24px;
}
.hov_card:hover .box_icon_ser{
    transform: rotate(90deg);
    transition: all ease 1s;
}

.hov_card:hover .ser_icon{
color: #043472;
transform: rotate(-90deg);
transition: all ease 1s;
}
@media screen and (min-width: 992px) {
    .sideLine {
        border-right: none;
    }

    .iconHeight {
        height: 46px;
        width: 46px;
    }
}
.center_tabs_{
    margin: 0px auto;
    padding: 20px 0px;
}
.active_{
    text-decoration: 2px solid white underline!important;
    text-underline-offset: 8px;
}
.logo_adj{
    width: 100%!important;
}
.inner_col_box{
    background-color: #02204694;
    margin: 0px !important;
    border: 3px solid #022046;
}
.nav_color_top{
    background-color: white!important;
}
.nav_shadow{
    background: #033572;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.another_dicrec{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.heading_slide {
    color: #ffffff;
    font-size: 40px;
    text-align: left;
    padding: 5px 20px;
    font-weight: 700;
    text-shadow: 2px 3px 5px #000000;
}
.inner_col_box_sub{
    background-color: #ab0000;
    padding-top: 10px;
    padding-bottom: 1px;
    margin: 0px!important;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}
.misson_heading{
    color: #022e62;
    font-weight: 800;
    text-decoration: underline 2px solid orange;
    text-underline-offset: 8px;
}
.box_mv{
    padding: 40px 0px;
}
.box_saparator{
    margin-top: 10px;
    margin-bottom: 10px;
}
.container_space{
    margin-top: 80px;
    margin-bottom: 80px;
}
.top_info{
    font-weight: 700;
}
.incon_box{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    color: #ac0000;
    background-color: white;
}
.incon_box:hover{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #030F27;
}

.iconsize{
    font-size: 40px!important;
}
.left_sec{
    padding: 20px 50px;
    background-color: #043371;
    color: white;
    margin: 0px;
}
.left_about{
    padding: 10px 50px;
}
.un_ln{
    text-decoration: 1px solid underline;
    text-underline-offset: 5px;
    font-weight: 600;
}
.incon_box_tx{
    padding-left: 10px;
}
.ab_dec{
    color: #043570;
    font-weight: 700;
}
.Welcome{
    font-weight: 700;
    color: black;
}
.Welcome::after{
content: " ➜";
color: #ac0000;
}
.button_redesign{
    border-radius: 0px!important;
    padding: 15px 30px!important;
    font-weight: 600!important;
    font-size: 18px!important;
}
@media screen and (max-width: 1000px) {
    #about_img{
        display: none;
    }
    .box_mv{
        text-align: center;
        padding: 0px;
    }
}
.back_img{
    background-image: url("images/choose.jpg");
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.white_tx{
    color: white;
    font-weight: 700;
    text-shadow: -2px 3px 5px #1a1a1a;
}
.white_tx_sub{
    color: white;
    font-weight: 600;
}
.heading_white{
    color: white;
    font-weight: 700;
}
.under_line{
    width: 100px;
    background-color: white;
    height: 3px;
    margin-bottom: 50px;
}
.box_icon_ser{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    margin-top: -57px;
    background-color: white;
    border: 2px solid #043472;
    transform: rotate(45deg);
}
.hov_card{
    background-color: #043472!important;
    color: white!important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    }
.ser_icon{
    color: #aa0001;
    font-size: 35px!important;
    transform: rotate(-45deg);
}
.top_sp{
    margin-top: 80px;
}
.under_ln{
    height: 2px;
    width: 60px;
    background-color: white;
    margin-top: 5px;
}
.banner_top{
    background-image:url("images/about_banner.webp");
    background-position: center;
    background-size: cover;
    
}
.mask_img{
    background-color: #0634726b;
    padding-top: 80px;
    padding-bottom: 80px;
}









.pg-footer {
    font-family: 'Roboto', sans-serif;
  }
  
  
  .footer {
      background-color: #004658;
      color: #fff;
  }
  .footer-wave-svg {
      background-color: transparent;
      display: block;
      height: 30px;
      position: relative;
      top: -1px;
      width: 100%;
  }
  .footer-wave-path {
      fill: #fffff2;
  }
  
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 450px;
      position: relative;
  }
  
  .footer-content-column {
      box-sizing: border-box;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      color: #fff;
  }
  
  .footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-logo-link {
      display: inline-block;
  }
  .footer-menu {
      margin-top: 30px;
  }
  
  .footer-menu-name {
      color: #fffff2;
      font-size: 15px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
  }
  .footer-menu-list {
      list-style: none;
      margin-bottom: 0;
      margin-top: 10px;
      padding-left: 0;
  }
  .footer-menu-list li {
      margin-top: 5px;
  }
  
  .footer-call-to-action-description {
      color: #fffff2;
      margin-top: 10px;
      margin-bottom: 20px;
  }
  .footer-call-to-action-button:hover {
      background-color: #fffff2;
      color: #00bef0;
  }
  .button:last-of-type {
      margin-right: 0;
  }
  .footer-call-to-action-button {
      background-color: #027b9a;
      border-radius: 21px;
      color: #fffff2;
      display: inline-block;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      padding: 12px 30px;
      margin: 0 10px 10px 0;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s;
      cursor: pointer;
      position: relative;
  }
  .footer-call-to-action {
      margin-top: 30px;
  }
  .footer-call-to-action-title {
      color: #fffff2;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
  }
  .footer-call-to-action-link-wrapper {
      margin-bottom: 0;
      margin-top: 10px;
      color: #fff;
      text-decoration: none;
  }
  .footer-call-to-action-link-wrapper a {
      color: #fff;
      text-decoration: none;
  }
  
  
  
  
  
  .footer-social-links {
      bottom: 0;
      height: 54px;
      position: absolute;
      right: 0;
      width: 236px;
  }
  
  .footer-social-amoeba-svg {
      height: 54px;
      left: 0;
      display: block;
      position: absolute;
      top: 0;
      width: 236px;
  }
  
  .footer-social-amoeba-path {
      fill: #027b9a;
  }
  
  .footer-social-link.linkedin {
      height: 26px;
      left: 3px;
      top: 11px;
      width: 45px;
  }
  
  .footer-social-link {
      display: block;
      padding: 10px;
      position: absolute;
  }
  
  .hidden-link-text {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px,1px,1px,1px);
      -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
      clip-path: inset(0px 0px 99.9% 99.9%);
      overflow: hidden;
      height: 1px;
      width: 1px;
      padding: 0;
      border: 0;
      top: 50%;
  }
  
  .footer-social-icon-svg {
      display: block;
  }
  
  .footer-social-icon-path {
      fill: #fffff2;
      transition: fill .2s;
  }
  
  .footer-social-link.twitter {
      height: 28px;
      left: 62px;
      top: 3px;
      width: 45px;
  }
  
  .footer-social-link.youtube {
      height: 24px;
      left: 123px;
      top: 12px;
      width: 45px;
  }
  
  .footer-social-link.github {
      height: 34px;
      left: 172px;
      top: 7px;
      width: 45px;
  }
  
  .footer-copyright {
      background-color: #00303cc9;
      color: #fff;
      padding: 15px 30px;
    text-align: center;
  }
  
  .footer-copyright-wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 1200px;
  }
  
  .footer-copyright-text {
    color: #fff;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
  }
  
  .footer-copyright-link {
      color: #fff;
      text-decoration: none;
  }
  
  
  
  
  
  
  
  /* Media Query For different screens */
  @media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  @media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  @media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  @media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
  
  }
  @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
  
  }
  @media (min-width:1281px) { /* hi-res laptops and desktops */
  
  }
  
  
  
  
  @media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 300px;
        position: relative;
    }
  
    .footer-wave-svg {
        height: 50px;
    }
  
    .footer-content-column {
        width: 24.99%;
    }
  }
  @media (min-width: 568px) {
    /* .footer-content-column {
        width: 49.99%;
    } */
  }
  .footer_text_{
    font-weight: 600;
  }

      /* Zoom-in effect on carousel images */
      .carousel-img {
        transition: transform 5.5s ease-in-out;
      }
  
      .zoom-in-effect {
        transform: scale(1);
      }
  
      .carousel-item.active .zoom-in-effect {
        transform: scale(1.1);
      }
  
      /* Text animations */
      .slide-in-left {
        animation: slideInLeft 1.5s ease-in-out forwards;
        opacity: 0;
      }
  
      .slide-in-right {
        animation: slideInRight 1.5s ease-in-out forwards;
        opacity: 0;
      }
  
      /* Keyframes for sliding in from the left */
      @keyframes slideInLeft {
        0% {
          opacity: 0;
          transform: translateX(-100px);
        }
        100% {
          opacity: 1;
          transform: translateX(0);
        }
      }
  
      /* Keyframes for sliding in from the right */
      @keyframes slideInRight {
        0% {
          opacity: 0;
          transform: translateX(100px);
        }
        100% {
          opacity: 1;
          transform: translateX(0);
        }
      }
      .three{
        width: 50%;
      }
      .tx_c{
        bottom: 3.2rem!important;
      }
    
.Customerstx{
    cursor: pointer;
}
.lgwid{
    width: 80%;
    padding: 15px;
    margin: 10px;
}