@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Alumni+Sans+Pinstripe:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



#SiteCredits2.img_btn .btn {
  width: 90px;
}
.jost{
    font-family: "Jost", sans-serif;
}
html, body{
    overflow-x: hidden !important; 
    font-family: "Montserrat", sans-serif !important;
    scroll-behavior: smooth !important;
}
.mb6{
  margin-bottom: 6px !important;
}
.opacity-2 {
	opacity: 0.25 !important;
}
.hidden_loading {
  opacity: 0;
  display: none !important;
}
.hd__logo{ width: 90px; }
.op2 .curve_escape_thum2 {
  width: 35.45%;
}
.op2 .curve_escape_thum3 {
  width: 64.25%;
}
.op2 .curve_escape_thum12 {
  width: 54%;
}
.op2 .curve_escape_thum13 {
  width: 45.7%;
}
.mt70{
  margin-top: 70px !important;
}
.banner_fixed{
  position: fixed;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.pos_rel{
    position: relative;
}
.over_hide{
    overflow: hidden;
}
.title-lines::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  width: 9px;
  height: 2px;
  background-color: #fff;
  animation: lineAnim 4s linear infinite;
}
.bg_white{
  background: white;
}
.title-lines {
  width: 56px;
  height: 2px;
  background: #dadada;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -2px;
  overflow: hidden;
}
@keyframes lineAnim {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: 100%;
  }
}
.logo_txt{
  position: absolute;
   font-family: "Jost", sans-serif;
   font-size: 124px;
  top: 0;
  line-height: 89px;
  margin-bottom: 0;
  right: -1px;
  font-weight: 400;
  color: #0000;
}
.logo_txt:after{
  content: "";
  background: url("../images/star.svg");
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: orbit-around 16s linear infinite;
  position: absolute;
  overflow: hidden;
  transform: rotate(23deg);
}
.mb20{
  margin-bottom: 20px !important;
}
.mt20{
  margin-top: 20px !important;
}
@keyframes orbit-around {
  0% {
    bottom: 12px;
    right: -11px;
    opacity: 1;
    transform: rotate(0deg);
  }
  10%{
    bottom: 12px;
    right: 2px;
    opacity: 1;
    transform: rotate(30deg);
  }
  20%{
    bottom: -12px;
    right: 2px;
    opacity: 0.5;
    transform: rotate(60deg);
  }
  30%{
    bottom: -12px;
    right: 14px;
    opacity: 1;
    transform: rotate(90deg);
  }
  40%{
    bottom: 12px;
    right: 14px;
    opacity: 0;
    transform: rotate(120deg);
  }
  50%{
    bottom: 12px;
    right: 60px;
    opacity: 1;
    transform: rotate(150deg);
  }
  60%{
    bottom: 39px;
    right: 45px;
    opacity: 0.3;
    transform: rotate(180deg);
  }
  63%{
    bottom: 49px;
    right: 30px;
    opacity: 0;
    transform: rotate(210deg);
  }
  67%{
    bottom: 79px;
    right: 15px;
    opacity: 1;
    transform: rotate(240deg);
  }
  70%{
    bottom: 79px;
    right: 2px;
    opacity: 1;
    transform: rotate(270deg);
  }
  71%{
    bottom: 76px;
    right: 2px;
    opacity: 0;
    transform: rotate(274deg);
  }
  74%{
    bottom: 76px;
    right: 2px;
    opacity: 0.5;
    transform: rotate(278deg);
  }
  77%{
    bottom: 76px;
    right: 2px;
    opacity: 1;
    transform: rotate(282deg);
  }
  80%{
    bottom: 76px;
    right: 2px;
    opacity: 0;
    transform: rotate(286deg);
  }
  83%{
    bottom: 76px;
    right: 2px;
    opacity: 0.5;
    transform: rotate(290deg);
  }
  86%{
    bottom: 76px;
    right: 2px;
    opacity: 1;
    transform: rotate(294deg);
  }
  90%{
    bottom: 56px;
    right: 2px;
    opacity: 1;
    transform: rotate(296deg);
  }
  92%{
    bottom: 36px;
    right: 2px;
    opacity: 0.5;
    transform: rotate(298deg);
  }
  94%{
    bottom: 20px;
    right: 2px;
    opacity: 1;
    transform: rotate(300deg);
  }
  96%{
    bottom: 20px;
    right: -6px;
    opacity: 0.5;
    transform: rotate(330deg);
  }
  100%{
    bottom: 12px;
    right: -11px;
    opacity: 0;
    transform: rotate(360deg);
  }
}
.cursive_fnt {
  font-family: "Alex Brush", cursive;
  font-size: 38px;
  font-weight: 500;
  margin-top: 40px;
  color: #bebebe;
  letter-spacing: 3.3px;
  /* animation: opacity 5s linear 1; */
}
.axis_fnt{
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 3px !important;
  color: #a09f9e;
}
/* @keyframes opacity {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0.5;
  }
  100%{
    opacity: 1;
  }
} */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f4f4f4 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: all 0.4s ease;
}

.loader-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-ring {
  transform: rotate(-90deg) scale(1.3);
}
.progress-ring-bg {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 3px;
}
.progress-ring-circle {
  fill: transparent;
  stroke: #ffffff00;
  stroke-width: 4px;
  stroke-dasharray: 565.48; /* 2 * PI * r */
  stroke-dashoffset: 565.48; /* Initial state - fully empty */
  transition: stroke 0.5s ease;
}
.loader-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.loading-stage {
  position: relative;
  height: 318px; 
  width: 310px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stage-current,
.stage-next {
  text-align: center;
}
.stage-current {
  transform: translateY(0) !important;
}
.loading_logo{
  position: relative;
  width: 140px;
  z-index: 99;
}

.bounce-loader {
  top: 70%;
  position: unset;
  margin: 5px 0 0 0;
}
.header-icon {
  display: flex;
  align-items: center;
}
.flex_end{
    display: flex;
    justify-content: flex-end;
}
.header-icon .header-social-icon a {
  font-size: 17px;
  margin-left: 20px;
  flex-shrink: 0;
  padding-left: 0;
  color: gainsboro;
}
.header-icon .icon{
    position: relative;
  line-height: 0;
  display: flex;
  align-self: stretch;
  align-items: center;
}
.fs-18 {
  font-size: 18px;
}
.facebook_icon {
  width: 10px;
  margin-top: 0px;
  opacity: 0.8;
}
.youtube_icon {
  width: 21px;
   opacity: 0.8;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
}
.ml5{
    margin-left: 5px !important;
}
#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a::before {
    transition: all 0.6s ease;
    right: 100%;
}
#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a::before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a::before {
    content: "";
    position: absolute;
    width: auto;
    height: 1px;
}
#header .header-logo {
    margin: 0;
    position: relative;
}
.logo{
    width: 90px;
}
#header .header-row {
  justify-content: space-between;
  padding: 0px;
}
.justify_center{
    display: flex;
    justify-content: center;
}
#header .header-nav-main nav ul li a{
    padding: 0 !important;
    margin: 0 15px !important;
}
 #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a::before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a::before {
    left: 1px;
}
#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a.active::before {
    right: 0;
}
#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li:hover > a::before {
    right: 0;
}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 12px;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0.5px; 
    padding: 7px 10px !important;
    margin: 0 !important;
  border-bottom-color: #d6d6d6;
  color: #3f3f3f !important;
    text-transform: uppercase; 
}
.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom-color: #d6d6d63d;
    color: #fff !important; 
}
.new_home_pg #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom-color: #d6d6d63d;
    color: #fff !important; 
}
#header.sticky_strip .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  border-bottom-color: #d6d6d6;
  color: #3f3f3f !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    padding: 0;
    margin-left: 15px;
    width: 230px;
}
#header .header-nav-main nav ul li:first-child a{
    margin-left: 0 !important;
}
#header .header-nav-main nav ul li:last-child a{
    margin-right: 0 !important;
}

#header.header-effect-shrink .header-container {
  min-height: 100px;
  max-width: 1857px;
}

.home_pg2 #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, .home_pg2 #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
  color: #343434;
}
.home_pg2 .active_link {
  color: #000 !important;
}
.active_sublink{
  color: #474747 !important;
  font-weight: 700 !important;
}
.home_pg2  #header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #000 !important;
  }
  .home_pg2 .tp-bgimg.defaultimg {
    filter: grayscale(100%);
  }
.home_pg2 .active_link::before {
  width: 100% !important;
  height: 1px !important;
  background: #000000 !important;
  opacity: 1 !important;
}
.home_pg2  #header .header-nav.header-nav-line nav > ul li:hover > a::before {
    background: #000 !important;
  }
  .tagline_ban{
    font-weight: 700 !important;
    text-transform: uppercase;
  }

.header-social-icon.icon a{
    transition: all 0.5s ease;
}
.header-social-icon.icon a:hover{
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.mt100{
    margin-top: 100px !important;
}
section{
    padding: 95px 0;  
}

.banner .btn{
  color: #ffffffba;
  padding: 8px 15px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase;
  background: #ffffff05;
  border: 1px solid #ffffff3d;
  font-size: 14px !important;
  z-index: 99;
}
.banner .custom-btn-style-1::before {
  border-color: #c1c1c1 !important;
}
.banner .btn-primary:hover:not(.bg-transparent), .banner .btn-primary.hover:not(.bg-transparent) {
  background-color: #ffffff57;
}
.banner .custom-btn-style-1:hover::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #000000 !important;
}
#header .header-nav.header-nav-dropdowns-dark nav  ul li.dropdown .dropdown-menu a{
  transition: all 0.6s ease;
}
#header .header-nav.header-nav-dropdowns-dark nav  ul li.dropdown .dropdown-menu a:hover{
    padding-left: 25px !important;
  transition: all 0.6s ease;
}
#header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    color: #DCDCDC;
}
.active_link {
  color: #FFF !important;
}
.active_link::before {
  width: 100% !important;
  height: 1px !important;
  background: #FFF !important;
  opacity: 1 !important;
}
.home_pg2 .bg-primary {
  background-color: #f4f1ed !important;
  padding: 59px 0;
}
.home_pg2 .bg-primary2 {
  background-color: #ffffffe3 !important;
  transition: all 1s ease !important;
}

.bg-primary {
  background-color: #434343 !important;
}
.text-lg-15 {
    font-size: 58px !important;
}
.text-md-6 {
    font-size: 20px !important;
    letter-spacing: 2.2px !important;
    margin-top: 8px;
    margin-bottom: 6px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.custom-container-style-2 {
  max-width: 78%;
  padding-top: 0 !important;
  margin-top: 104px !important;
}
.mt60{
  margin-top: 60px !important;
}
.custom-square-1 {
		position: absolute;
		top: -10px;
		left: -10px;
}
p{
  font-size: 15px;
  color: #545454;
  margin-bottom: 17px; 
  line-height: 25px;
}
.custom-square-1 rect {
		fill-opacity: 0;
		stroke-dasharray: 1550;
		stroke-dashoffset: 1550;
		transition: ease all 2000ms;
}

.custom-square-1 rect.appear-animation-visible {
		stroke-dashoffset: 0;
}

.custom-square-1.custom-square-top-right {
		right: -10px;
		left: auto;
}

.custom-square-1.custom-square-1-no-pos {
		top: 0;
		left: 0;
}

.custom-square-1.custom-square-1-no-pos rect.appear-animation-visible {
		fill-opacity: 1;
}
.pl37{
  padding-left: 37px !important;
}
@media (max-width: 575px) {
		.custom-mobile-square-thickness rect {
				stroke-width: 15px;
		}
}
.active-revslide .custom-square-1 rect {
		stroke-dashoffset: 0;
}
.custom-square-1 rect {
  stroke: #99846e66 !important;
  fill: #99846e66 !important;
}

.rev_slider li.slide-overlay .slotholder::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.4;
  background: var(--dark);
  z-index: 2;
}
.banner_box {
    transform: scale(0.872);
  box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.3);
  height: 96vh;
  overflow: hidden;
    margin-top: 5px;
}
.hg84vh{
  height: 84vh;
}
.pt40{
  padding-top: 40px !important;
}
.rev_slider_wrapper {
  left: 0 !important;
}
.black_layer{
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.banner_container{
    max-width: 1865px;
    padding: 0 15px;
    margin-top: 30px; 
}
.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0 !important;
  transition: all 0.2s ease-in-out;
}
.fw100{
  font-weight: 100 !important;
}
	.text-md-14 {
		font-size:  50px !important;
		letter-spacing: 1px !important;
		text-transform: uppercase;
		line-height: 46px !important;
	}
  .bg_black{
    background: black;
  }
  .bg_beige{
  background-color: #f4f1ed !important;
}
  .container {
  max-width: 1857px !important; 
}
  .custom-container-style {
  max-width: 1690px;
}
.custom-page-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.welcome_logo{
  display: flex;
}
.welcome_logo img{
    position: relative;
    width: 320px;
    z-index: 99;
}
.welcome_logo video{
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
}

.youtube-container {
  overflow: hidden;  
  width: 100%;  
  aspect-ratio: 15.9/9; 
  pointer-events: none !important;
  position: absolute;
  left: 0;
  top: -44px;
  height: 100%;
  filter: brightness(150%);
}
.youtube-container iframe {
  width: 300%;
  height: 100%;
  margin-left: -60%;
  pointer-events: none !important;
} 
.wel_fnt{
  font-family: "Overpass", sans-serif !important;
  font-size: 20px !important;
  letter-spacing: 0.1px;
  color: #757575 !important;
  line-height: 29px !important;
}
.main_title{ 
  font-weight: 200 !important;
  letter-spacing: -1px;
  font-size: 36px !important;
  line-height: 44px !important;
  color: #776554 !important;
  text-transform: unset;
  margin-bottom: 1px;
  margin-top: 7px;
}
.testimonial blockquote p {
  font-size: 15px;
  color: #686868 !important;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.3px;
}
.sub_title{
  line-height: 1.3 !important;
  letter-spacing: 1.2px !important;
  font-weight: 400;
  color: #757575 !important;
  text-transform: uppercase;
  font-size: 15px !important;
  margin-bottom: 0;
  font-family: "Overpass", sans-serif;
}
.counters label {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #343434 !important;
}
.wel_bg{
  position: absolute;
  right: -11%;
  top: -20%;
  opacity: 0.8;
}
.cream_bg{
  background-color: #fbf9f6 !important
}
.big_fnt{
  position: absolute;
  bottom: -16px;
  right: 13px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
  -webkit-text-stroke-color: #2a2a2a;
  font-size: 115px !important;
  font-weight: 900 !important;
  opacity: 0.2 !important;
  margin-bottom: 0 !important;
  color: transparent;
}
.btn {
position: relative;
  color: #00000085;
  padding: 5px 14px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #ffffff3d;
  font-size: 10.5px !important;
  left: 5px;
  border-radius: 0;
  transition: all 0.6s ease;
}
.btn-primary:hover:not(.bg-transparent), .btn-primary.hover:not(.bg-transparent) {
  background-color: #f9f9f9;
  color: #6e6e6e;
}
.custom-btn-style-1:hover::before {
  transition: all 0.6s ease;
  opacity: 0;
}
.custom-btn-style-1::before {
  border: 2px dotted #2a2a2a24 !important;
}
.custom-btn-style-1::before {
  transition: all 0.6s ease;
}
.custom-btn-style-1:hover::before {
  transition: all 0.6s ease;
}
.light_gray_bg{
  background: #f9f9f9 !important;
}
.publication_sec .project_title {
  text-transform: uppercase;
  font-size: 24px !important; 
  color: #272727 !important;
}
.project_title{
  font-weight: 200 !important;
  letter-spacing: 0px;
  font-size: 24px !important;
  line-height: 34px !important;
  color: #959595 !important;
  text-transform: unset;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.project_title a{
  color: #070707 !important;
  transition: all 0.5s ease;
}
.project_title a:hover{
  color: #888 !important;
  transition: all 0.5s ease;
}
.card-body {
  padding: 15px 10px !important;
}
.mlr6{
  margin: 0 6px !important;
}
.mb15{
  margin-bottom: 15px;
}
.ls03{
  letter-spacing: 0.3px !important;
} 
.project_cat a span{
  transition: all 0.5s ease ;
}
.project_cat a:hover span{
  color: #000 !important;
  transition: all 0.5s ease ;
}
.pt40{
  padding-top: 40px !important;
}
.counter_title{
  font-weight: 700 !important;
  letter-spacing: -1px;
  font-size: 36px !important;
  line-height: 43px !important;
  color: #827262 !important;
  text-transform: unset;
  margin-bottom: 1px !important;
  margin-top: 0px;
  font-family: 'Overpass', sans-serif;
}
.card img{
  transition: all 0.6s ease;
}
.card:hover img{
  /*! filter: grayscale(100%); */
  transform: scale(1.05);
  transition: all 0.6s ease;
} 
.mb30{
  margin-bottom: 30px !important;
}
.ptb70{
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.testi_nane{
  font-weight: 500 !important;
  color: #9a9a9a !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active span {
  background: #9E9E9E !important;
}
.custom-dots-style-1 .owl-dots .owl-dot span {
  border-color: #9E9E9E !important;
  width: 9px;
  height: 9px;
}
.custom-testimonial-quote.testimonial.testimonial-with-quotes blockquote::before {
  content: '\f10d';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 22.4px;
  font-size: 58px;
  color: #9E9E9E24 !important;
  display: none !important;
}
.wel_name{
  position: absolute;
  color: transparent;
  z-index: 99;
  bottom: -15px;
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 60px;
  left: 0;
  -webkit-text-stroke: 1px gainsboro;
  background: white;
  font-family: 'Overpass', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb5{
  margin-bottom: 5px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb135{
  margin-bottom: 135px !important;
}

#footer {
  margin-top: 0;
}
.publication_sec .card-body {
  background: #fff !important;
  box-shadow: 0px 0 25px #dcdcdc59;
  padding: 14px 14px 19px !important;
}
.date_title{
  color: #827262 !important;
  text-transform: uppercase;
  line-height: 12px; 
  margin: 17px 0 7px;
  font-size: 11px;
  letter-spacing: 0.3px;
}
.read_more{
  font-size: 10px;
  letter-spacing: 0.3px;
  color: #414141;
  font-weight: 400;
}
.pub_container{
  max-width: 1475px !important;
}
.flex_center{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.lh100{
  line-height: 100px !important;
}
html.sticky-header-active #header .header-body {
  box-shadow: 0 0 17px rgba(125, 125, 125, 0.17) !important;
  padding: 0px 0 !important;
  background: #ffffffe0;
  transition: all 1s ease;
} 
html.sticky-header-active #header .header-body {
  box-shadow: 0 0 17px rgba(125, 125, 125, 0.17) !important;
  padding: 0px 0 !important;
  background: #ffffffe0;
  transition: all 1s ease;
} 
html.sticky-header-active .new_home_pg  #header .header-body {
  box-shadow: unset !important;
  padding: 0px 0 !important;
  background: unset !important;
  transition: all 1s ease;
}
html.sticky-header-active .new_home_pg #header .header-nav.header-nav-line nav > ul li:hover > a {
  color: #fff !important; 
}
html.sticky-header-active .new_home_pg #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, html.sticky-header-active .new_home_pg #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
  color: #f0f0f0;
}
html.sticky-header-active .new_home_pg #header .header-body .active_link::before {
  background: #fff !important;
}
html.sticky-header-active .new_home_pg #header .header-body .active_link {
  color: #fff !important;
}
html.sticky-header-active .new_home_pg #header .header-nav.header-nav-line nav > ul li:hover > a::before {
  background: #FFF !important;
}
html.sticky-header-active .new_home_pg #header .header-nav.header-nav-line nav  ul li .dropdown-menu li:hover > a {
  color: #fff !important;
}

html.sticky-header-active .new_home_pg #header.sticky_strip .header-nav.header-nav-line nav ul li .dropdown-menu li:hover > a {
  color: #000 !important;
}
html .new_home_pg #header .header-nav.header-nav-line nav ul li .dropdown-menu li:hover > a {
  color: #fff !important;
}

html.sticky-header-active .new_home_pg #header.sticky_strip .header-body{
  background: #ffffffb8 !important; 
  backdrop-filter: blur(3px);
  transition: all 1s ease; 
}
 html.sticky-header-active .new_home_pg #header.sticky_strip .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
  color: #474747;
} 
html.sticky-header-active .new_home_pg #header.sticky_strip .header-nav.header-nav-line nav > ul li:hover > a {
  color: #000 !important;
}
html.sticky-header-active .new_home_pg #header.sticky_strip .header-nav.header-nav-line nav > ul li:hover > a::before {
  background: #000 !important;
}
html.sticky-header-active .new_home_pg #header.sticky_strip .header-body .active_link {
  color: #252525 !important;
}
html.sticky-header-active .new_home_pg #header.sticky_strip .header-body .active_link::before {
  background: #000000 !important;
}
.www{
  width: 23px;
}
.copyright{
  font-size: 10px;
  letter-spacing: 0.2px;
  margin-bottom: 0px !important;
  color: #8d8d8d !important;
  line-height: 17px;
}
.copyright a{
  font-size: 10px;
  letter-spacing: 0.3px;
  color: #8d8d8d !important;
  transition: all 0.6s ease;
}
.copyright a:hover{
  color: #1e1e1e !important;
  text-decoration: none;
  transition: all 0.6s ease;
}
.mb0{
  margin-bottom: 0 !important;
}
.flex_align_end{
  display: flex;
  align-items: flex-end;
}
.header-icon .header-social-icon a:first-child {
  margin-left: 0px;
}
.header-social-icon.icon a:hover {
  margin-bottom: 0px;
  transition: all 0.5s ease !important;
  color: #4e4e4e;
}
.header-social-icon.icon a .facebook_icon {
   transition: all 0.5s ease !important;
}
.header-social-icon.icon a:hover .facebook_icon {
  opacity: 0.9;
   transition: all 0.5s ease !important;
}
.header-social-icon.icon a .youtube_icon {
   transition: all 0.5s ease !important;
}
.header-social-icon.icon a:hover .youtube_icon {
  opacity:0.91;
   transition: all 0.5s ease !important;
}
.facebook_icon {
  width: 10px;
  margin-top: 0px;
  opacity: 0.5;
  filter: invert(100%);
}
.youtube_icon {
  width: 21px;
  opacity: 0.5;
  filter: invert(100%);
}
.header-icon .header-social-icon a {
  color: #757575;
}
.foot_btm{
  padding-bottom: 4px;
  margin-top: 13px;
}
footer p {
  font-size: 15px;
  color: #686868;
}
.mb15{
  margin-bottom: 15px !important;
}
.wd_fit{
  width: fit-content;
}
.space_bw{
  display: flex;
  justify-content: space-between;
}
.testimonial.testimonial-style-2 blockquote {
  padding: 15px 0px 15px 0px;
}
.testimonial.testimonial-with-quotes blockquote p {
  padding: 0;
}
.testimonial.testimonial-with-quotes blockquote::before {
  left: 0;
}
.bdr_btm{
  border-top: 1px solid gainsboro;
  padding-top: 12px;
}
footer p a{
  font-size: 16px;
  color: #454545b2 !important;
  font-weight: 500;
  transition: all 0.6s ease;
}
footer p a:hover{
  transition: all 0.6s ease;
  text-decoration: underline;
  color: #a2a2a2 !important;
}
html .scroll-to-top {
  transition: opacity 0.3s;
  background: #f6f6f6;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  bottom: 2%;
  padding: 0;
  position: fixed;
  right: 32px;
  text-align: center;
  text-decoration: none !important;
  min-width: unset;
  z-index: 1040;
  font-size: 12px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #00000030;
  transition: all 0.6s ease;
  color: black;
}
html .scroll-to-top:hover{
  background-color: #1c1917;
  color: white;
  transition: all 0.6s ease;
}
.justify_center{
  display: flex;
  justify-content: center;
}
.mt30{
  margin-top: 30px !important;
}
footer{
  padding: 35px 0 12px;
  background: #f9f9f9 !important;
}
.ptb50{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
html.sticky-header-active #header .header-body .active_link {
  color: #776554 !important;
}
html.sticky-header-active #header .header-body .active_link::before {
  background: #9c856f !important;
}
html.sticky-header-active #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, html.sticky-header-active #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
  color: #4e4e4e;
}
html.sticky-header-active  #header .header-nav.header-nav-line nav > ul li:hover > a {
  color: #827262 !important;
}
html.sticky-header-active #header .header-nav.header-nav-line nav > ul li:hover > a::before {
  background: #1A1A1A !important;
}
 #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.open > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.accessibility-open > a {
  background: #e7e7e700;
}
#header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
  background: #f6f6f6 !important;
} 
.new_home_pg #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
  background: #00000052 !important;
  backdrop-filter: blur(3px);
}
.sticky-header-active #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
  background: #00000052 !important;
  backdrop-filter: blur(3px);
}
#header.sticky_strip .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
  background: #f6f6f6 !important;
} 
.year_exp{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.exp_num{
position: relative;
  z-index: 99; 
  top: -47px; 
  font-size: 25em;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 420px;
  left: 0;
  background: white;
  font-family: 'Overpass', sans-serif;
  text-align: center;
  letter-spacing: -30px !important;
  mix-blend-mode: screen;
  color: black;
}
.exp_title {
  position: absolute;
  color: transparent;
  z-index: 99;
  bottom: -8px;
  font-size: 39px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 39px;
  left: 67px;
  -webkit-text-stroke: 1px gainsboro;
  background: white;
  font-family: 'Overpass', sans-serif;
  text-transform: uppercase;
  text-align: center;
   letter-spacing: 2.7px;
}
.ls6{
  letter-spacing: 10px !important;
}
.welcome_logo2{
  width: 355px;
  height: 358px;
}
.home_pg2 .youtube-container iframe {
  width: 300%;
  height: 100%;
  margin-left: -77%;
}
.home_pg2 .card img {
  /*! filter: grayscale(100%); */
  transition: all 0.6s ease;
} 
.home_pg2 .card:hover img {
  transform: scale(1.05);
  transition: all 0.6s ease;
  opacity: 1;
}

.scroll-down-section {
    position: absolute;
    z-index: 99;
    left: 5px;
    right: 0;
    margin: auto;
    bottom: 2px;
    opacity: 0.6;
}
.scroll-down-section::before {
    background: white;
    width: 2px;
    height: 18px;
    position: absolute;
    bottom: 35px;
    left: 39px;
    right: 0;
    content: '';
}
.scroll-down-section span {
    position: absolute;
    bottom: 0;
    left: 41px;
    width: 22px;
    height: 36px;
    margin-left: -12px;
    border: 2px solid white;
    border-radius: 10px;
}
.scroll-down-section span::before {
    position: absolute;
    top: 4px;
    left: 50%;
    content: ''; 
    width: 5px;
    height: 9px;
    margin-left: -2px;
    border: 2px solid white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-animation: down 2s infinite;
    animation: down 2s infinite;
    box-sizing: border-box;
}
@keyframes down {
    0% {
        transform: translate(0, 0);
        opacity: 0;
      }
      40% {
        opacity: 1;
      }
      80% {
        transform: translate(0, 20px);
        opacity: 0;
      }
      100% {
        opacity: 0;
      }
}

.ani_left_right{
  animation: left_right 7s linear infinite;
}
@keyframes left_right {
  0%{
    transform: translateX(0px);
  }
  25%{
    transform: translateX(-20px);
  }
  50%{
    transform: translateX(0px);
  }
  75%{
    transform: translateX(20px);
  }
  100%{
    transform: translateX(0px);
  }
}

.owl-carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
}
.owl-theme .owl-dots .owl-dot span {
  background: #FFF0;
  border: 1px solid #ffffff7a;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: white;
}
.owl-carousel.dots-horizontal-center .owl-dots {
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 9px !important;
}
.client-logos {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 20px auto 0;
}
.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: 125px; 
  margin: 0px 19px 0;
  object-fit: contain;
  border-radius: 11px;
  background: white;
  filter: grayscale(100%) brightness(120%);
   transition: all 0.6s ease;
  opacity: 0.5;
}
#logo-slider li img:hover , #logo-slider2 li img:hover{
  filter: grayscale(0%) brightness(100%);
  transition: all 0.6s ease;
  opacity: 1;
 }
.wd_feat{
  width: 100px !important;
}
.wd_feat2{
  width: 200px !important;
}
.justify_end{
  display: flex;
  justify-content: flex-end;
}
.mt95{
  margin-top: 95px !important;
}
.light_gray_bg2 {
  background: #f4f4f4 !important;
}
.home_pg2 footer {
  padding: 95px 0 80px;
  background: #fbf9f6 !important;
  z-index: 9;
}
.youtube-container2 {
  overflow: hidden;  
  width: 100%; 
  aspect-ratio: 15.9/9; 
  pointer-events: none;
  position: absolute;
  left: 0;
  top: -65%;
}
.youtube-container2 iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
} 
.black_layer_foot{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
  z-index: 9;
}
.black_layer_foot2{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  z-index: 9;
}
.z99{
  position: relative;
  z-index: 99;
}
.home_pg2 footer .main_title {
  color: #ffffffd6 !important;
}
.home_pg2 footer .sub_title {
  color: #c9c9c9 !important;
}
.home_pg2 footer p a {
  color: #9e9e9e !important;
  transition: all 0.6s ease;
}
.home_pg2 footer p a:hover {
  color: #ffffff !important;
  transition: all 0.6s ease;
}
.home_pg2 footer .header-icon .header-social-icon a {
  color: #b6b6b6;
}
.home_pg2 footer .header-social-icon.icon a:hover {
  transition: all 0.5s ease !important;
  color: #f4f4f4 !important;
}
.home_pg2 footer .header-social-icon.icon a:hover .facebook_icon {
  opacity: 1;
  transition: all 0.5s ease !important;
}
.home_pg2 footer .header-social-icon.icon a:hover .youtube_icon {
  opacity: 1;
  transition: all 0.5s ease !important;
}
.home_pg2 footer .facebook_icon {
  opacity: 0.6;
  filter: invert(0%);
}
.home_pg2 footer .youtube_icon {
  opacity: 0.7;
  filter: invert(0%);
}
.home_pg2 .copyright {
  color: #bcbcbc !important;
}
.home_pg2 html .scroll-to-top.visible {
  opacity: 0.95;
}
.fw800{
  font-weight: 800;
  color: #6c6c6c !important;
}
.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
  background-color: #d8d8d8;
  height: 13px;
  width: 13px;
  margin: 5px;
}
.bounce-loader {
  width: auto;
}
.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
  font-size: 57px !important;
  letter-spacing: 0.3px !important;
}
.tparrows{
  display: none !important;
}
.tp-bullet {
  width: 8px;
  height: 8px;
}
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
  box-shadow: unset;
  padding: 4px;
  border: 1px solid gainsboro;
  width: 9px;
  height: 9px;
}
  .mob_view{
    display: none;
  }
  .mob_view2{
    display: none;
  }
  .pc_view{
     display: block;
  }
  .pc_view2{
     display: inline-flex;
  }
.custom-dots-style-1 .owl-dots {
  margin-top: 11px !important;
}
.home_pg2 .tp-bullets {
  top: auto !important;
  bottom: 75px !important;
}
.mb5{
  margin-bottom: 5px !important;
}
.mtb5{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.padd0{
  padding: 0 !important;
}
.ptb50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.mt35{
  margin-top: 35px !important;
}
.fw700{
  font-weight: 700;
}
.mt20{
  margin-top: 20px !important;
}
.mt170{
  margin-top: 140px !important;
}

.banner_media{ position: absolute; right: 27px; bottom: 3px; z-index: 987456;}

.banner_sos_media { display: flex; } 

.banner_sos_media img{  filter: grayscale(100%) brightness(100%) contrast(100%);} 

.banner_sos_media a{ border: solid 1px rgba(255, 255, 255, 0.29); width: 32px; height: 32px; border-radius: 50%; display: inherit; color: rgba(255, 255, 255, 0.49); display: flex; align-items: center; justify-content: center; margin-right: 5px;transition: all 0.6s ease;}  

.banner_sos_media a:hover{ text-decoration: none;background: #0000005c;transition: all 0.6s ease;}
b, strong {
  font-weight: 600;
}
.disclaimer_pg .banner_big{
  position: absolute;
  top: -6px;
  left: -14px;
  font-size: 204px;
  font-weight: 900;
  letter-spacing: 50px;
  line-height: 252px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Overpass", sans-serif;
  color: transparent;
  background: url("../images/projects/residential/houses/curve_scape/banner.webp");
  background-position: 38% 50.5%;
  background-clip: text;
}
.new_read{
  left: 5px !important;
  margin-top: 14px;
}
.project_sec .project_title{
  margin-bottom: 7px;
}
.btn_ani{
  animation: zoom_in_up 3s linear infinite;
  right: 13px !important;;
}
@keyframes zoom_in_up {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(1);
  }
}
.pt70{
  padding-top: 80px;
} 
.mlr8n{
  margin: 0 -9px;
}
.banner_hg{
  height: 100vh;
  height: 100dvh;
}

.link_featured{
  margin-bottom: 3px;
  font-size: 15px !important;
  line-height: 22px !important;
  letter-spacing: 0.3px !important;
  font-weight: 400 !important;
  color: #6c6c6c !important;
  font-family: "Overpass", sans-serif !important;
}
.link_featured span{
  text-transform: uppercase !important;
}

.link_featured a{
  color: #6c6c6c !important;
  transition: all 0.6s ease;
}
.link_featured a:hover{
  text-decoration: underline;
  transition: all 0.6s ease;
}
.pb60{
  padding-bottom: 60px !important;
}

@media screen and (min-width:2400px) and (max-width:2699px){
  #header.header-effect-shrink .header-container {
    min-height: 100px;
    max-width: 2339px;
  }
  .container {
    max-width: 2341px !important;
  }
  .banner_container {
    max-width: 2346px;
    padding: 0 15px;
  }
  .pub_container {
    max-width: 2075px !important;
  }
  .scroll-down-section {
    left: 65px;
  }
  .banner_media {
  right: 87px;
}
}

@media screen and (min-width:2100px) and (max-width:2399px){
  #header.header-effect-shrink .header-container {
    min-height: 100px;
    max-width: 2039px;
  }
  .container {
    max-width: 2041px !important;
  }
  .banner_container {
    max-width: 2046px;
    padding: 0 15px;
  }
  .pub_container {
    max-width: 1775px !important;
  }
  .publication_sec .project_title {
  height: 102px;
}
  .scroll-down-section {
    left: 68px;
  }
  .banner_media {
  right: 94px;
}
}

@media screen and (min-width:2000px) and (max-width:2099px){
  #header.header-effect-shrink .header-container {
    min-height: 100px;
    max-width: 1939px;
  }
  .container {
    max-width: 1941px !important;
  }
  .banner_container {
    max-width: 1946px;
    padding: 0 15px;
  }
  .pub_container {
    max-width: 1575px !important;
  }
    .scroll-down-section {
    left: 43px;
  }
  .banner_media {
  right: 67px;
}
}

@media screen and (min-width:1800px) and (max-width:1899px){
  .ban_con{
    padding: 0 12px;
      max-width: 1790px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }
  .home_pg2 #header.header-effect-shrink .header-container {
  max-width: 1715px;
}
  #header.header-effect-shrink .header-container {
    max-width: 1790px;
  }
  .banner_container {
    max-width: 1798px;
  }
  .scroll-down-section {
    left: 14px;
  }
  .container {
    max-width: 1715px !important;
  }
  .pub_container {
    max-width: 1430px !important;
  }
  .publication_sec .project_title {
  text-transform: unset;
  font-size: 23px !important;
}
  .project_title {
    letter-spacing: 0.35px;
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .custom-big-font-size-3 {
    font-size: 6.5rem;
  }
  .project_sec .card-body {
    height: 146px !important;
  }
  .big_res_pl30{
    padding-left: 30px;
  }
    .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 9%;
  }
    .home_pg2 .scroll-down-section {
    left: 0px;
  }
  .banner_media {
    right: 38px;
  }
}

@media screen and (min-width:1700px) and (max-width:1799px){
    .banner_media {
    right: 38px;
  }
  .ban_con{
    padding: 0 12px;
      max-width: 1652px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }
.home_pg2 #header.header-effect-shrink .header-container {
  max-width: 1650px;
}
  #header.header-effect-shrink .header-container {
    max-width: 1690px;
  }
  .banner_container {
    max-width: 1698px;
  }
  .scroll-down-section {
    left: 14px;
  }
  .container {
    max-width: 1650px !important;
  }
  .pub_container {
    max-width: 1325px !important;
  }
  .project_title {
    letter-spacing: 0.3px;
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .project_sec .card-body {
    height: 146px !important;
  }
  .custom-big-font-size-3 {
    font-size: 6.4rem;
  }
  .publication_sec .project_title {
    letter-spacing: -0.2px;
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .big_res_pl30{
    padding-left: 30px;
  }
    .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 9%;
  }


  .mt170 {
  margin-top: 140px !important;
}
}

@media screen and (min-width:1600px) and (max-width:1699px){
    .banner_media {
    right: 52px;
  }
  .ban_con{
    padding: 0 12px;
    max-width: 1552px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }
.home_pg2 #header.header-effect-shrink .header-container {
  max-width: 1550px;
}
.mt170 {
  margin-top: 145px !important;
}
  #header.header-effect-shrink .header-container {
    max-width: 1590px;
  }
  .banner_container {
    max-width: 1598px;
  }
  .scroll-down-section {
    left: 14px;
  }
  .container {
    max-width: 1550px !important;
  }
  .pub_container {
    max-width: 1300px !important;
  }
  .project_title {
    letter-spacing: 0.2px;
    font-size: 20px !important;
    line-height: 31px !important;
  }
  .card-body {
    padding: 13px 7px !important;
  }
  .custom-big-font-size-3 {
  font-size: 6.5rem;
}
  .publication_sec .project_title {
    letter-spacing: -0.4px;
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .big_res_pl30{
    padding-left: 20px;
  }
    .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 9%;
  }

  .exp_num {
    text-align: left;
    font-size: 22em;
    top: -67px;
  }
  .welcome_logo2 {
  height: 317px;
}
  .exp_title {
    font-size: 33px;
    line-height: 35px;
    left: 42px;
  }
  .ls6 {
    letter-spacing: 9px !important;
  }

  .big_res_pl30 .ls03 {
    letter-spacing: 0.2px !important;
  }
  .curve_escape_pg .banner_big {
    font-size: 209px !important;
    left: -15px !important;
  }
}

@media screen and (min-width:1500px) and (max-width:1599px){
  .banner_media {
    right: 50px;
  }
  .ban_con{
    padding: 0 12px;
      max-width: 1430px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }
    .mt170 {
  margin-top: 90px !important;
}
.home_pg2 #header.header-effect-shrink .header-container {
  max-width: 1430px;
}
  #header.header-effect-shrink .header-container {
    max-width: 1430px;
  }
  .banner_container {
    max-width: 1438px;
  }
  .scroll-down-section {
    left: 25px;
  }
  .container {
    max-width: 1430px !important;
  }
  .pub_container {
    max-width: 1249px !important;
  }
  .main_title {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .project_title {
    letter-spacing: 0px;
    font-size: 19px !important;
    line-height: 31px !important;
  }

  .publication_sec .project_title {
    letter-spacing: -0.3px;
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .publication_sec .card-body {
    padding: 13px !important;
    height: auto !important;
  }
  .big_res_pl30{
    padding-left: 10px;
  }
  .card-body {
    padding: 9px !important;
  }
  .text-md-14 {
    font-size: 42px !important;
    line-height: 35px !important;
  }
  .custom-big-font-size-3 {
    font-size: 5.7rem;
    line-height: 80px !important;
  }
  .wel_fnt {
  font-size: 18px !important;
  letter-spacing: 0.2px;
  line-height: 25px !important;
}
  .custom-big-font-size-1 {
    font-size: 8.2rem;
  }
  .mb135 {
    margin-bottom: 130px !important;
  }
    .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 9%;
  }

    .exp_num {
    text-align: left;
    font-size: 22em;
    top: -67px;
  }
  .exp_title {
    font-size: 33px;
    line-height: 35px;
    left: 42px;
  }
  .ls6 {
    letter-spacing: 9px !important;
  }
    .welcome_logo2 {
  width: 100%;
  height: 308px;
}
  .curve_escape_pg .banner_big {
    font-size: 213px !important;
    left: -15px !important;
  }
  .mac_ls0{
    letter-spacing: 0px !important;
  }
 .disclaimer_pg .banner_big {
  letter-spacing: 18px;
  }
}

@media screen and (min-width:1400px) and (max-width:1499px){
   .disclaimer_pg .banner_big {
  letter-spacing: 11px;
  }
  .banner_media {
    right: 48px;
  }
  #header.header-effect-shrink .header-container {
    max-width: 1370px;
  }
  .banner_container {
    max-width: 1378px;
  }
  .scroll-down-section {
    left: 5px;
  }
 
  .container {
    max-width: 1370px !important;
  } 
  .pub_container {
    max-width: 1363px !important;
  }
  .main_title {
    font-size: 32px !important;
    line-height: 41px !important;
  }
  .project_title {
    letter-spacing: 0.2px;
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .publication_sec .project_title {
    letter-spacing: 0.1px;
    font-size: 22px !important;
    line-height: 31px !important;
  }
  .publication_sec .card-body {
    padding: 15px !important;
  }
  .big_res_pl30{
    padding-left: 15px;
  }
  .text-md-14 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  section {
    padding: 80px 0;
  }
  .custom-big-font-size-3 {
    font-size: 5.4rem;
    line-height: 80px !important;
  }
  .card-body {
    padding: 14px 7px !important;
  }

  .small_pb3{
    padding-bottom: 3px !important;
  }
  .custom-big-font-size-1 {
    font-size: 7.2rem;
  }
  .mb135 {
    margin-bottom: 126px !important;
  }
  html .scroll-to-top {
    bottom: 1%;
    right: 54px;
    font-size: 11px;
    width: 36px;
    height: 36px;
  }
    .wel_fnt {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .small_col5{
    flex: 0 0 auto;
    width: 44.667%;
  }
  .small_col7{
    flex: 0 0 auto;
    width: 55.333%;
  }
  .sub_title {
    font-size: 15px !important;
  }
  .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 9%;
  }
  .ban_con{
    padding: 0 12px;
      max-width: 1370px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }

  .res_ps {
    top: 100px !important;
  }
  .mt95 {
    margin-top: 77px !important;
    margin-bottom: 10px !important;
  }
    .exp_num {
    text-align: left;
    font-size: 22em;
    top: -67px;
  }
  .exp_title {
    font-size: 33px;
    line-height: 35px;
    left: 42px;
  }
  .ls6 {
    letter-spacing: 9px !important;
  }
  .welcome_logo2 {
    height: 309px;
    width: 300px;
  }
    .mt170 {
  margin-top: 106px !important;
}
  .curve_escape_pg .banner_big {
    font-size: 219.5px !important;
    left: -14px !important;
    letter-spacing: 36px !important;
  }
  .small_lap_none{
    display: none;
  }
}

@media screen and (min-width:1300px) and (max-width:1399px){
  .banner_media {
    right: 46px;
  }
      .exp_num {
    text-align: left;
    font-size: 21em;
    top: -67px;
  }
  .exp_title {
    font-size: 30.5px;
    line-height: 35px;
    left: 42px;
  }
  .ls6 {
    letter-spacing: 9px !important;
  }
  .res_ps {
    top: 100px !important;
  }
  .mt95 {
    margin-top: 77px !important;
    margin-bottom: 10px !important;
  }
  .home_pg2 #header.header-effect-shrink .header-container {
  max-width: 1290px;
}
  #header.header-effect-shrink .header-container {
    max-width: 1290px;
  }
  .banner_container {
    max-width: 1298px;
  }
  .scroll-down-section {
    left: 22px;
  }
  .container {
    max-width: 1290px !important;
  }
  .pub_container {
    max-width: 1275px !important;
  }
  .main_title {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .project_title {
    letter-spacing: 0px;
    font-size: 18px !important;
    line-height: 31px !important;
  }
  .publication_sec .project_title {
    letter-spacing: 0px;
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .publication_sec .card-body {
    padding: 14px !important;
  }
  .big_res_pl30{
    padding-left: 15px;
  }
  .small_pl50{
    padding-left: 20px !important;
  }
  .small_mb16{
    margin-bottom: 16px !important;
  }
  .text-md-14 {
    font-size: 40px !important;
    line-height: 35px !important;
  }
  section {
    padding: 80px 0;
  }
  .custom-big-font-size-3 {
    font-size: 4.5rem;
    line-height: 67px !important;
  }
  .card-body {
    padding: 10px 5px !important;
  }

  .small_pb3{
    padding-bottom: 3px !important;
  }
  .custom-big-font-size-1 {
    font-size: 7rem;
  }
  .mb135 {
    margin-bottom: 125px !important;
  }
  html .scroll-to-top {
    bottom: 1%;
    right: 50px;
    font-size: 11px;
    width: 36px;
    height: 36px;
  }
  .welcome_logo img {
    width: 298px;
  }
  .wel_name {
    font-size: 52px;
  }
  .nor_ls02{
    letter-spacing: 0.1px !important;
  }
  .wel_fnt {
    font-size: 18px !important;
    line-height: 25px !important;
  }
    .small_col5{
    flex: 0 0 auto;
    width: 46.667%;
  }
  .small_col7{
    flex: 0 0 auto;
    width: 53.333%;
  }
  .sub_title {
    font-size: 15px !important;
  }
    .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 9%;
  }
  .ban_con{
    padding: 0 12px;
      max-width: 1290px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }

    .welcome_logo2 {
  width: 100%;
  height: 295px;
}

    .lap_mb11{
    margin-bottom: 5px !important;
  }
  .big_fnt {
    bottom: -37px;
    font-size: 126px !important;
  }
    .mt170 {
  margin-top: 92px !important;
}
  .curve_escape_pg .banner_big {
    font-size: 203.5px !important;
    left: -14px !important;
    letter-spacing: 36px !important;
  }
  .logo_w{
    flex: 0 0 auto;
    width: 96%;
  }
   .small_lap_none{
    display: none;
  }
  .nor_wd70{
    width: 71% !important;
  }
  .nor_wd30{
    width: 29% !important;
  }
}

@media screen and (min-width:1250px) and (max-width:1299px){
    .banner_media {
    right: 22px;
  }
  .lap_pl15{
    padding-left: 15px !important;
  }
    .res_mb14{
    margin-bottom: 14px !important;
  }
  .lap_none{
    display: none;
  }
  .small_lap_none{
    display: none;
  }
    .welcome_logo2 {
width: 100%;
    height: 290px;
    margin-left: -10px;
}
   .res_ps {
    top: 96px !important;
    right: 12px !important;
  }
  .mt95 {
    margin-top: 77px !important;
    margin-bottom: 6px !important;
  }

  .ban_con{
    padding: 0 12px;
      max-width: 1220px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }
  #header.header-effect-shrink .header-container {
    max-width: 1220px;
  }
    .home_pg2 #header.header-effect-shrink .header-container {
  max-width: 1220px;
}
  .banner_container {
    max-width: 1228px;
  }
  .scroll-down-section {
    left: 0;
  }
  .container {
    max-width: 1220px !important;
  }
  .pub_container {
    max-width: 1220px !important;
  }

  .main_title {
    font-size: 30px !important;
    line-height: 35px !important;
    margin-top: 4px;
  }
  .project_title {
    letter-spacing: 0.3px;
    font-size: 23px !important;
  }
  .publication_sec .project_title {
    letter-spacing: -0.6px;
    font-size: 21px !important;
    line-height: 31px !important;
  }
  .publication_sec .card-body {
    padding: 12px !important;
    height: auto !important;
  }
  .big_res_pl30{
    padding-left: 12px;
  }
  .small_pl50{
    padding-left: 20px !important;
  }
  .small_mb16{
    margin-bottom: 16px !important;
  }
  .text-md-14 {
    font-size: 40px !important;
    line-height: 34px !important;
  }
  section {
    padding: 80px 0;
  }
  .custom-big-font-size-3 {
    font-size: 5.7rem;
    line-height: 85px !important;
    margin-left: -5px;
  }
  .card-body {
    padding: 10px 5px !important;
  }

  .small_pb3{
    padding-bottom: 3px !important;
  }
  .custom-big-font-size-1 {
    font-size: 7rem;
  }
  .mb135 {
    margin-bottom: 125px !important;
  }
  html .scroll-to-top {
    bottom: 1%;
    right: 39px;
    font-size: 11px;
    width: 36px;
    height: 36px;
  }
  .welcome_logo img {
    width: 298px;
  }
  .wel_name {
    font-size: 52px;
  }

    .small_col5{
    flex: 0 0 auto;
    width: 48%;
  }
  .small_col7{
    flex: 0 0 auto;
    width: 51%;
  }
  .sub_title {
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
  }
    .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 8.8%;
  }

      .exp_num {
    text-align: left;
    font-size: 21em;
    top: -67px;
    left: 0px;
  }
  .exp_title {
    font-size: 30.5px;
    line-height: 35px;
    left: 42px;
  }
  .ls6 {
    letter-spacing: 9px !important;
  }
    .big_fnt {
    bottom: -38px;
    right: 13px;
    font-size: 120px !important;
  }

  .big_res_pl30 .ls03 {
    letter-spacing: 0.3px !important;
    margin-bottom: 6px !important;
  }
  .lap_mb11{
    margin-bottom: 10px !important;
  }
      .mt170 {
  margin-top: 98px !important;
}
  .curve_escape_pg .banner_big {
    font-size: 205px !important;
    left: -14px !important;
    letter-spacing: 25px !important;
  }
     .small_lap_none{
    display: none;
  }
  .nor_wd70{
    width: 71% !important;
  }
  .nor_wd30{
    width: 29% !important;
  }
    .small_wd100{
    width: 100% !important;
    display: unset !important;
    text-align: left !important;
  }
  .small_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .project_sec .btn_ani {
    left: 12px !important;
    right: auto !important;
  }
  .col-md-4 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .project_sec .card-body {
    height: 113px;
  }
  .small_none{
    display: none;
  }
  .small_block{
    display: inline-block;
    margin-top: 29px;
  }
}

@media screen and (min-width:1200px) and (max-width:1249px){
  .banner_media {
    right: 42px;
  }
  .mt170 {
    margin-top: 140px !important;
  }
  .curve_escape_pg .banner_big {
    font-size: 195px !important;
    left: -14px !important;
    letter-spacing: 25px !important;
  }
  .ls6 {
  letter-spacing: 5px !important;
}
  .big_res_pl30 .ls03 {
    letter-spacing: 0.2px !important;
    margin-bottom: 4px !important;
  }
  .lap_mb11{
    margin-bottom: 11px !important;
  }
  .lap_ls0{
    letter-spacing: 0px !important;
  }
    .lap_pl15{
    padding-left: 15px !important;
  }
  .res_mb14{
    margin-bottom: 14px !important;
  }
    .lap_none{
    display: none;
  }
    .small_lap_none{
    display: none;
  }
  .welcome_logo2 {
  width: 100%;
  margin-left: -11px;
  height: 309px;
}
   .res_ps {
    top: 100px !important;
  }
  .mt95 {
    margin-top: 77px !important;
    margin-bottom: 10px !important;
  }
  
      .exp_num {
    text-align: left;
    font-size: 21em;
    top: -67px;
    left: 0px;
  }
  .exp_title {
    font-size: 30.5px;
    line-height: 35px;
    left: 42px;
  }
  .ls6 {
    letter-spacing: 9px !important;
  }
  .ban_con{
    padding: 0 12px;
    max-width: 1190px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }
  .home_pg2 #header.header-effect-shrink .header-container {
  max-width: 1170px;
}
  #header.header-effect-shrink .header-container {
    max-width: 1170px;
  }
  .banner_container {
    max-width: 1190px;
  }
  .scroll-down-section {
    left: 4px;
  }
  .container {
    max-width: 1170px !important;
  }
  .pub_container {
    max-width: 1171px !important;
  }
  .main_title {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .project_title {
    letter-spacing: 0px;
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .publication_sec .project_title {
    letter-spacing: 0px;
    font-size: 21px !important;
    line-height: 31px !important;
    height: auto;
  }
  .publication_sec .card-body {
    padding: 12px !important;
    height: auto !important;
  }
  .big_res_pl30{
    padding-left: 16px;
  }
  .small_pl50{
    padding-left: 40px !important;
  }
  .small_mb16{
    margin-bottom: 16px !important;
  }
  .text-md-14 {
    font-size: 38px !important;
    line-height: 33px !important;
  }
  section {
    padding: 60px 0;
  }
  .custom-big-font-size-3 {
    font-size: 5.7rem;
    line-height: 85px !important;
    margin-left: -9px;
  }
  .card-body {
    padding: 13px 10px !important;
  }
  .small_pb3{
    padding-bottom: 3px !important;
  }
  .custom-big-font-size-1 {
    font-size: 7rem;
  }
  .mb135 {
    margin-bottom: 125px !important;
  }
  html .scroll-to-top {
    bottom: 1%;
    right: 39px;
    font-size: 11px;
    width: 36px;
    height: 36px;
  }
  .welcome_logo img {
    width: 298px;
  }
  .wel_name {
    font-size: 52px;
  }
  .wel_fnt {
    font-size: 18px !important;
  }
    .small_col5{
    flex: 0 0 auto;
    width: 48%;
  }
  .small_col7{
    flex: 0 0 auto;
    width: 51%;
  }
  .sub_title {
    font-size: 15px !important;
    letter-spacing: 0.2px !important;
  }
    .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 9%;
  }

  .big_fnt {
    bottom: -38px;
    right: 13px;
    font-size: 120px !important;
  }
  .small_wd100{
    width: 100% !important;
    display: unset !important;
    text-align: left !important;
  }
  .small_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .project_sec .btn_ani {
    left: 12px !important;
    right: auto !important;
  }
  .col-md-4 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .project_sec .card-body {
    height: 113px;
  }
  .small_none{
    display: none;
  }
  .small_block{
    display: inline-block;
    margin-top: 29px;
  }
  .project_sec .ls03 {
    letter-spacing: 0.2px !important;
  }
}

@media screen and (min-width:1100px) and (max-width:1199px){
  .banner_media {
    right: 37px;
  }
   .mt170 {
    margin-top: 100px !important;
  }
  .curve_escape_pg .banner_big {
    font-size: 179.5px !important;
    left: -14px !important;
    letter-spacing: 25px !important;
  }
    .welcome_logo2 {
  width: 100%;
  height: 317px;
}
  .home_pg2 #header.header-effect-shrink .header-container {
  max-width: 1090px;
  }
  .ban_con{
    padding: 0 12px;
    max-width: 1098px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 83vh;
    margin-top: 65px;
  }
  #header.header-effect-shrink .header-container {
    max-width: 1090px;
  }
  .banner_container {
    max-width: 1098px;
  }
  .scroll-down-section {
    left: 14px;
  }
  .container {
    max-width: 1090px !important;
  }
  .pub_container {
    max-width: 1090px !important;
  }
  .main_title {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  .project_title {
    font-size: 21px !important;
    line-height: 28px !important;
  }
  .publication_sec .project_title {
    font-size: 21px !important;
    line-height: 29px !important;
    height: auto;
  }
  .publication_sec .card-body {
    padding: 12px !important;
    height: auto !important;
  }
  .small_pl50{
    padding-left: 50px !important;
  }
  .small_mb16{
    margin-bottom: 16px !important;
  }
  .text-md-14 {
    font-size: 42px !important;
    line-height: 36px !important;
  }
  section {
    padding: 80px 0;
  }
  .custom-big-font-size-3 {
    font-size: 5.7rem;
    line-height: 85px !important;
  }
  .card-body {
    padding: 13px 10px !important;
  }
  .small_pb3{
    padding-bottom: 3px !important;
  }
  .custom-big-font-size-1 {
    font-size: 6.3rem;
  }
  .mb135 {
    margin-bottom: 125px !important;
  }
  html .scroll-to-top {
    bottom: 1%;
    right: 39px;
    font-size: 11px;
    width: 36px;
    height: 36px;
  }
  .welcome_logo img {
    width: 298px;
  }
  .wel_name {
    font-size: 52px;
  }
  .wel_fnt {
    font-size: 20px !important;
  }
    .small_col5{
    flex: 0 0 auto;
    width: 51%;
  }
  .small_col7{
    flex: 0 0 auto;
    width: 49%;
  }
  .sub_title {
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
  }
  footer p a {
    font-size: 15.5px;
  }
  
    .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    font-size: 46px !important;
    letter-spacing: 0.3px !important;
  }
  .tp-parallax-wrap {
    transform-style: preserve-3d;
    margin-left: 9%;
  }

      .exp_num {
    text-align: left;
    font-size: 20em;
    top: -65px;
  }
  .exp_title {
    bottom: -6px;
    font-size: 29px;
    line-height: 30px;
    left: 39px;
  }
  .ls6 {
  letter-spacing: 8.5px !important;
}
    .ab_pg .future_banner_big{
    left: 0px;
    line-height: 199px;
    left: 0px !important;
    font-size: 168px !important;
  }
   .ab_pg .banner_title{
      top: 58%;
   }
   .page_start {
    margin-top: 140px !important;
    padding-bottom: 40px !important;
  }
  .h_seven_row{
      height: 37px !important;
  }
  .h_six_row{
    height: 81px !important;
  }
  .h_five_row{
      height: 76px !important;
  }
  .h_second_row{
      height: 77px !important;
  }
  .h_first_row{
      height: 80px !important;
  }
    .small_wd100{
    width: 100% !important;
    display: unset !important;
    text-align: left !important;
  }
  .small_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .project_sec .btn_ani {
    left: 13px !important;
    right: auto !important;
  }
   .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-right: 7px;
    padding-left: 7px;
  }
  .project_sec .card-body {
    height: 140px !important;
  }
    .small_none{
    display: none;
  }
  .small_block{
    display: inline-block;
    margin-top: 34px;
  }
      .custom-big-font-size-3 {
    margin-left: -9px;
  }
.small_pb30{
  padding-bottom: 30px !important;
}
}



@media screen and (min-width:1050px) and (max-width:1099px){
    .custom-big-font-size-3 {
    margin-left: -9px;
  }
  #header.header-effect-shrink .header-container {
  max-width: 1000px;
}
.container {
  max-width: 1000px !important;
}
.project_title {
  font-size: 20px !important;
}
  footer .col-md-7 {
    flex: 0 0 auto;
    width: 44.333%;
  }
  footer .col-md-5 {
    flex: 0 0 auto;
    width: 55.667%;
  }
  .publication_sec .project_title {
  text-transform: unset;
  font-size: 21px !important; 
  height: auto;
}
  .ab_pg .future_banner_big{
      font-size: 153px !important; 
      line-height: 166px !important;
      left: 0px !important;
  }
  .pub_container {
  max-width: 1000px !important;
}
.custom-big-font-size-1 {
  font-size: 120px;
}
.hd__logo_new {
  width: 81px !important;
}
  .banner_title{
      top: 48% !important;
  }
  .h_first_row{
    height: 99px !important; 
  }
  .h_second_row{
      height: 102px !important;
  }
  .h_third_row{
      height: 124px !important;
  }
  .h_four_row{
      height: 145px !important;
  }
  .h_five_row{
      height: 125px !important;
  }
  .h_six_row{
      height: 124px !important;
  }
  .page_start{
      padding-bottom: 40px;
  }
  .res_mr12{
      margin-right: 12px;
  }
 
    .page_start{
        margin-top: 160px !important;
    }
   .home_pg2 #header.header-effect-shrink .header-container {
    max-width: 1000px;
    height: 90px !important;
  }
  .main_title {
    font-size: 27px !important;
    line-height: 32px !important;
  }
  .small_wd100{ 
    width: 100% !important;
    display: unset !important;
    text-align: left !important;
  }
  .small_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .project_sec .btn_ani {
    left: 13px !important;
    right: auto !important;
  }
   .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-right: 7px;
    padding-left: 7px;
  }
  .project_sec .card-body {
    height: 150px !important;
  }
  .small_none{
    display: none;
  }
  .small_block{
    display: inline-block;
    margin-top: 34px;
  }
  section {
  padding: 70px 0;
}
.small_pb30{
  padding-bottom: 40px !important;
}
/* home page responsive */

 .welcome_logo2 {
    width: 100%;
    margin-left: -11px;
    height: 309px;
  }
    .exp_num {
    text-align: left;
    font-size: 21em;
    top: -67px;
    left: 0px;
  }
  .exp_title {
    font-size: 30.5px;
    line-height: 35px;
    left: 42px;
  }
   .ls6 {
    letter-spacing: 9px !important;
  }
  .pc_wd30{
      width: 30%;
  }
  .pc_w70{
      width: 70%;
  }

} 


@media screen and (min-width:768px) and (max-width:1024px){
  .container {
  max-width: 725px !important;
}
  #project_section .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .img_thum {
  padding: 10px !important;
}
   html.sticky-header-active .new_home_pg #header .header-btn-collapse-nav {
    color: #fff;
  }
  html.sticky-header-active .new_home_pg #header.sticky_strip  .header-btn-collapse-nav {
    color: #434343;
  }
  #header .header-btn-collapse-nav.collapsed .fa-bars::before {
    content: "\f0c9";
    transition: all 0.6s ease;
  }
  #header .header-btn-collapse-nav .fa-bars::before{
  content: "\f00d";
     transition: all 0.6s ease;
}
  html.sticky-header-active #header .header-body {
  box-shadow: 0 0 17px rgba(125, 125, 125, 0.17) !important;
  padding: 0px 0 !important;
  background: #ffffffbd !important;
  height: max-content !important; 
}
  .new_home_pg .youtube-container iframe {
  width: 300%;
  height: 100%; 
  margin-left: -116%;
  pointer-events: unset !important;
}
.pub_container {
  max-width: 725px !important;
}
  html.sticky-header-active #header.header-transparent .header-nav-main nav {
    padding: 0 12px !important;
  }
  .new_home_pg  #header .header-btn-collapse-nav {
    color: #bebebe;
  }
  .mob_view{
    display: block;
  }

  .mob_view2{
    display: inline-block;
  }
  .pc_view{
    display: none !important;
  }
  .pc_view2{
    display: none;
  }
  .cursive_fnt {
    font-size: 30px;
    text-align: center;
    line-height: 41px;
  }
  .stage-current svg{
    width: 280px !important;
    height: 280px !important;
    padding: 5px;
  }
   html .scroll-to-top.hidden-mobile {
    display: block !important;
  }
  .owl-carousel-light .owl-stage-outer, .owl-carousel-light .owl-stage {
    height: 27vh;
  }
  .owl-carousel-light.owl-carousel-light-init-fadeIn {
    height: 27vh !important;
  }
  #header .header-container {
    padding: 0 12px;
    max-width: 100%; 
    height: 85px !important;
    min-height: 85px !important;
    max-width: 725px !important;
  }
   #header.header-transparent .header-nav-main nav {
    padding: 0 62px !important;
    background-color: #f6f6f6;
    overflow: unset !important;
  }
  .res_mt130{
    margin-top: 125px !important;
  }
  .res_mt100{
    margin-top: 97px !important;
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a::before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a::before {
  content: unset;
}
  #header .header-btn-collapse-nav {
  color: #434343;
  font-size: 21px !important;
  padding: 0 6px 0 0 !important;
  margin: 0 !important;
}
  html #header.header-transparent .header-nav-main::before {
    width: 100%;
    background-color: #f6f6f6;
    top: -100%;
  }
  .res_mt14n{
    margin-top: -13px;
  }
  #header .header-nav.header-nav-dropdowns-dark {
    min-height: 70px;
  }
  .res_mt10{
    margin-top: 10px !important;
  }
  .active_link::before {
  content: unset !important;
}
#header .header-nav-main nav ul li a {
  margin: 0 !important;
  color: #4e4e4e !important;
  padding: 12px 0px !important;
  border-radius: 0;
}
 #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
    background-color: unset;
  }
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
    border-bottom-color: #d6d6d6 !important;
  }
    #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
    padding-left: 20px;
    margin-left: 0;
   
  }
  .new_home_pg #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
  background:unset !important;
  backdrop-filter: unset;
}
  .new_home_pg #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
border-bottom-color: #d6d6d6;
  color: #3f3f3f !important;
}
  html .new_home_pg #header .header-nav.header-nav-line nav ul li .dropdown-menu li:hover > a {
  color: #000 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  width: 100%;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  padding: 12px 0px !important;
  background: transparent !important;
}
 #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    width: 100%;
    justify-content: flex-end;
  }
   #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
    width: 100%;
    justify-content: flex-end;
  }
    #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    padding-right: 6px;
  }
    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
    padding-right: 6px;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.open > a{
    background: inherit;
  }
  .text-md-14 {
    font-size: 19px !important;
    line-height: 22px !important;
    margin-bottom: 4px !important;
  }
  .banner .btn {
    padding: 7px 6px !important;
    letter-spacing: 0.1px !important;
    font-size: 11px !important;
    margin-top: 5px !important;
    display: none;
  }
  .owl-carousel.dots-horizontal-center .owl-dots {
    margin-bottom: 0px !important;
  }
  .owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
  .owl-carousel-light .owl-dots .owl-dot span {
    margin: 5px 1px;
  }
  .black_layer {
    opacity: 0.35;
  }
  section {
    padding: 70px 0;
  }
  .res_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .sub_title {
    letter-spacing: 1.3px !important;
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .main_title {
    letter-spacing: 0px;
    font-size: 29px !important;
    line-height: 37px !important;
    margin-bottom: 2px;
    margin-top: 5px;
  }
  .res_mb15{
    margin-bottom: 17px !important;
  }
  .res_ls02{
    letter-spacing: 0.2px !important;
  }
  .welcome_logo {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .welcome_logo img {
    width: 256px;
  }
  .wel_name {
    bottom: -10px;
    font-size: 45px;
    line-height: 50px;
  }
  .counter_title {
    font-weight: 600 !important;
    font-size: 33px !important;
    line-height: 40px !important;
    margin-bottom: 0px !important;
    margin-top: 0;
    opacity: 0.85;
  }
  .res_wd50{
    width: 50% !important;
  }
  .res_mb30{
    margin-bottom: 30px !important;
  }
  .res_mb0{
    margin-bottom: 0px !important;
  }
  .res_ls01{
    letter-spacing: 0.1px !important;
  }
  .res_ls07{
    letter-spacing: 0.7px !important;
  }
  .btn {
    padding: 3px 10px !important;
    letter-spacing: 0.2px !important;
    font-size: 11px !important;
  }
  .big_fnt {
    bottom: -40px;
    right: 13px;
    font-size: 74px !important;
  }
  .flex_center {
    align-items: flex-start;
  }
  .custom-big-font-size-3 {
    font-size: 69px;
    line-height: 57px !important;
    letter-spacing: -2.5px;
    margin-bottom: -5px !important;
    margin-left: -3px;
  }
  .wel_fnt {
    font-size: 17px !important;
    letter-spacing: 0.1px;
    line-height: 26px !important;
    text-align: left;
  }
  .res_tl {
    text-align: left !important;
  }
  .res_mb5{
    margin-bottom: 5px !important;
  }
 
  .project_title {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
    font-weight: 300 !important;
  }
  .testimonial blockquote p {
    text-align: left !important;
    letter-spacing: 0px;
}
  .card-body {
    padding: 13px 10px !important;
    text-align: left !important;
  }
  .project_sec .card-body {
    height: 181px;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .custom-btn-style-1.custom-btn-style-1-right {
    left: 5px;
    right: auto;
    margin-top: 25px !important;
  }
  .project_sec  .custom-btn-style-1.custom-btn-style-1-right {
    left: 16px;
  }
  #project_details .custom-big-font-size-1 {
     font-size: 82px; 
    line-height: 87px !important;
    letter-spacing: -1.5px;
    -webkit-text-stroke-color: #2a2a2ad9;
    opacity: 0.2 !important;
  }
  .custom-big-font-size-1 {
    font-size: 80px;
    line-height: 85px !important;
    letter-spacing: -1.5px;
    -webkit-text-stroke-color: #2a2a2ad9; 
    opacity: 0.2 !important;
  }
  .res_top0{
    top: 0 !important;
  }
  .publication_sec .project_title {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
  }
  .publication_sec .card-body {
    padding: 10px !important;
  }
  .date_title {
    margin: 16px 0 12px;
  }
  .client-logos {
    margin: 14px auto 0;
  }
  #logo-slider li img , #logo-slider2 li img{
    width: 120px; 
    margin: 0px 10px 0;
    background: transparent !important;
  }
  .custom-btn-style-1.custom-btn-style-1-right.res_mt0{
    margin-top: 0 !important;
  }
  .res_mb25{
    margin-bottom: 25px !important;
  }
  .res_justiy_start{
    display: flex;
    justify-content: flex-start;
  }
  .res_mt12{
    margin-top: 12px !important;
  }
  .res_pt20{
    padding-top: 20px !important;
  }
  .res_pb35{
    padding-bottom: 35px !important;
  }

  .testimonial.testimonial-style-2 blockquote {
    padding: 7px 0;
  }
  .custom-dots-style-1 .owl-dots {
    margin-top: 8px !important;
  }
  .testi_nane {
    font-size: 14px !important;
  }
  footer {
    padding: 23px 0 5px;
    background: #f9f9f9 !important;
  }
  .res_col{
    display: flex;
    flex-direction: column;
  }

  footer .header-icon {
    margin-top: 5px !important;
  }
  .foot_btm {
    margin-top: 24px;
  }
  html .scroll-to-top {
    bottom: 8%;
    right: 5px;
    font-size: 12px; 
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  footer p a {
    font-size: 15px;
  }
  .testimonial.testimonial-style-2 .testimonial-author p {
    text-align: left;
  }
  .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
  }
  .banner .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    left: 12px;
  }
  html #header.header-transparent {
    position: absolute !important;
    margin: 0 0 !important;
    top: 0 !important;
  }
  .home_pg2 .tp-bullets {
  top: auto !important;
  bottom: -47px !important;
  visibility: visible !important;
  display: block !important;
}
.tp-bullet {
  width: 7px;
  height: 7px;
}
  .logo {
    transform: scale(0.85);
    margin-left: -5px;
  }
  .hd__logo {
  width: 78px !important;
  z-index: 999;
  position: relative;
}
  .hd__logo_new {
  width: 75px !important;
      z-index: 999;
  position: relative;
}
  .home_pg2 footer {
    padding: 55px 0 50px;
    background: #fbf9f6 !important;
  }
  .res_ps{
    top: 108px !important;
    right: auto !important;
    left: 9px !important;
  }
  .mt95 {
    margin-top: 61px !important;
  }
  .youtube-container2 {
    width: 100%;
    aspect-ratio: 8.9/9;
    left: 0;
    top: 0;
  }
  .welcome_logo2 {
    width: 100%;
    height: 232px;
  }
  .exp_num {
    top: 0;
    font-size: 13em;
    line-height: 187px;
    left: 0px;
    text-align: left;
    letter-spacing: -23px !important;
  }
  .exp_title {
    bottom: -1px;
    font-size: 26px;
    line-height: 28px;
    left: 0;
    letter-spacing: 0.5px;
    right: -42px;
    text-align: left;
  }
  .hg84vh {
    height: 20vh;
    padding: 4px 0 !important;
  }
  .ban_con{
    padding: 0 12px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 27vh;
    margin-top: -7px;
  }
  .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
  font-size: 20px !important;
  letter-spacing: 0.3px !important;
}
.scroll-down-section {
  right: 64px;
  left: auto;
  bottom: 10px;
}
  #revolutionSlider{
    height: 27vh !important;
  }
  .rev_slider_wrapper {
  height: 27vh !important;
}
.res_mt47{
  margin-top: 47px !important;
}
.tp-parallax-wrap {
  transform-style: preserve-3d;
  margin-top: 4%;
}
.home_pg2 .youtube-container iframe {
  margin-left: -119%;
}
 #project_details .mb135 {
    margin-bottom: 98px !important;
  } 
.mb135 {
  margin-bottom: 85px !important;
}
.home_pg2 #header.header-transparent {
  height: 90px !important; 
}
footer .project_title {
  font-size: 22px !important;
  line-height: 31px !important;
  font-weight: 300 !important;
  margin-top: 2px;
}
.mob_none{
  display: none;
}
p{
  line-height: 25px;
}
.res_pb0{
  padding-bottom: 0 !important;
}
.ls6{
  letter-spacing: 5.6px !important;
}
.banner_media {
  display: none;
}

  #header .header-nav-main nav ul li a.active_link {
    color: #4e4e4e !important;
    font-weight: 700 !important;
  }
  .axis_fnt {
    display: block;
  }
  .new_read {
    margin-bottom: 6px;
  }
  .custom-btn-style-1.custom-btn-style-1-right.res_mt0.new_read {
    margin-top: 7px !important;
  }
  .project_title a {
    color: #3a3a3a !important;
  }
  .youtube-container {
    top: -1px;
  }
  .res_over_scroll{
    position: relative !important;
    top: unset !important;
    left: unset !important;
    z-index: 2 !important;
  }
  .space_scroll{
    display: none !important;
  }
  .res_pt0{
    padding-top: 0px !important;
  }

  .tab_wd100{
    width: 100% !important;
  }
  .tab_block{
    display: block;
  }
  .tab_wd70{
    width: 70%;
  float: left;
  }
  .tab_wd30{
width: 29%;
  float: left;
  }
  .tab_wd25{
width: 25% !important;
margin-bottom: 0 !important;
  }
  .tab_mb24{
    margin-bottom: 25px !important;
  }
   #header .header-nav-main {
    position: absolute;
    background: transparent;
    width: 114%;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .tab_pb40{
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width:767px){
   html.sticky-header-active .new_home_pg #header .header-btn-collapse-nav {
    color: #fff;
  }
  html.sticky-header-active .new_home_pg #header.sticky_strip  .header-btn-collapse-nav {
    color: #434343;
  }
  #header .header-btn-collapse-nav.collapsed .fa-bars::before {
    content: "\f0c9";
    transition: all 0.6s ease;
  }
  #header .header-btn-collapse-nav .fa-bars::before{
  content: "\f00d";
     transition: all 0.6s ease;
}
  html.sticky-header-active #header .header-body {
  box-shadow: 0 0 17px rgba(125, 125, 125, 0.17) !important;
  padding: 0px 0 !important;
  background: #ffffffbd !important;
  height: max-content !important; 
}
  .new_home_pg .youtube-container iframe {
  width: 300%;
  height: 100%; 
  margin-left: -116%;
  pointer-events: unset !important;
}

  html.sticky-header-active #header.header-transparent .header-nav-main nav {
    padding: 0 12px !important;
  }
  .new_home_pg  #header .header-btn-collapse-nav {
    color: #fff;
  }
  .mob_view{
    display: block;
  }
  .mob_view2{
    display: inline-block;
  }
  .pc_view{
    display: none !important;
  }
  .pc_view2{
    display: none;
  }
  .cursive_fnt {
    font-size: 30px;
    text-align: center;
    line-height: 41px;
  }
  .stage-current svg{
    width: 280px !important;
    height: 280px !important;
    padding: 5px;
  }
   html .scroll-to-top.hidden-mobile {
    display: block !important;
  }
  .owl-carousel-light .owl-stage-outer, .owl-carousel-light .owl-stage {
    height: 27vh;
  }
  .owl-carousel-light.owl-carousel-light-init-fadeIn {
    height: 27vh !important;
  }
  #header .header-container {
    padding: 0 12px;
    max-width: 100%;
    height: 85px !important;
    min-height: 85px !important;
  }
   #header.header-transparent .header-nav-main nav {
    padding: 0 12px !important;
    background-color: #f6f6f6;
    overflow: unset !important;
  }
  .res_mt130{
    margin-top: 125px !important;
  }
  .res_mt100{
    margin-top: 97px !important;
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a::before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a::before {
  content: unset;
}
  #header .header-btn-collapse-nav {
  color: #434343;
  font-size: 21px !important;
  padding: 0 6px 0 0 !important;
  margin: 0 !important;
}
  html #header.header-transparent .header-nav-main::before {
    width: 100%;
    background-color: #f6f6f6;
    top: -100%;
  }
  .res_mt14n{
    margin-top: -13px;
  }
  #header .header-nav.header-nav-dropdowns-dark {
    min-height: 70px;
  }
  .res_mt10{
    margin-top: 10px !important;
  }
  .active_link::before {
  content: unset !important;
}
#header .header-nav-main nav ul li a {
  margin: 0 !important;
  color: #4e4e4e !important;
  padding: 12px 0px !important;
  border-radius: 0;
}
 #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:hover, #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul li a:active {
    background-color: unset;
  }
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul li {
    border-bottom-color: #d6d6d6 !important;
  }
    #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
    padding-left: 20px;
    margin-left: 0;
  }
  .new_home_pg #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
  background: unset !important;
  backdrop-filter: unset;
}
  .new_home_pg #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
 border-bottom-color: #d6d6d6;
  color: #3f3f3f !important;
}
  html .new_home_pg #header .header-nav.header-nav-line nav ul li .dropdown-menu li:hover > a {
  color: #000 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  width: 100%;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  padding: 12px 0px !important;
  background: transparent !important;
}
 #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    width: 100%;
    justify-content: flex-end;
  }
   #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
    width: 100%;
    justify-content: flex-end;
  }
    #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
    padding-right: 6px;
  }
    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
    padding-right: 6px;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li.open > a{
    background: inherit;
  }
  .text-md-14 {
    font-size: 19px !important;
    line-height: 22px !important;
    margin-bottom: 4px !important;
  }
  .banner .btn {
    padding: 7px 6px !important;
    letter-spacing: 0.1px !important;
    font-size: 11px !important;
    margin-top: 5px !important;
    display: none;
  }
  .owl-carousel.dots-horizontal-center .owl-dots {
    margin-bottom: 0px !important;
  }
  .owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }
  .owl-carousel-light .owl-dots .owl-dot span {
    margin: 5px 1px;
  }
  .black_layer {
    opacity: 0.35;
  }
  section {
    padding: 40px 0;
  }
  .res_col_rev{
    display: flex;
    flex-direction: column-reverse;
  }
  .sub_title {
    letter-spacing: 1.3px !important;
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .main_title {
    letter-spacing: 0px;
    font-size: 21px !important;
    line-height: 30px !important;
    margin-bottom: 4px;
    margin-top: 5px;
  }
  .res_mb15{
    margin-bottom: 17px !important;
  }
  .res_ls02{
    letter-spacing: 0.2px !important;
  }
  .welcome_logo {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  .welcome_logo img {
    width: 256px;
  }
  .wel_name {
    bottom: -10px;
    font-size: 45px;
    line-height: 50px;
  }
  .counter_title {
    font-weight: 600 !important;
    font-size: 33px !important;
    line-height: 40px !important;
    margin-bottom: 0px !important;
    margin-top: 0;
    opacity: 0.85;
  }
  .res_wd50{
    width: 50% !important;
  }
  .res_mb30{
    margin-bottom: 30px !important;
  }
  .res_mb0{
    margin-bottom: 0px !important;
  }
  .res_ls01{
    letter-spacing: 0.1px !important;
  }
  .res_ls07{
    letter-spacing: 0.7px !important;
  }
  .btn {
    padding: 3px 10px !important;
    letter-spacing: 0.2px !important;
    font-size: 11px !important;
  }
  .big_fnt {
    bottom: -40px;
    right: 13px;
    font-size: 74px !important;
  }
  .flex_center {
    align-items: flex-start;
  }
  .custom-big-font-size-3 {
    font-size: 69px;
    line-height: 57px !important;
    letter-spacing: -2.5px;
    margin-bottom: -5px !important;
    margin-left: -3px;
  }
  .wel_fnt {
    font-size: 17px !important;
    letter-spacing: 0.1px;
    line-height: 26px !important;
    text-align: left;
  }
  .res_tl {
    text-align: left !important;
  }
  .res_mb5{
    margin-bottom: 5px !important;
  }
 
  .project_title {
    font-size: 21.5px !important;
    line-height: 24px !important;
    margin-bottom: 5px;
    font-weight: 300 !important;
  }
  .testimonial blockquote p {
    text-align: left !important;
    letter-spacing: 0px;
}
  .card-body {
    padding: 13px 10px !important;
    text-align: left !important;
  }
  .res_mb10{
    margin-bottom: 10px !important;
  }
  .custom-btn-style-1.custom-btn-style-1-right {
    left: 5px;
    right: auto;
    margin-top: 25px !important;
  }
  .project_sec  .custom-btn-style-1.custom-btn-style-1-right {
    left: 16px;
  }
  #project_details .custom-big-font-size-1 {
     font-size: 44px; 
    line-height: 60px !important;
    letter-spacing: -1.5px;
    -webkit-text-stroke-color: #2a2a2ad9;
    opacity: 0.2 !important;
  }
  .custom-big-font-size-1 {
    font-size: 46px;
    line-height: 46px !important;
    letter-spacing: -1.5px;
    -webkit-text-stroke-color: #2a2a2ad9;
    opacity: 0.2 !important;
  }
  .res_top0{
    top: 0 !important;
  }
  .publication_sec .project_title {
    font-size: 21px !important;
    line-height: 28px !important;
    font-weight: 300 !important;
  }
  .publication_sec .card-body {
    padding: 12px !important;
  }
  .date_title {
    margin: 16px 0 12px;
  }
  .client-logos {
    margin: 14px auto 0;
  }
  #logo-slider li img , #logo-slider2 li img{
    width: 100px;
    margin: 0px 10px 0;
    background: transparent !important;
  }
   .wd_feat{
    width: 80px !important;
  }
  .wd_feat2{
    width: 120px !important;
  }
  .custom-btn-style-1.custom-btn-style-1-right.res_mt0{
    margin-top: 0 !important;
  }
  .res_mb25{
    margin-bottom: 25px !important;
  }
  .res_justiy_start{
    display: flex;
    justify-content: flex-start;
  }
  .res_mt12{
    margin-top: 12px !important;
  }
  .res_pt20{
    padding-top: 20px !important;
  }
  .res_pb35{
    padding-bottom: 35px !important;
  }

  .testimonial.testimonial-style-2 blockquote {
    padding: 7px 0;
  }
  .custom-dots-style-1 .owl-dots {
    margin-top: 8px !important;
  }
  .testi_nane {
    font-size: 14px !important;
  }
  footer {
    padding: 23px 0 5px;
    background: #f9f9f9 !important;
  }
  .res_col{
    display: flex;
    flex-direction: column;
  }
  .res_mt20{
    margin-top: 20px !important;
  }
  footer .header-icon {
    margin-top: 5px !important;
  }
  .foot_btm {
    margin-top: 17px;
  }
  html .scroll-to-top {
    bottom: 8%;
    right: 5px;
    font-size: 12px; 
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  footer p a {
    font-size: 15px;
  }
  .testimonial.testimonial-style-2 .testimonial-author p {
    text-align: left;
  }
  .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
  }
  .banner .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    left: 12px;
  }
  html #header.header-transparent {
    position: absolute !important;
    margin: 0 0 !important;
    top: 0 !important;
  }
  .home_pg2 .tp-bullets {
  top: auto !important;
  bottom: -47px !important;
  visibility: visible !important;
  display: block !important;
}
.tp-bullet {
  width: 7px;
  height: 7px;
}
  .logo {
    transform: scale(0.85);
    margin-left: -5px;
  }
  .hd__logo {
  width: 75px !important;
  z-index: 999;
  position: relative;
}
  .hd__logo_new {
  width: 75px !important;
      z-index: 999;
  position: relative;
}
  .home_pg2 footer {
    padding: 25px 0 10px;
    background: #fbf9f6 !important;
  }
  .res_ps{
    top: 108px !important;
    right: auto !important;
    left: 9px !important;
  }
  .mt95 {
    margin-top: 61px !important;
  }
  .youtube-container2 {
    width: 100%;
    aspect-ratio: 8.9/9;
    left: 0;
    top: 0;
  }
  .welcome_logo2 {
    width: 100%;
    height: 150px;
  }
  .exp_num {
    top: 0;
    font-size: 13em;
    line-height: 187px;
    left: 0px;
    text-align: left;
    letter-spacing: -23px !important;
  }
  .exp_title {
    bottom: 9px;
    font-size: 26px;
    line-height: 28px;
    left: 140px;
    letter-spacing: 0.5px;
    right: 36px;
  }
  .hg84vh {
    height: 20vh;
    padding: 4px 0 !important;
  }
  .ban_con{
    padding: 0 12px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_box {
    transform: scale(1);
    height: 27vh;
    margin-top: -7px;
  }
  .rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
  font-size: 20px !important;
  letter-spacing: 0.3px !important;
}
.scroll-down-section {
  right: 64px;
  left: auto;
  bottom: 25px; 
  z-index: 99999;
}
  #revolutionSlider{
    height: 27vh !important;
  }
  .rev_slider_wrapper {
  height: 27vh !important;
}
.res_mt47{
  margin-top: 47px !important;
}
.tp-parallax-wrap {
  transform-style: preserve-3d;
  margin-top: 4%;
}
.home_pg2 .youtube-container iframe {
  margin-left: -119%;
}
 #project_details .mb135 {
    margin-bottom: 64px !important;
  }
.mb135 {
  margin-bottom: 46px !important;
}
.home_pg2 #header.header-transparent {
  height: 90px !important;
}
footer .project_title {
  font-size: 22px !important;
  line-height: 31px !important;
  font-weight: 300 !important;
  margin-top: 2px;
}
.mob_none{
  display: none;
}
p{
  line-height: 25px;
}
.res_pb0{
  padding-bottom: 0 !important;
}
.ls6{
  letter-spacing: 5.6px !important;
}
.banner_media {
  display: none;
}

  #header .header-nav-main nav ul li a.active_link {
    color: #4e4e4e !important;
    font-weight: 700 !important;
  }
  
  html.sticky-header-active .new_home_pg #header .header-body .active_link {
  color: #4e4e4e !important;
}
  .axis_fnt {
    display: block;
  }
  .new_read {
    margin-bottom: 6px;
  }
  .custom-btn-style-1.custom-btn-style-1-right.res_mt0.new_read {
    margin-top: 7px !important;
  }
  .project_title a {
    color: #3a3a3a !important;
  }
  .youtube-container {
    top: -1px;
  }
  .res_over_scroll{
    position: relative !important;
    top: unset !important;
    left: unset !important;
    z-index: 2 !important;
  }
  .space_scroll{
    display: none !important;
  }
  .res_pt0{
    padding-top: 0px !important;
  }
  .res_pt40{
    padding-top: 40px !important;
  }
}
@media (max-width: 768px) {
  /* Fix the outer banner wrapper */
  .banner.banner_fixed,
  .owl-carousel-wrapper.banner {
    height: 100vh; /* fallback */
    height: 100dvh !important; /* dynamic viewport — adjusts with browser chrome */
    min-height: -webkit-fill-available; /* iOS Safari fallback */
  }
  /* Fix each slide item */
  .wptb-slider--item {
    height: 100vh; /* fallback */
    height: 100dvh;
  }
  /* Fix the background image layers */
  .wptb-slider--image.res_ban_img {
    height: 100vh; /* fallback */
    height: 100dvh;
  }
  /* Fix the swiper container itself */
  .swiper-container.wptb-swiper-slider-two,
  .swiper-container.wptb-swiper-slider-two .swiper-wrapper,
  .swiper-container.wptb-swiper-slider-two .swiper-slide {
    height: 100vh !important; /* fallback */
    height: 100dvh !important;
  }

  .banner_hg {
    height: 100vh;
    height: 100dvh;
  }
}


/* iOS Safari specific — -webkit-fill-available is the most reliable fix there */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .banner.banner_fixed,
    .owl-carousel-wrapper.banner,
    .wptb-slider--item,
    .wptb-slider--image.res_ban_img,
    .swiper-container.wptb-swiper-slider-two,
    .swiper-container.wptb-swiper-slider-two .swiper-wrapper,
    .swiper-container.wptb-swiper-slider-two .swiper-slide {
      height: -webkit-fill-available;
    }
  }
}




@media screen  and (min-width:368px) and (max-width:375px){
  .custom-big-font-size-3 {
    font-size: 72px;
    line-height: 74px !important;
  }
  .ls6 {
    letter-spacing: 4.8px !important;
  }
  .exp_title {
    right: 0px;
  }
  .main_title {
    font-size: 22px !important;
  }
}

@media screen and (max-width:360px){
  .custom-big-font-size-1 {
    font-size: 51px;
    line-height: 55px !important;
    letter-spacing: -2.5px;
  }
  .custom-big-font-size-3 {
    font-size: 69px;
    line-height: 68px !important;
    letter-spacing: -2.5px;
    margin-bottom: -5px !important;
  }
  .ls6 { 
    letter-spacing: 4.8px !important;
  }
  .exp_title {
    right: 0px;
  }
  .main_title {
    font-size: 22px !important;
  }  
  .cursive_fnt {
    font-size: 28px;
  }
}


/* Rotate Lock */
#rotateBlock {
  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: #fffffffa;
    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 h2 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 25px;
    margin-bottom: 17px;
  }
  .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;
  }
}
