@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300;400;500;600;700&display=swap');
 :root {
     --pbmit-global-color: #90a28c;
     --pbmit-secondary-color: #11065B;
     --pbmit-light-color: #ebeef3;
     --pbmit-blackish-color: #11065B;
     --pbmit-link-color-normal: #11065B;
     --pbmit-link-color-hover: #90a28c;
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:  'Noto Sans Arabic', sans-serif;
     --pbmit-body-typography-variant: 400;
     --pbmit-body-typography-font-size: 17px;
     --pbmit-body-typography-line-height: 1.8;
     --pbmit-body-typography-color: #333;
     --pbmit-heading-typography-font-family:  'Noto Sans Arabic', sans-serif;
     --pbmit-heading-color: #11065B;
     --pbmit-heading-font-variant: 700;
     --pbmit-btn-typography-font-family:  'Noto Sans Arabic', sans-serif;
     --pbmit-btn-typography-variant: 600;
     --pbmit-btn-typography-font-size: 16px;
     --pbmit-btn-typography-line-height: 1.5;
}

 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;
}
html {
	overflow-x:hidden;
}
body {
     margin: 0;
     overflow-x: hidden;
}
body.rtl {
    direction:rtl;
}
.english-only {
}
.arabic-only {
  display: none !important;
}
body.rtl .english-only {
  display: none !important;
}
body.rtl .arabic-only {
  display: inline-block !important;
}
 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{
     padding: 15px 15px;
     font-size: 16px;
     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: #90a28c;
     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);
     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;
}
 h2 {
     font-size: 30px;
}
 h3 {
     font-size: 24px;
}
 h4 {
     font-size: 20px;
}
 h5 {
     font-size: 18px;
}
 h6 {
     font-size: 16px;
}
 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;
}
 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);
     padding: 12px 30px;
     border-radius: 0;
     text-transform: none;
     background-color: var(--pbmit-global-color);
     border: none;
     color: #fff;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
     cursor: pointer;
     outline: none !important;
     -webkit-font-smoothing: antialiased;
     text-align: center;
}
 .pbmit-btn:hover, .pbmit-btn:focus {
     color: #ffffff;
     background-color: #11065B;
     outline: none;
}
 .pbmit-btn-hover-secondary:hover, .pbmit-btn.pbmit-btn-secondary{
     background-color: #11065B;
}
 .pbmit-btn-hover-white:hover, .pbmit-btn.pbmit-btn-white{
     background-color: #fff;
     color: var(--pbmit-blackish-color);
}
 .pbmit-btn-hover-global:hover{
     background-color: var(--pbmit-global-color);
     color: #fff;
}
 .pbmit-btn-hover-secondary:hover{
     background-color: var(--pbmit-secondary-color);
     color: #fff;
}
 .pbmit-btn-hover-white:hover{
     background-color: #fff;
     color: var(--pbmit-global-color);
}
 .pbmit-btn.pbmit-btn-outline {
     background-color: transparent;
     padding: 13px 40px;
     color: var(--pbmit-global-color);
     border: 1px solid var(--pbmit-global-color);
}
 .pbmit-btn.pbmit-btn-outline:hover, .pbmit-btn.pbmit-btn-outline:focus {
     background-color: var(--pbmit-global-color);
     color: #ffffff;
}
 .pbmit-btn.pbmit-btn-outline.pbmit-btn-white{
     border-color: #fff;
     color: #fff;
}
 .pbmit-btn.pbmit-btn-outline.pbmit-btn-hover-white:hover{
     border-color: #fff;
     background-color: #fff;
     color: var(--pbmit-global-color);
}
 .pbmit-btn-inline{
     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);
     color: #ffffff;
     position: relative;
     border: none;
     padding: 0;
     margin-top: 0px !important;
     background-color: transparent !important;
     padding-bottom: 3px;
}
 .pbmit-btn-inline:before{
     content: '';
     height: 1px;
     width: 100%;
     z-index: 1;
     position: absolute;
     bottom: 0;
     left: 0;
     background: #fff;
     -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;
}
 .pbmit-btn-inline:hover, .pbmit-btn-inline:focus{
     color: #ffffff;
}
 .pbmit-btn-inline:hover:before, .pbmit-btn-inline:focus:before{
     width: 0%;
}
/** 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);
     background-image: url(../images/bg/bg-05.png);
     background-repeat: no-repeat;
     background-position: center;
}
 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: 100px;
     padding-bottom:100px;
}
 .section-lg{
     padding-top: 100px;
     padding-bottom:100px;
}
 .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: 16px;
     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: 120px;
     -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 18px 0px 18px;
     padding: 0px;
     text-decoration: none;
     position: relative;
     z-index: 1;
     height: 120px;
     line-height: 120px;
     color: #fff;
     text-transform: uppercase;
}
 .site-navigation ul.navigation > li > a:hover{
     color: var(--pbmit-global-color);
}
 .site-navigation ul.navigation a{
     font-family: var(--pbmit-heading-typography-font-family);
     font-weight: 700;
     font-size: 16px;
}
 .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;
}
body.rtl .main-menu .navigation > li {
  float: right;
}
 .main-menu ul > li.dropdown > a:after {
     font-family: "pbminfotech-base-icons";
     content: '\e818';
     margin-left: 8px;
     font-size: 16px;
     font-weight: 600;
     vertical-align: revert;
     color: #fff;
     border: 0;
}
body.rtl .main-menu ul > li.dropdown > a:after {
  margin-left: inherit;
  margin-right: 8px;
}
 .main-menu .navigation > li > ul,
 .main-menu .navigation > li:not(.megamenu) > ul > li > ul,
 .main-menu .navigation > li:not(.megamenu) > ul > li > ul > li > ul {
     min-width: 270px;
     box-shadow: 0px 10px 40px rgb(0 0 0 / 20%);
     border-top: 3px solid var(--pbmit-global-color);
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 100;
     visibility: hidden;
     background-color: #11065B;
     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;
}
body.rtl .main-menu .navigation > li > ul,
body.rtl .main-menu .navigation > li:not(.megamenu) > ul > li > ul,
body.rtl .main-menu .navigation > li:not(.megamenu) > ul > li > ul > li > ul {
  left: inherit;
  right: 0;
}
.main-menu .navigation > li:not(.megamenu) > ul > li > ul, .main-menu .navigation > li:not(.megamenu) > ul > li > ul > li > ul {
     left: 100%;
     top: 0;
}
body.rtl .main-menu .navigation > li:not(.megamenu) > ul > li > ul, body.rtl .main-menu .navigation > li:not(.megamenu) > ul > li > ul > li > ul {
  left: inherit;
  right: 100%;
}
 .main-menu .navigation > li.dropdown:hover > ul , .main-menu .navigation > li > ul > li.dropdown:hover > ul, .main-menu .navigation > li > ul > 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);
}
body.rtl .main-menu .navigation > li > ul li a {
  text-align: right;
}
 .main-menu .navigation > li > ul > li > a,
 .main-menu .navigation > li:not(.megamenu)  > ul > li a{
     padding: 15px 20px;
     display: block;
     font-weight: 700;
     font-size: 15px;
     line-height: 1.4;
     color: #fff;
}
 .main-menu .navigation > li > ul > li.active > a,
 .main-menu .navigation > li:not(.megamenu) > ul > li a:hover{
     background-color:var(--pbmit-global-color);
     color: #fff;
}
 .header-button .pbmit-btn {
     padding: 5px 10px;
     font-size: 15px;
}
 .header-button .pbmit-btn:nth-of-type(1) {
   margin-right: 4px;
 }
 .header-button .pbmit-btn i{
     font-size: 15px;
     margin-right: 4px;
}
 .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;
}
/** 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: 50px;
}
 .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{
     border-bottom: 1px solid #e5e5e5;
     font-size: 13px;
     font-weight: 400;
     padding: 0.5rem 0;
}
 .list-unstyled i{
    font-size: 14px;
    color: #333;
}



/*----------------------------------------*/
/* 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: 4px;
     width: 20px;
     border-radius: 0;
     background: #798396;
     opacity: 1;
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 0;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 50px;
}
 .swiper-pagination-bullet-active{
     background: var(--pbmit-global-color);
}
 .swiper-button-next:after, .swiper-button-prev:after {
     font-family: "pbminfotech-base-icons";
     font-size: 20px;
     color: #dddddd;
     font-weight: 700;
     transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
}
 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
     content: '\e82c';
}
 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
     content: '\e82c';
}
 .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: -60px;
     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: 55px;
     height: 55px;
     line-height: 55px;
     border-radius: 50%;
     transition: all 500ms ease;
     -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);
}

/*----------------------------------------*/
/* 09 - Scroll To Top
/*----------------------------------------*/
body .scroll-to-top {
  position: fixed;
  z-index: 200;
  opacity: 0;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 100%;
  background-color: #90a28c;
  text-align: center;
  color: #fff;
  box-shadow: 1px 6px 24px 0 rgb(13 0 0 / 24%);
}
body .scroll-to-top.show {
    opacity: 1;
}
body .scroll-to-top:hover {
    color: #fff !important;
    background-color: #11065B;
}

body {
    counter-reset: pbmitbox1 pbmitbox2 pbmit-rev-counter;
}
/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/
.pbmit-heading-subheading{
    margin-bottom: 30px;
}
.pbmit-heading-subheading h4.pbmit-subtitle{
    color: var(--pbmit-global-color);
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 20px;

}
.pbmit-heading-subheading h2.pbmit-title{
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 700;
}

/*----------------------------------------*/
/*  01 - Icon Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1{
    margin-right: 23px;
    padding-right: 35px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    position: relative;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-box{
    margin-left: 10px;
}
.pbmit-ihbox-style-1:after{
    content: " ";
    position: absolute;
    top: 0;
    right: 14px;
    width: 1px;
    height: 65%;
    background: #21304d;
}
.pbmit-ihbox-style-1:before{
    content: " ";
    position: absolute;
    bottom: 0;
    left: -10px;
    right: 0;
    height: 1px;
    width: 92%;
    background: #21304d;
}
.pbmit-ihbox-style-1-bottom .pbmit-ihbox-style-1:before{
    display: none;
}
.pbmit-ihbox-style-1-last .pbmit-ihbox-style-1:after{
    display: none;
}
.pbmit-ihbox-style-1.pbmit-ihbox h2{
    font-size: 22px ;
    line-height: 26px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-content{
    margin-bottom: 0;
    margin-top: 0px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper{
    font-size: 60px;
    line-height: 60px;
    padding-top: 5px;
    margin-right: 30px;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-heading-desc{
    margin-top: 10px;
    color: #a2aec5;
    font-size: 14px;
}
.pbmit-heading-desc {
    font-family:var(--pbmit-body-typography-font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    text-transform: none;
    font-style: normal;
}
/** Style 2 **/
.pbmit-ihbox-style-2 .pbmit-ihbox-icon:before {
    content: counter(pbmitbox2, decimal-leading-zero)" ";
    counter-increment: pbmitbox2;
    color: #fff;
    height: 46px;
    width: 46px;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 700;
    top: 0;
    right: 21%;
    z-index: 3;
    font-family: var(--pbmit-heading-typography-font-family);
    background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-2{
    text-align: center;
    margin: 0 0;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon{
    margin-bottom: 30px;
    position: relative;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon img{
    border-radius: 50%;
}
.pbmit-ihbox-style-2.pbmit-ihbox h2{
    margin-bottom: 0px;
    font-size: 24px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-contents{
    padding:0 10px;
}
.pbmit-ihbox-style-2 .pbmit-heading-desc{
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.pbmit-ihbox-style-2 .pbmit-icon-type-svg img,
.pbmit-ihbox-style-2 .pbmit-ihbox-svg-wrapper svg{
	height: 16px;
    width: 16px;
}
.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image{
    width: 240px;
    height: auto;
}
/** Style 3 **/
.pbmit-ihbox-style-3{
    margin-bottom: 60px;
    margin-right: 40px;
}
.home3-info-box-wrap > div:nth-child(3n+3) .pbmit-ihbox-style-3{
    margin-right: 20px;
}
.pbmit-ihbox-style-3.pbmit-ihbox h2{
    font-size: 22px ;
    line-height: 26px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-content{
    margin-bottom: 0;
    margin-top: 0px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper{
    font-size: 60px;
    line-height: 60px;
    padding-top: 5px;
    margin-right: 30px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper i{
    color: var(--pbmit-global-color);
}
.rtl .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {
    margin-left: 30px;
    margin-right: 0;
}
.pbmit-ihbox-style-3 .pbmit-heading-desc{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.pbmit-ihbox-style-3 .pbmit-icon-type-svg img,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg{
	height: 60px;
    width: 60px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper{
    margin-right: 30px;
}
/** Style 4 **/
.pbmit-ihbox-style-4 .pbmit-element-title{
    font-size: 30px;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper{
    font-size: 56px;
    line-height: 56px;
    margin-right: 10px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper i{
    color: var(--pbmit-global-color);
}
.rtl .pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {
    margin-left: 10px;
    margin-right: 0;
}
.pbmit-ihbox-style-4 .pbmit-element-heading{
    font-size: 16px;
}
.pbmit-ihbox-style-4 .pbmit-heading-desc{
    margin-top: 40px;
    margin-bottom: 30px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn a{
    display: block;
    padding: 16px 40px;
    font-size: 14px;
    border:1px solid var(--pbmit-global-color);
    text-align: center;
    color: #fff;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-btn a:hover{
    background-color:var(--pbmit-global-color) ;
}
.pbmit-ihbox-style-4 .pbmit-icon-type-svg img,
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper svg{
	height: 50px;
    width: 50px;
}
.pbmit-ihbox-style-4 .pbmit-ihbox-svg-wrapper{
    margin-right: 10px;
}
/** Style 5 **/
.pbmit-ihbox-style-5 {
    margin-bottom: 10px;
    position: relative;
    height: 100%;
    padding:60px 40px 0 40px;
}
.pbmit-ihbox-style-5 .pbmit-element-title{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #fff;
}
.pbmit-ihbox-style-5 .pbmit-overlay{
  position: absolute;
  opacity: 0.1;
  top: 20px;
  right: 50px;
}
.rtl .pbmit-ihbox-style-5 .pbmit-overlay {
    left: 0;
    right: inherit;
}
.pbmit-ihbox-style-5 .pbmit-overlay .pbmit-ihbox-icon-wrapper{
    font-size: 130px;
    line-height: 130px;
}
.pbmit-ihbox-style-5 .pbmit-icon-type-svg img,
.pbmit-ihbox-style-5 .pbmit-ihbox-svg-wrapper svg{
	height: 42px;
    width: 42px;
}
/** Style 6 **/
.pbmit-ihbox-style-6 .pbmit-element-title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper{
    margin-right: 15px;
}
.rtl .pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper {
    margin-left: 15px;
    margin-right: 0;
}
.pbmit-ihbox-style-6 .pbmit-ihbox-icon-wrapper img{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.pbmit-ihbox-style-6 .pbmit-element-heading{
    margin: 0;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-6 .pbmit-icon-type-svg img,
.pbmit-ihbox-style-6 .pbmit-ihbox-svg-wrapper svg{
	height: 40px;
    width: 40px;
}
/** Style 7 **/
.pbmit-ihbox-style-7{
    width: 150px;
    position: relative;
    display: inline-block;
}
.pbmit-ihbox-style-7 path {
    fill: transparent;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon{
    position: absolute;
    top: 80px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
.pbmit-ihbox-style-7 text {
    fill: var(--pbmit-global-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 19px;
    font-weight: 700;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation:spin 15s linear infinite;
    -moz-animation:spin 15s linear infinite;
    animation:spin 15s linear infinite;
    direction: ltr;
}
.pbmit-ihbox-style-7 .pbmit-icon-type-svg img{
	height: 52px;
    width: 52px;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        }
    }
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        }
    }
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg); transform:rotate(360deg);
        }
    }
/** Style 8 **/
.pbmit-ihbox-style-8 {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-right: none;
}
.contact-section .row > .col-md-4:last-child .pbmit-ihbox-style-8{
    border-right: 1px solid #eee;
}
.pbmit-ihbox-style-8 .pbmit-element-title{
    font-size: 30px;
    line-height: 34px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper{
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 40px;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-8 .pbmit-heading-desc{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: normal;
}
.pbmit-ihbox-style-8 .pbmit-icon-type-svg img,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg{
	height: 90px;
    width: 52px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper{
    margin-bottom: 20px;
}
.owl-carousel .pbmit-ihbox-style-8 .pbmit-icon-type-svg img{
	display: unset;
}
/** Style 9 **/
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-9 .pbmit-element-title,
.pbmit-ihbox-style-9 .pbmit-element-heading,
.pbmit-ihbox-style-9{
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.pbmit-ihbox-style-9:hover .pbmit-element-heading,
.pbmit-ihbox-style-9:hover .pbmit-element-title,
.pbmit-ihbox-style-9:hover .pbmit-ihbox-icon-wrapper{
    color: #fff;
}
.pbmit-ihbox-style-9{
    text-align: center;
    padding: 40px;
    background-color: #fff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    height: 100%;
}
.action-box-wrap > .row .col:nth-child(2n+2) .pbmit-ihbox-style-9{
    background: var(--pbmit-light-color);
}
.action-box-wrap .row .col:nth-child(2n+2) .pbmit-ihbox-style-9:hover,
.pbmit-ihbox-style-9:hover{
    background-color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-element-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-9:hover .pbmit-element-title a, .pbmit-ihbox-style-9 .pbmit-element-title a:hover {
  color: #fff;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 20px;
    color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper img {
  max-width: 100%;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper:hover{
    color: #fff;
}

/*----------------------------------------*/
/*  02 - Team Member
/*----------------------------------------*/
/** Style 1 **/
.pbmit-team-style-1.pbminfotech-ele-team{
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 0px;
}
.pbmit-team-style-1 .pbminfotech-overlay-box,
.pbmit-team-style-1 .pbminfotech-team-wrap,
.pbmit-team-style-1 .pbminfotech-box-social-links{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.pbmit-team-style-1 .pbminfotech-post-item{
    position: relative;
    height:380px;
}
.pbmit-team-style-1 .pbminfotech-team-wrap{
    background: #fff;
    padding: 30px;
    text-align: center;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img{
   border-radius: 50%;
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}
.pbmit-team-style-1  .pbmit-social-links.pbmit-team-social-links {
    display: flex;
    flex-direction: row;
}
.pbmit-team-style-1 .pbmit-team-social-links li {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
}
.pbmit-team-style-1 .pbmit-team-social-links li a {
    background-color: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 13px;
}
.pbmit-team-style-1 .pbmit-team-social-links li a:hover{
    color: #fff;
}
.pbmit-team-style-1 .pbmit-team-social-links li.pbmit-social-facebook a{
    background-color: #3B5998;
}
.pbmit-team-style-1 .pbmit-team-social-links li.pbmit-social-twitter a{
    background-color: #55ACEE;
}
.pbmit-team-style-1 .pbmit-team-social-links li.pbmit-social-linkedin a{
    background-color: #007bb5;
}
.pbmit-team-style-1 .pbmit-team-social-links li.pbmit-social-youtube a{
    background-color: #bb0000;
}
.pbmit-team-style-1 .pbmit-team-social-links li.pbmit-social-instagram a{
    background-color: #125688;
}
.pbmit-team-style-1 .pbmit-team-social-links li.pbmit-social-pinterest a{
    background-color: #cb2027;
}
.pbmit-team-style-1 .pbmit-team-social-links li.pbmit-social-flickr a{
    background-color: #f40083;
}
.pbmit-team-style-1 .pbminfotech-team-image-box {
    position: relative;
}
.pbmit-team-style-1 .pbminfotech-box-content{
    padding: 30px 0 0;
    font-size: 14px;
}
.pbmit-team-style-1 .pbmit-team-content{
    margin-top: 20px;
}
.pbmit-team-style-1:hover .pbminfotech-team-wrap{
    box-shadow: 0px 3px 7px 0px rgba(8, 24, 57, 0.1);
}
.pbmit-team-style-1 .pbminfotech-overlay-box{
    height: 1px;
    visibility: hidden;
    overflow: hidden;
}
.pbmit-team-style-1:hover .pbminfotech-overlay-box{
    height: 165px;
    visibility: visible;
}
.care-bordernone .pbmit-ihbox-style-1:before{
    display: none;
}
.pbmit-team-style-1:hover .pbminfotech-team-wrap {
    box-shadow: 0px 3px 7px 0px rgb(8 24 57 / 10%);
}
.home1-team-members .row > *{
    z-index: 9;
}
.home1-team-members .row > div:nth-child(1),
.home1-team-members .row > div:nth-child(2){
    z-index: 10;
}
/** Style 2 **/
.pbmit-team-style-2.pbminfotech-post-item{
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 0px;
}
.pbmit-team-style-2:hover .pbminfotech-post-item{
    background-color: #081839;
}
.pbmit-team-style-2 .pbminfotech-overlay-box,
.pbmit-team-style-2 .pbminfotech-post-item,
.pbmit-team-style-2 .pbminfotech-box-social-links{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);;
}
.pbmit-team-style-2{
    position: relative;
}
.pbmit-team-style-2 .pbminfotech-post-item{
    border: 1px solid #eee;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
}
.pbmit-team-style-2 .pbmit-featured-wrapper img{
   border-radius: 50%;
}
.pbmit-team-style-2 .pbminfotech-box-content .pbmit-team-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}
.pbmit-team-style-2:hover .pbminfotech-box-content .pbmit-team-title a{
    color: #fff;
}
.pbmit-team-style-2 .pbminfotech-box-team-position{
    color: #1bbde4;
}
.pbmit-team-style-2  .pbmit-social-links.pbmit-team-social-links {
    text-align: center;
}
.pbmit-team-style-2 .pbmit-team-social-links li {
    margin: 0;
    margin-right: 8px;
    display: inline-block;
}
.pbmit-team-style-2 .pbmit-team-social-links li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 13px;
    border: 1px solid rgb(0 0 0 / 6%);
    color: #081839;
}
.pbmit-team-style-2:hover .pbmit-team-social-links li a {
    border: 1px solid rgb(255 255 255 / 6%);
    color: #fff;
}
.pbmit-team-style-2 .pbmit-team-social-links li a:hover {
    color: #fff;
}
.pbmit-team-style-2 .pbmit-team-social-links li a:hover{
    color: #fff;
}
.pbmit-team-style-2 .pbminfotech-box-content{
    padding: 30px 0 0;
    font-size: 14px;
}
.pbmit-team-style-2 .pbmit-team-social-links li:last-child{
    margin-right: 0;
}
/** Style 3 **/
.pbmit-team-style-3{
    position: relative;
}
.pbmit-team-style-3 .pbminfotech-post-item{
    padding: 30px 20px;
    text-align: center;
}
.pbmit-team-style-3 .pbmit-featured-wrapper img{
   border-radius: 50%;
}
.pbmit-team-style-3 .pbminfotech-box-content .pbmit-team-title{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}
.pbmit-team-style-3 .pbminfotech-box-content{
    padding: 30px 0 0;
    font-size: 14px;
}
.pbminfotech-box-team-position {
    color: #1bbde4;
}
.pbmit-team-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.pbmit-team-single .pbmit-team-social-links li {
    margin-right: 0;
    margin-bottom: 10px;
}
.pbmit-team-social-links li {
    display: inline-block;
    margin-right: 10px;
}

/*----------------------------------------*/
/*  03 - Counter
/*----------------------------------------*/
.counter-number {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 10px;
}
.counter-title {
    margin-bottom: 15px;
}
/** Style 1 **/
.counter-style-1 {
     text-align: center;
    }
.counter-style-1 .counter-contents {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0;
}
.counter-style-1 .counter-title {
    font-weight: 300;
    margin-top: 0;
}
/** Style 2 **/
.counter-style-2 .counter-contents {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}
.counter-style-2 .counter-title span {
    color: #fff;
    font-weight: 300;
    margin-top: 0
}
/** Style 3 **/
.counter-style-3 {
    text-align: center;
}
.counter-style-3.counter.last:after {
    display: none;
}
.counter-style-3 .counter-title {
    font-weight: 400;
}
/** Style 4 **/
.counter-style-4 {
    text-align: center;
}
.counter-style-4 .counter-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

/*----------------------------------------*/
/*  04 - Service
/*----------------------------------------*/
/** Style 1 **/
.pbmit-service-style-1 .pbmit-service-btn a,
.pbmit-service-style-1 .pbmit-service-icon-overlay:after,
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
 }
 .pbmit-service-style-1 .pbminfotech-post-item{
    overflow: hidden;
 }
.pbmit-service-style-1 .pbmit-service-icon-overlay {
    position: relative;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
    font-size: 38px;
    position: absolute;
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align:center;
    box-shadow: 0px 5px 35px 0px rgba(69, 80, 107, 0.09);
    top: 87%;
    left: 75%;
    background: #fff;
    border-radius: 50%;
    transform: translate(0%, 0%);
    z-index: 2;
    color: #081839;
}
.rtl .pbmit-service-style-1 .pbmit-service-icon-wrapper {
    left: inherit;
    right: 75%;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
    width: 38px !important;
    display: unset;
}
.pbmit-service-style-1 .pbmit-service-icon-overlay:after {
    position: absolute;
    opacity: 0.0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: var(--pbmit-global-color);
    text-align: left;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.pbmit-service-style-1:hover .pbmit-service-icon-wrapper{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    box-shadow: 0px 0 0 0px rgba(69, 80, 107, 0.1);
    background: transparent;
    font-size: 60px;
    color: #fff;
}
.rtl .pbmit-service-style-1:hover .pbmit-service-icon-wrapper {
    left: inherit;
    right: 50%;
    transform: translate(50%, -50%);
}
.pbmit-service-style-1:hover .pbmit-service-icon-overlay:after{
    opacity: 0.8;
}
.pbmit-service-style-1 .pbminfotech-box-content{
    padding: 30px;
    background: #fff;
    font-size: 14px;
    border-right: 1px solid #e6f1f7;
    border-bottom: 1px solid #e6f1f7;
    color: #333;
}
.rtl .pbmit-service-style-1 .pbminfotech-box-content {
    border-right: none;
    border-left: 1px solid #e6f1f7;
}
.pbmit-service-style-1 .pbmit-service-btn a{
    background: #fff;
    border-radius: 0;
    color: #333;
    padding: 16px 40px;
    padding-left: 0;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
.rtl .pbmit-service-style-1 .pbmit-service-btn a {
    padding-left: 40px;
    padding-right: 0;
}
.pbmit-service-style-1 .pbmit-service-btn a i{
    margin-left: 15px;
    font-size: 15px;
    vertical-align: middle;
}
.rtl .pbmit-service-style-1 .pbmit-service-btn a i {
    margin-left: 0;
    margin-right: 15px;
}
.pbmit-service-style-1:hover .pbmit-service-btn a{
    padding-left: 40px;
    color: #fff;
    background-color: var(--pbmit-global-color);
}
/** Style 2 **/
.pbmit-service-style-2 .pbmit-service-title a,
.pbmit-service-style-2 .pbmit-service-content,
.pbmit-service-style-2 .pbminfotech-post-item{
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
 }
.pbmit-service-style-2 .pbminfotech-post-item{
    padding:15px;
    background: #fff;
    text-align: center;
}
.pbmit-service-style-2 .pbminfotech-post-item:hover{
    background-color: var(--pbmit-global-color);
}
.pbmit-service-style-2 .pbmit-featured-wrapper{
    margin-bottom: 10px;
}
.pbmit-service-style-2 .pbmit-service-title{
    line-height: 1.5;
    margin-bottom: 0;
}
.pbmit-service-style-2 .pbmit-service-content{
    font-size: 17px;
}
.pbmit-service-style-2:hover .pbmit-service-title a,
.pbmit-service-style-2:hover .pbmit-service-content{
    color: #fff;
}
/** Style 3 **/
.service-style-3 {
    text-align: center;
    color: #fff;
}
.service-style-3 .service-content {
    padding: 35px 25px;
    padding-bottom: 15px;
    text-align: center;
}
.service-style-3 .service-box-icon {
    color: #fff;
}
.service-style-3 .service-box-icon i:before {
    font-size: 60px;
    line-height: 60px;
}
.service-style-3 .service-title h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    margin: 12px 0 15px 0;
}
/** Style 4 **/
.service-style-4 .service-content {
    padding: 20px 30px;
    background-color: #f6faff;
}
.service-style-4 .box-category a {
    text-transform: uppercase;
    font-size: 12px;
}
.service-style-4 h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

/*----------------------------------------*/
/*  05 - Projects
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 .pbminfotech-post-content{
    position: relative;
    overflow: hidden;
}
.pbmit-portfolio-style-1 img {
    width: 100%;
    height: auto;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: 3;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}
.rtl .pbmit-portfolio-style-1 .pbminfotech-box-content {
    left: inherit;
    right: 20px;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title{
    margin-bottom: 0;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-port-cat a,
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title a{
    color: #fff;
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
    visibility: visible;
    opacity: 1;
    left: 50px;
}
.rtl .pbmit-portfolio-style-1:hover .pbminfotech-box-content {
    left: inherit;
    right: 50px;
}
.pbmit-portfolio-style-1 .pbminfotech-post-content:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--pbmit-global-color);
    overflow: hidden;
    width: 90%;
    height: 90%;
    margin: 5%;
    content: '';
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
}
.pbmit-portfolio-style-1 .pbminfotech-icon-box a{
    color: #081839;
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
    background: #fff;
    display: inline-block;
    text-align: center;
}
.pbmit-portfolio-style-1 .pbminfotech-icon-box {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 40%;
    z-index: 2;
    visibility: hidden;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.rtl .pbmit-portfolio-style-1 .pbminfotech-icon-box {
    left: 3%;
    right: inherit;
}
.pbmit-portfolio-style-1:hover .pbminfotech-post-content:after{
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.8;
}
.pbmit-portfolio-style-1:hover .pbminfotech-icon-box{
    opacity: 1;
    visibility: visible;
    right: 5%;
}
.rtl .pbmit-portfolio-style-1:hover .pbminfotech-icon-box {
    left: 5%;
    right: inherit;
}
/** Style 2 **/
.pbmit-portfolio-style-2 .pbmit-image-wrapper {
    padding-bottom: 50px;
}
.pbmit-portfolio-style-2 .pbmit-image-wrapper img{
    border-radius: 6px;
}
.pbmit-portfolio-style-2 .pbmit-content-wrapper {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 30px;
    background: #fff;
    margin: 0 30px;
    padding: 25px 25px;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.pbmit-portfolio-style-2:hover .pbmit-content-wrapper{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.pbmit-portfolio-style-2:hover .pbminfotech-post-item {
    position: relative;
}
.pbmit-portfolio-style-2 h3.pbmit-portfolio-title {
    line-height: 26px;
    font-size: 22px;
    margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-port-cat {
    margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbmit-link-icon a{
    position: absolute;
    top: -25px;
    right: -20px;
    font-size: 23px;
    background-color:var(--pbmit-global-color);
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
    padding-right: 15px;
    color: #fff;
}
.rtl .pbmit-portfolio-style-2 .pbmit-link-icon a {
    left: -20px;
    right: inherit;
    padding-left: 15px;
    padding-right: 0;
    color:var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbmit-content-wrapper{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

/*----------------------------------------*/
/*  06 - Blog
/*----------------------------------------*/
.blog-box .blog-entry-meta {
    margin-bottom: 20px;
    color: #7884ac;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}
.blog-box .blog-entry-meta ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.blog-box .blog-entry-meta ul li i {
    margin-right: 5px;
}
.blog-box .blog-entry-meta ul li:last-child {
    margin-right: 0;
}
.blog-box .blog-box-title {
    font-size: 23px;
    font-weight: bold;
    line-height: 33px;
}
.blog-box .blog-desc p {
    margin-bottom: 0;
}
.blog-box .blogbox-footer-commnent a i {
    margin-right: 10px;
}
.blog-box .blog-bottom-meta .link-btn a {
    font-weight: 500;
    padding-right: 22px;
    position: relative;
    display: inline-block;
    color: #031b4e;
    text-transform: uppercase;
    font-size: 14px;
}
.blog-single-detail .blog-entry-meta .blog-date {
    padding-left: 20px;
}
/** Style 1 **/
.pbmit-blog-style-1{
    padding: 0 20px;
}
.pbmit-blog-style-1 .pbminfotech-box-content .pbmit-post-title{
    margin-bottom: 0;
    font-size: 22px;
}
.pbmit-blog-style-1 .pbminfotech-box-desc{
    margin-top: 10px;
}
.pbmit-blog-style-1 .pbminfotech-box-content{
    padding-top: 25px;
}
.pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
.pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line a{
    color: #999;
}
.rtl .pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line:not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
}
.pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line:last-child{
    margin-right: 0;
}
.pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line i{
    margin-right:5px;
    font-size: 15px;
    color:var(--pbmit-global-color);
}
.rtl .pbmit-blog-style-1 .pbmit-meta-container .pbmit-meta-line i {
    margin-left: 5px;
    margin-right: 0;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper{
    overflow: hidden;
}
.pbmit-blog-style-1 .pbmit-featured-wrapper img{
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
    transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.pbmit-blog-style-1:hover .pbmit-featured-wrapper img{
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pbmit-element-blog-style-1.pbminfotech-element-viewtype-row-column.pbminfotech-gap-30px .pbmit-element-posts-wrapper.row .pbmit-ele{
    margin-bottom: 50px;
}
/** Style 2 **/
.pbmit-blog-style-2 .post-item{
    border-top: 1px solid #eeeeee;
    padding: 25px 20px;
}
.pbmit-blog-style-2 .pbminfotech-box-content .pbmit-post-title{
    margin-bottom: 0;
}
.pbmit-blog-style-2 .pbminfotech-box-desc{
    margin-top: 0;
}
.pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
.pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line a{
    color: #999;
}
.rtl .pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line:not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
}
.pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line:last-child{
    margin-right: 0;
}
.pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line i{
    margin-right:5px;
    font-size: 15px;
    color: var(--pbmit-global-color);
}
.rtl .pbmit-blog-style-2 .pbmit-meta-container .pbmit-meta-line i {
    margin-left: 5px;
    margin-right: 0;
}
.pbmit-element-blog-style-2 .multi-columns-row .pbmit-blog-style-2:first-child .post-item{
    border: 0;
    padding-top: 0;
}
/** Style 3 **/
.pbmit-blog-classic-inner .pbmit-post-date{
    position: absolute;
    right: 0;
    top: -40px;
    padding: 9px 20px 9px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.pbmit-blog-classic-inner .pbmit-post-date a{
    color: #fff;
}
.pbmit-blog-classic-inner .pbmit-post-date i{
    margin-right: 5px;
}
.pbmit-blog-meta-top .pbmit-meta {
    margin-right: 15px;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    padding-left: 0;
    display: inline-block;
}
.rtl .pbmit-blog-meta-top .pbmit-meta {
    margin-left: 15px;
    margin-right: 0;
}
article.post{
    margin-bottom: 30px;
    position: relative;
}
.pbmit-blog-meta.pbmit-blog-meta-top{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}
.pbmit-blog-meta.pbmit-blog-meta-top i{
    margin-right: 5px;
    font-size: 15px;
    color: var(--pbmit-global-color);
}
.rtl .pbmit-blog-meta.pbmit-blog-meta-top i {
    margin-left: 5px;
    margin-right: 0;
}
.pbmit-blog-classic .pbmit-blog-classic-inner {
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 50px 50px 40px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 2;
}
.pbmit-blog-classic .pbmit-featured-img-wrap{
    position: relative;
}
.pbmit-blog-classic .pbmit-featured-wrapper img{
    border-radius: 0;
}
.pbmit-entry-content .wp-caption:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-audio-shortcode:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-pullquote:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-media-text:last-child,
.pbmit-blog-classic .pbmit-blog-classic-inner .wp-block-cover.has-background-dim{
    margin-bottom: 25px;
}
.pbmit-no-img.post.sticky{
    padding: 40px 40px 10px 40px;
}
.pbmit-entry-content .gallery{
    margin-bottom: 30px;
}
.pbmit-blog-classic .pbmit-featured-wrapper{
    margin-bottom: 0;
}
.site-main article:last-of-type .pbmit-blog-classic {
    margin-bottom: 0px;
}
.pbmit-blog-classic .pbmit-post-thumbnail{
    margin-bottom: 60px;
}
.pbmit-blog-classic .pbmit-post-title{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 0;
}
.pbmit-blog-classic .pbmit-entry-content{
    margin-top: 20px;
}
.pbmit-blog-classic-inner .pbmit-read-more-link {
    margin-top: 25px;
}
.pbmit-blog-classic-inner .pbmit-read-more-link a{
    font-family: var;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--pbmit-global-color);
    padding: 17px 38px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    color: var(--pbmit-global-color);
}
.pbmit-blog-classic-inner .pbmit-read-more-link a:hover{
    background-color: var(--pbmit-global-color);
    color: #fff;
}
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    font-style: italic;
    padding: 50px 72px;
    position: relative;
    border: none;
    background: transparent;
    margin: 50px 0 40px;
    color: #333666;
    border-radius: 0;
    background: #f5f9fc;
}
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color):after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    width: 4px;
    height: 34%;
}
.rtl .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color):after {
    left: inherit;
    right: 0;
}
.pbmit-blog-classic blockquote .authorOrTitle{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px;
}
.wp-block-quote.is-style-large cite em:before,
blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}
.wp-block-quote.is-style-large cite:before{
    display: none;
}
blockquote.wp-block-quote.is-style-large{
    padding: 40px 48px 50px;
    margin-top: 62px;
    margin-bottom: 30px;
}
blockquote cite, blockquote small {
    display: block;
    font-size: 17px;
    line-height: normal;
    margin-top: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var;
}
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) cite:after,
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) small:after {
    position: absolute;
    content: '"';
    opacity: 0.2;
    font-size: 70px;
    line-height: normal;
    top: -50px;
    right: 0px;
    transform: rotate(180deg);
    font-style: italic;
    font-weight: 700;
    color: #000;
}
.rtl .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) cite:after,
.rtl .pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) small:after {
    left: 0;
    right: inherit;
}
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) cite span:after,
.pbmit-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) small span:after {
    content: ' ';
    width: 70%;
    height: 1px;
    background: #fff;
    opacity: 0.2;
    left: 25%;
    display: inline-block;
    position: static;
    line-height: normal;
    vertical-align: middle;
    margin-left: 15px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    background-color: #fff;
}
.gallery-columns-2 .gallery-item{
    padding: 0 10px;
}
.wp-block-quote.is-style-large cite br{
    display: none;
}

/*----------------------------------------*/
/*  07 - Pricing
/*----------------------------------------*/
/** Style 1 **/
.pbmit-pricing-table-box {
    text-align: center;
    position: relative;
}
.pbmit-heading-subheading.center-align {
    text-align: center;
}
.pbmit-pricing-table-box {
    border: 1px solid #eeeeee;
    border-right: 0;
}
.pbmit-ptable-cols.row .pbmit-ptable-col:last-child .pbmit-pricing-table-box {
    border-right: 1px solid #eeeeee;
}
.pbmit-pricing-table-box .pbmit-ptable-icon,
.pbmit-ptable-svg{
    font-size: 40px;
    line-height: 85px;
    margin: 0 auto;
    top: -45px;
    width: 85px;
    height: 85px;
    border: 1px solid #dfe0e0;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbmit-ptable-icon{
    border-color: #fff;
}
.pbmit-pricing-table-box .pbminfotech-ptable-heading{
    font-size: 24px;
    line-height: 26px;
    padding-top: 50px;
    padding-bottom: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    background-color: #081839;
}
.pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-heading{
    background-color: var(--pbmit-global-color);
}
.pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-price-w{
    color: var(--pbmit-global-color);
}
.pbmit-pricing-table-box .pbminfotech-ptable-price-w{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-family:var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #081839;
}
.pbmit-pricing-table-box .pbminfotech-ptable-price {
    font-size: 84px;
    line-height: 84px;
    font-weight: 500;
    color: var(--pbmit-blackish-color)
}
.pbmit-pricing-table-box .pbminfotech-ptable-price sup {
    top: -27px;
    font-size: 36px;
    line-height: 36px;
    left: 10px;
}
.pbmit-pricing-table-box .pbmit-ptable-lines-w {
    padding-top: 15px;
    margin-top: 0;
}
.pbmit-ptable-btn a:hover{
    color: #fff;
}
.pbmit-pricing-table-box .pbmit-ptable-btn {
    padding-top: 20px;
    padding-bottom: 50px;
}
.pbmit-pricing-table-featured-col .pbmit-pricing-table-box .pbminfotech-ptable-price{
    color: var(--pbmit-global-color);
}
.pbmit-pricing-table-featured-col .pbmit-ptable-btn a{
    background-color:var(--pbmit-global-color) ;
}
.pbmit-ptable-btn a:hover {
    background-color:var(--pbmit-global-color);
}
.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-ptable-btn a:hover{
    background:#081839;
}
.pbmit-pricing-table-box .pbminfotech-sep {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}
.pbmit-pricing-table-box .pbminfotech-ptable-frequency {
    position: absolute;
    bottom: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-left: 6px;
    color: #333666;
    right: -14px;
}
.pbmit-pricing-table-box .pbminfotech-ptable-symbol,
.pbmit-pricing-table-box .pbminfotech-ptable-price {
    display: inline-block;
}
.pbmit-pricing-table-box .pbminfotech-ptable-symbol {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
}
.pbmit-pricing-table-box .pbminfotech-ptable-desc{
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    min-height: 40px;
    color: var(--pbmit-global-color);
}
.pbmit-pricing-table-box .pbmit-ptable-line {
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}
.pbmit-pricing-table-box .pbmit-ptable-line i{
    margin-right: 5px;
     color: #081839;
}
.rtl .pbmit-pricing-table-box .pbmit-ptable-line i {
    margin-left: 5px;
    margin-right: 0;
}
.pbmit-ptable-btn a{
    padding: 16px 40px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
    background-color: #081839;
}
.pbmit-pricing-table-box .pbmit-ptable-line i.fa-times{
    color: red;
}
.pbminfotech-ele-pricing-table .pbmit-icon-type-svg img,
.pbminfotech-ele-pricing-table .pbmit-ptable-svg-wrapper svg{
	height: 40px;
    width: 40px;
    margin-top: -7px;
}
.pbmit-pricing-table-box .pbmit-ptable-icon{
	color: #1bbde4;
}

/*----------------------------------------*/
/*  08 - Testimonial
/*----------------------------------------*/
/** Style 1 **/
.pbmit-testimonial-style-1{
    position: relative;
    padding-left: 0;
}
.owl-carousel .owl-item .pbmit-testimonial-style-1 img,
.pbmit-testimonial-style-1 .pbminfotech-box-img img{
    border-radius: 50%;
    height: 110px;
    width: 110px;
    display: inline-block;
}
.pbmit-testimonial-style-1 .pbminfotech-box-author {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings{
    font-size: 15px;
    margin-bottom: 30px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.pbmit-testimonial-style-1 blockquote{
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-weight: 600;
    color: #202426;
}
.pbmit-bg-color-blackish .pbmit-testimonial-style-1 .pbminfotech-box-title,
.pbmit-bg-color-blackish .pbmit-testimonial-style-1 blockquote{
    color: #fff;
}
.pbmit-testimonial-style-1 .pbminfotech-box-img{
    padding-right: 15px;
    min-width: 160px;
    text-align: center;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc{
    position: relative;
    border-radius: 6px;
    background: #fff;
    padding: 30px;
    padding-bottom: 25px;
    margin-left: 5px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc:before {
    content: '';
    border: 12px solid transparent;
    position: absolute;
    top: 50px;
    left: -12px;
    transform: translateY(-50%);
    border-left: none;
    border-left-color: #fff;
    border-right-color: #fff;
}
.pbmit-testimonial-style-1:after {
    position: absolute;
    content: '"';
    font-size: 60px;
    line-height: 80px;
    bottom: 10px;
    right: 30px;
    color: #202426;
    opacity: 0.1;
    font-family: "pbminfotech-base-icons";
    content: '\e80d';
    transform: rotate(180deg);
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings{
    margin-left: auto !important;
    margin-top: 15px;
    margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i{
    color: #202426;
    font-size: 18px;
}
.pbmit-element-testimonial-style-1.pbminfotech-element-viewtype-carousel .pbmit-carousel-navs{
    position: relative;
}
.pbmit-element-testimonial-style-1.pbminfotech-element-viewtype-carousel .pbmit-element-posts-wrapper{
    margin-top: 40px;
}
.pbmit-element-testimonial-style-1 .pbmit-heading-subheading .pbmit-element-title{
    font-size: 34px;
    line-height: 44px
}
/** Style 2 **/
.pbmit-testimonial-style-2 .pbmit-featured-wrapper{
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.rtl .pbmit-testimonial-style-2 .pbmit-featured-wrapper {
    margin-left: 15px;
    margin-right: 0;
}
.pbmit-testimonial-style-2 .pbmit-featured-wrapper img{
    border-radius: 50%;
    border: 3px solid  var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 .pbminfotech-box-title{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0px;
    color: var(--pbmit-global-color);
}
.pbmit-testimonial-style-2 blockquote{
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: italic;
    font-weight: normal;
    color: #333 !important;
}
.pbmit-testimonial-style-2 .pbminfotech-box-desc{
    padding: 40px 35px;
    background: #fff;
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper{
    padding:25px 40px;
    position: relative;
    background: #f5f9fc;
    background-color: #ebeef3;
}
.pbmit-testimonial-style-2 .pbminfotech-author-wrapper:before {
    position: absolute;
    font-size: 90px;
    font-weight: normal;
    line-height: 90px;
    top: 25px;
    right: 30px;
    content: '"';
    color: #e5e9ed;
}
.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail{
    font-style: italic;
    color: #333 !important;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings{
    font-size: 13px;
    margin-bottom: 15px;
}
.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active{
    color: #ffc002;
}
/** Style 3 **/
.pbmit-testimonial-style-3 .pbminfotech-post-item{
    padding: 0 130px;
    text-align: center;
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
    border-radius: 50%;
    border: 4px solid  var(--pbmit-global-color);
    width: 105px;
    height: 105px;
}
.owl-carousel .pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
    width: 105px;
    height: 105px;
    display: inline-block;
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper{
    margin-bottom: 30px;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 3px;
    color:var(--pbmit-global-color);
}
h4.pbmit-element-subtitle{
    color:  var(--pbmit-global-color);
}
.pbmit-testimonial-style-3 blockquote{
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    font-family:var(--pbmit-body-typography-font-family);
    background: transparent;
    font-style: italic;
    font-weight: normal;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active{
    color: #ffc002;
}
.pbmit-testimonial-style-3 .pbminfotech-box-author{
    margin-top: 25px;
}
.pbmit-element-testimonial-style-3.pbminfotech-element-viewtype-carousel .pbmit-carousel-navs{
    display: none;
}
/*----------------------------------------*/
/** Testimonialbox  **/
/*----------------------------------------*/
/** Style 2 **/
.testimonialbox-style-2 {
    position: relative;
    padding-top: 50px;
}
.testimonialbox-style-2:after {
    position: absolute;
    font-family: "Doctery-icons";
    content: "\f10e";
    font-size: 50px;
    line-height: 50px;
    top: 0px;
    left: 4px;
    text-align: center;
    color: #fff;
    opacity: .7;
}
.testimonialbox-style-2 .testimonialbox-desc {
    margin-bottom: 15px;
}
.testimonialbox-style-2 .testimonialbox-desc blockquote {
    padding: 0;
    font-size: 17px;
    font-style: italic;
    line-height: 27px;
    font-weight: 300;
    color: #fff;
}
.testimonialbox-style-2 .testimonialbox-wrap {
    position: relative;
    padding-left: 0;
    text-align: left;
    display: inline-block;
}
.testimonialbox-style-2 .testimonialbox-thumbnail {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px 0 10px;
    display: inline-block;
}
.testimonialbox-style-2 .testimonialbox-thumbnail img {
    width: auto;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}
.testimonialbox-style-2 .author-name {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.testimonialbox-style-2 span {
    color: #fff;
}

/*----------------------------------------*/
/*  09 - Header
/*----------------------------------------*/
/** Header Style 1 **/
.header-style-1 .pre-header{
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.header-style-1 .site-header-menu{
    min-height: 120px;
    position: relative;
}

.pre-header .pbmit-contact-info li{
    color: var(--pbmit-blackish-color);
}
.pre-header .pbmit-contact-info i{
    font-size: 16px;
}
.pre-header ul.nav.pbmit-link {
    margin-right: 10px;
}
/** Header style 2 **/
.header-style-2 .site-branding {
    height: 130px;
    display: table;
    vertical-align: middle;
}
.header-style-2 .site-branding a {
    display: table-cell;
    vertical-align: middle;
}
.header-style-2 .pbmit-header-info-inner .pbmit-header-box {
     display: inherit;
}
.header-style-2 .pbmit-header-box-icon i{
    color: #90a28c;
    font-size: 30px;
    line-height: 30px;
}
.header-style-2 .pbmit-header-box{
    margin-left: 20px;
}
body.rtl .header-style-2 .pbmit-header-box{
    margin-left: inherit;
    margin-right: 20px;
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
}
body.rtl .header-style-2 .pbmit-header-box.border-end {
    border-right: 0 !important;
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.header-style-2 .pbmit-header-box span{
    display: block;
}
body.rtl .pbmit-header-box-content-wrap.ms-2 {
    margin-left: 0 !important;
    margin-right: .5rem !important;
	text-align:right;
}
.header-style-2 .pbmit-header-box-title {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #222;
}
.header-style-2 .pbmit-header-box-content{
    font-family: var(--pbmit-heading-typography-font-family);
    color: var(--pbmit-global-color);
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
}
.header-style-2 .pbmit-header-social-wrapper{
    margin-left: 40px;
}
.header-style-2 .pbmit-header-social-wrapper li {
    display: inline-block;
    margin: 0 5px;
}
.header-style-2 .pbmit-header-social-wrapper li a {
    color: #fff;
    background-color: #000;
    padding: 15px 15px;
    font-size: 14px;
    display: inline-block;
}
.header-style-2 .pbmit-header-social-wrapper li.pbmit-social-facebook a {
    background-color: #3B5998;
}
.header-style-2 .pbmit-header-social-wrapper li.pbmit-social-twitter a {
    background-color: #55ACEE;
}
.header-style-2 .pbmit-header-social-wrapper li.pbmit-social-linkedin a {
    background-color: #007bb5;
}
.header-style-2 .pbmit-header-social-wrapper li.pbmit-social-youtube a {
    background-color: #b00;
}

.header-style-2 .site-header-menu{
    position: relative;
    z-index: 6;
    background-color: #11065B;
}
.site-header .site-navigation ul.navigation > li.active > a{
    color: var(--pbmit-global-color);
}
/** Header style 3 **/
.header-style-3 .pbmit-header-overlay {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.header-style-3 .pbmit-header-bg {
    background-image: url(../images/bg/overlay-header-bg.png);
    background-repeat: repeat-x;
}
.header-style-3 .pre-header{
    border: none;
}
.header-style-3 .site-branding{
    margin-right: 60px;
}

/*----------------------------------------*/
/*  10 - Footer
/*----------------------------------------*/
.footer {
    background-color: #11065B;
    color: #fff;
    font-size: 13px;
    background-image: url(../images/bg/footer-bg-pattern.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    background-attachment: scroll;
}
.footer a{
    color: #fff;
}
.pbmit-footer-big-area{
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.pbmit-footer-contact-info-inner i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 15px;
    font-size: 34px;
    border-radius: 50% 50%;
    color: #fff;
    font-weight: 400;
    background: var(--pbmit-global-color);
}
.pbmit-footer-big-area .pbmit-footer-contact-info-wrap {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: none;
}
.pbmit-footer-big-area .pbmit-footer-contact-info-wrap {
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
}
.pbmit-footer-contact-info-inner .pbmit-label {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: var(--pbmit-body-typography-font-family);
}
.site-footer .widget {
    padding: 40px 0;
    font-size: 13px;
    position: relative;
    color: #fff;
}
.site-footer .pbmit-two-widget{
    padding: 0 50px;
    position: relative;
    overflow: hidden;
}
.site-footer .pbmit-two-widget:before,
.site-footer .pbmit-two-widget:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgb(255 255 255 / 10%);
}
.footer-social-links:before{
    content: "";
    position: absolute;
    width: 200%;
    height: 1px;
    left: -20%;
    top: 0;
    background-color: rgb(255 255 255 / 10%);
}
.pbmit-two-widget .form-control{
    padding: 22px 20px;
}
.site-footer .pbmit-two-widget:before{
    right: inherit;
    left: 0;
}
.site-footer .widget .widget-title{
    color: #fff;
    margin-bottom: 40px;
    margin-top: 24px;
}
.footer ul li {
    padding-bottom: 15px;
}
.footer .footer-link-list li a {
    color: #fff;
    padding-left: 18px;
    position: relative;
    font-family: var(--pbmit-body-typography-font-family);
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
}
body.rtl .footer .footer-link-list li a {
  padding-left: inherit;
  padding-right: 18px;
}
.footer .footer-link-list li a:before {
    font-family: "pbminfotech-base-icons";
    content: "\e814";
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 16px;
}
body.rtl .footer .footer-link-list li a:before {
  left: inherit;
  right: 0;
  top: 7px;
  transform: rotate(180deg);
}
.footer .footer-link-list li a:hover{
    color: #fff;
}
.footer .footer-link-list li a:after {
  display: none;
}
.pbmit-footer-text-area {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 30px 0;
}
ul.pbmit-timelist-list li {
    padding: 12px 0;
}
ul.pbmit-timelist-list li i {
  margin-right: 5px;
}
ul.pbmit-timelist-list li:first-child{
    padding-top: 0;
}
ul.pbmit-timelist-list .pbmit-timelist-li-value {
    float: right;
}
ul.pbmit-timelist-list .pbmit-timelist-li-title{
    color: var(--pbmit-global-color);
}
.footer-social-links .pbmit-social-links li a {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    text-align: center;
    font-size: 16px;
}

/*----------------------------------------*/
/*  11 - Title Bar
/*----------------------------------------*/
.pbmit-title-bar-wrapper {
    background-color: #f6f6f6;
    background-image: url(../images/bg/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}
.pbmit-title-bar-wrapper:after {
  background: #90A28C;
  background: linear-gradient(90deg, rgba(144, 162, 140, 1) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 100%;
}
.pbmit-title-bar-content {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    padding: 64px 0;
    min-height: 300px;
    text-align: center;
}
.pbmit-title-bar-content .pbmit-tbar-inner {
    max-width: none;
    padding: 0;
}
.pbmit-title-bar-content .pbmit-tbar-title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-transform: none;
    font-style: normal;
}
.pbmit-breadcrumb,
.pbmit-breadcrumb a {
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 13px;
    color: #fff;
    font-style: normal;
}
.pbmit-breadcrumb-inner .sep {
    margin: 0 8px;
}

/*----------------------------------------*/
/*  12 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
     position: relative;
}
.overlap-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.overlap-img,
.overlap-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.overlap-left {
     margin-left: -500px;
}
.overlap-right {
    margin-right: -500px;
    width: auto;
    left: 0;
    right: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.content-element-text {
    position: relative;
    z-index: 99;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 30px;
    }

/*----------------------------------------*/
/*  13 - Progress Bar
/*----------------------------------------*/
.progressbar{
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 10px;
}
.progressbar .progress-label{
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: var(--pbmit-heading-font-variant);
    color: var(--pbmit-heading-color);
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
}
.progress{
    overflow: visible;
    background-color: #e6e6e6;
    height: 0.3rem;
    border-radius: 0;
}
.progress .progress-bar {
    position: relative;
    overflow: visible;
    border-radius: 0;
    background: var(--pbmit-global-color);
}
.progress.progress-percent-bg .progress-percent {
    line-height: 16px;
    position: absolute;
    right: -15px;
    top: -35px;
    font-size: 14px;
    padding: 4px 7px;
    background: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
}

/*----------------------------------------*/
/*  14 - Accordion
/*----------------------------------------*/
.accordion{
    background: none;
    border-radius: 0;
}
.accordion-item{
    padding-bottom: 15px;
    border: none;
    background: none;
    border-radius: 0;
    color: #333;
}
.accordion-button {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    color: var(--pbmit-heading-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.accordion-button::after{
    display: none;
}
.accordion-button:focus{
    box-shadow: none;
    border-color: #d4d4d4;
}
.accordion-button:not(.collapsed) {
    color: var(--pbmit-global-color);
    background: none;
    box-shadow: none;
}
.accordion-body{
    padding: 25px 30px 0 65px;
}
.accordion-button span {
    display: inline-block;
    background: #fff;
    padding: 4px 15px;
    border: 1px solid #dddddd;
    border-bottom: none;
    font-size: 18px;
    margin-right: 15px;
}
.accordion-button:not(.collapsed) span{
    color: #fff;
    border-color: var(--pbmit-global-color);
    background: var(--pbmit-global-color);
}

/*----------------------------------------*/
/*  15 - Tab
/*----------------------------------------*/
body .nav-tabs{
    border: none;
}
.nav-justified .nav-item{
    margin: 0;
}
.nav-tabs .nav-link{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-right: none;
    display: block;
    padding: 40px 30px;
    text-align: center;
    border-radius: 0;
}
.nav-tabs .nav-link i{
    color: var(--pbmit-global-color);
    font-size: 45px;
    margin-bottom: 0;
}
.nav-tabs .nav-link span{
    font-size: 16px;
    font-weight: 700;
    color: var(--pbmit-heading-color);
    font-family: var(--pbmit-heading-typography-font-family);
    display: block;
    padding-top: 10px;
    min-height: 60px;
}
.nav-tabs .nav-item:last-child .nav-link{
    border-right: 1px solid #e5e5e5;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    border-color: var(--pbmit-global-color);
    background: var(--pbmit-global-color);
}
.nav-tabs .nav-item.show .nav-link i,
.nav-tabs .nav-link.active i,
.nav-tabs .nav-item.show .nav-link span,
.nav-tabs .nav-link.active span{
    color: #fff;
}
.tab-content{
  margin-top: 15px;
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e5e5e5;
}

/*----------------------------------------*/
/*  16 - Circle Progress
/*----------------------------------------*/
.db-circle-overlay {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center
}
.db-fidbox-style-2 .db-circle-w {
    position: relative;
    text-align: center
}
.db-fidbox-style-2 .db-fid-title {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0
}
.db-fidbox-style-2 .db-circle-number sub,
.db-fidbox-style-2 .db-circle-number {
    font-size: 20px;
    color: #fff;
    font-weight: bold
}
.db-fidbox-style-2 .db-circle-number sub {
    bottom: 0
}
.db-fidbox-style-1 .db-fid-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0
}
.db-fidbox-style-1 .db-fid-title-w,
.db-fidbox-style-1 .db-circle-w {
    display: inline-block
}
.db-fidbox-style-1 .db-fid-title-w {
    width: 43%;
    margin-left: 12px
}
.db-fidbox-style-1 .db-circle-w {
    width: 122px;
    position: relative;
    vertical-align: top
}
.db-fidbox-style-1 .db-circle-number sub,
.db-fidbox-style-1 .db-circle-number {
    font-size: 20px;
    font-weight: bold
}
.db-fidbox-style-1 .db-circle-number sub {
    bottom: 0
}
.db-fidbox-style-1 .db-fid-title-w {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}
.db-fidbox-style-1 .db-fid-title-w h3 {
    margin-bottom: 0
}
.db-circle canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
.db-circle canvas {
    max-width: 100%;
    height: auto !important
}
.db-overlap-row {
    position: relative;
    z-index: 1
}
.db-overlap-row-section {
    position: relative;
    z-index: 2
}

/*----------------------------------------*/
/*  17 - Static-box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-element-static-box-style-1 .pbmit-ihbox-icon-wrapper,
.pbmit-static-box-style-1 .pbmit-contentbox-des,
.pbmit-static-box-style-1 .pbminfotech-static-box-desc{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row{
    margin-left: 0;
    margin-right: 0;
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.pbmit-static-box-style-1 .pbmit-contentbox {
    padding: 45px 40px;
    overflow: hidden;
    max-height: 275px;
    position: relative;
}
.pbmit-static-box-style-1 .pbmit-contentbox h4{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    padding-right:30% ;
}
.rtl .pbmit-static-box-style-1 .pbmit-contentbox h4 {
    padding-left: 30%;
    padding-right: 0;
}
.pbminfotech-box-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pbmit-static-box-style-1 .d-flex{
    background-color: var(--pbmit-blackish-color);
}
.pbmit-static-box-style-1.global-bg-color .d-flex{
    background: var(--pbmit-global-color);
}
.pbmit-static-box-style-1 .d-flex > div{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}
.pbmit-static-box-style-1 .pbmit-ihbox-icon-overlay{
    position: absolute;
    top: 30px;
    right: -20%;
    font-size: 120px;
    line-height: 120px;
    color: rgba(255, 255, 255, 0.2);
}
.pbmit-static-box-style-1 .pbmit-contentbox-des .pbmit-ihbox-icon-wrapper{
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 55px;
    color: #fff;
    transform: translateY(0);
}
.pbmit-static-box-style-1:hover .pbmit-contentbox-des{
    transform: translateY(-35%);
}
.pbmit-static-box-style-1 .pbmit-contentbox-wrap .pbminfotech-static-box-desc {
    color: rgba(255, 255, 255, 0.88);
}
.pbmit-element-static-box-style-1 .pbminfotech-box-title{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.pbmit-static-box-style-1 .pbminfotech-static-box-desc{
    padding-top: 10px;
    padding-bottom: 15px;
    opacity: 0;
    visibility: hidden;
}
.pbmit-static-box-style-1:hover .pbminfotech-static-box-desc {
    opacity: 1;
    visibility: visible;
}
.pbmit-static-box-style-1 .button-link {
    color: #fff;
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 17px;
    text-decoration: underline;
}
.pbmit-static-box-blue .pbmit-static-box-style-1 .d-flex{
    background-color: #0b31ae;
}
.pbmit-static-box-reverse .pbmit-static-box-style-1 .d-flex{
    flex-direction: row-reverse;
}
.pbmit-static-box-reverse .pbmit-static-box-style-1 .d-flex .pbmit-imgbox{
    text-align: right;
}
.pbmit-static-box-style-1.blue-bg-color .d-flex{
    flex-direction: row-reverse;
}
/** Style 2 **/
.pbmit-static-box-style-2 .pbmit-contentbox {
    padding: 30px;
    background-color: var(--pbmit-global-color);
    margin-top: -30px;
    width: calc(100% - 60px);
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
}
.pbmit-static-box-style-2 .pbmit-contentbox h4{
    color: #fff;
}
.pbmit-static-box-style-2 .pbmit-contentbox .pbminfotech-static-box-desc{
    color: rgba(255, 255, 255, 0.88);
}

/*----------------------------------------*/
/*  18 - Client
/*----------------------------------------*/
/** Style 1 **/
.pbmit-client-style-1{
    text-align: center;
}
.pbmit-element-client-style-1 .pbmit-heading-subheading .pbmit-element-title{
    font-size: 18px;
    line-height: 28px;
    color: #202426 !important;
}
.pbmit-element-client-style-1 .pbmit-heading-subheading{
    margin-bottom: 30px;
}
.pbmit-client-style-1 .pbmit-client-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
}
.pbmit-hide {
    display: none;
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-featured-wrapper,
.pbmit-client-style-1 .pbmit-client-hover-img{
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.pbmit-client-style-1 .pbmit-client-hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-with-hover-img .pbmit-client-hover-img  {
    transform: translateY(-100%);
}
.pbmit-client-style-1 .pbmit-client-with-hover-img:hover .pbmit-client-hover-img  {
    visibility: visible;
    transform: translateY(0%);
}
.pbmit-client-style-1 .pbmit-client-with-hover-img:hover .pbmit-featured-wrapper{
    transform: translateY(100%);
}

/*----------------------------------------*/
/*  19 - Facts
/*----------------------------------------*/
/** Style 1 **/
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
    margin-bottom: 25px;
    line-height: 24px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner{
    margin-bottom: 0;
    position: relative;
    font-size: 54px;
    line-height: 54px;
    color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-sub sup{
    line-height: normal;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
}
.pbminfotech-ele-fid-style-1 .pbmit-heading-desc{
    font-size: 14px;
    padding-right: 50px;
    color: #333666;
    font-weight: 400;
}
.rtl .pbminfotech-ele-fid-style-1 .pbmit-heading-desc {
    padding-left: 50px;
    padding-right: 0;
}
.pbminfotech-ele-fid .pbmit-icon-type-svg img{
	height: 20px;
    width: 20px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-svg-wrapper svg {
    width: 1em;
    height: 1em;
}
/** Style 2 **/
.pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper{
    font-size: 56px;
    line-height: 56px;
    margin-right: 30px;
    margin-top: 5px;
}
.rtl .pbminfotech-ele-fid-style-2 .pbmit-sbox-icon-wrapper {
    margin-left: 30px;
    margin-right: 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner{
    margin-bottom: 0;
    position: relative;
    font-size: 36px;
    line-height: 36px;
    color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-icon-type-svg img,
.pbminfotech-ele-fid-style-2 .pbmit-fid-svg-wrapper svg{
	height: 56px;
    width: 56px;
    color: #fff;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-svg-wrapper {
    margin-right: 30px;
    margin-top: 5px;
}
/** Style 3 **/
.pbminfotech-ele-fid-style-3 {
    padding: 20px 14px 15px 20px;
}
.pbminfotech-ele-fid-style-3 .pbmit-circle{
    position: relative;
    text-align: center;
}
.pbminfotech-ele-fid-style-3 .pbmit-circle{
    min-height: 106px;
    min-width: 100px;
    margin-right: 38px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-3 .pbmit-circle-inner {
    margin-top: -10px;
}
.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
}
.pbminfotech-ele-fid-style-3 h4.pbmit-fid-inner  {
    font-size: 30px;
    line-height: 30px;
    color:  var(--pbmit-blackish-color);
}
.pbminfotech-ele-fid-style-3 h4.pbmit-fid-inner sup{
    top: -3px;
    position: relative;
    left: 0px;
}
.pbminfotech-ele-fid-style-3 h4.pbmit-fid-inner sub{
    top: -10px;
}
.pbminfotech-ele-fid-style-3-black .pbminfotech-ele-fid-style-3 .pbmit-heading-desc{
    color: #fff;
}
/** Style 4 **/
.pbminfotech-ele-fid-style-4{
    position: relative;
    width: 210px;
    height: 165px;
    padding: 30px;
    overflow: hidden;
}
.pbminfotech-ele-fid-style-4 .pbmit-sbox-icon-wrapper .pbmit-doctery-icon{
    position: absolute;
    content: "";
    top: 35px;
    right: -30px;
    vertical-align: middle;
    font-size: 100px;
    line-height: 100px;
    color: rgb(34 45 53 / 0.1);
}
.rtl .pbminfotech-ele-fid-style-4 .pbmit-sbox-icon-wrapper .pbmit-doctery-icon {
    left: -30px;
    right: inherit;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-title {
    line-height: 20px;
    font-size: 15px;
    font-weight: 400 !important;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner{
    margin-bottom: 0;
    position: relative;
    font-size: 60px;
    line-height: 60px;
    color: var(--pbmit-global-color);
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-sub sup{
    vertical-align: middle;
    font-size: 34px;
    line-height: 34px;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-svg-wrapper svg{
	height: 56px;
    width: 56px;
    position: absolute;
    top: 35px;
    right: 0px;
    fill: rgb(34 45 53 / 0.1);
}

/*----------------------------------------*/
/*  NEW HOME PAGE-1
/*----------------------------------------*/
/** ABOUT **/

.pbmit-heading-subheading h4.pbmit-element-subtitle {
   margin-bottom: 5px;
}
.pbmit-heading-subheading .pbmit-element-subtitle{
   position: relative;
   display: inline-block;
}
.pbmit-heading-subheading .pbmit-element-subtitle:after{
   position: absolute;
   content: "";
   width: 50px;
   height: 1px;
   top: 8px;
   align-items: center;
   margin-left: 10px;
}
.pbmit-heading-subheading .pbmit-element-subtitle {
    font-family: var;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #1bbde4;
    text-transform: none;
    font-style: normal;
}
.pbmit-heading-subheading .pbmit-element-title {
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 42px;
    color: #11065B;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
}

/*----------------------------------------*/
/*  20 - List Gourp
/*----------------------------------------*/
.list-group-borderless .list-group-item {
    border: none;
    color: #8f9397;
    padding: 0.3rem 0;
    background: transparent;
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 18px;
    font-weight: 600;
    color:var(--pbmit-blackish-color);
    display: flex;
    align-items: center;
}
.list-group-borderless .list-group-item i{
    margin-right: 10px;
    color: var(--pbmit-global-color);
}
.list-group.list-group-borderless .list-group-item:hover {
    color: var(--pbmit-global-color)!important;
}

/*----------------------------------------*/
/*  21 - Revolution
/*----------------------------------------*/
/** Slider 01 **/
#rev_slider_1_1_wrapper .hermes .tp-bullet{
    overflow:hidden;
    border-radius:50%;
    width:16px;
    height:16px;
    background-color:rgba(0,0,0,0);
    box-shadow:none;
    -webkit-transition:background 0.3s ease;
    transition:background 0.3s ease;
    position:absolute}
#rev_slider_1_1_wrapper .hermes .tp-bullet.rs-touchhover{
    background-color:rgba(0,0,0,0.21)
}
#rev_slider_1_1_wrapper .hermes .tp-bullet:after{
    content:' ';
    position:absolute;
    bottom:0;
    height:0;
    left:0;
    width:100%;
    background-color:transparent;
    box-shadow:none;
    -webkit-transition:height 0.3s ease;
    transition:height 0.3s ease
}
#rev_slider_1_1_wrapper .hermes .tp-bullet.selected:after{
    height:100%
}
span.rev-stroke{
    color:rgba(255,255,255,0);
    -webkit-text-stroke:1px rgb(255,255,255) !important
}
body .pbmit-slider-area .hermes .tp-bullet.selected:before{
    width:60px
}
body .pbmit-slider-area .hermes .tp-bullet:before{
    content:"";
    height:2px;
    background-color:var(--pbmit-global-color);
    position:absolute;
    right:10px;
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    top:12px; z-index:1;
    width:0
}
body .pbmit-slider-area .hermes .tp-bullet:after{
    content:"0" counter(pbmit-rev-counter) !important;
    counter-increment:pbmit-rev-counter !important;
    position:absolute;
    top:0;
    right:0;
    font-weight:600;
    font-size:13px;
    color:#000;
    -moz-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}
body .pbmit-slider-area .hermes .tp-bullet:hover{
    background:none !important
}
body .pbmit-slider-area .hermes .tp-bullet{
    overflow:inherit !important;
    border-radius:0;
    width:23px !important;
    height:24px !important;
    line-height:24px !important;
    text-align:left;
    background:none;
    box-shadow:none;
    position:relative !important;
    float:left;
    padding-right:40px;
    left:inherit !important;
    display:inline-block;
    width:15px;
    -moz-transition:all .3s ease-in-out !important;
    -webkit-transition:all .3s ease-in-out !important;
    -o-transition:all .3s ease-in-out !important
}
body .header-style-1 .pbmit-slider-area .tp-bullet.selected{
    padding-left:40px
}
body .pbmit-slider-area .hermes .tp-bullet.selected:before{
    width:44px
}
body .pbmit-slider-area .hermes.tp-bullets{
    min-width:250px !important
}
.header-style-1 .pbmit-slider-area {
    position: relative;
    background-color: transparent;
    padding-bottom: 100px;
}
/** Slider 02 **/
#rev_slider_2_1_wrapper .uranus .tp-bullet{
    border-radius:50%;
    box-shadow:0 0 0 2px rgba(255,255,255,0);
    -webkit-transition:box-shadow 0.3s ease;
    transition:box-shadow 0.3s ease;
    background:transparent;
    width:15px;
    height:15px
}
#rev_slider_2_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover{
    box-shadow:0 0 0 2px rgba(255,255,255,1);
    border:none; border-radius:50%;
    background:transparent
}
#rev_slider_2_1_wrapper .uranus .tp-bullet-inner{
    -webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease;
    transition:background-color 0.3s ease,transform 0.3s ease;
    top:0;
    left:0;
    width:100%;
    height:100%;
    outline:none;
    border-radius:50%;
    background-color:rgba(255,255,255,0);
    background-color:rgba(255,255,255,0.3);
    text-indent:-999em;
    cursor:pointer;
    position:absolute
}
#rev_slider_2_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
    transform:scale(0.4);
    -webkit-transform:scale(0.4);
    background-color:rgba(255,255,255,1)
}
.header-style-2 .pbmit-slider-area {
    margin-top: -60px
}
/** Slider 03*/
#rev_slider_3_wrapper span{
    font-weight:700
}
#rev_slider_3_wrapper .uranus .tp-bullet{
    border-radius:50%;
    box-shadow:0 0 0 2px #081839;
    -webkit-transition:box-shadow 0.3s ease;
    transition:box-shadow 0.3s ease;
    background:transparent;
    width:15px;
    height:15px
}
#rev_slider_3_wrapper .uranus .tp-bullet.selected,
#rev_slider_3_wrapper .uranus .tp-bullet.rs-touchhover{
    box-shadow:0 0 0 2px #081839;
    border:none;
    border-radius:50%;
    background:transparent
}
#rev_slider_3_wrapper .uranus .tp-bullet-inner{
    -webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease;
    transition:background-color 0.3s ease,transform 0.3s ease;
    top:0;
    left:0;
    width:100%;
    height:100%;
    outline:none;
    border-radius:50%;
    background-color:#081839;
    background-color:rgba(255,255,255,0);
    text-indent:-999em;
    cursor:pointer;
    position:absolute
}
#rev_slider_3_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_3_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner{
    transform:scale(0.4);
    -webkit-transform:scale(0.4);
    background-color:#081839
}

.pbmit-static-box-style-1.blue-bg-color .d-flex{
    background-color: #0b31ae;
}
.about-us-img{
    max-width: none;
    float: right;
}
.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home1-about-us{
    background-image: url(../images/page-bg.jpg);
    background-color: transparent;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.home1-about-us .list-wrap{
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-bottom: 100px;
}
.home1-care-section,
.home1-service-section{
    background-image: url(../images/bg/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.home1-service-section .swiper-slider{
    margin-bottom: -341px;
}
.home1-team-section{
    padding: 430px 0px 100px 0px;
}
.home1-infosection{
    background: url(../images/bg/bg-03.jpg) no-repeat right 0;
}
.home1-infosection .pbmit-heading-subheading h4.pbmit-subtitle{
    font-size: 24px;
    line-height: 26px;
}
.home1-team-members{
    padding-left: 50px;
}
.home1-team-members .col-md-6:nth-of-type(even) {
    margin-top: 35px;
}
.home1-care-section .row .col-md-4:last-child .pbmit-ihbox-style-1:after{
    display: none;
}
.home1-care-section{
    padding-top: 100px;
    padding-bottom:210px;
}
.care-bordernone{
    margin-top: 20px;
}
.home1-team-section-bg{
    background-image: url(../images/bg/bg-12.png);
    background-repeat: no-repeat;
    background-position: left bottom;
	overflow: hidden;
}
.home1-counter-section .counter-wrapper{
    margin-top: -200px;
    padding: 70px 30px 70px 70px;
    background-color: #fff;
    z-index: 99;
    position: relative;
}
.home1-testimonial-section-bg{
    background-image: url(../images/bg/bg-05.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 252px 0px 70px 0px;
    margin-top: -142px;
	overflow: hidden;
}
.pbmit-blog-style-2:first-child .post-item{
    border: none;
    padding-top: 0;
}
.testimonial-img-move-left {
    position: absolute;
    top: -136px;
    left: -254px;
}
.testimonial-img-move-right {
    position: absolute;
    top: -494px;
    right: -240px;
}
.pbmit-move{
    position: relative;
    transition:transform 0.5s ease;
    animation:imgmove 8s ease-in-out infinite;
    transform-origin:bottom center;
   }
@keyframes imgmove {
    0%,100%{
        transform:translateY(0) translateX(20);
    }
    50%{
        transform:translateY(-25px) translateX(0px);
    }
}

/** Homepage 02 **/
.clinic-bg-color{
    background-color: var(--pbmit-blackish-color);
}
.clinic-content {
    max-width: 500px;
    margin: 100px 0px 90px 80px;
}
.clinic-colum {
    background: url(../images/img-08.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
}
.home2-emergency-section{
    margin-top: -180px;
    z-index: 3;
    position: relative;
  }
.home2-from-section-bg h2{
    font-size: 36px;
    color: var(--pbmit-global-color);
    margin-bottom: 20px;
}
.home2-Emergency-Cases-section-bg{
    background: url(../images/img-07.jpg);
    background-repeat: no-repeat;
}
.home2-from-section-bg{
    background: url(../images/bg/patten-img-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #fff;
    padding: 40px 40px 63px 40px;
}
.home2-about-section-bg {
  background: url(../images/bg/bg-07.png);
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.home2-about-section-bg:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}
.home2-about-section-bg .container {
  position: relative;
  z-index: 1;
}
.home2-about-section-bg .pbmit-heading-subheading {
    margin-bottom: 24px;
}
h4.pbmit-fid-inner .pbmit-blackish-color {
    color: var(--pbmit-blackish-color);
}
.pbmit-global-color h4.pbmit-fid-inner {
    color: var(--pbmit-global-color);
}
.home2-about-section-bg .pbminfotech-ele-fid:nth-child(2){
    background-color: #fff;
}
.home2-services-section-bg{
    background: url(../images/bg/bg-03.png);
    background-repeat: no-repeat;
}
.home2-team-section-bg{
    background: url(../images/bg/bg-14.jpg);
    padding: 50px 0 30px 0;
    background-size: cover;
}
.home2-pricing-section-bg{
    background: url(../images/bg/bg-04.png);
    background-repeat: no-repeat;
}
.home2-faq-section-bg{
    background-image: url(../images/bg/bg-05.png);
    background-repeat: no-repeat;
    background-position: center;
}

.home2-faq-wrap{
    padding-right: 60px;
}
.accordion-wrap{
    padding-left: 60px;
}
.home2-testimonial-section-bg{
    background: url(../images/bg/bg-05-new.jpg);
}
.home2-testimonial-section{
    margin-bottom: -228px;
}
.home2-client-section{
    padding-top: 224px;
    margin-bottom: 56px;
}
.home-2-video-bg {
    background-image: url(../images/bg/bg-13.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 236px;
    left: -50px;
    padding: 100px 30px 46px 20px;
}
 .home-2-video-btn{
    background-color: #fff;
    position: absolute;
    top: 43px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.home-2-video-btn i{
    color: var(--pbmit-global-color);
    line-height: 70px;
    font-size: 16px;
}
.home-2-video-btn:hover{
    background: var(--pbmit-global-color);
}
.home-2-video-btn:hover i{
    color: #fff;
}
.pbmit-ihbox.pbmit-ihbox-style-7 {
    position: absolute;
    top: -74px;
    left: inherit;
    right: 14px;
}
.icon-box-wrapper {
    font-size: 64px;
    color: var(--pbmit-global-color);
}

/** Homepage 03 **/
.home3-testimonial-section-bg{
    background: url(../images/bg/bg-05-new.jpg);
}
.home3-testimonial-section-bg .border-bottom {
    border-bottom: 1px solid #FFFFFF40!important;
}
.home3-Appoinment-section-bg{
    background: url(../images/bg/bg-14.jpg);
}
.pbmit-blog-style-2:first-child .post-item{
    border: none;
}
.home3-tab-section-bg{
    background: url(../images/bg/bg-08.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.home3-team-section-bg {
    background: url(../images/bg/step-counter-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
.home3-tab-content-inner-h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.home-3-about-bottom-section{
    margin-bottom: 210px;
    margin-top: 250px;
    background: url(../images/bg/bg-09.jpg) no-repeat 0 0;
}
.home-3-tab-top-section{
    margin-top: -319px;
}
.home-3-Emergency-section-img{
    margin-top: 50px;
    text-align: center;
}
.home-3-Emergency-section img{
    margin-bottom: -100px;
}
ul.Emergency-timelist-list li {
    padding: 4px 0;
}
.home-3-Emergency-section{
    margin-top: -108px;
    z-index: 2;
    position: relative;
}
.home-3-input-group {
    margin-bottom: 30px;
}
.home3-info-box{
    padding: 100px 0 40px 0;
}
.home-3-about-wrap{
    margin-right: 60px;
}
.overlep-img{
    position: absolute;
    top: inherit;
    bottom: 130px;
    left: inherit;
    right: 20px;
}
.about-img-overly{
    margin-left: 43px;
    margin-bottom: -106px;
}

/*----------------------------------------*/
/*01 - Inner Page
/*----------------------------------------*/
/** 00 - About Us **/
.home-3-about-bottom-section.about-02{
    padding-top: 150px;
    padding-bottom: 0px;
    margin: 0;
}
.action-box{
    padding-top: 100px;
    padding-bottom: 100px;
}
.action-box .home-2-video-btn{
    position: static;
}
.action-box-wrap{
    border: 2px solid var(--pbmit-light-color);
    background: var(--pbmit-light-color);
}
.team-02-section{
    padding-top: 400px;
    padding-bottom: 70px;
}
.home3-team-section-bg.about-us-section{
    padding-top: 200px;
    padding-bottom: 70px;
}
.action-box-wrap .row .col{
    width: 20%;
    flex: 0 0 auto;
}
.services-grid .pbmit-service-style-1 .pbminfotech-box-content{
    border: 1px solid #e6f1f7;
    margin-bottom: 40px;
}
/** 01 - our history**/
.ourhistory-right h3,
.ourhistory-left h3{
    color: var(--pbmit-global-color);
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}
.ourhistory-right {
    padding-bottom: 50px;
    padding-left: 70px;
    position: relative;
}
.ourhistory-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color:#1bbde4;;
    box-sizing: content-box;
}
.ourhistory-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: #dadada;
}
.ourhistory-right h4{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ourhistory-right:last-child:after{
    display: none;
}
.ourhistory-right:last-child{
    padding-bottom: 0;
}

/** 02 - Service Detail **/
.service-sidebar .post-list{
    padding: 35px 30px;
    background-color: var(--pbmit-light-color);
}
.service-sidebar .widget{
    margin-bottom: 30px;
}
.post-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.post-list li{
    border: none;
    padding: 0!important;
    margin: 2px 0;
}
.post-list li a{
    background-color: #fff;
    display: block;
    position: relative;
    color: #222;
    font-size: 16px;
    padding: 18px 30px 18px 30px;
    display: block;
    position: relative;
    line-height: normal;
}
.post-list li.post-active a,
.post-list li a:hover{
    color: #fff;
    background-color: var(--pbmit-global-color);
}
.post-list li a:after{
    content: '\f105';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 37%;
    right: 20px;
}
.single-service-contact {
    padding: 50px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
}
.single-service-contact:after{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(8,24,57,0.90);
}
.single-service-contact > div,
.single-service-contact > p{
    position: relative;
    z-index: 2;
}
.single-service-contact-inner {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}
.single-service-contact-inner h5{
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
}
.single-service-contact .d-flex{
    margin-bottom: 30px;
}
.single-service-contact .d-flex p{
    display: none;
}
.single-service-contact .d-flex i {
    font-size: 56px;
    line-height: 56px;
    margin-right: 10px;
    color: var(--pbmit-global-color);
}
.single-service-contact .d-flex h2 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 0;
    color: var(--pbmit-global-color);
}
/*=== Download  ===*/
.download .item-download a {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0;
    font-size: 17px;
    line-height: 20px;
    padding: 20px;
    background: var(--pbmit-blackish-color);
    color: #fff;
}
.download .item-download i {
    font-size: 25px;
    padding-right: 15px;
    line-height: 30px;
    font-weight: normal;
}
.download .item-download {
    margin-bottom: 30px;
    position: relative;
}
.download .item-download a:hover{
    background: var(--pbmit-global-color);
}
.service-details{
    margin-top: 40px;
}
h2.pbmit-title{
    font-size: 36px;
    margin-bottom: 20px;
}
.service-page-infobox{
    margin-top: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.service-page-infobox .pbmit-ihbox-style-3{
    margin-bottom: 40px;
}
.service-page-team{
    margin-top: 40px;
    border-bottom: 1px solid #eee;
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #eee;
    padding-bottom: 60px;
}

/** 03 - Project Detail **/
.portfolio-single h2.pbmit-title{
    color: var(--pbmit-global-color);
}
.project-details-list{
    padding: 30px 0;
    background: var(--pbmit-blackish-color);
    margin: -50px 50px 0;
    text-align: center;
    position: relative;
    color: #fff;
}
.portfolio-lines-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio-lines-wrapper li{
    margin: 0;
    padding: 3px 0;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: inline-block;
}
.portfolio-lines-wrapper li:before {
    content: '/';
    padding: 0 1.1em;
}
.portfolio-lines-wrapper li:first-child:before{
    display: none;
}
.portfolio-line-title{
    color: var(--pbmit-global-color);
}
.portfolio-details{
    margin-top: 20px;
}
.portfolio-details-list{
    padding: 50px 0px 50px 0px;
    border-bottom: 2px solid #ddd;
}
.portfolio-details .portfolio-details-list:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.portfolio-team {
    margin-top: 40px;
}
.portfolio-team .pbmit-ihbox-style-3{
    margin-bottom: 40px;
    margin-right: 0;
}
.portfolio-team .row > .col-md-6:nth-of-type(3) .pbmit-ihbox-style-3,
.portfolio-team .row > .col-md-6:nth-of-type(4) .pbmit-ihbox-style-3 {
    margin-bottom: 0;
}

/** 04 - Blog Detail**/
.blog-right-col{
    flex: 0 0 66%;
    max-width: 66%;
}
.blog-left-col{
    flex: 0 0 34%;
    max-width: 34%;
}
/** Sidebar Right**/
.sidebar .widget{
    padding: 35px 30px;
    margin-bottom: 30px;
    background: var(--pbmit-light-color);
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.pbmit-timelist-list li {
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}
.search-form input{
    height: 58px;
    line-height: 58px;
}
.widget.widget-search{
    border: none;
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding: 10px 20px;
    font-weight: 500;
    background: var(--pbmit-blackish-color);
    border: none;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: var(--pbmit-heading-typography-font-family);
}
.widget .search-form a{
    position: absolute;
    right: 0px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 45%;
    height: 55px;
    line-height: 55px;
    margin-top: -25px;
    font-size: 16px;
    z-index: 1;
    width: 50px;
    text-align: center;
    color: var(--pbmit-global-color);
}
.widget .widget-title{
    text-transform: capitalize;
    font-size: 22px;
    line-height: 32px;
    color: var(--pbmit-secondary-color);
    margin-bottom: 20px;
}
.sidebar .widget-categories ul li{
    margin: 2px 0;
    padding: 0!important;
    position: relative;
    list-style: none;
}
.sidebar .widget-categories ul li a{
    position: relative;
    background-color: #fff;
    padding: 18px 30px 18px 30px;
    display: block;
    padding-left: 20px;
    line-height: normal;
}
.sidebar .widget-categories li span {
    position: absolute;
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #f6f6f6;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    top: 15px;
}
.sidebar .recent-post-list li{
    padding-bottom: 15px;
    display: flex !important;
    align-items: center;
    width: 100%;
}
.sidebar .recent-post-list li:last-child{
    padding-bottom: 0;
}
.sidebar .recent-post-list .media{
    display: flex;
}
.sidebar .recent-post-list .recent-post-thum{
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px;
}
.sidebar .recent-post-list a{
    font-size: 15px;
}
.sidebar .recent-post-list .post-date {
    line-height: 17px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: var(--pbmit-global-color);
}
.sidebar .widget .tagcloud a{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    margin-bottom: 10px;
}
.sidebar .widget .tagcloud a:hover{
     color: #fff;
     background: var(--pbmit-blackish-color);
}
.sidebar .widget.widget-archive ul li {
    padding: 0 0 15px 0;
}
.sidebar .widget.widget-flickr a{
    overflow: hidden;
    display: block;
    margin: 0 8px 0px 0px;
    width: 80px;
    height: 80px;
    display: inline-block;
    background: none;
}
/** Blog Large **/
article.post{
    margin-bottom: 30px;
    position: relative;
}
article.post .post-content{
    position: relative;
    display: block;
    border: 1px solid #eeeeee;
    padding: 50px 50px 40px;
}
article.post .post-box-title{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 0;
}
article.post .post-entry-meta{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
    color: #333666;
}
article.post .post-entry-meta a{
    color: #333666;
}
article.post .post-entry-meta i {
    margin-right: 5px;
    font-size: 15px;
    color: var(--pbmit-global-color);
}
/** Blog Detail **/
.post blockquote {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    font-style: italic;
    padding: 50px 72px;
    position: relative;
    border: none;
    background: transparent;
    margin: 50px 0 40px;
    color: #333666;
    border-radius: 0;
    background:var(--pbmit-light-color);
}
.post blockquote:after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    width: 4px;
    height: 34%;
    background: var(--pbmit-global-color);
}
.post blockquote cite,
.post blockquote small {
    display: block;
    font-size: 17px;
    line-height: normal;
    margin-top: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--pbmit-heading-typography-font-family);
    font-style: normal;
    color: var(--pbmit-global-color);
}
.post blockquote cite:after{
    position: absolute;
    content: '"';
    opacity: 0.2;
    font-size: 70px;
    line-height: normal;
    top: -50px;
    right: 0px;
    transform: rotate(180deg);
    font-style: italic;
    font-weight: 700;
    color: var(--pbmit-global-color);
}
.post blockquote p{
    margin: 0;
}
.list-dots{
    margin-left: 2.5em;
    margin-bottom: 25px;
    list-style-type: disc;
}
.comments-area{
    margin-top: 50px;
}
.comments-area .comments-title{
    font-size: 24px;
    line-height: 34px;
}
.comments-box {
    margin-top: 35px;
}
.comments-box .media{
    margin-bottom: 50px;
    display: flex;
}
.comments-box .children .media.even.depth-2{
    margin-left: 35px;
}
.comment-author{
    text-align: center;
    width: 90px;
    height: 90px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
}
.comment-author img{
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment-meta {
    position: relative;
    flex-grow: 1;
    border: 1px solid #e9e9e9;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    margin-left: 0;
    border-radius: 0;
}
.comment-meta:before{
    content: "";
    position: absolute;
    top: 14px;
    left: -10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid solid outset;
    border-width: 8px 10px 8px 0;
    border-color: transparent #e1e4e7 transparent transparent;
}
.comment-meta:after,
.comment-meta:before {
    content: '';
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}
.comment-meta:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 19px;
}
.comment-meta:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
}
.comment-meta .comment-owner{
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: var(--pbmit-heading-typography-font-family);
    color: var(--pbmit-blackish-color);
}
.comment-meta a{
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.comment-meta p{
    display: block;
}
.comment-meta .reply {
    position: absolute;
    right: 15px;
    top: 24px;
}
.comment-meta .reply a{
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 16px;
    background-color: var(--pbmit-blackish-color);
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    line-height: 1.8;
    display: inline-block;
}
.comment-meta .reply a:hover{
    background-color: var(--pbmit-global-color);
}
.comment-reply-title{
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 24px;
    line-height: 34px;
}
.comment-form .form-group{
    margin-bottom: 20px;
}
.comments-box p{
    margin-top: 25px;
    display: block;
}
.comment-form form .form-group:last-child{
    margin-bottom: 10px;
}
.blog-grid .pbmit-blog-style-1{
    margin-bottom: 50px;
}

/** 05 - Team Single **/
.team-details-wrap{
    margin-top: 40px;
}
.pbmit-team-details{
    position: relative;
    padding: 50px;
    background-color: var(--pbmit-light-color);
}
.pbmit-team-img{
    position: relative;
    z-index: 2;
}
.pbmit-team-details:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    width: 265px;
    right: auto;
    background-color: var(--pbmit-global-color);
    z-index: 0;
}
.pbmit-team-details-inner{
    padding-left: 70px;
    padding-right: 70px;
}
.pbmit-team-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
}
.pbmit-team-designation {
    font-size: 13px;
    line-height: 20px;
    color: var(--pbmit-global-color);
    margin-bottom: 0;
    text-transform: uppercase;
}
.pbmit-team-summary{
    margin-bottom: 30px;
}
.pbmit-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    font-size: 15px;
}
.pbmit-single-team-info li {
    margin-bottom: 10px;
}
.pbmit-single-team-info li label {
    display: inline-block;
    min-width: 80px;
    color: #202426;
    font-weight: 600;
}

/** 06 - Contact us **/
.contact-section{
    margin-bottom: -228px;
}
.contact-section-bg{
    background-image: url(../images/bg/bg-0.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 320px;
    padding-bottom: 70px;
}
.contact-border-top {
    border-top: 1px solid #2C416C;
    padding-top: 30px;
}
iframe {
    width: 100%;
    height: 550px;
}
.contact-bg:before{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.map-box iframe{
    border: 0;
    width: 100%;
    height: 550px;
}
.contact-form form .form-group{
    margin-bottom: 25px;
}
.map-box{
    overflow: hidden;
}

/**07 - Comment Form **/
.comment-form .comment-notes{
    margin-bottom: 25px;
}
.form-control{
    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;
}
input:focus, .form-control:focus {
    outline: none!important;
    border-color:var(--pbmit-global-color);
    box-shadow: none !important;
}
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: 0px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}
/** Modal  **/
.pre-header .text-decoration-underline:hover{
	color: var(--pbmit-global-color);
}
.modal textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus{
    -webkit-appearance: checkbox;
}
.modal .btn-close:focus{
	box-shadow: none;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-dialog {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.modal-body{
	padding: 0;
}
.modal-content {
    padding: 40px;
    background: #fff;
    width: 600px;
    max-width: 85%;
	border-radius: 0;
    overflow: hidden;
}
.modal .nav-item:first-child {
    margin-right: 20px;
}
.modal .nav-item .nav-link {
    border: 0 !important;
    width:170px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: var(--pbmit-secondary-color);
    background-color: var(--pbmit-light-color);
    padding: 11px 15px;
    margin: 0;
}
.modal .nav-item .nav-link:hover{
	background-color: var(--pbmit-global-color);
	color:#fff;
}
.modal .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: var(--pbmit-global-color);
	color: #fff;
}
.modal .tab-content{
	margin-top: 20px;
}
.modal .form-control{
	margin-bottom: 20px;
}
.modal .pbmit-btn{
	font-size: 16px;
	font-weight: 600;
}

.floating-wpp {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 14px;
	transition: bottom .2s;
	z-index: 98;
	width: 50px;
	height: 50px;
}
.floating-wpp .floating-wpp-button {
	position: relative;
	border-radius: 50% 50%;
	box-shadow: 1px 6px 24px 0 rgb(13 0 0 / 24%);
	display: block;
	cursor: pointer;
	overflow: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.floating-wpp .floating-wpp-button img {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	border-radius: 50% 50%;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.header-button {
  margin-left: 25px;
}
body.rtl .header-button {
  margin-right: 25px;
  margin-left: 0;
}
.home2-about-section-bg img {
  max-width: 100%;
}
.table-wrap {
max-width: 100%;
overflow-x: scroll;
}
.bordered, .wp-block-table table {
width: 100%;
border: solid #ccc 1px;
-webkit-box-shadow: 0 1px 1px #ccc;
-moz-box-shadow: 0 1px 1px #ccc;
box-shadow: 0 1px 1px #ccc;
}
.bordered th, .wp-block-table table th {
background-color: #dce9f9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
background-image: linear-gradient(top, #ebf3fc, #dce9f9);
-webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
box-shadow: 0 1px 0 rgb(255 255 255 / 80%) inset;
border-top: none;
text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}
.bordered td, .bordered th, .wp-block-table table th, .wp-block-table table td {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 5px;
text-align: center;
font-size: 14px;
background-color: #fff;
}
.bordered td:first-child, .bordered th:first-child, .wp-block-table table td:first-child, .wp-block-table table th:first-child {
border-left: none;
}
.home-slider-section .swiper-slide img {
  max-width: 100%;
}
.wp-block-list {
    list-style-type:circle;
    margin-left:30px;
}
body.rtl .wp-block-list {
    margin-left:0;
    margin-right: 30px;
}
body.rtl .phone {
    direction:ltr;
    display:inline-block;
}
.wpml-ls-flag {
  margin-right: 6px;
}
body.rtl .wpml-ls-flag {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .pvc_stats {
  direction:ltr;
}
body.rtl .pbmit-base-icon-angle-double-right:before {
  transform: rotate(180deg);
}