/* font  */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #041F60;
}
.container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}
/* header  */
.dropdown-menu {
  animation: 0.5s slideup;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }

  to {
    transform: translateY(0);
  }
}
#navbarNav .dropdown a:hover #navbarNav .dropdown .dropdown-menu {
  display: block;
}
#navbarNav .dropdown-menu {
  border: 0;
  box-shadow: 0px 7px 10px #cccccc;
}
#navbarNav a.dropdown-item {
  padding: 10px 20px;
}
#navbarNav a.dropdown-item:hover{
  background: #0025C8;
  color: #fff !important;
}
.navbar-brand img {
    height: 44px;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.topHeader .navbar {
    padding: 20px 0px;
}
.stickyTop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 0px 14px #c9c9c9;
  -moz-box-shadow: 0px 0px 14px #c9c9c9;
  -webkit-box-shadow: 0px 0px 14px #c9c9c9;
  -o-box-shadow: 0px 0px 14px #c9c9c9;
}
.stickyTop .navbar-brand img{
  height: 50px;
}
.topHeader .navbar-nav .nav-link {
  font-weight: 500;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  position: relative;
  padding: 8px 20px;
  color: #082B49;
  font-size: 16px;
}
.btn-default{
    background: rgba(0, 37, 200, 1);
    color: #fff !important;
    border: 0;
    padding: 12px 24px !important;
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.btn-default:hover{
    background: rgba(0, 37, 200, 1);
}
.btn-default-outline{
    border: 2px solid rgba(0, 37, 200, 1);
    padding: 10px 20px !important;
    color: rgba(0, 37, 200, 1);
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.btn-default-outline:hover{
    background: rgba(0, 37, 200, 1);
    color: #fff;
}
.topHeader .navbar-nav .nav-link.btn-default {
    margin-left: 20px;
}
.topHeader .navbar-nav .nav-link.active, .topHeader .navbar-nav .nav-link:hover {
    color: rgba(0, 37, 200, 1);
}
.topHeader .navbar-nav .nav-link::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: rgba(0, 37, 200, 1);
    bottom: 0;
    left: 18px;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.topHeader .navbar-nav .nav-link.active::before, .topHeader .navbar-nav .nav-link:hover::before{
content: "";
position: absolute;
height: 2px;
width: 50%;
background-color: rgba(0, 37, 200, 1);
bottom: 0;
left: 18px;
}
.secondary-btn{
  background: #C02B00;
}
.teritorry-btn{
  background: #C08B00;
}
.enquiry {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
a.menu2 {
    text-decoration: none;
    font-size: 24px;
    color: #082B49;
    padding: 8px 10px;
}
/* hamburger */
.hamburger{border: 0;}
.hamburger .line {
    width: 40px;
    height: 3px;
    background-color: #0025C8;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
  
  .hamburger:hover{
    cursor: pointer;
  }
  #hamburger-6.is-active{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #hamburger-6.is-active .line:nth-child(2){
    width: 0px;
  }
  
  #hamburger-6.is-active .line:nth-child(1),
  #hamburger-6.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  #hamburger-6.is-active .line:nth-child(1){
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  
  #hamburger-6.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
  }
/* end header  */
.head-one{
  font-size: 52px;
  font-weight: 600;
}
.wrapper-row{padding: 80px 0px;position: relative;overflow: hidden;}
.ds-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  column-gap: 50px;
}
.myinfo ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  margin-top: 50px !important;
}
.myinfo ul li {
  background: rgba(0, 37, 200, 0.1);
  color: #697484;
  padding: 20px 50px;
}
.myinfo ul li h3{
  color: #424E60;
  font-size: 32px;
  font-weight:700 ;
}
.wrapper-row::before {
  content: "";
  background: url(../img/top-shape-bnr.svg) no-repeat;
  background-position: right top;
  position: absolute;
  top: -110px;
  right: -20px;
  width: 700px;
  height: 700px;
  z-index: -1;
  background-size: 100%;
}
.wrapper-row::after {
  content: "";
  background: url(../img/bottom-blur.svg) no-repeat;
  background-position: right top;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 700px;
  height: 700px;
  z-index: -1;
  background-size: cover;
}
.align-items-center{align-items: center;}
.head-3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 30px;
}
.about-wrap {
  padding: 50px 40px 80px 40px;
  box-shadow: 0px 0px 20px #d5dbf9;
  margin: 80px 0px;
  position: relative;
}
.social-links {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
  background: #fff;
  position: absolute;
  bottom: 60px;
  padding: 14px;
  left: 11%;
  box-shadow: 0px 10px 20px #0000003b;
  border-radius: 5px;
}
.social-links a{
  text-decoration: none;
  color: #0025C8;
}
.grey-bg{
  background: #F0F1F3;
}
.icons {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  background: #0025C81A;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.step-cards{
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.step-cards:hover .icons{
  background: #0025C8;
  color: #fff;
}
.workProcess-cards {
  display: flex;
  column-gap: 20px;
  align-items: center;
  color: #132238;
}
.cards h5 {
  color: #87909D;
  font-size: 16px;
}
.project-cover {
  background: #D9D9D933;
  padding: 60px 20px;
  margin-bottom: 30px;
}
.cards {
  background: #fff;
  box-shadow: 0px 0px 20px #dcdcdd;
  border-radius: 10px;
}
.card-content {
  padding: 0px 30px 30px;
}
.cta{
  background: #132238;
  color: #fff;
  text-align: center;
  padding: 80px 0px;
}
.cta p{color: #A5ACB5;}
.wrapper{
  padding: 80px 0px;
}
.card-side-hover{
  background: #fff;
  border-left: 5px solid #fff;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.card-side-hover:hover{
  background: #fff;
  border-left: 5px solid #0025C8;
}
.footer-wrapper{
  background: #2B384C;
  color: #fff;
  padding: 80px 0px;
}
.cta-ftr{padding: 80px 0px;}
.connect-flex {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
.connect-flex i {
  font-size: 24px;
  background: #EDD8FF80;
  padding: 10px 16px;
  border-radius: 5px;
}
.connect-flex:hover i{
  background: #0025C8;
  color: #fff;
}
.flex-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adr p {
  color: #424E60;
}
.adr a{color: #2B384C;font-weight: 600;text-decoration: none;}
.follow a {
  text-decoration: none;
  color: #2B384C;
  padding: 10px 15px;
  border-radius: 5px;
}
.follow a:hover{
  background: #0025C8;
  color: #fff;
}
.follow{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.contact-row {
  padding-right: 40px;
}
.ftr-menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.ftr-menu a{color: #fff; text-decoration: none;}
.about-img {
  position: relative;
}
@media (max-width:991px) {
  .ds-flex{display: block;}
  .ds-right{margin-top: 30px;}
  .social-links{bottom: 0;}
}
@media (max-width:768px){
  .me-2 {
    margin-right: .5rem !important;
    margin-bottom: 15px;
}
  .workProcess-cards, .flex-cta, .myinfo ul{display: block;}
  .cards{margin-bottom: 30px;}
  .card-list {
    margin-top: 30px;
  }
  .follow{justify-content: start;}
  .logo, .ftr-menu, .myinfo ul li{margin-bottom: 20px;justify-content: center;}
  .text-right,.about-dtl{margin-top: 20px;}
  .footer-wrapper{text-align: center;}
  .head-one {
    font-size: 42px;
    font-weight: 600;
}
.head-3{font-size: 30px;}
}
