@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
:root{
  --black:#0f0f0e;
  --white:#f7f6f2;
  --border:#d8d6d0;
  --head:'Plus Jakarta Sans',sans-serif;
  --sans:'Inter',sans-serif;
}
.www{
  width: 22px;
  margin-left: 4px;
}
.design a{
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: .04em;
  font-family: "Inter", sans-serif;
  margin-bottom: 0 !important;
  display: flex;
  margin-top: 2px;
}
/* #preloader{
  display: none;
} */
html{
  scroll-behavior:smooth;
  overflow-x: hidden !important;
}
body{
  overflow-x: hidden !important;
}
*, *::before, *::after{
  box-sizing:border-box;
  padding: 0;
  margin: 0;
}
*,a,button{cursor:none !important}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}

/* Rotate Lock */
#rotateBlock {
  display: none;
}
.reco_title{
    color: #0f0f0e;
  margin-bottom: 3px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.wimg{
  width: 33.2% !important;
}
.d_hide{
  display: none;
}
@media screen and (max-width: 991px) and (max-height:550px) and (orientation: landscape) {
  #rotateBlock {
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100vw;
    background: #e9e2d9;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  #rotateBlock.active {
    opacity: 1;
    visibility: visible;
  }
  body.rotate-lock {
    overflow: hidden;
  }
  .rotate-content {
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    animation: fadeUp 0.8s ease;
    transform: rotate(90deg);
    padding-top: 60px;
  }
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateX(-20px) rotate(90deg);
    }
    to {
      opacity: 1;
      transform: translateX(0) rotate(90deg);
    }
  }
  .rotate-content p.rotate_txt {
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    margin-bottom: 17px;
    font-weight: 500;
  }
  .rotate-content p {
    margin-top: 6px;
    color: #474747; 
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
  }
  .phone {
   width: 46px;
    height: 80px;
    border: 2px solid #646464;
    border-radius: 7px;
    position: relative;
    margin: 0 auto;
    animation: rotatePhone 4s infinite ease-in-out;
  }
    .screen {
    width: 80%;
    height: 70%;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    top: 15%;
    left: 10%;
    border-radius: 6px;
  }
  @keyframes rotatePhone {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(-90deg); }
    50%  { transform: rotate(-90deg); }
    75%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
  }

  body {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    position: absolute;
    top: 100%;
    left: 0px;
    overflow: hidden !important;
  }
}

.fw900{
  font-weight: 900 !important;
}
.fw600{
  font-weight: 600 !important;
}
.fw500{
  font-weight: 500 !important;
}
.fw300{
    font-weight: 300;
}
.mb5{
  margin-bottom: 5px !important;
}
#cur {
  position: fixed;
  width: 7px; 
  height: 7px; 
background:#2e2e2ee8; 
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.22s, height 0.22s;
  mix-blend-mode: difference;
}
#curR {
  position: fixed;
  width: 30px; 
  height: 30px;
  border: 0.5px solid rgba(162, 162, 162, 0.26);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: width 0.28s, height 0.28s, opacity 0.28s;
  mix-blend-mode: difference;
}
body.dk #cur {
  background: #fff;
}
body.dk #curR {
  border-color: rgba(255, 255, 255, 0.3);
}
body.hov #cur {
  width: 44px;
  height: 44px;
}
body.hov #curR {
  opacity: 0;
}
.pre_logo{
  display: flex;
  justify-content: center;
}
.pre_logo video{
  width: 15%;
}
.container-preloader {
  align-items: center;
  display: flex; 
  width: 100vw;
  height: 100vh;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  background-color: #fff;
  height: 100dvh;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.container-preloader .animation-preloader .spinner {
  animation: t-spinner 1s infinite linear;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  border: 2px solid #111;
  border-top-color: #f7f6f2;
  margin: 0 auto 3.5em auto; 
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}
.container-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
/* Logo/video fades out first — slow */
.loaded .animation-preloader {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

/* Then the white overlay dissolves away */
.loaded.fading-out {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 1.8s 1s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 1.8s 1s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
@keyframes t-spinner {
  to {
    transform: rotateZ(360deg);
  }
}
.tc {
  text-align: center !important;
}
.mlrauto{
  margin: 0 auto;
}
.banner_sec{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner_sec img{
    width: 100%;
    margin-top: -14.9%;
    position: absolute;
}
.banner_layer{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(8,8,8,.88) 0%,rgba(8,8,8,.4) 45%,rgba(8,8,8,.1) 100%);
    z-index: 1;
}
.banner_img{
    transition: all 5s ease;
    transform:scale(1.1)
}
.zoom_out{
    animation: zoom_out 8s ease-out forwards;
}
@keyframes zoom_out{
    from {transform:scale(1.15)}
    to { transform:scale(1)}
}
.mobile_logo {
  display: none;
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 17px;
  height: 7px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  padding: 0;
}
.hamburger span {
  display: block;
  height: 1px;
  width: 100%;
  background: #4e4e4e;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  top: 0px;
  transform: rotate(-45deg);
  position: absolute;
}

nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0; 
    z-index: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    transition: all 0.7s ease;
    border-bottom: .5px solid #d8d6d000;
}
 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1812px; 
}
.logo{
    width: 146px;
}
nav.sticky{
    background: #e9e2d9;
    transition: all 0.7s ease;
    border-bottom: .5px solid #d8d6d0;
}
nav.sticky .logo {
  filter: invert(100%);
}
nav.sticky .nav_links a{
   color: #414141;
}
nav.sticky .nav_links a.active_link {
  color: #414141 !important;
  font-weight: 700 !important;
}
nav.sticky .contact_btn {
   color: #4e4e4e !important;
   border: .5px solid rgba(140, 140, 140, 0.45);
}
.nav_links{
  display: flex;
  gap: 36px; 
  align-items: center;
  margin-bottom: 0;
}
.nav_links a{
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(223, 223, 223);
}
.inner_pg .logo {
  width: 146px;
  filter: invert(100%);
}
.inner_pg nav .nav_links a{
   color: #4c4c4c;
}
.inner_pg nav .nav_links a.active_link {
  color: #414141 !important;
  font-weight: 700 !important;
}
.inner_pg nav .contact_btn {
   color: #4e4e4e !important;
   border: .5px solid rgba(140, 140, 140, 0.45);
}
.flex_end{
    display: flex;
    justify-content: flex-end;
}
.contact_btn{
    border: .5px solid rgb(173, 173, 173); 
    padding: 7px 18px;
    color: rgb(223, 223, 223) !important;
}
.z9{
    position: relative;
    z-index: 9;
}
.banner_content{
    position: absolute;
    bottom: 0;
    padding-bottom: 55px;
    z-index: 9;
    width: 1800px;
    align-items: flex-end;
}
.banner_title{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 74px;
    font-weight: 700;
    letter-spacing: -2.84px;
    line-height: 77px;
    color: white;
    margin-bottom: 0;
}
.banner_title .ln{
  overflow: hidden;
  display: block;
}
.banner_title .ln span{
    display: block;
    transform:translateY(102%);
    transition:transform 3s cubic-bezier(.16,1,.3,1) 0.5s;
}
.banner_title .ln.in span{
    transform:translateY(0)
}
.banner_title .ln2 span{
    transition-delay: 1.8s;
}
.banner_title .ln3 span{
    transition-delay: 2.5s;
}
.banner_title em{
    font-style: italic;
    font-weight: 300;
    letter-spacing: -.02em;
}
.banner_tagline{
    font-family: "Inter", sans-serif;
    font-size: 10px; 
    font-weight: 400; 
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 22px;
    opacity: 0;
    margin-bottom: 0;
    line-height: 12px !important;
    width: max-content;
}
.forwards{
    animation: forwards  0.8s  linear 2s forwards;
}
@keyframes forwards
{
    from{
        opacity:0;
        transform:translateY(14px);
    }
    to{
        opacity:1;
        transform:translateY(0)
    }
}
.mb74{
  margin-bottom: 74px !important;
}
.scroll_txt{
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  opacity: 0;
  text-align: right;
  margin-bottom: 0;
}
/* .count_digit{
  font-size: 32px;
  font-weight: 200;
  color: #ffffff7d;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: right;
}
.counter_name{
  font-family: "Inter", sans-serif;
  font-size: 10px; 
  font-weight: 400; 
  text-transform: uppercase;
  color: #ffffff7d;
  margin-top: 3px;
  text-align: right;
  letter-spacing: 2.25px;
} */
.wd_magazine{
  width: 69%;
}
.ml50{
  margin-left: 50px !important;
}

.ml30n{
  margin-left: -30px;
}
.pl43{
  padding-left: 36px !important;
}
.space_bw_col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.space_bw{
  display: flex;
  justify-content: space-between;
}
.marquee {
    background: #0a0a0a;
    overflow: hidden;
    white-space: nowrap;
    padding: 11px 0;
}
.marquee_track {
    display: inline-flex;
    animation: marquee 36s linear infinite;
}
.marquee_name {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 44px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    letter-spacing: 2.25px;
}
.marquee_bullet {
    font-family: "Inter", sans-serif;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.work_sec{
    padding: 120px 0 0; 
}
.sub_title{
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2A2725; 
  margin-bottom: 5px !important;
  letter-spacing: 2px;
}
.work_title{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 44.5px; 
    font-weight: 200;
    letter-spacing: 0.22px;
    margin-top: 12px;
    color: #2A2725;
    font-family: "Inter", sans-serif;
    line-height: 48px;
}
.work_title em{
    font-style: normal;
  font-weight: 300;
    font-family: "Inter", sans-serif;
}
.about_sec .hover_btn{
    margin-top: 0px;
}
.hover_btn{
    position: relative;
  display: inline-flex;
  align-items: center;
    transition: all 0.6s ease;
    width: max-content;
    margin-bottom: 13px;
    margin-right: 1px;
}
.hover_btn a {
  position: relative; 
  top: 0;
  left: 0;
  width: max-content;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #494949;
  padding: 0 0 4px;
  display: block;
    transition: all 0.6s ease; 
  text-transform: uppercase;
  z-index: 9;
  font-family: "Inter", sans-serif;
}
.hover_btn a::after {
  content: "";
  position: absolute; 
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #6e6e6e;
  height: 1px;
      transition: all 0.6s ease; 
}
.hover_btn a:hover::after {
  width: 50%;
  transition: all 0.6s ease; 
}
.hover_btn a span {
  position: absolute;
  background-color: #000;
  transition: 0.8s;
}
.hover_btn a span:nth-child(2), .hover_btn a span:nth-child(4) {
  width: 100%;
  height: 1px;
}
.hover_btn a span:nth-child(3), .hover_btn a span:nth-child(5) {
  width: 1px;
  height: 100%;
}
.hover_btn a span:nth-child(2) {
  top: 0;
  left: -100%;
}
.hover_btn a span:nth-child(3) {
  top: -100%;
  right: 0;
}
.hover_btn a span:nth-child(4) {
  bottom: 0;
  right: -100%;
}
.hover_btn a span:nth-child(5) {
  left: 0;
  bottom: -100%;
}
.hover_btn a:hover span:nth-child(2) {
  top: 0;
  left: 0;
}
.hover_btn a:hover span:nth-child(3) {
  top: 0;
  right: 0;
}
.hover_btn a:hover span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.hover_btn  a:hover span:nth-child(5) {
  left: 0;
  bottom: 0;
}
.hover_btn a:hover{
    background: #fff0;
    transition: all 0.6s ease;
    color: #000;
}

.align_end{
    display: flex;
    align-items: flex-end;
}
.ml2{
    margin-left: 4px !important;
}
.pb56{
    padding-bottom: 30px; 
}
.wd50{
    width: 50%;
}
.wd60{
    width: 60%;
}
.work_box{
    position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  padding: 52px 25px 20px;
  background: linear-gradient(to top, rgba(0,0,0,.82) 15%, rgba(0,0,0,.2) 70%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
    transition: all 0.8s ease;
}
.work_digit{
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 10px;
}
.wd25{
  width: 25%;
}
.wd_award{
  width: 12.5%;
}
.mr0{
  margin-right: 0;
}
.award_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.award_thum{
  width: 24.3%;
  padding: 0;
}
.wd_award:nth-child(8){
   margin-right: 0px;
}
.wd_award:nth-child(16){
   margin-right: 0px;
}
.wd75{
  width: 75%;
}
.mt1{
  margin-top: 1px;
}
.award_thum:last-child{
  margin-right: 0px;
}
.work_name{
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #fff;
    margin-bottom: 5px !important;
    line-height: 21px;
    font-family: "Inter", sans-serif;
}
.work_descrition{
    font-size: 13px;
  font-weight: 300; 
  color: rgba(255,255,255,.7);
  line-height: 1.7;
  opacity: 0;
  transform: translateY(8px);
    transition: all 0.4s ease;
    font-family: "Inter", sans-serif;
    line-height: 18px;
    font-family: "Inter", sans-serif;
    /*! text-transform: uppercase; */
    letter-spacing: 0.4px;
    height: 36px;
}
.ptb0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pos_rel{
    position: relative;
}
.over_hide{
    overflow: hidden;
}
.project_box{
    position: relative;
    overflow: hidden;
}
.project_box:hover .project_img{
    transform: scale(1.05);
    filter: brightness(.95);
    transition: all 0.8s ease;
}
.project_box:hover .work_box{
  bottom: 0;
  transition: all 0.8s ease;
}
.project_img{
    transition: all 0.8s ease;
    filter: brightness(.72);
}
.project_box:hover .work_descrition{
    opacity: 1;
  transform: translateY(0);
    transition: all 0.4s ease;
}
.gap1{
    gap: 1px;
}
.gap_flex_col{
    display: flex;
  flex-direction: column;
  gap: 1px;
}
.row_space_bw{
    flex-direction: row;
  justify-content: space-between;
    align-items: flex-end;
    display: flex;
}
.about_sec{
  padding: 0px 0 0px !important;
  position: relative;
  overflow: hidden;
}
.about_title{
  font-size: 21.7px; 
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #2A2725;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
} 
.about_para{
  font-size: 14px;
  font-weight: 300; 
  color: #2A2725; 
  line-height: 24px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.31px;
}
.mln6{
  margin-left: -4px;
}
.mb0{
  margin-bottom: 0 !important;
}
.mt40{
  margin-top: 40px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt1{
  margin-top: 1px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.mb50{
  margin-bottom: 50px !important;
}
.lh11{
  line-height: 11px !important;
}
.pro_container{
  max-width: 776px;
}
.team_sec{
  padding-top: 0;
  padding-bottom: 0px;
}
.width_max_content{
  width: max-content !important;
}
.align_center{
  display: flex;
  align-items: center;
}
.team_holder{
  width: 25%;
  position: relative;
  overflow: hidden;
}
.team_box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px 25px 20px;
  background: linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%);
}
.person_name{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #fff;
  margin-bottom: 0 !important;
  line-height: 21px;
  font-family: "Inter", sans-serif;
}
.designation{
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  line-height: 11px;
}
.work_sec .team_holder img {
  filter: grayscale(0%) brightness(.82);
  transition: all 0.5s;
}
.mag_box{
  margin-top: 11px;
}

.magazine_name{
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 0 !important;
  line-height: 21px;
  font-family: "Inter", sans-serif;
}
.mag_year{
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2A2725;
  margin-top: 5px;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  line-height: 11px;
}
.mag_hover img{
  transition: all 0.8s ease;
}
.mag_hover:hover img{
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.team_holder img{
  filter: grayscale(100%) brightness(.82);
  transition: all 0.5s;
}
.team_holder:hover img{
  filter: grayscale(20%) brightness(1);
  transform: scale(1.03);
  transition: all 0.5s;
}
footer{
  background: #0f0f0ef2;   
  color: #fff;
  padding: 60px 0 0;
}
.foot_btm{
  border-top: .5px solid rgba(255,255,255,.06);
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}
.foot_btm p{
  font-size: 10px;
  font-weight: 300; 
  color: rgba(255, 255, 255, 0.6); 
  letter-spacing: .04em;
  font-family: "Inter", sans-serif;
  margin-bottom: 0 !important;
}
.foot_btm a{
  font-size: 10px;
  font-weight: 300; 
  color: rgba(255, 255, 255, 0.6); 
  letter-spacing: .04em;
  font-family: "Inter", sans-serif;
  margin-bottom: 0 !important;
    transition: all 0.6s ease;
}
.foot_btm a:hover{
  color: rgb(255, 255, 255); 
  transition: all 0.6s ease;
}
.wd20{
  width: 20%; 
}
.wd30{
  width: 32%;
}
.foot_title{
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
.foot_ul{
  padding-left: 0 !important;
  margin-bottom: 0;
}
.foot_ul li{
  margin-bottom: 13px !important;
  line-height: 19px;
  font-family: "Inter", sans-serif;
}
.foot_ul li:last-child{
  margin-bottom: 0px !important;
}
.foot_ul a{
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}
.foot_ul a:hover{
  color: #fff;
  transition: all 0.3s ease;
}
.foot_text{
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  font-family: "Inter", sans-serif;
  margin-bottom: 13px; 
}
.foot_para{
  max-width: 450px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0 !important;
  line-height: 24px;
  margin-top: 0px;
  letter-spacing: 0.3px;
}
.foot_logo{
  margin-bottom: 20px;
  width: 160px;
}
.mt0{
  margin-top: 0 !important;
}
.ptb80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt15{
  margin-top: 15px !important;
}
.lh20{
  line-height: 17px;
}
.ptb0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.ptb120{
  padding-top: 120px;
  padding-bottom: 120px;
}
.pb120{
  padding-bottom: 120px !important;
}
.logo_holder{
  /*! background: #e5e3dc; */ 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 27px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.logo_holder img{
  transition: all 1s ease;
  filter: grayscale(100%);
} 
.logo_holder:hover img{
  transition: all 1s ease;
  filter: grayscale(0%);
}
.mt25{
  margin-top: 25px !important;
}
.wd83{
  width: 83%;
}

.wd70{
  width: 70.5% !important; 
}
.magazine_box{
  background: #e5e3dc;
  width: 100%;
}
.plr12{
    padding-left: 12px;
    padding-right: 12px;
}
.slider-wrap  { position: relative; overflow: hidden; } 
.slides-track {   display: flex; will-change: transform; margin: 0px -24px;}
.slide        { min-width: 100%; display: flex;  padding: 0 12px;  box-sizing: border-box;}

.dots         { display: flex; justify-content: center; gap: 7px;  margin-top: 24px;}
.dot          { width: 8px; height: 8px; border-radius: 50%; background: #ccc; border: none; cursor: pointer; transition: background 0.3s, transform 0.3s; }
.dot.active   { background: #333;  }

.nav-btn      { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: 1px solid #ddd; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; z-index: 10; }
.nav-btn.prev { left: 12px; }
.nav-btn.next { right: 12px; }



.client-logos {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}
.logo-outer {
  float: left;
  position: relative;
  overflow: hidden;
}
#logo-slider li, #logo-slider2 li{
  float: left;                                    
  margin: 0px 6px;
}
#logo-slider, #logo-slider2 { 
  position:relative;
  left:-160px;
  list-style-type: none; 
  margin: 0px;
  padding: 0px;
  width:9999px;
  display: flex;
  align-items: center;
}
#logo-slider li img , #logo-slider2 li img{
  width: 174px;
  margin: 0px 42px 0;
  object-fit: contain;
   transition: all 1s ease;
}
#logo-slider li img:hover , #logo-slider2 li img:hover{
  filter: grayscale(100%);
  transition: all 1s ease;
  opacity: 1;
  transform: scale(1.1);
 }
.wd_logo{
  width: 236px !important;
}
.wd_logo3{
  width: 266px !important;
}
.wd_logo2{
  width: 146px !important;
}
.wd_logo4{
  width: 200px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.pt10{
  padding-top: 10px !important;
}
.mb80{
  margin-bottom: 80px !important;
}
.pt80{
  padding-top: 80px !important;
}
.pb50{
  padding-bottom: 50px !important;
}
.pb80{
  padding-bottom: 80px !important;
}
.bg_beige{
background: #e9e2d9;
}
.wd_award70{
 width: 73%;
}
.wd_award73{
 width: 69%;
}
.wd_award80{
 width: 80%;
}
.lap_wd33{
  width: 30%;
}
.mt26{
  margin-top: 26px !important;
}
.mar0{
  margin: 0;
}
.align_end{
  display: flex;
  align-items: flex-end;
}
.justify_center{
  display: flex;
  justify-content: center;
}
.progress-wrap {
	position: fixed;
	right: 40px;
	bottom: 46px;
	height: 37px;
	width: 37px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	box-shadow: inset 0 0 0 2px rgba(214, 214, 214, 0.31);
    box-shadow: 0 0 10px #00000024;
  background: #ffffff9e;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
font-family: "Font Awesome 6 Pro"; 
	content: '\f062';
	text-align: center;
	line-height: 37px;
	font-size: 13px;
	color: rgb(61, 61, 61); 
	left: 0;
	top: 0;
	height: 37px;
	width: 37px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgba(84, 84, 84, 0.55);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover{
  transform: translateY(-5px);
  transition: all 0.4s ease;
  background: white;
}

.arrow2 {  width: 24px;margin: 0 auto;z-index: 999;position: absolute;bottom: 44px;height: 60px;right: 8px;opacity: 0.7;} 

.chevron {
  position: absolute;
  width: 20px;
  height: 2px;  
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child { animation: move 3s ease-out 1s infinite;}

.chevron:nth-child(2) { animation: move 3s ease-out 2s infinite;}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.pt185{
  padding-top: 185px;
}
.contact_title{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 71px;
  font-weight: 700; 
  letter-spacing: -3.84px;
  line-height: 81px;
  margin-bottom: 31px;
}
.contact_title em{
  font-style: italic;
  font-weight: 300;
  letter-spacing: -.02em;
}
.contact_sub{
  font-size: 13px;
  font-weight: 300;
  color: #555;
  line-height: 1.9;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.active_link{
  color: white !important;
  font-weight: 700 !important;
}
.mt5{
  margin-top: 5px !important;
}
.pt0{
  padding-top: 0 !important;
}
.wd48{
  width: 48.2%;
}
.mb20{
  margin-bottom: 20px !important;
}
.flex_wrap{
  display: flex;
  flex-wrap: wrap;
}
.lightbox_anchor{
  position: absolute !important;
  border: none !important;
  padding: 0 !important;
  display: unset !important;
  width: unset !important;
} 
.radio{
  display:none;
}
.project_tab .tab{
  margin-right:26px;
  display:inline-block;   
  color: #454545;
  transition: all 0.2s ease;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.3px;
  position: relative;
}
.project_tab .tab:after{
  position: absolute;
  content: ""; 
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: black;
  opacity: 0;
  transition: all 0.6s ease;
  right: 0;
  margin: 0 auto;
}
.project_tab .tab:hover:after{
  width: 100%;
  opacity: 1;
  transition: all 1s ease;
}
.project_tab .tab:last-child {
  margin: 0px 0px 0 0;
}
.project_tab .tab:hover{
  color: #2d2d2d;
  transition: all 1s ease;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel,
#six:checked ~ .panels #six-panel{
  display:block;
  transition: all 1s ease;
}
#one:checked ~ .tabs #one-tab, 
#two:checked ~ .tabs #two-tab, 
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab,
#six:checked ~ .tabs #six-tab{ 
 color: rgb(0, 0, 0); 
  transition: all 1s ease;
 font-style: italic;
 font-weight: 500;
}
.project_tab .panels{
  width:100%;
  overflow:hidden;    
  margin-top: 30px; 
}
.project_tab .panel{
  display:none;
  animation: fadein 2s; 
  transition: all 1s ease;
}
@keyframes fadein {
    from {
        opacity:0;
        transition: all 1s ease;
    }
    to {
        opacity:1;
        transition: all 1s ease;
    }
}

.inner_pg nav {
  border-bottom: .5px solid #d8d6d0;
  background: #e9e2d9; 
}
.page_title{
  padding: 55px 0;
  margin-top: 64px;
}
.pb0{
  padding-bottom: 0 !important;
}
.about_images{
  background: #e3dcd2;
  height: 100vh;
  width: 93.5%;
  float: right;
  margin-right: -7%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_images img{
  width: 68%;
  background: #e3dcd2;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}
.lh50{
  line-height: 50px !important;
}
.mt90{
  margin-top: 90px !important;
}
.pb100{
  padding-bottom: 100px !important;
}
.wd100{
  width: 100% !important;
}
.wd93{
  width: 92.65%;
}
footer .wd30 {
  width: 33.1% !important;
}
.foot_flex{
  display: flex;
  justify-content: space-between;
  width: 41%;
}
.pc_view{
  display: block;
}
.mob_view{
  display: none;
}
.ls02{
  letter-spacing: 0.2px;
}
.mt10{
  margin-top: 10px !important;
}
.mt15{
  margin-top: 15px !important;
}

.black_layer_video {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #00000021;
  z-index: 1;
}
.video_btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 64px;
  height: 64px;
  color: #FFF;
  background: #0000006e;
  border-radius: 100%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_animation{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.31);
  border-radius: 100%;
  animation: video_ani 4s linear 0s infinite;
  -ms-animation: video_ani 4s linear 0s infinite;
  -o-animation: video_ani 4s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.video_animation.line-video-2 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.video_animation.line-video-3 {
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
@keyframes video_ani {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
  .ls03{
    letter-spacing: 0.3px !important;
  }
  .mb10{
    margin-bottom: 10px !important;
  }

  .lap960_block{
    display: none;
  }
  .pc_view.lap960_block{
     display: block;
  }
  .mb3{
    margin-bottom: 3px !important;
  }
  .mt30{
    margin-top: 30px !important;
  }
  .mr5{
    margin-right: 5px !important;
  }
  .pp_link{
    color: black;
  }
  .pp_link:hover{
     color: black;
   text-decoration: underline;
  } 
  .pb90{
    padding-bottom: 90px !important;
  }


@media screen and (min-width:1800px) and (max-width:1899px){
  .container{
    max-width: 1780px;
  }
  .banner_title{
    font-size: 68px;
    line-height: 75px !important;  
  }
  .banner_tagline {
    letter-spacing: 1.6px;
  }
  .banner_content{
    width: 1780px;
  }
  .pro_container {
    max-width: 850px !important;
  }
  .lap_wd33{
    width: 30%;
  }
  .lh96 {
    line-height: 91px !important;
  }
  .work_title {
  font-size: 43px;
  line-height: 48px !important;
  letter-spacing: 0.45px;
  }
  .sub_title {
    letter-spacing: 1.6px;
  }
  .designation {
    letter-spacing: 1.6px;
  }
}

@media screen and (min-width:1700px) and (max-width:1799px){
  .container{
    max-width: 1660px;
  }
  .banner_content{
    width: 1660px; 
  }
  .banner_title{
    font-size: 68px;
    line-height: 74px !important;  
  }
  .banner_tagline {
    letter-spacing: 1.6px;
  }
  .lap_wd33{
    width: 31%;
  }
  .pro_container {
    max-width: 752px !important;
  }
  .lh96 {
    line-height: 90px !important;
  }
  .team_box {
    padding: 36px 30px 20px;
  }
    .sub_title {
    letter-spacing: 1.6px;
  }
  .designation {
    letter-spacing: 1.6px;
  }
  .work_title {
    font-size: 40.5px;
    line-height: 44px !important;
  }
}

@media screen and (min-width:1600px) and (max-width:1699px){
  .pre_logo video {
    width: 17%;
  }
  .container{
    max-width: 1570px;
  }
  .banner_content{
    width: 1570px;
  }
  .pro_container {
  max-width: 683px !important;
  }
   .banner_title{
    font-size: 64px;
    line-height: 72px !important;  
  }
  .banner_tagline {
    letter-spacing: 1.4px;
  }
  .lap_wd33{
    width: 32%;
  }
  .lh96 {
    line-height: 85px !important;
  }
    .sub_title {
    letter-spacing: 1.4px;
  }
  .designation {
    letter-spacing: 1.4px;
  }
  .work_title {
    font-size: 38.5px;
    line-height: 43px !important;
    letter-spacing: 0.15px;
  }
  .magazine_name {
    letter-spacing: 0.3px;
  }
  .team_box{
    padding: 36px 30px 20px;
  }
  footer .wd30 {
    width: 36% !important;
  }
  .foot_flex {
    width: 40%;
  }
  .foot_flex .wd100:first-child {
    width: 84% !important;
  }
  footer .space_bw .wd20:nth-child(3){
    width: 18%;
  }
  .wd93 {
    width: 92.75%;
  }
}

@media screen and (min-width:1500px) and (max-width:1599px){
  .pre_logo video {
    width: 17%;
  }
  .container{
    max-width: 1436px;
  } 
  .banner_title{
    font-size: 60px;
    line-height: 66px !important;  
  }
  .lh96 {
    line-height: 81px !important;
  }
  .banner_content{
    width: 1436px;
  }
  .pro_container {
    max-width: 647px !important;
  }
  .wd70 {
    width: 70% !important;
  }
  .work_title {
    font-size: 34.5px;
    line-height: 40px !important;
    letter-spacing: 0.32px;
  }
  .ptb80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about_title {
    font-size: 20px;
    line-height: 27px;
  }
  .counter_box {
    width: 18%;
  }
  .ml35n{
    margin-left: -46px;
  }
  .lap_wd33{
    width: 37%;
  }
  .magazine_name {
    letter-spacing: 0.3px;
  }
  .logo_holder {
    padding: 17px 16px;
  }

  .banner_sec img {
    margin-top: -16.9%;
  }
  footer .wd30 {
    width: 42% !important;
  }
  .foot_flex .wd100:first-child {
    width: 78% !important;
  }
  footer .space_bw .wd20:nth-child(3){
    width: 18%;
  }
  .wd93 {
    width: 92.75%;
  }
  .page_title {
    padding: 52px 0;
  }
  .ptb120 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pb120{
    padding-bottom: 105px !important;
  }
  .work_sec {
    padding: 105px 0 0;
  }
  .pb100 {
    padding-bottom: 80px !important;
  }
    .mt90 {
    margin-top: 70px !important;
  }
  .mb30 {
    margin-bottom: 22px !important;
  }
  .pb90{
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width:1400px) and (max-width:1499px){
  .pre_logo video {
    width: 18%;
  }
  .container{
    max-width: 1385px; 
  }
  .banner_content{
    width: 1385px;
  }
  .banner_title{
    font-size: 60px;
    line-height: 67px !important; 
  }
  .lh96 {
    line-height: 77px !important;
  }
  .pro_container {
    max-width: 612px !important;
  } 
  .work_title {
    font-size: 32.75px;
    line-height: 40px !important;
  }
  .wd70 {
    width: 70% !important;
  }
  .ptb80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about_title {
    font-size: 20px;
    line-height: 27px;
  }
  .counter_box {
    width: 18%;
  }
  .ml35n{
    margin-left: -46px;
  }
  .lap_wd33{
    width: 36%;
  }
  .banner_tagline {
    letter-spacing: 1.4px;
  }
  .sub_title {
    letter-spacing: 1.4px;
  }
  .small_none{
    display: none;
  }
  .small_wd20{
    width: 20%;
  }
  .magazine_name {
    letter-spacing: 0.3px;
  }
  .wd_magazine {
    width: 72%;
  }
  .res_wd38{
    width: 34.4%;
  }
  .logo_holder {
    padding: 15px 14px;
  }
  .about_para {
    letter-spacing: 0.15px;
  }
    .page_title {
    padding: 50px 0;
  }
  .ptb120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pb120{
    padding-bottom: 100px !important;
  }
  .work_sec {
    padding: 100px 0 0;
  }
  .work_descrition {
    letter-spacing: 0.3px;
  }
  .designation {
    letter-spacing: 1.4px;
  }
  .mt90 {
    margin-top: 70px !important;
  }
  .pb100 {
    padding-bottom: 80px !important;
  }
  .banner_sec img {
    margin-top: -17.4%;
  }
  footer .wd30 {
    width: 42% !important;
  }
  .foot_flex {
    width: 40%;
  }
  .foot_flex .wd100:first-child {
    width: 74% !important;
  }
  footer .space_bw .wd20:nth-child(3){
    width: 18%;
  }
  .wd93 {
    width: 93%;
  }
  .hover_btn {
    margin-top: 16px !important;
  }
  .mb30 {
    margin-bottom: 22px !important;
  }
  .pb90{
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width:1400px) and (max-width:1449px){
  .container {
    max-width: 1350px;
  }
}

@media screen and (min-width:1300px) and (max-width:1399px){
  .pre_logo video {
    width: 18%;
  }
  .container{
    max-width: 1301px; 
  }
  .banner_title{
    font-size: 54px;
    line-height: 59px !important; 
    letter-spacing: -2px;
  }
  .lh96 {
    line-height: 68px !important;
  }
  .banner_content{
    width: 1291px;
    padding-bottom: 45px;
  }
  .pro_container {
    max-width: 570px !important;
  } 
  .work_title {
    font-size: 31.5px;
    line-height: 33px !important;
    letter-spacing: 0.22px;
  }
  .ptb80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about_title {
    font-size: 20px;
    line-height: 26px;
  }
  .counter_box {
    width: 18%;
  }
  .ml35n{
    margin-left: -46px;
  }
  .lap_wd33{
    width: 37.33% !important;
  }
  .banner_tagline {
    letter-spacing: 1.4px;
  }
  .sub_title {
    letter-spacing: 1.4px;
  }
  .designation {
    letter-spacing: 1.4px;
  }
  .small_none{
    display: none;
  }
  .small_wd20{
    width: 20%;
  }
  .magazine_name {
    letter-spacing: 0.3px;
  }
  .wd_magazine {
    width: 76%;
  }
  .res_wd38{
    width: 36.3%;
  }
  .logo_holder {
    padding: 15px 14px;
  }
  .ptb120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pb120{
    padding-bottom: 100px !important;
  }
  .work_sec {
    padding: 100px 0 0;
  }
  .page_title {
    padding: 50px 0;
  }
  .work_descrition {
    letter-spacing: 0.1px;
  }
  .about_para {
    letter-spacing: 0.2px;
    line-height: 23px;
  }
  .mt90 {
    margin-top: 70px !important;
  }
  .pb100 {
    padding-bottom: 80px !important;
  }
  .banner_sec img {
    margin-top: -18.4%;
  }
  footer .wd30 {
    width: 44% !important;
  }
  .foot_flex {
    width: 40%;
  }
  .foot_flex .wd100:first-child {
    width: 74% !important;
  }
  footer .space_bw .wd20:nth-child(3){
    width: 18%;
  }
  .wd93 {
    width: 93%;
  }
    .hover_btn {
    margin-top: 16px !important;
  }
  .mb30 {
    margin-bottom: 22px !important;
  }
  .pb90{
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width:1200px) and (max-width:1299px){
  .pre_logo video {
    width: 18%;
  }
  .container{
    max-width: 1216px;
  }
  .banner_title{
    font-size: 54px;
    line-height: 60px !important; 
  }
  .lh96 {
    line-height: 68px !important;
  }
  .nav_links {
    gap: 27px;
  }
  .banner_content{
    width: 1216px;
    padding-bottom: 45px;
  }
  .pro_container {
    max-width: 533px !important;  
  }
  .pl43 {
    padding-left: 36px !important;
  }
  .work_title {
    font-size: 29px;
    line-height: 33px !important;
    letter-spacing: 0.21px;
  }
  .wd70 {
    width: 70% !important;
  }
  .wd30 {
    width: 30.1% !important;
  }
  .ptb80 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about_title {
    font-size: 20px;
    line-height: 26px;
  }
  .counter_box {
    width: 18%;
  }
  .ml35n{
    margin-left: -46px;
  }
  .lap_wd33{
    width: 36.3% !important;
  }
  .banner_tagline {
    letter-spacing: 1.4px;
  }
  .sub_title {
    letter-spacing: 1.4px;
  }
  .designation {
    letter-spacing: 1.4px;
  }
  .small_none{
    display: none;
  }
  .small_wd20{
    width: 20%;
  }
  .magazine_name {
    letter-spacing: 0.3px;
  }
  .wd_magazine {
    width: 80%;
  }
  .res_wd38{
    width: 38.1%;
  }
  .page_title {
    padding: 50px 0;
  }
  .about_para {
    letter-spacing: 0.15px;
    line-height: 23px;
  }
  .logo_holder {
    padding: 15px 13px;
  }
  .ptb120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pb120{
    padding-bottom: 100px !important;
  }
  .work_sec {
    padding: 100px 0 0;
  }
  .work_box {
    padding: 52px 17px 20px;
  }
  .work_descrition {
    letter-spacing: 0px;
  }
  .mt90 {
    margin-top: 70px !important;
  }
  .pb100 {
    padding-bottom: 80px !important;
  }
  .banner_sec img {
    margin-top: -13.8%;
  }
  footer .wd30 {
    width: 44% !important;
  }
  .foot_flex {
    width: 37.4%;
  }
  .foot_flex .wd100:first-child {
    width: 70% !important;
  }
  footer .space_bw .wd20:nth-child(3){
    width: 18%;
  }
  .wd93 {
    width: 93.3%;
  }
  .team_box {
    padding: 36px 21px 20px;
  }
    .hover_btn {
    margin-top: 12px !important;
  }
  .mb30 {
    margin-bottom: 22px !important;
  }
  .pb90{
    padding-bottom: 80px !important;
  }
}


@media screen and (min-width:1200px) and (max-width:1250px){ 
  .container {
    max-width: 1160px;
  }
   .lap_wd33 {
    width: 41.3% !important;
  }
  .about_images {
    margin-right: -8%;
  }
  .team_box {
    padding: 36px 20px 20px;
  }
  .designation {
    letter-spacing: 1px;
  }
   .banner_content {
    width: 1160px;
  }
  .work_title {
    font-size: 27.4px;
  }
}


@media screen and (min-width:1100px) and (max-width:1199px){ 
  .pre_logo video {
    width: 20%;
  }
  .container{
    max-width: 1095px;
  }
  .banner_title{
    font-size: 57px;
    line-height: 63px !important; 
  }
  .banner_content{
    width: 1095px;
    padding-bottom: 45px;
  }
  .pro_container {
    max-width: 500px !important;
  }
  .about_images {
    margin-right: -8.5%;
    width: 92.5%;
  }
  .lap_wd33 {
    width: 41.5%;
  }
  .about_para {
    letter-spacing: 0.28px;
  }
  .work_title {
    font-size: 25.5px;
    line-height: 33px !important;
    letter-spacing: 0.1px;
  }
  .work_descrition {
    height: 54px;
  }
  .work_box {
    bottom: -63px;
    padding: 52px 20px 20px;
  }
  .logo_holder {
    padding: 17px 8px;
  }
  .about_images img {
    width: 74%;
  }
  .small_none{
    display: none;
  }
  .small_wd20{
    width: 20%;
  }
  .magazine_name {
    letter-spacing: 0.3px;
  }
  footer .wd30 {
    width: 35% !important;
  }
  .foot_flex {
    width: 35.4%;
  }
  .foot_flex .wd100:first-child {
    width: 94% !important;
  }
  footer .space_bw .wd20:nth-child(3){
    width: 18%;
  }
   .project_gallery_wd {
    margin-bottom: 12px;
  }
  .wd93 {
    width: 94.7%;
  }
  .ptb120 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .work_sec {
  padding: 85px 0 0;
}
.mt90 {
  margin-top: 40px !important;
}
  .pb120{
    padding-bottom: 85px !important;
  }
   .pb100 {
    padding-bottom: 60px !important;
  }
  .designation {
    letter-spacing: 0.6px;
  }
  .team_box {
    padding: 36px 19px 20px;
  }
    .hover_btn {
    margin-top: 10px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  footer {
    padding: 50px 0 0;
  }
  .foot_btm {
    margin-top: 50px;
  }
    .form_sec .about_para{
    margin-bottom: 0;
  }
  .page_title {
    padding: 50px 0;
  }
  .lh96 {
    line-height: 72px !important;
  }
}

@media screen and (min-width:1170px) and (max-width:1199px){
  .container {
    max-width: 1120px;
  }
 .work_title {
    font-size: 26px;
    letter-spacing: 0.16px;
  }
  .banner_content {
    width: 1120px;
  }
}

@media screen and (min-width:1100px) and (max-width:1149px){
  .container {
    max-width: 1079px;
  }
  .banner_content {
    width: 1078px;
  }
}


@media screen and (min-width:1024px) and (max-width:1099px){
    .lh96 {
    line-height: 72px !important;
  }
    .page_title {
    padding: 43px 0; 
  }
  .pre_logo video {
    width: 23%;
  }
  .container{
    max-width: 1005px;
  }
  .banner_title{
    font-size: 52px;
    line-height: 57px !important; 
  }
  .banner_content{
    width: 1005px;
    padding-bottom: 45px;
  }
  .pro_container {
    max-width: 426px !important;
  }
  .about_images {
    width: 95.5%;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .hover_btn {
    margin-top: 10px !important;
  }
  .lap_wd33 {
    width: 43%;
    margin-right: -20px;
  }
  .about_para {
    letter-spacing: 0.15px;
  }
  .work_title {
    font-size: 23.25px;
    line-height: 33px !important;
    letter-spacing: 0.1px;
  }
  .work_descrition {
    height: 54px;
    letter-spacing: 0.2px;
  }
  .work_box {
    bottom: -63px;
    padding: 52px 18px 20px;
  }
  .logo_holder {
    padding: 17px 7px;
  }
  .about_images img {
    width: 78%;
  }
  footer .wd30 {
    width: 35% !important;
  }
  .foot_flex {
    width: 32.4%;
  }
  .foot_flex .wd100:first-child {
    width: 100% !important;
  }
  footer .space_bw .wd20:nth-child(3){
    width: 17%;
  }
  .project_gallery_wd {
    margin-bottom: 12px;
  }
  .wd93 {
    width: 93.5%;
  }
  .ptb120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pb120{
    padding-bottom: 80px !important;
  }
   .pb100 {
    padding-bottom: 55px !important;
  }
  .designation {
    letter-spacing: 0.4px;
    font-size: 9.5px;
  }
  .team_box {
    padding: 36px 17px 20px;
  }
  .work_sec {
    padding: 80px 0 0;
  }
  .ptb120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt90 {
    margin-top: 40px !important;
  }
  .form_sec .about_para{
    margin-bottom: 0;
  }
  footer {
    padding: 40px 0 0;
  }
  .foot_btm {
    margin-top: 40px;
  }
  .foot_para {
    letter-spacing: 0.15px;
  }
}

@media screen and (min-width:1070px) and (max-width:1099px){
  .container {
    max-width: 1030px;
  }
  .work_title {
    font-size: 24px;
    letter-spacing: 0.1px;
  }
  .banner_content {
    width: 1030px;
  }
}

@media screen and (min-width:1024px) and (max-width:1049px){
  .container {
    max-width: 980px;
  }
  .banner_content {
    width: 980px;
  }
   .team_box {
    padding: 36px 15px 15px;
  }
  .work_box {
    padding: 52px 15px 20px;
  }
   .work_title {
    font-size: 22.6px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px){
  .pre_logo video {
    width: 36%;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 785px;
  }
  .nav_links {
    display: flex;
    gap: 29px;
  }
  .banner_title {
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 55px !important;
  }
  .mln6 {
    margin-left: 0px;
  }
  .banner_sec img {
    position: unset;
    margin-top: -45px;
    transform: scale(1);
  }
  .project_inner_pg .banner_sec img {
    margin-top: -45px !important;
  }
  .banner_sec {
    height: 100%;
    padding: 0;
    margin: 0px 0 58px;
  }
  .banner_content {
    width: 100%;
    padding-bottom: 38px !important;
  }
  .arrow2 {
    display: none;
  }
  .project_inner_pg .banner_content {
    padding-bottom: 38px !important;
  }
  .lap_wd33 {
    width: 100%;
  }
  .about_para {
    margin-bottom: 10px !important;;
  }
  .about_images {
    width: 100% !important;
    margin-right: 0 !important;
    height: 405px;
    margin-top: 50px;
  }
  .about_images img {
    width: 55%;
  }
  .work_sec .col-md-9 {
    flex: 0 0 auto;
    width: 79%;
  }
  .work_box {
    bottom: -76px;
    padding: 70px 7px 11px 14px;
  }
  .work_descrition {
    letter-spacing: 0.1px;
    height: 72px;
  }
  footer .wd30 {
    width: 100% !important;
    margin-bottom: 35px;
  }
  footer .wd20 {
    width:  26% !important;
  }
  footer {
    padding: 47px 0 0;
  }
  .foot_logo {
    margin-bottom: 16px;
    width: 150px;
  }
  footer .res_col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .foot_title {
    margin-bottom: 12px;
  }
  .foot_flex {
    width: 66.66%;
  }
  .foot_text {
    line-height: 23px;
    margin-bottom: 6px;
  }
  .foot_para {
    max-width: 100%;
  }
  .foot_btm {
    padding: 11px 0;
    margin-top: 44px;
  }
  .foot_ul li {
    line-height: 18px;
  }
  .progress-wrap {
    position: fixed;
    right: 13px;
    bottom: 35px;
    height: 35px;
    width: 35px;
  }
  .progress-wrap::after {
    line-height: 33px;
    font-size: 12px;
    height: 35px;
    width: 35px;
  }
  .mb5.res_mb{
    margin-bottom: 0 !important;
    line-height: 13px;
  }
   .page_title {
    padding: 45px 0;
    margin-top: 60px;
  }
   .work_title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .wd_award {
    width: 22.5%;
  }
  .logo_holder {
    padding: 16px 10px;
  }
  .pc_view{
    display: none;
  }
  .mob_view{
    display: block;
  }
  .work_sec {
    padding: 70px 0 0;
  }
  .ptb120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .res_none{
    display: none;
  }
  .team_box {
    padding: 36px 15px 14px 15px;
  }
  .form_sec .about_para {
    letter-spacing: 0.15px;
  }
  .res_mt5{
    margin-top: 5px !important;
  }
  .res_mt10{
    margin-top: 10px !important;
  }
  .tab_mt40{
    margin-top: 40px !important;
  }
  .tab_mb20{
    margin-bottom: 20px !important;
  }
  .award_thum {
    width: 24.2%;
  }
  .res_wd100{
    width: 100%;
  }
  .tab_pb50{
    padding-bottom: 50px !important;
  }
  .banner_title .ln {
    display: block;
    margin-bottom: -4px;
  }
  .banner_title .ln:first-child {
    margin-bottom: -2px;
  }
  .designation {
    letter-spacing: 1.1px;
    line-height: 14px;
  }
  .person_name {
    line-height: 20px;
  }
  .sub_title {
    letter-spacing: 1.8px;
  }
  .tab_w100{
    width: 100%;
  }
}


@media screen and (min-width:890px) and (max-width:980px){
 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 910px;
  }
  .work_sec {
    padding: 80px 0 0;
  }
   .ptb120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tab_pb50 {
    padding-bottom: 60px !important;
  }
  footer {
    padding: 52px 0 0;
  }
  .banner_sec {
    margin: 0px 0 70px;
  }
  .about_images {
    height: 455px;
    margin-top: 55px;
  }
  .work_box {
    padding: 70px 13px 11px 13px;
  }
  .form_sec .about_para {
    letter-spacing: 0.3px;
  }
  footer .wd20 {
    width: 25% !important;
  }
  .foot_flex {
    width: 67%;
  }
  .award_thum {
    width: 24.3%;
  }
  .lap960_none{
    display: none;
  }
  .lap960_block{
    display: block;
  }
   .wd_award {
    width: 17.5%;
  }
  .lap960_ml3n{
    margin-left: -3%;
  }
}

@media screen and (min-width:830px) and (max-width:850px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 800px;
  }
}

@media screen and (min-width:800px) and (max-width:819px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 775px;
  }
   .about_para {
    margin-bottom: 10px !important;
    letter-spacing: 0.25px;
  }
  .about_images {
    height: 410px;
  }
}

@media screen and (min-width:768px) and (max-width:799px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 736px;
  }
  .wd_award {
    width: 22%;
  }
  .logo_holder {
    padding: 15px 8px;
  }
  .work_title {
    font-size: 26px;
  }
}


@media screen and (max-width:767px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0 14px;
  }
  .pre_logo video {
    width: 52%;
  }
  .logo {
    width: 140px;
    filter: invert(100%);
  }
  .inner_pg .logo {
    width: 140px;
  }
  .project_inner_pg .logo {
    filter: invert(100%);
  }
  .hamburger {
    display: flex;
  }
  .mobile_logo {
    display: block;
    margin-bottom: 40px;
    position: absolute;
    left: 12px;
    top: 14px;
    border: none !important;
  }
  .mobile_logo img {
    width: 140px;
    filter: invert(100%);
  }
  .nav_links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    flex-direction: column;
    gap: 0;
    padding: 110px 12px;
    transition: right 0.35s ease;
    z-index: 1000;
    background: #e3dcd2;
  }
  .nav_links.active {
    right: 0;
  }
  .nav_links li {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px dotted rgba(132, 132, 132, 0.35);
    padding-bottom: 11px;
  }
  .nav_links a {
    color:#414141 !important;
    font-size: 12px;
  }
  nav {
    padding: 14px 0; 
  }
  #navbar a{
    display: inline-flex;
  }
  .contact_btn {
    border: none;
    padding: 0;
  }
  .banner_title {
    font-size: 25px;
    letter-spacing: -0.5px;
    line-height: 32px !important;
  }
  .mln6 {
    margin-left: 0px;
  }
  .banner_sec img {
    position: unset;
    margin-top: -16px;
    transform: scale(1);
  }
  .project_inner_pg .banner_sec img {
    margin-top: -16px !important;
  }
  .banner_sec {
    height: 100%;
    padding: 0;
    margin: 53px 0 35px;
  }
  .banner_content {
    width: 100%;
    padding-bottom: 20px !important;
  }
  .arrow2 {
    display: none;
  }
  .project_inner_pg .banner_content {
    padding-bottom: 20px !important;
  }
  .lap_wd33 {
    width: 100%;
  }
  .about_para {
    font-size: 13.5px;
    line-height: 23px;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
  }
  .about_images {
    width: 100% !important;
    margin-right: 0 !important;
    height: 260px;
    margin-top: 34px;
  }
  .about_images img {
    width: 79%;
  }
  .read_btn{
    display: flex;
  }
  footer .wd30 {
    width: 100% !important;
    margin-bottom: 34px;
  }
  footer .wd20 {
    width: 100% !important;
  }
  footer {
    padding: 37px 0 0;
  }
  .foot_logo {
    margin-bottom: 16px;
    width: 140px;
  }
  .foot_para br:nth-child(2){
    display: none;
  }
  .foot_para br:first-child{
    margin-bottom: 14px;
    display: block;
  }
  .res_col{
    display: flex;
    flex-direction: column;
  }
  .foot_title {
    margin-bottom: 12px;
  }
    nav.sticky .contact_btn {
    border: none !important;
  }
  .foot_flex {
    width: 100%;
    margin-bottom: 34px;
  }
  .foot_text {
    margin-bottom: 6px;
    font-size: 13.5px;
    line-height: 23px;
    max-width: 100%;
  }
  .foot_ul a {
  font-size: 13.5px;
  }
  .foot_btm {
    padding: 8px 0;
    margin-top: 30px; 
  }
  footer .space_bw .wd20:nth-child(3) .foot_text:nth-child(2){
    margin-bottom: -10px;
  }
  .foot_ul li {
    line-height: 18px;
  }
  .progress-wrap {
    position: fixed;
    right: 13px;
    bottom: 35px;
    height: 33px;
    width: 33px;
  }
  .progress-wrap::after {
    line-height: 33px;
    font-size: 12px;
    height: 33px;
    width: 33px;
  }
  .inner_pg nav .contact_btn {
    border: none;
  }
  .mb5.res_mb{
    margin-bottom: 0 !important;
    line-height: 14px;
  }
   .page_title {
    padding: 33px 0; 
    margin-top: 53px;
  }
   .work_title {
    font-size: 23px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  .about_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .res_none{
    display: none;
  }
  .wd_award {
    width: 25%;
  }
  .logo_holder {
    padding: 15px 1px;
  }
  .pc_view{
    display: none;
  }
  .mob_view{
    display: block;
  }
  .about_sec .hover_btn {
    display: flex;
  }
  .res_ls04{
    letter-spacing: 0.45px !important;
  }
  .work_sec {
    padding: 45px 0 0;
  }
  .ptb120 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .res_none{
    display: none;
  }
  .lh20 {
    line-height: 15px;
  }
  .team_box {
    padding: 36px 12px 14px;
  }
  .res_wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .team_holder {
    width: 49.85%;
  }
  .form_sec .about_para {
    font-size: 13.2px;
    letter-spacing: 0.15px;
  }
  .res_mt5{
    margin-top: 5px !important;
  }
  .res_mt10{
    margin-top: 10px !important;
  }
  .res_mt15{
    margin-top: 15px !important;
  }
  .res_mt20{
    margin-top: 20px !important;
  }
  .hover_btn a {
    letter-spacing: 0.5px;
    font-size: 9px;
  }
  .res_mb15{
    margin-bottom: 15px !important;
  }
  .res_mb10{
    margin-bottom: 12px !important;
  }
  .award_thum {
    width: 48.9%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .award_thum:nth-last-of-type(-n+2) {
    margin-bottom: 0px;
  }
  .res_wd100{
    width: 100%;
  }
  .res_pb40{
    padding-bottom: 40px !important;
  }
  .wd25.project_box {
    width: 49.85%;
  }
  .work_box {
    bottom: -79px;
    padding: 70px 13px 15px;
  }
  .work_descrition {
    letter-spacing: 0.2px;
    height: 72px;
  }
  .banner_title .ln {
    display: block;
    margin-bottom: -3px;
  }
  .banner_title .ln:first-child {
    margin-bottom: -2px;
  }
  .designation {
    letter-spacing: 1.3px;
    line-height: 13px;
  }
  .sub_title {
    letter-spacing: 1.5px;
  }
  .res_mb0{
    margin-bottom: 0 !important;
  }
  .res_mt0{
    margin-top: 0 !important;
  }
  .res_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .video_btn {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
  .res_mtb0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .foot_btm p {
    letter-spacing: 0.2px;
  }
  .res_pb48{
    padding-bottom: 48px !important;
  }
  .mt30{
    margin-top: 25px !important;
  }
}


@media screen and (min-width:668px) and (max-width:760px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 660px;
  }
   .about_images img {
    width: 62%;
  }
  .about_images {
    height: 380px;
  }
  .wd25.project_box {
    width: 24.89%;
  }
  .work_descrition {
    letter-spacing: 0px;
    height: 72px;
  }
  .work_box {
    padding: 70px 11px 15px;
  }
   .award_thum {
    width: 24%;
  }
  .wd_award {
    width: 22%;
  }
  .logo_holder {
    padding: 12px 3px;
  }
   .team_holder {
    width: 24.89%;
  }
   footer .res_col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .foot_text {
    max-width: 100%;
    font-size: 14px;
    letter-spacing: 0.2px;
  }
  footer .wd20 {
    width: 23.5% !important;
  }
  .foot_flex {
    width: 67%;
    margin-bottom: 0px;
  }
  .res_pb40 {
    padding-bottom: 50px !important;
  }
   .ptb120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .work_sec {
    padding: 60px 0 0;
  }
  .banner_sec {
    margin: 53px 0 50px;
  }
  .about_images {
    margin-top: 41px;
  }
  .banner_title .ln:first-child {
    margin-bottom: -3px;
  }
  .banner_title .ln {
    margin-bottom: -3px;
  }
  .banner_title {
    font-size: 40px;
    line-height: 48px !important;
  }
  .banner_content {
    padding-bottom: 35px !important;
  }
  .work_sec .col-md-9 {
    flex: 0 0 auto;
    width: 79%;
  }
  .work_title {
    font-size: 23.8px;
  }
  .nav_links {
    padding: 110px 25px
  }
  .mobile_logo {
    left: 25px;
  }
}

@media screen and (min-width:700px) and (max-width:730px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 690px;
  }
}

@media screen and (min-width:730px) and (max-width:767px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 717px;
  }
   .work_title {
    font-size: 25px;
  }
}

@media screen and (max-width:378px){
  .foot_btm p {
    letter-spacing: 0.1px;
  }
}

@media screen and (max-width:374px){
  .foot_btm p {
    letter-spacing: 0px;
  }
}