
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Variable-------------------*/
:root {
  --theme-color: #39cbd2;
  --theme-color2: #012313;
  --theme-color3: #7a9a00;
  --text-color: #ededed;
  --white-color: #fff;
  --title-color: #000;
  --body-color: #444;
  --title-font: "Epilogue", sans-serif;
  --body-font: "Epilogue", sans-serif;
  --subtitle-font: "Epilogue", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --flaticon: "Flaticon";
  --ripple-ani-duration: 5s;
}

.home-five {
  --theme-color: #f20000;
  --title-color: #000000;
  --body-color: #555555;
}

/*------------------- 1.2. Mixin -------------------*/
/*------------------- 1.3. Function -------------------*/
/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: 500;
}

td,
th {
  border-top: 1px solid var(--border-color);
  padding: 9px;
}

a {
  color: #39cbd2;
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  font-size:15px;
  margin: 0 0 15px 0;
  color: var(--body-color);
  line-height: 1.7;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

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

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

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

.h4,
h4 {
  font-size: 24px;
}

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 42px;
  }
  .h2,
  h2 {
    font-size: 32px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
  }
  .h2,
  h2 {
    font-size: 24px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .h1,
  h1 {
    font-size: 24px;
  }
  .h2,
  h2 {
    font-size: 22px;
  }
}
/*------------------- 1.5. Extend -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    --bs-gutter-x: .75rem;
    max-width: calc(1220px + var(--bs-gutter-x) * 2);
  }
  .home-five .container-xxl,
  .home-five .container-xl,
  .home-five .container-lg,
  .home-five .container-md,
  .home-five .container-sm,
  .home-five .container,
  .home-four .container-xxl,
  .home-four .container-xl,
  .home-four .container-lg,
  .home-four .container-md,
  .home-four .container-sm,
  .home-four .container {
    --bs-gutter-x: .75rem;
    max-width: calc(1295px + var(--bs-gutter-x) * 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0:not(.default) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0:not(.default) .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .custom-container {
    max-width: 1620px;
  }
  .vs-container {
    max-width: 1565px;
    margin-left: 0;
    margin-right: auto;
    /* Hight Resoulation devices */
  }
}
@media (min-width: 1600px) and (min-width: 1921px) {
  .vs-container {
    margin-left: auto;
  }
}
@media (min-width: 1600px) and (max-width: 1920px) {
  .home-four .container-style2,
  .home-five .container-style2,
  .container-style2 {
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    max-width: calc(1586px + var(--bs-gutter-x));
  }
}
@media (max-width: 1599.99px) {
  .d-none-xxxl {
    display: none !important;
  }
  .vs-container {
    max-width: 100%;
  }
}
.carousel-container {
  max-width: 1320px;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .carousel-container {
    max-width: 1200px;
    padding: 0 45px;
  }
}
@media (max-width: 1199px) {
  .carousel-container {
    max-width: 980px;
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .carousel-container {
    max-width: 740px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .carousel-container {
    max-width: 560px;
    padding: 0 25px;
  }
}
@media (max-width: 576px) {
  .carousel-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.carousel-container .slick-list {
  overflow: visible;
}
.carousel-container .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.carousel-container .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.container-style1 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gx-2px {
  --bs-gutter-x: 2px;
}

@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
/*------------------- 2.3. Input -------------------*/
.form-select,
.form-control {
  border-radius: 0;
  height: 60px;
  padding: 0 30px;
  padding-right: 60px;
  border: 1px solid #e3e3e3;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 5px;
  font-weight: 400;
}
.form-select:focus,
.form-control:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
  border-color: #e3e3e3;
}
.form-select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select::placeholder,
.form-control::placeholder {
  color: var(--body-color);
  text-transform: capitalize;
}
.form-select.style3, .form-select.style2,
.form-control.style3,
.form-control.style2 {
  height: 60px;
  color: var(--title-color);
  font-size: 14px;
  border-radius: 9999px;
  border: 2px solid #e5e9ee;
  padding-left: 30px;
  transition: all ease 0.4s;
}
.form-select.style3 ~ i, .form-select.style2 ~ i,
.form-control.style3 ~ i,
.form-control.style2 ~ i {
  font-size: 16px;
  top: 22px;
  color: var(--title-color);
  right: calc(var(--bs-gutter-x) + 15px);
}
.form-select.style3::-moz-placeholder, .form-select.style2::-moz-placeholder,
.form-control.style3::-moz-placeholder,
.form-control.style2::-moz-placeholder {
  color: var(--title-color);
}
.form-select.style3::-webkit-input-placeholder, .form-select.style2::-webkit-input-placeholder,
.form-control.style3::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder {
  color: var(--title-color);
}
.form-select.style3:-ms-input-placeholder, .form-select.style2:-ms-input-placeholder,
.form-control.style3:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder {
  color: var(--title-color);
}
.form-select.style3::placeholder, .form-select.style2::placeholder,
.form-control.style3::placeholder,
.form-control.style2::placeholder {
  color: var(--title-color);
}
.form-select.style3:focus, .form-select.style2:focus,
.form-control.style3:focus,
.form-control.style2:focus {
  border-color: #39cbd2;
  box-shadow: 0px 5px 40px 0px rgba(39, 71, 125, 0.1);
}
.form-select.style3,
.form-control.style3 {
  background-color: transparent;
  border: 2px solid #dee4eb;
  background-color: var(--white-color);
}
.form-select.style3:focus,
.form-control.style3:focus {
  border-color: #39cbd2;
  background-color: var(--white-color);
}

textarea.form-control.style3,
textarea.form-control.style2 {
  border-radius: 20px;
}

.form-select {
  cursor: pointer;
  background-position: right 1.3rem center;
}

.form-control.shadow,
.form-select.shadow {
  box-shadow: 0px 10px 38px 2px rgba(0, 0, 0, 0.05) !important;
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.form-control[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: #39cbd2;
  border-color: #39cbd2;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  padding-left: 0.5px;
  font-size: 0.29rem;
  line-height: 14.9px;
  text-align: center;
  border: 1px solid #39cbd2;
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: #39cbd2;
  background-color: #39cbd2;
  color: var(--white-color);
}

label {
  margin-bottom: 0.6em;
  text-transform: capitalize;
  margin-top: -0.3em;
  display: block;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 18px;
  color: #39cbd2;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}

.color-select input {
  display: none;
}
.color-select input ~ label {
  margin: 0;
  padding: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  transition: all ease 0.4s;
}
.color-select input ~ label span {
  display: inline-block;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.color-select input ~ label:before {
  display: none;
}
.color-select input:checked ~ label {
  background-color: var(--white-color);
  box-shadow: 0px 10px 42.75px 2.25px rgba(0, 0, 0, 0.2);
}

.quantity {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.quantity input {
  width: 85px;
  height: 55px;
  text-align: center;
  border: 1px solid var(--secondary-color);
  color: var(--title-color);
  font-weight: 600;
  font-size: 18px;
  padding-left: 0;
  padding-right: 30px;
  /* Firefox */
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity .qut-btn {
  position: absolute;
  top: 11px;
  right: 10px;
  padding: 0;
  line-height: 1;
  color: var(--title-color);
  font-size: 14px;
  border: none;
  background-color: transparent;
}
.quantity .qut-btn.quantity-minus {
  top: 30px;
}
.quantity .qut-btn:hover {
  color: #39cbd2;
}

/* Extra small devices */
@media (max-width: 576px) {
  .form-select,
  .form-control {
    padding-right: 30px;
    padding-left: 15px;
  }
}
/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: var(--title-color);
  width: 20px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  opacity: 0.3;
  transition: all ease 0.4s;
}
.slick-dots button:hover {
  background-color: #39cbd2;
  opacity: 1;
}
.slick-dots .slick-active button {
  background-color: #39cbd2;
  opacity: 1;
  width: 40px;
}

.slick-arrow {
  --arrow-horizontal: -130px;
  position: absolute;
  left: var(--arrow-horizontal);
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  background-color: var(--white-color);
  color: #39cbd2;
  text-align: center;
  z-index: 4;
  border-radius: 50%;
  box-shadow: 0px 6px 37px 0px rgba(7, 204, 236, 0.2);
  transform: translateY(-50%);
}
.slick-arrow:hover {
  background-color: #39cbd2;
  color: var(--white-color);
}
.slick-arrow.slick-next {
  left: auto;
  right: var(--arrow-horizontal);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slide-nav1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.slide-nav1 .slick-arrow {
  position: relative;
  --arrow-horizontal: 0;
  top: auto;
  transform: none;
  box-shadow: none;
  background-color: #faf9f9;
  opacity: 1;
  visibility: visible;
  font-size: 22px;
  order: 1;
}
.slide-nav1 .slick-arrow:hover {
  background-color: #39cbd2;
  color: var(--white-color);
}
.slide-nav1 .slick-arrow.slick-next {
  order: 3;
}
.slide-nav1 .slick-dots {
  order: 2;
  margin: 0 20px;
}
.slide-nav1 .slick-dots button {
  border-radius: 0;
  background-color: var(--title-color);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.slide-nav1 .slick-dots button:hover {
  background-color: #39cbd2;
}
.slide-nav1 .slick-dots li:last-child button {
  margin-right: 0;
}
.slide-nav1 .slick-dots .slick-active button {
  width: 160px;
  background-color: #39cbd2;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 992px) {
  .slide-nav1 {
    margin-top: 10px;
  }
  .slide-nav1 .slick-dots .slick-active button {
    width: 35px;
    background-color: #39cbd2;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  height: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 25px;
  padding-top: 40px;
  display: inline-block;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: #39cbd2;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle i {
  color: #000;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #2168c3;
  border-right: 3px solid #39cbd2;
  height: 100%;
  position: relative;
  left: -1000px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper .vs-menu-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  max-height: 150px;
  background-color: #39cbd2;
  opacity: 0.1;
  z-index: -1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: 58vh;
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu::-webkit-scrollbar {
  display: none;
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 17px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.vs-mobile-menu ul li a:hover {
  color: #39cbd2;
}
.vs-mobile-menu ul li.vs-active > a {
  color: #39cbd2;
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: #fff;
  box-shadow: 0 0 20px -8px rgba(7, 204, 236, 0.3);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a:after {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu-form {
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.mobile-menu-form input {
  height: 35px;
  border: none;
  background: transparent;
  border-radius: 5px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
}
.mobile-menu-form input:focus {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
}
.mobile-menu-form input::-moz-placeholder {
  color: var(--smoke-color);
  color: #39cbd2;
}
.mobile-menu-form input::-webkit-input-placeholder {
  color: var(--smoke-color);
  color: #39cbd2;
}
.mobile-menu-form input:-ms-input-placeholder {
  color: var(--smoke-color);
  color: #39cbd2;
}
.mobile-menu-form input::placeholder {
  color: var(--smoke-color);
  color: #39cbd2;
}
.mobile-menu-form button {
  border: none;
  background-color: transparent;
  color: #39cbd2;
  position: absolute;
  right: 13px;
  top: 3px;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: #39cbd2;
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
.vs-mobile-menu ul li.menu-item-has-children.vs-item-has-children a:before {
  opacity: 1;
  visibility: visible;
}

/*------------------- 2.6. Date & Time Picker -------------------*/
.xdsoft_datetimepicker {
  z-index: 1080;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 300px;
}

.xdsoft_datetimepicker .xdsoft_current {
  color: #39cbd2;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background-color: #39cbd2;
  border-color: #39cbd2;
  color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background-color: var(--smoke-color);
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 5px auto;
}

.beat-loader {
  stroke: #39cbd2;
  stroke-dasharray: 175;
  stroke-dashoffset: 350;
  animation: draw 1.4s linear;
  animation-iteration-count: infinite;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 9696;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  background-color: #39cbd2;
  font-size: 20px;
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .scrollToTop {
    right: 15px;
  }
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
  /* Medium devices */
}
@media (max-width: 992px) {
  .scrollToTop.show {
    bottom: 15px;
  }
}
@media (max-width: 992px) {
  .scrollToTop {
    right: 15px;
  }
}
.scrollToTop:hover {
  color: #000;
}

.btn-style1 {
  position: relative;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
  border-radius: 50px;
  background: #39cbd2;
  display: inline-block;
  padding: 0 42px;
  cursor: pointer;
  border: 0;
}
.btn-style1:hover {
  background-color: #2168c3;
  color: #fff;
  border-color: transparent;
}
.btn-style1.v3 {
  background-color: #000;
  padding: 0 80px;
  color: #fff;
  border: 0;
  /* Extra small devices */
}
.btn-style1.v3:hover {
  background-color: #2168c3;
}
@media (max-width: 416px) {
  .btn-style1.v3 {
    padding: 0 50px;
  }
}

.btn-style2 {
  position: relative;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  z-index: 99;
}
.btn-style2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #39cbd2;
  border-radius: 50px;
  margin-top: -1px;
  transform: translateY(-50%);
  transition: all ease 0.4s;
}
.btn-style2:hover {
  color: #39cbd2;
}
.btn-style2:hover::before {
  background-color: #39cbd2;
  transition: all ease 0.4s;
}

.error-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.error-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.error-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.error-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

body {
  overflow: unset !important;
}

/*------------------- 3.3. Titles -------------------*/
.title-area {
  position: relative;
  margin-bottom: 50px;
}
.title-area.white .sub-title {
  color: #dfdfdf;
}
.title-area.white .sec-title {
  color: #fff;
}

.sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 21px;
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .sub-title {
    line-height: 24px;
  }
}

.sec-title {
  font-size: 48px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .sec-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .sec-title {
    font-size: 25px;
  }
}

.link-btn {
  color: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid var(--theme-color3);
  margin-bottom: 23px;
  position: relative;
}
.link-btn:hover {
  color: var(--theme-color3);
}
.link-btn i {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 5px;
  display: inline-block;
  transform: rotate(-30deg);
}
.link-btn.v2 {
  position: absolute;
  margin-bottom: 0;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin-top: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .link-btn.v2 {
    position: relative;
    transform: unset;
    right: 0;
    top: 0;
  }
}
.link-btn.form-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
  margin: 0;
  /* Extra small devices */
}
.link-btn.form-btn.v2 {
  background-color: #39cbd2;
  height: 100%;
  padding: 0 30px;
  border-radius: 30px;
  right: 0;
  color: #000;
  /* Extra small devices */
}
.link-btn.form-btn.v2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
@media (max-width: 416px) {
  .link-btn.form-btn.v2 {
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
  }
}
.link-btn.form-btn i {
  margin-left: 0;
}
@media (max-width: 416px) {
  .link-btn.form-btn {
    transform: unset;
    position: relative;
    margin-top: 30px;
    left: 0;
  }
}

.sub-title.two {
  position: relative;
  margin-top: 43px;
}
.sub-title.two::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/breadcurmb/star.png);
}

/* Extra small devices */
@media (max-width: 576px) {
  br {
    display: none;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.sub-plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  font-size: 18px;
  color: #e4e4e4;
  display: inline-block;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

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

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: #39cbd2;
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.phone-box .box-icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #39cbd2;
  color: var(--white-color);
  font-size: 22px;
  border-radius: 50%;
  z-index: 1;
  margin-right: 20px;
  transition: all ease 0.4s;
}
.phone-box .box-icon:after, .phone-box .box-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #39cbd2;
  border-radius: inherit;
  z-index: -1;
  animation: ripple infinite 3s ease-in-out;
  transition: all ease 0.4s;
}
.phone-box .box-icon:after {
  animation-delay: 1.8s;
}
.phone-box .box-icon:hover, .phone-box .box-icon:hover:after, .phone-box .box-icon:hover:before {
  background-color: var(--title-color);
}

.title-divider {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.title-divider:before, .title-divider:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #39cbd2;
  border-radius: 4px;
}
.title-divider:after {
  width: 10px;
  left: 85px;
  background-color: var(--title-color);
}

.star-rating {
  overflow: hidden;
  position: relative;
  width: 90px;
  height: 1.2em;
  line-height: 1.2em;
  display: block;
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 14px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: var(--yellow-color);
  font-weight: 300;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--yellow-color);
  letter-spacing: 3px;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.parallax {
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
  /* BG behaviour */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vs-surface {
  position: relative;
  overflow: hidden;
}
.vs-surface:after, .vs-surface:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.vs-surface:after {
  background: #fff;
  z-index: 2;
}
.vs-surface.animated:before {
  background: #ddd;
  animation: vssurface 2s cubic-bezier(0.8, 0, 0.18, 1) both;
  z-index: 2;
}
.vs-surface.animated:after {
  animation: vssurfaceBack 2s cubic-bezier(0.8, 0, 0.18, 1) both;
}

.has-new-label {
  position: relative;
}

.new-label {
  font-size: 12px;
  background-color: var(--error-color);
  color: var(--white-color);
  line-height: 1;
  padding: 3px 5px 3px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 5px;
}

/* Large devices */
@media (max-width: 1199px) {
  .text-center.text-xl-start .title-divider:before, .text-center.text-xl-start .title-divider:after {
    left: 50%;
    margin-left: -45px;
  }
  .text-center.text-xl-start .title-divider:after {
    margin-left: 40px;
  }
}
@media (min-width: 1500px) {
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-flaticon {
  font-family: var(--flaticon);
}

.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.font-subtitle {
  font-family: var(--subtitle-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-12 {
  font-size: 12px;
}

/* Large devices */
@media (max-width: 1199px) {
  .fs-20 {
    font-size: 18px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: #39cbd2 !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-light2 {
  background-color: #f5f7ff;
}

[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-right {
  background-position: top right;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-box1 {
  --shape-size: 545px;
}

.bg-box-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: var(--shape-size);
  z-index: -1;
}

.bg-box-shape2 {
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: left bottom;
  height: calc(100% - var(--shape-size));
}

.bg-box-shape3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 685px;
}

.icon-shape1 {
  position: absolute;
  left: 0%;
  top: 62%;
}

.icon-shape2 {
  position: absolute;
  top: -220px;
  right: 80px;
}

.icon-shape3 {
  position: absolute;
  bottom: -150px;
  left: 100px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .icon-shape3 {
    display: none;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .bg-box-shape2 {
    background-size: cover;
    background-position: right top;
  }
}
/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: #39cbd2 !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: #39cbd2;
}

.text-reset:hover {
  color: #39cbd2 !important;
}

.text-white-light {
  color: rgba(255, 255, 255, 0.8);
}

.hover-white:not(.vs-btn):hover {
  color: var(--white-color) !important;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: #39cbd2;
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=dark]:before {
  background-color: var(--dark-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ripple-md {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-sm {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple-xs {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes vssurface {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes vssurfaceBack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/*------------------- 3.11. Flaticon -------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after,
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.flaticon-blood-pressure:before {
  content: "\f101";
}

.flaticon-computer-mouse:before {
  content: "\f102";
}

.flaticon-discuss:before {
  content: "\f103";
}

.flaticon-ecg:before {
  content: "\f104";
}

.flaticon-electrocardiogram:before {
  content: "\f105";
}

.flaticon-group:before {
  content: "\f106";
}

.flaticon-healthcare:before {
  content: "\f107";
}

.flaticon-injection:before {
  content: "\f108";
}

.flaticon-laboratory-equipment:before {
  content: "\f109";
}

.flaticon-medical-equipment:before {
  content: "\f10a";
}

.flaticon-medical-kit:before {
  content: "\f10b";
}

.flaticon-medical-mask:before {
  content: "\f10c";
}

.flaticon-medical-results:before {
  content: "\f10d";
}

.flaticon-medical-symbol:before {
  content: "\f10e";
}

.flaticon-quality-of-life:before {
  content: "\f10f";
}

.flaticon-quotation:before {
  content: "\f110";
}

.flaticon-quote:before {
  content: "\f111";
}

.flaticon-security:before {
  content: "\f112";
}

.flaticon-stethoscope-1:before {
  content: "\f113";
}

.flaticon-stethoscope:before {
  content: "\f114";
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.widget_nav_menu li:last-child,
.widget_meta li:last-child,
.widget_pages li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  color: var(--white-color);
  background-color: #39cbd2;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 3px;
  transition: all ease 0.4s;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: flex;
  justify-content: space-between;
  color: var(--title-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  border: 1px solid #999;
  background: var(--white-color);
  padding: 15px 21px 13px;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  background-color: #39cbd2;
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  background-color: var(--white-color);
  color: var(--title-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.vs-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.wp-block-tag-cloud,
.tagcloud {
  margin-bottom: -10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  color: var(--title-color);
  border: 1px solid #999;
  background: var(--white-color);
  height: 44px;
  line-height: 44px;
  padding: 0 22px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: #39cbd2;
  border-color: transparent;
}

/*------------------- 4.2. Header  -------------------*/
.header-layout1 {
  position: relative;
  z-index: 9999;
}

.vs-mobile-menu ul .vs-item-has-children > a:after {
  display: none;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background: #2168c3;
  padding: 15px 0;
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
  padding: 15px 0;
}

.main-menu {
  margin-left: 85px;
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--white-color);
  font-size: 16px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .main-menu a {
    font-size: 14px;
  }
}
.main-menu a:hover {
  color: #39cbd2;
}
.main-menu a:hover::before {
  background-color: #39cbd2;
}
.main-menu > ul > li {
  margin: 0 15px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}
.main-menu ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover .menu-pages,
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid #39cbd2;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
  color: var(--title-color);
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: #39cbd2;
  font-weight: 700;
  background-color: var(--theme-color3);
  box-shadow: inset 0px 2px 4px 0px var(--theme-color3);
}
.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color3);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  padding-bottom: 0;
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
  color: var(--title-color);
}
.main-menu ul.mega-menu > li > span {
  display: block;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-bottom: 1px solid #999;
}
.main-menu ul.mega-menu > li > span::after, .main-menu ul.mega-menu > li > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #39cbd2;
}
.main-menu ul.mega-menu > li > span::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > span:hover {
  padding-left: 0;
}
.main-menu .menu-pages {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: var(--main-container, 1295px);
  background-color: var(--white-color);
  padding: 20px 10px 0 10px;
  margin-top: 70px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
}
.main-menu .menu-pages > li {
  width: 100%;
  padding: 0 10px 20px 10px;
}
.main-menu .menu-pages img {
  width: 100%;
}
.main-menu .menu-pages a {
  text-align: center;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 10px 0;
  transition: all ease 0.4s;
  background-color: var(--title-color);
  color: var(--white-color);
}
.main-menu .menu-pages a img {
  display: block;
  margin: 0 0 8px 0;
}
.main-menu .menu-pages a:hover {
  background-color: #39cbd2;
  color: var(--white-color);
}

.menu-style1 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .menu-style1 {
    display: none !important;
  }
}

.menu-style1 > ul > li > a {
  position: relative;
  padding: 29px 0 26px 20px;
}
.menu-style1 > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  width: 9px;
  height: 9px;
  border: 1px solid #39cbd2;
  border-radius: 50px;
  transition: all ease 0.8s;
}

.header-main {
  background-color: #2168c3;
  border-bottom: 1px solid #484848;
  padding: 10px 0;
}

.menu-bar {
  font-size: 47px;
  color: var(--white-color);
  line-height: 1;
  margin-left: 31px;
  /* Small devices */
}
.menu-bar:hover span {
  background-color: #39cbd2;
}
.menu-bar span {
  height: 2px;
  background-color: #fff;
  width: 47px;
  display: block;
  transition: all 0.3s ease;
}
.menu-bar span.bar1 {
  width: 30px;
  margin-bottom: 7px;
}
.menu-bar span.bar2 {
  width: 47px;
}
@media (max-width: 767px) {
  .menu-bar {
    display: none;
  }
}

.search-icon {
  position: relative;
  font-size: 16px;
  color: var(--white-color);
  margin-right: 30px;
}
.search-icon:hover {
  color: #39cbd2;
}

.connect-btn {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  margin-left: 7px;
  /* Large devices */
}
.connect-btn:hover {
  color: #39cbd2;
}
@media (max-width: 1199px) {
  .connect-btn {
    margin-right: 20px;
  }
}
.connect-btn i {
  margin-right: 7px;
}

.vs-menu-toggle {
  margin-right: 15px;
  /* Large devices */
}
.vs-menu-toggle i {
  color: #000;
}
@media (max-width: 1199px) {
  .vs-menu-toggle {
    display: inline-block !important;
  }
}

.vs-menu-toggle.v2 {
  background-color: unset;
  width: unset;
  height: unset;
}

.header-layout2 {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-top-two {
  padding: 21px 0 18px;
  border-bottom: 1px solid #616161;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-top-two {
    display: none;
  }
}

.header-top-info {
  display: flex;
  align-items: center;
}
.header-top-info li {
  margin-right: 40px;
}
.header-top-info li:last-child {
  margin-right: 0;
}
.header-top-info li a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.header-top-info li a:hover {
  color: #39cbd2;
}

.header-main-two {
  margin-top: 18px;
}

.header-contact {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.header-contact li {
  margin-right: 78px;
}
.header-contact li:last-child {
  margin-right: 0;
}
.header-contact li a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.header-contact li a:hover {
  color: #39cbd2;
}

.menu-style2 {
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .menu-style2 {
    margin-left: 6px;
  }
}
@media (max-width: 1199px) {
  .menu-style2 {
    display: none !important;
  }
}

.menu-style2 > ul > li:first-child > a {
  padding-left: 0;
}

.menu-style2 > ul > li:first-child > a::before {
  display: none;
}

.menu-style2 > ul > li > a {
  position: relative;
  padding: 29px 0 26px 20px;
}

.menu-style2 > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  width: 9px;
  height: 9px;
  border: 1px solid #39cbd2;
  border-radius: 50px;
}

.btn-style1.v2 {
  height: 54px;
  line-height: 54px;
  padding: 0 39px;
  background-color: var(--white-color);
  margin-left: 20px;
}
.btn-style1.v2:hover {
  background-color: #39cbd2;
  color: #000;
}

.header-layout3 {
  position: absolute;
  width: 100%;
  padding-top: 32px;
  z-index: 9999;
}

.header3-logo {
  display: flex;
}
.header3-logo .header-contact {
  margin-left: 115px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .header3-logo .header-contact {
    margin-left: 44px;
  }
}
@media (max-width: 1199px) {
  .header3-logo .header-contact {
    display: none;
  }
}

.header-contact.v2 {
  margin-right: 64px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-contact.v2 {
    display: none;
  }
}

.hedaer-lower3 {
  /* Medium devices */
}
@media (max-width: 992px) {
  .hedaer-lower3 {
    display: flex;
    justify-content: space-between;
  }
}

.btn-box3 {
  display: flex;
}

.vs-menu-toggle.v2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .vs-menu-toggle.v2 {
    display: none;
  }
}

.header-layout3 .vs-menu-toggle.v2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout3 .vs-menu-toggle.v2 {
    display: inline-block;
    margin-right: 0;
    margin-left: 20px;
  }
  .header-layout3 .vs-menu-toggle.v2 i {
    color: #fff;
  }
}

.maenu-btn3,
.menu-bar {
  /* Large devices */
}
@media (max-width: 1199px) {
  .maenu-btn3,
  .menu-bar {
    display: none;
  }
}

.main-menu ul.mega-menu li a:hover {
  color: #39cbd2;
}

.main-menu ul .mega-menu ul {
  padding-bottom: 20px;
}

.sticky-wrap.will-sticky .header-main {
  border: 0;
  padding: 0;
}

/*------------------- 4.3. Footer  -------------------*/
.footer-layout1 {
  position: relative;
}

.widget_title {
  color: #F1F1F1;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.footer-widget.v1 {
  margin-top: 10px;
}

.widget-about-content {
  /* Medium devices */
}
@media (max-width: 992px) {
  .widget-about-content {
    margin-bottom: 50px;
  }
}
.widget-about-content p {
  color: #F1F1F1;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-top: -6px;
}
.footer-menu li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  display: block;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu li a {
  color: #F1F1F1;
  padding: 0;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 16px;
}
.footer-menu li a:hover {
  color: #39cbd2;
  background-color: transparent;
}
.footer-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #39cbd2;
  border-radius: 50%;
  margin-top: -1px;
}

/* Small devices */
@media (max-width: 767px) {
  .logo-box {
    margin-bottom: 50px;
  }
}
.vs-widget-contact {
  margin-top: 35px;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-widget-contact {
    margin-bottom: 50px;
  }
}
.vs-widget-contact .contact-nmbr {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}
.vs-widget-contact .contact-nmbr:hover {
  color: #39cbd2;
}
.vs-widget-contact .email {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  display: block;
  margin-bottom: 15px;
}
.vs-widget-contact .email:hover {
  color: #39cbd2;
}
.vs-widget-contact p {
  color: #F1F1F1;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.vs-widget-contact p.text {
  margin-top: 20px;
}

.widget-area {
  padding: 120px 0 79px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .widget-area {
    padding: 80px 0 36px;
  }
}

.footer-gallery {
  margin-bottom: 5px;
}

.footer-img {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .footer-img {
    margin-bottom: 30px;
  }
}
.footer-img:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.footer-img:hover .gallery-icon {
  opacity: 1;
  visibility: visible;
}
.footer-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 155px;
  height: 155px;
  background-color: rgba(211, 255, 36, 0.5019607843);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .footer-img::before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 992px) {
  .footer-img::before {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .footer-img::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 416px) {
  .footer-img::before {
    width: 110px;
    height: 110px;
  }
}
.footer-img img {
  /* Medium devices */
}
@media (max-width: 992px) {
  .footer-img img {
    width: 100%;
  }
}

.gallery-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #39cbd2;
  border-radius: 50%;
  color: var(--title-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.copyright-wrap {
  padding: 48px 0 45px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .copyright-wrap {
    padding-top: 20px;
  }
}
.copyright-wrap p {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.copyright-wrap p a {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.6px;
  text-decoration-line: underline;
  margin-left: 5px;
}
.copyright-wrap p a:hover {
  color: #D3FF24 !important;
}

.footer-links {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .footer-links {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-links {
    margin-top: 40px;
  }
}
.footer-links li {
  position: relative;
  padding-right: 32px;
  margin-right: 32px;
}
.footer-links li:last-child {
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child::before {
  display: none;
}
.footer-links li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 21px;
  background: #878787;
  margin-top: -2px;
}
.footer-links li a {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.footer-links li a:hover {
  color: #39cbd2;
}

.footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .footer-box {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-box {
    flex-direction: column;
  }
}

.footer-layout2 {
  position: relative;
}

.vs-widget-contact-v2 .contact-nmbr {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-bottom: 22px;
  display: inline-block;
}
.vs-widget-contact-v2 .contact-nmbr:hover {
  color: #39cbd2;
}
.vs-widget-contact-v2 p {
  color: #F1F1F1;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .vs-widget-contact-v2 p br {
    display: none;
  }
}

.news-letter-content {
  margin-left: 19px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .news-letter-content {
    margin-left: 0;
  }
}
.news-letter-content .title {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .news-letter-content .title {
    margin-bottom: 10px;
  }
}
.news-letter-content span {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.footer-input-box {
  background-color: #39cbd2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 56px 44px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .footer-input-box {
    padding: 31px 32px 32px;
  }
}
@media (max-width: 992px) {
  .footer-input-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-input-box {
    padding: 31px 24px 21px;
  }
}

.news-letter-box {
  display: flex;
  align-items: center;
  margin-bottom: -15px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .news-letter-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 416px) {
  .news-letter-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-letter-box img {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .news-letter-box img {
    margin-bottom: 20px;
  }
}

.subscribe-form {
  width: 50%;
  /* Large devices */
}
@media (max-width: 1199px) {
  .subscribe-form {
    width: 100%;
  }
}
.subscribe-form .form-group:last-child {
  border-bottom: 0;
}
.subscribe-form .form-group input {
  padding: 0;
  background-color: transparent;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  border-bottom: 7px solid rgba(0, 0, 0, 0.5);
  line-height: normal;
  text-transform: capitalize;
  height: 50px;
}

.widget-area-two {
  padding: 110px 0 45px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .widget-area-two {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .widget-area-two {
    padding-bottom: 20px;
  }
}
@media (max-width: 416px) {
  .widget-area-two {
    padding: 75px 0 42px;
  }
}

.footer-layout3 {
  position: relative;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget-logo,
  .form-widget,
  .contact-widget {
    margin-bottom: 50px;
  }
}
/* Extra small devices */
@media (max-width: 576px) {
  .contact-widget {
    margin-bottom: 20px;
  }
}
.widget-logo p {
  color: #F1F1F1;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
}

.form-widget p {
  color: #F1F1F1;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 23px;
}
.form-widget .form-group {
  width: 100%;
  border-bottom: 7px solid rgba(116, 116, 116, 0.5);
  padding-bottom: 3px;
  margin-bottom: 0;
}
.form-widget .form-group input {
  height: 43px;
  padding: 0;
  background-color: transparent;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  border: 0;
  line-height: normal;
  text-transform: capitalize;
}
.form-widget .form-group input::placeholder {
  color: var(--white-color);
}

.widget-area-three {
  padding: 0 0 28px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .widget-area-three {
    padding: 80px 0 0px;
  }
}
.widget-area-three .link-btn.form-btn {
  color: #fff;
  margin-top: -5px;
}

.widget_title.v3 {
  margin-bottom: 29px;
}

.subscribe-form1 {
  position: relative;
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-wrapper {
  position: relative;
  background-color: #2168c3;
  padding: 115px 0 40px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .breadcumb-wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 85px 0 50px;
  }
}
.breadcumb-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1022.196px;
  height: 552.232px;
  background-image: url(../img/hero/layer.png);
}

.breadcumb-content {
  position: relative;
  z-index: 9;
}
.breadcumb-content p {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 84px;
  max-width: 50%;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .breadcumb-content p {
    max-width: 70%;
  }
}
@media (max-width: 992px) {
  .breadcumb-content p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .breadcumb-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .breadcumb-content p {
    font-size: 16px;
  }
}

.breadcumb-title {
  color: var(--white-color);
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 29px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  .breadcumb-title {
    font-size: 44px;
  }
}

.breadcumb-menu {
  position: relative;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .breadcumb-menu {
    flex-wrap: wrap;
    margin-bottom: -15px;
  }
}
.breadcumb-menu li {
  position: relative;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-right: 53px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 416px) {
  .breadcumb-menu li {
    margin-bottom: 15px;
  }
}
.breadcumb-menu li a {
  color: var(--white-color);
}
.breadcumb-menu li a:hover {
  color: #39cbd2;
}
@media (max-width: 416px) {
  .breadcumb-menu li {
    margin-right: 47px;
  }
}
.breadcumb-menu li:last-child {
  margin-right: 0;
}
.breadcumb-menu li:last-child::before {
  display: none;
}
.breadcumb-menu li:first-child {
  padding-left: 30px;
}
.breadcumb-menu li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #39cbd2;
  border-radius: 50%;
  margin-top: -2px;
}
.breadcumb-menu li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  height: 2px;
  width: 7px;
  background-color: var(--white-color);
}

/*------------------- 4.5. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: #39cbd2;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color) !important;
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid #39cbd2;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}
.popup-search-box form input::placeholder {
  color: #fff;
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: var(--white-color);
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.6. Popup Side Menu  -------------------*/
/*------------------- 4.7. Pagination  -------------------*/
/*------------------- 4.8. Blog  -------------------*/
.blog-section {
  position: relative;
}
.blog-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 732px;
  background-image: url(../img/bg/blog-bg.png);
  z-index: -1;
  background-position: right;
  background-repeat: no-repeat;
  /* Medium devices */
}
@media (max-width: 992px) {
  .blog-section::before {
    display: none;
  }
}
.blog-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 732px;
  background-color: #f9f9f9;
  z-index: -2;
}

.vs-blog {
  background: #fff;
  margin-bottom: 40px;
  /* Medium devices */
}
.vs-blog.blog-single {
  box-shadow: unset;
}
.vs-blog.blog-single .blog-content {
  padding: 0;
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.vs-blog:last-child {
  margin-bottom: 0;
}
.vs-blog:hover .blog-img img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .vs-blog {
    margin-bottom: 50px;
  }
}

.blog-img {
  position: relative;
  overflow: hidden;
}
.blog-img a {
  display: block;
}
.blog-img img {
  width: 100%;
  transition: all 0.3s ease;
}

.blog-meta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  background-color: #39cbd2;
  padding: 11px 24px 11px;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .blog-meta {
    width: 310px;
  }
}
@media (max-width: 1199px) {
  .blog-meta {
    width: 278px;
  }
}
.blog-meta li {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-right: 18px;
}
.blog-meta li:last-child {
  margin-right: 0;
}
.blog-meta li a {
  color: inherit;
}
.blog-meta li i {
  margin-right: 4px;
}

.blog-content {
  padding: 38px 34px 31px;
  border: 1px solid #cbcbcb;
  border-top: 0;
  background: #fff;
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-content {
    padding: 38px 20px 31px;
  }
}
.blog-content .title {
  margin-bottom: 10px;
}
.blog-content .title a {
  color: var(--title-color);
  display: block;
}
.blog-content .title a:hover {
  color: var(--theme-color3);
}

.blog-style2 {
  position: relative;
}
.blog-style2 .row {
  /* Large devices */
}
@media (max-width: 1199px) {
  .blog-style2 .row {
    justify-content: center;
    margin-bottom: -50px;
  }
}

.vs-blog.v2 {
  overflow: hidden;
}
.vs-blog.v2 .blog-img {
  overflow: unset;
}
.vs-blog.v2 .blog-meta {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 23px 0 20px;
  justify-content: center;
  width: calc(100% - 60px);
  background-color: var(--white-color);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .vs-blog.v2 .blog-meta {
    bottom: 10px;
    width: 275px;
  }
}
.vs-blog.v2 .blog-meta li {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.vs-blog.v2 .blog-meta li a {
  color: inherit;
}
.vs-blog.v2 .blog-meta li a:hover {
  color: #39cbd2;
}
.vs-blog.v2 .blog-meta li i {
  margin-right: 4px;
}
.vs-blog.v2 .blog-meta .first {
  position: relative;
  margin-right: 37px;
  padding-left: 23px;
}
.vs-blog.v2 .blog-meta .first::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--title-color);
  transition: all 0.4s;
}
.vs-blog.v2 .blog-meta .first:hover::before {
  border: 1px solid #39cbd2;
  background-color: #39cbd2;
}
.vs-blog.v2 .blog-meta .first:hover a {
  color: #39cbd2;
}
.vs-blog.v2 .blog-content {
  padding: 46px 0 30px;
  text-align: center;
  border: 0;
}
.vs-blog.v2 .blog-content .title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.vs-blog.v2 .blog-content .title a {
  color: #000;
}
.vs-blog.v2 .blog-content .title a:hover {
  color: #39cbd2;
}

.blog-auther {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-auther img {
  border-radius: 50%;
}
.blog-auther .name {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 14px;
}
.blog-auther .name a {
  color: var(--title-color);
  text-decoration-line: underline;
}
.blog-auther .name a:hover {
  color: #39cbd2;
}

.blog-style3 {
  position: relative;
}

.blog-card3 {
  position: relative;
  margin-bottom: 50px;
}
.blog-card3:hover .blog-img img {
  transform: scale(1.2);
}

.blog-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 35px;
}

.blog-style4 {
  position: relative;
}

.blog-card4 {
  position: relative;
}
.blog-card4 .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 13px;
  padding-top: 56px;
  /* Small devices */
  /* Small devices */
  /* Extra small devices */
}
.blog-card4 .title a {
  color: var(--title-color);
}
@media (max-width: 767px) {
  .blog-card4 .title {
    font-size: 31px;
    line-height: 41px;
    padding-top: 30px;
  }
}
@media (max-width: 416px) {
  .blog-card4 .title {
    font-size: 24px;
    line-height: 31px;
  }
}
.blog-card4 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}

.blog-meta4 {
  position: absolute;
  left: 29px;
  bottom: 26px;
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 260px;
  background-color: #39cbd2;
  padding: 18px 24px 13px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-meta4 {
    left: 16px;
  }
}
.blog-meta4 li {
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-right: 28px;
}
.blog-meta4 li i {
  margin-right: 5px;
}
.blog-meta4 li:last-child {
  margin-right: 0px;
}

.blog-img4 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-img4 {
    flex-wrap: wrap;
  }
}
.blog-img4 img {
  width: 100%;
}

.blog-info-content {
  display: flex;
  align-items: center;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-info-content {
    flex-wrap: wrap;
  }
}
.blog-info-content span {
  color: #39cbd2;
  font-size: 110px;
  font-weight: 900;
  line-height: normal;
  margin-right: 17px;
  display: inline-block;
  /* Medium devices */
}
@media (max-width: 992px) {
  .blog-info-content span {
    display: none;
  }
}

.video-img-two {
  position: relative;
  margin-bottom: 40px;
}
.video-img-two img {
  /* Large devices */
}
@media (max-width: 1199px) {
  .video-img-two img {
    width: 100%;
  }
}

.vide-btn.two {
  width: 133px;
  height: 133px;
  line-height: 141px;
  font-size: 36px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .vide-btn.two {
    width: 80px;
    height: 80px;
    line-height: 86px;
    font-size: 23px;
  }
}
.vide-btn.two::before {
  width: 127px;
  height: 127px;
  top: 3px;
  left: 3px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .vide-btn.two::before {
    width: 74px;
    height: 74px;
  }
}

.paragraph2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 29px;
  margin-top: 29px;
}

.tags-list {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 10px 36px;
  margin: 0 0 51px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .tags-list {
    display: block;
    padding: 15px;
  }
}
@media (max-width: 416px) {
  .tags-list {
    padding: 11px 12px 10px;
  }
}
.tags-list > span {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 18px;
  display: block;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .tags-list > span {
    margin-bottom: 15px;
  }
}
@media (max-width: 416px) {
  .tags-list > span {
    margin-bottom: 9px;
    margin-right: 4px;
  }
}

.blog-author {
  position: relative;
  background: #2168c3;
  padding: 10px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-author {
    padding-left: 30px;
  }
}
.blog-author .media-img {
  width: 210px;
  height: 210px;
  /* Small devices */
}
.blog-author .media-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog-author .media-img {
    margin-bottom: 20px;
  }
}
.blog-author .media-body {
  padding-left: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .blog-author .media-body {
    padding-left: 0;
  }
}
.blog-author .media-body .author-name {
  color: var(--white-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 22px;
}
.blog-author .media-body .author-text {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.author-social-links {
  position: absolute;
  top: 22px;
  right: 23px;
  list-style: none;
  padding-left: 0;
  display: flex;
  /* Small devices */
}
@media (max-width: 767px) {
  .author-social-links {
    position: static;
    margin-top: 20px;
  }
}
.author-social-links li {
  margin-right: 10px;
}
.author-social-links li:last-child {
  margin-right: 0;
}
.author-social-links li a {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.1);
  width: 41px;
  height: 41px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
}
.author-social-links li a:hover {
  background-color: #39cbd2;
  color: var(--title-color);
}

.vs-comment-wrap {
  margin-top: 42px;
}

.blog-inner-title {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 2px;
  margin-bottom: 30px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-inner-title {
    font-size: 28px;
    margin-top: 40px;
  }
}
.blog-inner-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #39cbd2;
}

.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list li {
  margin-bottom: 10px;
}
.comment-list li:last-child {
  margin-bottom: 0;
}

.vs-post-comment {
  position: relative;
  border: 1px solid #999;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  align-items: center;
  /* Extra small devices */
  /* Small devices */
}
@media (max-width: 416px) {
  .vs-post-comment {
    display: block;
  }
}
@media (max-width: 767px) {
  .vs-post-comment {
    align-items: flex-start;
  }
}

.children .vs-post-comment {
  margin: 20px 0;
}

.comment-avater {
  width: 130px;
  height: 130px;
  /* Small devices */
}
.comment-avater > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .comment-avater {
    margin-bottom: 20px;
  }
}

.comment-content {
  flex: 1;
  padding-left: 30px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .comment-content {
    padding-left: 0;
    width: 100%;
  }
}
.comment-content .name {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.comment-content .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.reply-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 37px;
  height: 37px;
  padding: 0 23px;
  background-color: var(--title-color);
  display: inline-block;
  /* Small devices */
}
@media (max-width: 767px) {
  .reply-btn {
    position: static;
    margin-top: 20px;
  }
}
.reply-btn:hover {
  background-color: #39cbd2;
}

.vs-comment-form {
  margin-top: 46px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .vs-comment-form {
    margin-top: 20px;
  }
}
.vs-comment-form .form-group {
  margin-bottom: 0;
}
.vs-comment-form .form-group input {
  border: 1px solid #999;
  background: var(--white-color);
  height: 60px;
  border-radius: 0;
  margin-bottom: 20px;
}
.vs-comment-form .form-group textarea {
  width: 100%;
  height: 150px;
  padding: 18px 26px;
  margin-bottom: 20px;
  vertical-align: middle;
}

.vs-btn {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 0 45px;
  height: 60px;
  background: #39cbd2;
  border: 0;
}
.vs-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.insta-style1 {
  position: relative;
}

.extra {
  width: 19%;
}

.insta-img {
  display: flex;
  flex-direction: column;
}
.insta-img a {
  overflow: hidden;
}
.insta-img a:hover img {
  transform: scale(1.1);
}
.insta-img a:first-child {
  margin-bottom: 41px;
}
.insta-img a img {
  transition: all 0.3s ease;
}

.inta-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 57px 0 96px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .inta-info {
    padding: 48px 0 82px;
  }
}
@media (max-width: 416px) {
  .inta-info {
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 30px 40px;
  }
}
.inta-info i {
  font-size: 31px;
  color: var(--title-color);
  width: 87px;
  height: 87px;
  line-height: 87px;
  text-align: center;
  background-color: #39cbd2;
  border-radius: 50%;
}
.inta-info .title {
  color: #39cbd2;
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
  margin-left: 20px;
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.inta-info .title:hover a {
  color: #39cbd2;
}
@media (max-width: 767px) {
  .inta-info .title {
    font-size: 31px;
  }
}
@media (max-width: 576px) {
  .inta-info .title {
    font-size: 28px;
  }
}
@media (max-width: 416px) {
  .inta-info .title {
    margin: 20px 0 0;
    font-size: 24px;
  }
}

.inta-img-two {
  display: flex;
  justify-content: space-between;
}
.inta-img-two a {
  margin-right: 35px;
  /* Medium Large devices */
  overflow: hidden;
}
@media (max-width: 1399px) {
  .inta-img-two a {
    margin-right: 4px;
  }
}
.inta-img-two a:last-child {
  margin-right: 0;
}
.inta-img-two a:hover img {
  transform: scale(1.1);
}
.inta-img-two a img {
  transition: all 0.3s ease;
}

.insta-area-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  margin-bottom: -40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .insta-area-box {
    margin-bottom: 0;
  }
}
.insta-area-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1194px;
  height: 414px;
  background-image: url(../img/bg/inta-bg.1-1.jpg);
  z-index: -111;
  /* Large devices */
}
@media (max-width: 1199px) {
  .insta-area-box::before {
    width: 100%;
    height: 100%;
  }
}
.insta-area-box img {
  /* Large devices */
}
@media (max-width: 1199px) {
  .insta-area-box img {
    display: none;
  }
}

.blog-inner-list {
  margin: 40px 0;
}
.blog-inner-list ul {
  list-style: none;
  padding-left: 0;
  /* Small devices */
  /* Medium devices */
  /* Large devices */
}
@media (max-width: 767px) {
  .blog-inner-list ul {
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .blog-inner-list ul {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .blog-inner-list ul {
    margin: 43px 0 0 0;
  }
}
.blog-inner-list ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 39px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .blog-inner-list ul li {
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.blog-inner-list ul li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 24px;
  color: #39cbd2;
}

ul {
  list-style: none;
}

/*------------------- 4.9. Comments  -------------------*/
/*------------------- 4.10. Hero Area  -------------------*/
.banner-style1 {
  position: relative;
  background-color: #2168c3;
}
.banner-style1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1022.196px;
  height: 552.232px;
  background-image: url(../img/hero/layer.png);
  /* Large devices */
}
@media (max-width: 1199px) {
  .banner-style1::before {
    display: none;
  }
}
.banner-style1 .hero-box {
  display: flex;
  /* Small devices */
}
@media (max-width: 767px) {
  .banner-style1 .hero-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hero-content {
  padding: 141px 0 77px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .hero-content {
    padding: 100px 0 77px;
  }
}
@media (max-width: 767px) {
  .hero-content {
    padding: 100px 0;
  }
}
@media (max-width: 416px) {
  .hero-content {
    padding: 60px 0;
  }
}
.hero-content .title {
  position: relative;
  color: #39cbd2;
  font-size: 70px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 49px;
  z-index: 99;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-content .title {
    font-size: 82px;
  }
}
@media (max-width: 767px) {
  .hero-content .title {
    font-size: 75px;
  }
}
@media (max-width: 576px) {
  .hero-content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 416px) {
  .hero-content .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 32px;
  }
}
.hero-content .title img {
  margin-left: 21px;
  margin-top: -10px;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-content .title img {
    display: none;
  }
}

.hero-img {
  margin-right: 54px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .hero-img {
    margin: 0 0 30px;
  }
}
@media (max-width: 416px) {
  .hero-img {
    display: none;
  }
}
.hero-img img {
  border-radius: 100px;
}

.hero-info {
  max-width: 476px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-info {
    padding-left: 30px;
  }
}
@media (max-width: 416px) {
  .hero-info {
    padding-left: 0;
  }
}
.hero-info p {
  position: relative;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 37px;
  z-index: 999;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .hero-info p {
    font-size: 18px;
    line-height: 30px;
  }
}

.hero-wapper-two {
  position: relative;
  padding: 292px 0 135px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .hero-wapper-two {
    padding: 176px 0 106px;
  }
}
@media (max-width: 992px) {
  .hero-wapper-two {
    padding-top: 135px;
  }
}
.hero-wapper-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1007px;
  height: 600px;
  background-image: url(../img/bg/hero-circle.png);
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-wapper-two::before {
    display: none;
  }
}

.hero-content-two {
  position: relative;
  z-index: 99;
}
.hero-content-two .title {
  color: var(--white-color);
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 25px;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-content-two .title {
    font-size: 74px;
    line-height: 84px;
  }
}
@media (max-width: 992px) {
  .hero-content-two .title {
    font-size: 63px;
    line-height: 73px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .hero-content-two .title {
    font-size: 47px;
    line-height: 57px;
  }
}
@media (max-width: 576px) {
  .hero-content-two .title {
    max-width: 100%;
  }
}
@media (max-width: 416px) {
  .hero-content-two .title {
    font-size: 44px;
    line-height: 50px;
  }
}
.hero-content-two p {
  color: #cfcfcf;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
  padding-right: 60px;
  margin-bottom: 31px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .hero-content-two p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 416px) {
  .hero-content-two p {
    padding-right: 0;
  }
}

.hero-img-two {
  position: absolute;
  bottom: 69px;
  right: 289px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .hero-img-two {
    right: 148px;
  }
}
@media (max-width: 1199px) {
  .hero-img-two {
    display: none;
  }
}
.hero-img-two img {
  border-radius: 50%;
}
.hero-img-two .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: var(--title-color);
  width: 216px;
  height: 216px;
  line-height: 216px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(189, 210, 57, 0.9);
  z-index: 99;
}
.hero-img-two .play-icon:hover {
  color: var(--white-color);
  background-color: #2168c3;
}
.hero-img-two .play-icon::before {
  display: none;
}

.anim-image {
  position: absolute;
  top: -100px;
  left: -113px;
  border-radius: 0 !important;
}

.banner-contact {
  position: relative;
  padding-bottom: 97px;
  margin-top: 120px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .banner-contact {
    margin-top: 0;
  }
}

.banner-box {
  position: relative;
  padding: 99px 102px 81px;
  margin-top: 57px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .banner-box {
    padding: 99px 53px 81px;
  }
}
@media (max-width: 576px) {
  .banner-box {
    padding: 70px 27px 58px;
  }
}

.banner-contact-content .title {
  color: var(--white-color);
  font-size: 90px;
  font-weight: 900;
  line-height: 80px;
  margin-bottom: 34px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .banner-contact-content .title {
    font-size: 76px;
  }
}
@media (max-width: 767px) {
  .banner-contact-content .title {
    font-size: 63px;
    line-height: 69px;
  }
}
@media (max-width: 576px) {
  .banner-contact-content .title {
    font-size: 49px;
    line-height: 54px;
  }
}
@media (max-width: 416px) {
  .banner-contact-content .title {
    font-size: 37px;
    line-height: 46px;
    margin-bottom: 22px;
  }
}
.banner-contact-content span {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: block;
}

.banner-contact-img {
  position: absolute;
  top: -100px;
  right: 11px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .banner-contact-img {
    display: none;
  }
}

.contact-btn {
  color: #39cbd2;
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
  text-decoration-line: underline;
  display: inline-block;
  margin-top: -4px;
  /* Extra small devices */
  /* Extra small devices */
}
.contact-btn:hover {
  color: #39cbd2;
}
@media (max-width: 576px) {
  .contact-btn {
    font-size: 32px;
  }
}
@media (max-width: 416px) {
  .contact-btn {
    font-size: 22px;
  }
}

.hero-wapper-three {
  position: relative;
  padding: 196px 0 0;
  /* Medium devices */
}
@media (max-width: 992px) {
  .hero-wapper-three {
    padding-top: 0;
    margin-bottom: 0px;
  }
}

.banner_img {
  text-align: right;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .banner_img {
    max-width: 70%;
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .banner_img {
    margin-top: 50px;
    display: none;
  }
}
.banner_img img {
  border-radius: 50%;
  /* Medium devices */
}
@media (max-width: 992px) {
  .banner_img img {
    width: 100%;
  }
}

.header-layout2 .will-sticky .sticky-active {
  background: #000;
}
.header-layout2 .will-sticky .header-main-two {
  margin: 0;
  padding: 0;
}

.hero-slide {
  position: relative;
  padding-bottom: 190px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .hero-slide {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.hero-slider-wrapper {
  position: relative;
  padding-bottom: 30px;
}
.hero-slider-wrapper .sec-btns {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -100px;
  z-index: 99;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .hero-slider-wrapper .sec-btns {
    margin-top: -60px;
  }
}
@media (max-width: 1199px) {
  .hero-slider-wrapper .sec-btns {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .hero-slider-wrapper .sec-btns {
    top: auto;
    transform: unset;
    bottom: 50px;
  }
}
.hero-slider-wrapper .sec-btns button {
  background: transparent;
  border: 0;
  height: 50px;
  width: 115px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .hero-slider-wrapper .sec-btns button {
    width: 50px;
  }
}
.hero-slider-wrapper .sec-btns button:hover {
  background-color: #39cbd2;
}
.hero-slider-wrapper .sec-btns button:hover i {
  color: #000;
}
.hero-slider-wrapper .sec-btns button:last-child {
  margin-right: 0;
}
.hero-slider-wrapper .sec-btns button i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: unset;
  background-color: transparent;
  color: #fff;
  font-size: 32px;
  transition: all 0.3s ease;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .hero-slider-wrapper .sec-btns button i {
    font-size: 20px;
  }
}

.banner_content .title {
  color: var(--white-color);
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 5px;
  /* Small devices */
}
@media (max-width: 767px) {
  .banner_content .title {
    font-size: 60px;
    line-height: 70px;
  }
}
.banner_content .category-name {
  position: relative;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-left: 40px;
}
.banner_content .category-name:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a3a3a3;
}
.banner_content .ab-img {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 400px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .banner_content .ab-img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .banner_content .ab-img {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .banner_content .ab-img {
    display: none;
  }
}

/*------------------- 4.11. About  -------------------*/
.about-section {
  position: relative;
  padding: 194px 0 69px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-section {
    padding: 80px 0;
  }
}

.about-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 34px;
}

.about-content.two {
  position: relative;
  padding-right: 86px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .about-content.two {
    padding-right: 0;
  }
}
.about-content.two::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 238px;
  background-color: #39cbd2;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-content.two::before {
    display: none;
  }
}

.about-section-two {
  position: relative;
}

.about-content-two {
  position: relative;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-content-two {
    margin-bottom: 40px;
  }
}
.about-content-two .title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  padding-bottom: 9px;
  margin-bottom: 33px;
}
.about-content-two .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bebebe;
}
.about-content-two p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-content-two p {
    font-size: 16px;
    line-height: 28px;
  }
}
.about-content-two .text {
  margin-bottom: 46px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-content-two .text {
    margin-bottom: 20px;
  }
}

.about-auther {
  display: flex;
  align-items: center;
  margin-top: 55px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-auther {
    margin-top: 30px;
  }
}
@media (max-width: 416px) {
  .about-auther {
    flex-wrap: wrap;
  }
}

.about-auther > .image {
  border-radius: 50%;
}

.auther-content {
  margin: 0 40px 0 12px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .auther-content {
    margin: 20px 0 20px 10px;
  }
}
.auther-content .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
}
.auther-content .designation {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.about-img-two {
  position: relative;
  margin-left: 50px;
  margin-bottom: 60px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .about-img-two {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .about-img-two {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.about-img-two::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 570px;
  height: 480px;
  background-color: #39cbd2;
  z-index: -11;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .about-img-two::before {
    bottom: -37px;
    left: -32px;
    width: 439px;
    height: 365px;
  }
}
@media (max-width: 992px) {
  .about-img-two::before {
    display: none;
  }
}
.about-img-two img {
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-img-two img {
    width: 100%;
  }
}

.about-section-three {
  position: relative;
}

.about-img-three {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.about-img-three::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 5px;
  width: 590px;
  height: 449px;
  background-color: #39cbd2;
  z-index: -11;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .about-img-three::before {
    right: -8px;
    width: 543px;
  }
}
@media (max-width: 1199px) {
  .about-img-three::before {
    display: none;
  }
}
.about-img-three img {
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-img-three img {
    width: 100%;
  }
}
.about-img-three img:first-child {
  margin-right: 45px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-img-three img:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .about-img-three img:first-child {
    display: none;
  }
}

.about-list-three {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .about-list-three {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .about-list-three {
    margin: 0 0 20px;
  }
}
.about-list-three li {
  position: relative;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  padding-left: 32px;
}
.about-list-three li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #39cbd2;
  border-radius: 50%;
}

.list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .list-box {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .list-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about-content-two.v3 {
  margin-top: 32px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .about-content-two.v3 {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.about-content-two.v3 .text.about3 {
  margin-bottom: 38px;
}

.about-style4 {
  position: relative;
  margin-bottom: 270px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .about-style4 {
    margin-bottom: 200px;
  }
}
@media (max-width: 1199px) {
  .about-style4 {
    margin-bottom: 0;
  }
}
.about-style4:before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  width: 977px;
  height: 977px;
  background-image: url(../img/bg/service-bg-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .about-style4:before {
    display: none;
  }
}
.about-style4::after {
  content: "";
  position: absolute;
  bottom: 172px;
  right: 203px;
  width: 155px;
  height: 227px;
  background-image: url(../img/bg/about-shape.png);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .about-style4::after {
    display: none;
  }
}
.about-style4 .title-area {
  margin-bottom: 100px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .about-style4 .title-area {
    margin-bottom: 50px;
  }
}

.about-img4 img {
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .about-img4 img {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .about-img4 img {
    width: 46%;
  }
}
@media (max-width: 416px) {
  .about-img4 img {
    width: 100%;
  }
}
.about-img4 img:first-child {
  margin-right: 40px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .about-img4 img:first-child {
    margin-right: 29px;
  }
}
@media (max-width: 416px) {
  .about-img4 img:first-child {
    margin: 0 0 20px;
  }
}

.about-content4 {
  margin-top: 20px;
  margin-left: 35px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .about-content4 {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 992px) {
  .about-content4 {
    margin: 50px 0 0;
  }
}
.about-content4 .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 31px;
}
.about-content4 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 24px;
}
.about-content4 .btn-style1 {
  margin-top: 30px;
}

.row.about3 {
  align-items: center;
  /* Large devices */
}
@media (max-width: 1199px) {
  .row.about3 .about-content-two {
    margin-bottom: 0;
  }
  .row.about3 .about-img4 {
    display: flex;
    flex-wrap: wrap;
  }
}
.row.about3 .col-lg-6:first-child {
  padding-right: 32px;
}

.about-info-content {
  margin-top: 75px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .about-info-content {
    margin-top: 90px;
  }
}
.about-info-content .title {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 8px;
  margin-bottom: 37px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .about-info-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.about-info-content .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #39cbd2;
}
.about-info-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .service-style4.space + .about-style4.space {
    padding-top: 0;
  }
}
/*------------------- 4.12. Services  -------------------*/
.service-section {
  background: #f9f9f9;
}

.service-area-box {
  border-top: 1px solid rgba(184, 174, 174, 0.4);
  border-bottom: 1px solid rgba(184, 174, 174, 0.4);
  padding: 38px 0 33px;
  transition: all 0.3s ease;
}
.service-area-box:last-child {
  border: 0;
}
.service-area-box:hover {
  border-color: transparent;
  background-color: #2168c3;
}
.service-area-box:hover .service-content .service-title {
  color: var(--white-color);
}
.service-area-box:hover .service-info p {
  color: var(--white-color);
}
.service-area-box:hover .service-img {
  opacity: 1;
  visibility: visible;
}

.service-content {
  position: relative;
  display: flex;
  align-items: center;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-content {
    flex-wrap: wrap;
  }
}
.service-content .service-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  width: 400px;
  /* Medium devices */
  /* Extra small devices */
}
.service-content .service-title a {
  color: unset;
}
@media (max-width: 992px) {
  .service-content .service-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 416px) {
  .service-content .service-title {
    font-size: 29px;
  }
}

.service-info {
  display: flex;
  align-items: center;
  margin-left: 100px;
  width: 40%;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .service-info {
    margin: 20px 0 0;
  }
}
@media (max-width: 416px) {
  .service-info {
    flex-wrap: wrap;
  }
}
.service-info p {
  color: var(--title-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0 33px;    width: 55%;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .service-info p {
    width: 300px;
  }
  .service-info p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .service-info p {
    width: unset;
  }
}
@media (max-width: 416px) {
  .service-info p {
    margin: 20px 0 0;
  }
}

.service-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* Medium devices */
}
@media (max-width: 992px) {
  .service-img {
    display: none;
  }
}
.service-img::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 266px;
  height: 266px;
  border-radius: 50%;
  background: #39cbd2;
  z-index: -1;
}
.service-img img {
  border-radius: 50%;
  width: 240px;
}

.service-section2 {
  position: relative;
}

.title-area.ser2 h2 {
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .title-area.ser2 h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 416px) {
  .title-area.ser2 h2 {
    font-size: 35px;
    line-height: 39px;
  }
}

.ser-img2 {
  position: relative;
  margin-right: 43px;
  overflow: hidden;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.ser-img2:hover img {
  transform: scale(1.1);
}
.ser-img2:hover .ser-hover-btn {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .ser-img2 {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  .ser-img2 {
    width: 45.33%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .ser-img2 {
    width: 100%;
    margin-right: 0;
  }
}
.ser-img2 img {
  transition: all 0.3s ease;
  /* Small devices */
}
@media (max-width: 767px) {
  .ser-img2 img {
    width: 100%;
  }
}
.ser-img2:last-child {
  margin-right: 0;
}

.ser-hover-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--title-color);
  font-size: 15px;
  font-weight: 700;
  width: auto;
  text-align: center;
  background: #39cbd2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding: 10px 10px;
  min-width: 150px;
}
.ser-hover-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.ser-img2.v3 {
  border-radius: 50%;
}
.ser-img2.v3 img {
  border-radius: 50%;
}

.service-area-box2 {
  display: flex;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-area-box2 {
    flex-wrap: wrap;
  }
}

.service-area-box2.v2 {
  margin-top: 50px;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-area-box2.v2 {
    margin: 0;
  }
}

.anim-img {
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .anim-img {
    display: none;
  }
}
.anim-img .anim-one {
  position: absolute;
  left: 101px;
  bottom: 205px;
}
.anim-img .anim-two {
  position: absolute;
  right: 19px;
  bottom: 0;
  z-index: -11;
}

.service-section3 {
  position: relative;
  background: #f9f9f9;
}

.ser-info3 {
  position: relative;
  border-bottom: 1px solid #868686;
  padding: 13px 0 32px 148px;
  transition: all 0.3s ease;
  margin-bottom: 29px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .ser-info3 {
    padding-left: 0;
  }
}
.ser-info3:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.ser-info3:hover {
  border-color: #39cbd2;
}
.ser-info3:hover .ser-icon3 {
  border-color: #39cbd2;
  background-color: #2168c3;
  color: var(--white-color);
}

.ser-icon3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
  line-height: 125px;
  text-align: center;
  border: 1px solid #39cbd2;
  border-radius: 50%;
  background-color: #39cbd2;
  transition: all 0.3s ease;
  color: var(--white-color);
  font-size: 48px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .ser-icon3 {
    font-size: 45px;
    line-height: 122px;
  }
}
@media (max-width: 576px) {
  .ser-icon3 {
    position: static;
    margin-bottom: 30px;
  }
}

.service-content3 {
  width: 100%;
}
.service-content3 .title {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .service-content3 .title {
    font-size: 23px;
  }
}
.service-content3 .title a {
  font-size: 16px;
  color: #39cbd2;
  transform: rotate(-45deg);
}
.service-content3 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 420px;
  margin-bottom: 0;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .service-content3 p {
    width: unset;
  }
}
@media (max-width: 416px) {
  .service-content3 p {
    width: unset;
  }
}

.ser-img3 {
  position: relative;
  margin-left: 50px;
  z-index: 9;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-img3 {
    margin: 50px 0 0;
    text-align: center;
  }
}
.ser-img3::before {
  content: "";
  position: absolute;
  top: -52px;
  left: -34px;
  width: 594px;
  height: 594px;
  background-color: #39cbd2;
  border-radius: 50%;
  z-index: -1;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .ser-img3::before {
    display: none;
  }
}
.ser-img3 img {
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-img3 img {
    max-width: 100%;
  }
}

.service-box-content {
  position: relative;
  margin-top: 26px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .service-box-content {
    margin-top: 0;
  }
}

.title-area.ser-two {
  margin-bottom: 70px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .title-area.ser-two {
    margin-bottom: 50px;
  }
}
.title-area.ser-two h2 {
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .title-area.ser-two h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .title-area.ser-two h2 {
    font-size: 34px;
    line-height: 41px;
  }
}

.service-style4 {
  position: relative;
}
.service-style4 .row {
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .service-style4 .row {
    margin-bottom: -50px;
  }
}
@media (max-width: 992px) {
  .service-style4 .row {
    justify-content: center;
  }
}

.service-style4.two {
  border-bottom: 1px solid rgba(184, 174, 174, 0.4);
}

.ser-box4 {
  text-align: center;
  padding: 0 40px;
  /* Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .ser-box4 {
    padding: 0 21px;
  }
}
@media (max-width: 1199px) {
  .ser-box4 {
    margin-bottom: 50px;
  }
}
@media (max-width: 416px) {
  .ser-box4 {
    padding: 0;
  }
}
.ser-box4:hover .ser-icon4 {
  background-color: #39cbd2;
}

.ser-icon4 {
  position: relative;
  width: 133px;
  height: 133px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #39cbd2;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background-color: #39cbd2;
}
.ser-icon4 img {
  filter: brightness(0) invert(1);
  display: inline-flex;
}
.ser-icon4::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/breadcurmb/star.png);
}

.ser-box4:hover .ser-icon4 {
  background-color: #2168c3;
  border-color: var(--theme-color2);
}

.ser-content4 .title {
  line-height: normal;
  margin-bottom: 18px;
}
.ser-content4 p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 27px;
}

.ser-box4.center {
  position: relative;
}
.ser-box4.center::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 351px;
  background-color: #8a8a8a;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-box4.center::before {
    display: none;
  }
}
.ser-box4.center::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 351px;
  background-color: #8a8a8a;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-box4.center::after {
    display: none;
  }
}

.service-style5 {
  position: relative;
  background: #f9f9f9;
}

.title-area.ser6 h2 {
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .title-area.ser6 h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .title-area.ser6 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.service-card5 {
  position: relative;
}
.service-card5:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.service-card5:hover .ser-img5::before {
  background: rgba(189, 210, 57, 0.9);
}
.service-card5:hover .ser-img5 img {
  transform: scale(1.1);
}
.service-card5:hover .ser-btn5 {
  background-color: #2168c3;
  color: var(--white-color);
}
.service-card5:hover .ser-btn5 i {
  transform: rotate(0deg);
}
.service-card5:hover .ser-content5 span {
  color: var(--title-color);
}
.service-card5:hover .ser-content5 .title {
  color: var(--title-color);
}
.service-card5:hover .ser-content5 .title a {
  color: var(--title-color);
}
.service-card5 p {
  position: absolute;
  bottom: 155px;
  left: 0;
  padding: 0 41px;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.3s ease;
  transform: translateY(40px);
}

.ser-img5 {
  position: relative;
  overflow: hidden;
}
.ser-img5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 999;
}
.ser-img5 img {
  transition: all 0.3s ease;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-img5 img {
    width: 100%;
  }
}

.ser-content5 {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 999;
  padding: 0 41px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .ser-content5 {
    padding: 26px;
  }
}
.ser-content5 span {
  color: #39cbd2;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 19px;
  display: inline-block;
}
.ser-content5 .title {
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.ser-content5 .title a {
  color: var(--white-color);
}

.ser-btn5 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 20px;
  color: var(--title-color);
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #39cbd2;
  border-radius: 50%;
  text-align: center;
  z-index: 99999;
}
.ser-btn5 i {
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.title-area.ser5 h2 {
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .title-area.ser5 h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .title-area.ser5 h2 {
    font-size: 41px;
    line-height: 51px;
  }
}
@media (max-width: 416px) {
  .title-area.ser5 h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.awards-section {
  position: relative;
}
.awards-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1265px;
  height: 100%;
  background-image: url(../img/bg/award1-1.jpg);
  z-index: -11;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .awards-section::before {
    width: 100%;
  }
}

.title-area.award {
  margin-bottom: 76px;
  /* Small devices */
}
@media (max-width: 767px) {
  .title-area.award {
    margin-bottom: 50px;
  }
}
.title-area.award .sub-title {
  color: var(--white-color);
}
.title-area.award h2 {
  color: var(--white-color);
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .title-area.award h2 {
    font-size: 51px;
    line-height: 61px;
  }
}
@media (max-width: 767px) {
  .title-area.award h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 416px) {
  .title-area.award h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.award-content {
  background-color: var(--white-color);
  padding: 39px 75px 31px 58px;
  border: 1px solid #5f5f5f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .award-content {
    padding: 39px 25px 31px 25px;
  }
}
@media (max-width: 576px) {
  .award-content {
    display: block;
  }
}
.award-content:hover {
  background-color: #39cbd2;
  border-color: transparent;
}

.award-info span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-bottom: 18px;
}
.award-info .title {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  /* Large devices */
}
.award-info .title a {
  color: inherit;
}
@media (max-width: 1199px) {
  .award-info .title {
    font-size: 28px;
  }
}

.award-info.v2 {
  /* Extra small devices */
}
@media (max-width: 576px) {
  .award-info.v2 {
    margin-bottom: 15px;
  }
}

.award-img {
  position: relative;
  width: 256px;
  text-align: right;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .award-img {
    width: 190px;
  }
}
@media (max-width: 576px) {
  .award-img {
    width: unset;
    text-align: left;
  }
}
.award-img::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 1px;
  height: 78px;
  background: #767575;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .award-img::before {
    display: none;
  }
}

.award-list {
  padding-left: 0;
  list-style: none;
  /* Medium devices */
}
@media (max-width: 992px) {
  .award-list {
    margin-top: 50px;
  }
}
.award-list li {
  margin-bottom: 19px;
}
.award-list li:last-child {
  margin-bottom: 0;
}

.counter-block-two {
  margin-bottom: 66px;
}
.counter-block-two:last-child {
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .counter-block-two:last-child {
    margin-bottom: 50px;
  }
}

.fact-counter-two {
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .fact-counter-two {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .fact-counter-two {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .fact-counter-two {
    flex-wrap: wrap;
  }
}

.award-anim {
  position: absolute;
  top: 485px;
  left: 0;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .award-anim {
    display: none;
  }
}

.service-section7 {
  position: relative;
  background-color: #f9f9f9;
}

.ser-amin {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -85px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .ser-amin {
    display: none;
  }
}

.service-details {
  position: relative;
}

.ser-details-content {
  display: flex;
  margin-bottom: 55px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .ser-details-content {
    flex-wrap: wrap;
  }
}

.ser-details-info {
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .ser-details-info {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .ser-details-info {
    width: 100%;
  }
}
.ser-details-info .title {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 27px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .ser-details-info .title {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
.ser-details-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  width: 609px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .ser-details-info p {
    width: unset;
  }
}

.ser-details-list {
  list-style: none;
  padding-left: 0;
  margin: 68px 0 0 68px;
  /* Small devices */
  /* Medium devices */
  /* Large devices */
}
@media (max-width: 767px) {
  .ser-details-list {
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .ser-details-list {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .ser-details-list {
    margin: 43px 0 0 0;
  }
}
.ser-details-list li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 39px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .ser-details-list li {
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.ser-details-list li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 24px;
  color: #39cbd2;
}

.ser-details-info-two {
  margin-top: 69px;
}
.ser-details-info-two .title {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 27px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .ser-details-info-two .title {
    font-size: 33px;
    margin-bottom: 20px;
  }
}
.ser-details-info-two p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.ser-details-info-two .text {
  margin-top: 28px;
}

/*==============================================
12. BRANDS
==============================================*/
.flex-container {
  height: 540px;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 -3px;
}

@media screen and (max-width: 768px) {
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex-slide {
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  -webkit-box-flex: 1;
  flex: 1;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  margin: 0 3px;
  height: 510px;
}

@media screen and (max-width: 768px) {
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
}
.flex-slide:hover {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

@media screen and (min-width: 768px) {
  .flex-slide {
    -moz-animation: aboutFlexSlide;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: aboutFlexSlide;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: aboutFlexSlide;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}
@-webkit-keyframes aboutFlexSlide {
  0% {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-box-flex: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
}
@keyframes aboutFlexSlide {
  0% {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.accessories {
  background-image: url(../img/service/sv1.jpg);
}

.fashion {
  background-image: url(../img/service/sv2.jpg);
}

.sneekers {
  background-image: url(../img/service/sv3.jpg);
}

.blazer {
  background-image: url(../img/service/sv4.jpg);
}

.btn-zoom {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #39cbd2;
  text-align: center;
  line-height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(30px);
  z-index: 99;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.btn-zoom i {
  position: relative;
  top: 5px;
  color: #000;
  font-size: 24px;
  transform: rotate(-30deg);
  transition: all 0.3s ease;
}
.btn-zoom:hover {
  background-color: #2168c3;
}
.btn-zoom:hover i {
  color: var(--white-color);
  transform: rotate(0);
}

.flex-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.flex-slide:hover .btn-zoom {
  transform: translate(-50%, -50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.flex-slide:hover:before {
  opacity: 1;
  visibility: visible;
}
.flex-slide:hover h2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.flex-slide .title {
  position: absolute;
  bottom: 15px;
  padding: 0 30px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(30px);
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .flex-slide .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 416px) {
  .flex-slide .title {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}

.flex-slide .subtitle {
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: absolute;
  top: calc(100% + 15px);
  margin: 0;
  padding-left: 40px;
  /* Small devices */
}
@media (max-width: 767px) {
  .flex-slide .subtitle {
    display: none;
  }
}
.flex-slide .subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #a3a3a3;
  transform: translateY(-50%);
}
.flex-slide:hover {
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .flex-slide:hover .subtitle {
    color: var(--white-color);
  }
}

/*------------------- 4.13. Team  -------------------*/
.circle_percent {
  font-size: 260px;
  width: 260px;
  height: 260px;
  position: relative;
  background: #f4ffca;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 260px;
  clip: rect(0 260px 260px 0.5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 260px;
  background: #39cbd2;
  clip: rect(0 260px 260px 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #39cbd2;
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 10px;
  width: 240px;
  height: 240px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  margin-top: -9px;
  font-size: 70px;
  font-weight: 700;
  color: var(--title-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.team-style1 {
  position: relative;
  /* Medium devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .team-style1 {
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .team-style1 .row {
    margin-bottom: -50px;
  }
}
@media (max-width: 576px) {
  .team-style1 {
    padding-bottom: 0;
  }
}

.team-card {
  position: relative;
  display: flex;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .team-card {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .team-card {
    display: block;
  }
}
@media (max-width: 576px) {
  .team-card {
    flex-wrap: wrap;
  }
}
.team-card:hover .social-links-ten {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-card:hover .share-icon-ten {
  border-color: transparent;
}

.share-icon-ten {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 150px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: var(--white-color);
  background: var(--theme-color2);
  transition: all 300ms ease;
  z-index: 3;
  /* Small devices */
  /* Extra small devices */
}

.share-icon-ten a{ color: var(--white-color);}

@media (max-width: 767px) {
  .share-icon-ten {
    position: static;
  }
}
@media (max-width: 576px) {
  .share-icon-ten {
    bottom: 0;
  }
}
.share-icon-ten:hover {
  background-color: #2168c3;
  color: var(--white-color);
}
.share-icon-ten:hover a{color: var(--white-color);}
.social-links-ten {
  position: absolute;
  bottom: 40px;
  left: 58px;
  display: flex;
  align-items: center;
  transform: scaleY(0);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
  transform-origin: right;
  background-color: #39cbd2;
  /* Extra small devices */
  /* Small devices */
}
@media (max-width: 576px) {
  .social-links-ten {
    bottom: 0;
  }
}
.social-links-ten a {
  position: relative;
  text-align: center;
  width: 58px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: var(--title-color);
  transition: all 300ms ease;
  border-left: 1px solid #a0a0a0;
}
.social-links-ten a:hover {
  background-color: #2168c3;
  color: var(--white-color);
}
@media (max-width: 767px) {
  .social-links-ten {
    bottom: 0;
  }
}

.team-img {
  position: relative;
  padding: 0 44px 40px 40px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .team-img {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .team-img {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .team-img {
    width: 100%;
    padding-right: 0;
  }
}
.team-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 365px;
  height: 384px;
  background: #39cbd2;
  z-index: -11;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-img::before {
    display: none;
  }
}
.team-img img {
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .team-img img {
    width: 430px;
    height: 464px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .team-img img {
    width: auto;
    object-fit: contain;
  }
}
@media (max-width: 576px) {
  .team-img img {
    width: 100%;
    height: 100%;
  }
}

.team-content {
  position: relative;
  padding: 68px 0 0 0;    width: 280px;
  /* Extra small devices */
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 576px) {
  .team-content {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .team-content {
    padding-top: 35px;
  }
}
@media (max-width: 992px) {
  .team-content {
    padding-top: 30px;
  }
}
.team-content .designation {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}
.team-content .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .team-content .name {
    font-size: 36px;
    line-height: 44px;
  }
  .team-content .name br {
    display: none;
  }
}
@media (max-width: 576px) {
  .team-content .name {
    font-size: 32px;
  }
}
.team-content .name a {
  color: #000;
  display: block;
}
.team-content .name a:hover {
  color: var(--theme-color3);
}
.team-content .nmbr {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .team-content .nmbr {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .team-content .nmbr {
    display: block;
    margin-bottom: 30px;
  }
}
.team-content .nmbr a {
  color: var(--title-color);
}

.team-anim {
  position: absolute;
  top: 75px;
  right: 170px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .team-anim {
    display: none;
  }
}

.team-style2 {
  position: relative;
}

.team-card2 {
  position: relative;
  display: flex;
  /* Medium devices */
}
@media (max-width: 992px) {
  .team-card2 {
    flex-wrap: wrap;
  }
}

.social-links11 {
  display: flex;
  align-items: center;
  z-index: 3;
  transition: all 400ms ease;
}
.social-links11 span {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  display: inline-block;
  margin: 0 20px 0 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .social-links11 span {
    font-size: 16px;
    margin: 0 17px 0 0;
  }
}
.social-links11 a {
  position: relative;
  text-align: center;
  width: 58px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  color: var(--title-color);
  transition: all 300ms ease;
  border-right: 1px solid #a0a0a0;
  background-color: #39cbd2;
}
.social-links11 a:last-child {
  border-right: 0;
}
.social-links11 a:hover {
  background-color: #2168c3;
  color: var(--white-color);
}

.team-img2 {
  position: relative;
  padding: 0 93px 0 88px;
  margin-bottom: 55px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .team-img2 {
    margin-bottom: 0;
    padding: 0 40px 0 0;
  }
}
.team-img2::before {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 860px;
  height: 651px;
  background: #f5f5f5;
  z-index: -11;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-img2::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .team-img2 {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .team-img2 img {
    width: 100%;
  }
}

.team-content2 {
  position: relative;
  padding: 127px 0 0 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-content2 {
    padding: 20px 0 0;
  }
}
.team-content2 .designation {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 52px;
  display: inline-block;
}
.team-content2 .name {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 46px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .team-content2 .name {
    font-size: 40px;
    margin-bottom: 26px;
  }
}
@media (max-width: 416px) {
  .team-content2 .name {
    font-size: 32px;
    margin-bottom: 9px;
    line-height: 43px;
  }
}
.team-content2 .name a {
  color: var(--title-color);
}
.team-content2 .name a:hover {
  color: #39cbd2;
}
.team-content2 .nmbr {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.team-content2 .nmbr a {
  color: var(--title-color);
}

.team-contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 64px;
}
.team-contact-list li {
  position: relative;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  margin-bottom: 27px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .team-contact-list li {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
}
.team-contact-list li span {
  display: inline-block;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .team-contact-list li span br {
    display: none;
  }
}
@media (max-width: 576px) {
  .team-contact-list li span {
    width: 273px;
  }
}
.team-contact-list li sub {
  display: inline-block;
  width: 131px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .team-contact-list li sub {
    line-height: 36px;
  }
}
.team-contact-list li i {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 34px;
  color: #000;
  width: 67px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #39cbd2;
  margin-right: 24px;
}
.team-contact-list li:last-child {
  margin-bottom: 0;
}

/*------------------- 4.14. Form Style  -------------------*/
.form-section {
  position: relative;
  margin-top: -330px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .form-section {
    margin-top: 0;
  }
}

.form-content {
  /* Medium devices */
}
@media (max-width: 992px) {
  .form-content {
    margin-bottom: 50px;
  }
}
.form-content .sub-title {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .form-content .sub-title {
    font-size: 14px;
    line-height: 22px;
  }
}
.form-content .title {
  color: var(--white-color);
  font-size: 60px;
  margin-bottom: 40px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .form-content .title {
    font-size: 46px;
    line-height: 59px;
  }
}
@media (max-width: 416px) {
  .form-content .title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
  }
}
.form-content .title span {
  color: #39cbd2;
}
.form-content .form-nmbr {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-bottom: 25px;
  display: inline-block;
  /* Extra small devices */
}
.form-content .form-nmbr:hover {
  color: #39cbd2;
}
@media (max-width: 416px) {
  .form-content .form-nmbr {
    font-size: 20px;
  }
}
.form-content p {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 332px;
  margin-bottom: 58px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .form-content p {
    width: unset;
  }
}

.form-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.form-list li {
  position: relative;
  padding-right: 32px;
  margin-right: 32px;
}
.form-list li:last-child {
  margin-right: 0;
  padding-left: 0;
}
.form-list li:last-child::before {
  display: none;
}
.form-list li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 21px;
  background: #878787;
}
.form-list li a {
  font-size: 24px;
  color: var(--white-color);
}
.form-list li a:hover {
  color: #39cbd2;
}

.form-info {
  margin-left: 50px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .form-info {
    margin-left: 0;
  }
}
.form-info .form-group {
  margin-bottom: 0;
}
.form-info .form-group input,
.form-info .form-group textarea {
  border-radius: 50px;
  border: 1px solid #8d8d8d;
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 0 43px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  /* Extra small devices */
}
.form-info .form-group input::placeholder,
.form-info .form-group textarea::placeholder {
  color: #000;
}
@media (max-width: 576px) {
  .form-info .form-group input,
  .form-info .form-group textarea {
    padding: 0 15px;
    font-size: 14px;
  }
}
.form-info .form-group textarea {
  height: 120px;
  border-radius: 30px;
  padding-top: 22px;
}

.form-box {
  padding: 100px 73px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .form-box {
    padding: 51px 51px;
    background-position: left;
  }
}
@media (max-width: 767px) {
  .form-box {
    background-image: unset !important;
    background-color: #2168c3;
  }
}
@media (max-width: 576px) {
  .form-box {
    padding: 15px 15px;
  }
}

.main-section-two > img {
  width: 100%;
  /* Medium devices */
}
@media (max-width: 992px) {
  .main-section-two > img {
    display: none;
  }
}

.form-style2 {
  position: relative;
}

.form-info.two.v2 {
  position: relative;
  padding: 76px 0 60px 75px;
  background-color: unset;
  padding-right: 33px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .form-info.two.v2 {
    padding: 0px 0 60px 0px;
  }
}
.form-info.two.v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1100px;
  height: 686px;
  background: #f5f5f5;
  z-index: -11;
  /* Large devices */
}
@media (max-width: 1199px) {
  .form-info.two.v2::before {
    display: none;
  }
}
.form-info.two.v2 .form-title-two {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .form-info.two.v2 .form-title-two {
    font-size: 26px;
  }
}

.form-contact-info {
  background-color: #39cbd2;
  padding: 56px 55px 65px;
  margin-top: 43px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .form-contact-info {
    padding: 39px 29px 50px;
    margin-top: 0;
  }
}
.form-contact-info .title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .form-contact-info .title {
    font-size: 22px;
  }
}

.form-contact-list {
  list-style: none;
  padding-left: 0;
}
.form-contact-list li {
  position: relative;
  background-color: var(--white-color);
  padding: 4px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  margin-bottom: 10px;
  padding: 34px 0 28px 94px;
  transition: all 0.3s ease;
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .form-contact-list li {
    display: block;
  }
}
.form-contact-list li:hover {
  background-color: #2168c3;
  color: var(--white-color);
}
.form-contact-list li:hover a {
  color: var(--white-color);
}
.form-contact-list li span {
  /* Small devices */
}
@media (max-width: 767px) {
  .form-contact-list li span {
    width: 100%;
    display: block;
  }
}
.form-contact-list li span br {
  /* Small devices */
}
@media (max-width: 767px) {
  .form-contact-list li span br {
    display: none;
  }
}
@media (max-width: 576px) {
  .form-contact-list li {
    flex-direction: column;
  }
}
@media (max-width: 416px) {
  .form-contact-list li {
    padding: 19px 0 19px 10px;
  }
}
.form-contact-list li a {
  display: inline-block;
  color: var(--title-color);
}
.form-contact-list li .address {
  width: 118px;
  display: inline-block;
  font-size: 18px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .form-contact-list li .address {
    bottom: -12px;
  }
}
@media (max-width: 767px) {
  .form-contact-list li .address {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .form-contact-list li .address {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.form-contact-list li i {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 34px;
  color: #000;
  width: 67px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: #39cbd2;
  margin-right: 24px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .form-contact-list li i {
    height: 95px;
    line-height: 95px;
  }
}
@media (max-width: 416px) {
  .form-contact-list li i {
    height: 65px;
    line-height: 65px;
    position: static;
    margin-bottom: 20px;
  }
}
.form-contact-list li:last-child {
  line-height: 32px;
  padding: 21px 0 19px 94px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .form-contact-list li:last-child {
    padding: 21px 17px 19px 17px;
  }
}
.form-contact-list li:last-child i {
  height: 96px;
  line-height: 102px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .form-contact-list li:last-child i {
    height: 65px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .form-contact-list li:last-child i {
    height: 97px;
    line-height: 97px;
  }
}
.form-contact-list li:last-child sub {
  position: relative;
  top: 15px;
  /* Small devices */
}
@media (max-width: 767px) {
  .form-contact-list li:last-child sub {
    top: 0;
  }
}

.form-social-link {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.form-social-link li {
  position: relative;
}
.form-social-link li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 55px;
  background: #a0a0a0;
}
.form-social-link li:last-child::before {
  display: none;
}
.form-social-link li a {
  width: 60px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #000;
  display: inline-block;
  color: #fff;
  border: 1px solid transparent;
  margin: 0 -1px;
}
.form-social-link li a:hover {
  background-color: var(--white-color);
  color: #000;
  border-color: #000;
}

.form-links {
  margin-top: 26px;
}
.form-links .title {
  margin-bottom: 19px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .form-links .title {
    font-size: 22px;
  }
}

.ser-details-list.v3 {
  margin: 49px 0 84px;
}

.form-info.two.v3 .form-title-two {
  font-size: 60px;
  line-height: normal;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .form-info.two.v3 .form-title-two {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 416px) {
  .form-info.two.v3 .form-title-two {
    font-size: 32px;
    line-height: 40px;
  }
}

.main-section {
  position: relative;
}

/*------------------- 4.15. Testimonial  -------------------*/
.testmonial-section {
  position: relative;
  margin-bottom: -57px;
}

.testi-slide2 {
  display: none;
}
.testi-slide2.current {
  display: block;
}

.testi-content .title-area {
  margin-bottom: 30px;
}
.testi-content p {
  font-size: 28px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 38px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .testi-content p {
    font-size: 21px;
    line-height: 34px;
  }
}

.testi-auther {
  display: flex;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-auther {
    flex-wrap: wrap;
  }
}

.testi-auther-content {
  margin-left: 29px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .testi-auther-content {
    margin: 2px 0 0;
  }
}
.testi-auther-content .name {
  color: #000;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0;
}
.testi-auther-content .designation {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
}

.testmonila-style2 {
  position: relative;
}

.test-auther {
  background-color: #39cbd2;
  padding: 68px 81px 46px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .test-auther {
    padding: 68px 55px 46px;
  }
}
@media (max-width: 1199px) {
  .test-auther {
    padding: 68px 35px 46px;
  }
}
@media (max-width: 992px) {
  .test-auther {
    text-align: center;
  }
}
@media (max-width: 416px) {
  .test-auther {
    padding: 50px 21px 39px;
  }
}
.test-auther img {
  border-radius: 50%;
  margin-bottom: 23px;
}
.test-auther .name {
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .test-auther .name {
    font-size: 30px;
  }
}
.test-auther .designation {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
  margin-top: -3px;
}

.testi-content2 {
  display: flex;
  align-items: flex-start;
  border: 1px solid #BABABA;
  background: var(--white-color);
  border-left: 0;
  padding: 82px 92px 72px 105px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .testi-content2 {
    padding: 82px 92px 72px 63px;
  }
}
@media (max-width: 1199px) {
  .testi-content2 {
    padding: 82px 40px 72px 63px;
  }
}
@media (max-width: 992px) {
  .testi-content2 {
    border: 1px solid #BABABA;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .testi-content2 {
    flex-wrap: wrap;
    padding: 58px 40px 37px 45px;
  }
}
@media (max-width: 416px) {
  .testi-content2 {
    padding: 41px 28px 37px 39px;
  }
}
.testi-content2 p {
  color: #444;
  font-size: 28px;
  font-weight: 500;
  line-height: 46px;
  margin-left: 38px;
  margin-bottom: 0;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .testi-content2 p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .testi-content2 p {
    margin: 20px 0 0;
  }
}
@media (max-width: 576px) {
  .testi-content2 p {
    font-size: 19px;
    line-height: 29px;
  }
}
@media (max-width: 416px) {
  .testi-content2 p {
    font-size: 16px;
    line-height: 27px;
  }
}

.testi-img {
  position: relative;
  height: 100%;
}
.testi-img ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  /* Medium devices */
}
@media (max-width: 992px) {
  .testi-img ul {
    margin-top: 50px;
  }
}
.testi-img ul:before {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -152px;
  width: 547px;
  height: 547px;
  background-image: url(../img/testimonial/shape.png);
  background-repeat: no-repeat;
  background-position: right;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .testi-img ul:before {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .testi-img ul:before {
    display: none;
  }
}
.testi-img ul li {
  width: 204px;
  height: 204px;
  border-radius: 100px;
  list-style: none;
  margin: 10px;
  position: absolute;
  transition: all 0.3s ease;
  z-index: 99;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: -30px;
  /* Medium devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .testi-img ul li {
    position: static;
    margin-bottom: 40px;
  }
}
.testi-img ul li:hover.current > img {
  transform: scale(1);
}
.testi-img ul li:hover img {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .testi-img ul li {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .testi-img ul li {
    width: calc(25% - 33px);
    height: 100px;
    margin: 0;
    margin-right: 15px;
  }
}
@media (max-width: 416px) {
  .testi-img ul li {
    width: calc(50% - 33px);
    margin-bottom: 15px;
  }
}
.testi-img ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #39cbd2;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  z-index: 99;
  /* Medium devices */
}
@media (max-width: 992px) {
  .testi-img ul li:before {
    display: none;
  }
}
.testi-img ul li:first-child {
  top: 30px;
  left: 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-img ul li:first-child {
    top: 60px;
  }
}
.testi-img ul li:nth-child(2) {
  top: 0;
  right: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-img ul li:nth-child(2) {
    top: 20px;
  }
}
.testi-img ul li:nth-child(3) {
  bottom: 20px;
  left: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-img ul li:nth-child(3) {
    bottom: 120px;
  }
}
.testi-img ul li:nth-child(4) {
  bottom: 70px;
  right: 10px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-img ul li:nth-child(4) {
    bottom: 200px;
  }
}
.testi-img ul li.current {
  width: 230px;
  height: 230px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .testi-img ul li.current {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 992px) {
  .testi-img ul li.current {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .testi-img ul li.current {
    height: 100px;
    width: auto;
  }
}
.testi-img ul li.current:before {
  opacity: 0.5;
  visibility: visible;
}
.testi-img ul li > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
  object-fit: cover;
  cursor: pointer;
}

/* Extra small devices */
@media (max-width: 416px) {
  .testmonial-section.space + .brand-section.space {
    padding-top: 40px;
  }
}
/*------------------- 4.16. Skill Area  -------------------*/
.pagination {
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination .page-item {
  /* Extra small devices */
}
@media (max-width: 416px) {
  .pagination .page-item {
    margin-top: 10px;
  }
}
.pagination .page-item .page-link {
  padding: 17px 23px 16px 23px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--title-color);
  border-radius: 0;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .pagination .page-item .page-link {
    padding: 17px 16px 16px 16px;
  }
}
.pagination .page-item .page-link:hover {
  background-color: #39cbd2;
  color: var(--title-color);
}
.pagination .page-item:first-child .page-link {
  padding: 17px 30px 16px 31px;
  background-color: #000;
  color: var(--white-color);
  margin-right: 15px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .pagination .page-item:first-child .page-link {
    padding: 17px 23px 16px 23px;
  }
}
.pagination .page-item:first-child .page-link:hover {
  background-color: #39cbd2;
  color: var(--title-color);
}
.pagination .page-item:last-child .page-link {
  padding: 17px 30px 16px 31px;
  background-color: #000;
  color: var(--white-color);
  font-weight: 700;
  border-color: transparent;
  margin-left: 20px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .pagination .page-item:last-child .page-link {
    padding: 17px 23px 16px 23px;
  }
}
.pagination .page-item:last-child .page-link:hover {
  background-color: #39cbd2;
  color: var(--title-color);
}

.sidebar-area {
  /* Large devices */
}
@media (max-width: 1199px) {
  .sidebar-area {
    margin-top: 50px;
  }
}

.sidebar-area .widget {
  border: 1px solid #cbcbcb;
  background: var(--white-color);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 42px 39px 49px;
  margin-bottom: 20px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .sidebar-area .widget {
    padding: 35px 28px 35px;
  }
}

.widget-title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 11px;
  margin-bottom: 31px;
}
.widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #39cbd2;
}

.recent-post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .recent-post {
    padding: 0;
    margin-bottom: 30px;
    display: block;
  }
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  width: 100px;
  height: 100px;
  /* Extra small devices */
}
.recent-post .media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 416px) {
  .recent-post .media-img {
    margin-bottom: 20px;
  }
}
.recent-post .media-body {
  flex: 1;
  padding-left: 15px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .recent-post .media-body {
    padding-left: 0;
  }
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  margin-bottom: 11px;
  color: inherit;
}
.recent-post .recent-post-meta a i {
  margin-right: 5px;
}
.recent-post .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.recent-post .post-title a {
  color: var(--title-color);
  display: block;
}
.recent-post .post-title a:hover {
  color: #39cbd2;
}

.galler-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -15px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .galler-box {
    justify-content: unset;
  }
}
@media (max-width: 767px) {
  .galler-box {
    justify-content: flex-start;
  }
}

.galler-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .galler-img {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  .galler-img {
    margin-bottom: 10px;
  }
}
@media (max-width: 416px) {
  .galler-img {
    width: calc(33.3333333333% - 10px);
  }
}
.galler-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .galler-img {
    margin-right: 10px;
  }
}
.galler-img:hover::before {
  opacity: 1;
  visibility: visible;
}
.galler-img:hover .plus-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.galler-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(211, 255, 36, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.3s ease;
}
.galler-img img {
  transition: all 0.3s ease;
}
.galler-img .plus-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  font-size: 25px;
  color: var(--title-color);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.video-box:hover .video-img img {
  transform: scale(1.1);
}
.video-box .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 19px;
}
.video-box .title a {
  color: var(--title-color);
}

.video-img {
  position: relative;
  overflow: hidden;
}
.video-img img {
  /* Large devices */
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .video-img img {
    width: 100%;
  }
}

.vide-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #39cbd2;
  border-radius: 50%;
  color: var(--title-color);
}
.vide-btn:hover {
  background-color: #2168c3;
  color: var(--white-color);
}

.widget.sidebar-area-form {
  background: var(--theme-color2);
  padding: 42px 39px 49px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .widget.sidebar-area-form {
    padding: 37px 29px 39px;
  }
}
.widget.sidebar-area-form .widget-title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.widget.sidebar-area-form .widget-title:before {
  display: none;
}
.widget.sidebar-area-form p {
  color: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 17px;
}

.side-form-box {
  margin-bottom: 0;
}
.side-form-box input {
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 0;
  margin-bottom: 12px;
}
.side-form-box .form-btn {
  height: 60px;
  line-height: 60px;
  padding: 0 53px;
  background-color: #39cbd2;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border: 0;
}

/*------------------- 4.17. Brand  -------------------*/
.brand-section {
  position: relative;
}

.brand-title span {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 40px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .brand-title span {
    margin-bottom: 45px;
    line-height: 40px;
    font-size: 30px;
  }
}

.brand-box {
  border: 1px solid #5b5b5b;
  background: #fff;
  height: 148px;
  line-height: 148px;
  text-align: center;
  overflow: hidden;
}
.brand-box:hover img {
  transform: scale(1.1);
}
.brand-box img {
  transition: all 0.3s ease;
}

.brand-style2 {
  position: relative;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .brand-style2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.brand-style2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1467px;
  height: 734px;
  background-image: url(../img/bg/brand-bg2.png);
  z-index: -1;
  background-repeat: no-repeat;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .brand-style2::before {
    display: none;
  }
}

.brand-title-two span {
  color: var(--title-color);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 21px;
  display: inline-block;
  z-index: 99;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .brand-title-two span {
    line-height: 41px;
    padding: 0 50px;
  }
}
@media (max-width: 416px) {
  .brand-title-two span {
    line-height: 34px;
    padding: 0 39px;
    font-size: 22px;
  }
}

.brand-img2 {
  text-align: center;
  height: 150px;
  line-height: 1.6;
  border: 1px solid #b0b0b0;
  background: var(--white-color);
  overflow: hidden;
  /* Extra large devices */
}
.brand-img2:hover img {
  transform: scale(1.1);
}
.brand-img2 img {
  transition: all 0.3s ease;
}
@media (max-width: 1500px) {
  .brand-img2 {
    margin: 1px;
  }
}

/*------------------- 4.18. Accordion  -------------------*/
.vs-accordion .accordion-item {
  border-bottom: 1px solid #727272;
  padding: 32px 0 31px 0;
}
.vs-accordion .accordion-item.active {
  border-color: #39cbd2;
}
.vs-accordion .accordion-item.active .accordion-button {
  color: #39cbd2;
}
.vs-accordion .accordion-item.active .accordion-button > span {
  color: #39cbd2;
}
.vs-accordion .accordion-item.active .accordion-button > span::before {
  background-color: #39cbd2;
  border-color: #39cbd2;
}
.vs-accordion .accordion-item:first-child {
 
}
.vs-accordion .accordion-button {
  border: none;
  padding: 0;
  background-color: transparent;
  color: var(--title-font);
  font-family: var(--title-font);
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  cursor: pointer;
  /* Small devices */
}
@media (max-width: 767px) {
  .vs-accordion .accordion-button {
    font-size: 22px !important;
  }
}
.vs-accordion .accordion-button span {
  position: relative;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-left: auto;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .vs-accordion .accordion-button span {
    display: none;
  }
}
.vs-accordion .accordion-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--title-color);
  border-radius: 50px;
  transition: 0.4s;
}
.vs-accordion .accordion-button:after {
  display: none;
}
.vs-accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.vs-accordion .accordion-collapse {
  border: none;
}
.vs-accordion .accordion-body {
  color: #444;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 10px;
}
.vs-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.faq-image {
  position: relative;
  margin-bottom: 50px;
  /* Large devices */
  /* Medium devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .faq-image {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .faq-image {
    padding-right: 0;
  }
}
.faq-image::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 13px;
  width: 570px;
  height: 480px;
  background-color: #39cbd2;
  z-index: -11;
  /* Large devices */
}
@media (max-width: 1199px) {
  .faq-image::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .faq-image img {
    width: 100%;
  }
}

.faq-anim {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .faq-anim {
    display: none;
  }
}
.faq-anim img {
  position: absolute;
  top: 124px;
  left: 0;
}

.according-box {
  margin-top: 20px;
  margin-left: 25px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .according-box {
    margin: -10px;
  }
}
@media (max-width: 992px) {
  .according-box {
    padding: 0 15px;
  }
}
.according-box .according-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 8px;
}

.faq-style2 {
  position: relative;
}

.faq-image-two {
  position: relative;
  margin-right: 45px;
  margin-bottom: 60px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .faq-image-two {
    margin-top: 50px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.faq-image-two::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -45px;
  width: 570px;
  height: 480px;
  background-color: #39cbd2;
  z-index: -11;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .faq-image-two::before {
    width: 498px;
    height: 413px;
  }
}
@media (max-width: 992px) {
  .faq-image-two::before {
    display: none;
  }
}
.faq-image-two img {
  /* Medium devices */
}
@media (max-width: 992px) {
  .faq-image-two img {
    width: 100%;
  }
}

.according-box-two {
  margin-top: -12px;
}
.according-box-two .according-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 21px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .according-box-two .according-title {
    line-height: 58px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .according-box-two .according-title {
    line-height: 50px;
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .according-box-two .according-title {
    line-height: 37px;
    font-size: 34px;
  }
}
.according-box-two .vs-accordion .accordion-item {
  border: 1px solid #a4a4a4;
  background-color: var(--white-color);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 23px;
  position: relative;
  cursor: pointer; /* Extra small devices */
}
.according-box-two .vs-accordion .accordion-item.active {
  border-color: #39cbd2;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.according-box-two .vs-accordion .accordion-item.active .fa-plus:before {
  content: "\f068";
}
.according-box-two .vs-accordion .accordion-item.active:before {
  opacity: 1;
  visibility: visible;
}
.according-box-two .vs-accordion .accordion-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #39cbd2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 416px) {
  .according-box-two .vs-accordion .accordion-item {
    padding: 0 10px;
  }
}
.according-box-two .vs-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.according-box-two .vs-accordion .accordion-item .accordion-header {
  line-height: 0;
}
.according-box-two .vs-accordion .accordion-item .accordion-header .accordion-button {
  align-items: center;
  padding: 27px 29px 26px 29px;
  width: unset;
  /* Extra small devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 416px) {
  .according-box-two .vs-accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .according-box-two .vs-accordion .accordion-item .accordion-header .accordion-button {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .according-box-two .vs-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px !important;
    line-height: 24px;
  }
}
.according-box-two .vs-accordion .accordion-item .accordion-header .accordion-button span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-right: 22px;
}
.according-box-two .vs-accordion .accordion-item .accordion-header .accordion-button span::before {
  display: none;
}
.according-box-two .vs-accordion .accordion-item .accordion-body {
  padding: 0 29px 20px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .according-box-two .vs-accordion .accordion-item .accordion-body {
    padding: 0 15px 20px;
  }
}
.according-box-two .vs-accordion .accordion-item .accordion-body p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.according-box-two.v2 {
  margin-top: 41px;
  padding-right: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .according-box-two.v2 {
    padding-right: 0;
  }
}
.according-box-two.v2 .vs-accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  justify-content: space-between;
  width: 100%;
}
.according-box-two.v2 .vs-accordion .accordion-item .accordion-header .accordion-button i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #39cbd2;
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .according-box-two.v2 .vs-accordion .accordion-item .accordion-header .accordion-button i {
    right: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .vs-accordion .accordion-button {
    padding-left: 0;
    font-size: 16px;
  }
  .vs-accordion .accordion-button:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    font-size: 13px;
    top: 0;
  }
  .vs-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
/*------------------- 4.19. Project  -------------------*/
.project-section {
  position: relative;
  padding-bottom: 20px;
}

.project-content .project-title {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 23px;
  display: inline-block;
}
.project-content h2 {
  color: var(--white-color);
  font-size: 90px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 39px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .project-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .project-content h2 {
    font-size: 56px;
  }
}
@media (max-width: 576px) {
  .project-content h2 {
    font-size: 47px;
  }
}
@media (max-width: 416px) {
  .project-content h2 {
    font-size: 33px;
  }
}

.project-info {
  display: flex;
  align-items: center;
  /* Medium devices */
}
@media (max-width: 992px) {
  .project-info {
    flex-wrap: wrap;
  }
}
.project-info p {
  color: #ededed;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 96px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .project-info p {
    margin-bottom: 40px;
  }
  .project-info p br {
    display: none;
  }
}
@media (max-width: 416px) {
  .project-info p {
    margin-right: 0;
  }
}
.project-info .btn-style1:hover {
  background-color: #000;
  color: #fff;
}

.project-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Medium devices */
}
@media (max-width: 992px) {
  .project-banner-content {
    flex-wrap: wrap;
  }
}
.project-banner-content .btn-style1 {
  margin-top: 10px;
}

.project-style2 {
  position: relative;
}
.project-style2 .prject-btn-box {
  /* Small devices */
}
@media (max-width: 767px) {
  .project-style2 .prject-btn-box {
    margin-top: 0;
  }
}

.project-card2 {
  margin-bottom: 48px;
}
.project-card2:hover .peoject-img2 img {
  transform: scale(1.1);
}

.peoject-img2 {
  overflow: hidden;
}
.peoject-img2 img {
  height: 410px;
  transition: all 0.3s ease;
  width: 100%;
  object-fit: cover;
  /* Small devices */
}
@media (max-width: 767px) {
  .peoject-img2 img {
    width: 100%;
  }
}

.project-content2 {
  margin-top: 20px;
}
.project-content2 .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 8px;
  /* Large devices */
  /* Extra small devices */
}
.project-content2 .title a {
  color: var(--title-color);
}
.project-content2 .title a:hover {
  color: #39cbd2;
}
@media (max-width: 1199px) {
  .project-content2 .title {
    font-size: 32px;
  }
}
@media (max-width: 416px) {
  .project-content2 .title {
    font-size: 26px;
    line-height: 30px;
  }
}
.project-content2 span {
  position: relative;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-left: 40px;
  display: inline-block;
}
.project-content2 span::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a3a3a3;
}

.project-card2.v2 {
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .project-card2.v2 {
    margin-bottom: 48px;
  }
}

.project-detail-section {
  position: relative;
}

.project-info-v2 .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 9px;
}
.project-info-v2 span {
  position: relative;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 34px;
}
.project-info-v2 span::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a3a3a3;
}
.project-info-v2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 36px;
}

.project-detail-section {
  position: relative;
}

.project-detail-content {
  display: flex;
  margin-bottom: 80px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .project-detail-content {
    flex-wrap: wrap;
  }
}

.project-info-v2 {
  width: 50%;
  margin-right: 16px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .project-info-v2 {
    width: 100%;
  }
}
.project-info-v2 .title {
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .project-info-v2 .title {
    font-size: 50px;
  }
}
@media (max-width: 416px) {
  .project-info-v2 .title {
    font-size: 38px;
    margin-bottom: 0;
  }
}

.project-list {
  padding-left: 0;
  list-style: none;
  border: 1px solid #cbcbcb;
  background: var(--white-color);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 26px 28px 22px;
  width: 50%;
  margin-left: 16px;
  /* Medium devices */
  /* Medium devices */
}
@media (max-width: 992px) {
  .project-list {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .project-list {
    margin-left: 0;
  }
}
.project-list li {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding: 18px 53px;
  margin-bottom: 13px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .project-list li {
    padding: 18px 41px;
  }
}
@media (max-width: 416px) {
  .project-list li {
    padding: 18px 40px 18px 20px;
  }
}
.project-list li span {
  width: 125px;
  display: inline-block;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .project-list li span {
    display: block;
    width: 100%;
  }
}
.project-list li:last-child {
  margin-bottom: 0;
}
.project-list li:first-child, .project-list li:nth-child(3), .project-list li:nth-child(5) {
  background: rgba(190, 210, 57, 0.8);
}

.project-content3 {
  margin-top: 60px;
}
.project-content3 p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}

.prject-list-box {
  display: flex;
  margin: 48px 0 59px;
  /* Medium devices */
}
@media (max-width: 992px) {
  .prject-list-box {
    flex-wrap: wrap;
  }
}
.prject-list-box .ser-details-list.v4:first-child {
  margin-right: 180px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .prject-list-box .ser-details-list.v4:first-child {
    margin-right: 17px;
  }
}

.ser-details-list.v4 {
  margin: 0;
}

.project-gallery-box {
  margin-bottom: 57px;
}

.pro-gallery-img {
  margin-bottom: 31px;
  overflow: hidden;
  height: 418px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .pro-gallery-img {
    height: 250px;
  }
}
.pro-gallery-img:hover img {
  transform: scale(1.1);
}
.pro-gallery-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
}

.project-content-v3 .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 31px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .project-content-v3 .title {
    line-height: 50px;
  }
}
@media (max-width: 416px) {
  .project-content-v3 .title {
    line-height: 34px;
    font-size: 28px;
  }
}
.project-content-v3 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.feature-info.two {
  padding-top: 57px;
}

.post-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #5f5f5f;
  background: var(--white-color);
  padding: 10px;
  margin-top: 120px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .post-control {
    margin-top: 90px;
  }
}
@media (max-width: 992px) {
  .post-control {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .post-control {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.post-control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 78px;
  background: #767575;
  /* Medium devices */
}
@media (max-width: 992px) {
  .post-control::before {
    display: none;
  }
}

.post-control-info {
  display: flex;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .post-control-info {
    flex-wrap: wrap;
  }
}
.post-control-info:last-child {
  /* Small devices */
}
@media (max-width: 767px) {
  .post-control-info:last-child {
    margin-top: 23px;
    margin-left: auto;
  }
}

.post-control-content {
  margin-left: 34px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .post-control-content {
    margin-left: 15px;
  }
}
@media (max-width: 416px) {
  .post-control-content {
    margin-left: 0;
  }
}
.post-control-content span {
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.post-control-content .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 0;
  /* Medium devices */
}
@media (max-width: 992px) {
  .post-control-content .title {
    font-size: 26px;
  }
}
.post-control-content .title a {
  color: var(--title-color);
}
.post-control-content .title a:hover {
  color: #39cbd2;
}

.post-control-content.v2 {
  text-align: right;
  margin: 0 34px 0 0;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .post-control-content.v2 {
    margin-right: 15px;
  }
}
@media (max-width: 416px) {
  .post-control-content.v2 {
    text-align: left;
  }
}

.prject-btn-box {
  margin-top: 50px;
}

/*------------------- 4.20. Features  -------------------*/
.feature-info {
  position: relative;
  padding: 93px 0 0;
}
.feature-info .title {
  font-size: 40px;
}
.feature-info .title.v2 {
  margin-bottom: 33px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 416px) {
  .feature-info .title.v2 {
    font-size: 33px;
  }
}
@media (max-width: 416px) {
  .feature-info .title.v2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.feature-card {
  position: relative;
  background: var(--white-color);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 53px 47px 99px;
  margin-bottom: 67px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .feature-card {
    padding: 53px 23px 99px;
  }
}
@media (max-width: 992px) {
  .feature-card {
    margin-bottom: 100px;
  }
}
.feature-card .feature-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 22px;
}
.feature-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

.feature-icon {
  position: absolute;
  bottom: -67px;
  left: 48px;
  width: 133px;
  height: 133px;
  line-height: 133px;
  text-align: center;
  background-color: #39cbd2;
  border-radius: 50%;
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .feature-icon {
    left: 23px;
  }
}

/*------------------- 4.21. Contact  -------------------*/
.contact-style1 {
  position: relative;
}
.contact-style1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 881px;
  background-image: url(../img/bg/contact-bg.jpg);
  z-index: -1;
}

.contact-heading {
  position: relative;
  margin-bottom: 15px;
}
.contact-heading h2 {
  color: var(--white-color);
  font-size: 90px;
  font-weight: 800;
  line-height: normal;
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .contact-heading h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 576px) {
  .contact-heading h2 {
    font-size: 50px;
  }
}
@media (max-width: 416px) {
  .contact-heading h2 {
    font-size: 36px;
  }
}
.contact-heading p {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .contact-heading p {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-heading p br {
    display: none;
  }
}
@media (max-width: 416px) {
  .contact-heading p {
    font-size: 16px;
    line-height: 26px;
  }
}

.contact-content {
  margin-top: 56px;
}

.contact-info {
  position: relative;
  padding: 22px 0 27px 192px;
  margin-bottom: 95px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 576px) {
  .contact-info {
    padding: 15px 0 13px 192px;
  }
}
@media (max-width: 416px) {
  .contact-info {
    padding-left: 0;
  }
}
.contact-info .auther {
  position: absolute;
  top: 0;
  left: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .contact-info .auther {
    position: static;
    margin-bottom: 30px;
  }
}
.contact-info p,
.contact-info span {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.contact-info span {
  margin-bottom: 21px;
  margin-top: 18px;
}
.contact-info .nmbr {
  display: block;
  color: var(--white-color);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}
.contact-info .nmbr:hover {
  color: #39cbd2;
}

.contact-img {
  position: relative;
}
.contact-img img {
  /* Medium devices */
}
@media (max-width: 992px) {
  .contact-img img {
    width: 100%;
  }
}

.play-btn-two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: var(--title-color);
  width: 133px;
  height: 133px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  background-color: #39cbd2;
  /* Extra small devices */
}
.play-btn-two:hover {
  background-color: #2168c3;
  color: #fff;
}
@media (max-width: 416px) {
  .play-btn-two {
    font-size: 20px;
    width: 80px;
    height: 80px;
    line-height: 85px;
  }
}
.play-btn-two::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 127px;
  height: 127px;
  border: 2px solid #fff;
  border-radius: 50%;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .play-btn-two::before {
    width: 74px;
    height: 74px;
  }
}

.form-info.two {
  background-color: #39cbd2;
  padding: 60px 68px 60px;
  margin-left: 0;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .form-info.two {
    padding: 48px 36px 45px;
  }
}
@media (max-width: 576px) {
  .form-info.two {
    padding: 42px 29px 42px;
  }
}
.form-info.two span {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block;
}
.form-info.two .form-group textarea {
  margin-bottom: 12px;
}
.form-info.two .form-title-two {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

/*------------------- 4.22. Shop  -------------------*/
/*------------------- 4.23. Simple Sections -------------------*/
/*------------------- 4.24. Event -------------------*/
/*------------------- 4.25. Marquee -------------------*/
.marquee-style1 {
  position: relative;
  overflow: hidden;
}
.marquee-style1 img {
  width: 100%;
}
.marquee-style1.two {
  position: absolute;
  bottom: -230px;
  left: 0;
  height: 350px;
  width: 100%;
  /* Large devices */
}
@media (max-width: 1199px) {
  .marquee-style1.two {
    position: static;
    height: auto;
    margin-top: 80px;
  }
}
.marquee-style1.three {
  height: 350px;
  margin-top: -50px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .marquee-style1.three {
    height: auto;
  }
}

.marquee {
  background: #2168c3;
  height: 129px;
  transform: rotate(-4.143deg);
  position: absolute;
  bottom: 130px;
  z-index: 99;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  /* Extra small devices */
}
.marquee::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 96%;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background: #2168c3;
}
.marquee::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 96%;
  width: 100%;
  height: 100%;
  transform: rotate(-0.143deg);
  background: #2168c3;
}
@media (max-width: 416px) {
  .marquee {
    height: 60px;
    bottom: 30px;
  }
}
.marquee > div {
  display: flex;
  max-width: 1000px;
}
.marquee > div .js-marquee {
  display: flex;
  max-width: 1000px;
}
.marquee div {
  color: #39cbd2;
  font-size: 50px;
  font-weight: 500;
  padding: 0 40px;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .marquee div {
    font-size: 30px;
  }
}
.marquee div:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/breadcurmb/star.png);
  background-repeat: no-repeat;
}
.marquee div:last-child:before {
  display: none;
}

.error-info {
  position: absolute;
  bottom: 130px;
  background: #000;
  width: 100%;
  height: 129px;
  left: 0;
  transform: rotate(4.143deg);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .error-info {
    bottom: 40px;
    height: 60px;
  }
}
.error-info::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 96%;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  background: #000;
}
.error-info::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 96%;
  width: 100%;
  height: 100%;
  transform: rotate(-0.143deg);
  background: #000;
}

.marquee-sec.v2 {
  position: relative;
}

/* Medium devices */
@media (max-width: 992px) {
  .error-info,
  .marquee {
    transform: none;
    position: relative;
    bottom: 0;
  }
  .error-info {
    display: none;
  }
}
/*------------------- 4.26. Error 404 -------------------*/
.error-content {
  position: relative;
  z-index: 9999;
}
.error-content .title {
  color: #D3FF24;
  font-size: 240px;
  font-weight: 700;
  line-height: 225px;
  text-transform: capitalize;
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .error-content .title {
    font-size: 150px;
    margin-bottom: -20px;
  }
}
.error-content > span {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 50px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .error-content > span {
    font-size: 32px;
    line-height: 40px;
  }
}
.error-content p {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.error-content p a:hover {
  color: #39cbd2;
}

.error-form .form-group {
  position: relative;
  margin-bottom: 18px;
  z-index: 999;
}
.error-form .form-group input {
  width: 100%;
  height: 58px;
  border-radius: 40px;
  border: 2px solid #D9D9D9;
  background-color: transparent;
  color: var(--white-color);
  padding: 0 42px;
  margin-bottom: 18px;
  color: #fff;
}
.error-form .form-group .form-btn-v2 {
  position: absolute;
  top: 5px;
  right: 6px;
  font-size: 22px;
  color: #000;
  width: 50px;
  height: 49.036px;
  line-height: 50.036px;
  text-align: center;
  background-color: #39cbd2;
  border-radius: 50%;
  border: 0;
}
.error-form .form-group .form-btn-v2:hover {
  background-color: #000;
  color: #fff;
}

.error-img .image-one {
  position: absolute;
  top: 156px;
  left: 0;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .error-img .image-one {
    display: none;
  }
}
.error-img .image-two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  /* Large devices */
}
@media (max-width: 1199px) {
  .error-img .image-two {
    display: none;
  }
}

.page-banner2 {
  position: relative;
  background-color: #133026;
  padding: 157px 0 111px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .page-banner2 {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .page-banner2 {
    padding: 60px 0 80px;
  }
}

/*------------------- 4.27. Newsletter -------------------*/
.news-letter-style1 {
  position: relative;
}

.anim-imgs .letter1 {
  position: absolute;
  left: 300px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .anim-imgs .letter1 {
    display: none;
  }
}
.anim-imgs .letter2 {
  position: absolute;
  right: 175px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .anim-imgs .letter2 {
    right: 70px;
    top: -39px;
  }
}
@media (max-width: 1199px) {
  .anim-imgs .letter2 {
    display: none;
  }
}

.news-img {
  position: relative;
  display: inline-block;
  padding-top: 19px;
  margin-bottom: 32px;
}
.news-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: -21px;
  width: 55px;
  height: 55px;
  background-color: #39cbd2;
  border-radius: 50%;
  z-index: -11;
}

.news-info-two h2 {
  text-align: center;
  margin-bottom: 0;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .news-info-two h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .news-info-two h2 {
    font-size: 41px;
  }
}
@media (max-width: 576px) {
  .news-info-two h2 {
    font-size: 37px;
    line-height: 57px;
  }
}
@media (max-width: 416px) {
  .news-info-two h2 {
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 16px;
  }
}
.news-info-two p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 49px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .news-info-two p {
    margin-bottom: 30px;
  }
}

.news-form-group {
  position: relative;
  width: 850px;
  margin: 0 auto;
  /* Medium devices */
}
@media (max-width: 992px) {
  .news-form-group {
    width: 100%;
  }
}
.news-form-group input {
  border-radius: 50px;
  border: 1px solid #ACACAC;
  background: var(--white-color);
  height: 60px;
  padding: 0 41px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/*------------------- 4.28. Pricing -------------------*/
.pricing-section {
  position: relative;
}
.pricing-section .row {
  /* Medium devices */
}
@media (max-width: 992px) {
  .pricing-section .row {
    margin-bottom: -50px;
  }
}

/* Medium devices */
@media (max-width: 992px) {
  .pricing-box {
    margin-bottom: 40px;
  }
}
.price-box {
  position: relative;
  padding: 47px 55px 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .price-box {
    padding: 47px 30px 0;
  }
}
.price-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: 449px;
  background-image: url(../img/event/pr-bf.jpg);
  z-index: -11;
  transition: all 0.3s ease;
  /* Large devices */
}
@media (max-width: 1199px) {
  .price-box::before {
    width: 100%;
  }
}
.price-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 370px;
  height: 449px;
  background-color: #2168c3;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* Small devices */
}
@media (max-width: 767px) {
  .price-box:after {
    max-width: 100%;
  }
}
.price-box .price-title {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.price-box small {
  color: #39cbd2;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  display: block;
  margin-bottom: 32px;
  transition: all 0.3s ease;
}
.price-box .title {
  color: var(--white-color);
  font-size: 40px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.price-box .title span {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  transition: all 0.3s ease;
}

.pricing-box:hover .price-box:before {
  z-index: 9;
  background-image: url(../img/overlay.png);
}
.pricing-box:hover .price-box:after {
  opacity: 1;
  visibility: visible;
  background-color: #39cbd2;
}
.pricing-box:hover .price-box .price-title {
  color: var(--title-color);
}
.pricing-box:hover .price-box small {
  color: var(--title-color);
}
.pricing-box:hover .price-box .title {
  color: var(--title-color);
}
.pricing-box:hover .price-box .title span {
  color: var(--title-color);
}

.price-list-box {
  border: 1px solid #d3ff24;
  background: #fff;
  width: 350px;
  margin-left: auto;
  padding: 21px 40px 37px;
  position: relative;
  z-index: 99;
  /* Large devices */
}
@media (max-width: 1199px) {
  .price-list-box {
    width: 100%;
    padding: 21px 24px 37px;
  }
}

.price-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}
.price-list li {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 57px;
  padding-left: 30px;
  border-bottom: 1px solid #c3c3c3;
}
.price-list li:last-child {
  border-bottom: 0;
}
.price-list li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #39cbd2;
}

/*------------------- 4.29. Clients -------------------*/
.client-section {
  background-color: #39cbd2;
  padding: 97px 0 96px;
  position: relative;
  overflow: hidden;
}
.client-section .marquee2 {
  display: flex;
  align-items: center;
}
.client-section .marquee2 > div {
  display: flex;
}
.client-section .js-marquee {
  display: flex;
  align-items: center;
}
.client-section .js-marquee > div {
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #000;
  font-family: Epilogue;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 0 50px;
  color: var(--title-color);
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #000;
  position: relative;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .client-section .js-marquee > div {
    font-size: 60px;
    line-height: 70px;
  }
}
.client-section .js-marquee > div:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  width: 20px;
  height: 20px;
  background-image: url(../img/breadcurmb/star2.png);
  background-repeat: no-repeat;
}

/*------------------- 4.30. History -------------------*/
.history-style1 {
  position: relative;
  background: #F9F9F9;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 992px) {
  .history-style1 .row {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .history-style1 .row {
    margin-bottom: -40px;
  }
}

.history-list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-top: 36px;
  margin-bottom: 0;
  /* Large devices */
}
@media (max-width: 1199px) {
  .history-list {
    margin-top: 0;
  }
}
.history-list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 65px;
  width: 2px;
  height: 702px;
  background: #2F2F2F;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .history-list::before {
    height: 872px;
  }
}
@media (max-width: 992px) {
  .history-list::before {
    height: 665px;
  }
}
@media (max-width: 576px) {
  .history-list::before {
    height: 928px;
  }
}
@media (max-width: 416px) {
  .history-list::before {
    display: none;
  }
}
.history-list li {
  margin-bottom: 49px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .history-list li {
    margin-bottom: 15px;
  }
}
.history-list li:last-child {
  margin-bottom: 0;
}

.history-content {
  position: relative;
  padding: 5px 0 0 167px;
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .history-content {
    padding: 17px 0 17px 167px;
  }
}
@media (max-width: 416px) {
  .history-content {
    padding-left: 0;
  }
}
.history-content .date {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--title-color);
  font-size: 26px;
  font-weight: 700;
  line-height: 131px;
  width: 131px;
  height: 131px;
  text-align: center;
  border: 1px solid var(--title-color);
  border-radius: 50%;
  display: inline-block;
  background-color: var(--white-color);
  /* Extra small devices */
}
@media (max-width: 416px) {
  .history-content .date {
    position: static;
    margin-bottom: 30px;
  }
}
.history-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}
.history-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}

/*------------------- 4.31. Map -------------------*/
.googel-map-section {
  position: relative;
}
.googel-map-section .goole-iframe {
  height: 640px;
  /* Extra small devices */
}
@media (max-width: 576px) {
  .googel-map-section .goole-iframe {
    height: 400px;
  }
}
.googel-map-section .goole-iframe iframe {
  height: 100%;
}

.location-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
  width: 430px;
  display: flex;
  align-items: center;
  padding: 24px 37px 23px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .location-box {
    flex-wrap: wrap;
    width: 262px;
  }
}
.location-box .map-icon i {
  font-size: 32px;
  color: #000;
  margin-right: 14px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .location-box .map-icon i {
    margin-bottom: 10px;
  }
}
.location-box p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/*------------------- 4.32. Progress -------------------*/
.progress-section-two {
  position: relative;
}
.progress-section-two .counter-box.two {
  justify-content: space-between;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .progress-section-two .counter-box.two {
    flex-wrap: wrap;
    justify-content: left;
  }
}
@media (max-width: 576px) {
  .progress-section-two .counter-box.two {
    justify-content: center;
  }
}
.progress-section-two .counter-box.two .circle-column {
  margin-right: 0;
}

.progress-section {
  position: relative;
}

.progress-content {
  /* Large devices */
}
.progress-content p {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 38px;
  padding-right: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .progress-content p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .progress-content {
    margin-bottom: 40px;
    text-align: center;
  }
}

.circle-column {
  position: relative;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 992px) {
  .circle-column {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .circle-column {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .circle-column {
    width: auto;
    padding: 0;
  }
}

.progress-title {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  z-index: 99;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.counter-box {
  display: flex;
  justify-content: space-between;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .counter-box {
    margin-top: 0;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .counter-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .counter-box {
    justify-content: center;
  }
}

/*------------------- 4.33. Counter -------------------*/
.fun-fact-style1 {
  position: relative;
}
.fun-fact-style1 .row {
  /* Large devices */
}
@media (max-width: 1199px) {
  .fun-fact-style1 .row {
    margin-bottom: -50px;
  }
}

.fact-counter {
  border-top: 10px solid rgba(255, 255, 255, 0.05);
  padding: 70px 0 0;
}

.counter-block {
  /* Large devices */
}
@media (max-width: 1199px) {
  .counter-block {
    margin-bottom: 50px;
  }
}

.content .persent {
  border-bottom: 1px solid #A6A6A6;
  margin-bottom: 2px;
}
.content .persent .counter {
  color: #39cbd2;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .content .persent .counter {
    font-size: 60px;
  }
}
.content .persent .persent-tag {
  color: #39cbd2;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.content .counter-title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding-top: 19px;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-lg-30 {
  padding-top: 30px;
}

/* Medium devices */
@media (max-width: 992px) {
  .no-pl-md {
    padding-left: 0;
  }
  .pt-lg-30 {
    padding-top: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .no-pt-sm {
    padding-top: 0;
  }
}
/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-6 {
  margin-bottom: 6px;
}

.mr-135 {
  margin-right: 135px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

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

.mt-60 {
  margin-top: 60px;
}

.space,
.space-top {
  padding-top: 130px;
}

.space,
.space-bottom {
  padding-bottom: 130px;
}

.space-md,
.space-md-top {
  padding-top: 100px;
}

.space-md,
.space-md-bottom {
  padding-bottom: 100px;
}

/* Medium devices */
@media (max-width: 992px) {
  .space,
  .space-top {
    padding-top: 80px;
  }
  .space,
  .space-bottom {
    padding-bottom: 80px;
  }
  .space-md,
  .space-md-top {
    padding-top: 50px;
  }
  .space-md,
  .space-md-bottom {
    padding-bottom: 50px;
  }
}


.marquee2 {
    background: #2168c3;
    height: 129px;
    transform: rotate(-4.143deg);
    position: absolute;
    bottom: 130px;
    z-index: 99;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
}


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