*{
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}
 #body .container{
    max-width: 1370px !important;
}

body{
    font-family: "DM Sans", sans-serif !important;
}


.a-font{
    /* font-family: "Space Grotesk", sans-serif; */
    font-family: "Montserrat", sans-serif;
}






/*---------------------- navigation --------------------------*/


.main_nav .navbar .container-fluid {
    padding: 0 80px !important;
}

a.navbar-brand img {
    width: 250px;
}

/* a.navbar-brand .logo h5 span{
    color: #ee0d08;
} */


.main_nav .navbar {
    background-color: initial;
    padding: 8px 0 !important;
    border-radius: 15px;
    /* margin-top: 30px; */
}

.main_nav .navbar .container-fluid .navbar-nav li a {
    color: #000000;
    /* padding-left: 28px !important; */
    font-size: 17px;
    /* font-family: "Saira", sans-serif; */
    font-weight: 600;
    padding: 10px 14px !important;
    /* font-family: "Exo", sans-serif; */
    text-transform: uppercase;
    transition: .4s ease-in-out;
}
.main_nav .navbar .container-fluid .navbar-nav li a:hover{
    color: #08207a;
}


.nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list li a{
    display: inline-block;
}


.nav-list li a {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
    /* margin-left: 12px; */
    margin-right: 30px;
    text-decoration: none !important;
}

.nav-list li a i {
    color: #67a015;
    margin-right: 8px;
}

.nav-icon{
    color: #fff;
}

.nav-icon:hover{
    color: #fff;
}


/* .xtd-shadow--large-light {
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22) !important;
} */

/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    
    box-shadow: 0 6px 17px -6px #abaaaa;
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
   
  } */

 a.nav-btn2 {
    color: #ffffff;
    /* font-family: "Saira", sans-serif; */
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    /* background: #1282a2; */
    display: inline-block;
    padding: 15px 28px;
    border-radius: 5px;
    /* font-family: "Space Grotesk", sans-serif; */
    letter-spacing: 0.5px;
    margin-left: 31px;
    background: #092070;
    /* background: #05d3aa; */
    font-family: "Montserrat", sans-serif;
    transition: .4s ease-in-out;
}

a.nav-btn2 i{
    font-size: 13px;
    margin-left: 10px;
}

a.nav-btn2:hover{
    text-decoration: none;
    color: #fff;
    background-color: #da150b;
}




/*--------------- banner ---------------------*/

#banner{
    height: 840px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#banner,
#carouselExampleFade,
.carousel-inner,
.carousel-item {
    height: 840px; /* full screen height */
}
#banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner .over{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner-up{
    position: absolute;
    top: 0;
    left: 0;
}

.bc-img{
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 900px;
    position: relative;
}

.main-banner:after {
    background-image: linear-gradient(274deg, #07001a00 27%, #07001a8a 100%, #07001a), linear-gradient(302deg, #07001a00 55%, #07001a33 100%, #07001ab5), linear-gradient(#07001a00 38%, #07001ae6);
    position: absolute;
    inset: 0%;
    content: "";
    width: 100%;
    height: 100%;
}

.banner-content{
    z-index: 998;
    position: relative;
}

/* .bc-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 47%, #000000 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
} */

.carousel-item img{
  transform: scale(1);
}

.carousel-item.active img{
  animation: zoomIn 10s linear forwards;
}

@keyframes zoomIn{
  from{
    transform: scale(1);
  }
  to{
    transform: scale(1.2);
  }
}



.ban-header2 {
    font-size: 65px;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
    /* text-align: center; */
    /* padding-left: 200px; */
    /* padding-right: 614px; */
    text-shadow: 2px 6px 20px #000000;
    /* text-align: center; */
    /* padding: 0 300px; */
    padding-right: 453px;
    line-height: 90px;
}

p.ban-para {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 6px 20px #000000;
    padding-right: 389px;
    line-height: 31px;
    margin-bottom: 44px;
}

h5.ban-title.a-font {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #ffffff;
}

.banner-content .container-fluid {
    padding: 0 50px !important;
}

.banner-box {
    padding-top: 18%;
}

.banner-content{
    position: absolute;
    top: 0;
    left: 0;
}

.ban-link {
    display: inline-block;
    background-color: #da150b;
    /* padding: 8px 8px 8px 26px; */
    color: #ffffff;
    /* font-family: "Space Grotesk", sans-serif; */
    border-radius: 6px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 15px 28px;
    /* letter-spacing: 1px; */
    transition: .3s ease-in-out;
}

.ban-link i {
    font-size: 12px;
    margin-left: 10px;
}

.ban-link:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #05154e;
}

.ban-link2 {
    display: inline-block;
    background-color: #ffffff;
    /* padding: 8px 8px 8px 26px; */
    color: #000000;
    /* font-family: "Space Grotesk", sans-serif; */
    border-radius: 6px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 14px 28px;
    /* letter-spacing: 1px; */
    /* border: 2px solid #fff; */
    margin-left: 10px;
    transition: .3s ease-in-out;
}

.ban-link2 i {
    font-size: 12px;
    margin-left: 10px;
}

.ban-link2:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #05154e;
}


/* .main-banner i.fa-solid.fa-arrow-left-long {
    color: #fff;
    
    font-size: 17px;
    border: 2px solid #fff;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 55px;
    
}

.main-banner i.fa-solid.fa-arrow-right-long {
    color: #fff;
    
    font-size: 17px;
    border: 2px solid #fff;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    line-height: 55px;
    
}

.carousel-control-prev {
    
    opacity: 1 !important;
}

.carousel-control-next {
    
    opacity: 1 !important;
} */




/*--------------- about ---------------------*/

.ab-padding{
    padding: 0 35px;
}

.ab-lft {
    /* margin-right: 20px; */
    margin-top: 10px;
}

.ab-img img {
    width: 88%;
    /* border-radius: 20px; */
    /* margin-left: auto; */
    /* float: right; */
    height: 510px;
    object-fit: cover;
}

h5.ab-cap.a-font {
    color: #da150b;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    /* left: auto; */
    letter-spacing: 3px;
}

h5.ab-head2.a-font {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 60px;
    /* color: #000000; */
    color: #000000;
    position: relative;
    /* padding-bottom: 22px; */
    line-height: 43px;
}

h5.ab-head2::after {
    content: "";
    width: 95px;
    height: 3px;
    background-color: #da150b;
    position: absolute;
    left: 0;
    bottom: -27px;
}

p.ab-para {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 30px;
    /* padding-right: 37px; */
    margin-bottom: 22px;
    text-align: justify;
}
p.para-mar{
    margin-right: 220px;
}

.ab-link {
    color: #ffffff;
    /* font-family: "Saira", sans-serif; */
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    background: #da150b;
    display: inline-block;
    padding: 14px 26px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    transition: .3s ease-in-out;
}

.ab-link i{
    font-size: 13px;
    margin-left: 10px;
    
}

.ab-link:hover{
    color: #ffffff;
    background-color: #05154e;
    text-decoration: none;
}

h5.ab-title.a-font.text-center {
    font-size: 32px;
    color: #022047;
    font-weight: 700;
    padding: 0 90px;
    line-height: 47px;
    margin-bottom: 60px;
}

.ab-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ab-list li {
    /* color: #686868; */
    display: flex;
    color: #3c3c3c;
    line-height: 23px;
    font-size: 16px;
    margin: 10px 0;
}

.ab-list li i {
    color: #da150b;
    font-size: 14px;
    transform: translateY(0px);
    margin-right: 12px;
    margin-top: 5px;
}

.about {
    margin-top: 80px;
}

/*--------------- insights  --------------*/

.display-5 {
    font-size: 86px;
    /* font-family: "Space Grotesk", sans-serif !important; */
    font-weight: 600;
    color: #05d3aa;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #092070;
    /* font-family: "Montserrat", sans-serif; */
    letter-spacing: 2px;
}

h5.si-cap {
    font-size: 83px;
    font-family: "Space Grotesk", sans-serif !important;
    font-weight: 600;
    color: #d70006;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 13px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #092070;
}

h5.si-title.a-font {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: -7px;
    white-space: nowrap;
    /* margin-left: -5px; */
    color: #102836;
    position: relative;
    padding-top: 20px;
}

h5.si-title::after {
    content: "";
    width: 250px;
    height: 1px;
    background-color: #d4d4d4;
    position: absolute;
    left: 0;
    top: 0px;
}

h5.si-head.a-font2 {
    font-size: 16px;
    text-transform: capitalize;
    color: #d70006;
    /* font-weight: 600; */
    letter-spacing: 2px;
    margin-bottom: 18px;
    font-family: "Gorditas", serif;
}

h5.si-head2.a-font {
    font-size: 50px;
    color: #032532;
    font-weight: 700;
    margin-bottom: 0;
}

.si-rt1 {
    /* margin-left: 69px; */
    margin-top: 40px;
    /* border-top: 1px solid #000; */
}


.sight {
    margin: 80px 0;
}

.abt2::before {
    content: url(../images/ab2.png);
    position: absolute;
    right: -34px;
    top: -230px;
}


/*---------------------- services --------------------------*/

h5.s-head {
    font-weight: 600;
    font-size: 14px;
    color: #da150b;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
}

h5.s-head2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 36px;
    text-transform: capitalize;
    color: #fff;
}

.service {
    background: #0b206c;
    padding: 70px 0 80px;
    margin-top: 90px;
}

.s-img img {
    width: 80px;
}

.s-box {
    background: #fff;
    padding: 40px;
    /* border: 1px solid #e7e7e7; */
    box-shadow: rgba(0, 0, 0, 0.01) 0px 1px 3px 0px, rgba(27, 31, 35, 0.1) 0px 0px 0px 1px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.s-img img {
    width: 70px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(18%) saturate(7323%) hue-rotate(216deg) brightness(99%) contrast(113%);
    /* filter: brightness(0) saturate(100%) invert(67%) sepia(13%) saturate(5176%) hue-rotate(120deg) brightness(96%) contrast(96%); */
}

h5.s-cap.a-font {
    font-weight: 600;
    font-size: 23px;
    /* color: #092070; */
    margin-top: 48px;
    margin-bottom: 16px;
    line-height: 34px;
    padding-right: 20px;
}

p.s-para3 {
    margin-bottom: 18px;
}

a.s-link {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #0b2681;
}

a.s-link i {
    margin-left: 8px;
    transform: translateY(1px);
    /* transform: rotate(-22deg); */
}

a.s-link:hover{
    color: #092070;
    text-decoration: none;
}



/*---------------------- products --------------------------*/

.products{
    margin-top: 80px;
}

h5.pr-title {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 34px;
}

p.pr-para3 {
    font-weight: 600;
    font-size: 14px;
    color: #da150b;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
}

a.pr-link {
    display: inline-block;
    background: #092070;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 38px;
    text-decoration: none !important;
    border-radius: 8px;
    margin-top: 10px;
}

a.pr-link i{
    font-size: 14px;
    margin-left: 10px;
}

a.pr-link:hover{
    text-decoration: none;
     color: #ffffff;
}

.products .container-fluid {
    padding: 0 15px 0 283px !important;
}

.pr-box {
    min-height: 335px;
    background: #f7f7f7;
    /* background: linear-gradient(0deg, #02002400 0%, #E6E7E8 100%); */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    border: 1px solid #e5e5e5;
}

h5.pr-head {
    padding: 30px 21px 40px 21px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.pr-img {
    text-align: center;
}

/* .pr-img img {
    width: 55%;
    margin: 0 auto;
} */

p.pr-para2 {
    margin-bottom: 0;
    font-size: 16px;
    padding: 21px;
    margin-top: 10px;
}

.pr-wid {
    width: 72% !important;
    /* margin-top: 20px; */
    padding-top: 13px;
}

.products .container .owl-carousel .owl-item img {
    display: block;
    width: 36%;
    margin: 0 auto;
}

.pr-wid {
    width: 72% !important;
}

img.pr-wid2 {
    width: 60% !important;
    padding-top: 10px;
}

.pr-top {
    margin-top: 25px !important;
}

.pr-top2 {
    margin-top: 19px !important;
}

img.pr-wid3 {
    width: 62% !important;
}


/* .pro-bg {
    
    background-size: cover;
    background-position: center;
    min-height: 288px;
    margin-top: -209px;
    background: #092070;
} */

/* .products .container .owl-stage-outer { margin: -15px; padding: 15px; } */

.products .container .owl-theme .owl-nav + .owl-dots {
    margin-top: 30px;
    background-color: #fff !important;
}





/*---------------------- paralox --------------------------*/

.paralox {
    background: url(../images/paralox.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 180px 0 140px;
    /* margin-top: 50px; */
}

.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
  
  .video-main {
    position: relative;
    display: inline-block;
  }
  
 .video {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #ffffff;
    display: inline-block;
    background: #da150b;
    z-index: 999;
    font-size: 15px;
}

.video i:hover{
     color: #ffffff;

}
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  
  .fa-play:before {
    content: "\f04b";
  }
  
  .waves {
    position: absolute;
    width: 170px;
    height: 170px;
    background: rgba(218, 21, 11, 0.2);
    opacity: 0;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }

  h5.para-head.a-font {
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-shadow: 2px 6px 20px #131313;
    margin-top: 10%;
    padding: 0 100px;
}



/*---------------------- Our Process --------------------------*/

h5.r-head {
    font-weight: 600;
    font-size: 14px;
    color: #da150b;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
}

h5.r-head2.a-font {
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 28px;
}

.process {
    margin-top: 80px;
}

.se-img {
    position: relative;
}

.se-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(240deg, rgba(11, 11, 17, 0) 0%, rgba(7, 10, 15, 0.47288) 72.71%, #03080D 100%);
}

.se-img img {
    width: 100%;
}

h5.se-num {
    font-size: 40px;
    /* color: #fff; */
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-transition: 0.8s cubic-bezier(0.4, -0.5, 0.1, 1.48);
    transition: 0.8s cubic-bezier(0.4, -0.5, 0.1, 1.48);
    letter-spacing: 2px;
}

.se2 {
    left: 0;
    position: absolute;
    top: 0;
    /* left: 0; */
    padding: 30px 40px;
    /* right: 0; */
    display: inline-block;
}

.se3 {
    position: absolute;
    bottom: 20px;
    left: 40px;
    /* padding: 30px 40px; */
    /* display: inline-block; */
}

.se-head2 a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    text-shadow: 4px 2px 12px rgba(0, 0, 0, 0.9);
    line-height: 32px;
    text-decoration: none !important;
}

.se-head2 a:hover{
    text-decoration: none !important;
    color: #fff;
}

.se-link {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 13px;
    text-shadow: 4px 8px 12px rgba(0, 0, 0, 0.9);
}


/*---------------------- quality --------------------------*/

.quality {
    margin-top: 80px;
}

.q-icon img {
    /* filter: brightness(0) saturate(100%) invert(58%) sepia(59%) saturate(4785%) hue-rotate(148deg) brightness(103%) contrast(89%); */
    filter: brightness(0) saturate(100%) invert(14%) sepia(18%) saturate(7323%) hue-rotate(216deg) brightness(99%) contrast(113%);
}

h5.q-head {
    /* font-family: Satoshi-Bold; */
    font-size: 20px;
    margin-left: -75px;
    margin-top: 10px;
    line-height: 31px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.q1 {
    padding-left: 22px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    /* margin-left: 70px; */
    margin-right: 41px;
}

.q-icon {
    margin-top: 8px;
}



h5.q-head3.a-font {
    font-weight: 600;
    font-size: 14px;
    color: #da150b;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
}

h5.q-head2.a-font {
    font-weight: 700;
    font-size: 33px;
    color: #000000;
    margin-bottom: 21px;
    line-height: 50px;
    /* padding-right: 22px; */
}

p.q-para {
    color: #535353;
    padding-right: 66px;
    line-height: 30px;
    margin-bottom: 32px;
}

.q-link {
    background-color: #092070;
    color: #ffffff;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 600;
    padding: 15px 32px;
    transition: all 1s ease-in-out;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 0.5px;
}

.q-link i {
    transform: translateY(2px);
    font-size: 24px;
    margin-left: 20px;
}

.q-link:hover{
    color: #ffffff;
    text-decoration: none;
}


/*---------------------- paralox2 --------------------------*/

.paralox2 {
    /* margin-top: 80px; */
    background: url(../images/paralox2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    position: relative;
    padding: 100px 0;
}

.paralox2::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(160deg, #111111e6 10%, #1A254730 70%);
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 99; */
}

.para-cap{
    font-weight: 600;
    font-size: 14px;
    color: #da150b;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
}

.para-cap2 {
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 50px;
    padding-right: 143px;
    text-shadow: 2px 6px 20px #131313;
}

.para-link2 {
    display: inline-block;
    background: #ffffff;
    color: #092070;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 37px;
    text-decoration: none !important;
    border-radius: 8px;
    margin-top: 39px;
    font-size: 17px;
}

.para-link2 i{
    font-size: 14px;
    margin-left: 10px;
    
}

.para-link2:hover{
    color: #092070;
    text-decoration: none;
}



/*---------------------- testimonial --------------------------*/

.test-top {
    margin-top: 100px;
}

h5.t-header {
    color: #ffffff;
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 48px;
}


.t-para2 {
    color: #858585;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 35px;
}

.te-link {
    display: inline-block;
    background: #ffffff;
    color: #092070;
    padding: 14px 32px;
    font-weight: 600;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
}

.te-link i {
    font-size: 14px;
    margin-left: 15px;
}

.te-link:hover{
    text-decoration: none;
    color: #092070;
}

.text-box {
    background: #f6f6f6;
    padding: 45px 35px 30px;
    position: relative;
    /* border-radius: 15px; */
    margin-bottom: 30px;
}

.text-box::before {
    content: "";
    width: 322px;
    height: 1px;
    background-color: #d0d0d0;
    position: absolute;
    bottom: 127px;
    left: 0;
}

p.t-para {
    color: #022047;
    line-height: 28px;
}

.text-rating i {
    color: #092070;
    font-size: 15px;
}

.text-q i {
    color: #dfdfdf;
    /* text-align: right; */
    /* display: inline-block; */
    float: right;
    font-size: 70px;
}

.clear{
    clear: both;
}

.t-1 img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

h5.t-cap {
    font-size: 17px;
    color: #19232b;
    margin-bottom: 6px;
    font-weight: 500;
}

h5.t-cap2 {
    font-size: 16px;
    color: #5b5b5b;
    font-weight: 400;
}

.t-2 {
    margin-top: 9px;
    margin-left: 20px;
}

/* .testimonial {
    margin-top: 70px;
} */

.t-bg img {
    width: 95%;
    /* border-radius: 0 50px 50px 0; */
}

.testimonial .container-fluid{
    padding: 0 15px 0 0 !important;
}

h5.t-caption {
    font-weight: 600;
    font-size: 14px;
    color: #da150b;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
}

.testimonial .container-fluid .row .col-lg-6 .test-content .contain .owl-carousel .owl-dots {
    float: left;
    /* margin-top: 105px; */
}

.testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    
    background: #979797 !important;
}


.testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}

p.t-para3 {
    color: #e4e4e4;
    line-height: 26px;
    margin-bottom: 25px;
    font-size: 17px;
}

.testimonial {
    background: url(../images/t-bg2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 70px 0 60px;
    margin-top: 50px;
    position: relative;
}

.testimonial::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(160deg, #111111e6 10%, #1A254730 70%);
    position: absolute;
    top: 0;
    left: 0;

}

.t-text {
    margin-top: 60px;
}





/*----------- partner -----------*/


.partner {
    /* border-top: 2px solid #0c75bb; */
    padding: 80px 0;
    /* margin-top: 80px; */
}

/*---------------- footer ----------------------*/

.footer {
    /* background: url(../images/ftr-bg.png) no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* margin-top: 80px; */
    background: #05154e;
}

.ft-padding{
    padding: 60px 0;
}


.ftr-logo a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(0%) hue-rotate(250deg) brightness(110%) contrast(108%);
    width: 40%;
}

.ftr-para {
    font-size: 16px;
    color: #dedede;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 27px;
    padding-right: 20px;
}

h5.ft-title4 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}


.ftr-social a i {
    display: inline-block;
    width: 36px;
    height: 35px;
    /* background: #fff; */
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    /* border-radius: 100%; */
    /* line-height: 45px; */
    margin-right: 5px;
    background: #da150b;
    line-height: 35px;
}

.ftr-header {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    /* font-family: "Cal Sans", sans-serif; */
    /* letter-spacing: 0.5px; */
    font-family: "Montserrat", sans-serif;
}

.ftr-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-list li a {
    color: #dbdbdb;
    display: inline-block;
    line-height: 38px;
    text-transform: capitalize;
    /* margin-bottom: 20px; */
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    /* font-size: -webkit-xxx-large; */
    font-weight: 400;
    /* font-family: "Cal Sans", sans-serif; */
    /* font-family: "Cal Sans", sans-serif; */
    letter-spacing: 0.5px;
    font-weight: 400;
    transition: .4s ease-in-out;
}
.ftr-list li a:hover{
    color: #fff;
}

.ft-up {
    margin-top: 20px;
}

.ftr-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 20px;
}

.ftr-icon i{
    color: #d70006;
    transform: translateY(5px);
    font-size: 17px;
}
.ftr-icon i{
    width: 30px;
}

.ftr-add {
    display: inline-block;
    color: #fff;
    line-height: 29px;
    color: #dbdbdb;
    /* font-family: "Cal Sans", sans-serif; */
    font-weight: 400;
    font-size: 16px;
}

.ftr-add:hover{
    color: #fff;
    text-decoration: none;
}

.ft-top {
    margin-top: 25px;
    margin-bottom: 14px;
}
.footer2 {
    border-top: 1px solid #e5e5e5;
}

h5.ftr-cap.text-center {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer2 {
    border-top: 1px solid #868686;
    padding: 18px 0;
}
.ftr-4 {
    margin-left: 50px;
}

.ftr-font {
    font-size: 19px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ee0d08;
    color: #da150b;
    /* margin-bottom: 5px; */
    padding-bottom: 4px;
    margin-top: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.ftr-font:hover{
    color: #ee0d08;
}

.ftr-3 {
    margin-left: -18px;
}

.ftr-4 {
    margin-left: 35px;
}

.ftr-2 {
    margin-left: 15px;
}


#mile{
    background-color: #f2f2f2;
    padding: 80px 0;
    margin-top: 80px;
}
#mile .road{
    width: 100%;
    height: 3px;
    background: #092070;
    background: linear-gradient(90deg,rgba(223, 41, 37, 0) 0%, rgba(9, 32, 112, 1) 5%, rgba(9, 32, 112, 1) 50%, rgba(9, 32, 112, 1) 95%, rgba(223, 41, 37, 0) 100%);
}
#mile h4{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 19px;
    color: #092070;
}
#mile p{
    color: #6f6f6f;
    margin-bottom: 0;
    font-size: 13px;
}
#mile .m-wrap{
    padding: 30px 0;
}
#mile h2{
    font-weight: 600;
    color: #092070;
}
#mile .big-head{
    font-weight: 500;
}
#mile .m-up h2{
    position: relative;
}
#mile .m-up h2:after{
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 55px;
    background-color: #092070;
}
#mile .m-up h2:before{
    content: "";
    position: absolute;
    bottom: -20px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background-color: #092070;
}
#mile .m-down h2{
    position: relative;
}
#mile .m-down h2:after{
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 55px;
    background-color: #092070;
}
#mile .m-down h2:before{
    content: "";
    position: absolute;
    top: -20px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background-color: #092070;
}
#mile .m-wrapper-down{
    background-color: #fff;
    border: 1px dotted #092070;
    padding: 15px;
    margin-top: 27px;
}
#mile .m-wrapper-up{
    background-color: #fff;
    border: 1px dotted #092070;
    padding: 15px;
    margin-bottom: 35px;
}
.timeline-slider{
    overflow: hidden;
    position: relative;
}

.timeline-track{
    display: inline-block;
    position: relative;
    min-width: 1400px; /* adjust if needed */
    transition: transform .5s ease;
}

.timeline-slider .row{
    flex-wrap: nowrap;
}

.arrows{
    text-align:center;
    margin-top:40px;
}

.arrow{
    border:none;
    background:#da150b;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin:0 5px;
    cursor:pointer;
}
.arrow:hover{
    background: #092070;
    transition: .4s ease-in-out;
}
.arrow.disabled{
opacity:.4;
pointer-events:none;
}

#mile .road{
    width: 1340px;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}

.custom-dropdown{
    position: relative;
}

/* dropdown menu */

.dropdown-menu-custom{
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 300px;
    background: #e0e5f9;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-radius: 6px;
    z-index: 999;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .4s ease-in-out;
}

/* dropdown items */

.dropdown-menu-custom li a{
    display: block;
    padding: 10px 20px;
    
    text-decoration: none;
    font-size: 14px;
}

#drop li a:hover{
    color: #092070;
}
#drop li a{
    padding: 8px 20px !important;
}

/* show on hover */

.custom-dropdown:hover .dropdown-menu-custom{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.custom-dropdown i{
    transition: .4s ease-in-out;
}
.custom-dropdown:hover i{
    transform: rotate(180deg);
}
.modal {
    z-index: 99999999999999999999999999999999;
}

.modal-backdrop {
    z-index: 999999999999999999999999999;
}
#inner-banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 135px; */
}
#inner-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-ban-text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 300px;
    transform: translateY(-50%);
}
.inner-ban-text h1 {
    font-size: 60px;
    /* text-transform: uppercase; */
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: var(--white);
    font-weight: 700;
    letter-spacing: 2px;
}
.inner-ban-text .bread {
    font-size: 18px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: var(--white);
    font-weight: 500;
}
.inner-ban-text a {
    color: #da150b;
    font-weight: 700;
    text-decoration: none;
}
.inner-ban-text a:hover {
    color: #da150b;
    text-decoration: underline;
}
.inner-ban-text i {
    font-size: 14px;
}
.inner-ban-text span {
    opacity: 0.6;
}
#inner-about h1{
    font-weight: 700;
    font-size: 33px;
    display: block;
    color: #092070;
    margin-bottom: 25px;
}
#inner-about p{
    font-size: 18px;
    color: #464646;
    margin-bottom: 25px;
    line-height: 1.6;
}
#inner-str{
    background-color: #f4f4f4;
}
#inner-str h1{
    font-weight: 700;
    font-size: 33px;
    display: block;
    color: #092070;
    margin-bottom: 30px;
}
#inner-str .str-img{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    overflow: hidden;
}
#inner-str .str-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#inner-pro h1{
    font-weight: 700;
    font-size: 33px;
    display: block;
    color: #092070;
    margin-bottom: 30px;
}
#inner-pro .pro-wrap{
    margin: 15px 0;
    padding: 20px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    border: 1px solid #f2f2f2;
    position: relative;
    transition: .4s ease-in-out;
}
#inner-pro .pro-wrap .pro-num{
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    transition: .4s ease-in-out;
}
#inner-pro .pro-wrap h2{
    font-size: 22px;
    font-weight: 700;
    color: #092070;
    margin-bottom: 15px;
    transition: .4s ease-in-out;
}
#inner-pro .pro-wrap p{
    font-size: 17px;
    font-weight: 400;
    color: #464646;
    margin-bottom: 0;
    transition: .4s ease-in-out;
}
#inner-pro .pro-wrap:hover{
    background-color: #092070;
}
#inner-pro .pro-wrap:hover h2{
    color: #fff;
}
#inner-pro .pro-wrap:hover p{
    color: #cfcfcf;
}
#inner-pro .pro-wrap:hover .pro-num{
    color: #fff;
}



.custom-accordion {
  max-width: 100%;
  margin: auto;
}

.custom-accordion-header {
  width: 100%;
  background: #05154e;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.custom-accordion-header::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 500;
}

.custom-accordion-header.active::after {
  content: "-";
}

.custom-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.custom-accordion-item{
    margin: 20px 0;
}

.acc-row{
    margin: 20px 0;
}
.acc-row .col-lg-4{
    padding: 0;
}
.acc-row .col-lg-6{
    padding: 0;
}
.acc-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}
.acc-img-wrap{
    padding: 0 16px;
}
.acc-img img{
    width: 100%;
    object-fit: cover;
}

.timeline-section {
  color: #fff;
  padding: 60px 0;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
}
.timeline h4{
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}
.timeline p{
    margin-bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background: #05154e;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Item */
.timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}

/* Left side */
.timeline-item.left {
  left: 0;
}

/* Right side */
.timeline-item.right {
  left: 50%;
}

/* Content box */
.timeline-item .content {
  background: #05154e;
  padding: 20px;
  border-radius: 12px;
  position: relative;
}

/* Circle */
.timeline-item::before {
  content: "✔";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #da150b;
  color: #fff;
  border-radius: 50%;
  top: 23px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
}

/* Fix right circle */
.timeline-item.right::before {
  left: -15px;
}

/* Connector arrow */
.timeline-item.left .content::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -15px;
  border: 8px solid transparent;
  border-left-color: #05154e;
}

.timeline-item.right .content::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  border: 8px solid transparent;
  border-right-color: #05154e;
}
#inner-pro h2{
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {

  .timeline::after {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 42px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .timeline-item.right {
    left: 0;
  }

  .timeline-item::before {
    left: 5px;
  }

  .timeline-item.right::before {
    left: 5px;
  }

  .timeline-item .content::after {
    left: -15px !important;
    border-right-color: #5f6cff;
    border-left-color: transparent;
  }
  .timeline-item.left .content::after{
    display: none;
  }
  .timeline-item.right .content::after{
    display: none;
  }
}
.et-wrap{
    background-color: #f4f7ff;
    padding: 25px 20px;
    height: 100%;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.et-wrap p{
    margin-bottom: 0;
    margin-top: 20px;
    color: #535353;
    line-height: 1.55;
    font-size: 16px;
}
.et-wrap h2{
    color: #000;
    font-weight: 700;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    margin-top: 20px;
}
.et-icon img{
    height: 90px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(67%) saturate(3354%) hue-rotate(220deg) brightness(91%) contrast(101%);
}





.con-form-wrap{
    padding: 35px;
    border: 1px solid #f2f2f2;
    box-shadow: -5px 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.con-form-wrap .form-control{
    border-radius: 0;
    border: 1px solid #bfbfbf;
    padding: 12px;
    height: auto;
}
.con-form-wrap .form-control:focus{
    box-shadow: none;
    border-color: #da150b;
}
.con-form-wrap .form-select{
    border-radius: 0;
    border: 1px solid #bfbfbf;
}
.con-form-wrap .form-select:focus{
    box-shadow: none;
    border-color: var(--blue);
}
.con-form-wrap h3{
    font-size: 32px;
    color: #092070;
    font-weight: 700;
    text-transform: none;
}
.con-form-wrap p{
    font-size: 17px;
    color: #686868;
    margin-bottom: 25px;
}
.con-item-wrap{
    display: flex;
    gap: 15px;
    padding: 25px 0;
    border-bottom: 1px solid #d2d2d2;
}
.con-btn a, .con-btn button{
    background-color: #092070;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 600;
    padding: 12px 28px;
    transition: .4s ease-in-out;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    display: inline-block;
    border-radius: 0;
    letter-spacing: 0.5px;
	border:none;
}
.con-btn a i, .con-btn button i{
    margin-left: 10px;
}
.con-btn a:hover, .con-btn button:hover{
    background-color: #da150b;
    color: #fff;
    text-decoration: none;

}
.in-cont h4{
    font-size: 20px;
    font-weight: 700;
    color: #092070;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.in-cont h4::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #da150b;
}
.con-text span{
    font-size: 17px;
    display: inline-block;
    color: #6e6e6e;
}
.con-item-wrapper .con-item-wrap:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
#in-con h1{
    font-size: 35px;
    font-weight: 700;
    color: #092070;
    margin-bottom: 20px;
}
.in-con-top-des{
    font-size: 17px;
    color: #686868;
    margin-bottom: 20px;
}
.in-cont h2{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}
.in-cont h6{
    font-weight: 500;
    color: #373737;
    margin: 8px 0;
    font-size: 17px;
}
.in-cont h6 span{
    color: #000;
    font-weight: 700;
    margin-right: 6px;
}
.in-cont h6 a{
    text-decoration: none;
    color: #373737;
    transition: .4s ease-in-out;
    display: inline-block;
    position: relative;
}
.in-cont h6 a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #da150b;
    transition: .4s ease-in-out;
}
.in-cont h6 a:hover{
    color: #092070;
}
.in-cont h6 a:hover::after{
    width: 100%;
}
/* Clamp */
.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Modal Wrapper */
.custom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(5px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: .4s ease-in-out;
}

.custom-modal-box {
  background: #fff;
  max-width: 600px;
  width: 90%;
  padding: 30px;
  border-radius: 12px;
  position: relative;

  animation: fadeIn 0.5s ease-in-out;
}

.custom-close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  transition: .4s ease-in-out;
}
.custom-close-btn:hover{
    color: rgba(0, 0, 0,0.7);
}
.custom-open-btn{
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 600;
    color: #092070;
    font-size: 14px;
    margin-top: 15px;
    border: none;
    transition: .4s ease-in-out;
}
.custom-open-btn:hover{
    color: #da150b;
}

/* Optional smooth animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.custom-modal-title{
    color: #000000;
    font-size: 25px !important;
    margin-bottom: 25px !important;
    font-weight: 700 !important;
}
.custom-modal-body{
    color: rgba(0, 0, 0, 0.6);
}


/********* Inner Product Page Start *********/

#inner-product h1{
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
#inner-product h1::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background-color: var(--yellow);
}
#inner-product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #c2c2c2;
    transition: .4s ease-in-out;
    z-index: 1;
}
#inner-product .in-product-wrap{
    position: relative;
    overflow: hidden;
    background-color: var(--bg2);
    padding: 20px;
    width: 100%;
    height: 220px;
    border: 1px solid #c2c2c2;
}
#inner-product .in-pro-link{
    overflow: hidden;
}
#inner-product .in-pro-link:hover img{
    transform: scale(1.25);
}
#inner-product .over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    opacity: 0;
    z-index: 2;
    transition: .4s ease-in-out;
}
#inner-product .in-pro-link:hover .over{
    opacity: 0.9;
}
#inner-product .view-pro-link{
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    color: var(--black);
    font-weight: 600;
    font-size: 12px;
    padding: 12px 20px;
    background-color: var(--yellow);
    opacity: 0;
    text-transform: uppercase;
    transition: .4s ease-in-out;
}
#inner-product .view-pro-link:hover{
    background-color: var(--black);
    color: var(--white);
}
#inner-product .in-pro-link:hover .view-pro-link{
    opacity: 1;
    top: 50%;
}
#inner-product .view-pro-link a{
    padding: 14px 20px;
    background-color: var(--yellow);
    color: var(--white);
}
#inner-product .in-prto-rel{
    position: relative;
}

#pro-ban h1{
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0;
    letter-spacing: 1px;
}
#pro-ban{
    padding: 50px;
    background-color: #092070;
}
#pro-ban .bread{
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: var(--white);
    font-weight: 500;
}
#pro-ban .bread i{
    font-size: 14px;
}
#pro-ban a{
    color: #da150b;
    font-weight: 700;
    text-decoration: none;
}
#pro-ban a:hover{
    text-decoration: underline;
}
#pro-ban span{
    opacity: 0.6;
}
.pro-sidebar{
    position: sticky;
    top: 30px;
}
.pro-sidebar ul li{
    list-style: none;
    margin-bottom: 12px;
}
.pro-sidebar ul li a{
    background-color: var(--bg2);
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    color: var(--black);
    border-left: 7px solid #092070;
    transition: .4s ease-in-out;
}
.pro-sidebar ul li a:hover{
    background-color: #f4f7ff;
    border: 1px solid #092070;
    border-left: 7px solid #da150b;
    color: #000;
}
.pro-sidebar ul li a.active{
    background-color: #092070;
    border: 1px solid #092070;
    border-left: 7px solid #da150b;
    font-weight: 500;
    color: #fff;
}
.pro-sidebar ul li a.active:hover{
    background-color: #092070;
    border: 1px solid #092070;
    border-left: 7px solid #da150b;
    color: var(--white);
}
.pro-end-text{
    background-color: var(--bg2);
    margin-top: 40px;
    text-align: center;
    border: 1px solid #e9e9e9;
    padding: 25px;
}
.pro-sub-text p{
    color: #585858;
}
.pro-contact{
    background-color: #092070;
}
.pro-contact h4{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.pro-contact p{
    font-size: 16px !important;
    line-height: 1.2 !important;
    color: rgba(255, 255, 255, 0.7) !important;
}
.pro-con-btn a{
    text-decoration: none;
    padding: 10px 16px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #da150b;
    text-decoration: none;
    background-color: #da150b;
    transition: .4s ease-in-out;
}
.pro-con-btn a:hover{
    background-color: #fff;
    color: #da150b;
    text-decoration: none;
}
.pro-sin-img img{
    width: 100%;
    border: 1px solid #c2c2c2;
    margin-bottom: 50px;
}
#all-products-inner h3{
    font-weight: 700;
    text-transform: uppercase;
    color: #092070;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}
#all-products-inner h3::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 70px;
    height: 4px;
    background-color: #da150b;
}
#all-products-inner p{
    font-size: 17.5px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}
.pro-slide-img{
    border: 1px solid #e2e2e2;
}
.sub-top{
    padding: 0 15px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: 0.4s ease;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}

/********* Inner Product Page End *********/