@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
}
.f-regular{
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
.f-medium{
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
}
.f-semibold{
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 66px;
  box-shadow: 0px 2px 10px #00000059;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 2px;
    margin-top: 25px;
    position: relative;
    padding: 0px 8px;
    padding-bottom: 12px;
}
.navbar-expand-md .navbar-nav .nav-link img {
    margin-top: -37%;
}
.navbar-expand-md .navbar-nav .common-btn {
    top: 10px;
}
.navbar-expand-md .navbar-nav .nav-link::before
{
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FF4343 40%, #00BEF7 100%) 0% 0% no-repeat padding-box;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 6px;
    transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
}
.get_started {
    padding-top: 12px;
    font-weight: 500;
    color: #AA9F9F;
    font-size: 14px;
    display: block;
}
.get_started:hover {
     color: #AA9F9F;
}
.navbar-expand-md .navbar-nav .nav-link i {
    color: #000;
    font-size: 23px;
}

.home-page .navbar-expand-md .navbar-nav .nav-link{
  color: #3B4D57;
}
.home-page .navbar-expand-md .navbar-nav .nav-link span{
  font-size: 27px;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}
.navbar-brand {
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 60%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
  footer{
    position: relative;
  }
.main-footer {
    background:#121A2C;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
  .btm-strip {
      background: #00339C;
  }
.btm-strip p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 24%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
      margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 18%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 23px;
}
.column:nth-child(3) {
    width: 22%;
}
.column:nth-child(4) {
    width: 16%;
}
.column:nth-child(5) {
    width: 22%;
}
.connect-slider .item .heading {
    font-size: 30px;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #90A0AA;
    font-size: 14px;
    font-weight: 100;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}
.column:last-child a {
    font-size: 25px;
}
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
      margin-bottom: 20px;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
.common-btn {
    width: 152px;
    height: 46px;
    background: #00339C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#ea1d24;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.blog-single:hover h6 {
    background: #ea1d24;
}
.blog-single{
    transition:all 0.3s ease-in-out;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
  
    padding: 16px 15px 16px 15px;
    position: relative;
  }
.btm-strip a {
    font-size: 13px;
    color: #fff;
}
h1.trust {
    margin-bottom: 0;
    font-size: 168px;
    font-weight: 900;
    color: #000;
    opacity: 15%;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: -22%;
    text-align: center;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}
.home-slider h2 {
    font-size: 80px;
    text-align: center;
    background: linear-gradient(to right, #246bb3, #639a9d, #b0b772, #e42c2f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.caption-left {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}
/*.slider-section .owl-item.active .caption-left {
    animation: zoomIn 1s ease-in-out;
}*/
.slider-section .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
    width: 34px;
    height: 4px;
    background:#ffffff7a;
    transition: all 0.4s;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span,
.slider-section .owl-theme .owl-dots .owl-dot.active span:hover{
    background: #fff;
}
.heading{
    font-weight: 600;
    color: #313D46;
    font-size: 47px;
}
.home-product-single {
    width: 33%;
    position: relative;
    padding: 0px 0px;
    margin: 0px 10px;
    transition:all 0.3s ease-in-out;

}
/*.home-product-single::before {
    position: absolute;
    content: "";
    background: #cccccc7d;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}*/
.home-product-single:last-child:before{
    display: none;
}
.home-product-single h5 {
    text-align: center;
    font-size: 25px;
    /* margin-top: -23px; */
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
}

.home-product h1 {
    margin-bottom: 25px;
}
.home-product-single:hover {
    box-shadow: 0px 1px 32px #0C194D1A;
    transition:all 0.3s ease-in-out;
}
.home-product-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.home-product {
    position: relative;
    padding: 60px 0px;
}
/*.home-product .heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7%;
}*/
.home-product .common-btn {
    /* position: absolute; */
    /* bottom: 10%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    margin: 0 auto;
    margin-top:20px;
}
.light-up {
    padding: 60px 0px 60px;
    position: relative;
}
.light-up .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}
.light-up .heading{
    color: #fff;
}
.light-single h6 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}
.light-single h5 {
    color: #fff;
    font-size: 13px;
}
.light-single h4{
    color: #fff;
    font-size: 45px;
   background: linear-gradient(to right, #246bb3, #639a9d, #b0b772, #e42c2f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:0px;
}
.vision-single li {
    list-style-type: disc;
}
.light-up .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}
.light-single p{
    color: #A9ACB4;
}
.light-warpper {
    display: flex;
    /*align-items: flex-start;*/
    justify-content: center;
    width: 90%;
}   
.light-single {
    padding: 0px 26px;
    position: relative;
    background: transparent;
    padding: 18px;
    transition: all 1s;
    cursor: pointer;
    width: 25%;
    display: block;
    text-align: center;
}
.light-single::before{
    position: absolute;
    content: "";
     background: linear-gradient(180deg, rgba(0,0,0,0.1516981792717087) 55%, rgba(0,51,156,1) 100%);
     height: 0;
     width: 100%;
     left: 0;
     bottom: 0;
     transition: all 0.4s;
     z-index: -1;
}
.light-single:hover:before{
    height: 100%;
}
.innovate{
    padding: 60px 0px;
    position: relative;
}
.innovate-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.innovate-tab ul {
    display: block;
    position: absolute;
    right: 0;
    border-bottom: 0;
}
.innovate-tab .nav-link {
    font-size: 16px;
    font-weight: 100;
    text-align: right;
     padding: 0;
    padding-right: 51px;
    position: relative;
    color: #000000;
     border: 1px solid transparent;
     transition: all 0.4s;
}
.innovate-tab .nav-link:hover{
    border: 1px solid transparent;
   font-weight: 500;
    color: #E91C24;
}
.innovate-tab .nav-item{
    margin: 10px 0px;
}
.innovate-tab .nav-link .line {
    display: block;
    height: 2px;
    width: 16px;
    background: #ea1c24;
    position: absolute;
    right: 0px;
    top: 50%;
    opacity: 0;
    transition: all 0.4s;
}
.innovate-tab .nav-link.active .line{
    opacity: 1;
}
.innovate-tab .nav-link .line::before {
    position: absolute;
    content: "";
    background: #fff;
    border: 2px solid #ea1c24;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    left: -8px;
    top: -3px;
    transition: all 0.4s;
    opacity: 0;
}
.innovate-tab .nav-link.active .line::before{
    opacity: 1;
}
.innovate-tab .nav-link.active {
    font-weight: 500;
    color: #E91C24;
    border: 0;
    font-size: 17px;
    border: 1px solid transparent;
}
.innovate-tab .tab-content {
    width: 65%;
}
.innovate-tab .tab-pane{
    position: relative;
    animation: fade 0.5s;
    overflow: hidden;
}
.innovate-tab .tab-pane img{
    transition: all 0.6s;
    filter: brightness(0.5);
}
.innovate-tab .tab-pane:hover img{
    transform: scale(1.03);
}
.how-works {
    padding: 40px 0px 40px;
}
.how-works li, .specification li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.how-works ul, .specification ul{
    padding-left: 15px;
}

@keyframes fade{
   0% {opacity: 0;}
   100% {opacity: 1;} 
}
.innovate-tab .text-box {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.innovate-tab .text-box h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.innovate-tab .text-box .common-btn{
    margin: 0 auto;
}
.innovate-tab p{
    margin-top: 20px;
}
.spread h2 {
    color: #fff;
    font-size: 55px;
    margin-bottom: 23px;
}
.spread p{
    color:#fff;
    font-size: 20px;
}
.spread {
    position: relative;
    padding-top: 70px;
}
.spread .bg{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}
.spread .row {
    margin-top: 74px;
    align-items: center;
}
.map-box .location-text {
    background: #fff;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    width: fit-content;
    width: 100px;
    text-align: center;
    padding: 6px 0px;
    box-shadow: 0px 0px 8px #00000038;
    position: relative;
    transform: scale(0);
    transition: all 0.4s;
    left: 20px;
}
.map-box .location-text:hover{
    display: none;
}
.map-box {
    position: relative;
}
.location1 {
    position: absolute;
    right: 20%;
    bottom: 43%;
}
.location2 {
    position: absolute;
    top: 17%;
    left: 27%;
}
.map-box .location-text::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-right: 11px solid transparent;
    bottom: -15px;
    left: 0;
}
.innovate-tab .text-box p {
    color: #fff;
    margin-top: 0px;
}
.map-box .location:hover .location-text{
    transform: scale(1);
}
.spreed-single h3 {
    font-size: 42px;
    /* background: transparent linear-gradient(270deg, #C2C734 0%, #00BEF7 100%) 0% 0% no-repeat padding-box; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin-bottom: -5px;
    color: #e41e25;
}
.spreed-single p{
    color: #000;
    margin-bottom: 0;
    font-size: 17px;
}
.spreed-single {
    margin-bottom: 23px;
    border-bottom: 1px solid #ccc9;
    padding-bottom: 24px;
    position: relative;
}
.spreed-single::before {
    position: absolute;
    content: "";
    background: transparent;
    height: 9px;
    width: 9px;
    border: 1px solid #ccc9;
    border-radius: 30px;
    bottom: -5px;
    left: -7px;
}
.spreed-single:last-child:before{
    display: none;
}
.spreed-single:last-child{
    border-bottom: 0;
}
.heading-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.connect .owl-stage{
    padding-left: 0 !important;
}
.connect-slider {
    margin-top: 50px;
}
.connect-slider .text-box p{
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}
.connect-slider .item{
    position: relative;
    overflow: hidden;
}
.connect-slider .item img{
    transition: all 0.4s;
}
.connect-slider .item:hover img{
    transform: scale(1.04);
}
.connect-slider .heading{
    color: #fff;
}
.connect-slider .item .text-box{
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    height: 1%;
    transition: all 0.4s;
}
.connect-slider .item:hover .text-box{
    height: 35%;
}
.request-form h4 {
    margin-bottom: 15px;
}
.connect {
    padding-bottom: 70px;
    position: relative;
    padding-top: 10px;
}
.connect .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 460px;
}
.certification-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.certification-single {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #0000000a;
    transition: all 0.4s;
   width: 22.5%;
    margin: 0;
    text-align: center;
    padding: 20px 0px;
}
.certification-single:hover{
    box-shadow: 0px 23px 96px #296A9333;
    transform: scale(1.02);
}
.certificate {
    margin-top: 121px;
}
.social-box{
    display: flex;
    align-items: center;
}
.social-box a {
    color: #ccc;
    font-size: 25px;
    margin-right: 18px;
}
.column:nth-child(5) p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
     margin: 0px 0px; 
    color: #90A0AA;
    padding-left: 10px;
}
.news-letter {
    background: url(../images/footer-top.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
}
.news-letter-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-letter-wrapper h2{
    color: #fff;
    margin-bottom: 0;
}
.news-box {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: flex-end;
}
.news-box h5{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 10px;
}
.news-box .form-control {
    background: #ffffff6e;
    border-radius: 30px;
    border: 0;
    padding: 10px 0px;
    color: #fff;
    padding-left: 17px;
}
.news-box .form-control:focus{
    box-shadow: unset;
    background: #ffffff6e;
}
.news-box form {
    position: relative;
    width: 46%;
}
.news-box button {
    position: absolute;
    right: 0;
    top: 0;
    background: #00339C;
    color: #fff;
    border: 0;
    border-radius: 0px 29px 29px 0px;
    height: 44px;
    width: 109px;
}
.news-box::placeholder{
    color: #fff !important;
}
.error-page img {
    width: 9%;
}
.common-page p {
    font-size: 15px;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 17px;
}
.error-btns .common-btn {
    margin: 0px 5px;
    background: #5a6162;
}
.thank-you img {
    width: 11%;
    margin-bottom: 20px;
}
.common-page h4{
    font-size: 20px;
}
.common-page h3{
    font-size: 18px;
}
.common-page{
    padding: 50px 0px;
}
.breadcum {
    position: relative;
    margin-top: 65px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*.services-main .row{
    align-items: center;
}*/
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.caption-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.breadcum h1 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.breadcum p {
    text-align: center;
    font-size: 23px;
    color: #fff;
    margin-bottom: 8px;
}
.breadcum .common-btn{
    margin: 0 auto;
}
.services-main{
    padding: 60px 0px;
}
.service-section2 .heading{
    color: #E91C24;
}
.service-section-wrapper{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.service-section-single h5{
    color: #00339C;
}
.service-section-single img{
    display: block;
    margin: 0 auto 10px;
}

.service-section-single {
    background: url(../images/icon-bg1.svg) no-repeat;
    width: 20%;
    padding: 37px 1px;
}
.service-section-single p{
    margin-bottom: 0;
    font-size: 15px;
}
.specification{
    background: #F4F6F8;
}
.specification .common-btn{
    width: 220px;
    background: #E91C24;
}
.specification {
    padding: 40px 0px;
}
.specification table td {
    font-weight: 500;
    padding: 14px 20px;
}
.specification .table-striped>tbody>tr:nth-of-type(odd)>*{
    background: #fff;
    box-shadow: unset;
    border: none;
}
.table>:not(caption)>*>*{
    border: 0;
}
section.service-section2 {
    padding-bottom: 70px;
}
.specification p{
    width: 80%;
}
.focus {
    background: url(../images/services-img4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0px;
}
.focus .heading{
    color: #fff;
}
.focus .service-section-single {
    background: unset;
    border-right: 1px solid #ffffff1f;
    margin-top: 30px;
}
.focus .service-section-single:hover {
    background: #fff;
}
.focus .service-section-single:last-child{
    border-right: 0;
}
/*.focus .service-section-single img {
   filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}*/
.focus .service-section-single p {
    color: #fff;
    font-weight: 100;
    padding: 0px 24px;
}
.focus .service-section-single:hover p {
    color: #000;
    font-weight: 100;
    padding: 0px 24px;
}
.focus .service-section-single h5 {
    color: #fff;
}
.application{
    padding: 60px 0px;
}
.application p{
    margin-bottom: 0;
    margin-top: 17px;
    color: #000;
    font-size: 15px;
    transition: all 0.4s;
}
.application h5{
    color: #000;
     transition: all 0.4s;
}
.application .item:hover p{
    color: #E91C24;
}
.application .item:hover h5{
    color: #00339C;
}
.img-box{
    overflow: hidden;
}
.img-box img{
   transition: all 0.5s;
}
.application .item:hover img{
    transform: scale(1.03);
}
.application .item img{
   /* height: 242px;*/
}
.application-slider{
    margin-top: 40px;
}
.application .owl-next {
    position: absolute;
    right: -4%;
    top: 35%;
}
.application .owl-prev {
    position: absolute;
    left: -4%;
       top: 35%;
}
.application .owl-theme .owl-nav [class*=owl-],
.application .owl-theme .owl-nav [class*=owl-]:hover{
    margin: 0;
    padding: 0;
    background: transparent;
    color: #ccc;
    font-size: 21px;
}
.breadcrum-list {
    font-size: 14px;
    position: absolute;
    bottom: 3%;
    display: flex;
    align-items: center;
}
.breadcrum-list a {
    color: #fff;
}
.breadcrum-list .angle {
    color: #807979;
    padding: 0px 2px;
    font-size: 17px;
}
.breadcrum-list span{
    color: #fff;
}
.products button {
    background: transparent;
    color: #E91C24;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    position: relative;
}
.accordion-button:focus{
    box-shadow: unset;
}
.products .accordion-button:not(.collapsed){
    background: transparent;
     color: #E91C24;
}
.products .accordion{
    border-color: transparent;
    --bs-accordion-border-width: 0px;
}
.products ul {
    display: block;
    border-bottom: 0;
    padding: 0px 0px 0px;
}
.products .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    padding-top: 0;
    position: relative;
}
.products .nav-link::after {
    font-family: 'FontAwesome';
    content: "\f105";
    left: auto;
    right: 0;
    position: absolute;
    font-size: 21px;
    top: -5px;
    font-weight: 100;
    opacity: 0;
    padding-left: 10px;
    position: absolute;
}
.how-works h4 {
    font-size: 30px;
    margin-bottom: 15px;
}
.products .nav-link.active {
    color: #E91C24;
    background: transparent;
}
.products .nav-link.active:after{
    opacity: 1;
}
.products .accordion-body {
    padding: 0;
    padding-left: 6px;
    padding-bottom: 16px;
}
.specification h4 {
    font-size: 30px;
}
.products .accordion-item {
    border-bottom: 1px solid #ccc;
    background: #1439870d;
    padding: 5px 15px;
}
.products .accordion-button::after{
   font-family: 'FontAwesome';
  content: "\f107";
  background-image: unset;
  font-size: 26px;
  position: absolute;
  right: 0;
}
.products .accordion-item button {
    color: #073593 !important;
    font-size: 19px;
    /* margin-bottom: 10px; */
}
.products .accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: rotate(180deg);
}
.products{
    padding: 65px 0px;
    background: #FAFAFA;
}
.products .tab-content{
    padding-left: 30px;
    display: none;
}
.products .tab-content.active {display: block !important;}
.products .accordion-item:last-of-type{
    border-radius: 0;
    border-bottom: 0px;
}
.product-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 33px;
     animation: fade 0.5s;
}
.product-wrapper .product-single {
    width: 31%;
    background: #fff;
    text-align: center;
    border: 1px solid #EBE7E7;
    transition: all 0.5s;
    /* height: 400px; */
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
}
.product-wrapper .product-single:hover{
    box-shadow: 0px -2px 43px #00000022;
    
}
.product-wrapper .product-single p{
    color: #000;
}
.products .tab-pane{
   
}
.services-main h2 {
    font-size: 41px;
}
.products .tab-pane img{
    transition: all 0.6s;
}
@keyframes fade{
    from {
        transform: translate3d(0,100px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.product-details{
    padding: 65px 0px;
    background: #FAFAFA;
}
.pd-wrapper{
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.pd-wrapper p{
    margin-bottom: 0;
    padding-left: 25px;
}
 .tab-section .tab-div a.active, .tab-section .tab-div a:hover {
    border: 1px solid blue;
}
.product-details .tab-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 20px 20px;
}
.product-details .tab-div{
    width: 24%;
}
.product-details .tab-div a {
    text-align: center;
    box-shadow: 0px 3px 35px #07114822;
    display: block;
    height: 115px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details .tab-div a img{
    width: 90%;
}
.product-details .item img {
    width: 71% !important;
    margin: 0 auto;
}
.product-details .item {
    box-shadow: 0px 3px 16px #07114822;
    margin: 20px;
    background: #fff;
    margin-top: 11px;
}
.product-details .owl-theme .owl-nav [class*=owl-],
.product-details .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ccc;
    font-size: 19px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.product-details .owl-next {
    position: absolute;
    top: 48%;
    right: 9%;
}
.product-details .owl-prev {
    position: absolute;
    top: 48%;
    left: 9%;
}
.product-details .text{
    padding-left: 2%;
    padding-top: 1%;
}
.product-details .text p {font-weight: 400;}
.btn-row .common-btn{
    margin-right: 10px;
}
.btn-row .common-btn:nth-child(2){
    background: #E91C24;
}
.row.btn-row {
    margin-top: 17px;
}
.product-table{
    padding: 60px 0px;
}
.product-table table{
    margin: 0 auto;
    margin-top: 40px;
    width: 70%;
}
.product-table table td{
    padding: 15px;
}
.gallery .gallery-single .img-wrapp:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #e91c23;
}
.gallery .gallery-single .img-wrapp:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    width: 100%;
    height: 0%;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.gallery .gallery-single .img-wrapp {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    height: 237px;
}
.gallery{
    padding: 60px 0px 40px;
}
.gallery .gallery-single .img-wrapp:hover:before {
    height: 100%;
}
.gallery .gallery-single .img-wrapp:before {
    background: #0a368e;
}
.gallery-single{
    margin-bottom: 21px;
}
.contact {
  background: #f5f0f7;
  padding: 50px 0; 
}

.contact .wrapp {
  float: left;
  width: 25%;
}

.contact .wrapp:nth-of-type(1) {
  float: left;
  width: 40%;
}

.contact .wrapp:nth-of-type(2) {
  width: 30%;
}
.contact h5 {
    font-size: 20px;
    margin: 0 0 5px;
}
.contact a, .contact p {
    display: block;
    text-decoration: none;
    font-size: 15px;
    margin: 0 0px;
    line-height: 24px;
    color: #4e4c4f;
    transition: all 0.5s ease-in-out;
}
.contact a:hover{
    color: #000;
}
.contact .icon {
    background: #fff;
    box-shadow: 0.332px 18.997px 29px 0px rgb(0 0 0 / 18%);
    display: inline-block;
    float: left;
    color: #e91b23;
    font-size: 36px;
    height: 70px;
    border-radius: 50px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .info-box {
    margin-left: 90px;
}
section.contact-form {
    padding: 65px 0px;
}
.contact-form .form-control {
    border-radius: 30px;
    margin-bottom: 26px;
    padding: 10px 20px;
    border-color: #00339c;
}
.contact-form textarea.form-control{
    border-radius: 30px;
}
.contact-form .form-div {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
.form-control:focus{
    box-shadow: none;
}
.contact-form .common-btn {
    border: 0;
    margin-right: 10px;
}
p#msg-error3 {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    top: -17px;
    color: red;
}
section.career {
    padding: 65px 0px;
}
.position {
    background: #00339c17;
    padding: 65px 0px;
}
.position section.contact-form {
    padding: 0;
}
.position-single {
    background: #fff;
    padding: 17px 19px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 26px;
}
.position-single h3{
    color: #e91c23;
    font-size: 22px;
}
.modal-dialog{
    max-width: 700px;
}
.btn-close {
    position: absolute;
    right: 11px;
    top: 9px;
}
.career-modal section.contact-form {
    padding:0 ;
}
.career-modal .form-div{
    width: 100%;
}
.career-modal .heading {
    font-size: 35px;
    padding-left: 13px;
}
.career-modal .modal-body{
    padding: 24px;
}
.career .img-wrapper{
    overflow: hidden;
}
.career .img-wrapper img{
    transition: all 0.4s;
}
.career .img-wrapper:hover img{
    transform: scale(1.03);
}
.img-wrap{
   overflow: hidden; 
}
.img-wrap img{
    transition: all 0.4s;
}
.img-wrap:hover img{
    transform: scale(1.03);
}
.about{
    padding: 60px 0px;
}
.vision {
    background: #00339c21;
    background-size: cover;
    background-position: center;
}
.vision-warpper {
    display: flex;
    justify-content: space-evenly;
    padding: 3% 0;
}
.vision-warpper .vision-single {
    width: 34%;
    position: relative;
}
.vision-warpper .vision-single::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #000;
    right: -16%;
}
.position .heading {
    text-align: center;
}
.vision-single img {
    width: 23%;
    margin: 0 auto;
    display: block;
    margin-bottom: 11px;
    /* height: 108px; */
}
.vision-warpper .vision-single:last-child:before{
    display: none;
}
.value{
    padding: 60px 0px;
}
.value-single img {
    width: 22%;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}
.value-single:hover img {
   transform: scale(1.1);
   filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.value-single p{
    text-align: center;
    margin-bottom: 0;
}
.value-single {
    box-shadow: 0px -2px 52px #0e264b2b;
    padding: 18px;
    margin-top: 30px;
    height: 315px;
}
.value-single:hover {
    background: #254480;
    color: #fff;
}
.blog-inner {
    padding-top: 60px;
}
.home-blog.blog-inner .blog-single {
    position: relative;
    margin-bottom: 11%;
}
.home-blog .blog-single .text-box {
    background: #fff;
    border-radius: 29px;
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 19px 23px;
    bottom: -30%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 3px 6px #00000029;
}
.home-blog .blog-single .text-box h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}
.home-blog .text-box a {
    font-size: 20px;
    color: #B4AFAF;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.home-blog h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    background: #14367c;
    position: absolute;
    top: -30px;
    color: #fff;
    left: 11%;
    padding: 11px 11px;
    text-align: center;
    border-radius: 14px;
    transition: all 0.3s ease-in-out;

}
.blog-single {
    position: relative;
}
.blog-single label span {
    font-size: 13px;
    margin-left: 6px;
    position: relative;
    top: 1px;
}
.blog-single .img-wrapper{
    overflow: hidden;
    border-radius: 30px;
}
.blog-single .img-wrapper img{
    transition: all 0.4s;
}
.blog-single .img-wrapper:hover img{
    transform: scale(1.03);
}
.blog-single img{
    border-radius: 30px;
}
.blog-single label {
    display: flex;
    align-items: center;
    color: #00339c;
    font-weight: 500;
}
.blog-details h6 {
    font-size: 18px;
    color: #0E854B;
    margin-top: 28px;
}
.text-box.aos-init.aos-animate {
    margin-top: 25px;
}
section.blog-details {
    padding: 50px 0px;
}
.blog-details .social-box .twitter, .blog-details .social-box .insta, .blog-details .social-box .facebook, .social-box .linkedin {
    color: #222;
    font-size: 29px;
    margin-right: 23px;
}
    .sitemap {
    padding: 60px 0px;
}
.sitemap a, .sitemap a:hover {
    color: #000;
    width: 100%;
    display: block;
    line-height: 35px;
}
.news-letter-wrapper .news-box .form-control::placeholder{
    color:#fff;
}
.opacity-0{
    opacity:0;
}

.dropdown-menu {
    min-width: 12rem;
    top: 85%;
    padding:0px;
    border-radius: 0px;
    border: 0px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-inners:hover .dropdown-menu.dropdown-submenu{
display: block !important;
}
.dropdown-menu.dropdown-submenu{
    display: none !important;
}
.dropdown-menu a {
    color: #000;
    display: block;
    font-size:14px;
    padding: 12px 7px;
}
.dropdown-menu a:hover {
    background: #07338c;
    color: #fff;
}
.specification h2 {
    margin-bottom: 25px;
}
.services-menu .dropdown-menu {
    min-width: 16rem;
    top: 95%;
    padding: 0px;
    overflow: hidden;
    /*padding: 13px 0px;*/

}

.connect.home-blog .item {
    position: relative;
    margin-bottom: 50px;
    margin-top: 40px;
}
.connect.home-blog h2 {
    margin-bottom: 40px;
}
.infra {
    padding: 60px 0px;
}

.features-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.features-single {
    width: 31.5%;
    padding: 35px 20px;
    box-shadow: 0px 1px 32px #0C194D1A;
    border-radius: 10px;
    margin: 0px 10px 20px;
    text-align: center;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    /*flex-direction:column;*/
    height:230px;
    justify-content:center;
    transition:all 0.3s ease-in-out;
}
.features-single:hover {
    background: #254480;
    color: #fff;
}
.features-single img{
    margin-bottom:5px;
    width: 20%;
    height: 70px;
}
.features-single:hover img {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(231deg) brightness(104%) contrast(101%);}
.strength-single h4 {
    text-transform: uppercase;
    font-size: 20px;
    /* display: flex; */
}
.productions {
    padding: 60px 0px;
    margin: 0 auto;
    text-align: center;
}
.productions  h2{
    margin-bottom:20px;
}
.strength-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.strength-single {
   width: 31.5%;
    padding: 35px 20px;
    box-shadow: 0px 1px 32px #0C194D1A;
    border-radius: 10px;
    margin: 0px 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition:all 0.3s ease-in-out;
    height:250px;
}
.features-single h5 {
    font-size: 22px;
    text-transform: uppercase;
}
.features {
    padding: 60px 0px;
    background: #fcfcfc;
}
.content-text {
    padding: 60px 0px;
}
.strength-single:hover{
    background: #254480;
    color: #fff;
}
/*.features-single:hover{
    background: #de2128;
    color: #fff;
}*/
.strength {
    background: #fcfcfc;
    padding: 60px 0px;
}
.strength h2{
    margin-bottom:30px;
    text-align:center;
}
.strength p{
    text-align:center;
    margin-bottom:0px;
}

.infra .row {
    display: flex;
    align-items: center;
}
table.table {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #ccc;
}
table.table th,  table.table td {
    border-right: 1px solid #ccc;
}
table.table th {
    padding: 15px 15px;
    /* background: #000; */
}
/*.navbar-mob .dropdown-menu {
    position: absolute;
    padding: 0;
    border-top: 4px solid rgba(5, 121, 168, 0.7215686274509804);
    border-radius: 0;
    top: 90%;
}*/

/*.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 2px 10px #00000059;
    transition: all 0.3s ease-in-out;
    background-color:#000;
}
.dropdown-submenu >.dropdown-menu-inner {
    right: -160px;
    top: 0px;
}
.navbar-mob .dropdown-menu .dropdown-item:hover{
  background-color:#1ba9e3;
  color: #fff;
}

.dropdown-submenu>.dropdown-menu-inner a:after{
  display:none;
}
  
.dropdown-submenu>.dropdown-menu-inner {
    top:0;
    right: -245px;
    margin-right:0px;
    background-color:#000;
    box-shadow: -0.187px -0.173px 0px 0px rgba(44,45,47,0.2);
}
.dropdown-menu-inner {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    margin: 0;
    border: 0;
    background-color: rgb(255,255,255);
    box-shadow: -0.187px -0.173px 0px 0px rgb(44 45 47 / 20%);
    border-radius: 0;
}
.dropdown-submenu .dropdown-item:hover  .dropdown-menu-inner {
    display: block;
}*/
.features h2{
    margin-bottom:30px;
}

.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: 7px;
overflow: hidden;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu.dropdown-submenu{
    display: none;
}
/*.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}*/

.dropdown-item:hover .dropdown-menu.dropdown-submenu{
display:block;
}

.features-flex .features-single{
    display: block;

}
.features .features-wrapper {
    margin-top: 40px;
}
.location.location3 {
    position: absolute;
    top: 51%;
    right: 10%;
}
.location.location4 {
position: absolute;
    top: 43%;
    right: 31%;
}
.light-single img {
    width: 29%;
    margin-bottom: 10px;
}

.home-product-single img {
    width: 100%;
}

.navigation.fixed {
    position: sticky;
    
    top: 94px;
}
.captcha {
    margin-bottom: 20px;
}
.slider-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 47%;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 9px 16px;
    background: #00339c;
    display: inline-block;
    /* cursor: pointer; */
    border-radius: 0px;
}
.slider-section .owl-prev {
    position: absolute;
    left: 0px;
}
.slider-section .owl-next {
    position: absolute;
    right: 0px;
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: #e82127;
    color: #FFF;
    text-decoration: none;
}
div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 4;
  width: 100%;
  /*display:none;*/
}
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #00339c;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: initial;
    cursor: pointer;
    border-radius: 0px;
}
.intl-tel-input{
    width: 100% !important;
}
p#msg-error,
p.email-error.errors {
    color: red;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -13px;
}