/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Bexer | Business HTML5 Template
VERSION:	1.0.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. BASE

  1.1. Typography
  1.2. Buttons
  1.3. Common Styles

    1.3.1. Preloader
    1.3.2. Section
    1.3.3. Background Image
    1.3.4. Overlay
    1.3.5. Common Class
    1.3.6. Icon Animation
    1.3.7. Breadcrumb
    1.3.8. Google Map
    1.3.9. Form Control
    1.3.10. Social Icon
    1.3.11. Slick Slider

2. NAVBAR

3. BANNER SLIDER

4. HOMEPAGE

  4.1. Banner Feature / Service Item
  4.2. About Section
  4.3. Funfacts Section
  4.4. Feature Section
  4.5. Service Section
  4.6. Team Section
  4.7. Project Section
  4.8. Testimonial Section

5. CLIENTS LOGO

6. CALL TO ACTION

7. PRICING

8. BLOG

9. FOOTER STYLES

-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700|Open+Sans:300,400,600,700");

body {
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #818385;
}

.aboutspan {
  color: #818385;
  font-size: 16px;
}

.solid-bg {
  background: #f9f9f9;
}

.dark-bg {
  background: #252525;
  padding-bottom: 8px;
  padding-top: 10px;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.navimg {
  height: 70px;
  width: 160px;
}

#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-right: -14px;
  margin-left: -23px;
}

#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 164px;
  height: 200px;
  /*line-height: 100px;*/
  text-align: center;
}

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 139;
  max-height: 140;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  /*opacity: 0.65;*/
}

#clients .clients-wrap ul li img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* for header*/
.nav-item-active {
  font-weight: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

p,
.paragraph {
  font-weight: 400;
  color: #818385;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #172231;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.2s ease;
}

h1,
.h1 {
  font-size: 70px;
}

h2,
.h2 {
  font-size: 48px;
}

@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 44px;
}

@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4,
.subtitle {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

/* /typography */
/* Button style */
.btn {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 15.5px 28px;
  border-radius: 35px;
  font-weight: 700;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-lg {
  font-size: 20px;
  padding: 19px 35px;
}

.btn-md {
  font-size: 18px;
  padding: 17px 30px;
}

.btn-sm {
  font-size: 12px;
  padding: 5px 20px;
}

.btn-primary {
  background: #60aefc;
  color: #fff;
  border-color: #60aefc;
}

.btn-primary:active {
  background: #80bfff !important;
  border-color: #80bfff;
}

.btn-primary:hover {
  background: #f96a3f;
  border-color: #f96a3f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6b9c2e;
  border-color: #6b9c2e;
}

.btn-gray {
  background: #f5f6fa;
  color: #172231;
  border-color: #f5f6fa;
}

.btn-gray:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}

.btn-gray:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6b9c2e;
  border-color: #6b9c2e;
}

.btn-secondary {
  background: transparent;
  color: #172231;
  padding-left: 0;
  border: 0;
}

.btn-secondary:active {
  background: transparent !important;
  color: #60aefc;
}

.btn-secondary:hover {
  background: transparent;
  color: #60aefc;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #60aefc;
  background-color: transparent;
  border: 0;
}

.btn-primary-outline {
  background: transparent;
  color: #172231;
  border: 2px solid #172231;
}

.btn-primary-outline:active {
  background: #60aefc !important;
  border-color: #60aefc;
  color: #fff;
}

.btn-primary-outline:hover {
  background: #60aefc;
  border-color: #60aefc;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #172231;
  border-color: #e7e7e7;
}

.btn-light:active {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}

.btn-light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-light-alt:active {
  background: #86c33a !important;
  border-color: #86c33a;
  color: #fff;
}

.btn-light-alt:hover {
  background: #86c33a;
  border-color: #86c33a;
  color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-light-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-light-outline:active {
  background: #6b9c2e !important;
  border-color: #6b9c2e;
  color: #fff;
}

.btn-light-outline:hover {
  background: #6b9c2e;
  border-color: #6b9c2e;
  color: #fff;
}

.btn-arrow {
  transition: 0.2s ease;
}

.btn-arrow::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  left: calc(85% + 5px);
  transition: 0.2s ease;
}

.btn-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  transition: 0.2s ease;
  left: 85%;
}

.btn-arrow:hover::before {
  left: calc(85% + 10px);
  border-color: #60aefc;
}

.btn-arrow:hover::after {
  width: 20px;
  background: #60aefc;
}

/* hover effect */
.hover-ripple {
  transition: 0.2s ease-in;
}

.hover-ripple:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.hover-ripple:hover::after {
  -webkit-animation: sonarEffect 1s ease-out 50ms;
  animation: sonarEffect 1s ease-out 50ms;
}

.hover-ripple::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: inherit;
}

.hover-ripple.ripple-white:hover::after {
  -webkit-animation: sonarEffectWhite 1s ease-out 50ms;
  animation: sonarEffectWhite 1s ease-out 50ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #86c33a,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes sonarEffectWhite {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes sonarEffectWhite {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff,
      0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

/* /button style */
body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #9ed060;
  color: #fff;
}

::selection {
  background: #9ed060;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spin {
  height: 50px;
  width: 50px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 179, 134, 0.75) rgba(0, 179, 134, 0.75)
    rgba(0, 179, 134, 0.25) rgba(0, 179, 134, 0.25);
  border-radius: 100%;
  -webkit-animation: clockwise 1s linear infinite;
  animation: clockwise 1s linear infinite;
}

@-webkit-keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0);
  }
}

@keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0);
  }
}

/* /preloader */
ol,
ul {
  list-style-type: none;
  margin: 0px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #60aefc;
}

a.text-white:hover,
a.text-light:hover,
a.text-dark:hover {
  color: #60aefc !important;
}

/* section */
.section {
  padding-top: 70px;
  padding-bottom: 0px;
}

.section-sm {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-title {
  margin-bottom: 40px;
}

.section-title-border {
  position: relative;
  height: 5px;
  width: 30px;
  background: #60aefc;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
}

.section-title-border::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background: #60aefc;
  border-radius: 10px;
  right: -60%;
  top: 0;
}

.section-title-border::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #60aefc;
  border-radius: 10px;
  right: -100%;
  top: 0;
}

.section-title-border.border-center {
  margin-left: calc(50% - 27px);
}

.section-title-border.border-white {
  background: #fff;
}

.section-title-border.border-white::before {
  background: #fff;
}

.section-title-border.border-white::after {
  background: #fff;
}

.section-title-border.border-inline {
  display: inline-block;
  margin-bottom: 5px;
}

.subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #818385;
}

.section-bottom-lg {
  padding-bottom: 80px;
}

/* /section */
/* background image */
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* /background image */
/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}

.overlay-secondary {
  position: relative;
}

.overlay-secondary::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #252d39;
  opacity: 0.85;
}

/* /overlay */
/* common class */
.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #60aefc !important;
}

.bg-secondary {
  background: #252d39 !important;
}

.bg-secondary-darken {
  background: #1f2630 !important;
}

.bg-gray {
  background: #f5f6fa !important;
}

.bg-gray-white {
  background-image: linear-gradient(to right, #f5f6fa 45%, #fff 0%);
}

.bg-white-gray {
  background-image: linear-gradient(to right, #fff 45%, #f5f6fa 0%);
}

.bg-white2-gray {
  background-image: linear-gradient(to right, #fff 70%, #f5f6fa 0%);
}

.text-primary {
  color: #80bfff !important;
}

.text-color {
  color: #818385;
}

.text-light {
  color: #ddd !important;
}

.text-dark {
  color: #172231;
}

.hilighted {
  background: #252d39;
  padding: 0 5px;
  border-radius: 2px;
  color: #fff;
}

.letter-spacing {
  letter-spacing: 2px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 25px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.zindex-0 {
  z-index: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.min-height-400 {
  min-height: 400px;
}

.border-color {
  border-color: #e7e7e7 !important;
}

.border-muted {
  border-color: #404751 !important;
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.flex-basis-33 {
  flex-basis: 33.333333%;
}

.icon {
  font-size: 40px;
}

.icon-sm {
  font-size: 34px;
}

.icon-xs {
  font-size: 22px;
}

.icon-lg {
  font-size: 56px;
}

.box-shadow {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.translate-top {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.transition {
  transition: 0.2s ease;
}

.font-size-30 {
  font-size: 30px;
}

.font-weight-semebold {
  font-weight: 600 !important;
}

.font-secondary {
  font-family: "Barlow Condensed", sans-serif !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-none:hover {
  text-decoration: none !important;
}

.border-md-right {
  border-right: 1px solid;
}

@media (max-width: 767px) {
  .border-md-right {
    border: 0;
  }
}

/* /common class */
/* icon animation */
.icon-bg {
  position: relative;
  background-color: rgba(229, 247, 242, 0.8);
  display: inline-block;
  height: 90px;
  width: 83px;
  border-radius: 120px 135px 110px 90px;
}

.icon-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 5px;
  background: rgba(134, 195, 58, 0.05);
  border: 2px solid #60aefc;
  border-radius: 130px 120px 160px 130px;
}

.icon-bg .icon {
  line-height: 100px;
}

.water-wave {
  position: relative;
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.water-wave::before {
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px;
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    ::before {
      border-radius: 100px 147px 140px 120px;
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    ::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    ::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

/* /icon animation */
/* breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/* google map */
#map_canvas {
  height: 500px;
}

/* form control */
.form-control {
  height: 55px;
  padding: 0 30px;
}

.form-control-sm {
  height: 45px;
}

.form-control:focus {
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  border-color: #86c33a !important;
}

.focus-shadow-none {
  box-shadow: none !important;
}

textarea.form-control {
  height: 150px;
}

textarea.form-control-sm {
  height: 100px;
}
/* /form control */

/* social icon */
.social-icon li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  line-height: 45px;
  text-align: center;
}

.social-icon li a:hover {
  color: #60aefc;
  background: #fff;
}

.social-icon-alt li a {
  display: inline-block;
  height: 37px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  border: 3px solid #fff;
  background: transparent;
  line-height: 38px;
  text-align: center;
}

.social-icon-alt li a:hover {
  color: #fff;
  background: #60aefc;
  border-color: #60aefc;
}

/* /social icon */
/* slick style */
.slick-slide {
  outline: 0;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(229, 247, 242, 0.8);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
}

.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}

.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}

@media (max-width: 575px) {
  .slick-arrow {
    display: none;
  }
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:hover {
  background: #60aefc;
}

.prevArrow {
  left: 0px;
}

.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}

.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}

.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}

.nextArrow::after {
  left: 20px;
}

/* slick dots */
.slick-dots {
  padding-left: 0;
  text-align: center;
  position: absolute;
  bottom: -119px;
  left: 0;
  right: 0;
  z-index: 9;
}

.slick-dots li {
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 20px;
  transition: 0.2s ease;
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.slick-dots li img {
  height: 0px;
  width: 0px;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* /slick dots */
/* Navbar */
/* top header */
.top-header {
  font-size: 14px;
}

/* navigation */
.navigation {
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
}

.navbar {
  padding: 0;
}

.navbar-collapse {
  padding-bottom: 10px;
  transition: 0.2s ease;
}

.navbar .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 15px;
  border: 0;
  top: 100px;
  left: -25px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  background: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: unset;
    transform-origin: unset;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-item {
  position: relative;
  color: #172231;
  transition: 0.2s ease;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: center;
  }
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
  color: #86c33a;
  background: transparent;
}

.navbar-light .navbar-nav .nav-link {
  color: #172231;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #60aefc;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 15px;
}

@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 40px 10px;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
  }
}

/* active menu */
.navbar-nav .nav-link.active {
  color: #fc4e0c !important;
  font-weight: 600;
}

/* search */
.search-btn {
  border: 0;
  background: transparent;
}

.search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  transition: 0.2s ease;
  opacity: 0;
}

.search-wrapper.open {
  visibility: visible;
  opacity: 1;
}

.search-box {
  height: 112px;
  width: 100%;
  border: 0;
  background: #fff;
  font-size: 30px;
  padding: 0;
}

.search-box:focus {
  box-shadow: none !important;
}

.search-close {
  position: absolute;
  right: 5px;
  top: 40px;
  border: 0;
  background: transparent;
  page-break-after: 10px;
  font-size: 20px;
}

/* /navigation */
/* hero slider */
.hero-section {
  padding: 160px 0 270px;
}

.hero-slider {
  overflow-x: hidden;
}

.hero-slider .prevArrow {
  left: -100px;
}

.hero-slider .nextArrow {
  right: -100px;
}

.hero-slider:hover .prevArrow {
  left: 35px;
}

.hero-slider:hover .nextArrow {
  right: 35px;
}

/* /hero slider */
/* banner feature */
.banner-feature-wrapper {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.hover-bg-dark:hover,
.hover-bg-dark.active {
  background: #252d39 !important;
}

.hover-bg-dark:hover *,
.hover-bg-dark.active * {
  color: #fff !important;
}

/* /banner feature */
/* about */
.image-bg {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}

.about-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.philosophy-bg-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner h1 {
  color: #f3520c;
}

.banner p {
  color: #000;
}

/* /about */
/* funfacts */
.funfacts {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .funfacts {
    background: #252d39;
  }
}

.funfacts .container {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  position: relative;
}

.funfacts .container::before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #252d39;
}

@media (max-width: 991px) {
  .funfacts .container {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  .funfacts .container::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .funfacts h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .funfacts h3 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .funfacts .icon-lg {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .funfacts .icon-lg {
    font-size: 50px;
  }
}

/* /funfacts */
/* feature */
.feature-img-bg {
  position: relative;
}

.feature-img-bg::before {
  position: absolute;
  content: "";
  background: url(../images/backgrounds/feature-bg.png);
  top: -100px;
  right: -120px;
  height: 150%;
  width: 120%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .feature-img-bg::before {
    display: none;
  }
}

.play-video {
  position: absolute;
  left: 0;
  bottom: 20%;
}

.play-icon {
  display: inline-block;
  min-width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  font-size: 30px;
}

/* /feature */
/* service */
.services-bg-white {
  background-color: #fff;
}

.service-wrapper {
  -webkit-transform: translateY(-200px);
  transform: translateY(25px);
}

.card-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #60aefc;
  text-align: center;
  line-height: 60px !important;
  color: #fff;
  font-size: 32px;
  left: 15px;
  top: -90px;
}

.service-bg-dots {
  position: relative;
}

.service-bg-dots::before {
  position: absolute;
  content: "";
  /* background: url(../images/backgrounds/service-page-2.png); */
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

/* /service */
/* team */
.team-member-img img {
  position: relative;
  z-index: 2;
}

.team-member-img::before {
  position: absolute;
  content: "";
  background: url(../images/backgrounds/team-member-bg.png);
  top: 0px;
  right: 0px;
  height: 60%;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transition: 0.2s ease;
}

.team-member-img::after {
  position: absolute;
  content: "";
  background: url(../images/backgrounds/team-member-bg.png);
  bottom: -40px;
  left: 0px;
  height: 60%;
  width: 60%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transition: 0.2s ease;
}

.team-member:hover .team-member-img::before {
  top: -20px;
  right: -20px;
}

.team-member:hover .team-member-img::after {
  bottom: -60px;
  left: -20px;
}

.team-member:hover .hover-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.team-member:hover .hover-icon .social-icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hover-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #60aefc;
  transition: 0.2s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 3;
  opacity: 0;
}

.hover-icon .social-icon a {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* /team */
/* project */
.project-item img {
  transition: 0.4s ease-in;
}

.project-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.project-item:hover .hover-overlay {
  opacity: 1;
}

.project-item:hover .hover-overlay a {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #60aefc;
  transition: 0.4s ease;
  opacity: 0;
}

.hover-overlay a {
  position: relative;
  font-size: 46px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  transition: 0.4s ease;
  display: inline-block;
}

.uni-plus {
  position: relative;
  padding: 0 20px;
}

.uni-plus::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 40px;
  width: 2px;
  background: #fff;
}

.uni-plus::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 40px;
  background: #fff;
}

.filter-controls li {
  cursor: pointer;
}

.filter-controls li.active {
  color: #60aefc !important;
}

/* /project */
/* testimonial */
.bg-dots {
  position: relative;
}

.bg-dots::before {
  position: absolute;
  content: "";
  background: url(../images/backgrounds/testimonial-bg-1.png);
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.bg-dots .container {
  position: relative;
  z-index: 2;
}

.testimonial-slider .nextArrow,
.testimonial-slider .prevArrow {
  opacity: 0;
  transition-delay: 1s;
}

.testimonial-slider:hover .nextArrow {
  opacity: 1;
  right: -100px;
  transition-delay: 0s;
}

.testimonial-slider:hover .prevArrow {
  opacity: 1;
  left: -100px;
  transition-delay: 0s;
}

.bg-quote {
  position: relative;
}

.bg-quote::before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 150px;
  color: rgba(134, 195, 58, 0.3);
  top: -10px;
  line-height: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* /testimonial */
/* clients logo */
.clients-logo {
  text-align: center;
  position: relative;
  height: 120px;
  width: 180px;
}

.clients-logo:hover .white {
  opacity: 0;
}

.clients-logo:hover .primary {
  opacity: 1;
}

.clients-logo .white {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 10px;
}

.clients-logo .primary {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 0 10px;
}

.customer-bg-shape {
  position: absolute;
  top: 0;
  right: 50%;
}

/* /clients logo */
/* cta sm */
.cta-sm-bg {
  position: relative;
}

.cta-sm-bg::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: calc(100% - 10%);
  top: 0;
  background: url(../images/backgrounds/cta-sm-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-sm-bg::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/backgrounds/cta-sm-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

/* /cta sm */
/* pricing */
.pricing-table {
  transition: 0.2s ease;
  position: relative;
}

.pricing-table::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../images/backgrounds/pricing-table-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-table.active {
  background: #60aefc;
  color: #fff;
}

.pricing-table.active h2,
.pricing-table.active h3,
.pricing-table.active h4,
.pricing-table.active h5,
.pricing-table.active h6,
.pricing-table.active .subtitle {
  color: #fff;
}

.pricing-duration {
  transition: 0.2s linear;
}

.pricing-duration.active {
  font-weight: 600;
  color: #172231;
}

.pricing-switcher {
  text-align: center;
}

.pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  background: #60aefc;
  height: 40px;
  width: 100px;
}

.pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.pricing-switcher label {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  color: #818385;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px;
}

.pricing-switcher label.monthly {
  right: 130px;
}

.pricing-switcher label.monthly::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 50px;
  border-radius: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -85px;
}

.pricing-switcher label.yearly {
  left: 130px;
}

.pricing-switcher label.yearly::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 50px;
  border-radius: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -85px;
}

.pricing-switcher .switch {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 50em;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

.pricing-list li {
  position: relative;
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .pricing-list {
    margin: 3em 0 0;
  }

  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }

  .pricing-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.pricing-wrapper {
  position: relative;
}

.touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}

.pricing-wrapper > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}

.pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
  z-index: 3 !important;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }

  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }

  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }

  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }

  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }

  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }

  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }

  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }

  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

/* /pricing */
/* blog */
.card-type {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 3px 10px;
  color: #fff;
  background: #86c33a;
  z-index: 1;
}

.card-meta {
  font-size: 14px;
}

.blog-shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog-shape-right {
  position: absolute;
  right: 0;
  top: 50%;
}

.clip-half-cycle {
  -webkit-clip-path: circle(157% at 50% -100%);
  clip-path: circle(157% at 50% -100%);
}

.title-border-left {
  position: relative;
  padding-left: 30px;
}

.title-border-left::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 5px;
  border-radius: 30px;
  background: #86c33a;
}

.post-search {
  border: 0;
  background: transparent;
  position: absolute;
  bottom: 15px;
  right: 0;
}

.tag-list a {
  display: inline-block;
  padding: 10px 22px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(51, 77, 128, 0.12);
  border-radius: 35px;
  margin-bottom: 15px;
  color: #818385;
}

.tag-list a:hover {
  background: #86c33a;
  color: #fff;
  box-shadow: 0;
}

blockquote {
  padding: 30px 40px;
  font-style: italic;
  color: #172231;
  border-left: 2px solid #86c33a;
  box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
  position: relative;
  margin-bottom: 40px;
}

blockquote::before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 100px;
  color: rgba(134, 195, 58, 0.3);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
}

blockquote p {
  font-style: normal;
  margin-top: 10px;
}

/* Footer base */
.footer-main {
  font-size: 0.9rem;
}

.footer-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #f8f9fa;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links li a::before {
  content: "»";
  position: absolute;
  left: 0;
  bottom: -5px;
  color: #f8f9fa;
  font-size: 1.5em;
}

.footer-links li a:hover {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 0px 0px 24px;
}

.footer-contact {
  padding-left: 0;
}

.footer-contact li {
  align-items: flex-start;
}

.footer-contact a {
  color: #f8f9fa;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: #ffffff;
}

/* Icon styling */
.footer-contact-icon {
  width: 18px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #f8f9fa;
}

.footer-contact-multi a {
  font-size: 0.9rem;
}

.social-icon-alt li a {
  color: #ffffff;
  font-size: 1rem;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
}

.social-icon-alt li a:hover {
  background-color: #ffffff;
  color: #343a40;
}

@media (max-width: 991.98px) {
  .footer-main .col-lg-4,
  .footer-main .col-lg-3,
  .footer-main .col-lg-2 {
    margin-bottom: 1.5rem;
  }
}

/* get a quote */
.inquiry-section {
  padding-top: 20px;
}

.quote_form {
  width: 50%;
  margin-left: 100px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .quote_form {
    width: 75%;
    margin-left: 50px;
  }
}

/* Further adjustments for very small screens */
@media (max-width: 480px) {
  .quote_form {
    width: 75%;
    margin-left: 50px;
  }
}

.get-quote a {
  margin: 10px 0 10px 0;
  padding: 10px 35px;
}

.web-service {
  padding: 0 40px 0 40px;
}

/* FAQ */
/* .faq-content .accordion .card {
  background-color: #f6f7f9;
  margin-bottom: 15px;
  border: none;
}

.faq-content .accordion .card .card-icon i {
  color: red;
}

.faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 0 30px;
  height: 65px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  background: #ffffff;
  color: #161616;
}

.faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-image: linear-gradient(250deg, #3d9ef1 0%, #e54040 100%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}

.faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}

.faq-content .accordion .card .card-body {
  color: #161616;
  border-radius: 0 0 30px 30px;
  padding: 0 30px 30px 30px !important;
  width: 100%;
  background: #ffffff;
}

.faq-content .accordion .card .card-body p {
  text-align: justify;
  line-height: 1.8;
} */

/* FAQ Section */
.faq-content .accordion .card {
  background-color: transparent;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.faq-content .accordion .card:last-child {
  margin-bottom: 0;
}

.faq-content .accordion .card-header {
  padding: 0;
  border: none;
  background: transparent;
}

.faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 48px 14px 18px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  color: #161616;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.faq-content .accordion .card .card-header .card-link:hover {
  background: #f3f7ff;
  color: #0d6efd;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
}

.faq-content .accordion .card .card-header .card-link::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f068";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background-image: linear-gradient(250deg, #3d9ef1 0%, #e54040 100%);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
}

.faq-content .accordion .card .card-header .card-link.collapsed::after {
  content: "\f067";
}

.faq-content .accordion .card .card-body {
  color: #161616;
  border-radius: 0 0 8px 8px;
  padding: 12px 18px 18px 18px !important;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.faq-content .accordion .card .card-body p {
  margin-bottom: 0;
  text-align: justify;
  line-height: 1.7;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .faq-content .accordion .card .card-header .card-link {
    padding: 12px 44px 12px 14px;
    font-size: 15px;
  }

  .faq-content .accordion .card .card-header .card-link::after {
    right: 12px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .faq-content .accordion .card .card-body {
    padding: 10px 14px 14px 14px !important;
  }
}

/* About Us Page Cards */
.work-together {
  position: relative;
}

.work-together .title.title2 {
  padding: 0 25px 0 25px;
}

.work-together .title {
  color: #172231;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.2s ease;
  margin: 0 0 40px 0;
  position: relative;
  display: inline-block;
}

.title2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 25px;
  width: 150px;
  height: 5px;
  background: linear-gradient(to right, #fd6509, #80bfff);
  border-radius: 10px;
}

.work-together p {
  margin-left: 25px;
}

.services-item {
  padding: 50px 35px 50px 35px;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  margin: 0 -10px 0 0;
  text-align: center;
  transition: all 0.3s ease;
  border: black solid 1px;
  border-radius: 10px;
  margin-bottom: 3rem;
}

.services-item:hover {
  background-color: #7b2683;
  background-image: url("/assets/images/about/work-07.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

.services-item .services-icon {
  background-color: #57a6ed;
  padding: 30px 30px 30px 30px;
  border-radius: 50%;
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}

.services-item:hover .services-icon {
  background-color: #ffffff;
}

.services-item .services-icon .main-img {
  height: 50px;
  width: 50px;
  max-width: unset;
}

.services-item .services-icon .hover-img {
  height: 50px;
  width: 50px;
  max-width: unset;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.services-item .services-content .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}

.services-item .services-content .services-desc p {
  color: #444444;
  margin: 0;
}

.services-item:hover .services-content .services-desc p {
  color: #ffffff;
}

/*# sourceMappingURL=maps/style.css.map */

/* Contact Page */
.contact-card {
  border-radius: 12px;
  overflow: hidden;
}

.contact-left {
  width: 100%;
  max-width: 375px;
  background: #66b3fd;
  color: #fff;
}

.contact-left p {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

.icon-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.icon-group i {
  margin-top: 3px;
  font-size: 16px;
  color: #000;
}

.icon-group span {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}

.social-icons a {
  color: #fc4e0c;
  font-size: 18px;
  margin-right: 12px;
  transition: 0.3s;
}

.social-icons a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* Right Form Area */
.contact-right label {
  font-weight: 600;
}

.contact-right .form-control {
  border-radius: 6px;
  border: 1px solid #ddd;
  height: 45px;
  transition: 0.3s;
  padding: 10px 30px;
}

textarea.form-control {
  height: auto !important;
  resize: none;
}

.contact-right .form-control:focus {
  border-color: #fc4e0c;
  box-shadow: 0 0 10px rgba(255, 75, 0, 0.3);
}

/* Submit Button */
.send-btn {
  background: #fc4e0c !important;
  border: none;
  font-size: 16px;
  padding: 12px;
  border-radius: 6px;
  transition: 0.3s;
}

.send-btn:hover {
  background: #66b3fd !important;
  transform: translateY(-3px);
}

/* Service Selector Pills */
.service-selector label {
  margin-right: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}

.service-selector input {
  display: none;
}

.service-selector span {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 25px;
  transition: all 0.3s;
  font-size: 14px;
}

.service-selector input:checked + span {
  background: #fc4e0c;
  color: #fff;
  border-color: #fc4e0c;
  box-shadow: 0 0 10px rgba(255, 75, 0, 0.4);
}

/* Map Styling */
.map-frame {
  border-radius: 12px;
  box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-left {
    max-width: 100%;
  }
}

/* Hiring section */

.hiring-section {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
}

.hiring-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

.hiring-content {
  max-width: 900px;
  margin: auto;
}

.hiring-heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.hiring-heading .small-text {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  opacity: 0.9;
}

.hiring-heading .big-text {
  font-family: "Rajdhani", sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 3px;
}

.hiring-buttons {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.hire-btn {
  background: #ff5b1f;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.hiring-subtitle {
  margin-top: 50px;
  font-size: 22px;
  font-weight: 500;
}

.hiring-avatars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 0px;
}

.hiring-avatars img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -10px;
}

.avatar-more {
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

/* internship */
.section-title {
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 150px;
  height: 5px;
  background: linear-gradient(to right, #fd6509, #80bfff);
  border-radius: 10px;
}
.job-card {
  transition: all 0.4s ease;
  background: #fff;
}
.job-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 123, 255, 0.2) !important;
  background: linear-gradient(135deg, #f8f9fa, #e9f7ff);
}
.btn-gradient {
  background: linear-gradient(to right, #007bff, #00d2ff);
  border: none;
  transition: all 0.3s ease;
}
.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
}
.modal-header-gradient {
  background: linear-gradient(to right, #007bff, #00d2ff);
}
.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.floating-label {
  position: relative;
}
.floating-label input:focus ~ label,
.floating-label input:not(:placeholder-shown) ~ label {
  top: -10px;
  font-size: 12px;
  color: #007bff;
}
.more-detail-btn {
  font-size: 18px;
  padding: 10px 30px !important;
}
.job-details h5 {
  color: #007bff;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 2px solid #00d2ff;
  padding-bottom: 0.5rem;
}
.job-details ul {
  padding-left: 1.2rem;
}
.job-details li {
  margin-bottom: 0.5rem;
}

#modalPositionDisplayField {
  background-color: #f8f9fa !important;
  color: #495057;
  font-weight: 500;
}

.submit-app-btn {
  font-size: 18px;
  padding: 10px 30px;
}

@media (max-width: 768px) {
  .modal-body .row > div {
    margin-bottom: 2rem;
  }
}
/* Wider modal - max 1200px */
@media (min-width: 1200px) {
  #applyModal .modal-dialog {
    max-width: 1400px !important;
    width: 1400px !important;
  }
}

/* Optional: Reduce vertical scrolling by limiting height only if needed */
#applyModal .modal-body {
  max-height: 80vh;
  overflow-y: auto; /* Only scroll body if content overflows screen */
  -webkit-overflow-scrolling: touch;
}

/* Improve spacing on mobile */
@media (max-width: 991px) {
  #applyModal .modal-body {
    padding: 1.5rem;
  }
}

.hiring-header .subtitle {
  color: #fc4e0c !important;
}

.opning-msg-card a {
  font-size: 18px;
  padding: 10px 30px;
  background: linear-gradient(
    to right,
    #007bff,
    #00d2ff
  ); /* Keep original gradient */
  transition: all 0.4s ease;
}
.opning-msg-card a:hover {
  background: #ffffff !important;
  color: #fc4e0c !important;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 30px rgba(252, 78, 12, 0.35);
}

.contact-btn {
  padding: 10px 35px;
}

/* common underline */
.aliven-title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.aliven-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 150px;
  height: 5px;
  background: linear-gradient(to right, #fd6509, #80bfff);
  border-radius: 10px;
}

/* Consultation Modal Styles */
.modal-header-gradient {
  background: linear-gradient(to right, #007bff, #00d2ff);
}

.position-relative {
  position: relative;
}

.floating-input {
  padding-top: 10px !important;
  background: transparent;
}

.floating-label-text {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #6c757d;
  pointer-events: none;
  transition: all 0.3s ease;
  background: #fff;
  padding: 0 5px;
}

.floating-input:focus ~ .floating-label-text,
.floating-input:not(:placeholder-shown) ~ .floating-label-text,
.floating-input:valid ~ .floating-label-text,
.floating-input:focus-within ~ .floating-label-text {
  top: 0;
  font-size: 13px;
  color: #007bff;
  font-weight: 500;
  border: 1px solid #ced4da;
}

/* Pill Group Layout */
.pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Base pill styles */
.pill-check,
.pill-radio {
  position: relative;
  cursor: pointer;
}

.pill-check input,
.pill-radio input {
  display: none;
}

.pill-check span,
.pill-radio span {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  border: 1.5px solid #ced4da;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #495057;
  transition: all 0.25s ease;
}

/* Hover effect */
.pill-check span:hover,
.pill-radio span:hover {
  border-color: #007bff;
  color: #007bff;
}

/* Active state */
.pill-check input:checked + span,
.pill-radio input:checked + span {
  background: linear-gradient(to right, #007bff, #00d2ff);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 14px rgba(0, 123, 255, 0.25);
}

/* Special fix for select (Bootstrap adds arrow) */
.floating-input.custom-select {
  background-position: right 1rem center;
}

/* Date input fix */
.floating-input[type="date"]:valid ~ .floating-label-text {
  top: 0;
  font-size: 13px;
  color: #007bff;
  border: 1px solid #ced4da;
}

.btn-gradient {
  background: linear-gradient(to right, #007bff, #00d2ff);
  border: none;
  font-size: 18px !important;
  padding: 10px 30px !important;
}
.btn-gradient:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3);
}

/* Better select styling */
.custom-select {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 1rem center/8px 10px;
}

.left-popup .right-popup h4 {
  font-size: 30px !important;
  align-items: center;
}

/* Thank You Section */
.thankyou-section {
  min-height: 60vh;
  background: linear-gradient(135deg, #007bff33, #00d2ff42);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.thankyou-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 45px 35px;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  animation: fadeUp 0.6s ease;
}

.thankyou-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007bff, #00d2ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.4);
}

.thankyou-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
}

.thankyou-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.thankyou-info {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 28px;
}

.thankyou-info p {
  margin: 6px 0;
  font-size: 15px;
  color: #333;
}

.thankyou-info i {
  color: #007bff;
  margin-right: 8px;
}

.btn-back-home {
  display: inline-block;
  background: linear-gradient(135deg, #007bff, #00d2ff);
  color: #fff;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-back-home:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.4);
  color: #fff;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
