/******************************
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
******************************/

/*----------------------------------------*/

/* 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;
}

.pbmit-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

/*----------------------------------------*/

/* 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: 34px;
    line-height: 44px;
    letter-spacing: 0px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
}

h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.5px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
}

h6 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
}

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: var(--pbmit-btn-typography-font-family);
    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-lg {
    padding: 14px 60px !important;
    font-size: 15px;
    border-radius: 32px;
}

.pbmit-btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: 500;
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: 2px;
    padding: 16px 45px;
    text-transform: uppercase;
    border: none;
    border-radius: var(--border-radius);
    box-shadow: none;
    cursor: pointer;
    outline: none !important;
    text-align: center;
    transition: all .2s ease-in-out;
    color: var(--pbmit-white-color);
    background-image: linear-gradient(to right, var(--pbmit-secondary-color), var(--pbmit-global-color));
}

.pbmit-btn span {
    position: relative;
    color: black;
    z-index: 1;
}

.pbmit-btn:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    opacity: 0;
}

.pbmit-btn:hover:after {
    background-color: var(--pbmit-global-color);
    opacity: 1;
}

.pbmit-btn-outline {
    color: var(--pbmit-white-color);
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 13px;
    padding: 18px 30px;
    background-image: none;
    background-color: #FFEE58;
}

.pbmit-btn-outline:before {
    background-image: linear-gradient(to right, var(--pbmit-global-color), var(--pbmit-secondary-color));
    opacity: 0;
    transition: all 300ms ease;
    z-index: -1;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pbmit-btn-outline:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: transparent;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    border: 2px solid var(--pbmit-white-color);
    border-image-slice: 1;
    width: 100%;
    height: 100%;
    border-image-source: linear-gradient(to right, var(--pbmit-global-color), var(--pbmit-secondary-color));
}

.pbmit-btn-white {
    color: var(--pbmit-blackish-color);
    background-color: #ffdb1a;
    background-image: none;
}

.pbmit-btn-white:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn-white:hover::after {
    opacity: 0;
}

.pbmit-btn-outline:hover::before {
    opacity: 1;
}

.pbmit-btn-outline:hover::after {
    opacity: 0;
}

.pbmit-btn-global {
    background-color: var(--pbmit-global-color);
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: var(--pbmit-white-color);
    background-image: none;
}

.pbmit-btn-global:hover {
    background-color: var(--pbmit-blackish-color) !important;
    color: var(--pbmit-white-color);
}

.pbmit-btn-blackish {
    padding: 16px 45px;
    background-color: var(--pbmit-blackish-color);
    color: var(--pbmit-white-color);
    background-image: none;
}

.pbmit-btn-blackish:hover {
    background-color: var(--pbmit-blackish-color) !important;
    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 
/*----------------------------------------*/

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

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-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-lgx {
    padding-top: 90px;
    padding-bottom: 100px;
}

.section-lgb {
    padding-bottom: 100px;
}

.section-lgt {
    padding-top: 100px;
}

.section-md {
    padding-top: 100px;
    padding-bottom: 90px;
}

.section-mdxl {
    padding-top: 100px;
    padding-bottom: 140px;
}

/*----------------------------------------*/

/* 05 - Social icons 
/*----------------------------------------*/

.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.social-icons li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 34px;
}

.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 {
    position: relative;
}

.site-header .site-branding img {
    display: inline-block;
   /* max-width: 100%;
    height: auto;
    max-height: 65px;*/
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-navigation ul.navigation>li>a {
    display: block;
    margin: 0px 17px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    line-height: 110px;
    height: 110px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    color: white;
}

.site-navigation ul.navigation>li>a:hover {
    color: var(--pbmit-global-color);
}

.site-navigation ul.navigation>li>a:hover:after {
    color: var(--pbmit-global-color);
}

.site-navigation ul.navigation a {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    font-size: 15px;
}

.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,
.main-menu .navigation>li>ul>li>ul {
    min-width: 270px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .20);
    border-top: 3px solid var(--pbmit-global-color);
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 100;
    background-color: #f6f6f6;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}

.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;
    height: auto;
    overflow: visible;
}

.main-menu .navigation>li>ul a {
    padding: 15px 30px;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    margin: 0;
    letter-spacing: 0;
    transition: all .25s ease-in-out;
    color: var(--pbmit-blackish-color);
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    font-family: var(--pbmit-body-typography-font-family);
}

.main-menu .navigation>li>ul a:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}

.main-menu .navigation>li>ul li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul li.active a {
    color: var(--pbmit-global-color);
}

.main-menu .navigation>li>ul li:hover a {
    padding-left: 40px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.main-menu .navigation>li>ul li:hover a:before {
    background-color: rgba(255, 255, 255, .50);
    width: 10px;
}

.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: auto;
    line-height: auto !important;
    font-size: 15px;
    color: rgba( 255, 255, 255, 1);
}

.ipad-view-search {
    display: none;
}

.pbmit-link li {
    margin: 0 10px;
}

/** sticky-header **/

.sticky-header {
    position: fixed !important;
    top: 0px;
    width: 100%;
    background-color: var(--pbmit-white-color) !important;
    z-index: 999;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.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: auto;
    line-height: 90px;
    color: var(--pbmit-blackish-color);
}

.sticky-header .site-navigation ul.navigation>li.active>a {
    color: var(--pbmit-global-color);
}

.sticky-header .pbmit-btn span,
.sticky-header .pbmit-btn {
    color: var(--pbmit-blackish-color);
}

.sticky-header .pbmit-btn:hover span {
    color: var(--pbmit-white-color);
}

/* Pre Header */

.pre-header {
    line-height: 60px;
}

.list-unstyled i {
    font-size: 14px;
    color: #666;
}

.closepanel,
.pbmit-mobile-menu-bg,
.site-header .righticon {
    display: none;
}

/*----------------------------------------*/

/* 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 {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 35px 5px 0px 5px !important;
    outline: none;
    opacity: 1;
    padding: 0px;
    border: 1px solid rgba(50, 50, 50, 0.10);
    background: var(--pbmit-white-color);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: inherit;
    text-align: center;
    padding-top: 0px;
}

.swiper-slider[data-dots="true"] {
    padding-bottom: 50px;
}

.swiper-pagination-bullet-active {
    background-color: var(--pbmit-white-color);
    border: 1px solid var(--pbmit-global-color);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 17px;
    outline: none;
    display: inline-block;
    top: inherit;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 1;
    text-align: center;
    box-shadow: inherit;
    border: 2px solid var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}

.swiper-button-prev:before,
.swiper-button-next:before {
    font-family: "pbminfotech-base-icons";
    text-align: center;
    content: '\e82c';
    font-weight: 700;
}

.swiper-button-prev:before {
    transform: rotate(180deg);
    position: absolute;
    left: 14px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    left: 70px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0;
    right: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
}

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

.home-case-studies .swiper-button-prev {
    left: initial;
    right: 75px;
}

.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 
/*----------------------------------------*/

body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: 3px solid #eee;
    color: var(--pbmit-white-color);
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-image: linear-gradient(to right, #bd310d, #bd310d);
}

body .scroll-to-top.show {
    opacity: 1;
}

body .scroll-to-top:hover {
    color: var(--pbmit-white-color) !important;
    background-color: #333;
}

/*----------------------------------------*/

/*  10 - Search Box
/*----------------------------------------*/

.pbmit-search-overlay.st-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
}

.pbmit-search-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);
}

.pbmit-icon-close {
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
    opacity: .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;
}

.pbmit-icon-close:hover {
    opacity: 1;
}

.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 input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: left;
    color: var(--pbmit-white-color);
    border: none;
    border-bottom: 3px solid var(--pbmit-white-color);
    padding-left: 0;
    border-radius: 0;
    font-weight: 400;
    letter-spacing: 0;
    font-family: inherit;
}

.pbmit-search-overlay input[type="search"]::placeholder {
    color: var(--pbmit-white-color);
    opacity: .9;
}

.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);
    background-image: linear-gradient(to right, #fea060, #fb6f62);
}

.pbmit-search-overlay .pbmit-site-searchform:after {
    font-family: "pbminfotech-base-icons";
    content: '\e800';
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--pbmit-white-color);
    font-size: 20px;
    line-height: normal;
    z-index: 1;
}



.banner-form {
  position: absolute;
  top: 45%;
  right: 100px;
  transform: translateY(-50%);
  background: rgb(255 255 255 / 51%);
  padding: 25px 20px;
  width: 390px;
  min-height: 390px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  z-index: 99;
}
.banner-form h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
.banner-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.banner-form input,
.banner-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
 font-size: 15px;
    font-weight: bold;
    color: black;
    height: 53px;

}
.banner-form button {
  background: #bb3005;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}
.banner-form button:hover {
  background: #d95d1c;
}
.banner-form-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
}
.banner-form-close:hover {
  color: #333;
  background: none;
}
@media(max-width: 991px) {
  .banner-form {
    position: absolute;
    top: 60%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 350px;
    min-height: 280px;
    padding: 0px 15px
    padding-bottom:20px;
    background-color:#fff;
  }

  .banner-form h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .banner-form form {
    gap: 12px;
  }
  .banner-form-close {
    display: block;
  }
}
.banner-form-header {
  text-align: center;
  margin-bottom: 10px;
}

.banner-form-header .banner-logo {
/*  max-width: 80px;*/
    height: 115px;
    width: 90px;
  margin-bottom: 10px;
}

.banner-form-header h3 {
  font-size: 23px;
  font-weight: 900;
  margin: 5px 0;
  color: #bb3005;
}

.banner-form-header h4 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  color: #bb3005; /* Dark brown text */
  background: #ffdb1a; /* Yellow background */
  display: inline-block;
  padding: 5px 25px;
  border-radius: 8px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* horizontal lines on left & right */
.banner-form-header h4::before,
.banner-form-header h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 4px;
  background: #ffdb1a; /* same as background */
  transform: translateY(-50%);
}

.banner-form-header h4::before {
  left: -40px;
}

.banner-form-header h4::after {
  right: -40px;
}




@media (max-width: 991px) {
  .banner-form {
    top: 0px; /* Always visible from top */
    transform: translateX(-50%); /* Only horizontal center */
  }
  .ihbox-logo {
        max-width: 100px;  /* shrink logo on mobile */
        margin: 8px auto 0 !important;
    }
    #about{
        margin-top: 260px;
    }

}




/* Call Button */
.call-button {
    position: fixed;
    bottom: 100px; /* Adjust position */
    left: 20px;
    z-index: 100;
    background-color: #bb3005;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    height: 50px;
    width: 50px;
}

.call-button i {
    color: white;
    font-size: 24px; 
}

.call-button .tooltip {
    font-size: 12px;
    color: white;
    margin-top: 5px;
    text-align: center;
}

/* WhatsApp Button */
.whatsapp-button {
    position: fixed;
    bottom: 40px; /* Adjust position */
    left: 20px;
    z-index: 100;
    background-color: #25D366;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    height: 50px;
    width: 50px;
}

.whatsapp-button i {
    color: white;
    font-size: 24px;
}

.whatsapp-button .tooltip {
    font-size: 12px;
    color: white;
    margin-top: 5px;
    text-align: center;
}




.apply-now {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;  
    background: #bb3005; /* red background */
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}

.apply-now::after {
    font-family: "pbminfotech-base-icons"; /* same icon font */
    content: '\e830';  /* arrow icon */
    font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.apply-now:hover {
    background: #000;  /* hover background */
    color: #fff;       /* text stays white */
    box-shadow: 0px 6px 15px rgba(0,0,0,0.3);
}

.apply-now:hover::after {
    margin-left: 15px; /* smooth slide on hover */
}



input::placeholder {
        color: #000 !important;
        font-size: 15px;
        font-weight: bold;
    }


    .form-control {
         color: #000 !important;
        font-size: 15px !important;
        font-weight: bold !important;
    }

    


   
.sticky-logo-img {
  height: 90px;
  width: 90px;
}




.ihbox-logo {
     display: block;
    width: 90px;
    height: 115px;
    margin: 10px auto 0;
}


.form-control {
    height: 53px !important;
}