@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Merriweather:300,300i,400,400i&amp;display=swap");

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

body {
  font-size: 16px;
  color: #222222;
  line-height: 1.5em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Hind", sans-serif;
  overflow-x: hidden !important;
}

:root {
  --primary-color: #52c306;
  --secondary-color: #406fe6;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px 0px 15px;
  background: none;
  line-height: 1.25em;
  font-family: "Hind", cursive;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

figure {
  margin: 0;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Hind", sans-serif;
  border-radius: 0px;
  overflow: hidden;
}
.btn-style-one .btn-title {
  position: relative;
  display: block;
  z-index: 1;
  padding: 12px 80px 12px 30px;
  background: var(--primary-color);
  letter-spacing: 0.05em;
  border-radius: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
  color: #ffffff;
}

.btn-style-one .btn-title .btn-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 100%;
  font-size: 16px;
  padding: 12px 10px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-style-one .btn-title .btn-icon .icon {
  position: relative;
  font-weight: 700;
  display: block;
  line-height: 30px;
}

.btn-style-one .btn-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #222222;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one:hover .btn-title:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

/* =============================================================== */

.navbar {
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

.nav-link:hover {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar {
    padding: 15px !important;
  }

  .navbar-brand img {
    height: 40px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 75%;
    height: 100%;
    z-index: 99;
    background-color: #fff;
    overflow-y: scroll;
  }

  .navbar-collapse.collapsing {
    left: -75%;
  }
  .navbar-collapse ul {
    height: 100%;
    padding-top: 40px;
  }

  .navbar-collapse ul li {
    width: 100%;
    margin: 0 auto;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }

  .navbar-light .navbar-toggler {
    color: transparent !important;
    border: transparent !important;
  }
}
.fixed_nav {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 10px 50px 0 rgb(46 56 220 / 20%);
  box-shadow: 0 10px 50px 0 rgb(46 56 220 / 20%);
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@media (max-width: 991px) {
  .fixed_nav {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-carousel {
  position: relative;
}

.banner-carousel .slide-item {
  position: relative;
  display: block;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 70px;
  overflow: hidden;
}

.banner-two .banner-carousel .slide-item {
  padding: 0 0 30px;
}

.banner-five .banner-carousel .slide-item {
  padding: 0 0 30px;
}

.banner-three .banner-carousel .slide-item {
  padding: 0 0 30px;
}

.banner-four .banner-carousel .slide-item {
  padding: 120px 0 30px;
}

.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner-two .banner-carousel .slide-item .image-layer {
  opacity: 0.7;
}

.banner-five .banner-carousel .slide-item .image-layer {
  opacity: 0.4;
}

.banner-three .banner-carousel .slide-item .image-layer {
  opacity: 1;
}

.banner-four .banner-carousel .slide-item .image-layer {
  opacity: 0.7;
}

.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}

.banner-carousel .content-box {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 500px;
  padding: 0 0px;
  z-index: 5;
}

.banner-carousel .content-box .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0px;
}

.banner-carousel .content-box .inner {
  position: relative;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.banner-two .banner-carousel .content-box .inner {
  max-width: 650px;
  margin: 0 0;
  text-align: left;
}

.banner-five .banner-carousel .content-box .inner {
  max-width: 620px;
  margin: 0 0;
  text-align: left;
}

.banner-three .banner-carousel .content-box .inner {
  max-width: 650px;
  margin: 0 0;
  text-align: left;
}

.banner-four .banner-carousel .content-box .inner {
  max-width: 650px;
  margin: 0 0;
  text-align: left;
}

.banner-carousel .content-box .sub-title {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 30px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

.banner-five .banner-carousel .content-box .sub-title {
  margin-bottom: 20px;
}

.banner-carousel .content-box .sub-title .icon {
  font-size: 24px;
  vertical-align: middle;
  color: #30adcd;
  padding-right: 10px;
}

.banner-carousel .content-box .sub-title .icon:last-child {
  padding-left: 10px;
}

.banner-carousel .active .content-box .sub-title {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-carousel .content-box .subtitle-2 {
  display: block;
  font-size: 15px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-bottom: 13px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}

.banner-carousel .content-box .subtitle-2 .icon {
  font-size: 24px;
  vertical-align: middle;
  color: #30adcd;
  margin-left: 10px;
}

.banner-carousel .active .content-box .subtitle-2 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-section .slide-item .curve-layer {
  position: absolute;
  left: 0%;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.banner-section .active .slide-item .curve-layer {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease 300ms;
  -ms-transition: all 700ms ease 300ms;
  -o-transition: all 700ms ease 300ms;
  -moz-transition: all 700ms ease 300ms;
  transition: all 700ms ease 300ms;
}

.banner-section .slide-item .curve-layer:before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  width: 150%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
}

.banner-carousel .bottom-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.banner-carousel .bottom-dots .dot {
  position: relative;
  display: block;
  float: left;
  width: 3px;
  height: 3px;
  border-right: 3px solid #ffffff;
  margin-right: 3px;
}

.banner-carousel .bottom-dots .line-dot {
  border-right: 40px solid #ffffff;
}

.banner-carousel .content-box h1 {
  display: block;
  font-size: 72px;
  line-height: 1.1em;
  color: #ffffff;
  font-weight: 700;
  opacity: 0;
  margin-bottom: 35px;
  text-transform: capitalize;
  letter-spacing: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  text-transform: capitalize;
}

.banner-two .banner-carousel .content-box h1 {
  font-size: 60px;
  line-height: 1.15em;
  margin-bottom: 20px;
}

.banner-five .banner-carousel .content-box h1 {
  font-size: 60px;
  line-height: 1.15em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-three .banner-carousel .content-box h1 {
  font-size: 60px;
  line-height: 1.15em;
  margin-bottom: 35px;
  padding-bottom: 13px;
}

.banner-four .banner-carousel .content-box h1 {
  font-size: 58px;
  line-height: 1.18em;
  margin-bottom: 25px;
}

.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.banner-carousel .content-box .text {
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  opacity: 0;
  margin-bottom: 40px;
  max-width: 650px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.banner-four .banner-carousel .content-box .text {
  margin-bottom: 40px;
  font-size: 20px;
}

.banner-carousel .active .content-box .text {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.banner-carousel .content-box .links-box {
  position: relative;
  opacity: 0;
  z-index: 5;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  -ms-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.banner-two .banner-carousel .active .content-box .links-box,
.banner-four .banner-carousel .active .content-box .links-box,
.banner-five .banner-carousel .active .content-box .links-box {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-three .banner-carousel .active .content-box .links-box {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-five .banner-carousel .active .content-box .links-box .theme-btn {
  margin-right: 10px;
}

.banner-carousel .content-box .content-image {
  position: absolute;
  left: 100%;
  top: -80px;
  margin-left: 30px;
  width: 700px;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}

.banner-carousel .content-box .content-image img {
  width: auto;
  max-width: 100%;
}

.banner-five .banner-carousel .active .content-box .content-image {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.banner-section .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.banner-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 30px;
  margin: 0px 7px;
}

.banner-section .owl-dots .owl-dot span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 10px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-dots .owl-dot.active span {
  height: 30px;
}

.banner-one .banner-carousel .owl-nav,
.banner-two .banner-carousel .owl-nav,
.banner-three .banner-carousel .owl-nav,
.banner-four .banner-carousel .owl-nav,
.banner-five .banner-carousel .owl-nav {
  display: none;
}

/* ==================================================================================== */
@media only screen and (max-width: 1139px) {
  .banner-carousel .content-box h1,
  .banner-two .banner-carousel .content-box h1,
  .banner-three .banner-carousel .content-box h1,
  .banner-four .banner-carousel .content-box h1,
  .banner-five .banner-carousel .content-box h1,
  .page-banner h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-carousel .slide-item,
  .banner-two .banner-carousel .slide-item,
  .banner-three .banner-carousel .slide-item,
  .banner-four .banner-carousel .slide-item,
  .banner-five .banner-carousel .slide-item {
    padding: 50px 0px 80px;
  }

  .banner-carousel .content-box,
  .banner-two .banner-carousel .content-box,
  .banner-three .banner-carousel .content-box,
  .banner-four .banner-carousel .content-box,
  .banner-five .banner-carousel .content-box {
    height: 580px;
  }

  .banner-carousel .content-box .content {
    padding: 0px 0px 0px !important;
  }

  .banner-one .banner-carousel .content-box .content {
    padding-top: 50px !important;
  }

  .banner-carousel .content-box h1,
  .banner-two .banner-carousel .content-box h1,
  .banner-three .banner-carousel .content-box h1,
  .banner-four .banner-carousel .content-box h1,
  .banner-five .banner-carousel .content-box h1,
  .page-banner h1 {
    font-size: 52px;
  }

  .banner-section .slide-item .curve-layer {
    width: 80%;
  }

  .banner-carousel .content-box .content-image {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-carousel .content-box h1,
  .banner-two .banner-carousel .content-box h1,
  .banner-three .banner-carousel .content-box h1,
  .banner-four .banner-carousel .content-box h1,
  .banner-five .banner-carousel .content-box h1,
  .page-banner h1 {
    font-size: 42px;
  }

  .banner-carousel .content-box .sub-title {
    letter-spacing: 0;
  }

  .banner-carousel .content-box,
  .banner-two .banner-carousel .content-box,
  .banner-three .banner-carousel .content-box,
  .banner-four .banner-carousel .content-box,
  .banner-five .banner-carousel .content-box {
    height: 500px;
  }

  .banner-carousel .content-box .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 599px) {
  .banner-carousel .content-box h1,
  .banner-two .banner-carousel .content-box h1,
  .banner-three .banner-carousel .content-box h1,
  .banner-four .banner-carousel .content-box h1,
  .banner-five .banner-carousel .content-box h1,
  .testimonial-section .carousel-box .title-box h2,
  .mission-section .title-box h2 {
    font-size: 30px;
  }
}
/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.sec-title.centered {
  margin-bottom: 60px;
}

.centered {
  text-align: center !important;
}

.sec-title .upper-text {
  position: relative;
  display: block;
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

.sec-title.hydro-theme .upper-text {
  font-size: 16px;
  color: #888888;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.sec-title .upper-text .icon {
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  color: var(--secondary-color);
  padding-left: 3px;
}

.sec-title.bio-theme .upper-text .icon {
  color: #84b040;
}

.sec-title.fuel-theme .upper-text .icon {
  color: #d73441;
}

.sec-title.hydro-theme .upper-text .icon {
  color: #e85728;
}

.sec-title .subtitle {
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  color: var(--primary-color);
  font-weight: 300;
  padding-top: 10px;
}

.sec-title.bio-theme .subtitle {
  color: #84b040;
}

.sec-title.fuel-theme .subtitle {
  color: #d73441;
  padding-top: 5px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 1.15em;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.sec-title.hydro-theme h2 {
  color: #1c2562;
}

.sec-title .bottom-dots {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: fit-content;
  display: inline-block;
}

.sec-title.centered .bottom-dots {
  left: 50%;
  margin-left: -25px;
}

.sec-title .bottom-dots .dot {
  position: relative;
  display: block;
  float: left;
  width: 3px;
  height: 3px;
  border-right: 3px solid var(--secondary-color);
  margin-right: 3px;
}

.sec-title.bio-theme .bottom-dots .dot {
  border-right-color: #2f333c;
}

.sec-title.hydro-theme .bottom-dots .dot {
  border-right-color: #e85728;
}

.sec-title .bottom-dots .line-dot {
  border-right: 40px solid var(--secondary-color);
}

.sec-title.fuel-theme .bottom-dots .dot {
  border-right-color: #0a394d;
}
@media only screen and (max-width: 1139px) {
  .sec-title h2,
  .sec-title-two h2,
  .sec-title-three h2,
  .fluid-section .text-column h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title h2 {
    font-size: 28px;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 599px) {
  .sec-title h2 {
    font-size: 24px;
  }
}
.light-title .upper-text,
.light-title .upper-text .icon,
.light-title h2 {
  color: #ffffff;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section-one {
  position: relative;
  padding: 110px 0px 245px;
}

.about-section-one .text-column {
  position: relative;
  order: 12;
}

.about-section-one .text-column .inner {
  position: relative;
  display: block;
  padding-left: 25px;
}

.about-section-one .text-content {
  position: relative;
}

.about-section-one .text-content p {
  margin-bottom: 25px;
}

.about-section-one .featured-list {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.about-section-one .featured-list ul {
  position: relative;
  margin: 0px -15px;
}

.about-section-one .featured-list ul li {
  position: relative;
  float: left;
  width: 30%;
  padding: 0px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 50px;
}

.about-section-one .featured-list ul li:nth-child(2) {
  width: 40%;
}

.about-section-one .featured-list ul li:nth-child(2):before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #cccccc;
}

.about-section-one .featured-list ul li:nth-child(2):after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #cccccc;
}

.about-section-one .featured-list ul li .icon {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 64px;
  line-height: 1em;
  color: var(--secondary-color);
  vertical-align: bottom;
  margin: 0 0 20px;
}

.about-section-one .featured-list ul li:nth-child(2) .icon {
  color: var(--primary-color);
}

.about-section-one .image-column {
  position: relative;
  order: 0;
}

.about-section-one .image-column .inner {
  position: relative;
  display: block;
  padding-right: 15px;
}

.about-section-one .image-column .image-box {
  position: relative;
  display: block;
  padding-left: 85px;
}

.about-section-one .image-column .image-box .image {
  position: relative;
  display: block;
  margin: 0;
}

.about-section-one .image-column .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
}

.about-section-one .image-column .image-box .image-two {
  position: absolute;
  display: block;
  left: -100px;
  top: 100%;
  margin: 0;
  margin-top: -80px;
  border: 20px solid #ffffff;
  z-index: 1;
}

@media only screen and (max-width: 1139px) {
  .about-section-one .image-column .inner {
    padding-right: 0;
  }

  .about-section-one .text-column .inner {
    padding-left: 0;
  }

  .about-section-one .image-column .image-box .image-two {
    left: auto;
    right: 50px;
  }

  .about-section-one .image-column .image-box {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-section-one .image-column {
    order: 12 !important;
    margin-bottom: 30px;
  }

  .about-section-one .image-column .image-box .image-two {
    display: none;
  }

  .about-section-one {
    padding: 70px 0px 20px;
  }

  .about-section-one .image-column .image-box .image-two {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sec-title h2 {
    font-size: 28px;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 599px) {
  .sec-title h2 {
    font-size: 24px;
  }
  .about-section-one .featured-list ul li,
  .about-section-one .featured-list ul li:nth-child(2) {
    width: 100%;
  }
}

/*** 

====================================================================
	Programs Section
====================================================================

***/

.programs-section-one {
  position: relative;
  padding: 110px 0px;
}

.programs-section-one .bg-pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 280px;
  background-color: #f0f3fb;
}

.programs-section-one .bg-pattern-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/bg-pattern-1.png) center center repeat;
  opacity: 0.7;
}

.program-block {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.owl-theme .program-block {
  margin-bottom: 0;
}

.program-block .inner-box {
  position: relative;
  display: block;
}

.program-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.program-block .image-box .image {
  position: relative;
  display: block;
}

.program-block .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
}

.program-block h3 {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 20px;
}

.program-block h3 a {
  color: #222222;
}

.program-block h3 a:hover {
  color: var(--secondary-color);
}

.program-block .image-box:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 2;
}

.program-block .inner-box:hover .image-box:before {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.program-block .hover-box {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border-bottom: 5px solid var(--primary-color);
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
  z-index: 5;
}

.program-block .inner-box:hover .hover-box {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 500ms ease 400ms;
  -moz-transition: all 500ms ease 400ms;
  -ms-transition: all 500ms ease 400ms;
  -o-transition: all 500ms ease 400ms;
  transition: all 500ms ease 400ms;
}

.program-block .hover-inner {
  position: absolute;
  display: table;
  vertical-align: middle;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.program-block .hover-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 20px;
}

.program-block .hover-inner .icon-box {
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 1em;
  margin-bottom: 10px;
}

.program-block .hover-inner .icon-box svg path {
  stroke: var(--primary-color);
}

.programs-section-one .owl-dots {
  display: none;
}

.programs-section-one .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.programs-section-one .owl-theme .owl-nav .owl-prev,
.programs-section-one .owl-theme .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #cccccc;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.programs-section-one .owl-theme .owl-nav .owl-prev:hover,
.programs-section-one .owl-theme .owl-nav .owl-next:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/*** 

====================================================================
	Services Section One
====================================================================

***/

.services-section-one {
  position: relative;
  padding: 110px 0px 50px;
  overflow: hidden;
}

.services-section-one .pattern-image-left {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: auto;
  height: auto;
}

.services-section-one .pattern-image-right {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: auto;
  height: auto;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
}

.service-block .image-column {
  position: relative;
  margin-bottom: 30px;
}

.service-block .image-column .inner {
  position: relative;
  display: block;
  padding-right: 80px;
}

.service-block .image-column .image,
.service-block .image-column .image img {
  display: block;
  width: 100%;
}

.service-block .image-column .icon-box {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -60px;
  color: var(--primary-color);
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.service-block.now-in-view .image-column .icon-box {
  -ms-transform: scale(1.2) rotate(360deg);
  transform: scale(1.2) rotate(360deg);
  -webkit-transition: all 2000ms ease 500ms;
  -ms-transition: all 2000ms ease 500ms;
  -o-transition: all 2000ms ease 500ms;
  -moz-transition: all 2000ms ease 500ms;
  transition: all 2000ms ease 500ms;
}

.service-block .text-column {
  position: relative;
  margin-bottom: 30px;
}

.service-block .text-column .inner {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 150px;
}

.service-block .text-column .title {
  position: relative;
  margin-bottom: 26px;
}

.service-block .text-column .title h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 3px;
}

.service-block .text-column .title .sub-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 0;
  color: #aaaaaa;
}

.service-block .text-column .text {
  position: relative;
  margin-bottom: 30px;
}

.service-block .text-column .link-box {
  position: relative;
}

.service-block .text-column .link-box a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  color: var(--secondary-color);
  text-transform: uppercase;
}

.service-block .text-column .link-box a .txt {
  position: relative;
  display: inline-block;
}

.service-block .text-column .link-box a .icon {
  position: relative;
  font-size: 16px;
  padding-left: 7px;
  color: var(--primary-color);
}

.service-block .text-column .link-box a:hover {
  color: var(--primary-color);
}

.services .service-block:nth-child(even) .text-column {
  order: 0;
}

.services .service-block:nth-child(even) .image-column .icon-box {
  right: auto;
  left: 20px;
}

.services .service-block:nth-child(even) .image-column {
  order: 12;
}

.services .service-block:nth-child(even) .image-column .inner {
  padding-right: 0;
  padding-left: 80px;
}

.services .service-block:nth-child(even) .text-column .inner {
  padding-right: 20px;
  padding-left: 150px;
  text-align: right;
}

@media only screen and (max-width: 1139px) {
  .service-block .text-column .inner {
    padding-right: 0;
  }

  .services .service-block:nth-child(even) .text-column .inner {
    padding-left: 0;
  }
  .services .service-block:nth-child(even) .text-column .inner,
  .service-block .text-column .inner {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .services-section-one {
    padding: 70px 0px 20px;
  }
  .service-block .image-column .inner,
  .services .service-block:nth-child(even) .image-column .inner {
    padding-right: 0;
    padding-left: 0;
  }

  .service-block .image-column .icon-box {
    right: 50%;
    top: 50%;
    margin: -60px -60px 0px 0px;
  }

  .services .service-block:nth-child(even) .image-column .icon-box {
    right: auto;
    left: 50%;
    top: 50%;
    margin: -60px 0px 0px -60px;
  }
  .service-block .text-column .title h2,
  .pricing-block .plan-header .plan-title h2 {
    font-size: 24px;
  }

  .service-block .text-column .title .sub-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .services-section-one .pattern-image-left,
  .services-section-one .pattern-image-right {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .services .service-block:nth-child(even) .text-column .inner {
    text-align: left;
  }
  .service-block-four .inner-box {
    text-align: center;
  }
  .services .service-block:nth-child(even) .image-column {
    order: 0;
  }
}
@media only screen and (max-width: 599px) {
  .service-block-four .text {
    font-size: 15px;
  }

  .service-block-four .title h3 {
    font-size: 20px;
  }
}

/* ================================================================ */
.services-section-four {
  position: relative;
  padding: 100px 0px;
  background: #f9f9f9;
}

.services-section-four.default-theme {
  background: #f9f9f9 url(/assets/img/background/dotted-pattern.png) repeat;
}

.services-section-four .upper-content {
  max-width: 870px;
  text-align: center;
  margin: 0 auto 60px;
}

.services-section-four .upper-content .sec-title {
  margin-bottom: 40px;
}

.service-block-five {
  position: relative;
  margin-bottom: 30px;
}

.service-block-five .inner-box {
  position: relative;
  display: block;
  padding-top: 35px;
}

.service-block-five .image-box {
  position: relative;
  display: block;
  border: 9px solid #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: rgba(36, 110, 227, 0.35) 0px 5px 15px;
}

.service-block-five .image-box .image {
  position: relative;
  display: block;
}

.service-block-five .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 310px;
}

.service-block-five .title-box {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  padding: 0px 30px;
}

.service-block-five .title-inner {
  position: relative;
  display: table;
  width: 100%;
  height: 80px;
  padding: 10px 20px;
  padding-left: 90px;
  background: #f6f6f6;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.service-block-five .title-inner .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: #1c2460;
  color: #ffffff;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
}

.default-theme .service-block-five .title-inner .icon {
  background: #3f6ee3;
}

.service-block-five .inner-box:hover .title-inner .icon {
  background: #e65628;
}

.default-theme .service-block-five .inner-box:hover .title-inner .icon {
  background: #51c106;
}

.service-block-five .title-box h3 {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.service-block-five .title-box h3 a {
  color: #222222;
}

.service-block-five .title-box h3 a:hover {
  color: #e85728;
}

.default-theme .service-block-five .title-box h3 a:hover {
  color: #51c106;
}

.service-block-five .hover-box {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-five .inner-box:hover .hover-box {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.service-block-five .hover-inner {
  position: absolute;
  display: table;
  vertical-align: middle;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease 500ms;
  -moz-transition: all 1000ms ease 500ms;
  -ms-transition: all 1000ms ease 500ms;
  -o-transition: all 1000ms ease 500ms;
  transition: all 1000ms ease 500ms;
}

.service-block-five .inner-box:hover .hover-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.service-block-five .hover-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 50px 20px 20px;
}

.service-block-five .hover-inner .text {
  position: relative;
  margin-bottom: 20px;
}

.service-block-five .hover-inner .link-box {
  position: relative;
}

.service-block-five .hover-inner .link-box a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #e85728;
  text-transform: capitalize;
}

.default-theme .service-block-five .hover-inner .link-box a {
  color: #51c106;
}

.service-block-five .hover-inner .link-box a .txt {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #e85728;
}

.default-theme .service-block-five .hover-inner .link-box a .txt {
  border-bottom-color: #51c106;
}

.service-block-five .hover-inner .link-box a .icon {
  position: relative;
  top: 2px;
  color: #ffffff;
  font-size: 16px;
  padding-left: 7px;
  font-weight: 600;
  text-decoration: none;
}

.service-block-five .hover-inner .link-box a:hover .txt {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.services-section-four .bottom-text {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.services-section-four .bottom-text .text {
  position: relative;
  font-size: 20px;
  line-height: 1.5em;
}

.services-section-four .bottom-text .text .phone,
.services-section-four .bottom-text .text .phone a {
  color: #e85728;
  font-weight: 600;
}

.default-theme.services-section-four .bottom-text .text .phone,
.default-theme.services-section-four .bottom-text .text .phone a {
  color: #3e6cdf;
}

.services-section-four .bottom-text .text .phone a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section {
  position: relative;
  padding: 90px 0px 60px;
}

.fun-facts-section.default-style {
  padding: 80px 0px 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.fun-facts-section.bio-theme {
  padding-top: 190px;
}

.fun-facts-section .auto-container {
  max-width: 1300px;
}

.fun-facts-section .bg-pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/background/map-pattern.jpg) center 50px no-repeat;
}

.fact-counter {
  position: relative;
  z-index: 1;
}

.fact-counter .counter-column {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.fact-counter .counter-column .inner {
  position: relative;
  display: block;
}

.fun-facts-section.default-style .inner:before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 5px;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  height: 80px;
}

.fun-facts-section.default-style .counter-column:last-child .inner:before {
  display: none;
}

.fact-counter .counter-column .icon-box {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1em;
  color: var(--secondary-color);
  margin-bottom: 25px;
}

.fun-facts-section.bio-theme .fact-counter .counter-column .icon-box {
  color: #84b040;
}

.fact-counter .count-box {
  position: relative;
  font-size: 48px;
  line-height: 1.1em;
  color: var(--primary-color);
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}

.fun-facts-section.bio-theme .fact-counter .count-box {
  color: #222222;
}

.fact-counter .count-box .count-text {
  position: relative;
  display: inline-block;
}

.fact-counter .counter-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #222222;
  text-transform: capitalize;
}

.fun-facts-section.bio-theme .fact-counter .counter-title {
  color: #84b040;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1139px) {
  .fact-counter .count-box {
    font-size: 36px;
  }

  .fact-counter .counter-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .fun-facts-section {
    padding: 200px 0px 20px;
  }
}

/*** 

====================================================================
	Reviews Section
====================================================================

***/

.reviews-section {
  position: relative;
  padding: 100px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.reviews-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.reviews-section .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0f1e44;
  opacity: 0.8;
}

.reviews-carousel-box {
  position: relative;
  padding: 0px 60px;
  margin-bottom: 100px;
}

.testi-block-one {
  position: relative;
  padding-top: 25px;
}

.testi-block-one .inner-box {
  position: relative;
  display: block;
  padding: 50px 50px;
  background: #ffffff;
}

.testi-block-one .inner-box .quote-icon {
  position: absolute;
  right: 50px;
  top: -28px;
  line-height: 1em;
  font-size: 70px;
  color: var(--primary-color);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testi-block-one .inner-box:hover .quote-icon {
  transform: translate(-40px, 90px) scale(1.5);
  opacity: 0.3;
}

.testi-block-one .inner-box .rating {
  position: relative;
  line-height: 24px;
  margin-bottom: 15px;
}

.testi-block-one .inner-box .rating span {
  position: relative;
  display: inline-block;
  color: #e6d40e;
  font-size: 14px;
  margin-right: 1px;
}

.testi-block-one .inner-box .text {
  position: relative;
  margin-bottom: 30px;
}

.testi-block-one .inner-box .testi-info {
  position: relative;
  padding-left: 75px;
  padding-top: 15px;
  line-height: 22px;
  min-height: 65px;
}

.testi-block-one .inner-box .testi-info .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.testi-block-one .inner-box .testi-info .image img {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.testi-block-one .inner-box .testi-info .name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}

.testi-block-one .inner-box .testi-info .designation {
  font-size: 14px;
  color: #777777;
  text-transform: capitalize;
}

.reviews-carousel-box .owl-dots {
  display: none;
}

.reviews-carousel-box .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  margin-top: -25px;
}

.reviews-carousel-box .owl-theme .owl-nav .owl-prev,
.reviews-carousel-box .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: -90px;
  margin: 0px 0px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.reviews-carousel-box .owl-theme .owl-nav .owl-next {
  right: -90px;
  left: auto;
}

.reviews-carousel-box .owl-theme .owl-nav .owl-prev:hover,
.reviews-carousel-box .owl-theme .owl-nav .owl-next:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .testi-block-one .inner-box {
    padding: 50px 20px;
  }

  .reviews-section .owl-nav {
    display: none;
  }
}

.contact-section.contact-page {
  padding: 100px 0;
}

.contact-section .info-blocks {
  position: relative;
}

.contact-section .info-block .inner {
  position: relative;
  display: block;
  padding: 45px 20px 40px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-section .info-block .icon {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-section .info-block strong {
  display: block;
  margin-bottom: 15px;
}

.contact-section .info-block ul {
  padding: 0;
}

.contact-section .info-block ul li {
  list-style: none;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  color: #202020;
}

.contact-section .info-block ul li a {
  color: #202020;
}

.contact-section .info-blocks .info-block {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background-color: #112047;
  color: #ffffff;
}
.main-footer .widgets-section {
  position: relative;
  padding: 100px 0px 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  position: relative;
  margin-bottom: 25px;
}

.main-footer .widget-title h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.main-footer .info {
  position: relative;
}

.main-footer .info .info-block {
  position: relative;
  padding-left: 60px;
  min-height: 40px;
  margin-bottom: 25px;
}

.main-footer .info .info-block:last-child {
  margin-bottom: 0;
}

.main-footer .info .info-block .icon-box {
  position: absolute;
  left: 0;
  top: 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.main-footer .info strong {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.main-footer .info .info-text {
  position: relative;
  display: block;
  font-size: 20px;
}

.main-footer .info .info-text a {
  color: #ffffff;
}

.main-footer .info .info-text a:hover {
  text-decoration: underline;
}

.main-footer .links-widget ul {
  position: relative;
  padding: 0;
}

.main-footer .links-widget ul li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #ffffff;
}

.main-footer .links-widget ul li:last-child {
  margin-bottom: 0;
}

.main-footer .links-widget ul li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:hover {
  color: #52c306;
}

.footer-style-two .links-widget ul li a:hover {
  color: #e2bc2f;
}

.footer-style-three .links-widget ul li a:hover {
  color: #84b040;
}

.footer-style-four .links-widget ul li a:hover {
  color: #e85728;
}

.footer-style-five .links-widget ul li a:hover {
  color: #d73441;
}

.main-footer .links-widget ul li a:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  font-size: 14px;
  z-index: 5;
  opacity: 0.5;
}

.main-footer .links-widget ul li a:hover:before {
  opacity: 1;
}

.main-footer .gallery-widget .images {
  position: relative;
  margin: 0px -5px;
}

.main-footer .gallery-widget .images .image {
  position: relative;
  float: left;
  width: 33.333%;
  display: block;
  margin: 0 0 10px;
  padding: 0px 5px;
}

.main-footer .gallery-widget .images img {
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .gallery-widget .images img:hover {
  opacity: 0.7;
}

.main-footer .footer-bottom {
  position: relative;
  line-height: 24px;
  color: #a6a6a6;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer .footer-bottom .inner {
  position: relative;
  padding: 35px 0px 25px;
}

.main-footer .footer-bottom .scroll-top-footer {
  position: absolute;
  left: 50%;
  top: -24px;
  background: #52c306;
  color: #ffffff;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  float: left;
}

.main-footer .footer-bottom .copyright a {
  color: #ffffff;
}

.main-footer .footer-bottom .footer-nav {
  position: relative;
  float: right;
}

.main-footer .footer-bottom .footer-nav ul li {
  position: relative;
  float: left;
  line-height: 24px;
}

.main-footer .footer-bottom .footer-nav ul li:before {
  content: "|";
  position: absolute;
  left: -13px;
  top: 0;
  line-height: 24px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before {
  display: none;
}

.main-footer .footer-bottom .footer-nav ul li a {
  position: relative;
  color: #a6a6a6;
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
  color: #52c306;
}

.footer-nav .social-links {
  position: relative;
  float: left;
  margin-left: 30px;
}

.footer-nav .social-links li {
  list-style: none;
  position: relative;
  float: left;
  color: #333333;
  line-height: 30px;
  margin-right: 20px;
}

.footer-nav .social-links li:last-child {
  margin-right: 0;
}

.footer-nav .social-links li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-nav .social-links li a .fa,
.footer-nav .social-links li a .fab {
  vertical-align: middle;
}

.footer-nav .social-links li a:hover {
  color: #52c306;
}

@media only screen and (max-width: 991px) {
  .main-footer .footer-bottom .copyright,
  .main-footer .footer-bottom .footer-nav {
    width: 100%;
    padding-top: 5px;
    text-align: center;
  }

  .main-footer .footer-bottom .footer-nav ul li {
    float: none;
    margin: 0px 10px;
    display: inline-block;
  }

  .main-footer .widgets-section {
    padding: 70px 0px 30px;
  }
}

/* ============================================================== */

.page-banner {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 80px 0px 80px;
  background-color: #25283a;
  z-index: 2;
}

.page-banner .image-layer {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner .image-layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.45;
}

.page-banner .breadcrumb-box {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}

.page-banner .bread-crumb {
  position: relative;
  display: inline-block;
}
.page-banner .bread-crumb {
  padding: 0;
}
.page-banner .bread-crumb li:first-child {
  margin-left: 0px;
}
.page-banner .bread-crumb li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin-left: 40px;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
}

.page-banner .bread-crumb li:before {
  font-family: "Flaticon";
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: -40px;
  width: 40px;
  top: 0px;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  font-weight: 700;
}
.page-banner .bread-crumb li:last-child::before {
  content: "";
}

.page-banner .bread-crumb li a {
  position: relative;
  color: #ffffff;
  display: block;
  line-height: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-banner h1 {
  position: relative;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .page-banner h1 {
    font-size: 52px;
  }
}
