
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet');
 :root {
     --pbmit-global-color:#0c74ab;
     --pbmit-secondary-color:#73757c;
     --pbmit-light-color: #f6f6f6;
     --pbmit-white-color: #ffffff;
	 --pbmit-white-color-rgb: 255,255,255;
     --pbmit-blackish-color: #403226;
	 --pbmit-blackish-color-rgb: 64, 50, 38; 
     --pbmit-link-color-normal: #403226;
     --pbmit-link-color-hover: #0c74ab;
     --pbmit-global-color-rgb: 187, 154, 101;
     --pbmit-secondary-color-rgb: 64, 50, 38;
     --pbmit-responsive-breakpoint: 1200px;

     --pbmit-body-typography-font-family:'Roboto', sans-serif;
     --pbmit-body-typography-variant: 300;
     --pbmit-body-typography-font-size: 16px;
     --pbmit-body-typography-line-height: 1.6;
     --pbmit-body-typography-color: #666666;

     --pbmit-heading-typography-font-family:"Space Grotesk", sans-serif;
     --pbmit-heading-color: #403226;
     --pbmit-heading-font-variant: 700;

     --pbmit-btn-typography-font-family:"Space Grotesk", sans-serif;
     --pbmit-btn-typography-variant: 500;
     --pbmit-btn-typography-font-size: 16px;
     --pbmit-btn-typography-line-height: 24px;
}

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
 html {
    font-family: "Gothic A1", sans-serif;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
}
 *{
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     margin: 0;
     overflow-x: hidden;
}
 p {
     margin: 0 0 10px;
}
 article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
     display: block;
}
 audio, canvas, progress, video {
     display: inline-block;
     vertical-align: baseline;
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 [hidden], template {
     display: none;
}
 a {
     background-color: transparent;
}
 abbr[title] {
     border-bottom: 1px dotted;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 img {
     border: 0;
}
 svg:not(:root) {
     overflow: hidden;
}
 figure {
     margin: 0;
}
 hr {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 code, kbd, pre, samp {
     font-size: 1em;
}
 button, input, optgroup, select, textarea {
     color: inherit;
     font: inherit;
     margin: 0;
}
 select {
     text-transform: none;
}
 button {
     overflow: visible;
}
 button, input, select, textarea {
     max-width: 100%;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
}
 button[disabled], html input[disabled] {
     cursor: default;
     opacity: .5;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
 input[type="checkbox"], input[type="radio"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin-right: 0.4375em;
     padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 input[type="search"] {
     -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 fieldset {
     border: 1px solid #d1d1d1;
     margin: 0 0 1.75em;
     padding: 0.875em;
}
 fieldset > :last-child {
     margin-bottom: 0;
}
 legend {
     border: 0;
     padding: 0;
}
 textarea {
     overflow: auto;
     vertical-align: top;
}
 optgroup {
     font-weight: bold;
}
 textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus {
     outline:0px !important;
     -webkit-appearance:none;
     box-shadow: none !important;
}
 .form-select{
	font-size: 14px;
	font-weight: 500;
     padding: 0 100px 0 30px;
	 height: 50px;
	 border: none;
	 border-radius: 50px;
	 cursor: pointer;
	 color: #666;
	 background-color: var(--pbmit-light-color);
}
 .form-select:focus {
     border-color: #1bbde4;
     outline: 0;
     box-shadow: none;
}
/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
 body {
    font-family: "Gothic A1", sans-serif;
     font-weight: var(--pbmit-body-typography-variant);
     color: var(--pbmit-body-typography-color);
     font-size: var(--pbmit-body-typography-font-size);
     line-height: var(--pbmit-body-typography-line-height);
     color: var(--pbmit-body-typography-color);
     text-transform: none;
     font-style: normal;
}
 h1, h2, h3, h4, h5, h6 {
    font-family: "Gothic A1", sans-serif;
     font-weight: var(--pbmit-heading-font-variant);
     color: var(--pbmit-heading-color);
	 margin-bottom: 20px;
}
 h1 {
     font-size: 46px;
     line-height: 56px;
     letter-spacing: -0.25px;
}
 h2 {
     font-size: 40px;
     line-height: 50px;
     letter-spacing: -0.25px;
}
 h3 {
     font-size: 36px;
     line-height: 46px;
     letter-spacing: -0.25px;
}
 h4 {
     font-size: 30px;
     line-height: 40px;
     letter-spacing: -0.25px;
}
 h5 {
     font-size: 24px;
     line-height: 34px;
     letter-spacing: -0.25px;
}
 h6 {
     font-size: 20px;
     line-height: 30px;
     letter-spacing: -0.25px;
}
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 a {
     transition: all .25s ease-in-out;
     color: var(--pbmit-link-color-normal);
     text-decoration: none;
}
 a:focus {
     text-decoration: none !important;
}
 a:focus, a:hover {
     color: var(--pbmit-link-color-hover);
     text-decoration: none !important;
}
 a.link-btn, .link-btn a{
    font-family: "Gothic A1", sans-serif;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 1px;
}
 a.link-btn i, .link-btn a i{
     padding-left: 10px;
}
 .pbmit-btn {
	 position: relative;
     display: inline-block;
     text-decoration: none;
	 box-shadow: none;
     font-family: "Gothic A1", sans-serif;
     font-size: var(--pbmit-btn-typography-font-size);
     font-weight: var(--pbmit-btn-typography-variant);
     line-height: var(--pbmit-btn-typography-line-height);
     letter-spacing: -.25px;
	 text-transform: capitalize;
	 font-style: normal;
     padding: 10px 25px;
     border: none;
	 border-radius: 30px;
	 transition: all .3s;
	 z-index: 1;
	 color: var(--pbmit-blackish-color);
}
/* .pbmit-btn:after{
	content: '\e8eb';
    font-family: "pbminfotech-base-icons";
	position: absolute;
    right: -35px;
    left: auto;
    width: 50px;
    height: 50px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    top: 0;
    border-radius: 50%;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
} */
.pbmit-btn .pbmit-button-content-wrapper,
.pbmit-button .pbmit-button-wrapper{
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.pbmit-btn .pbmit-button-text{
	position: relative;
    overflow: hidden;
	text-decoration: inherit;
    font-size: 20px;
    color: #fff;
}
.pbmit-btn:hover .pbmit-button-text,
.pbmit-button:hover .pbmit-button-text{
	animation: MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;
}
.hover-forms{
    position: fixed;
    width: 60px;
    transition: all 0.3s linear;
    z-index: 11;
    right: 0;
    bottom: 25%;
    border-radius: 25px;
}
.n-ppost-name {
    margin-top: 30px;
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    transition: all 150ms linear;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 100px;
    right: 40px;
    z-index: 9999;
}

.n-ppost-name.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.n-ppost:hover + .n-ppost-name {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}
.book-now{
padding-left: 15px;
padding-top: 2px;
cursor: pointer;   
}
.verticalButton {
    padding: 0px 0px 0px 0px;
    width: 155px;
    height: 40px;
    background: #0c74ab;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: fixed;
    right: -60px;
    top: 50%;
    z-index: 11111;
}
  .verticalButton:hover{
    background:#0c74ab;
    border: none;
    color: #fff;
  }

  .hover-form .popup-form {
    display: none;
    position: fixed;
    top: 20%;
    right:40px;
    background-color: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
    transition: right 0.4s ease-in-out;
    max-height: 332px;
    overflow-y: auto;
    max-width: 540px;
    border-radius: 10px 0 0 10px;
}

.hover-form:hover .popup-form {
    display: block;
}

.fixed-header-padding {
    padding-top: 70px; /* Adjust this based on your header height */
}

.send-a-message{
    font-size: 28px;
    line-height: 20px;
	margin: 10px 10px 15px -10px;
    font-weight: 800;
}
.popup-form.open {
    transform: translateX(100%);
}
.subs{
    margin-top: 20px;
}

@keyframes MoveUpInitial{
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	50% {
		transform: translate3d(0, -30%, 0);
	}
	100% {
		transform: translate3d(0, -105%, 0);
	}
}
@keyframes MoveUpEnd {
	0% {
		transform: translate3d(0, 100%, 0);
	}
	
	100% {
		transform: translate3d(0, 0, 0);
	}
}
.pbmit-btn:hover:after{
	transform: translate3d(10px, 0, 0) rotateZ(45deg);
}
.pbmit-btn-outline{
	color: var(--pbmit-global-color);
	background-color: transparent;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.pbmit-btn-outline:hover{
	color: var(--pbmit-blackish-color);
}
.pbmit-btn-global{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-global:after{
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-btn-global:hover{
	color: var(--pbmit-white-color);
}
.pbmit-btn-hover-white{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-hover-white:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
/* .pbmit-btn:focus{
	color: var(--pbmit-white-color);
} */
/** Divider **/
 .sep-line{
     height: 1px;
     border-top: 1px solid #ebebeb;
     display: block;
     position: relative;
     top: 1px;
     width: 100%;
}

/*----------------------------------------*/
/* 02 - Background Color 
/*----------------------------------------*/

.pbmit-globalcolor{
	color: var(--pbmit-global-color);
}
 body .pbmit-bg-color-global{
     background-color: var(--pbmit-global-color);
}
 body .pbmit-bg-color-secondary{
     background-color:#000;
}
 body .pbmit-bg-color-blackish{
     background-color: var(--pbmit-blackish-color);
}
 body .pbmit-color-global{
     color: var(--pbmit-global-color);
}
 body .pbmit-bg-color-white{
	 background-color: var(--pbmit-white-color);
 }

/*----------------------------------------*/
/* 03 - Background Position & Size 
/*----------------------------------------*/
 .bg-cover{
    background-size: cover;
}
 .bg-contain{
    background-size: contain;
}
 .bg-pos-l{
    background-position: left;
}
 .bg-pos-r{
    background-position: right;
}
 .bg-pos-rt{
    background-position: right top;
}
 .bg-pos-lt{
    background-position: left top;
}
 .bg-pos-rb{
    background-position: right bottom;
}
 .bg-pos-lb{
    background-position: left bottom;
}

/*----------------------------------------*/
/* 04 - Helper Class 
/*----------------------------------------*/
.section-xl{
	padding: 20px 0 20px 0;
    position: relative;
}
.Prefab h3{
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}
.section-lgt{
	padding-top: 100px;
}
.section-md{
	padding-top: 100px;
	padding-bottom: 70px;
}
.section-lgb{
    padding-bottom:70px;
} 

/*----------------------------------------*/
/* 05 - Social icons 
/*----------------------------------------*/
 .social-icons {
     list-style: none;
     margin: 0px;
     padding: 0px;
     font-size: 15px;
     padding-top: 2px;
     padding-bottom: 3px;
}
 .pbmit-social-li {
     display: inline-block;
	 vertical-align: top;
}
.pbmit-social-li:not(:last-child){
	padding: 0 11px 0 0;
}

/*----------------------------------------*/
/* 06 - Header 
/*----------------------------------------*/
 .navbar-brand .navbar-brand-item {
     height: 60px;
     display: block;
     width: auto;
}
 .site-header{
     position: relative;
}
 .site-header .site-branding img {
     max-width: 100%;
     height: auto;
	 display: inline-block;
     -webkit-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .site-navigation ul.navigation > li > a {
	 font-size: 14px;
	 font-weight: 500;
     position: relative;
     z-index: 1;
	 display: flex;
	 align-items: center;
	 text-transform: none;
     letter-spacing: 0px;
     color: var(--pbmit-blackish-color);
}
.site-navigation ul.navigation > li > a:hover:after{
    color: rgba(255, 255, 255,.8);
}
.main-menu .navigation > li > ul a{
	position: relative;
    display: table-cell;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
	text-transform: none;
    font-style: normal;
    color: var(--pbmit-blackish-color);
     font-family: "Gothic A1", sans-serif;
}
.main-menu .navigation > li > ul a:after{
	display: none;
}
 .site-navigation ul.navigation a{
      font-family: "Gothic A1", sans-serif;
     font-weight: normal;
     font-size: 16px;
     font-style: normal;
}
 .main-menu .navigation > li {
     position: relative;
     float: left;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .main-menu .navigation > li > ul > li > ul {
     left: 100%;
     top: 0;
}
 .main-menu .navigation > li.dropdown:hover > ul , .main-menu .navigation > li > ul > li.dropdown:hover > ul {
     visibility: visible;
     opacity: 1;
     transform: translate(0,-5px);
     z-index: 999;
}
 .header-button .pbmit-btn{
     padding: 15px 24px;
}
 .header-button .pbmit-btn i{
     font-size: 20px;
}
 .site-header .search-btn{
     margin-right: 15px;
     font-size: 17px;
}
 .site-header .social-icons li > a{
     height: 50px;
     line-height: 50px;
}
 .ipad-view-search{
     display: none;
}
 .pbmit-link li{
     margin: 0 10px;
}
.closepanel, .pbmit-mobile-menu-bg, .site-header .righticon {
    display: none;
}
/** sticky-header **/
 .sticky-header{
     position: fixed !important;
     top: 0px;
     width: 100%;
     background-color: #fff;
     z-index: 999;
     margin: 0;
     box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
     transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
 .site-header-menu.sticky-header .logo-img.stickylogo{
     display: inline-block;
}
/* Pre Header */
 .pbmit-pre-header-wrapper{
    height: 50px;
    line-height: 50px;
}
 .list-unstyled i{
    font-size: 14px;
    color: #666;
}

/*----------------------------------------*/
/* 07 - Bootstrap Overwrite 
/*----------------------------------------*/
 .g-lg-4,.gy-lg-4, .g-4, .gy-4 {
     --bs-gutter-y: 2rem;
}
 .g-lg-4,.gx-lg-4, .g-4, .gx-4 {
     --bs-gutter-x: 2rem;
}
 .row>* {
     padding-right: calc(var(--bs-gutter-x) * .5);
     padding-left: calc(var(--bs-gutter-x) * .5);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
 .swiper-slider{
     margin-left: auto;
     margin-right: auto;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .swiper-pagination-bullet {
    background-color:#0c74ab;
    outline: none;
    height: 8px;
    width: 8px;
	opacity: 1;
    vertical-align: middle;
	border-radius: 50%;
	margin: 0 9px !important;
	display: inline-block;
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 5px;
     left: 0px;
	 display: flex;
     align-items: center;
     justify-content: center;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 50px;
}
 .swiper-pagination-bullet-active{
	outline: 1px solid var(--pbmit-global-color);
    outline-offset: 4px;
}
 .swiper-button-next:after, .swiper-button-prev:after {
	content: "\e814";
    font-family: "Gothic A1", sans-serif;
    font-size: 22px;
	line-height: normal;
}
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    transform: rotate(180deg);
	background-color: var(--pbmit-secondary-color);
}
 .swiper-button-next, .swiper-button-prev{
	position: absolute;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    transition: all 500ms ease;
}
 .swiper-button-next{
	margin-left: 10px;
}
 .swiper-button-prev{
	left: auto;
 }
 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
 }
.swiper-button-next:hover, .swiper-button-prev:hover{
	 color: var(--pbmit-white-color);
     background-color: var(--pbmit-blackish-color);
}
.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto!important;
}
.swiper-slider.marquee .swiper-wrapper{
    -webkit-transition-timing-function:linear !important; 
    -o-transition-timing-function:linear !important; 
    transition-timing-function:linear !important; 
}
/*----------------------------------------*/
/* 09 - Scroll To Top 
/*----------------------------------------*/
.pbmit-progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.pbmit-progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* .pbmit-progress-wrap::before {
    position: absolute;
    content: '\e812';
    font-family: "Gothic A1", sans-serif;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
} */
.pbmit-progress-wrap svg.pbmit-progress-circle path {
    stroke: var(--pbmit-global-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	fill: rgba(var(--pbmit-global-color-rgb),.2);
}
.pbmit-progress-wrap::after {
    position: absolute;
    /* content: '\e812'; */
    font-family: "Gothic A1", sans-serif;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--pbmit-global-color);
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-search-overlay {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.pbmit-search-overlay.st-show {
    opacity: 1;
    top: 0;
}
.pbmit-icon-close {
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}
.pbmit-icon-close:hover{
	opacity: 1;
}
@keyframes pbmit-closer-line-draw {
	0%,100% {
		clip-path:inset(-1px 0 -1px 0);
		-webkit-clip-path:inset(-1px 0 -1px 0);
	}
	55% {
		clip-path:inset(-1px 0 -1px 100%);
		-webkit-clip-path:inset(-1px 0 -1px 100%);
	}
	56% {
		clip-path:inset(-1px 100% -1px 0);
		-webkit-clip-path:inset(-1px 100% -1px 0);
	}
}
.pbmit-icon-close svg{
	fill: var(--pbmit-white-color);
}
.pbmit-icon-close svg rect{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pbmit-icon-close:hover svg rect,
.closepanel:hover svg rect{
	animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}
.pbmit-icon-close:hover svg rect:nth-of-type(2),
.closepanel:hover svg rect:nth-of-type(2){
	animation-delay: .17s;
}
.pbmit-search-outer {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
	text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pbmit-search-overlay .pbmit-site-searchform {
    position: relative;
}
.pbmit-search-overlay .pbmit-site-searchform:before{
	position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.pbmit-search-overlay .pbmit-site-searchform:after{
	font-family: "pbminfotech-base-icons";
    content: '\e80d';
    position: absolute;
    right: 10px;
    top: 15px;
    color: var(--pbmit-white-color);
    font-size: 25px;
    line-height: normal;
}
.pbmit-search-overlay.st-show .pbmit-site-searchform:before{
	-webkit-animation-name: fadeInMove;
    animation-name: fadeInMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
@keyframes fadeInMove {
	0% {
		opacity: 0;
		transform: scale3d(0, 1, 1);
	}
	10% {
		opacity: 1;
		transform: scale3d(0.1, 1, 1);
	}
	100% {
		opacity: 0.14;
		transform: scale3d(1, 1, 1);
	}
}
.pbmit-search-overlay input[type="search"] {
    height: 65px;
    line-height: 65px;
	font-weight: 400;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ffffff54;
    padding-left: 0;
    border-radius: 0;
	font-family: inherit;
	color: var(--pbmit-white-color);
}
.pbmit-search-overlay input[type="search"]::placeholder{
	color: var(--pbmit-white-color);
	opacity: .6;
}
.pbmit-search-overlay .pbmit-site-searchform button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    background-color: transparent;
    text-indent: -9999px;
	line-height: 58px;
    font-size: 16px;
	outline: none;
	padding: 0;
    border: none;
    z-index: 1;
    color: var(--pbmit-white-color);
}
.footer-about-us h3{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0px;
}
.social-media-icons {
    display: flex;
    gap: 35px;
    margin-top: 20px;
    font-size: 18px;
}
.custom-btn {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #0c74ab;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 700;
    float: inline-end;
}

.custom-btn i {
    margin-right: 8px;
    font-size: 18px;
}
.maps iframe{
    border-radius: 10px; width: 100%;
}
.pbmit-footer-copyright-text-area p{
    font-size: 14px;
    margin: 0;
}
.Designed-by p{
    display: flex;
    justify-content: end;
    margin: 0;
}

.pbmit-main-header-area {
    position: relative; 
    width: 100%;
    z-index: 1000; 
    transition: top 0.3s ease,
}

.pbmit-main-header-area.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent; /* Removes background */
    box-shadow: none; /* Removes shadow */
    transition: background 0.9s ease, box-shadow 0.9s ease; /* Adds smooth transition */
}



/* Space for Fixed Header */
body.fixed-header-padding {
    padding-top: 80px; /* Adjust based on header height */
}
/* When Header is Fixed */
.pbmit-main-header-area.fixed .main-menu {
    color: #403226 !important; /* Change navigation text color when header is fixed */
}
.pbmit-main-header-area.fixed .main-menu .dropdown ul {
    background-color: #fff; /* Background color for dropdowns */
}



.pbmit-main-header-area .main-menu .active a {
    color:#0086c1 !important /* Change color for active navigation links */
}
/* Optional: Style active links when header is fixed */
.pbmit-main-header-area.fixed .main-menu .active a {
    color:#0086c1 !important /* Change color for active navigation links */
}
/* Default Button Styles */

/* Optional: Hover State for Button When Header is Fixed */
.pbmit-main-header-area.fixed .pbmit-btn:hover {
    background-color: #000; /* Background color on hover */
    color: #fff; /* Text color on hover */
    border-color: #000; /* Border color on hover */
}
.bgs-white{
    background-color: #fff !important;
}
.swiper-container{
    overflow: hidden;
}
.img-fluid{
    border-radius: 10px;
}
.service-headings h3{
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-weight: 100;
}
.gallery-heading h2{
color: #fff;
text-align: center;
font-size: 28px;
}
.gallery img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
}
.gallery img:hover {
    transform: scale(1.05);
}
/* Slider Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.973);
    justify-content: center;
    align-items: center;
}
.modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
}
.modal-content img {
    width: 100%;
    max-height: 550px;
}
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color:#000;
    font-size: 30px;
    cursor: pointer;
}
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.637);
    padding: 0px 4px;
}
.prev {
    left: 20px;
}
.next {
    right: 20px;
}
.pbmit-client-style-1 {
    transition: filter 0.3s ease;
}

.pbmit-client-blur {
    filter: blur(5px);
}
.client-logo-bg{
    padding: 40px 0;
}
.gallery-bg{
    padding: 20px 0 60px 0;
    /* border-top: 1px solid #918e8e85; */
}
.gallery-bg img{
    border-radius: 10px;
}

.sosalM {position: fixed;width: 60px;transition: all 0.3s linear;z-index: 9999;left: 0;bottom:25%; border-radius: 25px;}
.sosalM ul {margin: 0;
  padding: 0;
  list-style: none;
}
.sosalM li{height: 45px;position:relative;}
.sosalM li a{color: #fff !important;display: block;height: 100%;width: 100%;line-height: 45px;padding-left:25%;transition: all .3s linear;text-decoration: none !important;}
.sosalM li:nth-child(1) a{border-radius: 0px 10px 0px 0px;}
.sosalM li:nth-child(5) a{border-radius:0px 0px 10px 0px;}
.sosalM li a i{position: absolute;top: 12px;left: 24px;font-size: 22px;}
.sosalM ul li a span{display: none;font-weight: bold;letter-spacing: 1px;text-transform: uppercase;}
.xico{fill: #fff;margin-top: 10px;margin-left: 4pxrgb(0 109 155)
}
.pbmit-base-icon-twitter-2:before{
    position: absolute;
    font-size: 16px;
}
.interior-subheading li a{
    color: #403226 !important;
    font-size: 14px !important;
}
 .icons-hover button {
    background: #0086c1;
    border: none;
    border-radius: 32px;
    color: white;
    cursor: pointer;
    overflow: hidden;
    padding: 7px;
    font-size: 28px;
    width: 56px;
    height: 52px;
    
    span {
      display: flex;
      width: 200%;
      transition: .25s ease-in-out;
    }
    
    i, strong {
      flex: 1 0 50%;
    }
    
    &:hover {
      span { transform: translateX(-50%); }
    }
  }
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    max-width: 450px;
}

.close {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.contact-maps iframe{
height: 400px;
}
.custom-section{
    padding: 40px 0;
}
.commercial-heading{
    text-align: center;
}
.commercial-heading h2{
    color: #fff;
    padding-bottom: 10px;
}
.custom-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.custom-slides {
    display: flex;
    transition: transform 0.5s ease;
}

.custom-slide {
    width: 100%;
    position: relative;
}

.custom-img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}
.custom-slide:hover .custom-overlay {
    opacity: 1;
}

button.custom-prev, button.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.637);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

button.custom-prev {
    left: 10px;
}

button.custom-next {
    right: 10px;
}

.pf-img-box {
    display: flex;
    flex-direction: column;
}

.custom-section {
    /*margin-top: 50px;*/
}

.commercial-heading h2 {
    text-align: center;
    margin-bottom: 20px;
}

.slider {
    position: relative;
}

.custom-img {
    width: 100%;
    height: auto;
}

.custom-slides {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-slide {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.custom-slide.active {
    display: block;
    position: relative;
}

.custom-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.custom-prev {
    left: 10px;
}

.custom-next {
    right: 10px;
}
.pbmit-animation-style5 .custom-slide {
    transition: all 0.5s ease;
}

.pbmit-animation-style6 .custom-slide {
    transition: all 0.5s ease;
}



.slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  
  .slide img {
    width: 100%;
    height: auto;
  }
  
  button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }
  
  button.prev {
    left: 10px;
  }
  
  button.next {
    right: 10px;
  }
  /* .residentials{
    margin-top: 30px;
  } */
  .residentials .slide img{
   min-height: 400px;
  }
  .approach h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}
  .list-group-borderless li span{
    color: #ffff !important;
  }
  .commitment{
    position: relative;
  }
  .commitment h3{
    color: #fff;
  }
  .commitment p{
    color: #ffff;
    margin: 0;
  }
  .our-usp h3{
    text-align: center;
    color: #fff;
    margin: 0;
  }
  .border-bottom {
    border-bottom: 2px solid #0086c1 !important;
    width: 10%;
    margin: auto;
    margin-bottom: 40px;
}
.our-up-image img{
    border-radius: 10px;
}
.commitment {
    border: 2px solid rgb(0 134 193);
    border-radius: 8px; 
    padding: 30px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease;
}

.commitment h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.commitment p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 15px;
}

.commitment:hover {
    transform: translateY(-5px); 
}
.modal-close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 18%;
    cursor: pointer;
}
.send-a-message{
    letter-spacing: 0px;
    transform: translate(10px, 0px);
}
.envirno-prefab video {
    width: 100%;
    height:100vh;
    border-radius: 8px; 
    object-fit: cover; 
}
.cursur{
    cursor: pointer;
}


.custom-slider-3 {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
  .custom-slider-3 img{
    height:100%;
  }
  
  .slider-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  
  .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    box-sizing: border-box;
  }
  
  button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }
  
  button.prev {
    left: 0;
  }
  
  button.next {
    right: 0;
  }
  .header-style-1s {
    margin: 0 !important;
}
.pbmit-header-overlays{
    background-color: #000;
}

.about-us{
    background: url(../images/about/about-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.about-us::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
}
.Submit-Nows{
    color: #403226 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}
.contact-send-btn h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px; margin-bottom:10px;
}
.envirno-pg p{
    color: #fff;
}
.footer-addresh p{
    font-size: 14px;
    font-weight: 400;
}
.footer-about-us p{
    font-size: 14px;
    font-weight: 400;
}
.relative{
    position: relative;
}
.gallery-imgs img{
    width: 100%;
    min-height: 200px;
}
video{
    border-radius: 10px;
    cursor: pointer;
}
.At-STRIDE{
    color: #fff;
}
.steps-content_wrap p{
    color: #fff;
}
.partners-bg {
    position: relative;
    top: 0px;
    padding-bottom: 50px
}

.part-Logo ul {
    margin: 66px 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
}

.part-Logo ul li {
    list-style: none;
    width: 12%;
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.imgzoom img {
    max-width: 100%;
    height: auto;
    transition: transform .3s ease;
    border-radius: 20px;
    padding: 10px;
}

.imgzoom:hover img {
    transform: scale(1.1); /* Slight zoom effect */
}
.custom-4 {
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 200px;
    padding: 10px !important;
}
.custom-4 a{
    color: #fff;
}
.footer-read-more{
    color: #0086c1 !important;
    font-weight: 500 !important;
}
.pbmit-title-bar-content-inner{
    width: 100%;
}
.flexs {
    display: flex;
    position: fixed;
    width: 100%;
    background-color: #161616c7;
    z-index: 999;
    padding: 15px 0;
    transition: margin-top 0.3s ease; 
}
.pf-img-box{
    margin-top: 40px;
}
.cenetr h1{
    text-align: center;
}
/* .custom-img{
    margin: 15px 0;
} */
.envirno-bg {
    position: relative;
    z-index: 1;
    height: 100vh; /* Full height */
    overflow: hidden; /* Prevent overflow from the video */
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%; /* Cover entire width */
    min-height: 100%; /* Cover entire height */
    width: auto; /* Maintain aspect ratio */
    height: auto; /* Maintain aspect ratio */
    z-index: -1; /* Place the video behind other content */
    transform: translate(-50%, -50%); /* Center the video */
}

/* .envirno-bg{
    position: relative;
    z-index: 1;
    background-image: url(../images/about/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    height: 100vh;
} */
.envirno-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-top: 350px;
    padding-bottom: 20px;
    text-align: center;
}
.center{
    text-align: center;
}
.why-content{
    position: relative;
}
.why-content p {
    color: #fff;
    margin: 0;
    padding: 6px 0;
}
.choose-envirno-prefab img{
    border-radius: 10px;
}
.Future{
    padding: 60px 0 20px;
}
.h-442{
    min-height: 440px !important;
}
.has-image[data-image-fit=contain] .fancybox__image{
    object-fit: cover !important; 
}
.client-logo img{
 width: 150px;
 margin-bottom: 10px;
}
/* Responsive adjustments */
@media (max-width: 1200px) {
    .part-Logo ul li {
        width: 15%;
    }
}

@media (max-width: 768px) {
    .part-Logo ul li {
        width: 25%;
    }
}

@media (max-width: 576px) {
    .part-Logo ul li {
        width: 40%;
    }
}

@media(max-width:767px) {
    .icons-hover button{
        display: none;
    }
    .maps iframe{
        width: 100%;
    }
    .pbmit-main-header-area{
        background: #000;
    }
    .sosalM ul{
        display: none;
    }
    .portfolio-one .pbmit-sortable-list-ul{
        display: flex;
    }
    .portfolio-one .pbmit-sortable-list a{
        font-size: 24px !important;
    }
    .Designed-by p{
        display: block;
    }
    .client-logo-bg .swiper-slide img{
        width: 100% !important;
    }
    .client-logo-bg .swiper-slide img {
		width: 120px !important;
		margin: 0px 6px;
	}
    .client-logo-bg{
      margin: 20px 0;  
    }
    .site-footer .pbmit-two-column-menu.widget ul{
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer .pbmit-two-column-menu.widget ul>li{
        margin: inherit;
    }
    .pbmit-tbar-inner h1{
        padding-top: 0px;
        font-size: 24px;
    }
}