* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: none !important;
}

:root {
    --blue: rgb(21, 7, 84);
    --yellow: #c4713c;
}

.b-blue {
    background-color: rgba(2, 3, 129, 0.5);
}

.b-oblue {
    background-color: var(--blue);
}

.b-yellow {
    background-color: var(--yellow);
}

.c-blue {
    color: var(--blue);
}

.c-default{
    color: #555;
}

a {
    text-decoration: none;
}

.fs-18 {
    font-size: 18px;
}

.ls-4 {
    letter-spacing: 4px;
}

.fs-50 {
    font-size: 40px;
}

.c-yellow {
    color: var(--yellow);
}


.swiper {
    width: 100%;
    height: 100%;
}

.sec-1 .s1 {
    width: 100%;
    position: relative;
    height: 100%;
}

.sec-1 .s1 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.sec-1 .s1 .bg-img img{
    width: 100%;
    height: 100%;
}
.sec-6 .n1 {
    width: 100%;
    position: relative;
    height: 700px;
}

.sec-6 .n1 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.sec-6 .n1 .bg-img img{
    width: 100%;
    height: 100%;
}


.pt-100 {
    padding-top: 150px;
}

.pt-pt-50  {
    padding-top: 80px;

}

.head {
    z-index: 5;
    transition: all ease-in-out 0.5s;
    scroll-behavior: smooth;
}


.bannerImage {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(53, 53, 52, 0.5)), var(--image);
    background-size: cover;
    position: relative;
    height: 55vh;
    min-height: 450px;
}


.home-slider-1{
    background: linear-gradient(rgba(0,0,0,0.1), rgba(53, 53, 52, 0.1)), url(../images/other-services/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-service-1{
  background: linear-gradient(rgba(3, 23, 69, 0.9), rgba(3, 23, 70, 0.9)), url(../images/home-page/service-slider.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.s-content {
    position: relative;
    z-index: 2;
}

.sec-3 {
    background-color: var(--blue);
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.sec-3 .dis-none {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
}

.sec-3 .card:hover .dis-none {
    opacity: 1;
    visibility: visible;
}

.b-lblue {
    background-color: #49649b;
}


.py-9 {
    padding: 80px 0px;
}

.nav-show {
    background-color: #0f5298;
    scroll-behavior: smooth;
    transition: all ease-in-out 0.5s;

}
.navbar-toggler{
    /*background-color: aliceblue !important;*/
    padding:0px !important;
    color:#00000000 !important;
    border:0px !important;
    
    
}
.navbar-nav .nav-item.show{
    color:#fff;
}
.n-content {
    position: relative;
    z-index: 2;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.layer2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.ban-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 145px;
}

.sect-3 .card {
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 5px 8px -3px rgba(0,0,0,0.1);
}

.sect-3 .card:hover {
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.sect-3 .card-text {
    overflow: hidden;
    height: 150px;
}

.sect-4 .e-content {
    height: 100%;
}

.hr-sect-4 .sel-content {
    height: 100%;
}

.about-gallery .gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.source-sect-3 .sel-content {
    height: 100%;

}
.fm-sect-3 .sel-content {
    height:100%;

}

.text-justify {
    text-align: justify !important;
}

.breadcrumb-item + .breadcrumb-item::before{
    color: #fff;
}

/* Scroll Bar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--yellow);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}

.dropdown-item:hover{
    background-color :#c4703cd5 !important;
}

/* Cursor */
.cursor {
    position: fixed;
    top: 50%;
    left: -100px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 9999;
    transition-property: width, height,;
    transition-timing-function: cubic-bezier(.19, .94, .336, 1);
    background-image: url(../images/cursor.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.cursor img{
    width: 100%;
}
.cursor.large {
    background-image: url(../images/pointer.png);
}


/* hover megamenu START */

.dropdown-menu.megamenu {
    max-height: 85vh;
    overflow-y: scroll;
}

.dropdown .dropdown-menu{
    display: none;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu{
    display: block;
    margin-top:0.180em;
}

/* hover megamenu START */

.box-content{
    height: 200px;
    padding: 10px;
    overflow:hidden;
    transition: 0.5s ease;

}

.box-content:hover{
    height: 340px;
    transition: 0.5s ease;
}


.form-check-input[type=checkbox]:checked{
  background-color: #ff9001;
  border-color: #f96e21;
}


.form-check-input[type=checkbox]:focus{
  border-color: #ff8d04;
  box-shadow: 0 0 0 0.25rem rgb(251 120 23 / 25%);
}



/* update style */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    font-weight: 400;
    color:#ffff;
    background-color: #f96b24 ;
    font-weight: 600;
    border-bottom: 2px solid #c4713c;
}

.portfolio-text{
    border-radius: 0px !important;
}

.portfolio-text > button{
    color:#ffffff;
    margin:8px;
    background-color: #f88b55;
}

.portfolio-bg{
    background-color:var(--blue);
    margin-top: 7px;
}

.portfolio-img{
    border-radius: 5px;
    border-bottom: 2px solid #f96b24;
    margin:6px 0px;
}

.button-deffault{
    background-image: linear-gradient(90deg,#f96b24 0%,#ff9100 100%);
    color: #ffffff;
    padding: 6px 10px;
    border: 0px;
    border-radius:3px;
}

.button-deffault:hover{
    transition: 0.5s ease;
    background-image: linear-gradient(90deg,#ff9100 100%, #f96b24 0%);
}

.hvr-bounce-to-right:before{
    background-color: #150754 !important;
    border:0px;
    border-radius:3px;
}
  
.footer-border{
    border-top: 2px solid #f96b24;
}
.footer-top{
    border-bottom: 2px solid #f96b24;
}
.last-footer{
    border-top: 1px solid #c4703c86;
}

.form-control {
    border-radius: 0px;
    border: 1px solid  #ff9100;
}

.page-section-2{
    background-color: #fff6f1;
}

.gallery > img{
    transition: 0.5s ease;

}

.gallery > img:hover{
    transform: scale(1.1);
    /* border:2px solid var(--blue);  */
}

.diff-bg{
    background-image: linear-gradient(90deg,#f96b24 0%,#ff9100 100%);
}

.diff-bg2{
    background-color: #f96b24;
}

.border-main{
    border-left: 1px solid #f88b55;
    min-height: 100px;
}
  
.nav-item{
    text-transform: capitalize;
    color: #150754;
    padding: 0px 6px;
}

.navbar .megamenu{ padding: 1rem; }


.nav-item > .nav-link{
    color: #ffff;
    position: relative;
}
.nav-item > .nav-link:hover{
    color: #c4713c;
}
.nav-item > .nav-link:before{
    content: '';
    width: 0px;
    height: 2px;
    background-color: #c4713c;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.5s ease;
}
.nav-item:hover .nav-link:before{
    width: 50%;
    transform: translateX(90%);
}


/* Sticky ICON OPEN  */
  .social-link > ul {
    margin: 0px;
    align-items: center;
    display: flex;
  }
  .social-link > ul > li{
    margin: 0px 5px;
  }
  .social-link > ul > li > i{
    border: 1px solid #c4713c;
    /* background-color: #fff; */
    text-align: center;
    padding: 9px;
    transition: 0.5s ease;
  }
  .social-link > ul > li > i:hover{
    background-color: #fff;
    color: #c4713c;
  }

  .social-links2 > a > img{
    width: 50px;
    height: 50px;
    display: flex;
  }
  .whatsApp{
    position: fixed;
    bottom: 15px;
    right:15px;
    background-color: #26D568;
    padding:5px;
    border-radius: 50%;
    z-index: 999;
    transition: 0.5s ease;
  }
  .whatsApp:hover{
    transform: translateY(-5px);
    border:1px solid #fff;
  }
  .location{
    position: fixed;
    bottom: 80px;
    right:15px;
    background-color: blue;
    padding:5px;
    border-radius: 50%;
    z-index: 999;
    transition: 0.5s ease;
  }
  .location:hover{
    transform: translateY(-5px);
    border:1px solid #fff;
  }
  .phone{
    position: fixed;
    bottom: 145px;
    right:15px;
    background-color: #058958;
    padding:5px;
    border-radius: 50%;
    z-index: 999;
    transition: 0.5s ease;
  }
  .phone:hover{
    transform: translateY(-5px);
    border:1px solid #fff;
  }



  .imgview{
    transition: 0.5s ease;
    transform: rotate(0deg);
  }
  .imgview:hover .imgview2 img{
    transition: 0.5s ease;
    transform: rotate(360deg);
  }





  .main-footer p{
    font-size: 14px;  
  }
  .main-footer > ul > li >  a{
   font-size: 14px; 
   transition: 0.5s ease;
    
  }
  .main-footer > ul > li >  a:hover{
    color: #f88b55 !important;

  }
  .heading-border{
    margin:12px 0px;
    background-color: #b0afaf93;
    height: 1px;
    width: 70%;
    border-radius: 50%;
  }
  .heading-border:before{
    content: '';
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #c4713c;
    height: 1px;
    width: 80px;
  }

  .contact-btn   i{
    color: #6a6968;
    }
  .contact-btn:hover i{
    color: #c4713c;
  }


  .carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    
    }
  .carousel-item > img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
  }
  .c-item{
    height: 550px;

  }
  .c-img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
  }

  .slideA{
    height:90vh !important;           
    border-bottom: 3px solid #f88b55;
  }
  .slideB{
    height:90vh !important;           
    border-bottom : 3px solid #f88b55;
  }
  .slideC{
    height:90vh !important;           
    border-bottom: 3px solid #f88b55;
  }
  .slideD{
    height:90vh !important;           
    border-bottom: 3px solid #f88b55;
  }

  .main-slider-A{
    height:80vh;
    border-bottom: 3px solid #f88b55;
  }
  .main-slider-B{
    height:80vh;
    border-bottom: 3px solid #f88b55;
  }
  .main-slider-C{
    height:80vh;
    border-bottom: 3px solid #f88b55;
  }
  .main-slider-D{
    height:80vh ;
    border-bottom: 3px solid #f88b55;
  }

  .contact-box{
    text-align: center;
    padding: 20px;
    background-color: #0f5298;
    font-size: 15px;
    height: 230px;
    border:0px solid #b0afaf;
    transition: 0.5s ease;
    border-radius: 10px;;
  }
  .contact-box > img{
    display: flex;
    width: 70px; 
  }
  .contact-box > h4{
    color: #fff;
    font-size: 18px;
  }
  .contact-box > a{
    color: #fff;
    font-weight: 500;
  }
  .contact-box:hover{
    transform: translateY(-10px);
    box-shadow: 0px 5px 15px -3px #f88b55;
  }  
  /* .contact-box:hover h4{
    color: #c4713c;
  }
  .contact-box:hover a{
    color: #555555;
  } */

  .img-loader {
    width: 60px;
  }

  /*Hover btn Action OPEN*/
    .the-arrow {
      width: 1px;
      transition: all 0.2s;
    }
    .the-arrow.-left {
      position: absolute;
      top: 60%;
      left: 0;
    }
    .the-arrow.-left > .shaft {
      width: 0;
      background-color: #ffff;
    }
    .the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
      width: 0;
      background-color: #ffff;
    }
    .the-arrow.-left > .shaft:before {
      transform: rotate(0);
    }
    .the-arrow.-left > .shaft:after {
      transform: rotate(0);
    }
    .the-arrow.-right {
      top: 3px;
    }
    .the-arrow.-right > .shaft {
      width: 1px;
      transition-delay: 0.2s;
    }
    .the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
      width: 8px;
      transition-delay: 0.3s;
      transition: all 0.5s;
    }
    .the-arrow.-right > .shaft:before {
      transform: rotate(40deg);
    }
    .the-arrow.-right > .shaft:after {
      transform: rotate(-40deg);
    }
    .the-arrow > .shaft {
      background-color: #ffff;
      display: block;
      height: 1px;
      position: relative;
      transition: all 0.2s;
      transition-delay: 0;
      will-change: transform;
    }
    .the-arrow > .shaft:before, .the-arrow > .shaft:after {
      background-color: #ffff;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: 0;
      right: 0;
      transition: all 0.2s;
      transition-delay: 0;
    }
    .the-arrow > .shaft:before {
      transform-origin: top right;
    }
    .the-arrow > .shaft:after {
      transform-origin: bottom right;
    }
    .animated-arrow {
      display: inline-block;
      color: #f96b24;
      font-size: 1.25em;
      font-style: italic;
      text-decoration: none;
      position: relative;
      transition: all 0.2s;
      padding: 8px 10px;
      font-weight: bold;
      border-radius: 5px;
    }
    .animated-arrow:hover {
      color: #fff;
      
    }
    .animated-arrow:hover > .the-arrow.-left > .shaft {
      width: 64px;
      transition-delay: 0.1s;
      background-color: #808080;
    }
    .animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
      width: 8px;
      transition-delay: 0.1s;
      background-color: #808080;
    }
    .animated-arrow:hover > .the-arrow.-left > .shaft:before {
      transform: rotate(40deg);
    }
    .animated-arrow:hover > .the-arrow.-left > .shaft:after {
      transform: rotate(-40deg);
    }
    .animated-arrow:hover > .main {
      transform: translateX(17px);
      transform: translateX(80px);
    }
    .animated-arrow:hover > .main > .the-arrow.-right > .shaft {
      width: 0;
      transform: translateX(200%);
      transition-delay: 0;
    }
    .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
      width: 0;
      transition-delay: 0;
      transition: all 0.1s;
    }
    .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
      transform: rotate(0);
    }
    .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
      transform: rotate(0);
    }
    .animated-arrow > .main {
      display: flex;
      align-items: center;
      transition: all 0.2s;
    }
    .animated-arrow > .main > .text {
      margin: 0 16px 0 0;
      line-height: 1;
    }
    .animated-arrow > .main > .the-arrow {
      position: relative;
    }
  /*Hover btn Action CLOSE*/
  @media screen and (min-width:780px){
      .dropend:hover > .dropdown-menu{
          position: absolute;
          top: 0;
          left: 100%;
          margin-top: 0.125em;
      }
  }
 
  

/*MEDIA QUERY*/
@media(max-width:3099px){
    .card-project{
        width: 265px !important;
    }
    .slideA{
        height:80vh !important;
    }
    .slideB{
        height:80vh !important;
    }
    .slideC{
        height:80vh !important;
    }
    .slideD{
        height:80vh !important;
    }
    .main-slider-A{
        height:10vh ;
      }
      .main-slider-B{
        height:10vh ;
      }
      .main-slider-C{
        height:10vh ;
      }
      .main-slider-D{
        height:10vh ;
      }
}
@media(max-width:1199px){
    .green-sect-2 .f-content,
    .hr-sect-2 .f-content,
    .source-sect-2 .f-content,
    .const-sect-2 .f-content,
    .sect-2 .f-content{
        padding: 0 !important;
    }
    .fs-50{
        font-size: 35px;
    }
    .sec-4 h2{
        font-size: 25px;
    }
    .sec-4 h4{
        font-size: 18px;
    }
    .sec-4 .b-lblue,
    .sec-4 .b-yellow{
        padding: 25px !important;
    }
    .about-gallery .gallery{
        grid-template-columns: repeat(4, 1fr);
    }
    .card-project{
        width: 220px !important;
    }
    .slideA{
        height:70vh !important;
    }
    .slideB{
        height:70vh !important;
    }
    .slideC{
        height:70vh !important;
    }
    .slideD{
        height:70vh !important;
    }
    .main-slider-A{
        height:10vh ;
      }
      .main-slider-B{
        height:10vh ;
      }
      .main-slider-C{
        height:10vh ;
      }
      .main-slider-D{
        height:10vh ;
      }

}
@media(max-width:991px){
    .hr-sec-5 .rounded-3,
    .green-sect-2 .rounded-4,
    .hr-sect-2  .rounded-4,
    .source-sect-2 .rounded-4,
    .const-sect-2 .rounded-4,
    .sect-2 .rounded-4,
    .sec-5 .image
    {
        height: 300px;
        object-fit: cover;
        object-position: top;
    }
    .copyright{
        font-size: 16px;
    }
    .fs-50{
        font-size: 25px;
    }
    
    .sec-4 h2{
        font-size: 22px;
    }
    .sec-4 h4{
        font-size: 15px;
    }
    .sec-4 h5{
        font-size: 15px;
    }
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
    .slideA{
        height:70vh !important;
    }
    .slideB{
        height:70vh !important;
    }
    .slideC{
        height:70vh !important;
    }
    .slideD{
        height:70vh !important;
    }
    .main-slider-A{
        height:80vh !important;
      }
      .main-slider-B{
        height:80vh !important;
      }
      .main-slider-C{
        height:80vh !important;
      }
      .main-slider-D{
        height:80vh !important;
      }
    .dropdown-menu.megamenu {
        max-height: 50vh;
        overflow-y: scroll;
    }
}
@media all and (min-width: 992px) {
    .navbar .has-megamenu{
        position:static !important;
    }
    .navbar .megamenu{
        left:0;
        right:0;
        width:100%;
        margin-top:0;
    }
    .slideA{
        height:85vh !important;
    }
    .slideB{
        height:85vh !important;
    }
    .slideC{
        height:85vh !important;
    }
    .slideD{
        height:85vh !important;
    }
    .main-slider-A{
        height:80vh !important;
      }
      .main-slider-B{
        height:80vh !important;
      }
      .main-slider-C{
        height:80vh !important;
      }
      .main-slider-D{
        height:80vh !important;
      }
}	
@media(max-width:600px){
    .about-gallery .gallery{
        grid-template-columns: repeat(3, 1fr);
    }
    .slideA{
        height:60vh !important;
    }
    .slideB{
        height:60vh !important;
    }
    .slideC{
        height:60vh !important;
    }
    .slideD{
        height:60vh !important;
    }
    .main-slider-A{
        height:65vh !important;
      }
      .main-slider-B{
        height:65vh !important;
      }
      .main-slider-C{
        height:65vh !important;
      }
      .main-slider-D{
        height:65vh !important;
      }
      .w-75{
          width: 100% !important;
      }
      .border-main{
          border:none;
      }
}