
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body,html{
    font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav 
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #004AAD;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
}
.city-cb-nav li{
    padding: 0.5rem 1rem;
}
.img-h{
    height:calc(100vh - 90px);
    object-fit: cover;
}
.h-480{
    height: 480px;
}
.rounded-25{
    border-radius: 8px;
}
.abt-p{
    line-height: 30px;
}
.color-primary{
    color: #004AAD;
}
.bg-primary{
    background: #004AAD !important;
    color: #fff !important;
}
.each-mission{
    /* border: 2px solid #004AAD; */
    border-radius: 8px;
    text-align: center;
    min-height: 368px;
    background-color: #004aad12;
}
.heads h6{
    font-size: 18px;
}
.ab-ceo{
    margin-top: 1.25rem;
    font-size: 14px;
}
.services-bg{
    background-image: url('../images/ab-bg.jpg');
}
.aboutus-bg{
    background-image: url('../images/abt-bg.jpg');
}
.contactus-bg{
  background-image: url('../images/contactus.jpg');
}
.bg-all{
    height: calc(100vh - 90px);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.career-bg{
    background-image: url('../images/career-bg.jpg');
}
.op-bg{
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-titile{
    z-index: 9999;
    position: relative;
    font-size: 4rem;
}
.op-front{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.s-fld{
    border: 2px solid #004AAD;
    padding: 16px;
    border-radius: 8px;
    position: relative;
}
.m-168px{
    min-height: 168px;
}
.s-fld legend{
    width: fit-content;
    color: #004AAD;
    font-weight: 600;
    margin-bottom: 0;
}
.btn-anim{
    animation: mymove 2s infinite;
    position: relative;
}
@keyframes mymove {
    from {left: 0px;}
    to {left: 4px;}
  }

  /* .ceo-ab{
    min-height: 446px;
    display: flex;
    align-items: center;
  } */
  .footer-sec{
    background-color: #004AAD;
    padding: 3rem 0rem;
  }
  .plr-3{
    padding-left: 8px;
    padding-right: 8px;
  }
  .social-media{
    display: flex;
    align-items: center;
    padding-inline-start: 0;
  }
  .social-media li{
    list-style: none;
  }
  .social-media li a{
    color: #fff;
    margin: 0px 1.25rem;
  }
  .social-media li a:first-child{
    margin-left: 0;
  }
  /* .social-media li a:last-child{
    margin-right: 0;
  } */
  .brkall{
    word-break:break-all;
  }
  .career-points{
    padding-inline-start: 0;
  }
  .career-points li{
    list-style: none;
    line-height: 2.2;
  }
  .career-points li i{
    color: #004AAD;
  }
  .foot-btn{
    background-color: #06326e !important;
    border: none !important;
    color: #fff;
  }
  .bottom-footer{
    background: #04377a;
    padding: 8px;
    text-align: center;
    color: #fff;
  }
  .bottom-footer a{
    color: #ff0000;
  }
  .about-founder{
    padding: 1.5rem 1rem;
    border-radius: 8px;
    /* border: 1.6px solid #004AAD; */
    background: #004aad14;
    text-align: center;
    min-height: 306px;
    margin-top: 1.5rem;
  }
  .h-324{
    min-height: 324px !important;
  }