

.blueBg {
    background: #e5eef6;
}


.css-y07eks-MuiTypography-root {
    color: #014687 !important; 
  }

  .teamWrap .css-y07eks-MuiTypography-root {
    font-size: 20px !important;
    font-weight: bold !important;
  }

  .blueTxt { color: #014787 !important;}
  .yellowTxt { color: #f69021 !important; }


.topNav {
    background-color: #014687;
    color: #fff;
}

.quotationBg {
    background-color: #091520;
    color: #fff;;
}

.navbar ul,
.topNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar li,
.topNav li { display: inline-block;}
.topNav a { color: #fff; text-decoration: none; margin-left: 15px;}

/* .navbar li a {
    color: #3c3c3c; text-decoration: none; margin-left: 15px; font-size: 18px; text-transform: uppercase;
}

.navbar li a:hover {
    color: #f69021;
} */

/* .navbar li:last-child {
    background-color:  #f69021;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px
} */

.navbar-brand img { max-width: 100%;}
.mainNav a:hover {
    transition:ease-out 1s;
}
.mainNav a:hover,
.mainNav .hire-us {
    background-color:  #f69021 !important;
    color: #fff !important;
    border-radius: 4px !important;

}




.bannerWrapper img {
    width: 100%;
}



.abt_row {
    
}

.abt_img { line-height: 0px;}
.abt_img img { width: 100%;}




.serviceRow {
    background: #e5eef6;
    padding: 60px 0;
}





.serviesRow .box { overflow: hidden; border-radius: 4px;}
.img-fluid { width: 100%;}
.CardContent { padding: 30px 15px 15px 15px !important; position: relative;}
.img-icon { position: absolute; background-color: #fff; border-radius: 50%; top: -47px;
    left: 50%;
    margin-left: -37px;}



/* Banner */
.bannerWrap {
    position: relative;
}

.bannerTextWrap {
    position: absolute;
    z-index: 999;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}

.bannerTextWrap h3 {
    font-size: 62px;
    color: #014787 !important;
    font-weight: bold;
}

.bannerTextWrap h4 {
    font-size: 62px;
    color: #f69021 !important;
    font-weight: bold;
}

.bannerTextWrap p {
    font-size: 20px;
    color: #3c3c3c !important;
}

.bannerTextWrap button {
   background-color: #f69021 !important;
}



.midWrapper p {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 28px;
}

.img_fluid_r {
    box-shadow: 9.5px 16.454px 18px 0px rgba(0, 0, 0, 0.14);
    border: 6px solid #fff;
    width: 100%;
}

.innerHeader {
    background: url(../images/header_bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.innerHeader h2 { color: #014787;}
.innerHeader h2 span { color: #f69021;}






.whiteBox {
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    /* box-shadow: 9.5px 16.454px 18px 0px rgba(0, 0, 0, 0.14); */
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    width: 100%;
    padding: 15px;
}


.addIcon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 1px dotted #969696;
    border-radius: 50%;
    padding: 10px;
    color: #f69021;
}

.whiteBox p {
    font-size: 14px !important;
}


.serviceNav {
    position: relative;

}

.subMenu {
    position: absolute !important;
    border-radius: 4px;
    z-index: 999 !important;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;

}

.logoBox img {
    width: 100%;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wdBox img {
    width: 100%;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.material-symbols-outlined {
    position: relative;
    top: 6px; 
  }



/* Footer css */

.ftBg { background: #0d2735; color: #fff;}

.ftBg h6 {
    color: #a2cce3 !important;
}

.ftBg ul  {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.ftBg li {
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 14px;
}
.ftBg li svg {
    font-size: 15px;
}




.ftBg2 { background: #0b212d; color: #d5d5d5; padding: 8px 0px; font-size: 14px; border-top: 1px solid #123649;}
.ftBg2 a {color: #d5d5d5;}
.ftBg2 a:hover { text-decoration: none;}

.ft_link a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
}
.ft_link a:hover {
    opacity: .8;
}

.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    left: -6px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .socialIcon button {
    border: 2px solid #1e4356;
    background: #1e4356;
    min-width: 40px !important;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
  }
  .socialIcon button span {
    margin-right: 0px;
    margin-left: 0px;
  }



  .serviceRow .CardContent h5 { min-height: 65px;}

  .toogleButton {
    display: none !important;
   }









  @media only screen and (max-width: 900px) {
    .bannerWrap h3 ,
    .bannerWrap h4  {
       font-size: 32px;
    }

    .bannerWrap p  { display: none; }
    .serviceRow .CardContent h5 { min-height: auto;}
  }

  @media only screen and (max-width: 899px) {

   .mainNav {
        display: none !important;
   }

   .toogleButton {
    display: block !important;
   }

   .drawerWrapper { width: 240px;}

  }



  @media only screen and (max-width: 600px) {

    .MuiGrid-grid-sm-6,
    .abt_img_wrap {
        width: 100%;
    }
 
    .innerHeader {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .innerHeader h2 { color: #014787; font-size: 32px;}
    .innerHeader h2 span { color: #f69021;}


  }



  @media only screen and (max-width: 360px) {
    
    .bannerWrap h3 ,
    .bannerWrap h4  {
       font-size: 24px;
    }


  }


