
.banner img{
    width: 100%;
}

.ban-video video{
    width: 100%;
    height: 800px;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.banner{
    position: relative;
}
.ban-2-text-area{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.ban-2-text-area h1{
    font-family: "Racing Sans One", sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #222;
}
.ban-2-text-area h4{
    font-family: "Racing Sans One", sans-serif;
    font-size: 63px;
    font-weight: 500;
    color: #FF0202;
}

.ban-2-text-area{
    text-align: center;
}

/* end banner */
.wel-head h3 {
    font-size: 45px;
    color: #21408E;
    font-weight: 400;
    font-family: 'Open Sans';
    text-align: center;
    margin-bottom: 50px;
}

.welcome {
    background-image: url(../../homeimage/wel-bg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-top: -6px;
}

.wel-text p{
    color: #444444;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    margin-bottom: 40px;
}
.wel-con{
    text-align: center;
}
.wel-btn{
    background-color: #202020;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px 0 20px 0;
    display: inline-block;
}
.right{
    color: red ;
    margin-left: 5px;
}
.wel-text{
    margin-bottom: 50px;
}


.wel-img{
    position: relative;
    overflow: hidden;
  }
  .wel-img::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
  }
  .wel-img:hover::before{
    animation: 1.30s shining;
  }@keyframes shining {
    100% {
        left: 125%
    } 
  }




/* end welcome */

.ser-con{
    display: flex;
    justify-content: space-between;
}
.ser-bot {
    padding: 0 0 10px;
}
.ser-area{
    width: 21%;
    text-align: center;
}
.ser-top {
    background-color: #0368B1;
    width: 73%;
    margin: 0 auto;
    padding: 15px 0 10px;
    border-radius: 200px 200px 0 0;
}
.ser-top h2{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}

.ser-bot p{
    color: #F5F5F5;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.services{
    position: relative;
}
.ser-div{
    position: absolute;
    background-color: #0368B1;
    height: 107px;
    width: 100%;
    bottom: 0%;
    left: 0%;
    z-index: -1;
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.ben-area:hover {
    background-color: #eebdc27a;
    transform: translateY(-10%);
}


/* end services */

.sli-area{
    display: flex;
    gap: 10px;
    align-items: center;
}

.slider-top{
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.product-top{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}
.product {
    padding-top: 80px;
}
.product-con{
    width: 70%;
    margin: 0 auto;
}

.pro-1 {
    background-color: #1c4867;
    padding: 5px 30px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    font-family: "Racing Sans One", sans-serif;
    border-radius: 20px;
    border: 1px dashed #358ede;
}
.pro-1.current {
    background-color: #d3d3d394;
    color: #222;
    border: 1px dashed #1f1212;
}
 .sli-bot {
    width: 53%;
    margin: 0 auto;
} 
.sli-bot img{
    width: 100%;
} 

.sli-2 h5{
    color: #444444;
    font-weight: 500;
    font-size: 18px; 
    font-family: "Montserrat", sans-serif;
}

.sli-2 h6{
    color: #444444;
    font-weight: 500;
    font-size: 18px; 
    font-family: "Racing Sans One", sans-serif;
}


.sli-2 h6 span{
    color: #0368B1;
}

.sli-2 h4{
    color: #2A2A2A;
    font-weight: 500;
    font-size: 22px; 
    font-family: "Racing Sans One", sans-serif;
}

.product-slider .owl-prev span, .product-slider .owl-next span {
    color: #0A74C8;
    font-size: 49px;
    font-weight: 700;
    position: absolute;
    top: -56%;
    left: 26%;
}
.product-slider .owl-prev {
    background-color: #F7F9F5 !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    left: 0%;
    box-shadow: #979797 2px 0 12px;
}

.product-slider .owl-next {
    background-color: #F7F9F5 !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    right: 0%;
    box-shadow: #979797 2px 0 12px;
}
.product-slider{
    display: none;
}

.product-slider.current{
    display: inherit;
}

.explore-area {
    background-image: url(../../homeimage/Road-pannel.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 170px 0;
    position: relative;
}

/* start road animation */

.road-area{
    position: absolute;
    bottom: 33%;
    left: 0%;
    right: 0%;
  }
  
  
  main {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
  }
  
  .road {
      width: 100%;
      /* height: 150px;
      transform-style: preserve-3d;
      transform-origin: bottom;
      transform: perspective(500px) rotateX(60deg);
      box-shadow: 0 0 30px 0 inset rgba(0, 0, 0, .7),
          1px 40px 5px 5px rgba(0, 0, 0, .3);
      background: #333; */
  }
  
  @keyframes animate-road {
      from {
          background-position: 0;
      }
      
      to {
          background-position: 120px;
      }
  }
  
  .road::after {
    content: '';
    display: flex;
    position: absolute;
    top: calc((100% - 16px) / 2);
    left: 0%;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to right, #ffffff 0%, #fdfefe 70%, #435867 70%, #3f5361 100%);
    background-size: 60px 100%;
    animation: animate-road linear .9s infinite;
} 
  .depth {
      width: 100%;
      height: 45px;
      position: absolute;
      left: 50%;
      bottom: -30px;
      transform: translateX(-50%);
      
  }
  
  /* end road animation */

  .cloud2 {
    position: absolute;
    width: 80%;
    top: -4%;
    height: 50%;
    animation: move 35s linear infinite;
}

@keyframes move {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(150%);
    }
}

/* end cloude */

/* end product */

.choose-con{
    display: flex;justify-content: space-between;
}

.choose-area {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 5px 7px #8d8888;
    transition: all ease 0.4s;
}

.choose-area h1{
    color: #222222;
    font-weight: 500;
    font-size: 24px; 
    font-family: "DM Serif Display", sans-serif;
    margin-top: 10px;
    margin-bottom:15px;
}

.choose-area p{
    color: #444444;
    font-weight: 500;
    font-size: 16px; 
    font-family: "Montserrat", sans-serif;

}
.choose {
    background-image: url(../../homeimage/Choose-bg.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 140px;
    margin-top: -100px;
    position: relative;
}

.choose-head {
    padding-left: 190px;
    margin-bottom: 50px;
}

.choose-head h1{
    color: #000;
    font-weight: 400;
    font-size: 50px; 
    font-family: "Racing Sans One", sans-serif;
}

.choose-head p{
    color: #000000;
    font-weight: 400;
    font-size: 22px; 
    font-family: "Montserrat", sans-serif;
    margin-left: 120px;
}

.choo-i{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

#box {
  
    display: block;
    position: absolute;
    width: 12%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    top: 120%;
    left: 2%;
  }
  #box img{
    width: 100%;
  }

.clo-js{
    position: relative;
}

.main-button{
   display: flex;
   justify-content:space-between; 
   position: relative;
   margin-top: 50px;
   margin-bottom: 20px;
}
.cli-bt {
    width: 23%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.cli-line{
    width: 100%;
    height: 2px;
    background-color: #6D6D6D;
    position: absolute;
   left: 50%;
    bottom:3%;
    transform: translateX(-50%);
    z-index: -1;
}
.choo-bo{
    background-color: #C9C9C9;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
button{
    border: none;
}

.choose-area:hover .choose-img{
    transition: all 0.65s;
    transform: rotateY(360deg);
    
}
.choose-area:hover{
    background-image: linear-gradient(180deg, #68B9FF, white);
    transform: translateY(-10%);
}

/* end choose*/

.client-text{
    background-color: #0A74C8;
    text-align: center;
    padding: 70px 20px 30px;
    border-radius: 20px;
    margin-top: -50px;
}
.client-text:hover {
    background-color: #e9dfaf;
}

.client-text:hover.client-text p {
    color: #444;
}
.client-text:hover.client-text h1 {
    color: #444;
}
.wel-btn:hover{
    background-color: #0368B1;
}


.client-img{
    width: 30%;
    margin: 0 auto;
}

.client-img img{
    width: 100%;
}

.client-text h1{
    color: #fff;
    font-weight: 300;
    font-size: 24px; 
    font-family: "DM Serif Display", sans-serif;
    margin-bottom: 10px;
}

.client-text p{
    color: #f5f5f5;
    font-weight: 400;
    font-size: 17px; 
    font-family: "Montserrat", sans-serif;
}
.star{
    color: #FFD266;
    margin-bottom: 10PX;
}

.client-con .owl-prev span, .client-con .owl-next span {
    color: #0A74C8;
    font-size: 49px;
    font-weight: 700;
    position: absolute;
    top: -56%;
    left: 26%;
}
.client-con .owl-prev {
    background-color: #F7F9F5 !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    left: -6%;
    box-shadow: #979797 2px 0 12px;
}

.client-con .owl-next {
    background-color: #F7F9F5 !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    right: -6%;
    box-shadow: #979797 2px 0 12px;
}

.client {
    background-image: url(../../homeimage/Testi-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0 80px;
}


/* end client */
.enqury{
    position: relative;
}
.enq-bo{
    width: 100%;
    height: 40px;
    background-color: #0368B1;
    position: absolute;
    bottom: 0%;
    left: 0%;
}

#reveal-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
    z-index: 100;
    padding-bottom:20px ;
  }
  
  #reveal-wrap #reveal-click {
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-family: "Dancing Script", cursive;
    padding: 0px 18px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: blinker 1s step-end infinite;
    position: relative;
    z-index: 1;
    /* margin-bottom: 20px; */
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  #reveal-wrap #hidden-div {
    width: 100%;
    background: #0368B1;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 50px 20px;
    display: none;
    margin-top: -20px;
    position: relative;
}
.reveal-click img{
    width: 2.5%;
}
.enqiry-vi{
    width: 100%;
}
.enqiry-vi img{
    width: 100%;
}

.vector{
    position: absolute;
    bottom: 0%;
    left: 1%;
}
.enqury-class-area{
    position: relative;
}
.cont-input input {
    width: 100%;
    height: 50px;
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.contact-area {
    display: flex;
    justify-content: space-between;
}

.enq-head {
    text-align: center;
    margin-bottom: 40px;
}
.cont-input {
    width: 23%;
}

::placeholder{
    color: #fff;
}
.sub-btn{
    background-color: #fff !important;
    color: #0368B1;
    margin-top: 50px;
    text-align: center;
    font-weight: 500;
}
.sub-btn:hover{
    background-color: #222 !important;
    color: #fff;
}



.enqury .main-btn {
    text-align: center;
}

/* end client */


.video-top video{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.video-top {
    background-color: #B4ACAC;
    padding: 10px 10px 25px;
    border-radius: 40px;
}

.video{
    background-image:url(../../homeimage/video-bg.png) ;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.video .owl-prev span, .video .owl-next span {
    color: #0A74C8;
    font-size: 49px;
    font-weight: 700;
    position: absolute;
    top: -56%;
    left: 26%;
}
.video .owl-prev {
    background-color: #F7F9F5 !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    left: -6%;
    box-shadow: #979797 2px 0 12px;
}

.video .owl-next {
    background-color: #F7F9F5 !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    right: -6%;
    box-shadow: #979797 2px 0 12px;
}

/* end video */


 .gallery-con .owl-item.center .item{
    transform: scale(1);
}

.gallery-con .owl-item .item{
    transition: 0.4s;
    transform: scale(0.9);
}


.gallery-img .pop-up-img{
    display: none;
}

.gallery-img:hover .pop-up-img{
    display: block;
}


.gallery .owl-theme .owl-dots .owl-dot span {
    width: 186px;
    height: 3px;
    margin: 20px 0px;
    background: #919191;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}


.gallery .owl-theme .owl-dots .owl-dot.active span, .gallery .owl-theme .owl-dots .owl-dot:hover span {
    background: #0368B1;
   
}

.gallery{
    padding-bottom: 60px;
}
.gallery-area{
    position: relative;
}
.pop-up-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


  .custom-model-main, .custom-model-main-2, .custom-model-main-3, .custom-model-main-4, .custom-model-main-5 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner, .custom-model-inner-2, .custom-model-inner-3, .custom-model-inner-4, .custom-model-inner-5 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
   
    margin: 30px auto;
    
  }
  .custom-model-wrap, .custom-model-wrap-2, .custom-model-wrap-3, .custom-model-wrap-4, .custom-model-wrap-5 {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

      overflow-y: auto;
  }
  .model-open .custom-model-inner, .model-open .custom-model-inner-2, .model-open .custom-model-inner-3, .model-open .custom-model-inner-4, .model-open .custom-model-inner-5 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay, .model-open .bg-overlay-2, .model-open .bg-overlay-3, .model-open .bg-overlay-4, .model-open .bg-overlay-5 {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay, .bg-overlay-2, .bg-overlay-3, .bg-overlay-4, .bg-overlay-5 {
    background: rgba(0, 0, 0, 0.42);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn,  .close-btn-2,  .close-btn-3,  .close-btn-4,  .close-btn-5 {
    position: absolute;
    right: -76px;
    top: -65px;
    cursor: pointer;
    z-index: 99;
    font-size: 25px;
    color: #fff;
    background-color: #000;
    padding: 0 12px 4px;
    border-radius: 100%;
}
  
  @media screen and (min-width:800px){
      .custom-model-main:before, .custom-model-main-2:before, .custom-model-main-3:before, .custom-model-main-4:before, .custom-model-main-5:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
  }

  @media screen and (max-width:799px){
    .custom-model-inner{margin-top: 45px;}
  }
  
































