@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


b, strong {
    font-weight: 400;
  }
body{
    font-family: "Be Vietnam Pro", sans-serif !important;
    background: #fff;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Be Vietnam Pro", sans-serif !important;
}
html{
    scroll-behavior: smooth !important;
    overflow-x: hidden !important;
}
.logo{
  width: 115px;
  max-height: unset !important;
  margin-top: 10px;
}
.www{width: 23px;opacity: 0.9;margin-bottom: 1px;}
.header-style-1 {
    position: relative;
    margin: 20px 15px 80px;
    padding-top: 0;
    background-color: #fff !important;
}
.header-style-1 .site-navigation ul.navigation > li > a {
    color: #ffffffe0;
    text-shadow: 1px 1px 1px #00000047;
    text-decoration: none;
} 
.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
    min-width: 147px; 
    border-radius: 1px;
    left: -4px;
}
.header-style-1 .site-branding {
  border-radius: 0 0 0px;
  position: relative;
  padding: 0;
  margin-right: 0;
  background-color: #fff0;
}
.site-navigation{
    display: flex;
  justify-content: flex-end;
  width: 83.7%;
    margin-top: -20px;
}
.align_center{
    display: flex;
    align-items: center;
}
.site-navigation ul.navigation > li.active > a, .site-navigation ul.navigation > li > a:hover {
    color: #e8e8e8 !important;
}
.site-navigation ul.navigation > li > a {
    height: 25px;
    line-height: 25px;
    float: left;
    min-height: 1px;
    vertical-align: top;
    position: relative;
    margin: 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif !important;
    text-decoration: none;
}
.main-menu .navigation > li > ul a {
  position: relative;
  display: table-cell;
  line-height: 24px;
  text-transform: uppercase;
  font-style: normal;
  color: #000000e5;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 11.5px;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif !important;
  transition: all 0.5s ease;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li{
    margin-right: 32px;
  }
.site-navigation ul.navigation li a.hove_eff.dropdown_li:last-child{
    margin-right: 0px;
  }
.site-navigation ul.navigation li a.hove_eff.dropdown_li::before {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    right: -14px;
    position: absolute;
    top: 0px;
    text-shadow: 1px 1px 1px #00000021;
    font-weight: 400;
    color: #99BA00;
    font-size: 13px;
  } 
.site-navigation ul.navigation li a.hove_eff::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: 0px;
    opacity: 0;
    transition: all 0.8s ease;
    border-bottom: dotted 1px white;
} 
.site-navigation ul.navigation li:hover a.hove_eff::after {
    opacity: 1;
    transition: all 0.8s ease;
    width: 100%;
}
ul.navigation {
    display: flex;
    align-items: center;
}
.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,8px);
    z-index: 999;
 }
.active_link{
    color: #fff !important;
}
.active_link::after {
    width: 100% !important;
    bottom: -2px !important;
    opacity: 1 !important;
  }
.header-style-1 .site-branding .pbmit-bottom-left-corner {
  bottom: -25px;
  left: 0;
  transform: rotate(-180deg);
  display: none;
}
.pbmit-sticky-corner svg path {
  fill: #fff;
}
.pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets {
    display: block;
    width: 182px;
    height: 95px;
    background-color:   transparent !important;
    z-index: 6;
    right: 47px;
}
.pbmit-slider-one .pbmit-slider-dots-corner {
    position: absolute;
    width: 182px;
    height: 100px;
    background: transparent;
    display: none;
}
.pbmit-slider-one .pbmit-slider-item {
    display: flex;
    align-items: center;
    height: 910px;
    background-color: unset;
    height: 95.25vh;
}
.pbmit-slider-content{
    position: absolute;
  left: 5%;
  bottom: 35px;
} 
.pbmit-slider-one .pbmit-title {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 0px;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}   
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ffffff47;
    color: #ffffffb5;
    transition: all 500ms ease;
    z-index: 9999;
} 
.swiper-button-next::after, .swiper-button-prev::after {
    content: "\e814";
    font-family: "pbminfotech-base-icons";
    font-size: 18px;
    line-height: normal;
    margin-left: 3px;
}
.swiper-button-prev {
    left: 10px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: var(--pbmit-white-color);
    background-color: #99ba00e0;
}
.scroll-down-section {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -23px;
    mix-blend-mode: difference;
}
.scroll-down-section::before {
    background: white;
    width: 2px;
    height: 20px;
    position: absolute;
    bottom: 40px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    content: '';
}
.scroll-down-section span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 23px;
    height: 40px;
    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;
      }
}
.about-four-lamp-img {
    position: absolute;
    width: auto;
    max-width: 100%;
    right: 0;
    bottom: -198px;
    z-index: 9;
    left: auto;
  }
.about-four-center-area {
    padding: 3px 0px 0px 0px;
}
.pbmit-heading, .pbmit-heading-subheading, .pbmit-heading-subheading-style-1 {
  margin-bottom: 0;
} 
.pbmit-heading-subheading .pbmit-title, .pbmit-heading .pbmit-title {
    font-size: 30px !important;
    line-height: 48px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 100;
    margin-bottom: 20px !important;
    color: white;
}
.pbmit-heading-subheading .pbmit-heading-desc {
    margin: 11px 0 15px 0;
    letter-spacing: 0.35px;
    font-weight: 200;
    color: #262626;
    font-size: 17px;
} 
.wd33{
    width: 18.33% !important;
}
.w80{
    width: 80% !important;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper {
    width: 54px;
    height: 54px;
    font-size: 28px;
    line-height: 32px;
    background-color: var(--pbmit-white-color);
    color: #ffffff9c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.wel_icon{
    width: 17px;
} 
.pbmit-ihbox-style-16:hover .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-16:hover .pbmit-ihbox-svg-wrapper {
    color: #27343c;
  }
.pbmit-tbar-title {
  font-size: 22px;
  line-height: 22px;
  color: #ffffffd6;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0px;
}
.pbmit-ihbox-style-16:hover .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-16:hover .pbmit-ihbox-svg-wrapper {
    background-color: #fff !important;
}
.pbmit-animation-style1.active img, .pbmit-animation-style2.active img, .pbmit-animation-style3.active img, .pbmit-animation-style4.active img {
    transform: scale(0.85) translate(0, 0);
}
.pbmit-ele-blog .pbmit-blog-btn, .pbmit-ele-service .pbmit-service-btn {
    bottom: 1px;
}
.service-three .pbmit-servicebox-left {
    padding: 1px 0px 0 10px;
    position: relative;
}
.pro_title{ 
    font-size: 26px !important;
  line-height: 38px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-style: normal;
  color: #000;
    font-weight: 300;
    position: relative;
    padding-left: 11px;
    margin-bottom: 22px !important;
}
.pbmit-service-highlight h2 {
    position: absolute;
    font-size: 150px;
    line-height: normal;
    color: transparent;
    -webkit-text-stroke: 2px rgba(64, 50, 38, 0.08);
    top: auto;
    bottom: -161px;
    left: -172px;
}
.pbmit-service-style-3 .pbmit-service-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
}
.pbmit-service-style-3 .pbmit-content-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
    width: calc(100% - 50%);
}
.pbmit-service-style-3 .pbmit-featured-wrapper::before {
    background: linear-gradient(to top,rgba(64, 50, 38, 0.25) 0%,rgba(0, 0, 0, 0) 52%,rgba(0, 0, 0, 0) 73%);
}
.pbmit-service-style-3 .pbminfotech-box-number {
    position: absolute;
    right: 40px;
    top: 30px;
    font-size: 40px;
    line-height: 48px;
    z-index: 2;
    color: rgba(var(--pbmit-white-color-rgb), .52);
}
.pbmit-ihbox-style-8 .pbmit-element-title {
    font-size: 16px !important;
    line-height: 32px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
}
.pbmit-ihbox-style-8 .pbmit-element-title span{
    font-weight: 400;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i, .pbmit-ihbox-style-8 .pbmit-icon-type-icon {
    font-size: 33px;
    line-height: 27px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box {
    align-items: center;
}
.ihbox-one-img-col .ihbox-imgbox {
    text-align: center;
    padding-right: 136px;
}
.ihbox-one-img-col {
    width: 40%;
    margin-left: -19px;
}
.pbmit-bg-color-light .pbmit-ihbox-style-16 .pbmit-ihbox-box {
    background-color: #fff0;
    /*! box-shadow: 3px 3px 10px #0000003b; */
}
.before-after-left-area {
    padding: 90px 108px 90px 108px;
    border-radius: 0;
    height: 100%;
}
.twentytwenty-container {
  border-radius: 0;
}
.twentytwenty-before-label {
    opacity: 1;
}
.twentytwenty-after-label {
    opacity: 1;
}
.pbmit-testimonial-style-1 .pbmit-box-content-wrap {
    padding: 18px 14px 14px;
    /*! position: relative; */
    background-color: #fff0;
    z-index: 1;
    height: 332px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
}
.testi_flex{
    display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 12px 0 11px;
    border: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
    color: #f9b805;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
    color: #2d2d2d54;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p {
    margin-bottom: 0;
    letter-spacing: 0px;
    color: #262626de;
    font-size: 16px;
}  
.pbmit-ihbox-style-2 .pbmit-element-title {
    font-size: 40px !important;
    line-height: 48px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #99ba00;
}
.pbmit-ihbox-style-2 .pbmit-title-wrap {
  margin-right: 15px;
}
.testimonial-one .ihbox-style-area {
    position: relative;
    width: auto;
    max-width: 100%;
    left: 0;
    bottom: -40px;
    z-index: 99;
  }
.mb0{
    margin-bottom: 0px !important;
}
.testimonial-one .swiper-button-prev {
    right: 25%;
    background: #bb9a65;
}
.pbmit-ihbox-style-2 .pbmit-element-heading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.2px;
    margin-top: 4px;
}
.google_color{
    color: #262626de;
    transition: all 0.5s ease;
}
.google_color:hover{
    color: #99ba00;
    text-decoration: underline !important;
    transition: all 0.5s ease;
}
.testimonial-one .swiper-button-next, .testimonial-one .swiper-button-prev {
    bottom: 21%;
    top: auto;
    right: auto;
    left: 27px;
}
.testimonial-one .swiper-button-prev {
    right: auto;
    background: #bb9a65;
    left: 83%;
}

.testimonial-one .swiper-slider {
    padding-bottom: 80px;
}
.testimonial-one .pbmit-testimonialbox-left {
    padding: 0px 0px 0 0px;
    position: relative;
}

.testimonial-one .pbmit-testimonialbox-left::before {
    left: -18%;
    top: -35px;
    font-size: 236px;
    line-height: 300px;
    content: unset;
}
.footer-style-1, .footer-style-1::before {
    border-radius: 0;
}
.footer-style-1 .pbmit-footer-text-area .col-md-12 {
    text-align: left;
}
.foot_p{
    font-size: 10px;
    letter-spacing: 0.5px;
    font-family: "Poppins", serif;
    margin-bottom: 2px !important;
    text-transform: uppercase;
    color: #ffffff8f;
}
.site-footer .pbmit-footer-text-area {
    padding-top: 11px;
    padding-bottom: 7px;
}
.foot_title{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 19px;
    text-transform: uppercase;
    color: #000000bf;
    padding-left: 13px;
}
.foot_title::after{
    content: "";
    position: absolute;
    background-color: #99ba00;
    height: 100%;
    width: 3px;
    bottom: -2px;
    display: block;
    left: 0;
    top: 0px;
}
.foot_title span{
    font-weight:200;
}
.fw600{
    font-weight: 600;
    font-size: 13px;
    color: #1e1e1e;
    text-transform: uppercase;
}
.dot1{
    padding: 0 10px 0 10px;
}
.dot2{
    padding: 0 10px 0 33px;
}
.dot3{
    padding: 0 10px 0 22px;
}

.mb5{
    margin-bottom: 5px !important;
}

.pbmit-progress-wrap {
    right: 42px;
    bottom: 42px;
    height: 40px;
    width: 40px;
}
.pbmit-progress-wrap::after {
    line-height: 40px;
    font-size: 13px;
    height: 40px;
    width: 40px;
    left: 0px;
    top: 0;
}
.pbmit-progress-wrap::before {
    line-height: 40px;
    font-size: 13px;
    height: 40px;
    width: 40px;
    content: "/f106";
    font-family: "Font Awesome 6 Pro";
}
.pbmit-progress-wrap:hover{
    background: #f6f6f6;
}
.footer-style-1 .widget .pbmit-footer-logo img {
    height: 65px;
    padding: 0px 0 0 0;
    margin-left: -23px;
}
.site-footer .widget {
    padding-top: 0px;
    position: relative;
}
.social_media img{
    width: 23px;
    margin-top: -5px;
    opacity: 0.7;
    filter: invert(100%);
    margin-left: 1px;
}
.social_media i{
    font-size: 23px;
    opacity: 0.8;
    color: #353535;
}
.social_media .fb_img{
    width: 10px;
    margin-top: -5px;
    opacity: 1;
    filter: invert(100%);
}
.social_media .link_img{
    opacity: 0.6;
    opacity: 1;
    filter: invert(100%);
}
.sami_ft{
    letter-spacing: 7px;
    margin-bottom: 0;
    word-spacing: 5px;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 13px;
}
.sami_ft span{
    font-weight: 400;
}
.wd_fb{
    width: 33.4px;
  text-align: center;
}
.pl30{padding-left: 30px !important;}
.footer-style-1 .pbmit-footer-widget-area {
    padding-top: 40px;
    padding-bottom: 32px;
}
footer .social_media li {
    transition: all 0.5s ease;
}
footer .social_media li:hover {
    transition: all 0.5s ease;
    transform: translateY(4px);
}
.footer-style-1 .pbmit-social-li a:hover {
    color: #ffffffbd;
}
.con_info a{
    transition: all 0.8s ease;
}
.con_info a:hover{
    transition: all 0.8s ease;
}
.pricing-one-bg {
    background-image: url("../img/bg_light.webp");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pbmit-fid-style-one .pbminfotech-ele-fid-style-1 .pbmit-fid-sub .pbmit-fid-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
.pbmit-ihbox-style-16 .pbmit-element-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.pbmit-ihbox-style-16:hover .pbmit-element-title {
  color: #fff;
}
.sa{
    font-size: 78px;
    font-weight: 900;
    margin-left: -31px;
    color: #483a2f2e;
    letter-spacing: 5px;
    line-height: 83px;
}
.main-menu .navigation > li > ul li:hover > a {
    padding-left: 18px;
    color: #99ba00;
    transition: all 0.5s ease;
}
.pbmit-heading-subheading .pbmit-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 7px solid #fff;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}
body .pbmit-bg-color-secondary {
    background-color: #F5F2EB !important;
  }
.pbmit-heading-subheading .pbmit-subtitle {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pbmit-ele-service:hover .pbmit-service-btn {
  background-color: #434448;
  color: var(--pbmit-white-color);
}
body .pbmit-bg-color-light {
    background-color: #fff;
}
body .pbmit-bg-color-blackish {
    background-color: #F6F6F6 !important;
}
.footer-style-1 .pbmit-footer-text-area {
    background: 403226;
}
.footer-style-1, .footer-style-1 a {
    color: rgba(43, 43, 43, 0.85);
}
.pbmit-bg-color-secondary .pbmit-heading-desc, .pbmit-bg-color-blackish .pbmit-heading-desc {
    color: #262626de;
}
.pbmit-bg-color-secondary .pbmit-heading-subheading .pbmit-title, .pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-title {
    color: #fff;
}
.footer-style-1 .pbmit-social-li a {
    color: rgba(255, 255, 255, 0.32);
    font-size: 18px;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 90px;
    line-height: 90px;
    transform: translateY(-50%);
    font-weight: 700;
    -webkit-text-stroke: 1px var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
    color: transparent;
}
footer .logo{
    width: 145px;
    max-height: unset !important;
    margin-top: 5px;
    filter: invert(0%);
}
.space_bw{
    display: flex;
    justify-content: space-between;
}
.pbmit-ele-blog .pbmit-blog-btn, .pbmit-ele-service .pbmit-service-btn {
    background-color: #fff0;
    border: 1px solid #ffffff85;
    width: 45px;
    height: 45px;
}
.footer-style-1 a:hover {
    color: rgb(153, 186, 0);
}
.pbmit-miconheading-style-16 {
    margin-bottom: 27px;
}
.twentytwenty-container,.twentytwenty-container img {
    height: 590.2px !important;
  }
  .pbmit-btn .pbmit-button-text, .pbmit-static-btn .pbmit-button-inner .pbmit-button-wrapper span {
    position: relative;
    overflow: hidden;
    text-decoration: inherit;
}
footer iframe {
    border: 0;
    border-radius: 0;
}
.service-three .pbmit-servicebox-right {
    padding-left: 70px;
    margin-left: -10px;
}
.mt30{
    margin-top: 30px !important;
}
.mb3{
    margin-bottom: 2px !important;
}
.section-md {
    padding-top: 85px;
    padding-bottom: 85px;
 }
.testimonial-one {
  padding: 80px 0px 0px 0px;
}
.section-xl {
  padding-top: 80px;
  padding-bottom: 80px;
}
.dark_bg{
    background-color: #403226 !important;
}

.pbmit-bg-color-secondary.dark_bg .pbmit-heading-desc{
    color: #fff;
  }
.pbmit-btn{
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 13px;
    padding: 10px 30px;
}
footer .foot_p a{
    color: #ffffff8f !important;
}
footer .foot_p a:hover{
    color: rgb(153, 186, 0) !important;
}
.new_pl{
    padding-left: 0 !important;
}
.pbmit-btn-outline {
    color: #262626de;
    background-color: transparent;
    border: 1px solid rgb(200, 200, 200);
  }
.charcol{
    background-color: #fff !important;
}
.page-wrapper{
    background-color: #fff !important;
}
.header-style-1 .site-branding .pbmit-top-right-corner {
    top: 5px;
    right: -20px;
    transform: rotate(-180deg);
    display: none;
}
.site-header .site-branding img {
    filter: invert(100%);
}

.testimonial-one .pbmit-testimonialbox-left::before {
    background-color: rgba(255, 255, 255, 0.06);
}
.main-menu ul > li.dropdown > ul > li.dropdown::after {
    position: absolute;
    right: 19px;
    font-family: "pbminfotech-base-icons";
    font-size: 15px;
    content: "\e814";
    font-weight: 600;
    margin-left: 8px;
    top: 10px;
    color: #a6a6a6;
    font-weight: 400;
}

.pbmit-btn:hover .pbmit-button-text, .pbmit-button:hover .pbmit-button-text, .pbmit-static-btn .pbmit-button-inner:hover .pbmit-button-wrapper span {
    animation: MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;
    color: #ffffffde;
}
.main-menu .navigation > li > ul > li > ul {
    left: 100%;
    top: 0;
    margin-top: -8px;
    margin-left: 1px;
    min-width: 152px;
}
  .main-menu .navigation > li > ul li {
    font-weight: normal;
    padding: 9px 18px;
  }
.pbmit-service-style-3:hover .pbmit-service-image-wrapper img {
    transform: scale(1.05);
    filter: grayscale(0%);
}
.pbmit-service-style-3 .pbmit-service-image-wrapper img {
    border-radius: 30px;
    transition: all .4s ease-in-out;
    width: 100%;
    filter: grayscale(100%);
}
.ml30{
    margin-left: 30px !important;
}
.pro_wd{
    width: 41.66666667% !important;
}
.pbmit-ele-blog .pbmit-blog-btn, .pbmit-ele-service .pbmit-service-btn {
    color: #fff;
    font-size: 9px;
}
.swiper-pagination-bullet-active {
    outline: 1px solid #99BA0000;
    outline-offset: 4px;
 
}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon, .pbmit-ihbox-style-8 .pbmit-ihbox-svg {
    margin-right: 25px;
    position: relative;
    display: inline-block;
    background-color: #2D2E32;
    color: #fff;
    border-radius: 50%;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper i, .pbmit-ihbox-style-8:hover .pbmit-icon-type-icon {
    color: #000;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-icon::before, .pbmit-ihbox-style-8 .pbmit-ihbox-box .pbmit-ihbox-svg::before {
    content: "";
    position: absolute;
    background-color: #fff;
}
.pbmit-progress-wrap svg.pbmit-progress-circle path {
    stroke: #99ba00;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    fill: rgba(255, 255, 255, 0.22);
}
.pbmit-progress-wrap::after {
    color: #151515;
    content: "\f106";
    font-family: "Font Awesome 6 Pro";
}
.pbmit-progress-wrap:hover.pbmit-progress-wrap::after {
    color: #686868;
}
.pbmit-btn::after {
    background-color: #e3ded1;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper {
    background-color: #F7F7F7;
    border-radius: 30px;
    margin-top: 5px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg {
    top: -3px;
}
.testimonial-one .swiper-button-prev:hover, .testimonial-one .swiper-button-next, .team-six-swiper-arrow .swiper-button-prev:hover, .team-six-swiper-arrow .swiper-button-next {
    color: #26262696;
    background: #fff0;
    border: 1px solid #f0f0f0;
}
.testimonial-one .swiper-button-prev {
    right: auto;
    background: #fff0;
    left: 0;
    border: 1px solid #f0f0f0;
    color: #26262696;
}
.footer-style-1 .pbmit-footer-text-area {
    background: #2D2E32;
}
.pbmit-bg-color-light .pbmit-testimonial-style-1 .pbmit-box-content-wrap::before {
    background-color: #2d2e3200;
    border-radius: 19px;
    border: none;
    clip-path: unset;
}  
.testimonial-one .swiper-button-next:hover {
    background-color: #99ba00;
    color: white;
    border-color: #99ba00;
}
.testimonial-one .swiper-button-prev:hover {
    background-color: #99ba00;
    color: white;
    border-color: #99ba00;
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
    background-color: rgba(255, 255, 255, 0.83);
    backdrop-filter: blur(5px);
} 
.main-menu .navigation > li > ul a::before {
    background-color: #99BA00;
    transition: all 0.5s ease;
}  
.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
    border-top: 0px solid #8e9099bf;
} 
.pbmit-bg-color-light .pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper, .pbmit-bg-color-light .pbmit-ihbox-style-16 .pbmit-ihbox-svg-wrapper {
    background-color: #2D2E32;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper i, .pbmit-ihbox-style-8 .pbmit-icon-type-icon {
    font-size: 28px;
    line-height: 27px;
    color: #ffffff9c;
}
.twentytwenty-left-arrow {
    border-right: 6px solid #2d2e32;
    left: 50%;
    margin-left: -17px;
}
.twentytwenty-right-arrow {
    border-left: 6px solid #2d2e32 !important;
    right: 50%;
    margin-right: -17px;
}
.pbmit-title-bar-wrapper {
    position: relative;
    z-index: 1;
    background-color: #f1edea;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .pbmit-title-bar-wrapper {
    margin:0px 15px 0;
  }
  .pro_box .pbmit-featured-wrapper img {
    width: 100%;
    transform: scale(1) rotate(0deg);
    transform-origin: unset;
    border-radius:25px;
    transition:all 0.5s ease;
    opacity: 1;
    border: 1px solid #dcdcdc29;
    filter: brightness(40%);
  }
.pro_box .pbminfotech-post-content {
  position: relative;
  overflow:hidden;
  border-radius:25px;
}
  .pro_box:hover .pbmit-featured-wrapper img {
    transform: scale(1.06) rotate(0deg);
    filter: unset;
  }
  .pro_box .pbminfotech-box-content {
    position: absolute;
    top: inherit;
    bottom: 22px;
    left: 20px;
    right: 20px;
    padding:9px 16px;
    opacity: 0;
    border-radius:13px;
    word-break: break-word;
    transform: translateY(0);
    background: #ffffffa1;
    transition:all .5s;
    display: inline;
    width: fit-content;
  }
  .pro_box .pbmit-portfolio-title {
    font-size: 18px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .pro_box .pbmit-portfolio-title a{
    color: #434448;
  }

.pro_box:hover .pbminfotech-box-content {
  transition:all .5s;
  opacity: 1;
  transform: translateY(0);
}
.charcol_bg{
    background: #2c2f33;
}
.pbmit-title-bar-content-inner {
    width: 100%;
    text-align: center;
  }
.project_pg .header-style-1 .site-navigation ul.navigation > li > a {
    color: #ffffff8c;
    text-shadow: 1px 1px 1px #00000047;
  }
.project_pg .page-wrapper {
    background-color: #fff !important;
  }
.project_pg .header-style-1 .site-branding {
    background-color: #fff0;
  }
.project_pg .pbmit-sticky-corner svg path {
    fill: #fff;
  }
.project_pg .header-style-1 {
    background-color: #fff !important;
  }

  .hover_icon{
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background:#0000004d;
    border-radius:0 !important;
    transition: all 0.5s ease;
    opacity: 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.hover_icon i{
    background: #02020294;
      padding: 13px;
      border-radius: 100%;
      font-size: 19px;
      font-weight: 400;
    display: inline;
    color: #ffffffa8;
}
.pro_box:hover .hover_icon {
    opacity: 1;
    transition: all 0.5s ease;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .w100{
    width: 100% !important;
  }
  .wd50{
    width: 50% !important;
  }
  .tt{
    text-transform: initial;
  }
  .tag_quotes::before{
    font-family: "pbminfotech-base-icons";
    content: '\e826';
    position: absolute;
    left: -3px;
    top: 4px;
    width: 25px;
    height: 25px;
    font-size: 50px;
    line-height: 0px;
    display: inline-block;
    background: rgba(var(--pbmit-blackish-color-rgb), .03);
    background-clip: text;
    -webkit-text-fill-color: unset;
  }
  .mt50{ margin-top: 50px; }

  .ihbox-one-left-col{
    width: 100%;
    padding-top: 0px;
  }
  .w33{
    width: 33%;
  }
  .pbmit-ihbox-style-7 .pbmit-ihbox-box {
    background-color: #fff0;
    border: 1px solid #f6f6f6;
  }
  .read-more-content{
    display: none;
  } 
  .pbmit-title-wrap h2 {
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0.1px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: white;
}
.content_wrapper{
    padding-top: 25px;
    margin-top: 0px;
    position: relative;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}
.content_wrapper .box_content{
    color-scheme: white;

}
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    background: unset;
  }
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
    background-color: #2d2e3200;
    border-radius: 0;
    clip-path: unset;
    padding: 21px 18px;
    border: 1px solid #f0f0f0;
    height: 203px;
  }
  .pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 300;
  color: #262626;
  letter-spacing: 0.6px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.content_wrapper .box_content {
   color: #fff;
  }
.pbmit-ihbox-style-7 .pbmit-content-wrapper {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #99ba0078 !important; 
    padding-right: 0;
  }
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    background-color: unset;
  }
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
color: #000;
letter-spacing: 0.5px;
font-size: 17px;
margin-bottom: 0;
font-weight: 200;
}
.read-more-content p {
    color: rgba(255, 255, 255, 0.8);
}
.read-more {
    font-size: 12px; 
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffffa1;
  letter-spacing: 0.5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.read-more:hover {
  color: #ffffffc2;
}
.read-more:focus {
  color: #ffffffc2;
}

.pbmit-title-bar-wrapper, .pbmit-title-bar-content {
    min-height: 450px;
  }
  .pbmit-title-bar-wrapper {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    background-attachment: scroll;
  }
  .pbmit-title-bar-wrapper {
    margin:0px 15px 0;
    border-radius: 0px;
  }
  .pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
    width: 100%;
    transform: scale(1) rotate(0deg);
    transform-origin: unset;
    border-radius:0;
    transition:all 0.8s ease;
  }

  .invert_img{
    filter: invert(100%) brightness(135%);
  }
.pbmit-portfolio-style-2 .pbminfotech-post-content {
  position: relative;
  border-radius:0;
  margin: 0;
  background: white;
} 
.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {
    transform: unset;
    transition: all 0.8s ease;
}
.pbmit-portfolio-style-2  .pbmit-featured-wrapper:hover img {
    transform: scale(1.06) rotate(0deg);
    transition: all 0.8s ease;
}

.pbmit-portfolio-style-2 .pbminfotech-box-content {
    position: absolute;
    top: inherit;
    bottom: 22px; 
    left: 35px;
    right: 35px;
    padding:16px 25px;
    opacity: 1;
    border-radius:0;
    word-break: break-word;
    transform: translateY(0);
    background: #434448;
    transition:all .5s;
    background: #111111db;
} 
.pbmit-portfolio-style-2 .pbmit-portfolio-title {
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title {
    color: #99ba00 !important;
}
.pbmit-title-bar-wrapper .pbmit-breadcrumb, .pbmit-title-bar-wrapper .pbmit-breadcrumb a {
    font-weight: 400;
    line-height: 23px;
    color: #bbb;
    text-transform: capitalize;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.home:hover{
    color: white !important;
    text-decoration: underline !important;
}
.pbmit-breadcrumb-inner i {
    font-size: 15px;
    color: #8f8f8f;
    display: inline-block;
  }
  .pbmit-ihbox-style-7 {
    position: relative;
    overflow: hidden;
    padding-top: 1px;
  }

  .pbmit-ihbox-style-4 .pbmit-ihbox-icon::before {
    content: unset !important;
  }
.metamorphosis_sec img{
    width: 100%;
    border-radius: 0;
    border: 1px solid #00000012;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper, .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image, .pbmit-ihbox-style-4 .pbmit-icon-type-icon, .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {
    font-size: 14px;
    line-height: 40px;
    color: #00000061;
    margin-bottom: 12px;
    transition: all 0.5s ease-in-out;
    background: #4d4f5300;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 20px auto 12px;
    overflow: hidden;
    letter-spacing: 0.5px;
    border: 1px solid #00000061;
  }
.pbmit-ihbox-style-4:hover .pbmit-ihbox-svg-wrapper, .pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-image, .pbmit-ihbox-style-4:hover .pbmit-icon-type-icon, .pbmit-ihbox-style-4:hover .pbmit-ihbox-icon-type-text {
    transform: translate(0 , 0px);
    background: #99ba00;
    color: var(--pbmit-white-color);
    border-color: #99ba00;
}
.pbmit-ihbox-style-4 {
    margin-bottom: 0px;
}
.wd19{
    width: 15.7% !important;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon::after {
    position: absolute;
    content: unset;
    border: 3px dotted #4d4f53;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    width: 105px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    top: 50%;
    right: -115px;
    transform: translate(-50%, -50%);
}
p {
    margin: 0 0 15px;
    letter-spacing: 0.2px;
    font-weight: 200;
    color: #151515;
    font-size: 17px;
}
.mb30{
    margin-bottom: 30px !important;
}
.meta_op2 img{
    filter: grayscale(100%);
    opacity: 0.9;
}
.mt0{
    margin-top: 0 !important;
}

.zoom_effect{ 
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; 
    color: white;
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    background: #fff;
    left: 0;
  }
  .zoom_effect i{
    font-size: 23px;
    font-weight: 300;
    color: #404040;
    background: #ffffffb2;
    padding: 5px;
    backdrop-filter: blur(4px);
  }
  .product_box:hover .zoom_effect {
    opacity: 1;
    transition: all 0.5s ease;
  }
  .d-flex {
    display: flex !important;
    align-items: baseline;
  }
  .menu_arrow{
    margin-right: 10px;
    font-size: 13px;
    color: #99ba00;
  }
  a:hover {
    color: #f9f7f4;
    text-decoration: none !important;
  }



  .zoom_effect i{
    position: absolute;
    top: auto;
    left: auto;
    z-index: 999;
    border-radius: 5px;
  } 
  .zoom_effect img{
    z-index: 9;
  }

.fw100{ font-weight: 100 !important;}
.fs20{font-size: 20px !important;}

.wht{ color: #FFF !important;}

.title_line {
    width: 40px;
    height: 2px;
    background-color: #99ba00;
}   

.title_line_1 {
    width: 40px;
    height: 2px;
    background-color: #99ba00;
    position: absolute;
    top: 45px;
}  
  
  
.fw300{ font-weight:300 !important;}

.pro_title::before{
    content: "";
    height: 100%;
    width: 3px;
    background: #99ba00;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.ls01{
    letter-spacing: 0.1px !important;
}

.work_box{
    margin-top: 59px;
    width: 100%;
}
.mt59{
    margin-top: 59px;
}
.work_img a:hover img{
    transition: all 0.5s ease 0s;
}
.work_img a img{
    transition: all 0.5s ease 0s;
    transform: scale(1);
    width: 100%;
}
.work_bg{
    position: relative;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: 2px;
}
.work_box img{
    width: 100%;
}
.work_img{
    overflow: hidden;
    position: relative;
}
.work_title{
    padding: 0;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f9f9f9d1;
    padding: 5px;
    /*! display: none; */
}
.btm33{
    bottom: 0 !important;
}
.work_title h3{
    font-size: 11px;
    color: #4d4d4dbd;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.work_title p{
    color: #fff;
    letter-spacing: 0.2px !important;
    margin-bottom: 0;
    font-size: 13px;
}
.work_btn{
    position: absolute;
    top: 18px;
    right: 18px;
    background-color: #fff0;
    border: 1px solid #ffffff85;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.work_btn i{
    color: #fff;
  font-size: 13px;
    transform: rotate(-45deg);
}
.work_img a .work_btn{
    transition: all 0.5s ease 0s;
}
.work_img a:hover .work_btn{
    background-color: #99ba00;;
    transition: all 0.5s ease 0s;
    opacity: 1;
    border-color: #99ba00;
}

.ls05{
    letter-spacing: 0.5px !important;
}

.title_p{
    font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 14px;
}
.dark_layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000073;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.work_img a:hover .dark_layer{
    transition: all 0.5s ease 0s;
    opacity: 1;
}
.unique_bg{
    background: url("../img/home/unique_bg.webp");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    background-position: 50% 44%;
}
.pos_rel{
    position: relative;
}
.pbmit-ihbox-style-7:hover {
    transform: translate(0, 0px);
}
.pt85{
    padding-top: 85px !important;
}
.mtb85{
    margin: 85px 0 !important;
}
.service-three {
    border-radius: 0px;
    overflow: hidden;
  }
.wd20{
    width: 19%;
}
.wd80{
    width: 80.95%;
}
.foot_p.mb0{
    margin-bottom: 0px !important;
}
.big_let{
    font-size: 40px;
  font-weight: 800;
  color: #99ba00;
  line-height: 36px;
  margin-right: 0px;
}
.dark_gray{
    background-color: #2D2E32 !important;
    padding: 80px 0;
}
.quote_text{
    font-size: 30px !important;
  line-height: 38px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-style: normal;
  color: #151515;
  font-weight: 100;
  position: relative;
  padding-left: 80px;
    margin-bottom: 0;
}
.quote_icon {
    position: absolute;
    top: 12px;
    left: 14px;
    font-size: 9em;
    font-weight: 700;
    line-height: 60px;
    color: transparent !important;
    z-index: 0;
    -webkit-text-stroke: 1px #1e1e1e66;
    font-family: "Be Vietnam Pro", serif;
}
.about_img{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.about_img img{
    width: 100%;
    border-radius: 0;
}
.wd32{
    width: 32.33%;
}
.about_us_pg .pbmit-animation-style1.active img, .about_us_pg .pbmit-animation-style2.active img, .about_us_pg .pbmit-animation-style3.active img, .about_us_pg .pbmit-animation-style4.active img{
    transform: scale(1) translate(0, 0);
}
.wd17{
    width: 32.95%;
    margin-right: 5px;
}
.wd17:last-child{
    margin-right: 0px;
}
.text_justify{
    text-align: justify;
}
.about_us_pg .pbmit-title-bar-wrapper {
    position: relative;
    z-index: 1;
    background-image: url("../img/about_us/banner.webp");
    background-repeat: no-repeat;
    background-position: 50% 21%;
    background-size: cover;
    background-attachment: scroll;
}
.site-navigation ul.navigation li a.active_menu::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff0;
    bottom: 0px;
    transition: all 0.8s ease;
    border-bottom: dotted 1px #fff;
    opacity: 1;
}
.active_menu{
    color: #99ba00 !important;
}
.active_menu_sub{
    color: #99ba00 !important;
}
.pbmit-breadcrumb-inner .sep {
    line-height: 15px;
    top: 0px;
    position: relative;
    padding: 0 0px;
}
.bdr20{
    border-radius: 20px !important;
}
.mb10n{
    margin-bottom: -6px;
}
.reach_pg .pbmit-ihbox-style-7 .pbmit-ihbox-box {
    background-color: transparent;
    border-radius: 19px;
    border: none;
    clip-path: unset;
    padding: 45px 35px;
    height: 218px;
}
.reach_pg .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    background: #2d2e32;
    z-index: 0;
}
.reach_pg .pbmit-ihbox-style-7 {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.reach_pg .pbmit-content-wrapper a.tel_link{
    color: white;
    transition: all 0.5s ease;
}
.reach_pg .pbmit-content-wrapper a.tel_link:hover{
    color: rgb(153, 186, 0);
    padding-left: 10px;
    transition: all 0.5s ease;
}
.reach_pg .dot2{
    margin: 0 10px;
    padding: 0;
}
.reach_pg .dot1{
    padding: 0;
    margin: 0 10px 0 21.5px;
}
.mb10{
    margin-bottom: 10px !important;
}
.reach_pg .pbmit-ihbox-style-7 .pbmit-element-title{
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: white;
}
.fw200{
    font-weight: 200 !important;
}
.reach_pg .pbmit-ihbox-style-7 .pbmit-ihbox-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 1;
    background: #2d2e32;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
  }
.reach_pg .pbmit-ihbox-style-7 .pbmit-ihbox-btn i{
    font-size: 16px;
    color: #ffffffa3;
    margin-bottom: 2px;
}
.reach_pg .pbmit-social-li {
    transition: all 0.5s ease;
    background: #F5F2EB;
    width: 37px;
    height: 37px;
    margin-right: 9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
.reach_pg .pbmit-social-li:hover {
    opacity: 0.8;
    transition: all 0.5s ease;
    transform: translateY(6px);
  }
  .contact-form-area {
    padding: 53px;
    border-radius: 0;
    margin: 100px 0px 0px 0px;
    background-color: #f1edea;
  }
  .contact-form-area form .pbmit-btn { 
    color: #393939;
    font-family: "Be Vietnam Pro", sans-serif;
    margin-top: 10px;
  }
  .form-control {
    margin-bottom: 26px;
    font-size: 14px;
    height: 52px;
    line-height: normal;
    padding: 9px 14px;
    font-weight: normal;
    border-width: 0 0 1px 0;
    font-family: inherit;
    background-color: transparent;
    border-radius: 1px;
    border: unset;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: #fff0;
    border: 1px solid #a2a2a24d;
    color: #666;
    border-radius: 0;
  }
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 13px;
  letter-spacing: 0.3px;
}
  .form-control:focus {
    background-color: #f5f2eb;
    border-color: rgba(19, 19, 19, 0.59);
    color: #3e3e3e;
  }
  select:focus {
  border-color: rgba(19, 19, 19, 0.59);
  color: #3e3e3e;
}
select{
    margin-bottom: 26px;
  font-size: 13px;
  height: 52px;
  line-height: normal;
  padding: 9px 14px;
  font-weight: normal;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 1px;
  border: unset;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-color: #fff0;
  border: 1px solid #a2a2a24d;
  width: 100%;
    letter-spacing: 0.3px;
    appearance: none;
    z-index: 1;
    position: relative;
    border-radius: 0;
}
option{
    background: #0000;
    font-size: 13px;
    letter-spacing: 0.5px !important;
}
.pdr0{
    padding-right: 0px;
}
textarea.form-control {
    height: unset;
    min-height: 131px;
    padding-top: 20px;
    resize: none;
}
.pdt0{
    padding-top: 0px;
}
.pdb80{
    padding-bottom: 80px;
}
.pbmit-heading-subheading .mt0{
    margin-top: 0px;
    margin-bottom: 0px;
}
.pdb0{
    padding-bottom: 0px;
}
.contact_banner{
  background: url("../img/inner_banner/contact_banner.webp");
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 67%;
  background-size: cover;
   background-attachment: scroll;
}
.ml80{
    margin-left: 80px;
}
.career_link{
    color: rgb(153, 186, 0);
    text-decoration: underline !important;
}
.career_link:hover{
    color: #0d0d0d;
    text-decoration: underline !important;
}
.mt0{
    margin-top: 0px;
}
.career_banner{
  background: url("../img/inner_banner/career_banner.webp");
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 43%;
  background-size: cover;
  background-attachment: scroll;
}
.dis_banner{
    background: url("../img/inner_banner/privacy_banner.webp");
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 24%;
    background-size: cover;
    background-attachment: scroll;
}

.h186{
    height: 186px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg {
  fill: #979797de;
  height: 10px;
  top: -2px;
  position: relative;
  width: 60px;
}

.layer{
    content: "";
    position: absolute;
    /*! background: linear-gradient(to top, #2d2e32ad 14%, #fff0 0%); */
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}
.biege_color{
    background: #F5F2EB !important;
}

.swiper-pagination-bullet-active{
    background-color: #99ba00 !important;
    opacity: 1 !important;
}
.portfolio-three-slider .swiper-pagination-bullet, .testimonial-three-main .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: .5;
  margin: 0 5px !important;
  background-color: #b9b9b9;
}
.swiper-slider[data-dots="true"] {
  padding-bottom: 45px;
}
.creation_sec .pro_title{
    color: white;
}
.black_bg{
    background-color: #2D2E32 !important;
}
.creation_sec .pbmit-heading-subheading .pbmit-heading-desc {
  color: #fff;
}
.creation_sec .pbmit-btn-outline {
  color: #fff;
}
.creation_sec .pbmit-btn-outline:hover {
  color: white;
}
.creation_sec .pbmit-btn::after {
  background-color: #434448;
  content: "\f061";
}
.wd12{
    width: 15%;
}
.mb8{
    margin-bottom: 8px;
}
.mb7n{
    margin-bottom: -7px;
}
.mt45{
    margin-top: 45px !important;
}
.pbmit-social-li:not(:last-child) {
  padding: 0 0 0 0;
}
footer .social_media {
    margin-left: 0px;
    margin-top: 25px;
}
.pt90{
    padding-top: 90px;
}
.ptb80{
    padding: 80px 0 ;
}
.green_color{
    color: #99ba00;
}
.fs16{
    font-size: 16px !important;
}
.nav_tree{
    color: #b5b5b5;
  font-size: 10px;
  letter-spacing: 0.5px;
  margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
}
.nav_tree a{
    color: #b5b5b5;
}
.nav_tree a:hover{
    color: #fff;
}
.reach_pg .pbmit-btn::after {
  background-color: #e3ded1;
  color: black;
}
.pbmit-btn::after {
  width: 46px;
  height: 46px;
  line-height: 46px;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(-44deg);
  font-weight: 300;
  font-size: 16px;
}
.reach_pg .pbmit-btn:hover .pbmit-button-text, .reach_pg .pbmit-button:hover .pbmit-button-text, .reach_pg .pbmit-static-btn .pbmit-button-inner:hover .pbmit-button-wrapper span {
  animation: MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;
  color: #393939;
}
.drop_select{
    position: absolute;
    right: 14px;
    top: 20px;
    font-size: 13px;
    z-index: 0;
}
.sub_foot{
    display: flex;
    align-items: center;
    line-height: 18px;
}

footer .social_media li:hover img{
    opacity: 0.8;
}
.con_detail{
    display: flex;
}
.con_detail i {
  margin-right: 12px;
  line-height: 29px;
  color: #99ba00;
  font-size: 20px;
}
.details_box{
    padding: 52px 0px 30px;
}
.phone_icon{
    font-size: 17px !important;
    line-height: 25px !important;
}
.mail_icon{
    font-size: 16px !important;
    line-height: 26px !important;
}
.mb27{
    margin-bottom: 27px !important;
}

.details_box a:hover{
    color: #99ba00;
}
.mt25{
    margin-top: 25px !important;
}

.pbmit-social-li {
  transition: all 0.5s ease;
  border: 1px solid #2d2e3233;
  width: 37px;
  height: 37px;
  margin-right: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mr26{
    margin-right: 26px;
}
.zoom_effect {
  overflow: hidden;
}
.metamorphosis_sec .swiper-buttons{
    display: none;
}
.makes_flex{
    display: flex;
    justify-content: space-between;
}
.makes_flex img{
    width: 100%;
}
.pl40{
    padding-left: 40px !important;
}
.img1{
    width: 23.5%;
}
.img2{
    width: 26.25%;
}
.img3{
    width: 26.25%;
}
.mb3{
    margin-bottom: 3px;
}
.img4{
    width: 23.45%;
}
.slider_dot{
    width: 9px;
    height: 9px;
    opacity: .5;
    margin: 0 5px !important;
    background-color: #acacac;
    display: block;
    border-radius: 100%;
    margin-left: 10px;
}
.slider_dot_active{
    width: 9px;
    height: 9px;
    margin: 0 5px !important;
    background-color: #99ba00 !important;
    display: block;
    border-radius: 100%;
}
.option2.makes_flex img{
    filter: grayscale(100%);
}
.biege_color2 {
  background: #F1EDEA !important;
}
.wd100{
    width: 100%;
}
.cate_vertical{
    position: relative;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffe3;
    padding: 0 8px;
    right: 0;
    top: 0;
    bottom: 0;
}
.cate_vertical p{
    height: fit-content;
  writing-mode: tb;
  -webkit-transform: rotate( 180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate( 180deg);
  margin-bottom: 0;
  font-size: 16px;
  color: #f9f9f9;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 12px;
  text-transform: uppercase;
    display: inline;
}
.wd27{
    width: 22.5%;
    z-index: 2;
}
.wd73{
    width: 70.5%;
    margin-left: 30px;
    z-index: 2;
}
.wd30{
    width: 30%;
}
.wd74{
    width: 73.35%;
}
.pt38{
    padding-top: 38px !important;
}
.bg_txt{
    height: fit-content;
  writing-mode: tb;
  -webkit-transform: rotate( 180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate( 180deg);
  /*! position: absolute; */
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 15.5px;
  font-size: 26px;
  color: #919191;
  margin-bottom: 10px;
  line-height: 30px;
    text-align: center;
}
.op0{
    opacity: 0;
}
.light_gray{
    background: #fff;
}
.padd30{
    padding: 30px !important;
}
.ls30{
    letter-spacing: 16px !important;
}
.ban_layer{
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #00000082 8%, #fff0 103%);
    height: 40%;
    width: 100%;
    top: 0;
    z-index: 4;
}
.pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #99BA00 !important;
}
.pbmit-header-overlay {
  position: absolute;
  z-index: 5;
  width: 100%;
}
  .header-style-1 .pbmit-slider-area {
    border-radius: 0px;
    box-shadow: 9px 9px 21px #0000003d;
  }
.box_shadow{
    box-shadow: rgba(100, 100, 111, 0.14) 0px 7px 29px 0px;
}
.makes_flex{
    transition: all 0.8s ease;
}
.makes_flex:hover{
    transition: all 0.8s ease;
}
.pbmit-static-box-style-1 {
  height: 46vh;
}
.pbmit-static-box-style-1 {
  margin: 0 2px 0px 2px;
}
.pbmit-static-box-style-1.pbmit-active {
  flex: 7;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background: -moz-linear-gradient(to top,rgb(2, 2, 2) 0,rgba(var(--pbmit-blackish-color-rgb),.11) 68%,rgba(var(--pbmit-blackish-color-rgb),0) 76%);
  background: -webkit-linear-gradient(to top,rgb(2, 2, 2) 0,rgba(var(--pbmit-blackish-color-rgb),.11) 68%,rgba(var(--pbmit-blackish-color-rgb),0) 76%);
  background: linear-gradient(to top,rgba(2, 2, 2, 0.37) 1%,rgba(var(--pbmit-blackish-color-rgb),.11) 68%,rgba(var(--pbmit-blackish-color-rgb),0) 76%);
}
.pbmit-static-box-style-1 .pbmit-content-box {
  padding: 34px;
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-content-inner {
  width: 503px;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox {
  border-radius: 0px;
}
.title2{
    font-weight: 100;
    font-size: 26px !important;
    line-height: 38px !important;
    letter-spacing: 0.2px;
    text-transform: uppercase !important;
    font-style: normal;
    color: #000;
    margin-bottom: 10px !important;
}
.pbmit-static-box-style-1.pbmit-active {
  flex: 2.2;
}
.pbmit-static-box-style-1 .pbmit-content-box {
  padding: 15px 24px;
}
.pbmit-static-box-style-1 {
  flex: 1.2;
}
.outer_title{
    font-size: 26px !important;
  line-height: 38px;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-style: normal;
  color: #000;
  font-weight: 300;
  text-align: center;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title {
  position: absolute;
  bottom: 326px;
}
.pb0{
    padding-bottom: 0;
}
.pb80{
    padding-bottom: 80px !important;
}
.wd100{
    width: 100%;
}
.port_box{
    display: flex;
    justify-content: center;
    z-index: 9;
}
.port_details {
  background: #f6f6f6;
  padding: 31px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.port_details::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--pbmit-light-color);
  z-index: -1;
  clip-path: polygon( 0% 50%,0% 100%,36.207% 100%,36.207% 100%,42.999% 99.998%,49.143% 99.991%,54.631% 99.979%,59.456% 99.963%,63.611% 99.943%,67.087% 99.919%,69.878% 99.89%,71.976% 99.858%,73.372% 99.822%,74.061% 99.782%,74.061% 99.782%,74.688% 99.692%,75.328% 99.57%,75.97% 99.418%,76.604% 99.24%,77.221% 99.04%,77.808% 98.822%,78.357% 98.589%,78.857% 98.344%,79.297% 98.093%,79.667% 97.837%,79.667% 97.837%,80.022% 97.546%,80.352% 97.24%,80.662% 96.91%,80.955% 96.55%,81.239% 96.153%,81.516% 95.712%,81.794% 95.218%,82.076% 94.665%,82.368% 94.046%,82.675% 93.353%,82.675% 93.353%,83.263% 92.053%,83.815% 90.967%,84.366% 90.067%,84.952% 89.327%,85.607% 88.718%,86.367% 88.213%,87.268% 87.785%,88.344% 87.407%,89.63% 87.049%,91.162% 86.687%,91.162% 86.687%,92.817% 86.292%,94.247% 85.884%,95.47% 85.451%,96.505% 84.98%,97.369% 84.459%,98.081% 83.875%,98.659% 83.215%,99.122% 82.467%,99.489% 81.618%,99.776% 80.655%,99.776% 80.655%,99.833% 80.094%,99.882% 78.909%,99.921% 77.058%,99.952% 74.499%,99.976% 71.19%,99.991% 67.092%,99.999% 62.161%,100% 56.358%,99.994% 49.639%,99.982% 41.964%,99.905% 4.464%,99.185% 3.333%,99.185% 3.333%,98.932% 2.967%,98.649% 2.616%,98.336% 2.283%,97.994% 1.968%,97.626% 1.672%,97.232% 1.396%,96.815% 1.142%,96.374% 0.909%,95.912% 0.701%,95.43% 0.516%,94.247% 0.099%,47.137% 0.04%,);
}
.pbmit-blog-style-3 .pbminfotech-box-content {
  padding: 19px !important;
    padding-bottom: 30px;
  background: transparent;
  padding-bottom: 0;
  min-height: auto;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.port_box .pbmit-blog-btn, .port_box .pbmit-service-btn {
  background-color: #99ba00 !important;
}
.pbmit-blog-style-3:hover .pbminfotech-box-wrap .pbmit-blog-btn {
  background-color: #fff0 !important;
  color: #99ba00;
  border-color: #99ba00 !important;
}
.pbmit-blog-style-3 .pbmit-featured-container {
  background: #fff;
  border-radius: 0;
  flex: 1 1 0%;
  max-width: 260px;
  overflow: hidden;
  transition: all 0.8s ease;
}
.pbmit-blog-style-3 .pbminfotech-box-wrap {
  flex: 1 1 0%;
  position: relative;
  display: flex;
}
.pbmit-ele-blog .pbmit-blog-btn, .pbmit-ele-service .pbmit-service-btn {
  width: 45px;
  height: 45px;
  right: -8px;
}
.middle_bg{
    background: #f1edea;
    height: 45.3%;
    width: 100%;
    position: absolute;
    top: 39%;
    z-index: 0;
}
.pt0{
    padding-top: 0px !important;
}
.wd76{
    width: 89%;
}
.big_fnt{
  position: absolute;
  right: 2px;
  bottom: 19%;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -2px;
  white-space: nowrap;
  z-index: 9;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  opacity: 1;
  animation: leftright 6s linear infinite;
  text-align: center;
}
@keyframes leftright {
    0%{
        transform: translateX(0px);
    }
    25%{
        transform: translateX(-10px);
    }
    50%{
        transform: translateX(0px);
    }
    75%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0px);
    }
}
.pbmit-blog-style-3 {
  margin-bottom: 0px;
}
.pbmit-featured-container:hover img{
    transform: scale(1.05);
    transition: all 0.8s ease;
}
.pbmit-featured-container img{
    transition: all 0.8s ease;
}
.pbmit-blog-style-3 .pbminfotech-box-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
  clip-path: polygon( 0% 50%,0% 100%,36.207% 100%,36.207% 100%,42.999% 99.998%,49.143% 99.991%,54.631% 99.979%,59.456% 99.963%,63.611% 99.943%,67.087% 99.919%,69.878% 99.89%,71.976% 99.858%,73.372% 99.822%,74.061% 99.782%,74.061% 99.782%,74.688% 99.692%,75.328% 99.57%,75.97% 99.418%,76.604% 99.24%,77.221% 99.04%,77.808% 98.822%,78.357% 98.589%,78.857% 98.344%,79.297% 98.093%,79.667% 97.837%,79.667% 97.837%,80.022% 97.546%,80.352% 97.24%,80.662% 96.91%,80.955% 96.55%,81.239% 96.153%,81.516% 95.712%,81.794% 95.218%,82.076% 94.665%,82.368% 94.046%,82.675% 93.353%,82.675% 93.353%,83.263% 92.053%,83.815% 90.967%,84.366% 90.067%,84.952% 89.327%,85.607% 88.718%,86.367% 88.213%,87.268% 87.785%,88.344% 87.407%,89.63% 87.049%,91.162% 86.687%,91.162% 86.687%,92.817% 86.292%,94.247% 85.884%,95.47% 85.451%,96.505% 84.98%,97.369% 84.459%,98.081% 83.875%,98.659% 83.215%,99.122% 82.467%,99.489% 81.618%,99.776% 80.655%,99.776% 80.655%,99.833% 80.094%,99.882% 78.909%,99.921% 77.058%,99.952% 74.499%,99.976% 71.19%,99.991% 67.092%,99.999% 62.161%,100% 56.358%,99.994% 49.639%,99.982% 41.964%,99.905% 4.464%,99.185% 3.333%,99.185% 3.333%,98.932% 2.967%,98.649% 2.616%,98.336% 2.283%,97.994% 1.968%,97.626% 1.672%,97.232% 1.396%,96.815% 1.142%,96.374% 0.909%,95.912% 0.701%,95.43% 0.516%,94.247% 0.099%,47.137% 0.04%,);
}
.not_round{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: #f9f9f9;
    height: 50px;
}
.list-group .pbmit-icon-list-text {
  font-size: 17px;
  line-height: 28px;
  padding-left: 9px;
  margin-bottom: 0;
  color: #000;
  font-family: "Be Vietnam Pro", sans-serif;
  letter-spacing: 0.5px;
}
.list-group .pbmit-icon-list-icon i {
  width: 17px;
  line-height: inherit;
  font-size: 15px;
  color: #99ba00;
  margin-top: 4px;
}
.pl80{
    padding-left: 80px !important;
}
.mb25{
    margin-bottom: 25px !important;
}
.dot_bg{
    background: url("../img/home/dots.png");
}
.middle_bg2 {
  background: #f1edea;
  height: 46%;
  width: 100%;
  position: absolute;
  top: 35.6%;
  z-index: 0;
}


.site-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-right: -17px;
}
.site-title {
  height: auto;
}


.mt1n{
    margin-top: -1px;
}
.list-group-borderless .list-group-item {
  display: flex;
  font-size: inherit;
  align-items: center;
  padding-bottom: calc(5px/2);
  padding: 0;
  margin-bottom: 7px;
}
.swiper-buttons{
    display: none;
}
.index1 .biege_color2 {
  background: #D7D0BE !important;
}
.project_pg .header-style-1 {
  margin: 20px 15px 0px;
}
.about_us_pg .header-style-1, .career_pg  .header-style-1, .reach_pg  .header-style-1, .dis_pg .header-style-1 {
margin: 20px 15px 0px;
}
.project_title{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    color: #99ba00 !important;
    margin-bottom: 0;
}
.project_title::after{
    content: '';
    position: absolute;
    top: 28px;
    left: 18px;
    width: 1px;
    height: 55px;
    background-color: #000;
    z-index: 9;
}
.project_pg .pbmit-portfolio-style-2 .pbmit-featured-wrapper {
  position: relative;
  overflow: hidden;
  margin: 13px;
}
.project_con{
  width: 100%;
  /* margin: 0 -30px; */
  margin: 0px;
}
.pt50{
    padding-top: 50px !important;
}
.project_bg{
    position: absolute;
    top: -52px;
    transform: rotate(17deg);
    opacity: 0.05;
    z-index: 0;
    width: 58%;
    right: -8%;
}
.project_bg img{
    width: 100%;
}
.project_bg2{
    position: absolute;
    bottom: -14%;
    transform: rotate(17deg);
    opacity: 0.035;
    z-index: 0;
    width: 90%;
    right: -16%;
}
.project_bg2 img{
    width: 100%;
}
.project_bg3{
    position: absolute;
    top: 7%;
    transform: rotate(-21deg);
    opacity: 0.05;
    z-index: 0;
    width: 76%;
    left: -12%;
}
.project_bg3 img{
    width: 100%;
}
.project_bg4{
    position: absolute;
    top: 45px;
    transform: rotate(-21deg);
    opacity: 0.07;
    z-index: 3;
    width: 76%;
    left: -9%;
}
.project_bg4 img{
    width: 100%;
}
.project_bg5{
    position: absolute;
    bottom: -9px;
    opacity: 0.07;
    z-index: 3;
    width: 19%;
    right: 11%;
}
.project_bg5 img{
    width: 100%;
}


.over_hidden{
    overflow: hidden;
}
.light_gray{
    background-color: #f2f2f2;
}
.residential_pg .pbmit-tbar-title {
    text-shadow: 1px 1px 3px #0000001c;
    color: #555;
}
.residential_pg .pbmit-title-bar-wrapper, .residential_pg .pbmit-title-bar-content {
    min-height: 300px;
    padding: 0;
    background: white;
  }
.residential_pg .pbmit-title-bar-content-inner {
  margin-top: 0px;
}
.residential_pg .header-style-1 .site-navigation ul.navigation > li > a {
  color: #171717;
  text-shadow: unset;
}
.residential_pg .wel_icon {
  width: 17px;
  filter: grayscale(100%) invert(100%);
}
.residential_pg .site-header .site-branding img {
  filter: invert(0%);
}
.residential_pg .header-style-1 .site-branding {
  border-radius: 0 0 0px;
  position: relative;
  padding: 0;
  margin-right: 0;
  background-color: #fff0;
}
.residential_pg .logo {
  width: 115px;
  max-height: unset !important;
  margin-top: 0px;
}
.residential_pg .site-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-right: -17px;
}
.residential_pg .site-title {
  height: auto;
}
.residential_pg .site-navigation ul.navigation > li.active > a, .residential_pg .site-navigation ul.navigation > li > a:hover {
  color: #5b5b5b !important;
}
.unique_slider.swiper-horizontal > .swiper-pagination-bullets, .unique_slider .swiper-pagination-bullets.swiper-pagination-horizontal, .unique_slider .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.testimonial-three-bg {
  background-image: url("../img/home/residential_color.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  height: 100%;
  margin-left: 62px;
}
.z2{
    z-index: 2;
}
.testimonial-three-main {
  border-radius: 0px;
  padding: 0 0 0 25px;
  background: transparent;
}
.mr2{
    margin-right: 2px;
}
.img_txt{
    position: relative;
    font-size: 96px;
    color: #5e5d5d0d;
    line-height: 108px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 3px;
    letter-spacing: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
    animation: leftright 5s linear infinite;
}
.img_txt2{
    position: absolute;
    font-size: 96px;
    color: #5e5d5d12;
    line-height: 169px;
    left: 0px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 400;
    transform: rotate(270deg);
    width: 100%;
    height: 100%;
    bottom: -20%;
}
.resi_box{
    width: 26.2%;
    margin-left: 91px;
}
.work_img a img {
    transition: all 1s ease 0s;
}
.work_img a:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
}
.mb35{
    margin-bottom: 35px !important;
}
.shadow2{
    box-shadow: rgba(7, 7, 7, 0.28) 0px 7px 29px 0px;
}
.ls8{
    letter-spacing: 5px !important;
    padding-left: 8px;
    color: #f1edea;
}
.mb30{
    margin-bottom: 30px !important;
}
.project_con .col-md-6{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.project_con .col-md-6.padd0{
    padding: 0 12px !important;
}
.map_bg{
    background-color: #f9f9f9 !important;
    background: url("../img/home/dots.png");
}
    .nor_br{
        display: none;
    }
.plan_title{
    padding: 0 13px 13px;
  background: white;
}
.plan_title p{
    line-height: 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #6a6a6a;
    margin-bottom: 0;
    text-align: center;
}

.bg_biedge{
    background: #f1edea;
}
.mar20{
    margin-left: 20px;
    margin-right: 20px;
}
.pt30{
    padding-top: 30px;
}
.ptb50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.residential_pg .header-style-1 {
  margin: 0;
  background: #fff !important;
  padding: 10px 0;
  height: 122px;
}

.residential_pg .pbmit-header-overlay {
  position: absolute;
  z-index: 5;
  width: 100%;
}
.pt50{
    padding-top: 50px !important;
}
.pb0{
    padding-bottom: 0px !important;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
  margin-bottom: 0;
}
.team_block p{
    color: white;
}
.team_block .pro_title{
    color: white;
}
.team_name{
    position: absolute;
    background: #ffffffc4;
    padding: 10px 15px;
    backdrop-filter: blur(4px);
    color: black;
    font-size: 15px;
    font-weight: 300;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    transition: all 0.8s ease;
    width: 54.5%;
    border-right: 3px solid #99ba00;
    letter-spacing: 1px;
    line-height: 25px;
}
.team_name ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team_name li{
    width: 100%;
}
.about_img_box .dark_layer{
    transition: all 0.5s linear;
}
.about_img_box:hover .dark_layer{
    opacity: 1;
    transition: all 0.5s linear;
}
.about_img_box img{
    transform: scale(1) !important;
    transition: all 0.5s linear;
}
.about_img_box:hover img{
    transform: scale(1.05) !important;
    transition: all 0.5s linear;
}
.about_img_box .team_name{
    transition: all 0.5s linear;
}
.about_img_box:hover .team_name{
    opacity: 1;
    transition: all 0.5s linear;
}
.span1{
    margin-right: 10px;
    margin-left: 10px;
    color: #99ba00;
}
.span2{
    margin-right: 10px;
    margin-left: 33px;
    color: #99ba00;
}
.span3{
    margin-right: 10px;
    margin-left: 38px;
    color: #99ba00;
}
.span4{
    margin-right: 10px;
    margin-left: 15px;
    color: #99ba00;
}
.span5{
    margin-right: 10px;
    margin-left: 36px;
    color: #99ba00;
}
.span6{
    margin-right: 10px;
    margin-left: 17px;
    color: #99ba00;
}
.residential_pg .site-navigation ul.navigation li a.active_menu::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff0;
  bottom: 0px;
  transition: all 0.8s ease;
  border-bottom: dotted 1px #738c00;
  opacity: 1;
}

/* Mobile Menu */
.pc_menu{
  display: block !important;
}
.mob_menu{
  display: none !important;
}
.header_mob .offcanvas {
  position: unset;
  bottom: unset;
  z-index: unset;
  display: unset;
  flex-direction: unset;
  max-width: unset;
  color: unset;
  visibility: visible;
  background-color: unset;
  background-clip: unset;
  outline: unset;
  transition: unset;
}
.active_menu_mob{ 
  color: #99ba00 !important;
} 
.active_sub a{
  color: #189CD8 !important;
}
.open-menu
{ 
  position: absolute;
  top: 13px; 
  right: 5px; 
  padding: 8px 8px 9px !important;
  border: 0;
  font-size: -0.6em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 999;
  border-radius: 10px;
}
.header_mob span.open-menu 
{
  padding-left: 8px !important;
  transform: scale(0.9);
}
.header_mob span.close-menu 
{
  padding-left: 6px !important;
}
.close-menu svg{
transform: scale(0.65);
}
.open-menu,
.close-menu {
  cursor: pointer;
  border: none;
  outline: none;
  color: #252a32;
  background: none;
}
.close-menu {
  position: absolute;
  top: 10px;
  right: -5px;
  border: none; 
  outline: none;
  color: #252a32;
  padding: 6px 6px !important;
  cursor: pointer;
  border-radius: 10px;
}

.header_mob span {
  padding-left: 0px !important;
}
.header_mob a, .header_mob li {
  list-style: none;
  text-decoration: none;
}
.header_mob {
  position: absolute;
  z-index: 99; 
  width: 100%; 
  background: #fff0;
  line-height: 1;
  padding: 7px 0 !important;
  transition: all 0.5s linear;
}
.header_mob .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 0 13px;
}

.header_mob .navbar .menu-wrapper.offcanvas .menus {
  transform: translate3d(0%, 0, 0);
  transition-duration: 0.7s; 
  transition-delay: 0.2s;
  background: #fff;
}
 
.header_mob .navbar .menus {
  position: fixed;
  display: flex; 
  flex-direction: column;
  top: 0; 
  right: 0; 
  bottom: 0;
  max-width: 100%;
  width: 100%;
  padding: 20px 15px !important;
  z-index: 99999;
  overflow-y: auto;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0;
}
.header_mob .navbar .menu-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.header_mob .navbar .menu-link {
  font-size: 1rem;
  font-weight: normal;
  transition: color 0.35s ease-out;
}
.header_mob .navbar .menu-link:hover {
  color: #d32f2f;
}
.header_mob .navbar .menu-item {
  position: relative;
}
.header_mob .navbar .menu-item a {
  font-size: 12px;
  padding: 8px 0 15px;    
  display: block; 
  color: #151515;
  transition: color 0.35s ease-out;
  border-bottom: #ddd 1px solid;
  margin-bottom: 18px;
  position: relative;
  font-weight: 300 !important;
  letter-spacing: 0.5px;
  font-family: "Be Vietnam Pro", sans-serif !important;
  text-transform: uppercase;
  background: white;
}
.header_mob .navbar .menu-item a:hover {
  color: #99ba00;
} 
.header_mob .navbar .menu-item.has-collapsible {
  position: relative;
}
.header_mob .navbar .menu-item.has-collapsible .menu-child {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  height: 0px;
}
.header_mob .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
  font-weight: 500;
  line-height: inherit; 
  padding: 0.25rem 0 7px;
  color: #151515;
  padding-left: 0;
  transition: color 0.35s ease-out;
  margin-bottom: 10px;
  line-height: 27px;
}
.header_mob .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #99BA00;
}
.header_mob .navbar .menu-item.has-collapsible span::after {
  content: "\f107";
  font-size: 13px;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 8px;
  right: 5px;
  color: #666;
  transition: all 0.35s ease;
  font-family: "Font Awesome 6 Pro";
}
.header_mob .navbar .menu-item.has-collapsible span::after:hover {
  color: #d32f2f;
}
.header_mob .navbar .menu-item.active.has-collapsible .menu-child {
  transition: all 0.6s ease;
  padding-left: 20px !important;;
  height: 95px;
  opacity: 1;
  visibility: visible;
}
.header_mob .navbar .menu-item.active.has-collapsible span::after {
  transform: rotate(-180deg);
} 
.header_mob .navbar .menu-item.active.has-collapsible .menu-child.mob_drop2 {
  height: auto;
}
.header_mob .navbar .menu-item.active.has-collapsible .menu-child.mob_drop3 {
  height: 270px;
}
 
.header_mob .navbar .menu-child-item:last-child a{
  border: none;
}
.header_mob .navbar .menu-item.active.has-collapsible .menu-child.byuer_child {
  transition: all 0.6s ease;
  padding-left: 20px !important;
  height: 250px;
  opacity: 1;
  visibility: visible;
}

.menu_line {
  position: relative;
  width: 29px;
  height: 20px;
}
.menu_line .span1 {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 25px;
  background-color: #fffffff0;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
  margin-left: 0;
  margin-right: 0;
}
.menu_line .span2 {
  content: "";
  position: absolute; 
  display: block;
  height: 1px;
  width: 25px;
  background-color: #fffffff0;
  top: 7px;
  right: 0;
  transition: all 0.3s ease;
  margin-left: 0;
  margin-right: 0;
}
.menu_line .span3 {
  content: "";
  position: absolute; 
  display: block;
  height: 1px;
  width: 25px;
  background-color: #fffffff0;
  top: 13px;
  right: 0;
  transition: all 0.3s ease;
  margin-left: 0;
  margin-right: 0;
}
.mob_view{
    display: none;
}
.team_box{
    display: flex;
    justify-content: space-between;
}
.team_box li{
    color: white;
    padding: 4px 2px 4px 10px;
    border-left: 3px solid #99ba00;
    width: 15.7%;
    background: #1a1a1a;
    letter-spacing: 0.2px;
}
.team_box .span1, .team_box .span2, .team_box .span3, .team_box .span4, .team_box .span5, .team_box .span6{
    margin-right: 10px;
    margin-left: 10px;
}
#before-after-slider {
  width:100%;
  position:relative;
  overflow:hidden;
}

#after-image {
  display:block
}

#before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}

#resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width:3px;
  background:white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#resizer:after {
  background:white;
  font-family: "Font Awesome 6 Pro";
  content:'\f337';
  font-weight:400;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#2d2e32;
  position:absolute;
  margin: 0 0 0 -17px;
  width:40px;
  height:40px;
  border-radius:50%;
  border:3px solid white;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  cursor: pointer;
}

.before_after_sec img{
    width: 100%;
}

.bfr_txt{
    left: 1px;
    max-width: 50%;
    box-sizing: border-box;
    line-height: inherit;
    padding: 2px 15px;
    background: rgba(64, 50, 38, 0.49);
    border-radius: 30px;
    bottom: 20px;
    margin-left: 20px;
    position: absolute;
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.aft_txt{
    right: 1px;
    max-width: 50%;
    box-sizing: border-box;
    line-height: inherit;
    padding: 2px 15px;
    background: rgba(64, 50, 38, 0.49);
    border-radius: 30px;
    bottom: 20px;
    margin-right: 20px;
    position: absolute;
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.pbmit-title-bar-contact{
    background: url(../img/contact_us/banner_img.webp);
}
.pbmit-title-bar-contact {
  min-height: 95vh;
  display: flex;
  align-items: center;
  padding: 100px 0px 0;
}
.pdlr0{
    padding-left: 0px;
    padding-right: 0px;
}
.mlr0{
    margin-left: 0px;
    margin-right: 0px;
}
  .zoom_effect .explr {
    position: absolute;
    z-index: 999;
    background: #ffffffd6;
    padding: 2px 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #000000cf;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 0;
}
 .zoom_effect .explr_i{
  font-size: 14px;
  font-weight: 400;
  color: #000000b5;
  position: unset;
  margin-top: 0;
  background: transparent;
  padding: 0;
  margin-left: 9px;
}
.pbmit-portfolio-style-2:hover .pbminfotech-box-content {
    transition: all .5s;
    opacity: 1;
    transform: translateY(0);
    position: absolute;
    z-index: 99999;
}
.fancybox__caption{
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Be Vietnam Pro", sans-serif !important;
}
.font_clr{
  color: #99ba00;
}
.pt0{
  padding-top: 0px;
}
.mo_dblock{
  display: none;
} 
 
.text-overlap{
  position: absolute;
  left: 157px;
  top: -26px;
  font-size: 129px;
  line-height: 154px;
  letter-spacing: -2px;
  white-space: nowrap;
  font-family: "Roboto", serif;
  font-weight: 600 !important;
  color: #FFF;
}

.mt180{ margin-top: 180px;  }
.mt50{ margin-top: 50px;  }
.pbmit-btn:hover::after, .pbmit-static-btn .pbmit-button-inner:hover .pbmit-button-wrapper::after {
  transform: translate3d(10px, 0, 0) rotateZ(0deg);
}
.residential_pg .site-navigation ul.navigation li a.hove_eff::after {
  border-bottom: dotted 1px #151515;
} .pbmit-animation-style4 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.pc_flex{
    display: flex;
}
.mob_flex{
    display: none;
}
.pc_view{
    display: block;
}
.pc_view2{
    display: inline;
}
.sticky_pc.pc_menu {
  position: fixed;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 12px #0000002e;
  transition: all 0.5s linear;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
.sticky_pc .logo {
    filter: invert(0%) !important;
    margin: 10px 0 !important;
}
.sticky_pc .menu_line .span1 {
  background-color: #000000f0;
}
.sticky_pc .menu_line .span2 {
  background-color: #000000f0;
}
.sticky_pc .menu_line .span3 {
  background-color: #000000f0;
}
.header-style-1 .sticky_pc .site-navigation ul.navigation > li > a {
  color: #171717;
  text-shadow: unset;
}
.sticky_pc .site-navigation ul.navigation li a.hove_eff::after {
  border-bottom: dotted 1px #151515;
}
.sticky_pc .wel_icon {
  filter: invert(100%);
}
.home_pg .sticky_pc .wel_icon {
  filter: invert(0%);
}
.mb15{
    margin-bottom: 15px !important;
}
.mt5n{
    margin-top: -5px !important;
}
.pbmit-base-icon-star-1::before {
  content: '\f005';
}
[class^="pbmit-base-icon-"]::before, [class*=" pbmit-base-icon-"]::before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  opacity: .8;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

.testi_sec .swiper-horizontal > .swiper-pagination-bullets, .testi_sec .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .testi_sec .swiper-pagination-fraction {
  bottom: 16%;
  left: -4px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 99999;
}
.testi_sec .swiper-slider[data-dots="true"] {
  padding-bottom: 100px;
}
.big_br{
    display: block;
}



@media (max-width:767px) {
  .container {
    width:100%;
    padding:0 20px
  }
}


@media screen and (min-width:1920px) and (max-width:2500px){
    .pbmit-title-bar-wrapper, .pbmit-title-bar-content {
        min-height: 450px;
        padding: 0;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1710px;
    }
}

 @media (max-width: 1366px) {
    .section-md {
      padding-top: 90px;
      padding-bottom: 90px;
    }
    .reach_pg .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        padding: 30px 20px;
    }
    .ls0{
        letter-spacing: 0.1px;
    }
    .pbmit-content-wrapper p{
        font-size: 15px;
    }
}
@media screen and (min-width:1750px) and (max-width:1899px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1648px;
    }
}

@media screen and (min-width:1600px) and (max-width:1919px){
    .pbmit-service-highlight h2 {
        font-size: 140px;
        bottom: -158px;
        left: -116px;
    }
    .service-three .pbmit-servicebox-right {
        padding-left: 87px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1408px;
    }
    .before-after-left-area {
        padding: 90px 110px 90px 110px;
    }
    .pbmit-heading-subheading .pbmit-title, .pbmit-heading .pbmit-title {
        font-size: 42px;
    }
}

@media screen and (min-width:1900px) and (max-width:1919px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
    .pbmit-slider-content {
        position: absolute;
        left: 6%;
        bottom: 17px;
    }
    .before-after-left-area {
        padding: 90px 98px 90px 98px;
    }
    .team_name {
    width: 60%;
  }
}

@media screen and (min-width:1800px) and (max-width:1899px){
    .sm_h168{
        height: 196px !important;
    }
}

@media screen and (min-width:1700px) and (max-width:1899px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1630px;
    }
    .pbmit-slider-content {
        position: absolute;
        left: 6%;
        bottom: 17px;
    }
    .before-after-left-area {
        padding: 90px 98px 90px 98px;
    }
    .team_name {
    width: 60%;
  }
      .team_box {
        flex-wrap: wrap;
    }
    .small_mb20{
        margin-bottom: 20px;
    }
    .team_box li {
        width: 32.1%;
        letter-spacing: 0.5px;
    }
}

@media screen and (min-width:1700px) and (max-width:1799px){
    .sm_h168{
    height: 196px !important;
    }
}
@media screen and (min-width:1600px) and (max-width:1699px){
    .sm_h168{
    height: 196px !important;
    }
    .middle_bg2 {
    height: 44%;
    top: 37.6%;
    }
    .pbmit-testimonial-style-1 .pbmit-box-content-wrap {
        height: 355px;
    }
    .big_br{
        display: none;
    }
    footer iframe{
        height: 228px;
        margin-bottom: -8px;
    }
}

@media screen and (min-width:1500px) and (max-width:1699px){
    footer .new_pl {
        margin-left: -12px;
    }
    .pbmit-service-highlight h2 {
        font-size: 120px;
        bottom: -153px;
        left: -80px;
    }
    .service-three .pbmit-servicebox-right {
        padding-left: 114px;
    }
    .pbmit-heading, .pbmit-heading-subheading, .pbmit-heading-subheading-style-1 {
        margin-bottom: 35px;
    }
    .nor_ml62{margin-right: -45px !important;}
    .pbmit-ele-blog .pbmit-blog-btn, .pbmit-ele-service .pbmit-service-btn {
        width: 40px;
        height: 40px;
    }
    .before-after-left-area {
        padding: 0px 85px 0px 86px;
        border-radius: 30px;
        height: 100%;
    }
    .pbmit-heading-subheading .pbmit-title, .pbmit-heading .pbmit-title {
        font-size: 38px;
        letter-spacing: 0 !important;
    }
    .pro_title {
      font-size: 38px;
    }
    .pl30 {
        padding-left: 0px !important;
    }
    .testimonial-one .ihbox-style-area {
        left: 0%;
    }
    .pbmit-slider-content {
        position: absolute;
        left: 5%;
        bottom: 17px;
    }
     .pbmit-ihbox-style-7 .pbmit-ihbox-box {
    height: 245px;
  }
  .team_name {
    padding: 9px 10px;
    left: 10px;
    bottom: 10px;
    width: 65%;
  }

}

@media screen and (min-width:1500px) and (max-width:1699px){
    .work_bg {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .plan_title p{
    letter-spacing: 0.1px;
  }
     .wd27 {
        width: 24%;
    }
    .padd30 {
  padding: 25px !important;
}
    .wd76 {
      width: 90%;
    }
    .wd73 {
        width: 74%;
        margin-left: 14px;
        z-index: 2;
    }
    .bg_txt {
        letter-spacing: 12px;
        font-size: 22px;
        margin-top: 35px;
        margin-bottom: 36px;
    }
    .ls30 {
        letter-spacing: 12px !important;
    }
    .big_fnt {
        right: 2px;
        bottom: 15.4%;
        font-size: 50px;
        line-height: 53px;
    }
    .ls8 {
  letter-spacing: 3.5px !important;
}
        .team_box {
        flex-wrap: wrap;
    }
    .small_mb20{
        margin-bottom: 20px;
    }
    .team_box li {
        width: 32.1%;
        letter-spacing: 0.5px;
    }
}

@media screen and (min-width:1500px) and (max-width:1550px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1394px;
    }
    .plan_title p {
        letter-spacing: 0px;
    }
    .testimonial-one .swiper-button-next, .testimonial-one .swiper-button-prev {
        right: 8.2%;
    }
    .testimonial-one .swiper-button-prev {
        left: 83.5%;
    }
    .pbmit-ihbox-style-8 .pbmit-element-title {
        letter-spacing: 0.5px;
    }
    .pbmit-heading-subheading .pbmit-heading-desc {
        letter-spacing: 0.4px;
    }
    .work_bg {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .work_title p {
        letter-spacing: 0px !important;
    }
     .img_txt {
        font-size: 108px;
        line-height: 80px;
        letter-spacing: 14px;
        margin-bottom: 9px;
    }
    .img_txt2 {
        font-size: 71px;
        line-height: 133px;
        left: 0;
        letter-spacing: 10px;
        bottom: -19.5%;
    }
    .resi_box {
        width: 25.9%;
        margin-left: 68px;
        }
}
@media screen and (min-width:1500px) and (max-width:1599px){
 .sm_h168 {
    height: 198px !important;
  }
  .plan_title p{
    letter-spacing: 0.1px;
  }
   .wd27 {
        width: 23.7%;
    }
    .padd30 {
  padding: 25px !important;
}
    .wd73 {
        width: 72.4%;
        margin-left: 14px;
        z-index: 2;
    }
    .bg_txt {
        letter-spacing: 12px;
        font-size: 22px;
        margin-top: 29px;
        margin-bottom: 36px;
    }
    .ls30 {
        letter-spacing: 12px !important;
    }
    .big_fnt {
        right: 2px;
        bottom: 18%;
        font-size: 43px;
        line-height: 46px;
    }
    .ls8 {
  letter-spacing: 3.5px !important;
}
    .details_box {
        padding: 53px 0px 30px;
    }
    .sm_h168{
        height: 200px !important;
    }
    .middle_bg2 {
        height: 45.5%;
        top: 36.6%;
    }
    .pbmit-testimonial-style-1 .pbmit-box-content-wrap {
        height: 355px;
    }
    .big_br{
        display: none;
    }
    footer iframe{
        height: 228px;
        margin-bottom: -8px;
    }
}

@media screen and (min-width:1300px) and (max-width:1500px){
    footer iframe{
        height: 228px;
        margin-bottom: -8px;
    }
    .pbmit-testimonial-style-1 .pbmit-box-content-wrap {
        height: 403px;
      }
    .ihbox-one-left-col, .ihbox-one-right-col {
        width: 100%;
        padding-top: 30px;
      }
    .twentytwenty-container,.twentytwenty-container img {
        height: 423px !important;
      }
    .section-xl {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .testimonial-one {
        padding: 70px 0px 0px 0px;
    }
    .testimonial-one .swiper-slider {
        padding-bottom: 70px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px;
    }
    .sami_ft {
        letter-spacing: 4px;
    }
    .service-three .pbmit-servicebox-right {
        padding-left: 126px;
    }
    .pbmit-service-highlight h2 {
        font-size: 106px;
        bottom: -137px;
        left: -32px;
    }    
    .ihbox-one-img-col .ihbox-imgbox {
        text-align: center;
        padding-right: 85px;
    }
    .pbmit-ihbox-style-8 .pbmit-ihbox-icon, .pbmit-ihbox-style-8 .pbmit-ihbox-svg {
        margin-right: 19px;
    }
    .pbmit-ihbox-style-8 .pbmit-element-title {
        letter-spacing: 0px;
    }
    .before-after-left-area {
        padding: 0px 70px 0px 70px;
        /* border-radius: 30px; */
        height: 100%;
    }
    
    .pbmit-heading-subheading .pbmit-title, .pbmit-heading .pbmit-title {
        font-size: 35px;
        line-height: 45px;
    }

    .testimonial-one .pbmit-testimonialbox-left::before {
        left: -36px;
        top: -46px;
        font-size: 214px;
        line-height: 312px;
    }
    .pbmit-testimonial-style-1 .pbminfotech-testimonial-text p {
        letter-spacing: 0px;
    }
    .pbmit-heading, .pbmit-heading-subheading, .pbmit-heading-subheading-style-1 {
        margin-bottom: 27px;
        position: relative;
        z-index: 1;
    }
    .nor_ml62{
        margin-right: -62px !important;
    }

    footer .ls05 {
        letter-spacing: 0px !important;
    }
    .testimonial-one .ihbox-style-area {
        left: 0%;
    }
    .pro_title {
        font-size: 38px;
        line-height: 45px;
    }
    .pbmit-ele-blog .pbmit-blog-btn, .pbmit-ele-service .pbmit-service-btn {
        width: 38px;
        height: 38px;
        bottom: -1px;
    }

    .testimonial-one .swiper-button-next, .testimonial-one .swiper-button-prev {
        right: 9%;
    }
    .testimonial-one .swiper-button-prev {
        left: 0%;
    }
    footer .pl30 {
        padding-left: 0px !important;
    }
    .pbmit-slider-content {
        position: absolute;
        left: 4%;
    }
    .site-navigation {
        width: 83%;
        margin-right: -15px;
    }
    footer .new_pl {
        padding-left: 2px !important;
        margin-left: -12px;
    }

    .pc_mb0{
        margin-bottom: 0px;
    }

    .work_title p {
        letter-spacing: 0.3px !important;
    }
    .hg186 {
        height: 212px;
    }
    .nor_mr0{
        margin-right: 0 !important;
    }
    .nor_none{
        display: none;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        padding: 12px 14px;
    }
    .pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
        font-size: 16px;
        letter-spacing: 0;
    }
    .pbmit-ihbox-style-7 .pbmit-element-title {
        letter-spacing: 0.2px;
    }
    .makes_flex .mb3 {
        margin-bottom: 2px !important;
    }
    .nor_mt0{
        margin-top: 0 !important;
    }
    .nor_wd5{
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .nor_wd7{
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .logo {
        width: 107px;
        max-height: unset !important;
    }

    .bg_txt {
        letter-spacing: 10px;
        font-size: 21px;
        margin-top: 3px; 
    }
    .ls30 {
        letter-spacing: 10px !important;
        margin-top: -1px;
    }
    .wd27 {
        width: 23.5%;
    }
     .padd30 {
      padding: 22px !important;
    }
    .img1, .img4 {
        width: 23.45%;
    }
    .img2, .img3 {
        width: 26.15%;
    }
    .wd76 {
    width: 90%;
    }
    .big_fnt {
        bottom: 14.8%;
        font-size: 43px;
        line-height: 46px;
        opacity: 0.7;
    }
    .ls8{
        letter-spacing: 3.5px !important;
        padding-left: 8px;
    }
    .portfolio_sec .col-md-4 {
        flex: 0 0 auto;
        width: 34.333%;
    }
    .portfolio_sec p {
        letter-spacing: 0px;
        font-size: 16px;
    }
    .list-group-borderless .list-group-item {
        align-items: flex-start;
        width: 49%;
        margin-bottom: 4px
    }
    .list-group .pbmit-icon-list-icon i {
        line-height: 26px;
    }
    ul.list-group{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .list-group .pbmit-icon-list-text {
        letter-spacing: 0.1px;
    }
    .nor_wd52{
        width: 52%;
        padding-left: 40px !important;
    }
    .nor_wd48{
        width: 48%;
    }
    .nor_mb15{
        margin-bottom: 15px !important;
    }
    .nor_mb20{
        margin-bottom: 20px !important;
    }
    .middle_bg {
        height: 43.5%;
        top: 42%;
    }
    .middle_bg2 {
        height: 44%;
        top: 38.6%;
    }
    .header-style-1 {
        margin: 20px 15px 70px;
    }
    .wd73 {
        width: 69.5%;
        margin-left: 18px;
        z-index: 2;
    }
    .work_title h3 {
        letter-spacing: 1px;
        font-size: 11px;
    }
    .img_txt {
        font-size: 65px;
        line-height: 80px;
        letter-spacing: 14px;
        margin-bottom: 8px;
    }
    .img_txt2 {
        font-size: 65px;
        line-height: 123px;
        left: 0;
        letter-spacing: 10px;
        bottom: -19.5%;
    }
    .resi_box {
        width: 26.3%;
        margin-left: 65px;
    }
    .project_title {
        line-height: 18px;
    }
    .nor_br{
        display: block;
    }
    .plan_title p {
        font-size: 13px;
        letter-spacing: 0px;
    }
    .team_name {
        padding: 9px 10px;
        left: 10px;
        bottom: 10px;
        width: 72%;
    }
    .span1{
        margin-right: 10px;
        margin-left: 10px;
    }
    .span2{
        margin-right: 10px;
        margin-left: 32px;
    }
    .span3{
        margin-right: 10px;
        margin-left: 37px;
    }
    .span4{
        margin-right: 10px;
        margin-left: 14px;
    }
    .span5{
        margin-right: 10px;
        margin-left: 36px;
    }
    .span6{
        margin-right: 10px;
        margin-left: 16px;
    }
     .team_box {
        flex-wrap: wrap;
    }
    .small_mb20{
        margin-bottom: 20px;
    }
    .team_box li {
        width: 32.1%;
        letter-spacing: 0.5px;
    }
}


@media screen and (min-width:1400px) and (max-width:1499px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1337px;
    }
    .pbmit-heading-subheading .pbmit-heading-desc {
        letter-spacing: 0.25px;
    }
    .testimonial-one .swiper-button-next, .testimonial-one .swiper-button-prev {
        right: 6.5%;
    }

    .hg186 {
        height: 212px;
    }
    .wd27 {
        width: 26.94%;
    }
      .wd76 {
        width: 90.1%;
    }
    .big_fnt {
        bottom: 14.8%;
        font-size: 44px;
        line-height: 46px;
        opacity: 0.8;
    }
    .padd30 {
        padding: 25px !important;
    }
    .wd27 {
        width: 23.4%;
    }
    .wd73 {
        width: 69.6%;
        margin-left: 18px;
        z-index: 2;
    }
    .bg_txt {
        letter-spacing: 12px;
        font-size: 21px;
        margin-top: 1px;
    }
    .ls30 {
        letter-spacing: 12px !important;
        margin-top: -1px;
    }
    .img_txt2 {
        font-size: 70px;
        line-height: 127px;
        left: 0;
        letter-spacing: 10px;
        bottom: -19.5%;
    }
    .resi_box {
        width: 26%;
        margin-left: 70px;
    }
     .img_txt {
        font-size: 70px;
    }

    .project_title::after {
        top: 35px;
        height: 50px;
    }
    .plan_title p {
        font-size: 14px;
        letter-spacing: 0.1px;
    }
     .team_name {
        padding: 9px 10px;
        left: 10px;
        bottom: 10px;
        width: 67%;
    }
    .span1{
        margin-right: 10px;
        margin-left: 10px;
    }
    .span2{
        margin-right: 10px;
        margin-left: 32.5px;
    }
    .span3{
        margin-right: 10px;
        margin-left: 37px;
    }
    .span4{
        margin-right: 10px;
        margin-left: 14.5px;
    }
    .span5{
        margin-right: 10px;
        margin-left: 36px;
    }
    .span6{
        margin-right: 10px;
        margin-left: 16px;
    }
    .team_box {
        flex-wrap: wrap;
    }
    .small_mb20{
        margin-bottom: 20px;
    }
    .team_box li {
        width: 32.1%;
        letter-spacing: 0.5px;
    }
    .sm_h168{
        height: 168px !important;
    }
    .pbmit-testimonial-style-1 .pbmit-box-content-wrap {
        height: 403px;
    }
    .big_br{
        display: none;
    }
}

@media screen and (min-width:1300px) and (max-width:1399px){
    .sm_h168{
        height: 168px !important;
    }
    .big_br{
        display: none;
    }
}

@media screen and (min-width:1200px) and (max-width:1299px){

    .sm_h168{
        height: 182px !important;
    }
    .site-navigation {
        margin-right: -17px;
    }
    .padd30 {
        padding: 20px !important;
    }
    .wd73 {
        width: 70.5%;
        margin-left: 10px;
    }
    .bg_txt {
        font-size: 20px;
        letter-spacing: 10px;
        margin-bottom: 23px;
        margin-top: 10px;
    }
    .ls30 {
      letter-spacing: 10px !important;
    }
    .ls8 {
      letter-spacing: 3px !important;
    }
    .wd27 {
        width: 24%;
        z-index: 2;
    }
    .wd76 {
        width: 89%;
    }
    .pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
        letter-spacing: 0.5px;
        font-size: 16px;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        height: 253px;
    }
    .lap_mt73{
        margin-top: 73px;
    }
    p{
        font-size: 16px;
    }
    .pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
        padding: 11px 0 11px;
    }

    .pbmit-testimonial-style-1 .pbmit-box-content-wrap {
        height:   400px !important;
    }
    .testimonial-one .ihbox-style-area {
          bottom: 0;
        }
    .lap_ls0{
        letter-spacing: 0px !important;
    }
    .logo {
        width: 110px;
        max-height: unset !important;
        margin-top: 20px;
    }
    .team_box {
        flex-wrap: wrap;
    }
    .small_mb20{
        margin-bottom: 20px;
    }
    .team_box li {
        width: 32.1%;
        letter-spacing: 0.5px;
    }
    .makes_flex {
        box-shadow: unset;
    }
    .middle_bg2 {
        height: 43%;
        top: 39.6%;
    }
    .big_br{
        display: none;
    }
    footer iframe{
        height: 220px;
        margin-bottom: -8px;
    }
}


@media screen and (min-width:1150px) and (max-width:1299px){
    .pbmit-heading-subheading .pbmit-heading-desc {
        letter-spacing: 0.4px;
      }
    .testimonial-one .swiper-button-next, .testimonial-one .swiper-button-prev {
        right: 7%;
      }
      .testimonial-one .swiper-button-prev {
        left: 82%;
      }
    .twentytwenty-container,.twentytwenty-container img {
        height: 396px !important;
      }
    .pbmit-ihbox-style-8 .pbmit-ihbox-box {
		display: flex !important;
	}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1188px;
    }
    .sami_ft {
        letter-spacing: 4px;
    }
    .service-three .pbmit-servicebox-right {
        padding-left: 136px;
    }
    .pbmit-service-highlight h2 {
        font-size: 106px;
        bottom: -143px;
        left: -22px;
    }    
    .ihbox-one-img-col .ihbox-imgbox {
        text-align: center;
        padding-right: 65px;
    }
    .pbmit-ihbox-style-8 .pbmit-ihbox-icon, .pbmit-ihbox-style-8 .pbmit-ihbox-svg {
        margin-right: 19px !important;
        margin-bottom: 0 !important;
    }
    .pbmit-ihbox-style-8 .pbmit-element-title {
        letter-spacing: 0px;
        font-size: 20px;
    }
    .before-after-left-area {
        padding: 0px 58px 0px 58px;
        border-radius: 30px;
        height: 100%;
    }
    .pbmit-heading-subheading .pbmit-title, .pbmit-heading .pbmit-title {
        font-size: 34px;
        line-height: 45px;
    }
    .nor_plft{
        padding-right: 0px !important;
        padding-left: 9px !important;
        margin-right: 18px;
        width: 28%;
    }
    .testimonial-one .pbmit-testimonialbox-left::before {
        left: -36px;
        top: -46px;
        font-size: 214px;
        line-height: 312px;
    }
    .pbmit-testimonial-style-1 .pbminfotech-testimonial-text p {
        letter-spacing: 0px;
    }
    .pbmit-heading, .pbmit-heading-subheading, .pbmit-heading-subheading-style-1 {
        margin-bottom: 27px;
        position: relative;
        z-index: 1;
    }
    .nor_ml62{
        margin-right: -98px !important;
    }

    footer .ls05 {
        letter-spacing: 0px !important;
    }
    .pro_title {font-size: 38px; line-height: 45px; letter-spacing: 0.5px;margin-bottom: 20px !important;}
    .pbmit-ele-blog .pbmit-blog-btn, .pbmit-ele-service .pbmit-service-btn {
        width: 38px;
        height: 38px;
    }
    .section-xl {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .testimonial-one {
        padding: 60px 0px 0px 0px;
    }

    footer .pl30 {
        padding-left: 0px !important;
    }
    footer .new_pl {
        margin-left: -27px;
      }
    footer .logo {
        width: 158px;
    }
    .pbmit-slider-content {
        left: 3.5%;
    }

    .ihbox-one-left-col, .ihbox-one-right-col {
        width: 29%;
        padding-top: 30px;
    }
    .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper {
        height: 60px;
        width: 60px;
    }
    .work_bg {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .big_fnt{
        font-size: 40px;
        bottom: 13.7%;
        line-height: 41px;
    }
    .pbmit-testimonial-style-1 .pbmit-box-content-wrap {
      height: 252px;
      padding: 15px;
    }
    .sm_pc_h289{
        height: 289.63px;
    }
 .team_name {
    padding: 9px 10px;
    left: 10px;
    bottom: 15px;
    width: 82%;
  }
}

@media screen and (min-width:1100px) and (max-width:1220px){
.pbmit-testimonial-style-1 .pbmit-box-content-wrap {
    height: 275px;
  }
}

@media screen and (min-width:1100px) and (max-width:1199px){
    .wd73 {
        width: 74%;
        margin-left: 14px;
    }
    .bg_txt {
        font-size: 20px;
        letter-spacing: 15px;
        margin-bottom: 29px;
        margin-top: 16px;
    }
    .ls30 {
      letter-spacing: 13px !important;
    }
    .wd27 {
        width: 24.5%;
        z-index: 2;
    }
    .wd76 {
        width: 100%;
    }
    .padd30 {
        padding: 20px !important;
    }
    .pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
        letter-spacing: 0.3px;
        font-size: 16px;
    }
    .lap_mt73{
        margin-top: 73px;
    }
    .pc_menu{
        display: none !important;
    }
     .mob_menu{
        display: block !important;
        position: absolute;
        background: transparent;
    }
     .mob_menu .logo {
        filter: invert(100%);
        width: 110px;
        margin-top: 10px;
    }
    .header_mob .navbar {
        max-width: 1083px;
        margin: 0 auto;
    }
    .open-menu {
        position: absolute;
        top: 44px;
    }
    .menu_line .span1, .menu_line .span2, .menu_line .span3 {
        background-color: #fffffff0;
    }
    .scroll-down-section {
        z-index: 9;
    }
    .header_mob .navbar .menus {
        width: 30%;
    }
    .residential_pg .header-style-1 {
        padding: 0px 0;
    }
    .residential_pg .mob_menu{
        display: block !important;
        position: relative;
        background: transparent;
    }
    .residential_pg .mob_menu .logo {
        filter: invert(0%);
        width: 110px;
        margin-top: 0px;
    }
    .residential_pg .menu_line .span1, .residential_pg .menu_line .span2, .residential_pg .menu_line .span3 {
        background-color: #000;
    }
    .team_box {
        flex-wrap: wrap;
    }
    .small_mb20{
        margin-bottom: 20px;
    }
    .team_box li {
        width: 32.1%;
        letter-spacing: 0.5px;
    }
    .big_br{
        display: none;
    }
}
 


@media screen and (min-width:1200px) and (max-width:1250px){
    .pbmit-heading-subheading .pbmit-title, .pbmit-heading .pbmit-title {
        font-size: 32px;
        line-height: 45px;
    }
    .pro_title {
        font-size: 32px;
        line-height: 41px;
        letter-spacing: 0.5px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /* max-width: 1145px; */
        max-width: 1085px;
    }
    .before-after-left-area {
        padding: 0px 46px 0px 46px;
        border-radius: 30px;
        height: 100%;
      }

}
@media screen and (max-width:1200px) {
.navbar-toggler {
    color: black;
}
.mob_toggler{
    color: white;
}
}
@media screen and (min-width:1025px) and (max-width:1199px){
    p {
        font-size: 16px;
    }
        footer iframe{
        height: 228px;
        margin-bottom: -8px;
    }
      footer .logo {
        width: 129px;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
      }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1080px;
      }
    .testimonial-one .ihbox-style-area {
        left: 25.5%;
    }

    .pricing-one-bg {
        background: unset;
    }
    .pro_title {
        font-size: 25px !important;
        line-height: 34px;
        letter-spacing: 0px;
    }
    .pbmit-ihbox-style-8 .pbmit-element-title {
        letter-spacing: 0px;
        font-size: 20px;
    }
    .testimonial-one .pbmit-testimonialbox-left {
        padding: 0px 26px 0 0px;
        position: relative;
    }
    .pbmit-heading-subheading .pbmit-title, .pbmit-heading .pbmit-title {
        font-size: 37px;
    }
    .pl30 {
        padding-left: 21px !important;
    }
    .nor_plft {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: -17px;
        width: 29%;
    }
    .testimonial-one .ihbox-style-area {
        left: 0%;
    }
    /*  */

ul.navigation {
  flex-direction: column;
}
.header-style-1 .site-navigation ul.navigation > li > a {
  color: #000;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li::before {
  right: -100%;
  top: 16px;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li::before {
    right: -235px;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li.mo_right::before {
  right: -208%;
}
.site-navigation ul.navigation > li > a:hover {
  /* color: #99ba00 !important; */
  color: #000 !important;
}
.about_navbar{
    color: white;
}
.mob_home{
filter: invert(0%) sepia(1%) saturate(0%) hue-rotate(349deg) brightness(0%) contrast(101%);
}
.site-header .righticon{
   display: none;
}
.sm_pc_toggler{
    color: white;
}
.mob_toggler{
    color: white;
}
.pbmit-slider-one .pbmit-slider-item {
  height: 65.25vh;
}
.big_fnt{
display: none;
}
.pbmit-testimonial-style-1 .pbmit-box-content-wrap {
    height: 329px;
}
.sm_pc_dis{
    display: flex;
    flex-direction: column;
}
.sm_w100{
    width: 100%;
}
.before-after-left-area {
padding: 50px 58px 50px 58px;
border-radius: 30px;
height: auto;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
  height: 272px;
  padding: 18px;
}
.sm_w50 {
    width: 50% !important;
}
.sm_h168 {
    height: 207px !important;
}
.sm_pc_h289{
    height: 261px;
}
.team_name {
    padding: 9px 10px;
    left: 10px;
    bottom: 15px;
    width: 85%;
}
.bg_txt {
    letter-spacing: 13px;
    font-size: 16px;
}
.team_box {
    flex-wrap: wrap;
}
.small_mb20{
    margin-bottom: 20px;
}
.team_box li {
    width: 32.1%;
    letter-spacing: 0.5px;
}
.contact-form-area {
  padding: 45px;
}
.sm_w50{
  width: 50% !important;
}
.sm_w100{
  width: 100%;
}
textarea.form-control {
  min-height: 50px;
}
.form-control {
  margin-bottom: 15px;
}
select {
  margin-bottom: 15px;
}
}


@media screen and (min-width:1070px) and (max-width:1084px){
.before-after-left-area {
    padding: 90px 124px 33px 135px;
    height: auto;
  }
}

@media screen and (min-width:1025px) and (max-width:1099px){
    .before-after-left-area {
        padding: 62px 124px 33px 135px;
        height: auto;
    }
    .plan_title .sm_pc_ls01{
        letter-spacing: 0.1px;
    }
    .wd27 {
        width: 26.25%;
        z-index: 2;
    }
    .wd73 {
        width: 73%;
        margin-left: 7px;
    }
    .wd76 {
        width: 100%;
    }
    .big_fnt{
        display: none;
    }
    .ls30 {
        letter-spacing: 14px !important;
    }
    .big_br{
        display: none;
    }
}

@media screen and (max-width:767px) {
ul.navigation {
  flex-direction: column;
}
.header-style-1 .site-navigation ul.navigation > li > a {
  color: #000;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li::before {
  right: -100%;
  top: 16px;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li::before {
    right: -235px;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li.mo_right::before {
  right: -208%;
}
.site-navigation ul.navigation > li > a:hover {
  /* color: #99ba00 !important; */
  color: #000 !important;
}
.about_navbar{
    color: white;
}
.mob_home{
filter: invert(0%) sepia(1%) saturate(0%) hue-rotate(349deg) brightness(0%) contrast(101%);
}
.site-header .righticon{
   display: none;
}
.main-menu .navigation > li {
    width: 100%;
}
.pbmit-menu-wrap {
    width: 393px;
}
.pbmit-slider-one .pbmit-slider-item {
  height: 25vh;
}
.pbmit-slider-content {
  bottom: 7px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header-style-1 {
  margin: 0;
}
.pro_title {
  font-size: 15.5px !important;
  line-height: 24px;
  margin-bottom: 11px !important;
  letter-spacing: 0.2px;
}
p {
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 24px;
  text-align: unset !important;
}
.work_box {
  margin-top: 40px;
}
.mob_w100{
    width: 100%;
}

.mo_ml0{
    margin-left: 0px;
}
.mo_mt30{
    margin-top: 30px;
}
.mo_dir_clmn{
    flex-direction: column;
}
.middle_bg2 {
  height: 65.6%;
  top: 29%;
}
.big_fnt {
  display: none;
}
.ls8 {
    color: #fff;
}
.mob_pdb40{
    padding-bottom: 40px;
}
.mob_pdtb40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.mob_pd0{
    padding-left: 5px !important;
}
.mob_mt50{
  margin-top: 50px !important;
}
.mob_mt40{
  margin-top: 40px !important;
}
.mo_pdlr10{
    padding-left: 10px !important;
    padding-right: 10px;
}
.before-after-left-area {
    padding: 40px 13px;
  }
.twentytwenty-horizontal .twentytwenty-after-label {
  right: 0;
  margin-right: 13px;
}
.twentytwenty-container, .twentytwenty-container img {
  height: 270.2px !important;
}
.testimonial-one .ihbox-style-area {
  bottom: 0px;
}
.mob_align{
    align-items: unset !important;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
  height: 221px;
  padding: 14px 18px;
  border: 1px solid #e6e6e6;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text p {
  letter-spacing: 0px;
  font-size: 14px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
  padding: 12px 0 9px;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
  letter-spacing: 0.3px;
  line-height: 24px;
  font-size: 14px;
}
.unique_slider .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 6px;
    left: 0;
}
.pbmit-ihbox-style-7 .pbmit-element-title{
    line-height: 24px;
    letter-spacing: 0.5px;
    font-size: 16px !important;
}
.testimonial-one {
  padding: 40px 0px 0px 0px;
}
.testimonial-one .swiper-slider {
  padding-bottom: 40px;
}
.mob_none{
    display: none;
}

.mob_mb20{
    margin-bottom: 20px;
}

footer .logo {
  width: 85px;
  margin-bottom: 30px;
}
.mob_lh{
    letter-spacing: 0.1px;
}
.mob_mt30{
    margin-top: 30px !important;
}
.site-footer .container {
    padding: 0 13px;
}
.mob_mb7{
    margin-bottom: -7px;
}

/* about page */
.pbmit-title-bar-wrapper, .pbmit-title-bar-content {
    min-height: 24vh;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    align-items: flex-end;
}
.section-xl {
    padding-top: 40px;
    padding-bottom: 40px;
}
.about_img {
    flex-wrap: wrap;
    margin-top: 30px;
}
.quote_icon {
    font-size: 6.5em;
    top: 3px;
    left: 10px;
}
.quote_text {
    font-size: 17px !important;
    line-height: 28px;
    padding-left: 51px;
    letter-spacing: 0.3px;
}
.about-four-center-area {
    margin: 0px 0;
}
.mob_mb0{
    margin-bottom: 0px !important;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li.con_rgt::before{
    right: -246px;
}
.mob_pt20{
    padding-top: 20px !important;
}
.mob_toggler{
    color: white;
}
.details_box {
    padding: 0px 0px 30px;
}
.contact-form-area {
    padding: 26px 18px;
}
.mob_pdt120{
    padding-top: 120px;
}
.mob_pt40{
    padding-top: 40px !important;
}
.mob_mb10{
    margin-bottom: 10px !important;
}
.mob_mb25{
    margin-bottom: 25px;
}
.mob_pt15{
    padding-top: 15px !important;
}
.pbmit-progress-wrap {
    right: 10px;
    bottom: 37px;
    width: 36px;
    height: 36px;
}
.pc_menu{
    display: none !important;
}
.mob_menu{
    display: block !important;
}
.logo {
    width: 64px !important;
    margin-top: 0px;
    filter: invert(100%);
}
.scroll-down-section {
    z-index: 1;
    display: none;
}
.pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets {
    display: flex;
    width: 11px;
    height: 100%;
    z-index: 6;
    right: 12px;
    left: auto;
    justify-content: center;
    align-items: center;
    bottom: -14px;
    flex-direction: column;
}
.swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    margin: 4px 0px !important;
}
.pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.73) !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 13px;
    padding-left: 13px;
}
section{
    padding: 40px 0 !important;
}
.pbmit-slider-one .pbmit-title {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.4px;
    font-weight: 300 !important;
    text-align: center;
}
.pbmit-slider-one .pbmit-title .fw300 {
    font-weight: 300 !important;
}
.pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .pbmit-slider-one .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #99BA00 !important;
}
.pbmit-slider-bg:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #00000052;
}
.res_mar0{
    margin: 0;
}
.res_padd0{
    padding: 0;
}
.padd30 {
    padding: 17px !important;
}
.res_mt22{
    margin-top: 22px !important;
}
.bg_txt {
    letter-spacing: 20px;
    font-size: 23px;
    margin-bottom: 26px;
    line-height: 30px;
}
.work_bg {
    margin-left: 0px;
    margin-bottom: 19px;
    width: 100%;
}
.res_mb0{
    margin-bottom: 0 !important;
}
.res_pt5{
    padding-top: 5px !important;
}
.portfolio-three-slider.swiper-slider[data-dots="true"], .testimonial-three-main .swiper-slider[data-dots="true"] {
    padding-bottom: 30px;
}
.about-three-img2, .portfolio-three-slider .swiper-pagination-bullets, .testimonial-three-main .swiper-horizontal > .swiper-pagination-bullets {
    display: block;
    bottom: -2px;
}
.portfolio-three-slider .swiper-pagination-bullet, .testimonial-three-main .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
}
.pbmit-heading-subheading .pbmit-heading-desc {
  font-size: 14px;
  margin: 8px 0 15px 0;
}
.img1 {
  width: 47%;
  margin-bottom: 2px;
}
.img2 {
  width: 52.5%;
  margin-bottom: 2px;
}
.img3 {
  width: 52.5%;
}
.img4 {
  width: 47%;
}
.makes_flex {
  flex-wrap: wrap;
  box-shadow: 7px 7px 29px 0px gainsboro;
}
.pbmit-btn {
  padding: 8px 26px;
  font-size: 11px;
  letter-spacing: 0.3px !important;
}
.twentytwenty-horizontal .twentytwenty-before-label, .twentytwenty-horizontal .twentytwenty-after-label {
  margin-left: 13px;
}
.twentytwenty-handle {
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -26px;
}
.res_dir_row{
    display: flex !important;
    flex-direction: row !important;
}
.pbmit-ihbox-style-2 .pbmit-element-title {
  font-size: 28px !important;
  line-height: 34px;
}
.pbmit-ihbox-style-2 .pbmit-title-wrap {
  margin-right: 10px;
}
.pbmit-testimonial-style-1 .pbmit-box-content-wrap {
  padding: 17px;
  height: 548px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
  font-size: 13px;
  line-height: 23px;
}
.foot_title {
  margin-bottom: 17px;
}
.foot_p {
  margin-bottom: 0px !important;
  line-height: 17px;
}
.site-footer .pbmit-footer-text-area {
  padding-top: 10px;
  padding-bottom: 8px;
}
.pbmit-progress-wrap::before {
  line-height: 36px;
  font-size: 13px;
  height: 36px;
  width: 36px;
}
.pbmit-progress-wrap::after {
  line-height: 36px;
  font-size: 12px;
  height: 36px;
  width: 36px;
}
footer p{
    font-weight: 300;
}
.footer-style-1 .pbmit-footer-widget-area {
  padding-top: 35px;
  padding-bottom: 35px;
}
.res_none{
    display: none;
}
.header-style-1 .pbmit-slider-area {
  border-radius: 0px;
  box-shadow: unset;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item {
  position: relative;
  padding-top: 1px;
}
.about_us_pg .header-style-1, .career_pg .header-style-1, .reach_pg .header-style-1, .dis_pg .header-style-1 {
  margin: 0;
}
.pbmit-title-bar-content .pbmit-tbar-title {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 7px;
    font-weight: 300;
}
.team_name {
    width: 82.5%;
    padding: 8px 13px;
}
.span2 {
  margin-left: 31px;
}
.span3 {
  margin-left: 36px;
}
.span4 {
  margin-left: 14px;
}
.span5 {
  margin-left: 34px;
}
.span6 {
  margin-left: 16px;
}
.residential_pg .header-style-1 {
  padding: 0px 0;
  height: 74px;
}
.nav_tree {
  font-size: 8px;
  margin-top: -7px;
  line-height: 10px;
  margin-bottom: 6px;
}
.project_pg .pbmit-portfolio-style-2 .pbmit-featured-wrapper {
  margin: 12px;
}
.mob_view{
    display: block;
}
.plan_title p {
  font-size: 14px;
  line-height: 22px;
}
.res_map_hg{
    height: 350px;
}
textarea.form-control {
  min-height: 114px;
  border-radius: 0;
}
.res_mt0{
    margin-top: 0px !important;
}
.about-four-center-area {
  padding: 0px 0px 0px 0px;
}
.dis_sec  p {
    letter-spacing: 0px;
  }
.pp_sec  p {
    letter-spacing: 0.1px;
}
.home_pg  .testimonial-one .swiper-slider {
    padding-bottom: 0px;
    overflow: visible;
}
.team_box li {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 14px;
    padding: 5px 2px 5px 10px;
}
.team_box {
    flex-wrap: wrap;
    border-left: 3px solid #99ba00;
    background: #1a1a1a;
}
.team_box .span2 {
  margin-left: 30px;
}
.team_box .span3 {
  margin-left: 34px;
}
.team_box .span4 {
  margin-left: 14px;
}
.team_box .span5 {
  margin-left: 33px;
}
.team_box .span6 {
  margin-left: 17px;
} 

/* menu */
ul.navigation {
  flex-direction: column;
}
.site-header .righticon {
  display: none;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li::before {
  top: 16px;
}
.main-menu .navigation > li{
  width: 100%;
  text-align: left;
}
.pbmit-menu-wrap {
  width: 393px;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li::before {
  right: -235px;
}
.site-navigation ul.navigation li a.hove_eff.dropdown_li.mo_rgt::before {
  right: -246px;
}
.header-style-1 .site-navigation ul.navigation > li > a {
  color: #000;
}

/* banner */

.ptb80 {
  padding: 40px 0;
}
.details_box {
  padding-top: 0px;
}

.mo_dblock{
  display: block;
}
.mo_dnone{
  display: none;
}
.mo_mb30{
  margin-bottom: 30px;
}
.pc_flex{
    display: none;
}
.mob_flex{
    display: flex;
}
.team_name {
  font-size: 14px;
}
.foot_title {
  font-size: 15.5px;
}
.pc_view{
    display: none;
}
.res_ls0{
    letter-spacing: 0 !important;
}
.pc_view2{
    display: none;
}
.pbmit-tbar-title {
  font-size: 16px;
  font-weight: 300;
  text-shadow: none;
}
.residential_pg .pbmit-tbar-title {
    margin-left: 4px;
}
.sticky_mob.header_mob {
  position: fixed;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 12px #0000002e;
  transition: all 0.5s linear;
  z-index: 999;
}
.sticky_mob .logo {
    filter: invert(0%);
}
.sticky_mob .menu_line .span1 {
  background-color: #000000f0;
}
.sticky_mob .menu_line .span2 {
  background-color: #000000f0;
}
.sticky_mob .menu_line .span3 {
  background-color: #000000f0;
}
.residential_pg .nav_tree {
    margin-top: 0;
}
.residential_pg .menu_line .span1 {
  background-color: #000000f0;
}
.residential_pg .menu_line .span2 {
  background-color: #000000f0;
}
.residential_pg .menu_line .span3 {
  background-color: #000000f0;
}
.residential_pg  .logo {
    filter: invert(0%);
}
.residential_pg .sticky_mob.header_mob {
  position: fixed;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 12px #0000002e;
  transition: all 0.5s linear;
}
.res_ls05{
    letter-spacing: 0.5px !important;
}
.res_pb60{
    padding-bottom: 60px !important;
}
.testi_sec .swiper-horizontal > .swiper-pagination-bullets, .testi_sec .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .testi_sec .swiper-pagination-fraction {
  bottom: -3%;
}
.big_br {
  display: none;
}
.career_link {
  font-size: 13px;
}
}

@media screen and (min-width:560px) and (max-width:767px) {
    .big_fnt {
        right: 23%;
        bottom: -2.5%;
        font-size: 45px;
        line-height: 48px;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        height: 240px;
    }
}
 
@media screen and (min-width:420px) and (max-width:430px) {
    .pbmit-testimonial-style-1 .pbmit-box-content-wrap {
        padding: 17px;
        height: 500px;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        height: 231px;
    }
}

@media screen and (min-width:410px) and (max-width:420px) {
    .pbmit-testimonial-style-1 .pbmit-box-content-wrap {
        height: 525px;
        margin-bottom: 1px;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-box {
    height: 205px;
    padding: 18px;
  }
}

@media screen and (min-width:370px) and (max-width:375px) {
  .pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
    letter-spacing: 0px;
  }
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
    height: 226px;
    padding: 16px;
    border: 1px solid #e6e6e6;
  }
}

@media screen and (max-width:367px) {
   .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        height: 228px;
        padding: 18px;
  }
    .team_name {
    width: 89%;
    padding: 8px 13px;
  }
.pbmit-testimonial-style-1 .pbmit-box-content-wrap {
    height: 595px;
  }
}
 