* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bx_3{box-shadow: rgba(103, 101, 117, 0.12) 0px 5px 10px 0px; } 

.header-sticky {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid white;
}
.bi_logo{width: 250px;}
 
.bi_logo img{ width: 100%;}

.logo_color{
  color: #ce6c31;
}
.black_layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.13);
}
.www{
  width: 24px;
}
p{
  color: #1e1e1e;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
.design.al-footer-archi-bottom {
    padding: 6px 0 4px;
    padding-bottom: 6px;
    padding-bottom: 6px;
    background-color: #f2f0ed;
    position: relative;
    z-index: 1;
    line-height: 16px;
}
section{
    padding: 60px 0;
} 
.text-with-outline {
  font-size: 50px;
  font-weight: 600;
  position: relative;
  top: 22px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #7a7a7a;
  -webkit-text-stroke-width: .02em;
  font-family: "Open Sans", sans-serif !important;
  line-height: 1;
}
.view_btn{
  padding: 2px 15px;
    background: #f2f0ed8f;
    border-radius: 5px;
    width: 49.5%;
}
.view_btn2{
  padding: 2px 15px;
    background: #f2f0ed;
    border-radius: 5px;
    width: auto;
    margin-top: 20px;
}
.view_btn3{
  margin-top: 20px;
}
.tp-service-hero-spacing1 {
  padding-top: 145px;
}
.inner_header_bg {
  background-color: #eee;
}
.transparent_bg {
  background: rgb(238, 238, 238);
}
.al-hero-archi-shape {
  bottom: 8%;
  position: absolute;
  left: 0px;
  z-index: 1;
} 
.whatsapp_green { 
  position: fixed;
  right: 25px; 
  bottom: 11%;   
  width: 32px;
  z-index:9;
}
.whatsapp_green img{
  width: 100%;
}
.fw300{font-weight: 300 !important;}
  
.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;
}

 
.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: #030303;
    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);}

.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;
}

.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;
}

.com_div{
  height: auto;
  border-bottom: 1px solid #DBE1DD;
} 

.com_div h5{
  line-height: 20px;
}

.com_div p{
  border-bottom: none !important;
}

.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: 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: 32px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
  background-color: rgba(255, 255, 255, 0.8) !important;
}  
  
.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: #FFCEB0;
}

.mob_view{
  display: none !important;
}

.mob_view2{
  display: block !important;
}

.pc_view{
  display: inline;
}
.pc_view2{
  display: inherit;
}

.tp-brand-item{ background-color: rgba(255, 247, 239, 0.6);padding: 0px 20px; border-radius: 7px;}

.al-blog-archi-thumb {
  border-radius: 7px;
}

.w50px{ width: 50px;}
 
.al-blog-archi-title {
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
  min-height: 35px;
} 
 
.mh55{ min-height: 55px;}

.mh55{ min-height: 55px;}

.mh105{ min-height: 105px;}

.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);
}

.tp-service-cst-thumb {
  overflow: hidden;
  border-radius: 6px;
}

.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-email {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 20px;
  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: #d0d0d0;
  font-size: 14px;
}

.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: scale(1);
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; }

.ml-30px{ margin-left: -30px; }

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

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

.tp-contact-icon {
  width: 40px;
  height: 40px;
  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: 225px;
}

.tp-about-md-bigtext_1 {
  font-size: 190px;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 38%;
  left: 25px;
  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: #cecece;
}

.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: 50px; color: rgb(70, 70, 70); font-family: "Montserrat", sans-serif; font-weight: 600;}


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

.tp-service-cst-slider2 {
  margin-right: 0;
}

.pos_rel{
  position: relative;
}

.banner_layer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.video_banner .transparent_bg {
  background: transparent;
}

.video_banner .tp-header-btn {
  color: white;
}

.video_banner .tp-header-pp-menu-btn span {
  background: #fff;
}

.video_banner .header-sticky.transparent_bg {
  background: #fafafa;
} 

.video_banner .header-sticky .tp-header-btn {
  color: #030303;
}

.video_banner .header-sticky .tp-header-pp-menu-btn span {
  background: #030303;
}

.sticky_logo{
  position: absolute;
  width: 250px;
  left: 0;
  opacity: 0;
}

.video_banner .header-sticky .sticky_logo {
  opacity: 1;
}

.video_banner .header-sticky .normal_logo {
  opacity: 0;
}
 
.bounch_1 { 
  position: absolute;
  bottom: 70px;
  left: 49%;
  width: 100%;
  z-index: 999999;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 40px;
  width: 40px;
}
 
.bounch { 
  position: absolute;
  bottom:81%;
  left: 0;
  width: 100%;
  z-index: 999999;
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100vh;
} 

.bounch_icon {
  width: 40px;
  height: 40px;
  border: solid 1px #b1b1b1;
  border-radius: 100%;
    color: #CCC;
  font-size:17px;
  text-align: center;
}

.bounch_icon i{ margin-top: 10px;}

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

/* .testimonial_half{ width: 100%;}
.testimonial_half iframe{ width: 100%; height: 345px;} */

.category_more{ 
  font-size: 11px; 
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--tp-ff-inter);
    color: var(--tp-common-black-1);
    letter-spacing: 0.5px;
    /* display: flex;
  justify-content: end; */
}


.category_felx{ display: flex; justify-content: space-between;align-items: center;}
 
.testimonial_half {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.testimonial_half iframe{
  aspect-ratio: 16/9;
  transform: scale(1.005);
  width: 100%;
  border-radius: 8px;
}

.event_container {
  max-width: 1000px;
}
 
.tp-testimonial-2-content-wrap .fraction-wrapper.left_tist {
  position: inherit;
  bottom: auto;
  left: auto;
  right: auto;
  margin:unset;
  margin-top: 40px;
}

.gr1{
  background: #2A7B9B;
background: -webkit-linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(0, 41, 59, 1) 100%);
background: -moz-linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(0, 41, 59, 1) 100%);
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(0, 41, 59, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#2A7B9B",
  endColorstr="#00293B",
  GradientType=1
);
}

.gr2{
background: #EBF7F2;
background: -webkit-linear-gradient(90deg,rgba(235, 247, 242, 1) 49%, rgba(255, 214, 214, 1) 100%);
background: -moz-linear-gradient(90deg,rgba(235, 247, 242, 1) 49%, rgba(255, 214, 214, 1) 100%);
background: linear-gradient(90deg,rgba(235, 247, 242, 1) 49%, rgba(255, 214, 214, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#EBF7F2",
  endColorstr="#FFD6D6",
  GradientType=1
);
}


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

.what_we_do_bg{
  background: url(../images/home/what_we_do_bg.webp) center top no-repeat;
}

.al-service-archi-wrapper{   cursor: pointer;}
.bi_logo_ani img{  transition: all 0.6s ease;}
.bi_logo_ani img:hover{
    -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(45deg);
  transition: all 0.6s ease;

}

.al-service-archi-wrapper:hover .al-service-archi-title a{
  color: rgb(206, 108, 49);
}

.al-service-archi-wrapper:hover .bi_logo_ani img{
      -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(45deg);
  transition: all 0.6s ease;
}
.read_more_content {
  display: none;
}
.read_more_title { 
  font-size: 11px;
  color: #030303 !important;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  cursor: pointer !important;
}
.read_more_content p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 9px;
  letter-spacing: 0.3px;
  margin-top: 8px;
}  
.read_more_title::after{
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
font-size: 13px;
  margin-left: 8px;
}
.read_more_title2 { 
  font-size: 11px;
  color: #030303 !important;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  cursor: pointer !important;
}
.read_more_title2::after{
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  margin-left: 8px;
}
.tp-service-details-content ul li b {
  font-weight: 600;
}
.tp-service-details-content ul.project_details  li b {
  font-weight: 400;
}
.mb3{
  margin-bottom: 3px !important;
}
.mt10{
  margin-top: 10px !important;
}
.social_media a:last-child{
  display: none;
}
.mt_10{
  margin-top: 10px;
}

.institution { 
  font-size: 11px;
  color: #030303 !important;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  cursor: pointer !important;
}

.institution span{ 
  font-weight: 700;
}

.institution::after{
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
font-size: 13px;
  margin-left: 8px;
}

.pro_read{
  background-color: #f6f5f3;
  display: block;
  width: 242px;
  padding: 10px;
  border-radius: 10px;
  margin-top: 25px;
}

.pro_read1{
  background-color: #f6f5f3;
  display: block;
  width: 118px;
  padding: 8px 14px;
  border-radius: 10px;
  margin-top: 25px;
}
.iframe_w{
  width: 100%;
}
.gala_img4{
width: 49.5% !important;
}
.gala_img5 {
  width: 49.7% !important;
}
.img_h_468{
  height: 468px !important;
}
.insti_imgw{
  width: 100% !important;
}
.img_w50{
  width: 49.15% !important;
}
.img_h408{
  height: 408px !important;
}
.img_w53{
  width: 53.15% !important;
}
@media screen and (min-width:1900px) and (max-width:2500px){
.whatsapp_green {
  bottom: 8%;
}
}
 
@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;
} 
.sm_pc_pb0{
  padding-bottom: 0px !important;
}
.iframe_w {
  height: 480px;
}
}

@media screen and (min-width:1700px) and (max-width:1799px){
.tp-about-md-bigtext {
  font-size: 170px;
  left: 90px;
}
.md_pc_mt15{
  margin-top: 15px;
  left: 70px;
}
.sm_pc_pb0{
  padding-bottom: 0px !important;
} 
.iframe_w {
  height: 449px;
}

}

@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%;
}
.sm_pc_pb0{
  padding-bottom: 0px !important;
}
.md_pc_pdtb70{
    padding-top: 60px;
    padding-bottom: 70px;
  }
 .view_btn {
  width: 56.5%;
}
.iframe_w {
  height: 423px;
}
}

@media screen and (min-width:1500px) and (max-width:1599px){
.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%;
}
.sm_pc_pb0{
  padding-bottom: 0px !important;
}
.md_pc_pdtb70{
    padding-top: 60px;
    padding-bottom: 70px;
  }
   .view_btn {
  width: 56.5%;
}
.iframe_w {
  height: 392px;
}
}

@media screen and (min-width:1400px) and (max-width:1499px){
.tp-about-md-bigtext {
  font-size: 142px;
  top: 43%;
  left: 70px;
}
.md_pc_mt15{
  margin-top: 15px;
  left: 60px;
}
.lg_pc_w36{
  width: 38%;
}
.lg_pc_w62{
  width: 62%;
}
.sm_pc_pb0{
  padding-bottom: 0px !important;
}
.md_pc_pdtb70{
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .view_btn {
  width: 56.5%;
}
.iframe_w {
  height: 369px;
}
}

@media screen and (min-width:1300px) and (max-width:1399px){
  .view_btn {
  width: 59%;
}
  .md_pc_pdtb70{
    padding-top: 60px;
    padding-bottom: 70px;
  }
.tp-about-md-bigtext {
  font-size: 120px;
  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;
}

.sm_pc_pb0{
  padding-bottom: 0px !important;
}
.sm_pc_mb0{
  margin-bottom: 0px !important;
}
 
}

@media screen and (min-width:1200px) and (max-width:1299px){
.tp-about-md-bigtext {
  font-size: 110px;
  top: 52%;
  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;
}
.sm_pc_pb0{
  padding-bottom: 0px !important;
}
.sm_pc_mb0{
  margin-bottom: 0px !important;
}
 .view_btn {
  width: 74.5%;
}
.iframe_w {
    height: 314px;
}
}

@media screen and (min-width:1050px) and (max-width:1200px) {
  .tp-about-md-bigtext {
  font-size: 110px;
  top: 56%;
  left: 60px;
  }
  .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;
}

.mh105 {
  min-height: 160px;
}
.sm_pc_mb0 .mb-30{
  margin-bottom: 0px !important;
}
}


  

@media screen and (min-width:1100px) and (max-width:1199px){
  .iframe_w{
    height: 284px;
  }
}

@media screen and (min-width:1050px) and (max-width:1099px){
  .iframe_w{
      height: 257px !important;
  }
}
@media screen and (max-width: 767px) {
.header-transparent.mob_menu_v {
  position: relative;
}




.bounch, .bounch_1{ display: none !important;}

  
  .al-project-archi-thumb img {
  transform: unset !important;
  transition: all 0.6s ease;
}
 .youtube-container {
  top: 0;
}
  .logo-2{
    width: 200px !important;
  }
  .title_size {
  font-size: 30px;
  color: rgb(70, 70, 70);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
  .tp-portfolio-colum-spacing {
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .mob_title {
    font-size: 22px;
    letter-spacing: 0.2px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
  }

.mob_sub_title {
    font-size: 17px;
    letter-spacing: 0.1px !important;
    margin-bottom: 10px;
  } 

  .br_none_mob{ display: none;}

.bi_logo {
    width: 220px;
  }

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

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

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

p{
  font-size: 15px;
  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;
}

.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;
}
.mob_tl .text-center{
  text-align: left !important;
}
.mob_tl .justify-content-center{
  justify-content: start !important;
}
.tp-testimonial-2-content-wrap .fraction-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.scrollToTop {
  right: 7px;
}
 .mob_pb30 {
    padding-bottom: 35px;
  }

  .mob_pt30 {
    padding-top: 35px;
  } 
  .row > * {
  padding-right: calc(var(--bs-gutter-x) * .6);
  padding-left: calc(var(--bs-gutter-x) * .6);
}
.mob_view{
  display: block !important;
}
.pc_view{
  display: none;
}
.pc_view2{
  display: none;
}
.al-blog-archi-area .ml63 {
  margin-left: 0px;
}
.sticky_logo {
  position: relative;
  opacity: 1;
}
.video_banner .tp-header-pp-menu-btn span {
  background: #030303;
}
.video_banner .youtube-container {
  margin-top: 80px;
}
.normal_logo{
  display: none;
}
.tp-service-hero-spacing1 {
  padding-top: 95px !important;
}
.read_more_content p {
  font-size: 14px;
  line-height: 23px;
}
section {
  padding: 36px 0;
}
.text-with-outline {
  font-size: 35px;
  top: 15px;
}
footer .mob_pt30 {
    padding-top: 0px !important;
  }
  .tp-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(0deg) scale(0.7);
  -moz-transform: rotate(0deg) scale(0.7);
  -ms-transform: rotate(0deg) scale(0.7);
  -o-transform: rotate(0deg) scale(0.7);
  transform: rotate(0deg) scale(0.7);
}
.tp-offcanvas-2-close-btn .texts {
  font-size: 13px;
  width: 48px;
}
.view_btn {
    width: 100%;
    margin-top: 30px;
}
.view_btn2 {
    width: 100%;
    margin-top: 15px;
}
.view_btn3 {
  width: 100%;
  margin-top: 15px;
}
 footer .tp-contact-number.i1 {
    border: 1px solid #e8e8e8;
  }
  .res_fs35{
    font-size: 35px !important;
  }
  .res_w100{
    width: 100% !important;
  }
}

@media screen and (min-width:540px) and (max-width:767px){

}

@media screen and (min-width: 576px) and (max-width:767px) {
  .container{
    max-width: 100%;
  }
}
@media screen and (max-width:375px) {
 .text-with-outline {
    font-size: 32px;
    top: 15px;
  }
}