/*Source Sans Pro*/
@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/SourceSans3-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/SourceSans3-SemiBold.woff2') format('woff2');
  font-weight: 600; /* SemiBold typically uses 600 */
  font-style: normal;
  font-display: swap; /* Critical for CLS improvement */
  unicode-range: U+000-5FF; /* Limit to Latin characters initially */
}
/*Aero*/
@font-face {
    font-family: 'Aero';
    src: url('../fonts/Aero-Extralight.eot');
    src: url('../fonts/Aero-Extralight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aero-Extralight.woff2') format('woff2'),
        url('../fonts/Aero-Extralight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aero';
    src: url('../fonts/Aero-Light.eot');
    src: url('../fonts/Aero-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aero-Light.woff2') format('woff2'),
        url('../fonts/Aero-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aero';
    src: url('../fonts/Aero-LightItalic.eot');
    src: url('../fonts/Aero-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aero-LightItalic.woff2') format('woff2'),
        url('../fonts/Aero-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: 'Aero';
  src: url('/assets/fonts/Aero-Book.woff2') format('woff2');
  font-weight: 400; /* Book weight typically 400 */
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF; /* Latin charset */
}

@font-face {
    font-family: 'Aero';
    src: url('../fonts/Aero-BookItalic.eot');
    src: url('../fonts/Aero-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aero-BookItalic.woff2') format('woff2'),
        url('../fonts/Aero-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: 'Aero';
  src: url('/assets/fonts/Aero-Medium.woff2') format('woff2');
  font-weight: 500; /* Medium weight */
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF; /* Latin charset */
}

@font-face {
    font-family: 'Aero';
    src: url('../fonts/Aero-MediumItalic.eot');
    src: url('../fonts/Aero-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aero-MediumItalic.woff2') format('woff2'),
        url('../fonts/Aero-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/*Arial Black*/
@font-face {
    font-family: 'Arial Black';
    src: url('../fonts/Arial Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome Fallback';
    src: local('Arial');
    size-adjust: 105%;
    ascent-override: 95%;
    descent-override: 25%;
    line-gap-override: 0%;
}

@font-face {
  font-family: 'Font Awesome 6 Solid';
  src: url('/assets/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: block; /* Icons should use block display */
  unicode-range: U+F000-F8FF; /* Private Use Area for icons */
}

@font-face {
  font-family: 'Font Awesome Brands';
  src: url('/assets/webfonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Aero';
  src: url('/fonts/Aero-Medium.woff2') format('woff2');
  font-display: swap;  /* Critical addition */
  font-weight: 500;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('/assets/fonts/SourceSans3-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap; /* Critical for performance */
  font-style: normal;
}
@font-face {
  font-family: 'Aero';
  src: url('/assets/fonts/Aero-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('/assets/webfonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block; /* Icons need block display */
  unicode-range: U+F000-F8FF; /* Private Use Area */
}

body {
  margin: 0;
  font-family: 'Source Sans 3';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #383838;
}
h1{
    font-size: 40px;
    font-family: 'Aero';
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    letter-spacing: 1px;
}
h2{
    font-size: 35px;
    font-family: 'Aero';
    font-weight: 500;
    color: #033882;
    line-height: 45px;
}
h3{
    font-size: 26px;
    font-family: 'Source Sans 3';
    font-weight: 600;
    color: #000;
    line-height: 35px;
}
h4{
    font-size: 22px;
    font-family: 'Source Sans 3';
    font-weight: 600;
    color: #000;
    line-height: 30px;
}
h5{
    font-size: 20px;
    font-family: 'Source Sans 3';
    font-weight: 600;
    color: #000;
    line-height: 30px;
}
a{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #DC402B!important;
}
:focus-visible{
    outline: 0;
}
ol{
    margin-bottom: .7rem!important;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  margin: 0px;
  display: none;
  min-width: 10rem;
  list-style-type: none;
  border-radius: 0.4rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-clip: padding-box;
  padding: 0 0 1rem;
  text-align: left;
}

.dropdown-item {
  clear: both;
  display: block;
  width: 100%;
  white-space: nowrap;
  border-width: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 30px;
  text-align: inherit;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding: 0px;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgb(52 63 82 1);
}

.nav-link {
  display: block;
  border-width: 0px;
  background-color: inherit;
  padding: 1.2rem 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgb(52 63 82 1);
  transition-property: color;
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    -webkit-transition: all 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
    transition: all 0.8s cubic-bezier(0.34, 1.45, 0.7, 1);
}
.navbar .navbar-nav .nav-link-arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding: 0 5px;
}
.navbar-nav .nav-link i {
        font-size: 0.95rem;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu {
    padding: 1rem 2rem;
    width: auto;
    box-shadow: 0rem 0rem 1.25rem rgb(0 0 0 / 6%) !important;
}
.navbar .navbar-nav .dropdown .dropdown-item {
    font-size: 17px;
    font-weight: 600;
    color: #383838;
}
.navbar .navbar-nav .dropdown .dropdown-item:after{
  content: "\f178";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    opacity: 0;
    margin-left: -5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.navbar .navbar-nav .dropdown .dropdown-item:hover:after {
    opacity: 1;
    margin-left: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu li{
    border-bottom: 1px solid #e7e7e7;
}
.navbar .navbar-nav .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}
.navbar .navbar-nav .dropdown .dropdown-menu li:hover{
    color: #dc402b !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu .nav-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
}
.nav-link:hover {
  color: rgb(63 120 224 1);
}

.nav-link:focus {
  color: rgb(63 120 224 1);
}
.dropdown-toggle:after {
  display: none;
}
.nav-link:focus-visible {
  box-shadow: none;
}

.nav-link:focus-visible {
  outline:0
}

.nav-link.disabled,.nav-link:disabled {
  pointer-events: none;
  cursor: default;
  color: rgb(149 156 169 1);
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
  width: 100%;
}

.navbar {
    position: fixed;
    background: #fff;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 0rem 1rem rgb(0 0 0 / 25%) !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}
.navbar{
    z-index: 1020;
    width: 100%;
}
.navbar .container{
    position: relative;
}
.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:inherit;
}

.navbar-brand {
  margin-right: 0px;
  white-space: nowrap;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.7rem;
  color: #DC402B;
}

.navbar-brand:focus,.navbar-brand:hover {
  color: #DC402B;
}

.navbar-nav {
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
  font-size: 0.8rem;
}
.header-logo{
    height: 80px;
    width: auto;
}
.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
  color: #DC402B;
}

.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-expand-lg .navbar-collapse .nav-link {
    white-space: wrap;
  }
  .dropdown-item.active, .dropdown-item:active{
      text-decoration: none;
      color: inherit;
  }
  .dropdown-item:focus:hover, .dropdown-item:hover:hover {
    background-color: inherit;
    color: inherit;
}
@media (min-width:992px) {
    .navbar-expand-lg.transparent:not(.fixed) {
    padding-top: 0;
  }
  .navbar-nav .dropdown:hover .nav-link > .nav-link-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .9rem;
    padding-right: .9rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .dropdown-mega, .navbar-expand-lg .navbar-nav{
    position: static;
  }
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown-menu {
    pointer-events: none;
    visibility: hidden;
    top: 120%;
    display: block;
    opacity: 0;
  }
  .navbar-nav .dropdown-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0;
        border-radius: 0.2rem;
  }

.navbar-nav .dropdown:hover > .dropdown-menu,
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:not(.dropdown-submenu):hover>.dropdown-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
    transition-property: all;
    transition-duration: 150ms;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events:all;
  }
}
.custom-div {
    width: 100%;
    height: 50px;
    background-color: inherit;
}
.nav-close {
    cursor: pointer;
}
.gradient-overly-color{
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    padding: 140px 0 60px 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: linear-gradient(to right, rgb(3 56 130 / 90%) 30%, rgb(0 0 0 / 10%) 100%);
    background: -webkit-linear-gradient(to right, rgb(3 56 130 / 90%) 30%, rgb(0 0 0 / 10%) 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, rgb(3 56 130 / 90%) 30%, rgb(0 0 0 / 10%) 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, rgb(3 56 130 / 90%) 30%, rgb(0 0 0 / 10%) 100%); /* For Firefox 3.6 to 15 */
}
@media (min-width: 1201px){
    .desktop-hide-menu{
        display: none!important;
    }
    .ml-15-menu{
        margin-left: 15px;
    }
}
@media (max-width: 1200px){
    .mobile-hide-menu{
        display: none!important;
    }
    .ml-15-menu{
        margin-left: 0px;
    }
}
/*Default theme - Owl Carousel CSS File*/
.owl-theme .owl-nav {
    display: none;
}
.prev-btn, .next-btn{
    position: relative;
    background-color: inherit;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border-color: #033882 !important;
    color: #033882;
    font-size: 18px;
    padding: 0;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.prev-btn:hover{
    color: #dc402b!important;
    border-color: #dc402b!important;
}
.next-btn:hover{
    color: #dc402b!important;
    border-color: #dc402b!important;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #ffffff00;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 2px solid #bcbcbc;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #DC402B;
}
/*Owl Carousel - Core*/
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
   border-radius: 50%;
    color: #dc402b;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #dc402b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; 
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
/*Owl Carousel - Animate Plugin*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
/*Owl Carousel - Auto Height Plugin*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/*Owl Carousel - Video Plugin*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.html") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.ml-auto{
    margin-left: auto;
}
.mlr-auto{
    margin-left: auto!important;
    margin-right: auto!important;
}
.search-icon{
    background: transparent;
    border-color: transparent;
    color: #033882;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    padding: 0px;
    transition: box-shadow 0.3s ease;
}
/*.search-icon:hover{*/
/*    background: #DC402B;*/
/*    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
/*}*/
.ml-auto-mr{
    margin-left: auto;
    margin-right: 10px;
}
.footer-wrap{
    background: #FBFBFB;
}
.footer{
    background: #033882;
    border-radius: 25px 25px 0 0;
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.footer-brand img{
    width: auto;
}
.footer p{
    font-size: 17px;
    margin-bottom: 0;
}
.footer span, .footer a{
    font-size: 17px;
}
.footer h5{
    font-family: 'Source Sans 3';
    color: #fff;
    font-weight: 600;
}
.footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  display: block;
}
.footer ul li i{
    font-size: 15px;
}
.footer ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 1.9;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mr-2{
    margin-right: 0.5rem !important;
}
.mr-3{
    margin-right: 3rem !important;
}
.ml-ul-styling{
    margin-left: 2.8rem;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.ml-2{
    margin-left: 0.5rem !important;
}
.ml-3{
    margin-left: 3rem !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pr-2{
    padding-right: 0.5rem !important;
}
.pr-3{
    padding-right: 3rem !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.pl-2{
    padding-left: 0.5rem !important;
}
.pl-3{
    padding-left: 3rem !important;
}
.pl-5{
    padding-left: 5rem !important;
}
.btn-layout a{
    text-align: center;
    padding-right: 2px;
}
.btn-layout a i{
    color: #fff;
    background: #DC402B;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
}
.border-top{
    border-top-color: #bcbcbc!important;
}
.border-right{
    border-right: 1px solid #bcbcbc!important;
}
.mt-mb{
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #033882;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: 1px solid #bcbcbc;
    text-align: center;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); /* For Opera 11.1 to 12.0 */
    background: -moz-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%); /* For Firefox 3.6 to 15 */
}
.scroll-top span {
    color: #ffffff;
}
.scroll-top.open {
    bottom: 30px;
}
.section{
    position: relative;
    padding: 60px 0px;
}
.heading-class h1{
    font-size: 35px;
    font-family: 'Aero';
    font-weight: 500;
    color: #033882;
    line-height: 45px;
    letter-spacing: 0;
}
.wbannersection{
    position: relative;
    padding: 150px 0 60px 0;
}
.wbannersection h1{
    color: #033882;
}
.banner-section{
    position: relative;
    /*height: 530px;*/
}
.mt-20{
  margin-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-50{
    margin-bottom: 50px;
}
.font-style{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.services-heading{
    font-family: 'Source Sans 3'; 
    font-size: 26px;
    color: #033882;
    font-weight: 600;
    line-height: 27px;
}
.breadcrumb-item, .breadcrumb-item a {
  color: #d8d8d8;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none;
}
.breadcrumb-item.active{
    color: #ffffff;
    font-weight: 500;
}
@media (min-width: 768px) {
  .breadcrumb-item, .breadcrumb-item a {
    font-size: 17px;
  }
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #FBFBFB;
  font-size: 15px;
}
.heading-border{
    border-top: 1px solid #E7E7E7 !important;
    margin: 20px 0px;
}
.bg-grey{
    background: #f4f4f4;
}
.bg-blue{
    background: #033882;
}
.contact-us h2{
    font-size: 35px;
    line-height: 45px;
}
.form-row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group {
    position: relative;
    margin-bottom: 0.8rem;
}
.form-control{
    height: calc(1.3em + 1.5rem);
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 16px;
    color: #6b6b6b;
    border-color: #cecece;
}
.form-control::placeholder {
  color: #6b6b6b;
  font-size: 16px;
}
.form-control::-webkit-input-placeholder {
  color: #6b6b6b;
  font-size: 16px;
}
.form-control::-moz-placeholder {
  color: #6b6b6b;
  font-size: 16px;
}
.form-control:focus {
    background-color: #ffffff;
    border-color: #7E8299;
    outline: 0;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out 0s;
}
.form-arrow{
    position: absolute;
    top: 8px;
    right: 14px;
    z-index: 10;
    font-size: .9rem;
    line-height: inherit;
}
select{
    background-image: url(../images/svg/vector.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 20px !important;
    background-size: 12px;
}
textarea.form-control {
    height: auto;
    border-radius: 20px;
    resize: none;
}
.enq_error{
    font-size: 14px;
    color: red !important;
}
.small-font{
    font-size: 15px;
    line-height: 18px;
}
.small-font a{
    color: #DC402B;
}
.btn-reset{
    border-radius: 0px;
    color: #dc402b !important;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #dc402b !important;
    background: transparent;
    border-color: transparent;
    padding: 0px;
    margin-right: 1rem;
}
.btn-reset-icon-style{
    border: 1px solid #dc402b;
    color: #dc402b;
    width: 20px;
    height: 20px;
    line-height: 20px!important;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 5px;
}
.btn-reset-icon{
    border-radius: 50%;
    color: #DC402B !important;
    width: 38px;
    height: 38px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #DC402B !important;
    padding: .25em .25em;
    transition: box-shadow 0.3s ease;
}
.btn-primary{
    border-radius: 24px;
    background-color: #DC402B;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #DC402B;
    padding: 10px 65px;
    text-transform: uppercase;
}
.btn-secondary{
    border-radius: 24px;
    background-color: #DC402B;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #DC402B;
    padding: 10px 40px;
}
.btn-secondary-white{
    border-radius: 24px;
    background-color: #ffffff;
    color: #033882;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ffffff;
    padding: 10px 40px;
    text-transform: uppercase;
}
.mega-menu .btn-secondary-orange{
    border-radius: 24px;
    background-color: #DC402B;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #DC402B;
    padding: 10px 25px;
    width: fit-content;
}
.btn-secondary-orange{
    border-radius: 24px;
    background-color: #DC402B;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #DC402B;
    padding: 10px 25px;
    text-transform: uppercase;
}
.btn-seeall{
    font-size: 16px;
    color: #033882;
    font-weight: 700;
    border: 1px solid #033882;
    border-radius: 0 25px 25px 25px;
    padding: 8px 20px;
    max-width: 140px;
    text-transform: uppercase;
}
.btn-outline{
    border-radius: 24px;
    background-color: #fff;
    color: #dc402b;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #DC402B;
    padding: 10px 25px;
    text-transform: uppercase;
}
.btn-underline{
  padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #dc402b;
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
}
.btn-underline:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    width: 100%;
    border-bottom: 2px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}
.btn-underline:hover:after{
  transform: scaleX(1);
}
.mixitup-control-active{
    background-color: #dc402b!important;
    color: #fff!important;
}
.nav-pills .nav-item:not(:last-child) {
    padding-right: 1rem;
}
.btn-outline:hover, .btn-outline:focus-visible, .btn-outline:focus, .btn-outline:active{
    background-color: #dc402b!important;
    color: #fff!important;
}
.btn:focus-visible, .btn:hover, .btn:active, :not(.btn-check)+.btn:active, .btn:first-child:active{
    background-color: #fff;
    color: #DC402B;
    border: 1px solid #DC402B;
    box-shadow: none;
}
.btn-close:focus{
    box-shadow: none;
}
.links{
    list-style: none;
    padding: 0;
    margin: 0;
}
.links a{
    text-decoration: none;
    color: #383838;
    line-height: 1.9;
    font-size: 18px;
}
.p-0{
    padding: 0;
}
.p-all-50{
    padding: 50px 50px;
}
.br-25{
    border-radius: 25px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pt-15{
    padding-top: 15px;
}
.box-shadow{
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
}
.resource-margin{
  margin: 60px 0 40px;
}
.featured-resources-box{
  position: relative;
  min-height: 400px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.gradient-color-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / -1%));
  pointer-events: none;
  border-radius: 0px;
  transition: background 0.4s ease;
}
.featured-resources-text{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  opacity: 1;
  transform: translateY(50px);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.featured-resources p{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-resources-read-more{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.featured-resources-box:hover .gradient-color-overlay{
  background: linear-gradient(to top, rgb(0 61 153 / 80%) 0%, transparent 80%);
  height: 100%;
}
.featured-resources-box:hover .featured-resources-text{
  transform: translateY(0px);
}
.featured-resources-box:hover .featured-resources-read-more{
  opacity: 1;
  transform: translateY(0px);
}
.featured-resources-read-more .btn-underline{
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff!important;
  font-size: 16px;
  display: inline-block;
  line-height: 1.2;
}
.featured-resources-read-more .btn-underline:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  width: 100%;
  border-bottom: 2px solid;
  transform: scaleX(0);
  transition: transform 0.3s;
  content: "";
}
.featured-resources-box:hover .featured-resources-read-more .btn-underline:after{
transform: scaleX(1);
}
.featured-resources-right-box{
  border: 1px solid #d9d9d9;
  padding: 30px;
  background: #fff;
  transition: all 0.4s ease;
}
.featured-resources-right-box:hover{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.featured-resources-right-box .btn-underline{
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #dc402b;
  font-size: 16px;
  display: inline-block;
  line-height: 1.2;
}
.featured-resources-right-box .btn-underline:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  width: 100%;
  border-bottom: 2px solid;
  transform: scaleX(0);
  transition: transform 0.3s;
  content: "";
}
.featured-resources-right-box:hover .btn-underline:after{
transform: scaleX(1);
}
.card{
    color: #383838;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.blog-img{
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem 0.375rem 0 0;
}
.card-body{
    padding: 20px 30px;
}
.card-body h3{
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 70px;
}
.card-body p{
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}
.card-body h3 a{
    font-size: 26px;
    line-height: 35px;
}
.post-group{
  position: relative;
}
.post-type{
  display: inline-block;
    font-size: 15px;
    color: #474747ab;
    font-weight: 500;
    padding-bottom: 5px;
}
.post-type-color {
    display: inline-block;
    font-size: 14px;
    background: #033882;
    color: #fff;
    font-weight: 600;
    border: 2px solid #033882;
    border-radius: 25px;
    padding: 3px 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-in;
}
.card:hover{
    box-shadow: 0 0 1.25rem 0 rgba(0,0,0,.4);
}
.card:hover img {
  border-radius: 0.375rem 0.375rem 0 0;
    transform: scale(1.1);
}
.card .btn-underline{
  padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #dc402b;
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
}
.card .btn-underline:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    width: 100%;
    border-bottom: 2px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}
.card:hover .btn-underline:after{
  transform: scaleX(1);
}
.card-button-bottom{
    position: absolute;
    bottom: 0;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-radius: 0.3rem;
    justify-content: center;
}
.page-link {
  position: relative;
    display: flex;
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.page-link:hover {
  z-index: 2;
  text-decoration: none;
  background-color: #FFFFFF;
  border-color: #dc402b !important;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-radius: 25px;
}
.page-item:last-child .page-link {
  border-radius: 25px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #033882;
  border-color: #033882;
}
.page-item.disabled .page-link {
  color: #7E8299;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #E4E6EF;
}
.page-item .page-link, .page-item span {
    margin: 0 10px;
    color: #383838;
    font-weight: 600;
}
.cta h3{
    font-size: 30px;
    line-height: 42px;
}
.link-with-icon span i{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.link-with-icon:hover span i{
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    margin-left: 2px;
}
.icon-rotate-325{
    webkit-transform: rotate(325deg);
    -moz-transform: rotate(325deg);
    -ms-transform: rotate(325deg);
    -o-transform: rotate(325deg);
    transform: rotate(325deg);
    vertical-align: middle;
}
.icon-ml{
    margin-left: 1.5rem;
}
.icon-mr{
    margin-right: 1.5rem;
}
.maxwidth{
    max-width: 70px;
}
.exploremore span{
     -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.exploremorediv{
    display: block;
    width: 70%;
}
.exploremorebutton{
    border-radius: 50%;
    background-color: #ffffff;
    color: #dc402b;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #dc402b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.exploremorediv h3{
    margin-bottom: 0;
}
.exploremore:hover span{
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: inherit; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; 
  } 
}
.video_container svg{
  position: absolute;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px 0px;
    z-index: 99;
    color: #dc402b;
    border: 2px solid #dc402b;
}
.video_container span{
    transition: all 200ms;
}
.video_container span:before{
   content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #dc402b;
  border-radius: 50%;
  animation: pulse-border 1800ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* Accordion CSS */
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -0.0625rem;
}
.accordion-item{
    border: none;
}
.accordion-header button{
    font-family: 'Source Sans 3';
    font-weight: 600;
    color: #000;
    line-height: 35px;
}
.accordion-header button h3{
    font-size: 26px;
}
.accordion-header button span{
    background-color: #033882;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}
.accordion-header button p{
    width: 80%;
    margin-bottom: 0;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button:not(.collapsed){
    background: none;
    color: inherit;
    box-shadow: none;
}
.accordion-body{
    padding: 0 1.25rem 1rem;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    box-shadow: none;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-border {
    border-top: 1px solid #E7E7E7 !important;
    margin: 5px 0px;
}
.accordion-item-footer{
    background: none;
    padding: 1rem 0;
}
.accordion-item-footer .accordion-button{
    background-color: unset;
    padding: 0;
}
.accordion-item-footer .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-item-footer .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-item-footer .accordion-body {
    padding: 1rem 0 0;
}
.accordion-item-services{
    margin-bottom: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.accordion-item-services .accordion-body{
    padding-bottom: 30px;
}
/*Steps*/
.steps{
    position: relative;
}
.steps .col-lg-3{
    background: #ffffff;
    padding: 1.5rem;
    border: 1px solid #e7e7e7;
    transition: all 0.2s ease;
}
.steps .col-lg-3:hover{
    background: #033882;
    color: #fff;
}
.steps .col-lg-3:hover .step-arrow h3{
    color: #fff;
}
.steps .col-lg-3:first-child{
    border-radius: 25px 0 0 25px;
}
.steps .col-lg-3:last-child{
    border-radius: 0 25px 25px 0;
}
.steps .col-lg-2{
    background: #ffffff;
    padding: 1.5rem;
    border: 1px solid #e7e7e7;
    transition: all 0.2s ease;
}
.steps .col-lg-2:hover{
    background: #033882;
    color: #fff;
}
.steps .col-lg-2:hover .step-arrow h3{
    color: #fff;
}
.steps .col-lg-2:first-child{
    border-radius: 25px 0 0 25px;
}
.steps .col-lg-2:last-child{
    border-radius: 0 25px 25px 0;
}
.steps .col-lg-2 .step-arrow{
    position: relative;
}
.steps .col-lg-2 .step-arrow h3{
    color: #033882;
}
.steps .col-lg-2 .step-arrow i{
    position: absolute;
    margin: 0 auto;
    top: 50%;
    right: 0;
    transform: translate(110%, -50%);
    background: #dc402b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.step-arrow{
    position: relative;
}
.step-arrow h3{
    color: #033882;
}
.step-arrow i{
    position: absolute;
    margin: 0 auto;
    top: 50%;
    right: 0;
    transform: translate(110%, -50%);
    background: #dc402b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

/*Counter*/
.counter:after{
    content: " +";
  display: inline-block;
}
.list-inline-item{
    border-radius: 10px;
    width: 190px;
    height: auto;
    padding: 30px 20px !important;
    line-height: 35px;
    box-shadow: 0 .2rem 0.5rem rgb(0 0 0 / 12%) !important;
    margin-left: .5rem!important;
    margin-bottom: 1.3rem;
    position: relative;
    transition: all 0.2s ease;
  -webkit-filter: blur(0px);
    border: 1px solid #000;
}
.list-inline-item-underline{
    background: #fff;
    border-radius: 10px;
    width: 170px;
    height: auto;
    padding: 30px 0 !important;
    line-height: 35px;
    box-shadow: 0 .2rem 0.5rem rgb(0 0 0 / 12%) !important;
    margin-right: 1rem!important;
    border: 1px solid #000;
}
.list-inline-item h3{
    color: #033882;
    font-size: 35px;
    font-weight: 600;
    margin: 1.5rem 0 0;
}
.list-inline-item img{
    width: 64px;
    height: 64px;
}
.list-inline-item:hover{
    transform: scale(1.07);
    transition: all 0.2s ease;
}
.color-blue{
    color: #033882;
}
.owl-history .owl-nav {
    display: none;
}
.history-border{
    border-top: 2px solid #033882 !important;
    margin: 15px 0px;
}
.ethics p{
    margin-bottom: 0;
}
.color-orange{
    color: #DC402B;
}
.testimonial-single{
    position: relative;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.4s;
}
.media-body{
    position: relative;
}
.media-body:before{
    position: absolute;
    height: 1px;
    background: #383838;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    transition: all 0.3s ease;
    z-index: 1;
    content: "";
}
.owl-testimonial .owl-nav{
    display: none;
}
.icon-md{
    color: #033882;
    font-size: 25px;
}
.ratting-color{
    color: #DC402B;
}
.btn-team-layout a{
    text-align: center;
}
.btn-team-layout a i{
    color: #fff;
    background: #033882;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}		
/* Tabs */
.feature-tabs{
    display: block;
    width: 100%;
}
.feature-tab-content{
    background: #fff;
    padding: 2.5rem;
    border: 1px solid #E7E7E7 !important;
}
.feature-tab-content img{
    display: block;
    width: 100%;
}
.nav-tabs{
    width: 100%;
    justify-content: space-between;
}
.nav-tabs .nav-item{
    width: 25%;
}
.nav-tabs li{
  padding: 0 3px 0 0;
  position: relative;
}
.nav-tabs li:last-child{
  padding: 0;
}
.tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #033882;
  width: 0;
}
.tab-progress.animate {
  animation: fillBar 10s linear forwards;
}

@keyframes fillBar {
  from {
      width: 0%;
  }
  to {
      width: 100%;
  }
}
.nav-tabs .nav-link{
    background: #ffffff;
    padding: 10px 20px !important;
    text-align: center;
    border: 1px solid #E7E7E7;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.nav-tabs .nav-link:hover{
    border: 1px solid #033882;
}
.nav-tabs .nav-link:hover h6{
  color: #033882;
}
.nav-tabs .nav-link.active{
    color: #033882;
    padding: 10px 20px !important;
}
.nav-tabs .nav-link h6{
    color: #383838;
    font-size: 17px;
    font-weight: 600;
}
.nav-tabs .nav-link.active{
  border: 1px solid #033882;
  border-bottom: none;
}
.nav-tabs .nav-link.active h6{
    color: #033882;
}
.fade {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}
.gradient-overly-color-advantage{
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: linear-gradient(to right, rgb(3 56 130 / 90%) 50%, rgb(0 0 0 / 10%) 100%);
    background: -webkit-linear-gradient(to right, rgb(3 56 130 / 90%) 50%, rgb(0 0 0 / 10%) 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, rgb(3 56 130 / 90%) 50%, rgb(0 0 0 / 10%) 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, rgb(3 56 130 / 90%) 50%, rgb(0 0 0 / 10%) 100%); /* For Firefox 3.6 to 15 */
}
.portfolio-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.portfolio-wrapper .content-overlay {
  background: #033882;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 80%;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-wrapper:hover .content-overlay {
    top: 0;
    border-radius: 25px;
  opacity: 0.8;
}
.portfolio-wrapper img {
  display: block;
  width: 100%;
  min-height: 250px;
}
.portfolio-wrapper a{
    font-size: 16px;
}
.portfolio-wrapper a:hover{
    color: #fff!important;
}
.portfolio-wrapper .btn-underline-white{
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.2;
}
.portfolio-wrapper .btn-underline-white:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    width: 100%;
    border-bottom: 2px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}
.portfolio-wrapper:hover .btn-underline-white:after{
  transform: scaleX(1);
  color: #fff;
}
.content-image {
  width: 100%;
}
.content-heading{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42%;
    background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / -1%));
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content-heading h3{
   color: #fff;
    padding: 10px 3%;
    font-size: 22px;
    bottom: 6px;
    position: absolute;
    text-align: center;
    margin: auto;
    width: 100%;
}
.portfolio-wrapper:hover .content-heading{
    display: none;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  top: 80%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content-details h3{
    color: #fff;
}
.content-details p{
    font-size: 16px;
    line-height: 22px;
}
.portfolio-wrapper:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.portfolio-wrapper .content-overlay-mobile {
  background: #033882;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content-details-mobile {
  position: absolute;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.offcanvas {
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  z-index: 1045;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  background-clip: padding-box;
  color: #383838;
  outline-width: 0px;
  transition: transform 0.3s ease-in-out;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  outline: 0;
}
.offcanvas-top{
    border-radius: 0 0 25px 25px;
    height: 100px !important;
    background-color: #fff !important;
}
.offcanvas.show:not(.hiding),.offcanvas.showing {
  transform: none;
}

.offcanvas.hiding,.offcanvas.show,.offcanvas.showing {
  visibility: visible;
}
.search-form-control{
    height: calc(1.3em + 1.5rem);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #383838;
    border: none;
    position: relative;
    border-bottom: 1px solid #000000;
}
.btn-close{
    background-color: rgba(0, 0, 0, .08);
    color: #000000;
    border-radius: 50%;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 1;
}
.modal .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
}
.search-form-control:active, .search-form-control:focus, .search-form-control:focus-visible, .search-form-control:hover{
   outline: 0;
}
        .navbar-nav .nav-item .dropdown-menu {
      display: none;
    }
    .navbar-nav .nav-item:hover .dropdown-menu {
      display: block;
    }
    .mega-menu {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      padding: 20px;
      background: #fff;
      color: #000;
      display: none;
      z-index: 1000;
    }
    .mega-menu.show {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .mega-menu p {
      color: #383838;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 17px;
    }
    .mega-menu p.active {
      color: #fff;
      background: #033882;
      border-radius: 10px 10px 0 0;
    }
    .mega-menu ul li a{
      position: relative;
      color: #000;
      font-size: 17px;
      display: block;
      font-weight: 600;
      width: 90%;
    }
    .mega-menu ul li a:after{
      content: "\f178";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    opacity: 0;
    margin-left: -5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    }
    .mega-menu ul li a:hover:after {
    opacity: 1;
    margin-left: 10px;
}
    .mega-menu a:hover {
      color: #DC402B!important;
      text-decoration: none;
    }
    .mega-menu .contact {
      text-align: center;
    }
    .mega-menu .contact p {
      color: #fff;
    }
    .mega-menu .btn-danger {
      margin-top: 10px;
    }
    .dropdown-menu {
      width: 100%;
      padding: 20px;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }
    .nav-item.dropdown:hover > .dropdown-menu.mega-menu {
      display: block;
    position: absolute;
    padding-bottom: 30px;
    }
    .megasection {
      display: none;
      width: 100%;
    }
    .megasection.active {
      display: block;
    }
    .tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      border-bottom: 1px solid #E7E7E7 !important;
    }
    .tabs-container{
        display: flex;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    border: 1px solid #E7E7E7;
    border-bottom: 0;
    background: #fff;
    }
    .tabs p {
      padding: 10px 50px;
      font-weight: 600;
      margin-bottom: 0;
    }
    
    .events-container {
      display: flex;
      flex-wrap: wrap;
      column-gap: 25px;
  }   
.events-item{
    position: relative;
    width: calc((100% - 50px) / 3);;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 0.375rem;
    margin-bottom: 30px;
    background: #f4f4f4;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}
.events-item:hover{
  background: #033882;
  color: #ffffff;
}
.events-item:hover h3{
  color: #ffffff;
}
.events-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
}
.events-wrapper .card-body{
    padding: 25px 0 0;
}
.events-wrapper .card-body h3{
    display: block!important;
    height: auto!important;
}
.event-image-box{
  background: #ffffff;
  padding: 1rem 1.5rem;
}
.event-info-box{
  padding: 1.7rem;
}
.event-detail{
    display: flex;
    padding-bottom: 15px;
    align-items: center;
    line-height: normal;
}
li.event-detail:last-child{
    padding-bottom: 0;
}
.event-info{
    font-weight: 600;
    padding-left: .3rem;
}
.column-2{
    column-count: 2;
    column-gap: 3rem;
}
.column-2 li{
    border-bottom: 1px solid #e7e7e7;
    padding: .5rem 0;
}
.text-justify{
    text-align: justify;
}
.media-body small{
    line-height: 15px;
}
.icon-light{
    color: #D1D3E0;
}
.icon.icon-lg i, .icon.icon-lg svg{
    font-size: 2.75rem;
}
.list-unstyled-custom-white li{
    display: flex;
    margin-bottom: 0.5rem;
}
.list-unstyled-custom-white li:before {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 13px;
    color: #fff;
    margin-right: 0.8rem;
}
.list-unstyled-custom{
  list-style: none;
}
.list-unstyled-custom li{
    position: relative;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.list-unstyled-custom li:before{
    content: "\f101";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-weight: 900;
  font-size: 13px;
  color: #dc402b;
  left: -2rem;
}
.list-unstyled-custom li>ul>li{
    display: block;
}
.list-unstyled-custom li>ul>li:before{
    content: '';
    background-color: transparent;
    border: 1px solid #dc402b;
    display: inline-block;
    position: absolute;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.list-unstyled-block li{
    display: block;
    margin-bottom: 0.5rem;
}
.list-unstyled-block li:before{
    content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 13px;
  color: #dc402b;
  margin-right: 0.8rem;
}
.heading-style h3{
  font-family: 'Source Sans 3';
    font-size: 26px;
    width: fit-content;
    border-bottom: 2px solid #033882;
    color: #033882;
}
.h-change .h-card {
    color: #383838;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    border-radius: 0.375rem;
}
.h-change .h-card-body{
  padding: 20px 30px;
}
.h-change .h-card-body h3{
  font-family: 'Source Sans 3';
    font-size: 26px;
    width: fit-content;
    border-bottom: 2px solid #033882;
    color: #033882;
}
.list-style-span{
    background-color: #dc402b;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    justify-content: center;
    margin-right: 0.5rem;
}
.custom-ul-style{
    display: flex;
    flex-flow: column nowrap;
    border: 0;
}
.custom-ul-style li{
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}
.custom-ul-style li:last-child{
    border-bottom: none;
}
.custom-ul-style li a{
  font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-ul-style li a.active{
    display: block;
    color: #dc402b;
    font-weight: 600;
    border-left: 2px solid #dc402b;
    padding-left: 10px;
}
.custom-ul-style li a:hover{
    color: #dc402b;
    font-weight: 600;
}
.sidebar {
    width: auto;
}
.content {
    flex-grow: 1;
    overflow-y: inherit;
}
.p2{
    padding: 2rem;
}
.custom-grid{
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #e7e7e7;
}
.custom-grid-item{
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
/*Hub and Discovery*/
.advantage-section{
    position: relative;
}
.advantage-section .twocolumns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.advantage-section .twocolumns .block {
	width: 50%;
	padding: 0 40px 0 0;
	text-align: left;
	margin-bottom: 60px;
}
.advantage-section .twocolumns .block:nth-last-child(3),
.advantage-section .twocolumns .block:nth-last-child(2){
    margin-bottom: 0;
}
.advantage-section .twocolumns .block:nth-child(2n) {
	padding: 0 0 0 40px;
	text-align: right;
}
.decor-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: linear-gradient(to right, rgb(3 56 130) 20%, #dc402b 100%);
	position: relative;
	color: #383838;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .8px;
	padding: 15px;
}

.decor-circle:before {
	content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    right: 7px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
}
.advantage-section .twocolumns .decor-circle {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    text-align: center;
    font-family: 'Aero';
    font-size: 22px;
}
.advantage-section .twocolumns .block .highlight-list-wrap{
    border: 1px solid #033882;
}
.advantage-section .twocolumns .block:nth-child(2n) .highlight-list-wrap{
    border: 1px solid #dc402b;
}
.highlight-list-wrap{
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 16px 32px rgba(166, 188, 233, 0.2);
    box-shadow: 0 16px 20px rgb(166 188 233 / 11%);
    transition: box-shadow 0.3s ease;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    height: 150px;
}
.highlight-list-wrap .about-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: 50%;
    transform: translateY(-50%);
}
.highlight-list-wrap .about-icon{
    /*margin-bottom: 20px;*/
    width: 70px;
    height: 70px;
    background-color: #DC402B;
    mask-size: contain;
    mask-repeat: no-repeat;
}
.highlight-list-wrap .about-icon img{
    width: 70px;
    height: 70px;
}
.highlight-list-wrap .about-content{
    width: 70%;
    padding-left: 0;
    padding-right: 15px;
}
.highlight-list-wrap .about-content:nth-child(2n){
        padding-left: 15px;
        padding-right: 0;
}
.highlight-list-wrap .about-content h3{
    font-size: 26px;
    font-family: 'Aero';
    font-weight: 700;
    margin-bottom: 0;
}
.highlight-list-wrap .about-content span{
    font-weight: 600;
}
.highlight-list-wrap:hover{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.post-author-detail {
    position: relative;
    margin-top: 5rem;
    padding: 2rem;
    border: 1px solid #e7e7e7;
}
.widget-area .widget-style {
    padding: 30px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.widget-area .widget-recent-post .single-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: inherit;
    align-items: start;
    padding-bottom: 17px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e7;
}
.widget-area .widget-recent-post .single-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area .widget-recent-post .single-post .single-post-image {
    width: 80px;
    margin-right: 20px;
}
.widget-area .widget-recent-post .single-post .single-post-image img{
  border-radius: 5px;
}
.widget-area .widget-recent-post .single-post .single-post-content{
  line-height: 22px;
    width: 80%;
    font-weight: 600;
    margin-top: -2px;
}
.page-nav {
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
}
.pager-link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    transition: all 0.35s ease;
}
.pager-link+.pager-link {
    border-left: 0.1rem solid #ebebeb;
}
.pager-link:after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    line-height: 1;
    transition: all 0.35s ease 0.05s;
}
.pager-link.pager-link-prev {
    padding-right: 3rem;
    padding-left: 3rem;
}
.pager-link.pager-link-prev:after {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0.2rem;
}
.pager-link.pager-link-next {
    padding-left: 3rem;
    padding-right: 3rem;
    align-items: flex-end;
    text-align: right;
}
.pager-link.pager-link-next:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 0.2rem;
}
.pager-link-title {
    display: inline-block;
    margin-top: 0.6rem;
    flex: 0 0 auto;
    font-weight: 600;
    text-transform: none;
    transition: all 0.35s ease;
}
.btn-reset-search{
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 14px;
  background: rgba(0, 0, 0, .08);
  color: #0a0a0a;
  line-height: normal;
  border: none;
}
.search-card{
  position: relative;
  color: #383838;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0.375rem;
  height: 100%;
}
.search-card:hover{
  box-shadow: 0 0 1.25rem 0 rgba(0,0,0,.4);
}
.search-card-body{
    padding: 30px 30px 70px;
}
.search-card-btn{
  position: absolute;
  bottom: 25px;
  display: block;
}
.search-card-btn-underline {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #dc402b;
  font-size: 16px;
  display: inline-block;
  line-height: 1.2;
}
.search-card .search-card-btn-underline:after {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  width: 100%;
  border-bottom: 2px solid;
  transform: scaleX(0);
  transition: transform 0.3s;
  content: "";
}
.search-card:hover .search-card-btn-underline:after{
transform: scaleX(1);
}
.table-responsive::-webkit-scrollbar {
  height: 8px;
}
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #033882; 
  border-radius: 5px;
}
.table-custom-style>:not(caption)>*>*{
    border-bottom-width: 0;
}
.table-custom-style th:first-child{
    border-right: 1px solid #212529;
}
.table-custom-style td:first-child{
    border-right: 1px solid #212529;
    width: 25rem;
    min-width: 25rem;
}
.no-heading-style{
    border-right: 1px solid #e7e7e7;
    text-align: center;
}
.table-custom-th-style th:nth-child(2), .table-custom-th-style th:nth-child(3), .table-custom-th-style th:nth-child(4), .table-custom-th-style th:nth-child(5), .table-custom-th-style th:nth-child(6), .table-custom-th-style th:nth-child(7), .table-custom-th-style th:nth-child(8), .table-custom-th-style th:nth-child(9), .table-custom-th-style th:nth-child(10){
    width: 79px;
    min-width: 79px;
}
blockquote{
    padding: 15px;
    border-left: 3px solid #033882;
    margin-bottom: 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
}
.text-shadow-number{
    text-shadow: 1px 1px 0 #000;
}
.more-service-card{
    background-color: white;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    text-align: left;
    transition: transform 0.3s ease-in-out;
    margin-bottom: 30px;
    position: relative;
    display: block;
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 0%), 0 0 1.25rem rgb(30 34 40 / 2%);
}
.more-service-content{
    height: 125px;
    padding: 15px 25px 15px;
}      
.more-service-icon{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 70px;
    height: 70px;
    color: #033882;
    transition: color 0.3s ease;
    opacity: 0.2;
}
.service-icon{
    width: 70px;
    height: 70px;
    background-color: #033882;
    mask-size: contain;
    mask-repeat: no-repeat;
}
.more-service-card .btn-underline{
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #dc402b;
    font-size: 16px;
    display: inline-block;
    line-height: 1.2;
}
.more-service-card .btn-underline:after {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    width: 100%;
    border-bottom: 2px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}
.more-service-card:hover .btn-underline:after{
  transform: scaleX(1);
}
.more-service-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 1.25rem 0 rgba(0,0,0,.1);
}
.more-service-card:hover .service-icon{
    background-color: #dc402b;
    opacity: 1;
}
.w-90{
    width: 90%;
}
/*clinical bioanalysis css*/
.highlight-list{
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 16px 32px rgba(166, 188, 233, 0.2);
    box-shadow: 0 16px 20px rgb(166 188 233 / 11%);
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    margin-bottom: 20px;
    text-align: center;
    height: 280px;
}
.highlight-list .about-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.highlight-list .about-box img{
    width: 210px;
}
.highlight-list .about-content{
    margin-top: 20px;
}
.highlight-list .about-content span {
    font-weight: 600;
}
#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 80em;
}
#wrapper-container {
    float: left;
    width: 100%;
}
ol.process-chart {
    color: #fff;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}

ol.process-chart > li,
ol.process-chart > li > div {
    position: relative;
}

ol.process-chart > li {
    background: linear-gradient(to right, rgba(0,0,0,0.25) 0%, transparent 25%);
    background-color: #fff;
    counter-increment: item;
    flex-basis: 0;
    flex-grow: 1;
    margin: 1em 1em 1em -1em;
    min-width: 11.25em;
    padding: 1em 1em 1.5em 2em;
}

ol.process-chart > li:before,
ol.process-chart > li > div:before {
    color: #fff;
    text-transform: uppercase;
}
ol.process-chart > li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #fff;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -0.9em;
    top: 0;
    width: 0;
    z-index: 1;
}

ol.process-chart > li > div {
    padding: 0 0 0 1em;
}

ol.process-chart > li > div h3{
    color: #fff;
}
/*** PRIMARY ***/
ol.process-chart > li:nth-of-type(6n+1) {
    background-color: #033882;
}

ol.process-chart > li:nth-of-type(6n+1):after {
    border-left-color: #033882;
}

/*** SECONDARY ***/
ol.process-chart > li:nth-of-type(6n+2) {
    background-color: #dc402b;
}

ol.process-chart > li:nth-of-type(6n+2):after {
    border-left-color: #dc402b;
}

/*** TERTIARY ***/
ol.process-chart > li:nth-of-type(6n+3) {
    background-color: #bababe;
}

ol.process-chart > li:nth-of-type(6n+3):after {
    border-left-color: #bababe;
}
/* clinical bioanalysis infographics*/
#main-content{
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            height: auto;
            flex-flow: row wrap;
            text-align:center;
        }
        #svg-container {
    width: 100%;
    min-width: 0;
    margin: 0 10px;
}
#svg-container >svg {
    display: block;
    margin: 10px auto;
    margin-bottom: 0;
}
/*for mobile*/
#main-content-mobile{
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: auto;
    flex-flow: row wrap;
    text-align:center;
}
#svg-container-mobile {
    width: 100%;
    min-width: 0;
    margin: 0 10px;
}
#svg-container-mobile >svg {
    display: block;
    margin: 10px auto;
    margin-bottom: 0;
}
.ind-enabling-section .table>:not(caption)>*>*{
    padding: .2rem .5rem;
}
.ind-enabling-section .table{
    font-size: 15px;
    margin-bottom: 0;
}
.value-div .mr-30{
    margin-right: 30px;
}
.leadership-section{
    display: block;
}
.leadership-section img{
    transition: transform 0.3s ease-in-out;
}
.leadership-section img:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 1.25rem 0 rgba(0,0,0,.4)!important;
}
/* Background color for tables used in IND-Enabling Service Page */
#fill-blue {
background-color: #0070C0;
}
#fill-green {
background-color: #2BD30F;
}
#fill-skyblue {
background-color: #2F75B5;
}
#fill-lightgreen {
background-color: #93D053;
}
#fill-peach {
background-color: #FFD965;
}
#fill-darkblue {
background-color: #1F4E78;
}
#fill-orange {
background-color: #C65911;
}
#fill-purple {
background-color: #7B7B7B;
}
#fill-yellow {
background-color: #BF8F00;
}
#fill-pink {
background-color: #F4B084;
}
#fill-darkskyblue {
background-color: #92D050;
}
#fill-lightskyblue {
background-color: #8EA9DB;
}
#fill-darkpurple {
background-color: #7030A0;
}
/*css for svg image under Clinical Bioanalysis*/
.st6 {fill:#033882}
.st2 {fill:#383838;font-family:'Arial Black';font-size:11pt}
.st3 {fill:#383838;font-family:'Arial Black';font-size:11pt}
.st10 {fill:#383838;font-family:'Arial Black';font-size:9pt}
.st9 {fill:#383838}
.st8 {fill:#df675e;font-family:'Arial Black';font-size:11pt}
.st1 {fill:#ffffff;font-family:'Arial Black';font-size:11pt}
.st7 {fill:#ffffff;font-family:'Arial Black';font-size:12pt}
.st11 {fill:#ffffff}
.st4 {font-family:Arial;font-size:10pt}
.st5 {font-family:'Arial Black'}
.st6-mobile {fill:#033882}
.st2-mobile {fill:#383838;font-family:'Arial Black';font-size:11pt}
.st3-mobile {fill:#383838;font-family:'Arial Black';font-size:11pt}
.st7-mobile {fill:#383838;font-family:'Arial Black';font-size:9pt}
.st11-mobile {fill:#383838}
.st10-mobile {fill:#df675e;font-family:'Arial Black';font-size:11pt}
.st1-mobile {fill:#ffffff;font-family:'Arial Black';font-size:11pt}
.st9-mobile {fill:#ffffff;font-family:'Arial Black';font-size:12pt}
.st8-mobile {fill:#ffffff}
.st4-mobile {font-family:Arial;font-size:10pt}
.st5-mobile {font-family:'Arial Black'}
.border-layout{
  border: 1px solid rgb(0 0 0 / 27%);
  border-radius: 50px;
  padding: 7px 10px 7px 25px;
}