/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite 
    08 - Swiper 
    09 - Scroll To Top 
    10 - Search Box
******************************/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,900;1,9..40,1000&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700;800&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet');

 :root {
     --pbmit-global-color: #212c40;
     --pbmit-secondary-color: #f6f5f0;
     --pbmit-light-color: #f2f4f8;
     --pbmit-white-color: #ffffff;
     --pbmit-blackish-color: #111926;
     --pbmit-link-color-normal: #111926;
     --pbmit-link-color-hover: #111926;
     --pbmit-global-color-rgb: rgb(33, 44, 64);
     --pbmit-secondary-color-rgb:rgb(246, 245, 240);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:'DM Sans', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 16px;
     --pbmit-body-typography-line-height: 1.6;
     --pbmit-body-typography-color: #666666;
     --pbmit-heading-typography-font-family:'Wix Madefor Display', sans-serif;
     --pbmit-heading-color: #212c40;
     --pbmit-heading-font-variant: 600;
     --pbmit-btn-typography-font-family:'Wix Madefor Display', sans-serif;
     --pbmit-btn-typography-variant: 600;
     --pbmit-btn-typography-font-size: 12px;
     --pbmit-btn-typography-line-height: 24px;
}

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
 html {
     font-family: 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 25px;
}
 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{
     padding: 15px 15px;
     font-size: 15px;
     color: #848484;
     border: 1px solid #eeeeee;
     border-radius: 0;
     font-family: var(--pbmit-heading-typography-font-family);
     font-weight: 500;
}
 .form-select:focus {
     border-color: #1bbde4;
     outline: 0;
     box-shadow: none;
}
/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
 body {
     font-family:var(--pbmit-body-typography-font-family);
     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:var(--pbmit-heading-typography-font-family);
     font-weight: var(--pbmit-heading-font-variant);
     color: var(--pbmit-heading-color);
}
 h1 {
     font-size: 48px;
     line-height: 54px;
     letter-spacing: 0px;
}
 h2 {
     font-size: 42px;
     line-height: 48px;
     letter-spacing: 0px;
}
 h3 {
     font-size: 36px;
     line-height: 42px;
     letter-spacing: 0px;
}
 h4 {
     font-size: 30px;
     line-height: 36px;
     letter-spacing: 0px;
}
 h5 {
     font-size: 24px;
     line-height: 30px;
     letter-spacing: 0px;
}
 h6 {
     font-size: 20px;
     line-height: 30px;
     letter-spacing: 0px;
}
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 a {
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
     color: var(--pbmit-link-color-normal);
     text-decoration: none;
}
 a:focus {
     text-decoration: none !important;
}
 a:hover {
     color: var(--pbmit-link-color-hover);
     text-decoration: none !important;
}
 a.link-btn, .link-btn a{
     font-family: "Montserrat", Arial, Helvetica, 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;
     font-family: var(--pbmit-btn-typography-font-family);
     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: 1px;
	 text-transform: uppercase;
	 font-style: normal;
     padding: 15px 40px;
     border: none;
	 border-radius: 50px;
	 transition: 0.5s ease;
	 z-index: 1;
	 color: white;
	 background-color: #EF921F;
}
 .pbmit-btn .pbmit-button-content-wrapper {
     display: flex;
     justify-content: center;
	 text-decoration: inherit;
 }
 .pbmit-btn .pbmit-align-icon-right {
     margin-left: 5px;
     order: 15;
 }
 .pbmit-btn .pbmit-svg-arrow line{
    stroke: var(--pbmit-white-color);
 }
 .pbmit-btn:hover .pbmit-svg-arrow line{
	stroke-dashoffset: 0;
 }
 .pbmit-btn:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
 }
 .pbmit-btn-white{
	padding: 10px 30px;
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
 }
 .pbmit-btn-white.pbmit-btn svg line{
	stroke: var(--pbmit-global-color);
 }
 .pbmit-btn-white:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
 }
 .pbmit-btn-white:hover svg line{
	stroke: var(--pbmit-white-color);
 }
 .pbmit-outline-btn{
	padding: 10px 30px;
	color: var(--pbmit-global-color);
	border: 2px solid var(--pbmit-global-color);
	background-color: transparent;
 }
 .pbmit-outline-btn .pbmit-svg-arrow line{
	stroke: var(--pbmit-global-color);
 }
 .pbmit-outline-btn:hover {
	border-color: var(--pbmit-global-color);
	background-color: var(--pbmit-global-color);
 }
 .pbmit-outline-btn:hover .pbmit-svg-arrow line{
	stroke: 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 
/*----------------------------------------*/
 body .pbmit-bg-color-global{
     background-color: var(--pbmit-global-color);
}
 body .pbmit-bg-color-secondary{
     background-color: var(--pbmit-secondary-color);
}
 body .pbmit-bg-color-light{
     background-color: var(--pbmit-light-color);
}
 body .pbmit-bg-color-blackish{
     background-color: var(--pbmit-blackish-color);
}
 body .pbmit-color-global{
     color: var(--pbmit-global-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-lgx{
	padding-top: 130px;
	padding-bottom: 130px;
}
.section-xl{
	padding-top: 130px;
	padding-bottom: 120px;
}
.section-lgb{
	padding-bottom: 55px;
}
.section-md{
	padding-top: 130px;
	padding-bottom: 100px;
}
.section-lg{
	padding-top: 95px;
	padding-bottom: 115px;
}
.section-lgt{
	padding-top: 115px;
}


.custom-section{
    border: 3px solid black;
    padding: 20px;
    box-shadow: 1px 2px rgba(0, 0, 0, 0.5);
    /* height: 363px; */
   height: 400px;
   transition:ease-in-out 0.3s ;
   position: relative; /* To allow absolute positioning for pseudo-elements */
   overflow: hidden; /* Hide overflow for the pseudo-element */
    

}

.custom-section:hover {
    
    transform: scale(1.05) rotate(2deg); /* Slightly scale and rotate */
    border-color: #EF921F; /* Change border color on hover */
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.7); /* Increase shadow depth */
}

/* Add a pseudo-element for a glow effect */
.custom-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease-in-out; /* Transition for the glow */
    border-radius: 8px; /* Match border radius */
}

.custom-section:hover::before {
    opacity: 1; /* Show glow on hover */
}

/* Optional text color change on hover */
.custom-section h2,
.custom-section p {
    transition: color 0.3s ease-in-out; /* Transition for text color */
}

.custom-section:hover h2,
.custom-section:hover p {
    color: #EF921F; /* Change text color on hover */
}
.custom-section:hover i {
    color: #EF921F; /* Change icon color to white on hover */
}

/*----------------------------------------*/
/* 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;
     padding-left: 0px;
     padding-right: 0px;
}
 .social-icons li > a {
     width: 30px;
     height: 30px;
     line-height: 30px;
     margin-right: 8px;
     background-color: transparent;
     font-size: 16px;
}

/*----------------------------------------*/
/* 06 - Header 
/*----------------------------------------*/
 .navbar-brand .navbar-brand-item {
     height: 60px;
     display: block;
     width: auto;
}
 .site-header{
     z-index: 999;
     position: relative;
}
 .site-header .site-branding img {
     display: inline-block;
     max-width: 100px;
     height: auto;
     max-height: 100px;
     -webkit-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .site-navigation ul.navigation > li > a {
	 font-size: 13px;
	 font-weight: 700;
     display: block;
	 line-height: 24px;
     padding: 0px;
     text-decoration: none;
     position: relative;
     z-index: 1;
	 text-transform: uppercase;
     letter-spacing: 1px;
     color: var(--pbmit-blackish-color);
}
.main-menu .navigation > li > ul a{
	position: relative;
    display: table-cell;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
}
.main-menu .navigation > li > ul a:after{
	display: none;
}
 .site-navigation ul.navigation a{
     font-family: var(--pbmit-heading-typography-font-family);
     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;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
     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;
     -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
     -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
     box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
     padding: 0;
}
 .site-header-menu .logo-img.stickylogo, .site-header-menu.sticky-header .logo-img{
     max-height: 55px;
    
}
 .site-header-menu.sticky-header .logo-img.stickylogo{
     display: inline-block;
}
 .sticky-header .site-navigation ul.navigation > li > a{
     height: 90px;
     line-height: 90px;
}
/* Pre Header */
 .pre-header{
    height: 60px;
    line-height: 60px;
    background-color:var(--pbmit-light-color);
}
 .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) * .6);
     padding-left: calc(var(--bs-gutter-x) * .6);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
 .swiper-slider{
     margin-left: auto;
     margin-right: auto;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .swiper-pagination-bullet {
    border: 0;
    outline: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
	display: inline-block;
	opacity: .2;
	margin-right: 10px !important;
    background: rgb(255, 255, 255,.50);
	background-color: var(--pbmit-global-color);
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: -6px;
     left: 0px;
	 text-align: center;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 0px;
}
 .swiper-pagination-bullet-active{
	opacity: 1;
    background-color: var(--pbmit-global-color);
}
 .swiper-button-next:after, .swiper-button-prev:after {
     font-family: "pbminfotech-base-icons";
	 content: '\e891';
     font-size: 40px;
     color: var(--pbmit-white-color);
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
}
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
     transform: rotate(180deg);
     position: absolute;
     left: 14px;
}
 .swiper-slider.home-case-studies{
     overflow: visible;
}
 .home-case-studies .swiper-buttons{
     position: absolute;
     top: -100px;
     right: 0;
     max-width: 1200px;
     width: 100%;
     margin: 0 auto;
     left: 0;
     padding: 0 15px;
     text-align: right;
}
 .swiper-button-next, .swiper-button-prev{
     text-align: center;
	 position: static;
     z-index: 15;
     cursor: pointer;	
     width: inherit;
     height: inherit;
     line-height: 50px;
     border-radius: 0;
     transition: all 500ms ease;
     background-color: transparent;
     color: var(--pbmit-white-color);
}
 .swiper-button-next{
	 margin-left: 20px;
}
 .home-case-studies .swiper-button-prev{
     left: initial;
     right: 75px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
     background-color: transparent;
}
.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: pbminfotech-base-icons;
    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(7, 19, 35,.1);
}
.pbmit-progress-wrap::after {
    position: absolute;
    content: '\e812';
    font-family: "pbminfotech-base-icons";
    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;
}
.pbmit-body-bg-dark .pbmit-progress-wrap svg.pbmit-progress-circle path{
	stroke: var(--pbmit-white-color);
}
.pbmit-body-bg-dark .pbmit-progress-wrap::after{
	color: var(--pbmit-white-color);
}

/*----------------------------------------*/
/*  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;
}
.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{
	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;
}
@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: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-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ffffff54;
    padding-left: 0;
    border-radius: 0;
	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);
}

/* .section-lgx .pbmit-heading-subheading .pbmit-title{
    color: ;
} */
.section-lgx .white-heading .pbmit-title {
	
	color: var(--pbmit-white-color);
}
.pbmit-btn1{
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: var(--pbmit-btn-typography-font-family);
    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: 1px;
    text-transform: uppercase;
    font-style: normal;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    transition: 0.5s ease;
    z-index: 1;
    color:#EF921F ;
    background-color: white;
}
.re{
    margin-top: 40px !important;
}





/* Tagline Section */
/* Tagline Section 3D */
.tagline-section-3d {
    background-color: #ffffff;
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}

.tagline-content-3d h1.animated-tagline-3d {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #212c40;
    animation: rotate3D 2s ease-in-out forwards;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.tagline-content-3d p.tagline-subtext-3d {
    font-size: 1.7rem;
    color: #EF921F;
    animation: fadeIn 2.5s ease-in-out forwards;
    letter-spacing: 1px;
    margin-top: 15px;
    opacity: 0;
    transform: translateZ(0);
    position: relative;
    z-index: 1;
}

@keyframes rotate3D {
    0% {
        transform: rotateX(90deg) translateZ(-100px);
        opacity: 0;
    }
    50% {
        transform: rotateX(0deg) translateZ(0);
        opacity: 1;
    }
    100% {
        transform: rotateX(0deg) translateZ(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Extra Fancy Effect: Glowing 3D Text */
.animated-tagline-3d {
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease-in-out, text-shadow 0.5s ease-in-out;
}

.animated-tagline-3d:hover {
    transform: rotateY(15deg) rotateX(10deg);
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* Background Animation */
.tagline-section-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.1), rgba(0, 255, 255, 0.1));
    z-index: 0;
    transform: translateX(-50%) scale(1.5);
    opacity: 0.3;
    animation: backgroundRotate 10s ease-in-out infinite;
}

@keyframes backgroundRotate {
    0% {
        transform: translateX(-50%) scale(1.2) rotate(0deg);
    }
    50% {
        transform: translateX(-50%) scale(1.3) rotate(45deg);
    }
    100% {
        transform: translateX(-50%) scale(1.2) rotate(0deg);
    }
}

/* Animated Shapes on the Side */
.shape-1, .shape-2, .shape-3 {
    position: absolute;
    background-color: #EF921F;
    border-radius: 50%;
    opacity: 0.7;
}

.shape-1 {
    width: 120px;
    height: 120px;
    top: 30%;
    left: -150px;
    animation: moveShape1 7s ease-in-out infinite;
}

.shape-2 {
    width: 180px;
    height: 180px;
    bottom: 10%;
    right: -200px;
    animation: moveShape2 6s ease-in-out infinite;
}

.shape-3 {
    width: 150px;
    height: 150px;
    top: 70%;
    right: -180px;
    animation: moveShape3 8s ease-in-out infinite;
}

@keyframes moveShape1 {
    0% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(200px) translateY(-80px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes moveShape2 {
    0% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-200px) translateY(100px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes moveShape3 {
    0% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-150px) translateY(-50px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}





/* Section Styles */
.animated-section {
    background: linear-gradient(to right, #ffffff, #f7f7f7);
    padding: 60px 0;
}

.pbmit-heading-subheading {
    margin-bottom: 40px;
}

.pbmit-subtitle {
    font-size: 1.5rem;
    color: #EF921F; /* Your chosen color */
}

.pbmit-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212c40; /* Your chosen color */
}

/* Custom Section Styles */
.custom-section {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.custom-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Icon Styles */
.pbmit-ihbox-icon-wrapper {
    transition: transform 0.3s ease;
}

.pbmit-icon-wrapper {
    font-size: 2.5rem;
    color: #EF921F; /* Default Icon Color */
}

.pbmit-col_wrapper:hover .pbmit-icon-wrapper {
    transform: scale(1.1); /* Scale icon on hover */
    color: #fff; /* Change icon color on hover */
}

/* Title and Description Animation */
.pbmit-element-title1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
    animation-delay: 0.3s;
}

.pbmit-heading-desc {
    font-size: 1rem;
    color: #555;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s forwards;
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .pbmit-title {
        font-size: 2rem;
    }

    .pbmit-element-title {
        font-size: 1.3rem;
    }

    .pbmit-heading-desc {
        font-size: 0.9rem;
    }
}

@media  (max-width:768px){
    .tagline-content-3d h1.animated-tagline-3d {
        font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #212c40;
    animation: rotate3D 2s ease-in-out forwards;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    display: inline-block;
    transform-style: preserve-3d;
    perspective: 1000px;
    }
}
@media (min-width:1000px) and (max-width:1200px){
    .vb{
        height: 85px !important;
    }
   
    .pbmit-service-ads .pbmit-title-one {
        font-size: 25px !important;
    }
    .pbmit-service-ads .pbmit-title-second{
        font-size: 21px !important;
    }
}


@media (min-width:990px) and (max-width:1100px){
    .pbmit-footer-logo img {
        margin-left: -45px;
    }
}


.bb{
    color: white !important;
}

@media (min-width:320px) and (max-width:750px){
    .nn{
        padding-right: 45px !important;
    }
} 
@media (min-width:670px) and (max-width:762px){
    .footer-social-links{
        margin-left: 170px !important;
    }
} 

@media (min-width:632px) and (max-width:670px){
    .footer-social-links{
        margin-left: 150px !important;
    }
} 

@media (min-width:580px) and (max-width:632px){
    .footer-social-links{
        margin-left: 130px !important;
    }
}

@media(max-width:425px){
    .footer.site-footer {
        font-size: 10px !important;
    }
}




@media (min-width:425px) and (max-width:2000px){
    .gg{
        margin-left: 67px !important;
    }
}



@media (min-width:1400px) and (max-width:2000px ){
    .hh{
        margin-right: 70px !important;
    }
}






.coloor{
    color: #EF921F !important;

}
.coloorr{
    
    color: white !important;
}