/******************************
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=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet');
 :root {
     --pbmit-global-color: #b8967e;
     --pbmit-secondary-color: #0a1d35;
     --pbmit-light-color: #f7f6f4;
     --pbmit-white-color: #ffffff;
     --pbmit-blackish-color: #0a1d35;
     --pbmit-link-color-normal: #0a1d35;
     --pbmit-link-color-hover: #b8967e;
     --pbmit-global-color-rgb: rgb(184, 150, 126);
     --pbmit-secondary-color-rgb:rgb(10, 29, 53);
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:'Montserrat', sans-serif;
     --pbmit-body-typography-variant: regular;
     --pbmit-body-typography-font-size: 15px;
     --pbmit-body-typography-line-height: 1.8;
     --pbmit-body-typography-color: #13263e;
     --pbmit-heading-typography-font-family: 'Marcellus', serif;
     --pbmit-heading-color: #0a1d35;
     --pbmit-heading-font-variant:normal;
     --pbmit-btn-typography-font-family: 'Marcellus', serif;
     --pbmit-btn-typography-variant: regular;
     --pbmit-btn-typography-font-size: 16px;
     --pbmit-btn-typography-line-height: 26px;
}

/*----------------------------------------*/
/* 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: 46px;
     line-height: 46px;
     letter-spacing: 0px;
}
 h2 {
     font-size: 40px;
     line-height: 50px;
     letter-spacing: 0px;
}
 h3 {
     font-size: 36px;
     line-height: 46px;
     letter-spacing: 0px;
}
 h4 {
     font-size: 30px;
     line-height: 40px;
     letter-spacing: 0px;
}
 h5 {
     font-size: 26px;
     line-height: 36px;
     letter-spacing: 0px;
}
 h6 {
     font-size: 22px;
     line-height: 32px;
     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:focus, 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 {
     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: 0.2px;
     padding: 12px 30px;
     border-radius:0px;
     text-transform: none;
     background-color:transparent;
     border: none;
     color: var(--pbmit-blackish-color);
     -webkit-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     cursor: pointer;
     outline: none !important;
     -webkit-font-smoothing: antialiased;
     text-align: center;
     position: relative;
     padding-right: 30px;
}
.pbmit-btn:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    display: block;
    border: 1px solid var(--pbmit-blackish-color);
    border-radius: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    transform: translateX(0);
    background-color: var(--pbmit-blackish-color);
}
.pbmit-btn:before:hover{
    background-color: transparent;
    width: 50px;
}
.pbmit-btn span{
    position: relative;
    color: var(--pbmit-white-color);
    padding-right: 30px;
}
.pbmit-btn:hover span{
    color: var(--pbmit-blackish-color);
}
.pbmit-btn span::after{
    position: absolute;
    content: '\e83a';
    font-size: 16px;
    top: -2px;
    font-family: pbminfotech-base-icons;
    right: -10px;
    left: auto;
    transition: all .5s ease;
}
.pbmit-btn:hover{
    background-color: transparent;
    color: var(--pbmit-blackish-color);
}
.pbmit-btn:hover:before{
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    display: block;
    border: 1px solid var(--pbmit-blackish-color);
    border-radius: 0;
    width: 50px;
    height: 100%;
    transition: all 0.5s ease;
    background-color: transparent;
}
.pbmit-btn-global::before{
    background-color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
}
.pbmit-btn-global:hover:before{
    border-color: var(--pbmit-global-color);
}
.pbmit-btn-global:hover span {
    color: var(--pbmit-global-color);
}
.pbmit-btn-white:hover{
    padding-left: 0;
}
.pbmit-btn-white::before{
    background-color: var(--pbmit-white-color);
    border-color: var(--pbmit-white-color);
}
.pbmit-btn-white:hover:before{
    border-color: var(--pbmit-white-color);
}
.pbmit-btn-white span {
    color: var(--pbmit-blackish-color);
}
.pbmit-btn-white:hover span {
    color: var(--pbmit-white-color);
}
.pbmit-btn-inline:not(:hover){
    color: var(--pbmit-blackish-color);
    padding: 12px 25px;
    padding-left: 0;
}
.pbmit-btn-inline:before{
    width: 50px;
    background-color: transparent;
}
.pbmit-btn-inline:hover:before{
    width: 100%;
    background-color: var(--pbmit-secondary-color);
    border-color: var(--pbmit-white-color);
}
.pbmit-btn-inline span {
    color: inherit;
}
.pbmit-btn-inline:hover span, .pbmit-btn-inline:focus{
    color: #ffffff;
}
.pbmit-btn-inline-hover-white span{
    color: var(--pbmit-white-color);
}
.pbmit-btn-inline-hover-white:before{
    border-color: var(--pbmit-white-color);
}
.pbmit-btn-inline-hover-white:hover:before{
    background-color: var(--pbmit-white-color);
}
.pbmit-btn-inline-hover-white:hover span{
    color: var(--pbmit-secondary-color);
}
.pbmit-btn-hover-secondary{
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}
.pbmit-btn-hover-secondary:before{
    display: none;
}
 .pbmit-btn-hover-secondary:hover{
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}
.pbmit-btn.pbmit-btn-outline {
    background-color: transparent;
    padding: 13px 40px;
    color: var(--pbmit-blackish-color);
    border: 1px solid var(--pbmit-global-color);
}
.pbmit-btn.pbmit-btn-outline span:after{
    color: var(--pbmit-blackish-color);
}
.pbmit-btn.pbmit-btn-outline:hover span:after{
    color: #fff;
}
.pbmit-btn-outline:hover, .pbmit-btn.pbmit-btn-outline:focus {
    background-color: var(--pbmit-global-color);
}
.pbmit-btn.pbmit-btn-outline:hover span{
    color: #fff;
}
/** 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-mdxl{
     padding-top: 80px;
     padding-bottom:130px;
}
 .section-lg{
     padding-top: 100px;
     padding-bottom:80px;
}
 .section-lgx{
     padding-top: 100px;
     padding-bottom:100px;
}
 .section-lgt{
     padding-top: 100px;
}
 .section-lgb{
     padding-bottom:100px;
}

/*----------------------------------------*/
/* 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{
     z-index: 999;
     position: relative;
}
 .site-header .site-branding img {
     display: inline-block;
     max-width: 100%;
     height: auto;
     max-height: 50px;
     -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 35px;
     padding: 0px;
     text-decoration: none;
     position: relative;
     z-index: 1;
     height: 100px;
     line-height: 100px;
     letter-spacing: 0px;
     color: var(--pbmit-blackish-color);
}
.site-header .site-navigation ul.navigation > li.active > a{
    color: var(--pbmit-global-color);
}
.site-header .site-navigation ul.navigation > li.active > a:after{
    color: var(--pbmit-global-color);
}
 .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: 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 ul > li.dropdown > a:after {
     font-family: "pbminfotech-base-icons";
     content: '\e811';
     margin-left: 5px;
     font-size: 10px;
     font-weight: 500;
     vertical-align: middle;
     color: var(--pbmit-blackish-color);
}
 .main-menu .navigation > li > ul , .main-menu .navigation > li > ul > li > ul {
     min-width: 230px;
     box-shadow: 0px 10px 40px rgb(0 0 0 / 20%);
     border-top: 3px solid var(--pbmit-global-color);
     position: absolute;
     top: 105%;
     left: 0;
     z-index: 100;
     visibility: hidden;
     background-color: #ffffff;
     opacity: 0;
     -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
     -ms-transform: translateY(15px);
     -o-transform: translateY(15px);
     transform: translateY(15px);
     -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
     box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -ms-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
 .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;
}
 .main-menu .navigation > li > ul li a{
     border-bottom:1px solid rgba(255, 255, 255, 0.20);
}
 .main-menu .navigation > li > ul a{
     padding: 15px 20px;
     display: block;
     font-weight: 500;
     font-size: 14px;
     line-height: 16px;
}
.main-menu .navigation > li > ul li{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
 .main-menu .navigation > li > ul li.active a, .main-menu .navigation > li > ul a:hover{
     color:var(--pbmit-global-color);
}
.main-menu .navigation > li > ul li.active a:hover{
    padding-left: 30px;
}
.main-menu .navigation > li > ul li a:hover{
    padding-left: 30px;
}
 .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;
    background-color: rgb(255, 255, 255,.5);
    outline: none;
    height: 14px;
    width: 14px;
    border-radius: 0;
    opacity: 1;
    vertical-align: middle;
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 44px;
     left: -212px;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 50px;
}
 .swiper-pagination-bullet-active{
    border-radius: 0;
    background: var(--pbmit-white-color);
    height: 14px;
    width: 14px;
}
 .swiper-button-next:after, .swiper-button-prev:after {
     font-family: "pbminfotech-base-icons";
     font-size: 20px;
     color: var(--pbmit-blackish-color);
     font-weight: 700;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
}
 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
     content: '\e814';
}
 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
     content: '\e814';
}
 .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;
     z-index: 15;
     cursor: pointer;
     border: 1px solid #dddddd;
     border-radius: 50%;
     width: 60px;
     height: 60px;
     line-height: 60px;
     border-radius: 50%;
     transition: all 500ms ease;
     background-color: #fff;
     color: var(--pbmit-global-color);
     -webkit-transition: all 500ms ease;
}
 .home-case-studies .swiper-button-prev{
     left: initial;
     right: 75px;
}
 .swiper-button-next:hover, .swiper-button-prev:hover{
     border-color: var(--pbmit-global-color);
}
 .swiper-button-prev:hover:after, .swiper-button-next:hover:after{
     color: var(--pbmit-global-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 
/*----------------------------------------*/
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; 
    background-color: var(--pbmit-global-color);
    text-align: center;
    border: 3px solid #eeeeee;
    border-radius: 50%;
    color: #fff;
}
body .scroll-to-top.show {
    opacity: 1;
}
body .scroll-to-top:hover {
    color: #fff !important;
    background-color: var(--pbmit-secondary-color);
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-search-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px; 
    background-color:rgba(0,0,0,.9);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.pbmit-icon-close {
    position: absolute;
    color: #fff;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.pbmit-icon-close:before {
    content: '\e813'; 
    font-family: "pbminfotech-base-icons";
    font-size: 30px;
    font-weight: normal;
    opacity: .5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    opacity: 1;
}
.pbmit-search-outer {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pbmit-search-outer .pbmit-search-logo {
    margin-bottom: 60px;
    position: absolute;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.pbmit-search-outer .pbmit-search-logo img {
    max-height: 65px;
}
.pbmit-search-overlay .pbmit-site-searchform {
    position: relative;
}
.pbmit-search-overlay input[type="search"] {
    border-bottom: 1px solid #ffffff54;
    font-size: 16px;
    color: #09162a;
    padding: 0;
    padding-left: 16px;
    text-align: left;
    height: 70px;
    line-height: 70px;
}
.pbmit-search-overlay .pbmit-site-searchform button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px; 
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: transparent;
}
.pbmit-search-overlay.st-show {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}