@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("jquery-ui.css");
@import url("flaticon-set-oldkare.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color1: #142f55;
  --theme-color2: #056839;
  --theme-color3: #ff6e2f;
  --theme-color4: #87C03D;
  --theme-color-light: #ffffff;
  --theme-color-dark: #0E102A;
  --theme-color-white: #ffffff;
  --theme-color-gray: #f6f6f6;
  --theme-color1-rgb: 243, 83, 83;
  --theme-color2-rgb: 52, 50, 72;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
  --border-theme-color3: var(--theme-color3);
  --text-color-bg-theme-color1: #fff;
  --text-color-bg-theme-color2: #fff;
  --text-color-bg-theme-color3: #fff;
  --text-color-bg-theme-color4: #fff;
  --text-color: #6a6a6a;
  --headings-color: var(--theme-color2);
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --text-font: "Archivo", sans-serif;
  --title-font: "Archivo", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-font-weight: 500;
  --body-font-weight-bold: 700;
  --line-height-heading-h1: 1em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 90px;
  --h2-font-size: 46px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 700;
  --h2-font-weight: 700;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --h5-font-weight: 700;
  --h6-font-weight: 700;
  --sec-title-subtitle-color: var(--theme-color1);
  --sec-title-subtitle-font-size: 14px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 1.2em;
  --sec-title-color: var(--headings-color);
  --sec-title-font-size: var(--h2-font-size);
  --sec-title-font-family: var(--title-font);
  --sec-title-font-weight: var(--h2-font-weight);
  --theme-light-background: #f8f6f1;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #222429;
  --container-width: 1200px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}
::-moz-selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color1);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--theme-color1);  
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1); 
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #7c858c;
}

::-moz-input-placeholder {
  color: #7c858c;
}

::-ms-input-placeholder {
  color: #7c858c;
}

body {
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

p, .text {
  color: var(--text-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-color);
  font-family: var(--title-font);
  position: relative;
  line-height: var(--line-height-heading-);
  letter-spacing: -0.04em;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: var(--headings-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--line-height-heading-h1);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading);
}

h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height-heading);
}

h4 {
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--line-height-heading);
}

h5 {
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--line-height-heading);
}

h6 {
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
  line-height: var(--line-height-heading-small);
}

/* -------- Body Text ---------- */
table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}
p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {
  text-decoration: underline;
}

/* -------- other ---------- */
a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: var(--body-font-weight);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a b, a strong {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b, strong {
  color: #333;
  font-weight: var(--body-font-weight-bold);
}

iframe {
  border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
  width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

section > .container,
section > .container-fluid {
  padding-top: var(--container-pt);
  padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container-width);
  }
}
/*=== Default Form ===*/
.form-control, .input-text {
  height: calc(2.25rem + 27px);
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.form-control::-webkit-input-placeholder, .input-text::-webkit-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control::placeholder, .input-text::placeholder {
  color: #686a6f;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
  color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
  color: #686a6f;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}
textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.blockquote-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #242323;
  font-weight: 700;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 20px 40px;
}
.blockquote-one::before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  background-color: var(--bg-theme-color2);
  content: "";
  border-radius: 5px;
}

.title a {
  color: inherit;
}

.color1 {
  color: var(--theme-color1);
}

.color2 {
  color: var(--theme-color2);
}

.color3 {
  color: var(--theme-color3);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 99;
  background-color: #ffffff;
}

.large-container {
  position: static;
  max-width: var(--large-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: var(--small-container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.dropdown-toggle::after {
  display: none;
}

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

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-pattern-1 {
  background-image: url(../images/icons/pattern-1.jpg);
}

.bg-pattern-2 {
  background-image: url(../images/icons/pattern-2.jpg);
}

.bg-pattern-3 {
  background-image: url(../images/icons/pattern-3.jpg);
}

.bg-pattern-4 {
  background-image: url(../images/icons/pattern-4.jpg);
}

.bg-pattern-5 {
  background-image: url(../images/icons/pattern-5.jpg);
}

.bg-pattern-6 {
  background-image: url(../images/icons/pattern-6.jpg);
}

.bg-pattern-7 {
  background-image: url(../images/icons/pattern-7.jpg);
}

.bg-pattern-9 {
  background-image: url(../images/icons/pattern-9.jpg);
}

.bg-pattern-10 {
  background-image: url(../images/icons/pattern-10.jpg);
}

.bg-pattern-11 {
  background-image: url(../images/icons/pattern-11.jpg);
}

.bg-pattern-12 {
  background-image: url(../images/icons/pattern-12.jpg);
}

.bg-pattern-13 {
  background-image: url(../images/icons/pattern-13.jpg);
}

.bg-pattern-14 {
  background-image: url(../images/icons/pattern-14.jpg);
}

.bg-pattern-17 {
  background-image: url(../images/icons/pattern-17.jpg);
}

.bg-pattern-18 {
  background-image: url(../images/icons/pattern-18.jpg);
}

.bg-pattern-19 {
  background-image: url(../images/icons/pattern-19.jpg);
}

/*=======================
    Preloader
=======================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #141436;
}

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  margin-left: -55px;
  margin-top: -80px;
  height: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1s infinite linear;
          animation: pulse 1s infinite linear;
  background-image: url(../images/loader.png);
  content: "";
      background-size: 100px;
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0;
  padding-top: 20px;
  color: #8acc98;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
  border-top: 2px solid var(--border-theme-color4);
  content: "Loading...";
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: var(--theme-color2);
  z-index: 100;
  display: none;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--theme-color1);
  color: #ffffff;
}

/*=== List Style One ===*/
.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #8f8f8f;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color2);
  font-size: 14px;
  line-height: 20px;
}
.list-style-one li a {
  display: inline-block;
  color: #8f8f8f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: #ffffff;
}

/*=== List Style Two ===*/
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--theme-color1);
  padding-left: 35px;
  margin-bottom: 10px;
}
.list-style-two li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 26px;
}
.list-style-two li a {
  display: inline-block;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: #ffffff;
}

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
}
.list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--theme-color1);
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-style-three li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-weight: 900;
  font-family: "FontAwesome";
  color: var(--theme-color2);
}
.list-style-three li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-three li a:hover {
  color: #ffffff;
}
.list-style-three.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-three.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 10px;
}

/*Social Icon One*/
.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-icon-one li {
  position: relative;
  margin-left: 27px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color2);
}

/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icon-two li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  line-height: 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  background-color: var(--bg-theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: #ffffff;
  background-color: var(--bg-theme-color2);
}

/*Social Icon Three*/
.social-icon-three {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-three li {
  position: relative;
  margin-left: 20px;
}

.social-icon-three li a {
  position: relative;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #2f3529;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  color: var(--theme-color2);
}

/*======================
    Tabs Box
======================*/
.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*======================
    Media Play Button 
======================*/
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-now .icon {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  background-color: #ff7607;
  color: #ffffff;
  z-index: 1;
  font-size: 24px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.play-now-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
  animation: zoom-one 3s infinite linear;
}
.play-now-two i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  width: 64px;
  line-height: 64px;
  border-radius: 50%;
  font-size: 14px;
  padding-left: 0;
  overflow: hidden;
  background-color: var(--bg-theme-color2-dark);
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now-two:hover {
  color: var(--theme-color2);
}
.play-now-two:hover i {
  background-color: var(--bg-theme-color1);
}

/*==========================
	Default Tabs
===========================*/
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.default-tabs .tab-buttons {
  position: relative;
  margin-bottom: 40px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 35px;
  color: var(--theme-color1);
  line-height: 20px;
  border-radius: 5px;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tab-buttons li:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons li.active-btn {
  background-color: var(--theme-color2);
  color: #ffffff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

/*========================
  Select2 Dropdown Plugin
========================*/
.select2-results__option {
  padding: 0 10px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c858c;
  padding-left: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--bg-theme-color1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #7c858c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.default-navs .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-navs .owl-next,
.default-navs .owl-prev {
  background-color: var(--theme-color-light);
  border-radius: 50%;
  color: var(--theme-color1);
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  line-height: 52px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 52px;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background-color: var(--theme-color3);
  color: var(--theme-color-light);
}

.default-dots .owl-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-dots .owl-dots .owl-dot {
  height: 5px;
  width: 40px;
  margin: 0 5px;
  border: 1px solid #d7d7d7;
}
@media (max-width: 575.98px) {
  .default-dots .owl-dots .owl-dot {
    width: 20px;
  }
}
.default-dots .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}

 

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.theme-btn .btn-title {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Btn Style One*/
.btn-style-one {
  background: var(--bg-theme-color1);
  border-radius: 0px;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  padding: 15px 50px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-style-one:hover {
  background: var(--bg-theme-color2);
  color: #ffffff;
}
.btn-style-one:hover .btn-title {
  color: #ffffff;
}
.btn-style-one.light {
  background-color: #ffffff;
  color: var(--theme-color1);
}
.btn-style-one.light:before {
  background-color: #e8e8e8;
}
.btn-style-one.light:hover .btn-title {
  color: var(--theme-color1);
}

/*Btn Style two*/
.btn-style-two {
  border-radius: 0;
  position: relative;
  font-size: 13px;
  line-height: 24px;
  padding: 15px 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--bg-theme-color1);
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color2);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-two:hover:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-two:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.btn-style-two.hvr-light:hover {
  color: var(--theme-color2);
}
.btn-style-two.hvr-light:before {
  background-color: #ffffff;
}

/*Btn Style Three*/
.btn-style-three {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  padding: 15px 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-transform: uppercase;
  color: var(--theme-color1);
  background: var(--bg-theme-color3);
}
.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-style-three:hover:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-three:hover {
  color: #ffffff;
}

.theme-btn.small {
  padding: 10px 40px;
  line-height: 20px;
  font-size: 12px;
}

 
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-quote {
  width: 64px;
  height: 46px;
 }

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}

.bounce-x {
  -webkit-animation: bounce-x 10s infinite linear;
          animation: bounce-x 10s infinite linear;
}

.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
          animation: zoom-one 10s infinite linear;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes zoom-one {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-two {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.overlay-anim {
  position: relative;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

 
.header-span {
  display: block;
  height: 110px;
  position: relative;
  width: 100%;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg-theme-color1);
}
.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 50px;
}
.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .social-icon-one {
  margin-left: 35px;
}
.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.header-top .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 14px;
  color: #8f8f8f;
  line-height: 20px;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:first-child:before {
  display: none;
}
.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}
.header-top .useful-links li a {
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color-white);
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  padding: 12px 0;
  position: relative;
}

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 111px;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-menu {
  position: relative;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  float: left;
  margin-right: 55px;
  padding: 25px 0px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  bottom: 23px;
  height: 2px;
  width: 0%;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: var(--theme-color-white);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color-white);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color-white);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
  margin-right: -14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: var(--theme-color-white);
  margin-top: 30px;
  opacity: 0;
  display: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ebf1f5;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0px;
  line-height: 29px;
  font-weight: 400;
  font-size: 16px;
  color: var(--bg-theme-color2);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: var(--theme-color1);
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
  background-color: var(--theme-color-white);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  width: 220px;
  z-index: 100;
}
.main-menu .navigation > li > ul > li > ul > li {
  border-bottom: 1px solid #ebf1f5;
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  color: var(--theme-color2);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 30px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid var(--theme-color-white);
  color: var(--theme-color-white);
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.main-header .outer-box .theme-btn {
  margin-left: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
.main-header .outer-box .ui-btn-outer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4px;
  padding: 6px 0;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: var(--theme-color-white);
  margin-left: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color2);
}

.main-header .info-btn {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 8px 0;
  padding-left: 60px;
  color: var(--theme-color-white);
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 30px;
}
.main-header .info-btn small {
  color: var(--theme-color-white);
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.main-header .info-btn i {
  background-color: var(--bg-theme-color1);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}
.main-header .info-btn:hover {
  color: var(--bg-theme-color2);
}

/*** 

====================================================================
Header Style One
====================================================================

***/
.header-style-one .container-fluid {
  padding: 0 50px;
}
.header-style-one .header-lower {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.header-style-one .logo {
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-style-one .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-style-one .main-box .nav-outer {
  width: auto;
}

 
.header-style-two {
  position: relative;
}
.header-style-two .info-btn-two {
  color: #181818;
  display: block;
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 700;
  line-height: 22px;
  padding-left: 60px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.header-style-two .info-btn-two i {
  background-color: #5dc4a8;
  color: var(--theme-color-white);
  font-size: 18px;
  height: 46px;
  left: 0;
  line-height: 46px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 46px;
  border-radius: 4px;
}
.header-style-two .info-btn-two small {
  color: #343248;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header-style-two .main-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  padding-right: 60px;
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-box {
    padding-right: 20px;
  }
}
.header-style-two .main-box .logo-box {
  background-color: #141436;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 60px;
  min-height: 105px;
  padding: 10px 80px;
  position: relative;
}
.header-style-two .main-box .logo-box .ui-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box .logo-box .ui-btn {
    display: none;
  }
}
@media only screen and (max-width: 1700px) {
  .header-style-two .main-box .logo-box {
    padding-left: 40px;
    padding-right: 55px;
  }
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box .logo-box {
    padding: 20px 30px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-two .main-box .logo-box {
    padding: 5px 20px;
    margin-right: 0;
    min-height: auto;
  }
}
.header-style-two .main-box .nav-outer {
  width: auto;
  margin-right: auto;
}
.header-style-two .main-box .outer-box .theme-btn {
  margin-left: 40px;
  padding: 10px 50px;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-box .outer-box .theme-btn {
    padding: 10px 30px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-two .main-box .outer-box .theme-btn {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-two .main-menu .navigation > li a {
  color: var(--theme-color2);
}
.header-style-two .main-menu .navigation > li:not(.current) > a {
  color: #717070;
  font-weight: 600;
}
.header-style-two .mobile-nav-toggler {
  color: var(--theme-color1);
}

/*** 

====================================================================
    Header Style Three
====================================================================

***/
.main-header.header-style-three {
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 9;
}
.main-header.header-style-three .header-top {
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: relative;
}
.main-header.header-style-three .header-top .inner-container {
  background-color: #121923;
  padding-bottom: 6px;
  padding-left: 220px;
  padding-right: 40px;
  padding-top: 6px;
}
.main-header.header-style-three .header-top .list-style-one li {
  color: #8c8f94;
  font-size: 13px;
  font-weight: 700;
}
.main-header.header-style-three .header-top .list-style-one li a {
  color: #8C8F94;
}
.main-header.header-style-three .header-top .list-style-one li:hover a {
  color: #fff;
}
.main-header.header-style-three .header-top .list-style-one li:last-child {
  margin-right: 0;
}
.main-header.header-style-three .header-top .list-style-one li i {
  color: var(--theme-color1);
}
.main-header.header-style-three .header-top .social-icon-one li a {
  color: #ffffff;
}
.main-header.header-style-three .header-top .social-icon-one li a:hover {
  color: var(--theme-color1);
}
@media only screen and (max-width: 1023px) {
  .main-header.header-style-three .main-box .nav-outer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-header.header-style-three .main-box .nav-outer .ui-btn-outer {
    display: none;
  }
}
.main-header.header-style-three .main-menu .navigation > li > ul > li > a,
.main-header.header-style-three .main-menu .navigation > li > ul > li > ul > li > a,
.main-header.header-style-three .main-menu .navigation > li.dropdown > a,
.main-header.header-style-three .main-menu .navigation > li > a {
  color: #222222;
}
.main-header.header-style-three .ui-btn {
  color: #232331;
}
.main-header.header-style-three .header-lower {
  position: relative;
}
.main-header.header-style-three .header-lower .logo img {
  max-width: 125px;
}
.main-header.header-style-three .header-lower .main-box {
  background-color: #ffffff;
  padding-right: 40px;
}
.main-header.header-style-three .header-lower .main-box .logo-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #121923;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
  margin-top: -40px;
  min-width: 210px;
  padding: 10px 20px;
  text-align: center;
}
.main-header.header-style-three .header-lower .main-box .main-menu .navigation > li {
  padding: 30px 0px;
}
.main-header.header-style-three .header-lower .main-box .main-menu .navigation > li:before {
  bottom: 28px;
}
.main-header.header-style-three .header-lower .main-box .outer-box .ui-btn-outer {
  margin-right: 0;
  padding-right: 0;
}
.main-header.header-style-three .sticky-header {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  right: 0;
}

@media only screen and (max-width: 1023px) {
  .main-header.header-style-three .header-lower .main-box .logo-box {
    margin-top: 0;
  }
}

/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999;
  background: var(--theme-color-white);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 50px;
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 40px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: #707070;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
  color: var(--theme-color2);
}

.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}

.sticky-header .mobile-nav-toggler {
  color: var(--theme-color1);
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}
.mobile-menu .close-btn {
  position: relative;
  top: -10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color-white);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 50px;
}
.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 200ms;
  transition: all 0.4s ease 200ms;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: var(--theme-color-white);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-color-white);
}
.contact-list-one li .contact-info-box .title {
  display: block;
  font-size: 12px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.mobile-menu .social-links li a:hover {
  color: var(--theme-color2);
}

/*** 

====================================================================
Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
}
.sec-title .sub-title {
  position: relative;
  top: -8px;
  font-size: var(--sec-title-subtitle-font-size);
  color: var(--sec-title-subtitle-color);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  margin-top: -5px;
  margin-bottom: 0;
}
.sec-title .text {
  margin-top: 30px;
}

.sec-title .row .text {
  max-width: 480px;
  width: 100%;
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .sub-title,
.sec-title.light .text {
  color: #8f8f8f;
}

/*** 

====================================================================
  Main Slider
====================================================================

***/
.main-slider {
  position: relative;
}

.main-slider h1 {
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
}
.main-slider .text {
  font-size: 18px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
}
.main-slider .btn-box {
  position: relative;
}
.main-slider .theme-btn {
  display: inline-block;
  white-space: nowrap;
  min-width: 200px !important;
}

.tp-dottedoverlay {
  background-image: url(../images/main-slider/bg-pattern-2-dark.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  opacity: 0.5;
}

.tp-bannertimer {
  display: none;
}

.main-slider .tparrows {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-slider .tparrows:before {
  line-height: 50px;
}

.main-slider .tp-leftarrow {
  left: 50px !important;
}
.main-slider .tp-rightarrow {
  left: auto !important;
  right: 25px !important;
}

/*** 

====================================================================
    Banner Section
====================================================================

***/
.banner-section {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}
.banner-section .slide-item {
  position: relative;
      display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.banner-section .slide-item .bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  min-height: 100vh;
}
.banner-section .slide-item .bg-image:before {
  background-image: url(../images/main-slider/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-section .slide-item .bg-image:after {
  background-image: url(../images/main-slider/banner-bg.png);
  background-repeat: no-repeat;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.banner-section .content-box {
  padding: 285px 0 120px;
  position: relative;
  text-align: center;
}
@media (max-width: 599px) {
  .banner-section .content-box {
    padding: 180px 0 100px;
  }
}
.banner-section .content-box .banner-text {
  color: var(--theme-color-white);
  bottom: 10%;
  font-size: 17px;
  height: 91px;
  line-height: 30px;
  margin-left: auto;
  margin-right: -200px;
  position: relative;
  width: 407px;
}
@media (max-width: 1599.98px) {
  .banner-section .content-box .banner-text {
    margin-right: -100px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section .content-box .banner-text {
    margin-right: -50px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .content-box .banner-text {
    margin-right: 0px;
  }
}
@media (max-width: 414.98px) {
  .banner-section .content-box .banner-text {
    display: none;
  }
}
.banner-section .content-box .sub-title {
  border-bottom: 1px solid var(--theme-color1);
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
}
.banner-section .content-box .title {
  color: #ffffff;
  font-size: 90px;
  font-weight: 700;
  line-height: 110px;
  letter-spacing: -0.04em;
  margin-bottom: 35px;
}
.banner-section .content-box .btn-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-section .content-box .btn-box .theme-btn {
  margin: 0 5px;
}
.banner-section.home2-style .slide-item .bg-image:before {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: none;
}
.banner-section.home2-style .slide-item .bg-image:after {
  display: none;
}
.banner-section.home2-style .content-box {
  padding: 350px 0 150px;
}
.banner-section.home2-style .content-box .title {
  margin-bottom: 45px;
}
@media (max-width: 911px) {
  .banner-section.home2-style .content-box .title {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .banner-section.home2-style .content-box .title {
    font-size: 40px;
        font-weight: 600;
  }
}
.banner-section.home2-style .content-box .text {
  color: var(--theme-color-white);
  font-size: 17px;
  line-height: 30.6144px;
  max-width: 570px;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
}

/* Animate 1 */
.owl-carousel .animate-7,
.owl-carousel .animate-6,
.owl-carousel .animate-5,
.owl-carousel .animate-4,
.owl-carousel .animate-3,
.owl-carousel .animate-2,
.owl-carousel .animate-1 {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .animate-x {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .active .animate-7,
.owl-carousel .active .animate-6,
.owl-carousel .active .animate-5,
.owl-carousel .active .animate-4,
.owl-carousel .active .animate-3,
.owl-carousel .active .animate-2,
.owl-carousel .active .animate-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.owl-carousel .active .animate-2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.owl-carousel .active .animate-3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.owl-carousel .active .animate-4 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.owl-carousel .active .animate-5 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.owl-carousel .active .animate-6 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.owl-carousel .active .animate-7 {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

 
.banner-section-three {
  overflow: hidden;
  position: relative;
}
.banner-section-three .content-box {
  padding: 350px 0 210px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banner-section-three .content-box {
    padding: 0px 0 30px;
  }
}
.banner-section-three .content-box .banner-text {
  color: var(--theme-color-white);
  bottom: 10%;
  font-size: 17px;
  height: 91px;
  line-height: 30px;
  margin-left: auto;
  margin-right: -200px;
  position: relative;
  width: 407px;
}
@media (max-width: 1599.98px) {
  .banner-section-three .content-box .banner-text {
    margin-right: -100px;
  }
}
@media (max-width: 1399.98px) {
  .banner-section-three .content-box .banner-text {
    margin-right: -50px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-three .content-box .banner-text {
    margin-right: 0px;
  }
}
@media (max-width: 414.98px) {
  .banner-section-three .content-box .banner-text {
    display: none;
  }
}
.banner-section-three .content-box .title {
  color: #ffffff;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 110px;
  margin-bottom: 20px;
}
.banner-section-three .content-box .sub-title {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
}
.banner-section-three .content-box .btn-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-section-three .content-box .btn-box .theme-btn {
  margin: 0 5px;
}
.about-section-one {
  background-image: url(../images/background/about1-bg.jpg);
  background-repeat: no-repeat;
  padding: 120px 0 85px;
  position: relative;
}

.about-section-one .content-column {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.about-section-one .content-column .inner-column {
  position: relative;
}
.about-section-one .content-column .sec-title {
  margin-bottom: 40px;
}
.about-section-one .content-column .content-box {
  padding-right: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .about-section-one .content-column .content-box {
    padding-right: 0;
  }
}
.about-section-one .content-column .info-box {
  background-color: #F4F5F8;
  border-top: 7px solid var(--border-theme-color1);
  max-width: 170px;
  padding: 30px 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .about-section-one .content-column .info-box {
    margin-bottom: 30px;
    position: relative;
  }
}
.about-section-one .content-column .info-box:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.about-section-one .content-column .info-box .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.about-section-one .content-column .info-box .read-more {
  font-size: 12px;
  line-height: 30px;
  color: #808287;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.about-section-one .content-column .info-box .read-more i {
  margin-left: 10px;
  color: var(--theme-color2);
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.about-section-one .content-column .info-box .read-more:hover {
  color: var(--theme-color2);
}
.about-section-one .content-column .info-box .read-more:hover i {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
}
.about-section-one .content-column .btm-box {
  margin-top: 10px;
}

/* About Block */
.about-block-one {
  border-bottom: 1px solid #e6e8ed;
  margin-bottom: 30px;
  min-height: 120px;
  padding-left: 85px;
  padding-bottom: 30px;
  position: relative;
}
.about-block-one:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-block-one .icon {
  color: var(--theme-color1);
  font-size: 64px;
  left: 0;
  position: absolute;
  top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-block-one:hover .icon {
  color: var(--theme-color2);
  -webkit-transform: rotateY(-190deg);
          transform: rotateY(-190deg);
}
.about-block-one .title {
  margin-bottom: 10px;
  position: relative;
  top: -3px;
}
.about-block-one .text {
  margin-top: 5px;
}

.about-section-one .image-column {
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .about-section-one .image-column {
    margin-bottom: 80px;
  }
}
.about-section-one .image-column .inner-column {
  margin-left: -105px;
  padding-right: 70px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-section-one .image-column .inner-column {
    margin-left: 0;
    padding-right: 1px;
  }
}
.about-section-one .image-column .image-1 {
  margin-bottom: 0px;
  max-width: 400px;
  position: relative;
}
.about-section-one .image-column .image-1:before {
  background-color: var(--bg-theme-color1);
  content: "";
  height: 110px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 20px;
}
@media only screen and (max-width: 1199px) {
  .about-section-one .image-column .image-1:before {
    display: none;
  }
}
.about-section-one .image-column .image-1 img {
  width: 100%;
}
.about-section-one .image-column .image-2 {
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  right: 75px;
}
@media only screen and (max-width: 1023px) {
  .about-section-one .image-column .image-2 {
    right: 0;
  }
}
.about-section-one .image-column .image-2 img {
  border: 10px solid var(--theme-color-light);
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .about-section-one .image-column .image-2 {
    display: none;
  }
}

.about-section-one .experience {
  background: #ffffff;
  bottom: -70px;
  -webkit-box-shadow: 0 15px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 60px rgba(0, 0, 0, 0.08);
  color: var(--theme-color1);
  font-size: 18px;
  left: 160px;
  line-height: 26px;
  min-height: 120px;
  min-width: 290px;
  padding: 20px 20px 20px 120px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .about-section-one .experience {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
.about-section-one .experience .icon {
  height: 80px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 80px;
}
.about-section-one .experience strong {
  color: var(--theme-color2);
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 7px;
  position: relative;
}

/*** 

====================================================================
    About Section Two
====================================================================

***/
.about-section-two {
  position: relative;
  padding: 120px 0 70px;
}
.about-section-two .bg {
  background-repeat: no-repeat;
  height: 687px;
  width: 843px;
}
.about-section-two:after {
  background: #5e3de3;
  content: "";
  -webkit-filter: blur(75px);
          filter: blur(75px);
  height: 530px;
  opacity: 0.1;
  position: absolute;
  right: -120px;
  top: 80px;
  width: 530px;
  z-index: -1;
}
.about-section-two .content-column {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.about-section-two .content-column .inner-column {
  position: relative;
}
.about-section-two .content-column .sec-title {
  margin-bottom: 35px;
}
.about-section-two .content-column .sec-title h5 {
  color: var(--theme-color2);
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 30px;
}
.about-section-two .content-column .sec-title .text {
  margin-top: 25px;
}
.about-section-two .content-column .content-box {
  max-width: 600px;
}
.about-section-two .content-column .btn-box {
  position: relative;
}
.about-section-two .content-column .btn-box .theme-btn {
  margin-right: 20px;
}
.about-section-two .image-column {
  margin-bottom: 50px;
  position: relative;
}
.about-section-two .image-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .about-section-two .image-column .inner-column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-section-two .image-column .inner-column:before {
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  content: "";
  height: 380px;
  left: -20px;
  position: absolute;
  top: 190px;
  width: 380px;
}
@media only screen and (max-width: 1023px) {
  .about-section-two .image-column .inner-column:before {
    display: none;
  }
}
.about-section-two .image-column .image-1 {
  max-width: 460px;
  position: relative;
}
.about-section-two .image-column .image-1:before {
  -webkit-animation: zoom-one 3s infinite;
          animation: zoom-one 3s infinite;
  background-color: var(--bg-theme-color1);
  content: "";
  height: 110px;
  left: -30px;
  position: absolute;
  top: 0;
  width: 15px;
}
.about-section-two .image-column .image-1 img {
  width: 100%;
}
.about-section-two .image-column .image-2 {
  position: absolute;
  left: -80px;
  bottom: 0;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}
.about-section-two .image-column .image-3 {
  bottom: 0;
  position: absolute;
  right: -100px;
  z-index: -1;
}
.about-section-two .about-info-box {
  margin-top: 0;
}
.about-section-two .list-style-three {
  margin-bottom: 50px;
  padding-bottom: 0px;
}
.about-section-two .list-style-three li {
  color: #181818;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.about-section-two .list-style-three li:before {
  content: "\f058";
  color: var(--theme-color1);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}
.about-section-two .list-style-three li:last-child {
  margin-bottom: 0;
}


.about-section-four {
  padding: 120px 0 70px;
  position: relative;
}
.about-section-four .float-text {
  color: #f4f5f8;
  font-size: 60px;
  left: -30px;
  letter-spacing: 0.1em;
  line-height: 1em;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.about-section-four:before {
  background-image: url(../images/shape-2.png);
  background-repeat: no-repeat;
  background-position: center right;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.about-section-four .content-column {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.about-section-four .content-column .inner-column {
  padding-left: 45px;
  position: relative;
}
.about-section-four .content-column .blockquote-style-one {
  margin-bottom: 15px;
}
.about-section-four .content-column .btn-box {
  position: relative;
}
.about-section-four .content-column .btn-box .theme-btn {
  margin-right: 20px;
}
.about-section-four .image-column {
  margin-bottom: 50px;
  position: relative;
}
.about-section-four .image-column .inner-column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about-section-four .image-column .image-1 {
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .about-section-four .image-column .image-1 {
    margin-right: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-four .image-column .image-1 {
    width: 100%;
  }
}
.about-section-four .image-column .image-1 img {
  width: 100%;
}
.about-section-four .image-column .image-2 {
  margin-bottom: 0;
  padding-bottom: 40px;
  position: relative;
}
.about-section-four .image-column .image-2:before {
  background-color: var(--bg-theme-color1);
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

.blockquote-style-one {
  background-color: #ffffff;
  border-left: 4px solid var(--border-theme-color2);
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  color: #222429;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 25px;
  position: relative;
}
.map-section {
  position: relative;
  z-index: 1;
}
.map-section .map {
  position: relative;
  min-height: 492px;
  width: 100%;
  display: block;
}
.map-section .branches-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.map-section.alternate .map {
  min-height: 490px;
}
.map-section.alternate.pull-up {
  margin-top: -45px;
}

.branch-block {
  position: relative;
}
.branch-block .inner-box {
  position: relative;
  background-color: #fff;
  padding: 45px 50px 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-block .inner-box:hover {
  background-color: var(--bg-theme-color2);
}
.branch-block .inner-box:hover .info-list li,
.branch-block .inner-box:hover .info-list li i,
.branch-block .inner-box:hover .title {
  color: #fff;
}
.branch-block .title {
  margin-bottom: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-block .info-list {
  position: relative;
}
.branch-block .info-list li {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  line-height: 26px;
  color: #7c859b;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-block .info-list li a {
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.branch-block .info-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #d41e44;
  line-height: 26px;
  width: 20px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.faqs-section {
  position: relative;
  padding: 120px 0 70px;
}
.faqs-section:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 29.8%;
  background-color: var(--bg-theme-color4);
  content: "";
}
.faqs-section .icon-object-2 {
  top: 155px;
  left: -375px;
}
.faqs-section .icon-object-3 {
  top: 290px;
  right: -350px;
  max-width: 325px;
}
.faqs-section.style-two {
  padding: 0;
}
.faqs-section.style-two::before {
  background-color: #F4F5F8;
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
}
@media (max-width: 991.98px) {
  .faqs-section.style-two::before {
    width: 100%;
  }
}
.faqs-section.style-two .faq-column {
  padding: 120px 0 100px;
  margin-bottom: 0;
}
.faqs-section.style-two .faq-column .inner-column {
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .faqs-section.style-two .faq-column .inner-column {
    padding-left: 50px;
  }
}
@media (max-width: 991.98px) {
  .faqs-section.style-two .faq-column .inner-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.faqs-section .faq-column {
  position: relative;
  margin-bottom: 50px;
}
.faqs-section .faq-column .inner-column {
  position: relative;
  padding-right: 0px;
}

.faqs-section .content-column {
  position: relative;
  margin-bottom: 20px;
}

.faqs-section .form-column {
  position: relative;
}
.faqs-section .form-column .inner-column {
  position: relative;
  padding: 120px 70px 120px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .faqs-section .form-column .inner-column {
    padding: 120px 15px 120px 0;
  }
}
.faqs-section .form-column .inner-column .sec-title .sub-title {
  color: var(--theme-color-light);
}
.faqs-section .form-column .inner-column .sec-title .sub-title:before {
  color: var(--theme-color-light);
}
.faqs-section .form-column .form-bg {
  position: absolute;
  right: 15px;
  left: -375px;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faqs-section .form-column .form-bg:before {
  background-color: var(--theme-color2);
  background-image: url(../images/faq-bg.png);
  background-repeat: no-repeat;
  content: "";
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.accordion-box {
  position: relative;
}
.accordion-box .block {
  position: relative;
  background-color: var(--theme-color-light);
  margin-bottom: 10px;
  border: 1px solid #d1efe3;
}
.accordion-box .block.active-block {
  background-color: #fafafc;
  border: 1px solid #ecf0f4;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
}
.accordion-box .block .acc-btn {
  background-color: var(--bg-theme-color4);
  border-radius: 5px;
  color: var(--theme-color2);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 20px;
  padding-right: 70px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon {
  border-radius: 50%;
  color: var(--theme-color2);
  font-size: 14px;
  height: 40px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 40px;
}
.accordion-box .block .acc-btn.active {
  background-color: #fafafc;
}
.accordion-box .block .acc-btn.active .icon:before {
  content: "\f107";
}
.accordion-box .block .acc-content {
  display: none;
  position: relative;
}
.accordion-box .block .acc-content .content {
  padding: 0px 25px 20px 25px;
  position: relative;
}
.accordion-box .block .acc-content .content .text {
  color: var(--text-color);
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.accordion-box .block .acc-content.current {
  background-color: #fafafc;
  display: block;
}

.contact-form {
  background-color: var(--theme-color-light);
  padding: 55px;
  border-top: 5px solid var(--theme-color1);
}
@media (max-width: 575.98px) {
  .contact-form {
    padding: 30px;
  }
}
.contact-form .sub-title {
  color: var(--theme-color1);
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group label {
  color: var(--theme-color-light);
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 15px;
}
.contact-form .form-group label.error {
  color: #ff0000;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  display: block;
  height: 54px;
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  color: var(--theme-color1);
  line-height: 22px;
  background-color: var(--theme-color-light);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group ::-moz-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group ::-ms-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-form .form-group textarea {
  height: 150px;
  resize: none;
}
.contact-form .form-group input[type=submit],
.contact-form .form-group button {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
 
.work-section {
  position: relative;
  padding: 120px 0 60px;
  background-color: #f3f3f3;
}
.work-section .content-column {
  margin-bottom: 20px;
}
.work-section .features-column .inner-column {
  padding-left: 100px;
  padding-top: 25px;
}

.work-block {
  position: relative;
}
.work-block .inner-box {
  padding-left: 200px;
  max-width: 510px;
  min-height: 172px;
}
.work-block .image {
  position: absolute;
  left: 0;
  top: 0;
}
.work-block .image img {
  height: 172px;
  width: 172px;
  border-radius: 50%;
}

.feature-block-four {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #dcdce0;
  margin-bottom: 60px;
}
.feature-block-four:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.feature-block-four .inner-box {
  position: relative;
  padding-left: 100px;
}
.feature-block-four .inner-box:hover .icon {
  -webkit-transform: rotateY(190deg);
          transform: rotateY(190deg);
  color: var(--theme-color1);
}
.feature-block-four .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 64px;
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--theme-color2);
}
.feature-block-four .title {
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.feature-block-four .text {
  letter-spacing: 0.05em;
}


.work-section-two {
  background-color: #040A1F;
  position: relative;
}
.work-section-two .content-column {
  position: relative;
 min-height: 200px;
}
.work-section-two .content-column .bg.bg-pattern-1 {
  background-image: url(../images/faq-bg.png);
  background-repeat: no-repeat;
  position: absolute;
}
.work-section-two .content-column .inner-column {
  bottom: 0;
  padding-right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .work-section-two .content-column .inner-column {
    background-color: var(--theme-color2);
  }
}
.work-section-two .content-column .text {
  color: var(--theme-color-white);
  font-size: 20px;
  line-height: 36px;
}
.work-section-two .image-column {
  position: relative;
}
.work-section-two .image-column .image {
  height: 100%;
  margin-bottom: 0;
  position: relative;
}
.work-section-two .image-column .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.work-section-two .image-column .play-now-two {
  background-color: rgba(243, 83, 83, 0.7);
  border-radius: 50%;
  color: var(--theme-color-white);
  height: 136px;
  left: 50%;
  line-height: 136px;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 136px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .work-section-two .image-column .play-now-two {
    top: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .work-section-two .image-column .play-now-two {
    left: 30px;
    top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .work-section-two .image-column .play-now-two {
    display: none;
  }
}
.work-section-two .image-column .play-now-two i {
  font-size: 30px;
}
.work-section-two .image-column .play-now-two:hover {
  background-color: var(--bg-theme-color1);
}
.work-section-two .image-column .play-now-two:hover i {
  background-color: var(--bg-theme-color1);
}
 
.why-choose-us-two {
  position: relative;
  padding: 120px 0 70px;
}
.why-choose-us-two:before {
  position: absolute;
  left: -240px;
  top: -160px;
  height: 100%;
  width: 100%;
  background-image: url(../images/pattern-01.png);
  background-repeat: no-repeat;
  background-position: center left;
  content: "";
}
.why-choose-us-two:after {
  background: #cc3de3;
  border-radius: 50%;
  content: "";
  -webkit-filter: blur(75px);
          filter: blur(75px);
  height: 530px;
  left: -127px;
  opacity: 0.05;
  position: absolute;
  top: 90px;
  width: 530px;
  z-index: -1;
}
.why-choose-us-two .content-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-two .content-column .inner-column {
  position: relative;
}
.why-choose-us-two .content-column .info-box {
  position: relative;
  background-color: #f4f5f8;
  padding: 15px 30px;
  padding-left: 60px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-two .content-column .info-box:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.why-choose-us-two .content-column .info-box .icon {
  position: absolute;
  left: 30px;
  top: 0;
  height: 60px;
  line-height: 60px;
  color: var(--theme-color1);
}
.why-choose-us-two .content-column .info-box .title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 0;
  font-weight: 500;
}
 
.why-choose-us-two .image-column {
  position: relative;
  margin-bottom: 50px;
}
.why-choose-us-two .image-column .image-box {
  position: relative;
  padding-left: 100px;
  margin-right: -360px;
}
@media only screen and (max-width: 1199px) {
  .why-choose-us-two .image-column .image-box {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .why-choose-us-two .image-column .image-box {
    margin-right: 0;
  }
}
.why-choose-us-two .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.why-choose-us-two .image-column .image-box .image img {
  width: 100%;
}
.why-choose-us-two .image-column .image-box .play-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 160px;
  background-color: var(--bg-theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color-white);
  font-size: 28px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.why-choose-us-two .image-column .image-box .play-btn:hover {
  background-color: var(--bg-theme-color2);
  color: var(--theme-color-white);
}
 
 
.features-section {
  padding: 120px 0 90px;
  position: relative;
}

.feature-block {
  position: relative;
  margin-bottom: 30px;
}
.feature-block .inner-box {
  position: relative;
}
.feature-block .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.feature-block .inner-box:hover .image-box a:after {
  height: 100%;
  opacity: 1;
  width: 100%;
}
.feature-block .inner-box:hover .image-box .icon {
  color: var(--theme-color-white);
}
.feature-block .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.feature-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .image-box .image a:after {
  background: var(--gradient-3);
  left: 0%;
  bottom: 0;
  width: 0;
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.feature-block .image-box .icon {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 70px;
  background-color: var(--bg-theme-color1);
  color: #fff;
  font-size: 46px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .content-box {
  background-color: #fff;
  border-top: 5px solid var(--border-theme-color1);
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
  margin-top: -25px;
  margin-right: 30px;
  padding: 20px 25px 20px;
  padding-right: 70px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1199px) {
  .feature-block .content-box {
    margin-right: 0;
  }
}
.feature-block .content-box .icon {
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  font-size: 32px;
  height: 70px;
  position: absolute;
  right: 0px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 599px) {
  .feature-block .content-box .icon {
    font-size: 20px;
    height: 50px;
    left: 15px;
    top: 25px;
    width: 50px;
  }
}
.feature-block .content-box .title {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}
.feature-block .content-box .title a {
  display: inline-block;
}
.feature-block .content-box .title a:hover {
  color: var(--theme-color2);
}
.feature-block .content-box .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--theme-color1);
  font-size: 24px;
  font-weight: 400;
  height: 50px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .content-box .read-more i {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.feature-block .content-box .read-more:hover {
  background-color: var(--bg-theme-color2);
  color: #fff;
}
 
.call-to-action {
  position: relative;
  padding: 140px 0 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.call-to-action:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color1);
  opacity: 0.5;
  content: "";
  pointer-events: none;
}
.call-to-action:after {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  opacity: 0.1;
  pointer-events: none;
  content: "";
}
.call-to-action .title-box {
  position: relative;
  text-align: center;
}
.call-to-action .title-box .title {
  font-size: 60px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 0;
}
.call-to-action .title-box .theme-btn {
  margin-top: 45px;
}
.call-to-action.alternate::before {
  background-color: #090909;
  opacity: 0.8;
}


.call-to-action-three {
  padding: 90px 0 40px;
  position: relative;
  z-index: 2;
}
.call-to-action-three .bg-shape {
  background-image: url(../images/shape-11.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 65%;
}
@media (max-width: 1199.98px) {
  .call-to-action-three .bg-shape {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .call-to-action-three .bg-shape {
    display: none;
  }
}
.call-to-action-three .bg-image {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}
.call-to-action-three .bg-image:before {
  background-color: var(--theme-color2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .call-to-action-three .bg-image {
    width: 100%;
  }
}
.call-to-action-three .sec-title {
  margin-bottom: 40px;
}
.call-to-action-three .sec-title h2 {
    font-size: 38px;
    font-weight: 600;
}
@media (max-width: 767.98px) {
  .call-to-action-three .sec-title h2 {
    font-size: 34px;
  }
  .call-to-action-three .sec-title h2 br {
    display: none;
  }
}
.call-to-action-three .title-column .inner-column {
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .call-to-action-three .title-column .inner-column {
    padding: 0;
    text-align: center;
  }
}
.call-to-action-three .btn-column {
  margin-bottom: 40px;
}
.call-to-action-three .btn-column .inner-column {
  text-align: right;
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .call-to-action-three .btn-column .inner-column {
    text-align: center;
    padding-top: 0;
  }
}

.contact-info-section {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
.contact-info-section .outer-box {
  position: relative;
  margin-top: -60px;
  z-index: 9;
}
 

.contact-info-block {
  position: relative;
}
.contact-info-block .inner-box {
  position: relative;
  padding: 90px 100px;
  padding-right: 50px;
  background-color: var(--bg-theme-color2);
   background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.contact-info-block .inner-box:hover .icon {
  background-color: var(--bg-theme-color1);
  color: #fff;
}
.contact-info-block .inner-box .content {
  position: relative;
  padding-left: 120px;
}
.contact-info-block .inner-box .icon {
  position: absolute;
  left: 0;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 36px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--theme-color1);
}
.contact-info-block .inner-box .sub-title {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.contact-info-block .inner-box .title {
  color: #fff;
  margin-bottom: 5px;
}
.contact-info-block .inner-box .text {
  position: relative;
  font-size: 18px;
  line-height: 2em;
  color: #fff;
}
.contact-section {
  position: relative;
  padding: 120px 0;
}
.contact-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 730px;
  width: 367px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/dots-2.png);
  content: "";
}
.contact-section .image-column .inner-column {
  position: relative;
  padding-left: 70px;
  margin-right: -375px;
}
.contact-section .image-column .image {
  position: relative;
  margin-bottom: 0;
}
.contact-section .image-column .image:before {
  position: absolute;
  left: -20px;
  top: 60px;
  bottom: 0;
  width: 20px;
  background-color: var(--bg-theme-color2);
  border-radius: 10px 0 0 0;
  content: "";
}
.contact-section .image-column .image img {
  border-radius: 10px 0 0 0;
}

.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contact-form .form-group label.error {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}
.contact-form .form-group .select2-container--default .select2-selection--single,
.contact-form .form-group input:not([type=submit]),
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 15px 30px;
  line-height: 30px;
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 400;
  background-color: #f3f3f3;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group ::-webkit-input-placeholder {
  color: #6a6a6a;
}
.contact-form .form-group ::-moz-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group ::-ms-input-placeholder {
  color: #8c8f94;
}
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-form .form-group textarea {
  height: 150px;
  resize: none;
}
.contact-form .form-group input[type=submit],
.contact-form .form-group button {
  margin-top: 5px;
}
.contact-form.style-two .select2-container--default .select2-selection--single,
.contact-form.style-two input:not([type=submit]),
.contact-form.style-two textarea,
.contact-form.style-two select {
  background-color: #0a090f;
  border-color: #0a090f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 70px;
  padding: 20px 30px;
  line-height: 30px;
}
.contact-form.style-two input:focus,
.contact-form.style-two select:focus,
.contact-form.style-two textarea:focus {
  border-color: var(--border-theme-color2);
}
.contact-form.style-two textarea {
  height: 150px;
  resize: none;
}
@media (max-width: 400.98px) {
  .contact-form .theme-btn {
    margin-bottom: 10px;
  }
}
.default-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.default-tabs .tabs-style-four {
  position: relative;
  margin-bottom: 0;
}

.default-tabs .tabs-style-four li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  color: #fff;
  line-height: 20px;
  border-radius: 5px;
  background-color: var(--theme-color2);
  cursor: pointer;
  margin-right: 10px;
  letter-spacing: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-tabs .tabs-style-four li:last-child {
  margin-right: 0;
}
.default-tabs .tabs-style-four li .icon {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  line-height: 1;
}

.default-tabs .tabs-style-four li.active-btn {
  background: #000;
  color: #fff;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
}

/*** 

====================================================================
    Contact Section Five
====================================================================

***/
.contact-section-five {
  padding: 120px 0 44px;
  position: relative;
}
.contact-section-five:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 730px;
  width: 367px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/dots-2.png);
  content: "";
}
.contact-section-five .image-column .inner-column {
  position: relative;
  padding-left: 70px;
  margin-right: -375px;
}
.contact-section-five .image-column .inner-column .image {
  position: relative;
  margin-bottom: 0;
}
.contact-section-five .image-column .inner-column .image:before {
  position: absolute;
  left: -20px;
  top: 60px;
  bottom: 0;
  width: 20px;
  background-color: var(--bg-theme-color2);
  border-radius: 10px 0 0 0;
  content: "";
}
.contact-section-five .image-column .inner-column .image img {
  border-radius: 10px 0 0 0;
}
.contact-section-five .tabs-column .inner-column {
  padding-bottom: 100px;
}
.contact-section-five .tabs-column .inner-column .sec-title {
  margin-bottom: 25px;
}
.contact-section-five .tabs-column .inner-column .sec-title .sub-title-style-two {
  margin-bottom: 10px;
}

/*** 

====================================================================
    Map Section
====================================================================

***/
.map-section {
  position: relative;
  z-index: 1;
}
.map-section .map {
  position: relative;
  min-height: 492px;
  width: 100%;
  display: block;
}
.map-section .branches-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.map-section.alternate .map {
  min-height: 490px;
}
.map-section.alternate.pull-up {
  margin-top: -45px;
}

.branch-block {
  position: relative;
}
.branch-block .inner-box {
  position: relative;
  background-color: #fff;
  padding: 45px 50px 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-block .inner-box:hover {
  background-color: var(--bg-theme-color2);
}
.branch-block .inner-box:hover .info-list li,
.branch-block .inner-box:hover .info-list li i,
.branch-block .inner-box:hover .title {
  color: #fff;
}
.branch-block .title {
  margin-bottom: 35px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-block .info-list {
  position: relative;
}
.branch-block .info-list li {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  line-height: 26px;
  color: #7c859b;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-block .info-list li a {
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.branch-block .info-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #d41e44;
  line-height: 26px;
  width: 20px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-section {
  background-color: var(--theme-color-light);
  overflow: hidden;
  padding: 120px 0 90px;
  position: relative;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .inner-box:hover .content-box {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .content-box {
  background-color: var(--theme-color-light);
  border-radius: 10px 0 10px 10px;
  margin-left: 30px;
  margin-top: -65px;
  padding: 30px 30px 35px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .content-box .date {
  background-color: var(--theme-color1);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--theme-color-light);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 10px;
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
.news-block .content-box .post-info {
  color: #6a6a6a;
  font-size: 14px;
  position: relative;
}
.news-block .content-box .post-info i {
  color: var(--theme-color1);
  margin-right: 5px;
}
.news-block .content-box .title {
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 15px;
}
.news-block .content-box .title:hover {
  color: var(--theme-color1);
}
.news-block .content-box .text {
  margin-bottom: 15px;
}
.news-block .content-box .read-more {
  color: #0f0f0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 25px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .content-box .read-more i {
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .content-box .read-more:hover {
  color: var(--theme-color2);
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}
.news-block .content-box .read-more:hover i {
  opacity: 0;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.range-slider {
  position: relative;
}
.range-slider .title {
  line-height: 26px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.range-slider .title:before {
  position: absolute;
  content: "$";
  left: -5px;
  top: -19px;
  color: #646578;
  font-size: 18px;
}
.range-slider p {
  position: relative;
  display: inline-block;
  color: #646578;
  margin-right: 10px !important;
}
.range-slider .input {
  color: #646578;
  max-width: 75px;
  font-size: 18px;
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.range-slider .input input {
  background: none;
  color: #646578;
  font-size: 15px;
  text-align: left;
}
.range-slider .ui-widget.ui-widget-content {
  height: 4px;
  border: none;
  margin-bottom: 14px;
  background-color: #d0d4dd;
  border-radius: 2px;
}
.range-slider .ui-slider .ui-slider-range {
  top: 0px;
  height: 4px;
  background-color: var(--theme-color1);
}
.range-slider .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color1);
}
.range-slider .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider .ui-widget-content .ui-state-default {
  top: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
  background-color: var(--theme-color1);
}
.range-slider .ui-widget-content .ui-state-default:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}
.range-slider input[type=submit] {
  position: relative;
  display: block;
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  float: right;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  text-transform: capitalize;
  cursor: pointer;
  padding: 7px 20px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.range-slider input[type=submit]:hover {
  color: var(--text-color-bg-theme-color2);
  background-color: var(--theme-color2);
}

 
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 110px;
  min-height: 250px;
}
@media only screen and (max-width: 767px) {
  .page-title {
    padding: 70px 0 60px;
  }
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(19 19 19 / 60%);
  opacity: 0.8;
  content: "";
}
.page-title .title-outer {
  text-align: center;
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .page-title .title {
    font-size: 54px;
    margin-bottom: 10px;
  }
}
.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color2);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}
.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}
.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}
.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}
.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}
.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #ffffff;
  color: #ff6d2e;
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.help-shape-1 {
  position: absolute;
  bottom: -215px;
  left: -95px;
  width: 220px;
  height: 500px;
  background-color: #303030;
  mix-blend-mode: soft-light;
  border-radius: 150px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.help-shape-2 {
  position: absolute;
  top: -118px;
  right: -130px;
  width: 180px;
  height: 350px;
  background-color: #fff;
  mix-blend-mode: soft-light;
  border-radius: 186px;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}
 .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.nav-links .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: calc(50% - 15px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nav-links .prev {
    width: 100%;
  }
}
.nav-links .prev .thumb {
  margin-right: 20px;
}
.nav-links .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .nav-links .next {
    width: 100%;
  }
}
.nav-links .next .thumb {
  margin-left: 20px;
}
.nav-links > div {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.nav-links > div .thumb {
  display: inline-block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.nav-links > div .thumb a {
  display: inline-block;
}
.nav-links > div > a {
  display: inline-block;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 1.637;
  font-weight: var(--body-font-weight-bold);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--theme-light-background-text-color);
  background-color: var(--theme-light-background);
  padding: 52px 50px;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nav-links > div > a {
    padding: 30px;
  }
}
.nav-links > div > a:hover {
  color: var(--text-color-bg-theme-color1);
  background-color: var(--theme-color1);
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: var(--h4-font-weight);
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: var(--text-color-bg-theme-color2);
  opacity: 1;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: var(--text-color-bg-theme-color2);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: var(--text-color-bg-theme-color2);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form button[type=submit] {
    width: 42px;
  }
}
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--text-color-bg-theme-color2);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color1);
}
.contact-details__info li:hover .icon span {
  color: var(--text-color-bg-theme-color1);
}
.contact-details__info li .text {
  margin-left: 30px;
}
.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
}
.contact-details__info li + li {
  margin-top: 30px;
}

.main-footer {
  background-color: #181818;
  background-image: url(../images/bg-03.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.main-footer .upper-box {
  position: relative;
  padding: 50px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .upper-box .contact-info {
  position: relative;
  margin-bottom: 25px;
}
.main-footer .upper-box .contact-info.logo-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 1023px) {
  .main-footer .upper-box .contact-info.logo-box {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}
.main-footer .upper-box .contact-info .logo {
  margin: 0 auto;
  max-width: 115px;
}
@media only screen and (max-width: 1023px) {
  .main-footer .upper-box .contact-info {
    text-align: center !important;
  }
}
.main-footer .upper-box .contact-info:last-child {
  text-align: right;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-footer .upper-box .contact-info .inner-box {
  position: relative;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .main-footer .upper-box .contact-info .inner-box {
    text-align: center !important;
  }
}
.main-footer .upper-box .contact-info .title {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.main-footer .upper-box .contact-info .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0;
}
.main-footer .upper-box .contact-info .text span{
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.main-footer .upper-box .contact-info .text span.title{
        font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 10px;

}
.main-footer .upper-box .contact-info .text a {
  color: inherit;
  font-weight: inherit;
}
.main-footer .upper-box .contact-info .text a:hover {
  color: #00934d;
}
.main-footer .widgets-section {
  position: relative;
  padding: 80px 0 30px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 50px;
}
.main-footer .footer-widget {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-widget {
    text-align: center;
  }
}
.main-footer .widget-title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.main-footer .text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .main-footer .about-widget {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .contacts-widget .social-icon-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} 
/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  background-color: #111111;
}
.footer-bottom .inner-container {
  position: relative;
  padding: 30px 15px;
  text-align: center;
}
.footer-bottom .copyright-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #7f7f7f;
  font-weight: 500;
}
.footer-bottom .copyright-text p {
  margin-bottom: 0;
  line-height: 1.35;
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}
/* --------------- */
.gallery-outer{
    columns: 4 200px;
	column-gap: 1rem;
	margin: 1rem auto;
 }
.gallery-outer img {
	display: block;
	margin-bottom: 1rem;
	width: 100%;  
    border-radius: 20px;
      -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.gallery-outer a{
    position: relative;
    overflow: hidden;
}
.gallery-outer a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.gallery-outer a:hover::after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
@media (max-width:575px){
    .gallery-outer {
    columns: 2 150px;
    column-gap: .5rem;
}
.gallery-outer img {
    margin-bottom: .5rem;
    border-radius: 10px;
}
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111;
  color: #fff;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.cookie-container {
  max-width: 1200px;
  margin: auto;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cookie-container p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.cookie-container a {
  color: #4da3ff;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.cookie-actions .btn {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.btn.accept {
  background: #4caf50;
  color: #fff;
}

.btn.reject {
  background: #777;
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .cookie-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.list-style-icon li {
    position: relative;
    padding-left: 30px;
    line-height: 1.45;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}
.list-style-icon li i{
    position: absolute;
    left: 0;
    font-size: 18px;
    color: var(--headings-color);
}

.fb-block .fb_iframe_widget, .fb-block .fb_iframe_widget span {
    display: block;
    margin: auto;
}
.outerBlock{
    padding: 20px;
    border-radius: 20px;
    background: #f1f1f1;
}
.outerBlock iframe, .outerBlock img{
    border-radius: 20px;
}
 