/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Cameron              ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
-1 imported styles
-2 miscelnious styles
-3 header styles
-4 banner styles  
-5 footer styles
-6 brands styles
-7 
-8 
-9 
-10 featured styles
-11 
-12 services styles
-13 
-14 mission styles
-15 about styles
-16 
-17 
-18 page title styles
-19 
-20 
-21 contact styles
-22 sidebar styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
-1 imported styles
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:400,600,700,800|Work+Sans:300,400,500,600,700,800,900");
@import url("bootstrap.min.css");
@import url("animate.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("bootstrap-select.min.css");
@import url("jquery.bootstrap-touchspin.css");
@import url("nouislider.css");
@import url("nouislider.pips.css");
@import url("magnific-popup.css");
@import url("../plugins/cameron-icon/style.css");
/*
-2 miscelnious styles
*/
:root{
  --dark-blue:#0B0D26;
  --blue-text:#181D4E;
  --grey-text:#737373;
  --button:#02468d;
  --black-heading:#222222;
  --heading: #168deb;

}
html{
  scroll-behavior: smooth;
}
body {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: black;
  font-weight: 400;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  box-shadow: none !important;
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #4376ab;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #222222;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #4376ab;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/logo/preloader.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--heading);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  transition: all .4s ease;
  display: none;
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
}
/* .scroll-to-top:hover {
  background: #222222;
} */

/*
-3 header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: right;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 25px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 75px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 500;
  font-size: 22px;
  color: var(--dark-blue);
  padding: 0;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #fff;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: var(--button);
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  /* box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1); */
  /* color: #168deb; */
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #fff;
  background: var(--heading);
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #222222;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #4376ab;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.main-header .top-header {
  background-color: #168deb;
}
.main-header .top-header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-left: 275px;
}
.main-header .top-header p {
  margin: 0;
}
.main-header .top-header .right-info i,
.main-header .top-header .left-info i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}
.main-header .top-header .left-info p {
  padding: 12px 0;
}
.main-header .top-header .left-info a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: all .4s ease;
}
.main-header .top-header .left-info a:hover {
  color: white; /* Change text color to white on hover */
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.5); /* Create a glowing effect */
}
.main-header .top-header .right-info a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: all .4s ease;
}
.main-header .top-header .right-info a:hover {
  color: white; /* Change text color to white on hover */
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.5); /* Create a glowing effect */

}
.main-header .top-header .info-block {
  margin: 12px 0px 12px 0px;
  padding: 0;
  list-style: none;
}
.main-header .top-header .info-block li {
  display: inline-block;
  vertical-align: middle;
}
.main-header .top-header .info-block li + li {
  margin-left: 23px;
}
.main-header .top-header .info-block li a.cart-btn {
  background-color: #4376ab;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  padding: 11.25px 19.5px;
  transition: all .4s ease;
}
.main-header .top-header .info-block li a.cart-btn:hover {
  background-color: #fff;
}
.main-header .top-header .info-block li a.cart-btn:hover i,
.main-header .top-header .info-block li a.cart-btn:hover span {
  color: #4376ab;
}
.main-header .top-header .info-block li a.cart-btn i,
.main-header .top-header .info-block li a.cart-btn span {
  display: inline-block;
  vertical-align: middle;
}
.main-header .top-header .info-block li a.cart-btn i {
  color: #fff;
  font-size: 20px;
  margin-right: 7px;
}
.main-header .header-navigation {
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.main-header .header-navigation .navbar-brand {
  background-color: #4376ab;
  padding: 41px 46px;
  position: relative;
  top: -16px;
}
.main-header .header-navigation .navbar-brand .main-logo {
  display: block;
}
.main-header .header-navigation .navbar-brand .stricky-logo {
  display: none;
}
.main-header .header-navigation .container {
  padding-left: 275px;
}
.main-header .header-navigation .main-navigation {
  float: none;
  text-align: center;
}
.main-header .header-navigation ul.navigation-box > li.current > a,
.main-header .header-navigation ul.navigation-box > li:hover > a {
  color: #fff;
  background-color: var(--heading);
  padding: 7px;
}
.main-header .header-navigation ul.navigation-box > li {
  padding: 40px 0;
}
.main-header .header-navigation ul.navigation-box > li + li {
  margin-left: 35px;
}
.main-header .header-navigation .right-side-box .social a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EEEFF5;
  color: #4376ab;
  line-height: 52px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.main-header .header-navigation .right-side-box .social a:hover {
  color: #fff;
  background: #4376ab;
}
.main-header .header-navigation .right-side-box .social a + a {
  margin-left: 15px;
}
.main-header .header-navigation.stricky-fixed .navbar-brand {
  background-color: transparent;
  padding: 0px 0px;
  position: relative;
  top: 0px;
}
.main-header .header-navigation.stricky-fixed .navbar-brand .main-logo {
  display: none;
}
.main-header .header-navigation.stricky-fixed .navbar-brand .stricky-logo {
  display: block;
}
.main-header .header-navigation.stricky-fixed ul.navigation-box > li {
  padding: 25px 0;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;
  border-bottom: 0;
}

.header-style-two .top-header .container {
  padding-left: 15px;
}
.header-style-two .header-navigation .navbar-brand {
  background-color: transparent;
  padding: 0px 0px;
  position: relative;
  top: 0px;
}
.header-style-two .header-navigation .navbar-brand .main-logo {
  display: none;
}
.header-style-two .header-navigation .navbar-brand .stricky-logo {
  display: block;
  width: 210px;
}
.header-style-two .header-navigation ul.navigation-box > li {
  padding: 40px 0;
}

/*
-4 banner styles
*/
.main-banner-wrapper {
  position: relative;
}
.main-banner-wrapper .carousel-btn-block {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 34px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn {
  font-size: 25px;
  color: #4376ab;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all .4s ease;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
  color: #fff;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn i {
  line-height: 23px;
  display: block;
  vertical-align: middle;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  padding-right: 30px;
  margin-right: 26px;
}

.banner-style-one .slide {
  padding: 279px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* .banner-style-one .slide.slide-two, .banner-style-one .slide.slide-three {
  padding: 230px 0;
} */
.banner-style-one .owl-nav {
  display: none;
}
.banner-style-one .owl-dots {
  display: none;
}
.banner-style-one h3,
.banner-style-one p {
  margin: 0;
}
.banner-style-one .banner-title {
  margin: 0;
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  transition: all 1.5s ease;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.banner-style-one .banner-title strong {
  font-weight: 700;
}
.banner-style-one p {
  color: #B2B3BA;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: all 1.5s ease;
}
.banner-style-one .btn-block {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  transition: all 1.5s ease;
}
.banner-style-one .banner-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: .035em;
  background-color: #02468d;
  padding: 17px 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: all .4s ease;
}
.banner-style-one .banner-btn:hover {
  background-color: #fff;
  color: #02468d;
}
.banner-style-one .active .banner-title,
.banner-style-one .active p,
.banner-style-one .active .btn-block {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.banner-style-one .active p {
  transition-delay: 1s;
}
.banner-style-one .active .btn-block {
  transition-delay: 2s;
}
.banner-style-one .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.banner-style-one .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background-color: #D5DBD5;
  margin: 0;
  transition: all .4s ease;
}
.banner-style-one .owl-dots .owl-dot + .owl-dot {
  margin-left: 25px;
}
.banner-style-one .owl-dots .owl-dot.active span {
  background-color: #181D4E;
}
.banner-style-one.no-dots .owl-dots {
  display: none !important;
}

/*
-5 footer styles
*/
.site-footer {
  background-color: var(--button);
  background-image: url(../images/resources/footer-map-1-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 100px;
}
.site-footer .main-footer {
  padding-bottom: 120px;
}
.site-footer .footer-widget .footer-widget-title {
  margin-bottom: 33px;
}
.site-footer .footer-widget .footer-widget-title h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.site-footer .footer-widget p {
  margin: 0;
  color: #B7BBC1;
}
.site-footer .footer-widget .links-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -7px;
}
.site-footer .footer-widget .links-lists li + li {
  margin-top: 13px;
}
.site-footer .footer-widget .links-lists a {
  position: relative;
  color: #B7BBC1;
  font-size: 15px;
  padding-left: 12px;
  display: block;
  transition: all .4s ease;
}
.site-footer .footer-widget .links-lists a:hover {
  color: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.site-footer .footer-widget .links-lists a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-footer .footer-widget .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  color: #C7CACE;
  transition: all .4s ease;
}
.site-footer .footer-widget .social-block a:hover {
  background-color: var(--heading);
  color: #fff;
}
.site-footer .footer-widget .social-block a + a {
  margin-left: 1px;
}
.site-footer .footer-widget .gallery-wrapper {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.site-footer .footer-widget .gallery-wrapper .single-gallery-item {
  width: 33.33333%;
  float: left;
  padding: 5px;
}
.site-footer .footer-widget .gallery-wrapper .single-gallery-item a {
  display: block;
}
.site-footer .footer-widget .gallery-wrapper .single-gallery-item img {
  transition: all .4s ease;
}
.site-footer .footer-widget .gallery-wrapper .single-gallery-item img:hover {
  opacity: 0.5;
}
.site-footer .footer-widget .newsletter-form p {
  margin-bottom: 25px;
  margin-top: -7px;
}
.site-footer .footer-widget .newsletter-form input[type=text] {
  display: block;
  border: none;
  outline: none;
  background-color: #2e303d;
  color: #B7BBC1;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}
.site-footer .footer-widget .newsletter-form input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B7BBC1;
}
.site-footer .footer-widget .newsletter-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #B7BBC1;
}
.site-footer .footer-widget .newsletter-form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #B7BBC1;
}
.site-footer .footer-widget .newsletter-form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #B7BBC1;
}
.site-footer .footer-widget .newsletter-form button[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #4376ab;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  margin-top: 15px;
}
.site-footer .footer-widget .newsletter-form button[type=submit]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
}
.site-footer .footer-widget .newsletter-form button[type=submit]:hover::before {
  width: 20px;
  margin-right: 15px;
}
.site-footer .about-widget a.footer-logo {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
}
.site-footer .about-widget a.footer-logo img{
  background-color: white;
  border: 10px solid white;
  width: 300px;
}
.site-footer .about-widget .social-block {
  margin-top: 42px;
}
.site-footer .links-widget {
  padding-left: 54px;
}
.site-footer .works-widget {
  margin-left: -50px;
  width: 100%;
  max-width: 270px;
}
.site-footer .bottom-footer {
  padding: 19.5px 0;
  /* background-color: rgba(255, 255, 255, 0.102); */
  background-color: var(--button);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.6);
}
.site-footer .bottom-footer p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
.site-footer .bottom-footer p a {
  color: var(--heading);
  transition: all .4s ease;
}
.site-footer .bottom-footer p a:hover {
  color: #fff;
}

/*
-6 brands styles
*/
.brands-area-one {
  background-color: #4376ab;
  padding: 55px 0;
}
.brands-area-one.home-two {
  background-color: #F7F7F7;
}
.brands-area-one .brands-carousel-one .owl-nav {
  overflow: visible;
}
.brands-area-one .brands-carousel-one .owl-item {
  text-align: center;
}
.brands-area-one .brands-carousel-one .owl-item img {
  display: inline-block;
  max-width: 200px;
  width: auto;
  vertical-align: middle;
}
.brands-area-one .title-block {
  margin-bottom: 40px;
}
.brands-area-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #4376ab;
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}
.brands-area-one .title-block .tag-line:before, .brands-area-one .title-block .tag-line:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #4376ab;
}
.brands-area-one .title-block .tag-line::before {
  margin-right: 20px;
}
.brands-area-one .title-block .tag-line::after {
  margin-left: 20px;
}

/*
-10 featured styles
*/
.featured-style-one {
  margin-top: -170px;
}
.featured-style-one .block-wrapper {
  box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
  background-color: #fff;
}
.featured-style-one .content-block {
  padding-left: 60px;
}
.featured-style-one .title-block {
  margin-bottom: 40px;
}
.featured-style-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #4376ab;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
.featured-style-one .title-block .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #4376ab;
}
.featured-style-one .title-block .tag-line::before {
  margin-right: 20px;
}
.featured-style-one .title-block h2 {
  margin: 0;
  color: #222222;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.featured-style-one .signle-featured-one + .signle-featured-one {
  margin-top: 22px;
}
.featured-style-one .signle-featured-one .icon-block,
.featured-style-one .signle-featured-one .text-block {
  display: table-cell;
  vertical-align: top;
}
.featured-style-one .signle-featured-one .icon-block .inner-block {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #F7F7F7;
  text-align: center;
}
.featured-style-one .signle-featured-one .icon-block .inner-block i {
  color: #4376ab;
  line-height: 70px;
  font-size: 26px;
}
.featured-style-one .signle-featured-one .text-block {
  padding-left: 20px;
}
.featured-style-one .signle-featured-one .text-block h3,
.featured-style-one .signle-featured-one .text-block p {
  margin: 0;
}
.featured-style-one .signle-featured-one .text-block h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.featured-style-one .signle-featured-one .text-block p {
  color: #9FA2A6;
  font-size: 15px;
  line-height: 26px;
}

.featured-style-two {
  background-color: #F7F7F7;
}
.featured-style-two .content-block {
  padding-left: 60px;
}
.featured-style-two .title-block {
  margin-bottom: 40px;
}
.featured-style-two .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #168deb;
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}
/* .featured-style-two .title-block .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #168deb;
} */
.featured-style-two .title-block .tag-line::before {
  margin-right: 20px;
}
.featured-style-two .title-block h2 {
  margin: 0;
  color: var(--button);
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.featured-style-two .signle-featured-one + .signle-featured-one {
  margin-top: 22px;
}
.featured-style-two .signle-featured-one .icon-block,
.featured-style-two .signle-featured-one .text-block {
  display: table-cell;
  vertical-align: top;
}
.featured-style-two .signle-featured-one .icon-block .inner-block {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.featured-style-two .signle-featured-one .icon-block .inner-block i {
  color: #02468d;
  line-height: 70px;
  font-size: 26px;
}
.featured-style-two .signle-featured-one .text-block {
  padding-left: 20px;
}
.featured-style-two .signle-featured-one .text-block h3,
.featured-style-two .signle-featured-one .text-block p {
  margin: 0;
}
.featured-style-two .signle-featured-one .text-block h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.featured-style-two .signle-featured-one .text-block p {
  color: black;
  font-size: 15px;
  line-height: 26px;
}
.featured-style-two .more-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: var(--button);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  margin-top: 20px;
}
.featured-style-two .more-btn:hover{
  background-color: var(--blue-text);
}
/* .featured-style-two .more-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
} */
.featured-style-two .more-btn:hover::before {
  width: 20px;
  margin-right: 15px;
}

/*
-12 services styles
*/
.service-style-one {
  padding: 110px 0;
  padding-bottom: 85px;
}
@media (min-width: 1200px) {
  .service-style-one .container {
    max-width: 1250px;
  }
}
.service-style-one .upper-block {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.service-style-one .upper-block .carousel-btn-block {
  background-color: #F7F7F7;
  padding: 20px 34px;
}
.service-style-one .upper-block .carousel-btn-block .carousel-btn {
  font-size: 25px;
  color: #4376ab;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.service-style-one .upper-block .carousel-btn-block .carousel-btn i {
  line-height: 23px;
  display: block;
  vertical-align: middle;
}
.service-style-one .upper-block .carousel-btn-block .carousel-btn.left-btn {
  border-right: 2px solid rgba(132, 132, 132, 0.25);
  padding-right: 30px;
  margin-right: 26px;
}
.service-style-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #4376ab;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
.service-style-one .title-block .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #4376ab;
}
.service-style-one .title-block .tag-line::before {
  margin-right: 20px;
}
.service-style-one .title-block h2 {
  margin: 0;
  color: #222222;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.service-style-one .services-carousel-one .owl-stage-outer {
  padding-bottom: 25px;
}
.service-style-one .title-block-style-two {
  margin-bottom: 40px;
}
.service-style-one .title-block-style-two .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: var(--heading);
  font-size: 25px;
  font-weight: 500;
  line-height: 3em;
}
.service-style-one .title-block-style-two .tag-line:before, .service-style-one .title-block-style-two .tag-line:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #168deb;
}
.service-style-one .title-block-style-two .tag-line::before {
  margin-right: 20px;
}
.service-style-one .title-block-style-two .tag-line::after {
  margin-left: 20px;
}
.service-style-one .title-block-style-two h2 {
  margin: 0;
  color: var(--button);
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.service-style-one .title-block-style-two h2 + p {
  margin-top: 22px;
}
.service-style-one .title-block-style-two p {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 26px;
}
.service-style-one.home-page-two {
  padding-bottom: 120px;
}
.service-style-one.service-page {
  padding-bottom: 70px;
}
.service-style-one.service-page .card{
  border: none;
}
.service-style-one.service-page .single-service-one {
  margin-bottom: 50px;
  max-height: 1000px;
}

.single-service-one .image-block {
  position: relative;
  overflow: hidden;
}
.single-service-one .image-block > img {
  width: 100%;
  transition: all .4s ease;
}
.single-service-one .image-block .overlay-block {
  position: absolute;
  background-color: rgba(23, 27, 39, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease;
  opacity: 0;
}
.single-service-one .image-block .overlay-block .more-link {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-color: #02468d;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-service-one .card-body {
  background-color: white;
  box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
  padding: 40px;
  padding-bottom: 0px;
}
.single-service-one .card-body h3,
.single-service-one .card-body p {
  margin: 0;
}
.single-service-one .card-body h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--heading);
}
.single-service-one .card-body .item-feature{
  display: inline-block;
}
.single-service-one .card-body .item-feature ul{
padding: 0;
}
.single-service-one .card-body .item-feature li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
  text-align: left;
  list-style-type: none;
}
.single-service-one .card-body .item-feature li i {
  font-size: 14px;
  font-weight: 600;
  color: var(--button);
  position: absolute;
  top: 5px;
  left: 0;
  text-transform: capitalize;
}
.single-service-one .card-body .item-feature li:last-child {
  margin-bottom: 0;
}
.single-service-one .card-body .more-btn {
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  border-style: solid;
  border-width: 2px;
  border-color: #e5e5e5;
  background-color: rgba(34, 34, 34, 0);
  text-align: center;
  transition: all .4s ease;
  padding: 10px 29px;
}
/* .single-service-one .card-body .more-btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all 0.4s ease;
} */
.single-service-one .card-body .more-btn:hover {
  background-color: #4376ab;
  color: #fff;
  border-color: #4376ab;
}
.single-service-one .card-body .more-btn:hover::before {
  width: 20px;
  margin-right: 15px;
}
.single-service-one:hover .image-block > img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.single-service-one:hover .image-block .overlay-block {
  opacity: 1;
}

.service-details-content h3,
.service-details-content h4,
.service-details-content p,
.service-details-content ul,
.service-details-content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-details-content p{
  color: black;
}
.service-details-content h3,
.service-details-content h4 {
  color: var(--black-heading);
  font-weight: 500;
}
.service-details-content h3 {
  font-size: 34px;
  color: var(--heading);
}
.service-details-content h4 {
  font-size: 24px;
}
.service-details-content ul.checklist {
  margin-bottom: 30px;
}
.service-details-content ul.checklist li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: #182345;
}
.service-details-content ul.checklist li + li {
  margin-top: 5px;
}
.service-details-content ul.checklist li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #4376ab;
  transition: all .4s ease;
  border-radius: 50%;
}



/*
-14 mission styles
*/
.mission-style-one {
  position: relative;
  z-index: 10;
}
.mission-style-one .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
.mission-style-one .inner-container {
  background-color: white;
  box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
  padding: 45px 0;
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.mission-style-one .single-mission-one .count-block {
  font-size: 22px;
  font-weight: 500;
  color: var(--button);
}
.mission-style-one .single-mission-one .count-block:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  background-color: var(--button);
}
.mission-style-one .single-mission-one h3,
.mission-style-one .single-mission-one p {
  margin: 0;
}
.mission-style-one .single-mission-one h3 {
  color: var(--button);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 5px;
}
.mission-style-one .single-mission-one p {
  color: #000000;
  font-size: 15px;
  line-height: 26px;
}
.mission-style-one.home-page-two {
  padding-bottom: 120px;
}
.mission-style-one.home-page-two .container {
  position: relative;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

/*
-15 about styles
*/
.about-style-one {
  padding-bottom: 65px;
  padding-top: 65px;
}
.about-style-one .title-block {
  margin-bottom: 30px;
}
.about-style-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #0769c6;
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}
/* .about-style-one .title-block .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #0769c6;
} */
.about-style-one .title-block .tag-line::before {
  margin-right: 20px;
}
.about-style-one .title-block h2 {
  margin: 0;
  color: var(--button);
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.about-style-one .content-block {
  padding-right: 0px;
}
.about-style-one p {
  font-size: 16px;
  margin-bottom: 10px;
  color: black;
}
.about-style-one .more-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: var(--button);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
}
.about-style-one .more-btn:hover{
  background-color: var(--blue-text);
}
/* .about-style-one .more-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
} */
.about-style-one .more-btn:hover::before {
  width: 20px;
  margin-right: 15px;
}
.about-style-one .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 40px;
}
.about-style-one .list-item li {
  position: relative;
  padding-left: 27px;
}
.about-style-one .list-item li + li {
  margin-top: 10px;
}
.about-style-one .list-item li i {
  color: #848484;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-style-one .image-block {
  right: 25px;
  position: relative;
}
.about-style-one .image-block:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 80px;
  right: 2px;
  bottom: 83px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.about-style-two {
  padding-top: 65px;
  padding-bottom: 65px;
}
.about-style-two .title-block {
  margin-bottom: 20px;
}
.about-style-two .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: var(--heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
/* .about-style-two .title-block .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: var(--heading);
} */
.about-style-two .title-block .tag-line::before {
  margin-right: 20px;
}
.about-style-two .title-block h2 {
  margin: 0;
  color: var(--button);
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.about-style-two .content-block {
  padding-right: 70px;
}
.about-style-two p {
  font-size: 16px;
  margin: 0;
  color: black;
}
.about-style-two .more-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #02468d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
}
/* .about-style-two .more-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
} */
.about-style-two .more-btn:hover::before {
  width: 20px;
  margin-right: 15px;
}
.about-style-two .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 35px;
  margin-bottom: 40px;
}
.about-style-two .list-item li {
  position: relative;
  padding-left: 27px;
  color: black;
}
.about-style-two .list-item li + li {
  margin-top: 10px;
}
.about-style-two .list-item li i {
  color: var(--button);
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-style-two .video-block-style-one {
  position: relative;
  right: 56px;
}
.about-style-two .video-block-style-one .video-button {
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: calc(50% - 56px);
  -webkit-transform: translate(calc(-50% + 98px), -50%);
          transform: translate(calc(-50% + 98px), -50%);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}
.about-style-two .video-block-style-one .video-button:after, .about-style-two .video-block-style-one .video-button:before {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: calc(50% - 98px);
  -webkit-transform: translate(calc(-50% + 98px), -50%);
          transform: translate(calc(-50% + 98px), -50%);
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  content: "";
  position: absolute;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}
.about-style-two .video-block-style-one .video-button:after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.about-style-two .video-block-style-one .video-button i {
  color: #02468d;
  font-size: 18px;
  position: relative;
  z-index: 10;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*
-21 contact styles
*/
.contact-info-style-one {
  background-color: #F7F7F7;
  padding-top: 85px;
  padding-bottom: 85px;
}
.contact-info-style-one .title-block {
  margin-bottom: 40px;
}
.contact-info-style-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: var(--heading);
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}
.contact-info-style-one .title-block .tag-line:before, .contact-info-style-one .title-block .tag-line:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: var(--heading);
}
.contact-info-style-one .title-block .tag-line::before {
  margin-right: 20px;
}
.contact-info-style-one .title-block .tag-line::after {
  margin-left: 20px;
}
.contact-info-style-one .title-block h2 {
  margin: 0;
  color: var(--button);
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.contact-info-style-one .high-gutter {
  margin-left: -27px;
  margin-right: -27px;
}
.contact-info-style-one .high-gutter [class*=col-] {
  padding-left: 27px;
  padding-right: 27px;
}

.single-contact-info-one {
  margin-bottom: 30px;
  background-color: #fff;
  min-height: 355px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.single-contact-info-one i {
  color: #02468d;
  font-size: 50px;
}
.single-contact-info-one h3,
.single-contact-info-one p {
  margin: 0;
}
.single-contact-info-one h3 {
  color: var(--heading);
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 30px;
}
.single-contact-info-one p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.contact-form-wrapper {
  /* padding: 80px; */
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}
.contact-form-wrapper .inner-container {
  margin-top: -120px;
  position: relative;
  z-index: 10;
  background-color: white;
  box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
}
.contact-form-wrapper #contact-page-map {
  width: 100%;
  height: 665px;
}
.contact-form-wrapper .contact-form-block {
  padding: 80px;
  width: 100%;
}
@media (max-width: 575px) {
  .contact-form-wrapper .contact-form-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contact-form-wrapper .contact-form-block .title-block {
  margin-bottom: 40px;
}
.contact-form-wrapper .contact-form-block .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: var(--heading);
  font-size: 25px;
  font-weight: 500;
  line-height: 1em;
}
/* .contact-form-wrapper .contact-form-block .title-block .tag-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: var(--heading);
} */
.contact-form-wrapper .contact-form-block .title-block .tag-line::before {
  margin-right: 20px;
}
.contact-form-wrapper .contact-form-block .title-block h2 {
  margin: 0;
  color: var(--button);
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.contact-form-wrapper .contact-form-block .contact-form-one input,
.contact-form-wrapper .contact-form-block .contact-form-one textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  background-color: #F7F7F7;
  font-size: 15px;
  color: #222222;
  display: block;
  padding-left: 20px;
  margin-bottom: 20px;
}
.contact-form-wrapper .contact-form-block .contact-form-one input::-webkit-input-placeholder,
.contact-form-wrapper .contact-form-block .contact-form-one textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222222;
}
.contact-form-wrapper .contact-form-block .contact-form-one input::-moz-placeholder,
.contact-form-wrapper .contact-form-block .contact-form-one textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222;
}
.contact-form-wrapper .contact-form-block .contact-form-one input:-ms-input-placeholder,
.contact-form-wrapper .contact-form-block .contact-form-one textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #222222;
}
.contact-form-wrapper .contact-form-block .contact-form-one input:-moz-placeholder,
.contact-form-wrapper .contact-form-block .contact-form-one textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #222222;
}
.contact-form-wrapper .contact-form-block .contact-form-one input.error,
.contact-form-wrapper .contact-form-block .contact-form-one textarea.error {
  background-color: rgba(255, 0, 0, 0.255);
}
.contact-form-wrapper .contact-form-block .contact-form-one label.error {
  display: none !important;
}
.contact-form-wrapper .contact-form-block .contact-form-one textarea {
  height: 150px;
  padding-top: 10px;
}
.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #02468d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  margin-top: 20px;
}
.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit]:hover {
  background-color: var(--blue-text);
}
/* .contact-form-wrapper .contact-form-block .contact-form-one button[type=submit]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
} */
.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit]:hover::before {
  width: 20px;
  margin-right: 15px;
}

/*
-22 sidebar styles
*/
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 50px;
}
.sidebar .single-sidebar .widget-title {
  margin-bottom: 25px;
}
.sidebar .single-sidebar .widget-title h3 {
  margin: 0;
  color: var(--heading);
  font-size: 30px;
  font-weight: 400;
}
.sidebar .single-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar .search-form {
  width: 100%;
  position: relative;
}
.sidebar .single-sidebar .search-form input {
  border: none;
  outline: none;
  border-style: solid;
  border-width: 2px;
  border-color: #e5e5e5;
  width: 100%;
  height: 50px;
  padding-left: 15px;
}
.sidebar .single-sidebar .search-form button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-color: #4376ab;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar .single-sidebar .category-list {
  margin-top: -20px;
}
.sidebar .single-sidebar .category-list li {
  transition: all .4s ease;
}
.sidebar .single-sidebar .category-list li + li {
  border-top: 1px solid #e5e5e5;
}
.sidebar .single-sidebar .category-list li a {
  display: block;
  color: black;
  font-size: 15px;
  padding: 11.5px 0;
  padding-left: 24px;
  position: relative;
  transition: all .4s ease;
}
.sidebar .single-sidebar .category-list li a:before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  color: var(--button);
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .4s ease;
}
.sidebar .single-sidebar .category-list li:hover {
  background-color: var(--button);
}
.sidebar .single-sidebar .category-list li:hover a {
  color: #fff;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.sidebar .single-sidebar .category-list li:hover a:before {
  left: 10px;
  color: #fff;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post + .single-latest-post {
  margin-top: 30px;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block,
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block {
  display: table-cell;
  vertical-align: middle;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block {
  width: 85px;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block > img {
  width: 100%;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block {
  padding-left: 20px;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 a {
  color: #222222;
  transition: all .4s ease;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 a:hover {
  color: #4376ab;
}
.sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block span.date-block {
  color: #848484;
  font-size: 15px;
}
.sidebar .single-sidebar ul.link-list {
  margin-top: -15px;
}
.sidebar .single-sidebar ul.link-list li + li {
  margin-top: 15px;
}
.sidebar .single-sidebar ul.link-list li a {
  color: #848484;
  font-size: 15px;
  display: inline-block;
  transition: all .4s ease;
}
.sidebar .single-sidebar ul.link-list li a:hover {
  color: #4376ab;
}
.sidebar .single-sidebar .insta-post-wrapper {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar .insta-post-wrapper .single-insta {
  display: block;
  width: 33.3333%;
  padding: 5px 5px;
  float: left;
}
.sidebar .single-sidebar .insta-post-wrapper .single-insta > img {
  width: 100%;
}
.sidebar .single-sidebar.category-widget {
  padding: 40px;
  background-color: #F5F5F8;
}

/* map */

.google-map iframe{
position: absolute;
z-index: 0;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
padding: 0px;
border-width: 0px;
margin: 0px;
cursor: url("https://maps.gstatic.com/mapfiles/openhand_8_8.cur"), default;
touch-action: pan-x pan-y;
}
.page-title-block {
  /* background: #222222 url(../images/background/page-title-bg.jpg) center center no-repeat fixed; */
  background-size: cover;
  position: relative;
  padding: 101px 0;
}
.page-title-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #168deb;
 background-image: linear-gradient(150deg, #168dec, #0456ac, #004197);
}
.page-title-block .container {
  position: relative;
  z-index: 10;
}
.page-title-block h2 {
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
}
.page-title-block .thm-breadcrumb a, .page-title-block .thm-breadcrumb span {
  display: inline-block;
  vertical-align: middle;
}
.page-title-block .thm-breadcrumb a, .page-title-block .thm-breadcrumb span.page-title {
  color: #FFFFFF;
  font-size: 16px;
}
.page-title-block .thm-breadcrumb span.page-title {
  color: #fff;
}
.page-title-block .thm-breadcrumb span.sep {
  color: #fff;
  margin-left: 7px;
  margin-right: 7px;
}

/*
-13 cta styles
*/
.cta-style-one {
  background: #000 url(../images/background/cta-1-1-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 120px;
  padding-top: 220px;
}
.cta-style-one:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #11141d;
  opacity: .81;
  position: absolute;
  top: 0;
  left: 0;
}
.cta-style-one .container {
  position: relative;
}
.cta-style-one .title-block {
  margin-bottom: 30px;
}
.cta-style-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
.cta-style-one .title-block .tag-line:before, .cta-style-one .title-block .tag-line:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.cta-style-one .title-block .tag-line::before {
  margin-right: 20px;
}
.cta-style-one .title-block .tag-line::after {
  margin-left: 20px;
}
.cta-style-one .title-block h2 {
  margin: 0;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 10px;
  color: #fff;
}
.cta-style-one p {
  color: #B2B3BA;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}
.cta-style-one .cta-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #02468d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  margin-top: 55px;
}
.cta-style-one .cta-btn:hover {
  background-color: var(--blue-text);
}
/* .cta-style-one .cta-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
} */
.cta-style-one .cta-btn:hover::before {
  width: 20px;
  margin-right: 15px;
}
.cta-style-one.home-page-two {
  padding-top: 110px;
} 

.single-service-one .text-block {
  background-color: white;
  box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
  padding: 0 40px;
  padding-bottom: 54px;
  padding-top: 40px;
}
.single-service-one .text-block h3,
.single-service-one .text-block p {
  margin: 0;
}
.single-service-one .text-block h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.single-service-one .text-block h3 a {
  color: #181D4E;
}
.single-service-one .text-block p {
  color: #848484;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
}
.single-service-one .text-block .more-btn {
  display: inline-block;
  vertical-align: middle;
  color: #181D4E;
  font-size: 15px;
  font-weight: 600;
  border-style: solid;
  border-width: 2px;
  border-color: #e5e5e5;
  background-color: rgba(34, 34, 34, 0);
  text-align: center;
  transition: all .4s ease;
  padding: 10px 29px;
}
/* .single-service-one .text-block .more-btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all 0.4s ease;
} */
.single-service-one .text-block .more-btn:hover {
  background-color: #02468d;
  color: #fff;
  border-color: #02468d;
}
.single-service-one .text-block .more-btn:hover::before {
  width: 20px;
  margin-right: 15px;
}
.single-service-one:hover .image-block > img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.single-service-one:hover .image-block .overlay-block {
  opacity: 1;
}
.single-service-one .text-block {
  background-color: white;
  box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
  padding: 0 40px;
  padding-bottom: 54px;
  padding-top: 40px;
}
.single-service-one .text-block h3,
.single-service-one .text-block p {
  margin: 0;
}
.single-service-one .text-block h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.single-service-one .text-block h3 a {
  color: #181D4E;
}
.single-service-one .text-block p {
  color: black;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
}
.single-service-one .text-block .more-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: var(--button);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 30px;
  margin-top: 20px;
}
.single-service-one .text-block .more-btn:hover{
  background-color: var(--blue-text);
}
/* .single-service-one .text-block .more-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
} */
.single-service-one .text-block .more-btn:hover::before {
  width: 20px;
  margin-right: 15px;
}
.single-service-one:hover .image-block > img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.single-service-one:hover .image-block .overlay-block {
  opacity: 1;
}
.testimonials-style-one.home-page-two {
  background: #222222 url(/images/background/testi-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.testimonials-style-one.home-page-two .owl-nav [class*=owl-] {
  display: none !important;
}
.testimonials-style-one.home-page-two:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #161827;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .85;
}
.testimonials-style-one.home-page-two .container {
  position: relative;
}
.testimonials-style-one.home-page-two .title-block h2 {
  color: #fff;
}
.testimonials-style-one.home-page-two .single-testimonials-one p:not(.designation) {
  color: #B7BBC1;
  font-size: 20px;
  line-height: 32px;
}
.testimonials-style-one.home-page-two .single-testimonials-one h3 {
  color: #fff;
}
.testimonials-style-one.home-page-two .single-testimonials-one p.designation {
  font-size: 15px;
  color: #B7BBC1;
}
/*
-9 testimonials styles
*/
.testimonials-style-one {
  padding: 110px 0;
}
.testimonials-style-one .title-block {
  margin-bottom: 40px;
}
.testimonials-style-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
.testimonials-style-one .title-block .tag-line:before, .testimonials-style-one .title-block .tag-line:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.testimonials-style-one .title-block .tag-line::before {
  margin-right: 20px;
}
.testimonials-style-one .title-block .tag-line::after {
  margin-left: 20px;
}
.testimonials-style-one .title-block h2 {
  margin: 0;
  color: #181D4E;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.testimonials-style-one .owl-nav [class*=owl-] {
  width: 60px;
  height: 60px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: #F7F7F7;
  color: #02468d;
  font-size: 25px;
  text-align: center;
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.testimonials-style-one .owl-nav [class*=owl-] i {
  line-height: 60px;
}
.testimonials-style-one .owl-nav [class*=owl-]:hover {
  color: #fff;
  background-color: #02468d;
}
.testimonials-style-one .owl-nav {
  margin-top: 0;
}
.testimonials-style-one .owl-nav [class*=owl-prev] {
  left: 0;
}
.testimonials-style-one .owl-nav [class*=owl-next] {
  right: 0;
}
.testimonials-style-one .owl-dots {
  margin: 0;
  margin-top: 40px;
}
.testimonials-style-one .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background-color: #D5DBD5;
  margin: 0;
  transition: all .4s ease;
}
.testimonials-style-one .owl-dots .owl-dot + .owl-dot {
  margin-left: 25px;
}
.testimonials-style-one .owl-dots .owl-dot.active span {
  background-color: #02468d;
}
.testimonials-style-one .single-testimonials-one {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  text-align: center;
}
.testimonials-style-one .single-testimonials-one img {
  max-width: none;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: #dfe6df;
}
.testimonials-style-one .single-testimonials-one h3,
.testimonials-style-one .single-testimonials-one p {
  margin: 0;
}
.testimonials-style-one .single-testimonials-one p {
  color: #777777;
  line-height: 28px;
  font-size: 17px;
  margin-top: 35px;
  margin-bottom: 40px;
}
.testimonials-style-one .single-testimonials-one h3 {
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
}
.testimonials-style-one .single-testimonials-one p.designation {
  color: #777777;
  font-size: 15px;
  line-height: 1em;
  margin: 0;
}
.testimonials-style-one.home-page-two {
  background: #222222 url(../images/background/testi-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.testimonials-style-one.home-page-two .owl-nav [class*=owl-] {
  display: none !important;
}
.testimonials-style-one.home-page-two:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #161827;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .85;
}
.testimonials-style-one.home-page-two .container {
  position: relative;
}
.testimonials-style-one.home-page-two .title-block h2 {
  color: #fff;
}
.testimonials-style-one.home-page-two .single-testimonials-one p:not(.designation) {
  color: #B7BBC1;
  font-size: 20px;
  line-height: 32px;
}
.testimonials-style-one.home-page-two .single-testimonials-one h3 {
  color: #fff;
}
.testimonials-style-one.home-page-two .single-testimonials-one p.designation {
  font-size: 15px;
  color: #B7BBC1;
}

.testimonials-style-two {
  padding: 120px 0 80px;
}

.single-testimonials-two {
  margin-bottom: 40px;
  padding: 50px 40px;
  background-color: white;
  box-shadow: 0px 0px 25px 0px rgba(13, 29, 13, 0.1);
}
.single-testimonials-two .qoute-icon {
  opacity: .5;
}
.single-testimonials-two p {
  color: #777777;
  font-size: 17px;
  line-height: 30px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-testimonials-two .name-block {
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
}
.single-testimonials-two .image-block, .single-testimonials-two .content-block {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonials-two .image-block {
  border-style: solid;
  border-width: 3px;
  border-color: #dfe6df;
  border-radius: 50%;
  overflow: hidden;
  width: 64px;
  height: 64px;
}
.single-testimonials-two .image-block > img {
  width: 100%;
}
.single-testimonials-two .content-block {
  padding-left: 20px;
}
.single-testimonials-two .content-block h3, .single-testimonials-two .content-block span {
  margin: 0;
  display: block;
}
.single-testimonials-two .content-block h3 {
  font-size: 20px;
  color: #222222;
  font-weight: 400;
}
.single-testimonials-two .content-block span {
  color: #777777;
  font-size: 15px;
}

/*
-17 team styles
*/
.team-style-one {
  padding: 110px 0;
  padding-bottom: 120px;
}
.team-style-one .title-block {
  margin-bottom: 40px;
}
.team-style-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #181D4E;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
.team-style-one .title-block .tag-line:before, .team-style-one .title-block .tag-line:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #181D4E;
}
.team-style-one .title-block .tag-line::before {
  margin-right: 20px;
}
.team-style-one .title-block .tag-line::after {
  margin-left: 20px;
}
.team-style-one .title-block h2 {
  margin: 0;
  color: #222222;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.team-style-one.team-page {
  padding-bottom: 70px;
}
.team-style-one.team-page .single-team-one {
  margin-bottom: 50px;
}

.single-team-one .image-block {
  margin-bottom: 26px;
}
.single-team-one .image-block > img {
  width: 100%;
}
.single-team-one .text-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #EEEFF5;
  color: #9EA0A9;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  transition: all .4s ease;
}
.single-team-one .text-block .social-block a:hover {
  color: #fff;
  background: #02468d;
}
.single-team-one .text-block .social-block a + a {
  margin-left: 15px;
}
.single-team-one h3,
.single-team-one p {
  margin: 0;
}
.single-team-one h3 {
  font-size: 24px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
}
.single-team-one p {
  color: #9FA2A6;
  font-size: 15px;
  margin-bottom: 22px;
  transition: all .4s ease;
}
.single-team-one:hover p {
  color: #181D4E;
}

/* -19 pricing styles */

.pricing-style-one {
  padding: 110px 0;
  padding-bottom: 120px;
}
.pricing-style-one .title-block {
  margin-bottom: 40px;
}
.pricing-style-one .title-block .tag-line {
  display: inline-block;
  vertical-align: middle;
  color: #181D4E;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
.pricing-style-one .title-block .tag-line:before, .pricing-style-one .title-block .tag-line:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #181D4E;
}
.pricing-style-one .title-block .tag-line::before {
  margin-right: 20px;
}
.pricing-style-one .title-block .tag-line::after {
  margin-left: 20px;
}
.pricing-style-one .title-block h2 {
  margin: 0;
  color: #222222;
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 10px;
}
.pricing-style-one .title-block h2 + p {
  margin-top: 22px;
}
.pricing-style-one .title-block p {
  margin: 0;
  color: black;
  font-size: 17px;
  line-height: 26px;
}
.pricing-style-one.pricing-page .single-pricing-style-one.popular-pricing .top-block {
  background-color: #181D4E;
}
.pricing-style-one.pricing-page .single-pricing-style-one.popular-pricing .top-block:before {
  background-image: url(./images/resources/price-feature-btn-2.png);
}

.single-pricing-style-one.popular-pricing .top-block {
  position: relative;
}
.single-pricing-style-one.popular-pricing .top-block:before {
  content: '';
  width: 39px;
  height: 52px;
  background-image: url(./images/resources/price-feature-btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  right: 30px;
}
.single-pricing-style-one ul,
.single-pricing-style-one h3,
.single-pricing-style-one p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-pricing-style-one .top-block {
  background-color: #F7F7F7;
  padding: 65px 0;
}
.single-pricing-style-one .top-block p {
  color: #848484;
  font-size: 15px;
  line-height: 1em;
}
.single-pricing-style-one .top-block h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-pricing-style-one .top-block span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #848484;
  font-weight: 500;
  line-height: 1em;
}
.single-pricing-style-one .feature-list {
  display: inline-block;
  vertical-align: middle;
}
.single-pricing-style-one .feature-list li {
  min-width: 250px;
  width: 100%;
  color: black;
  font-size: 15px;
  line-height: 49px;
}
.single-pricing-style-one .feature-list li i {
  color: var(--button);
  font-size: 12px;
  margin-right: 7px;
}
.single-pricing-style-one .feature-list li + li {
  border-top: 1px solid #e5e5e5;
}
.single-pricing-style-one .bottom-block {
  border: 1px solid #F0F0F0;
  padding-top: 40px;
  padding-bottom: 60px;
}
.single-pricing-style-one .thm-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  color: #2F323C;
  font-size: 15px;
  font-weight: 600;
  border-style: solid;
  border-width: 2px;
  border-color: #e5e5e5;
  padding: 12.5px 30px;
  transition: all .4s ease;
  margin-top: 33px;
}
.single-pricing-style-one .thm-btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
}
.single-pricing-style-one .thm-btn:hover {
  border-color: #02468d;
  background-color: #02468d;
  color: #fff;
}
.single-pricing-style-one .thm-btn:hover::before {
  width: 20px;
  margin-right: 15px;
}
.blog-style-three {
  padding: 120px 0;
}
.blog-style-three .single-blog-style-three {
  margin-bottom: 30px;
}
.blog-style-three .single-blog-style-three .text-block {
  padding: 56px 40px;
}
.blog-style-three .single-blog-style-three .text-block h3 {
  margin: 0;
  margin-bottom: 10px;
}
.blog-style-three .single-blog-style-three .text-block .meta-info {
  margin: 0;
  margin-bottom: 40px;
}
.blog-style-three .single-blog-style-three .text-block .meta-info a,
.blog-style-three .single-blog-style-three .text-block .meta-info span {
  display: inline-block;
  vertical-align: middle;
  color: #848484;
}
.blog-style-three .single-blog-style-three .text-block .meta-info span.sep {
  margin-left: 6px;
  margin-right: 6px;
}
.blog-style-three .single-blog-style-three .text-block .meta-info a:hover {
  color: #57b957;
}

.banner-style-one {
  position: relative;
}

.slide-one, .slide-two {
  position: relative;
  background-size: cover;
  background-position: center;
}

.slide-one::before,  .slide-two::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); /* 0.5 black overlay */
  z-index: 1; /* Ensure overlay is above the background image */
}
/* .slide-two::before{
  background-color: rgba(0, 0, 0, 0.4);
} */

.slide .container {
  position: relative;
  z-index: 2; /* Ensure text is above the overlay */
}