/* Ilight

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO / Three / Four / Five
5. Sticky Header
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two / Three / Four
11. Features Section / Two / Three / Four / Five / Six
12. About Section / Two / Three / Four / Five / Six
13. Services Section / Two / Three / Four / Five
14. Map Section
15. Call To Action / Two / Three / Four / Five
16. Locations Section / Two
17. Offer Section / Two / Three / Four
18. FAQ's Sectiom / Two
19. Work Section
20. Fun Fact Section / Two
21. Project Section / Two / Three
22. Testimonial Section / Two / Three / Four
23. Why Choose Us / Two / Three
24. Industries Section
25. Pricing Section
26. team Section / Two
27. Contact Sectiom / Two / Three / Four
28. News Section / Two
29. Clients Section
30. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("animate.css");
@import url("flaticon-electric.css");
@import url("owl.css");
@import url("swiper.min.css");
@import url("jquery.fancybox.min.css");
@import url("jquery-ui.css");
@import url("linear.css");
@import url("select2.min.css");
@import url("fontawesome-all.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color1: #fd8137;
  --theme-color2: #24201F;
  --theme-color3: rgba(22, 23, 26, 1);
  --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: #164333;
  --text-color-bg-theme-color3: #fff;
  --theme-color-light: #fff;
  --theme-color-dark: #24201F;
  --text-color-light: var(--theme-color-light);
  --bg-color-light: var(--theme-color-light);
  --text-color: #6A6F78;
  --headings-color: var(--theme-color3);
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --text-font: "Outfit", sans-serif;
  --title-font: "Roboto", sans-serif;
  --body-font-size: 18px;
  --body-line-height: 30px;
  --body-font-weight: 400;
  --line-height-heading-h1: 1em;
  --line-height-heading-h2: 1.2083em;
  --line-height-heading: 1.3em;
  --line-height-heading-small: 1.3em;
  --h1-font-size: 90px;
  --h2-font-size: 50px;
  --h3-font-size: 30px;
  --h4-font-size: 21px;
  --h5-font-size: 20px;
  --h6-font-size: 16px;
  --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: 16px;
  --sec-title-subtitle-font-family: var(--text-font);
  --sec-title-subtitle-font-weight: 700;
  --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: 1230px;
  --small-container-width: 1000px;
  --large-container-width: 1550px;
  --container-pt: 120px;
  --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-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); /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: var(--theme-color1); /* Safari */
  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-);
}
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;
}

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

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

.tm-pricing-smart-switcher {
  color: var(--heading-color);
  font-size: 19px;
  letter-spacing: -0.2px;
  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-bottom: 55px;
}
.tm-pricing-smart-switcher .price-offer {
  color: var(--text-color-bg-theme-color2);
  background-color: #333;
  font-size: 12px;
  line-height: inherit;
  padding: 0.5px 12px;
  border-radius: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}
.tm-pricing-smart-switcher .pricing-switcher-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle {
  width: 70px;
  height: 33px;
  border-radius: 17px;
  background-color: rgba(22, 28, 45, 0.15);
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}
.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active {
  background-color: var(--theme-color1);
}
.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle.secondary-active span {
  right: 7px;
}
.tm-pricing-smart-switcher .pricing-switcher-btn .btn-toggle span {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  right: calc(100% - 27px);
  margin-left: 6px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 500px;
  pointer-events: none;
}

.tm-pricing-smart-switcher-button .switch-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}
.tm-pricing-smart-switcher-button .switch-buttons li {
  display: inline-block;
  margin-bottom: 0;
}
.tm-pricing-smart-switcher-button .switch-buttons li a {
  display: block;
  border: 1px solid #eee;
  outline: none;
  display: inline-block;
  padding: 0.9375rem 2.1875rem;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: rgb(254, 253, 254);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
          box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
}
.tm-pricing-smart-switcher-button .switch-buttons li a:hover, .tm-pricing-smart-switcher-button .switch-buttons li a.active {
  color: var(--theme-color-light);
  border-color: var(--theme-color2);
  background-color: var(--theme-color2);
}
.tm-pricing-smart-switcher-button .switch-buttons li a span.price-offer {
  color: #fff;
  background-color: #333;
  font-size: 12px;
  line-height: inherit;
  padding: 0.5px 12px;
  border-radius: 30px;
  margin-left: 15px;
  text-transform: uppercase;
}
.tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.tm-switch-buttons-round-yes .tm-pricing-smart-switcher-button .switch-buttons li:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.tm-pricing-smart-switcher-button.round-switch-btn .switch-buttons li:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tm-pricing-table .price-secondary {
  display: none !important;
}
.tm-pricing-table.show-secondary-price .price-normal {
  display: none;
}
.tm-pricing-table.show-secondary-price .price-secondary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/*** 

====================================================================
Reset
====================================================================

***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

/*** 

====================================================================
Global Settings
====================================================================

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

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

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

.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 140px;
  width: 140px;
  margin-left: -70px;
  margin-top: -80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/LOGOILIGHT.png);
  background-size: 140px;
  content: "";
}

.preloader:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--theme-color1);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
}

/*=======================
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: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #808287;
  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: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}

.bg-funfact {
  background-image: url(../images/projects/project13.jpg);
  opacity: 30%;
}

.bg-contact {
  background-image: url(../images/projects/project1.jpg); 
  opacity: 0.1;
}

.bg-services {
  background-image: url(../images/projects/project10.jpg);
}

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

.bg-mainsobre {
  background-image: url(../images/projects/project7.jpg);
}

.bg-mainservicos {
  background-image: url(../images/projects/project7.jpg);
}

.bg-maincontactos {
  background-image: url(../images/projects/project7.jpg);
}

.bg-slide1 {
  background-image: url(../images/main-slider/mainimg.jpg);
}

.bg-slide2 {
  background-image: url(../images/projects/project4.jpg);
}

.bg-slide3 {
  background-image: url(../images/projects/project5.jpg);
}

/*=== List Style Four ===*/
.list-style-four {
  position: relative;
}
.list-style-four li {
  color: var(--theme-color-dark);
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 32px;
  margin-bottom: 0;
}
.list-style-four li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\f061";
  font-weight: 900;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color-light);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  text-align: center;
}
.list-style-four li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-four li a:hover {
  color: #ffffff;
}
.list-style-four.style-two li {
  margin-bottom: 5px;
}
.list-style-four.style-two li:before {
  content: "\f00c";
  color: var(--text-color);
}

/*======================
    Contact Info Button 
======================*/
.info-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-left: 70px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
}
@media (max-width: 991.98px) {
  .info-btn {
    padding-left: 70px;
  }
}
.info-btn:hover .icon {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.info-btn small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6A6F78;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .info-btn small {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .main-header .logo img {
    max-height: 75px !important;
  }
}
.info-btn strong {
  font-size: 21px;
  font-weight: 600;
  color: var(--theme-color-dark);
}
@media (max-width: 575.98px) {
  .info-btn strong {
    font-size: 20px;
  }
  
  .main-header .logo img {
    max-height: 47px !important;
  }
}
.info-btn .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .info-btn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.info-btn:hover {
  color: var(--theme-color1);
}

/*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: var(--theme-color1);
  -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: 5px;
}
.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover {
  color: var(--theme-color1);
}

/*======================
    Media Play Button 
======================*/

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

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

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 65px;
  width: 65px;
  color: var(--theme-color1);
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 63px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-navs .owl-next span,
.default-navs .owl-prev span {
  display: inline-block;
  background: var(--gradient-1);
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 1px solid var(--theme-color2);
}

.default-dots .owl-dots {
  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;
}
.default-dots .owl-dots .owl-dot {
  height: 5px;
  width: 40px;
  margin: 0 5px;
  border: 1px solid #d7d7d7;
  background-color: var(--theme-color-light);
}
@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);
}

.disable-navs .owl-nav {
  display: none;
}

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

/*Btn Style One*/
.btn-style-one {
  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(--theme-color-light);
}
@media (max-width: 575.98px) {
  .btn-style-one {
    font-size: 12px;
    padding: 10px 28px;
  }
}
.btn-style-one: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);
  z-index: -1;
}
.btn-style-one:hover:before {
  color: #ffffff;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-one: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);
  z-index: 1;
}
.btn-style-one.hvr-light:before {
  color: var(--theme-color-light);
  background-color: var(--bg-theme-color3);
}
.btn-style-one.bg-light:not(hover) {
  background-color: var(--theme-color1) !important;
  color: #fff;
}
.btn-style-one.bg-light:not(hover):before {
  background-color: var(--theme-color-light);
}
.btn-style-one.bg-light:not(hover):hover {
  color: #000;
  height: calc(100% + 1px);
}
.btn-style-one.bg-projects:not(hover) {
  background-color: var(--theme-color1) !important;
  color: #fff;
}
.btn-style-one.bg-projects:not(hover):before {
  background-color: var(--theme-color-light);
}
.btn-style-one.bg-projects:not(hover):hover {
  color: #000;
}
.btn-style-one.bg-dark:before {
  background-color: var(--theme-color2) !important;
  color: var(--theme-color-light) !important;
}
.btn-style-one.bg-dark {
  color: var(--theme-color-light) !important;
  background-color: var(--theme-color1) !important;
}

/*Btn Style two*/
.btn-style-two {
  background: var(--bg-theme-color1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 24px;
  overflow: hidden;
  padding: 15px 50px;
  position: relative;
  text-transform: uppercase;
  z-index: 0;
}
.btn-style-two:before {
  background-color: var(--bg-theme-color2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -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;
}

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

/*** 

====================================================================
  Anim Icons
====================================================================

***/
.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-plane-1 {
  width: 201px;
  height: 301px;
  background-image: url(../images/icons/icon-plane-3.png);
  background-repeat: no-repeat;
}

.shape-2 {
  width: 693px;
  height: 657px;
  background-image: url(../images/pattern/shape-2.png);
}

.icon-dots {
  width: 120px;
  height: 250px;
  background-image: url(../images/icons/icon-dots.html);
}

.icon-lines {
  width: 530px;
  height: 227px;
  background-image: url(../images/icons/icon-lines.html);
}

.icon-quote {
  width: 64px;
  height: 64px;
  background-image: url(../images/icons/icon-quote.png);
}

.icon-big-drill {
  width: 236px;
  height: 274px;
  background-image: url(../images/icons/icon-big-drill.png);
}

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

/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color1);
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: var(--theme-color2);
  z-index: 3;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: var(--theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  background: var(--theme-color2);
  color: #ffffff;
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*** 

====================================================================
Main Header
====================================================================

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

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

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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%;
}
.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 .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header-top .useful-links li {
  position: relative;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #bdbdbd;
  line-height: 20px;
}
.header-top .useful-links li a {
  color: #bdbdbd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color1);
}
.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .header-lower .logo-box {
  position: relative;
  padding: 20px 0;
}
.main-header {
  width: 100%;
  z-index: 999;
}
body header {
  margin-bottom: 0;
}
body footer {
  margin-top: 0;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  max-height: 85px;
}
.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;
}
@media only screen and (max-width: 1023.98px) {
  .main-menu {
    display: none;
  }
}

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

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

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

.main-menu .navigation.onepage-nav > li {
  margin-right: 30px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 14px 0px;
  margin-right: 80px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:last-child:after {
  display: none;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 12px;
  height: 2px;
  width: 0%;
  background-color: var(--theme-color1);
  z-index: 3;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:after {
  content: "";
  position: absolute;
  top: 42px;
  right: -45px;
  width: 4px;
  height: 4px;
  opacity: 0.2;
  background-color: #ebebeb;
}
.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(--title-color);
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  text-transform: uppercase;
  -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-color1);
}
.main-menu .navigation > li.current > a {
  color: #0f054c;
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 19px;
  margin-right: -19px;
}
.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: #ffffff;
  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(--theme-color-dark);
  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 {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 220px;
  z-index: 100;
  display: none;
  background-color: #ffffff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -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 > li > ul > li {
  position: relative;
  border-bottom: 1px solid #ebf1f5;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: var(--theme-color-dark);
  text-align: left;
  margin: 0 30px;
  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 {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.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 .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 22px;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color1);
}

.main-header .cart-btn {
  position: relative;
  text-align: center;
}
.main-header .cart-btn:hover {
  color: var(--theme-color1);
}
.main-header .cart-btn .count {
  position: absolute;
  top: -9px;
  right: -8px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 50%;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
}

.header-search {
  position: relative;
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-search .form-group {
  position: relative;
}
.header-search .form-group input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  line-height: 20px;
  padding: 5px 0;
  padding-left: 30px;
  color: var(--text-color);
  background: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid transparent;
}
.header-search .form-group input:not([type=submit])::-webkit-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::-moz-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit]):-ms-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::-ms-input-placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit])::placeholder {
  color: var(--text-color);
}
.header-search .form-group input:not([type=submit]):focus {
  border-bottom: 1px solid var(--theme-color-light);
}
.header-search .form-group .icon {
  position: absolute;
  top: 0px;
  left: 0;
  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;
  line-height: 20px;
  font-size: 20px;
  padding: 5px 0;
  color: var(--theme-color-dark);
  background: none;
}

.sticky-header .main-menu .navigation.onepage-nav > li {
  margin-left: 0;
}

/*** 
====================================================================
  Header Style Four
====================================================================
***/
.header-style-four {
  left: 0;
  position: absolute;
  top: 30px;
  width: 100%;
  /* z-index: 9; */
}
.header-style-four .header-lower {
  position: relative;
}
.header-style-four .header-lower .main-box {
  background-color: rgba(0, 0, 0, 0.2);
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .header-style-four .header-lower .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1199.98px) {
  .header-style-four .header-lower .main-box .nav-outer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 991.98px) {
  .header-style-four .header-lower .main-box .nav-outer {
    width: auto;
  }
}
.header-style-four .header-lower .main-box .logo-box {
  padding: 38px 30px;
  margin-right: 94px;
}
@media (max-width: 1199.98px) {
  .header-style-four .header-lower .main-box .logo-box {
    margin-right: 60px;
  }
}
@media (max-width: 991.98px) {
  .header-style-four .header-lower .main-box .logo-box {
    margin-right: 0;
    padding: 22px 22px;
  }
}
.header-style-four .header-lower .main-box .outer-box .ui-btn-outer {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .header-style-four .header-lower .main-box .outer-box .btn-box {
    display: none;
  }
}
.header-style-four .header-lower .main-box .outer-box .mobile-nav-toggler {
  color: var(--theme-color-light);
}
.header-style-four .header-lower .theme-btn {
  padding: 18px 34.5px;
}
.header-style-four .main-menu .navigation > li::after {
  display: none;
}
.header-style-four .main-menu .navigation > li.current > a {
  color: var(--theme-color-light);
  font-weight: 500;
}
.header-style-four .main-menu .navigation > li > a {
  color: var(--theme-color-light);
  font-weight: 500;
}
.header-style-four .main-menu .navigation > li {
  margin-right: 47px;
  padding: 40px 0px;
}
.header-style-four .main-menu .navigation > li::before {
  background-color: var(--theme-color-light);
  top: auto;
  height: 5px;
  bottom: 0;
}

.header-style-four .main-menu .navigation.onepage-nav > li {
  margin-right: 30px;
}

/*** 

====================================================================
    Header Style Six
====================================================================

***/
.header-style-six.style-two .header-lower {
  position: relative;
}
.header-style-six.style-two .header-lower .logo-box:before {
  background-color: var(--theme-color2);
}
.header-style-six .header-top {
  background-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .header-style-six .header-top {
    display: none;
  }
}
.header-style-six .header-top .inner-container {
  padding: 0 192px;
}
@media (max-width: 1653.98px) {
  .header-style-six .header-top .inner-container {
    padding: 0 100px;
  }
}
.header-style-six .header-top .inner-container .top-left {
  width: 30%;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
.header-style-six .header-top .inner-container .top-center {
  width: 40%;
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}
@media (max-width: 1399.98px) {
  .header-style-six .header-top .inner-container .top-center {
    display: none;
  }
}
.header-style-six .header-top .inner-container .list-style-one {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-style-six .header-top .inner-container .list-style-one i {
  color: var(--theme-color1);
  font-size: 12px;
}
.header-style-six .header-top .inner-container .list-style-one li {
  color: #444;
}
.header-style-six .header-top .inner-container .list-style-one li a {
  color: #444;
}
.header-style-six .header-top .inner-container .list-style-one.style-two {
  padding: 13px 0;
}
.header-style-six .header-top .inner-container .list-style-one.style-two li {
  position: relative;
  margin-right: 18px;
  color: #444;
}
.header-style-six .header-top .inner-container .list-style-one.style-two li:before {
  position: absolute;
  left: auto;
  top: 0;
  content: "/";
  color: #444;
  font-size: 14px;
  right: -11px;
}
.header-style-six .header-top .inner-container .list-style-one.style-two li:last-child {
  margin-right: 14px;
}
.header-style-six .header-top .inner-container .list-style-one.style-two li:last-child:before {
  display: none;
}
@media (max-width: 1199.98px) {
  .header-style-six .header-top .inner-container .list-style-one.style-two li {
    margin-right: 15px;
  }
}
.header-style-six .header-top .inner-container .list-style-one.style-two li a {
  color: #444;
}
.header-style-six .header-top .inner-container .list-style-one.style-two li a:hover {
  color: var(--theme-color1);
}
.header-style-six .header-top .inner-container .social-icon-one li {
  position: relative;
  margin: 0 13px;
}
.header-style-six .header-top .inner-container .social-icon-one li a {
  color: #444;
  font-size: 15px;
}
.header-style-six .header-top .inner-container .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 30%;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}
.header-style-six .header-lower {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  .header-style-six .header-lower {
    background-color: var(--theme-color-light);
    position: relative;
  }
}
.header-style-six .header-lower .logo-box {
  position: relative;
  height: 100px;
  min-width: 284px;
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .header-style-six .header-lower .logo-box {
    min-width: 270px;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .header-style-six .header-lower .logo-box {
    height: auto;
    min-width: 250px;
    padding: 15px 20px;
  }
}
.header-style-six .header-lower .logo-box .logo {
  text-align: center;
}
.header-style-six .header-lower .logo-box:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(36, 32, 31, 0.9);
  content: "";
}
@media (max-width: 575.98px) {
  .header-style-six .header-lower .logo-box:before {
    display: none;
  }
}
.header-style-six .header-lower .info-btn-two {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  padding-left: 76px;
  text-align: left;
  font-weight: 700;
  line-height: 20px;
  min-height: 62px;
  top: 7px;
}
@media (max-width: 1599.98px) {
  .header-style-six .header-lower .info-btn-two {
    display: none;
  }
}
.header-style-six .header-lower .info-btn-two:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.header-style-six .header-lower .info-btn-two.style-two .icon {
  border: 1px solid var(--theme-color1);
  background-color: transparent;
  color: var(--theme-color1);
}
.header-style-six .header-lower .info-btn-two small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  color: var(--theme-color-light);
}
.header-style-six .header-lower .info-btn-two strong {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-light);
}
.header-style-six .header-lower .info-btn-two .icon {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-style-six .header-lower .info-btn-two:hover {
  color: var(--theme-color2);
}
.header-style-six .header-lower .outer-box2 {
  background-color: rgb(36, 32, 31);
  width: 100%;
  position: relative;
  left: 0;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0 6px 74px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .header-style-six .header-lower .outer-box2 {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .header-style-six .header-lower .outer-box2 {
    padding: 32px 0;
  }
}
@media (max-width: 575.98px) {
  .header-style-six .header-lower .outer-box2 {
    background-color: transparent;
  }
}
@media (max-width: 1199.98px) {
  .header-style-six .header-lower .outer-box2 .main-menu {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-style-six .main-box {
    background-color: var(--theme-color2);
  }
}
.header-style-six .main-box .nav-outer {
  display: block;
}
.header-style-six .main-box .nav-outer .navigation > li {
  padding: 29px 0px;
  margin-right: 47px;
}
.header-style-six .main-box .nav-outer .navigation > li:before {
  display: none;
}
.header-style-six .main-box .nav-outer .navigation > li:after {
  display: none;
}
.header-style-six .main-box .nav-outer .navigation > li > a {
  color: var(--theme-color-light);
  font-size: 14px;
  font-weight: 400;
}
.header-style-six .main-box .nav-outer .navigation > li > a:after {
  display: none;
}
.header-style-six .main-box .outer-box {
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .header-style-six .main-box .outer-box {
    margin-right: 20px;
  }
}
.header-style-six .main-box .outer-box .divider {
  height: 45px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 32px;
  margin-left: 29px;
}
@media (max-width: 1399.98px) {
  .header-style-six .main-box .outer-box .divider {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-six .main-box .outer-box .divider {
    display: block;
    margin-right: 3px;
  }
}
@media (max-width: 767.98px) {
  .header-style-six .main-box .outer-box .divider {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-style-six .main-box .outer-box .ui-btn {
    display: none;
  }
}
.header-style-six .main-box .outer-box .search-btn {
  margin-right: 22px;
}
.header-style-six .main-box .outer-box .btn-box.style-two .theme-btn {
  background-color: transparent;
  border: 1px solid var(--theme-color1);
  color: var(--theme-color1);
}
.header-style-six .main-box .outer-box .theme-btn {
  background-color: var(--theme-color1);
  margin-left: 20px;
}
@media (max-width: 1399.98px) {
  .header-style-six .main-box .outer-box .theme-btn {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-six .main-box .outer-box .mobile-nav-toggler {
    display: block;
    color: var(--theme-color-light);
  }
}
@media (max-width: 1199.98px) {
  .header-style-six .main-menu .navbar-collapse {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-style-six .sticky-header .mobile-nav-toggler {
    display: block;
  }
}

@media (max-width: 1600px) {
  .header-style-one .main-box .nav-outer ul.navigation.onepage-nav > li,
  .header-style-two .main-box .nav-outer ul.navigation.onepage-nav > li,
  .header-style-four .main-box .nav-outer ul.navigation.onepage-nav > li,
  .header-style-six .main-box .nav-outer ul.navigation.onepage-nav > li {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .header-style-one .main-box .nav-outer ul.navigation.onepage-nav > li,
  .header-style-two .main-box .nav-outer ul.navigation.onepage-nav > li,
  .header-style-four .main-box .nav-outer ul.navigation.onepage-nav > li,
  .header-style-six .main-box .nav-outer ul.navigation.onepage-nav > li {
    margin-right: 20px;
  }
}

.sticky-header .main-menu ul.navigation.onepage-nav > li {
  margin-left: 30px;
}

/*** 

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

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99999;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .sticky-header {
    padding: 5px 0;
  }
}

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

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
.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: 60px;
  padding: 20px 0;
}

.sticky-header .main-menu .navigation > li > a {
  color: var(--theme-color-dark);
}

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

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

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

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color2);
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media only screen and (max-width: 1023.98px) {
  .mobile-nav-toggler {
    display: block;
  }
}

.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-light);
  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 {
  color: var(--theme-color1);
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 40px;
}
.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: var(--bg-theme-color2);
  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-light);
}
.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 .icon {
  color: var(--theme-color1);
  margin-right: 5px;
}
.contact-list-one li .title {
  color: var(--theme-color-light);
}
.contact-list-one li .text {
  color: var(--theme-color-light);
}
.contact-list-one li a {
  color: var(--theme-color-light);
}
.contact-list-one li a:hover {
  color: var(--theme-color1);
}
.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-color2);
}
.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: var(--theme-color3);
  -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: 40px;
}
.sec-title .sub-title {
  position: relative;
  top: -8px;
  /* padding-left: 34px; */
  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;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sec-title .sub-title:before {
  position: absolute;
  left: 0;
  top: -7px;
  height: 24px;
  width: 24px;
  /* background-image: url(../images/icons/title.png); */
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.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 .service-title {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--theme-color-light);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  letter-spacing: 0.01em;
  margin-top: -5px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .sec-title .service-title {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .sec-title .service-title {
    font-size: 32px;
  }
  .sec-title .service-title br {
    display: none;
  }
}
.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);
  letter-spacing: 0.01em;
  margin-top: -5px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .sec-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .sec-title h2 {
    font-size: 32px;
  }
  .sec-title h2 br {
    display: none;
  }
}
.sec-title .text {
  margin-top: 30px;
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .text {
  color: #fff;
}
.sec-title.light .sub-title {
  color: var(--theme-color1);
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .text {
  color: #fff;
}
.sec-title.light .sub-title.light {
  color: #fff;
}
.sec-title.light .sub-title.light:before {
  content: none;
}

/*** 

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

***/
.banner-section {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1023.98px) {
  .banner-section {
    margin-top: 0;
  }
}
.banner-section.style-two .slide-item .content-box .sub-title {
  color: var(--theme-color-light);
}
.banner-section.style-two .slide-item:before {
  display: none;
}
.banner-section.style-two .slide-item:after {
  display: none;
}
.banner-section.style-two .slide-item .bg-image:before {
  opacity: 70%;
}
.banner-section.style-two .banner-carousel .owl-dots {
  display: none;
}
.banner-section .slide-item {
  position: relative;
  min-height: 954px;
}
@media (max-width: 1399.98px) {
  .banner-section .slide-item {
    min-height: auto;
  }
}
.banner-section .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 343px;
  height: 387px;
  /* background-image: url(../images/main-slider/shape-1.png); */
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-section .slide-item:before {
    display: none;
  }
}
.banner-section .slide-item:after {
  content: "";
  position: absolute;
  bottom: -42px;
  right: 0;
  width: 420px;
  height: 454px;
  /* background-image: url(../images/main-slider/shape-2.png); */
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .banner-section .slide-item:after {
    display: none;
  }
}
.banner-section .slide-item .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fun-fact-section .bg .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 85%;
}
.banner-section .content-box {
  position: relative;
  padding: 357px 0 200px;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .banner-section .content-box {
    padding: 320px 0 200px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .content-box {
    padding: 300px 0 200px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .content-box {
    padding: 240px 0 180px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box {
    padding: 220px 0 160px;
  }
}
.banner-section .content-box .sub-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .banner-section .content-box .sub-title {
    font-size: 16px;
  }
}
.banner-section .content-box .title {
  color: #ffffff;
  font-size: 80px;
  line-height: 95px;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .banner-section .content-box .title {
    font-size: 60px;
    line-height: 1;
  }
}
@media (max-width: 767.98px) {
  .banner-section .content-box .title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.banner-section .content-box .title-stroke {
  color: #ffffff;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  line-height: 1;
  position: absolute;
  left: calc(50% - 340px);
  top: 280px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}
@media (max-width: 1399.98px) {
  .banner-section .content-box .title-stroke {
    top: 240px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .content-box .title-stroke {
    font-size: 100px;
    left: calc(50% - 170px);
    top: 205px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .content-box .title-stroke {
    font-size: 80px;
    left: calc(50% - 136px);
    top: 195px;
  }
}
.banner-section .content-box .btn-box {
  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 (max-width: 1399.98px) {
  .banner-section .banner-carousel .owl-stage-outer {
    height: auto !important;
  }
}
@media only screen and (max-width: 1699.98px) {
  .banner-section .banner-carousel .owl-stage-outer {
    height: auto !important;
  }
}
.banner-section .banner-carousel .owl-nav {
  display: none;
}
.banner-section .banner-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 50px;
}
.banner-section .banner-carousel .owl-dots .owl-dot span {
  background-color: #D9D9D9;
  outline: 5px solid transparent;
  outline-offset: -3px;
  border-radius: 50px;
  display: inline-block;
  width: 15px;
  height: 5px;
  margin: 0 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.banner-section .banner-carousel .owl-dots .owl-dot.active span {
  width: 40px;
  outline-color: #D9D9D9;
}

/* 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 .animate-fade {
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.owl-carousel .active .animate-fade,
.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-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  max-width: 1170px;
  margin: -25px auto 0;
  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;
}
@media (max-width: 1199.98px) {
  .banner-carousel .owl-nav {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 767.98px) {
  .banner-carousel .owl-nav {
    display: none;
  }
}
.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
  display: block;
  margin: 10px 0;
  height: 50px;
  width: 50px;
  color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
  opacity: 1;
}

/*** 

====================================================================
    About Section
====================================================================

***/
.about-section {
  position: relative;
  padding: 120px 0 120px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .about-section {
    padding: 0 0 43px;
  }
}
@media (max-width: 991.98px) {
  .about-section {
    padding: 90px 0 74px;
  }
}
.about-section .icon-plane-1 {
  position: absolute;
  top: 145px;
  left: 70px;
  -webkit-animation: bounce-y 10s infinite linear;
          animation: bounce-y 10s infinite linear;
}
@media (max-width: 1399.98px) {
  .about-section .icon-plane-1 {
    opacity: 0.1;
  }
}
.about-section .sec-title {
  margin-bottom: 25px;
}
.about-section .image-column {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .about-section .image-column {
    display: none;
  }
}
.about-section .image-column .inner-column {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 1399.98px) {
  .about-section .image-column .inner-column {
    margin-right: 0;
  }
}
.about-section .image-column .inner-column:before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 260px;
  height: 5px;
  background-color: #e1e1e1;
}
@media (max-width: 1399.98px) {
  .about-section .image-column .inner-column:before {
    left: 35px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column:before {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column:before {
    display: none;
  }
}
.about-section .image-column .inner-column:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 5px;
  background-color: #e1e1e1;
}
@media (max-width: 1399.98px) {
  .about-section .image-column .inner-column:after {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column:after {
    width: 225px;
  }
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column:after {
    display: none;
  }
}
.about-section .image-column .inner-column .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1399.98px) {
  .about-section .image-column .inner-column .image-box {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
  }
}
.about-section .image-column .inner-column .image-box .image {
  margin-right: 20px;
  margin-bottom: 0;
}
.about-section .image-column .inner-column .image-box .image img {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    clip-path: none;
  }
}
.about-section .image-column .inner-column .image-2 {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .image-2 {
    display: none;
  }
}
.about-section .image-column .inner-column .image-2 img {
  position: relative;
}
.about-section .image-column .inner-column .video-box {
  position: absolute;
  right: 0;
  bottom: -82px;
  width: 259px;
  height: 217px;
  padding: 31px 37px;
  background-color: var(--theme-color1);
  background-image: url(../images/icons/bg-about.png);
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .video-box {
    bottom: -100px;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .video-box {
    width: 225px;
    padding: 31px 25px;
  }
}
@media (max-width: 991.98px) {
  .about-section .image-column .inner-column .video-box {
    right: 20px;
    bottom: 20px;
  }
}
.about-section .image-column .inner-column .video-box .title {
  color: var(--theme-color-light);
  margin-bottom: 24px;
  font-size: 18px;
}
.about-section .image-column .inner-column .video-box .play-btn .icon {
  height: 50px;
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 16px;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .image-column .inner-column .video-box .play-btn:hover .icon {
  color: var(--theme-color-light);
  background-color: var(--theme-color2);
}
.about-section .content-column {
  margin-bottom: 50px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .about-section .content-column {
    margin-bottom: 0;
  }
}
.about-section .content-column .inner-column {
  position: relative;
  padding-right: 10px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column {
    padding-right: 0;
  }
}
.about-section .content-column .inner-column .text.two {
  color: var(--theme-color1);
  margin-bottom: 28px;
  text-decoration: underline;
}
.about-section .content-column .inner-column .text.two a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--theme-color1);
}
@media (max-width: 767.98px) {
  .about-section .content-column .inner-column .text.two a br {
    display: none;
  }
}
.about-section .content-column .inner-column .text {
  margin-bottom: 40px;
  color: #7a7a7a;
}
.about-section .content-column .inner-column .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section .content-column .inner-column .author-box {
  position: relative;
  display: inline-block;
  background-color: #f3f4f7;
  padding: 30px 20px 0 20px;
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .author-box {
    padding: 15px 15px;
  }
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .author-box {
    margin-bottom: 30px;
    margin-right: 0;
    width: 60%;
  }
}
.about-section .content-column .inner-column .author-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .author-box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.about-section .content-column .inner-column .author-box .inner .image {
  margin-bottom: 0;
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .author-box .inner .image {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.about-section .content-column .inner-column .author-box .inner .image img {
  border-radius: 50%;
}
.about-section .content-column .inner-column .author-box .inner .name {
  font-size: 17px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .author-box .inner .name br {
    display: none;
  }
}
.about-section .content-column .inner-column .author-box .inner .designation {
  font-size: 16px;
  display: block;
}
.about-section .content-column .inner-column .list-style-two {
  margin-top: 5px;
}

/*** 

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

***/
.about-section-two {
  position: relative;
  padding: 0 0 120px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .about-section-two {
    padding: 0 0 90px 0;
  }
}
.about-section-two .shape-7 {
  position: absolute;
  top: 158px;
  right: 0;
  width: 182px;
  height: 485px;
  background-image: url("../images/pattern/shape-7.png");
}
@media only screen and (max-width: 1599.98px) {
  .about-section-two .shape-7 {
    display: none;
  }
}
.about-section-two .shape-8 {
  position: absolute;
  bottom: 170px;
  left: 64px;
  width: 54px;
  height: 161px;
  background-image: url("../images/pattern/shape-8.png");
}
@media only screen and (max-width: 1599.98px) {
  .about-section-two .shape-8 {
    display: none;
  }
}
.about-section-two .sec-title {
  margin-bottom: 20px;
}
.about-section-two .content-column {
  margin-bottom: 0;
}
.about-section-two .content-column .inner-column {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section-two .content-column .inner-column {
    padding-top: 60px;
  }
}
.about-section-two .content-column .inner-column .text.two {
  color: var(--theme-color1);
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .text.two br {
    display: none;
  }
}
.about-section-two .content-column .inner-column .text.two a {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color1);
}
.about-section-two .content-column .inner-column .text {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .about-section-two .content-column .inner-column .text br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .about-section-two .image-column .inner-column {
    margin-top: 50px;
  }
}
.about-section-two .image-column .inner-column .image-box {
  position: relative;
}
.about-section-two .image-column .inner-column .image-box:before {
  content: "";
  position: absolute;
  height: 90%;
  width: 75%;
  left: 29px;
  top: 77px;
  background-color: var(--theme-color1);
  /* -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg); */
  z-index: -1;
}
.about-section-two .image-column .inner-column .image-box .image {
  margin-bottom: 0;
  margin-right: 48px;
  margin-left: 40px;
}
.about-section-two .image-column .inner-column .image-box .image img {
  width: 100%;
}

/*** 

====================================================================
        About Section
====================================================================

***/
.about-section-eight {
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 991.98px) {
  .about-section-eight {
    padding: 0 0 50px;
  }
}
@media (max-width: 991.98px) {
  .about-section-eight.style-two {
    padding: 70px 0 84px;
  }
}
.about-section-eight.style-two .content-column {
  margin-bottom: 0;
}
.about-section-eight.style-two .image-column {
  margin-bottom: 0;
}

.about-section-eight .content-column {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.about-section-eight .content-column .inner-column {
  position: relative;
  padding-left: 40px;
}
@media (max-width: 991.98px) {
  .about-section-eight .content-column .inner-column {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section-eight .content-column .inner-column {
    margin-top: 0px;
  }
}
.about-section-eight .content-column .sec-title {
  margin-bottom: 40px;
  margin-right: -50px;
}
@media (max-width: 1399.98px) {
  .about-section-eight .content-column .sec-title {
    margin-right: 0;
  }
}
.about-section-eight .content-column .sec-title .text {
  margin-right: 5px;
}
@media (max-width: 1399.98px) {
  .about-section-eight .content-column .sec-title .text {
    margin-right: 0;
  }
}
.about-section-eight .content-column .list-style-two {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .about-section-eight .content-column .list-style-two {
    margin-bottom: 30px;
  }
}
.about-section-eight .content-column .btn-box {
  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;
}
@media (max-width: 575.98px) {
  .about-section-eight .content-column .btn-box {
    display: block;
  }
}
.about-section-eight .content-column .info-btn {
  position: relative;
  display: block;
  font-size: 22px;
  padding: 8px 0;
  padding-left: 90px;
  color: #181818;
  text-align: left;
  font-weight: 800;
  white-space: nowrap;
  line-height: 20px;
  margin-right: 30px;
}
.about-section-eight .content-column .info-btn small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6a6a6a;
  margin-bottom: 10px;
}
.about-section-eight .content-column .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -34px;
  line-height: 68px;
  height: 68px;
  width: 68px;
  text-align: center;
  border-radius: 50%;
  color: var(--bg-theme-color2);
  background-color: #edf0f5;
  font-size: 24px;
}
.about-section-eight .content-column .info-btn:hover {
  color: var(--bg-theme-color2);
}
.about-section-eight .content-column .founder-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 80px;
  min-height: 65px;
}
@media (max-width: 575.98px) {
  .about-section-eight .content-column .founder-info {
    margin-bottom: 30px;
  }
}
.about-section-eight .content-column .founder-info .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.about-section-eight .content-column .founder-info .thumb img {
  border-radius: 50%;
}
.about-section-eight .content-column .founder-info .name {
  line-height: 24px;
  margin-bottom: 0;
}
.about-section-eight .content-column .founder-info .designation {
  margin-top: 1px;
}

.about-section-eight .image-column {
  position: relative;
  margin-bottom: 121px;
}
@media (max-width: 575.98px) {
  .about-section-eight .image-column {
    display: none;
  }
}
.about-section-eight .image-column .inner-column {
  position: relative;
  padding-right: 110px;
}
.about-section-eight .image-column .inner-column:before {
  position: absolute;
  right: 65px;
  bottom: -15px;
  height: 246px;
  width: 119px;
  background-image: url(../images/icons/pattern-6.png);
  content: "";
}
.about-section-eight .image-column .image-1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0px;
}
.about-section-eight .image-column .image-1 img {
  width: 100%;
}
.about-section-eight .image-column .image-2 {
  position: absolute;
  right: 0;
  top: 60px;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.about-section-eight .image-column .image-2 img {
  width: 100%;
}

.about-section-eight .experience {
  background: var(--bg-theme-color1);
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
          box-shadow: 0 15px 60px rgba(68, 67, 67, 0.08);
  bottom: 60px;
  left: -110px;
  min-width: 220px;
  padding: 20px 30px;
  position: absolute;
}
@media (max-width: 1399.98px) {
  .about-section-eight .experience {
    bottom: 10px;
    left: 10px;
  }
}
.about-section-eight .experience .inner {
  padding-left: 75px;
  position: relative;
}
.about-section-eight .experience .icon {
  color: #ffffff;
  font-size: 64px;
  left: 0px;
  position: absolute;
  top: 3px;
}
.about-section-eight .experience .text {
  color: #ffffff;
  line-height: 20px;
  position: relative;
}
.about-section-eight .experience strong {
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 7px;
  position: relative;
}

/*** 

====================================================================
    Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 120px 0 90px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .services-section {
    padding: 120px 0 30px;
  }
}
.services-section .icon-plane-2 {
  position: absolute;
  top: 50px;
  left: 120px;
}
.services-section .sec-title {
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .services-section .sec-title {
    margin-bottom: 40px;
  }
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block .inner-box {
  position: relative;
  padding-bottom: 112px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-block .inner-box:hover .image-box .read-more {
  color: var(--theme-color-light);
  background: var(--theme-color-dark);
}
.service-block .inner-box:hover .image-box .read-more:before {
  height: 100%;
}
.service-block .inner-box:hover .content-box .inner {
  height: auto;
}
.service-block .inner-box .image-box {
  position: relative;
}
.service-block .inner-box .image-box .image {
  position: relative;
  margin-bottom: 0px;
  margin-right: 42px;
  overflow: hidden;
}
.service-block .inner-box .image-box .image img {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box .image-box .read-more {
  background: #f3f4f7;
  color: var(--theme-color-dark);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  left: 100%;
  line-height: 20px;
  padding: 11px 53px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
  width: 51%;
}
@media (max-width: 1199.98px) {
  .service-block .inner-box .image-box .read-more {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .service-block .inner-box .image-box .read-more {
    width: 49%;
  }
}
.service-block .inner-box .image-box .read-more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  left: auto;
  right: 0;
  height: 0;
  background-color: var(--theme-color-dark);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: -1;
}
.service-block .inner-box .image-box .read-more:hover {
  color: var(--theme-color1);
}
.service-block .inner-box .image-box .read-more i {
  font-size: 14px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: var(--theme-color1);
}
.service-block .inner-box .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 28px 20px;
  background-color: var(--theme-color-light);
  border: 1px solid #eee9e3;
}
.service-block .inner-box .content-box::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 44px;
  height: 64px;
  /* background-image: url(../images/icons/icon-arrow.png); */
  -webkit-transform: translate(-33px, -35px);
          transform: translate(-33px, -35px);
}
.service-block .inner-box .content-box .info-box {
  position: relative;
  padding-left: 105px;
  margin-bottom: 15px;
}
.service-block .inner-box .content-box .icon {
  bottom: 20px;
  height: 80px;
  font-size: 42px;
  left: 0;
  line-height: 80px;
  position: absolute;
  width: 80px;
  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-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.service-block .inner-box .content-box .icon::after {
  /* background-image: url(../images/icons/icon-border.png); */
  bottom: -5px;
  content: "";
  height: 58px;
  position: absolute;
  width: 93px;
}
.service-block .inner-box .content-box .title {
  letter-spacing: -0.01em;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.service-block .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.service-block .inner-box .content-box .inner {
  display: none;
  overflow: hidden;
  padding-right: 46px;
  position: relative;
}
.service-block .inner-box .content-box .inner .text {
  color: #7a7a7a;
  line-height: 24px;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

/*** 

====================================================================
    Services Section Two
====================================================================

***/
.services-section-two {
  position: relative;
  background-color: var(--theme-color2);
  padding: 120px 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .services-section-two {
    padding: 90px 0;
  }
}
.services-section-two .bg-image {
  width: 635px;
}
@media (max-width: 1399.98px) {
  .services-section-two .bg-image {
    display: none;
  }
}
.services-section-two .bg-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  opacity: 0.8;
}
.services-section-two .bg-image2 {
  right: 0;
  width: 1268px;
  left: auto;
}
.services-section-two .bg-image2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color2);
  opacity: 0.8;
}
.services-section-two .owl-carousel .owl-dots {
  position: relative;
  margin-top: 25px;
  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 (max-width: 575.98px) {
  .services-section-two .owl-carousel .owl-dots {
    margin-top: 0;
  }
}
.services-section-two .owl-carousel .owl-dots .owl-dot {
  height: 3px;
  width: 31px;
  margin: 0 5px;
  border: 1px solid #E7E8E8;
  background-color: #E7E8E8;
}
@media (max-width: 575.98px) {
  .services-section-two .owl-carousel .owl-dots .owl-dot {
    width: 20px;
  }
}
.services-section-two .owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}

.service-block-two {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-two .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.9;
}
.service-block-two .inner-box:hover .image-box .read-more {
  color: var(--theme-color-light);
  background: var(--theme-color-dark);
}
.service-block-two .inner-box:hover .image-box .read-more:before {
  height: 100%;
}
.service-block-two .inner-box:hover .content-box .icon {
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
}
.service-block-two .inner-box .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.service-block-two .inner-box .image-box .image img {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box {
  position: relative;
  padding: 0 10px 18px;
}
.service-block-two .inner-box .content-box .inner {
  position: relative;
  display: inline-block;
  border-top: 4px solid var(--theme-color1);
  margin-top: -56px;
  padding: 90px 15px 30px 20px;
  background-color: #F3F4F7;
}
@media (max-width: 991.98px) {
  .service-block-two .inner-box .content-box .inner {
    width: 100%;
  }
}
.service-block-two .inner-box .content-box::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 65px;
  width: 44px;
  height: 64px;
  /* background-image: url(../images/icons/icon-arrow.png); */
  z-index: 3;
  pointer-events: none;
}
.service-block-two .inner-box .content-box .icon {
  position: absolute;
  top: -22px;
  left: 18px;
  height: 87px;
  width: 90px;
  line-height: 87px;
  font-size: 50px;
  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-light);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.service-block-two .inner-box .content-box .title {
  position: relative;
  margin-bottom: 5px;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .service-block-two .inner-box .content-box .title {
    font-size: 20px;
  }
}
.service-block-two .inner-box .content-box .title:hover {
  color: var(--theme-color1);
}
.service-block-two .inner-box .content-box .text {
  line-height: 1.8em;
}
.service-block-two .inner-box .content-box .theme-btn {
  background-color: var(--theme-color-dark);
  width: 100%;
  font-size: 12px;
  padding: 10px 20px;
  color: var(--theme-color-light);
}
.service-block-two .inner-box .content-box .theme-btn i {
  position: relative;
  color: var(--theme-color1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .theme-btn:hover i {
  color: var(--theme-color-light);
}

/*** 

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

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

/*** 

====================================================================
    Locations Section
====================================================================

***/
.locations-section {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.locations-section .map-box {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

.location {
  position: absolute;
  left: 0;
  top: 0;
}
.location:hover .location-info {
  margin-bottom: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.location.align-center .location-info {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.location.align-center .location-info:before {
  left: 50%;
  margin-left: -15px;
}
.location.align-right .location-info {
  left: auto;
  right: -44px;
}
.location.align-right .location-info:before {
  left: auto;
  right: 37px;
}
.location .location-dot {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.location .location-dot:after {
  position: absolute;
  left: -17px;
  top: -17px;
  content: "";
  width: 50px;
  height: 50px;
  background-color: var(--bg-theme-color1);
  border-radius: 50%;
  -webkit-animation: ripple 2s infinite linear;
          animation: ripple 2s infinite linear;
}
.location:nth-child(2) .location-dot:after {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.location:nth-child(3) .location-dot:after {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.location:nth-child(4) .location-dot:after {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.location:nth-child(5) .location-dot:after {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.location:nth-child(6) .location-dot:after {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.location .location-info {
  position: absolute;
  left: -44px;
  bottom: 100%;
  margin-bottom: 0px;
  background-color: var(--bg-theme-color2);
  padding: 30px 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.location .location-info:before {
  position: absolute;
  top: 100%;
  left: 37px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid var(--border-theme-color2);
  content: "";
}
.location .info-list {
  position: relative;
}
.location .info-list li {
  font-size: 16px;
  line-height: 30px;
  color: var(--theme-color1);
}
.location .info-list li:hover a {
  text-decoration: underline;
}

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

.accordion-box {
  position: relative;
}
.accordion-box .block {
  background-color: var(--theme-color-light);
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  position: relative;
}
.accordion-box .block .acc-btn {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: var(--theme-color-dark);
  font-weight: 500;
  cursor: pointer;
  padding: 15px 0 15px 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575.98px) {
  .accordion-box .block .acc-btn {
    padding: 15px 14px 15px 15px;
  }
}
.accordion-box .block .acc-btn .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 28px;
  color: var(--theme-color1);
  font-size: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block .acc-btn .arrow {
  position: absolute;
  right: 15px;
  top: -1px;
  font-size: 14px;
  line-height: 56px;
  font-weight: 800;
  color: var(--theme-color-dark);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-box .block .acc-btn.active {
  color: var(--theme-color-light);
}
.accordion-box .block .acc-btn.active .arrow {
  font-size: 14px;
  color: var(--theme-color-light);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-box .block .acc-btn.active .arrow:before {
  content: "\f063";
}
.accordion-box .block .acc-btn.active .icon {
  top: 10px;
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .acc-content .content {
  position: relative;
  padding: 20px;
}
.accordion-box .block .acc-content .content .text {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .accordion-box .block .acc-content .content .text br {
    display: none;
  }
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box.style-two .block {
  position: relative;
  border: none;
  width: 100%;
  padding: 10px 10px 0 10px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 43px rgba(0, 0, 0, 0.06);
  background-color: var(--theme-color-light);
}
@media (max-width: 991.98px) {
  .accordion-box.style-two .block {
    padding: 7px 10px 10px;
  }
}
.accordion-box.style-two .block .acc-btn {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .accordion-box.style-two .block .acc-btn {
    padding-left: 70px;
  }
}
.accordion-box.style-two .block .arrow {
  right: 4px;
}
.accordion-box.style-two .block .content {
  padding: 15px 20px;
}
.accordion-box.style-two .block .content .text {
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
}
@media (max-width: 991.98px) {
  .accordion-box.style-two .block .content .text {
    line-height: 24px;
    margin-top: 5px;
  }
}
.accordion-box.style-two .block .acc-btn.active {
  color: var(--theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .arrow,
.accordion-box.style-two .block .acc-btn.active .icon {
  color: var(--theme-color1);
}
.accordion-box.style-two .block .acc-btn.active .count {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
}
.accordion-box.style-two .count {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 57px;
  line-height: 57px;
  color: #a6a6a6;
  background-color: #f2f3f6;
  text-align: center;
}
@media (max-width: 575.98px) {
  .accordion-box.style-two .count {
    top: 5px;
  }
}

/*** 

====================================================================
    Fun Fact Section
====================================================================

***/
.fun-fact-section {
  position: relative;
  padding: 100px 0 478px;
  background-color: #f3f4f7;
}
@media (max-width: 991.98px) {
  .fun-fact-section {
    padding: 100px 0 448px;
  }
}
.fun-fact-section.style-two {
  background-color: transparent;
  padding: 0 0 70px;
}
@media (max-width: 991.98px) {
  .fun-fact-section.style-two {
    padding: 0 0 40px;
  }
}
.fun-fact-section.style-three {
  background-color: transparent;
  padding: 167px 0 70px;
}
@media (max-width: 991.98px) {
  .fun-fact-section.style-three {
    padding: 100px 0 40px;
  }
}
.fun-fact-section .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.counter-block {
  position: relative;
  margin-bottom: 50px;
}
.counter-block .inner-box {
  position: relative;
  border: 3px solid #e1e1e1;
  padding: 70px 20px 40px;
  max-width: 225px;
  margin: 50px auto 0;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1399.98px) {
  .counter-block .inner-box {
    max-width: 100%;
  }
}
.counter-block .inner-box:hover .icon {
  background-color: var(--theme-color-dark);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.counter-block .icon {
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 125px;
  height: 125px;
  line-height: 125px;
  font-size: 46px;
  color: var(--theme-color-light);
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 43px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0px 43px rgba(0, 0, 0, 0.06);
  background-color: var(--theme-color1);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.counter-block .count-box {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  color: var(--theme-color-dark);
}
.counter-block .count-box .count-text {
  font-weight: 700;
  font-size: 48px;
  line-height: 1em;
  color: var(--theme-color-dark);
}
.counter-block .counter-title {
  position: relative;
  margin-bottom: 0;
  color: #7a7a7a;
}

/***

====================================================================
    Project Section
====================================================================

***/
.project-section {
  position: relative;
  padding: 120px 0 120px;
  background-color: var(--theme-color-dark);
}
@media (max-width: 991.98px) {
  .project-section {
    padding: 90px 0;
  }
}
.project-section .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.project-section .sec-title {
  margin-bottom: 60px;
}
.project-section .sec-title .sub-title {
  border-color: rgba(255, 255, 255, 0.2);
}
.project-section .projects-carousel-three .owl-nav {
  display: none;
}
.project-section .projects-carousel .owl-stage-outer {
  overflow: visible;
}
.project-section.style-two {
  padding: 120px 0;
}
.project-section.style-two .sub-title {
  border-color: #eee9e3;
}
.project-section.style-three {
  padding: 120px 0 0;
}
@media (max-width: 991.98px) {
  .project-section.style-three {
    padding: 90px 0 0;
  }
}
@media (max-width: 991.98px) {
  .project-section.style-three .sec-title {
    margin-bottom: 40px;
  }
}
.project-section.style-three .project-block {
  margin-bottom: 30px;
}

.project-block {
  position: relative;
  margin-bottom: 40px;
}
.project-block .inner-box {
  position: relative;
  overflow: hidden;
}
.project-block .inner-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 155px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  z-index: 3;
}
.project-block .inner-box .overlay-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 1;
}
.project-block .inner-box:hover .overlay-1 {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.project-block .inner-box:hover:before {
  -webkit-transform: none;
          transform: none;
}
.project-block .inner-box:hover .image-box .image:before {
  height: 100%;
}
.project-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-block .inner-box:hover .icon {
  background-color: var(--bg-theme-color-light);
  color: var(--theme-color-dark);
}
.project-block .inner-box:hover .content-box .read-more {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.project-block .inner-box:hover .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.project-block .inner-box:hover .content-box .cat {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.project-block .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .image-box .image {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.project-block .image-box .image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #24201F), color-stop(80%, #24201F));
  background: linear-gradient(transparent, #24201F 80%, #24201F 80%);
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.project-block .image-box .image img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .content-box {
  bottom: 26px;
  left: 29px;
  position: absolute;
  z-index: 3;
}
.project-block .content-box .read-more {
  background-color: var(--theme-color-dark);
  border-radius: 50%;
  color: var(--theme-color-light);
  display: inline-block;
  height: 42px;
  line-height: 42px;
  margin-bottom: 18px;
  opacity: 0;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  width: 42px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .content-box .read-more i {
  font-size: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.project-block .content-box .title {
  position: relative;
  margin-bottom: 0;
  padding: 6px 18px;
  margin-bottom: 1px;
  opacity: 0;
  background-color: var(--theme-color-light);
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .project-block .content-box .title {
    font-size: 20px;
  }
}
.project-block .content-box .cat {
  position: relative;
  padding: 3px 18px;
  font-weight: 400;
  opacity: 0;
  display: inline-block;
  background-color: var(--theme-color-light);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/
.testimonial-section {
  position: relative;
  padding: 120px 0 120px;
  z-index: 1;
}
.testimonial-section .testimonial-overlay {
  position: relative;
  z-index: 2;
}
.testimonial-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73.62deg, #F3F4F7 51.24%, rgba(143, 143, 145, 0) 123.58%);
  z-index: 2;
}
.testimonial-section .shape-5 {
  position: absolute;
  bottom: -100px;
  left: 20px;
  width: 286px;
  height: 395px;
  background-image: url(../images/pattern/testimonials-shape-1.png);
}
@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 90px 0;
  }
}
.testimonial-section .float-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.testimonial-section .default-dots .owl-dots .owl-dot {
  height: 3px;
  width: 40px;
  margin: 0 5px;
  background-color: #EBEBED;
  border: 1px solid #EBEBED;
}
@media (max-width: 575.98px) {
  .testimonial-section .default-dots .owl-dots .owl-dot {
    width: 20px;
  }
}
.testimonial-section .default-dots .owl-dots .owl-dot.active {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}
.testimonial-section.style-two .icon-dotted-map-2 {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonial-section.style-two .icon-box-2 {
  position: absolute;
  bottom: -30px;
  right: 40px;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .testimonial-section.style-two .icon-box-2 {
    display: none;
  }
}
.testimonial-section.style-two .testimonial-block .inner-box {
  background-color: #f3f4f7;
}
.testimonial-section.style-two .testimonial-block .inner-box:before {
  background-color: #f3f4f7;
}

.testimonial-block {
  position: relative;
  margin-bottom: 25px;
}
.testimonial-block .inner-box {
  position: relative;
  margin-top: 80px;
  padding: 0 40px 45px;
  background-color: var(--theme-color-light);
  text-align: center;
}
.testimonial-block .inner-box:before {
  background-color: var(--theme-color-light);
  bottom: 99.92%;
  /* clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0); */
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
}
.testimonial-block .inner-box:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial-block .inner-box .thumb {
  position: relative;
  margin-top: -80px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  border: 6px solid var(--theme-color1);
  margin-bottom: 10px;
  text-align: center;
}
.testimonial-block .inner-box .thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block .inner-box .reason {
  display: block;
  margin-bottom: 0;
}
.testimonial-block .inner-box .rating {
  font-size: 12px;
  color: var(--theme-color1);
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}
.testimonial-block .inner-box .rating i {
  margin-right: 5px;
}
.testimonial-block .inner-box .text {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
  z-index: 1;
}
.testimonial-block .inner-box .info-box .name {
  color: var(--theme-color-dark);
  margin-bottom: 3px;
}
.testimonial-block .inner-box .info-box .designation {
  display: block;
  font-size: 14px;
  line-height: 1em;
  color: var(--theme-color1);
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-block .inner-box .icon-quote-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  width: 137px;
  height: 99px;
  background-image: url(../images/icons/icon-quote-2.png);
}

/***

==================================================================
    Video Section
==================================================================

***/
.video-section {
  position: relative;
  padding: 194px 0 194px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .video-section {
    padding: 120px 0;
  }
}
@media (max-width: 575.98px) {
  .video-section {
    padding: 90px 0;
  }
}
.video-section.style-two {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .video-section.style-two {
    padding: 100px 0 50px;
  }
}
.video-section.style-two .overlay-2 {
  position: absolute;
  top: auto;
  right: 208px;
  bottom: 0;
  background-size: cover;
  width: 494px;
  height: 464.5px;
  background-image: url(../images/icons/overlay-4.png);
}
@media (max-width: 1199.98px) {
  .video-section.style-two .overlay-2 {
    display: none;
  }
}
.video-section.style-two .outer-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.video-section.style-two .outer-box .title-box {
  border: none;
  padding-left: 143px;
}
@media (max-width: 991.98px) {
  .video-section.style-two .outer-box .title-box {
    padding-left: 0;
    margin-top: 30px;
  }
}
.video-section.style-two .outer-box .title-box .sub-title {
  color: var(--theme-color-light);
  font-weight: 600;
}
.video-section.style-two .outer-box .title-box .title {
  margin-top: 10px;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .video-section.style-two .outer-box .title-box .title {
    font-size: 40px;
  }
}
.video-section.style-two .outer-box .video-box {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section.style-two .outer-box .video-box:hover {
  border: 1px solid rgb(255, 255, 255);
}
.video-section.style-two .outer-box .video-box .icon-box {
  right: -110px;
  bottom: -40px;
  top: auto;
}
.video-section.style-two .outer-box .video-box .play-now-two {
  background-color: var(--theme-color1);
  color: var(--theme-color-light);
  width: 114px;
  height: 114px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-section.style-two .outer-box .video-box .play-now-two:hover {
  background-color: var(--theme-color-light);
  color: var(--theme-color1);
}
.video-section .overlay-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background-size: cover;
  width: 786px;
  height: 569px;
  background-image: url(../images/icons/overlay-2.png);
}
@media (max-width: 575.98px) {
  .video-section .overlay-2 {
    display: none;
  }
}
.video-section .outer-box {
  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;
}
@media (max-width: 991.98px) {
  .video-section .outer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.video-section .outer-box .title-box {
  position: relative;
  padding-left: 35px;
  border-left: 12px solid var(--theme-color1);
}
@media (max-width: 991.98px) {
  .video-section .outer-box .title-box {
    margin-bottom: 30px;
    border-left: 0;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .video-section .outer-box .title-box {
    padding-left: 0;
    border: none;
  }
}
.video-section .outer-box .title-box .title {
  color: var(--theme-color-light);
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .video-section .outer-box .title-box .title {
    font-size: 38px;
  }
  .video-section .outer-box .title-box .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .video-section .outer-box .title-box .title {
    font-size: 32px;
  }
}
.video-section .outer-box .video-box {
  position: relative;
}
.video-section .outer-box .video-box .icon-box {
  position: absolute;
  top: 0;
  right: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-section .outer-box .video-box .icon-box .title {
  font-family: var(--style-font);
  font-weight: 400;
  color: var(--theme-color-light);
  white-space: nowrap;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .video-section .outer-box .video-box .icon-box .title {
    display: none;
  }
}
.video-section .outer-box .video-box .icon-box img {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .video-section .outer-box .video-box .icon-box img {
    display: none;
  }
}
.video-section .outer-box .video-box .play-now-two {
  position: relative;
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  font-size: 30px;
  border-radius: 50%;
  border: none;
  color: var(--theme-color1);
  background-color: var(--theme-color-light);
  text-align: center;
}
@media (max-width: 767.98px) {
  .video-section .outer-box .video-box .play-now-two {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.video-section .outer-box .video-box .play-now-two::before {
  display: none;
}
.video-section .outer-box .video-box .play-now-two:hover {
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
  color: var(--theme-color-light);
}

/*** 

====================================================================
    Video Section Two
====================================================================

***/
.video-section-two {
  background-color: #f6f6f6;
  padding: 0 0 120px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .video-section-two {
    padding: 0 0 100px;
  }
}
@media (max-width: 991.98px) {
  .video-section-two {
    padding: 0 0 70px;
  }
}
.video-section-two .sec-title {
  margin-bottom: 45px;
}
@media (max-width: 1399.98px) {
  .video-section-two .sec-title {
    margin-left: 70px;
  }
}
@media (max-width: 1199.98px) {
  .video-section-two .sec-title {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .video-section-two .sec-title .text br {
    display: none;
  }
}
.video-section-two:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color1);
  width: 74px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .video-section-two:before {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .video-section-two .content-column .list-style-four {
    margin-left: 70px;
  }
}
@media (max-width: 1199.98px) {
  .video-section-two .content-column .list-style-four {
    margin-left: 0;
  }
}
.video-section-two .content-column .list-style-four li {
  margin-bottom: 15px;
}
.video-section-two .image-column .inner-column {
  position: relative;
  margin-right: -350px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .video-section-two .image-column .inner-column {
    margin-right: -150px;
  }
}
@media (max-width: 1199.98px) {
  .video-section-two .image-column .inner-column {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .video-section-two .image-column .inner-column {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .video-section-two .image-column .inner-column .image img {
    width: 100%;
  }
}
.video-section-two .image-column .video-box {
  position: absolute;
  top: calc(50% - 61.5px);
  left: calc(50% - 61px);
}
@media (max-width: 575.98px) {
  .video-section-two .image-column .video-box {
    top: calc(50% - 42px);
    left: calc(50% - 42px);
  }
}
.video-section-two .image-column .video-box .btn-box .play-now {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .video-section-two .image-column .video-box .btn-box .play-now {
    padding: 6px;
  }
}
.video-section-two .image-column .video-box .btn-box .play-now:hover {
  border-color: var(--theme-color-light);
}
.video-section-two .image-column .video-box .btn-box .play-now:hover .icon {
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
}
.video-section-two .image-column .video-box .btn-box .play-now .icon {
  border-radius: 0;
  color: var(--theme-color1);
  width: 122px;
  height: 123px;
  line-height: 122px;
  font-size: 26px;
  padding: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .video-section-two .image-column .video-box .btn-box .play-now .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
.video-section-two .image-column .experience {
  display: inline-block;
  border-top: 20px solid #f6f6f6;
  border-right: 20px solid #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .video-section-two .image-column .experience {
    display: none;
  }
}
.video-section-two .image-column .experience .inner {
  background-color: var(--theme-color1);
  width: 220px;
  height: 248px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px 0;
}
.video-section-two .image-column .experience .inner:hover:before {
  width: 320%;
}
@media (max-width: 991.98px) {
  .video-section-two .image-column .experience .inner {
    width: 170px;
    height: 216px;
    padding: 24px 10px 10px;
  }
}
.video-section-two .image-column .experience .inner:before {
  content: "";
  position: absolute;
  right: -189px;
  top: 0;
  width: 297px;
  height: 100%;
  background-color: var(--theme-color-light);
  -webkit-transform: skewX(47deg);
          transform: skewX(47deg);
  -webkit-transform-origin: right top 0px;
          transform-origin: right top 0px;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 0.15;
}
.video-section-two .image-column .experience .inner .icon {
  color: var(--theme-color-light);
  font-size: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.video-section-two .image-column .experience .inner h5 {
  color: var(--theme-color-light);
}

/*** 

====================================================================
    Why Choose Us
====================================================================

***/
.why-choose-us {
  position: relative;
  padding: 0;
  margin-top: -408px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .why-choose-us {
    padding: 0 0 120px;
  }
}
.why-choose-us::before {
  content: "";
  position: absolute;
  top: 120px;
  right: 0;
  width: 974px;
  height: 773px;
  background-color: var(--theme-color-light);
  z-index: -1;
}
.why-choose-us .icon-big-drill {
  position: absolute;
  right: 70px;
  bottom: 80px;
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
  z-index: 3;
}
@media (max-width: 1399.98px) {
  .why-choose-us .icon-big-drill {
    opacity: 0.1;
  }
}
.why-choose-us .icon-dots-4 {
  position: absolute;
  top: 120px;
  right: 0;
}
.why-choose-us .outer-box {
  position: relative;
}
.why-choose-us .outer-box:before {
  position: absolute;
  left: 0;
  right: -375px;
  height: 100%;
  content: "";
  background-color: var(--theme-color-light);
  background-position: right top;
  background-repeat: no-repeat;
}
.why-choose-us .features-column {
  position: relative;
  background-color: var(--theme-color1);
}
.why-choose-us .features-column .shape-2 {
  position: absolute;
  left: auto;
  top: 0;
  right: -100px;
}
.why-choose-us .features-column .inner-column {
  position: relative;
  padding: 90px 70px 95px;
  padding-right: 100px;
  margin-right: 6px;
}
@media (max-width: 1399.98px) {
  .why-choose-us .features-column .inner-column {
    padding: 70px 40px 45px;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us .features-column .inner-column {
    padding: 70px 30px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us .features-column .inner-column {
    padding: 50px 25px;
  }
}
.why-choose-us .features-column .inner-column .title-box .title {
  position: relative;
  color: var(--theme-color-light);
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .why-choose-us .features-column .inner-column .title-box .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us .features-column .inner-column .title-box .title {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .why-choose-us .content-column {
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.why-choose-us .content-column .inner-column {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 60px;
  background-color: var(--theme-color-light);
}
@media (max-width: 1399.98px) {
  .why-choose-us .content-column .inner-column {
    padding-left: 44px;
    padding-bottom: 43px;
  }
}
@media (max-width: 575.98px) {
  .why-choose-us .content-column .inner-column {
    padding-left: 24px;
  }
}
.why-choose-us .content-column .inner-column .sec-title {
  margin-bottom: 20px;
  margin-right: -30px;
}
@media (max-width: 1399.98px) {
  .why-choose-us .content-column .inner-column .sec-title {
    margin-right: 0;
  }
}
.why-choose-us .content-column .inner-column .sec-title .sub-title {
  margin-bottom: 0;
}
.why-choose-us .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
.why-choose-us .content-column .inner-column .skills {
  margin-bottom: 43px;
}

.feature-block-five {
  margin-bottom: 35px;
}
.feature-block-five .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .feature-block-five .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.feature-block-five .inner-box:hover .icon {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.feature-block-five .inner-box .icon {
  position: relative;
  display: inline-block;
  font-size: 50px;
  top: 8px;
  color: var(--theme-color-light);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .feature-block-five .inner-box .icon {
    margin-bottom: 20px;
  }
}
.feature-block-five .inner-box .content-box {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .feature-block-five .inner-box .content-box {
    margin-left: 0;
  }
}
.feature-block-five .inner-box .content-box .title {
  position: relative;
  color: var(--theme-color-light);
  font-weight: 700;
  margin-bottom: 0;
}
.feature-block-five .inner-box .content-box .text {
  position: relative;
  color: var(--theme-color-light);
  z-index: 1;
}

/*** 

====================================================================
    Contact Section
====================================================================

***/
.contact-section {
  background-color: var(--theme-color2);
  padding: 0 0 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .contact-section {
    padding: 0 0 90px;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 0;
  }
}
.contact-section .shape-5 {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 504px;
  height: 298px;
  background-image: url(../images/pattern/shape-5.png);
}
.contact-section .shape-6 {
  position: absolute;
  top: -3px;
  right: 0;
  width: 1019px;
  height: 45px;
  background-image: url(../images/pattern/shape-6.png);
}
.contact-section .content-column .inner-column {
  position: relative;
  padding: 122px 0 0 70px;
}
@media (max-width: 1399.98px) {
  .contact-section .content-column .inner-column {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .contact-section .content-column .inner-column {
    padding: 100px 0 0 70px;
    padding-left: 0;
  }
}
.contact-section .content-column .inner-column .sec-title .text {
  color: var(--theme-color-light);
}
.contact-section .form-column {
  position: relative;
}
.contact-section .form-column .bg-image {
  right: 12px;
  width: auto;
  left: -340px;
  height: auto;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .contact-section .form-column .bg-image {
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.contact-section .form-column .inner-column {
  padding: 120px 0 0;
}
@media (max-width: 991.98px) {
  .contact-section .form-column .inner-column {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .contact-section .form-column .inner-column {
    padding: 60px 0 90px;
  }
}

.feature-block-two:last-child .inner-box {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .feature-block-two:last-child .inner-box {
    margin-bottom: 80px;
  }
}
.feature-block-two .inner-box {
  position: relative;
  padding-left: 80px;
  margin-bottom: 48px;
}
@media (max-width: 575.98px) {
  .feature-block-two .inner-box {
    padding-left: 0;
    text-align: center;
  }
}
.feature-block-two .inner-box:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.feature-block-two .inner-box .icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 51px;
  height: 51px;
  line-height: 51px;
  font-size: 26px;
  border-radius: 3px;
  color: var(--theme-color-light);
  background-color: var(--theme-color1);
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .feature-block-two .inner-box .icon {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.feature-block-two .inner-box .icon:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 3px;
  border: 1px dashed var(--theme-color1);
}
.feature-block-two .inner-box .content .title {
  margin-bottom: 0;
  color: var(--theme-color-light);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.feature-block-two .inner-box .content .text {
  color: var(--theme-color-light);
}

.contact-form {
  position: relative;
  background-color: var(--theme-color1);
  padding: 65px 80px;
}
@media (max-width: 1399.98px) {
  .contact-form {
    padding: 68px 50px 78px;
  }
}
@media (max-width: 575.98px) {
  .contact-form {
    padding: 30px 20px;
  }
}
@media (max-width: 575.98px) {
  .contact-form.style-two {
    padding: 40px 20px 50px;
  }
}
.contact-form::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 60px solid var(--theme-color1-dark);
  z-index: 3;
}
@media (max-width: 991.98px) {
  .contact-form::before {
    display: none;
  }
}
.contact-form .bg-pattern-1 {
  background-image: url(../images/pattern/bg-pattern-1.png);
}
.contact-form .title {
  color: var(--theme-color-light);
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .contact-form .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 26px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .select2-container--default .select2-selection--single,
.contact-form input:not([type=submit]),
.contact-form textarea,
.contact-form select {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 15px 21px;
  font-size: var(--body-font-size);
  color: var(--theme-color-dark);
  line-height: 32px;
  font-weight: 400;
  background-color: var(--theme-color-light);
  border: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form ::-webkit-input-placeholder {
  color: #393939;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--theme-color-dark);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form textarea {
  height: 95px;
  resize: none;
}
.contact-form .theme-btn {
  color: var(--theme-color-light);
  background-color: var(--theme-color-dark);
  width: 100%;
}
.contact-form label {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contact-form label.error {
  display: block;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}

.map {
  height: 450px;
}

/***==================================
    Range Slider One
==================================***/
.range-slider-one {
  position: relative;
  margin-bottom: 5px;
}
.range-slider-one .range-amount {
  position: absolute !important;
  right: 0;
  top: -35px;
  background-color: transparent !important;
  text-align: right;
  border: 0 !important;
  padding: 0 !important;
  max-width: 95px;
  color: #ffffff !important;
  width: auto !important;
  height: auto !important;
}
.range-slider-one .ui-widget.ui-widget-content {
  height: 10px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.range-slider-one .ui-slider .ui-slider-range {
  top: 0px;
  height: 10px;
  background: var(--theme-color-light);
}
.range-slider-one .ui-state-default {
  top: -5px;
  width: 20px;
  height: 20px;
  background: var(--theme-color-dark);
  cursor: pointer;
  border: 3px solid var(--theme-color-dark);
  border-radius: 20px;
}
.range-slider-one .ui-widget-content .ui-state-default {
  top: -5px;
  width: 20px;
  height: 20px;
  background: var(--theme-color-dark);
  cursor: pointer;
  border: 3px solid var(--theme-color-dark);
  border-radius: 20px;
}
.range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(2) {
  margin-left: 0 !important;
}
.range-slider-one .ui-slider-horizontal .ui-slider-handle:nth-child(3) {
  margin-left: 0px !important;
}

.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(--theme-color-light);
  background-color: var(--theme-color2);
}

/*** 

====================================================================
Page Title
====================================================================

***/
.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 110px;
  min-height: 250px;
}
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.8;
  content: "";
}
.page-title .title {
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 17px;
}
.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-color1);
  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);
}

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

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__inner .error-page__title-box {
  position: relative;
  display: block;
}
.error-page__inner .error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 0;
  color: var(--theme-color1);
}
.error-page__inner .error-page__sub-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__inner .error-page__text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.error-page__inner .error-page__form {
  position: relative;
  display: block;
  margin: 42px auto 20px;
}
.error-page__inner .error-page__form input[type=search] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: 7px;
}
.error-page__inner .error-page__form button[type=submit] {
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  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;
}
.error-page__inner .error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

/***

/***

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

/*** 


/***

====================================================================
        Contact
====================================================================

***/
.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: 80px;
  width: 80px;
  background-color: var(--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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: var(--text-color-bg-theme-color1);
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: var(--theme-color2);
}
.contact-details__info li:hover .icon span {
  color: var(--theme-color-light);
}
.contact-details__info li:hover .text a {
  color: var(--notech-base);
}
.contact-details__info li:hover .text a span {
  color: var(--notech-gray);
}
.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;
  color: var(--notech-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .text span {
  font-size: 20px;
  color: var(--notech-black);
}
.contact-details__info li + li {
  margin-top: 19px;
}

/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  background-color: var(--bg-theme-color3);
  position: relative;
}
.main-footer .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Widget Section */
.main-footer .widgets-section {
  position: relative;
  padding: 110px 0 65px;
}
@media (max-width: 991.98px) {
  .main-footer .widgets-section {
    padding: 87px 0 35px;
  }
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px;
}
.main-footer .footer-widget {
  position: relative;
  padding-right: 30px;
}
.main-footer .widget-title {
  position: relative;
  font-family: var(--text-font);
  color: var(--theme-color-light);
  line-height: 1.2em;
  padding-bottom: 18px;
  margin-bottom: 25px;
}
.main-footer .widget-title:after {
  position: absolute;
  left: 0%;
  bottom: 0;
  height: 2px;
  width: 75px;
  background-color: var(--bg-theme-color1);
  content: "";
}
.main-footer .widget-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}

.main-footer .about-widget {
  position: relative;
}
.main-footer .about-widget .about-title {
  color: var(--theme-color-light);
  position: relative;
  font-family: var(--text-font);
  font-size: 32px;
}
.main-footer .about-widget .text {
  font-size: 16px;
  line-height: 30px;
  color: #8C8F94;
  margin-bottom: 20px;
}

/*=== User LInks ===*/
.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #8C8F94;
  font-weight: 400;
  margin-bottom: 14px;
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover {
  color: #FFFFFF;
}
.user-links li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--bg-theme-color1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}

/* Contact Widget */
.contact-widget {
  position: relative;
}
.contact-widget .text {
  font-size: 16px;
  line-height: 30px;
  color: #8c8f94;
  margin-bottom: 25px;
}
.contact-widget .contact-info {
  position: relative;
}
.contact-widget .contact-info li {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-widget .contact-info li a {
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.contact-widget .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color1);
  line-height: 26px;
  width: 20px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-widget .contact-info li:hover {
  color: var(--theme-color1);
}
/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  width: 100%;
}
.footer-bottom .inner-container {
  position: relative;
  text-align: center;
  padding: 35px 15px;
}
.footer-bottom .copyright-text {
  position: relative;
  color: #8c8f94;
}
.footer-bottom .copyright-text a {
  color: var(--theme-color1);
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}

/***