
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
  font-family: "Nunito", sans-serif;
}

 h1,h2,h3{
  font-family: "Montserrat", sans-serif;
}
.act {
  color: #fea633 !important;
}

   a{
       text-decoration:none;
   }         



/* banner */
.b1 {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
/*.bannerslider .swiper-slide{*/
/*  position: relative;*/
/* }*/
/*.bannerslider .swiper-slide::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-color:#00000045;*/
/*  background-size: contain;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*}*/
.q1 {
  top: 55%;
  left: 10%;
  transform: translateY(-50%);
  width: 40%;
}
.ban-dt ul{
padding: 0;
}
.ban-dt ul li {
list-style-type: none;
padding: 10px 0;
font-size: 19px;
letter-spacing: 0.55px;
color: #000000;
transition: all 1s;
}
.ban-dt ul li:nth-child(1){
transform: translateX(-100%);
opacity: 0;
transition-delay: 1s;
}
.ban-dt ul li:nth-child(2){
transform: translateX(-100%);
opacity: 0;
transition-delay: 1.3s;
}
.ban-dt ul li:nth-child(3){
transform: translateX(-100%);
opacity: 0;
transition-delay: 1.6s;
}
.ban-dt ul li:nth-child(4){
transform: translateX(-100%);
opacity: 0;
transition-delay: 1.9s;
}
.swiper-slide-active .ban-dt ul li{
transform: translateX(0);
opacity: 1;
}
.ban-hd h2 {
  font-size: 28px;
  letter-spacing: 1px;
  color: #fff;
  transform: translateX(100%);
  transition: all 1s;
  opacity: 0;
  transition-delay: 1s;
  line-height: 46px;
  margin-bottom: 1rem !important;
}
.swiper-slide-active .ban-hd h2{
transform: translateX(0);
opacity: 1;
}
.afx{
margin-top: 5rem;
}

.q1 {
  top: 55%;
  left: 10%;
  transform: translateY(-50%);
  width: 40%;
  z-index: 9999;
}
.bannerslider .swiper-button-next::after,.bannerslider .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
}
.bannerslider .swiper-button-next::before,.bannerslider .swiper-button-prev::before{
  position: absolute;
  content: "";
  border: 1px solid rgb(0, 0, 0);
  background-size: contain;
  height: 38px;
  width: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: #00000082;
  z-index: -1;
}
.bannerslider .swiper-button-next,.bannerslider .swiper-button-prev {
  position: absolute;
  top: 87%;
  /*left: 13%;*/
}
.bannerslider .swiper-button-next{
  right: 46%;
}
.bannerslider .swiper-button-prev {
    left: 46%;
}
.appointment_bt a {
  top: 0;
  right: 0;
  padding: 20px 11px;
  background-color: #029050;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.55px;
}
.appointment_bt {
  position: fixed;
  top: 50%;
  right: 0.6%;
  transform: translateY(-50%);
  z-index: 99999999;
  writing-mode: tb;
}


/* social media */
.social_nav li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.social_nav li:nth-child(1) a {
  background: #4267b2;
  padding: 11px 12px;
}

.social_nav li:nth-child(2) a {
  background: #1da1f2;
  padding: 11px 12px;
}

.social_nav li:nth-child(3) a {
  background: #e1306c;
  padding: 11px 12px;
}

.social_nav li:nth-child(4) a {
  background: #2867b2;
  padding: 11px 12px;
}

.social_nav li:nth-child(5) a {
  background: #ff0000;
  padding: 11px 12px;
}


.social_nav li img{
  width:12px;
}


.social_nav li a span {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}


.social_nav a:hover {
  z-index: 1;
  width: 100%;
}
.social_nav ul li a {
  transition: all .3s;
  width: 35px;
  overflow: hidden;
}

/* .social_nav ul li a:hover span {
  padding-left: 10%;
} */
.social_nav {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 99999;
  transition: all .3s;
}
.social_nav li{
  list-style: none;
}

.pag {
  margin: 3rem 0 1rem;
}

/* impresive start */
.imp {
  position: relative;
  margin-top: 5%;
  padding: 5rem 0 11rem;
}

.imp::after {
  position: absolute;
  content: "";
  background-image: url(../images/51.jpg);
  background-size: cover;
  height: 76%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -3;
  background-repeat: no-repeat;
  opacity: 0.7;
  background-position: top center;
  background-attachment: fixed;
}
.imp::before{
  position: absolute;
  content: "";
  background-color:#000000bf;
  background-size: cover;
  height: 76%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background-repeat: no-repeat;
}
.imp-hd h2{
  color: #fff;
    letter-spacing: 0.55px;
    font-size: 29px;
    text-align: center;
}
.imp-hd{
  text-align: center;
  padding: 2rem 0;
  transition: all .3s;
}
.imp-hd:hover{
  box-shadow: #ea911f 0px 0px 17px -4px;
  cursor: pointer;
}
.imp-hd:hover .imkkk{
    opacity:0;
}
.imkkk{
     box-shadow: #ea911f 0px 0px 17px -4px;
}
.imp-hd p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
}
.actv{
  color:#f9aa06;
}
.elementor-shape {
  transform: rotate(180deg);
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0px;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: 100px;
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

/* news */
.pl-list img {
  width: 100%;
  height: 321px;
  object-fit:cover;
}
.news{
margin-top: 5%;
}
.ws{
  margin-top: -2%;
}
.pp{
  padding-left: 15px;
  position: relative;
}
.pp::after{
  position: absolute;
  content: "";
  background-color:#6f1e58;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  z-index: 9;
}
.yr {
  padding: 3rem 2rem 2rem;
  border: 1px solid #00000005;
  background-color: #fff;
  position: relative;
  box-shadow: #000000bd 1px 1px 7px 0px;
  height: 321px;
}
.yr:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.yr:hover{
  cursor: pointer;
}
.cont h3 {
  font-size: 18px;
  letter-spacing: 0.55px;
  color: #000;
  line-height: 25px;
  margin-bottom: 13%;
}
.pp {
  padding-left: 15px;
  position: relative;
  margin-left: 5%;
  font-size: 15px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.yr::before {
  content: "";
  position: absolute;
  top: 18px;
  margin: 0 auto;
  z-index: 1;
  width: 23px;
  height: 23px;
  background: linear-gradient(-46deg, rgb(255 255 255) 50%, transparent 0);
  rotate: 135deg;
  transform: translate(-50%, -50%);
  box-shadow: black 2px 2px 5px -4px;
  left: -7%;
}
.yr::after {
  position: absolute;
  content: " ";
  bottom: -69px;
  right: 12px;
  height: 100px;
  width: 20px;
  background-image: url(../images/arrow_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* opacity: 0.10; */
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(0);
  transition: all .3s;
}
.serslde .swiper-wrapper {
    padding-bottom: 4rem;
    padding-top: 1rem;
}
.serslde .swiper-pagination-bullet-active {
  opacity: 9;
  background:#fea633;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ffff;
  opacity: 9;
}
.raju img {
  width: 100%;
  /* filter: drop-shadow(2px 2px 32px blue); */
  /* filter: drop-shadow(2px 2px 2px grey); */
}

.raju {
    width: 9%;
    /* transition: all .7s;
    position: relative; */
}
.bean {
  box-shadow: black 0px 0px 14px -9px;
  padding: 2rem 1rem 0rem 1rem;
  background: linear-gradient(235deg, rgb(255 230 52 / 90%) 6%, rgb(251 155 13 / 95%) 100%);
    height: 321px;
}
.eapa{
    padding-top:4%;
}

.tx p {
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 22px;
  color: #000000d1;
  /* word-break: break-all; */
}
.tx span{
  color: brown;
    font-size: 12px;
    letter-spacing: 0.55px;
    line-height: 30px;
}
  .serslde .swiper-slide {
    height: 100%;
  }
  .hbn {
    padding-left: 15px;
    position: relative;
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 16px;
    line-height: 23px;
}
.abac span{
    color: #fff;
    letter-spacing: 0.55px;
    font-weight: 700;
}
    .hbn::after{
      position: absolute;
      content: "";
      background-color:#fff;
      height: 100%;
      width: 1px;
      top: 0;
      left: 0;
      z-index: 9;
    }
    .serslde .swiper-horizontal>.swiper-pagination-bullets, .serslde .swiper-pagination-bullets.swiper-pagination-horizontal, .serslde .swiper-pagination-custom, .serslde .swiper-pagination-fraction {
      bottom: 90px;
      left: 20%;
      width: fit-content;
  }
  .al a {
    padding: 8px 12px;
    color: #000;
    /* background-color: #fff; */
    border: 1px solid #7c0907;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 400;
    position: relative;
    transition: all .3s;
  }
  .al a:hover{
    background-color:transparent;
    color: #fff;
    background-color:#000 ;
    border: 1px solid #000;
  }



  /* 3redd */
  .mata{
    position: relative;
    transition: all .3s;
  }
  .mata:hover .taa1 img{
    transform: translate(-50%, -50%) rotate(-45deg);
    
  }
  .mata:hover {
    box-shadow: #000 2px 4px 30px -10px;
    cursor: pointer;
  }
  .taa1 img{
    transition: all .3s;
  }
  .ta{
    position: relative;
  }
  .ta::after{
  position: absolute;
  content: "";
  background-color:rgb(7 30 79 / 65%);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* z-index: -2; */
  background-repeat: no-repeat;
}
.ta1::after{
  position: absolute;
  content: "";
  background: linear-gradient(235deg, #993313ba 6%, rgb(251 155 13 / 95%) 100%);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* z-index: -2; */
  background-repeat: no-repeat;
}
.ta2::after{
  position: absolute;
  content: "";
  background-color:#910707b3;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* z-index: -2; */
  background-repeat: no-repeat;
}


  .ta img{
    width: 100%;
  }
  .taa {
    position: absolute;
    top: 11%;
    left: 11%;
}
  .taa img{
    width: 41px !important;
  }
  .abac {
    position: absolute;
    top: 34%;
    left: 14%;
}
.taa1{
  position: absolute;
    bottom: 7%;
    right: 22px;
}



/* about us startr */
.proslide {
  width: 100%;
  height: 100%;
}

.proslide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.proslide  .swiper-slide .project-li{
  transition:all 1s;
  transform: scale(0.8);
}

.proslide .swiper-slide .swiper-slide-prev{
  left: 50%;
  transform: translateY(-50%) translateX(-110%) scale(1.2);
  opacity: 1;
  z-index: 1;
}
.proslide .swiper-slide .swiper-slide-next{
  left: 50%;
  transform: translateY(-50%) translateX(10%) scale(1.2);
  opacity: 1;
  z-index: 1;
}
.proslide .swiper-wrapper{
  padding: 2rem 0;
  /* padding-left: 3rem; */
}
.proslide .swiper-slide-active .project-li {
  top: 55%;
  left: 50%;
  transform: translateY(0%) translateX(-50%) scale(1.2);
  z-index: 5;
}
.project-li img {
    width: 100%;
    border: 3px solid #bc7f0be0;
    border-radius: 50% 50%;
    height: 172px;
    object-fit: cover;
}

.www{
  align-items: center;
  justify-content: space-between;
}
.pr-txt {
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: 10px;
  /* background-color: #0b4a7c; */
  /* border-radius: 0 0 10px 10px; */
  color: #000;
  opacity: 0;
  transition: all .3s;
}
.pt-txt h4{
  font-size:16px !important;
  margin-bottom: 2px;
}
.pt-txt p{
  font-size: 14px;
}
.proslide  .swiper-slide-active .pr-txt{
  opacity: 1;
  font-size: 12px;
  color:#854c00;
  margin-top: 2%;
}
.proslide .swiper-slide-active .pr-txt h4 {
  font-size: 17px !important;
  color: #000;
  margin-top: 3%;
  padding-bottom: 5%;
}
.proslide.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  display: inline-block;
  border-radius: 58%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.proslide .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #8a8c90;
}
.proslide .swiper-button-next, .proslide .swiper-button-prev {
  position: absolute;
  width: calc(var(--swiper-navigation-size) / 44* 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  /* transform: translate(-50%, -50%); */
    top: 70%;
    /* left: 50%; */
}
.proslide .swiper-button-next:after,.proslide .swiper-button-prev:after {
  /* font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  font-size: 16px; */
  position: absolute;
    content: url(../images/right.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.proslide .swiper-button-prev:after{
  transform: translate(-50%, -50%) rotateY(180deg);  
}
.proslide .swiper-button-prev {
  left: 42%;
  right: auto;
  animation: move1 infinite 2s;
}
@keyframes move1{
  0%{
    left: 42%;
  }
  50%{
    left: 37%;
  }
  100%{
    left: 42%;
  }
}
.proslide .swiper-button-next{
    right: 42%;
    left: auto;
    animation: move2 infinite 2s;
} 
@keyframes move2{
  0%{
    right: 42%;
  }
  50%{
    right: 37%;
  }
  100%{
    right: 42%;
  }
}
.proslide .swiper-button-next:before, .proslide .swiper-button-prev:before {
    position: absolute;
    content: "";
    background-size: contain;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    z-index: -1;
    /* background-color: #212529cf; */
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.proslide .swiper-wrapper {
  padding: 2rem 0 5rem ;
}
.sect span{
  font-size: 19px;
    letter-spacing: 1px;
    color: #ffb306;
    font-style: italic;
}
.sect h2{
  font-size: 29px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}
.sect p{
  font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 26px;
    text-align: justify;
}
.sect h4 {
  font-size: 17px;
  letter-spacing: 0.55px;
  line-height: 25px;
  color: #000000d6;
  text-align: justify;
  /* font-weight: 600; */
}
.fk{
  gap: 22px;
    margin-top: 4%;
}
.fk ul li{
  list-style: circle;
  color: #ec8b0c;
}
.fk ul{
  padding-left: 1rem;
}
.fk li p {
    color: #854c00;
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 600;
}
.lok{
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
/* .lok::after{
  position: absolute;
  content: "";
  background-image: url(../images/onb.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  opacity: 0.06;
  z-index: -1;
} */


/* in fastyu */
.services-list-block img {
  width: 47px;
  filter: brightness(1) invert(1);
}
.cloud {
  bottom: 0;
  left: 0;
  z-index: 8;
}


.services-list-block h5 {
  position: relative;
  width: fit-content;
  transition: all .3s;
  color: #1f0f0feb;
  font-size: 16px;
  letter-spacing: 0.55px;
  margin-top: 7%;
  font-weight: 700;
}
.ff {
  height: 427px !important;
  object-fit: cover;
  border-radius: 10px;
}
.dv{
  height: 427px !important;
    object-fit: cover;
}
.radhe{
    padding: 1rem;
    text-align: center;
    transition: all .3s;
    height: 100%;
}
.ser-list{
  padding-bottom: 5%;
}
.radhe:hover {
  /* border: 2px solid #f7de1b; */
  box-shadow: #000000 0px 0px 0px 1px;
  border-radius: 40px;
}
.radhe:hover .services-list-block h5{
  color:#000000;
  
}
/* .service {
  padding: 5rem 0;
  background: linear-gradient(235deg, #01964a, #018156 100%);
  z-index: 1;
} */
.service {
  /* padding: 5rem 0; */
  /* background: linear-gradient(407deg, #ed9d18, #968107, #fbb408); */

  z-index: 1;

}
.srsrs{
  position: relative;
}
.srsrs:after {
  position: absolute;
  content: "";
  /* background-image: url(../images/bgm.avif); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  /* opacity: 0.8; */
  z-index: -3;
  background-color: #fea633;
  background-position: center !important;
}
.srsrs:before {
  position: absolute;
  content: "";
  background-image: url(../images/main_bg.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  opacity: 0.7;
  z-index: -2;
}
.service:after {
  position: absolute;
  content: "";
  background-image: url(../images/sec4cir1.png);
  background-size: cover;
  height: 36%;
  width: 17%;
  top: 38px;
  left: -12px;
  background-repeat: repeat;
  opacity: 0.09;
  z-index: -1;
}
.service:before {
  position: absolute;
  content: "";
  background-image: url(../images/as.png);
  background-size: contain;
  height: 55%;
  width: 17%;
  top: 404px;
  right: 33px;
  background-repeat: no-repeat;
  opacity: 0.07;
  z-index: -1;
}
.left-ser{
  font-size: 29px;
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #fff;
}
.left-ser p {
  font-size: 16px;
  color: #000000a1 !important;
  letter-spacing: 0.55px;
  margin-bottom: 4%;
  line-height: 26px;
  text-align: justify;
  /* margin: auto; */
  width: 91%;
}
.inner-service{
  padding:5rem 0;
}


/* gallery-----------home */
.g-imma{
  border-radius: 15px;
  overflow: hidden;
}
.kobi {
  text-align: center;
}
.kobi h2{
  font-size: 28px;
  letter-spacing: 1px;
  color: #000;

}
.kobi p {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.55px;
    margin: auto;
    width: 70%;
    margin-bottom: 3%;
}
.imn-hd{
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: 99;
  color: #fff;
  transition: all .4s;
}
.g-imma::after{
  position: absolute;
  content: "";
  background-color: #00000066;
  background-size: conta;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  transition: all .3s;
}
.g-imma:hover::after{
  background-color: #00000036;
}
.g-imma:hover .imn-hd{
  bottom: 80%;
}
.ghalle{
  margin-top: 0%;
}



/* footer */
.content_gap {
  background-color: #211515;
  /* color: #fff; */
  padding: 5rem 0px;
  position: relative;
  z-index: 1;
}
.content_gap::after {
    position: absolute;
    content: "";
    background-image: url(../images/main_bg.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-repeat: repeat;
    z-index:-1;
    opacity: 0.4;
}
/* #fea633 */
/* #faae10 */
.footer_logo{
  text-align: center;
}
.foot-logo img{
     width: 87%;
    margin-bottom: 1%;
}
.list-unstyled li a {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.dfdf .list-unstyled li a {
  font-size: 19px;
  letter-spacing: 0.55px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  padding-bottom: 1.2rem;
}
.list-unstyled li a:hover{
    color:#ff951b;
    margin-left:7px;
}
.dfdf .list-unstyled li a:hover{
    color:#fff;
    margin-left:0;
}
.chai h3{
  font-size: 23px;
  margin-bottom: 6%;
  color:#fff;
}
.lisst p {
  font-size: 15px;
  letter-spacing: 0.55px;
  line-height: 20px;
  color: #fff;
  transition: all .3s;
}
.lisst p:hover {
  color:#ff951b;
  cursor: pointer;
}
.lisst{
  padding-left: 0px;
}
.lisst li {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 19px;
}
.footer_logo p {
  font-size: 16px;
  letter-spacing: 0.55px;
  color: #fff;
  line-height: 26px;
  margin-left: -2%;
}
.footer_center h3{
  color: #fff;
}





/* about fvvsdavsgcgsd */

/* .fgg{
  left: 4%;
    top: 78%;
}
.fgg img{
  width: 11%;
    opacity: 0.3;
} */
.fgg:nth-child(1){
  top: 20%;
  left: 30%;
}
.fgg:nth-child(1) img{
  width: 50%;
}
.fgg:nth-child(2) {
  top: 7%;
  left: 47%;
}
.fgg:nth-child(2) img {
    width: 59px;
    opacity: 0.09;
}
.fgg:nth-child(3) {
  top: 38%;
  left: 22%;
}
.fgg:nth-child(3) img {
    width: 155%;
    opacity: 0.02;
}
.fgg:nth-child(4) {
  top: 90%;
  left: 33%;
}
.fgg:nth-child(4) img {
  width: 12%;
  opacity: 0.05;
}
.fgg:nth-child(5) {
  left: 4%;
    top: 78%;
}
.fgg:nth-child(5) img {
    width: 73%;
    opacity: 0.2;
}
.fgg:nth-child(6) {
  right: 0%;
  top: 71%;
}
.fgg:nth-child(6) img {
  width: 13%;
  opacity: 0.09;
}
.fgg:nth-child(7) {
  left: 86%;
  top: 4%;
}
.fgg:nth-child(7) img {
  width: 63%;
  opacity: 0.09;
}
.fgg:nth-child(8) {
  left: 82%;
  top: 65%;
}
.fgg:nth-child(8) img {
    width: 92%;
    opacity: 0.2;
}
.fgg:nth-child(9) {
  left: 3%;
  top: -2%;
}
.fgg:nth-child(9) img {
  width: 92%;
  opacity: 0.09;
}
.fgg:nth-child(10) {
  left: 88%;
  top: 86%;
}
.fgg:nth-child(10) img {
  width: 45%;
  opacity: 0.3;
}


/* abodijsdodsjh */
.left-t ul {
  padding: 0px 0;
  margin: 0;
}
.left-t ul li {
  color: #000000;
  letter-spacing: 0.55px;
  font-size: 14px;
}
.left-t12 ul{
    justify-content: end;
}

.bottom-nav ul{
   justify-content: space-between;
   /* width: 75%;
   margin: auto; */
}
.logo{
    text-align: center;
}


.bottom-nav ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.55px;
  font-weight: 300;
  letter-spacing: 0.55px;
}
.bottom-nav ul{
    margin: 0;
}
.bottom-nav {
  padding: 14px 0;
  /* background-color: #e9861c; */
  background: #000;
}
.logo{
    width: 200px;
    position:relative
}
.dg a:nth-child(1) img{
  /* filter: brightness(0) invert(1); */
    width: 23px;
}
.dg a:nth-child(2) img{
  /* filter: brightness(0) invert(1); */
    width: 23px;
}
.logo img {
  width: 106px;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tt {
  gap: 13px;
  margin: 0;
}
.hom p{
  margin-bottom: 0px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.hom{
  display: contents;
}

.tt li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}
.hom{
  list-style: none;
}

.innerlogo {
  width: 126px;
  height: 122px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -63px;
  transform: translateX(-50%);
  z-index: 99;
  border-radius: 50%;
  border: 3px solid #eb8315;
}
.main-div {
  display: flex;
}

.main-div .animet-text {
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  margin-left: -105px;
}

.animet-text li {
  list-style: none;
  color: #2c2c51;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  top: 0;
  animation: slide 8s steps(2) infinite;
  margin: 0;
}

@keyframes slide {
  100% {
      top: -80px;
  }
}

.animet-text li span {
  position: relative;
  /* margin: 5px 0; */
  line-height: 40px;
  color: #000000;
  letter-spacing: 0.55px;
  font-size: 14px;
  font-weight: 300;
}

.animet-text li span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 100%;
  background: #ffffff;
  border-left: 1px solid #000000;
  animation: typing 4s steps(10) infinite;
}

@keyframes typing {
  40%,
  60% {
      left: calc(100% + 0px);
  }
  100% {
      left: 0;
  }
}

.dropitem1 {
  bottom: initial;
  left: -45%;
  width: 240px;
  padding: 0 !important;
  background-color: white;
  box-shadow: black 0px 5px 25px -5px;
  transform: translateY(100%);
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .5s;
  top: 148%;
}


.dropitem li {
  position: relative;
  z-index: 1;
}
.dropitem li::after {
  position: absolute;
  content: "";
  background-color: #ffb306;
  background-size: contain;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  transition: all .3s;
}
.dropdown:hover .dropitem {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
.dropitem li a {
  transition: all .3s;
}
.dropitem li a ,  .dropitem1 li a{
  text-decoration: none;
  color: #000 !important;
  letter-spacing: 0.55px;
  padding-bottom: 3px !important;
  font-size: 16px;
}
.dropitem li {
  position: relative;
  z-index: 1;
}

.dropitem li {
  padding: 10px;
}
.dropitem li:hover::after {
  width: 100%;
}
.dropitem li:hover a {
  color: #fff;
}
.dropdown:hover img {
  transform: rotate(180deg);
}
.dropdown a img {
  transition: all .3s;
  width: 20px;
  filter: brightness(0) invert(1);
}



/* whaATapp css */
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background:#e99c10;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
  width: 39px;
  height: 49px;
  -o-object-fit: contain;
  object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  /* background: #fff; */
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}




/*news and event start*/
.insight-img img {
    height: 230px;
    object-fit: cover;
}
.inst-ttl {
    padding: 8px 13px 13px 13px;
}
.inst-ttl h2 {
    font-size: 16px;
    margin-top: 9px;
    line-height: 25px;
    /* font-weight: 400; */
    color: #000000bf;
    transition: all .3s;
    letter-spacing: 0.55px;
}
.insights {
    box-shadow: black 0px 0px 8px -4px;
    height: 100%;
}
.inner-choose a{
    text-decoration: none !important;
}
.st-breadcumb-area img {
    width: 100%;
}
.st-breadcumb-area {
    position: relative;
    height: 100%;
    /*z-index: -1;*/
    padding-top: 0rem;
}
.st-breadcumb-area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #07040142;
    /*opacity: 0.5;*/
    /*z-index: 1;*/
}
.topco {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:1;
}
.topco h2 {
font-size: 35px;
font-weight: 400;
color: #fff;
margin-top: 48px;
}
.choose2 {
    margin-top: 7%;
}
/*news and event end*/


/* gallery start */
.latest-project__item-thumb img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
     transition: all .7s;
}
.latest-project__item:hover .latest-project__item-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.latest-project__item:hover .latest-project__item-content {
  opacity: 1;
  visibility: visible;
}
.latest-project__item:hover {
  opacity: 1;
  visibility: visible;
}
.latest-project__item {
  overflow: hidden;
  position: relative;
  background: rgba(21, 24, 27, 0.7);
  border-radius: 10px;
}
.latest-project__item-content {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  /* visibility: hidden; */
  transition: all 2s;
}
.latest-project__item-content .icon__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgba(21, 24, 27, 0.7);
  border-radius: 10px;
}
.latest-project__item:hover .icon__wrapper::after {
  height: 100%;
}
.latest-project__item-content .text {
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 16.5px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  background: #080603c9;
}
.latest-project__item-content .text h4{
color:#fff;
letter-spacing: 0.55px;
font-size: 19px;
}
.latest-project__item-content .text span{
  color:#fff;
  letter-spacing: 0.55px;
  font-size: 19px;
  }
.latest-project{
  margin-top: 5rem;
}
.latest-project__item-content .icon {
  width: 57px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 500px;
  background: #fff;
  transition: all 2s;
  opacity: 0;
}
.latest-project__item-content .icon svg path[fill=white] {
  fill: black;
}
.latest-project__item-content:hover .icon {
  background: #fff !important;
  opacity: 1;
}
.latest-project__item-content .icon:hover svg path[fill=white] {
  fill:#000;
}
.latest-project__item-content .icon__wrapper {
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100% - 110px);
}

.num {
  padding: 5px 5px;
  /* background: linear-gradient(270deg, #0024788c, transparent); */
  display: flex;
  gap: 11px;
  justify-content: center;
}

.num img{
  width:22px;
}
.view-image {
  position: fixed;
  inset: 0;
  z-index: 500;
  padding: 3%;
  display: flex
;
  flex-direction: column;
  animation: view-image-in 300ms;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999999999999999 !important;
}
.gallery-image img {
    height: 328px;
    object-fit: cover;
}
/* gallery end */

/*contact us start*/

.contact-form-area {
    position: relative;
    padding: 33px 0px 21px 40px;
    height: 100%;
}
.quform-input .form-control {
  border-radius: 5px;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-group label {
  margin-bottom: .5rem
}
.form-group {
  margin-bottom: 1rem;
}
.form-control:focus {
  border-color: #2a9d8f
}

.form-check-input:checked {
  border-color: #2a9d8f;
  background-color: #2a9d8f
}

.quform-input {
  position: relative
}

.quform-input .form-control {
  border-radius: 5px
}

.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1
}

.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1
}

.quform-element>label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 16px;
  letter-spacing: 0.55px;
}
.top-search input .form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  min-height: auto;
}
 .form-control::placeholder {
       color: #ced4da;
  }

.quform-element>label .quform-required {
  color: #cc0101;
  font-size: 23px;
}

.quform-inner input {
  width: 100%
}

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top
}

.quform-elements .quform-element select {
  margin-bottom: 0;
 padding: 12px 35px 8px 15px;
}
.quform-input .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  min-height: 46px;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-input .form-control {
  border-radius: 5px;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}
.bg-img {
  position: relative;
}
.bg-img img {
  height: 79%;
  object-fit: cover;
}
.contact-wrapper-box .bg-img {
  border-top-left-radius: .8125rem;
  border-bottom-left-radius: .8125rem;
}
/*.contact-wrapper-box {*/
/*  position: relative;*/
/*  background-color: #fff;*/
/*  box-shadow: 0 1rem 1.75rem 0 rgba(45,55,75,0.1);*/
/*  border: 0.0625rem solid rgba(220,224,229,0.6);*/
/*  border-radius: .8125rem;*/
/*  height: 100vh;*/
/*}*/
.contact-wrapper-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: .8125rem;
    height: 100%;
}
.flex-grow-1 p{
    font-size: 15px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
.flex-shrink-0 img {
    width: 23px;
    height: auto !important;
}
.yukh {
  background-color: #37160b;
  position: inherit;
  bottom: 0;
  /* width: 100%; */
  left: 0;
  border-bottom-left-radius: .8125rem;
  height: 21%;
}
.single-item {
  position: relative;
  display: block;
  /* padding-bottom: 26px; */
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(254 254 254 / 18%);
}
.single-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.vcxc a {
  padding: 10px 29px;
  color: #fff;
  background-color:#da7d02;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.55px;
  font-weight: 400;
  position: relative;
  border: 1px solid #da7d02;
  transition: all .3s;
  /* border-radius: 5px; */
}
.vcxc a:hover{
  background-color:transparent;
  color: #000;
  background-color:#fff;
  border: 1px solid #000;
}
.contact-form-area h2{
    font-size: 27px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}
.contact-form-area p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000000c7;
    width: 82%;
}
.lj img{
      height: 260px;
    object-fit: cover;
}
.uk{
  height: auto;
}

/*contact us end*/

/*admission startr*/
.contact-sec .form-input{
width: 100%;
display: block;
border-radius: 1px;
margin-bottom: 30px;
padding: 14px 25px;
border: 1px solid lightgray;
border-radius: 1px;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
 /* box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);  */
  box-shadow: 0 20px 60px 0 rgba(107, 98, 119, 0.11);

 color: grey;
 padding-left: 11px !important;

}

.contact-form-group input:focus{
outline: none !important;
box-shadow: none !important;
border: 1px solid rgb(164, 164, 164);
}

.contact-sec .form-input2 {
width: 100%;
display: block;
border-radius: 5px;
margin-bottom: 30px;
padding: 39px 25px;
border: 1px solid lightgray;
border-radius: 1px;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
/* -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16); */
 /* box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16);  */
  box-shadow: 0 20px 60px 0 rgb(68 17 135 / 11%);

 color: grey;
 padding-left: 11px !important;
 padding-top: 12px;
}
.contact-sec .form-input2:focus{
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.form-input {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 12px 25px;
    border: 1px solid #f3f5f6;
    border-radius: 1px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /* -webkit-box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16); */
    /* box-shadow: 0 20px 60px 0 rgba(40, 93, 251, 0.16); */
    /* box-shadow: 0 20px 60px 0 rgb(68 17 135 / 11%); */
    background-color: #f3f5f6;
    color: #00000073;
    padding-left: 11px !important;
    font-size: 15px;
}
.form-input:focus{
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.contact-form-group .form-input2 {
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 27px 25px;
  border: 1px solid #f3f5f6;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #f3f5f6;
  color: #3324248a;
  padding-left: 11px !important;
  padding-top: 12px;
  font-size: 15px;
}
.contact-form-group .form-input2:focus{
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgb(164, 164, 164);
}
.h-d h1{
font-size: 33px;
padding-bottom: 24px;
letter-spacing: 0.55px;
color: #000;
}
.h-d span{
  color:#f49910
}

#contactForm {
    height: 100%;
    box-shadow: rgb(80, 18, 18) 0px 0px 9px -5px;
    padding: 23px;
    background-color: #fff;
    border-radius: 10px;
}
.quote {
    position: relative;
    padding: 7rem 0 0;
}
.quote::after {
    position: absolute;
    content: "";
    background-image: url(../images/quwer.jpg);
    background-size: cover;
    height: 81%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    background-repeat: no-repeat;
    opacity: 0.7;
    background-position: center;
}
.quote::before{
    position: absolute;
    content: "";
    background-color: #000000a8;
    background-size: cover;
    height: 81%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-repeat: no-repeat;
}

.ghjkl a{
    padding: 12px 43px;
    background-color: #ce6d00;
    color: #fff !important;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid #ce6d00 !important;
  }
  .ghjkl a:hover{
    background-color:#fff;
    color:#000 !important;
    border: 1px solid #000 !important;
  }
 .qu-h h2 {
    color: #f97702;
    letter-spacing: 1px;
    font-size: 31px;
    line-height: 40px;
    margin-top: 2%;
    margin-bottom: 3px !important;
}
.qu-h span {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.55px;
}
.qu-h p {
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 20px;
    line-height: 31px;
    margin-top: 3%;
    text-align:justify;
}
.qu-h h4{
    color: #ded9d6;
    font-size: 17px;
    letter-spacing: 0.55px;
}
#contactForm{
    position:relative;
}
#contactForm::after {
    position: absolute;
    content: "";
    background: linear-gradient(140deg, #f39113, #000 42%, #fff 46%);
    background-size: contain;
    height: 102%;
    width: 100%;
    top: -1%;
    left: -1%;
    z-index: -1;
    border-radius: 12px;
    background: linear-gradient(140deg, #f39113, #1212125c 40%);
}
#contactForm lebel{
    margin-bottom:4px;
}

.aims{
    font-size: 18px;
    color: #ce6d00;
    letter-spacing: 0.55px;
}
.acds h2{
    font-size: 24px;
    letter-spacing: 0.55px;
    color: #000;
}
.fee{
    font-size: 19px;
    color: #000000b8;
    width: 75%;
    font-weight: 700;
}
.rov{
    font-size: 21px;
    letter-spacing: 0.55px;
    color: #000;
    margin-bottom: 6px;
}
.must {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 30px;
}

/*admixssion end*/

/* news and event start */
.Course-li{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.Course-li::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #39212108, #000000);
    background-size: contain;
    height: 30%;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.Course-li::before {
    position: absolute;
    content: " ";
    bottom: -11%;
    right: 0%;
    height: 100px;
    width: 74px;
    background-image: url(../images/kio.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* opacity: 0.10; */
    transform: translate(-50%, -50%);
    z-index: 99;
}

.dar{
    bottom: 7%;
    left: 5%;
    z-index: 9999;
}
.dar p {
    color: #fff;
    letter-spacing: 0.55px;
    padding: 0 1rem;
    font-size: 21px;
    font-weight: 700;
}

.cou_nm {
    bottom: 18%;
    left: 7%;
    padding: 5px 10px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.55px;
    position: relative;
    border-left: 4px solid #e31e25;
    z-index: 9999;
}

.course111 {
    /* background-color: #f1f1f18a; */
    padding: 0rem 0;
}

/* news and event end */


/*team*/
.tms-img img {
    height: 397px;
    width: 397px !important;
    border-radius: 50%;
    /* margin: 0rem; */
    padding: 1rem;
    object-fit: cover;
    /* object-position: top; */
}
.right-hd h2{
    font-size: 30px;
    letter-spacing: 0.55px;
    color: #000;
}
.right-hd span{
    font-size: 21px;
    color: #da8212;
    letter-spacing: 0.55px;
}
.right-hd p {
    font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 27px;
    color: #000;
    text-align: justify;
    margin-top: 2%;
}
/*team end*/

/*facityilout*/
.ser-txt {
    top: 11%;
    right: 0;
    height: 292px;
    padding: 4rem 2rem;
    width: 52%;
    background-color: #fea633 !important;
    border-radius: 17px;
    
}
.inner-ser-list:nth-child(2) .row{
    justify-content:end;
}
.ser-txt h2 {
    /*text-transform: uppercase;*/
    color: #000;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.22em;
    letter-spacing: 0.55px;
}
.ser-txt p {
    font-size: 16px;
    letter-spacing: 0.55px;
    /* font-family: Raleway; */
    font-weight: 500;
    margin: 13px 0 0;
    /* text-transform: uppercase; */
    font-weight: 500;
    line-height: 26px;
    color: #000;
}
.inner-ser-list:nth-child(1) {
    margin-top: 8rem;
}
.inner-ser-list:nth-child(2) {
    margin-top: 6rem;
}
.inner-ser-list:nth-child(3) {
    margin-top: 6rem;
}
.inner-ser-list:nth-child(4) {
    margin-top: 6rem;
}
.inner-ser-list:nth-child(5) {
    margin-top: 6rem;
}
.inner-ser-list:nth-child(6) {
    margin-top: 6rem;
}
.inner-ser-list:nth-child(7) {
    margin-top: 6rem;
}
.inner-ser-list:nth-child(8) {
    margin-top: 6rem;
}
.inner-ser-list:nth-child(9) {
    margin-top: 6rem;
}

.inner-ser-list:nth-child(even) .ser-txt {
    top: initial;
    bottom: 11%;
    right: initial;
    left: 0;
    height: 292px;
   padding: 4rem 2rem;
    width: 52%;
    background-color: #fea633 !important;
     border-radius: 17px;
}

/*factliol end*/

/*about inneerdf*/
#index-3,.Academic{
  margin: 7rem 0 3rem;
}
.ab-im21 img{
    height:408px;
    object-fit:cover;
}
.ov-imgs {
  bottom: -10%;
  right: -10%;
}
.ab-im img {
  object-fit: cover;
}
.ov-imgs img {
  height: 200px !important;
  width: 200px;
  object-fit: cover;
  border: 11px solid #ffffff;
  border-radius: 50%;
}
.play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.play img {
  width: 100% !important;
  height: auto !important;
  border: none;
}

.ab-hd h1 {
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 0.55px;
}
.ab-hd p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: var(--para-font);
  line-height: 25px;
}
#mis-vis {
  background: linear-gradient(45deg, #067129, #003b20);
  padding: 1rem 0;
}
#mis-vis .mis-vis {
  padding: 50px 0;
}
#mis-vis .mis-vis .mis-vis-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
#mis-vis .mis-vis .mis-vis-inner .mis-inner {
  width: 30%;
}
#mis-vis .mis-vis .mis-vis-inner .mis-inner .mis-inner-img {
  z-index: -1;
}
#mis-vis .mis-vis .mis-vis-inner .mis-vis-middle {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    height: 250px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}
#mis-vis .mis-vis .mis-vis-inner .mis-vis-middle img {
    width: 260px;
    height: 191px;
    padding: 0 20px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mis-vis .mis-vis .mis-vis-inner .mis-vis-middle img {
  width: 260px;
  height: 190px;
  padding: 0 20px;
}
#mis-vis .mis-vis .mis-vis-inner .vis-inner {
  width: 30%;
}
#mis-vis .mis-vis .mis-vis-inner .vis-inner .vis-inner-txt {
  /*margin-top: 67px;*/
  color: #fff;
  font-size: 16px;
    letter-spacing: 0.55px;
    color: #fff;
    text-align: justify;
}




#index-4 {
  margin-bottom: 70px;
  margin-top: 0px;
}
.list-lv {
  padding: 1.5rem;
}
.list-lv {
  text-align: center;
  cursor: pointer;
}
.ls-lv-img img {
  width: 70px;
  transition: all .3s;
}
.list-lv p {
  font-size: 16px;
  letter-spacing: 0.55px;
  margin-top: 1rem;
  color: #fff;
}
.dsfdsfqq li{
  list-style-type: none;
  letter-spacing: 0.55px;
  line-height: 26px;
  color: #000;
  padding: 5px 0;
  display: flex;
  gap: 10px;
}
.cirr {
  width: 16px;
  height: 16px !important;
  margin-right: 10px;
  margin-top: 5px;
}
.dsfdsfqq{
    padding-left: 0rem;
}
.mis-inner-txt p{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #fff;
    text-align: justify;
}
.mis-inner-txt h2{
    color:#fff;
}

/*book*/
.tab-l1 a {
   padding: 11px 34px;
    border: 1px solid #ee9b03;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
}
.tab-l1 .active{
  padding: 11px 34px;;
  background-color: #ee9b03;
  border-radius: 30px;
  color: #fff;
}

.elementor-widget-container {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.wp-block-table.is-style-stripes tr:first-child, tr:first-child {
  border-top: 1px solid #CDD4FB;
}
.vamtam-theme-table-styles table tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.vamtam-theme-table-styles table td, .vamtam-theme-table-styles table th {
  padding: 20px 30px;
}
.vamtam-theme-table-styles table th {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: var(--vamtam-accent-color-6);
  background-color: var(--vamtam-accent-color-3);
}

.elementor-widget-container table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
}
.elementor-widget-container table  tr:nth-child(1){
  background-color: #CDD4FB !important;
}
.elementor-widget-container table tr:nth-child(odd) {
  background-color: rgb(205 212 251 / 20%);
}
.elementor-widget-container table  tr{
  height: 60px;
}
.elementor-widget-container table  tr td,.elementor-widget-container table  tr th{
  padding-left: 15px;
  width: 33%;
}
/*book end*/


/*acheivers*/
.team-list {
  margin-bottom: 4rem;
  box-shadow: black 0px 8px 13px -7px;
}
.team-data {
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background-color: #fff;
  padding: 10px;
  box-shadow: black 0px 8px 13px -7px;
}
.team-data h5 {
  font-size: 17px;
  margin-bottom: 6px;
  font-weight: 600;
}
.team-data span {
  font-size: 16px;
}
.team-list img{
    height: 300px;
    object-fit: cover;
}
.ivv{
    margin: 7rem 0;
}
/*acheivers end*/

/*news details*/
.desc p{
    font-size: 19px;
    letter-spacing: 0.55px;
    color: #000;
}
.inner-press h2 {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #000;
    line-height:29px;
}
.ijh {
    margin: 3rem 0 -4rem;
}
.date p{
    color: #ff8c14;
    font-weight: 600;
}
.right-imm img{
    height:400px;
    object-fit: cover;
}

.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;
}
#successa {
    background-color: #000000b8;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
.quick_sucInnera {
    text-align: center;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.g-imma img{
    height: 300px;
    object-fit: cover;
}
.imn-hd h5{
    font-size:19px;
    letter-spacing:0.55px;
}
.lala{
    color: #000;
    letter-spacing: 0.55px;
    line-height: 24px;
    text-align: justify;
    font-size: 16px;
}

.mainimagepop {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-color: #0000008a;
    backdrop-filter: blur(3px);
}

.innerimagepop {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    width: 30%;
}
.clxxs {
    position: absolute;
    top: 7%;
    right: 3%;
    cursor: pointer;
}
.clxxs img{
    width:29px;
}

.ppl {
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}