@font-face {
  font-family: 'Poppins';
  src: url('../Poppins/Poppins-Bold.woff2') format('woff2'),
    url('../Poppins/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Poppins/Poppins-Medium.woff2') format('woff2'),
    url('../Poppins/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Poppins/Poppins-SemiBold.woff2') format('woff2'),
    url('../Poppins/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Poppins/Poppins-Regular.woff2') format('woff2'),
    url('../Poppins/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



* {
  font-family: 'Poppins', sans-serif
}

body {
  font-family: var(--pbmit-body-typography-font-family);
  font-weight: var(--pbmit-body-typography-variant);
  color: var(--pbmit-body-typography-color);
  font-size: var(--pbmit-body-typography-font-size);
  line-height: var(--pbmit-body-typography-line-height);
  color: var(--pbmit-body-typography-color);
  text-transform: none;
  font-style: normal;
  /* font-family: 'Poppins', sans-serif */
}

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: 42px;
  line-height: 44px;
  letter-spacing: .5px
}

h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -.5px
}

h3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -.5px
}

h4 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -.5px
}

h5 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -.5px
}

h6 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -.5px
}

ul {
  margin: 0;
  padding: 0;
  list-style: none
}

a {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: var(--pbmit-link-color-normal);
  text-decoration: none
}

a:focus {
  text-decoration: none !important
}

a:hover {
  color: var(--pbmit-link-color-hover);
  text-decoration: none !important
}

.navbar-brand .navbar-brand-item {
  height: 60px;
  display: block;
  width: auto
}

.site-header {
  position: relative;
  position: relative;
  padding: 10px 0
}

.site-header .site-branding img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.site-navigation ul.navigation>li>a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .15px;
  color: var(--pbmit-blackish-color);
  text-transform: capitalize;
  font-style: normal;
  margin: 0 20px
}

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

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

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

.main-menu .navigation>li {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>ul>li>ul {
  min-width: 320px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .20);
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 100;
  background-color: rgb(245, 245, 245);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px)
}

.main-menu .navigation>li>ul>li>ul {
  left: 100%;
  top: 0
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 999;
  height: auto;
  overflow: visible
}

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

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

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

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

.main-menu .navigation>li>ul li:hover a {
  padding-left: 40px
}

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

.main-menu .navigation > li.dropdown > a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    vertical-align: middle;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: contain;
}
.site-header .site-navigation ul.navigation>li.active>a {
  color: var(--pbmit-global-color)
}

.header-button .pbmit-btn {
  padding: 15px 24px
}

.header-button .pbmit-btn i {
  font-size: 20px
}

.site-header .search-btn {
  margin-right: 15px;
  font-size: 17px
}

.site-header .social-icons li>a {
  height: auto;
  line-height: auto !important;
  font-size: 15px;
  color: rgba(255, 255, 255, 1)
}

.ipad-view-search {
  display: none
}

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

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

.site-header-menu .logo-img.stickylogo,
.site-header-menu.sticky-header .logo-img {
  width: 100%;
  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
}

.site-header-menu {
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease
}

.sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -op-animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

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

.list-unstyled i {
  font-size: 14px;
  color: rgb(102, 102, 102)
}

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

:root {
  --pbmit-global-color: #3e4095;
  --pbmit-secondary-color: #003281;
  --pbmit-light-color: #f2f6fb;
  --pbmit-white-color: #ffffff;
  --pbmit-blackish-color: #101010;
  --pbmit-link-color-normal: #101010;
  --pbmit-link-color-hover: #3e4095;
  --pbmit-global-color-rgb: #3e4095;
  --pbmit-secondary-color-rgb: #00afef;
  --pbmit-responsive-breakpoint: 1200px;
  --pbmit-body-typography-variant: regular;
  --pbmit-body-typography-font-size: 17px;
  --pbmit-body-typography-line-height: 1.7;
  --pbmit-body-typography-color: #666666;
  --pbmit-heading-typography-font-family: 'Poppins', sans-serif;
  --pbmit-heading-color: #00afef;
  --pbmit-heading-font-variant: 700;
  --pbmit-btn-typography-font-family: 'Poppins', sans-serif;
  --pbmit-btn-typography-variant: 700;
  --pbmit-btn-typography-font-size: 13px;
  --pbmit-btn-typography-line-height: 19px;
  --border-radius: 0px
}

@font-face {
  font-family: 'pbminfotech-base-icons';
  src: url(../fonts/pbminfotech-base-icons17a6.ttf?5741911) format('truetype');
  font-weight: 400;
  font-style: normal
}

[class^="pbmit-base-icon-"]:before,
[class*=" pbmit-base-icon-"]:before {
  font-family: "pbminfotech-base-icons";
  font-style: normal;
  font-weight: 400;
  speak: never;
  color: var(--pbmit-white-color);
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.pbmit-base-icon-search:before {
  content: '\e800'
}

.pbmit-base-icon-chat:before {
  content: '\e801'
}

.pbmit-base-icon-calendar:before {
  content: '\e802'
}

.pbmit-base-icon-link:before {
  content: '\e803'
}

.pbmit-base-icon-search-1:before {
  content: '\e804'
}

.pbmit-base-icon-quote:before {
  content: '\e805'
}

.pbmit-base-icon-right-open:before {
  content: '\e806'
}

.pbmit-base-icon-left-open:before {
  content: '\e807'
}

.pbmit-base-icon-user:before {
  content: '\e808'
}

.pbmit-base-icon-chat-1:before {
  content: '\e809'
}

.pbmit-base-icon-folder-open:before {
  content: '\e80a'
}

.pbmit-base-icon-tags:before {
  content: '\e80b'
}

.pbmit-base-icon-tumbler:before {
  content: '\e80c'
}

.pbmit-base-icon-left-quote:before {
  content: '\e80d'
}

.pbmit-base-icon-location:before {
  content: '\e80e'
}

.pbmit-base-icon-right-big:before {
  content: '\e80f'
}

.pbmit-base-icon-arrow-right:before {
  content: '\e810'
}

.pbmit-base-icon-down-open-big:before {
  content: '\e811'
}

.pbmit-base-icon-up-open-big:before {
  content: '\e812'
}

.pbmit-base-icon-cancel:before {
  content: '\e813'
}

.pbmit-base-icon-angle-right:before {
  content: '\e814'
}

.pbmit-base-icon-arrow-left:before {
  content: '\e815'
}

.pbmit-base-icon-aside:before {
  content: '\e816'
}

.pbmit-base-icon-music:before {
  content: '\e817'
}

.pbmit-base-icon-plus:before {
  content: '\e818'
}

.pbmit-base-icon-videocam:before {
  content: '\e819'
}

.pbmit-base-icon-link-1:before {
  content: '\e81a'
}

.pbmit-base-icon-gallery:before {
  content: '\e81b'
}

.pbmit-base-icon-right-small:before {
  content: '\e81c'
}

.pbmit-base-icon-left-small:before {
  content: '\e81d'
}

.pbmit-base-icon-angle-left:before {
  content: '\e81e'
}

.pbmit-base-icon-form:before {
  content: '\e81f'
}

.pbmit-base-icon-method-draw-image:before {
  content: '\e820'
}

.pbmit-base-icon-marker:before {
  content: '\e821'
}

.pbmit-base-icon-contact:before {
  content: '\e822'
}

.pbmit-base-icon-supermarket-1:before {
  content: '\e823'
}

.pbmit-base-icon-supermarket:before {
  content: '\e824'
}

.pbmit-base-icon-shopping-bag-1:before {
  content: '\e825'
}

.pbmit-base-icon-shopping-bag:before {
  content: '\e826'
}

.pbmit-base-icon-shopping-basket:before {
  content: '\e827'
}

.pbmit-base-icon-menu-1:before {
  content: '\e828'
}

.pbmit-base-icon-arrow-right-1:before {
  content: '\e829'
}

.pbmit-base-icon-call:before {
  content: '\e82a'
}

.pbmit-base-icon-align-left:before {
  content: '\e82b'
}

.pbmit-base-icon-right-arrow:before {
  content: '\e82c'
}

.pbmit-base-icon-testimonial:before {
  content: '\e82d'
}

.pbmit-base-icon-arrow:before {
  content: '\e82e'
}

.pbmit-base-icon-curve-arrow:before {
  content: '\e82f'
}

.pbmit-base-icon-sticky:before {
  content: '\e830'
}

.pbmit-base-icon-pin-outline:before {
  content: '\e831'
}

.pbmit-base-icon-clock:before {
  content: '\e832'
}

.pbmit-base-icon-phone:before {
  content: '\e833'
}

.pbmit-base-icon-placeholder:before {
  content: '\e834'
}

.pbmit-base-icon-email:before {
  content: '\e835'
}

.pbmit-base-icon-clock-1:before {
  content: '\e836'
}

.pbmit-base-icon-user-1:before {
  content: '\e837'
}

.pbmit-base-icon-doctor-stethoscope:before {
  content: '\e838'
}

.pbmit-base-icon-right-arrow-1:before {
  content: '\e839'
}

.pbmit-base-icon-supermarket-2:before {
  content: '\e83a'
}

.pbmit-base-icon-speech-bubble:before {
  content: '\e83b'
}

.pbmit-base-icon-appointment:before {
  content: '\e83c'
}

.pbmit-base-icon-shopping-cart:before {
  content: '\e83d'
}

.pbmit-base-icon-quote-1:before {
  content: '\e83e'
}

.pbmit-base-icon-chat-2:before {
  content: '\e83f'
}

.pbmit-base-icon-letter:before {
  content: '\e840'
}

.pbmit-base-icon-placeholder-1:before {
  content: '\e841'
}

.pbmit-base-icon-share:before {
  content: '\e842'
}

.pbmit-base-icon-star:before {
  content: '\e843'
}

.pbmit-base-icon-calendar-1:before {
  content: '\e844'
}

.pbmit-base-icon-left-arrow:before {
  content: '\e845'
}

.pbmit-base-icon-right-arrow-2:before {
  content: '\e846'
}

.pbmit-base-icon-chat-bubble:before {
  content: '\e847'
}

.pbmit-base-icon-chat-bubble-1:before {
  content: '\e848'
}

.pbmit-base-icon-bookmark:before {
  content: '\e849'
}

.pbmit-base-icon-phone-volume-solid:before {
  content: '\e84a'
}

.pbmit-base-icon-heart:before {
  content: '\e84b'
}

.pbmit-base-icon-heart-empty:before {
  content: '\e84c'
}

.pbmit-base-icon-check-solid:before {
  content: '\e84d'
}

.pbmit-base-icon-left-arrow-1:before {
  content: '\e84e'
}

.pbmit-base-icon-next:before {
  content: '\e84f'
}

.pbmit-base-icon-search-2:before {
  content: '\e850'
}

.pbmit-base-icon-cart:before {
  content: '\e851'
}

.pbmit-base-icon-original:before {
  content: '\e852'
}

.pbmit-base-icon-call-1:before {
  content: '\e853'
}

.pbmit-base-icon-right:before {
  content: '\e854'
}

.pbmit-base-icon-forward:before {
  content: '\e855'
}

.pbmit-base-icon-arrow-right-solid:before {
  content: '\e856'
}

.pbmit-base-icon-straight-quotes:before {
  content: '\e857'
}

.pbmit-base-icon-plus-symbol-button:before {
  content: '\e858'
}

.pbmit-base-icon-left-dir:before {
  content: '\e859'
}

.pbmit-base-icon-right-dir:before {
  content: '\e85a'
}

.pbmit-base-icon-menu-2:before {
  content: '\e85b'
}

.pbmit-base-icon-cancel-1:before {
  content: '\e85c'
}

.pbmit-base-icon-calendar-2:before {
  content: '\e85d'
}

.pbmit-base-icon-user-2:before {
  content: '\e866'
}

.pbmit-base-icon-conversation:before {
  content: '\e868'
}

.pbmit-base-icon-twitter:before {
  content: '\f099'
}

.pbmit-base-icon-right-circled:before {
  content: '\f0a9'
}

.pbmit-base-icon-menu:before {
  content: '\f0c9'
}

.pbmit-base-icon-gplus:before {
  content: '\f0d5'
}

.pbmit-base-icon-mail-alt:before {
  content: '\f0e0'
}

.pbmit-base-icon-comment-empty:before {
  content: '\f0e5'
}

.pbmit-base-icon-chat-empty:before {
  content: '\f0e6'
}

.pbmit-base-icon-angle-double-right:before {
  content: '\f101'
}

.pbmit-base-icon-angle-down:before {
  content: '\f107'
}

.pbmit-base-icon-quote-right:before {
  content: '\f10e'
}

.pbmit-base-icon-reply:before {
  content: '\f112'
}

.pbmit-base-icon-folder-open-empty:before {
  content: '\f115'
}

.pbmit-base-icon-youtube-play:before {
  content: '\f16a'
}

.pbmit-base-icon-instagram:before {
  content: '\f16d'
}

.pbmit-base-icon-flickr:before {
  content: '\f16e'
}

.pbmit-base-icon-paper-plane:before {
  content: '\f1d8'
}

.pbmit-base-icon-pinterest:before {
  content: '\f231'
}

.pbmit-base-icon-map-o:before {
  content: '\f278'
}

.pbmit-base-icon-vimeo-1:before {
  content: '\f27d'
}

.pbmit-base-icon-reddit:before {
  content: '\f281'
}

.pbmit-base-icon-facebook-squared:before {
  content: '\f308'
}

.pbmit-base-icon-linkedin-squared:before {
  content: '\f30c'
}

html {
  scroll-behavior: smooth
}

* {
  box-sizing: border-box;
  list-style: none !important;
  text-decoration: none !important
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff
}

ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #3e4095 !important;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

.carousel-control-prev-icon {
  background-color: #000000 !important;
  padding: 5px
}

.carousel-control-next-icon {
  background-color: #000000 !important;
  padding: 5px
}

.footer-menu-flex {
  display: flex
}

.footer-menu-flex ul {
  width: 100%
}

.section-title__title {
  color: #3e4095;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600
}

.site-title {
  margin: 0;
  padding: 0;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-height: 90px;
  line-height: 90px
}

.header-style-2 .sticky-header .site-navigation ul.navigation>li>a {
  color: var(--pbmit-blackish-color) !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .15px;
  text-transform: capitalize;
  font-style: normal;
  margin: 0 20px
}

.header-style-2 .pbmit-header-button {
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-style: normal
}

.header-style-2 .pbmit-header-button a {
  padding: 15px 50px 15px 30px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 0;
  letter-spacing: -.14px;
  color: var(--pbmit-white-color);
  background-color: #3e4095;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.header-style-2 .pbmit-header-button a span::before {
  content: "\e854";
  font-family: 'pbminfotech-base-icons';
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  right: -20px;
  top: 50%;
  color: var(--pbmit-white-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.header-style-2 .pbmit-header-button a span {
  position: relative
}

.header-style-2 .pbmit-header-button a:hover {
  color: var(--pbmit-white-color);
  background-color: #01afef
}

.header-style-2 .pbmit-header-box i {
  font-size: 14px;
  color: var(--pbmit-global-color);
  margin-right: 5px
}

.header-style-2 .pbmit-header-box {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--pbmit-white-color);
  line-height: 50px
}

.pbmit-header-social-wrapper .pbmit-social-links a,
.header-style-2 .pbmit-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  font-size: 20px;
  color: var(--pbmit-white-color);
  padding: 10px;
  box-sizing: border-box;
}

.header-style-2 .pbmit-social-links a:hover {
  color: var(--pbmit-global-color)
}

.header-style-2 .pbmit-header-box-3 {
  margin-right: 15px
}

.header-style-2 .pre-header .container,
.header-style-2 .site-header-menu .container {
  --bs-gutter-x: 1.9rem
}

.header-style-2 .sticky-header .container {
  --bs-gutter-x: 1.6rem !important
}

.header-style-2 .sticky-header .pbmit-menu-innerpage {
  padding: 0 96px;
  border-bottom: none
}

.header-style-2 .sticky-header .navbar-collapse {
  padding-right: 80px !important
}

.header-style-2 .pbmit-social-links {
  line-height: normal;
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.header-style-2 .navbar-expand-xl .navbar-collapse {
  padding-right: 70px
}

.header-style-2 .pre-header-inner {
  background-color: var(--pbmit-secondary-color);
  padding: 0 36px
}

.header-style-2 .pbmit-menu-innerpage {
  background-color: var(--pbmit-white-color);
  padding: 3px 35px
}

.header-style-2 .pbmit-header-overlay {
  content: '';
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2
}

.header-style-2 .site-navigation ul.navigation>li>a {
  height: 95px;
  line-height: 95px;
  color: var(--pbmit-blackish-color)
}

.pbmit-header-social-wrapper .pbmit-social-links li,
.header-style-2 .pbmit-social-links li {
  margin: 0 4px;
  display: flex;
  align-items: center;
}

.header-style-2 .pbmit-header-search-btn {
  margin-right: 25px
}

.header-style-2 .pbmit-header-button a:hover ::before {
  content: "\e854";
  right: -25px
}

.header-style-3 .site-navigation ul.navigation>li>a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .15px;
  text-transform: capitalize;
  font-style: normal;
  height: 100px;
  line-height: 100px;
  margin: 0 20px
}

.header-style-3 .navbar-expand-xl .navbar-collapse {
  margin-right: 100px
}

.header-style-3 .sticky-header .site-navigation {
  margin-right: 40px
}

.header-style-3 .sticky-header ul.navigation>li>a {
  color: var(--pbmit-blackish-color) !important
}

.header-style-3 .sticky-header .pbmit-menu-innerpage {
  padding: 0
}

.header-style-3 .sticky-logo-img {
  display: none !important
}

.header-style-3 .sticky-header .logo-img {
  display: none
}

.header-style-3 .sticky-header .sticky-logo-img {
  display: block !important
}

.header-style-3 .site-branding img {
  max-height: 45px !important
}

.header-style-3 .pbmit-header-search-btn {
  margin-right: 20px;
  padding-top: 3px
}

.header-style-3 .sticky-header .navigation>li:after {
  color: var(--pbmit-blackish-color)
}

.header-style-3 .pre-header-inner {
  background-color: var(--pbmit-secondary-color);
  padding: 0 10px
}

.header-style-3 .pbmit-menu-innerpage {
  padding: 0 15px
}

.header-style-3 .pbmit-pre-header-left .pbmit-header-box-icon i {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: var(--pbmit-global-color)
}

.header-style-3 .pbmit-header-box-title {
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  text-transform: none;
  font-style: normal
}

.header-style-3 .pbmit-header-box-content {
  display: block
}

.header-style-3 .pbmit-header-box-content {
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: var(--pbmit-body-typography-color);
  text-transform: none;
  font-style: normal
}

.header-style-3 .pbmit-leftshape {
  background-color: var(--pbmit-global-color);
  color: var(--pbmit-white-color);
  padding: 10px;
  position: relative
}

.header-style-3 .pbmit-contact-info li {
  font-size: 12px;
  line-height: 20px;
  margin-right: 0;
  display: block
}

.header-style-3 .pbmit-leftshape::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border-right: 20px solid var(--pbmit-global-color);
  border-bottom: 42px solid transparent
}

.header-style-3 .pbmit-social-links li.pbmit-social-facebook a {
  color: rgb(23, 91, 152)
}

.header-style-3 .pbmit-social-links li.pbmit-social-twitter a {
  color: rgb(17, 171, 241)
}

.header-style-3 .pbmit-social-links li.pbmit-social-linkedin a {
  color: rgb(224, 143, 202)
}

.header-style-3 .pbmit-social-links li.pbmit-social-youtube a {
  color: rgb(255, 0, 0)
}

.header-style-3 .pbmit-social-links {
  margin-right: 0;
  padding: 10px 5px;
  display: flex;
  justify-content: end
}

.header-style-3 .pbmit-social-links li {
  padding-left: 0;
  padding-right: 0
}

.header-style-3 .pbmit-social-links a {
  line-height: 23px;
  font-size: 18px;
  color: var(--pbmit-white-color);
  margin: 0 10px
}

.header-style-3 .pbmit-header-button {
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-style: normal
}

.header-style-3 .pbmit-header-button a {
  padding: 20px 50px 20px 30px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 0;
  letter-spacing: -.14px;
  color: var(--pbmit-white-color);
  background-color: var(--pbmit-global-color);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.header-style-3 .pbmit-header-button a span::before {
  content: "\e854";
  font-family: 'pbminfotech-base-icons';
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  right: -20px;
  top: 50%;
  color: var(--pbmit-white-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.header-style-3 .pbmit-header-button a span {
  position: relative
}

.header-style-3 .pbmit-header-button a:hover {
  color: var(--pbmit-secondary-color);
  background-color: var(--pbmit-white-color)
}

.header-style-3 .pbmit-header-button a:hover ::before {
  color: var(--pbmit-secondary-color)
}

.header-style-3 .pbmit-menu-innerpage {
  background-color: var(--pbmit-secondary-color)
}

.header-style-3 .pbmit-menu-wrap>div>ul>li>a:after {
  font-family: "pbminfotech-base-icons";
  content: '\f107';
  margin-left: 8px;
  font-size: 13px;
  font-weight: 700
}

.header-style-3 .pbmit-header-overlay {
  position: absolute;
  content: '';
  width: 100%;
  z-index: 2;
  left: 0
}

.header-style-3 .sticky-header .pbmit-menu-innerpage {
  background-color: var(--pbmit-white-color)
}

.header-style-3 .site-navigation ul.navigation>li>a {
  color: var(--pbmit-white-color)
}

.sticky-header ul.navigation>li>a:hover:after {
  color: var(--pbmit-blackish-color) !important
}

.sticky-header .site-navigation ul.navigation>li>a:hover {
  color: var(--pbmit-blackish-color)
}

.header-style-3 .pbmit-social-links li a:hover {
  color: var(--pbmit-global-color) !important
}

.header-style-3 .pbmit-pre-header-right li .pbmit-base-icon-clock-1 {
  font-size: 18px;
  margin-right: 5px
}

.header-style-3 .pbmit-header-box-1 {
  padding-right: 60px
}

.header-style-3 .pbmit-header-box .col-md-3 {
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * .0)
}

.header-style-3 .pbmit-header-box .col-md-9 {
  padding-right: calc(var(--bs-gutter-x) * 0) !important;
  padding-left: calc(var(--bs-gutter-x) * .0)
}

.header-style-3 .container {
  --bs-gutter-x: 1.9rem !important
}

.header-style-3 .pbmit-pre-header-wrapper .container {
  padding-right: 0
}

.header-style-3 .site-title {
  max-height: 100px;
  line-height: 100px
}

.header-style-3 .pbmit-header-search-btn a {
  color: var(--pbmit-white-color)
}

.header-style-3 .sticky-header .pbmit-header-search-btn a {
  color: var(--pbmit-blackish-color);
  font-size: 18px
}

.header-style-3 .pbmit-header-button a:hover ::before {
  content: "\e854";
  right: -25px
}

.sticky-header .clearfix {
  margin-top: 0px !important
}

.pbmit-service-style-3:hover .pbmit-serv-cat a {
  color: #fff
}

.pbmit-heading-subheading {
  margin-bottom: 25px
}

.pbmit-service-style-3::after {
  content: "";
  position: absolute;
  border: 3px solid #c7c3c3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s
}

.pbmit-service-style-3:hover::after {
  border: 3px solid #fff;
  transition: 0.3s
}

.pbmit-service-style-3 {
  position: relative;
  margin-bottom: 40px
}

.pbmit-service-style-3:hover .pbmit-service-content,
.pbmit-service-style-3:hover .pbminfotech-box-content,
.pbmit-service-style-3:hover .pbmit-content-box .pbmit-featured-wrapper,
.pbmit-service-style-3 .pbminfotech-box-content {
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s
}

.pbmit-service-style-3 .pbminfotech-box-content {
  padding: 35px 25px 0;
  text-align: left;
  background: var(--pbmit-white-color);
  border-top: 7px solid rgb(0, 0, 0);
  border-color: var(--pbmit-global-color);
  box-shadow: 0 2px 126px 0 rgb(0 0 0 / 8%)
}

.pbmit-service-style-3 .pbmit-serv-cat a {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--pbmit-global-color);
  font-weight: 500
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper {
  line-height: 60px;
  font-size: 60px;
  margin-bottom: 20px
}

.pbmit-service-style-3 .pbmit-service-icon-wrapper img {
  width: 60px;
  height: auto;
  margin-bottom: 10px
}

.pbmit-service-style-3 .pbmit-service-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  padding-bottom: 25px
}

.pbmit-service-style-3 .pbmit-service-title a {
  color: var(--pbmit-blackish-color)
}

.pbmit-service-style-3 .pbmit-content-inner {
  position: relative
}

.pbmit-service-style-3 .pbmit-featured-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  clip-path: ellipse(100% 60% at 50% 40%)
}

.pbmit-service-style-3 .pbmit-featured-wrapper img {
  width: 100%
}

.pbmit-service-style-3 .pbmit-service-content p {
  margin-bottom: 10px
}

.pbmit-service-style-3:hover .pbmit-content-box .pbmit-featured-wrapper,
.pbmit-service-style-3 .pbminfotech-box-content,
.pbmit-service-style-3 .pbminfotech-post-item {
  overflow: hidden;
  position: relative;
  z-index: 1
}

.pbmit-service-style-3 .pbmit-service-content {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 25px;
  z-index: 5;
  opacity: 0;
  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%)
}

.pbmit-service-style-3:hover .pbmit-service-content {
  opacity: 1
}

.pbmit-service-style-3 .pbmit-service-btn {
  display: inline-block
}

.pbmit-service-style-3 .pbmit-service-btn a {
  font-size: 10px
}

.pbmit-service-style-3 .pbmit-content-box .pbmit-service-content a {
  font-size: 13px
}

.pbmit-service-style-3 .pbmit-content-box .pbmit-service-content a span i {
  font-size: 10px
}

.pbmit-service-style-3 .pbmit-content-box .pbmit-featured-wrapper:before,
.pbmit-service-style-3 .pbminfotech-box-content:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
  -moz-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
  -ms-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
  -o-transition: .9s cubic-bezier(.68, 1.55, .265, .55);
  transition: .9s cubic-bezier(.68, 1.55, .265, .55)
}

.pbmit-service-style-3:hover .pbmit-content-box .pbmit-featured-wrapper:before,
.pbmit-service-style-3:hover .pbminfotech-box-content:before {
  z-index: 1;
  bottom: 0;
  background-color: var(--pbmit-secondary-color)
}

.pbmit-service-style-3 .pbmit-content-box .pbmit-featured-wrapper:before {
  top: 100%
}

.pbmit-service-style-3:hover .pbmit-content-box .pbmit-featured-wrapper:before {
  top: 0;
  background: var(--pbmit-global-color);
  opacity: .9
}

.pbmit-service-style-3 .pbmit-service-content p,
.pbmit-service-style-3:hover .pbminfotech-box-content:before,
.pbmit-service-style-3:hover .pbmit-content-box .pbmit-service-content a,
.pbmit-service-style-3:hover .pbminfotech-box-content,
.pbmit-service-style-3:hover .pbmit-service-icon-wrapper,
.pbmit-service-style-3:hover .pbmit-service-title a {
  color: var(--pbmit-white-color);
  z-index: -1 !important
}

.pbmit-service-style-3:hover .pbminfotech-box-content {
  border-top: var(--pbmit-white-color);
  border-top: 7px solid
}

.pbmit-element-service-style-3.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot.active {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--pbmit-global-color)
}

.pbmit-element-service-style-3.pbminfotech-element-viewtype-carousel .owl-carousel button.owl-dot {
  height: 12px;
  width: 12px;
  border: 0;
  background-color: var(--pbmit-blackish-color);
  border-radius: 50%;
  margin-top: 40px
}

.service-section_three {
  padding-top: 40px;
  background-image: url(../images/news-one_pattern.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.counter-heaing h4 {
  font-size: 34px;
  color: #fff
}

.counter-heaing {
  padding-top: 80px;
  text-align: center
}

.counter-heaing h2 {
  padding-top: 25px;
  text-align: center;
  color: #fff;
  font-size: 52px
}

.dt-sc-counter.type3 {
  box-shadow: 0 0 24px rgb(0 0 0 / 10%);
  margin: 0;
  padding: 45px 30px 35px;
  position: relative;
  text-align: center;
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 10%)
}

.dt-sc-counter {
  color: #000
}

.dt-sc-counter.type3.alignleft {
  text-align: left
}

.dt-sc-counter.type3 .icon-wrapper span {
  color: rgba(0, 0, 0, .05);
  font-size: 95px
}

.dt-sc-counter.type3 .icon-wrapper span img {
  opacity: .06
}

.counter-content {
  text-align: center;
  padding: 35px 25px 35px 25px;
  -webkit-box-shadow: 0 0 24px rgb(0 0 0 / 10%);
  background-color: #f1f1f1
}

.counter-section {
  margin-top: 70px;
  margin-bottom: 30px;
  background-image: url(../images/bg-1.webp)
}

.countermt {
  padding-top: 100px
}

.dt-sc-counter-number {
  font-size: 53px;
  font-weight: 800;
  padding-bottom: 0
}

.dt-sc-counter-number {
  font-weight: 800;
  color: #01469a
}

.counter-title {
  color: #000;
  font-weight: 600;
  font-size: 21px
}

.counter-content {
  font-size: 20px;
  padding: 25px 25px 25px 25px;
  min-height: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.industry-soloution {
  margin-top: 70px;
  background-image: linear-gradient(0deg, rgba(2, 14, 40, .96), rgba(2, 14, 40, .96)), url();
  height: 800px;
  position: relative;
  display: flex;
  align-items: center
}

.copyright-text p {
  font-size: 14px;
  color: #c4c5c7
}

.footer-section-02 {
  background: #000
}

.footer-section-04 .footer-copyright-area {
  border-top: 1px solid #e0e0e0
}

.footer-section-04 .copyright-text p {
  font-size: 14px;
  color: #0e0e0e
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, .2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear
}

.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #086ad8;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1
}

.progress-wrap svg path {
  fill: none
}

.progress-wrap svg.progress-circle path {
  stroke: #086ad8;
  stroke-width: 4;
  box-sizing: border-box
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}

.progress-wrap-3 {
  box-shadow: inset 0 0 0 2px rgba(255, 85, 56, .2)
}

.progress-wrap-3::after {
  color: #ff5538
}

.progress-wrap-3 svg.progress-circle path {
  stroke: #ff5538
}

.copyright-text a {
  text-decoration: none;
  color: #fff
}

.link li {
  list-style: none
}

.link li a {
  text-decoration: none;
  font-size: 18px
}

.link {
  padding-left: 0
}

.info-text span a {
  color: #fff;
  text-decoration: none
}

.info-text {
  margin-bottom: 15px
}

.ft-why-choose-section {
  background-size: 54% 100%;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 70px
}

.why-chose-us-content-small {
  font-size: 20px;
  font-weight: 700;
  color: #007bb5;
  padding: 0 0 0 82px;
  position: relative
}

.why-chose-us-content-small p {
  font-size: 30px;
  padding-left: 45px
}

.why-chose-us-content-big h2 {
  color: #183884;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  padding: 10px 133px 10;
  padding: 10px 0 10px 87px
}

.cutomer-giver-content h3 {
  color: #183884;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 0px !important;
  padding-top: 35px
}

.customer-driven {
  display: flex;
  margin-bottom: 10px
}

.cutomer-giver-content {
  padding-left: 25px
}

.cutomer-giver-icon {
  padding: 10px;
  border-radius: 50%;
  background-color: #fdfdfd;
  height: 100%
}

.cutomer-giver-icon img {
  padding: 10px;
  background-color: #d5edff;
  border-radius: 50%
}

.cutomer-giver-content span {
  font-size: 18px
}

.gallery_sec {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 48px
}

.heading {
  width: 100%;
  text-align: center
}

.heading h2 {
  padding-bottom: 25px;
  color: #3e4095;
  font-weight: 700
}

.gallery_sec img {
  width: 100%;
  height: auto
}

.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out
}

.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%
}

.gallery-main-box img {
  box-shadow: 0 0 2px 2px #e6e6e6
}

.image-describtion {
  text-align: center
}

.image-describtion p {
  font-size: 20px;
  padding: 10px;
  background-color: #245d93;
  color: #fff;
  margin-bottom: 0px !important
}

.gallary-image {
  position: relative;
  overflow: hidden
}

.gallery-main-box:hover .gallary-image::after {
  opacity: 10;
  transition: 0.3s
}

.gallery-main-box:hover .gallary-image img {
  transform: scale(1.1)
}

.gallery-main-box {
  border: 2px solid #e5e4e4;
  background-color: #fff;
  margin: 0 15px 15px 15px
}

--------------------------------------------------------------*/ .site-footer {
  position: relative;
  display: block;
  background-color: #011022;
  overflow: hidden;
  z-index: 1
}

.site-footer-shape-1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1323px;
  height: 586px;
  transform: translateX(-50%);
  z-index: -1
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 50px 0 20px 0
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 3px
}

.footer-widget__logo {
  position: relative;
  display: block
}

.footer-widget__logo img {
  padding: 10px;
  background-color: #fff;
  width: 100%;
  height: auto
}

.footer-widget__about-text-box {
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 15px
}

.footer-widget__about-text {
  font-size: 16px;
  color: #fff;
  text-align: justify
}

.footer-widget__social-box {
  position: relative;
  display: block
}

.footer-widget__social-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 22px;
  letter-spacing: 1.5px
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px
}

.site-footer__social a {
  position: relative;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #272a2d;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1
}

.site-footer__social a:hover {
  color: #fff;
  background-color: #01469a
}

.site-footer__social i {
  color: #fff
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #01469a;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.site-footer__social a+a {
  margin-left: 10px
}

.footer-widget__links {
  position: relative;
  display: block;
  padding-left: 70px
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.footer-widget__title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.5px
}

.footer-widget__Explore-list {
  position: relative;
  display: block
}

.footer-widget__Explore-list li {
  position: relative;
  display: block
}

.footer-widget__Explore-list li+li {
  margin-top: 16px
}

.footer-widget__Explore-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding-left: 19px;
  transition: all 500ms ease
}

.footer-widget__Explore-list li a:hover {
  color: #3ab0e7
}

.footer-widget__Explore-list li a:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  transition: all 500ms ease
}

.footer-widget__services {
  position: relative;
  display: block
}

.footer-widget__services-list {
  position: relative;
  display: block
}

.footer-widget__services-list li {
  position: relative;
  display: block
}

.footer-widget__services-list li+li {
  margin-top: 16px
}

.footer-widget__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding-left: 15px;
  transition: all 500ms ease
}

.footer-widget__services-list li a:hover {
  color: #3ab0e7
}
.footer-widget__Explore-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E");

  transition: all 500ms ease;
}
.footer-widget__Contact {
  position: relative;
  display: block
}

.footer-widget__Contact-list {
  position: relative;
  display: block
}

.footer-widget__Contact-list li {
  position: relative;
  display: flex
}

.footer-widget__Contact-list li+li {
  margin-top: 15px
}

.footer-widget__Contact-list li .icon {
  position: relative;
  display: flex;
  top: 6px
}

.footer-widget__Contact-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: #fff
}

.footer-widget__Contact-list li .text {
  margin-left: 10px;
  line-height: 30px
}

.footer-widget__Contact-list li .text p {
  font-size: 16px;
  color: #fff
}

.footer-widget__Contact-list li .text p a {
  position: relative;
  color: #fff;
  transition: all 500ms ease
}

.footer-widget__Contact-list li .text p a:hover {
  color: #3ab0e7
}

.site-footer {
  position: relative;
  display: block;
  background-color: #011022;
  overflow: hidden;
  z-index: 1
}

.site-footer__bottom-inner {
  text-align: center
}

.site-footer__bottom-text {
  color: #fff;
  display: flex;
  justify-content: space-between
}

.site-footer__bottom-text a {
  color: #fff
}

.site-footer__bottom {
  padding: 25px 0;
  background: #011328
}

.clearfix {
  margin-top: 15px
}

.arro-close {
  font-size: 50px;
  color: #007bb5
}

.about-one {
  position: relative;
  display: block;
  padding: 50px 0;
  overflow: hidden;
  z-index: 1
}

.about-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 30px
}

.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1
}

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

.about-one__img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(var(--fixnix-base-rgb), .7) 0%, rgba(var(--fixnix-base-rgb), .3) 100%);
  transform: skewX(20deg);
  z-index: 2
}

.about-one__img:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s
}

.about-one__img img {
  width: 100%;
  border-radius: 8px;
  transition: all 500ms linear;
  transition-delay: 0.2s
}

.about-one__right {
  position: relative;
  display: block
}

.about-one__right h1 {
  font-size: 30px;
  line-height: 33px;
  color: #000
}

.about-one .section-title__tagline {
  margin-left: 56px
}

.section-title__tagline:before {
  position: absolute;
  top: 6px;
  left: -56px;
  width: 40px;
  height: 2px;
  background-color: #01469a;
  content: ""
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  color: #01469a;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1
}

.about-one .section-title {
  margin-bottom: 20px
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 46px;
  margin-bottom: 46px
}

.about-one__points li {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 8px 29px 0 rgba(0, 0, 0, .1);
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  z-index: 1
}

.about-one__points-single {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 25px 25px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  overflow: hidden;
  transition: all 500ms ease;
  z-index: 1
}

.about-one__points-single::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #01469a;
  content: "";
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1
}

.about-one__points li:hover .about-one__points-single::before {
  transform: scale(1, 1);
  transform-origin: right center
}

.about-one__points li+li {
  margin-top: 20px
}

.about-one__points-icon {
  position: relative;
  display: inline-block
}

.about-one__points-icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #01469a;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1)
}

.about-one__points li:hover .about-one__points-icon span {
  background-color: #fff;
  color: #01469a;
  transform: scale(.9)
}

.about-one__points-text {
  position: relative;
  display: block;
  margin-left: 25px
}

.about-one__points-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px
}

.about-one__points-title a {
  color: #0296da;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease
}

.about-one__points li:hover .about-one__points-title a {
  color: #fff
}

.about-one__points-subtitle {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  color: #000;
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 30px
}

.about-one__points li:hover .about-one__points-subtitle {
  color: #fff
}

.Solutions-btn {
  margin-top: 30px
}

.Solutions-btn a span i {
  padding-left: 10px
}

.pbmit-btn-secondary {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-style: normal;
  background-color: #003281;
  color: #fff;
  padding: 20px 40px 20px 40px
}

.pbmit-btn-secondary:hover {
  color: #fff;
  background-color: #00afef
}

.clearfix {
  margin-top: 0 !important;

}

#pages-banner {
  background-image: url('');
  padding: 50px;
  background-repeat: repeat-x;
  background-color: #003281
}

.inner-page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px
}

.inner-page-content h1 {
  color: #fff !important;
  text-align: center
}

.breadcrumb-row ul {
  display: flex;
  align-items: center
}

.breadcrumb-row ul li a {
  color: #fff
}

.breadcrumb-row ul li {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 10px;
  color: #fff
}

.breadcrumb-row ul li::after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  top: 55%;
  right: -5px;
  font-size: 16px;
  color: #fff;
  transform: translate(-50%, -50%)
}

.breadcrumb-row ul li:last-child::after {
  display: none;
  padding-right: 10px
}

.breadcrumb-row ul li:last-child {
  padding-right: 10px
}

.footer-widget__social-box {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column
}

.contact-area .container .address-box .address {
  display: flex;
  border: 1px solid #e7e7e7;
  padding: 35px 20px;
  transition: all 0.4s;
  width: 100%;
  height: 307px;
  flex-direction: column
}

.contact-area .container .address-box .address .icon {
  color: var(--theme-color);
  background: #fff2f3;
  width: 82px;
  padding: 20px;
  height: 64px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center
}

.contact-area .container .address-box .address .content .heading {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #000;
  text-align: left
}

.contact-area .container .address-box .address .content p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif
}

.contact-area .container .address-box .address .content p a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif
}

.contact-area .container .address-box .address .content .heading::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 3px;
  background-color: #003281;
  bottom: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s
}

.contact-area .container .address-box .address:hover .content .heading::before {
  background: #fff
}

.contact-area .container .address-box .address:hover .content .heading {
  color: #fff
}

.contact-area .container .address-box .address:hover .content .desc {
  color: #fff
}

.contact-area .container .address-box .address:hover .content .desc a {
  color: #fff
}

.contact-area .container .address-box .address:hover .icon {
  background: #fff
}

.contact-area .container .address-box .address:hover {
  background: #003281
}

.contact-area {
  padding: 60px 0
}

.contact-area .container .address-box .address .icon img {
  width: 50px;
  height: auto
}

.map-area {
  height: 450px
}

.map-area iframe {
  width: 100%;
  height: 100%
}

#application {
  padding: 60px 0;
  background-color: #d3d2d2;
  height: 100%
}

.application-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: 120px 105px;
  z-index: 1;
  position: relative
}

.application-box {
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  position: relative;
  min-height: 310px
}

.content-service h3 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  text-align: center
}

.application-box:hover .btn-3 a {
  color: #fff
}

.content-service p {
  font-size: 16px;
  text-align: justify
}

.content-service {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1
}

.content-service .btn-3 {
  position: absolute;
  bottom: -200px;
  transition: 0.5s
}

.application-box:hover .btn-3 {
  bottom: -20px
}

.application-box:hover .content-service p {
  transition: 0.5s;
  margin-bottom: 10px
}

.btn-3:hover a {
  color: var(--bg-main-color)
}

.btn-3:hover a i {
  transform: translateX(5px);
  transition: 0.5s
}

.btn-3 a {
  color: #000
}

.btn-3 a i {
  font-size: 14px
}

.row.our-application {
  gap: 40px 0
}

.application-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.mid-title h2 {
  position: relative;
  padding: 0 15px
}

.application-box:hover {
  transform: translateY(-15px)
}

.application-title h2 {
  font-weight: 500;
  color: #000
}

.rotary-joi {
  border: 1px solid #003281
}

.rotary-img {
  display: flex;
  justify-content: center
}

.being {
  padding: 20px;
  text-align: justify;
  font-size: 16px;
  line-height: 28px
}

.our-rot {
  padding-bottom: 76px
}

.with-year {
  padding-bottom: 48px
}

.steam h4 {
  position: relative;
  text-align: center
}

.steam h4::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 2px;
  background-color: #00afef;
  top: 100%
}

.wt-small {
  text-align: left;
  position: relative;
  color: #003281;
  font-size: 30px;
  font-weight: 500
}

.wt-small::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #003281;
  top: 60%;
  left: 30%
}

.welcome-section h3 {
  font-size: 40px;
  padding-top: 10px
}

.abo-para p {
  font-size: 16px;
  margin-top: 18px;
  line-height: 30px;
  color: #00173c
}

.img-collarge {
  position: relative;
  margin-bottom: 110px;
  height: 100%
}

.slide-right {
  -webkit-animation: slide-right 1.5s ease-in-out infinite alternate both;
  animation: slide-right 1.5s ease-in-out infinite alternate both
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

.colarge-2 {
  border: 10px solid #003281;
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
  margin-right: 242px;
  position: relative;
  z-index: 1
}

.colarge-2-1 {
  position: absolute;
  left: 160px;
  bottom: -160px
}

.pro-sec {
  border: 1px solid #00173c;
  margin: 0 0
}

.pro-cont p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  padding-top: 10px;
  color: #00173c
}

.pro-cont {
  padding: 5px 0 15px 5px
}

.pro-cont h5 {
  margin-top: 12px;
  position: relative;
  margin-bottom: 10px;
  color: #003281
}

.pro-cont h5::before {
  position: absolute;
  content: "";
  top: 100%;
  background-color: #003281;
  width: 120px;
  height: 3px
}

.steams {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 8px
}

.mild {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000
}

.mild i {
  color: #003281
}

.good-phone {
  display: block
}

.shadow-box {
  margin: auto
}

.shadow-box img {
  width: 270px;
  margin: auto
}

.form-control-feedback {
  display: none
}

.has-feedback label~.form-control-feedback {
  top: 0 !important
}

.error {
  text-align: left !important;
  display: table !important
}

.thnak4 {
  margin-top: 50px
}

.has-feedback .form-control {
  padding: 5px
}

.form-group {
  margin: 15px 0 !important
}

.form-group input {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #003281
}

.form-group textarea {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #003281
}

.form-group select {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #003281
}

.Submit-box {
  background-color: #003281;
  border: 1px solid #003281;
  padding: 10px 15px;
  color: #fff;
  border-radius: 2px
}

.Submit-box:hover {
  background-color: #003281;
  border: 1px solid #141414
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #003281
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important
}

.Submit-box {
  background-color: #003281;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #003281;
  font-size: 17px;
  border-radius: 2px
}

.Submit-box:hover {
  background-color: #003281;
  border: 1px solid #003281
}

.form-control:focus {
  box-shadow: none !important
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0
}

section.page-part.about-section {
  padding: 40px 0
}

.text-center.counselling p strong {
  font-size: 20px;
  color: #000
}

.gallery_sec .slick-prev {
  display: none !important
}

.gallery_sec .slick-next {
  display: none !important
}

.rotary-sli .slick-prev {
  display: none !important
}

.rotary-sli .slick-next {
  display: none !important
}

.t-b {
  color: #000
}

@media only screen and (max-width:1245px) {
  .header-style-2 .site-navigation ul.navigation>li>a {
    margin: 0 15px
  }

  .header-style-2 .sticky-header .site-navigation ul.navigation>li>a {
    margin: 0 15px
  }
}

@media only screen and (max-width:1199px) {
  .footer-widget__Contact {
    margin-top: 50px
  }

  .colarge-2 {
    width: 40%
  }

  .colarge-2 img {
    width: 100%
  }

  .img-collarge {
    display: flex;
    justify-content: center
  }

  .colarge-2-1 {
    left: 300px
  }

  .pbmit-service-style-3 .pbmit-service-content p {
    font-size: 15px
  }

  .application-box {
    min-height: 0
  }

  .contact-area .container .address-box .address {
    margin-bottom: 30px
  }
}

@media only screen and (max-width:991px) {
  .about-one .section-title {
    margin-top: 50px
  }

  .Solutions-btn {
    margin-top: 45px
  }

  .counter-heaing h2 {
    line-height: 55px;
    font-size: 36px
  }

  .counter-content {
    margin-bottom: 30px
  }

  .countermt {
    padding-top: 50px;
    padding-bottom: 55px
  }

  .why-chose-us-content-small p {
    font-size: 25px
  }

  .footer-widget__services {
    margin-top: 50px
  }

  .site-footer__bottom-text {
    display: flex;
    flex-direction: column;
    gap: 10px
  }

  .colarge-2-1 img {
    position: relative;
    right: 80px
  }

  .pbmit-service-style-3 .pbmit-service-content p {
    font-size: 16px
  }

  .shadow-box {
    width: 270px;
    margin: auto
  }
}

@media only screen and (max-width:767px) {
  .pbmit-service-style-3 .pbmit-service-title {
    font-size: 14px
  }

  .pbmit-service-style-3 .pbmit-service-content p {
    font-size: 12px
  }

  section#ft-why-choose {
    background-image: none !important
  }

  .customer-driven {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    margin-bottom: 25px;
    display: flex;
    align-items: center
  }

  .cutomer-giver-content h3 {
    padding: 0 0
  }

  .why-chose-us-content-small {
    padding-left: 0
  }

  .why-chose-us-content-small p {
    margin-bottom: 25px;
    text-align: center;
    padding-left: 0
  }

  .colarge-2-1 {
    width: 300px
  }

  .colarge-2-1 img {
    position: relative;
    right: 180px
  }
}

@media only screen and (max-width:575px) {
  .pbmit-service-style-3 .pbmit-service-title {
    font-size: 16px
  }

  .pbmit-service-style-3 .pbmit-service-content p {
    font-size: 16px
  }
}

@media only screen and (max-width:575px) {
  .carousel-control-prev-icon {
    background-color: transparent !important;
    background-image: none
  }

  .carousel-control-next-icon {
    background-color: transparent !important;
    background-image: none
  }

  .footer-widget__links {
    margin-top: 50px;
    padding-left: 0
  }

  .footer-widget__logo {
    text-align: center
  }

  .footer-widget__logo img {
    width: 340px
  }

  .counter-heaing h2 {
    line-height: 55px;
    font-size: 30px
  }

  .counter-heaing h4 {
    font-size: 28px;
    color: #fff
  }

  .breadcrumb-row ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }

  #pages-banner {
    padding: 50px 0
  }
}

@media only screen and (max-width:490px) {
  .colarge-2-1 {
    width: 230px
  }

  .colarge-2-1 img {
    position: relative;
    right: 134px;
    bottom: 60px
  }

  .colarge-2 {
    width: 46%;
    left: 8%
  }
}

@media only screen and (max-width:430px) {
  .colarge-2-1 {
    width: 230px
  }

  .colarge-2-1 img {
    position: relative;
    right: 169px;
    bottom: 45px
  }

  .colarge-2 {
    width: 46%;
    left: 12%
  }
}

@media only screen and (max-width:400px) {
  .our-pro {
    width: 100%
  }

  .colarge-2-1 img {
    position: absolute;
    top: 50%;
    left: 0
  }

  .colarge-2-1 {
    position: relative;
    top: 0;
    left: 0
  }

  .colarge-2 {
    width: 46%;
    left: 12%;
    display: none
  }

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

@media only screen and (max-width:360px) {
  .inner-page-content h2 {
    font-size: 26px
  }

  .breadcrumb-row ul {
    display: flex;
    align-items: center
  }

  .breadcrumb-row ul li a {
    font-size: 15px
  }

  .breadcrumb-row ul li::after {
    top: 55%
  }
}

@media only screen and (max-width:346px) {
  .footer-widget__Contact-list li .text p a {
    font-size: 14px
  }
}

.pro-cont h2 {
  color: #000 !important
}

.head-2 {
  color: #000;
  font-size: 24px
}

@media only screen and (min-width:320px) and (max-width:768px) {
  .inner-page-content h1 {
    font-size: 30px
  }
}

.pbmit-header-info a {
  color: #fff !important
}

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

.price-bt {
  line-height: 32px
}

.get-latest-price-bt {
  padding-left: 5px;
}