.wptb-swiper-dots.style2 .swiper-pagination-bullet {
  width: 4px;
  height: 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
}

.home_pg .transparent_bg {
  background: rgba(255, 255, 255, 0.9);
}

.transparent_bg_1 {
  background: rgba(249, 249, 249, 0.8);
} 

.al-blog-archi-title {
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
  min-height: 19px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bi_logo{width: 250px; position: relative;}
 
.bi_logo img{ width: 100%;}

.al-hero-archi-shape {
  bottom: 8%;
  position: absolute;
  left: -12%;
  z-index: 1;
  filter: invert(7%);
} 
  
.al-hero-archi-title {
  font-size: 80px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 500;
}

.al-hero-archi-ptb {
  padding-top: 350px;
  padding-bottom: 270px;
}

 .op2 .al-blog-archi-title {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  min-height: 40px;
  margin-bottom: 16px;
}
.op2 .mh105 {
  min-height: 130px;
}
.tp-portfolio-colum-spacing {
  padding-top: 70px;
  padding-bottom: 50px;
}

.al-project-archi-icon.ab_round {
  padding-left: 150px;
  position: relative;
  transform: translateY(-15px);
}

.al-project-archi-icon.ab_round::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 150px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #cecac4;
}

.al-project-archi-icon.ab_round a {
  border: 1px solid #cecac4;
    border-top-color: rgb(206, 202, 196);
    border-right-color: rgb(206, 202, 196);
    border-bottom-color: rgb(206, 202, 196);
    border-left-color: rgb(206, 202, 196);
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #388468;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.al-project-archi-icon.ab_round a:hover {
  background-color: var(--tp-theme-secondary);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-secondary);
}

.logo_color{ color: var(--tp-theme-secondary);}

.brown_color{color: #ce6c31;}
.dark_gry_color{color: rgb(70, 70, 70);}
 
.tp-about-md-bigtext {
  font-size: 190px;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 38%;
  left: 25px;
  z-index: -2;
}

.al-service-archi-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #b1a798;
}
 
.bg-position_projects {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff0e1;
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
  position:relative;
  z-index:9; 
}
.op2 .youtube-container{
  border-radius: 7px;
}
 .container-1750 {
    max-width: 1750px;
  }
.youtube-container iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
  scale: 1.03;
}

.testimonials_flex {
  justify-content: center;
  display: flex;
  margin-top: 50px;
} 
 
.tp-service-cst-content1 {
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 15px 20px 20px 20px;
  position: absolute;
  margin: 32px;
    margin-right: 32px;
  margin-right: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  background-color: rgba(255, 255, 255, 0) !important;
}
.tp-service-cst-content2 {
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  margin: 9px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  background-color: rgba(255, 255, 255, 0.8) !important;
  z-index: 9;
}  
  
.tp-service-cst-item-border {
  border-bottom: 1px solid #DBE1DD;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.tp-service-cst-item:hover .tp-service-cst-item-border {
  border-color: #BBB;
} 

.tp-brand-item{ 
  background-color: rgba(219, 214, 209, 0.07);
  padding: 3px 20px;
  border-radius: 7px;
  width: 230px;
}
.al-blog-archi-thumb { background-color: rgba(202, 202, 202, 0.6);/*! padding: 0px 20px; */ border-radius: 7px;}
.w50px{ width: 50px;}
  .w40px{ width: 40px;}

.al-blog-archi-title {
  line-height: 1.1;
  font-size: 14px;
  font-weight: 600;
  min-height: 35px;
}  
.al-blog-archi-title.event_small_thum {
  min-height: 47px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1px;
}  
 
.mh55{ min-height: 55px;}
.mh55{ min-height: 55px;}
.mh105{ min-height: 105px;}
.mh130{ min-height: 0px;}
.al-blog-archi-avatar h5 {
  font-size: 20px;
  color: #ce6c31;
  line-height: 1;
  font-family: var(--tp-ff-inter);
  position: relative;
  margin-right: 13px;
  padding-right: 13px;
}
 
.brd_1{
    border-bottom: 1px solid #FFE9D4;
}



.al-section-archi-title {
  font-size: 50px;
  line-height: 1;
}

.al-footer-archi-widget-link ul li a {
  font-weight: 500;
  line-height: 1.67;
  text-transform: unset;
  color: var(--tp-grey-1);
  font-family: var(--tp-ff-inter);
}

.al-blog-archi-wrapper:hover .al-blog-archi-thumb img {
  -webkit-transform: scale(1.1) rotate(0deg);
  -moz-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
}
  .al-blog-archi-thumb img {
  transition: 0.9s;
  transform: scale(1) rotate(0deg);
}
.tp-service-cst-thumb {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: rgba(17, 12, 46, 0.12) 0px 15px 20px 0px;
  margin-bottom: 30px;
}

.tp-service-cst-thumb img {
  border-radius: 0px;
  transition: all 0.6s ease;
}


.tp-contact-number {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 5px 20px;
  border: 1px solid #fff;
  border-radius: 7px;
} 

.tp-contact-number.i1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 5px 20px;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
}  


.tp-contact-email {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-common-black);
  letter-spacing: 1px;
} 

/* navbar css code */
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a{
    font-weight: 500;
      font-size: 16px;
        line-height: 26px;
    letter-spacing: 0.5px;
}  
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a{
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
} 
.tp-offcanvas-2-right-info-title{
  font-weight: 400;
  font-size: 20px;
  
} 
.tp-offcanvas-2-right-info-item label{
  font-weight: 600;
  font-size: 15px;
 
}
.tp-offcanvas-2-right-info-item > a{
  font-weight: 600;
  font-size: 15px;
    line-height: 26px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a::after{
  display: none;
}
/*  */
.tp-menu-close {
  position: absolute;
  right: 0;
  top: 6px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
}
.tp-offcanvas-2-wrapper .tp-menu-close {
  top: 0px;
  height: 0;
  width: 0;
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  background-color: #fff;
  color: #fff;
  border-color: #fff;
}

.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 10px;
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
  margin-bottom: 25px;
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 26px;
} 

.social_media{ width: 100%;}
.social_media img{ width: 30px;border: solid 1px #CCC;border-radius: 50%;padding: 1px; opacity:1; transition: all 0.6s ease;}
.social_media img:hover{ width: 30px;border: solid 1px #ce6c31;border-radius: 50%;padding: 1px; opacity: 0.5; transition: all 0.6s ease; }

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: #b5b5b5;
  font-size: 13px;
}
.tp-offcanvas-2-wrapper .tp-menu-close i {
  font-size: 14px;
  color: #d0d0d0;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(5px);
}

.al-project-archi-thumb{
  border-radius: 8px;
  overflow: hidden;
}
.al-project-archi-thumb img{
  /*! transform: unset !important; */
transition: all 0.6s ease;
}
 
.al-project-archi-thumb img:hover{
  transform: scale(1.04);
transition: all 0.6s ease;
}

.hover_project{
  overflow: hidden;
}

.hover_project {
  transform: scale(1);
transition: all 0.6s ease;
}

.hover_project:hover{
  transform: scale(1.04);
transition: all 0.6s ease;
}


.bx_1{box-shadow: rgba(17, 12, 46, 0.15) 0px 18px 30px 0px; }

.bx_2{box-shadow: rgba(17, 12, 46, 0.12) 0px 15px 20px 0px; }

.bx_3{box-shadow: rgba(103, 101, 117, 0.12) 0px 5px 10px 0px; } 
 
.ml-30px{   margin-left: -30px; }

.swiper-wrapper.mlslider {
  margin-bottom: 50px;
   margin-left: -30px; 
}

.swiper-slide.mlslider1{
  margin-left: 30px;
}

.tp-contact-icon {
  width: 37px;
  height: 37px;
  background: #fff;
  color: var(--tp-common-black);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollToTop .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background-color: #f2ebe7;
  transition: all 0.3s;
  border: 1px solid #f2ebe7;
}

.scrollToTop .water_wave_back {
  right: 0;
  fill: #f2ebe7;
  animation: wave-back 1.4s infinite linear;
}

.scrollToTop .water svg use {
  margin-bottom: -1px;
  position: relative;
  bottom: -1px;
  fill:  #f2ebe7 !important;
}

.al-brands-archi-slider .swiper-slide {
  width: auto;
}
.kaira_logo{
  width: 420px;
  height: 107px;
  display: flex;
  align-items: center;
}
.maduvan_logo {
  width: 315px;
  height: 107px;
  display: flex;
  align-items: center;
}
.arvind_logo {
  width: 366px;
  height: 107px;
  display: flex;
  align-items: center;
}

.tp-about-md-bigtext_1 {
  font-size: 190px;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 38%;
  left: 25px;
  z-index: 0;
} 

.tp-about-md-bigtext_2 {
  font-size: 190px;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: -15%;
  left: 25px;
  z-index: 0;
}  

.tp-about-md-bigtext_3 {
  font-size: 190px;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 33%;
  left: 75px;
  z-index: 0;
}   

.al-blog-archi-btn a {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  font-family: var(--tp-ff-inter);
}

.al-hero-archi-link {
  font-weight: 500;
  font-size: 11px;
  line-height: 2.08;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
  text-transform: uppercase;
}

.al-project-archi-icon::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 378px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #cecac4;
} 
.al-project-archi-icon {
  padding-left: 370px;
  position: relative;
  transform: translateY(-50px);
}
 
.al-hero-archi-link::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  top: 6px;
  left: 11px;
  background-color: #000;
} 
.al-project-archi-icon a {
  border: 1px solid #cecac4;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #030303;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 0.8;
}

.al-project-archi-title-sm {
  font-size: 30px;
  line-height: 1;
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.title_size{ font-size: 36px; color: rgb(0, 88, 187); font-family: "Montserrat", sans-serif; font-weight: 600;} 

.sub_title_size{ 
  color: rgb(3, 3, 3);
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 200 !important;
}  
  
.al-project-archi-content span {
  line-height: 1;
  transform: translateY(-30px);
  display: inline-block;
  font-family: var(--tp-ff-inter);
  margin-top: 40px;
}
.fraction-wrapper #paginations span {
  font-size: 15px;
  font-size: 500 !important;
  color: #9b9b9b;
}
.shop-slider-progress-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 1px;
  z-index: 11;
  background-color: #eaeaea;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} 
.shop-slider-progress-bar span {
  position: absolute;
  left: 0;
  top: 0px;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  transform: scaleX(1);
  transform-origin: left;
}

.past_title{
  color: rgb(70, 70, 70);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight:600;
  margin-bottom: 10px;
}
.past_location{
  color: rgb(70, 70, 70);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight:400;
}

/* 2 layout CSS */
.title_size.title_size_white {
  color: rgb(255, 255, 255);
}

.roboto_sub_title.roboto_sub_title_white {  color: rgb(255, 255, 255);}
.white_color {  color: rgb(255, 255, 255) !important;}

.brd_2 {
  border-bottom: 1px solid #ECECEC;
} 

.brd_3 {
  border-bottom: 1px solid #e682463d
} 
    
.brd_4 {
  border-bottom: 1px solid #ECE7E7;
}
  
  
.al-hero-archi-link.al-blog-archi-btn_wht {color: #FFF;}
.al-blog-archi-btn.al-blog-archi-btn_wht a { color: #FFF;}

.al-blog-archi-btn.al-blog-archi-btn_wht a:hover {
  color: #FFBD7F;
}

.justify_content_end{ display: flex; justify-content: end;}


.exlpre_pc{ display: inherit !important;}
.exlpre_mob{ display: none !important;}


.title_size.op2_title {
  font-size: 35px;
  color: #73a29c;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.tp_text_invert.invert-black-8 > div {
  background-image: linear-gradient(to right, #73a29c 50%, #b7ab98 50%);
}


.tp_text_invert.invert-black-88 > div {
  background-image: linear-gradient(to right, #0058bb 50%, #b7ab98 50%);
}

.tp-service-cst-thumb.op2_bt_title_whatwedo {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: rgba(17, 12, 46, 0.12) 0px 15px 20px 0px;
  margin-bottom: 0px;
}

.tp-service-cst-content3 {
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 10px;
  position: relative;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  background-color: rgba(255, 255, 255, 0) !important;
} 

.youtube-container2 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
  position:relative;
  z-index:9; 
  border-radius: 7px;
  margin-top: 50px;
}

.youtube-container2 iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
  scale: 1.03;
}

.al-blog-archi-title.event_small_thum_id2 {
  line-height: 1.1;
  font-size: 14px;
  font-weight: 600;
  min-height: 47px;
}

.mb0{ margin-bottom: 0px !important;}


.tp-testimonial-pp-content .fraction-wrapper.ddd {
  margin-top: 50px;
}
.scrollToTop {
  display: none !important;
  height: 45px;
  width: 45px;
  position: fixed;
  bottom: 25px;
  right: 20px;
}

@media screen and (min-width:1800px) and (max-width:1899px){
 .tp-about-md-bigtext {
  font-size: 180px;
  left: 90px;
} 
  
.md_pc_mt15{
  margin-top: 15px;
  left: 70px;
}
  
.lg_txt_cntr{
  text-align: center;
} 
}

@media screen and (min-width:1700px) and (max-width:1799px){
.tp-about-md-bigtext {
  font-size: 145px;
  left: 90px;
}
.md_pc_mt15{
  margin-top: 15px;
  left: 70px;
}
.lg_txt_cntr{
  text-align: center;
} 
.home_pg .tp-testimonial-2-content p {
    height: 105px !important;
  }
}

@media screen and (min-width:1600px) and (max-width:1699px){
.tp-about-md-bigtext {
  font-size: 150px;
  top: 43%;
  left: 90px;
}
.md_pc_mt15{
  margin-top: 15px;
  left: 70px;
}
.lg_pc_w36{
  width: 36%;
}
.lg_pc_w62{
  width: 62%;
}
.lg_txt_cntr{
  text-align: center;
}
.sub_title_size {
    font-size: 38px !important;
}
.mid_wd19 {
  flex: 0 0 auto;
  width: 19%;
}
.home_pg .tp-testimonial-2-content p {
    height: 105px !important;
  }
}

@media screen and (min-width:1500px) and (max-width:1599px){
.tp-about-md-bigtext {
  font-size: 140px;
  top: 43%;
  /* left: 90px; */
}
.md_pc_mt15{
  margin-top: 15px;
  left: 70px;
}
.lg_pc_w36{
  width: 36%;
}
.lg_pc_w62{
  width: 62%;
}
.lg_txt_cntr{
  text-align: center;
}
.sub_title_size {
  font-size: 36px;
}
p {
  letter-spacing: 0.15px;
}
.al-blog-archi-title.event_small_thum {
  font-size: 14px;
  letter-spacing: 0px;
  min-height: 40px;
}
.mid_wd19 {
  flex: 0 0 auto;
  width: 19%;
}
.home_pg .tp-testimonial-2-content p {
  height: 105px !important;
}
}

@media screen and (min-width:1400px) and (max-width:1499px){
.tp-about-md-bigtext {
  font-size: 142px;
  top: 43%;
  left: 70px;
}
    p {
        letter-spacing: 0.12px;
    }
.md_pc_mt15{
  margin-top: 15px;
  left: 60px;
}
.lg_pc_w36{
  width: 38%;
}
.lg_pc_w62{
  width: 62%;
}
.lg_txt_cntr{
  text-align: center;
}
.tp-about-md-bigtext_1 {
  left: 100px;
}

.banner_left {
  padding-left: 62px;
}
.title_size {
  font-size: 38px;
}
.sub_title_size {
    font-size: 36px;
    line-height: 48px;
}
.al-blog-archi-title.event_small_thum {
  font-size: 14px;
  letter-spacing: 0px;
  min-height: 40px;
}
  .mid_wd19 {
    flex: 0 0 auto;
    width: 19%;
  }
  .home_pg .tp-testimonial-2-content p {
    height: 105px !important;
  }
}

@media screen and (min-width:1300px) and (max-width:1399px){
.al-blog-archi-title.event_small_thum {
  font-size: 14px;
  letter-spacing: 0px;
  min-height: 40px;
}
  .mid_wd19 {
    flex: 0 0 auto;
    width: 19%;
  }
.title_size {
  font-size: 38px;
}
.banner_left {
  padding-left: 62px;
}
.sub_title_size {
  font-size: 38px;
  font-weight: 600;
}
.tp-about-md-bigtext {
  font-size: 100px;
  top: 51%;
  left: 70px;
}
.md_pc_mt15{
  margin-top: 15px;
  left: 60px;
}
.title_size {
  font-size: 35px;
  color: rgb(70, 70, 70);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
    .sub_title_size {
        font-size: 35px;
        line-height: 48px;
    }
.tp-about-md-bigtext_1 {
  left: 100px;
}
  .col-lg-5n {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
    .col-lg-7n {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
      p {
        letter-spacing: 0.25px;
    }
}

@media screen and (min-width:1200px) and (max-width:1299px){
.tp-about-md-bigtext {
  font-size: 90px;
  top: 52%;
  left: 70px;
}
.md_pc_mt15{
  margin-top: 15px;
  left: 50px;
}
.title_size {
  font-size: 35px;
  color: rgb(70, 70, 70);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
    .sub_title_size {
        font-size: 34px;
        line-height: 48px;
    }
        p {
        letter-spacing: 0.25px;
        line-height: 25px;
    }
.mh_175_1200x1299{ min-height: 175px !important;}

/* home page responsive */

.pc-mtb40{
  padding-top: 40px;
  padding-bottom: 40px;
}
 .sub_title_size {
    color: rgb(3, 3, 3);
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
  }
.dash_title{
  font-size: 32px !important;
}
.pc-mb20{
  margin-bottom: 20px;
}
.al-service-archi-title{
  font-size: 17px;
}
 .pc-bx-set{
  flex: 0 0 auto;
  width: 49.33%;
} 
.pc_ptb40{
  padding-top: 40px;
  padding-bottom: 10px;
}
.pc-pt40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.pc-cl-w{
  flex: 0 0 auto;
    width: 24.667%;
}
.pc-pb0{
  padding-bottom: 0px;
}
.tp-testimonial-2-content-wrap .fraction-wrapper.left_tist{
  margin-top: 20px;
}

.al-blog-archi-title.event_small_thum {
  font-size: 14px;
  letter-spacing: 0px;
  min-height: 40px;
}
.mid_wd19 {
  flex: 0 0 auto;
  width: 25% !important;
}
 .home_pg .tp-testimonial-2-content p {
    height: 125px !important;
  }
}
 
@media screen and (min-width:1100px) and (max-width:1199px) {
  .sub_title_size {
    font-size: 33px;
    line-height: 48px;
  }
  p {
    letter-spacing: 0.25px;
  }
  .home_pg .tp-testimonial-2-content p {
    height: 130px !important;
  }
}
@media screen and (min-width:1025px) and (max-width:1199px) {
  
.al-blog-archi-title.event_small_thum {
  font-size: 14px;
  letter-spacing: 0px;
  min-height: 40px;
}
.mid_wd19 {
  flex: 0 0 auto;
  width: 25% !important;
}
  .al-blog-archi-title {  min-height: 53px;}
  .mh_210_1100x1199{ min-height: 210px !important;}
  .tp-about-md-bigtext {
  font-size: 80px;
  top: 56%;
  left: 60px;
  }
      p {
        letter-spacing: 0.25px;
    }
      .sub_title_size {
        font-size: 33px;
        line-height: 42px;
    }
  .md_pc_mt15{
  margin-top: 15px;
  left: 50px;
}
  .title_size {
  font-size: 35px;
  color: rgb(70, 70, 70);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.sub_title_size{ 
color: rgb(3, 3, 3);
font-family: "Montserrat", sans-serif;
font-size: 32px;
}
  
.mh105 {
  min-height: 160px;
}
  
.mob_sub_title {
    font-size: 17px;
    letter-spacing: 0.1px !important;
    margin-bottom: 10px;
  } 

.tp-portfolio-colum-spacing {
  padding-top:40px;
  padding-bottom: 40px;
}
/*  */
p {  font-size: 15px;}
.small_pc__pb0{ padding-bottom: 0px !important;}
.small_pc__pb30{ padding-bottom: 30px !important;}
.small_pc__pt30{ padding-top: 40px !important;}
.small_pc__mb0{ margin-bottom: 0px !important;}
.mob_fs-16 {font-size: 15px;}
.al-service-archi-content p { font-size: 15px;}
.banner_txt_2 {font-size: 34px !important;}
.banner_txt {font-size: 40px !important;}


.dash_title{
  font-size: 32px !important;
}
.pc-mb20{
  margin-bottom: 20px;
}
.al-service-archi-title{
  font-size: 17px;
}
 .pc-bx-set{
  flex: 0 0 auto;
  width: 49.33%;
} 
.pc_ptb40{
  padding-top: 40px;
   padding-bottom: 15px;
}
.pc-pt40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.pc-cl-w{
  flex: 0 0 auto;
    width: 24.667%;
}
.tp-portfolio-sectitle .borders {
  width: 84px;
  height: 1px;
  margin-left: 30px;
}
.tp-contact-us-info-details a {
  margin-bottom: 5px;
}
.tp-contact-us-info-details {
  margin-bottom: 0;
}
.pc-pb0{
  padding-bottom: 0px;
}
.tp-testimonial-2-content-wrap .fraction-wrapper.left_tist{
  margin-top: 20px;
}
.small_ptb40{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
 .home_pg .tp-testimonial-2-content p {
    height: 156px;
  }
   .view_btn {
  width: 80.5%;
}
  .mid_wd19 {
    flex: 0 0 auto;
    width: 27% !important;
  }
}

@media screen and (max-width: 767px) {
.mr-20 {
  margin-right: 13px;
}
.tp-contact-number a{
  font-size: 15px;
}
.tp-contact-icon {
  width: 34px;
  height: 34px;
  margin-right: 0px !important;
}
.roboto_sub_title {
  margin-top: 5px;
}
.tp-brand-item{ background-color: rgba(219, 214, 209, 0.09);}
.scale08 {
  scale: 0.8;
}
  .mob_pt30{ padding-top: 30px !important;}
.al-blog-archi-title.event_small_thum_id2 {
  min-height: auto;
}

.al-blog-archi-title.event_small_thum {
  min-height: auto;
}

.title_size.op2_title {
  font-size: 22px;
}

.exlpre_pc{ display: none !important;}
.exlpre_mob{ display: inherit !important;}

.tp-about-md-bigtext_3 {
  font-size: 79px;
  top: 68%;
  left: 27px;
}


.tp-about-md-bigtext_2 {
  font-size: 79px;
  top: 58%;
  left: 25px;
}
 
.justify_content_end {
  display: flex;
  justify-content: start;
}

.mob_mb50{ margin-bottom: 50px;}

.mob_mb25{ margin-bottom: 20px;}

.mh_auto_mob{min-height: auto !important;}

.al-project-archi-thumb img {
  transform: unset !important;
  transition: all 0.6s ease;
}

.tp-about-md-bigtext_1 {
    font-size: 77px;
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: auto;
    left: 28px;
    z-index: 0;
    bottom: -9px;
    right: 0;
  }

  #smooth-content{
    transform: unset !important;
  }

  #smooth-wrapper{
    position: unset !important;
    height: auto !important;
  }

  .mob_pb30{
    padding-bottom:30px !important;
   }

   .res_pb0{
    padding-bottom:0px !important;
   }

  .title_size {
    font-size: 22px;
    color: rgb(70, 70, 70);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
  .tp-portfolio-colum-spacing {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .mob_title {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 28px;
    margin-bottom: 12px;
    font-size: 25px;
  }

.mob_sub_title {
    font-size: 14px;
    letter-spacing: 0.3px !important;
    margin-bottom: 15px;
  } 

  .br_none_mob{ display: none;}

.bi_logo {
    width: 216px;
  }

.tp-header-2-menu-btn {
    width: 40px;
    height: 40px;
    padding-right: 2px;
  }

.res_in_flex{
    display: inline-flex !important;
  }

.al-hero-archi-link {
  color: white;
}

p{
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 24px;
}

.mob_fs-16 {
  font-size: 15px;
}

.al-project-archi-content span {
  line-height: 1;
  transform: translateY(-30px);
  display: inline-block;
  font-family: var(--tp-ff-inter);
  margin-top: 40px;
  font-size: 15px;
}

.mhauto {
  min-height: auto !important;
}
.al-project-archi-icon::before {
  width: 324px;
  top: 62%;
}
.al-project-archi-icon {
  padding-left: 319px;
  margin-bottom: -19px;
}
.al-project-archi-icon a {
  width: 48px;
  height: 48px;
}
.mob_none{ display: none !important;}

.tp-contact-email {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-common-black);
  letter-spacing: 1px;
}

.al-service-archi-content p {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
}
.fs-16 {
  font-size: 15px;
}
.al-project-archi-title-sm {
  font-size: 21px;
} 
.shop-slider-progress-bar {
  width: 120px;
}
.fraction-wrapper {
  width: 190px;
}
.tp-testimonial-pp-content .fraction-wrapper {
  margin-top: 30px;
}

.tp-contact-number {
  padding: unset;
  border: unset;
  border-radius: unset;
  padding: 13px 4px 2px 4px !important
}
.mob_tr{
   text-align: right;
  }
.op2 .mh105 {
  min-height: 105px;
}
.op2 .mob_mh80 {
  min-height: 80px;
}
.mob_ml0 .ml63{
  margin-left: 0px;
}
/* index_1 */
.mob_pt40{
  padding-top: 40px;
}
.whatsapp_green {
  right: 6px;
  bottom: 7px;
  width: 28px;
  z-index: 9;
}
.scrollToTop {
  height: 40px;
  width: 40px;
  bottom: 38px;
  right: 1px;
}
.sub_title_size {
font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.45px;
}
/* disclaimer page */
.res-pb-25{
  padding-bottom: 25px;
}

/* home page responsive */

.banner_txt_2{
  font-size: 20px !important;
}
  .dash_title {
    font-size: 23px !important;
    margin-bottom: -4px;
    line-height: 27px;
  }
  .tp-portfolio-sectitle .borders {
    width: 102px;
    margin-left: 19px;
  }
  p {
    font-size: 14px !important;
    letter-spacing: 0.3px;
    line-height: 24px;
  }
  .res-pb20{
    padding-bottom: 20px;
  }
  .pb0{
    padding-bottom: 0px;
  }
  .res-pt20{
    padding-top: 20px;
  }
.tp-service-cst-thumb {
    margin-bottom: 0;
  }

.tp-testimonial-2-content-wrap .fraction-wrapper.left_tist{
  margin-top: 20px;
}
.value_sec   .tp-portfolio-sectitle .borders {
    width: 63px;
    margin-left: 19px;
  }
  .res_pb36{
    padding-bottom: 36px !important;
  }
   .tp-brand-item {
    padding: 2px 9px;
    width: 180px;
  }
  .res_pb0{
    padding-bottom: 0 !important;
  }
  .tp-testimonial-area .mb30 {
  margin-bottom: 15px;
  letter-spacing: 0;
}
 .home_pg .tp-testimonial-2-content p {
    height: 168px;
  }
.res_mb5{
  margin-bottom: 5px !important;
}
.res_lh14{
  line-height: 14px !important;
}
.res_fs23{
  font-size: 23px !important;
}
.res_fs18{
  font-size: 18px !important;
}
.res_pt35{
  padding-top: 35px !important;
}
.res_mb0{
  margin-bottom: 0 !important;
}
.al-brands-archi-slider .swiper-slide {
    width: auto;
  }
.arvind_logo {
  width: 340px !important;
  height: 90px;
}
.maduvan_logo {
  width: 240px !important;
  height: 90px;
}
.kaira_logo {
  width: 330px !important;
  height: 90px;
}
}


@media screen and (min-width:510px) and (max-width:767px){
  .res-img-w{
    width: 230px !important;
  margin-right: 17px !important;
  }
    .res-cl-w{
    flex: 0 0 auto;
  width: 50%;
  }
  .res-h-60{
    height: 60px;
  }
}

@media screen and (min-width:450px) and (max-width:767px){
  .res-bx-set{
    flex: 0 0 auto;
  width: 50%;
  }
}



@media screen and (max-width: 367px) {
   .mr-20 {
    margin-right: 8px;
  }
}

/* @media screen and (min-width:350px) and (max-width:509px){

} */
