@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  /* background-image: url(../images/bod.JPG);*/
  /* font-family: 'Cormorant Garamond', serif;  */
  /* font-family: 'Jost', sans-serif; */
      font-family: 'Rajdhani', sans-serif;

}
p,span,a,li{
  
      font-family: sans-serif !important;
}
a{
  text-decoration: none;
}
.container21{
  max-width: 95%;
  margin: auto;
}
.navb{
  padding: 12px 0;
  transition: all .3s;
}
.navb-new{
  background-color: #ab8f5f;
}
.list-flx{
  bottom: 1rem;
  left: 3rem;
}
.div1,.div2,.div3{
  height: 100vh;
}
.div1{
}
.div3{
  background-color: pink;
}
.square{
  margin-left: -200px;
}
.square img{
  width: 500px !important;
}
.w-17 {
    width: 28%;
}
.square2 h1{
      font-size: 49px;
    font-weight: 300;
    letter-spacing: 0.55px;
    color: #000;
}
.rig-toggle{
  cursor: pointer;
}

.navb-menu {
    left: -100%;
    height: 100vh;
    width: 100%;
    background-color: #ffffff47;
    transition: all .5s;
    backdrop-filter: blur(4px);
}
.year-exps span{
  font-family: sans-serif;
  font-size: 15px;
  letter-spacing: 0.55px;
  color: gray;
  font-weight: 700;
}
.year-exps p{
  font-size: 14px;
  color: #000;
  letter-spacing: 0.55px;
  font-family: sans-serif;
}
.rig-toggle img {
    width: 41%;
}
.navb-menu-new{
  left: 0% !important;
}
.inner-ul{
  margin-left: -100%;
  transition: all .5s;
}
.inner-ul-new{
  margin-left: 0 !important;
}
.ul{
  top: 50%;
  left: 10%;
  transform: translate(-0%,-50%);
}
.ul li{
  list-style-type: none;
  margin-bottom: 1.5rem;
}
.ul li a{
  color: #000;
  letter-spacing: 0.55px;
  font-size: 30px;
  text-decoration: none;
}
.close {
    top: 2rem;
    right: 2rem;
    cursor: pointer;
}


/* banner start--------------------------------------------------- */
.inner-banner img{
  height: 100vh;
}
.peaople-img{
  right: 23%;
  animation: animate 5s infinite;
}
@keyframes animate{
  0%{
    right: 23%;
  }
  50%{
    right: 24%;
  }
  100%{
    right: 23%;
  }
}
.peaople-img img{
  width: 90%;
}






.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  display: initial;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.swiper-slide img{
  height: 100vh;
}

/* .swiper-slide:nth-child(1n) {
  background-color: rgb(206, 17, 17);
}

.swiper-slide:nth-child(2n) {
  background-color: rgb(0, 140, 255);
}

.swiper-slide:nth-child(3n) {
  background-color: rgb(10, 184, 111);
} */

.left-banner-dt h1 {
    font-size: 63px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 2rem;
}
.left-banner-dt h1 span {
    font-size: 68px;
    color: #010080;
    -webkit-text-stroke: 1px #010080;
    text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 900;
}
.left-banner-dt span{
  font-size: 19px;
    letter-spacing: 0.5px;
    color: #000;
}

.explore-b a{
  color: #ad6a01;
  padding: 15px 22px;
  border: 1px solid #ad6a01;
  font-size: 18px;
  letter-spacing: 0.55px;
  position: relative;
  transition: all .5s;
  z-index:1;
}
.explore-b a::after{
  position: absolute;
  content: "";
  background-color: #ad6a01;
  background-size: contain;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s;
}
.explore-b a::before{
  position: absolute;
  content: "";
  background-color: #ad6a01;
  background-size: contain;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all .3s;
}
.explore-b a:hover::after{
  width: 50%;
}

.explore-b a:hover::before{
  width: 50%;
}
.explore-b a:hover{
  color: #fff !important;
}
.it a{
    color: #000;
    font-size: 18px;
}

.text {
  z-index: 999999999;
  background-color: #ffffff99;
  padding: 15px;
}

.banner-dt-list span{
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #393939;
  font-weight: 700;
}
.banner-dt-list p{
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 1rem;
}
.rig-md-img img {
  height: 567px;
  object-fit: cover;
}
.left-abt-text h4{
  font-size: 40px;
  letter-spacing: 0.55px;
  /* font-weight: 600; */
  margin-bottom: 2rem;
}
.left-abt-text p{
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 28px;
  color: gray;
}
.left-abt-text,.mid-abt-img{
  position: relative;
}
.left-abt-text::after {
  position: absolute;
  content: "";
  background-color: #ad6a01;
  background-size: contain;
  height: 1px;
  width: 50%;
  top: -10%;
  left: -19%;
}
.mid-abt-img::after {
  position: absolute;
  content: "";
  border: 2px solid #0000005e;
  background-size: contain;
  height: 90%;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
}
/* banner end-------------------------------------------- */



.overlay-lfsc{
  left: 10%;
  bottom: 10%;
}
.overlay-lfsc h1{
  font-size: 50px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
}
.overlay-lfsc span {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000;
}


.overlay-lfsc1{
  left: 10%;
  bottom: 10%;
  z-index: 9;
}
.overlay-lfsc1 h1{
  font-size: 25px;
  letter-spacing: 0.55px;
  font-weight: 700;
  color: #000;
}
.left-sc-img{
  height: 50%;
}
.xxxc,.xxxc1{
  position: relative;
}
.xxxc::after {
  position: absolute;
  content: "";
  background-color: #ffe1e1;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.xxxc1::after {
  position: absolute;
  content: "";
  background-color: #ffbb8f;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner::after {
    position: absolute;
    content: "";
    background-image: url(../images/ssd.png);
    background-size: contain;
    top: 0%;
    left: 0;
    height: 612px;
    width: 612px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 1;
}
.getintouch{
  position: relative;
}
.getintouch::after {
    position: absolute;
    content: "";
    background-image: url(../images/ssd.png);
    background-size: contain;
    top: 0%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 1;
    transform: rotate(360deg);
}












    .bannersw {
      width: 100%;
      height: 100%;
    }

    .bannersw .swiper-slide {
      background-position: center;
      background-size: cover;
      
      
    }

    .bannersw .swiper-slide .banner11 img,.bannersw .swiper-slide .banner22 img {
      display: block;
      width: 100%;
    }
    .bannersw .swiper-slide .banner11,.bannersw .swiper-slide .banner22 {
      margin-right: -200%;
      transition: all 5s;
      opacity: 0;
    }

    .swiper-slide-active .banner11,.swiper-slide-active .banner22{
        margin-right: 0% !important;
        opacity: 1 !important;
    }
    .banner11{
      position: relative;
    }
.banner11::after {
    position: fixed;
    content: "";
    /* background-image: url(../images/slider-h1-shape-4.png); */
    background-size: contain;
    height: 511px;
    width: 275px;
    background-color: #010080;
    clip-path: polygon(65% 5%, 100% 0%, 35% 95%, 0% 100%);
    top: -43px;
    left: -50px;
    background-repeat: no-repeat;
    z-index: 9999;
    transform: rotate(369deg);
    opacity: 0;
    transition: all 3s;
}
.swiper-slide-active .start::after {
    top: -43px !important;
    left: 142px !important;
    opacity: 1 !important;
}
.banner11::before {
    position: fixed;
    content: "";
    /* background-image: url(../images/slider-h1-shape-5.png); */
    background-color: #010080;
    clip-path: polygon(65% 5%, 100% 0%, 35% 95%, 0% 100%);
    background-size: cover;
    height: 240px;
    width: 196px;
    top: -14px;
    left: -100px;
    background-repeat: no-repeat;
    z-index: 9999;
    transform: rotate(360deg);
    opacity: 0;
    transition: all 3s;
}
.swiper-slide-active .finsihed::before {
    top: -14px !important;
    left: 143px !important;
    opacity: 1 !important;
}



.banner22::after {
    position: fixed;
    content: "";
    background-color: #010080;
    background-size: contain;
    height: 230px;
    width: 230px;
    top: 0px;
    left: -50px;
    background-repeat: no-repeat;
    z-index: 9999;
    transform: rotate(360deg);
    opacity: 0;
    transition: all 5s;
    clip-path: polygon(35% 0, 92% 0, 0 100%, 0 35%);
}
.swiper-slide-active .banner22::after {
    top: 0 !important;
    left: 170px !important;
    opacity: 1 !important;
}



    .banner22 img{
      width: 89% !important;
      float: right;
    }
    #imm,.navb{
      transition: all 1s;
    }
    .newimm{
      width: 37% !important;
    }


    .expl ul li{
      list-style-type: none;
      margin-bottom: 7px;
      color: #dfdfdf;
    }
   .expl ul li a {
        color: #dfdfdf;
        font-size: 15px;
        letter-spacing: 1.55px;
    }
  .footer {
      background-color: #000000db;
  }


    .copy p a{
      color: #ad6a01;
    }
    .overlay-lfsc11,.overlay-lfsc1 {
        z-index: 999;
        background-color: #ffffff7d;
        padding: 2rem;
        backdrop-filter: blur(5px);
    }




    .overlay-img {
        bottom: -50%;
        left: -50%;
        z-index: 9;
    }
    .w-60{
      width: 65%;
    }
    .get-hd h1 {
        font-size: 54px;
        line-height: 60px;
        color: #232323;
        letter-spacing: 0.55px;
    }
    .phone h1{
        font-size: 45px;
        letter-spacing: 0.55px;
        font-weight: 400;
        color: #ad6a01;
    }
    .phone {
        position: relative;
        padding-left: 14%;
    }
    .phone::before {
          position: absolute;
          content: "";
          background-color: #ad6a01;
          background-size: contain;
          height: 1px;
          width: 25%;
          top: 47%;
          left: -13%;
      }
      .left-get-dt{
        padding-top: 8rem;
      }
      .explore-b21{
        padding-left: 14%;
      }


      .getintouch{
        position: relative;
      }
      .getintouch::before{
        position: absolute;
        content: "";
        background: linear-gradient(180deg,transparent 15%,#f7f7f7 0);
        background-size: contain;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -2;
      }
      .footer{
        position: relative;
      }
      .footer::before {
        position: absolute;
        content: "";
        background-image: url(../images/hsplback.png);
        background-size: cover;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: center;
    }

    .getintouch{
      height: 85vh;
    }






    /* new banner start */
.left-banner-dt {
    padding: 3rem;
    background-color: #ffffffc7;
    opacity: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
    /*.bannersw21{*/
    /*    width: 50%;*/
    /*    top: 50%;*/
    /*    left: 28%;*/
    /*    transform: translate(-50%,-50%);*/
    /*    z-index: 9;*/
    /*}*/
    .bannersw21 {
        width: 50%;
        top: 56%;
        left: 28%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }
    .swiper-slide-active .left-banner-dt{
      opacity: 1 !important;
    }
    .swiper-slide img {
        height: 120vh;
    }
    .bannersw .swiper-slide img {
        height: 100vh;
        object-fit: cover;
        width: 100%;
    }
    .left-banner-dt h1{
      position: relative;
      opacity: 0;
      transform: translatey(-175px);
      transition: all 5s;
    }
    .swiper-slide-active .left-banner-dt h1{
      opacity: 1;
      transform: translatey(0);
    }
    .left-banner-dt .bn-dts{
      position: relative;
      transform: translatey(175px);
      transition: all 5s;
    }
    .swiper-slide-active .left-banner-dt .bn-dts{
      transform: translatey(0);
    }
.left-banner-dt h1 {
    font-size: 52px;
    font-weight: 400;
    line-height: 61px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 4rem;
}
.left-banner-dt span {
    font-size: 16px;
    letter-spacing: 1px;
    color: #808080ed;
    font-weight: 300;
    line-height: 16px;
}
.navb {
    background-color: #e9e7e7;
}
.bn-dts{
  position: relative;
}
.bn-dts::after {
    position: absolute;
    content: "";
    background-color: #ad6a016e;
    background-size: contain;
    height: 1px;
    width: 59%;
    left: -36%;
    top: -16%;
}


.swiper-pagination-bullet {
    cursor: pointer;
    height: 5px;
    width: 5px;
    margin: 0 12px !important;
    position: relative;
    opacity: 1;
}
.swiper-pagination-bullet::before{
  position: absolute;
  content: "";
  border: 1px solid black;
  background-size: contain;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .3s;
}
.swiper-pagination-bullet:hover::before{
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    /* background: var(--swiper-pagination-color,var(--swiper-theme-color)); */
    background-color: black;
}
.swiper-pagination-bullet-active::before{
  opacity: 1 !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 56px;
    left: 0;
    width: 100%;
}
    /* new banner end */


.side_panel-toggle-inner {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 0;
    position: relative;
    color: inherit;
    line-height: 9px;
}
.side_panel-toggle-inner span {
    background: transparent;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: currentColor;
    transition: all 0.3s ease-out;
    color: inherit;
    vertical-align: top;
    position: absolute;
    left: 0;
    border: 1px solid #ad6a01;
}
.side_panel-toggle-inner span:nth-child(2) {
    left: 9px;
}
.side_panel-toggle-inner span:nth-child(3) {
    left: 18px;
}
.side_panel-toggle-inner span:nth-child(4) {
    top: 9px;
}
.side_panel-toggle-inner span:nth-child(5) {
    top: 9px;
    left: 9px;
}
.side_panel-toggle-inner span:nth-child(6) {
    top: 9px;
    left: 18px;
}
.side_panel-toggle-inner span:nth-child(7) {
    top: 18px;
}
.side_panel-toggle-inner span:nth-child(8) {
    top: 18px;
    left: 9px;
}
.side_panel-toggle-inner span:nth-child(9) {
    top: 18px;
    left: 18px;
}


.coof:hover span:nth-child(1) {
    left: 18px;
}
.coof:hover span:nth-child(3) {
    left: 0px;
}
.coof:hover span:nth-child(7) {
    left: 18px;
}
.coof:hover span:nth-child(9) {
    left: 0px;
}


.mn-ft-dt p{
  font-size: 14px;
  letter-spacing: 1.55px;
}
.copy p{
  font-size: 15px;
  letter-spacing: 1.55px;
}








/* 11-09-2023-------------------------------------------------------------- */




.header-dt{
  transform: translate(-50%,-50%);
}
.header {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00000024;
    background-blend-mode: color-burn;
}
.about-page-hd h1{
  font-size: 40px;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 48px;
}
.left-aboutdetails p{
  font-size: 16px;
  letter-spacing: 0.55px;
  color: gray;
  line-height: 28px;
}
.about-page-hd{
  position: relative;
}
.about-page-hd::after{
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 1px;
  width: 30%;
  left: -12%;
  bottom: -20%;
}
.brand-nm{
  position: absolute;
  background-image: url(../images/ab-bg.jpg);
  height: 300px;
  width: 300px;
}




/* service inner page css
section {
  padding: 60px 0;
  min-height: 100vh;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.site-heading h2 span {
color: gray;
}

.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
text-transform: capitalize;
z-index: 1;
}

.site-heading h4::before {
background: #0100806b;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 100px;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
margin: -15px -15px 0;
padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
background: #ffffff none repeat scroll 0 0;
border: 2px solid;
height: 15px;
margin: 0 5px;
width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
background: #00a01d none repeat scroll 0 0;
border-color: #00a01d;
}

.we-offer-area .item {
background: #ffffff none repeat scroll 0 0;
border-left: 2px solid #00a01d;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
overflow: hidden;
padding: 30px;
position: relative;
z-index: 1;
}

.we-offer-area.text-center .item {
background: #ffffff none repeat scroll 0 0;
border: medium none;
padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
background:#0100806b ;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
font-size: 40px;
height: 80px;
line-height: 80px;
position: relative;
text-align: center;
width: 80px;
z-index: 1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
border: 2px solid black;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 90px;
left: -5px;
position: absolute;
top: -5px;
width: 90px;
z-index: -1;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
font-family: "Poppins",sans-serif;
font-size: 50px;
font-weight: 900;
opacity: 0.1;
position: absolute;
right: 30px;
top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
background:orange;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
color: #ffffff;
}

.we-offer-area .item i {
color: grey;
display: inline-block;
font-size: 60px;
margin-bottom: 20px;
}

.we-offer-area .item h4 {
font-weight: 600;
text-transform: capitalize;
}

.we-offer-area .item p {
margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
background: linear-gradient(360deg, #5c646e, transparent);
content: "";
height: 100%;
left: -100%;
position: absolute;
top: 0;
transition: all 0.35s ease-in-out;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
-o-transition: all 0.35s ease-in-out;
width: 100%;
z-index: -1;
}

.we-offer-area .item:hover::after {
left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
background-color: #ffffff !important;
color: #0100806b !important;
}

.we-offer-area.text-left .item i {
background: #0100806b;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
display: inline-block;
font-size: 60px;
height: 100px;
line-height: 100px;
margin-bottom: 30px;
position: relative;
width: 100px;
z-index: 1;
text-align: center;
}

.we-offer-area.text-left .item i::after {
border: 2px solid black;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
content: "";
height: 120px;
left: -10px;
position: absolute;
top: -10px;
width: 120px;
} */


.get-hd h1{
  position: relative;
}
.get-hd h1::after{
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 1px;
  width: 17%;
  left:17px;
  bottom: 5%;
}
.inner-abt-i2{
  /* background-image: url(../images/is.jpg); */
  padding-bottom: 6%;
}


/* gallery */
.section-padding {
    padding-top: 4%;
    padding-bottom: 4%;
}

.gallery-section {
  position: relative;
  z-index: 1;
}

.title {
  font-size: 46px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #000;
  position: relative;
} 
.title::after{
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 1px;
  width: 17%;
   left:38%; 
  bottom: 5%;
}

.filter {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

.btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #0100806b;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.btn:hover,.btn-active {
  background:#000;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.gallery {
    display: flex;
    justify-content: center;
    width: 100%;
    /* max-width: 1320px; */
    flex-wrap: wrap;
    /* margin: 25px auto; */
    /* gap: 14px; */
}
.gallery a {
  display: flex;
}
.gallery img {
  width: 389px;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 0px;
  position: relative;
}
.rans {
    overflow: hidden;
    border-radius: 15px;
}
.gallery-image p {
    margin: 0px;
    padding: 10px;
    font-size: 19px;
    color: #000000;
}

.gallery img:hover {
  transform: scale(1.1); 
  cursor: pointer; 

}
/* .gallery img:hover::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(145 64 64 / 70%);
  content: '';
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 99999;
} */


.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.closeBtn {
  position: absolute;
  /* font-size: 22px; */
  /* font-weight: 500; */
  right: 25px;
  top: 25px;
  /* color: white; */
  transition: 0.5s linear;
  padding: 0px 0px;
  /* border-radius: 25px; */
  /* background:#1e1e616b; */
  /* outline-offset: -6px; */
  /* outline: 2px solid #fff; */
   text-align: right; 


}
.closeBtn:hover {
  cursor: pointer;
  /* background: white; */
  /* color:white; */
  /* outline: 2px solid #000; */
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}
.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}
.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;

}

.closeBtn img{
width: 4%;
}
.prevButton:hover,
.nextButton:hover {
   background: #fff; 
  color: black;
}
.nextButton img{
  width: 6%;
}

/* resposive CSS Code */

@media (max-width: 1199px) {
  .section-padding {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 36px;
  }
  .gallery img {
    margin: 8px 8px;
    width: 175px;
  }
  .closeBtn {
    padding: 6px 25px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 8px 25px;
  }
}

@media (max-width: 540px) {
  .section-padding {
    padding-top: 30px;
  }
  
  .gallery img {
    margin: 8px 6px;
    width: 155px;
  }

  .closeBtn {
    font-size: 18px;
    border-radius: 15px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 10px;
    margin: 5px;
  }

  .imgPreview {
    width: 90%;
    max-height: 50vh;
    height: auto;
  }
  
}

/* contact us */
.fb img {
    width: 24px;
}
.fb img{
    transition:all .3s;
}
.fb img:hover{
    transform:scale(1.2);
}
/* .tw img{
  width: 23%;
}
.goog img{
  width: 23%;
}
.ln img{
  width: 23%;
}
.ins img{
  width: 23%;
} */
.social-hd{
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    color: #fff;
  }

  .social-img{
    padding-left: 10%;
  }

    .social-hd::after {
  position: absolute;
  content: "";
  background-color: gray;
  background-size: contain;
  height: 1px;
  width: 100%;
   left:38%; 
  bottom: 5%;
}
.con-dt ul li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  color: #fff;
}
.lig {
  position: relative;
  padding-left: 2rem;
}
.lig::before {
  position: absolute;
  content: "";
  border: 1px solid white;
  background-size: contain;
  height: 22px;
  width: 22px;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}
.lig::after {
  position: absolute;
  content: "";
  background-color: #dddddd;
  background-size: contain;
  height: 12px;
  width: 12px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}

.con{
  background-color: #000;
  
}
.form-hd h1{
  color: #000;
}
.frs input,.frs input:focus{
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid lightgray;
  width: 100%;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  height: 40px;
}
.frs select,.frs select:focus {
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid lightgray;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  height: 40px;
}
.frs textarea,.frs textarea:focus{
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid lightgray;
  width: 100%;
  height: 80px;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}
.frs label {
  display: inline-block;
  color: #000;
  margin-bottom: 0rem;
  font-weight: 700;
}
.inner-contact{
  position: relative;
}
.nbt {
    position: absolute;
    top: 50%;
    left: 22%;
    background-color: #000000;
    transform: translate(-50%, -50%);
    padding: 2rem;
    border-radius: 5px;
}
.tmg {
  box-shadow: black 0px 0px 9px -3px;
  padding: 1.5rem 1.5rem 1.5rem 9rem;
  background-color: #ffffff;
  border-radius: 5px;
}
.main-con{
  justify-content: right;
}
/* contact end------------------------------------------ */
/* login start------------------------------------------ */
/*  */
.act::after{
transform: translateX(100%);
}
.frs-ic{
  position: relative;
}
.frs-ic img{
  width: 15px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%,-50%);
}
.btt a{
    color: #010080;
    padding: 15px 22px;
    border: 1px solid #010080;
    font-size: 18px;
    letter-spacing: 0.55px;
    position: relative;
    transition: all .5s;
    z-index: 1;
    
}
.btt a ::after{
  position: absolute;
    content: "";
    background-color: #010080;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    right: 0;
    z-index: -1;
}
.btn a::before{
    position: absolute;
    content: "";
    background-color: #010080;
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
  }

    .btn a:hover::after{
      width: 50%;
    }
    
    .btn a:hover::before{
      width: 50%;
    }
    .btn a:hover{
      color: #fff;
    }
    



  


























/* gallery detailes page */
.img9 img{
  width: 100%;

}
.img9{
  position: relative;
}
.nay{
  right: -1%;
    position: absolute;
    top: -5%;
    height: 47px;
    width: 56px;
    background-color: #000;
    border-radius: 50%;
    border: 5px solid white;
}
.nay p{
  font-size: 25px;
  color: white;
  text-align: center;
}
.nay span{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.img9::after {
  position: absolute;
  content: "";
  background-color: #0006;
  background-size: contain;
  height: 85%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s;
}
.img9:hover::after{
 transform: scale(1);
}
.nay{
  transition: all .3s;
}
.img9:hover .nay {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: none;
}
.p{
  display: none;
}
.img9:hover .p {
  display: block;
}
.p{
  display: none;
}
.img9:hover .nn{
  display: none;
}
.header-dt h1{
    color: #ad6a01 !important;
    font-size: 60px;
}

.tab-l2 a{
    padding:10px 20px;
    color:#000;
    border:1px solid #000;
    border-radius:10px;
    
}
.tab-l2 .active{
    padding:10px 20px;
    color:#fff;
    border:1px solid #ad6a01;
    border-radius:10px;
    background-color:#ad6a01;
}

.view-image {
    z-index: 99999999999999 !important;
}

.fb{
    display: flex;
    gap: 11px;
}

.inner-about2 .about-page-hd::after{
    background-color: #80808000;
} 
.inner-about2 .about-page-hd p{
    font-size: 23px;
    width: 85%;
    margin: auto;
}
.aboutpag2 .inner-about2 .about-page-hd p {
    font-size: 23px;
    width: 85%;
    margin: auto;
}

.aboutpag2{
    background-image:url(../images/story.jpg);
    background-attachment:fixed;
}
.aboutpag2 {
    position:relative;
    background-image: url(../images/story.jpg);
    padding: 12rem 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index:1;
}
.aboutpag2::after {
    position: absolute;
    content: "";
    background-color: #0000008c;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}


.prjli{
        text-align: center;
    margin-bottom: 1rem;
}
.prjli img{
    width: 60px;
    margin: auto;
    /*filter: brightness(0);*/
    /*opacity: 0.7;*/
}
.prjdt p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: gray;
    line-height: 28px;
}
.teamlist {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.teamlist::after {
    position: absolute;
    content: "";
    background: linear-gradient(to top, white, transparent);
    height: 30%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.teamdata {
    position: absolute;
    bottom: 0%;
    left: 5%;
    z-index: 999;
}
.teamdata h5{
    font-size: 23px;
    color: #000000;
    margin-bottom: 2px;
}

.act {
    color: #ad6a01 !important;
}

.inner-success {
    width: 300px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 1rem;
}
#success {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInner {
    text-align: center;
}
.quick_sucInnerBtn {
    background-color: #31a300;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 30px;
    font-family: auto !important;
}
.quick_sucInner h3 {
    font-family: auto !important;
}