/* Innovar | Web Design Agency HTML Template

Template Name: Innovar
Version: 1.0.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global Settings
4. Main Header / TWO 
5. Sticky Header 
6. Mobile Menu
7. Section Title
8. Page Title
9. Main Slider
10. Banner Section / Two 
11. Features Section / Two 
12. About Section / Two / Three
13. Services Section / Two / Three
14. Map Section
15. Call To Action / Two
16. Work Section / Two
17. Fun Fact Section / Two
18. Project Section ? Two
19. Testimonial Section / Two
20. Video Section
21. Why Choose Us / Two
22. team Section
23. Contact Section
24. News Section
25. Clients Section
26. Main Footer
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&amp;family=Outfit:wght@100..900&amp;family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
@import url("animate.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.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");
:root {
  --theme-color1: #171717;
  --theme-color2: #FABE2E;
  --theme-color3: #ECF0F4;
  --theme-color1-rgb: 23, 23, 23;
  --theme-color2-rgb: 250, 190, 46;
  --theme-color3-rgb: 236, 240, 244;
  --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);
  --theme-color-light: #fff;
  --theme-color-black: #000;
  --text-color-bg-theme-color1: #17181C;
  --text-color-bg-theme-color2: #fff;
  --text-color: #717070;
  --headings-color: var(--theme-color1);
  --link-color: var(--theme-color1);
  --link-hover-color: var(--theme-color1);
  --gradient-1: linear-gradient(135deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.65) 65%, var(--theme-color2) 100%);
  --gradient-2: linear-gradient(top bottom, transparent 0%, var(--theme-color2) 100%);
  --gradient-4: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
  --gradient-3: linear-gradient(-135deg, rgba(23, 23, 23, 0.0) 50%, var(--theme-color2) 100%);
  --text-font: "Plus Jakarta Sans", sans-serif;
  --title-font: "Lexend", sans-serif;
  --style-font: "Outfit", sans-serif;
  --body-font-size: 16px;
  --body-line-height: 30px;
  --body-font-weight: 500;
  --line-height-heading-h1: 1.263em;
  --line-height-heading: 1.2em;
  --line-height-heading-small: 1.4em;
  --h1-font-size: 76px;
  --h2-font-size: 50px;
  --h3-font-size: 36px;
  --h4-font-size: 24px;
  --h5-font-size: 22px;
  --h6-font-size: 20px;
  --h1-font-weight: 600;
  --h2-font-weight: 600;
  --h3-font-weight: 600;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --sec-title-subtitle-color: #6F7174;
  --sec-title-subtitle-font-size: 15px;
  --sec-title-subtitle-font-family: var(--title-font);
  --sec-title-subtitle-font-weight: 500;
  --sec-title-subtitle-line-height: 1;
  --sec-title-color: var(--theme-color1);
  --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: #f6f6f6;
  --theme-light-background-text-color: var(--headings-color);
  --theme-black: #0b0b0b;
  --container-width: 1200px;
  --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);
}
/* Ankit
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);
}


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

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

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

/*
 *  boxed-layout.scss
 * -----------------------------------------------
*/
.tm-boxed-layout {
  background-color: #444;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-boxed-layout.layer-overlay:before {
  z-index: -1;
}
.tm-boxed-layout .page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .page-wrapper {
    width: 1170px;
  }
}
.tm-boxed-layout .container .container {
  width: 100%;
}
@media (min-width: 1200px) {
  .tm-boxed-layout .container {
    width: 1140px;
  }
}
@media (min-width: 1000px) {
  .tm-boxed-layout.tm-container-970px .page-wrapper {
    width: 970px;
  }
}
.tm-boxed-layout.tm-container-970px .container,
.tm-boxed-layout.tm-container-970px .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-970px .container .container,
.tm-boxed-layout.tm-container-970px .container .container-fluid,
.tm-boxed-layout.tm-container-970px .container-fluid .container,
.tm-boxed-layout.tm-container-970px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .tm-boxed-layout.tm-container-1230px .page-wrapper {
    width: 1230px;
  }
}
.tm-boxed-layout.tm-container-1230px .container,
.tm-boxed-layout.tm-container-1230px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1230px .container .container,
.tm-boxed-layout.tm-container-1230px .container .container-fluid,
.tm-boxed-layout.tm-container-1230px .container-fluid .container,
.tm-boxed-layout.tm-container-1230px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1300px .page-wrapper {
    width: 1300px;
  }
}
.tm-boxed-layout.tm-container-1300px .container,
.tm-boxed-layout.tm-container-1300px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1300px .container .container,
.tm-boxed-layout.tm-container-1300px .container .container-fluid,
.tm-boxed-layout.tm-container-1300px .container-fluid .container,
.tm-boxed-layout.tm-container-1300px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1340px .page-wrapper {
    width: 1340px;
  }
}
.tm-boxed-layout.tm-container-1340px .container,
.tm-boxed-layout.tm-container-1340px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1340px .container .container,
.tm-boxed-layout.tm-container-1340px .container .container-fluid,
.tm-boxed-layout.tm-container-1340px .container-fluid .container,
.tm-boxed-layout.tm-container-1340px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .tm-boxed-layout.tm-container-1440px .page-wrapper {
    width: 1440px;
  }
}
.tm-boxed-layout.tm-container-1440px .container,
.tm-boxed-layout.tm-container-1440px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1440px .container .container,
.tm-boxed-layout.tm-container-1440px .container .container-fluid,
.tm-boxed-layout.tm-container-1440px .container-fluid .container,
.tm-boxed-layout.tm-container-1440px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1560px) {
  .tm-boxed-layout.tm-container-1500px .page-wrapper {
    width: 1500px;
  }
}
.tm-boxed-layout.tm-container-1500px .container,
.tm-boxed-layout.tm-container-1500px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1500px .container .container,
.tm-boxed-layout.tm-container-1500px .container .container-fluid,
.tm-boxed-layout.tm-container-1500px .container-fluid .container,
.tm-boxed-layout.tm-container-1500px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1660px) {
  .tm-boxed-layout.tm-container-1600px .page-wrapper {
    width: 1600px;
  }
}
.tm-boxed-layout.tm-container-1600px .container,
.tm-boxed-layout.tm-container-1600px .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.tm-boxed-layout.tm-container-1600px .container .container,
.tm-boxed-layout.tm-container-1600px .container .container-fluid,
.tm-boxed-layout.tm-container-1600px .container-fluid .container,
.tm-boxed-layout.tm-container-1600px .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper {
  width: 95%;
}
.tm-boxed-layout.tm-container-100pr .page-wrapper .container,
.tm-boxed-layout.tm-container-100pr .page-wrapper .container-fluid {
  width: 100%;
}
.tm-boxed-layout.container-shadow .page-wrapper {
  -webkit-box-shadow: 0 0 25px 0 #777;
          box-shadow: 0 0 25px 0 #777;
}
.tm-boxed-layout .header,
.tm-boxed-layout section,
.tm-boxed-layout .footer {
  background-color: #fff;
}
.tm-boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.tm-boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
.tm-boxed-layout .banner-section .slide-item {
  min-height: 540px;
}
.tm-boxed-layout .banner-section .slide-item .content-box {
  padding: 150px 0 220px;
}
.tm-boxed-layout .banner-section-two .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-three .content-box {
  padding: 250px 0 150px;
}
.tm-boxed-layout .banner-section-four .content-box {
  padding: 130px 0;
}

@media (max-width: 1200px) {
  .tm-boxed-layout {
    padding-top: 15px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .tm-boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .tm-boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/*** 

====================================================================
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: 100px;
  width: 100px;
  margin-left: -50px;
  margin-top: -60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/favicon.png);
  background-size: 54px;
  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;
  content: "Loading";
}

/*=======================
Scroll To Top style
=======================*/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  font-size: 16px;
  line-height: 40px;
  color: var(--theme-color1);
  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;
}
.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--theme-color1);
  padding-left: 20px;
  margin-bottom: 4px;
}
.list-style-one li i {
  position: absolute;
  left: 0;
  color: var(--theme-color2);
  font-size: 13px;
  line-height: 30px;
}
.list-style-one li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-one li a:hover {
  color: #ffffff;
}
.list-style-one.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-one.two-column li {
  width: calc(50% - 10px);
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .list-style-one.two-column li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .list-style-one.two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

/*=== List Style Three ===*/
.list-style-three {
  position: relative;
  margin-bottom: 40px;
}
.list-style-three li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: var(--theme-color1);
  padding: 16px 30px;
  padding-left: 60px;
  background-color: #edf3f6;
  margin-bottom: 10px;
}
.list-style-three li i {
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: 18px;
  line-height: 30px;
  color: var(--theme-color2);
}
.list-style-three li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-three li a:hover {
  color: #ffffff;
}
.list-style-three.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-three.two-column li {
  width: calc(50% - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .list-style-three.two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-style-three.two-column li {
    width: 100%;
  }
}

/*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: 25px;
}
.social-icon-one li:first-child {
  margin-left: 0;
}
.social-icon-one li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-one li a:hover {
  color: var(--theme-color2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-one {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #242323;
  font-weight: 400;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-left: 4px solid var(--theme-color2);
  background-color: #ffffff;
  padding: 20px 40px;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.play-now-two {
  height: 92px;
  width: 92px;
  border-radius: 50%;
  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;
  padding-left: 5px;
  font-size: 12px;
  border: 0.5px solid var(--border-theme-color1);
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-animation: zoom-one 3s infinite linear;
          animation: zoom-one 3s infinite linear;
}
.play-now-two:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: var(--bg-theme-color1);
  content: "";
}
.play-now-two i {
  position: relative;
}
.play-now-two:hover {
  color: #ff9205;
  background-color: #ffffff;
}

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

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: relative;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

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

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

.default-navs .owl-next,
.default-navs .owl-prev {
  display: block;
  margin: 0px 5px;
  height: 54px;
  width: 54px;
  color: var(--theme-color1);
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 54px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
  background: var(--bg-theme-color1);
  color: var(--theme-color2);
}

.default-dots .owl-dots {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 45px;
  background-color: var(--bg-theme-color4);
  border-radius: 50px;
  margin-top: 30px;
}
.default-dots .owl-dots .owl-dot {
  height: 4px;
  width: 10px;
  border-radius: 5px;
  background-color: var(--bg-theme-color2);
  margin: 0 5px;
  opacity: 0.25;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.default-dots .owl-dots .owl-dot.active {
  opacity: 1;
  width: 46px;
  background: var(--gradient-1);
}

/*==========================
    Default Tabs
===========================*/
.default-tabs {
  position: relative;
}
.default-tabs .tab-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  margin-bottom: 0px;
}
.default-tabs .tab-buttons li {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding: 15px 50px;
  font-weight: 600;
  color: #fff;
  border: 0;
  margin-right: 10px;
  background-color: var(--theme-color1);
  cursor: pointer;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .default-tabs .tab-buttons li {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 599px) {
  .default-tabs .tab-buttons li {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid transparent;
  }
}
.default-tabs .tab-buttons li.active-btn {
  background-color: var(--theme-color2);
  border-color: transparent;
  color: var(--text-color-bg-theme-color1);
}
.default-tabs .tabs-content {
  position: relative;
  width: 100%;
  padding: 50px 50px 20px;
  background-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);
}
@media only screen and (max-width: 767px) {
  .default-tabs .tabs-content {
    padding: 30px 30px 10px;
  }
}
@media only screen and (max-width: 599px) {
  .default-tabs .tabs-content {
    padding: 20px 20px 10px;
  }
}

.tab-block {
  position: relative;
}
.tab-block .image-column {
  margin-bottom: 30px;
}
.tab-block .image-column .image-box {
  position: relative;
  margin-right: -50px;
}
@media only screen and (max-width: 767px) {
  .tab-block .image-column .image-box {
    margin-right: 0;
  }
}
.tab-block .image-column .image {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tab-block .image-column .image img {
    width: 100%;
  }
}
.tab-block .image-column .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 90px;
  width: 90px;
  background-color: var(--bg-theme-color1);
  color: #ffffff;
  font-size: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .tab-block .image-column .icon {
    display: none;
  }
}
.tab-block .text-column {
  position: relative;
  margin-bottom: 30px;
}
.tab-block .text-column .text {
  font-size: 14px;
  line-height: 30px;
  padding-left: 70px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .tab-block .text-column .text {
    margin: 0;
    padding: 0;
  }
}
.tab-block .list-column {
  position: relative;
  margin-bottom: 20px;
}
.tab-block .list-column .list-outer {
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .tab-block .list-column .list-outer {
    padding-left: 0px;
  }
}
.tab-block .list-column .list-outer .list-style-two li {
  font-size: 14px;
}
.tab-block .list-column .list-outer .list-style-two li i {
  color: var(--theme-color1);
}

.styled-pagination {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #f4f2f9;
}
.styled-pagination .swiper-pagination-progressbar-fill {
  background: var(--bg-theme-color2);
}
.styled-pagination .swiper-pagination-progressbar-fill::before {
  position: absolute;
  top: -7px;
  right: 0;
  height: 17px;
  width: 17px;
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  content: "";
  -webkit-transform: none;
          transform: none;
  display: none;
}

/*================================
    Progress Bar
=================================*/
.skills {
  position: relative;
  margin-bottom: 50px;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 25px;
}
.skills .skill-item:last-child {
  margin-bottom: 0px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
  font-weight: 500;
  color: var(--theme-color1);
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 14px;
  background: #f6f6f6;
  border-radius: 10px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 14px;
  width: 0px;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  border-radius: 10px;
  background: var(--bg-theme-color2);
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
  position: absolute;
  right: 0;
  bottom: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color1);
  line-height: 25px;
  margin-bottom: 10px;
}

.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;
  text-decoration: none;
  -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: 14px;
  line-height: 30px;
  padding: 15px 28px;
  font-weight: 700;
  overflow: hidden;
  text-transform: uppercase;
  color: var(--text-color-bg-theme-color1);
  background: var(--bg-theme-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  background: #ffffff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  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-one i {
  margin-left: 5px;
}
.btn-style-one:hover:before {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn-style-one:hover {
  color: var(--theme-color1);
  -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-one.light-bg {
  background: #ffffff;
  color: var(--theme-color1);
}
.btn-style-one.light-bg:before {
  background: var(--bg-theme-color2);
}
.btn-style-one.light-bg:hover {
  color: var(--text-color-bg-theme-color1);
}
.btn-style-one.dark-bg {
  background: var(--bg-theme-color1);
  color: #ffffff;
}
.btn-style-one.dark-bg:before {
  background: var(--bg-theme-color2);
}
.btn-style-one.hvr-dark:before {
  background: var(--bg-theme-color1);
}
.btn-style-one.hvr-dark:hover {
  color: #ffffff;
}
.btn-style-one.hvr-light:before {
  background: var(--theme-color-light);
}
.btn-style-one.hvr-light:hover {
  color: var(--theme-color-black);
}

.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-quote {
  width: 64px;
  height: 46px;
  background-image: url(../images/icons/icon-quote.png);
}

.icon-dots-one {
  width: 141px;
  height: 145px;
  background-image: url(../images/icons/icon-dots.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;
}

.zoom-two {
  -webkit-animation: zoom-two 5s infinite linear;
          animation: zoom-two 5s infinite linear;
}

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

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

/*** 

====================================================================
  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: 150px;
  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;
  background: var(--bg-theme-color1);
}
.header-top .inner-container {
  position: relative;
  padding: 0 70px;
  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;
  margin-right: 40px;
}
.header-top .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 14px;
  color: #8d869d;
  line-height: 20px;
}
.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.header-top .useful-links li:first-child:before {
  display: none;
}
.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}
.header-top .useful-links li a {
  color: #8d869d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.header-top .useful-links li a:hover {
  color: var(--theme-color2);
}

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

.main-header {
  width: 100%;
  z-index: 999;
}
.main-header .logo {
  position: relative;
  display: block;
}
.main-header .logo img {
  max-width: 100%;
  height: auto;
}
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 1023px) {
  .main-header .main-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.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%;
}
@media only screen and (max-width: 1199px) {
  .main-header .main-box .nav-outer {
    width: auto;
  }
}

.main-menu {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .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 > li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 55px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .main-menu .navigation > li {
    margin-right: 40px;
  }
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li:before {
  position: absolute;
  left: 50%;
  bottom: 25px;
  height: 1px;
  width: 0%;
  background-color: var(--bg-theme-color2);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:hover:before, .main-menu .navigation > li.current:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: var(--theme-color2);
}
.main-menu .navigation > li.current > a {
  color: var(--theme-color2);
  font-weight: 700;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 14px;
  margin-right: -14px;
}
.main-menu .navigation > li.dropdown > a:after {
  content: "\f107";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #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(--bg-theme-color1);
  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-color2);
}
.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: 11px;
  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: 16px;
  color: var(--theme-color1);
  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-color2);
}

.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%;
  padding: 10px 0;
}
.main-header .outer-box .theme-btn {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  margin-left: 30px;
}
.main-header .outer-box .ui-btn-outer {
  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;
  padding: 6px 0;
  margin-left: 20px;
}

.main-header .ui-btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  font-size: 26px;
  color: #ffffff;
  margin-left: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .ui-btn:hover {
  color: var(--theme-color2);
}
@media only screen and (max-width: 1023px) {
  .main-header .ui-btn .ui-btn {
    font-size: 24px;
    line-height: 35px;
    margin-left: 15px;
  }
}

.main-header .info-btn {
  position: relative;
  display: block;
  padding-left: 55px;
  padding: 15px 60px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(to right, transparent, #fff);
}
@media only screen and (max-width: 1439px) {
  .main-header .info-btn {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-header .info-btn {
    display: none;
  }
}
.main-header .info-btn:before {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  content: "";
  background-color: var(--bg-theme-color1);
}
.main-header .info-btn .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -23px;
  line-height: 46px;
  height: 46px;
  width: 46px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: var(--bg-theme-color2);
}
.main-header .info-btn .text {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-family: var(--title-font);
}
.main-header .info-btn:hover .text {
  color: var(--bg-theme-color2);
}

.main-header .info-btn-two {
  position: relative;
  display: block;
  font-size: 18px;
  padding-left: 70px;
  color: var(--theme-color1);
  font-family: var(--title-font);
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.1em;
  line-height: 20px;
}
@media only screen and (max-width: 1700px) {
  .main-header .info-btn-two {
    display: none;
  }
}
.main-header .info-btn-two small {
  font-size: 12px;
  font-weight: 500;
  color: #717070;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-header .info-btn-two i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  line-height: 46px;
  height: 46px;
  width: 46px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme-color1);
  background-color: #f6f6f6;
  font-size: 16px;
}
.main-header .info-btn-two:hover {
  color: var(--theme-color2);
}

/*** 

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

***/
.header-style-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(23, 23, 23, 0.8);
  z-index: 999;
}
.header-style-one.style-one {
  background-color: var(--theme-color1);
  position: relative;
  margin-bottom: -1px;
}
.header-style-one .main-box {
  padding: 0 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1700px) {
  .header-style-one .main-box {
    padding: 0 20px;
  }
}
.header-style-one .main-box .logo-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  min-height: 105px;
  margin-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .header-style-one .main-box .logo-box {
    min-height: auto;
    padding: 15px 0;
  }
}
.header-style-one .main-box .logo-box .ui-btn {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 30px;
}
@media only screen and (max-width: 1439px) {
  .header-style-one .main-box .logo-box .ui-btn {
    display: none !important;
  }
}
@media only screen and (max-width: 1700px) {
  .header-style-one .main-box .main-menu .navigation > li {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1700px) {
  .header-style-one .main-box .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-one .main-box .nav-outer {
  width: auto;
}

/*** 

====================================================================
    Header Style Two
====================================================================

***/
.header-style-two {
  position: relative;
}
.header-style-two .main-box {
  padding: 0;
  padding-right: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-box {
    padding-right: 20px;
  }
}
.header-style-two .main-box .logo-box {
  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;
  padding: 20px 80px;
  min-height: 105px;
  background-color: var(--bg-theme-color1);
  margin-right: 60px;
}
.header-style-two .main-box .logo-box .ui-btn {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 30px;
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box .logo-box .ui-btn {
    display: none;
  }
}
@media only screen and (max-width: 1700px) {
  .header-style-two .main-box .logo-box {
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-box .logo-box {
    padding: 20px 30px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-two .main-box .logo-box {
    padding: 15px 30px;
    margin-right: 0;
    min-height: auto;
  }
}
.header-style-two .main-box .nav-outer {
  width: auto;
  margin-right: auto;
}
.header-style-two .main-box .outer-box .theme-btn {
  margin-left: 40px;
  padding: 10px 50px;
  font-size: 14px;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-box .outer-box .theme-btn {
    padding: 10px 30px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-style-two .main-box .outer-box .theme-btn {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-style-two .main-menu .navigation > li {
    margin-right: 35px;
  }
}
.header-style-two .main-menu .navigation > li:not(.current) > a {
  color: var(--theme-color1);
  font-weight: 600;
}
.header-style-two .mobile-nav-toggler {
  color: var(--theme-color1);
}

.main-menu .navigation.onepage-nav > li {
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .main-menu .navigation.onepage-nav > li {
    margin-right: 25px;
  }
}

/*** 

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

***/
@media (max-width: 1199.98px) {
  .header-style-three .main-box .nav-outer {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-style-three .sticky-header.fixed-header {
  max-width: none;
}

@media (max-width: 575.98px) {
  .header-style-three .header-lower .main-box .outer-box .ui-btn-outer {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .header-style-three .ui-btn.search-btn {
    margin-left: 0;
  }
}

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  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);
}

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

.sticky-header .logo {
  padding: 10px 0;
}
.sticky-header .logo img {
  max-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .sticky-header .logo img {
    width: auto;
    max-width: none;
    max-height: 45px;
  }
}
.sticky-header .nav-outer {
  position: relative;
  background: none;
}
.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 40px;
  padding: 20px 0;
}
@media only screen and (max-width: 1700px) {
  .sticky-header .main-menu .navigation > li {
    margin-left: 50px !important;
    margin-right: 0 !important;
  }
}

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

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

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

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

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

@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;
  }
}
/*** 
====================================================================
        About Section
====================================================================
***/
.about-section-four {
  background-image: url(../images/icons/map-1.png);
  background-position: center;
  background-size: cover;
}
.about-section-four .content-column {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.home4-about-img-box .img-1 {
  border: 2px solid var(--theme-color2);
  height: 54px;
  width: 54px;
}

.home4-image-column .inner-column {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767.98px) {
  .home4-image-column .inner-column {
    padding-left: 0;
  }
}
.home4-image-column .image-box {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.home4-image-column .image-box .image {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.home4-image-column .image-box .image:before {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color2);
  content: "";
}
.home4-image-column .info-box {
  position: absolute;
  left: 0;
  right: 30px;
  top: 30px;
  padding: 40px 30px;
  padding-left: 140px;
  background-color: var(--bg-theme-color1);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .home4-image-column .info-box {
    display: block;
    padding-left: 15px;
    position: relative;
  }
}
.home4-image-column .info-box .icon {
  font-family: "flaticon_agency";
  position: absolute;
  left: 40px;
  top: 45px;
  font-size: 68px;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 767.98px) {
  .home4-image-column .info-box .icon {
    margin-bottom: 10px;
    left: 0;
    position: relative;
    top: 0;
  }
}
.home4-image-column .info-box .title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
}
.home4-image-column .info-box .sub-title {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.01em;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.offer-section {
  position: relative;
  background-color: var(--bg-theme-color1);
}

.offer-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/home4-offer-bg.jpg);
  content: "";
}

.offer-section .content-column .inner-column {
  position: relative;
  padding: 120px 0 100px;
  padding-right: 80px;
}

.offer-section .content-column .sec-title {
  margin-bottom: 25px;
}

.offer-section .content-column .info-box {
  position: relative;
  padding-left: 85px;
  min-height: 70px;
  margin-bottom: 30px;
}

.offer-section .content-column .info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 72px;
  color: var(--theme-color2);
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.offer-section .content-column .info-box .title {
  line-height: 34px;
  margin-bottom: 0;
  color: #fff;
}

.list-style-two {
  position: relative;
}

.offer-section .content-column .list-style-two li {
  color: #878a8f;
}

.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 5px;
}

.list-style-two li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 30px;
}

.offer-section .image-column .image-box {
  position: relative;
  margin-right: -375px;
}

.offer-section .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.offer-section .image-column .image-box .image img {
  width: 100%;
  min-height: 570px;
  -o-object-fit: cover;
  object-fit: cover;
}

.offer-section .image-column .caption-box {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  max-width: 200px;
  background-color: var(--bg-theme-color2);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 30px 45px 35px;
}

.offer-section .image-column .caption-box .icon-box {
  position: relative;
  margin-bottom: 20px;
}

.offer-section .image-column .caption-box .title {
  color: var(--theme-color1);
  margin-bottom: 0;
}

.home4-projects-section .upper-box {
  position: relative;
  padding: 120px 0 225px;
  background-color: #f6f6f6;
}
.home4-projects-section .carousel-outer {
  margin-top: -220px;
}

/*** 
====================================================================
    Service Section
====================================================================
***/
.service-block-four {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-four .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 45px 50px 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}
.service-block-four .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color2);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  border-radius: 0 0 0 500px;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-block-four .inner-box:hover:after {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.service-block-four .inner-box:hover .title,
.service-block-four .inner-box:hover .text,
.service-block-four .inner-box:hover .icon {
  color: #ffffff;
}
.service-block-four .count {
  position: absolute;
  right: -40px;
  top: -70px;
  height: 170px;
  width: 170px;
  background-color: var(--bg-theme-color2);
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-block-four em {
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  position: absolute;
  left: 60px;
  bottom: 45px;
}
.service-block-four .icon {
  position: relative;
  display: block;
  font-size: 62px;
  color: var(--theme-color2);
  font-weight: 400;
  line-height: 1em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 20px;
}
.service-block-four .title {
  margin-bottom: 20px;
}
.service-block-four .text {
  line-height: 30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

/*Pricing Table Style */
.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 {
  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:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.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 a:hover, .tm-pricing-smart-switcher-button .switch-buttons li a.active {
  color: var(--text-color-bg-theme-color1);
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
}

.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(--text-color-bg-theme-color1);
  border-color: var(--theme-color1);
  background-color: var(--theme-color1);
}

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

.home4-video-section {
  position: relative;
  padding: 120px 0;
}
.home4-video-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 550px;
  background-image: url(../images/icons/pattern-11.png);
  background-color: var(--bg-theme-color1);
  content: "";
}
.home4-video-section .title-box {
  position: relative;
  margin-bottom: 60px;
}
.home4-video-section .title {
  color: #fff;
}
.home4-video-section .text {
  color: #b8b8b8;
}
.home4-video-section .video-box {
  position: relative;
}
.home4-video-section .image {
  position: relative;
  margin-bottom: 0;
}
.home4-video-section .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--bg-theme-color1);
  opacity: 0.3;
}
.home4-video-section .video-box .content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home4-video-section .video-box .play-btn {
  position: relative;
  display: inline-block;
}
.home4-video-section .video-box i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 115px;
  width: 115px;
  font-size: 24px;
  background-color: var(--bg-theme-color2);
  color: var(--theme-color1);
  padding-left: 5px;
  margin: 0 auto 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.call-to-action-home4 {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
.call-to-action-home4 .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0F0F0F;
  overflow: hidden;
}
.call-to-action-home4 .outer-box:before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/icons/bg-pattern1.png);
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
}
.call-to-action-home4 .content-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: 80px;
}
@media only screen and (max-width: 1023px) {
  .call-to-action-home4 .content-box {
    display: block;
    padding: 40px 30px;
  }
}

.contact-section-three {
  background-color: var(--bg-theme-color1);
  margin-top: -100px;
  padding: 220px 0 105px;
  position: relative;
}
.contact-section-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/icons/pattern-9.jpg);
  content: "";
}

.contact-form-home4 input:not([type=submit]),
.contact-form-home4 textarea,
.contact-form-home4 select {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
  color: var(--theme-color1);
  line-height: 32px;
  font-weight: 400;
  background-color: #fff;
  border: 4px solid #f2f3f6;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form-home4 input {
  height: 70px;
}
.contact-form-home4 textarea {
  height: auto;
}

.contact-info-box-two {
  position: relative;
  z-index: 2;
  padding-left: 90px;
  margin-bottom: 25px;
}
.contact-info-box-two .icon {
  position: absolute;
  left: 0;
  top: 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;
  height: 58px;
  width: 58px;
  color: var(--theme-color1);
  font-size: 18px;
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-info-box-two .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--text-font);
  margin-bottom: 5px;
}
.contact-info-box-two .text {
  letter-spacing: 0.04em;
  color: #999b9f;
  margin-bottom: 0;
}
.contact-info-box-two .text a:hover {
  color: #ffffff;
}

/* Home Five Styles */
.news-section-two {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}
.news-section-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 50%;
  background-image: url(../images/icons/pattern-18.png);
  background-repeat: no-repeat;
  background-position: center left;
  content: "";
}

.news-section-two .news-carousel .owl-nav {
  bottom: 190px;
  left: -400px;
}

.news-section-two .carousel-column .carousel-outer {
  position: relative;
  margin-right: -410px;
}

.news-carousel .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: -25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-carousel .owl-nav .owl-next,
.news-carousel .owl-nav .owl-prev {
  display: block;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  color: var(--theme-color1);
  border-radius: 50%;
  border: 2px solid var(--border-theme-color1);
  font-size: 20px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*** 

====================================================================
    About Section Five
====================================================================

***/
/*
.about-section-five {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}
*/

.about-section-five {
  position: relative;
  padding: 70px 0 70px;
  overflow: hidden;
}


.about-section-five .icon-line4 {
  top: 90px;
  left: -130px;
  width: 121px;
  height: 160px;
  background-image: url(../images/icons/icon-line4.png);
}
.about-section-five .icon-line5 {
  right: -475px;
  top: -56px;
  width: 415px;
  height: 352px;
  background-image: url(../images/icons/icon-line5.png);
}
.about-section-five .icon-arrow1 {
  left: -190px;
  top: 380px;
  width: 93px;
  height: 97px;
  background-image: url(../images/icons/icon-arrow1.png);
}
.about-section-five .icon-speaker {
  left: -375px;
  top: 430px;
  width: 160px;
  height: 277px;
  background-image: url(../images/icons/icon-speaker.png);
}
.about-section-five .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-five .content-column .inner-column {
  position: relative;
}
@media (max-width: 767.98px) {
  .about-section-five .content-column .inner-column .about-info-two {
    margin-bottom: 20px;
  }
}
.about-section-five .content-column .inner-column .about-info-two .inner-box {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--theme-color2);
  background: var(--theme-color-light);
  -webkit-box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
          box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
  padding: 18px 15px 18px 133px;
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box:hover i {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box {
    padding-left: 105px;
  }
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box {
    padding: 26px 15px 26px 133px;
  }
}
.about-section-five .content-column .inner-column .about-info-two .inner-box i {
  position: absolute;
  top: 23px;
  left: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  color: var(--theme-color2);
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box i {
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box i {
    left: 15px;
  }
}
.about-section-five .content-column .inner-column .about-info-two .inner-box .title {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box .title {
    font-size: 14px;
  }
  .about-section-five .content-column .inner-column .about-info-two .inner-box .title::before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box .title {
    max-width: 198px;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box .title {
    font-size: 16px;
  }
}
.about-section-five .content-column .inner-column .about-info-two .inner-box .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 70px;
  background-color: var(--theme-color2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two .inner-box-two-image {
  margin-right: 20px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two .title {
  font-size: 18px;
  margin-bottom: 8px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: var(--text-font);
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
}
.about-section-five .content-column .inner-column .list {
  margin: 31px 0 39px;
}
@media (max-width: 767.98px) {
  .about-section-five .content-column .inner-column .list {
    margin-top: 11px;
  }
}
.about-section-five .content-column .inner-column .list li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  margin-bottom: 15px;
  padding-left: 28px;
}
.about-section-five .content-column .inner-column .list li:last-child {
  margin-bottom: 0;
}
.about-section-five .content-column .inner-column .list li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color2);
}
.about-section-five .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .inner-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section-five .content-column .inner-column .btn-box .theme-btn-v2 {
  color: var(--text-color-bg-theme-color1);
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  padding: 17px 29px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .inner-column .btn-box .theme-btn-v2 {
    margin-bottom: 20px;
  }
}
.about-section-five .content-column .inner-column .btn-box .theme-btn-v2 svg {
  position: relative;
  top: -2px;
  margin-left: 12px;
}
.about-section-five .content-column .inner-column .btn-box .theme-btn-v2:hover:before {
  background-color: #000;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn {
  display: inline-block;
  position: relative;
  padding-left: 75px;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn:hover i {
  background-color: var(--theme-color2);
  border-color: transparent;
  color: #fff;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn i {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--theme-color2);
  background-color: rgba(249, 74, 41, 0.05);
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color2);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn span {
  color: var(--theme-color2);
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 1px;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-section-five .sec-title {
  margin-bottom: 35px;
}
.about-section-five .sec-title h3 {
  font-size: 38px;
  line-height: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .about-section-five .sec-title h3 {
    line-height: 1.3;
    font-size: 30px;
  }
}
.about-section-five .image-column {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .about-section-five .image-column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-section-five .image-column .inner-column {
  position: relative;
}
.about-section-five .image-column .image-box {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .about-section-five .image-column .image-box {
    text-align: center;
    padding-top: 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .image-box {
    margin-bottom: 20px;
  }
}
.about-section-five .image-column .image-box .icon-dots2 {
  position: absolute;
  left: 70px;
  top: 40px;
}
.about-section-five .image-column .image-1 {
  position: relative;
  bottom: -57px;
  margin-bottom: 0;
}
.about-section-five .image-column .image-2 {
  position: absolute;
  right: 45px;
  top: 0;
  margin-bottom: 20px;
}
.about-section-five .image-column .image-2 img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .about-section-five .image-column .image-2 {
    display: none;
  }
}
.about-section-five .image-column .exp-box {
  position: absolute;
  left: 220px;
  bottom: 55px;
  width: 275px;
  background-color: var(--theme-color1);
  padding: 10px;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .about-section-five .image-column .exp-box {
    left: 15px;
    bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .exp-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.about-section-five .image-column .exp-box .inner {
  position: relative;
  padding: 20px 30px 25px;
  padding-left: 110px;
  background-color: var(--theme-color-light);
  border: 4px solid var(--theme-color2);
}
.about-section-five .image-column .exp-box .icon {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  font-size: 64px;
  font-weight: 400;
  color: var(--theme-color2);
  z-index: 2;
  margin-bottom: 5px;
}
.about-section-five .image-column .exp-box .count {
  font-size: 46px;
  line-height: 1em;
  color: var(--theme-color1);
  font-weight: 700;
  margin-bottom: 10px;
}
.about-section-five .image-column .exp-box .title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: -8px;
}



/*** 

====================================================================
      Features Section Home 5
====================================================================

***/
.home5-features-section {
  position: relative;
  padding: 120px 0 70px;
}

.feature-block-home5 {
  position: relative;
  margin-bottom: 50px;
}
.feature-block-home5 .inner-box {
  position: relative;
}
.feature-block-home5 .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-block-home5 .inner-box:hover .overlay-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.feature-block-home5 .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-right: 6px solid var(--border-theme-color2);
  padding-bottom: 30px;
}
.feature-block-home5 .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.feature-block-home5 .image a:after {
  background: var(--gradient-3);
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feature-block-home5 img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-home5 .info-box {
  position: absolute;
  right: -6px;
  left: 20px;
  bottom: 0px;
  background-color: #fff;
  padding: 25px 20px;
  padding-left: 100px;
  padding-right: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.feature-block-home5 .info-box .icon {
  position: absolute;
  left: 20px;
  top: -33px;
  height: 66px;
  width: 66px;
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  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;
}
.feature-block-home5 .title {
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0;
}
.feature-block-home5 .read-more {
  position: absolute;
  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;
  right: 20px;
  top: 30px;
  height: 40px;
  width: 40px;
  color: #6c6a72;
  font-size: 20px;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-home5 .read-more:hover {
  background-color: var(--bg-theme-color2);
  color: #fff;
}
.feature-block-home5 .overlay-content {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
}
.feature-block-home5 .overlay-content .info-box {
  position: relative;
  left: 0;
  bottom: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: var(--bg-theme-color1);
  padding-right: 20px;
}
.feature-block-home5 .overlay-content .info-box .icon {
  background-color: #ffffff;
  color: var(--bg-theme-color2);
}
.feature-block-home5 .overlay-content .info-box .title {
  margin-bottom: 10px;
  color: #ffffff;
}
.feature-block-home5 .overlay-content .info-box .text {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}

/*** 

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

***/
.home5-about-section {
  position: relative;
  padding: 120px 0 70px;
}
.home5-about-section .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.home5-about-section .inner-column {
  position: relative;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .home5-about-section .inner-column {
    padding-left: 0;
  }
}
.home5-about-section .sec-title {
  margin-bottom: 30px;
}
.home5-about-section .info-box {
  position: relative;
  margin-bottom: 30px;
}
.home5-about-section .inner {
  position: relative;
  padding-left: 100px;
  padding-top: 5px;
}
.home5-about-section .inner:hover .icon {
  color: var(--theme-color1);
}
.home5-about-section .title {
  margin-bottom: 0;
}
.home5-about-section .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 62px;
  color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.home5-about-section .icon:after {
  position: absolute;
  left: 30px;
  top: 15px;
  height: 54px;
  width: 54px;
  background-color: #f4f2f9;
  content: "";
  border-radius: 50%;
  z-index: -1;
}
.home5-about-section .list-style-two {
  margin-top: 10px;
  margin-bottom: 45px;
}
.home5-about-section .list-style-two li {
  color: var(--theme-color1);
}
.home5-about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}
.home5-about-section .inner-column {
  position: relative;
  height: 100%;
}
.home5-about-section .bg-shpe-1 {
  position: absolute;
  left: -310px;
  width: 288px;
  height: 495px;
  background: url(../images/icons/shape-2.png) center no-repeat;
}
.home5-about-section .bg-shpe-2 {
  position: absolute;
  top: 185px;
  right: -10px;
  width: 124px;
  height: 105px;
  background: url(../images/icons/shape-3.png) center no-repeat;
}
.home5-about-section .logo-box {
  position: absolute;
  right: 95px;
  top: 40px;
  width: 110px;
  height: 110px;
  background: var(--gradient-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.home5-about-section .image-1 {
  position: relative;
  max-width: 400px;
  margin-bottom: 30px;
}
.home5-about-section .image-1 img {
  width: 100%;
}
.home5-about-section .image-2 {
  position: absolute;
  right: -25px;
  bottom: 0;
  margin-bottom: 0;
}
.home5-about-section .image-2 img {
  bottom: -125px;
  right: -7px;
  width: 429px;
  max-width: 415px;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  z-index: 2;
}

.floating-layer1 {
  background-color: var(--theme-color2);
  height: 250px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.floating-layer2 {
  background-color: var(--theme-color2);
  height: 170px;
  position: absolute;
  right: 50px;
  top: 0;
  width: 30px;
}

/*** 

====================================================================
    About Section Two Home 5
====================================================================

***/
.about-section-home5 {
  position: relative;
  padding: 120px 0 70px;
}
.about-section-home5:before {
  background-color: #ecf0f4;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 42.4%;
}
.about-section-home5 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-home5 .content-column .inner-column {
  position: relative;
  padding-right: 80px;
}
.about-section-home5 .content-column .sec-title {
  margin-bottom: 30px;
}
.about-section-home5 .image-column {
  margin-bottom: 50px;
}
.about-section-home5 .image-column .inner-column {
  position: relative;
  margin-right: -370px;
  padding-left: 10px;
}
.about-section-home5 .image-column .image-box {
  position: relative;
}
.about-section-home5 .image-column .image {
  position: relative;
  margin-bottom: 0;
}
.about-section-home5 .image-column .image:before {
  background-image: url(../images/pattern/p7.png);
  content: "";
  position: absolute;
  left: -65px;
  top: 25px;
  bottom: 25px;
  width: 70px;
  z-index: -1;
}
.about-section-home5 .image-column img {
  width: 100%;
}
.about-section-home5 .image-column .float-text {
  position: absolute;
  left: -150px;
  top: 205px;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
  color: var(--theme-color1);
  line-height: 25px;
  padding: 15px 40px;
  background-color: #ffffff;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 295px;
}

/* Home 6 Styles Code */
/*** 

====================================================================
    About Section 1 Home 6
====================================================================

***/
.about-section-home6 {
  position: relative;
  padding: 120px 0 50px;
}
.about-section-home6 .anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.about-section-home6 .icon-object-1 {
  right: -320px;
  top: -20px;
}
.about-section-home6 .icon-object-4 {
  left: -600px;
  bottom: 0;
}
.about-section-home6 .icon-dots {
  width: 75px;
  height: 156px;
  background-image: url(../images/icons/icon-dots.png);
}
.about-section-home6 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-home6 .content-column .inner-column {
  position: relative;
  padding-left: 70px;
}
@media (max-width: 991px) {
  .about-section-home6 .content-column .inner-column {
    padding-left: 0;
  }
}
.about-section-home6 .content-column .sec-title {
  margin-bottom: 40px;
}
.about-section-home6 .content-column .list-style-three {
  margin-top: 30px;
}
.about-section-home6 .content-column li {
  font-weight: 700;
  margin-bottom: 5px;
}
.about-section-home6 .content-column .content-box {
  position: relative;
  padding-right: 230px;
}
@media (max-width: 767px) {
  .about-section-home6 .content-column .content-box {
    padding-right: 0;
  }
}
.about-section-home6 .content-column .title {
  margin-bottom: 7px;
}
.about-section-home6 .content-column .text {
  margin-bottom: 35px;
}
.about-section-home6 .content-column .info-box {
  position: absolute;
  right: 0;
  top: 0;
  border-top: 4px solid var(--bg-theme-color3);
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  padding: 30px 25px 25px;
  max-width: 180px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-section-home6 .content-column .info-box {
    margin-bottom: 20px;
    position: relative;
  }
}
.about-section-home6 .content-column .info-box:before {
  background-color: #ecf0f4;
  border-radius: 50%;
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-section-home6 .content-column .info-box .title {
  margin-bottom: 0;
  font-weight: 500;
}
.about-section-home6 .content-column .info-box .icon {
  position: relative;
  display: inline-block;
  font-size: 62px;
  line-height: 1em;
  color: var(--theme-color2);
}
.about-section-home6 .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-home6 .image-column .inner-column {
  position: relative;
  margin-right: -30px;
}
.about-section-home6 .image-column .image-1 {
  position: absolute;
  right: 0;
  width: 300px;
  top: 210px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-section-home6 .image-column .image-1 {
    right: -40px;
    top: 400px;
  }
}
@media (max-width: 991px) {
  .about-section-home6 .image-column .image-1 {
    right: 0;
  }
}
.about-section-home6 .image-column .image-1:before {
  border: 6px solid var(--border-theme-color2);
  content: "";
  height: 435px;
  left: -400px;
  position: absolute;
  right: auto;
  top: -100px;
  width: 470px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .about-section-home6 .image-column .image-1:before {
    display: none;
  }
}
.about-section-home6 .image-column .image-2 {
  position: relative;
  width: 470px;
}
.about-section-home6 .image-column .icon-dots {
  position: absolute;
  right: 0;
  top: 0;
}

.fun-fact-section.at-home6:before {
  height: 100%;
}

/*** 

====================================================================
    About Section Four
====================================================================

***/
.about2-section-home6 {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.about2-section-home6:before {
  position: absolute;
  left: -30px;
  top: -30px;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-14.png);
  background-position: left top;
  background-repeat: no-repeat;
  content: "";
}
.about2-section-home6 .content-column {
  position: relative;
  z-index: 1;
}
.about2-section-home6 .content-column .inner-column {
  position: relative;
  padding: 120px 0;
}
.about2-section-home6 .content-column .sec-title {
  margin-bottom: 40px;
}
.about2-section-home6 .content-column .about-block {
  margin-bottom: 40px;
}
.about2-section-home6 .content-column .about-block .icon {
  color: var(--theme-color2);
  display: block;
  font-size: 64px;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 1em;
}
.about2-section-home6 .content-column .about-block .title {
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 2px;
  position: relative;
}
.about2-section-home6 .content-column .about-block:hover .icon {
  color: var(--theme-color1);
  -webkit-transform: rotateY(-190deg);
  transform: rotateY(-190deg);
}
.about2-section-home6 .content-column .text {
  margin-top: 30px;
}

.about2-section-home6 .content-column .btn-box {
  margin-top: 15px;
}

.about2-section-home6 .image-column {
  position: relative;
}

.about2-section-home6 .image-column .inner-column {
  position: relative;
  padding-left: 55px;
  margin-right: -370px;
}

.about2-section-home6 .image-column .image {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
}

.about2-section-home6 .image-column .image:before {
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-theme-color2)), to(var(--bg-theme-color1)));
  background: linear-gradient(var(--bg-theme-color2), var(--bg-theme-color1));
  content: "";
}

.about2-section-home6 .image-column .image img {
  width: 100%;
}

.about2-section-home6 .experience {
  position: absolute;
  left: 15px;
  bottom: 80px;
  min-width: 330px;
  background: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 10px 60px rgba(68, 67, 67, 0.1);
  box-shadow: 0 10px 60px rgba(68, 67, 67, 0.1);
}

.about2-section-home6 .experience:before {
  position: absolute;
  left: 0;
  top: 100%;
  border-right: 40px solid #ECF0F4;
  border-bottom: 30px solid transparent;
  content: "";
}

.about2-section-home6 .experience .inner {
  position: relative;
  min-height: 100px;
  padding-left: 120px;
  padding-top: 10px;
}

.about2-section-home6 .experience .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100px;
  width: 100px;
  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: #ffffff;
  background-color: var(--bg-theme-color2);
  border-radius: 50%;
  font-size: 64px;
}

.about2-section-home6 .experience .text {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #73787d;
}

.about2-section-home6 .experience strong {
  position: relative;
  margin-top: 7px;
  font-size: 34px;
  line-height: 36px;
  color: var(--theme-color1);
  font-weight: 700;
  display: block;
}

/* Home 7 Styles Code */
/*** 

====================================================================
    Features Section Three
====================================================================

***/
.features-section-home7 {
  position: relative;
}

.feature-block-home7 {
  position: relative;
}
.feature-block-home7 .inner-box {
  position: relative;
  padding: 60px 20px;
  text-align: center;
  background-color: var(--theme-color3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid #d9e0e6;
  border-right: 1px solid #d9e0e6;
}
.feature-block-home7 .inner-box:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: var(--bg-theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
}
.feature-block-home7 .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../images/icons/shape-3-4.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.feature-block-home7 .inner-box:hover {
  background-color: #ffffff;
}
.feature-block-home7 .inner-box:hover:before {
  left: 0;
  width: 100%;
}
.feature-block-home7 .content-box {
  position: relative;
  padding-left: 110px;
  max-width: 350px;
  display: inline-block;
  text-align: left;
}
.feature-block-home7 .content-box .icon {
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  color: var(--theme-color2);
  font-size: 64px;
  transition: all 300ms ease;
}
.feature-block-home7 .content-box .icon:after {
  position: absolute;
  left: 30px;
  top: 10px;
  height: 52px;
  width: 52px;
  background-color: var(--bg-theme-color2);
  opacity: 0.1;
  content: "";
}
.feature-block-home7 .content-box .title {
  color: var(--theme-color1);
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0;
}
.feature-block-home7 .content-box a {
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-home7 .content-box a:hover {
  color: var(--theme-color1);
}
.feature-block-home7 .content-box .sub-title {
  display: block;
  margin-bottom: 10px;
}

/***

====================================================================
    Process Section Two
====================================================================

***/
.process-section-home7 {
  position: relative;
  padding: 120px 0 50px;
  overflow: hidden;
}

.process-block-home7 {
  position: relative;
  margin-bottom: 70px;
}

.process-block-home7 .inner-box {
  position: relative;
}

.process-block-home7 .inner-box:hover .icon-box:after {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.process-block-home7 .inner-box:hover .icon-box::before {
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
}

.process-block-home7 .inner-box:hover .icon {
  background-color: var(--bg-theme-color2);
  color: #ffffff;
}

.process-block-home7 .inner-box:hover .count {
  left: 165px;
  bottom: 165px;
  -webkit-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}

.process-block-home7 .icon-box {
  position: relative;
  height: 255px;
  width: 255px;
  border-radius: 50%;
  padding: 40px;
  margin: 0 auto 20px;
}

.process-block-home7 .icon-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  border: 2px solid var(--theme-color3);
  border-radius: 200px 200px 0 0;
  border-bottom: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.process-block-home7 .icon-box:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  border: 2px solid var(--border-theme-color2);
  border-top: 0;
  content: "";
  border-radius: 0 0 200px 200px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.process-block-home7 .icon-box .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background-color: var(--theme-color3);
  margin-bottom: 0;
  z-index: 1;
  font-size: 64px;
  color: var(--theme-color2);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.process-block-home7 .icon-box .count {
  position: absolute;
  left: 38px;
  bottom: 38px;
  height: 54px;
  width: 54px;
  background-color: var(--bg-theme-color1);
  font-size: 16px;
  color: #ffffff;
  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;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.process-block-home7 .info-box {
  position: relative;
  text-align: center;
}

.process-block-home7 .info-box .title {
  z-index: 2;
  margin-bottom: 15px;
}

.process-block-home7 .info-box .text {
  padding: 0 20px;
}

/*** 

====================================================================
    News Section Four
====================================================================

***/
.news-section-home7 {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
}

.news-block-home7-1 {
  position: relative;
  margin-bottom: 30px;
}
.news-block-home7-1 .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.news-block-home7-1 .inner-box:hover .image-box a:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-home7-1 .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-block-home7-1 .image-box {
  position: relative;
}
.news-block-home7-1 .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block-home7-1 .image-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-home7-1 .image-box a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-home7-1 .content-box {
  background-color: var(--bg-theme-color2);
  bottom: 0;
  padding: 35px 60px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news-block-home7-1 .content-box {
    padding: 30px;
    position: relative;
  }
}
.news-block-home7-1 .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-block-home7-1 li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  margin-right: 14px;
}
.news-block-home7-1 i {
  margin-right: 2px;
  color: #fff;
  font-size: 14px;
}
.news-block-home7-1 .title {
  color: #fff;
  margin-bottom: 0;
}
.news-block-home7-1 .title:hover {
  color: #fff;
}

.news-block-home7-2 {
  position: relative;
  margin-bottom: 30px;
}
.news-block-home7-2 .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .news-block-home7-2 .inner-box {
    display: block;
  }
}
.news-block-home7-2 .inner-box:hover .image-box a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-home7-2 .inner-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-block-home7-2 .image-box {
  position: relative;
}
.news-block-home7-2 .image-box a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block-home7-2 .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  min-width: 270px;
  height: 100%;
}
.news-block-home7-2 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block-home7-2 .content-box {
  position: relative;
  padding: 30px 40px 30px;
  border: 1px solid #d9e0e6;
  background-color: #fff;
}
.news-block-home7-2 .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.news-block-home7-2 li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  margin-right: 14px;
}
.news-block-home7-2 li i {
  margin-right: 2px;
  color: var(--theme-color2);
  font-size: 14px;
}
.news-block-home7-2 .title {
  margin-bottom: 0;
}
.news-block-home7-2 .title:hover {
  color: var(--theme-color2);
}

/*  home 7 Divider  */
.divider-section-home7 {
  background-image: url(../images/resource/slide1-1.jpg);
  padding: 120px 0 60px;
  position: relative;
}
.divider-section-home7:before {
  background-color: rgba(20, 20, 20, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.text-light-home7 {
  color: #94A2B2;
}

.iconbox-home7 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.iconbox-home7 .icon {
  font-size: 3em;
  color: var(--theme-color2);
}
.iconbox-home7:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.home7-divider-form {
  position: relative;
}
.home7-divider-form .form-column-home7 {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .home7-divider-form .form-column-home7 {
    position: relative;
  }
}

.home7-piechart-box {
  position: relative;
}
.home7-piechart-box .pie-graph .graph-outer .inner-text {
  color: var(--headings-color);
}
.home7-piechart-box .pie-graph .title {
  color: var(--headings-color);
  margin-left: 20px;
}

/* Home 8 Feature Boxes */
.service-item-current-style7 .inner-box {
  margin-bottom: 30px;
  position: relative;
  padding: 30px 25px;
  margin-top: 90px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-item-current-style7 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color1);
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-item-current-style7 .inner-box .service-icon-area {
  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;
  margin-top: -90px;
}
.service-item-current-style7 .inner-box .service-icon-area .icon {
  height: 110px;
  width: 110px;
  font-size: 58px;
  background-color: var(--theme-color1);
  font-weight: 900;
  line-height: 110px;
  color: var(--text-color-bg-theme-color1);
  border-radius: 50%;
  margin: 0 auto 25px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 1;
}
.service-item-current-style7 .inner-box .service-icon-area .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.service-item-current-style7 .inner-box .title {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}
.service-item-current-style7 .inner-box .excerpt {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #797582;
  font-weight: 500;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.service-item-current-style7 .inner-box .btn-view-details {
  margin-top: 25px;
  position: relative;
}
.service-item-current-style7:hover .title {
  color: #333;
}
.service-item-current-style7:hover .inner-box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.service-item-current-style7:hover .inner-box:before {
  height: 0;
}
.service-item-current-style7:hover .inner-box:before .service-icon-area {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.service-item-current-style7:hover .inner-box .service-icon-area .icon:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.service-item-current-style7:hover .inner-box .excerpt {
  color: #8c8f94;
}

.home8-contact:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  width: 58%;
  top: -50px;
}
.home8-contact .home8-contact-img {
  background-image: url(../images/background/bg4.jpg);
  background-position: center center;
  background-size: cover;
  height: 594px;
  max-width: 194px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .home8-contact .home8-contact-img {
    display: none;
  }
}
.home8-contact .contact-form {
  border-top: 5px solid var(--theme-color2);
  margin-right: 50px;
  margin-top: -50px;
}
@media only screen and (max-width: 1023px) {
  .home8-contact .contact-form {
    margin-top: 50px;
    margin-right: 0;
  }
}

.why-choose-us-three.at-home8 .work-block .icon {
  background-color: var(--theme-color2);
  color: var(--theme-color1);
  font-size: 43px;
  height: 85px;
  line-height: 85px;
  width: 85px;
}
.why-choose-us-three.at-home8 .work-block .inner-box {
  padding-bottom: 0;
  border-bottom: none;
  padding-left: 100px;
}
@media only screen and (max-width: 1023px) {
  .why-choose-us-three.at-home8 .work-block .inner-box {
    padding-left: 0;
    text-align: left;
  }
}
.why-choose-us-three.at-home8 .project {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 21px;
  position: absolute;
  right: -70px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 250px;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-three.at-home8 .project {
    top: 100px;
  }
}
.why-choose-us-three.at-home8 .img-1 {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 52px;
}
@media only screen and (max-width: 1023px) {
  .why-choose-us-three.at-home8 .img-1 {
    position: relative;
    top: 0;
  }
}
.why-choose-us-three.at-home8 .img-2 {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-three.at-home8 .img-2 {
    display: none;
  }
}
.why-choose-us-three.at-home8 .image-column {
  position: relative;
}
.why-choose-us-three.at-home8 .image-column:before {
  background-color: black;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-three.at-home8 .image-column:before {
    display: none;
  }
}
.why-choose-us-three.at-home8 .at-home8-2 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-three.at-home8 .at-home8-2 {
    top: 0;
  }
}
.why-choose-us-three.at-home8 .at-home8-2 .counter {
  color: var(--headings-color);
  font-family: var(--title-font);
  font-size: 70px;
  font-weight: 700;
  line-height: 21px;
}
@media only screen and (max-width: 767px) {
  .why-choose-us-three.at-home8 .at-home8-2 .counter {
    font-size: 30px;
  }
}

.tm-sc-funfact.at-home8 {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 105px;
  padding: 15px 40px;
  position: absolute;
  right: 0;
  top: 500px;
  width: 230px;
}
@media only screen and (max-width: 1023px) {
  .tm-sc-funfact.at-home8 {
    bottom: 100px;
    top: auto;
  }
}
.tm-sc-funfact.at-home8 .counter {
  color: var(--headings-color);
  font-family: var(--title-font);
  font-size: 60px;
  font-weight: 700;
}
.tm-sc-funfact.at-home8 .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/*** 

====================================================================
    Features Section Four
====================================================================

***/
.features-section-four {
  position: relative;
  background-color: var(--bg-theme-color1);
}
.features-section-four .features-column .inner-column {
  position: relative;
  padding: 100px 0;
  height: 100%;
}
.features-section-four .features-column .bg-image {
  position: absolute;
  left: -360px;
  right: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.features-section-four .features-column .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient-4);
  opacity: 0.9;
  content: "";
}
.features-section-four .content-column {
  position: relative;
  padding: 100px 0;
}
.features-section-four .content-column .inner-column {
  padding-left: 90px;
}
@media only screen and (max-width: 1023px) {
  .features-section-four .content-column .inner-column {
    padding-left: 0;
  }
}
.features-section-four .content-column .image-box {
  position: relative;
  margin-top: 60px;
}
.features-section-four .content-column .image {
  margin-bottom: 0;
}
.features-section-four .content-column img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.features-section-four .content-column .icon {
  position: absolute;
  right: 0;
  top: -55px;
  height: 130px;
  width: 130px;
  color: #ffffff;
  font-size: 64px;
  background-color: var(--theme-color2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features-section-four .content-column .icon:before {
  height: 100px;
  width: 100px;
  background-color: var(--bg-theme-color3);
  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;
}

.feature-block-five {
  position: relative;
}
.feature-block-five:last-child .inner-box {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
  min-height: 110px;
}
.feature-block-five .inner-box {
  position: relative;
  min-height: 160px;
  padding-top: 10px;
  padding-left: 150px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .feature-block-five .inner-box {
    padding-left: 0;
  }
}
.feature-block-five .inner-box:hover .icon {
  background-color: var(--bg-theme-color1);
  color: #fff;
  -webkit-transform: rotate(180deg) scale(-1);
  transform: rotate(180deg) scale(-1);
}
.feature-block-five .inner-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  width: 110px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 64px;
  color: var(--theme-color2);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (max-width: 767px) {
  .feature-block-five .inner-box .icon {
    margin-bottom: 25px;
    position: relative;
  }
}
.feature-block-five .title {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
.feature-block-five .text {
  max-width: 200px;
  color: #ffdbda;
}

/*  Home 9 Styles */
.service-block-new-3.at-home9 {
  margin-top: -100px;
}
@media only screen and (max-width: 1199px) {
  .service-block-new-3.at-home9 {
    margin-top: 0px;
  }
}

.feature-block-home5.at-home9 {
  margin-top: -130px;
}
@media only screen and (max-width: 1023px) {
  .feature-block-home5.at-home9 {
    margin-top: 0;
  }
}

.experience-widget-home9 {
  background-color: var(--theme-color1);
  margin-bottom: 30px;
  padding: 45px 80px 35px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .experience-widget-home9 {
    padding: 40px 40px 30px;
  }
}
.experience-widget-home9 .icon {
  color: #ffffff;
  display: block;
  font-size: 50px;
  margin-bottom: 30px;
}
.experience-widget-home9 .title {
  color: #ffffff;
  font-size: 28px;
}
.experience-widget-home9:before {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50% 50% 50% 50%;
  bottom: 0;
  content: "";
  height: 330px;
  Left: auto;
  position: absolute;
  right: -200px;
  top: -200px;
  width: 330px;
}
.experience-widget-home9:after {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50% 50% 50% 50%;
  bottom: 0;
  content: "";
  height: 330px;
  Left: auto;
  position: absolute;
  right: -160px;
  top: -160px;
  width: 330px;
}

.img-widget-home9 {
  position: relative;
}
.img-widget-home9 .tm-text-editor {
  background-color: #ffffff;
  bottom: 20px;
  padding: 15px 30px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .img-widget-home9 .tm-text-editor {
    position: relative;
  }
}

/*** 

====================================================================
    About Section Home9
====================================================================

***/
.about-section-home9 {
  position: relative;
  padding: 120px 0 70px;
}
@media only screen and (max-width: 1199px) {
  .about-section-home9 {
    padding-top: 0;
  }
}
.about-section-home9 .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-home9 .content-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-top: 80px;
  margin-left: 30px;
  margin-top: 60px;
  background: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .about-section-home9 .content-column .inner-column {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section-home9 .content-column .inner-column {
    margin-left: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
.about-section-home9 .text {
  color: #7c858c;
  margin-bottom: 20px;
}
.about-section-home9 blockquote {
  font-size: 20px;
  line-height: 32px;
  padding-left: 25px;
  border-left: 4px solid var(--border-theme-color1);
  color: var(--theme-color2);
  font-weight: 700;
  margin-bottom: 30px;
}
.about-section-home9 .bottom-box {
  position: relative;
  padding-right: 250px;
}
@media only screen and (max-width: 767px) {
  .about-section-home9 .bottom-box {
    padding-right: 0;
  }
}
.about-section-home9 .bottom-box .video-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 194px;
  overflow: hidden;
  max-width: 267px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .about-section-home9 .bottom-box .video-box {
    position: relative;
  }
}
.about-section-home9 .bottom-box .video-box .play-now {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
}
.about-section-home9 .bottom-box .video-box .play-now .icon {
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.about-section-home9 .list-style-one {
  margin-bottom: 40px;
}
.about-section-home9 .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section-home9 .image-column .inner-column {
  position: relative;
  margin-right: -180px;
}
.about-section-home9 .image-column .image-1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 770px;
  margin-bottom: 50px;
  position: relative;
  width: 570px;
}
@media only screen and (max-width: 599px) {
  .about-section-home9 .image-column .image-1 {
    height: 470px;
    width: 300px;
  }
}
.about-section-home9 .image-column .image-1:before {
  position: absolute;
  right: 130px;
  bottom: -50px;
  height: 10px;
  width: 200px;
  background: var(--bg-theme-color2);
  content: "";
}
@media only screen and (max-width: 599px) {
  .about-section-home9 .image-column .image-1:before {
    right: 0;
  }
}
.about-section-home9 .image-column .image-2 {
  position: absolute;
  left: -80px;
  bottom: -50px;
  border: 20px solid #ffffff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  max-width: 340px;
}
@media only screen and (max-width: 1199px) {
  .about-section-home9 .image-column .image-2 {
    left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .about-section-home9 .image-column .image-2 {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-home9 .image-column .image-2 {
    max-width: 300px;
  }
}
.about-section-home9 .experience {
  position: absolute;
  top: 80px;
  left: -80px;
  max-width: 190px;
  background: var(--bg-theme-color2);
  font-size: 18px;
  padding: 30px 30px 30px 40px;
  line-height: 22px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .about-section-home9 .experience {
    left: 0;
    top: 0;
  }
}
.about-section-home9 .experience strong {
  font-size: 50px;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

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

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

/*** 

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

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: #ffffff;
  display: none;
  top: 0px;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media only screen and (max-width: 1023px) {
  .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-color3);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}
.mobile-menu .nav-logo img {
  max-height: 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-color1);
  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-color2);
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

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

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

.contact-list-one {
  position: relative;
  padding: 30px 20px 20px;
}
.contact-list-one li {
  position: relative;
  margin-bottom: 20px;
}
.contact-list-one li:last-child {
  margin-right: 0;
}
.contact-list-one li .contact-info-box {
  position: relative;
  padding-left: 54px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.contact-list-one li .contact-info-box a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-list-one li .contact-info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 34px;
  line-height: 50px;
  color: var(--theme-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: 50px;
}
.sec-title .sub-title {
  position: relative;
  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);
  letter-spacing: 0.1em;
  top: -2px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
}
.sec-title h2 {
  position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  letter-spacing: 0.002em;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .sec-title h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 599px) {
  .sec-title h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}
.sec-title h3 {
  font-size: 40px;
}
@media (max-width: 575.98px) {
  .sec-title h3 {
    font-size: 30px;
  }
}
.sec-title .text {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .sec-title .text {
    margin-top: 15px;
  }
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
  color: #fff;
}
.sec-title.light .text {
  color: #7f7f7f;
}

.sec-title.text-center .float-text-two:before,
.sec-title.text-center .float-text:before {
  left: 50%;
  margin-left: -42px;
}


/*** 

====================================================================
    About Section Five
====================================================================

***/
.about-section-five {
  position: relative;
  padding: 100px 0 70px;
  overflow: hidden;
}
.about-section-five .icon-line4 {
  top: 90px;
  left: -130px;
  width: 121px;
  height: 160px;
  background-image: url(../images/icons/icon-line4.png);
}
.about-section-five .icon-line5 {
  right: -475px;
  top: -56px;
  width: 415px;
  height: 352px;
  background-image: url(../images/icons/icon-line5.png);
}
.about-section-five .icon-arrow1 {
  left: -190px;
  top: 380px;
  width: 93px;
  height: 97px;
  background-image: url(../images/icons/icon-arrow1.png);
}
.about-section-five .icon-speaker {
  left: -375px;
  top: 430px;
  width: 160px;
  height: 277px;
  background-image: url(../images/icons/icon-speaker.png);
}
.about-section-five .content-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.about-section-five .content-column .inner-column {
  position: relative;
}
@media (max-width: 767.98px) {
  .about-section-five .content-column .inner-column .about-info-two {
    margin-bottom: 20px;
  }
}
.about-section-five .content-column .inner-column .about-info-two .inner-box {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--theme-color2);
  background: var(--theme-color-light);
  -webkit-box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
          box-shadow: 15px 15px 60px 0px rgba(17, 17, 17, 0.07);
  padding: 18px 15px 18px 133px;
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box:hover i {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box {
    padding-left: 105px;
  }
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box {
    padding: 26px 15px 26px 133px;
  }
}
.about-section-five .content-column .inner-column .about-info-two .inner-box i {
  position: absolute;
  top: 23px;
  left: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  color: var(--theme-color2);
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box i {
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box i {
    left: 15px;
  }
}
.about-section-five .content-column .inner-column .about-info-two .inner-box .title {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box .title {
    font-size: 14px;
  }
  .about-section-five .content-column .inner-column .about-info-two .inner-box .title::before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box .title {
    max-width: 198px;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .content-column .inner-column .about-info-two .inner-box .title {
    font-size: 16px;
  }
}
.about-section-five .content-column .inner-column .about-info-two .inner-box .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 70px;
  background-color: var(--theme-color2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two .inner-box-two-image {
  margin-right: 20px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two .title {
  font-size: 18px;
  margin-bottom: 8px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: var(--text-font);
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
}
.about-section-five .content-column .inner-column .list {
  margin: 25px 0 35px;
}
@media (max-width: 767.98px) {
  .about-section-five .content-column .inner-column .list {
    margin-top: 11px;
  }
}
.about-section-five .content-column .inner-column .list li {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: var(--theme-color-dark);
  font-family: var(--text-font);
  margin-bottom: 10px;
  padding-left: 28px;
}
.about-section-five .content-column .inner-column .list li:last-child {
  margin-bottom: 0;
}
.about-section-five .content-column .inner-column .list li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme-color2);
}
.about-section-five .content-column .inner-column .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .inner-column .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section-five .content-column .inner-column .btn-box .theme-btn-v2 {
  color: var(--text-color-bg-theme-color1);
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  padding: 17px 29px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .about-section-five .content-column .inner-column .btn-box .theme-btn-v2 {
    margin-bottom: 20px;
  }
}
.about-section-five .content-column .inner-column .btn-box .theme-btn-v2 svg {
  position: relative;
  top: -2px;
  margin-left: 12px;
}
.about-section-five .content-column .inner-column .btn-box .theme-btn-v2:hover:before {
  background-color: #000;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn {
  display: inline-block;
  position: relative;
  padding-left: 75px;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn:hover i {
  background-color: var(--theme-color2);
  border-color: transparent;
  color: #fff;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn i {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--theme-color2);
  background-color: rgba(249, 74, 41, 0.05);
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color2);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn span {
  color: var(--theme-color2);
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 1px;
}
.about-section-five .content-column .inner-column .btn-box .contact-btn .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.about-section-five .sec-title {
  margin-bottom: 35px;
}
.about-section-five .sec-title h3 {
  font-size: 38px;
  line-height: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .about-section-five .sec-title h3 {
    line-height: 1.3;
    font-size: 30px;
  }
}
.about-section-five .image-column {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .about-section-five .image-column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about-section-five .image-column .inner-column {
  position: relative;
}
.about-section-five .image-column .image-box {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .about-section-five .image-column .image-box {
    text-align: center;
    padding-top: 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .image-box {
    margin-bottom: 20px;
  }
}
.about-section-five .image-column .image-box .icon-dots2 {
  position: absolute;
  left: 70px;
  top: 40px;
}
.about-section-five .image-column .image-1 {
  position: relative;
  bottom: -57px;
  margin-bottom: 0;
}
.about-section-five .image-column .image-2 {
  position: absolute;
  right: 45px;
  top: 0;
  margin-bottom: 20px;
}
.about-section-five .image-column .image-2 img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .about-section-five .image-column .image-2 {
    display: none;
  }
}
.about-section-five .image-column .exp-box {
  position: absolute;
  left: 220px;
  bottom: 55px;
  width: 275px;
  background-color: var(--theme-color1);
  padding: 10px;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .about-section-five .image-column .exp-box {
    left: 15px;
    bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .image-column .exp-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.about-section-five .image-column .exp-box .inner {
  position: relative;
  padding: 20px 30px 25px;
  padding-left: 110px;
  background-color: var(--theme-color-light);
  border: 4px solid var(--theme-color2);
}
.about-section-five .image-column .exp-box .icon {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  font-size: 64px;
  font-weight: 400;
  color: var(--theme-color2);
  z-index: 2;
  margin-bottom: 5px;
}
.about-section-five .image-column .exp-box .count {
  font-size: 46px;
  line-height: 1em;
  color: var(--theme-color1);
  font-weight: 700;
  margin-bottom: 10px;
}
.about-section-five .image-column .exp-box .title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: -8px;
}


/*** 

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

***/
/*
.services-section {
  position: relative;
  padding: 120px 0 90px;
  z-index: 2;
}
*/

.btn-services {
    color: #ffffff;
    background-color: #171717 !important;
    background-size: 0 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#ffffff));
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 6px;
    overflow: hidden;
    text-transform: uppercase;
}

.services-section {
  position: relative;
  padding: 70px 0 70px;
  z-index: 2;
}

.services-section .bg-image {
  background-color: #090909;
}
.services-section .sec-title .text {
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .services-section .sec-title .text {
    margin-top: 20px;
  }
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 35px 40px 30px;
  background-color: #171717;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../images/icons/pattern-12.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/line-1.png);
  background-color: var(--bg-theme-color2);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  content: "";
  z-index: -1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
.service-block .inner-box:hover:before {
  opacity: 0;
}
.service-block .inner-box:hover .title:before {
  background-color: var(--text-color-bg-theme-color1);
}
.service-block .inner-box:hover .title,
.service-block .inner-box:hover .text,
.service-block .inner-box:hover .icon {
  color: var(--text-color-bg-theme-color1);
}
.service-block .inner-box:hover .count {
  background-color: var(--text-color-bg-theme-color1);
  color: var(--theme-color-light);
}
.service-block .count {
  position: absolute;
  right: 40px;
  top: 83px;
  height: 27px;
  width: 28px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  font-family: var(--title-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .title {
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 20px;
  color: #ffffff;
}
.service-block .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .title:hover {
  color: var(--theme-color2);
}
.service-block .icon {
  position: relative;
  display: block;
  font-size: 62px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1em;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-bottom: 16px;
}
.service-block .text {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Testimonial Section Three
====================================================================

***/
.testimonial-section-style-three {
  position: relative;
  padding: 120px 0 70px;
  background-color: #f4f5f9;
}
.testimonial-section-style-three .bg-image {
  background-position: bottom;
  opacity: 0.7;
}
.testimonial-section-style-three .sponsors-outer {
  padding: 50px 0 27px;
}
.testimonial-section-style-three .sec-title {
  margin-bottom: -145px;
}
.testimonial-section-style-three .testimonials {
  position: relative;
}

.testimonial-block-style3 {
  position: relative;
  padding-top: 180px;
  margin-bottom: 30px;
}
.testimonial-block-style3 .icon-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;
  margin-bottom: 20px;
  padding-right: 10px;
}
.testimonial-block-style3 .icon-box .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 170, 24);
}
.testimonial-block-style3 .icon-box .rating i {
  margin-left: 2px;
}
.testimonial-block-style3 .text {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  color: #808287;
  margin-bottom: 25px;
}
.testimonial-block-style3 .name {
  margin-bottom: 2px;
}
.testimonial-block-style3 .designation {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #808287;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.testimonial-block-style3 .image-column {
  position: relative;
  text-align: right;
}
@media (max-width: 991.98px) {
  .testimonial-block-style3 .image-column {
    display: none;
  }
}
.testimonial-block-style3 .image-column .image {
  position: relative;
  display: inline-block;
  margin-top: -165px;
  height: 450px;
  width: 450px;
  background-color: var(--theme-color-light);
  padding: 35px 35px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.testimonial-thumbs-style3 {
  position: absolute;
  right: 300px;
  top: 35px;
  height: 400px;
  min-width: 185px;
}
@media (max-width: 991.98px) {
  .testimonial-thumbs-style3 {
    display: none;
  }
}
.testimonial-thumbs-style3 .testimonial-thumb {
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.testimonial-thumbs-style3 .testimonial-thumb .image {
  position: relative;
  height: 132px;
  width: 132px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50%;
  overflow: hidden;
  padding: 11px;
  border: 6px solid transparent;
}
.testimonial-thumbs-style3 .testimonial-thumb .image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.testimonial-thumbs-style3 .testimonial-thumb.swiper-slide-thumb-active .image {
  background-color: var(--theme-color-light);
  padding: 6px;
  border: 6px solid var(--theme-color2);
}
.testimonial-thumbs-style3 .testimonial-thumb:nth-child(odd) {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.testimonial-section-style-three .testimonials .testimonial-pagination {
  position: absolute;
  left: 0;
  bottom: 65px;
  max-width: 560px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 9;
}
.testimonial-section-style-three .testimonials .testimonial-pagination .swiper-pagination-bullet {
  position: relative;
  height: 2px;
  width: 34px;
  display: block;
  background: #8C8F94;
  margin-left: 10px;
  opacity: 1;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial-section-style-three .testimonials .testimonial-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}

.testimonial-section-style-three .testimonial-content-style3 .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.testimonial-section-style-three .testimonial-content-style3 .testimonial-block-style3.swiper-slide-active .image-column .image {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.abProfileS .text {
    line-height: 1.5;
    margin-top: 25px;
}
@media only screen and (max-width: 1250px) {
    .about-section-five.abProfileS .auto-container{
    width: 90%;
    max-width: 90%;
}
.about-section-five.abProfileS h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    margin: 0;
}
.abProfileS .text{
    margin-top: 15px;
}
.about-section-five .sec-title {
    margin-bottom: 30px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box i {
    top: 30px;
    left: 15px;
    font-size: 40px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box {
    padding: 15px 15px 15px 85px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two .title {
    margin-bottom: 5px;
}
.about-section-five .content-column .inner-column .about-info-two .inner-box-two span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
}
@media only screen and (max-width: 1199px) {
/*    .about-section-five {*/
/*    padding: 70px 0 70px;*/
/*}*/
/*.about-section-five .content-column .inner-column .about-info-two .inner-box i {*/
/*    top: 26px;*/
/*    left: 20px;*/
/*    font-size: 45px;*/
/*}*/
/*.about-section-five .content-column .inner-column .about-info-two .inner-box {*/
/*    padding: 15px 15px 15px 90px;*/
/*}*/
}
@media only screen and (max-width: 1050px) {}
@media only screen and (max-width: 991px) {
    .about-section-five {
    padding: 70px 0 70px;
}
.about-section-five .image-column .image-1 {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 900px) {}
@media only screen and (max-width: 850px) {}
@media only screen and (max-width: 767px) {
    .about-section-five.abProfileS h3 {
        font-size: 27px;
        line-height: 35px;
    }
        .about-section-five .content-column .inner-column .about-info-two {
        width: 50%;
    }
    .seoMainSer1 .button_ {
    width: 200px;
}
}
@media only screen and (max-width: 650px) {
        .about-section-five {
        padding: 60px 0;
    }
    .about-section-five.abProfileS h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .about-section-five .content-column .inner-column .about-info-two {
        width: 100%;
    }
        .about-section-five .content-column .inner-column .about-info-two .inner-box {
        padding: 15px 15px 15px 70px;
    }
    .about-section-five .content-column .inner-column .about-info-two .inner-box {
    min-height: 65px;
}
    .about-section-five .content-column .inner-column .about-info-two .inner-box i {
        top: 10px;
    }
        .about-section-five .image-column .image-1 {
        bottom: 0;
    }
        .about-section-five .image-column .image-box {
        margin-bottom: 0;
    }
.about-section-five.abProfileS .image-column.col-xl-6.col-lg-5.col-md-12.col-sm-12{
    margin-bottom: 0;
}
.about-section-five.abProfileS .image-column.col-xl-6.col-lg-5.col-md-12.col-sm-12 .image-box {
    margin-bottom: 0;
}
    .about-section-five .image-column .image-1 {
        margin-bottom: 20px;
    }
        .about-section-five.abProfileS .auto-container {
        padding: 0 20px;
        width: 100%;
        max-width: 100%;
    }
    .about-section-five .image-column .image-1 img {
    width: 100%;
}
}
@media only screen and (max-width: 500px) {}
@media only screen and (max-width: 400px) {}


