
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #47AF34;
  --theme-color2: #FF741B;
  --secondary-color: #111330;
  --title-color: #000000;
  --body-color: #666666;
  --smoke-color: #EFF1F5;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E1E1E1;
  --title-font: "Poppins", sans-serif;
  --body-font: "Didact Gothic", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 100px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
  -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
   
}

body {
  font-family: 'Didact Gothic', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85em;
    color: #555;
    margin-bottom: 15px;
}

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;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--theme-color2);
}
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%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

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;
}

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

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

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

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

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .h1,
h1 {
    font-size: 40px;
  }
  .h2,
h2 {
    font-size: 36px;
  }
  .h3,
h3 {
    font-size: 30px;
  }
  .h4,
h4 {
    font-size: 24px;
  }
  .h5,
h5 {
    font-size: 20px;
  }
  .h6,
h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
h1 {
    font-size: 36px;
  }
  .h2,
h2 {
    font-size: 30px;
  }
  .h3,
h3 {
    font-size: 26px;
  }
  .h4,
h4 {
    font-size: 22px;
  }
  .h5,
h5 {
    font-size: 18px;
  }
  .h6,
h6 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 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);
}

@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 26px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

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

.gx-gy {
  --bs-gutter-y: var(--bs-gutter-x);
}

@media (min-width: 1500px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid #E0E0E0;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 9999px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--white-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

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

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

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: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
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: 0px;
  top: 3.5px;
  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: 30px;
  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: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  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: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: #A0ABB4;
}
.form-group.has-label > i {
  top: 45px;
}

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

textarea.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;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track {
  min-width: 100%;
}
.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);
}
.slick-track .col-auto {
  width: auto;
}

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

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0 30px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
  margin-top:30px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  /*width: 60px;
  height: 10px;*/
  width:16px;
  height:16px;
  line-height: 0;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #D1D1D1;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #d1d1d1;
}
.slick-dots button:hover {
  border-color: #faa602;
}
.slick-dots .slick-active button {
  background-color: #faa602;
  border-color: transparent;
  
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  border: 2px solid var(--theme-color2);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 66px);
  height: var(--icon-size, 66px);
  font-size: var(--icon-font-size, 22px);
  margin-top: calc(var(--icon-size, 66px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow i {
  vertical-align: middle;
}
.slick-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

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

/* 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: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 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;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(177, 177, 177, 0.1);
}
.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
  max-width: 120px;
}
.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: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: #095293;
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle i {
  line-height: inherit;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.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 #fdedf1;
  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: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.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;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.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 .vs-mean-expand {
  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: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: #095293;
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 15px 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 25px auto;
}

.loader {
  display: block;
  position: relative;
  height: 20px;
  
  width: 140px;
  margin: 0 auto;
  background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0, 40px 0, 80px 0, 120px 0;
  -webkit-animation: animloader 1s linear infinite;
          animation: animloader 1s linear infinite;
}

@-webkit-keyframes animloader {
  0% {
    background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0);
  }
}

@keyframes animloader {
  0% {
    background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  border: none;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  padding: 21.5px 40px;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
}
.vs-btn1 {
  border: none;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  
  background-color: transparent;
  color:#ffc107;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vs-btn:before, .vs-btn:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: #196ca2;
  transform: scale(0);
  z-index: -1;
  border-radius: inherit;
  transform-origin: right bottom;
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}
.vs-btn:before {
  transform-origin: left top;
}
.vs-btn:hover {
  color: var(--white-color);
  text-decoration: underline;
}
.vs-btn:hover:before, .vs-btn:hover:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.vs-btn.style4, .vs-btn.style3, .vs-btn.style2 {
  outline: 2px solid var(--theme-color2);
  outline-offset: -2px;
  background-color: transparent;
  color: var(--theme-color2);
}
.vs-btn.style4:hover, .vs-btn.style3:hover, .vs-btn.style2:hover {
  background-color: red;
  color: var(--white-color);
  outline-color: var(--theme-color2);
}
.vs-btn.style3 {
  outline-color: var(--white-color);
  color: var(--white-color);
}
.vs-btn.style4 {
  outline-color: var(--theme-color2);
  color: var(--title-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  background-color: var(--icon-bg, #ffffff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  font-size: var(--btn-font-size, 16px);
  padding: 0;
  vertical-align: middle;
}
.icon-btn:focus {
  outline: none;
}
.icon-btn i {
  line-height: inherit;
}
.icon-btn.style2 {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  --btn-size: 62px;
  --btn-font-size: 22px;
  line-height: calc(var(--btn-size, 50px) - 1px);
}
.icon-btn.style2:hover {
  background-color: var(--theme-color2);
  border-color: transparent;
  color: var(--white-color);
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style3 {
  --btn-size: 60px;
  --btn-font-size: 20px;
  border: 2px solid var(--theme-color2);
  line-height: calc(var(--btn-size, 50px) - 2px);
}
.icon-btn.style3:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: transparent;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 124px);
  height: var(--icon-size, 124px);
  line-height: var(--icon-size, 124px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--title-color);
  font-size: var(--icon-font-size, 1.5em);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
  color: #095293;
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E1E1E1;
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color2);
}
.link-btn:hover::before {
  background-color: #faa602;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color2);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color2);
  transition: all ease 0.4s;
  -webkit-animation: spin 13s infinite linear;
          animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: #095293;
  color: var(--white-color);
}
.scroll-btn:focus:before, .scroll-btn:hover:before {
  border-color: #095293;
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}




.bottom-btn {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .icon-btn.style2 {
    --btn-size: 50px;
    --btn-font-size: 18px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin: -0.2em 0 0 0;
}

.sec-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #999999;
  margin: -0.2em 0 20px 0;
  text-transform: uppercase;
}

.sub-title2 {
  color: var(--theme-color2);
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  margin: 0 0 3px 0;
  display: block;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 20px);
}

.sec-shape {
  fill: var(--theme-color2);
}

.sec-icon {
  margin-bottom: 23px;
}

.sec-btns {
  margin-bottom: var(--section-title-space);
}

.border-title {
  margin: 0 0 30px 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--theme-color2);
          text-decoration-color: var(--theme-color2);
  text-underline-offset: 4px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area {
    margin-bottom: 40px;
  }
  .sec-title {
    font-size: 36px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/*------------------- 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);
}

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

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

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

.vs-media {
  display: flex;
}

.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: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

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

@-webkit-keyframes newlabel {
  0% {
    background-color: var(--theme-color);
  }
  50% {
    background-color: var(--theme-color2);
  }
  100% {
    background-color: var(--theme-color);
  }
}

@keyframes newlabel {
  0% {
    background-color: var(--theme-color);
  }
  50% {
    background-color: var(--theme-color2);
  }
  100% {
    background-color: var(--theme-color);
  }
}
@media (max-width: 1550px) {
  .d-xxxl-block {
    display: block !important;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

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

.font-body {
  font-family: var(--body-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;
}

/* Small devices */
@media (max-width: 767px) {
  p.fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-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;
}

.background-image,
[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-light-1 {
  background-color: #FAFAFA;
}

.bg-light-2 {
  background-color: #F7F7F7;
}

.shape-dotted {
  width: 275px;
  height: 175px;
  --dot-color: #196ca2;
  background: radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 80%, transparent), radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 0%, var(--dot-color, red)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
  background-color: var(--dot-bg, #fff);
  background-size: calc(var(--dot-size, 5.8px) * 2) calc(var(--dot-size, 5.8px) * 2);
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

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

.text-body {
  color: var(--body-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: var(--theme-color2);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 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: var(--theme-color);
}

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

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

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

[data-overlay=custom1]:before {
  background-color: #06071A;
}

[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 -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  -webkit-animation: jumpping var(--duration, 6s) infinite linear;
          animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  -webkit-animation: rotate var(--duration, 12s) infinite linear;
          animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}



.fadein {
  --animation-name: fadein-custom;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.slideinright {
  --animation-name: slideinright;
}

.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
/*=================================
    04. Template Style
==================================*/

.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;
}


.footer-address {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  max-width: 340px;
}

.footer-menu > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer-logo {
  margin-bottom: 28px;
  margin-top: -10px;
}

.footer-text {
  max-width: 330px;
}

.footer-info {
  position: relative;
  margin: 0 0 10px 0;
  height: 40px;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 0 0 50px;
  max-width: 300px;
  font-weight: 500;
}
.footer-info:last-child {
  margin-bottom: 0;
}
.footer-info i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--white-color);
  position: absolute;
  left: 0;
  top: 48%;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.vs-logo img {
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .vs-logo img {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .vs-logo img {
    max-width: 220px;
  }
}

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

.main-menu a {
  display: block;
  position: relative;
  font-family: 'Didact Gothic', sans-serif;;
  font-weight: 500;
  font-size: 17px;
  color: var(--title-color);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}
.main-menu a:hover {
  color: var(--theme-color2);
}
.main-menu > ul > li {
  margin: 0 13px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 18px;
  }
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: -15px;
  right: -16px;
  font-size: 11px;
  border-radius: 3px;
  background-color: var(--theme-color);
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color2);
  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 a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.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;
}
/*.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.5em;
  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: var(--theme-color2);
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(255, 116, 27, 0.4);
}*/
.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%);
}
.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;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--theme-color2);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color2);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.menu-hover1 > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: all ease 0.4s;
  background-color: #FAA602;
}
.menu-hover1 > ul > li > a:hover {
  color: var(--title-color);
}
.menu-hover1 > ul > li > a:hover:before {
  width: 100%;
}

.menu-style1 > ul > li {
  /*padding: 47px 0;*/
  padding: 25px 0;
}
.menu-style1 > ul > li > a {
  padding: 0;
  color:#000
}

.menu-style2 > ul > li {
  padding: 31.5px 0;
}
.menu-style2 > ul > li > a {
  padding: 0;
  color: var(--white-color);
}
.menu-style2 > ul > li > a:hover {
  color: var(--white-color);
}

.menu-style3 > ul > li {
  padding: 47px 0;
}
.menu-style3 > ul > li > a {
  padding: 0;
  color: var(--white-color);
}
.menu-style3 > ul > li > a:hover {
  color: var(--white-color);
}

.header-top-text {
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.header-top-text .shape {
  background-color: var(--theme-color);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
.header-top-text i {
  margin-right: 10px;
}

a.header-top-text:hover {
  color: var(--theme-color2);
}

.header-social a {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #BBBBBB;
  color: #555555;
  line-height: 1;
  margin-right: 10px;
  padding-right: 10px;
  cursor:pointer;
}
.header-social a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header-social a:hover {
  color: var(--theme-color2);
}





/* CUSTOM HEADER*/

.header-btns a,
.header-btns button {
  margin-right: 15px;
}
.header-btns a:last-child,
.header-btns button:last-child {
  margin-right: 0;
}

.header-media {
  display: flex;
}
.header-media .media-icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.header-media .media-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: var(--title-color);
  margin: 0 0 12px 0;
}
.header-media .media-info {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.header-media .media-info a {
  color: inherit;
}
.header-media .media-info a:hover {
  color: var(--theme-color2);
}
.header-media .media-body {
  align-self: center;
}



.header-layout1 .header-top {
  padding: 16.5px 0;
  border-bottom: 1px solid #DDDDDD;
}

.header-layout2 .header-top {
  background: linear-gradient(90deg,rgba(16,83,126,1) 0%,rgba(25,108,162,1) 40%, #089553 100%);
  padding: 10.5px 0;
}
.header-layout2 .header-top-text {
  color: var(--white-color);
}
.header-layout2 .shape {
  background-color: var(--white-color);
}
.header-layout2 .header-social a {
  color: #000;
}
.header-layout2 .header-social a:hover {
  color: var(--theme-color2);
}
.header-layout2 .sticky-active:not(.active) {
  position: relative;
}
.header-layout2 .sticky-active.active .menu-area {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
 
}

.header-layout2 .sticky-active.active .menu-area a {
  
  color:#000;
}
.header-layout2 .menu-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff
}


/* Extra large devices */
@media (max-width: 1500px) {
  .header-media .media-icon {
    width: 55px;
    height: 55px;
  }
  .header-media .media-icon img {
    max-width: 26px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 12px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-info {
    display: block;
    --icon-size: 40px;
  }
  .header-info .media-info {
    font-size: 14px;
  }
  .header-infos-wrap:not([data-sec-pos]) {
    margin-bottom: 0;
  }
  .header-layout2 .menu-area {
    position: relative;
    background-color: #fff;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-media .media-icon {
    width: 50px;
    height: 50px;
  }
  
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 100px;
  padding-bottom: 40px;
}

.copyright-wrap {
  text-align: center;
  padding: 32px 0;
  position: relative;
  z-index: 2;
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  display: inline-block;
  margin-right: 30px;
}
.copyright-menu li:last-child {
  margin-right: 0;
}
.copyright-menu a {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}
.copyright-menu a:hover {
  color: var(--theme-color2);
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.copyright-text a {
  color: var(--theme-color2);
}
.copyright-text a:hover {
  color: var(--title-color);
  text-decoration: underline;
}

.footer-layout1 .footer-widget.widget_nav_menu a,
.footer-layout2 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}
.footer-layout1 .footer-widget.widget_nav_menu a:hover,
.footer-layout2 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color2);
}

.footer-layout1 {
  background-color: #06071A;
  --body-color: #fff;
  --title-color: #fff;
}

.footer-layout2 {
  --body-color: #fff;
  --title-color: #fff;
}
.footer-layout2 .footer-middle {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.footer-layout2 .copyright-wrap {
  background-color: #111330;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 {
    font-size: 18px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .copyright-text {
    font-size: 14px;
  }
}


/*------------------- 4.6. Blog  -------------------*/
blockquote {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: var(--title-color);
  background-color: #f7f7f7;
  border-left: 4px solid #faa602;
  padding: 33px 40px 32px 25px;
  margin: 35px 0;
}
blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  line-height: 1.5;
  color: inherit;
  width: 100%;
  position: relative;
  z-index: 3;
  font-style: italic;
  font-size:17px;
}
blockquote:before {
  /*content: "\f10e";*/
  font-family: var(--icon-font);
  position: absolute;
  right: 70px;
  bottom: 27px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: #faa602;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p a {
  color: inherit;
}
blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  font-weight: 400;
  margin-top: 22px;
  font-style: normal;
  color: var(--title-color);
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 30px;
  height: 2px;
  border-top: 2px solid var(--theme-color);
}

.vs-quote {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 600;
  line-height: 36px;
  font-size: 17px;
  padding: 10px 0px 10px 125px;
  border-radius: 5px;
}
.vs-quote:before {
  background-color: var(--theme-color2);
  height: 100%;
  right: auto;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 115px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f10d";
  color: var(--white-color);
}
.vs-quote p {
  font-style: normal;
}

.vs-quote2 {
  background-color: var(--theme-color);
  --body-color: #fff;
  --title-color: #fff;
  padding: 55px 60px 52px 60px;
  margin-bottom: 30px;
}
.vs-quote2 .quote-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  margin: 0 0 23px 0;
}
.vs-quote2 .quote-author {
  font-size: 22px;
  margin: 0 0 6px 0;
}
.vs-quote2 .quote-degi {
  color: var(--body-color);
  font-size: 16px;
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
  color: var(--title-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 10px;
  color: var(--theme-color2);
}
.blog-meta a:hover {
  color: var(--theme-color2);
}

.blog-date,
.blog-category a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 21px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: var(--white-color);
  background-color: var(--theme-color2);
  display: inline-block;
}
.blog-date:hover,
.blog-category a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-category {
  margin-bottom: -10px;
  margin-right: -10px;
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: #095293;
}

.vs-blog {
  margin-bottom: 30px;
}



.blog-inner-title {
  margin: -0.04em 0 40px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 3px solid var(--theme-color2);
  line-height: 1;
  font-size: 30px;
}

.blog-inner-author {
  display: flex;
  align-items: center;
  color: var(--title-color);
  font-family: var(--title-font);
}
.blog-inner-author img {
  width: 60px;
  margin-right: 15px;
  border-radius: 50%;
}
.blog-inner-author a {
  font-weight: 600;
  margin-left: 5px;
  display: inline-block;
  text-decoration: underline;
  color: var(--title-color);
}
.blog-inner-author a:hover {
  color: var(--theme-color2);
}



.blog-single {
  position: relative;
  border: 1px solid #D9D9D9;
  background-color: var(--white-color);
  box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
  margin-bottom: 50px;
}
.blog-single .blog-meta {
  margin-bottom: 17px;
  margin-top: -0.45em;
  padding-top: 0;
}
.blog-single .blog-title {
  line-height: 1.2;
  margin-bottom: 10px;
}
.blog-single .blog-content {
  margin: 55px var(--blog-space-x, 60px) 0 var(--blog-space-x, 60px);
  padding: 0;
  position: relative;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  margin: -1px -1px 50px -1px;
  background-color: var(--smoke-color);
}
.blog-single .blog-img {
  position: relative;
}
.blog-single .blog-img .blog-date {
  position: absolute;
  right: 30px;
  top: 30px;
  margin: 0;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--title-color);
  border: 2px solid var(--white-color);
  font-size: 18px;
  border-radius: 50%;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: var(--theme-color2);
}
.blog-single .play-btn {
  --icon-size: 128px;
  --icon-font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .blog-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-color);
  margin: 37px 0 0 0;
  padding: 34.5px 0;
  gap: 20px;
}
.blog-single .blog-bottom .vs-btn {
  padding: 17px 43px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.blog-single.style2 .blog-header {
  margin: -80px 100px 55px -1px;
  background-color: var(--white-color);
  padding: 50px 100px 40px 100px;
  box-shadow: 0.5px 0.87px 0 rgba(35, 31, 32, 0.04);
  position: relative;
  z-index: 1;
  border: 1px solid #E8E8E8;
}
.blog-single.style2 .blog-img {
  margin-bottom: 0;
}
.blog-single.style2 .blog-date {
  background-color: transparent;
  color: var(--theme-color2);
  padding: 0;
}
.blog-single.style2 .blog-date:hover,
.blog-single.style2 .blog-date:hover i {
  color: var(--theme-color);
}
.blog-single.style2 .blog-meta {
  margin: 0;
}

.blog-video-box {
  position: relative;
  margin: 30px 0;
}

.blog-details .blog-single {
  box-shadow: none;
  border: none;
}
.blog-details .blog-single .blog-content {
  margin: 0;
}
.blog-details .blog-single .blog-title {
  margin-bottom: 28px;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}
.blog-details .blog-single.style2 .blog-title {
  margin-bottom: 5px;
}
.blog-details .blog-single.style2 .comment-section,
.blog-details .blog-single.style2 .blog-author,
.blog-details .blog-single.style2 .post-pagination,
.blog-details .blog-single.style2 .share-links,
.blog-details .blog-single.style2 .blog-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1070px;
}

.blog-style1 {
  margin-bottom: 25px;
}
.blog-style1 .blog-img {
  margin: 0 0 0 40px;
  overflow: hidden;
}
.blog-style1 .blog-img img {
  transform: scale(1.001);
  transition: all ease 0.4s;
}
.blog-style1 .blog-title {
  font-size: 22px;
  line-height: 30px;
  border: 1px solid #E8E8E8;
  padding: 26px 40px 21px 40px;
  background-color: var(--white-color);
  margin: -45px 40px 20px 0;
  position: relative;
  z-index: 1;
  box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
  transition: all ease 0.4s;
}
.blog-style1 .blog-meta {
  margin: 0 0 10px 0;
}
.blog-style1 .blog-meta a,
.blog-style1 .blog-meta span {
  font-weight: 700;
  color: #555555;
}
.blog-style1 .blog-meta a i,
.blog-style1 .blog-meta span i {
  color: inherit;
}
.blog-style1 .blog-meta a:hover,
.blog-style1 .blog-meta span:hover {
  color: #faa602;
}
.blog-style1 .blog-meta .blog-date {
  color: #095293;
  padding: 0;
  background-color: transparent;
}
.blog-style1 .blog-text {
  margin: 0 0 15px 0;
}
.blog-style1 .blog-content {
  padding: 0 40px 0 40px;
}
.blog-style1:hover .blog-title {
  border-color: #faa602;
}
.blog-style1:hover .blog-img img {
  transform: scale(1.1);
}

.blog-style2 .blog-content {
  border: 1px solid #D9D9D9;
  border-top: none;
  padding: 0 40px 30px 40px;
}
.blog-style2 .blog-date {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -20px 0 26px 0;
  position: relative;
  z-index: 1;
}
.blog-style2 .blog-meta {
  margin-bottom: 5px;
}
.blog-style2 .blog-title {
  margin-bottom: 22px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  blockquote {
    font-size: 18px;
    padding: 23px 30px 26px 30px;
  }
  .vs-quote {
    font-size: 18px;
    padding: 30px 30px 29px 150px;
  }
  .vs-quote2 {
    padding: 40px 35px 40px 35px;
  }
  .vs-quote2 .border-title {
    margin: 0 0 20px 0;
  }
  .vs-quote2 .quote-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .vs-quote2 .quote-degi {
    font-size: 14px;
  }
  .blog-author .author-name {
    font-size: 26px;
  }
  .blog-author {
    padding: 30px 40px;
    margin: 40px 0;
  }
  .blog-author .media-img {
    width: 140px;
    height: 140px;
    margin-right: 15px;
  }
  .share-links {
    margin: 40px 0 40px 0;
    padding: 17px 20px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 30px;
  }
  .blog-single .blog-audio,
.blog-single .blog-img {
    margin: -1px -1px 40px -1px;
  }
  .blog-single .blog-content {
    margin-top: 40px;
  }
  .blog-single .blog-bottom {
    margin: 27px 0 0 0;
    padding: 24.5px 0;
  }
  .blog-single .play-btn {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
  .blog-single.style2 .blog-header {
    margin: -83px 50px 45px -1px;
    padding: 40px 45px 30px 45px;
  }
  .blog-details .blog-single .blog-title {
    margin-bottom: 15px;
  }
  .blog-style1 .blog-title {
    font-size: 20px;
    line-height: 30px;
    padding: 21px 25px 16px 25px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .blog-style2 .blog-content {
    padding: 0 25px 30px 25px;
  }
  .blog-style2 .blog-meta {
    margin-bottom: 10px;
  }
  .blog-style2 .blog-meta span,
.blog-style2 .blog-meta a {
    margin-right: 15px;
    font-size: 14px;
  }
  .blog-style2 .blog-title {
    margin-bottom: 17px;
    font-size: 20px;
    line-height: 1.6;
  }
  .blog-style2 .blog-date {
    font-size: 13px;
    padding: 10px 18px;
    margin: -16.5px 0 20px 0;
  }
  .blog-inner-author img {
    width: 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-style1 .blog-img {
    margin: 0px 0 0 20px;
  }
  .blog-style1 .blog-title {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 20px 20px 20px;
    margin: -25px 20px 20px 0;
  }
  .blog-style1 .blog-content {
    padding: 0 20px 0 20px;
  }
  .blog-style1 .blog-text {
    font-size: 14px;
  }
  .blog-single.style2 .blog-header {
    margin: -80px 50px 45px -1px;
    padding: 30px 20px 20px 20px;
  }
  .blog-details .blog-single.style2 .blog-title {
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote {
    font-size: 16px;
    padding: 23px 15px 26px 15px;
  }
  
  
  blockquote:before {
    right: 30px;
    bottom: 30px;
    font-size: 2rem;
  }
  blockquote cite {
    margin-top: 17px;
    font-size: 14px;
  }
  blockquote cite::before {
    bottom: 6px;
  }
  .vs-quote {
    padding: 20px;
  }
  .vs-quote::before {
    background-color: transparent;
    height: auto;
    top: auto;
    font-weight: 300;
    color: var(--white-color);
    font-size: 6rem;
    left: auto;
    right: 0;
    opacity: 0.2;
  }
  .vs-quote2 {
    padding: 40px 15px 40px 15px;
  }
  .vs-quote2 .quote-text {
    font-size: 16px;
    line-height: 24px;
  }
  .vs-quote2 .quote-author {
    font-size: 20px;
    margin: 0 0 0 0;
  }
  .blog-author {
    display: block;
    padding: 30px 20px;
    margin: 40px 0;
  }
  .blog-author .media-img {
    margin: 0 0 20px 0;
  }
  .blog-author .author-name {
    font-size: 24px;
  }
  .blog-author .author-name {
    font-size: 24px;
    margin-right: 15px;
  }
  .blog-author .author-links {
    display: block;
    margin: 0 0 10px 0;
  }
  .blog-inner-title {
    font-size: 24px;
  }
  .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.6;
  }
  .blog-single .blog-img .blog-date {
    right: 15px;
    top: 15px;
    font-size: 14px;
    padding: 12px 15px;
  }
  .blog-single .play-btn {
    --icon-size: 60px;
    --icon-font-size: 18px;
  }
  .blog-single.style2 .blog-header {
    margin: 30px 0 30px -1px;
    padding: 20px 15px 25px 15px;
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
.ls-dots1 {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 1;
  text-align: left;
  margin: 0 8px 0 0;
}
.ls-dots1:last-child {
  margin-right: 0;
}
.ls-dots1:focus {
  outline: none;
}
.ls-dots1 .ls-dot-number {
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  display: block;
  line-height: 1;
  margin: 0 0 4px 0;
}
.ls-dots1 .ls-dot-shape {
  width: 60px;
  height: 10px;
  border-bottom: 3px solid #D1D1D1;
  display: inline-block;
  line-height: 1;
  transition: all ease 0.4s;
}
.ls-dots1.style2 .ls-dot-number {
  color: var(--title-color);
}
.ls-dots1.style2 .ls-dot-shape {
  border-color: #555555;
}
.ls-dots1:hover .ls-dot-shape, .ls-dots1.active .ls-dot-shape {
  background-color: #095293;
  border-color: transparent;
}

.ls-layer .ls-dots1 {
  line-height: 0;
}
.ls-layer .icon-btn {
  margin-right: 5px;
  line-height: 58px;
}
.ls-layer .icon-btn:last-child {
  margin-right: 0;
}

.ls-btn-group .vs-btn {
  margin-right: 15px;
}

.ls-video-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ls-box-img {
  border: 2px solid var(--white-color);
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 18px 0;
}
.ls-box-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ls-box-img .play-btn i {
  --icon-size: 80px;
  --icon-font-size: 20px;
  outline: 2px solid var(--white-color);
  outline-offset: -2px;
}
.ls-box-img .play-btn::after, .ls-box-img .play-btn::before {
  display: none;
}
.ls-box-img .play-btn:hover i {
  outline-color: var(--theme-color2);
}

.ls-video-caption {
  font-size: 18px;
  font-weight: 700;
  color: var(--white-color);
  max-width: 256px;
  text-align: center;
  margin: 0 auto;
  white-space: normal;
}

@media (min-width: 1199px) {
  .hero-layout3 {
    margin-top: -45px;
  }
}
@media (max-width: 1550px) {
  .ls-layer .vs-btn {
    padding: 22px 32px;
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  .ls-video-caption {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ls-box-img {
    max-width: 250px;
    padding: 5px;
  }
  .ls-box-img img {
    width: 100%;
  }
  .ls-box-img .play-btn i {
    --icon-size: 66px;
    --icon-font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .ls-layer .vs-btn {
    padding: 17px 30px;
    font-size: 14px;
  }
  .ls-layer .ls-btn-group .vs-btn {
    padding: 17px 24px;
  }
  .watch-btn .btn-icon {
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ls-layer .vs-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  .ls-layer .ls-btn-group .vs-btn {
    padding: 14px 16px;
    margin-right: 7px;
  }
  .ls-layer .ls-btn-group .vs-btn:last-child {
    margin-right: 0;
  }
}

/*------------------- 4.10. Contact  -------------------*/
.contact-style1 {
  background-color: #015084;
  padding: 50px 60px 45px 60px;
}
.contact-style1 .contact-title {
  color: var(--white-color);
  border-bottom: 3px solid var(--theme-color2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -0.2em 0 15px 0;
}
.contact-style1 .contact-text {
  color: #E8E8E8;
  font-weight: 500;
  margin: 0 0 27px 0;
  max-width: 250px;
  font-size: 18px
}
.contact-style1 .contact-info {
  color: #E8E8E8;
  font-weight: 500;
  margin-bottom: 17px;
  position: relative;
  padding: 0 0 0 45px;
}
.contact-style1 .contact-info:last-child {
  margin-bottom: 0;
}
.contact-style1 .contact-info > img,
.contact-style1 .contact-info > i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-style1 .contact-info a {
  color: inherit;
  font-size:18px
}
.contact-style1 .contact-info a:hover {
  color: var(--theme-color2);
}

.info-box {
  background-color: var(--theme-color);
  padding: 55px 50px 60px 50px;
  margin-bottom: 30px;
}
.info-box .info-box-title {
  color: var(--white-color);
  font-size: 24px;
  margin: 0 0 30px 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--theme-color2);
          text-decoration-color: var(--theme-color2);
  text-underline-offset: 4px;
}
.info-box .vs-media {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 23px 0;
  padding: 0 0 24px 0;
}
.info-box .vs-media:first-child {
  padding-top: 8px;
}
.info-box .vs-media:last-child {
  margin-bottom: 43px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .contact-style1 {
    padding: 40px 40px 35px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-style1 {
    padding: 30px 20px 30px 20px;
  }
  .contact-style1 .contact-title {
    margin-bottom: 20px;
  }
  .contact-style1 .contact-text {
    margin: 0 0 17px 0;
    max-width: 100%;
    
  }
  .info-box {
    padding: 45px 20px 50px 20px;
  }
  .info-box .info-box-title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
/*------------------- 4.11. About  -------------------*/
.list-style1 ul {
  margin: 0 0 40px 0;
}
.list-style1 li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}
.list-style1 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background-color: #095293;
  border-radius: 50%;
}



.img-box2 {
  position: relative;
  /*padding-top: 35px;*/
  max-width: 570px;
  margin-bottom: 30px;
}
.img-box2 .shape-dotted {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  z-index: -1;
}


.img-box5 {
  position: relative;
  z-index: 1;
}
.img-box5 .img-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.img-box5 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -33px;
  z-index: -1;
}




.about-media {
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 60px 30px 0;
  margin: 0 0 30px 0;
}
.about-media:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-media .media-icon {
  display: inline-block;
  width: var(--icon-size, 90px);
  height: var(--icon-size, 90px);
  /*border: var(--border-size, 3px) solid var(--theme-color2);*/
  outline: var(--border-size, 3px) solid #fff;
  outline-offset: var(--border-size, 3px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: calc(var(--border-size, 3px) * 2);
  
  filter: drop-shadow(0px 0px 5px #adadad);
  transition: all ease 0.4s;
}
.about-media .media-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.about-media .media-body {
  padding-left: 25px;
}
.about-media .media-title {
  margin: 0 0 8px 0;
  display: block;
}
.about-media .media-info {
  font-size: 17px;
  margin: 0 0 -0.15em 0;
}
/*.about-media:hover .media-icon {
  background-color: var(--theme-color2);
}*/
/*.about-media:hover .media-icon img {
  filter: brightness(0) invert(1);
}*/
.about-media.layout2 {
  display: block;
  margin-bottom: 21px;
}
.about-media.layout2 .media-body {
  padding-left: 0;
  margin-top: 40px;
}

.about-media2 {
  display: block;
  margin-bottom: 20px;
}
.about-media2 .media-icon {
  width: var(--icon-size, 104px);
  height: var(--icon-size, 104px);
  outline: var(--border-size, 3px) solid var(--theme-color2);
  outline-offset: var(--border-size, 3px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: calc(var(--border-size, 3px) * 2);
  background-color: var(--theme-color2);
}
.about-media2 .media-body {
  padding: 26px 0 0 0;
}
.about-media2 .media-title {
  display: block;
  margin-bottom: 10px;
}
.about-media2 .media-info {
  margin-bottom: 30px;
  font-size: 18px;
}



.about-box1 {
  padding-left: 90px;
}
.about-box1 .sec-title {
  margin-bottom: 24px;
}
.about-box1 .about-text {
  margin-bottom: 40px;
}

.about-box2 {
  margin-bottom: 30px;
}
.about-box2 .about-subtitle {
  color: var(--theme-color2);
  display: block;
  margin-bottom: 20px;
}
.about-box2 .about-text {
  font-size: 17px;
  margin: 0 0 47px 0;
  line-height:28px;
}
.about-box2 .vs-media {
  align-items: center;
  margin: 0 0 26px 0;
}
.about-box2 .media-icon {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  /*line-height: calc(var(--icon-size, 50px) - 1px);*/
 /* border: 1px solid var(--theme-color);*/
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  /*color: var(--theme-color);*/
  margin-right: 15px;
}
.about-box2 .media-icon i {
  line-height: inherit;
}
.about-box2 .media-info {
  font-size: 17px;
  /*font-weight: 700;*/
  line-height: 26px;
  color: #666;
  margin: 2px 0 0 0;
  /*max-width: 250px;*/
}
.about-box2 hr {
  margin: 21px 0 20px 0;
}
.about-box2 .border-title {
  margin: 0 0 20px 0;
}

.media-style2 {
  display: flex;
  margin-bottom: 35px;
}
.media-style2:last-child {
  margin-bottom: 20px;
}
.media-style2 .media-icon {
  /*background-color: rgba(255, 116, 27, 0.1);*/
  background-color: #faa602;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
  margin-right: 25px;
  display: inline-block;
  font-size: 20px;
}
.media-style2 .media-icon i {
  line-height: inherit;
}
.media-style2 .media-title {
  color: #095293;
  font-weight: 600;
  font-size: 17px;
  display: block;
  margin: 0 0 5px 0;
  font-family: 'Poppins', sans-serif;
}
.media-style2 .media-info {
  margin: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .img-box6 .img-2 {
    max-width: 350px;
  }
  .img-box3 {
    padding-bottom: 50px;
  }
  .img-box3 .img-1 {
    max-width: 260px;
    padding-top: 30px;
  }
  .img-box3 .img-2 {
    margin-bottom: 40px;
  }
  .img-box3 .img-shape1 {
    bottom: 0;
  }
  .img-box9 {
    padding-bottom: 40px;
  }
  .img-box9 img {
    width: 100%;
  }
  .img-box9 .img-1 {
    padding-right: 30px;
    width: 40%;
  }
  .img-box9 .img-2 {
    width: 59%;
  }
  .img-box9 .img-shape1 {
    height: 220px;
  }
  .img-box9 .shape-dotted {
    bottom: -33px;
  }
  .about-box2 .about-text {
    font-size: 16px;
    margin: 0 0 30px 0;
  }
  .about-box1 {
    padding-left: 50px;
  }
  .about-media {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .progress-box {
    max-width: 100%;
  }
  .img-box4 {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .img-box4 .img-1 {
    padding: 0 0 0 0;
  }
  .img-box4 .img-2 {
    padding: 90px 0 0 35px;
  }
  .img-box4 .img-shape1 {
    width: 80%;
    height: 50%;
    top: 10%;
  }
  .img-box4 .shape-dotted {
    bottom: 60px;
  }
  .img-box5 .shape-dotted {
    right: -10px;
  }
  .img-box10 .img-1 {
    position: relative;
    padding: 0 40px 40px 40px;
    max-width: 80%;
  }
  .img-box10 .img-shape1 {
    max-height: 60%;
  }
  .img-exp {
    left: 26px;
    bottom: 70px;
  }
  .img-exp .exp-number {
    font-size: 72px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .img-box6 {
    text-align: center;
  }
  .img-box6 img {
    width: 100%;
  }
  .img-box6 .img-2 {
    max-width: 100%;
  }
  .img-box2 {
    max-width: 100%;
    padding-top: 0;
  }
  .img-box2 img {
    width: 100%;
  }
  .img-box2 .shape-dotted {
    top: -22px;
  }
  .img-box3 {
    margin: 0;
  }
  .img-box3 .img-1 {
    width: 50%;
    max-width: 100%;
    padding-top: 0;
  }
  .img-box3 .img-1 img {
    width: 100%;
  }
  .img-box3 .img-2 {
    width: 48%;
    float: none;
    display: inline-block;
    padding-left: 20px;
  }
  .img-box3 .img-2 img {
    width: 100%;
  }
  .img-box3 .img-3 {
    margin-top: 0;
    text-align: left;
  }
  .img-box3 .img-3 img {
    width: 100%;
  }
  .img-box3 .img-shape1 {
    width: 80%;
    height: 50%;
    top: 10%;
    bottom: auto;
    left: 0;
  }
  .img-box3 .shape-dotted {
    bottom: 14px;
    left: 20px;
  }
  .img-box4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .img-box4 img {
    width: 100%;
  }
  .img-box9 {
    text-align: center;
  }
  .img-box1 .shape-dotted {
    right: 10%;
  }
  .img-box1.style2 img {
    width: 100%;
  }
  .img-box5 .img-1 {
    position: relative;
    width: 100%;
  }
  .img-box5 .img-1 img {
    width: 100%;
  }
  .img-box8 .shape-dotted {
    right: 0;
  }
  .about-media {
    --icon-size: 100px;
    --border-size: 2px;
  }
  .about-media .media-body {
    padding-left: 15px;
  }
  .about-media .media-info {
    font-size: 16px;
  }
  .about-media .media-icon img {
    /*max-width: 45px;*/
  }
  .img-exp {
    width: 170px;
    padding: 22px 20px 20px 20px;
  }
  .about-box1 {
    padding-left: 0;
  }
  .about-box2 hr {
    margin: 26px 0 26px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .list-style1 ul {
    margin: 0 0 30px 0;
  }
  .img-box6 .img-2 {
    max-width: 350px;
  }
  .img-box3 {
    padding-bottom: 0;
  }
  .img-box3 .shape-dotted {
    bottom: -20px;
    left: 20px;
  }
  .img-box3 .img-2 {
    margin-bottom: 30px;
  }
  .img-box4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
  }
  .img-box4 .img-2 {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .img-box4 .img-shape1 {
    display: none;
  }
  .img-box4 .shape-dotted {
    width: 150px;
    height: 50px;
    right: 0;
    bottom: -25px;
  }
  .img-box10 {
    margin-bottom: 60px;
  }
  .img-box10 .img-1 {
    padding: 0 40px 40px 40px;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .img-box10 .shape-dotted {
    left: -10px;
    bottom: -20px;
  }
  .img-exp {
    left: auto;
    right: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .img-box1 .shape-dotted {
    max-width: 200px;
    bottom: -22px;
  }
  .img-box9 {
    padding: 0;
  }
  .img-box9 img {
    width: 100%;
  }
  .img-box9 .img-2 {
    width: 100%;
    display: block;
  }
  .img-box9 .img-1 {
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .img-box9 .img-shape1 {
    display: none;
  }
  .img-box5 .shape-dotted {
    right: 0;
    bottom: -20px;
  }
  .img-box6 {
    padding-bottom: 30px;
  }
  .img-box6 .img-1 {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
  .img-box6 .img-2 {
    display: block;
    max-width: 100%;
  }
  .img-box6 .shape-dotted {
    right: 7%;
    max-width: 300px;
  }
  .img-box6 .img-shape1 {
    display: none;
  }
  .img-box10 .img-1 {
    padding: 0 10px 20px 10px;
  }
  .img-exp {
    width: 115px;
    padding: 18px 10px 15px 10px;
    bottom: 0;
    right: 0;
  }
  .img-exp .exp-number {
    font-size: 40px;
  }
  .img-exp .exp-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .progress-box {
    margin-bottom: 30px;
  }
  .progress-box__title {
    font-size: 16px;
  }
  .progress-box__number {
    font-size: 16px;
  }
  .about-media {
    display: block;
  }
  .about-media .media-icon {
    display: inline-flex;
  }
  .about-media .media-body {
    padding: 20px 0 0 0;
  }
  .about-media.layout2 {
    margin-bottom: 25px;
  }
  .about-media.layout2 .media-body {
    padding: 0;
    margin-top: 25px;
  }
  .media-style2 .media-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    font-size: 18px;
  }
  .media-style2 .media-title {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .img-box8 {
    padding-bottom: 20px;
    padding-right: 15px;
  }
  .img-box8 .shape-dotted {
    bottom: -20px;
  }
}



/*------------------- 4.14. CTA  -------------------*/
.cta-box1 {
  background-color: #196ca2;
  padding: 85px 45px 35px 70px;
  margin-bottom: 55px;
  position: relative;
}
.cta-box1 .shape-dotted {
  position: absolute;
  left: -35px;
  bottom: -38px;
  width: 275px;
  height: 175px;
  z-index: -1;
}
.cta-box1 .sec-subtitle {
  color: var(--white-color);
}
.cta-box1 .sec-title {
  color: var(--white-color);
  max-width: 700px;
  margin-bottom: 23px;
}
.cta-box1 .vs-btn {
  margin-right: 20px;
}
.cta-box1 .cta-number {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: var(--white-color);
}
.cta-box1 .cta-number img {
  margin: 0 5px 0 0;
}

.cta-img1 {
  position: relative;
}
.cta-img1 img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: initial;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-box1 {
    padding: 50px 35px 50px 35px;
    margin-bottom: 100px;
  }
  .cta-box1 .sec-title {
    max-width: 100%;
  }
  .cta-box1 .shape-dotted {
    left: -25px;
    bottom: -38px;
  }
  .cta-img1 {
    margin-bottom: -130px;
  }
  .cta-img1 img {
    position: relative;
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cta-box1 {
    padding: 40px 20px 30px 20px;
    margin-bottom: 100px;
  }
  .cta-box1 .sec-title {
    max-width: 100%;
  }
  .cta-box1 .shape-dotted {
    left: 0;
    bottom: -38px;
  }
  .cta-box1 .cta-number {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .cta-img1 {
    margin-bottom: -80px;
  }
}



/*------------------- 4.19. Simple Section  -------------------*/
.social-box {
  padding: 80px 100px;
  position: relative;
  z-index: 1;
}
.social-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: -1;
}
.social-box__title {
  color: var(--white-color);
  margin: -0.2em 0 10px 0;
  font-size: 34px;
}

.social-box a,
.info-social a {
  display: inline-block;
  color: var(--white-color);
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  border: 1px solid var(--white-color);
  font-size: 20px;
  margin-right: 5px;
  border-radius: 50%;
}
.social-box a:last-child,
.info-social a:last-child {
  margin-right: 0;
}
.social-box a:hover,
.info-social a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: transparent;
}

.info-social.style2 a {
  border-color: #C5C5C5;
  color: var(--title-color);
}
.info-social.style2 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: transparent;
}



/* Medium Large devices */
@media (max-width: 1399px) {
  .social-box {
    padding: 60px 50px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .social-box {
    padding: 40px 40px;
  }
  .social-box__title {
    font-size: 26px;
  }
  
}
/* Medium devices */
@media (max-width: 991px) {
  .social-box::before {
    width: 100%;
  }
  
}
/* Small devices */
@media (max-width: 767px) {
  .social-box {
    padding: 40px 20px;
  }
  .info-social a,
.social-box a {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 16px;
  }
}


/*------------------- 4.22. Feature  -------------------*/
.feature-style1 .feature-body {
  position: relative;
  border: 1px solid #DDDDDD;
  padding: 42px 40px 34px 40px;
  background-color: var(--white-color);
  transition: all ease 0.4s;
  margin-bottom: 30px;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.feature-style1 .feature-number {
  font-size: 60px;
  font-weight: 900;
  color: var(--theme-color2);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.feature-style1 .feature-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.feature-style1 .feature-text {
  margin: 0;
  font-size: 14px;
}
.feature-style1 .feature-line {
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -1.5px 0 0 0;
  height: 3px;
  width: 135px;
  background-color: var(--theme-color2);
}
.feature-style1 .feature-line:after, .feature-style1 .feature-line:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color2);
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin: -8px -8px 0 0;
  border-radius: 50%;
  line-height: 1;
  box-shadow: 0 0 0 6px rgba(255, 116, 27, 0.15);
}
.feature-style1 .feature-line:after {
  left: 0;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  box-shadow: none;
}
.feature-style1:hover .feature-body {
  outline-color: var(--theme-color2);
  border-color: transparent;
  box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
}
.feature-style1:nth-child(even) .feature-line {
  right: auto;
  left: 100%;
  transform: rotate(180deg);
}

.feature-middle-img {
  position: relative;
}
.feature-middle-img img {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.feature-style2 {
  margin: -0.5px;
  z-index: 1;
  padding: 40px 40px 10px 40px;
  outline-offset: -2px;
  outline: 2px solid transparent;
  position: relative;
  border: 1px solid rgba(217, 217, 217, 0.5);
  background-color: #196ca2;
  transition: all ease 0.4s;
}
.feature-style2 .feature-icon {
  width: var(--icon-size, 90px);
  height: var(--icon-size, 90px);
  line-height: var(--icon-size, 80px);
  margin: 0 0 26px 0;
  text-align: center;
  /*background-color: rgba(255, 116, 27, 0.1);*/
  border-radius: 50%;
  transition: all ease 0.4s;
  /*font-size: 40px;*/
  color: var(--theme-color2);
  outline: 8px solid rgba(237, 237, 237, 0.2);
}
.feature-style2 .feature-icon img {
  transition: all ease 0.4s;
  filter: none;
}
.feature-style2 .feature-icon i {
  line-height: inherit;
}
.feature-style2 .feature-title {
  margin: 0 0 5px 0;
}
.feature-style2 .feature-text {
  margin: 0;
  margin-bottom: 10px
}
/*.feature-style2:hover {
  border-color: var(--theme-color2);
  outline-color: var(--theme-color2);
  z-index: 3;
}
.feature-style2:hover .feature-icon {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.feature-style2:hover .feature-icon img {
  filter: brightness(0) invert(1);
}*/
.feature-style2.style2 {
  padding: 45px 45px 35px 45px;
}
.feature-style2.style2 .feature-title {
  font-size: 22px;
}
.feature-style2.style2 .feature-icon {
  --icon-size: 80px;
  font-size: 30px;
  margin-bottom: 30px;
}

.slick-slide .feature-style2 {
  margin: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .feature-style2 {
    padding: 30px 30px 30px 30px;
  }
  .feature-style2 .feature-icon {
    --icon-size: 100px;
    margin: 0 0 20px 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-style1 .feature-body {
    padding: 32px 30px 24px 30px;
  }
  .feature-style1 .feature-number {
    margin-bottom: 10px;
  }
  .feature-style2.style2 {
    padding: 35px 30px 30px 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .feature-style1 .feature-line {
    display: none;
  }
  .feature-style2.style2 {
    padding: 35px 20px 30px 20px;
  }
  .feature-style2.style2 .feature-title {
    font-size: 20px;
  }
  .feature-style2.style2 .feature-icon {
    margin-bottom: 22px;
  }
  .feature-middle-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .feature-middle-img img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
/* Medium devices */



/*------------------- 4.25. Process  -------------------*/
.process-style1 .process-title {
  position: relative;
  max-width: 290px;
  width: 100%;
}
.process-style1 .process-number {
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: var(--white-color);
  background-color: #faa602;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  margin: 0 35px 0 0;
}
.process-style1 .process-text {
  flex: 1;
  margin: 0;
}
.process-style1 .process-item:before,
.process-style1 .process-content:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 5px;
  width: 8px;
  height: calc(100% + 5px);
  background-color: var(--theme-color2);
  z-index: -1;
  opacity: 0.1;
  display: none;
}
.process-style1 .process-content {
  display: flex;
  flex: 1;
  position: relative;
  padding-bottom: 55px;
}
.process-style1 .process-content:before {
  display: block;
}
.process-style1 .process-item {
  display: flex;
}
.process-style1 .process-item:last-child .process-item:before,
.process-style1 .process-item:last-child .process-content:before {
  display: none;
}
.process-style1 .process-item:last-child .process-content {
  padding-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .process-style1 .process-title {
    max-width: 250px;
    font-size: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .process-style1 .process-item {
    display: block;
    padding: 0 0 0 55px;
    position: relative;
  }
  .process-style1 .process-item:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .process-style1 .process-item:not(:last-child):before {
    display: block;
    height: calc(100% + 50px);
  }
  .process-style1 .process-title {
    max-width: 100%;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .process-style1 .process-number {
    position: absolute;
    top: 0;
    left: 0;
  }
  .process-style1 .process-content {
    display: block;
    padding: 0;
    position: static;
  }
  .process-style1 .process-content:before {
    display: none;
  }
}


/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.pt-30 {
  padding-top: 30px;
}

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

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

/*-- margin Left And Right --*/
.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-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

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

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

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

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

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

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

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

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
.space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
.space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */

/*-----CUSTOM-------*/

/* ======= Process style ======= */
.process .padding {
  padding: 0 20px;
}
.process .item {
  padding: 0 20px;
  border-radius: 10px;
  position: relative;
}
.process .item:hover .icon {
  background: #fff !important;
  color: #ed5521;
}
.process .item img {
  position: absolute;
  width: 50%;
  right: -30%;
  top: 30%;
  z-index: 4;
}
.process .item img.tobotm {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 15%;
}
.process .item .icon {
    font-size: 30px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    /*background: #ed5521;*/
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    display:block;
}
.process .item .img {
    font-size: 30px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #ed5521;
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.process .item .icon:after {
  content: '';
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -5%;
  left: 100%;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  opacity: .08;
  z-index: -1;
}
.process h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.process h5 {
    font-size: 16px;
    font-weight: 400;
    color: #ed5521;
    position: relative;
    margin-bottom: 0px;
}
.process .item h6 {
    font-size: 20px;
    font-weight: 500;
        margin-bottom: 40px;
}
.process .item h6 span {
    font-size: 18px;
    /*color: #ed5521;
    margin-right: 10px;*/
    color:#eed5b3;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    
    
}
.process p,
.process .item p {
  font-size: 16px;
  color: #fff;
  opacity: .9;
}

/* ======= Overlay Effect Bg image ======= */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: linear-gradient(90deg,rgba(16,83,126,1) 0%,rgba(25,108,162,1) 40%, #089553 100%);
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #555;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-light] p {
    color: #555;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    /*opacity: 0.6;*/
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    
   
    .process .item img,
    .process .item img.tobotm {
        display: none;
    }

}


@media (min-width: 768px) and (max-width: 1024px) {
    /* Your CSS styles for iPad portrait mode here */
}
.tc{
    text-align: center;
}
.fs17{
    font-size:17px !important;
}

.fj{
    text-align: justify;
}

.bluedk{
    color: #095293;
}
.clang{
    display:inline-block !important;
    margin-right: 10px;
}


        
 .poptitle{
            margin-top:30px;
            text-align:center;
        }
        
        
 
       
        
        
.subtext {
    
    color: #555;
    margin-top: 5px;
    text-transform: none;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 500;
    
}

.ptitle{
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color:#333;
}

.twhite{
    color:#fff !important;
}

.tyellow{
    color:#ffc107 !important;
    font-weight: 600;
}
.yellow2{
    color:#faa602;
    font-weight: 700;
}

.btitle{
  font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: #095293;
    margin-bottom: 5px
}

/* Styling for the video container */
        .video-container {
            position: relative;
            max-width: 100%;
        }

        /* Styling for the video cover and play button container */
        .cover-container {
            width: 100%;
            position: relative;
        }

        /* Styling for the cover image */
        .video-cover {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Styling for the play button */
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 48px;
            color: white;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
            padding: 20px;
            border-radius: 50%;
            z-index: 1; /* Display above the video */
        }

        /* Styling for the video */
        .video {
            width: 100%;
            height: auto;
            display: none; /* Initially hide the video */
        }
        
        .submic{
            color: #000000;
    font-weight: 700;
    font-size: 18px;
        }
        
        
        
/* Common styles that apply to all screen sizes */
.mt180c {
  margin-top:0
}

/* Media query for desktop and laptop devices */
@media (min-width: 1200px) {
  .mt180c {
    margin-top: 180px;
  }
}

/* CSS for the container */
.text-container {
  max-width: 900px; /* Set the maximum width of the container */
  margin: 0 auto; /* Center the container on the page, if desired */
}

/* CSS for text wrapping */
.text-wrap {
  float: left; /* or right depending on your desired alignment */
  margin: 0 10px 10px 0; /* Adjust margins as needed for spacing */
}

.ctac{
    font-weight:600;
    color:#fff;
    /*max-width: 550px;*/
    font-size: 18px;
    
}

.fs19up{
    font-size: 19px;
    text-transform: uppercase;
}




@media (min-width: 1200px) {
  .mwc {
     max-width: 490px;
    
  }
}

.cta-img1 {
  position: relative;
}


/*@media (min-width: 1200px) {
  .cta-img1 {
    
    margin-right:65px;
  }
}*/

.offme{
    outline: 2px solid #faa604;
    outline-offset: 5px;
}

.mt-6c{
   margin-top: 60px;
    
}
.feature-body button:hover{
    text-decoration: underline;
    
}
.c:hover{
    text-decoration: underline;
}


.flag-icon-en {
    background-image: url('../img/flags/en.png'); /* English flag */
}

.flag-icon-es {
    background-image: url('../img/flags/es.png'); /* French flag */
}

.flag-icon-de {
    background-image: url('../img/flags/de.png'); /* German flag */
}
.flag-icon-fr {
    background-image: url('../img/flags/fr.png'); /* French flag */
}

.flag-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%; /* Makes the icon round */
    background-size: cover; /* or contain, based on your preference */
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; /* Add relative positioning to position the outline */
}

/* Add the outline effect */
.flag-icon::after {
    content: "";
    position: absolute;
    width: 38px; /* Adjust the size to be slightly larger than the icon */
    height: 38px; /* Adjust the size to be slightly larger than the icon */
    border: 1px solid #196ca2; /* Set the border color to red */
    border-radius: 50%;
    top: -4px; /* Adjust the position to center the outline */
    left: -4px; /* Adjust the position to center the outline */
    opacity: 0;
    transition: opacity 0.2s ease; /* Add a smooth transition effect */
}

/* On hover, show the outline */
.flag-icon:hover::after {
    opacity: 1;
}
.f4{font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    
}

.lk4{
    color:#FF741B;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size:16px;
}

.lks{
    color:#FF741B;
    font-weight: 600;
}

.fpop{
   font-family: 'Poppins', sans-serif; 
   font-size:15px;
}

.priv{
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  color: #b6e1fd;
}
.som{
	font-weight:500 !important;
	margin-top:20px !important;
}
.som_big{
	font-size: 28px !important;
	color:#ff741b;
	padding-left:10px;
}
.ta{
	text-align:center;
}
.pr{
	position:relative !important;
}
