@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&amp;family=Charmonman:wght@400;700&amp;family=Alex+Brush&amp;family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("select2.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("countdown.css");
@import url("flaticon.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {

  --theme-color-light: #ffffff;

  --theme-color-dark: #000000;

  --theme-color-gray: #F6F6F6;

  --theme-color1: #996677;

  --theme-color2: #c59aa8;

  --theme-color3: #faf7f2;

  --theme-color4: #c98568;

  --theme-color1-rgb: 225, 128, 55;

  --theme-color2-rgb: 253, 236, 227;

  --theme-color3-rgb: 250, 247, 242;

  --theme-color4-rgb: 201, 133, 104;

  --bg-theme-color1: var(--theme-color1);

  --bg-theme-color2: var(--theme-color2);

  --bg-theme-color3: var(--theme-color3);

  --bg-theme-color4: var(--theme-color4);

  --text-color: #000000;

  --headings-color: #996677;

  --link-color: var(--headings-color);

  --link-hover-color: var(--headings-color);

  --text-font: "Manrope", sans-serif;

  --title-font: "Source Serif 4", serif;

  --style-font: "Source Serif 4", serif;

  --style-font-two: "Charmonman", cursive;

  --body-font-size: 16px;

  --body-line-height: 27px;

  --body-font-weight: 400;

  --line-height-heading-h1: 1.2em;

  --line-height-heading: 54px;

  --line-height-heading-small: 1.35em;

  --h1-font-size: 66px;

  --h2-font-size: 52px;

  --h3-font-size: 36px;

  --h4-font-size: 24px;

  --h5-font-size: 22px;

  --h6-font-size: 20px;

  --h1-font-weight: 800;

  --h2-font-weight: 800;

  --h3-font-weight: 800;

  --h4-font-weight: 800;

  --h5-font-weight: 800;

  --h6-font-weight: 800;

  --sec-title-subtitle-font-size: 15px;

  --sec-title-subtitle-color: var(--theme-color1);

  --sec-title-subtitle-font-family: var(--body-font);

  --sec-title-subtitle-font-weight: 400;

  --sec-title-subtitle-line-height: 20px;

  --sec-title-color: var(--headings-color);

  --sec-title-font-size: var(--h2-font-size);

  --sec-title-font-family: var(--style-font);

  --sec-title-font-weight: var(--h2-font-weight);

  --theme-light-background: #F2F3F5;

  --theme-light-background-text-color: var(--headings-color);

  --theme-black: #131313;

  --container-width: 1200px;

  --small-container-width: 1000px;

  --large-container-width: 1760px;

  --container-pt: 120px;

  --container-pb: 120px;

}



/*

 * typography.scss

 * -----------------------------------------------

*/

::-moz-selection {

  background: var(--theme-color-dark);

  color: #fff;

  text-shadow: none;

}

::selection {

  background: var(--theme-color-dark);

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

}



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-small);

  letter-spacing: 0.15px;

}



h5 {

  font-size: var(--h5-font-size);

  font-weight: var(--h5-font-weight);

  line-height: var(--line-height-heading-small);

}



h6 {

  font-size: var(--h6-font-size);

  font-weight: var(--h6-font-weight);

  line-height: var(--line-height-heading-small);

}



/* -------- Body Text ---------- */

table p {

  margin-bottom: 0;

}



p {

  margin-bottom: 20px;

}

p a:not(.button):not(.btn):hover, p a:not(.button):not(.btn):focus {

  text-decoration: underline;

}



/* -------- other ---------- */

a {

  color: var(--link-color);

  text-decoration: none;

  font-weight: var(--body-font-weight);

  cursor: pointer;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

a:hover, a:focus {

  color: inherit;

  text-decoration: none;

  outline: none;

}

a b, a strong {

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

a img {

  border: none;

}



pre,

ul,

ol,

dl,

dd,

blockquote,

address,

table,

fieldset {

  margin-bottom: 10px;

}



ol, ul {

  list-style-position: inside;

  margin: 0;

  padding: 0;

}



b, strong {

  color: #333;

  font-weight: var(--body-font-weight-bold);

}



iframe {

  border: none !important;

}



/*

 * container.scss

 * -----------------------------------------------

*/

.container .container {

  width: 100%;

}



.container .container,

.container .container-fluid,

.container-fluid .container,

.container-fluid .container-fluid {

  padding-left: 0;

  padding-right: 0;

}



section > .container,

section > .container-fluid {

  padding-top: var(--container-pt);

  padding-bottom: var(--container-pt);

}



@media (min-width: 1400px) {

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

    max-width: var(--container-width);

  }

}

/*=== Default Form ===*/

.form-control, .input-text {

  height: calc(2.25rem + 27px);

  padding: 14px 30px;

  outline: 0;

  background-color: #ffffff;

  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;

}



/* -------- Dark Theme Styling ---------- */

.dark-layout {

  background-color: var(--theme-color-dark) !important;

  --sec-title-color: var(--theme-color-light);

}

.dark-layout .sticky-header .main-menu .navigation > li > a,

.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {

  color: var(--theme-color-light);

}

.dark-layout .preloader {

  background-color: var(--theme-color-dark);

}

.dark-layout .preloader:after {

  background-image: url(../images/logo.png);

}

.dark-layout .sticky-header {

  background-color: var(--theme-color-dark);

}

.dark-layout .hidden-bar .upper-box {

  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.dark-layout .hidden-bar .social-links {

  border-top: 1px solid rgba(0, 0, 0, 0.1);

}

.dark-layout .hidden-bar .social-links li {

  border-right: 1px solid rgba(0, 0, 0, 0.1);

}



/*** 



====================================================================

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;

}



figure.image {

  margin-bottom: 0;

}



.title a {

  color: inherit;

}



.color1 {

  color: var(--theme-color1);

}



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

}



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

}



.bg-pattern-2 {

  background-image: url(../images/icons/pattern-2.png);

}



/*=======================

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

  width: 100px;

  margin-left: -50px;

  margin-top: -90px;

  height: 100px;

  background-position: center center;

  background-repeat: no-repeat;

  -webkit-animation: fa-spin 6s infinite linear;

          animation: fa-spin 6s infinite linear;

  background-image: url(../images/icons/service-frame.png);

  background-size: 100px;

  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-color-dark);

  font-weight: 600;

  font-size: 14px;

  font-family: var(--title-font);

  letter-spacing: 2px;

  text-transform: uppercase;

  content: "Loading";

  -webkit-transition: none;

  transition: none;

}



/*=======================

Scroll To Top style

=======================*/

.scroll-to-top {

  position: fixed;

  right: 20px;

  bottom: 80px;

  width: 40px;

  font-size: 16px;

  line-height: 40px;

  color: #ffffff;

  text-align: center;

  cursor: pointer;

  background-color: var(--theme-color1);

  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-color-dark);

  color: #ffffff;

}



/*======================

    Tabs Box

======================*/

.tabs-box {

  position: relative;

}

.tabs-box .tab {

  display: none;

}

.tabs-box .tab.active-tab {

  display: block;

}



/*=======================

    List Styles

=======================*/

.list-style-one {

  position: relative;

}

.list-style-one li {

  position: relative;

  font-size: 16px;

  line-height: 30px;

  font-weight: 400;

  color: var(--text-color);

  margin-right: 50px;

  margin-bottom: 7px;

  padding-left: 22px;

}

.list-style-one li:last-child {

  margin-right: 0;

}

.list-style-one li .icon {

  position: absolute;

  top: 0;

  left: 0;

  color: var(--theme-color1);

}



.list-style-two {

  position: relative;

}

.list-style-two li {

  position: relative;

  margin-bottom: 16px;

  padding-left: 32px;

}

.list-style-two li:last-child {

  margin-bottom: 0;

}

.list-style-two li i {

  position: absolute;

  top: 0;

  left: 0;

  color: var(--theme-color-dark);

  font-size: 16px;

  border-radius: 50%;

}

.list-style-two.light li {

  color: var(--theme-color-light);

}

.list-style-two.two-column {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.list-style-two.two-column li {

  width: 50%;

}

@media (max-width: 767.98px) {

  .list-style-two.two-column li {

    width: 100%;

  }

}



/*===========================

    Social Icons Styles

============================*/

.social-icon-one {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.social-icon-one li {

  margin-left: 8px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

}

.social-icon-one li:last-child {

  margin-right: 0;

}

.social-icon-one li a {

  position: relative;

  color: var(--theme-color-light);

  font-size: 17px;

  width: 36px;

  height: 36px;

  line-height: 36px;

  border-radius: 50%;

  border: 1px solid rgb(255, 255, 255);

  background-color: transparent;

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  z-index: 3;

}

.social-icon-one li a i {

  position: relative;

}

.social-icon-one li a:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: var(--theme-color1);

  border-radius: 50%;

  -webkit-transform: scale(0);

          transform: scale(0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.social-icon-one li a:hover {

  color: var(--theme-color-light);

}

.social-icon-one li a:hover::before {

  -webkit-transform: scale(1);

          transform: scale(1);

}



.social-icon-two {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.social-icon-two li {

  margin-right: 20px;

}

.social-icon-two li:last-child {

  margin-right: 0;

}

.social-icon-two li a {

  font-size: 13px;

  color: var(--theme-color-light);

}

.social-icon-two li a:hover {

  color: var(--theme-color1);

}

.social-icon-two.light a {

  color: var(--theme-color-light);

}

.social-icon-two.light a:hover {

  color: var(--theme-color1);

}



/*======================

    Play Buttons

======================*/

.play-btn {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.play-btn .icon {

  position: relative;

  height: 60px;

  width: 60px;

  line-height: 60px;

  text-align: center;

  border-radius: 50%;

  font-size: 20px;

  color: var(--theme-color1);

  background-color: var(--theme-color-light);

  border: 1px solid var(--theme-color1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.play-btn .title {

  font-size: 16px;

  font-weight: 600;

  line-height: 24px;

  padding: 10px 25px;

  text-transform: capitalize;

  padding-left: 30px;

  margin-left: -10px;

  color: var(--theme-color2);

  background: var(--theme-color-gray);

  border-radius: 0px 22px 22px 0px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.play-btn:hover .icon {

  background-color: var(--bg-theme-color1);

  color: var(--theme-color-light);

}

.play-btn:hover .title {

  background-color: var(--bg-theme-color2);

  color: var(--theme-color-light);

}



/*======================

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

  content: "";

}

.play-now .ripple.light {

  -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);

          box-shadow: 0 0 0 0 rgb(255, 255, 255);

}

.play-now .ripple:before {

  -webkit-animation-delay: 0.9s;

          animation-delay: 0.9s;

}

.play-now .ripple::after {

  -webkit-animation-delay: 0.6s;

          animation-delay: 0.6s;

}



@-webkit-keyframes ripple {

  70% {

    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);

    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);

    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);

  }

}



@keyframes ripple {

  70% {

    -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);

    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);

    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);

  }

}

/*======================

    Carousel Navs

======================*/

.default-navs .owl-nav {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.default-navs .owl-next,

.default-navs .owl-prev {

  display: block;

  width: 60px;

  height: 60px;

  font-size: 20px;

  font-weight: 700;

  line-height: 58px;

  color: var(--theme-color-dark);

  background: #fff;

  border: 1px solid #E3E3E3;

  text-align: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border-radius: 50%;

  margin-left: 20px;

}

.default-navs .owl-next:hover,

.default-navs .owl-prev:hover {

  border-color: var(--theme-color1);

}

.default-navs .owl-prev {

  margin-left: 0;

}



.default-dots .owl-dots {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.default-dots .owl-dots .owl-dot {

  position: relative;

  height: 10px;

  width: 10px;

  border-radius: 10px;

  background-color: rgba(0, 0, 0, 0.2);

  margin: 0 10px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-dots .owl-dots .owl-dot::before {

  position: absolute;

  height: 24px;

  width: 24px;

  left: -7px;

  top: -7px;

  border-radius: 24px;

  border: 2px solid var(--theme-color-dark);

  content: "";

  -webkit-transform: scale(0);

          transform: scale(0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-dots .owl-dots .owl-dot.active {

  background-color: var(--theme-color-dark);

}

.default-dots .owl-dots .owl-dot.active::before {

  -webkit-transform: scale(1);

          transform: scale(1);

}



.default-dots-two .owl-dots {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.default-dots-two .owl-dots .owl-dot {

  position: relative;

  height: 10px;

  width: 10px;

  border-radius: 10px;

  border: 1px solid var(--theme-color-dark);

  margin: 0 10px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-dots-two .owl-dots .owl-dot::before {

  position: absolute;

  height: 24px;

  width: 24px;

  left: -8px;

  top: -8px;

  border-radius: 24px;

  border: 2px solid var(--theme-color-dark);

  content: "";

  -webkit-transform: scale(0);

          transform: scale(0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-dots-two .owl-dots .owl-dot.active {

  background-color: var(--theme-color-dark);

}

.default-dots-two .owl-dots .owl-dot.active::before {

  -webkit-transform: scale(1);

          transform: scale(1);

}



.default-dots-three .owl-dots {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.default-dots-three .owl-dots .owl-dot {

  position: relative;

  height: 10px;

  width: 10px;

  border-radius: 10px;

  background-color: rgba(255, 255, 255, 0.5);

  margin: 0 10px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-dots-three .owl-dots .owl-dot::before {

  position: absolute;

  height: 24px;

  width: 24px;

  left: -7px;

  top: -7px;

  border-radius: 24px;

  border: 2px solid var(--theme-color1);

  content: "";

  -webkit-transform: scale(0);

          transform: scale(0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-dots-three .owl-dots .owl-dot.active {

  background-color: var(--theme-color-light);

}

.default-dots-three .owl-dots .owl-dot.active::before {

  -webkit-transform: scale(1);

          transform: scale(1);

}



.default-dots-four .owl-dots {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.default-dots-four .owl-dots .owl-dot {

  position: relative;

  height: 10px;

  width: 10px;

  border-radius: 10px;

  background-color: rgba(255, 255, 255, 0.2);

  margin: 0 10px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-dots-four .owl-dots .owl-dot::before {

  position: absolute;

  height: 24px;

  width: 24px;

  left: -7px;

  top: -7px;

  border-radius: 24px;

  border: 2px solid var(--theme-color1);

  content: "";

  -webkit-transform: scale(0);

          transform: scale(0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-dots-four .owl-dots .owl-dot.active {

  background-color: var(--theme-color1);

}

.default-dots-four .owl-dots .owl-dot.active::before {

  -webkit-transform: scale(1);

          transform: scale(1);

}



.disable-navs .owl-nav {

  display: none;

}



/*==========================

	Default Tabs

===========================*/

.default-tabs {

  position: relative;

  overflow: hidden;

  margin-bottom: 30px;

}

.default-tabs .tab-buttons {

  position: relative;

  margin-bottom: 30px;

}

.default-tabs .tab-btn {

  position: relative;

  float: left;

  font-weight: 600;

  font-size: 18px;

  padding: 15px 35px;

  color: var(--theme-color1);

  line-height: 20px;

  border-radius: 5px;

  background-color: #ffffff;

  cursor: pointer;

  margin-right: 20px;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.default-tabs .tab-btn:last-child {

  margin-right: 0;

}

.default-tabs .tab-btn.active-btn {

  background: var(--gradient-1);

  color: #ffffff;

}

.default-tabs .tabs-content {

  position: relative;

  width: 100%;

}



/*================================

    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: 600;

  color: var(--theme-color-dark);

  letter-spacing: 0;

  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: #f2f3f6;

  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-color1);

}

.skills .skill-item .skill-bar .bar-inner .skill-percentage {

  position: absolute;

  right: 0;

  bottom: 100%;

  font-weight: 400;

  color: #6f7174;

  line-height: 25px;

  margin-bottom: 10px;

}



/*========================

  Select2 Dropdown Plugin

========================*/

.select2-results__option {

  padding: 0 10px;

  color: #9e9e9e;

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

  color: #9e9e9e;

  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: 16px;

  color: #9e9e9e;

}



.select2-container--default .select2-selection--single .select2-selection__arrow:before {

  position: relative;

  content: "\f107";

  font-family: "Font Awesome 6 Pro";

  font-weight: 900;

}



.select2-container--default .select2-selection--single .select2-selection__arrow b {

  display: none;

}



.select2-container--default .select2-selection--single {

  border-radius: 0;

}



/*======================

    The Radio Box

======================*/

.custom-radio-box-two {

  display: block;

  position: relative;

  padding-left: 30px;

  cursor: pointer;

  line-height: 18px;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

}

.custom-radio-box-two input {

  position: absolute !important;

  opacity: 0;

  cursor: pointer;

}

.custom-radio-box-two .checkmark {

  position: absolute;

  top: 0;

  left: 0;

  height: 18px;

  width: 18px;

  background-color: var(--theme-color2);

  border-radius: 50%;

}

.custom-radio-box-two .checkmark:after {

  content: "";

  position: absolute;

  display: none;

  top: 5px;

  left: 5px;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: #f6e8db;

}

.custom-radio-box-two input ~ .checkmark {

  background-color: #cfcfcf;

}

.custom-radio-box-two input:checked ~ .checkmark {

  background-color: var(--bg-theme-color1);

}

.custom-radio-box-two input:checked ~ .checkmark:after {

  display: block;

}



.theme-btn {

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  text-align: center;

  white-space: nowrap;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

  font-family: var(--title-font);

}

.theme-btn .btn-title {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}



/*Btn Style One*/

.btn-style-one {

    position: relative;

    font-size: 21px;

    line-height: 25px;

    padding: 9px 30px 11px;

    font-weight: 700;

    border-radius: 8px;

    overflow: hidden;

    color: var(--theme-color-light);

    background: var(--theme-color1);

}

.btn-style-one i {

  position: relative;

  display: block;

  margin-left: 10px;

}

.btn-style-one:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  content: "";

  background-color: var(--bg-theme-color2);

  border-radius: inherit;

  -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:hover:before {

  -webkit-transform: scale(1, 1);

          transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

          transform-origin: bottom left;

  border-color: transparent;

  color: var(--theme-color-light);

}

.btn-style-one:hover {

  color: #000000;

}



.theme-btn.small {

  padding: 10px 30px;

  line-height: 20px;

  font-size: 10px;

}



.theme-btn.large {

  padding: 20px 60px;

  line-height: 25px;

}



/*** 



====================================================================

    Countdown Section

====================================================================



***/

.countdown-section {

  position: relative;

  padding: 120px 0 0;

  margin-bottom: -450px;

  text-align: center;

  z-index: 3;

}

.countdown-section .inner-container {

  position: relative;

  border-radius: 50%;

  display: inline-block;

}

@media (max-width: 991.98px) {

  .countdown-section .inner-container {

    display: block;

  }

}

.countdown-section .inner-container:hover .icon-flower-14 {

  -webkit-transform: translate(-50%, 0) scale(0.9);

          transform: translate(-50%, 0) scale(0.9);

}

.countdown-section .inner-container .icon-flower-14 {

  position: absolute;

  top: 100px;

  left: 50%;

  -webkit-transform: translate(-50%, 0);

          transform: translate(-50%, 0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  pointer-events: none;

}

.countdown-section .outer-box {

  position: relative;

  border-radius: 50%;

  background-color: var(--theme-color-light);

  background-image: url(../images/icons/pattern-2.png);

  background-repeat: no-repeat;

  background-position: center;

  background-size: contain;

  -webkit-box-shadow: 0 0 73px rgba(0, 0, 0, 0.05);

          box-shadow: 0 0 73px rgba(0, 0, 0, 0.05);

  width: 762px;

  height: 762px;

  margin: 0 auto;

  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-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  padding: 120px 30px;

}

@media (max-width: 991.98px) {

  .countdown-section .outer-box {

    border-radius: 0;

    width: 100%;

    height: auto;

  }

}

@media (max-width: 575.98px) {

  .countdown-section .outer-box {

    padding: 80px 20px;

  }

}

.countdown-section .outer-box:before {

  content: "";

  position: absolute;

  top: 35px;

  left: 35px;

  right: 35px;

  bottom: 35px;

  border-radius: 50%;

  border: 1px solid var(--theme-color1);

}

@media (max-width: 991.98px) {

  .countdown-section .outer-box:before {

    border-radius: 0;

  }

}

@media (max-width: 575.98px) {

  .countdown-section .outer-box:before {

    right: 20px;

    top: 20px;

    left: 20px;

    bottom: 20px;

  }

}

.countdown-section .content-box {

  text-align: center;

}

.countdown-section .content-box .caption-box {

  position: relative;

  margin-bottom: 60px;

}

.countdown-section .content-box .caption-box .date {

  position: relative;

  color: var(--theme-color4);

  font-size: 48px;

  margin-bottom: 20px;

  font-family: var(--style-font);

  text-transform: capitalize;

}

@media (max-width: 575.98px) {

  .countdown-section .content-box .caption-box .date {

    line-height: 1.2em;

    font-size: 42px;

    margin-bottom: 10px;

  }

}

.countdown-section .content-box .caption-box .address {

  color: var(--theme-color-dark);

}

.countdown-section .time-counter {

  margin-bottom: 60px;

}

@media (max-width: 767.98px) {

  .countdown-section .time-counter {

    margin-bottom: 0;

  }

}

.countdown-section .time-counter .time-countdown {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  text-align: center;

}

@media (max-width: 767.98px) {

  .countdown-section .time-counter .time-countdown {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.countdown-section .time-counter .time-countdown .counter-column {

  padding: 0 30px;

}

@media (max-width: 767.98px) {

  .countdown-section .time-counter .time-countdown .counter-column {

    padding: 0;

    margin-bottom: 50px;

  }

}

.countdown-section .time-counter .time-countdown .counter-column:last-child {

  padding-right: 0;

}

.countdown-section .time-counter .time-countdown .counter-column:last-child .count:before {

  display: none;

}

.countdown-section .time-counter .time-countdown .counter-column .count {

  position: relative;

  color: var(--theme-color-dark);

  font-size: 72px;

  color: #c5c5c5;

  margin-bottom: 15px;

  line-height: 30px;

  display: block;

  text-align: center;

}

.countdown-section .time-counter .time-countdown .counter-column .count:before {

  position: absolute;

  right: -38px;

  top: 0;

  font-size: 52px;

  content: ":";

}

@media (max-width: 767.98px) {

  .countdown-section .time-counter .time-countdown .counter-column .count:before {

    display: none;

  }

}

.countdown-section .time-counter .time-countdown .counter-column sub {

  position: relative;

  margin-bottom: 7px;

  font-size: 18px;

  color: var(--theme-color-dark);

}

.countdown-section .theme-btn {

  background-color: var(--theme-color4);

  padding: 15px 20px;

  text-transform: capitalize;

}

.countdown-section.style-two {

  background-color: #f5eee8;

  padding: 120px 0;

  margin-bottom: 0;

}

.countdown-section.style-two .flower-3 {

  position: absolute;

  top: 50%;

  left: 0;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.countdown-section.style-two .flower-4 {

  position: absolute;

  top: 140px;

  right: 0;

}

.countdown-section.style-two .date {

  font-family: var(--style-font);

}



/*** 



====================================================================

    Countdown Section Two

====================================================================



***/

.countdown-section-two {

  position: relative;

  margin-top: -285px;

  padding: 120px 0;

}

.countdown-section-two .inner-container {

  position: relative;

  padding: 145px 0 165px;

  background-color: var(--theme-color-light);

  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-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

.countdown-section-two .inner-container::before {

  content: "";

  position: absolute;

  top: 14px;

  left: 14px;

  bottom: 14px;

  right: 14px;

  background-color: rgba(254, 254, 254, 0.9);

  z-index: 2;

}

.countdown-section-two .content-box {

  position: relative;

  text-align: center;

  z-index: 3;

}

.countdown-section-two .content-box .caption-box {

  position: relative;

  margin-bottom: 50px;

}

.countdown-section-two .content-box .caption-box .date {

  position: relative;

  color: var(--theme-color1);

  font-family: var(--style-font);

  font-size: 48px;

  margin-bottom: 20px;

  text-transform: capitalize;

}

.countdown-section-two .time-counter {

  position: relative;

  margin-bottom: 50px;

  z-index: 3;

}

.countdown-section-two .time-counter .time-countdown {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  text-align: center;

}

.countdown-section-two .time-counter .time-countdown .counter-column .count {

  position: relative;

  color: var(--theme-color-dark);

  font-size: 72px;

  color: #c5c5c5;

  margin-bottom: 15px;

  line-height: 30px;

  display: block;

  padding: 0 15px;

  text-align: center;

}

.countdown-section-two .time-counter .time-countdown .counter-column sub {

  position: relative;

  margin-bottom: 7px;

  font-size: 18px;

  color: var(--theme-color-dark);

}

.countdown-section-two .theme-btn {

  position: relative;

  background-color: var(--theme-color4);

  text-transform: capitalize;

  z-index: 3;

}



/***



==================================================================

	Countdown Section Three

==================================================================



***/

.countdown-section-three {

  position: relative;

}

.countdown-section-three .bg:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #000;

  opacity: 0.1;

  content: "";

}

@media (max-width: 1399.98px) {

  .countdown-section-three .bg:before {

    opacity: 0.5;

  }

}

.countdown-section-three .outer-box {

  position: relative;

  padding: 215px 0 100px;

}

@media (max-width: 991.98px) {

  .countdown-section-three .outer-box {

    padding: 200px 0 50px;

  }

}

.countdown-section-three .content-box {

  position: relative;

  margin-bottom: 65px;

  text-align: center;

  color: var(--theme-color-light);

}

.countdown-section-three .content-box .icon-leave-4 {

  margin: 0 auto 50px;

}

.countdown-section-three .content-box .date {

  font-family: var(--style-font);

  margin-bottom: 20px;

  font-size: 48px;

}

.countdown-section-three .content-box .address {

  letter-spacing: 1px;

}

.countdown-section-three .time-counter .time-countdown {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  text-align: center;

}

@media (max-width: 575.98px) {

  .countdown-section-three .time-counter .time-countdown {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.countdown-section-three .time-counter .time-countdown .counter-column {

  margin-bottom: 70px;

}

.countdown-section-three .time-counter .time-countdown .counter-column .count {

  position: relative;

  color: var(--theme-color-light);

  font-size: 72px;

  margin-bottom: 15px;

  line-height: 30px;

  display: block;

  padding: 0 15px;

  text-align: center;

}

.countdown-section-three .time-counter .time-countdown .counter-column sub {

  position: relative;

  margin-bottom: 7px;

  font-size: 18px;

  color: var(--theme-color-light);

  text-align: center;

}



/*** 



====================================================================

    Countdown Section Four

====================================================================



***/

.countdown-section-four {

  position: relative;

  margin-top: -285px;

  padding: 120px 0;

  z-index: 3;

}

.countdown-section-four .inner-container {

  position: relative;

  padding: 170px 0 195px;

  background-color: var(--theme-color-light);

  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-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

@media (max-width: 767.98px) {

  .countdown-section-four .inner-container {

    padding: 120px 0 120px;

  }

}

.countdown-section-four .inner-container::before {

  content: "";

  position: absolute;

  top: 38px;

  left: 33px;

  right: 33px;

  bottom: 38px;

  background-color: rgba(254, 254, 254, 0.9);

  background-image: url(../images/icons/icon-flower-174.png);

  background-repeat: no-repeat;

  background-position: bottom left;

  z-index: 2;

}

@media (max-width: 575.98px) {

  .countdown-section-four .inner-container::before {

    right: 20px;

    top: 20px;

    bottom: 20px;

    left: 20px;

  }

}

.countdown-section-four .content-box {

  position: relative;

  text-align: center;

  z-index: 3;

}

.countdown-section-four .content-box .caption-box {

  position: relative;

  margin-bottom: 65px;

}

.countdown-section-four .content-box .caption-box .date {

  position: relative;

  color: var(--theme-color4);

  font-family: var(--style-font);

  font-size: 48px;

  margin-bottom: 30px;

  text-transform: capitalize;

}

@media (max-width: 767.98px) {

  .countdown-section-four .content-box .caption-box .date {

    font-size: 36px;

  }

}

.countdown-section-four .content-box .caption-box .address {

  color: var(--theme-color-dark);

  font-size: 18px;

}

@media (max-width: 767.98px) {

  .countdown-section-four .content-box .caption-box .address {

    font-size: 15px;

  }

}

.countdown-section-four .time-counter {

  position: relative;

  margin-bottom: 55px;

  z-index: 3;

}

.countdown-section-four .time-counter .time-countdown {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  text-align: center;

}

@media (max-width: 767.98px) {

  .countdown-section-four .time-counter .time-countdown {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.countdown-section-four .time-counter .time-countdown .counter-column {

  padding: 0 30px;

}

@media (max-width: 767.98px) {

  .countdown-section-four .time-counter .time-countdown .counter-column {

    padding: 0;

    margin-bottom: 50px;

  }

}

.countdown-section-four .time-counter .time-countdown .counter-column:last-child {

  padding-right: 0;

}

.countdown-section-four .time-counter .time-countdown .counter-column:last-child .count:before {

  display: none;

}

.countdown-section-four .time-counter .time-countdown .counter-column .count {

  position: relative;

  color: var(--theme-color-dark);

  font-size: 72px;

  color: #c5c5c5;

  margin-bottom: 15px;

  line-height: 30px;

  display: block;

  text-align: center;

}

.countdown-section-four .time-counter .time-countdown .counter-column .count:before {

  position: absolute;

  right: -38px;

  top: 0;

  font-size: 52px;

  content: ":";

}

@media (max-width: 767.98px) {

  .countdown-section-four .time-counter .time-countdown .counter-column .count:before {

    display: none;

  }

}

.countdown-section-four .time-counter .time-countdown .counter-column sub {

  position: relative;

  margin-bottom: 7px;

  font-size: 18px;

  color: var(--theme-color-dark);

}

.countdown-section-four .theme-btn {

  background-color: var(--bg-theme-color4);

  padding: 15px 25px;

  z-index: 3;

}



/*** 



====================================================================

  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-divider {

  width: 136px;

  height: 28px;

  background-image: url(../images/icons/icon-divider.png);

}



.icon-divider-2 {

  width: 120px;

  height: 95px;

  background-image: url(../images/icons/icon-divider-2.png);

}



.icon-divider-3 {

  width: 136px;

  height: 29px;

  background-image: url(../images/icons/icon-divider-3.png);

}



.icon-divider-4 {

  width: 136px;

  height: 28px;

  background-image: url(../images/icons/icon-divider-4.png);

}



.icon-color {

  width: 172px;

  height: 98px;

  background-image: url(../images/icons/icon-color.png);

}



.icon-color-2 {

  width: 773px;

  height: 270px;

  background-image: url(../images/icons/icon-color-2.png);

}



.icon-text-1 {

  width: 122px;

  height: 82px;

  background-image: url(../images/icons/icon-text-1.png);

}



.icon-text-2 {

  width: 169px;

  height: 96px;

  background-image: url(../images/icons/icon-text-2.png);

}



.icon-text-3 {

  width: 202px;

  height: 95px;

  background-image: url(../images/icons/icon-text-3.png);

}



.icon-text-4 {

  width: 649px;

  height: 420px;

  background-image: url(../images/icons/icon-text-4.png);

}



.icon-lines {

  width: 134px;

  height: 138px;

  background-image: url(../images/icons/icon-lines.png);

}



.icon-triangle {

  width: 164px;

  height: 306px;

  background-image: url(../images/icons/icon-triangle.png);

}



.icon-heart {

  width: 98px;

  height: 100px;

  background-image: url(../images/icons/icon-heart.png);

}



.curve {

    width: 1945px;

    height: 126px;

    background-image: url(../images/icons/curve.png);

    background-size: cover;

}



.curve-2 {

  width: 1894px;

  height: 32px;

  background-image: url(../images/icons/curve-2.png);

}



.icon-frame {

  width: 116px;

  height: 98px;

  background-image: url(../images/icons/icon-frame.png);

}



.icon-frame-2 {

  width: 126px;

  height: 126px;

  background-image: url(../images/icons/icon-frame-2.png);

}



.service-frame {

  width: 148px;

  height: 144px;

  background-image: url(../images/icons/service-frame.png);

}



.about7-frame {

  width: 479px;

  height: 440px;

  background-image: url(../images/icons/about7-frame.png);

}



.team3-frame {

  width: 231px;

  height: 241px;

  background-image: url(../images/icons/team3-frame.png);

}



.icon-leave {

  width: 175px;

  height: 60px;

  background-image: url(../images/icons/icon-leave.png);

}



.icon-leave-2 {

  width: 149px;

  height: 350px;

  background-image: url(../images/icons/icon-leave-2.png);

}



.icon-leave-3 {

  width: 149px;

  height: 350px;

  background-image: url(../images/icons/icon-leave-3.png);

}



.icon-leave-4 {

  width: 175px;

  height: 60px;

  background-image: url(../images/icons/icon-leave-4.png);

}



.flower-1 {

  width: 281px;

  height: 593px;

  background-image: url(../images/icons/flower-1.png);

}



.flower-2 {

  width: 312px;

  height: 627px;

  background-image: url(../images/icons/flower-2.png);

}



.flower-3 {

  width: 161px;

  height: 320px;

  background-image: url(../images/icons/flower-3.png);

}



.flower-4 {

  width: 182px;

  height: 426px;

  background-image: url(../images/icons/flower-4.png);

}



.flower-5 {

  width: 225px;

  height: 338px;

  background-image: url(../images/icons/flower-5.png);

}



.flower-6 {

  width: 194px;

  height: 426px;

  background-image: url(../images/icons/flower-6.png);

}



.flower-7 {

  width: 348px;

  height: 613px;

  background-image: url(../images/icons/flower-7.png);

}



.flower-8 {

  width: 221px;

  height: 641px;

  background-image: url(../images/icons/flower-8.png);

}



.flower-9 {

  width: 239px;

  height: 546px;

  background-image: url(../images/icons/flower-9.png);

}



.flower-10 {

  width: 225px;

  height: 318px;

  background-image: url(../images/icons/flower-10.png);

}



.flower-12 {

  width: 203px;

  height: 229px;

  background-image: url(../images/icons/flower-12.png);

}



.icon-flower-1 {

  width: 94px;

  height: 176px;

  background-image: url(../images/icons/icon-flower-1.png);

}



.icon-flower-2 {

  width: 121px;

  height: 186px;

  background-image: url(../images/icons/icon-flower-2.png);

}



.icon-flower-3 {

  width: 217px;

  height: 98px;

  background-image: url(../images/icons/icon-flower-3.png);

}



.icon-flower-4 {

  width: 88px;

  height: 109px;

  background-image: url(../images/icons/icon-flower-4.png);

}



.icon-flower-5 {

  width: 115px;

  height: 115px;

  background-image: url(../images/icons/icon-flower-5.png);

}



.icon-flower-6 {

  width: 205px;

  height: 142px;

  background-image: url(../images/icons/icon-flower-6.png);

}



.icon-flower-7 {

  width: 155px;

  height: 180px;

  background-image: url(../images/icons/icon-flower-7.png);

}



.icon-flower-8 {

  width: 461px;

  height: 450px;

  background-image: url(../images/icons/icon-flower-8.png);

}



.icon-flower-9 {

  width: 835px;

  height: 1207px;

  background-image: url(../images/icons/icon-flower-9.png);

}



.icon-flower-92 {

  width: 221px;

  height: 641px;

  background-image: url(../images/icons/flower-8.png);

}



.icon-flower-10 {

  width: 208px;

  height: 270px;

  background-image: url(../images/icons/icon-flower-10.png);

}



.flowers-19 {

  width: 250px;

  height: 402px;

  background-image: url(../images/icons/flowers-19.png);

}



.flowers-20 {

  width: 250px;

  height: 433px;

  background-image: url(../images/icons/flowers-20.png);

}



.icon-flower-11 {

  width: 366px;

  height: 317px;

  background-image: url(../images/icons/icon-flower-11.png);

}



.icon-flower-12 {

  width: 261px;

  height: 166px;

  background-image: url(../images/icons/icon-flower-12.png);

}



.icon-flower-14 {

  width: 1007px;

  height: 512px;

  background-image: url(../images/icons/icon-flower-14.png);

}



.icon-flower-15 {

  width: 464px;

  height: 677px;

  background-image: url(../images/icons/icon-flower-15.png);

}



.icon-flower-16 {

  width: 365px;

  height: 331px;

  background-image: url(../images/icons/icon-flower-16.png);

}



.icon-flower-17 {

  width: 970px;

  height: 1010px;

  background-image: url(../images/icons/icon-flower-17.png);

}



.icon-flower-172 {

  width: 662px;

  height: 881px;

  background-image: url(../images/icons/icon-flower-172.png);

}



.icon-flower-173 {

  width: 300px;

  height: 399px;

  background-image: url(../images/icons/icon-flower-173.png);

}



.icon-flower-174 {

  width: 222px;

  height: 496px;

  background-image: url(../images/icons/icon-flower-174.png);

}



.icon-flower-176 {

  width: 662px;

  height: 881px;

  background-image: url(../images/icons/icon-flower-176.png);

}



.icon-flower-177 {

  width: 662px;

  height: 881px;

  background-image: url(../images/icons/icon-flower-177.png);

}



.icon-flower-18 {

    width: 149px;

    height: 170px;

    background-image: url(../images/icons/icon-flower-18.png);

    opacity: 0.5;

}



.icon-flower-19 {

  width: 61px;

  height: 284px;

  background-image: url(../images/icons/icon-flower-19.png);

}



.icon-flower-20 {

  width: 342px;

  height: 348px;

  background-image: url(../images/icons/icon-flower-20.png);

}



.icon-flower-21 {

  width: 174px;

  height: 83px;

  background-image: url(../images/icons/icon-flower-21.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;

}



.zoom-three {

  -webkit-animation: zoom-three 30s infinite linear;

          animation: zoom-three 30s 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);

  }

}

@-webkit-keyframes zoom-three {

  0% {

    -webkit-transform: scale(1);

            transform: scale(1);

  }

  50% {

    -webkit-transform: scale(1.1);

            transform: scale(1.1);

  }

  100% {

    -webkit-transform: scale(1);

            transform: scale(1);

  }

}

@keyframes zoom-three {

  0% {

    -webkit-transform: scale(1);

            transform: scale(1);

  }

  50% {

    -webkit-transform: scale(1.1);

            transform: scale(1.1);

  }

  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: 2;

  pointer-events: none;

}

.overlay-anim:hover:after {

  height: 100%;

  opacity: 0;

  -webkit-transition: all 400ms linear;

  transition: all 400ms linear;

}



.overlay-anim-two {

  position: relative;

  overflow: hidden;

  margin-bottom: 0;

}

.overlay-anim-two:hover a:after {

  left: 0;

  right: 0;

  opacity: 0;

  -webkit-transition: all 400ms linear;

  transition: all 400ms linear;

}

.overlay-anim-two 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;

}



.circle {

  position: fixed;

  width: 10px;

  height: 10px;

  left: -10px;

  top: -10px;

  border-radius: 100%;

  z-index: 1;

  pointer-events: none;

  z-index: 10000;

  -webkit-transform: scale(1);

          transform: scale(1);

}

@supports (mix-blend-mode: difference) {

  .circle {

    background-color: white;

    mix-blend-mode: difference;

  }

}

@media only screen and (max-width: 1023px) {

  .circle {

    display: none !important;

  }

}



.circle-follow {

  position: fixed;

  mix-blend-mode: difference;

  width: 30px;

  height: 30px;

  left: -21px;

  top: -21px;

  border-radius: 100%;

  z-index: 1;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  pointer-events: none;

  z-index: 10000;

  -webkit-transform: scale(1);

          transform: scale(1);

}

@supports (mix-blend-mode: difference) {

  .circle-follow {

    border: 1px solid #fff;

    mix-blend-mode: difference;

  }

}

@media only screen and (max-width: 1023px) {

  .circle-follow {

    display: none !important;

  }

}



.innerpage .accordion-box {

  position: relative;

}

.innerpage .accordion-box .block {

  position: relative;

  background-color: #ffffff;

  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);

          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);

  margin-bottom: 10px;

}

.innerpage .accordion-box .block .acc-btn {

  position: relative;

  color: var(--headings-color);

  font-family: var(--title-font);

  font-weight: var(--h4-font-weight);

  font-size: 20px;

  cursor: pointer;

  padding: 20px 30px;

  padding-right: 70px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border-bottom: 1px solid #fff;

}

.innerpage .accordion-box .block .acc-btn .icon {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  position: absolute;

  right: 30px;

  top: 50%;

  height: 35px;

  font-size: 18px;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  line-height: 2;

  color: var(--theme-color1);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.innerpage .accordion-box .block .acc-btn.active {

  background-color: var(--bg-theme-color1);

  color: #fff;

}

.innerpage .accordion-box .block .acc-btn.active .icon {

  color: var(--text-color-bg-theme-color2);

}

.innerpage .accordion-box .block .acc-btn.active .icon:before {

  content: "\f068";

}

.innerpage .accordion-box .block .acc-content {

  position: relative;

  display: none;

}

.innerpage .accordion-box .block .acc-content .content {

  position: relative;

  padding: 25px 30px;

}

.innerpage .accordion-box .block .acc-content .content .text {

  display: block;

  font-size: 16px;

  line-height: 30px;

  color: #808287;

  margin-bottom: 0;

}

.innerpage .accordion-box .block .acc-content.current {

  display: block;

}



/*** 



====================================================================

  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(--theme-color-dark);

  opacity: 0.95;

}

.search-popup .close-search {

  position: absolute;

  top: 30px;

  right: 30px;

  font-size: 26px;

  color: var(--theme-color-light);

  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: 18px;

  color: var(--theme-color-dark);

  line-height: 40px;

  border-radius: 5px;

  font-weight: normal;

  background: #ffffff;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.search-popup .form-group button:hover {

  color: var(--theme-color-dark);

}

.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {

  color: inherit;

}

.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {

  color: inherit;

}

.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {

  color: inherit;

}

.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {

  color: inherit;

}

.search-popup textarea::placeholder,

.search-popup input::placeholder {

  color: inherit;

}



.moblie-search-active .search-popup {

  opacity: 1;

  visibility: visible;

  -webkit-transform: scale(1);

          transform: scale(1);

  border-radius: 0%;

}

.moblie-search-active .search-popup .search-inner {

  opacity: 1;

  -webkit-transform: translateY(0);

          transform: translateY(0);

  -webkit-transition-delay: 500ms;

          transition-delay: 500ms;

}



/*** 



====================================================================

Main Header

====================================================================



***/

.header-span {

  position: relative;

  height: 110px;

  display: block;

  width: 100%;

}



.header-top {

  position: relative;

}

.header-top .inner-container {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  width: 100%;

}

.header-top .top-right,

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

}



.main-header {

  position: relative;

  width: 100%;

  z-index: 999;

}

.main-header .header-lower {

  position: relative;

}

.main-header .logo {

  position: relative;

  display: block;

}

.main-header .logo img {

  max-width: 100%;

  height: 155px;

}

.main-header .main-box {

  position: relative;

  left: 0px;

  top: 0px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-header .main-box .nav-outer {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  width: 100%;

}

.main-header .main-menu {

  position: static;

}

@media (max-width: 991.98px) {

  .main-header .main-menu {

    display: none;

  }

}

.main-header .main-menu .navbar-header {

  display: none;

}

.main-header .main-menu .navbar-collapse {

  padding: 0px;

}

.main-header .main-menu .navigation {

  position: static;

  margin: 0px;

}

.main-header .main-menu .navigation li {

  margin-right: 25px;

}

.main-header .main-menu .navigation li a {

  text-transform: uppercase;

}

.main-header .outer-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 100%;

}



.main-menu .navigation > li {

  position: relative;

  float: left;

  padding: 15px 0px;

  margin-right: 37px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-menu .navigation > li > a {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  opacity: 1;

  font-size: 20px;

  color: var(--theme-color-dark);

  line-height: 24px;

  padding: 0;

  text-transform: capitalize;

  font-family: var(--title-font);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-menu .navigation > li > a .icon {

  position: relative;

  font-size: 22px;

  line-height: 24px;

  margin-left: 10px;

}

.main-menu .navigation > li > a:hover {

  color: var(--theme-color1);

}

.main-menu .navigation > li.current > a:before {

  left: 0;

  width: 100%;

}

.main-menu .navigation > li.dropdown > a {

  padding-right: 15px;

}

.main-menu .navigation > li.dropdown > a:after {

  content: "\f067";

  position: absolute;

  right: 0;

  top: 50%;

  width: 10px;

  height: 20px;

  display: block;

  line-height: 24px;

  font-size: 9px;

  z-index: 5;

  font-family: "Font Awesome 6 Pro";

  margin-top: -2px;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.main-menu .navigation > li.dropdown:hover > ul {

  visibility: visible;

  opacity: 1;

  top: 100%;

  margin-top: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-menu .navigation > li > ul {

  position: absolute;

  left: 0px;

  top: 100%;

  width: 220px;

  z-index: 100;

  padding: 10px 0;

  background-color: #ffffff;

  margin-top: 30px;

  opacity: 0;

  display: none;

  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}

.main-menu .navigation > li > ul.from-right {

  left: auto;

  right: 0px;

}

.main-menu .navigation > li > ul > li {

  position: relative;

  width: 100%;

  border-bottom: 1px solid #ebf1f5;

}

.main-menu .navigation > li > ul > li:last-child {

  border-bottom: none;

}

.main-menu .navigation > li > ul > li > a {

  position: relative;

  display: block;

  padding: 10px 0px;

  line-height: 29px;

  font-weight: 400;

  font-size: 16px;

  color: var(--theme-color-dark);

  text-align: left;

  margin: 0 30px;

  text-transform: capitalize;

  -webkit-transition: all 200ms ease;

  transition: all 200ms ease;

}

.main-menu .navigation > li > ul > li:hover > a {

  color: var(--theme-color1);

}

.main-menu .navigation > li > ul > li.dropdown > a:after {

  font-family: "Font Awesome 6 Pro";

  content: "\f105";

  position: absolute;

  right: 0;

  top: 11px;

  display: block;

  line-height: 24px;

  font-size: 14px;

  font-weight: 900;

  z-index: 5;

}

.main-menu .navigation > li > ul > li.dropdown:hover > ul {

  visibility: visible;

  opacity: 1;

  top: 0px;

  margin-top: 20px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.main-menu .navigation > li > ul > li > ul {

  position: absolute;

  left: 100%;

  top: 0px;

  width: 220px;

  z-index: 100;

  display: none;

  background-color: #ffffff;

  opacity: 0;

  padding: 10px 0;

  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-color-dark);

  text-align: left;

  margin: 0 30px;

  text-transform: capitalize;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-menu .navigation > li > ul > li > ul > li > a:hover {

  color: var(--theme-color1);

}



.main-menu .navigation li.dropdown .dropdown-btn {

  position: absolute;

  right: 10px;

  top: 8px;

  width: 34px;

  height: 30px;

  border: 1px solid #ffffff;

  text-align: center;

  font-size: 16px;

  line-height: 26px;

  color: #ffffff;

  cursor: pointer;

  z-index: 5;

  display: none;

}



.main-header .ui-btn-outer {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.main-header .ui-btn {

  position: relative;

  display: block;

  height: 30px;

  line-height: 30px;

  text-align: center;

  background: none;

  font-size: 20px;

  color: var(--theme-color-dark);

  margin-left: 15px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-header .ui-btn:first-child {

  margin-left: 0;

}

.main-header .ui-btn .count {

  position: absolute;

  right: -10px;

  top: -10px;

  height: 21px;

  width: 21px;

  line-height: 21px;

  background-color: var(--bg-theme-color-dark);

  font-size: 10px;

  border-radius: 50%;

  color: #ffffff;

}

.main-header .ui-btn:hover {

  color: var(--theme-color1);

}



.info-btn {

  position: relative;

  color: var(--theme-color1);

  padding-left: 65px;

  text-align: left;

  white-space: nowrap;

}

.info-btn .icon {

  position: absolute;

  left: 0;

  top: 7px;

  height: 50px;

  font-size: 40px;

  line-height: 1em;

  color: var(--theme-color1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.info-btn .title {

  display: block;

  font-size: 16px;

  line-height: 1.6em;

  font-weight: 400;

  color: var(--theme-color-dark);

}

.info-btn .text {

  font-size: 20px;

  line-height: 28px;

  font-weight: 500;

  letter-spacing: -0.8px;

  font-family: var(--title-font);

}

.info-btn:hover {

  color: var(--theme-color1);

}

.info-btn:hover .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

  background-color: var(--bg-theme-color-dark);

}



.header-contact-list {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding-top: 25px;

}

.header-contact-list li {

  position: relative;

  padding-left: 50px;

  min-height: 52px;

  margin-left: 35px;

  margin-bottom: 25px;

}

.header-contact-list li:last-child {

  padding-right: 0;

  border-right: 0;

  margin-right: 0;

}

.header-contact-list li .icon {

  position: absolute;

  left: 0;

  top: 5px;

  height: 40px;

  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;

  border: 1px solid rgba(39, 39, 47, 0.1);

  font-size: 18px;

  color: var(--theme-color-dark);

}

.header-contact-list li .title {

  position: relative;

  display: block;

  font-size: 14px;

  line-height: 24px;

  font-weight: 400;

  color: var(--theme-color-dark);

}

.header-contact-list li .text {

  font-size: 14px;

  line-height: 24px;

  font-weight: 700;

  color: var(--theme-color-dark);

}

.header-contact-list li .text a {

  color: var(--theme-color-dark);

  font-weight: 700;

}



/*** 



====================================================================

    Header Style One

====================================================================



***/

.header-style-one .header-top {

  position: relative;

  background-color: #996677;

  margin-left: 365px;
        border-radius: 25px 0 0 0;

}

@media (max-width: 1399.98px) {

  .header-style-one .header-top {

    margin-left: 300px;

  }

}

@media (max-width: 1199.98px) {

  .header-style-one .header-top {

    margin-left: 250px;

  }

}

@media (max-width: 991.98px) {

  .header-style-one .header-top {

    margin-left: 0;
border-radius: 0;
  }

}

.header-style-one .header-top .inner-container {

  padding-left: 45px;

  padding-right: 150px;

}

.header-style-one .header-top .inner-container .list-style-one {

  padding: 8px 0 2px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.header-style-one .header-top .inner-container .list-style-one li {

  font-size: 16px;

  margin-right: 35px;

  padding-left: 0;

  color: #797c7f;

}

.header-style-one .header-top .inner-container .list-style-one li i {

  color: var(--theme-color3);

  padding-right: 5px;

}

.header-style-one .header-top .inner-container .list-style-one li a {

  color: #ffffff;

}

.header-style-one .header-top .inner-container .top-right .social-icon-one li {

  margin-right: 0;

  margin-left: 10px;

}

.header-style-one .header-lower {

  position: relative;

  padding-right: 150px;

}

@media (max-width: 991.98px) {

  .header-style-one .header-lower {

    padding-right: 20px;

  }

}

.header-style-one .main-box {

  position: relative;

}

@media (max-width: 991.98px) {

  .header-style-one .main-box {

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

  }

}

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

  margin-top: -48px;

  height: 164px;

  min-width: 365px;

  margin-right: 50px;

}

@media (max-width: 1399.98px) {

  .header-style-one .main-box .logo-box {

    min-width: 300px;

  }

}

@media (max-width: 1199.98px) {

  .header-style-one .main-box .logo-box {

    min-width: 201px;

  }
    .main-header .main-menu .navigation li {
        margin-right: 27px;
    }

}

@media (max-width: 991.98px) {

  .header-style-one .main-box .logo-box {

    margin-top: 0;

    height: auto;

    padding: 10px 0;

  }

}

@media (max-width: 575.98px) {

  .header-style-one .main-box .logo-box {

    margin-right: 0;

    min-width: 200px;

    border-right: 0;

    padding-left: 10px;

  }

}

.header-style-one .main-box .logo-box:before {

  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: var(--theme-color-light);

  content: "";

}

@media (max-width: 991.98px) {

  .header-style-one .main-box .nav-outer {

    width: auto;

  }

}

.header-style-one .main-box .navigation > li {

  padding: 46px 0;

}

.header-style-one .main-box .navigation > li:last-child {

  margin-right: 0;

}

.header-style-one .main-box .outer-box .search-btn,

.header-style-one .main-box .outer-box .login-btn {

  background-color: unset;

  font-size: 20px;

  color: #797c7f;

}

@media (max-width: 991.98px) {

  .header-style-one .main-box .outer-box .search-btn,

  .header-style-one .main-box .outer-box .login-btn {

    margin-right: 20px;

  }

}

@media (max-width: 575.98px) {

  .header-style-one .main-box .outer-box .search-btn,

  .header-style-one .main-box .outer-box .login-btn {

    display: none;

  }

}

.header-style-one .main-box .outer-box .search-btn {

  position: relative;

}

.header-style-one .main-box .outer-box .login-btn {

  position: relative;

  margin-right: 26px;

}

.header-style-one .main-box .outer-box .login-btn span {

  position: absolute;

  top: 0;

  right: -6px;

  font-size: 16px;

  width: 14px;

  height: 14px;

  text-align: center;

  line-height: 14px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  color: var(--theme-color-light);

  display: inline-block;

}

.header-style-one .main-box .outer-box .divider {

  width: 1px;

  height: 24px;

  background-color: #e1e1e1;

  margin: 0 30px;

}

@media (max-width: 1399.98px) {

  .header-style-one .main-box .outer-box .divider {

    display: none;

  }

}

.header-style-one .main-box .outer-box .contact {

  font-size: 18px;

  color: var(--theme-color-dark);

  margin-right: 18px;

}

@media only screen and (max-width: 1699px) {

  .header-style-one .main-box .outer-box .contact {

    display: none;

  }

}

.header-style-one .main-box .outer-box .contact .icon {

  margin-right: 10px;

}

@media (max-width: 1399.98px) {

  .header-style-one .main-box .outer-box .theme-btn {

    display: none;

  }

}



/*** 



====================================================================

    Header Style two

====================================================================



***/

.header-style-two .header-top {

  background-color: #e5925a;

}

@media (max-width: 991.98px) {

  .header-style-two .header-top {

    display: none;

  }

}

.header-style-two .header-top .inner-container {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: baseline;

      -ms-flex-pack: baseline;

          justify-content: baseline;

  padding-left: 160px;

  padding-right: 230px;

}

@media (max-width: 1399.98px) {

  .header-style-two .header-top .inner-container {

    padding-right: 160px;

  }

}

@media (max-width: 1199.98px) {

  .header-style-two .header-top .inner-container {

    padding: 0 100px;

  }

}

.header-style-two .header-top .inner-container .social-icon-two {

  padding-right: 30px;

}

.header-style-two .header-top .inner-container .social-icon-two:before {

  content: "";

  position: absolute;

  top: -8px;

  right: 0;

  height: 47px;

  width: 1px;

  background-color: #eaa87b;

  z-index: 3;

}

.header-style-two .header-top .inner-container .list-style-one {

  padding: 8px 0 3px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.header-style-two .header-top .inner-container .list-style-one li {

  margin-right: 40px;

  color: var(--theme-color-light);

}

.header-style-two .header-top .inner-container .list-style-one li:last-child {

  margin-right: 31px;

}

.header-style-two .header-top .inner-container .list-style-one li a {

  color: var(--theme-color-light);

}

.header-style-two .header-top .inner-container .list-style-one li .icon {

  color: var(--theme-color-light);

}

.header-style-two .header-top .inner-container .top-center {

  padding-left: 15px;

}

.header-style-two .header-top .inner-container .outer-box {

  position: relative;

  padding-left: 29px;

}

.header-style-two .header-top .inner-container .outer-box::before {

  content: "";

  position: absolute;

  top: -9px;

  left: 0;

  width: 1px;

  height: 48px;

  background-color: #eaa87b;

}

.header-style-two .header-top .inner-container .outer-box .ui-btn {

  background-color: unset;

  font-size: 16px;

  color: var(--theme-color-light);

}

.header-style-two .header-top .inner-container .outer-box .cart-btn {

  position: relative;

  margin-right: 3px;

}

.header-style-two .header-top .inner-container .outer-box .cart-btn span {

  position: absolute;

  top: 0;

  right: -6px;

  font-size: 16px;

  width: 14px;

  height: 14px;

  text-align: center;

  line-height: 14px;

  background-color: var(--theme-color-dark);

  border-radius: 50%;

  color: var(--theme-color-light);

  display: inline-block;

}

.header-style-two .header-lower {

  position: relative;

}

.header-style-two .main-box {

  position: relative;

  margin: 0 auto;

}

.header-style-two .main-box .logo-box-two {

  display: none;

  padding: 10px 0;

}

@media (max-width: 991.98px) {

  .header-style-two .main-box .logo-box-two {

    display: block;

  }

}

@media (max-width: 991.98px) {

  .header-style-two .main-box .logo-box {

    display: none;

  }

}

.header-style-two .main-box .nav-outer {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.header-style-two .main-box .nav-outer .navigation > li {

  padding: 45px 0;

  margin-right: 65px;

}

@media (max-width: 1399.98px) {

  .header-style-two .main-box .nav-outer .navigation > li {

    margin-right: 50px;

  }

}

.header-style-two .main-box .nav-outer .navigation > li a {

  font-weight: 400;

}

.header-style-two .main-box .nav-outer .navigation > li:last-child {

  margin-right: 0;

}

.header-style-two .main-box .nav-outer .navigation > li.logo-box {

  position: relative;

  padding-top: 20px;

  padding-bottom: 20px;

  margin-right: 115px;

  margin-left: 50px;

}

.header-style-two .main-box .nav-outer .navigation > li.logo-box::before {

  content: "";

  position: absolute;

  bottom: -40px;

  left: -25px;

  width: 240px;

  height: 203px;

  border-radius: 50%;

  background-color: var(--theme-color-light);

  z-index: -1;

}

.header-style-two .sticky-header .navigation li.logo-box {

  display: none;

}



/*** 



====================================================================

    Header Style Three

====================================================================



***/

.header-style-three .header-top {

  border-bottom: 1px solid #ebebeb;

}

@media (max-width: 991.98px) {

  .header-style-three .header-top {

    display: none;

  }

}

@media (max-width: 1399.98px) {

  .header-style-three .header-top .inner-container {

    padding: 0 15px;

  }

}

.header-style-three .header-top .inner-container .list-style-one {

  padding: 8px 0 3px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.header-style-three .header-top .inner-container .list-style-one li {

  margin-right: 40px;

  color: #9b9d9f;

}

.header-style-three .header-top .inner-container .list-style-one li a {

  color: #9b9d9f;

}

.header-style-three .header-top .inner-container .list-style-one li:last-child {

  margin-right: 0;

}

.header-style-three .header-top .inner-container .top-center {

  padding-left: 24px;

}

.header-style-three .header-top .inner-container .outer-box {

  position: relative;

  padding-left: 29px;

}

.header-style-three .main-box {

  position: relative;

}

.header-style-three .main-box .logo-box {

  -ms-flex-negative: 0;

      flex-shrink: 0;

}

.header-style-three .main-box .logo-box .logo {

  width: 100%;

}

@media (max-width: 991.98px) {

  .header-style-three .main-box .logo-box .logo {

    padding: 15px 0;

    max-width: 150px;

  }

}

.header-style-three .main-box .nav-outer {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.header-style-three .main-box .nav-outer .main-menu .navigation > li {

  padding: 51px 0;

  margin-right: 45px;

}

.header-style-three .main-box .outer-box .search-btn,

.header-style-three .main-box .outer-box .login-btn {

  background-color: unset;

  font-size: 18px;

  color: var(--theme-color-dark);

}

.header-style-three .main-box .outer-box .login-btn {

  position: relative;

  margin-right: 26px;

}

.header-style-three .main-box .outer-box .login-btn span {

  position: absolute;

  top: 0;

  right: -6px;

  font-size: 16px;

  width: 14px;

  height: 14px;

  text-align: center;

  line-height: 14px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  display: inline-block;

  color: var(--theme-color-light);

}

.header-style-three .main-box .outer-box .mobile-nav-toggler {

  margin-left: 20px;

}



/*** 



====================================================================

    Header Style Four

====================================================================



***/

@media (max-width: 991.98px) {

  .header-style-four .header-top {

    display: none;

  }

}

.header-style-four .header-top .inner-container {

  position: relative;

  border-bottom: 1px solid #ebebeb;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.header-style-four .header-top .inner-container .top-center .logo-box {

  padding: 0 83px;

  margin: 0 30px;

  border-left: 1px solid #ebebeb;

  border-right: 1px solid #ebebeb;

}

.header-style-four .header-top .inner-container .top-center .logo-box .logo {

  padding: 30px 0;

}

.header-style-four .header-top .inner-container .top-right .outer-box .search-btn,

.header-style-four .header-top .inner-container .top-right .outer-box .login-btn {

  background-color: unset;

  font-size: 18px;

  color: var(--theme-color-dark);

}

.header-style-four .header-top .inner-container .top-right .outer-box .login-btn {

  position: relative;

  margin-right: 26px;

}

.header-style-four .header-top .inner-container .top-right .outer-box .login-btn span {

  position: absolute;

  top: 0;

  right: -6px;

  font-size: 16px;

  width: 14px;

  height: 14px;

  text-align: center;

  line-height: 14px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  display: inline-block;

  color: var(--theme-color-light);

}

.header-style-four .main-box {

  position: relative;

}

.header-style-four .main-box .logo-box {

  display: none;

}

@media (max-width: 991.98px) {

  .header-style-four .main-box .logo-box {

    display: block;

    -ms-flex-negative: 0;

        flex-shrink: 0;

    max-width: 160px;

    padding: 15px 0;

  }

}

.header-style-four .main-box .nav-outer {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.header-style-four .main-box .nav-outer .main-menu .navigation > li {

  padding: 29.5px 0;

  margin: 0 40px;

}



/*** 



====================================================================

    Header Style Five

====================================================================



***/

.header-style-five {

  background-color: #faf7f2;

}

@media (max-width: 991.98px) {

  .header-style-five .header-top {

    display: none;

  }

}

.header-style-five .header-top .inner-container {

  position: relative;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.header-style-five .header-top .inner-container .top-left {

  margin-top: 20px;

}

.header-style-five .header-top .inner-container .top-center .logo-box {

  margin: 0 120px;

}

.header-style-five .header-top .inner-container .top-center .logo-box .logo {

  padding: 30px 0;

}

.header-style-five .header-top .inner-container .top-right {

  margin-top: 20px;

}

.header-style-five .header-top .inner-container .top-right .outer-box .search-btn,

.header-style-five .header-top .inner-container .top-right .outer-box .cart-btn {

  background-color: unset;

  font-size: 18px;

  color: var(--theme-color-dark);

}

.header-style-five .header-top .inner-container .top-right .outer-box .cart-btn {

  position: relative;

  margin-right: 15px;

}

.header-style-five .header-top .inner-container .top-right .outer-box .cart-btn span {

  position: absolute;

  top: 0;

  right: -6px;

  font-size: 16px;

  width: 14px;

  height: 14px;

  text-align: center;

  line-height: 14px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  display: inline-block;

  color: var(--theme-color-light);

}

.header-style-five .main-box {

  position: relative;

}

.header-style-five .main-box .logo-box {

  display: none;

}

@media (max-width: 991.98px) {

  .header-style-five .main-box .logo-box {

    display: block;

    -ms-flex-negative: 0;

        flex-shrink: 0;

    max-width: 160px;

    padding: 15px 0;

  }

}

.header-style-five .main-box .nav-outer {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.header-style-five .main-box .nav-outer .main-menu .navigation > li {

  padding: 15px 0 60px;

  margin: 0 40px;

}



/*** 



====================================================================

    Header Style Six

====================================================================



***/

.header-style-six {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

}

.header-style-six .header-top {

  position: relative;

  background-color: rgba(0, 0, 0, 0.4);

}

@media (max-width: 991.98px) {

  .header-style-six .header-top {

    display: none;

  }

}

.header-style-six .header-top .inner-container {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.header-style-six .header-top .inner-container .social-icon-two {

  padding-right: 30px;

}

.header-style-six .header-top .inner-container .list-style-one {

  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: 10px 30px 10px 10px;

  border-left: 1px solid rgba(255, 255, 255, 0.2);

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}

.header-style-six .header-top .inner-container .list-style-one li {

  font-size: 16px;

  margin-bottom: 0;

  margin-right: 20px;

  color: var(--theme-color-light);

}

.header-style-six .header-top .inner-container .list-style-one li i {

  color: var(--theme-color-light);

  margin-right: 5px;

}

.header-style-six .header-top .inner-container .list-style-one li a {

  color: var(--theme-color-light);

}

.header-style-six .header-top .inner-container .top-right {

  padding-left: 30px;

}

.header-style-six .header-top .inner-container .top-right .outer-box .search-btn,

.header-style-six .header-top .inner-container .top-right .outer-box .cart-btn {

  background-color: unset;

  font-size: 16px;

  color: var(--theme-color-light);

}

.header-style-six .header-top .inner-container .top-right .outer-box .search-btn {

  margin-right: 38px;

}

.header-style-six .header-top .inner-container .top-right .outer-box .cart-btn {

  position: relative;

  margin-right: 15px;

}

.header-style-six .header-top .inner-container .top-right .outer-box .cart-btn span {

  position: absolute;

  top: 0;

  right: -6px;

  font-size: 16px;

  width: 14px;

  height: 14px;

  text-align: center;

  line-height: 14px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  display: inline-block;

  color: var(--theme-color-light);

}

.header-style-six .header-lower {

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  padding-top: 30px;

}

@media (max-width: 991.98px) {

  .header-style-six .header-lower {

    padding-top: 10px;

  }

}

@media (max-width: 991.98px) {

  .header-style-six .header-lower .main-box {

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;

  }

}

.header-style-six .header-lower .main-box .hide-lg {

  display: none;

}

@media (max-width: 991.98px) {

  .header-style-six .header-lower .main-box .hide-lg {

    display: block;

    -ms-flex-negative: 0;

        flex-shrink: 0;

    max-width: 160px;

  }

}

.header-style-six .header-lower .main-box .nav-outer {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

@media (max-width: 991.98px) {

  .header-style-six .header-lower .main-box .nav-outer {

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;

  }

}

.header-style-six .header-lower .main-box .nav-outer .navigation > li {

  padding: 15px 0px;

  margin-right: 60px;

}

.header-style-six .header-lower .main-box .nav-outer .navigation > li:last-child {

  margin-right: 0;

}

.header-style-six .header-lower .main-box .nav-outer .navigation > li:nth-child(3) {

  margin-right: 0;

}

.header-style-six .header-lower .main-box .nav-outer .navigation > li > a {

  color: var(--theme-color-light);

}

.header-style-six .header-lower .main-box .nav-outer .navigation > li.logo {

  padding: 0;

  margin: 0 110px;

  margin-top: -5px;

}

@media (max-width: 991.98px) {

  .header-style-six .header-lower .main-box .nav-outer .navigation > li.logo {

    display: none;

  }

}

.header-style-six .sticky-header .navigation li.logo {

  display: none;

}



/*** 



====================================================================

    Header Style Seven

====================================================================



***/

.header-style-seven {

  position: relative;

}

.header-style-seven .main-box {

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding-left: 68px;

  padding-right: 58px;

}

@media (max-width: 1199.98px) {

  .header-style-seven .main-box {

    padding: 0 20px;

  }

}

.header-style-seven .main-box .logo-box {

  margin-right: 80px;

  -ms-flex-negative: 0;

      flex-shrink: 0;

}

@media (max-width: 1199.98px) {

  .header-style-seven .main-box .logo-box {

    margin-right: 0;

  }

}

@media (max-width: 575.98px) {

  .header-style-seven .main-box .logo-box {

    max-width: 160px;

  }

}

@media (max-width: 991.98px) {

  .header-style-seven .main-box .logo-box .logo {

    padding: 10px 0;

  }

}

.header-style-seven .main-box .nav-outer {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.header-style-seven .main-box .nav-outer .navigation > li {

  padding: 43.5px 0;

  margin-right: 75px;

}

@media (max-width: 1399.98px) {

  .header-style-seven .main-box .nav-outer .navigation > li {

    margin-right: 50px;

  }

}

.header-style-seven .main-box .nav-outer .navigation > li:last-child {

  margin-right: 0;

}

@media (max-width: 1399.98px) {

  .header-style-seven .main-box .outer-box .social-icon-two {

    display: none;

  }

}

.header-style-seven .main-box .outer-box .social-icon-two li {

  margin-right: 0;

  margin-left: 20px;

}

.header-style-seven .main-box .outer-box .social-icon-two a {

  color: var(--theme-color-dark);

}

.header-style-seven .main-box .outer-box .divider {

  margin: 0 30px;

  width: 1px;

  height: 42px;

  background-color: #ebebeb;

}

@media (max-width: 1399.98px) {

  .header-style-seven .main-box .outer-box .divider {

    display: none;

  }

}

.header-style-seven .main-box .outer-box .search-btn,

.header-style-seven .main-box .outer-box .login-btn {

  background-color: transparent;

}

@media (max-width: 575.98px) {

  .header-style-seven .main-box .outer-box .search-btn,

  .header-style-seven .main-box .outer-box .login-btn {

    display: none;

  }

}

.header-style-seven .main-box .outer-box .login-btn {

  position: relative;

  margin-right: 26px;

}

.header-style-seven .main-box .outer-box .login-btn span {

  position: absolute;

  top: 0;

  right: -6px;

  font-size: 16px;

  width: 14px;

  height: 14px;

  text-align: center;

  line-height: 14px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  display: inline-block;

  color: var(--theme-color-light);

}

.header-style-seven .main-box .mobile-nav-toggler {

  margin-left: 20px;

}



/*** 



====================================================================

    Sticky Header

====================================================================



***/

.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: 50px;

}

.sticky-header .nav-outer {

  position: relative;

  background: none;

}

.sticky-header .inner-container {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}



.sticky-header .main-menu .navigation > li {

  margin: 0;

  margin-left: 50px;

  padding: 20px 0;

}



.sticky-header .main-menu .navigation > li > a {

  color: var(--theme-color-dark);

}



.sticky-header .main-menu .navigation > li.current > a,

.sticky-header .main-menu .navigation > li:hover > a {

  color: var(--theme-color-dark);

}



.sticky-header .outer-box,

.sticky-header .navbar-header {

  display: none;

}



.sticky-header .mobile-nav-toggler {

  color: var(--theme-color-dark);

}



@media only screen and (min-width: 768px) {

  .main-menu .navigation > li > ul,

  .main-menu .navigation > li > .mega-menu,

  .main-menu .navigation > li > ul > li > ul {

    display: block !important;

    visibility: hidden;

    opacity: 0;

  }

}

/*** 



====================================================================

      Mega Menu

====================================================================



***/

.main-header .navigation > li.has-mega-menu {

  position: static;

}

@media (max-width: 991.98px) {

  .main-header .navigation > li.has-mega-menu {

    position: relative !important;

  }

}

.main-header .navigation > li > .mega-menu {

  position: absolute;

  left: 0px;

  margin: auto;

  width: 100%;

  max-width: 740px;

  min-width: 600px;

  background-color: var(--theme-color-light);

  padding: 30px 35px 25px;

  top: 100%;

  z-index: 100;

  margin-top: 20px;

  opacity: 0;

  display: none;

  border-radius: 0 0 10px 10px;

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

}

@media (max-width: 991.98px) {

  .main-header .navigation > li > .mega-menu {

    position: relative;

    display: none;

    opacity: 1;

    visibility: visible;

    margin: 0px;

    padding: 0px;

    width: 100%;

    border-radius: 0px;

    -webkit-transition: none !important;

    transition: none !important;

    -webkit-box-shadow: none;

            box-shadow: none;

    position: relative;

    width: 100%;

    padding: 0px !important;

    background: none !important;

    margin: 0px !important;

    left: 0px !important;

    top: 0px !important;

  }

}

.main-header .navigation > li:hover > .mega-menu {

  margin-top: 0;

  opacity: 1;

  visibility: visible;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.main-header .navigation > li > .mega-menu .mega-menu-bar {

  position: relative;

}

.main-header .navigation > li > .mega-menu .mega-menu-bar h3 {

  position: relative;

  color: var(--theme-color-dark);

}

.main-header .navigation > li > .mega-menu .mega-menu-bar ul {

  position: relative;

  margin-bottom: -1px;

}

.main-header .navigation > li > .mega-menu .mega-menu-bar ul > li {

  position: relative;

  width: 100%;

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.main-header .navigation > li > .mega-menu .mega-menu-bar .column {

  position: relative;

  margin-bottom: 10px;

}

@media (max-width: 991.98px) {

  .main-header .navigation > li > .mega-menu .mega-menu-bar .column {

    margin-bottom: 0;

  }

}

.main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li:last-child {

  border: none;

}

@media (max-width: 991.98px) {

  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li {

    padding-left: 20px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    background-color: var(--theme-color-dark);

  }

  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li:first-child {

    border-top: 1px solid rgba(255, 255, 255, 0.1);

  }

  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li:last-child {

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  }

}

.main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li > a {

  position: relative;

  display: block;

  padding: 10px 0px;

  line-height: 29px;

  font-weight: 400;

  font-size: 16px;

  color: var(--theme-color-dark);

  text-align: left;

  text-transform: capitalize;

  -webkit-transition: all 200ms ease;

  transition: all 200ms ease;

}

.main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > li > a:hover {

  color: var(--theme-color1);

}

@media (max-width: 991.98px) {

  .main-header .navigation > li > .mega-menu .mega-menu-bar .column > ul > 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

====================================================================



***/

.mobile-nav-toggler {

  position: relative;

  font-size: 28px;

  line-height: 20px;

  cursor: pointer;

  color: var(--theme-color1);

  display: none;

  top: -3px;

  -webkit-box-ordinal-group: 9;

      -ms-flex-order: 8;

          order: 8;

}

@media (max-width: 991.98px) {

  .mobile-nav-toggler {

    display: block;

  }

}



.mobile-menu {

  position: fixed;

  right: 0;

  top: 0;

  width: 300px;

  max-width: 100%;

  height: 100%;

  opacity: 0;

  visibility: hidden;

  z-index: 999999;

}

.mobile-menu .menu-backdrop {

  position: fixed;

  right: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  background: rgba(0, 0, 0, 0.7);

  opacity: 0;

  visibility: hidden;

}

.mobile-menu .upper-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  width: 100%;

  padding: 15px 20px;

}

.mobile-menu .close-btn {

  position: relative;

  top: 0px;

  right: -5px;

  text-align: center;

  font-size: 18px;

  color: var(--theme-color1);

  height: 30px;

  width: 30px;

  line-height: 30px;

  background-color: rgba(255, 255, 255, 0.1);

  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: 237px;

}

.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(--theme-color-light);

  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(0, 0, 0, 0.1);

}

.mobile-menu .navigation li {

  position: relative;

  display: block;

  border-bottom: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.1);

}

.mobile-menu .navigation li > a {

  position: relative;

  display: block;

  line-height: 24px;

  padding: 10px 20px;

  font-size: 16px;

  color: var(--theme-color-dark);

  font-weight: 400;

  text-transform: capitalize;

}

.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {

  color: var(--theme-color1);

}

.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: var(--theme-color-dark);

  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(0, 0, 0, 0.1);

}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {

  content: "\f106";

}

.mobile-menu .navigation li.logo, .mobile-menu .navigation li.logo-box {

  display: none;

}



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

  padding-left: 50px;

  min-height: 50px;

  margin-bottom: 20px;

}

.contact-list-one li .icon {

  position: absolute;

  left: 0;

  top: 0px;

  font-size: 32px;

  line-height: 50px;

  color: var(--theme-color1);

}

.contact-list-one li .title {

  display: block;

  font-size: 14px;

  color: var(--theme-color-dark);

  font-weight: 700;

  text-transform: uppercase;

}

.contact-list-one li .text {

  font-size: 14px;

  line-height: 24px;

  color: var(--theme-color-dark);

}

.contact-list-one li .text a {

  color: var(--theme-color-dark);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.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(--theme-color-light);

  width: 100%;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

  margin-top: auto;

}

.mobile-menu .social-links li {

  position: relative;

  text-align: center;

  width: 100%;

  border-right: 1px solid rgba(0, 0, 0, 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-color1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.mobile-menu .social-links li a:hover {

  color: var(--theme-color1);

}



/*** 



====================================================================

Section Title

====================================================================



***/

.sec-title {

  position: relative;

  margin-bottom: 0px;

}

.sec-title .sub-title {

  position: relative;

  display: inline-block;

  font-size: var(--sec-title-subtitle-font-size);

  line-height: var(--sec-title-subtitle-line-height);

  font-weight: var(--sec-title-subtitle-font-weight);

  font-family: var(--sec-title-subtitle-font-family);

  color: var(--sec-title-subtitle-color);

  letter-spacing: 1.3px;

  margin-bottom: 10px;

}

.sec-title h2 {

  position: relative;

  display: block;

  font-size: var(--sec-title-font-size);

  color: var(--sec-title-color);

  font-family: var(--sec-title-font-family);

  font-weight: var(--sec-title-font-weight);

  margin-bottom: 0;

  z-index: 2;

}

@media (max-width: 991.98px) {

  .sec-title h2 {

    font-size: 36px;

  }

  .sec-title h2 br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .sec-title h2 {

    font-size: 30px;

    line-height: 1.1em;

    letter-spacing: -1px;

  }

}

.sec-title .text {

  margin-top: 20px;

}

.sec-title.light .text,

.sec-title.light h2,

.sec-title.light h1 {

  color: #ffffff;

}

.sec-title .icon-divider,

.sec-title .icon-divider-2,

.sec-title .icon-divider-3,

.sec-title .icon-divider-4 {

  display: inline-block;

  margin-bottom: 8px;

}

.sec-title.v2 .sub-title {

  color: var(--theme-color4);

  font-size: 48px;

  font-family: var(--style-font);

}

@media (max-width: 575.98px) {

  .sec-title.v2 .sub-title {

    line-height: 1em;

  }

}

.sec-title.v2 .title {

  font-family: var(--title-font);

}



/*** 



====================================================================

  Main Slider

====================================================================



***/

.main-slider {

  position: relative;

  text-align: center;

}

.main-slider h1 {

  position: relative;

  display: block;

  font-size: 100px;

  line-height: 1em;

  color: #ffffff;

  letter-spacing: -0.04em;

  z-index: 3;

  padding: 30px 0 0;

}

.main-slider h1 .selected {

  position: relative;

}

.main-slider h1 .selected:after {

  position: absolute;

  left: -22px;

  top: 12px;

  width: 364px;

  height: 117px;

  background-image: url(../images/icons/icon-circle2.html);

  content: "";

}

.main-slider h1 .selected:before {

  position: absolute;

  left: 10px;

  top: -10px;

  z-index: -1;

  width: 364px;

  height: 118px;

  background-image: url(../images/icons/icon-circle3.html);

  content: "";

}

@media (max-width: 1399.98px) {

  .main-slider h1 {

    font-size: 80px;

    padding-top: 0;

  }

  .main-slider h1 .selected::before, .main-slider h1 .selected:after {

    display: none;

  }

}

@media (max-width: 991.98px) {

  .main-slider h1 {

    font-size: 72px;

  }

}

@media (max-width: 767.98px) {

  .main-slider h1 {

    font-size: 64px;

  }

}

@media (max-width: 575.98px) {

  .main-slider h1 {

    font-size: 52px;

  }

}

@media only screen and (max-width: 576px) {

  .main-slider h1 {

    font-size: 46px;

  }

}

@media only screen and (max-width: 424px) {

  .main-slider h1 {

    font-size: 36px;

  }

}

@media (max-width: 575.98px) {

  .main-slider .theme-btn {

    line-height: 20px;

    padding: 10px 30px;

  }

}



/***



==================================================================

	Banner-section

==================================================================



***/

.overlay {

  position: fixed; /* Sit on top of the page content */

  display: block; /* Hidden by default */

  width: 100%; /* Full width (cover the whole page) */

  height: 100%; /* Full height (cover the whole page) */

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0,0,0,0.05); /* Black background with opacity */

  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */

  cursor: pointer; /* Add a pointer on hover */

}

.banner-section {

  position: relative;

}

.banner-section .curve {

  position: absolute;

  bottom: -1px;

  left: 0;

  z-index: 3;

}

.banner-section .bg {

  background-position: bottom;

}

.banner-section .bg:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: var(--theme-color-dark);

  opacity: 0.1;

}

.banner-section .outer-box {

  padding: 200px 0 245px;

}

@media (max-width: 575.98px) {

  .banner-section .outer-box {

    padding: 84px 0 66px;

  }

}

.banner-section .outer-box .content-box {

  position: relative;

  margin: 0 auto;

  text-align: center;

    z-index: 9;

}

.banner-section .outer-box .content-box .icon-leave-4 {

  position: absolute;

  top: -101px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

}

.banner-section .outer-box .content-box .icon-leave-4.style-two {

  top: auto;

  bottom: -108px;

}

.banner-section .outer-box .content-box .sub-title {

  color: var(--theme-color-light);

  font-size: 40px;

  font-family: var(--style-font);

  margin-bottom: 36px;

  letter-spacing: 0.2em;

  display: inline-block;

}

@media (max-width: 991.98px) {

  .banner-section .outer-box .content-box .sub-title {

    font-size: 26px;

  }

}

@media (max-width: 991.98px) {

  .banner-section .outer-box .content-box .sub-title {

    font-size: 20px;

    letter-spacing: 0.1em;

    margin-bottom: 20px;

  }

}

.banner-section .outer-box .content-box .title {

  font-size: 88px;

  color: var(--theme-color-light);

    font-weight: 600;

  line-height: 99px;

  margin-bottom: 0;

}

@media (max-width: 1199.98px) {

  .banner-section .outer-box .content-box .title {

    font-size: 83px;

  }

}

@media (max-width: 991.98px) {

  .banner-section .outer-box .content-box .title {

    font-size: 130px;

  }

}

@media (max-width: 767.98px) {

  .banner-section .outer-box .content-box .title {

    font-size: 110px;

  }

}

@media (max-width: 575.98px) {

  .banner-section .outer-box .content-box .title {

    font-size: 31px;
        height: 111px;
    line-height: 1.2em;

  }

}



/***



==================================================================

	Banner-section two

==================================================================



***/

.banner-section-two {

  position: relative;

  overflow: hidden;

}

.banner-section-two .curve-2 {

  position: absolute;

  bottom: -1px;

  left: 0;

  z-index: 3;

  background-size: cover;

  width: 100%;

}

.banner-section-two .bg {

  -webkit-filter: grayscale(1);

          filter: grayscale(1);

}

.banner-section-two .bg:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: var(--theme-color-dark);

  opacity: 0.1;

  content: "";

}

@media (max-width: 991.98px) {

  .banner-section-two .bg:before {

    opacity: 0.5;

  }

}

.banner-section-two .outer-box {

  position: relative;

  padding: 330px 0 395px;

}

@media (max-width: 575.98px) {

  .banner-section-two .outer-box {

    padding: 200px 0;

  }

}

.banner-section-two .outer-box .content-box {

  position: relative;

  margin: 0 auto;

  text-align: center;

  z-index: 3;

}

.banner-section-two .outer-box .content-box::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  width: 407px;

  height: 448px;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  border: 3px solid var(--theme-color-light);

  z-index: -1;

}

@media (max-width: 575.98px) {

  .banner-section-two .outer-box .content-box::before {

    display: none;

  }

}

.banner-section-two .outer-box .content-box .icon-flower-9 {

  position: absolute;

  bottom: -107px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

}

.banner-section-two .outer-box .content-box .icon-flower-10 {

  position: absolute;

  top: -100px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

}

.banner-section-two .outer-box .content-box .sub-title {

  color: var(--theme-color1);

  font-size: 50px;

  margin-bottom: 36px;

  font-family: var(--style-font);

  display: inline-block;

}

@media (max-width: 767.98px) {

  .banner-section-two .outer-box .content-box .sub-title {

    font-size: 42px;

    line-height: 1.2em;

  }

}

.banner-section-two .outer-box .content-box .title {

  font-size: 90px;

  color: var(--theme-color-light);

  line-height: 90px;

  margin-bottom: 0;

}

@media (max-width: 991.98px) {

  .banner-section-two .outer-box .content-box .title {

    font-size: 70px;

  }

}

@media (max-width: 767.98px) {

  .banner-section-two .outer-box .content-box .title {

    font-size: 54px;

    line-height: 1.2em;

  }

}

@media (max-width: 575.98px) {

  .banner-section-two .outer-box .content-box .title {

    font-size: 40px;

  }

}



/***



==================================================================

	Banner Section Three

==================================================================



***/

.banner-section-three {

  position: relative;

  overflow: hidden;

}

.banner-section-three .bg {

  width: auto;

  left: 65px;

  right: 65px;

}

@media (max-width: 1399.98px) {

  .banner-section-three .bg {

    left: 15px;

    right: 15px;

  }

}

@media (max-width: 991.98px) {

  .banner-section-three .bg {

    left: 0;

    right: 0;

    background-position: left center;

  }

}

.banner-section-three .content-column {

  margin-bottom: 50px;

}

.banner-section-three .content-column .inner-column {

  padding: 202px 0 80px;

  margin-right: 80px;

}

@media (max-width: 1399.98px) {

  .banner-section-three .content-column .inner-column {

    padding-left: 40px;

  }

}

@media (max-width: 1199.98px) {

  .banner-section-three .content-column .inner-column {

    padding: 150px 0 50px;

    padding-left: 40px;

  }

}

@media (max-width: 991.98px) {

  .banner-section-three .content-column .inner-column {

    padding-left: 0;

    margin-right: 0;

  }

}

@media (max-width: 575.98px) {

  .banner-section-three .content-column .inner-column {

    padding: 120px 0 10px;

  }

}

.banner-section-three .content-column .inner-column .content-box {

  position: relative;

}

.banner-section-three .content-column .inner-column .content-box .sub-title {

  font-size: 30px;

  font-family: var(--style-font);

  color: var(--theme-color1);

  margin-bottom: 27px;

  display: inline-block;

}

@media (max-width: 575.98px) {

  .banner-section-three .content-column .inner-column .content-box .sub-title {

    font-size: 24px;

    line-height: 1.8em;

    margin-bottom: 15px;

  }

}

.banner-section-three .content-column .inner-column .content-box h1 {

  margin-bottom: 42px;

}

@media (max-width: 1399.98px) {

  .banner-section-three .content-column .inner-column .content-box h1 {

    font-size: 60px;

  }

}

@media (max-width: 1199.98px) {

  .banner-section-three .content-column .inner-column .content-box h1 {

    font-size: 50px;

  }

  .banner-section-three .content-column .inner-column .content-box h1 br {

    display: none;

  }

}

@media (max-width: 767.98px) {

  .banner-section-three .content-column .inner-column .content-box h1 {

    font-size: 44px;

  }

}

.banner-section-three .content-column .inner-column .content-box .theme-btn {

  padding: 14px 30px 17px;

}

.banner-section-three .image-column {

  margin-bottom: 50px;

}

.banner-section-three .image-column .inner-column {

  position: relative;

  margin-top: 80px;

}

@media (max-width: 991.98px) {

  .banner-section-three .image-column .inner-column {

    margin-top: 0;

    padding-bottom: 70px;

  }

}

@media (max-width: 991.98px) {

  .banner-section-three .image-column .inner-column .image-box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

  }

}

.banner-section-three .image-column .inner-column .image-box .image-1 {

  -webkit-transform: rotate(-8deg);

          transform: rotate(-8deg);

  border: 10px solid var(--theme-color-light);

  display: inline-block;

  margin-bottom: 0;

}

.banner-section-three .image-column .inner-column .image-box .image-2 {

  position: relative;

  top: -145px;

  left: 85px;

  border: 10px solid var(--theme-color-light);

  display: inline-block;

  -webkit-transform: rotate(10deg);

          transform: rotate(10deg);

  margin-bottom: 0;

}

@media (max-width: 1199.98px) {

  .banner-section-three .image-column .inner-column .image-box .image-2 {

    left: 0;

  }

}

@media (max-width: 991.98px) {

  .banner-section-three .image-column .inner-column .image-box .image-1,

  .banner-section-three .image-column .inner-column .image-box .image-2 {

    -webkit-transform: none;

            transform: none;

    top: 0;

    left: 0;

    width: 50%;

  }

}

.banner-section-three .image-column .inner-column .image-box .image-1 img,

.banner-section-three .image-column .inner-column .image-box .image-2 img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}



/*** 



====================================================================

    Banner Section Four

====================================================================



***/

.banner-section-four {

  position: relative;

  padding: 220px 0 120px;

}

.banner-section-four .bg:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #1c1e1c;

  opacity: 0.26;

}

.banner-section-four .content-column {

  margin-bottom: 50px;

}

.banner-section-four .content-column .inner-column {

  position: relative;

  text-align: center;

}

.banner-section-four .content-column .inner-column .date {

  position: relative;

  display: inline-block;

  margin-bottom: 100px;

  padding: 10px 0;

  border-top: 1px solid var(--theme-color-light);

  border-bottom: 1px solid var(--theme-color-light);

}

@media (max-width: 575.98px) {

  .banner-section-four .content-column .inner-column .date {

    margin-bottom: 60px;

  }

}

.banner-section-four .content-column .inner-column .date .date {

  color: var(--theme-color-light);

  font-size: 30px;

  letter-spacing: 0.2em;

  margin-bottom: 0;

  text-transform: uppercase;

}

.banner-section-four .content-column .inner-column .date .icon-flower-21 {

  position: absolute;

  top: -115px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  z-index: 2;

}

.banner-section-four .content-column .inner-column .name {

  position: relative;

  color: var(--theme-color-light);

  font-size: 130px;

  line-height: 72px;

  margin-bottom: 120px;

  font-family: var(--style-font);

}

@media (max-width: 767.98px) {

  .banner-section-four .content-column .inner-column .name {

    font-size: 100px;

  }

}

@media (max-width: 575.98px) {

  .banner-section-four .content-column .inner-column .name {

    font-size: 70px;

    margin-bottom: 70px;

  }

}

.banner-section-four .content-column .inner-column .name span {

  position: relative;

  color: var(--theme-color-light);

  line-height: 75px;

  font-size: 70px;

  font-family: var(--style-font);

}

.banner-section-four .content-column .inner-column .theme-btn {

  background-color: var(--bg-theme-color4);

  padding: 15px 60px;

}



/***



==================================================================

	Banner Section Five

==================================================================



***/

.banner-section-five {

  position: relative;

  background-color: #faf7f2;

  padding: 0 44px;

}

@media (max-width: 991.98px) {

  .banner-section-five {

    padding: 0;

  }

}

@media (max-width: 1399.98px) {

  .banner-section-five .bg {

    opacity: 0.2;

  }

}

.banner-section-five .outer-box {

  position: relative;

  background-color: var(--theme-color-light);

}

.banner-section-five .content-column .inner-column {

  position: relative;

  padding: 120px 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  text-align: center;

  height: 100%;

}

.banner-section-five .content-column .inner-column .content-box {

  position: relative;

}

.banner-section-five .content-column .inner-column .content-box .sub-title {

  display: block;

  color: var(--theme-color-dark);

  font-size: 20px;

  letter-spacing: 0.2em;

  margin-bottom: 25px;

}

@media (max-width: 1399.98px) {

  .banner-section-five .content-column .inner-column .content-box .sub-title {

    margin-bottom: 20px;

  }

}

@media (max-width: 575.98px) {

  .banner-section-five .content-column .inner-column .content-box .sub-title {

    letter-spacing: 0.1em;

    font-size: 18px;

    margin-bottom: 20px;

  }

}

.banner-section-five .content-column .inner-column .content-box .name {

  font-size: 90px;

  font-family: var(--style-font);

  margin-bottom: 30px;

}

@media (max-width: 1399.98px) {

  .banner-section-five .content-column .inner-column .content-box .name {

    margin-bottom: 40px;

    font-size: 80px;

  }

}

@media (max-width: 1199.98px) {

  .banner-section-five .content-column .inner-column .content-box .name {

    font-size: 70px;

  }

}

@media (max-width: 575.98px) {

  .banner-section-five .content-column .inner-column .content-box .name {

    font-size: 42px;

  }

}

.banner-section-five .content-column .inner-column .content-box .date {

  font-size: 30px;

  color: var(--theme-color4);

  margin-bottom: 40px;

  letter-spacing: 0.2em;

  text-transform: uppercase;

}

@media (max-width: 1199.98px) {

  .banner-section-five .content-column .inner-column .content-box .date {

    font-size: 24px;

  }

}

@media (max-width: 575.98px) {

  .banner-section-five .content-column .inner-column .content-box .date {

    font-size: 20px;

  }

}

.banner-section-five .content-column .inner-column .content-box .date span {

  padding: 10px 30px;

  margin: 0 20px;

  border-left: 1px solid rgba(183, 183, 183, 0.3);

  border-right: 1px solid rgba(183, 183, 183, 0.3);

}

@media (max-width: 1199.98px) {

  .banner-section-five .content-column .inner-column .content-box .date span {

    padding: 20px 10px;

    margin: 0 15px;

  }

}

.banner-section-five .content-column .inner-column .content-box .text {

  margin-top: 50px;

  margin-bottom: 50px;

}

@media (max-width: 575.98px) {

  .banner-section-five .content-column .inner-column .content-box .text br {

    display: none;

  }

}

.banner-section-five .content-column .inner-column .content-box .theme-btn {

  padding: 14px 58px 17px;

  background-color: var(--theme-color4);

}

.banner-section-five .image-column .image {

  height: 100%;

}

@media (max-width: 991.98px) {

  .banner-section-five .image-column .image {

    padding: 0 20px 20px;

  }

}

.banner-section-five .image-column .image img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}



/*** 



====================================================================

    Banner Section Six

====================================================================



***/

.banner-section-six {

  position: relative;

  padding: 325px 0 420px;

}

@media (max-width: 1199.98px) {

  .banner-section-six {

    padding: 250px 0 370px;

  }

}

@media (max-width: 991.98px) {

  .banner-section-six {

    padding: 200px 0 370px;

  }

}

.banner-section-six .bg {

  background-position: top;

}

.banner-section-six .bg:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #3b4973;

  opacity: 0.6;

  z-index: 1;

}

@media (max-width: 767.98px) {

  .banner-section-six .bg:before {

    opacity: 0.8;

  }

}

.banner-section-six .bg-image {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  -webkit-filter: grayscale(1);

          filter: grayscale(1);

}

.banner-section-six .content-column {

  position: relative;

  z-index: 2;

  margin-bottom: 50px;

}

.banner-section-six .content-column .inner-column {

  position: relative;

  text-align: center;

}

.banner-section-six .content-column .inner-column .date {

  position: relative;

  display: inline-block;

  color: var(--theme-color-light);

  font-size: 18px;

  letter-spacing: 0.2em;

  margin-bottom: 65px;

  text-transform: uppercase;

}

@media (max-width: 767.98px) {

  .banner-section-six .content-column .inner-column .date {

    margin-bottom: 40px;

  }

}

.banner-section-six .content-column .inner-column .date:before {

  content: "";

  position: absolute;

  top: 0px;

  left: -90px;

  width: 71px;

  height: 34px;

  background-image: url(../images/icons/icon-flower-22.png);

}

.banner-section-six .content-column .inner-column .date:after {

  content: "";

  position: absolute;

  top: 0px;

  right: -90px;

  width: 71px;

  height: 34px;

  background-image: url(../images/icons/icon-flower-22.png);

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.banner-section-six .content-column .inner-column .title {

  font-size: 100px;

  font-family: var(--style-font);

  color: #ffdfd2;

  margin-bottom: 36px;

}

@media (max-width: 767.98px) {

  .banner-section-six .content-column .inner-column .title {

    font-size: 72px;

  }

}

@media (max-width: 575.98px) {

  .banner-section-six .content-column .inner-column .title {

    font-size: 48px;

  }

}

.banner-section-six .content-column .inner-column .name {

  position: relative;

  color: var(--theme-color-light);

  font-size: 48px;

}

@media (max-width: 767.98px) {

  .banner-section-six .content-column .inner-column .name {

    font-size: 26px;

    line-height: 1.4em;

  }

}

.banner-section-six .content-column .inner-column .name span {

  position: relative;

  color: var(--theme-color-light);

  font-family: var(--style-font);

  font-size: 36px;

}

@media (max-width: 767.98px) {

  .banner-section-six .content-column .inner-column .name span {

    font-size: 18px;

  }

}

.banner-section-six .content-column .inner-column .name span:before {

  content: "";

  position: absolute;

  top: 50%;

  left: -100px;

  width: 90px;

  height: 1px;

  background-color: var(--theme-color-light);

}

.banner-section-six .content-column .inner-column .name span:after {

  content: "";

  position: absolute;

  top: 50%;

  right: -105px;

  width: 90px;

  height: 1px;

  background-color: var(--theme-color-light);

}



/*** 



====================================================================

    Banner Section Seven

====================================================================



***/

.banner-section-seven {

  position: relative;

  padding: 165px 0 340px;

  overflow: hidden;

}

@media (max-width: 1199.98px) {

  .banner-section-seven {

    padding: 120px 0 270px;

  }

}

.banner-section-seven .flower-7 {

  position: absolute;

  top: 0;

  left: 0;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .flower-7 {

    opacity: 0.2;

  }

}

.banner-section-seven .flower-8 {

  position: absolute;

  top: 215px;

  right: 0;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .flower-8 {

    opacity: 0.2;

  }

}

.banner-section-seven .content-column {

  margin-bottom: 50px;

}

.banner-section-seven .content-column .inner-column {

  position: relative;

  padding-top: 40px;

  text-align: center;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .content-column .inner-column {

    padding-top: 0;

  }

}

.banner-section-seven .content-column .inner-column .sub-title {

  position: relative;

  display: block;

  color: var(--theme-color4);

  font-family: var(--style-font);

  font-size: 72px;

  margin-bottom: 70px;

  letter-spacing: 0.2em;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .content-column .inner-column .sub-title {

    margin-bottom: 50px;

  }

}

.banner-section-seven .content-column .inner-column .name {

  position: relative;

  color: #8d6b5b;

  font-size: 70px;

  margin-bottom: 70px;

  letter-spacing: 0.2em;

  text-transform: uppercase;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .content-column .inner-column .name {

    margin-bottom: 70px;

  }

}

@media (max-width: 575.98px) {

  .banner-section-seven .content-column .inner-column .name {

    font-size: 50px;

  }

}

.banner-section-seven .content-column .inner-column .name span {

  position: relative;

  color: var(--theme-color-dark);

  font-family: var(--style-font);

  font-size: 36px;

  text-transform: lowercase;

  letter-spacing: 0;

}

.banner-section-seven .content-column .inner-column .name span:before {

  content: "";

  position: absolute;

  top: 30px;

  left: -100px;

  width: 90px;

  height: 1px;

  background-color: var(--theme-color-dark);

}

.banner-section-seven .content-column .inner-column .name span:after {

  content: "";

  position: absolute;

  top: 30px;

  right: -105px;

  width: 90px;

  height: 1px;

  background-color: var(--theme-color-dark);

}

.banner-section-seven .content-column .inner-column .icon-color-2 {

  position: absolute;

  top: 100px;

  left: 0;

  right: 0;

  margin: 0 auto;

  opacity: 0.3;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .content-column .inner-column .icon-color-2 {

    top: 50px;

  }

}

.banner-section-seven .content-column .inner-column .date {

  position: relative;

  display: inline-block;

  color: var(--theme-color4);

  font-size: 30px;

  margin-bottom: 60px;

  letter-spacing: 10px;

  text-transform: uppercase;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .content-column .inner-column .date {

    margin-bottom: 40px;

  }

}

@media (max-width: 575.98px) {

  .banner-section-seven .content-column .inner-column .date {

    font-size: 24px;

  }

}

.banner-section-seven .content-column .inner-column .date span {

  padding: 0 25px;

  margin: 0 20px;

  border-left: 1px solid #b7b7b7;

  border-right: 1px solid #b7b7b7;

}

@media (max-width: 575.98px) {

  .banner-section-seven .content-column .inner-column .date span {

    padding: 0 10px;

    margin: 0 10px;

  }

}

.banner-section-seven .content-column .inner-column .text {

  color: var(--theme-color-dark);

  line-height: 2em;

  font-size: 18px;

  text-transform: uppercase;

}

@media (max-width: 575.98px) {

  .banner-section-seven .content-column .inner-column .text br {

    display: none;

  }

}

.banner-section-seven .image-column {

  margin-bottom: 50px;

}

@media (max-width: 575.98px) {

  .banner-section-seven .image-column {

    -webkit-box-flex: 0;

        -ms-flex: 0 0 50%;

            flex: 0 0 50%;

    max-width: 50%;

  }

}

.banner-section-seven .image-column .inner-column {

  position: relative;

}

.banner-section-seven .image-column .inner-column .image-box {

  position: relative;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .image-column .inner-column .image-box {

    text-align: center;

  }

}

.banner-section-seven .image-column .inner-column .bride-img {

  position: relative;

  display: inline-block;

  overflow: hidden;

  border-radius: 300px 300px 0 0;

  margin-left: -152px;

}

@media only screen and (max-width: 1699px) {

  .banner-section-seven .image-column .inner-column .bride-img {

    margin-left: -100px;

  }

}

@media (max-width: 1399.98px) {

  .banner-section-seven .image-column .inner-column .bride-img {

    margin-left: 0;

  }

}

@media (max-width: 1199.98px) {

  .banner-section-seven .image-column .inner-column .bride-img {

    margin-left: 0;

  }

}

.banner-section-seven .image-column .inner-column .bride-img:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.banner-section-seven .image-column .inner-column .bride-img img {

  -webkit-filter: grayscale(1);

          filter: grayscale(1);

  border-radius: 300px 300px 0 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .image-column .inner-column .bride-img img {

    width: 100%;

    height: 444px;

    -o-object-fit: cover;

       object-fit: cover;

  }

}

.banner-section-seven .image-column .inner-column .groom-img {

  position: relative;

  display: inline-block;

  margin-top: 135px;

  margin-right: -110px;

  overflow: hidden;

  z-index: 2;

  border-radius: 300px 300px 0 0;

}

@media (max-width: 1399.98px) {

  .banner-section-seven .image-column .inner-column .groom-img {

    margin-right: 0;

    margin-top: 0;

    height: 100%;

  }

}

.banner-section-seven .image-column .inner-column .groom-img:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.banner-section-seven .image-column .inner-column .groom-img img {

  -webkit-filter: grayscale(1);

          filter: grayscale(1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  border-radius: 300px 300px 0 0;

}

@media (max-width: 1199.98px) {

  .banner-section-seven .image-column .inner-column .groom-img img {

    width: 100%;

    height: 444px;

    -o-object-fit: cover;

       object-fit: cover;

  }

}



/*** 



====================================================================

		About Section

====================================================================



***/

.about-section {

  position: relative;

  background-color: var(--bg-theme-color3);

  padding: 60px 0 60px;

  z-index: 1;

}

.about-section .flower-1 {

  position: absolute;

  bottom: -150px;

  left: 0;

}

@media (max-width: 1399.98px) {

  .about-section .flower-1 {

    opacity: 0.1;

  }

}

.about-section .flower-2 {

  position: absolute;

  top: 50px;

  right: 0;

}

@media (max-width: 1399.98px) {

  .about-section .flower-2 {

    opacity: 0.1;

  }

}

.about-section .outer-box {

  position: relative;

  z-index: 2;

}

@media (max-width: 1199.98px) {

  .about-section .outer-box {


    margin: 0 auto;

  }

}

.about-section .content-column {

  margin-bottom: 50px;

}

.about-section .content-column .inner-column {

  position: relative;

  margin-left: 55px;

}

.about-section .content-column .inner-column .sub-title {

  font-family: var(--title-font);

  font-size: 28px;

  margin-bottom: 20px;

}

.about-section .content-column .inner-column .title {

  font-family: var(--style-font);

  font-size: 50px;

}

.about-section .content-column .inner-column .text {

  margin-top: 22px;

}

.about-section .image-column {

  position: relative;

  margin-bottom: 50px;

}

@media (max-width: 1199.98px) {

  .about-section .image-column .inner-column {

    text-align: center;

    margin: 0 auto;

  }

}

.about-section .image-column .inner-column .image-box {

  position: relative;

}

.about-section .image-column .inner-column .image-box .image {

  position: relative;

  display: inline-block;

}

@media (max-width: 1199.98px) {

  .about-section .image-column .inner-column .image-box .image {

    display: block;

    -webkit-transform: none !important;

            transform: none !important;

  }

}

.about-section .image-column .inner-column .image-box .image::before {

  content: "";

  position: absolute;

  top: 26px;

  left: 22px;

  width: 253px;

  height: 362px;

  border: 1px solid #dbac8b;

  border-radius: 300px 300px 0 0;

  z-index: -1;

}

.about-section .image-column .inner-column .image-box .image img {

  border-radius: 300px 300px 0 0;

}

@media (max-width: 1199.98px) {

  .about-section .image-column .inner-column .image-box .image img {

    width: 100%;

    border-radius: 300px 300px 0 0;

  }

}

.about-section .image-column .inner-column .image-box .exp-box {

  position: absolute;

  top: -40px;

  right: 0;

  display: inline-block;

  background-color: var(--theme-color-light);

  width: 137px;

  height: 137px;

  text-align: center;

  line-height: 137px;

  border-radius: 50%;

  padding: 50px 32px 58px;

}

@media (max-width: 1199.98px) {

  .about-section .image-column .inner-column .image-box .exp-box {

    right: -82px;

    top: -70px;

    z-index: 3;

  }

}

@media (max-width: 575.98px) {

  .about-section .image-column .inner-column .image-box .exp-box {

    right: 50%;

    -webkit-transform: translateX(50%);

            transform: translateX(50%);

  }

}

.about-section .image-column .inner-column .image-box .exp-box .title {

  margin-bottom: 0;

  font-size: 14px;

  text-align: center;

  font-weight: 700;

}

.about-section .image-column .inner-column .image-box .exp-box .icon-frame {

  position: absolute;

  top: 21px;

  left: 8px;

}

.about-section .image-column.style-two {

  z-index: 0;

}

.about-section .image-column.style-two .inner-column {

  margin-top: -50px;

  margin-left: 30px;

}

@media (max-width: 575.98px) {

  .about-section .image-column.style-two .inner-column {

    margin: 0;

  }

}

.about-section .image-column.style-two .image-box .image {

  -webkit-transform: rotate(8deg);

          transform: rotate(8deg);

}

.about-section .image-column.style-two .image-box .image::before {

  content: "";

  position: absolute;

  top: 20px;

  left: 20px;

  width: 215px;

  height: 311px;

  border: 1px solid #dbac8b;

  border-radius: 300px 300px 0 0;

  z-index: -1;

}



/***



==================================================================

	About Section Two

==================================================================



***/

.about-section-two {

  position: relative;

  padding: 30px 0 120px;

}

@media (max-width: 991.98px) {

  .about-section-two {

    padding-top: 0;

  }

}

.about-section-two:before {

  content: "";

  position: absolute;

  top: 215px;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: var(--theme-color3);

}

.about-section-two .flower-9 {

  position: absolute;

  bottom: -220px;

  right: 0;

  z-index: 3;

}

@media (max-width: 991.98px) {

  .about-section-two .flower-9 {

    opacity: 0.3;

  }

}

.about-section-two .content-column .inner-column {

  position: relative;

  height: 100%;

  background-color: var(--theme-color-light);

  text-align: center;

  padding: 120px 0 70px;

  -webkit-box-shadow: 0 0 73px rgba(0, 0, 0, 0.05);

          box-shadow: 0 0 73px rgba(0, 0, 0, 0.05);

}

@media (max-width: 991.98px) {

  .about-section-two .content-column .inner-column {

    padding-top: 0;

  }

}

.about-section-two .content-column .inner-column .icon-flower-173 {

  position: absolute;

  top: 0;

  left: 0;

}

.about-section-two .content-column .inner-column .sec-title {

  margin-bottom: 37px;

}

.about-section-two .content-column .inner-column .sec-title .icon-divider {

  margin-bottom: 30px;

}

.about-section-two .content-column .inner-column .sec-title .text {

  margin-top: 30px;

  font-size: 22px;

  line-height: 36px;

}

@media (max-width: 575.98px) {

  .about-section-two .content-column .inner-column .sec-title .text {

    font-size: 20px;

  }

  .about-section-two .content-column .inner-column .sec-title .text br {

    display: none;

  }

}

.about-section-two .content-column .inner-column .contact-info-outer .title {

  display: block;

  font-size: 20px;

  color: var(--theme-color-dark);

  margin-bottom: 2px;

}

.about-section-two .content-column .inner-column .contact-info-outer .num {

  color: var(--theme-color1);

  font-size: 36px;

  line-height: 42px;

}



.about-block-two {

  position: relative;

}

.about-block-two .inner-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  background-color: var(--theme-color1);

}

@media (max-width: 575.98px) {

  .about-block-two .inner-box {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.about-block-two .inner-box:hover .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

  opacity: 0.8;

}

.about-block-two .inner-box:hover .content .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.about-block-two .inner-box .image {

  overflow: hidden;

  max-width: 50%;

  -webkit-box-flex: 0;

      -ms-flex: 0 0 50%;

          flex: 0 0 50%;

  -webkit-box-ordinal-group: 3;

      -ms-flex-order: 2;

          order: 2;

}

@media (max-width: 575.98px) {

  .about-block-two .inner-box .image {

    -webkit-box-flex: 0;

        -ms-flex: none;

            flex: none;

    max-width: 100%;

  }

}

.about-block-two .inner-box .image img {

  height: 100%;

  width: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.about-block-two .inner-box .content {

  position: relative;

  -webkit-box-flex: 0;

      -ms-flex: 0 0 50%;

          flex: 0 0 50%;

  max-width: 50%;

  text-align: center;

  padding: 50px 30px 50px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

@media (max-width: 575.98px) {

  .about-block-two .inner-box .content {

    -webkit-box-flex: 0;

        -ms-flex: none;

            flex: none;

    max-width: 100%;

    padding-bottom: 30px;

  }

}

.about-block-two .inner-box .icon-box {

  margin-bottom: 23px;

}

.about-block-two .inner-box .icon-box .icon {

  display: inline-block;

  font-size: 70px;

  color: var(--theme-color-light);

  line-height: 70px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.about-block-two .inner-box .title {

  color: var(--theme-color-light);

  margin-bottom: 8px;

}

.about-block-two .inner-box .text {

  color: var(--theme-color-light);

}

@media (max-width: 767.98px) {

  .about-block-two .inner-box .text br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .about-block-two.style-two {

    margin-top: 30px;

  }

}

.about-block-two.style-two .inner-box {

  background-color: #f5eae1;

}

.about-block-two.style-two .inner-box .content {

  -webkit-box-ordinal-group: 4;

      -ms-flex-order: 3;

          order: 3;

}

@media (max-width: 575.98px) {

  .about-block-two.style-two .inner-box .content {

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1;

  }

}

.about-block-two.style-two .inner-box .icon-box .icon {

  color: var(--theme-color1);

}

.about-block-two.style-two .inner-box .title {

  color: var(--theme-color-dark);

}

.about-block-two.style-two .inner-box .text {

  color: var(--text-color);

}



/*** 



====================================================================

    About Section Three

====================================================================



***/

.about-section-three {

  position: relative;

  padding: 90px 0 135px;

}

@media (max-width: 991.98px) {

  .about-section-three {

    padding: 0;

  }

}

.about-section-three .icon-flower-9 {

  position: absolute;

  top: 0;

  left: 0;

}

.about-section-three .icon-flower-92 {

  position: absolute;

  top: 0;

  right: 0;

  opacity: 0.15;

}

.about-section-three::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 835px;

  background-color: var(--theme-color1);

}

@media only screen and (max-width: 1699px) {

  .about-section-three::before {

    width: 600px;

  }

}

@media (max-width: 1399.98px) {

  .about-section-three::before {

    width: 500px;

  }

}

@media (max-width: 1199.98px) {

  .about-section-three::before {

    width: 400px;

  }

}

@media (max-width: 991.98px) {

  .about-section-three::before {

    display: none;

  }

}

.about-section-three .content-column {

  margin-bottom: 50px;

}

.about-section-three .content-column .inner-column {

  padding-left: 100px;

}

@media only screen and (max-width: 1699px) {

  .about-section-three .content-column .inner-column {

    padding-left: 20px;

  }

}

@media (max-width: 991.98px) {

  .about-section-three .content-column .inner-column {

    padding-left: 0;

  }

}

.about-section-three .content-column .inner-column .sec-title {

  margin-bottom: 20px;

}

.about-section-three .content-column .inner-column .sec-title .icon-divider {

  margin-bottom: 35px;

}

@media (max-width: 767.98px) {

  .about-section-three .content-column .inner-column .sec-title .icon-divider {

    margin-bottom: 20px;

  }

}

@media (max-width: 1199.98px) {

  .about-section-three .content-column .inner-column .sec-title h2 br {

    display: none;

  }

}

.about-section-three .content-column .inner-column .sec-title .text {

  position: relative;

  margin-bottom: 0;

  padding-left: 55px;

  margin-top: 47px;

  min-height: 56px;

}

.about-section-three .content-column .inner-column .sec-title .text .letter {

  position: absolute;

  left: 0;

  top: 10px;

  font-size: 50px;

  color: var(--theme-color-dark);

  text-transform: capitalize;

}

.about-section-three .content-column .inner-column .list-style-one {

  margin-top: 31px;

  margin-bottom: 45px;

}

.about-section-three .content-column .inner-column .list-style-one li {

  font-size: 16px;

  margin-bottom: 10px;

  padding-left: 30px;

}

.about-section-three .content-column .inner-column .theme-btn {

  background-color: var(--theme-color-light);

  color: var(--theme-color-dark);

  border: 3px solid #ebebeb;

  padding: 11px 49px 12px;

}

.about-section-three .content-column .inner-column .theme-btn::before {

  background-color: var(--theme-color1);

}

.about-section-three .content-column .inner-column .theme-btn:hover {

  color: var(--theme-color-light);

}

.about-section-three .image-column {

  margin-bottom: 50px;

}

.about-section-three .image-column .inner-column {

  padding-right: 7px;

}

@media only screen and (max-width: 1699px) {

  .about-section-three .image-column .inner-column {

    padding-right: 0;

  }

}

.about-section-three .image-column .inner-column .image-box {

  position: relative;

  text-align: right;

}

@media (max-width: 991.98px) {

  .about-section-three .image-column .inner-column .image-box {

    text-align: center;

  }

}

.about-section-three .image-column .inner-column .image-box .image {

  position: relative;

  display: inline-block;

  overflow: hidden;

  border-radius: 300px 300px 0 0;

}

@media (max-width: 991.98px) {

  .about-section-three .image-column .inner-column .image-box .image img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

}

.about-section-three .image-column .inner-column .image-box .exp-box {

  position: absolute;

  top: -19px;

  left: 170px;

  display: inline-block;

  background-color: var(--theme-color-light);

  width: 137px;

  height: 137px;

  text-align: center;

  line-height: 137px;

  border-radius: 50%;

  padding: 50px 32px 58px;

}

.about-section-three .image-column .inner-column .image-box .exp-box .title {

  margin-bottom: 0;

  font-size: 14px;

  text-align: center;

  font-weight: 700;

}

.about-section-three .image-column .inner-column .image-box .exp-box .icon-frame {

  position: absolute;

  top: 21px;

  left: 8px;

}

.about-section-three .fact-counter-two {

  position: relative;

  padding: 70px 0 20px;

  background-color: #f4e9e1;

  text-align: center;

  margin: 0 auto;

  margin-top: 40px;

}

@media (max-width: 1199.98px) {

  .about-section-three .fact-counter-two {

    margin-top: 0;

  }

}

.about-section-three .fact-counter-two .counter-block {

  margin-bottom: 30px;

}

.about-section-three .fact-counter-two .counter-block .inner {

  padding: 15px 0 25px;

  text-align: center;

}

.about-section-three .fact-counter-two .counter-block .inner::before {

  top: -40px;

}

.about-section-three .fact-counter-two .counter-block .inner .content {

  text-align: center;

}

.about-section-three .fact-counter-two .counter-block .inner .content .icon-flower-7 {

  left: 75px;

}

.about-section-three .fact-counter-two .counter-block .inner .content .counter-title {

  font-size: 20px;

}



/***



==================================================================

	About Section Four

==================================================================



***/

.about-section-four {

  position: relative;

  padding: 445px 0 120px;

  background-color: var(--theme-color3);

}

@media (max-width: 767.98px) {

  .about-section-four {

    padding-top: 370px;

  }

}

.about-section-four .flower-9 {

  position: absolute;

  top: 170px;

  right: 0;

}

.about-section-four .flower-10 {

  position: absolute;

  bottom: 210px;

  left: 0;

}

.about-section-four .content-column {

  margin-bottom: 50px;

}

.about-section-four .content-column .inner-column {

  text-align: center;

  padding-top: 40px;

}

.about-section-four .content-column .inner-column .sec-title {

  margin-bottom: 24px;

}

.about-section-four .content-column .inner-column .sec-title h2 {

  font-size: 36px;

  line-height: 54px;

}

@media (max-width: 1199.98px) {

  .about-section-four .content-column .inner-column .sec-title h2 br {

    display: none;

  }

}

.about-section-four .content-column .inner-column .content-box span {

  display: block;

  font-size: 20px;

  margin-bottom: 10px;

  color: var(--theme-color-dark);

}

.about-section-four .content-column .inner-column .content-box a {

  color: var(--theme-color1);

  font-size: 36px;

}



.about-block-four .inner-box {

  position: relative;

}

.about-block-four .inner-box:hover .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.about-block-four .inner-box .icon-flower-10 {

  position: absolute;

  bottom: 0;

  right: 0;

  z-index: 3;

}

.about-block-four .inner-box .content-box {

  background-color: var(--theme-color1);

  padding: 58px 53px 85px;

}

@media (max-width: 1199.98px) {

  .about-block-four .inner-box .content-box {

    padding: 45px 30px;

  }

}

.about-block-four .inner-box .content-box .icon-box {

  margin-bottom: 20px;

}

.about-block-four .inner-box .content-box .icon-box .icon {

  display: inline-block;

  font-size: 80px;

  line-height: 80px;

  color: var(--theme-color-light);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.about-block-four .inner-box .content-box .title {

  color: var(--theme-color-light);

  margin-bottom: 7px;

}

.about-block-four .inner-box .content-box .text {

  color: var(--theme-color-light);

  margin-bottom: 24px;

}

@media (max-width: 767.98px) {

  .about-block-four .inner-box .content-box .text br {

    display: none;

  }

}

.about-block-four .inner-box .content-box .learn-more {

  font-size: 14px;

  color: var(--theme-color-light);

  text-transform: uppercase;

}

.about-block-four .inner-box .content-box .learn-more .icon {

  width: 22px;

  height: 22px;

  background-color: var(--theme-color-dark);

  border-radius: 50%;

  color: var(--theme-color-light);

  font-size: 10px;

  text-align: center;

  line-height: 22px;

  margin-left: 5px;

}



.about-image-block .inner-box {

  position: relative;

}

.about-image-block .inner-box:hover .image-box .info-box .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.about-image-block .inner-box .image-box {

  position: relative;

  margin-top: 20px;

}

@media (max-width: 991.98px) {

  .about-image-block .inner-box .image-box {

    margin-top: 0;

  }

}

.about-image-block .inner-box .image-box .image img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}

.about-image-block .inner-box .image-box .info-box {

  position: absolute;

  top: 50px;

  left: 44px;

  right: 44px;

  text-align: center;

  background-color: var(--theme-color-light);

  padding: 37px 25px 59px;

  background-image: url(../images/icons/icon-flower-173.png);

  background-repeat: no-repeat;

}

@media (max-width: 575.98px) {

  .about-image-block .inner-box .image-box .info-box {

    left: 20px;

    right: 20px;

    top: 30px;

  }

}

.about-image-block .inner-box .image-box .info-box .icon-box {

  margin-bottom: 30px;

}

.about-image-block .inner-box .image-box .info-box .icon-box .icon {

  display: inline-block;

  font-size: 74px;

  color: var(--theme-color1);

  line-height: 1em;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.about-image-block .inner-box .image-box .info-box .title {

  margin-bottom: 7px;

}



/***



==================================================================

	About Section Five

==================================================================



***/

.about-section-five {

  position: relative;

  padding: 80px 0;

}

@media (max-width: 991.98px) {

  .about-section-five {

    padding: 120px 0 70px;

  }

}

.about-section-five .content-column {

  position: relative;

  z-index: 3;

}

@media (max-width: 991.98px) {

  .about-section-five .content-column {

    margin-bottom: 50px;

  }

}

.about-section-five .content-column .inner-column {

  position: relative;

  background-color: #f5eee8;

  padding: 60px 65px;

  text-align: center;

}

@media (max-width: 1199.98px) {

  .about-section-five .content-column .inner-column {

    padding: 90px 40px 60px;

  }

}

@media (max-width: 575.98px) {

  .about-section-five .content-column .inner-column {

    padding-top: 50px;

  }

}

.about-section-five .content-column .inner-column:before {

  content: "";

  position: absolute;

  top: 22px;

  left: 25px;

  right: 25px;

  bottom: 22px;

  border: 2px solid var(--theme-color-light);

}

.about-section-five .content-column .inner-column .icon-flower-12 {

  position: absolute;

  bottom: 0;

  right: 0;

}

.about-section-five .content-column .inner-column .sec-title {

  margin-bottom: 0;

}

.about-section-five .content-column .inner-column .sub-title {

  margin-bottom: 50px;

}

@media (max-width: 575.98px) {

  .about-section-five .content-column .inner-column .sub-title {

    margin-bottom: 30px;

  }

}

.about-section-five .content-column .inner-column h2 {

  font-size: 36px;

  line-height: 1.3em;

  margin-bottom: 20px;

}

@media (max-width: 1199.98px) {

  .about-section-five .content-column .inner-column h2 br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .about-section-five .content-column .inner-column h2 {

    font-size: 30px;

  }

}

@media (max-width: 1199.98px) {

  .about-section-five .content-column .inner-column .text br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .about-section-five .content-column .inner-column .text {

    line-height: 1.6em;

  }

}

.about-section-five .image-column .inner-column {

  position: relative;

  top: 65px;

  left: 35px;

}

@media (max-width: 991.98px) {

  .about-section-five .image-column .inner-column {

    top: 0;

    left: 0;

  }

}

.about-section-five .image-column .inner-column .image-box {

  position: relative;

}

.about-section-five .image-column .inner-column .image-box:hover .icon-flower-11 {

  top: -40px;

}

.about-section-five .image-column .inner-column .image-box:hover .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.about-section-five .image-column .inner-column .image-box .icon-flower-11 {

  position: absolute;

  top: -100px;

  right: -110px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .about-section-five .image-column .inner-column .image-box .icon-flower-11 {

    top: -40px;

    right: 0;

  }

}

.about-section-five .image-column .inner-column .image-box .image {

  border: 10px solid var(--theme-color-light);

  -webkit-transform: rotate(-17deg);

          transform: rotate(-17deg);

  display: inline-block;

  overflow: hidden;

}

@media (max-width: 991.98px) {

  .about-section-five .image-column .inner-column .image-box .image {

    -webkit-transform: none;

            transform: none;

    display: block;

  }

}

.about-section-five .image-column .inner-column .image-box .image img {

  width: 100%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.about-section-five .image-column.style-two .inner-column {

  position: relative;

  left: -35px;

}

@media (max-width: 991.98px) {

  .about-section-five .image-column.style-two .inner-column {

    left: 0;

  }

}

.about-section-five .image-column.style-two .inner-column .image {

  -webkit-transform: rotate(17deg);

          transform: rotate(17deg);

}

@media (max-width: 991.98px) {

  .about-section-five .image-column.style-two .inner-column .image {

    -webkit-transform: none;

            transform: none;

  }

}

.about-section-five .image-column.style-two .inner-column .icon-flower-11 {

  position: absolute;

  top: -100px;

  right: -20px;

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

@media (max-width: 991.98px) {

  .about-section-five .image-column.style-two .inner-column .icon-flower-11 {

    right: 0;

    top: -40px;

  }

}

.about-section-five .outer-box {

  position: relative;

  padding-top: 50px;

}

.about-section-five .outer-box:before {

  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  height: 100%;

  width: 1px;

  background-color: #e1e1e1;

  display: inline-block;

}

@media (max-width: 767.98px) {

  .about-section-five .outer-box:before {

    display: none;

  }

}

.about-section-five .outer-box:after {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  width: 145px;

  height: 142px;

  background-image: url(../images/icons/icon-flower-13.png);

  background-repeat: no-repeat;

  background-size: 100%;

  -webkit-transform: translate(-50%, -35%);

          transform: translate(-50%, -35%);

}

@media (max-width: 991.98px) {

  .about-section-five .outer-box:after {

    opacity: 0.1;

  }

}

@media (max-width: 767.98px) {

  .about-section-five .outer-box:after {

    display: none;

  }

}



.about-block-five {

  margin-bottom: 0px;

}

.about-block-five .inner-box {

  position: relative;

  max-width: 422px;

  margin: 0 auto;

  padding-right: 50px;

}

@media (max-width: 1199.98px) {

  .about-block-five .inner-box {

    padding-right: 20px;

  }

}

@media (max-width: 767.98px) {

  .about-block-five .inner-box {

    padding-right: 0;

  }

}

.about-block-five .inner-box .content-box {

  position: relative;

  text-align: center;

}

.about-block-five .inner-box .content-box .designation {

  color: var(--theme-color4);

  font-size: 18px;

  text-transform: capitalize;

}

.about-block-five .inner-box .content-box .name {

  position: relative;

  color: var(--theme-color-dark);

  font-family: var(--style-font);

  font-size: 48px;

  margin-top: 5px;

  margin-bottom: 10px;

}

.about-block-five .inner-box .content-box .text {

  position: relative;

  line-height: 1.8em;

  margin-bottom: 25px;

}

.about-block-five .inner-box .content-box .social-icon-two {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.about-block-five .inner-box .content-box .social-icon-two li {

  margin-right: 25px;

}

.about-block-five .inner-box .content-box .social-icon-two a {

  color: #707070;

  font-size: 18px;

  display: inline-block;

}

.about-block-five .inner-box .content-box .social-icon-two a:hover {

  -webkit-transform: rotate(360deg);

          transform: rotate(360deg);

  color: var(--theme-color1);

}

.about-block-five.style-two .inner-box {

  padding-right: 0;

  padding-left: 80px;

}

@media (max-width: 1199.98px) {

  .about-block-five.style-two .inner-box {

    padding-left: 30px;

  }

}

@media (max-width: 767.98px) {

  .about-block-five.style-two .inner-box {

    padding-left: 0;

  }

}



/***



==================================================================

	About Section Six

==================================================================



***/

.about-section-six {

  position: relative;

  background-color: #faf7f2;

  padding: 205px 0 110px;

  background-image: url(../images/icons/pattern-8.png);

  background-repeat: no-repeat;

  background-position: top left;

}

.about-section-six .outer-box {

  position: relative;

  margin: 0 auto;

}

.about-section-six .image-column {

  margin-bottom: 50px;

}

.about-section-six .image-column .inner-column {

  position: relative;

  margin-bottom: 80px;

  text-align: center;

}

.about-section-six .image-column .inner-column .icon-flower-16 {

  position: absolute;

  top: -60px;

  left: 50%;

  -webkit-transform: translateX(-40%);

          transform: translateX(-40%);

}

.about-section-six .image-column .inner-column .image-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;

}

.about-section-six .image-column .inner-column .image-box .image {

  border-radius: 50%;

  border: 6px solid var(--theme-color-light);

  margin-bottom: 0;

  margin: 0 -25px;

  overflow: hidden;

}

.about-section-six .image-column .inner-column .image-box .image img {

  border-radius: 50%;

}

@media (max-width: 575.98px) {

  .about-section-six .image-column .inner-column .image-box .image img {

    max-width: 160px;

  }

}

.about-section-six .content-column {

  margin-bottom: 50px;

}

.about-section-six .content-column .inner-column {

  position: relative;

  text-align: center;

  margin-bottom: 140px;

}

.about-section-six .content-column .inner-column .icon-leave-2 {

  position: absolute;

  top: 0;

  left: 90px;

}

@media (max-width: 991.98px) {

  .about-section-six .content-column .inner-column .icon-leave-2 {

    opacity: 0.4;

  }

}

.about-section-six .content-column .inner-column .icon-leave-3 {

  position: absolute;

  top: 0;

  right: 90px;

}

@media (max-width: 991.98px) {

  .about-section-six .content-column .inner-column .icon-leave-3 {

    opacity: 0.4;

  }

}

.about-section-six .content-column .inner-column .sec-title .sub-title {

  margin-bottom: 30px;

}

.about-section-six .content-column .inner-column .sec-title h2 {

  font-size: 36px;

  margin-bottom: 30px;

}

@media (max-width: 575.98px) {

  .about-section-six .content-column .inner-column .sec-title .text br {

    display: none;

  }

}



.about-block-six {

  margin-bottom: 50px;

}

.about-block-six .inner-box {

  position: relative;

  text-align: right;

}

.about-block-six .inner-box:hover .image-box .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.about-block-six .inner-box:hover .content-box {

  -webkit-transform: translateY(-8px);

          transform: translateY(-8px);

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}

.about-block-six .inner-box .image-box {

  position: relative;

}

.about-block-six .inner-box .image-box .image {

  position: relative;

  display: inline-block;

  overflow: hidden;

}

.about-block-six .inner-box .image-box .image img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 767.98px) {

  .about-block-six .inner-box .image-box .image img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

}

.about-block-six .content-box {

  position: absolute;

  bottom: 8px;

  right: 200px;

  max-width: 364px;

  border: 10px solid #fff;

  background-color: var(--theme-color-light);

  background-image: url(../images/icons/icon-flower-102.png);

  background-repeat: no-repeat;

  background-position: bottom right;

  padding: 35px 20px;

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .about-block-six .content-box {

    position: relative;

    bottom: 0;

    right: 0;

    -webkit-transition: none;

    transition: none;

  }

}

@media (max-width: 767.98px) {

  .about-block-six .content-box {

    min-width: 100%;

  }

}

.about-block-six .content-box .designation {

  color: var(--theme-color4);

  font-size: 17px;

  line-height: 1em;

  text-transform: capitalize;

}

.about-block-six .content-box .name {

  position: relative;

  color: var(--theme-color-dark);

  font-size: 48px;

  font-family: var(--style-font);

  margin-bottom: 5px;

}

.about-block-six .content-box .name a:hover {

  color: var(--theme-color1);

}

.about-block-six .content-box .text {

  position: relative;

  margin-bottom: 30px;

}

.about-block-six .content-box .social-icon-two {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.about-block-six .content-box .social-icon-two li {

  margin: 0 12.5px;

}

.about-block-six .content-box .social-icon-two a {

  font-size: 17px;

  color: #707070;

}

.about-block-six .content-box .social-icon-two a:hover {

  color: var(--theme-color4);

}

.about-block-six.style-two .inner-box {

  text-align: left;

}

.about-block-six.style-two .inner-box .content-box {

  right: auto;

  left: 200px;

}

@media (max-width: 991.98px) {

  .about-block-six.style-two .inner-box .content-box {

    position: relative;

    left: 0;

  }

}



/***



==================================================================

	About Section Seven

==================================================================



***/

.about-section-seven {

  position: relative;

  padding: 60px 0 60px;

    background-color: #faf7f2;

}

@media (max-width: 991.98px) {

  .about-section-seven {

    padding: 40px 0;

  }

}

.about-section-seven .flowers-20 {

  position: absolute;

  top: 300px;

  right: 0;

  opacity: 0.4;

}

.about-section-seven .flowers-19 {

  position: absolute;

  top: 10px;

  left: 0;

  opacity: 0.4;

}

.about-section-seven .outer-box {

  position: relative;

  margin: 0 auto;

    padding-top: 35px;

}

.about-section-seven .image-column {

  margin-bottom: 50px;

}

.about-section-seven .image-column .inner-column {

  position: relative;

}

@media (max-width: 991.98px) {

  .about-section-seven .image-column .inner-column {

    padding-top: 0px;

    text-align: center;

  }

}

.about-section-seven .image-column .inner-column .image-box {

  position: relative;

  display: inline-block;

  padding: 60px 110px;

  margin-top: 0px;

}

@media (max-width: 575.98px) {

  .about-section-seven .image-column .inner-column .image-box {

    padding: 0;

    margin: 0;

  }

}

.about-section-seven .image-column .inner-column .image-box:hover .about7-frame {

  -webkit-transform: scale(0.9);

          transform: scale(0.9);

}

.about-section-seven .image-column .inner-column .image {

  display: inline-block;

  z-index: 3;

}

.about-section-seven .image-column .inner-column .image img {

  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);

          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    height: 325px;
    width: 297px;
    object-fit: cover;

} 

@media (max-width: 575.98px) {

  .about-section-seven .image-column .inner-column .image img {

    

  }

}

.about-section-seven .image-column .inner-column .about7-frame {

  position: absolute;

  top: 0;

  left: 10px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 575.98px) {

  .about-section-seven .image-column .inner-column .about7-frame {

    display: none;

  }

}

.about-section-seven .content-column {

}

.about-section-seven .content-column .inner-column {

  position: relative;

  text-align: left;

}

@media (max-width: 991.98px) {

  .about-section-seven .content-column .inner-column {

    margin-bottom: 0;

    text-align: center;

  }

}

.about-section-seven .content-column .inner-column .icon-leave-2 {

  position: absolute;

  top: 0;

  left: 0;

}

.about-section-seven .content-column .inner-column .icon-leave-3 {

  position: absolute;

  top: 0;

  right: 0;

}

.about-section-seven .content-column .inner-column .sec-title {

  display: block;

  margin-bottom: 0;

}

.about-section-seven .content-column .inner-column .sec-title .sub-title {

    margin-bottom: 10px;

    line-height: 50px;

}

.about-section-seven .content-column .inner-column .sec-title h2 {

  font-size: 36px;

  line-height: 1.4em;

}

.about-section-seven .content-column .inner-column .sec-title .text {

  margin-top: 14px;

    line-height: 25px;

}

@media (max-width: 575.98px) {

  .about-section-seven .content-column .inner-column .sec-title .text br {

    display: none;

  }

}



.about-block-seven {

  margin-bottom: 50px;

}

.about-block-seven.shape-1 .inner-box:before {

  content: "";

  position: absolute;

  top: 50%;

  right: -20px;

  width: 0;

  height: 0;

  border-top: 15px solid transparent;

  border-left: 20px solid #f5eee8;

  border-bottom: 15px solid transparent;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.about-block-seven.shape-2 .inner-box:before {

  content: "";

  position: absolute;

  top: 50%;

  left: -20px;

  width: 0;

  height: 0;

  border-top: 15px solid transparent;

  border-right: 20px solid #f5eee8;

  border-bottom: 15px solid transparent;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.about-block-seven .inner-box {

  position: relative;

  text-align: right;

}

.about-block-seven .inner-box .icon-flower-16 {

  position: absolute;

  top: -60px;

  left: 50%;

  -webkit-transform: translateX(-40%);

          transform: translateX(-40%);

}

.about-block-seven .content-box {

  background-color: #f5eee8;

  background-image: url(../images/icons/icon-flower-102.png);

  background-repeat: no-repeat;

  background-position: bottom right;

  padding: 35px 25px;

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.about-block-seven .content-box:hover {

  -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);

          box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);

  -webkit-transform: translateY(-10px);

          transform: translateY(-10px);

}

.about-block-seven .content-box .designation {

  color: var(--theme-color4);

  line-height: 1em;

  text-transform: capitalize;

}

.about-block-seven .content-box .name {

  position: relative;

  color: var(--theme-color-dark);

  font-size: 48px;

  font-family: var(--style-font);

  margin-bottom: 5px;

}

.about-block-seven .content-box .name a:hover {

  color: var(--theme-color1);

}

.about-block-seven .content-box .text {

  position: relative;

  margin-bottom: 20px;

  line-height: 2em;

}

.about-block-seven .content-box .social-icon-two {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.about-block-seven .content-box .social-icon-two li {

  margin: 0 12.5px;

}

.about-block-seven .content-box .social-icon-two a {

  color: #707070;

  font-size: 18px;

}

.about-block-seven .content-box .social-icon-two a:hover {

  color: var(--theme-color1);

}



.about-image-block-two {

  position: relative;

}

.about-image-block-two .inner-box {

  position: relative;

  padding-top: 60px;

  padding-bottom: 60px;

}

.about-image-block-two .inner-box .icon-flower-16 {

  position: absolute;

  top: -60px;

  left: 50%;

  -webkit-transform: translateX(-40%);

          transform: translateX(-40%);

}

.about-image-block-two .inner-box .image-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;

}

.about-image-block-two .inner-box .image-box .image {

  display: inline-block;

  border-radius: 50%;

  border: 6px solid var(--theme-color-light);

  margin-bottom: 0;

  overflow: hidden;

  margin: 0 -25px;

}

@media (max-width: 575.98px) {

  .about-image-block-two .inner-box .image-box .image {

    margin: 0 -35px;

  }

}

.about-image-block-two .inner-box .image-box .image:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.about-image-block-two .inner-box .image-box .image img {

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



/*** 



====================================================================

    About Section Eight

====================================================================



***/

.about-section-eight {

  position: relative;

  padding: 120px 0 85px;

}

.about-section-eight .outer-box {

  position: relative;

}

.about-section-eight .outer-box .icon-flower-19 {

  position: absolute;

  top: 32px;

  left: 50%;

  margin-left: -30px;

}

@media (max-width: 991.98px) {

  .about-section-eight .outer-box .icon-flower-19 {

    -webkit-transform: scale(0.8);

            transform: scale(0.8);

  }

}

@media (max-width: 767.98px) {

  .about-section-eight .outer-box .icon-flower-19 {

    display: none;

  }

}



.about-block-eight {

  margin-bottom: 50px;

}

.about-block-eight .inner-box {

  position: relative;

  margin: 0 auto;

  margin-right: 80px;

}

@media (max-width: 991.98px) {

  .about-block-eight .inner-box {

    margin-right: 0;

  }

}

.about-block-eight .inner-box:hover .image-box .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.about-block-eight .inner-box .image-box {

  position: relative;

  margin: 0 auto;

  text-align: center;

  margin-bottom: 22px;

}

.about-block-eight .inner-box .image-box .image {

  display: inline-block;

  border-radius: 50%;

  overflow: hidden;

}

.about-block-eight .inner-box .image-box .image img {

  height: 140px;

  width: 140px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.about-block-eight .content-box {

  position: relative;

  text-align: center;

}

.about-block-eight .content-box .designation {

  position: relative;

  color: var(--theme-color4);

  text-transform: uppercase;

}

.about-block-eight .content-box .name {

  position: relative;

  font-size: 48px;

  font-family: var(--style-font);

  color: var(--theme-color-dark);

  margin-bottom: 15px;

}

.about-block-eight .content-box .name a:hover {

  color: var(--theme-color4);

}

.about-block-eight .content-box .text {

  position: relative;

  line-height: 2em;

  margin-bottom: 20px;

}

@media (max-width: 991.98px) {

  .about-block-eight .content-box .text br {

    display: none;

  }

}

.about-block-eight .content-box .social-icon-two {

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.about-block-eight .content-box .social-icon-two li {

  margin: 0 12.5px;

}

.about-block-eight .content-box .social-icon-two a {

  font-size: 18px;

  color: #707070;

}

.about-block-eight .content-box .social-icon-two a:hover {

  color: var(--theme-color1);

}

.about-block-eight.style-two .inner-box {

  margin-right: 0;

  margin-left: 90px;

}

@media (max-width: 991.98px) {

  .about-block-eight.style-two .inner-box {

    margin-left: 0;

  }

}



/***



==================================================================

	Services section

==================================================================



***/

.services-section {

  position: relative;

  padding: 120px 0;

  background-color: var(--theme-color3);

}

.services-section .bottom-text {

  position: relative;

  max-width: 960px;

  margin: 49px auto 0;

  border-radius: 50px;

  background-color: #f9eee5;

  text-align: center;

  padding: 32px 120px;

}

@media (max-width: 767.98px) {

  .services-section .bottom-text {

    padding: 50px 30px 30px;

  }

}

.services-section .bottom-text:hover .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.services-section .bottom-text .icon-flower-3 {

  position: absolute;

  top: 0;

  right: 0;

  border-radius: 50px;

  height: 100%;

}

@media (max-width: 767.98px) {

  .services-section .bottom-text .icon-flower-3 {

    display: none;

  }

}

.services-section .bottom-text .text {

  color: var(--theme-color-dark);

}

.services-section .bottom-text .text a {

  color: var(--theme-color1);

  font-weight: 700;

  text-decoration: underline;

}

.services-section .bottom-text .icon {

  position: absolute;

  top: -32px;

  left: 58px;

  width: 86px;

  height: 86px;

  border-radius: 50%;

  text-align: center;

  line-height: 80px;

  background-color: var(--theme-color-light);

  font-size: 50px;

  color: var(--theme-color1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .services-section .bottom-text .icon {

    left: 30px;

  }

}

@media (max-width: 767.98px) {

  .services-section .bottom-text .icon {

    top: -43px;

    left: 50%;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%);

  }

}



.service-block {

  margin-bottom: 30px;

  z-index: 2;

}

.service-block .inner-box {

  position: relative;

  text-align: center;

  background-color: var(--theme-color-light);

  padding: 60px 50px 85px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 575.98px) {

  .service-block .inner-box {

    padding: 30px 20px 70px;

  }

}

.service-block .inner-box:hover {

  -webkit-transform: translateY(-10px);

          transform: translateY(-10px);

}

.service-block .inner-box:hover .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.service-block .inner-box::before {

  content: "";

  position: absolute;

  top: -17px;

  left: -17px;

  width: 60px;

  height: 60px;

  border-radius: 50px;

  background: var(--theme-color3);

}

.service-block .inner-box::after {

  content: "";

  position: absolute;

  top: -17px;

  right: -17px;

  width: 60px;

  height: 60px;

  border-radius: 50px;

  background: var(--theme-color3);

}

.service-block .inner-box .icon-box {

  position: relative;

  display: inline-block;

  margin-bottom: 40px;

}

.service-block .inner-box .icon-box:before {

  content: "";

  position: absolute;

  top: 50%;

  right: 0;

  width: 32px;

  height: 32px;

  border-radius: 50%;

  background-color: #e18037;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

}

.service-block .inner-box .icon-box .icon {

  position: relative;

  display: block;

  font-size: 79px;

  line-height: 79px;

  color: var(--theme-color-dark);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.service-block .inner-box .content-box {

  position: relative;

}

.service-block .inner-box .content-box::before {

  content: "";

  position: absolute;

  bottom: -95px;

  left: -67px;

  width: 60px;

  height: 60px;

  border-radius: 50px;

  background: var(--theme-color3);

}

.service-block .inner-box .content-box::after {

  content: "";

  position: absolute;

  bottom: -95px;

  right: -67px;

  width: 60px;

  height: 60px;

  border-radius: 50px;

  background: var(--theme-color3);

}

.service-block .inner-box .content-box .title-info .icon-text {

  position: absolute;

  top: -30px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

}

.service-block .inner-box .content-box .title {

  position: relative;

  font-weight: 500;

  margin-bottom: 20px;

}

.service-block .inner-box .content-box .title a:hover {

  color: var(--theme-color1);

}

.service-block .inner-box .content-box .text {

  font-size: 18px;

  margin-bottom: 26px;

  line-height: 1.7em;

}

.service-block .inner-box .content-box .read-more {

  font-size: 14px;

  text-transform: uppercase;

  color: var(--theme-color-dark);

}

.service-block .inner-box .content-box .read-more:hover {

  color: var(--theme-color1);

}

.service-block .inner-box .content-box .read-more .icon {

  position: relative;

  top: -1px;

  width: 22px;

  height: 22px;

  text-align: center;

  line-height: 22px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  color: var(--theme-color-light);

  font-size: 10px;

  margin-left: 4px;

}



/*** 



====================================================================

    Services Section Two

====================================================================



***/

.services-section-two {

  position: relative;

  padding: 60px 0 60px;

}

.services-section-two .flower-3 {

  position: absolute;

  bottom: 0;

  left: 0;

}

@media only screen and (max-width: 1699px) {

  .services-section-two .flower-3 {

    display: none;

  }

}

.services-section-two .flower-4 {

  position: absolute;

  top: 160px;

  right: 0;

}

@media only screen and (max-width: 1699px) {

  .services-section-two .flower-4 {

    display: none;

  }

}

.services-section-two .owl-carousel {

  padding-bottom: 55px;

}

.services-section-two .owl-carousel .owl-nav {

  display: none;

}

.services-section-two .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.services-section-two .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .services-section-two .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.services-section-two .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--bg-theme-color1);

  border-color: transparent;

}

.services-section-two .sec-title {

  margin-bottom: 85px;

}

@media (max-width: 991.98px) {

  .services-section-two .sec-title {

    text-align: center;

  }

}

.services-section-two .sec-title .icon-divider-2 {

  display: inline-block;

  margin-top: 50px;

}

@media (max-width: 991.98px) {

  .services-section-two .sec-title .icon-divider-2 {

    margin-top: 30px;

  }

}

.services-section-two .sec-title .text {

  margin-top: 30px;

  font-size: 22px;

  line-height: 36px;

}

@media (max-width: 991.98px) {

  .services-section-two .sec-title .text {

    margin-top: 10px;

  }

}

.services-section-two .services-carousel .center .service-block-two .inner-box .image-box .image:before, .services-section-two .services-carousel .center .service-block-two .inner-box .image-box .image:after {

  height: 0;

}



.service-block-two .inner-box:hover .image-box .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.service-block-two .inner-box .image-box {

  position: relative;

}

.service-block-two .inner-box .image-box .image {

  overflow: hidden;

}

.service-block-two .inner-box .image-box .image::after, .service-block-two .inner-box .image-box .image:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: var(--theme-color-light);

  height: 45px;

  z-index: 3;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.service-block-two .inner-box .image-box .image::after {

  top: auto;

  bottom: 0;

}

.service-block-two .inner-box .image-box .image img {

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.service-block-two .inner-box .image-box .title {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

}

.service-block-two .inner-box .image-box .title a {

  position: relative;

  display: block;

  font-size: 18px;

  background-color: var(--theme-color-light);

  width: 215px;

  height: 61px;

  white-space: nowrap;

  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;

  z-index: 3;

}

.service-block-two .inner-box .image-box .title a:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: var(--bg-theme-color1);

  -webkit-transform: scale(0);

          transform: scale(0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  z-index: -1;

}

.service-block-two .inner-box .image-box .title a:hover {

  color: var(--theme-color-light);

}

.service-block-two .inner-box .image-box .title a:hover:before {

  -webkit-transform: scale(1);

          transform: scale(1);

}



/***



==================================================================

	Services Section Three

==================================================================



***/

.services-section-three {

  position: relative;

  padding: 120px 0 120px;

}

.services-section-three .bg::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.9);

}

.services-section-three .sec-title {

  margin-bottom: 70px;

}

.services-section-three .bottom-text {

  position: relative;

  max-width: 960px;

  margin: 60px auto 0;

  padding: 32px 80px;

  border-radius: 50px;

  background-color: var(--theme-color1);

  text-align: center;

}

@media (max-width: 767.98px) {

  .services-section-three .bottom-text {

    padding: 40px 30px 30px;

  }

}

.services-section-three .bottom-text:hover .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.services-section-three .bottom-text .icon-flower-3 {

  position: absolute;

  top: 0;

  right: 0;

}

.services-section-three .bottom-text .text {

  color: var(--theme-color-light);

}

.services-section-three .bottom-text .text a {

  color: var(--theme-color-dark);

  font-weight: 700;

  text-decoration: underline;

  margin-left: 5px;

}

.services-section-three .bottom-text .text a:hover {

  color: var(--theme-color-light);

}

.services-section-three .bottom-text .icon {

  position: absolute;

  top: -32px;

  left: 58px;

  width: 86px;

  height: 86px;

  font-size: 45px;

  line-height: 86px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  color: var(--theme-color1);

  border-radius: 50%;

  background-color: var(--theme-color-light);

  -webkit-box-shadow: 0 19px 43px rgba(0, 0, 0, 0.05);

          box-shadow: 0 19px 43px rgba(0, 0, 0, 0.05);

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .services-section-three .bottom-text .icon {

    left: 50%;

    top: -60px;

    margin-left: -43px;

  }

}



.service-block-three {

  margin-bottom: 30px;

}

.service-block-three .inner-box {

  position: relative;

  background-color: var(--theme-color-light);

  padding: 35px 42px 45px;

  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);

          box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  background-image: url(../images/icons/icon-flower-173.png);

  background-repeat: no-repeat;

}

@media (max-width: 1199.98px) {

  .service-block-three .inner-box {

    padding: 35px 30px 40px;

  }

}

@media (max-width: 575.98px) {

  .service-block-three .inner-box {

    padding: 35px 20px;

  }

}

.service-block-three .inner-box:hover {

  -webkit-transform: translateY(-10px);

          transform: translateY(-10px);

  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);

          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);

}

.service-block-three .inner-box:hover .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.service-block-three .inner-box .icon-box {

  position: relative;

  color: var(--theme-color1);

  font-size: 60px;

  line-height: 60px;

  margin-bottom: 64px;

  margin-top: 35px;

}

.service-block-three .inner-box .icon-box .service-frame {

  position: absolute;

  top: 50%;

  left: 50%;

  margin-top: -72px;

  margin-left: -74px;

  -webkit-animation: fa-spin 30s infinite linear;

          animation: fa-spin 30s infinite linear;

}

.service-block-three .inner-box .icon-box .icon {

  position: relative;

  display: block;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.service-block-three .inner-box .title {

  margin-bottom: 16px;

}

.service-block-three .inner-box .title a:hover {

  color: var(--theme-color1);

}

.service-block-three .inner-box .text {

  font-size: 18px;

  line-height: 34px;

  color: #707070;

}



/***



==================================================================

	Services Section Four

==================================================================



***/

.services-section-four {

  position: relative;

  padding: 120px 0 90px;

}

.services-section-four .sec-title {

  margin-bottom: 70px;

  padding: 74px 0 69px;

}

@media (max-width: 991.98px) {

  .services-section-four .sec-title {

    padding: 0;

    margin-bottom: 50px;

  }

}

.services-section-four .sec-title h2 {

  position: relative;

}

@media (max-width: 575.98px) {

  .services-section-four .sec-title h2 {

    font-size: 30px;

  }

}

.services-section-four .sec-title .icon-triangle {

  position: absolute;

  top: 0px;

  left: 50%;

  margin-left: -82px;

  z-index: -1;

  -webkit-animation: pulse 3s infinite linear;

          animation: pulse 3s infinite linear;

}

@media (max-width: 991.98px) {

  .services-section-four .sec-title .icon-triangle {

    display: none;

  }

}



.service-block-four {

  margin-bottom: 30px;

}

.service-block-four .inner-box {

  position: relative;

  text-align: center;

  padding: 30px 50px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  border-radius: 10px;

}

.service-block-four .inner-box:hover {

  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);

  -webkit-transform: translateY(-10px);

          transform: translateY(-10px);

}

.service-block-four .inner-box:hover .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.service-block-four .inner-box:hover .title a {

  color: var(--theme-color1);

}

.service-block-four .inner-box .icon-box {

  position: relative;

  margin-bottom: 40px;

}

@media (max-width: 575.98px) {

  .service-block-four .inner-box .icon-box {

    margin-bottom: 20px;

  }

}

.service-block-four .inner-box .icon-box .icon-color {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  z-index: -1;

}

.service-block-four .inner-box .icon-box .icon {

  display: inline-block;

  font-size: 100px;

  line-height: 1em;

  color: var(--theme-color-dark);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.service-block-four .inner-box .content-box {

  position: relative;

}

.service-block-four .inner-box .content-box .title {

  margin-bottom: 18px;

  font-weight: 500;

}

.service-block-four .inner-box .content-box .title a:hover {

  color: var(--theme-color1);

}

.service-block-four .inner-box .content-box .text {

  font-size: 18px;

  margin-bottom: 30px;

  line-height: 32px;

}

.service-block-four .inner-box .content-box .read-more {

  font-size: 14px;

  text-transform: uppercase;

  color: var(--theme-color-dark);

}

.service-block-four .inner-box .content-box .read-more:hover {

  color: var(--theme-color1);

}

.service-block-four .inner-box .content-box .read-more .icon {

  position: relative;

  top: -1px;

  width: 22px;

  height: 22px;

  text-align: center;

  line-height: 22px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  color: var(--theme-color-light);

  font-size: 10px;

  margin-left: 4px;

}



/*** 



====================================================================

    Product Section

====================================================================



***/

.product-section {

  position: relative;

  padding: 120px 0 90px;

}



.product-block {

  margin-bottom: 30px;

}

.product-block .inner-box:hover .image-box .image:before {

  opacity: 1;

  -webkit-transform: scale(1);

          transform: scale(1);

}

.product-block .inner-box:hover .image-box .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

  opacity: 0.9;

}

.product-block .inner-box:hover .image-box .theme-btn .btn-title {

  opacity: 1;

  -webkit-transform: scale(1);

          transform: scale(1);

}

.product-block .inner-box .image-box {

  position: relative;

}

.product-block .inner-box .image-box .image {

  position: relative;

  overflow: hidden;

}

.product-block .inner-box .image-box .image a {

  position: relative;

  z-index: 1;

}

.product-block .inner-box .image-box .image img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .product-block .inner-box .image-box .image img {

    width: 100%;

    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;

  }

}

.product-block .inner-box .image-box .image::before {

  content: "";

  position: absolute;

  top: 20px;

  left: 18px;

  right: 18px;

  bottom: 20px;

  opacity: 0;

  pointer-events: none;

  border: 1px solid #f9eee5;

  -webkit-transform: scale(0.8);

          transform: scale(0.8);

  z-index: 2;

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.product-block .inner-box .image-box .theme-btn {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  z-index: 2;

}

.product-block .inner-box .image-box .theme-btn:hover {

  color: var(--theme-color-light);

}

.product-block .inner-box .image-box .theme-btn:hover .btn-title {

  background-color: var(--bg-theme-color1);

  color: var(--theme-color-light);

}

.product-block .inner-box .image-box .theme-btn:hover .btn-title .title,

.product-block .inner-box .image-box .theme-btn:hover .btn-title .icon {

  color: var(--theme-color-light);

}

.product-block .inner-box .image-box .theme-btn .btn-title {

  width: 166px;

  height: 46px;

  opacity: 0;

  -webkit-transform: scale(0);

          transform: scale(0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  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;

  background-color: var(--theme-color-light);

}

.product-block .inner-box .image-box .theme-btn .icon {

  margin-right: 15px;

  padding-right: 15px;

  border-right: 1px solid #ebebeb;

  color: var(--theme-color1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.product-block .inner-box .image-box .theme-btn .title {

  font-weight: 700;

  font-size: 14px;

  margin-bottom: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.product-block .inner-box .content-box {

  padding-top: 22px;

}

.product-block .inner-box .content-box .title {

  margin-bottom: 2px;

  font-weight: 500;

}

.product-block .inner-box .content-box .title a:hover {

  color: var(--theme-color1);

}

.product-block .inner-box .content-box .price {

  font-size: 18px;

  color: var(--theme-color1);

}



/***



==================================================================

	Funfact Section

==================================================================



***/

.fun-fact-section {

  position: relative;

  padding: 120px 0 120px;

  background-color: var(--theme-color3);

}

@media (max-width: 991.98px) {

  .fun-fact-section {

    padding: 120px 0 70px;

  }

}

.fun-fact-section .content-column {

  margin-bottom: 30px;

}

.fun-fact-section .content-column .inner-column {

  position: relative;

  padding-right: 140px;

}

@media (max-width: 1199.98px) {

  .fun-fact-section .content-column .inner-column {

    padding-right: 0;

  }

}

.fun-fact-section .content-column .inner-column .title {

  margin-bottom: 0;

}

@media (max-width: 991.98px) {

  .fun-fact-section .content-column .inner-column .title {

    font-size: 32px;

  }

}

@media (max-width: 991.98px) {

  .fun-fact-section .content-column .inner-column .title {

    line-height: 1.3em;

  }

}

@media (max-width: 575.98px) {

  .fun-fact-section .content-column .inner-column .title {

    line-height: 1.2em;

  }

}

.fun-fact-section .info-column {

  margin-bottom: 30px;

}

.fun-fact-section .info-column .inner-column {

  position: relative;

  padding-right: 200px;

  margin-top: 15px;

}

@media (max-width: 1199.98px) {

  .fun-fact-section .info-column .inner-column {

    padding-right: 0;

  }

}

@media (max-width: 991.98px) {

  .fun-fact-section .info-column .inner-column br {

    display: none;

  }

}

.fun-fact-section .info-column .inner-column .text {

  position: relative;

  margin-bottom: 0;

  padding-left: 55px;

}

.fun-fact-section .info-column .inner-column .text p {

  margin-bottom: 10px;

}

.fun-fact-section .info-column .inner-column .text span {

  position: absolute;

  left: 0;

  top: 10px;

  font-weight: 600;

  font-size: 44px;

  color: var(--theme-color-dark);

  text-transform: capitalize;

}

@media (max-width: 575.98px) {

  .fun-fact-section .info-column .inner-column .text span {

    top: 15px;

  }

}

.fun-fact-section .info-column .inner-column .text-two {

  margin-bottom: 22px;

}

.fun-fact-section .info-column .inner-column .list-style-one li {

  font-size: 16px;

}

.fun-fact-section .info-column .inner-column .exp-box {

  position: absolute;

  top: 0;

  right: 0;

  background-color: var(--theme-color-light);

  display: inline-block;

  padding: 37px 27px 44px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.fun-fact-section .info-column .inner-column .exp-box:hover {

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}

@media (max-width: 1199.98px) {

  .fun-fact-section .info-column .inner-column .exp-box {

    display: none;

  }

}

.fun-fact-section .info-column .inner-column .exp-box .icon-flower-1 {

  position: absolute;

  bottom: 0;

  right: 0;

}

.fun-fact-section .info-column .inner-column .exp-box .icon {

  font-size: 60px;

  color: var(--theme-color1);

  margin-bottom: 15px;

}

.fun-fact-section .info-column .inner-column .exp-box .title {

  margin-bottom: 0;

}

.fun-fact-section .fact-counter {

  position: relative;

  padding-top: 76px;

}

.fun-fact-section.style-two {

  background-color: var(--theme-color-light);

  padding-top: 45px;

}

.fun-fact-section.style-two .fact-counter {

  padding-top: 0;

}



.counter-block {

  position: relative;

  margin-bottom: 50px;

}

.counter-block:last-child .inner::before {

  display: none;

}

.counter-block .inner {

  position: relative;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  text-align: center;

}

.counter-block .inner::before {

  content: "";

  position: absolute;

  top: -27px;

  right: 0;

  width: 1px;

  height: 165px;

  background-color: #e1e1e1;

}

.counter-block .inner:hover .content .icon-flower-2 {

  top: -70px;

}

.counter-block .inner:hover .count-box {

  color: var(--theme-color1);

}

.counter-block .inner:hover .count-box .count-text {

  color: var(--theme-color1);

}

.counter-block .content {

  position: relative;

}

.counter-block .content .icon-flower-2 {

  position: absolute;

  top: -50px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  pointer-events: none;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .counter-block .content .icon-flower-2 {

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center;

  }

}

.counter-block .count-box {

  font-size: 60px;

  line-height: 54px;

  color: var(--theme-color-dark);

  margin-bottom: 5px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.counter-block .count-box .count-text {

  font-size: 60px;

  line-height: 54px;

  color: var(--theme-color-dark);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.counter-block .counter-title {

  font-size: 20px;

  line-height: 36px;

  margin-bottom: 0;

  color: var(--text-color);

}



/***



====================================================================

    Invite Section

====================================================================



***/

.invite-section {

  position: relative;

  margin-top: -245px;

}

.invite-section .outer-box {

  position: relative;

  background-color: var(--theme-color4);

  background-image: url(../images/icons/icon-flower-177.png);

  background-repeat: no-repeat;

  background-position: bottom right;

  max-width: 962px;

  width: 100%;

  margin: 0 auto;

  padding: 110px 30px 90px;

}

@media (max-width: 575.98px) {

  .invite-section .outer-box {

    padding-top: 200px;

  }

}

.invite-section .outer-box:before {

  content: "";

  position: absolute;

  top: 30px;

  left: 26px;

  right: 26px;

  bottom: 30px;

  border: 1px solid var(--theme-color-light);

}

.invite-section .outer-box .icon-frame-2 {

  position: absolute;

  top: 38px;

  left: 36px;

}

.invite-section .outer-box .icon-frame-2.style-two {

  left: auto;

  right: 36px;

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.invite-section .outer-box .sec-title {

  margin-bottom: 20px;

}

.invite-section .outer-box .sec-title .sub-title {

  margin-bottom: 20px;

  color: #ffb596;

}

.invite-section .invite-block-outer {

  max-width: 720px;

  margin: 0 auto;

}



.invite-block {

  margin-bottom: 30px;

}

.invite-block .inner-box {

  position: relative;

  text-align: center;

}

.invite-block .inner-box:hover .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

  color: var(--theme-color4);

  background-color: var(--theme-color-light);

}

.invite-block .inner-box .icon-box {

  margin-bottom: 10px;

}

.invite-block .inner-box .icon-box .icon {

  position: relative;

  display: inline-block;

  color: var(--theme-color-light);

  font-size: 40px;

  line-height: 70px;

  height: 70px;

  width: 70px;

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.invite-block .inner-box .content-box {

  position: relative;

}

.invite-block .inner-box .content-box .title {

  margin-bottom: 10px;

  color: var(--theme-color-light);

}

.invite-block .inner-box .content-box .text {

  font-size: 14px;

  color: var(--theme-color-light);

}



/*** 



====================================================================

    Contact Section

====================================================================



***/

.contact-section {

  position: relative;

  padding: 185px 0 140px;

  background-color: var(--theme-color3);

}

@media (max-width: 767.98px) {

  .contact-section {

    padding: 120px 0;

  }

}

.contact-section .bg-image {

  max-width: 1280px;

}

.contact-section .owl-carousel {

  padding-bottom: 50px;

}

.contact-section .owl-carousel .owl-nav {

  display: none;

}

.contact-section .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.contact-section .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .contact-section .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.contact-section .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--bg-theme-color1);

  border-color: transparent;

}

.contact-section .testimonial-column .inner-column {

  position: relative;

  background-color: #f9eee5;

  padding: 70px 97px 105px;

}

@media (max-width: 575.98px) {

  .contact-section .testimonial-column .inner-column {

    padding: 50px 20px;

  }

}

.contact-section .testimonial-column .inner-column .sec-title {

  margin-bottom: 40px;

}

.contact-section .testimonial-column .inner-column .icon-flower-12 {

  position: absolute;

  bottom: 0;

  right: 0;

}

.contact-section .form-column .contact-form {

  margin-top: 20px;

  margin-right: -30px;

}

@media (max-width: 991.98px) {

  .contact-section .form-column .contact-form {

    margin-right: 0;

  }

}



.contact-form {

  position: relative;

  background-color: var(--theme-color1);

  padding: 60px 50px 50px 40px;

}

@media (max-width: 575.98px) {

  .contact-form {

    padding: 50px 20px;

  }

}

.contact-form .icon-flower-20 {

  position: absolute;

  bottom: 0;

  right: 0;

  pointer-events: none;

}

@media (max-width: 575.98px) {

  .contact-form .icon-flower-20 {

    opacity: 0.2;

  }

}

.contact-form .title {

  color: var(--theme-color-light);

  margin-bottom: 15px;

}

@media (max-width: 575.98px) {

  .contact-form .title {

    font-size: 28px;

  }

}

.contact-form .form-group {

  position: relative;

  margin-bottom: 25px;

}

.contact-form .form-group .select2-container--default .select2-selection--single,

.contact-form .form-group select,

.contact-form .form-group textarea,

.contact-form .form-group input:not([type=submit]) {

  position: relative;

  display: block;

  width: 100%;

  height: 50px;

  font-size: 16px;

  font-weight: 400;

  color: var(--theme-color-light);

  font-family: var(--title-font);

  line-height: 30px;

  padding: 10px 0;

  border: 0;

  outline: none;

  background-color: transparent;

  border-bottom: 2px solid #e7995f;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.contact-form .form-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .contact-form .form-group select::-webkit-input-placeholder, .contact-form .form-group textarea::-webkit-input-placeholder, .contact-form .form-group input:not([type=submit])::-webkit-input-placeholder {

  color: #f9eee5;

}

.contact-form .form-group .select2-container--default .select2-selection--single::-moz-placeholder, .contact-form .form-group select::-moz-placeholder, .contact-form .form-group textarea::-moz-placeholder, .contact-form .form-group input:not([type=submit])::-moz-placeholder {

  color: #f9eee5;

}

.contact-form .form-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .contact-form .form-group select:-ms-input-placeholder, .contact-form .form-group textarea:-ms-input-placeholder, .contact-form .form-group input:not([type=submit]):-ms-input-placeholder {

  color: #f9eee5;

}

.contact-form .form-group .select2-container--default .select2-selection--single::-ms-input-placeholder, .contact-form .form-group select::-ms-input-placeholder, .contact-form .form-group textarea::-ms-input-placeholder, .contact-form .form-group input:not([type=submit])::-ms-input-placeholder {

  color: #f9eee5;

}

.contact-form .form-group .select2-container--default .select2-selection--single::placeholder,

.contact-form .form-group select::placeholder,

.contact-form .form-group textarea::placeholder,

.contact-form .form-group input:not([type=submit])::placeholder {

  color: #f9eee5;

}

.contact-form .form-group textarea {

  min-height: 90px;

}

.contact-form .form-group .theme-btn {

  position: relative;

  font-size: 14px;

  line-height: 28px;

  padding: 10px 30px;

  font-weight: 800;

  overflow: hidden;

  color: var(--theme-color-dark);

  font-family: var(--title-font);

  z-index: 1;

  background: var(--theme-color-light);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  overflow: hidden;

  margin-top: 40px;

}



/***



==================================================================

	contact section Two

==================================================================



***/

.contact-section-two {

  position: relative;

  padding: 120px 0;

  margin-top: -225px;

}

.contact-section-two .form-column .contact-form {

  padding: 70px 75px 50px;

  text-align: center;

  overflow: hidden;

}

@media (max-width: 991.98px) {

  .contact-section-two .form-column .contact-form {

    padding: 65px 40px 40px;

  }

}

.contact-section-two .form-column .contact-form .icon-flower-8 {

  position: absolute;

  bottom: -104px;

  right: 80px;

}

.contact-section-two .form-column .contact-form .title {

  font-size: 36px;

  line-height: 1em;

  font-family: var(--style-font);

  margin-bottom: 25px;

}

@media (max-width: 575.98px) {

  .contact-section-two .form-column .contact-form .title {

    font-size: 34px;

  }

}

.contact-section-two .form-column .contact-form .form-group .theme-btn {

  width: 100%;

  margin-top: 15px;

}

.contact-section-two .content-column .inner-column {

  position: relative;

  height: 100%;

  background-color: #f5eae1;

  padding: 95px 0 105px;

  overflow: hidden;

  text-align: center;

}

.contact-section-two .content-column .inner-column .icon-flower-6 {

  position: absolute;

  bottom: -11px;

  left: -60px;

}

.contact-section-two .content-column .inner-column .icon-flower-7 {

  position: absolute;

  top: 0;

  right: 0;

}

@media (max-width: 575.98px) {

  .contact-section-two .content-column .inner-column .icon-flower-7 {

    opacity: 0.3;

  }

}

.contact-section-two .content-column .inner-column .icon-lines {

  position: absolute;

  top: 0;

  left: -12px;

}

.contact-section-two .content-column .inner-column .contact-btn {

  margin-bottom: 35px;

  text-align: center;

}

.contact-section-two .content-column .inner-column .contact-btn .title {

  font-size: 20px;

  color: var(--theme-color-dark);

  font-weight: 500;

  margin-bottom: 10px;

}

.contact-section-two .content-column .inner-column .contact-btn a {

  font-size: 36px;

  color: var(--theme-color1);

  margin-bottom: 0;

}

.contact-section-two .content-column .inner-column .content-box {

  margin-bottom: 36px;

}

.contact-section-two .content-column .inner-column .content-box:last-child {

  margin-bottom: 0;

}

.contact-section-two .content-column .inner-column .content-box .title {

  margin-bottom: 8px;

}

.contact-section-two .content-column .inner-column .content-box .text {

  line-height: 1.5em;

}



/***



==================================================================

	Contact Section Three

==================================================================



***/

.contact-section-three {

  position: relative;

  padding: 120px 0;

  margin-top: -225px;

}

.contact-section-three .flower-8 {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 3;

  opacity: 0.3;

}

@media (max-width: 991.98px) {

  .contact-section-three .flower-8 {

    opacity: 0.3;

  }

}

.contact-section-three .outer-box {

  position: relative;

}

.contact-section-three .outer-box:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  width: 1000%;

  background-color: #f5eee8;

}

@media (max-width: 991.98px) {

  .contact-section-three .outer-box:before {

    width: 100%;

  }

}

.contact-section-three .form-column .inner-column {

  position: relative;

  padding: 120px 30px 105px;

}

@media (max-width: 575.98px) {

  .contact-section-three .form-column .inner-column {

    padding: 100px 15px;

  }

}

.contact-section-three .form-column .inner-column .icon-flower-15 {

  position: absolute;

  top: 55px;

  left: 195px;

}

.contact-section-three .content-column .inner-column {

  position: relative;

  padding: 120px 0;

  height: 100%;

  background-color: #f5eee8;

  overflow: hidden;

  text-align: center;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

@media (max-width: 991.98px) {

  .contact-section-three .content-column .inner-column {

    padding-top: 0;

  }

}

.contact-section-three .content-column .inner-column .icon-leave {

  position: relative;

  margin: 0 auto 30px;

}

.contact-section-three .content-column .inner-column .contact-btn {

  margin-bottom: 35px;

  text-align: center;

}

.contact-section-three .content-column .inner-column .contact-btn .title {

  font-size: 20px;

  color: var(--theme-color-dark);

  font-weight: 500;

  margin-bottom: 10px;

}

.contact-section-three .content-column .inner-column .contact-btn .num {

  font-size: 36px;

  color: var(--theme-color4);

  margin-bottom: 0;

}

.contact-section-three .content-column .inner-column .contact-btn .num:hover {

  color: var(--theme-color1);

}

.contact-section-three .content-column .inner-column .content-box {

  margin-bottom: 36px;

}

.contact-section-three .content-column .inner-column .content-box:last-child {

  margin-bottom: 0;

}

.contact-section-three .content-column .inner-column .content-box .title {

  margin-bottom: 8px;

  font-weight: 500;

}

.contact-form-two {

  position: relative;

  background-color: var(--theme-color-light);

  padding: 40px 45px 30px;

  height: 100%;

  max-width: 468px;

  margin: 0 auto;

  z-index: 3;

}

@media (max-width: 991.98px) {

  .contact-form-two {

    max-width: 100%;

  }

}

@media (max-width: 575.98px) {

  .contact-form-two {

    padding: 30px 20px;

  }

}

.contact-form-two .title {

  margin-bottom: 30px;

  font-family: var(--style-font);

}

@media (max-width: 575.98px) {

  .contact-form-two .title {

    font-size: 28px;

  }

}

.contact-form-two .form-group {

  margin-bottom: 20px;

}

.contact-form-two .form-group .select2-container--default .select2-selection--single,

.contact-form-two .form-group select,

.contact-form-two .form-group textarea,

.contact-form-two .form-group input:not([type=submit]) {

  position: relative;

  display: block;

  width: 100%;

  min-width: 100%;

  height: 50px;

  background-color: unset;

  font-family: var(--title-font);

  outline: none;

  color: #9e9e9e;

  font-size: 16px;

  line-height: 30px;

  font-weight: 400;

  padding: 10px 0;

  border: 0;

  border-bottom: 2px solid #ebebeb;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.contact-form-two .form-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .contact-form-two .form-group select::-webkit-input-placeholder, .contact-form-two .form-group textarea::-webkit-input-placeholder, .contact-form-two .form-group input:not([type=submit])::-webkit-input-placeholder {

  color: #9e9e9e;

}

.contact-form-two .form-group .select2-container--default .select2-selection--single::-moz-placeholder, .contact-form-two .form-group select::-moz-placeholder, .contact-form-two .form-group textarea::-moz-placeholder, .contact-form-two .form-group input:not([type=submit])::-moz-placeholder {

  color: #9e9e9e;

}

.contact-form-two .form-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .contact-form-two .form-group select:-ms-input-placeholder, .contact-form-two .form-group textarea:-ms-input-placeholder, .contact-form-two .form-group input:not([type=submit]):-ms-input-placeholder {

  color: #9e9e9e;

}

.contact-form-two .form-group .select2-container--default .select2-selection--single::-ms-input-placeholder, .contact-form-two .form-group select::-ms-input-placeholder, .contact-form-two .form-group textarea::-ms-input-placeholder, .contact-form-two .form-group input:not([type=submit])::-ms-input-placeholder {

  color: #9e9e9e;

}

.contact-form-two .form-group .select2-container--default .select2-selection--single::placeholder,

.contact-form-two .form-group select::placeholder,

.contact-form-two .form-group textarea::placeholder,

.contact-form-two .form-group input:not([type=submit])::placeholder {

  color: #9e9e9e;

}

.contact-form-two .form-group textarea {

  height: 100px;

}

.contact-form-two .form-group .theme-btn {

  position: relative;

  text-align: left;

  background-color: var(--theme-color4);

  padding: 10px 75px;

}

.contact-form-two.style-two {

  padding: 45px 40px 30px;

}

.contact-form-two.style-two .form-group {

  margin-bottom: 25px;

}



/***



==================================================================

	Contact Section Four

==================================================================



***/

.contact-section-four {

  position: relative;

  background-color: #f5eee8;

}

.contact-section-four .icon-flower-177 {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 3;

  opacity: 0.3;

}

@media (max-width: 991.98px) {

  .contact-section-four .icon-flower-177 {

    opacity: 0.3;

  }

}

.contact-section-four.pull-up {

  margin-top: -105px;

}

.contact-section-four .outer-box {

  position: relative;

}

.contact-section-four .form-column .inner-column {

  position: relative;

  padding: 240px 0 150px;

}

.contact-section-four .form-column .inner-column .icon-flower-15 {

  position: absolute;

  top: 180px;

  left: 100px;

}

.contact-section-four .form-column .inner-column .contact-form-two {

  margin: 0;

}

.contact-section-four .content-column .inner-column {

  position: relative;

  height: 100%;

  padding: 300px 0 150px;

  text-align: center;

}

@media (max-width: 991.98px) {

  .contact-section-four .content-column .inner-column {

    padding: 120px 0;

  }

}

.contact-section-four .content-column .inner-column:before {

  content: "";

  position: absolute;

  top: 0;

  left: 20px;

  width: 1000%;

  height: 100%;

  background-color: var(--theme-color4);

  background-image: url(../images/icons/icon-flower-174.png);

  background-repeat: no-repeat;

  background-position: bottom left;

}

@media (max-width: 991.98px) {

  .contact-section-four .content-column .inner-column:before {

    width: 100%;

    left: 0;

  }

}

.contact-section-four .content-column .inner-column .icon-leave-4 {

  position: relative;

  margin: 0 auto 30px;

}

.contact-section-four .content-column .inner-column .contact-btn {

  margin-bottom: 35px;

  text-align: center;

}

.contact-section-four .content-column .inner-column .contact-btn .title {

  font-size: 20px;

  color: var(--theme-color-light);

  font-weight: 500;

  margin-bottom: 10px;

}

.contact-section-four .content-column .inner-column .contact-btn a {

  position: relative;

  font-size: 36px;

  color: var(--theme-color-light);

  margin-bottom: 0;

}

.contact-section-four .content-column .inner-column .content-box {

  position: relative;

  margin-bottom: 36px;

}

.contact-section-four .content-column .inner-column .content-box:last-child {

  margin-bottom: 0;

}

.contact-section-four .content-column .inner-column .content-box .title {

  color: var(--theme-color-light);

  margin-bottom: 8px;

  font-weight: 500;

}

.contact-section-four .content-column .inner-column .content-box .text {

  color: var(--theme-color-light);

  line-height: 1.4em;

}

@media (max-width: 575.98px) {

  .contact-section-four .content-column .inner-column .content-box .text br {

    display: none;

  }

}



/***



==================================================================

	Contact Section Five

==================================================================



***/

.contact-section-five {

  position: relative;

  padding: 120px 0;

  background-color: #f5eee8;

}

.contact-section-five .bg {

  max-width: 44%;

}

@media (max-width: 991.98px) {

  .contact-section-five .bg {

    max-width: 100%;

    height: 50%;

  }

}

.contact-section-five .outer-box {

  position: relative;

}

.contact-section-five .form-column .inner-column {

  position: relative;

  padding-left: 20px;

}

@media (max-width: 991.98px) {

  .contact-section-five .form-column .inner-column {

    padding-left: 0;

  }

}

.contact-section-five .form-column .inner-column .icon-flower-15 {

  position: absolute;

  top: -70px;

  right: 10px;

}

@media (max-width: 991.98px) {

  .contact-section-five .form-column .inner-column .icon-flower-15 {

    top: 100px;

  }

}

.contact-section-five .content-column .inner-column {

  padding-right: 70px;

}

@media (max-width: 991.98px) {

  .contact-section-five .content-column .inner-column {

    padding-right: 0;

  }

}

.contact-section-five .content-column .inner-column .icon-leave-4 {

  position: relative;

  margin: 0 auto 40px;

}

.contact-section-five .content-column .inner-column .contact-info-block .inner {

  position: relative;

  padding: 70px 0 70px;

  background-color: var(--bg-theme-color4);

  text-align: center;

  background-image: url(../images/icons/icon-flower-175.png);

  background-repeat: no-repeat;

  background-position: bottom right;

}

.contact-section-five .content-column .inner-column .contact-btn {

  margin-bottom: 55px;

  text-align: center;

}

.contact-section-five .content-column .inner-column .contact-btn .title {

  font-size: 20px;

  color: var(--theme-color-light);

  font-weight: 500;

  margin-bottom: 10px;

}

.contact-section-five .content-column .inner-column .contact-btn a {

  position: relative;

  font-size: 36px;

  color: var(--theme-color-light);

  margin-bottom: 0;

}

.contact-section-five .content-column .inner-column .content-box {

  position: relative;

  margin-bottom: 36px;

}

.contact-section-five .content-column .inner-column .content-box:last-child {

  margin-bottom: 0;

}

.contact-section-five .content-column .inner-column .content-box .title {

  color: var(--theme-color-light);

  margin-bottom: 8px;

  font-weight: 500;

}

.contact-section-five .content-column .inner-column .content-box .text {

  color: var(--theme-color-light);

  line-height: 1.4em;

}



/***



==================================================================

	Contact Section Six

==================================================================



***/

.contact-section-six {

  position: relative;

  padding: 120px 0 90px;

}

.contact-section-six.pull-up {

  margin-top: -290px;

}

.contact-section-six .outer-box {

  border: 30px solid var(--theme-color-light);

}

@media (max-width: 575.98px) {

  .contact-section-six .outer-box {

    border: 0;

  }

}

.contact-section-six .form-column .inner-column {

  border-right: 30px solid var(--theme-color-light);

}

@media (max-width: 575.98px) {

  .contact-section-six .form-column .inner-column {

    border: 0;

  }

}

.contact-section-six .form-column .inner-column .title {

  font-size: 36px;

  font-family: var(--style-font);

  color: var(--theme-color-dark);

  margin-bottom: 25px;

}

.contact-section-six .content-column .inner-column {

  position: relative;

  height: 100%;

  background-color: #f5eae1;

  padding: 160px 0 105px;

  overflow: hidden;

  text-align: center;

  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-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

@media (max-width: 991.98px) {

  .contact-section-six .content-column .inner-column {

    padding: 180px 0 80px;

  }

}

.contact-section-six .content-column .inner-column .bg:before {

  content: "";

  position: absolute;

  top: 27px;

  left: 40px;

  right: 40px;

  bottom: 27px;

  background-color: var(--theme-color-light);

  opacity: 0.9;

}

@media (max-width: 575.98px) {

  .contact-section-six .content-column .inner-column .bg:before {

    top: 5px;

    left: 5px;

    right: 5px;

    bottom: 5px;

  }

}

.contact-section-six .content-column .inner-column .icon-leave {

  position: absolute;

  top: 63px;

  left: 50%;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  z-index: 3;

}

.contact-section-six .content-column .inner-column .contact-btn {

  position: relative;

  margin-bottom: 35px;

  text-align: center;

}

.contact-section-six .content-column .inner-column .contact-btn a {

  font-size: 36px;

  color: var(--theme-color4);

  margin-bottom: 0;

}

.contact-section-six .content-column .inner-column .content-box {

  position: relative;

  margin-bottom: 36px;

}

.contact-section-six .content-column .inner-column .content-box:last-child {

  margin-bottom: 0;

}

.contact-section-six .content-column .inner-column .content-box .title {

  margin-bottom: 8px;

  font-weight: 500;

}

.contact-section-six .content-column .inner-column .content-box .text {

  line-height: 1.4em;

}

@media (max-width: 575.98px) {

  .contact-section-six .content-column .inner-column .content-box .text {

    padding: 0 30px;

  }

  .contact-section-six .content-column .inner-column .content-box .text br {

    display: none;

  }

}



.contact-form-three {

  background-color: #f5eee8;

  padding: 50px 100px 50px 40px;

}

@media (max-width: 991.98px) {

  .contact-form-three {

    width: 105%;

    padding-right: 30px;

    padding-left: 30px;

  }

}

@media (max-width: 575.98px) {

  .contact-form-three {

    width: 100%;

  }

}

.contact-form-three .title {

  font-size: 20px;

  color: var(--theme-color-dark);

  font-weight: 500;

  margin-bottom: 10px;

}

.contact-form-three .form-group {

  margin-bottom: 25px;

}

.contact-form-three .form-group .select2-container--default .select2-selection--single,

.contact-form-three .form-group select,

.contact-form-three .form-group textarea,

.contact-form-three .form-group input:not([type=submit]) {

  position: relative;

  display: block;

  width: 100%;

  min-width: 100%;

  height: 50px;

  background-color: unset;

  font-family: var(--title-font);

  outline: none;

  color: var(--theme-color-dark);

  font-size: 16px;

  line-height: 30px;

  font-weight: 400;

  padding: 10px 0;

  border: 0;

  border-bottom: 2px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.contact-form-three .form-group .select2-container--default .select2-selection--single::-webkit-input-placeholder, .contact-form-three .form-group select::-webkit-input-placeholder, .contact-form-three .form-group textarea::-webkit-input-placeholder, .contact-form-three .form-group input:not([type=submit])::-webkit-input-placeholder {

  color: #9e9e9e;

}

.contact-form-three .form-group .select2-container--default .select2-selection--single::-moz-placeholder, .contact-form-three .form-group select::-moz-placeholder, .contact-form-three .form-group textarea::-moz-placeholder, .contact-form-three .form-group input:not([type=submit])::-moz-placeholder {

  color: #9e9e9e;

}

.contact-form-three .form-group .select2-container--default .select2-selection--single:-ms-input-placeholder, .contact-form-three .form-group select:-ms-input-placeholder, .contact-form-three .form-group textarea:-ms-input-placeholder, .contact-form-three .form-group input:not([type=submit]):-ms-input-placeholder {

  color: #9e9e9e;

}

.contact-form-three .form-group .select2-container--default .select2-selection--single::-ms-input-placeholder, .contact-form-three .form-group select::-ms-input-placeholder, .contact-form-three .form-group textarea::-ms-input-placeholder, .contact-form-three .form-group input:not([type=submit])::-ms-input-placeholder {

  color: #9e9e9e;

}

.contact-form-three .form-group .select2-container--default .select2-selection--single::placeholder,

.contact-form-three .form-group select::placeholder,

.contact-form-three .form-group textarea::placeholder,

.contact-form-three .form-group input:not([type=submit])::placeholder {

  color: #9e9e9e;

}

.contact-form-three .form-group textarea {

  height: 100px;

}

.contact-form-three .form-group .theme-btn {

  padding: 10px 75px;

  background-color: var(--bg-theme-color4);

}

.contact-form-three .form-group .theme-btn:before {

  background-color: var(--theme-color-dark);

}



/***



==================================================================

	Call To Action

==================================================================



***/

.call-to-action {

  position: relative;

  padding: 240px 0 400px;

}

.call-to-action .bg::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.2);

}

.call-to-action .outer-box {

  text-align: center;

}

.call-to-action .outer-box .play-now-two {

  position: relative;

  font-size: 40px;

  color: var(--theme-color-light);

  height: 128px;

  width: 128px;

  border: 1px solid var(--theme-color-light);

  border-radius: 50%;

  line-height: 128px;

  display: inline-block;

}

.call-to-action .outer-box .play-now-two:hover {

  background-color: var(--theme-color1);

  border-color: var(--theme-color1);

}



/***



==================================================================

	Call To Action Two

==================================================================



***/

.call-to-action-two {

  position: relative;

  padding: 200px 0 200px;

}

@media (max-width: 575.98px) {

  .call-to-action-two {

    padding: 120px 0;

  }

}

.call-to-action-two .bg {

  background-position: top;

}

.call-to-action-two .bg::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.3);

}

.call-to-action-two .inner-box {

  text-align: center;

  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;

}

.call-to-action-two .inner-box .sec-title {

  position: relative;

}

.call-to-action-two .inner-box .sec-title h2 {

  color: var(--theme-color-light);

  font-size: 80px;

  line-height: 92px;

}

@media (max-width: 575.98px) {

  .call-to-action-two .inner-box .sec-title h2 {

    font-size: 42px;

    line-height: 1.2em;

  }

}



/***



==================================================================

	Call To Action Three

==================================================================



***/

.call-to-action-three {

  position: relative;

  padding: 105px 0 435px;

}

.call-to-action-three .bg {

  background-position: top;

}

.call-to-action-three .bg::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.3);

}

.call-to-action-three .inner-box {

  text-align: center;

  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;

}

.call-to-action-three .inner-box .sec-title {

  position: relative;

}

.call-to-action-three .inner-box .sec-title .icon-leave-4 {

  margin: 0 auto;

}

.call-to-action-three .inner-box .sec-title h2 {

  color: var(--theme-color-light);

  text-transform: uppercase;

}



/***



==================================================================

	Call To Action Four

==================================================================



***/

.call-to-action-four {

  position: relative;

  padding: 135px 0 380px;

}

.call-to-action-four .bg {

  background-position: top;

}

.call-to-action-four .bg::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.1);

}

.call-to-action-four .inner-box {

  text-align: center;

}

.call-to-action-four .inner-box .sec-title {

  position: relative;

}

.call-to-action-four .inner-box .sec-title .icon-heart {

  position: relative;

  display: block;

  margin: 0 auto 50px;

  -webkit-animation: pulse 2s infinite linear;

          animation: pulse 2s infinite linear;

}

.call-to-action-four .inner-box .sec-title .icon-heart:after, .call-to-action-four .inner-box .sec-title .icon-heart:before {

  position: absolute;

  left: 100%;

  top: 48px;

  height: 1px;

  width: 130px;

  margin-left: 18px;

  border-bottom: 1px solid #ffffff;

  content: "";

}

.call-to-action-four .inner-box .sec-title .icon-heart:after {

  left: auto;

  right: 100%;

  margin-left: 0;

  margin-right: 18px;

}

.call-to-action-four .inner-box .sec-title h1 {

  color: var(--theme-color-light);

  font-size: 100px;

  font-weight: 400;

  font-family: var(--style-font);

  line-height: 1em;

  margin-bottom: 0;

}

@media (max-width: 991.98px) {

  .call-to-action-four .inner-box .sec-title h1 {

    font-size: 80px;

  }

}

@media (max-width: 767.98px) {

  .call-to-action-four .inner-box .sec-title h1 br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .call-to-action-four .inner-box .sec-title h1 {

    font-size: 60px;

  }

}



/***



==================================================================

	Call To Action Five

==================================================================



***/

.call-to-action-five {

  position: relative;

  padding: 100px 0 370px;

}

@media (max-width: 991.98px) {

  .call-to-action-five {

    padding-bottom: 300px;

  }

}

.call-to-action-five .bg {

  -webkit-filter: grayscale(1);

          filter: grayscale(1);

}

@media (max-width: 991.98px) {

  .call-to-action-five .bg:before {

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    content: "";

    background-color: var(--theme-color-dark);

    opacity: 0.7;

  }

}

.call-to-action-five .icon-flower-21 {

  margin: 0 auto 30px;

}

.call-to-action-five .inner-box {

  text-align: center;

  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;

}

.call-to-action-five .inner-box .sec-title {

  position: relative;

}

.call-to-action-five .inner-box .sec-title .sub-title {

  color: var(--theme-color-light);

  font-size: 48px;

  font-family: var(--style-font);

  font-weight: 400;

  margin-bottom: 50px;

}

.call-to-action-five .inner-box .sec-title h2 {

  font-size: 90px;

  line-height: 1.1;

}



/***



==================================================================

	funfact-section

==================================================================



***/

.faq-section {

  position: relative;

  padding: 120px 0;

  background-color: var(--theme-color3);

}

.faq-section .sec-title {

  margin-bottom: 53px;

}

@media (max-width: 991.98px) {

  .faq-section .sec-title br {

    display: none;

  }

}

.faq-section .sec-title .text {

  font-size: 18px;

  margin-top: 30px;

}

.faq-section .image-column .inner-column {

  margin-right: 25px;

}

@media (max-width: 1199.98px) {

  .faq-section .image-column .inner-column {

    margin-right: 0;

  }

}

.faq-section .image-column .inner-column .video-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: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}

@media (max-width: 1199.98px) {

  .faq-section .image-column .inner-column .video-box {

    position: absolute;

    top: 0;

    right: 0;

  }

}

@media (max-width: 575.98px) {

  .faq-section .image-column .inner-column .video-box {

    display: none;

  }

}

.faq-section .image-column .inner-column .video-box .title {

  color: var(--theme-color-light);

  width: 198px;

  height: 150px;

  background-color: #d86d1d;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin-bottom: 0;

}

.faq-section .image-column .inner-column .video-box .btn-box {

  width: 168px;

  height: 150px;

  background-color: var(--bg-theme-color1);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.faq-section .image-column .inner-column .video-box .btn-box .icon {

  position: relative;

  color: var(--theme-color-light);

  width: 94px;

  height: 94px;

  line-height: 94px;

  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: 35px;

  border-radius: 50%;

  border: 1px solid var(--theme-color-light);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.faq-section .image-column .inner-column .video-box .btn-box .icon:hover {

  background-color: var(--theme-color-light);

  color: var(--theme-color1);

}

.faq-section .image-column .inner-column .image-box {

  position: relative;

  margin-left: -370px;

}

@media (max-width: 1199.98px) {

  .faq-section .image-column .inner-column .image-box {

    margin-left: 0;

  }

}

.faq-section .image-column .inner-column .image-box .image img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

}

.faq-section .image-column .inner-column .image-box .icon-text-4 {

  position: absolute;

  top: 190px;

  left: 28px;

  z-index: 3;

}

@media (max-width: 1199.98px) {

  .faq-section .image-column .inner-column .image-box .icon-text-4 {

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);

  }

}

@media (max-width: 767.98px) {

  .faq-section .image-column .inner-column .image-box .icon-text-4 {

    display: none;

  }

}

.faq-section .image-column .inner-column .image-box .btn-box-two {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  z-index: 3;

  display: none;

}

@media (max-width: 575.98px) {

  .faq-section .image-column .inner-column .image-box .btn-box-two {

    display: block;

  }

}

.faq-section .image-column .inner-column .image-box .btn-box-two .icon {

  position: relative;

  color: var(--theme-color-light);

  width: 70px;

  height: 70px;

  line-height: 70px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  font-size: 30px;

  border-radius: 50%;

  background-color: var(--theme-color1);

}

.faq-section .content-column .inner-column {

  background-color: var(--theme-color-light);

  padding: 100px 100px 100px 125px;

  margin-left: -25px;

}

@media (max-width: 1199.98px) {

  .faq-section .content-column .inner-column {

    margin-left: 0;

    padding: 90px 40px 50px;

  }

}

@media (max-width: 767.98px) {

  .faq-section .content-column .inner-column {

    padding-left: 20px;

    padding-right: 20px;

  }

}

.faq-section .content-column .inner-column .accordion-box {

  position: relative;

}

.faq-section .content-column .inner-column .accordion-box .block {

  position: relative;

  margin-bottom: 20px;

  border-radius: 10px;

  overflow: hidden;

}

.faq-section .content-column .inner-column .accordion-box .block .acc-btn {

  position: relative;

  font-size: 20px;

  line-height: 1.2em;

  color: var(--theme-color-dark);

  font-weight: 400;

  cursor: pointer;

  padding: 10px 70px 16px 0;

  padding-left: 40px;

  border-bottom: 1px solid #e2e2e2;

  overflow: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

@media (max-width: 575.98px) {

  .faq-section .content-column .inner-column .accordion-box .block .acc-btn {

    font-size: 18px;

    padding-right: 30px;

    padding-left: 30px;

  }

}

.faq-section .content-column .inner-column .accordion-box .block .acc-btn span {

  position: absolute;

  top: 10px;

  left: 0;

  color: var(--theme-color1);

  margin-right: 15px;

  font-family: var(--title-font);

}

.faq-section .content-column .inner-column .accordion-box .block .acc-btn .icon {

  position: absolute;

  right: 0;

  top: 10px;

  height: 35px;

  width: 35px;

  font-size: 18px;

  line-height: 35px;

  text-align: center;

  color: var(--theme-color-dark);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

@media (max-width: 575.98px) {

  .faq-section .content-column .inner-column .accordion-box .block .acc-btn .icon {

    right: 0;

  }

}

.faq-section .content-column .inner-column .accordion-box .block .acc-btn.active .icon {

  color: var(--theme-color-dark);

}

.faq-section .content-column .inner-column .accordion-box .block .acc-btn.active .icon:before {

  content: "\f068";

}

.faq-section .content-column .inner-column .accordion-box .block .acc-content {

  position: relative;

  display: none;

}

.faq-section .content-column .inner-column .accordion-box .block .acc-content .content {

  position: relative;

  padding: 15px 0 0 0;

  border-top: 0;

  border-radius: 0 0 10px 10px;

}

.faq-section .content-column .inner-column .accordion-box .block .acc-content .content .text {

  display: block;

  font-size: 16px;

  line-height: 30px;

  color: #808287;

  margin-bottom: 0;

}

@media (max-width: 767.98px) {

  .faq-section .content-column .inner-column .accordion-box .block .acc-content .content .text br {

    display: none;

  }

}

.faq-section .content-column .inner-column .accordion-box .block .acc-content.current {

  display: block;

}



/***



==================================================================

	gallery section

==================================================================



***/

.gallery-section {

  position: relative;

  padding: 60px 0;

  background-color: #ffffff;

}

.gallery-section .sec-title {

  margin-bottom: 50px;

}



.gallery-block {

  position: relative;

}

.gallery-block .inner-box:hover .image-box:before {

  height: 0%;

}

.gallery-block .inner-box:hover .image-box .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.gallery-block .inner-box:hover .image-box .title:before {

  -webkit-transform: scale(1);

          transform: scale(1);

}

.gallery-block .inner-box .image-box {

  position: relative;

}

.gallery-block .inner-box .image-box:before {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 80%;

  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));

  background: linear-gradient(to top, #000, transparent);

  z-index: 1;

  opacity: 0.5;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  content: "";

}

.gallery-block .inner-box .image-box .image {

  position: relative;

}

.gallery-block .inner-box .image-box .title {

    position: absolute;

    bottom: 48px;

    left: 50%;

    font-size: 18px;

    width: 250px;

    text-align: center;

    line-height: 23px;

    display: inline-block;

    white-space: inherit;

    color: var(--theme-color-light);

    padding: 8px 23px;

    margin-bottom: 0;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

    z-index: 3;

}

.gallery-block .inner-box .image-box .title:hover {

  background-color: var(--bg-theme-color1);

}



.gallery-block .inner-box .image-box .image {

  overflow: hidden;

}

.gallery-block .inner-box .image-box .image img {

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}



/***



==================================================================

	Gallery Section Two

==================================================================



***/

.gallery-section-two {

  position: relative;

  padding: 60px 0;

}

.gallery-section-two .sec-title {

  margin-bottom: 65px;

}

.gallery-section-two .sec-title .icon-divider {

  margin-bottom: 10px;

}

.gallery-section-two .sec-title .text {

  font-size: 18px;

  line-height: 36px;

  margin-top: 65px;

}

@media (max-width: 1199.98px) {

  .gallery-section-two .sec-title .text {

    margin-top: 20px;

  }

}

.gallery-section-two .outer-box {

  padding: 0 20px;

}

.gallery-section-two.style-two {
  padding:60px  0;

  background-color: var(--bg-theme-color3);

}

.gallery-section-two.style-two .gallery-block .info-box:after {

  top: 17px;

  left: 17px;

  right: 17px;

  bottom: 17px;

}

.gallery-section-two.style-two .gallery-block .info-box .title {

  font-size: 18px;

}

.gallery-section-two.style-two .gallery-block .info-box .text {

  font-size: 10px;

}

.gallery-section-two.style-two .outer-box {

  position: relative;

  z-index: 2;

}



.gallery-block-two .inner-box {

  position: relative;

  height: 100%;

}

.gallery-block-two .inner-box:hover .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.gallery-block-two .inner-box:hover .info-box {

  opacity: 1;

  visibility: visible;

}

.gallery-block-two .inner-box:hover .info-box:before {

  -webkit-transform: scale(1);

          transform: scale(1);

}

.gallery-block-two .inner-box:hover .info-box:after {

  opacity: 1;

  -webkit-transform: scale(1);

          transform: scale(1);

  -webkit-transition-delay: 200ms;

          transition-delay: 200ms;

}

.gallery-block-two .inner-box:hover .info-box .title {

  -webkit-transform: translate(0);

          transform: translate(0);

  opacity: 1;

  -webkit-transition-delay: 600ms;

          transition-delay: 600ms;

}

.gallery-block-two .inner-box:hover .info-box .text {

  -webkit-transform: translate(0);

          transform: translate(0);

  opacity: 1;

  -webkit-transition-delay: 400ms;

          transition-delay: 400ms;

}

.gallery-block-two .inner-box .image-box {

  overflow: hidden;

}

.gallery-block-two .inner-box .image-box .image {

  position: relative;

  margin-bottom: 0;

}

.gallery-block-two .inner-box .image-box .image img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  width: 100%;

  height: 300px;

  -o-object-fit: cover;

     object-fit: cover;

}
.gallery-block-two{
    margin-bottom: 25px;
}
.gallery-block-two .inner-box .info-box {

  position: absolute;

  top: 0;

  left: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

  background-color: transparent;

  height: 100%;

  width: 100%;

  z-index: 3;

  opacity: 1;

  visibility: visible;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.gallery-block-two .inner-box .info-box::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: rgba(0, 0, 0, 0.08);

  -webkit-transform: scale(0.8);

          transform: scale(0.8);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  z-index: 3;

}

.gallery-block-two .inner-box .info-box::after {

  content: "";

  position: absolute;

  top: 27px;

  left: 29px;

  right: 29px;

  bottom: 27px;

  pointer-events: none;

  z-index: 3;

  opacity: 0;

  -webkit-transform: scale(0.8);

          transform: scale(0.8);

  -webkit-transition: all 400ms ease;

  transition: all 400ms ease;

}

.gallery-block-two .inner-box .info-box .title {

  margin-bottom: 2px;

  color: var(--theme-color-light);
text-align: center;
  opacity: 1;

  -webkit-transform: translateY(-20px);

          transform: translateY(-20px);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  z-index: 3;

}

.gallery-block-two .inner-box .info-box .title a:hover {

  color: var(--theme-color1);

}

.gallery-block-two .inner-box .info-box .text {

  font-size: 14px;

  color: var(--theme-color-light);

  white-space: nowrap;

  opacity: 0;

  -webkit-transform: translateY(-40px);

          transform: translateY(-40px);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  z-index: 3;

}



/***



==================================================================

	Gallery Section Three

==================================================================



***/

.gallery-section-three {

  position: relative;

  padding: 120px 0 90px;

}



.gallery-block-three {

  margin-bottom: 50px;

}

.gallery-block-three .inner-box {

  position: relative;

}

.gallery-block-three .inner-box:hover .image-box .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.gallery-block-three .inner-box .image-box .image {

  position: relative;

  margin-bottom: 30px;

  overflow: hidden;

}

@media (max-width: 767.98px) {

  .gallery-block-three .inner-box .image-box .image {

    margin-bottom: 15px;

  }

}

.gallery-block-three .inner-box .image-box .image img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.gallery-block-three .inner-box .info-box {

  position: relative;

  margin-top: 10px;

  text-align: center;

}

.gallery-block-three .inner-box .info-box .text {

  color: var(--theme-color1);

  letter-spacing: 0.1em;

  text-transform: uppercase;

  font-size: 14px;

  margin-bottom: 0;

  line-height: 1.3em;

}

.gallery-block-three .inner-box .info-box .title a:hover {

  color: var(--theme-color1);

}



/*** 



====================================================================

    Testimonial Section Two

====================================================================



***/

.testimonial-section {

  position: relative;

  background-color: #fafafa;

  padding: 120px 0;

}

.testimonial-section .sec-title {

  margin-bottom: 40px;

}

.testimonial-section .flower-3 {

  position: absolute;

  left: 0;

  bottom: 10px;

  z-index: 1;

}

@media (max-width: 991.98px) {

  .testimonial-section .flower-3 {

    opacity: 0.1;

  }

}

.testimonial-section .flower-4 {

  position: absolute;

  top: 150px;

  right: 0;

  z-index: 1;

}

@media (max-width: 991.98px) {

  .testimonial-section .flower-4 {

    opacity: 0.1;

  }

}

.testimonial-section .owl-carousel {

  padding-bottom: 50px;

}

.testimonial-section .owl-carousel .owl-nav {

  display: none;

}

.testimonial-section .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 10px;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.testimonial-section .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .testimonial-section .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.testimonial-section .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--bg-theme-color1);

  border-color: transparent;

}



.testimonial-block {

  position: relative;

}

.testimonial-block .inner-box {

  padding-left: 45px;

  position: relative;

}

@media (max-width: 575.98px) {

  .testimonial-block .inner-box {

    padding-left: 0;

  }

}

.testimonial-block .inner-box::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 5px;

  height: 213px;

  background-color: var(--theme-color1);

}

@media (max-width: 575.98px) {

  .testimonial-block .inner-box::before {

    display: none;

  }

}

.testimonial-block .inner-box:hover .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.testimonial-block .inner-box .icon {

  font-size: 60px;

  color: var(--theme-color1);

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg);

  line-height: 60px;

  margin-bottom: 14px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block .inner-box .text {

  font-size: 20px;

  line-height: 30px;

  margin-bottom: 18px;

}

.testimonial-block .inner-box .title {

  font-size: 20px;

  margin-bottom: 10px;

}

.testimonial-block .inner-box .name {

  font-size: 14px;

}



.testimonial-slide {

  position: relative;

}

.testimonial-slide .content-box {

  position: relative;

  text-align: center;

  max-width: 700px;

  margin: 0 auto;

  margin-top: 7px;

}

.testimonial-slide .content-box:hover .image-box .icon {

  background-color: var(--theme-color-light);

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  color: var(--theme-color1);

}

.testimonial-slide .content-box:hover .image-box .thumb img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.testimonial-slide .content-box .image-box {

  display: inline-block;

  position: relative;

}

.testimonial-slide .content-box .image-box .thumb {

  margin-bottom: 10px;

  overflow: hidden;

  border-radius: 50%;

}

.testimonial-slide .content-box .image-box .thumb img {

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-slide .content-box .image-box .icon {

  position: absolute;

  top: -7px;

  left: -22px;

  font-size: 32px;

  width: 58px;

  height: 58px;

  border-radius: 50%;

  text-align: center;

  line-height: 58px;

  background-color: var(--theme-color1);

  color: var(--theme-color-light);

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-slide .content-box .text {

  font-size: 30px;

  line-height: 48px;

  color: var(--theme-color-dark);

  margin: 0 auto 20px;

}

@media (max-width: 575.98px) {

  .testimonial-slide .content-box .text {

    font-size: 24px;

    line-height: 1.3em;

  }

}

.testimonial-slide .content-box .name {

  font-size: 14px;

}



/*** 



====================================================================

    Testimonial Section Two

====================================================================



***/

.testimonial-section-two {

  position: relative;

  padding: 120px 0;

}

.testimonial-section-two .sec-title {

  margin-bottom: 45px;

}

.testimonial-section-two .flower-3 {

  position: absolute;

  left: 0;

  bottom: 10px;

}

@media (max-width: 767.98px) {

  .testimonial-section-two .flower-3 {

    opacity: 0.3;

  }

}

.testimonial-section-two .flower-4 {

  position: absolute;

  top: 150px;

  right: 0;

}

@media (max-width: 767.98px) {

  .testimonial-section-two .flower-4 {

    opacity: 0.3;

  }

}

.testimonial-section-two .owl-carousel {

  max-width: 745px;

  margin: 0 auto;

}

.testimonial-section-two .owl-carousel .owl-stage-outer {

  overflow: visible;

}

.testimonial-section-two .owl-carousel .testimonial-block-three {

  padding: 10px;

}

.testimonial-section-two .owl-carousel {

  padding-bottom: 50px;

}

.testimonial-section-two .owl-carousel .owl-nav {

  display: none;

}

.testimonial-section-two .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 0px;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.testimonial-section-two .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .testimonial-section-two .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.testimonial-section-two .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--bg-theme-color1);

  border-color: transparent;

}



.testimonial-block-two {

  position: relative;

}

.testimonial-block-two .inner-box {

  background-color: var(--theme-color-light);

  position: relative;

  text-align: center;

  margin-top: 67px;

  padding: 0 30px;

  padding-bottom: 45px;

  border: 1px solid var(--theme-color1);

}

.testimonial-block-two .inner-box:after, .testimonial-block-two .inner-box:before {

  content: "";

  position: absolute;

  top: -10px;

  left: -10px;

  height: 100%;

  width: 100%;

  border: 1px solid var(--theme-color1);

}

.testimonial-block-two .inner-box:after {

  left: 10px;

  top: 10px;

}

.testimonial-block-two .inner-box:hover .image-box .thumb img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.testimonial-block-two .inner-box:hover .image-box .icon {

  color: var(--theme-color1);

  background-color: var(--theme-color-light);

  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);

          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);

}

.testimonial-block-two .inner-box .image-box {

  display: inline-block;

  position: relative;

  margin-top: -67px;

  z-index: 3;

}

.testimonial-block-two .inner-box .image-box .thumb {

  margin-bottom: 13px;

  border-radius: 50%;

  overflow: hidden;

}

.testimonial-block-two .inner-box .image-box .thumb img {

  width: 100%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block-two .inner-box .image-box .icon {

  position: absolute;

  top: -7px;

  left: -22px;

  font-size: 32px;

  width: 58px;

  height: 58px;

  border-radius: 50%;

  text-align: center;

  line-height: 58px;

  background-color: var(--theme-color1);

  color: var(--theme-color-light);

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block-two .inner-box .text {

  font-size: 24px;

  line-height: 36px;

  color: var(--theme-color-dark);

  margin-bottom: 20px;

}

@media (max-width: 767.98px) {

  .testimonial-block-two .inner-box .text {

    font-size: 22px;

  }

  .testimonial-block-two .inner-box .text br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .testimonial-block-two .inner-box .text {

    font-size: 18px;

    line-height: 1.4em;

  }

}

.testimonial-block-two .inner-box .name {

  font-size: 14px;

}



/*** 



====================================================================

    Testimonial Section Three

====================================================================



***/

.testimonial-section-three {

  position: relative;

  padding: 60px 0;

}

@media (max-width: 1199.98px) {

  .testimonial-section-three {

    padding: 60px 0;

  }

}

.testimonial-section-three .bg:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: rgba(0, 0, 0, 0.3);

}

.testimonial-section-three .sec-title {

  margin-bottom: 10px;

}

.testimonial-section-three .owl-carousel {

  padding-bottom: 40px;

}

.testimonial-section-three .owl-carousel .testimonial-block-four {

  padding: 10px;

  margin: 0 195px;

}

@media (max-width: 991.98px) {

  .testimonial-section-three .owl-carousel .testimonial-block-four {

    margin: 0 60px;

  }

}

@media (max-width: 767.98px) {

  .testimonial-section-three .owl-carousel .testimonial-block-four {

    margin: 0;

  }

}

.testimonial-section-three .owl-carousel .owl-nav {

  display: none;

}

.testimonial-section-three .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.testimonial-section-three .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .testimonial-section-three .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.testimonial-section-three .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--bg-theme-color1);

  border-color: transparent;

}



.testimonial-block-three {

  position: relative;

  max-width: 770px;

  margin: 0 auto;

}

.testimonial-block-three .inner-box {

  position: relative;

  text-align: center;

  margin-top: 67px;

  padding-bottom: 45px;

  margin-bottom: 25px;

  background-color: transparent;

  border: 1px solid var(--theme-color-light);

}

.testimonial-block-three .inner-box:hover .image-box .thumb img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.testimonial-block-three .inner-box:hover .image-box .icon {

  color: var(--theme-color1);

  background-color: var(--theme-color-light);

  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);

          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);

}

@media (max-width: 1199.98px) {

  .testimonial-block-three .inner-box {

    padding-left: 30px;

    padding-right: 30px;

  }

}

.testimonial-block-three .inner-box:after, .testimonial-block-three .inner-box:before {

  content: "";

  position: absolute;

  top: -10px;

  left: -10px;

  height: 100%;

  width: 100%;

  border: 1px solid var(--theme-color-light);

}

.testimonial-block-three .inner-box:after {

  left: 10px;

  top: 10px;

}

.testimonial-block-three .inner-box .image-box {

  display: inline-block;

  position: relative;

  margin-top: -50px;

  z-index: 3;

}

.testimonial-block-three .inner-box .image-box .thumb {

  position: relative;

  display: inline-block;

  border-radius: 50%;

  overflow: hidden;

  margin-bottom: 13px;

}

.testimonial-block-three .inner-box .image-box .thumb img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block-three .inner-box .image-box .icon {

    position: absolute;

    top: -53px;

    left: -22px;

    font-size: 41px;

    width: 76px;

    height: 76px;

    border-radius: 50%;

    text-align: center;

    line-height: 76px;

    background-color: var(--theme-color1);

    color: var(--theme-color-light);

    -webkit-transform: rotate(180deg);

          transform: rotate(180deg);

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

}

.testimonial-block-three .inner-box .text {

  font-size: 24px;

  line-height: 36px;

  color: var(--theme-color-light);

  margin-bottom: 25px;

    padding: 36px 36px 0;

}

@media (max-width: 1199.98px) {

  .testimonial-block-three .inner-box .text br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .testimonial-block-three .inner-box .text {

    font-size: 18px;

    line-height: 1.5em;

  }

}

.testimonial-block-three .inner-box .name {

  color: var(--theme-color-light);

  font-size: 14px;

}



/*** 



====================================================================

    Testimonial Section Four

====================================================================



***/

.testimonial-section-four {

  position: relative;

  padding: 120px 0 70px;

  background-color: #fafafa;

}

.testimonial-section-four .owl-carousel {

  padding-bottom: 50px;

}

.testimonial-section-four .owl-carousel .owl-nav {

  display: none;

}

.testimonial-section-four .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 55px;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.testimonial-section-four .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .testimonial-section-four .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.testimonial-section-four .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--bg-theme-color4);

  border-color: transparent;

}

.testimonial-section-four .sec-title {

  margin-bottom: 45px;

}

.testimonial-section-four .flower-3 {

  position: absolute;

  left: 0;

  bottom: 10px;

}

@media (max-width: 991.98px) {

  .testimonial-section-four .flower-3 {

    opacity: 0.1;

  }

}

.testimonial-section-four .flower-4 {

  position: absolute;

  top: 150px;

  right: 0;

}

@media (max-width: 991.98px) {

  .testimonial-section-four .flower-4 {

    opacity: 0.1;

  }

}



.testimonial-block-four .inner-box {

  position: relative;

  text-align: center;

  padding-top: 75px;

  padding-bottom: 45px;

}

.testimonial-block-four .inner-box:hover .image-box .thumb img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.testimonial-block-four .inner-box:hover .image-box .icon {

  background-color: var(--theme-color-light);

  color: var(--theme-color4);

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}

.testimonial-block-four .inner-box .image-box {

  display: inline-block;

  position: relative;

  margin-top: -67px;

  z-index: 3;

}

.testimonial-block-four .inner-box .image-box .thumb {

  margin-bottom: 13px;

  display: inline-block;

  border-radius: 50%;

  overflow: hidden;

}

.testimonial-block-four .inner-box .image-box .thumb img {

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block-four .inner-box .image-box .icon {

  position: absolute;

  top: -7px;

  left: -22px;

  font-size: 32px;

  width: 58px;

  height: 58px;

  border-radius: 50%;

  text-align: center;

  line-height: 58px;

  background-color: var(--bg-theme-color4);

  color: var(--theme-color-light);

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block-four .inner-box .text {

  font-size: 30px;

  line-height: 43px;

  color: var(--theme-color-dark);

  margin-bottom: 20px;

}

@media (max-width: 767.98px) {

  .testimonial-block-four .inner-box .text br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .testimonial-block-four .inner-box .text {

    font-size: 22px;

    line-height: 1.5em;

  }

}

.testimonial-block-four .inner-box .name {

  font-size: 14px;

}



/*** 



====================================================================

    Testimonial Section Five

====================================================================



***/

.testimonial-section-five {

  position: relative;

  padding: 120px 0;

}

.testimonial-section-five .owl-carousel {

  padding-bottom: 50px;

}

.testimonial-section-five .owl-carousel .owl-nav {

  display: none;

}

.testimonial-section-five .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 5px;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.testimonial-section-five .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .testimonial-section-five .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.testimonial-section-five .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--bg-theme-color4);

  border-color: transparent;

}

.testimonial-section-five .outer-box {

  position: relative;

  background-color: var(--theme-color-light);

  max-width: 771px;

  padding: 60px 30px 50px;

  width: 100%;

  margin: 0 auto;

  overflow: hidden;

  z-index: 3;

}

.testimonial-section-five .outer-box:hover .flower-12 {

  right: -20px;

  top: -20px;

}

.testimonial-section-five .outer-box:before {

  content: "";

  position: absolute;

  top: 16px;

  left: 23px;

  right: 23px;

  bottom: 16px;

  border: 1px solid var(--theme-color1);

}

@media (max-width: 575.98px) {

  .testimonial-section-five .outer-box:before {

    top: 15px;

    right: 15px;

    bottom: 15px;

    left: 15px;

  }

}

.testimonial-section-five .outer-box .flower-12 {

  position: absolute;

  right: 0;

  top: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 575.98px) {

  .testimonial-section-five .outer-box .flower-12 {

    display: none;

  }

}



.testimonial-block-five .inner-box {

  position: relative;

  text-align: center;

}

.testimonial-block-five .inner-box:hover .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.testimonial-block-five .inner-box .icon {

  color: var(--theme-color4);

  font-size: 80px;

  line-height: 1em;

  margin-bottom: 30px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block-five .inner-box .title {

  color: var(--theme-color4);

  font-family: var(--style-font);

  font-weight: 400;

  font-size: 48px;

  margin-bottom: 20px;

}

@media (max-width: 575.98px) {

  .testimonial-block-five .inner-box .title {

    font-size: 36px;

  }

}

.testimonial-block-five .inner-box .text {

  font-size: 30px;

  line-height: 48px;

  color: var(--theme-color-dark);

  margin-bottom: 20px;

}

@media (max-width: 767.98px) {

  .testimonial-block-five .inner-box .text {

    font-size: 24px;

    line-height: 1.5em;

  }

  .testimonial-block-five .inner-box .text br {

    display: none;

  }

}

@media (max-width: 575.98px) {

  .testimonial-block-five .inner-box .text {

    font-size: 18px;

  }

}

.testimonial-block-five .inner-box .name {

  color: var(--theme-color-dark);

  font-size: 14px;

}



/*** 



====================================================================

    Testimonial Section Six

====================================================================



***/

.testimonial-section-six {

  position: relative;

  padding: 80px 0 115px;

}

.testimonial-section-six .sec-title {

  margin-bottom: 45px;

}

.testimonial-section-six .owl-carousel {

  max-width: 745px;

  margin: 0 auto;

}

.testimonial-section-six .owl-carousel .owl-stage-outer {

  overflow: visible;

}

.testimonial-section-six .owl-carousel .testimonial-block-seven {

  padding: 15px;

}

.testimonial-section-six .owl-carousel {

  padding-bottom: 50px;

}

.testimonial-section-six .owl-carousel .owl-nav {

  display: none;

}

.testimonial-section-six .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 5px;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.testimonial-section-six .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .testimonial-section-six .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.testimonial-section-six .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--theme-color-light);

  border-color: transparent;

}



.testimonial-block-six {

  position: relative;

}

.testimonial-block-six .inner-box {

  position: relative;

  background-color: transparent;

  text-align: center;

  margin-top: 67px;

  padding-bottom: 50px;

  border: 1px solid var(--theme-color-light);

}

@media (max-width: 767.98px) {

  .testimonial-block-six .inner-box {

    padding: 0 20px;

    padding-bottom: 50px;

  }

}

.testimonial-block-six .inner-box:after, .testimonial-block-six .inner-box:before {

  content: "";

  position: absolute;

  top: -10px;

  left: -10px;

  height: 100%;

  width: 100%;

  border: 1px solid var(--theme-color-light);

}

.testimonial-block-six .inner-box:after {

  left: 10px;

  top: 10px;

}

.testimonial-block-six .inner-box:hover .image-box .thumb img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.testimonial-block-six .inner-box:hover .image-box .icon {

  background-color: var(--bg-theme-color4);

  color: var(--theme-color-light);

}

.testimonial-block-six .inner-box .image-box {

  display: inline-block;

  position: relative;

  margin-top: -67px;

  z-index: 3;

}

.testimonial-block-six .inner-box .image-box .thumb {

  margin-bottom: 13px;

  display: inline-block;

  border-radius: 50%;

  overflow: hidden;

}

.testimonial-block-six .inner-box .image-box .thumb img {

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block-six .inner-box .image-box .icon {

  position: absolute;

  top: -7px;

  left: -22px;

  font-size: 32px;

  width: 58px;

  height: 58px;

  border-radius: 50%;

  text-align: center;

  line-height: 58px;

  background-color: var(--theme-color-light);

  color: var(--theme-color1);

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.testimonial-block-six .inner-box .text {

  font-size: 24px;

  line-height: 36px;

  color: var(--theme-color-light);

  margin-bottom: 30px;

}

@media (max-width: 767.98px) {

  .testimonial-block-six .inner-box .text {

    font-size: 20px;

  }

  .testimonial-block-six .inner-box .text br {

    display: none;

  }

}

.testimonial-block-six .inner-box .name {

  color: var(--theme-color-light);

  font-size: 14px;

}



/***



==================================================================

	Pricing Section

==================================================================



***/

.pricing-section {

  position: relative;

  padding: 120px 0 0;

  background-color: var(--theme-color3);

  margin-bottom: -50px;

}

@media (max-width: 767.98px) {

  .pricing-section {

    margin-bottom: 0;

  }

}

.pricing-section .sec-title {

  position: relative;

  margin-bottom: 45px;

  z-index: 3;

}

.pricing-section .outer-box {

  position: relative;

  padding: 100px 20px 80px;

}

.pricing-section .outer-box .bg {

  z-index: 3;

}

.pricing-section .outer-box .bg::before {

  content: "";

  position: absolute;

  top: 14px;

  left: 14px;

  bottom: 14px;

  right: 14px;

  background-color: rgba(254, 254, 254, 0.9);

  z-index: 3;

}



.pricing-block {

  position: relative;

  margin-bottom: 30px;

  z-index: 3;

}

.pricing-block .inner-box {

  border: 3px solid transparent;

  padding: 28px 30px 35px 80px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 1199.98px) {

  .pricing-block .inner-box {

    padding: 25px 20px 25px 30px;

  }

}

@media (max-width: 575.98px) {

  .pricing-block .inner-box {

    padding-left: 10px;

    padding-right: 0;

  }

}

.pricing-block .inner-box:hover {

  -webkit-transform: translateY(-10px);

          transform: translateY(-10px);

  border: 3px solid 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);

}

.pricing-block .inner-box:hover .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.pricing-block .inner-box .icon-box {

  margin-bottom: 0;

}

.pricing-block .inner-box .icon-box .icon {

  display: inline-block;

  font-size: 50px;

  color: var(--theme-color1);

  line-height: 60px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block .inner-box .plan {

  font-size: 14px;

  color: var(--theme-color1);

  text-transform: uppercase;

  letter-spacing: 0.2em;

  margin-bottom: 2px;

  display: inline-block;

}

.pricing-block .inner-box .title {

  font-size: 36px;

  margin-bottom: 22px;

}

.pricing-block .inner-box .title small {

  font-size: 14px;

}

.pricing-block .inner-box .list-style-one li {

  font-size: 14px;

}

.pricing-block .inner-box .theme-btn {

  background-color: var(--theme-color-light);

  border: 2px solid #e1e1e1;

  color: var(--theme-color-dark);

  margin-bottom: 23px;

  padding: 9px 53px 11px;

}

.pricing-block .inner-box .theme-btn::before {

  background-color: var(--theme-color1);

}

.pricing-block .inner-box .theme-btn:hover {

  color: var(--theme-color-light);

  border-color: transparent;

}

.pricing-block .inner-box .list-style-one li {

  margin-right: 0;

}

.pricing-block.tagged {

  position: relative;

}

.pricing-block.tagged .inner-box {

  border-color: var(--theme-color1);

  padding: 28px 40px 35px 75px;

}

@media (max-width: 1199.98px) {

  .pricing-block.tagged .inner-box {

    padding: 25px 20px 25px 30px;

  }

}



/***



==================================================================

	Pricing Section Two

==================================================================



***/

.pricing-section-two {

  position: relative;

  padding: 25px 0 95px;

  background-color: var(--theme-color3);

}

.pricing-section-two .flower-10 {

  position: absolute;

  top: 13px;

  left: 0;

}

@media (max-width: 991.98px) {

  .pricing-section-two .flower-10 {

    opacity: 0.2;

  }

}

.pricing-section-two .sec-title {

  margin-bottom: 50px;

}



.pricing-block-two {

  margin-bottom: 25px;

}

.pricing-block-two .inner-box {

  position: relative;

  padding: 20px 0 25px 118px;

  margin-right: 20px;

  z-index: 3;

}

@media (max-width: 991.98px) {

  .pricing-block-two .inner-box {

    margin-right: 0;

  }

}

.pricing-block-two .inner-box:hover .thumb img {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.pricing-block-two .inner-box .thumb {

  position: absolute;

  top: 0;

  left: 0;

}

.pricing-block-two .inner-box .thumb img {

  opacity: 0.7;

  border-radius: 50%;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.pricing-block-two .inner-box .content-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

}

@media (max-width: 575.98px) {

  .pricing-block-two .inner-box .content-box {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.pricing-block-two .inner-box .content-box .title {

  position: relative;

  display: inline-block;

  font-size: 18px;

  background-color: var(--theme-color3);

  margin-bottom: 5px;

  padding-right: 14px;

  z-index: 2;

}

.pricing-block-two .inner-box .content-box .designation {

  display: block;

}

.pricing-block-two .inner-box .content-box .text {

  display: block;

  font-size: 14px;

}

.pricing-block-two .inner-box .content-box .price-box span {

  color: var(--theme-color1);

  position: relative;

  font-size: 18px;

  letter-spacing: 0.2em;

}

.pricing-block-two .inner-box .content-box .price-box span::before {

  content: "";

  position: absolute;

  top: 12px;

  left: -239px;

  width: 220px;

  height: 1px;

  border: 1px dashed #c6ac98;

}

@media (max-width: 1199.98px) {

  .pricing-block-two .inner-box .content-box .price-box span::before {

    width: 150px;

    left: -160px;

  }

}

@media (max-width: 991.98px) {

  .pricing-block-two .inner-box .content-box .price-box span::before {

    width: 40px;

    left: -50px;

  }

}

@media (max-width: 767.98px) {

  .pricing-block-two .inner-box .content-box .price-box span::before {

    width: 220px;

    left: -235px;

  }

}

@media (max-width: 575.98px) {

  .pricing-block-two .inner-box .content-box .price-box span::before {

    display: none;

  }

}



/***



==================================================================

	Pricing Section Three

==================================================================



***/

.pricing-section-three {

  position: relative;

  padding: 120px 0 95px;

  margin-bottom: -303px;

  z-index: 3;

}

.pricing-section-three .sec-title {

  margin-bottom: 50px;

  z-index: 3;

}

.pricing-section-three .outer-box {

  position: relative;

  padding: 90px 55px 100px;

}

@media (max-width: 767.98px) {

  .pricing-section-three .outer-box {

    padding: 50px 20px;

  }

}

.pricing-section-three .outer-box::before {

  content: "";

  position: absolute;

  top: 14px;

  left: 14px;

  bottom: 14px;

  right: 14px;

  background-color: rgba(254, 254, 254, 0.9);

  z-index: 3;

}

@media (max-width: 991.98px) {

  .pricing-section-three .pricing-block-two .inner-box .content-box {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.pricing-section-three .pricing-block-two .inner-box .content-box .title {

  background-color: #fefefe;

}

.pricing-section-three .pricing-block-two .inner-box .content-box .price-box span::before {

  content: "";

  position: absolute;

  top: 12px;

  left: -190px;

  width: 170px;

  height: 1px;

  border: 1px dashed #c6ac98;

}

@media (max-width: 1199.98px) {

  .pricing-section-three .pricing-block-two .inner-box .content-box .price-box span::before {

    width: 90px;

    left: -100px;

  }

}

@media (max-width: 991.98px) {

  .pricing-section-three .pricing-block-two .inner-box .content-box .price-box span::before {

    width: 40px;

    left: -50px;

  }

}

@media (max-width: 991.98px) {

  .pricing-section-three .pricing-block-two .inner-box .content-box .price-box span::before {

    display: none;

  }

}



/***



==================================================================

	Team Section

==================================================================



***/

.team-section {

  position: relative;

  padding: 120px 0 110px;

  background-color: var(--theme-color3);

}

.team-section .flower-10 {

  position: absolute;

  top: 13px;

  left: 0;

}

@media (max-width: 991.98px) {

  .team-section .flower-10 {

    opacity: 0.2;

  }

}

.team-section .owl-carousel {

  padding-bottom: 50px;

}

.team-section .owl-carousel .owl-nav {

  display: none;

}

.team-section .owl-carousel .owl-dots {

  position: absolute;

  left: 0;

  bottom: 10px;

  width: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.team-section .owl-carousel .owl-dots .owl-dot {

  height: 5px;

  width: 40px;

  border: 1px solid #d7d7d7;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  margin-right: 10px;

}

@media (max-width: 575.98px) {

  .team-section .owl-carousel .owl-dots .owl-dot {

    width: 30px;

  }

}

.team-section .owl-carousel .owl-dots .owl-dot.active {

  background-color: var(--bg-theme-color1);

  border-color: transparent;

}

.team-section .sec-title {

  margin-bottom: 45px;

}



.team-block {

  margin-top: 65px;

}

.team-block .inner-box {

  text-align: center;

}

.team-block .inner-box:hover .image-box::before {

  -webkit-transform: rotate(-5deg);

          transform: rotate(-5deg);

}

.team-block .inner-box:hover .image-box .image img {

  -webkit-transform: rotate(4deg);

          transform: rotate(4deg);

  opacity: 0.7;

}

.team-block .inner-box:hover .image-box .icon-flower-4 {

  top: -70px;

}

.team-block .inner-box:hover .image-box .icon-flower-5 {

  bottom: 10px;

}

.team-block .inner-box .image-box {

  position: relative;

  z-index: 3;

  text-align: center;

}

.team-block .inner-box .image-box::before {

  content: "";

  position: absolute;

  top: -2px;

  left: 55px;

  width: 269px;

  height: 310px;

  border: 1px solid var(--theme-color1);

  -webkit-transform: rotate(5deg);

          transform: rotate(5deg);

  z-index: 2;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 1199.98px) {

  .team-block .inner-box .image-box::before {

    display: none;

  }

}

.team-block .inner-box .image-box .icon-flower-4 {

  position: absolute;

  top: -55px;

  right: 91px;

  z-index: -1;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .team-block .inner-box .image-box .icon-flower-4 {

    right: auto;

  }

}

.team-block .inner-box .image-box .icon-flower-5 {

  position: absolute;

  bottom: 16px;

  left: 92px;

  z-index: 3;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

@media (max-width: 991.98px) {

  .team-block .inner-box .image-box .icon-flower-5 {

    left: auto;

  }

}

.team-block .inner-box .image-box .image {

  margin-bottom: 20px;

  display: inline-block;

  -webkit-transform: rotate(-4deg);

          transform: rotate(-4deg);

  overflow: hidden;

}

.team-block .inner-box .image-box .image img {

  width: unset;

  border: 6px solid var(--theme-color-light);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.team-block .inner-box .content-box {

  text-align: center;

}

.team-block .inner-box .content-box .title {

  font-size: 22px;

  margin-bottom: 0;

}

.team-block .inner-box .content-box .designation {

  font-size: 18px;

  color: var(--theme-color1);

}

.team-block.style-two .inner-box:hover .image-box:before {

  -webkit-transform: rotate(5deg);

          transform: rotate(5deg);

}

.team-block.style-two .image-box {

  position: relative;

  z-index: 3;

  text-align: center;

}

.team-block.style-two .image-box::before {

  content: "";

  position: absolute;

  top: -15px;

  left: auto;

  right: 60px;

  width: 269px;

  height: 320px;

  border: 1px solid #e2853f;

  -webkit-transform: rotate(-5deg);

          transform: rotate(-5deg);

  z-index: 3;

}

@media (max-width: 991.98px) {

  .team-block.style-two .image-box::before {

    right: auto;

  }

}

.team-block.style-two .image-box .image {

  -webkit-transform: rotate(4deg);

          transform: rotate(4deg);

}

.team-block.style-two .image-box .icon-flower-4 {

  position: absolute;

  top: -65px;

  left: 100px;

  z-index: -1;

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

@media (max-width: 991.98px) {

  .team-block.style-two .image-box .icon-flower-4 {

    left: auto;

  }

}

.team-block.style-two .image-box .icon-flower-5 {

  position: absolute;

  bottom: 22px;

  right: 92px;

  left: auto;

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

@media (max-width: 991.98px) {

  .team-block.style-two .image-box .icon-flower-5 {

    right: auto;

  }

}



/***



==================================================================

	Team Section Two

==================================================================



***/

.team-section-two {

  position: relative;

  padding: 120px 0 90px;

}

.team-section-two .row {

  margin: 0 -25px;

}

.team-section-two .row > div {

  padding: 0 25px;

}

@media (max-width: 1199.98px) {

  .team-section-two .row {

    margin: 0 -15px;

  }

  .team-section-two .row > div {

    padding: 0 15px;

  }

}

.team-section-two.alternate {

  background-color: var(--bg-theme-color3);

}



.team-block-two {

  margin-bottom: 30px;

}

.team-block-two .inner-box {

  position: relative;

  max-width: 300px;

  margin: 0 auto;

}

.team-block-two .inner-box:hover .image-box .image::before {

  opacity: 1;

}

.team-block-two .inner-box:hover .image-box .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.team-block-two .inner-box:hover .image-box .icon-leaves {

  left: 0;

  -webkit-transform: rotate(0);

          transform: rotate(0);

}

.team-block-two .inner-box:hover .image-box .icon-flowers {

  right: 0;

  -webkit-transform: rotate(0);

          transform: rotate(0);

}

@media (max-width: 1199.98px) {

  .team-block-two .inner-box:hover .image-box .icon-flowers {

    right: -10px;

  }

}

.team-block-two .inner-box:hover .content-box .title {

  top: -20px;

}

.team-block-two .inner-box:hover .content-box .designation {

  top: -20px;

}

.team-block-two .inner-box:hover .content-box .social-icon-two {

  opacity: 1;

  -webkit-transform: scale(1);

          transform: scale(1);

  -webkit-transition-delay: 200ms;

          transition-delay: 200ms;

}

.team-block-two .inner-box .image-box {

  position: relative;

  border-radius: 300px;

  overflow: hidden;

}

.team-block-two .inner-box .image-box .image {

  position: relative;

}

.team-block-two .inner-box .image-box .image::before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  content: "";

  background: var(--theme-color-light);

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(0, 0, 0)));

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);

  opacity: 1;

  z-index: 2;

  opacity: 0.7;

  height: 70%;

  top: auto;

  bottom: 0;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.team-block-two .inner-box .image-box .image img {

  position: relative;

  border-radius: 300px;

  width: 100%;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.team-block-two .inner-box .image-box .icon-leaves {

  position: absolute;

  left: -100px;

  width: 75px;

  height: 98px;

  bottom: 110px;

  z-index: 2;

  -webkit-transform: rotate(-180deg);

          transform: rotate(-180deg);

  background-image: url(../images/icons/team-flower-1.png);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.team-block-two .inner-box .image-box .icon-flowers {

  position: absolute;

  right: -100px;

  bottom: 0;

  width: 79px;

  height: 111px;

  z-index: 2;

  -webkit-transform: rotate(180deg);

          transform: rotate(180deg);

  background-image: url(../images/icons/team-flower-2.png);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.team-block-two .inner-box .content-box {

  position: absolute;

  bottom: 16px;

  left: 0;

  text-align: center;

  width: 100%;

  z-index: 3;

}

.team-block-two .inner-box .content-box .designation {

  position: relative;

  top: 0;

  color: var(--theme-color1);

  margin-bottom: 11px;

  display: inline-block;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.team-block-two .inner-box .content-box .title {

  position: relative;

  top: 0;

  margin-bottom: 3px;

  color: var(--theme-color-light);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.team-block-two .inner-box .content-box .title a:hover {

  color: var(--theme-color1);

}

.team-block-two .inner-box .content-box .social-icon-two {

  position: relative;

  top: -26px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  opacity: 0;

  -webkit-transform: scale(0);

          transform: scale(0);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.team-block-two .inner-box .content-box .social-icon-two li {

  margin-right: 11px;

}

.team-block-two .inner-box .content-box .social-icon-two li:last-child {

  margin-right: 0;

}

.team-block-two .inner-box .content-box .social-icon-two li a {

  color: var(--theme-color-light);

  font-size: 14px;

}

.team-block-two .inner-box .content-box .social-icon-two li a:hover {

  color: var(--theme-color1);

}



/***



==================================================================

	Team Section Three

==================================================================



***/

.team-section-three {

  position: relative;

  padding: 120px 0 90px;

}



.team-block-three {

  margin-bottom: 45px;

}

.team-block-three .inner-box {

  position: relative;

}

.team-block-three .inner-box:hover .image-box .image img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.team-block-three .inner-box:hover .image-box .team3-frame {

  -webkit-animation: fa-spin 10s infinite linear;

          animation: fa-spin 10s infinite linear;

}

.team-block-three .inner-box .image-box {

  position: relative;

  width: 231px;

  height: 241px;

  margin: 0 auto 15px;

  padding: 30px 30px;

}

.team-block-three .inner-box .image-box .image {

  border-radius: 50%;

  overflow: hidden;

}

.team-block-three .inner-box .image-box .image img {

  border-radius: 50%;

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.team-block-three .inner-box .image-box .team3-frame {

  position: absolute;

  left: -3px;

  top: -6px;

}

.team-block-three .inner-box .content-box {

  position: relative;

  text-align: center;

}

.team-block-three .inner-box .content-box .title {

  position: relative;

  margin-bottom: 0;

  color: var(--theme-color-dark);

}

.team-block-three .inner-box .content-box .title a:hover {

  color: var(--theme-color4);

}

.team-block-three .inner-box .content-box .designation {

  position: relative;

  color: var(--theme-color4);

  margin-bottom: 0;

  display: inline-block;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



/*** 



====================================================================

	Timeline Section

====================================================================



***/

.timeline-section {

  position: relative;

  padding: 530px 0 110px;

}

.timeline-section .flower-3 {

  position: absolute;

  bottom: 270px;

  left: 0;

  z-index: 2;

}

@media (max-width: 575.98px) {

  .timeline-section .flower-3 {

    opacity: 0.1;

  }

}

.timeline-section .flower-4 {

  position: absolute;

  bottom: 320px;

  right: 0;

  z-index: 2;

}

@media (max-width: 575.98px) {

  .timeline-section .flower-4 {

    opacity: 0.1;

  }

}

.timeline-section .carousel-outer {

  position: relative;

  margin-left: -20px;

  margin-right: 0px;

}

@media (max-width: 1399.98px) {

  .timeline-section .carousel-outer {

    margin-left: 0;

  }

}

.timeline-section .carousel-outer:before {

  content: "";

  position: absolute;

  top: 40px;

  left: 0;

  width: 100%;

  height: 1px;

  background-color: #d7d7d7;

  z-index: 1;

}



.timeline-block {

  margin-bottom: 30px;

}

.timeline-block .inner-box {

  position: relative;

  text-align: center;

  padding-top: 10px;

}

.timeline-block .inner-box:hover .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

  background-color: var(--theme-color-dark);

}

.timeline-block .inner-box .icon {

  position: relative;

  display: block;

  width: 58px;

  height: 58px;

  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: 30px;

  text-align: center;

  border-radius: 50%;

  background-color: var(--bg-theme-color4);

  color: var(--theme-color-light);

  margin: 0 auto 30px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.timeline-block .inner-box .time {

  line-height: 1em;

  font-size: 14px;

  color: var(--theme-color4);

  text-transform: uppercase;

  margin-bottom: 15px;

}

.timeline-block .inner-box .designation {

  color: var(--theme-color-dark);

  font-size: 24px;

  line-height: 1em;

  margin-bottom: 15px;

}



/*** 



====================================================================

    Timeline Section Two

====================================================================



***/

.timeline-section-two {

  position: relative;

  padding: 120px 0;

  background-color: var(--bg-theme-color3);

}

.timeline-section-two.pull-down {

  padding: 0 0 10px;

  z-index: 2;

}

.timeline-section-two.pull-down .outer-box {

  margin-bottom: -100px;

}

.timeline-section-two .flower-5 {

  position: absolute;

  top: 265px;

  left: 0;

}

.timeline-section-two .flower-6 {

  position: absolute;

  top: 165px;

  right: 0;

}

.timeline-section-two .outer-box {

  position: relative;

  background-color: #f5eee8;

  padding: 120px 60px;

}

@media (max-width: 575.98px) {

  .timeline-section-two .outer-box {

    padding: 120px 20px 80px;

  }

}

.timeline-section-two .outer-box:before {

  content: "";

  position: absolute;

  top: 32px;

  left: 35px;

  right: 35px;

  bottom: 32px;

  border: 1px solid var(--bg-theme-color4);

  z-index: 2;

  pointer-events: none;

}

@media (max-width: 767.98px) {

  .timeline-section-two .outer-box:before {

    display: none;

  }

}

.timeline-section-two .outer-box .icon-flower-17 {

  position: absolute;

  top: 0;

  left: 0;

}



.timeline-block-two {

  margin-bottom: 45px;

}

.timeline-block-two .inner-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  text-align: right;

}

@media (max-width: 767.98px) {

  .timeline-block-two .inner-box {

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

@media (max-width: 991.98px) {

  .timeline-block-two .inner-box {

    padding: 0 30px;

  }

}

@media (max-width: 575.98px) {

  .timeline-block-two .inner-box {

    padding: 0;

  }

}

.timeline-block-two .inner-box:hover .icon-box .icon {

  background-color: var(--theme-color-light);

  color: var(--theme-color4);

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.timeline-block-two .inner-box:before {

  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  width: 1px;

  height: 100%;

  background-color: #e1d8d1;

}

@media (max-width: 767.98px) {

  .timeline-block-two .inner-box:before {

    display: none;

  }

}

.timeline-block-two .inner-box .icon-box {

  position: relative;

  left: -28px;

  -webkit-box-ordinal-group: 3;

      -ms-flex-order: 2;

          order: 2;

}

@media (max-width: 767.98px) {

  .timeline-block-two .inner-box .icon-box {

    left: 0;

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1;

    margin: 0 auto 10px;

  }

}

.timeline-block-two .inner-box .icon-box .icon {

  width: 58px;

  height: 58px;

  line-height: 58px;

  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;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  border-radius: 50%;

  font-size: 35px;

  background-color: var(--bg-theme-color4);

  color: var(--theme-color-light);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.timeline-block-two .inner-box .content-box {

  margin-bottom: 15px;

  max-width: 50%;

  width: 100%;

  padding-right: 75px;

}

@media (max-width: 991.98px) {

  .timeline-block-two .inner-box .content-box {

    padding-right: 40px;

  }

}

@media (max-width: 767.98px) {

  .timeline-block-two .inner-box .content-box {

    max-width: 100%;

    padding-right: 0;

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3;

    margin: 0 auto;

  }

}

.timeline-block-two .inner-box .content-box .time {

  color: var(--theme-color4);

  font-size: 14px;

  margin-left: 0;

  margin-bottom: 0;

  text-transform: uppercase;

}

.timeline-block-two .inner-box .content-box .title {

  position: relative;

  margin-bottom: 10px;

}

.timeline-block-two .inner-box .content-box .title a:hover {

  color: var(--theme-color1);

}

.timeline-block-two .inner-box .content-box .text {

  margin-bottom: 0;

}

@media (max-width: 991.98px) {

  .timeline-block-two .inner-box .content-box .text br {

    display: none;

  }

}

.timeline-block-two.style-two .inner-box {

  text-align: left;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}

@media (max-width: 767.98px) {

  .timeline-block-two.style-two .inner-box {

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

}

.timeline-block-two.style-two .icon-box {

  -webkit-box-ordinal-group: 2;

      -ms-flex-order: 1;

          order: 1;

  left: auto;

  right: -28px;

}

@media (max-width: 767.98px) {

  .timeline-block-two.style-two .icon-box {

    right: 0;

  }

}

.timeline-block-two.style-two .content-box {

  -webkit-box-ordinal-group: 4;

      -ms-flex-order: 3;

          order: 3;

  padding-right: 0;

  padding-left: 75px;

}

@media (max-width: 991.98px) {

  .timeline-block-two.style-two .content-box {

    padding-left: 40px;

  }

}

@media (max-width: 767.98px) {

  .timeline-block-two.style-two .content-box {

    padding-left: 0;

  }

}



/***



==================================================================

	Timeline Section Three

==================================================================



***/

.timeline-section-three {

  position: relative;

  padding: 60px 0 60px;

}



.timeline-block-three {

  margin-bottom: 30px;

}

.timeline-block-three .inner-box {

    position: relative;

    text-align: center;

    background-color: #e3cbc1;

    border-radius: 24px;

    padding: 55px 50px 30px;

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

}

.timeline-block-three .inner-box:hover {

  -webkit-transform: translateY(-10px);

          transform: translateY(-10px);

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  background-color: var(--bg-theme-color3);

}

.timeline-block-three .inner-box:hover .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.timeline-block-three .inner-box .icon-box {

  position: relative;

  margin-bottom: 20px;

}

.timeline-block-three .inner-box .icon-box .icon {

    position: relative;

    display: block;

    font-size: 90px;

    width: 102px;

    margin: auto;

    line-height: 1em;

    z-index: 2;

    color: var(--theme-color4);

    -webkit-transition: all 300ms ease;

    transition: all 300ms ease;

}

.timeline-block-three .inner-box .icon-box .icon-flower-18 {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -55%);

          transform: translate(-50%, -55%);

}

.timeline-block-three .inner-box .content-box {

  position: relative;

}

.timeline-block-three .inner-box .content-box .title {

    margin-bottom: 0;

    padding-top: 10px;

}

.timeline-block-three .inner-box .content-box .title a{

    color: #000;

    font-weight: 500;

}

.timeline-block-three .inner-box .content-box .title a:hover {

  color: var(--theme-color4);

}

.timeline-block-three .inner-box .content-box .time {

  color: var(--theme-color4);

  margin-bottom: 20px;

  text-transform: uppercase;

}

.timeline-block-three .inner-box .content-box .text {

  max-width: 280px;

  margin: 0 auto;

}



/*** 



====================================================================

    Timeline Section Four

====================================================================



***/

.timeline-section-four {

  position: relative;

  padding: 120px 0 30px;

}

.timeline-section-four .sec-title {

  margin-bottom: 55px;

}

.timeline-section-four .outer-box {

  position: relative;

}

.timeline-section-four .outer-box:before {

  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  height: 100%;

  width: 1px;

  background-color: #e1d8d1;

}

@media (max-width: 575.98px) {

  .timeline-section-four .outer-box:before {

    display: none;

  }

}



.timeline-block-four {

  margin-bottom: 90px;

}

@media (max-width: 767.98px) {

  .timeline-block-four {

    margin-bottom: 50px;

  }

}

.timeline-block-four:last-child .inner-box .content-box {

  margin-bottom: 0;

  padding-bottom: 50px;

}

.timeline-block-four .inner-box {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  text-align: right;

}

@media (max-width: 575.98px) {

  .timeline-block-four .inner-box {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.timeline-block-four .inner-box:hover .icon-box .icon {

  -webkit-transform: scaleX(-1);

          transform: scaleX(-1);

}

.timeline-block-four .inner-box:before {

  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  width: 14px;

  height: 14px;

  border-radius: 50%;

  background-color: #cccccc;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

}

@media (max-width: 767.98px) {

  .timeline-block-four .inner-box:before {

    display: none;

  }

}

.timeline-block-four .inner-box .icon-box {

  position: relative;

  -webkit-box-ordinal-group: 3;

      -ms-flex-order: 2;

          order: 2;

  padding-top: 45px;

  padding-left: 140px;

}

@media (max-width: 767.98px) {

  .timeline-block-four .inner-box .icon-box {

    padding-left: 20px;

  }

}

@media (max-width: 575.98px) {

  .timeline-block-four .inner-box .icon-box {

    padding-left: 0;

    text-align: center;

  }

}

.timeline-block-four .inner-box .icon-box .icon {

  position: relative;

  display: block;

  font-size: 90px;

  line-height: 1em;

  color: var(--theme-color4);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.timeline-block-four .inner-box .icon-box .icon-flower-18 {

  position: absolute;

  top: 0px;

  left: 100px;

  z-index: -1;

}

@media (max-width: 767.98px) {

  .timeline-block-four .inner-box .icon-box .icon-flower-18 {

    left: 0;

  }

}

@media (max-width: 575.98px) {

  .timeline-block-four .inner-box .icon-box .icon-flower-18 {

    left: 50%;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%);

  }

}

.timeline-block-four .inner-box .content-box {

  max-width: 50%;

  width: 100%;

  padding-right: 80px;

}

@media (max-width: 767.98px) {

  .timeline-block-four .inner-box .content-box {

    padding-right: 20px;

  }

}

@media (max-width: 575.98px) {

  .timeline-block-four .inner-box .content-box {

    max-width: 100%;

    text-align: center;

    padding-right: 0;

    margin-bottom: 0;

    -webkit-box-ordinal-group: 3;

        -ms-flex-order: 2;

            order: 2;

  }

}

.timeline-block-four .inner-box .content-box .time {

  color: var(--theme-color4);

  font-size: 14px;

  margin-bottom: 0;

  text-transform: uppercase;

}

.timeline-block-four .inner-box .content-box .title {

  position: relative;

  margin-bottom: 8px;

  font-size: 24px;

  line-height: 36px;

}

.timeline-block-four .inner-box .content-box .title a:hover {

  color: var(--theme-color1);

}

.timeline-block-four.style-two .inner-box {

  text-align: left;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}

@media (max-width: 575.98px) {

  .timeline-block-four.style-two .inner-box {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

  }

}

.timeline-block-four.style-two .icon-box {

  -webkit-box-ordinal-group: 2;

      -ms-flex-order: 1;

          order: 1;

  padding-left: 0;

  padding-right: 115px;

}

@media (max-width: 767.98px) {

  .timeline-block-four.style-two .icon-box {

    padding-right: 20px;

  }

}

@media (max-width: 575.98px) {

  .timeline-block-four.style-two .icon-box {

    padding-right: 0;

  }

}

.timeline-block-four.style-two .icon-box .icon-flower-18 {

  position: absolute;

  left: auto;

  right: 85px;

}

@media (max-width: 767.98px) {

  .timeline-block-four.style-two .icon-box .icon-flower-18 {

    right: 0px;

  }

}

.timeline-block-four.style-two .content-box {

  -webkit-box-ordinal-group: 4;

      -ms-flex-order: 3;

          order: 3;

  padding-right: 0;

  padding-left: 110px;

}

@media (max-width: 767.98px) {

  .timeline-block-four.style-two .content-box {

    padding-left: 20px;

  }

}

@media (max-width: 575.98px) {

  .timeline-block-four.style-two .content-box {

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1;

    padding-left: 0;

  }

}



/***



==================================================================

	News section

==================================================================



***/

.news-section {

  position: relative;

  background-color: var(--bg-theme-color3);

  padding: 120px 0 70px;

}

.news-section.light-bg {

  background-color: var(--theme-color-light);

}

.news-section.style-two .news-block .inner-box .image-box .date {

  background-color: var(--bg-theme-color4);

}

.news-section.style-two .news-block .inner-box .content-box .title a:hover {

  color: var(--theme-color4);

}



.news-block {

  margin-bottom: 50px;

}

.news-block .inner-box:hover .image-box img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.news-block .inner-box:hover .image-box .image a:after {

  left: 0;

  right: 0;

  opacity: 0;

  -webkit-transition: all 400ms linear;

  transition: all 400ms linear;

}

.news-block .inner-box .image-box {

  position: relative;

  border: 1px solid #e1e1e1;

  padding: 14px;

}

.news-block .inner-box .image-box .image {

  position: relative;

  overflow: hidden;

}

.news-block .inner-box .image-box .image a:after {

  background: rgba(255, 255, 255, 0.3);

  bottom: 0;

  content: "";

  left: 50%;

  position: absolute;

  right: 51%;

  top: 0;

  opacity: 1;

  pointer-events: none;

  -webkit-transition: all 400ms linear;

  transition: all 400ms linear;

}

.news-block .inner-box .image-box .image img {

  width: 100%;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.news-block .inner-box .image-box .date {

  position: absolute;

  left: 50%;

  bottom: 14px;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  font-size: 14px;

  height: 35px;

  width: 137px;

  line-height: 35px;

  text-align: center;

  background-color: var(--theme-color1);

  color: var(--theme-color-light);

}

.news-block .inner-box .content-box {

  text-align: center;

  padding-top: 19px;

}

.news-block .inner-box .content-box .post-meta {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  margin-bottom: 13px;

}

.news-block .inner-box .content-box .post-meta li {

  position: relative;

  margin-left: 30px;

  font-size: 14px;

  color: var(--text-color);

}

.news-block .inner-box .content-box .post-meta li::before {

  content: "";

  position: absolute;

  top: 13px;

  left: -15px;

  width: 3px;

  height: 3px;

  background-color: var(--theme-color1);

}

.news-block .inner-box .content-box .post-meta li:first-child {

  margin-left: 0;

  color: var(--theme-color-dark);

}

.news-block .inner-box .content-box .post-meta li:first-child:first-child::before {

  display: none;

}

.news-block .inner-box .content-box .title {

  font-weight: 500;

  margin-bottom: 0;

}

.news-block .inner-box .content-box .title a:hover {

  color: var(--theme-color1);

}



/***



==================================================================

	video section

==================================================================



***/

.video-section {

  position: relative;

  padding: 240px 0 400px;

}

.video-section .bg::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.2);

}

.video-section .outer-box {

  text-align: center;

}

.video-section .outer-box .play-now-two {

  position: relative;

  font-size: 40px;

  color: var(--theme-color-light);

  height: 128px;

  width: 128px;

  border: 1px solid var(--theme-color-light);

  border-radius: 50%;

  line-height: 128px;

  display: inline-block;

}



/*** 



====================================================================

    Clients Section

====================================================================



***/

.clients-section {

  position: relative;

  background-color: #faf7f2;

  padding: 120px 0 100px;

}

.clients-section .sec-title {

  margin-bottom: 35px;

}

.clients-section .outer-box {

  position: relative;

  overflow: hidden;

}



.client-block {

  position: relative;

}

.client-block .inner-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;

  border: 1px solid #e1e1e1;

  border-top: 0;

  border-left: 0;

  text-align: center;

  margin-right: -1px;

  margin-bottom: -1px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

  min-height: 200px;

  padding: 20px 50px;

}

.client-block .inner-box:hover img {

  -webkit-transform: scale(1.1);

          transform: scale(1.1);

}

.client-block .inner-box .image {

  position: relative;

  margin-bottom: 0;

}

.client-block .inner-box .image img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



/*** 



====================================================================

    Clients Section Two

====================================================================



***/

.clients-section-two {

  position: relative;

  margin-bottom: -90px;

  z-index: 3;

}

.clients-section-two .outer-box {

  position: relative;

  background-color: #f5eee8;

  overflow: hidden;

}



.client-block-two {

  position: relative;

  border-right: 1px solid #e1e1e1;

}

@media (max-width: 991.98px) {

  .client-block-two {

    border-bottom: 1px solid #e1e1e1;

  }

}

@media (max-width: 767.98px) {

  .client-block-two {

    border-right: 0;

  }

}

.client-block-two:last-child {

  border-right: 0;

  border-bottom: 0;

}

.client-block-two .inner-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: 54px 20px;

  text-align: center;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.client-block-two .inner-box:hover img {

  opacity: 0.8;

  -webkit-transform: rotate(180deg) scale(-1);

          transform: rotate(180deg) scale(-1);

}

.client-block-two .inner-box .image {

  position: relative;

  margin-bottom: 0;

}

.client-block-two .inner-box .image img {

  display: inline-block;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



/***



==================================================================

	Main Footer

==================================================================



***/

.main-footer {

  position: relative;

  background-color: #c59aa8;

  /* Widget Section */

}

.main-footer .widgets-section {

  position: relative;

  padding: 40px 0 15px;

}

.main-footer .widgets-section.style-two {

  padding: 170px 0 30px;

}

.main-footer .footer-column {

  position: relative;

  margin-bottom: 50px;

}

.main-footer .footer-widget {

  position: relative;

}

.main-footer .widget-title {

  position: relative;

  color: var(--theme-color-light);

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 30px;

}

.main-footer .widget-content {

  position: relative;

}

.main-footer .widget-content .text {

  color: #c0c0c0;

}



.user-links {

  position: relative;

}

.user-links li {

  position: relative;

  font-size: 14px;

  line-height: 32px;

  color: #c0c0c0;

  font-weight: 400;

  margin-bottom: 6px;

}

.user-links li:last-child {

  margin-bottom: 0;

}

.user-links li a {

  position: relative;

  display: inline-block;

  color: rgba(192, 192, 192, 0.8);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.user-links li a:hover {

  color: #FFFFFF;

}

.user-links li a:before {

  position: absolute;

  left: 0;

  bottom: 3px;

  width: 0;

  height: 1px;

  background-color: var(--bg-theme-color1);

  content: "";

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.user-links li a:hover:before {

  width: 100%;

}

.user-links.style-two li {

  padding-left: 0;

}

.user-links.style-two li:before {

  display: none;

}

.user-links.two-column {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

}

.user-links.two-column li {

  width: 50%;

  -webkit-box-flex: 0;

      -ms-flex: 0 0 50%;

          flex: 0 0 50%;

}



/* Contact List */

.contact-list {

    position: relative;

    display: flex;

    gap: 25px;

    margin: auto;

    justify-content: center;

}

.contact-list .contact-info {

  position: relative;

  padding-left: 25px;

  margin-bottom: 25px;

  font-size: 17px;

  line-height: 24px;

  color: #000;

}

.contact-list .contact-info:last-child {

  margin-bottom: 0;

}

.contact-list .contact-info .icon {

  position: absolute;

  left: 0;

  top: 0;

  text-align: center;

  overflow: hidden;

  font-size: 18px;

  color: #000000;

}

.contact-list .contact-info .icon:after {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  content: "";

  opacity: 0.1;

}

.contact-list .contact-info a {

  color: #000;

}

.contact-list .contact-info a:hover {

  color: #fff;

}

.contact-list.style-two .icon {

  color: #fff;

}

.contact-list.style-two a:hover {

  color: var(--bg-theme-color4);

}



/* Newsletter Form */

.newsletter-form {

  position: relative;

}

.newsletter-form .form-group {

  position: relative;

  width: 566px;

}

@media (max-width: 991.98px) {

  .newsletter-form .form-group {

    width: 400px;

  }

}

@media (max-width: 767.98px) {

  .newsletter-form .form-group {

    width: 300px;

  }

}

@media (max-width: 767.98px) {

  .newsletter-form .form-group {

    width: 250px;

  }

}

.newsletter-form .form-group .icon-box {

  position: absolute;

  top: 8px;

  left: 10px;

  font-size: 27px;

  color: var(--theme-color-light);

}

.newsletter-form .form-group input[type=text],

.newsletter-form .form-group input[type=email] {

  width: 100%;

  background-color: unset;

  border-bottom: 1px solid #e7995f;

  color: var(--theme-color-light);

  padding: 8px 50px;

}

.newsletter-form .form-group input[type=text]::-webkit-input-placeholder, .newsletter-form .form-group input[type=email]::-webkit-input-placeholder {

  color: rgba(255, 255, 255, 0.5);

}

.newsletter-form .form-group input[type=text]::-moz-placeholder, .newsletter-form .form-group input[type=email]::-moz-placeholder {

  color: rgba(255, 255, 255, 0.5);

}

.newsletter-form .form-group input[type=text]:-ms-input-placeholder, .newsletter-form .form-group input[type=email]:-ms-input-placeholder {

  color: rgba(255, 255, 255, 0.5);

}

.newsletter-form .form-group input[type=text]::-ms-input-placeholder, .newsletter-form .form-group input[type=email]::-ms-input-placeholder {

  color: rgba(255, 255, 255, 0.5);

}

.newsletter-form .form-group input[type=text]::placeholder,

.newsletter-form .form-group input[type=email]::placeholder {

  color: rgba(255, 255, 255, 0.5);

}

.newsletter-form .form-group button {

  position: absolute;

  top: 8px;

  right: 15px;

  background-color: unset;

  color: var(--theme-color-light);

  font-size: 20px;

}



/*=== Footer Bottom ===*/

.footer-bottom {

  position: relative;

  z-index: 3;

}

.footer-bottom .inner-container {

  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;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  padding: 35px 0;

  border-top: 1px solid #232323;

}

@media (max-width: 991.98px) {

  .footer-bottom .inner-container {

    padding: 20px 0;

  }

}

.footer-bottom .copyright-text {

  position: relative;

  margin-bottom: 0;

  color: #ffffff;

  font-size: 14px;

  line-height: 30px;

  letter-spacing: -0.025em;

}

@media (max-width: 991.98px) {

  .footer-bottom .copyright-text {

    -webkit-box-ordinal-group: 4;

        -ms-flex-order: 3;

            order: 3;

    text-align: center;

  }

}

.footer-bottom .copyright-text a {

  color: inherit;

}

.footer-bottom .copyright-text a:hover {

  color: #ffffff;

}

.footer-bottom .footer-nav {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;

}

@media (max-width: 575.98px) {

  .footer-bottom .footer-nav {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.footer-bottom .footer-nav li {

  font-size: 16px;

  line-height: 32px;

  color: rgba(255, 255, 255, 0.7);

  margin-left: 30px;

}

.footer-bottom .footer-nav li:first-child {

  margin-left: 0;

}

@media (max-width: 575.98px) {

  .footer-bottom .footer-nav li {

    margin: 0 30px !important;

    text-align: center;

  }

}

.footer-bottom .footer-nav li a {

  color: inherit;

}

.footer-bottom .footer-nav li a:hover {

  color: var(--theme-color-light);

}



/***



==================================================================

	Footer section

==================================================================



***/

.footer-style-one .footer-top {

  position: relative;

  padding-top: 78px;

}

.footer-style-one .footer-top .outer-box {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  padding: 58px 97px 54px;

  background-color: var(--bg-theme-color1);

}

@media (max-width: 1199.98px) {

  .footer-style-one .footer-top .outer-box {

    padding: 40px 40px;

  }

}

@media (max-width: 991.98px) {

  .footer-style-one .footer-top .outer-box {

    padding: 30px;

  }

}

@media (max-width: 575.98px) {

  .footer-style-one .footer-top .outer-box {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    padding: 30px 20px;

  }

}

.footer-style-one .footer-top .outer-box.alternate {

  background-color: var(--bg-theme-color4);

}

.footer-style-one .footer-top .outer-box .top-left .title {

  color: var(--theme-color-light);

  font-size: 30px;

  font-weight: 700;

  margin-bottom: 0;

}

@media (max-width: 991.98px) {

  .footer-style-one .footer-top .outer-box .top-left .title {

    font-size: 26px;

  }

}

@media (max-width: 575.98px) {

  .footer-style-one .footer-top .outer-box .top-left .title {

    font-size: 22px;

    margin-bottom: 10px;

  }

}

.footer-style-one .about-widget {

  margin-top: 28px;

}

.footer-style-one .about-widget .logo {

  position: relative;

  top: -30px;

  margin-bottom: 0;

}

.footer-style-one .footer-links{

    gap: 21px;

    display: flex;

    /* margin-bottom: 25px; */

    margin: 0 auto;

    margin-bottom: 25px;

    justify-content: center;

    

}

.footer-style-one .footer-links a{

    color: #fff;

    font-size: 20px;

}

.footer-style-one .social-icon-one{

    justify-content: center;

}

.footer-style-one .about-widget .logo img{

    width: 150px;

}

@media (max-width: 575.98px) {

  .footer-style-one .about-widget .logo {

    top: -25px;

  }

}

.footer-style-one .about-widget .text {

  margin-bottom: 20px;

  font-size: 14px;

}

.footer-style-one .links-widget {

  margin-bottom: 50px;

}



/***



====================================================================

    Products details

====================================================================



***/

.product-details .bxslider .image-box {

  position: relative;

  display: block;

  margin-right: 30px;

  margin-bottom: 10px;

}

.product-details .bxslider .image-box img {

  width: 100%;

}

.product-details .bxslider .thumb-box li {

  position: relative;

  display: inline-block;

  float: left;

  margin-right: 10px;

  margin-bottom: 15px;

  width: 100px;

  height: 100px;

}

.product-details .bxslider .thumb-box li:last-child {

  margin: 0px !important;

}

.product-details .bxslider .thumb-box li a {

  position: relative;

  display: inline-block;

}

.product-details .bxslider .thumb-box li a:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  opacity: 0;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.product-details .bxslider .thumb-box li a.active:before {

  opacity: 1;

}

.product-details .bx-wrapper {

  margin-bottom: 30px;

}

.product-details .product-info .product-details__top {

  position: relative;

  display: block;

  margin-top: -8px;

}

.product-details .product-info .product-details__title {

  font-size: 40px;

  line-height: 44px;

  font-weight: 700;

  margin: 0;

}

.product-details .product-info .product-details__title span {

  position: relative;

  display: inline-block;

  color: var(--theme-color1);

  font-size: 20px;

  line-height: 26px;

  font-weight: 700;

  margin-left: 20px;

  letter-spacing: 0;

}

.product-details .product-info .product-details__reveiw {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-top: 22px;

  padding-bottom: 20px;

  margin-bottom: 31px;

  border-bottom: 1px solid #e0e4e8;

}

.product-details .product-info .product-details__reveiw i {

  font-size: 16px;

  color: #ffc737;

}

.product-details .product-info .product-details__reveiw i + i {

  margin-left: 4px;

}

.product-details .product-info .product-details__reveiw span {

  position: relative;

  top: 1px;

  line-height: 1;

  font-size: 16px;

  color: var(--theme-color1);

  margin-left: 18px;

}

.product-details .product-info .product-details__quantity-title {

  margin: 0;

  color: #222;

  font-size: 20px;

  line-height: 30px;

  font-weight: 700;

  margin-right: 20px;

}

.product-details .product-info .product-details__buttons {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-bottom: 30px;

  margin-top: 40px;

}

@media only screen and (max-width: 767px) {

  .product-details .product-info .product-details__buttons {

    display: block;

  }

}

.product-details .product-info .product-details__buttons-1 {

  position: relative;

  display: block;

}

@media only screen and (max-width: 767px) {

  .product-details .product-info .product-details__buttons-1 {

    margin-bottom: 10px;

    margin-right: 10px;

  }

}

.product-details .product-info .product-details__buttons-2 {

  position: relative;

  display: block;

  margin-left: 10px;

}

.product-details .product-info .product-details__buttons-2 .thm-btn {

  background-color: var(--theme-color2);

}

.product-details .product-info .product-details__buttons-2 .thm-btn:before {

  background-color: var(--theme-color1);

}

.product-details .product-info .product-details__buttons-2 .thm-btn:after {

  background-color: var(--theme-color1);

}

@media only screen and (max-width: 767px) {

  .product-details .product-info .product-details__buttons-2 {

    margin-left: 0;

    margin-top: 0;

  }

}

.product-details .product-info .product-details__social {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.product-details .product-info .product-details__social .title {

  position: relative;

  display: block;

}

.product-details .product-info .product-details__social .title h3 {

  color: #222;

  font-size: 20px;

  line-height: 20px;

  font-weight: 700;

}

.product-details .product-info .product-details__social .social-icon-one {

  margin-left: 30px;

}

@media only screen and (max-width: 767px) {

  .product-details .product-info .product-details__social {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;

    -webkit-box-pack: start;

        -ms-flex-pack: start;

            justify-content: start;

  }

  .product-details .product-info .product-details__social .social-icon-one {

    margin-left: 0;

  }

}



.product-details__quantity {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  margin-top: 20px;

}

.product-details__quantity .quantity-box {

  position: relative;

  width: 98px;

  border-radius: 10px;

  height: 60px;

}

.product-details__quantity .quantity-box input {

  width: 98px;

  border-radius: 10px;

  height: 60px;

  border: 1px solid #e0e4e8;

  -webkit-appearance: textfield;

  -moz-appearance: textfield;

  padding-left: 30px;

  outline: none;

  font-size: 18px;

  font-weight: 500;

  color: var(--theme-color1);

}

.product-details__quantity .quantity-box button {

  width: 29px;

  height: 29px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  background-color: var(--theme-color1);

  border: none;

  border-left: 1px solid #e0e4e8;

  border-top-right-radius: 10px;

  color: var(--theme-color-light);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  font-size: 8px;

  position: absolute;

  top: 1px;

  right: 1px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  outline: none;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.product-details__quantity .quantity-box button:hover {

  color: var(--theme-color-dark);

  background-color: var(--theme-color2);

}

.product-details__quantity .quantity-box button.sub {

  bottom: 1px;

  top: auto;

  border-top-right-radius: 0px;

  border-bottom-right-radius: 10px;

}



.product-discription {

  position: relative;

  display: block;

}

.product-discription .product-description__title {

  font-size: 30px;

  margin-bottom: 27px;

}

.product-discription .product-description__text1 {

  font-size: 16px;

  line-height: 30px;

  margin: 0;

}

.product-discription .product-description__list {

  position: relative;

  display: block;

  margin-top: 30px;

  margin-bottom: 30px;

}

.product-discription .product-description__list ul {

  position: relative;

  display: block;

}

.product-discription .product-description__list ul li {

  position: relative;

  display: block;

  margin-bottom: 2px;

}

.product-discription .product-description__list ul li:last-child {

  margin-bottom: 0px;

}

.product-discription .product-description__list ul li p {

  margin: 0;

  font-weight: 600;

  color: var(--headings-color);

}

.product-discription .product-description__list ul li p span:before {

  position: relative;

  display: inline-block;

  color: var(--theme-color1);

  font-size: 17px;

  line-height: 17px;

  margin-right: 11px;

  top: 2px;

}

.product-discription .tabs-content .text p {

  margin-bottom: 17px;

}

.product-discription .tabs-content .text p:last-child {

  margin-bottom: 0px;

}

.product-discription .tab-btn-box {

  position: relative;

  display: block;

  width: 100%;

  margin-bottom: 60px;

}

.product-discription .tab-btn-box:before {

  position: absolute;

  content: "";

  background-color: #e1e8e4;

  width: 100%;

  height: 1px;

  left: 0px;

  top: 28px;

}

.product-discription .tab-btn-box .tab-btns li {

  background-color: #fff;

  border: 1px solid #e1e8e4;

  color: #1e2434;

  cursor: pointer;

  display: inline-block;

  font-size: 14px;

  font-weight: bold;

  margin: 0px 8.5px;

  margin-bottom: 15px;

  padding: 14px 30px;

  position: relative;

  text-transform: uppercase;

  text-align: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.product-discription .tab-btn-box .tab-btns li.active-btn {

  color: var(--theme-color-light);

  background-color: var(--theme-color1);

}

.product-discription .tab-btn-box .tab-btns li:last-child {

  margin-bottom: 0;

}

.product-discription .single-comment-box .inner-box {

  position: relative;

  display: block;

  background-color: #f4f5f4;

  padding: 34px 30px 34px 125px;

}

.product-discription .single-comment-box .inner-box .comment-thumb {

  position: absolute;

  left: 30px;

  top: 40px;

  border-radius: 50%;

  width: 80px;

}

.product-discription .single-comment-box .inner-box .comment-thumb img {

  width: 100%;

  border-radius: 50%;

}

.product-discription .single-comment-box .inner-box .rating {

  position: relative;

  display: block;

  margin-bottom: 2px;

}

.product-discription .single-comment-box .inner-box .rating li {

  position: relative;

  display: inline-block;

  font-size: 16px;

  float: left;

  margin-right: 4px;

  color: #fdc009;

}

.product-discription .single-comment-box .inner-box .rating li:last-child {

  margin: 0px !important;

}

.product-discription .single-comment-box .inner-box h5 {

  display: block;

  font-size: 16px;

  line-height: 26px;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 16px;

}

.product-discription .single-comment-box .inner-box h5 span {

  font-weight: 400;

  text-transform: capitalize;

}

.product-discription .customer-comment {

  position: relative;

  display: block;

  margin-bottom: 60px;

}

.product-discription .comment-box {

  position: relative;

  display: block;

  background-color: #fff;

  padding: 51px 60px 60px 60px;

  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

}

.product-discription .comment-box h3 {

  display: block;

  font-size: 24px;

  line-height: 34px;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 23px;

}

.product-discription .comment-box .form-group {

  position: relative;

  margin-bottom: 15px;

}

.product-discription .comment-box .form-group label {

  position: relative;

  display: block;

  font-size: 18px;

  line-height: 28px;

  color: #707582;

  margin-bottom: 8px;

}

.product-discription .comment-box .column:last-child .form-group {

  margin-bottom: 0px;

}

.product-discription .comment-box .review-box {

  position: relative;

  display: block;

  margin-top: 8px;

}

.product-discription .comment-box .review-box p {

  position: relative;

  float: left;

  margin-right: 10px;

}

.product-discription .comment-box .review-box .rating {

  position: relative;

  float: left;

}

.product-discription .comment-box .review-box .rating li {

  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 28px;

  float: left;

  margin-right: 4px;

  color: #fdc009;

}

.product-discription .comment-box .review-box .rating li:last-child {

  margin: 0px !important;

}

.product-discription .comment-box .custom-controls-stacked {

  position: relative;

  float: left;

}



.related-product h3 {

  margin-bottom: 30px;

}



@media only screen and (max-width: 767px) {

  .product-details__img {

    margin-bottom: 50px;

  }

  .product-details__title span {

    margin-left: 0;

    display: block;

  }

  .product-details__buttons {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;

  }

  .product-details__buttons-2 {

    margin-left: 0;

    margin-top: 10px;

  }

  .product-details__social-link {

    margin-left: 0;

    margin-top: 20px;

  }

}

/***



====================================================================

 Categories Section

====================================================================



***/

.categories-section {

  position: relative;

  padding: 100px 0 70px;

}

.categories-section .bg-pattern {

  position: absolute;

  left: 0;

  top: -220px;

  width: 100%;

  height: 100%;

  content: "";

  background-image: url(../images/icons/pattern-7.html);

  background-repeat: no-repeat;

  background-position: left top;

  z-index: -1;

}

.categories-section:before {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 300px;

  width: 100%;

  background: var(--theme-color3);

  content: "";

  z-index: 1;

}

.categories-section:after {

  position: absolute;

  left: 0;

  bottom: -50px;

  height: 70px;

  width: 100%;

  z-index: 2;

  content: "";

  background-image: url(../images/icons/pattern-3.html);

  background-repeat: no-repeat;

  background-position: center bottom;

}



.category-block {

  position: relative;

  margin-bottom: 30px;

  z-index: 9;

}

.category-block .inner-box {

  position: relative;

  text-align: center;

  background: #ffffff;

  padding: 40px 30px 30px;

  border-radius: 10px;

  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block .inner-box:before {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 190px;

  background-repeat: no-repeat;

  background-position: center bottom;

  content: "";

}

.category-block .inner-box:hover {

  -webkit-transform: translateY(-20px);

  transform: translateY(-20px);

  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

}

.category-block .inner-box:hover .image img {

  -webkit-transform: rotate(10deg) scale(1.2);

  transform: rotate(10deg) scale(1.2);

}

.category-block .inner-box.cat-bg-1:before {

  background-image: url(../images/icons/cat-1-bg.html);

}

.category-block .inner-box.cat-bg-2:before {

  background-image: url(../images/icons/cat-2-bg.html);

}

.category-block .inner-box.cat-bg-3:before {

  background-image: url(../images/icons/cat-3-bg.html);

}

.category-block .inner-box.cat-bg-4:before {

  background-image: url(../images/icons/cat-4-bg.html);

}

.category-block .image {

  position: relative;

  display: inline-block;

  height: 180px;

  width: 180px;

  overflow: hidden;

  border-radius: 50%;

  margin-bottom: 15px;

}

.category-block .image img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block h4 {

  font-size: 20px;

  color: var(--theme-color3);

  font-weight: 700;

  margin-bottom: 10px;

}

.category-block h4 a {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block h4 a:hover {

  color: var(--theme-color1);

}

.category-block p {

  font-size: 14px;

  color: #797f7d;

  line-height: 26px;

  margin-bottom: 0px;

}



/***



====================================================================

    Categories Section Two

====================================================================



***/

.categories-section-two {

  position: relative;

  padding: 120px 0 90px;

}



.category-block-two {

  position: relative;

  padding-top: 70px;

  margin-bottom: 30px;

  z-index: 9;

}

.category-block-two .inner-box {

  position: relative;

  text-align: center;

  background: #ffffff;

  border-radius: 10px;

  margin: 0 auto;

  padding: 18px;

}

.category-block-two .inner-box:before {

  position: absolute;

  left: 0;

  top: 0;

  bottom: 60px;

  width: 100%;

  border-radius: 10px;

  background: #e3eee5;

  content: "";

}

.category-block-two .inner-box:hover .image:before {

  left: 100%;

  -webkit-transition: all 1000ms ease;

  transition: all 1000ms ease;

}

.category-block-two .inner-box:hover .image img {

  -webkit-transform: scale(0.9);

  transform: scale(0.9);

}

.category-block-two .inner-box:hover h4 a {

  color: var(--theme-color1);

}

.category-block-two .content {

  position: relative;

  background: #ffffff;

  border-radius: 10px;

  padding: 0 40px 40px;

  z-index: 1;

  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);

  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);

}

.category-block-two .content:before {

  position: absolute;

  top: -88px;

  left: 0;

  width: 180px;

  height: 180px;

  right: 0;

  margin: 0 auto;

  border-radius: 50%;

  background: #e3eee5;

  content: "";

}

.category-block-two .content:after {

  position: absolute;

  left: 0;

  bottom: 0px;

  width: 100%;

  font-size: 30px;

  line-height: 1em;

  color: #e8f3ea;

  height: 15px;

  overflow: hidden;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  content: attr(data-text);

}

.category-block-two .image {

  position: relative;

  display: inline-block;

  overflow: hidden;

  margin-bottom: 25px;

  margin-top: -70px;

}

.category-block-two .image img {

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block-two .image:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 120%;

  width: 100%;

  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );

  content: "";

  opacity: 0.3;

  left: -100%;

  pointer-events: none;

  z-index: 1;

}

.category-block-two h4 {

  font-size: 22px;

  color: var(--theme-color3);

  font-weight: 700;

  margin-bottom: 15px;

}

.category-block-two h4 a {

  color: var(--theme-color3);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block-two p {

  font-size: 16px;

  color: #797f7d;

  line-height: 26px;

  margin-bottom: 0px;

}

.category-block-two .link {

  position: relative;

  display: inline-block;

  height: 50px;

  width: 50px;

  background: #e8f3ea;

  border-radius: 50%;

  line-height: 50px;

  margin-top: 25px;

  color: #608174;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.category-block-two .link:hover {

  -webkit-transform: rotate(270deg);

  transform: rotate(270deg);

}

.category-block-two.child-two .link {

  background: #f0e2e3;

}

.category-block-two.child-two .inner-box:before {

  background: #f0e2e3;

}

.category-block-two.child-two .inner-box:hover h4 a {

  color: #e69da2;

}

.category-block-two.child-two .content:before {

  background: #f0e2e3;

}

.category-block-two.child-two .content:after {

  color: #f0e2e3;

}

.category-block-two.child-three .link {

  background: #f1ede1;

}

.category-block-two.child-three .inner-box:before {

  background: #f1ede1;

}

.category-block-two.child-three .inner-box:hover h4 a {

  color: #c9b579;

}

.category-block-two.child-three .content:before {

  background: #f1ede1;

}

.category-block-two.child-three .content:after {

  color: #f1ede1;

}



/***



====================================================================

    Products Section

====================================================================



***/

.products-section {

  position: relative;

  padding: 120px 0;

}



.products-section .bg-image {

  position: absolute;

  left: 0;

  top: 0;

  height: 670px;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  background-attachment: fixed;

}



.products-section .bg-image:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #113629;

  opacity: 0.7;

  content: "";

}



.products-section .bg-image:after {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 50px;

  width: 100%;

  background-image: url(../images/icons/pattern-8.png);

  background-position: center bottom;

  content: "";

}



.products-section .sec-title h2 {

  font-size: 60px;

}



.products-section .sec-title .theme-btn {

  margin-top: 30px;

}



.products-box {

  max-width: 1530px;

  position: relative;

  padding: 120px 60px 90px;

  margin: 120px auto 0;

  background-color: #f7f5ee;

  overflow: hidden;

  border-radius: 10px;

}



.products-box:before {

  position: absolute;

  left: -90px;

  bottom: 0;

  height: 70%;

  width: 100%;

  background: url(../images/icons/shape-7.html) top left no-repeat;

  content: "";

}



.products-box .sec-title {

  margin-bottom: 30px;

}



.products-box .outer-box {

  position: relative;

  padding-right: 400px;

}



.products-box .outer-box .banner-box-two {

  position: absolute;

  right: 0;

  top: 0;

}



.banner-box-two {

  position: relative;

}



.banner-box-two .inner-box:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 67, 51)), to(rgba(229, 229, 229, 0)));

  background: linear-gradient(to bottom, rgb(22, 67, 51) 0%, rgba(229, 229, 229, 0) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="var(--theme-color3)", endColorstr="#00e5e5e5",GradientType=0 );

  content: "";

}



.banner-box-two .inner-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;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  max-width: 370px;

  background: var(--theme-color3);

  border-radius: 10px;

  min-height: 440px;

  text-align: center;

  overflow: hidden;

  padding: 20px 20px;

}



.banner-box-two .title {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -webkit-box-align: end;

  -ms-flex-align: end;

  align-items: flex-end;

  font-size: 20px;

  color: #ffffff;

  text-transform: uppercase;

  margin-bottom: 20px;

}



.banner-box-two .title strong {

  font-size: 60px;

  line-height: 1em;

  color: var(--theme-color2);

  font-weight: 400;

}



.banner-box-two h4 {

  font-size: 30px;

  line-height: 1.2em;

  color: #ffffff;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  margin-bottom: 30px;

}



.product-block-two {

  position: relative;

  margin-bottom: 30px;

}



.product-block-two .inner-box {

  position: relative;

  border: 2px solid transparent;

  border-radius: 10px;

  background: #ffffff;

  padding: 20px 20px;

  padding-left: 150px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  min-height: 150px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.product-block-two .inner-box:hover {

  border: 2px solid var(--theme-color1);

}



.product-block-two .image {

  position: absolute;

  left: 20px;

  top: 20px;

  border-radius: 50%;

  overflow: hidden;

  height: 110px;

  width: 110px;

  border: 1px solid #e4e1d6;

  margin-bottom: 0px;

}



.product-block-two .image img {

  width: auto;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.product-block-two .inner-box:hover .image img {

  -webkit-transform: scale(-1) rotate(180deg);

  transform: scale(-1) rotate(180deg);

}



.product-block-two h4 {

  display: block;

  font-size: 22px;

  color: var(--theme-color3);

  font-weight: 700;

  margin-bottom: 5px;

}



.product-block-two h4 a {

  color: var(--theme-color3);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.product-block-two .price {

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: var(--theme-color1);

  font-weight: 600;

}



.product-block-two .price del {

  display: inline-block;

  margin-left: 15px;

  font-size: 16px;

  color: #ff0000;

  line-height: 27px;

  opacity: 0.3;

}



.product-block-two .rating {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  font-size: 14px;

  color: #ffc737;

}



.products-carousel .owl-nav {

  display: none;

}



.products-carousel .owl-dots {

  position: absolute;

  right: 0;

  top: -80px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  z-index: 8;

}



.products-carousel .owl-dot {

  position: relative;

  height: 7px;

  width: 7px;

  display: block;

  background: #879d91;

  margin-right: 5px;

  border-radius: 5px;

  display: block;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.products-carousel .owl-dot.active {

  background: var(--theme-color3);

}



/***



====================================================================

    Featured Products

====================================================================



***/

.featured-products {

  position: relative;

  padding: 120px 0 90px;

}



.featured-products .bg-shape {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: url(../images/icons/pattern-7.html) left bottom no-repeat;

  background-size: 700px;

}



/*=== Mixitup Gallery ===*/

.featured-products .filters {

  margin-bottom: 40px;

  text-align: center;

}



.featured-products .filters .filter-tabs {

  position: relative;

  display: inline-block;

}



.featured-products .filters li {

  border-radius: 10px;

  color: #797f7d;

  cursor: pointer;

  display: inline-block;

  font-size: 18px;

  font-weight: 500;

  line-height: 24px;

  margin: 0 5px 0;

  padding: 10px 12px;

  position: relative;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}



.featured-products .filters li:last-child {

  margin-right: 0;

}



.featured-products .filters .filter.active,

.featured-products .filters .filter:hover {

  background-color: var(--headings-color);

  color: #fff;

}



.featured-products .filters li:before {

  position: absolute;

  left: 0;

  bottom: 8px;

  height: 2px;

  width: 100%;

  content: "";

  background-color: var(--theme-color1);

  -webkit-transform: scale(0, 1);

  transform: scale(0, 1);

  -webkit-transform-origin: top right;

  transform-origin: top right;

  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  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); /* easeInOutQuint */

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */

}



.featured-products .filters li.active:before,

.featured-products .filters li:hover:before {

  -webkit-transform: scale(1, 1);

  transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

  transform-origin: bottom left;

}



.innerpage-style .product-block {

  position: relative;

  margin-bottom: 30px;

}

.innerpage-style .product-block.mix {

  display: none;

}

.innerpage-style .product-block .inner-box {

  position: relative;

  border: 2px solid #e4e1d5;

  border-radius: 10px;

  text-align: center;

  background: #ffffff;

  overflow: hidden;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.innerpage-style .product-block .inner-box:hover {

  border: 2px solid var(--theme-color1);

  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);

}

.innerpage-style .product-block .image {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  overflow: hidden;

  margin-bottom: 0px;

}

.innerpage-style .product-block .image:before {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));

  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );

  content: "";

  opacity: 0.3;

  left: -100%;

  pointer-events: none;

  z-index: 1;

}

.innerpage-style .product-block .inner-box:hover .image:before {

  left: 100%;

  -webkit-transition: all 1000ms ease;

  transition: all 1000ms ease;

}

.innerpage-style .product-block .image img {

  width: auto;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.innerpage-style .product-block .inner-box:hover .image img {

  -webkit-transform: scale(0.9);

  transform: scale(0.9);

}

.innerpage-style .product-block .content {

  position: relative;

  padding: 30px 30px 30px;

}

.innerpage-style .product-block h4 {

  display: block;

  font-size: 22px;

  color: var(--theme-color1);

  font-weight: 700;

  margin-bottom: 5px;

}

.innerpage-style .product-block h4 a {

  color: var(--theme-color1);

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.innerpage-style .product-block h4 a:hover {

  color: var(--theme-color1);

}

.innerpage-style .product-block .price {

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: var(--text-gray-silver);

  font-weight: 600;

}

.innerpage-style .product-block .price del {

  display: inline-block;

  margin-left: 15px;

  font-size: 16px;

  color: #ff0000;

  line-height: 27px;

  opacity: 0.3;

}

.innerpage-style .product-block .rating {

  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;

  font-size: 14px;

  color: #ffc737;

}

.innerpage-style .product-block .tag {

  position: absolute;

  top: 30px;

  left: 20px;

  font-size: 14px;

  line-height: 23px;

  color: #ffffff;

  background: #FD5F5C;

  font-weight: 400;

  padding: 0 12px;

  border-radius: 3px;

  z-index: 9;

  font-style: italic;

  text-transform: uppercase;

}

.innerpage-style .product-block .icon-box {

  position: absolute;

  right: 20px;

  top: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.innerpage-style .product-block .inner-box:hover .icon-box {

  top: 20px;

  opacity: 1;

  visibility: visible;

  -webkit-transition-delay: 300ms;

  transition-delay: 300ms;

}

.innerpage-style .product-block .ui-btn {

  position: relative;

  display: block;

  height: 40px;

  width: 40px;

  font-size: 14px;

  line-height: 40px;

  text-align: center;

  color: #ffffff;

  z-index: 9;

  background-color: var(--theme-color1);

  color: var(--theme-color-light);

  cursor: pointer;

  border-radius: 50px;

  margin-bottom: 10px;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.innerpage-style .product-block .ui-btn:hover {

  background-color: var(--theme-color2);

  color: #fff;

}

.innerpage-style .product-block .cat {

  display: block;

  font-size: 18px;

  color: #707070;

  font-style: italic;

  margin-bottom: 5px;

}



/*

 * shop-catalog-layouts.scss

 * -----------------------------------------------

*/

table.tbl-shopping-cart .product-thumbnail, table.cart-total .product-thumbnail {

  min-width: 64px;

}

table.tbl-shopping-cart img, table.cart-total img {

  width: 64px;

  -webkit-box-shadow: none;

          box-shadow: none;

}

table.tbl-shopping-cart th,

table.tbl-shopping-cart td, table.cart-total th,

table.cart-total td {

  vertical-align: middle;

  border-left: 1px solid #e3e3e3;

  padding: 20px 30px;

}

table.tbl-shopping-cart .product-name a, table.cart-total .product-name a {

  color: var(--headings-color);

}

table.tbl-shopping-cart .product-name .variation, table.cart-total .product-name .variation {

  font-size: 0.9rem;

  list-style: none;

}

table.tbl-shopping-cart .product-remove a, table.cart-total .product-remove a {

  display: inline-block;

  width: 24px;

  height: 24px;

  line-height: 24px;

  border-radius: 24px;

  -webkit-transition: all 300ms ease-out;

  transition: all 300ms ease-out;

  background-color: #757575;

  color: #ffffff;

  text-align: center;

}

table.tbl-shopping-cart .coupon-form .apply-button, table.cart-total .coupon-form .apply-button {

  position: relative;

  display: inline-block;

  color: #1e2434;

  background: #f4f5f4;

  padding: 15px 29px;

  cursor: pointer;

  text-transform: uppercase;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

table.tbl-shopping-cart .coupon-form .apply-button:hover, table.cart-total .coupon-form .apply-button:hover {

  color: #fff;

  background-color: var(--theme-color2);

}



table.tbl-shopping-cart > thead > tr > th,

table.tbl-shopping-cart > tbody > tr > th,

table.tbl-shopping-cart > tfoot > tr > th {

  color: #444;

}



.payment-method .accordion-box .block {

  background: #f4f5f4;

  -webkit-box-shadow: none;

          box-shadow: none;

  margin-bottom: 20px;

}

.payment-method .accordion-box .block .acc-content .payment-info {

  position: relative;

  display: block;

  background-color: #fff;

  padding: 30px 30px 10px 30px;

}

.payment-method .accordion-box .block:last-child {

  margin-bottom: 0px;

}

.payment-method .accordion-box .block .acc-btn {

  padding: 19px 30px 22px 30px;

}

.payment-method .accordion-box .block .acc-btn .icon-outer {

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  position: absolute;

  top: 50%;

  right: 30px;

  height: auto;

  /* line-height: 65px; */

  font-size: 28px;

  color: #1e2434;

}

.payment-method .accordion-box .block .acc-btn.active .icon-outer {

  color: var(--text-color-bg-theme-color2);

}

.payment-method .payment-method h3 {

  margin-bottom: 32px;

}



.shop-sidebar {

  position: relative;

  display: block;

}

.shop-sidebar .sidebar-search {

  margin-bottom: 30px;

}

.shop-sidebar .sidebar-search .search-form .form-group {

  position: relative;

  margin: 0px;

}

.shop-sidebar .sidebar-search .search-form .form-group input[type=search] {

  position: relative;

  width: 100%;

  height: 52px;

  background-color: var(--theme-light-background);

  border: 1px solid var(--theme-light-background);

  border-radius: 5px;

  color: #646578;

  padding: 10px 60px 10px 20px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.shop-sidebar .sidebar-search .search-form .form-group button {

  position: absolute;

  display: inline-block;

  top: 5px;

  right: 5px;

  width: 42px;

  height: 42px;

  line-height: 42px;

  text-align: center;

  font-size: 18px;

  color: #fff;

  background-color: var(--theme-color1);

  cursor: pointer;

  border-radius: 3px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.shop-sidebar .sidebar-search .search-form .form-group button:hover {

  color: var(--headings-color);

  background-color: var(--theme-color1);

}

.shop-sidebar .sidebar-widget {

  position: relative;

  display: block;

  background-color: var(--theme-light-background);

  padding: 35px 30px 37px 30px;

  border-radius: 5px;

  margin-bottom: 30px;

}

.shop-sidebar .sidebar-widget:last-child {

  margin-bottom: 0px;

}

.shop-sidebar .sidebar-widget .widget-title {

  position: relative;

  display: block;

  margin-bottom: 16px;

}

.shop-sidebar .category-widget .category-list li {

  position: relative;

  display: block;

  margin-bottom: 14px;

}

.shop-sidebar .category-widget .category-list li:last-child {

  margin-bottom: 0px;

}

.shop-sidebar .category-widget .category-list li a {

  position: relative;

  display: inline-block;

  color: #646578;

  font-weight: 400;

  padding-left: 20px;

}

.shop-sidebar .category-widget .category-list li a:before {

  position: absolute;

  content: "\f0da";

  font-family: "Font Awesome 6 Pro";

  left: 0px;

  top: 0px;

  font-size: 16px;

  font-weight: 600;

  color: var(--theme-color1);

}

.shop-sidebar .category-widget .category-list li a:hover {

  color: var(--theme-color1);

}

.shop-sidebar .price-filters .widget-title {

  margin-bottom: 28px;

}

.shop-sidebar .post-widget {

  padding-bottom: 9px;

}

.shop-sidebar .post-widget .post {

  position: relative;

  padding-left: 90px;

  padding-bottom: 24px;

  margin-bottom: 23px;

  min-height: 108px;

  border-bottom: 1px solid #e1e1e1;

}

.shop-sidebar .post-widget .post:last-child {

  margin-bottom: 0px;

  border-bottom: none;

}

.shop-sidebar .post-widget .post .post-thumb {

  position: absolute;

  left: 0px;

  top: 7px;

  width: 70px;

  height: 70px;

  border: 1px solid #d0d4dd;

  border-radius: 5px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.shop-sidebar .post-widget .post .post-thumb img {

  width: 100%;

  border-radius: 5px;

}

.shop-sidebar .post-widget .post a {

  position: relative;

  display: inline-block;

  font-size: 16px;

  line-height: 26px;

  color: #646578;

  margin-bottom: 7px;

}

.shop-sidebar .post-widget .post .price {

  position: relative;

  display: block;

  font-size: 14px;

  line-height: 24px;

  font-family: "Poppins", sans-serif;

  font-weight: 600;

  color: #0a267a;

}

.shop-sidebar .post-widget .post:hover .post-thumb {

  border-color: var(--theme-color1);

}

.shop-sidebar .post-widget .post:hover a {

  color: var(--theme-color1);

}



.range-slider {

  position: relative;

}

.range-slider .title {

  line-height: 26px;

  position: relative;

  display: inline-block;

  margin-right: 4px;

}

.range-slider .title:before {

  position: absolute;

  content: "$";

  left: -5px;

  top: -19px;

  color: #646578;

  font-size: 18px;

}

.range-slider p {

  position: relative;

  display: inline-block;

  color: #646578;

  margin-right: 10px !important;

}

.range-slider .input {

  color: #646578;

  max-width: 75px;

  font-size: 18px;

  margin-top: 5px;

  position: relative;

  display: inline-block;

}

.range-slider .input input {

  background: none;

  color: #646578;

  font-size: 15px;

  text-align: left;

}

.range-slider .ui-widget.ui-widget-content {

  height: 4px;

  border: none;

  margin-bottom: 14px;

  background-color: #d0d4dd;

  border-radius: 2px;

}

.range-slider .ui-slider .ui-slider-range {

  top: 0px;

  height: 4px;

  background-color: var(--theme-color1);

}

.range-slider .ui-state-default {

  top: -5px;

  width: 14px;

  height: 14px;

  border: none;

  border-radius: 50%;

  cursor: pointer;

  margin-left: 0px;

  background-color: var(--theme-color1);

  position: absolute;

}

.range-slider .ui-state-default:before {

  position: absolute;

  content: "";

  background-color: #ffffff;

  width: 6px;

  height: 6px;

  left: 4px;

  top: 4px;

  border-radius: 50%;

}

.range-slider .ui-widget-content .ui-state-default {

  top: -5px;

  width: 14px;

  height: 14px;

  border: none;

  border-radius: 50%;

  cursor: pointer;

  margin-left: 0px;

  background-color: var(--theme-color1);

}

.range-slider .ui-widget-content .ui-state-default:before {

  position: absolute;

  content: "";

  background-color: #ffffff;

  width: 6px;

  height: 6px;

  left: 4px;

  top: 4px;

  border-radius: 50%;

}

.range-slider input[type=submit] {

  position: relative;

  display: block;

  background: var(--theme-color1);

  color: var(--theme-color-light);

  float: right;

  text-align: center;

  border: none;

  font-size: 14px;

  font-weight: 600;

  margin-top: 0;

  text-transform: capitalize;

  cursor: pointer;

  padding: 7px 20px;

  border-radius: 10px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.range-slider input[type=submit]:hover {

  color: var(--theme-color-dark);

  background-color: var(--theme-color1);

}



/*** 



====================================================================

Page Title

====================================================================



***/

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

  }

}
.ml-0{
	margin-left: 0 !important;
}
.page-title {

  background-color: var(--theme-color2);

  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding:  0 0;

  min-height: 250px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.page-title:before {

  bottom: 0;

  content: "";

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 32, 33, 0.9)), to(transparent));

  background: linear-gradient(180deg, rgba(17, 32, 33, 0.9), transparent);

}

.page-title .title {

  color: #ffffff;

  font-size: 64px;

  margin-bottom: 17px;

}

.page-title .text {

  color: #ffffff;

  position: relative;

  font-size: 16px;

  line-height: 26px;

  letter-spacing: 0.05em;

  max-width: 520px;

}



.page-breadcrumb {

  position: relative;

  margin-top: 5px;

}

.page-breadcrumb li {

  color: #ffffff;

  position: relative;

  display: inline-block;

  margin-right: 12px;

  padding-right: 13px;

  font-size: 14px;

  font-weight: 400;

  text-transform: capitalize;

}

.page-breadcrumb li:after {

  position: absolute;

  content: "\f105";

  right: -6px;

  top: 1px;

  font-size: 14px;

  font-weight: 900;

  font-family: "Font Awesome 6 Pro";

}

.page-breadcrumb li:last-child {

  padding-right: 0px;

  margin-right: 0px;

}

.page-breadcrumb li:last-child::after {

  display: none;

}

.page-breadcrumb li a {

  color: #ffffff;

  font-weight: 500;

  text-transform: capitalize;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

}

.page-breadcrumb li a:hover {

  color: var(--theme-color1);

}



.page-title.style-two {

  background-position: center center;

}

.page-title.style-two .page-breadcrumb-outer {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  padding: 10px 0;

  -webkit-transform: translateY(100%);

  transform: translateY(100%);

  z-index: 8;

}

.page-title.style-two .page-breadcrumb li {

  color: rgb(7, 7, 16);

  font-weight: 600;

}

.page-title.style-two .page-breadcrumb li:after {

  color: rgb(7, 7, 16);

}

.page-title.style-two .page-breadcrumb li a {

  color: rgba(7, 7, 16, 0.6);

}

.page-title.style-two .page-breadcrumb li a:hover {

  color: rgb(7, 7, 16);

}



.play-now {

  position: relative;

  display: block;

  z-index: 9;

  -webkit-transition: all 300ms ease;

  transition: all 300ms ease;

}

.play-now .icon {

  position: relative;

  display: inline-block;

  height: 70px;

  width: 70px;

  text-align: center;

  line-height: 70px;

  background-color: #ffffff;

  color: #ff6d2e;

  z-index: 1;

  padding-left: 0px;

  font-size: 14px;

  display: block;

  border-radius: 50%;

  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);

  -webkit-transform-origin: center;

  transform-origin: center;

}

.play-now .ripple {

  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  animation: ripple 3s infinite;

}

.play-now .ripple:before {

  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  animation: ripple 3s infinite;

  -webkit-animation-delay: 0.9s;

  animation-delay: 0.9s;

  content: "";

  position: absolute;

}

.play-now .ripple:after {

  position: absolute;

  top: 50%;

  left: 50%;

  height: 70px;

  width: 70px;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  border-radius: 50%;

  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);

  -webkit-animation: ripple 3s infinite;

  animation: ripple 3s infinite;

  -webkit-animation-delay: 0.6s;

  animation-delay: 0.6s;

  content: "";

  position: absolute;

}



.background-image {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-repeat: repeat;

  background-position: center;

  background-size: cover;

}



.error-page__inner {

  position: relative;

  display: block;

  text-align: center;

}

.error-page__inner .error-page__title-box {

  position: relative;

  display: block;

}

.error-page__inner .error-page__title {

  position: relative;

  display: inline-block;

  font-size: 280px;

  line-height: 280px;

  margin-bottom: 0;

  color: var(--theme-color1);

}

.error-page__inner .error-page__sub-title {

  font-size: 40px;

  letter-spacing: 0.1em;

  text-transform: uppercase;

  line-height: 50px;

  margin-top: -16px;

}

.error-page__inner .error-page__text {

  font-size: 20px;

  line-height: 30px;

  text-align: center;

}

.error-page__inner .error-page__form {

  position: relative;

  display: block;

  margin: 42px auto 20px;

}

.error-page__inner .error-page__form input[type=search] {

  height: 60px;

  width: 100%;

  border: none;

  outline: none;

  background-color: #f5f5f5;

  font-size: 14px;

  color: #333;

  padding-left: 50px;

  padding-right: 75px;

  border-radius: 7px;

}

.error-page__inner .error-page__form button[type=submit] {

  background-color: transparent;

  font-size: 22px;

  position: absolute;

  top: 0;

  right: 0px;

  bottom: 0;

  width: 72px;

  outline: none;

  border: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0;

}

.error-page__inner .error-page__form-input {

  position: relative;

  display: block;

  max-width: 570px;

  width: 100%;

  margin: 0 auto;

}



/***



====================================================================

        Contact

====================================================================



***/

.contact-details__info {

  position: relative;

  display: block;

  margin-top: 41px;

}

.contact-details__info li {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.contact-details__info li .icon {

  height: 80px;

  width: 80px;

  background-color: var(--theme-color1);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.contact-details__info li .icon span {

  color: #fff;

  font-size: 25px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.contact-details__info li:hover .icon {

  background-color: var(--theme-color2);

}

.contact-details__info li:hover .icon span {

  color: var(--theme-color1);

}

.contact-details__info li:hover .text a {

  color: var(--notech-base);

}

.contact-details__info li:hover .text a span {

  color: var(--notech-gray);

}

.contact-details__info li .text {

  margin-left: 30px;

}

.contact-details__info li .text p {

  font-size: 14px;

  line-height: 24px;

}

.contact-details__info li .text a {

  font-size: 18px;

  color: var(--notech-black);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.contact-details__info li .text span {

  font-size: 20px;

  color: var(--notech-black);

}

.contact-details__info li + li {

  margin-top: 19px;

}



.map {

  height: 450px;

}



/***

=============================================

    Services Details

=============================================

***/

.service-sidebar {

  position: relative;

  display: block;

  max-width: 365px;

  width: 100%;

}

.service-sidebar .service-sidebar-single {

  position: relative;

  display: block;

  margin-bottom: 30px;

}

.service-sidebar .service-sidebar-single-services {

  position: relative;

  display: block;

  background: #f6f4ec;

  border-radius: 10px;

  padding: 35px 30px 25px;

}

.service-sidebar .service-sidebar-single-services .title {

  position: relative;

  display: block;

  margin-bottom: 12px;

  padding-left: 20px;

}

.service-sidebar .service-sidebar-single-services .title h3 {

  color: var(--headings-color);

  font-size: 20px;

  line-height: 30px;

  letter-spacing: -0.02em;

}

.service-sidebar .service-sidebar-single-services ul {

  position: relative;

  display: block;

  margin-top: 10px;

}

.service-sidebar .service-sidebar-single-services ul li {

  position: relative;

  display: block;

  margin-bottom: 5px;

  margin-top: -10px;

}

.service-sidebar .service-sidebar-single-services ul li:last-child {

  margin-bottom: 0;

}

.service-sidebar .service-sidebar-single-services ul li a {

  position: relative;

  display: block;

  color: var(--agriox-color-1, #687469);

  font-size: 18px;

  padding: 22px 20px 22px;

  border-radius: 10px;

  background: transparent;

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition-delay: 0.1s;

          transition-delay: 0.1s;

  z-index: 1;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.service-sidebar .service-sidebar-single-services ul li a:hover {

  color: var(--headings-color);

}

.service-sidebar .service-sidebar-single-services ul li a:hover::before {

  opacity: 1;

  -webkit-transform: perspective(400px) rotateX(0deg);

          transform: perspective(400px) rotateX(0deg);

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition-delay: 0.1s;

          transition-delay: 0.1s;

}

.service-sidebar .service-sidebar-single-services ul li a:hover i {

  color: var(--theme-color1);

}

.service-sidebar .service-sidebar-single-services ul li a::before {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  content: "";

  z-index: -1;

  opacity: 1;

  -webkit-transform: perspective(400px) rotateX(90deg);

          transform: perspective(400px) rotateX(90deg);

  -webkit-transform-origin: bottom;

          transform-origin: bottom;

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition-delay: 0.1s;

          transition-delay: 0.1s;

  background: #ffffff;

  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

  border-radius: 10px;

}

.service-sidebar .service-sidebar-single-services ul li a i {

  font-size: 16px;

}

.service-sidebar .service-sidebar-single-services ul li.current a::before {

  opacity: 1;

  -webkit-transform: perspective(400px) rotateX(0deg);

          transform: perspective(400px) rotateX(0deg);

  -webkit-transition: all 300ms linear;

  transition: all 300ms linear;

  -webkit-transition-delay: 0.1s;

          transition-delay: 0.1s;

}

.service-sidebar .service-sidebar-single-services ul li.current a i {

  color: var(--theme-color1);

}

.service-sidebar .service-sidebar-single-services ul li.current:first-child {

  margin-top: 20px;

}

.service-sidebar .service-sidebar-single-services ul li.current:last-child {

  margin-bottom: 35px;

}

.service-sidebar .service-sidebar-single-contact-box {

  position: relative;

  display: block;

  background-attachment: scroll;

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  border-radius: 10px;

  padding: 50px 0px 44px;

  z-index: 1;

}

.service-sidebar .service-sidebar-single-contact-box::before {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background: rgba(109, 140, 84, 0.93);

  border-radius: 10px;

  content: "";

  z-index: -1;

}

.service-sidebar .service-sidebar-single-contact-box .icon {

  position: relative;

  display: inline-block;

  width: 60px;

  height: 60px;

  text-align: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border-radius: 50%;

  background: var(--theme-color2);

}

.service-sidebar .service-sidebar-single-contact-box .icon:hover {

  background-color: var(--headings-color);

}

.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {

  color: #fff;

}

.service-sidebar .service-sidebar-single-contact-box .icon span::before {

  position: relative;

  display: inline-block;

  color: var(--headings-color);

  font-size: 30px;

  line-height: 60px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.service-sidebar .service-sidebar-single-contact-box .title {

  position: relative;

  display: block;

  margin-top: 20px;

  margin-bottom: 42px;

}

.service-sidebar .service-sidebar-single-contact-box .title h2 {

  color: #ffffff;

  font-size: 36px;

}

.service-sidebar .service-sidebar-single-contact-box .phone {

  font-size: 24px;

  line-height: 34px;

}

.service-sidebar .service-sidebar-single-contact-box .phone a {

  color: #ffffff;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.service-sidebar .service-sidebar-single-contact-box .phone a:hover {

  color: var(--theme-color1);

}

.service-sidebar .service-sidebar-single-contact-box p {

  color: #ffffff;

  font-size: 14px;

  line-height: 22px;

}

.service-sidebar .service-sidebar-single-btn {

  position: relative;

  display: block;

}

.service-sidebar .service-sidebar-single-btn .thm-btn {

  font-size: 16px;

  padding: 13px 50px 28px;

}

.service-sidebar .service-sidebar-single-btn .thm-btn span::before {

  position: relative;

  display: inline-block;

  top: 13px;

  color: #334b35;

  font-size: 40px;

  padding-right: 25px;

  -webkit-transition: all 600ms ease;

  transition: all 600ms ease;

  font-weight: 500;

}

.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {

  color: #ffffff;

}

.service-sidebar .banner-widget {

  position: relative;

  display: block;

  background: #fff;

  border-radius: 10px;

  overflow: hidden;

  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);

          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);

}

.service-sidebar .banner-widget .widget-content {

  position: relative;

  display: block;

  width: 100%;

  padding: 45px 30px 40px 30px;

  background-size: cover;

  background-repeat: no-repeat;

}

.service-sidebar .banner-widget .widget-content .shape {

  position: absolute;

  left: 0px;

  top: 0px;

  height: 100%;

  width: 278px;

  background-repeat: no-repeat;

  background-size: cover;

}

.service-sidebar .banner-widget .content-box {

  position: relative;

  max-width: 200px;

  width: 100%;

}

.service-sidebar .banner-widget .content-box .icon-box {

  position: relative;

  display: inline-block;

  width: 60px;

  height: 60px;

  line-height: 60px;

  font-size: 40px;

  background-color: var(--theme-color2);

  color: var(--text-color-bg-theme-color2);

  text-align: center;

  border-radius: 5px;

  margin-bottom: 23px;

}

.service-sidebar .banner-widget .content-box .icon-box .icon-shape {

  position: absolute;

  top: -15px;

  right: -38px;

  width: 32px;

  height: 32px;

  background-repeat: no-repeat;

}

.service-sidebar .banner-widget .content-box h3 {

  display: block;

  font-size: 24px;

  line-height: 32px;

  color: #ffffff;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 22px;

}

.service-sidebar .banner-widget .content-box .theme-btn-two:hover {

  background: #0a267a;

}

.service-sidebar .service-sidebar-single-btn .theme-btn {

  padding: 20px 50px;

}

.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {

  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;

}

.service-sidebar .service-sidebar-single-btn .theme-btn span::before {

  position: relative;

  display: inline-block;

  font-size: 36px;

  padding-right: 25px;

  margin-top: 7px;

  -webkit-transition: all 600ms ease;

  transition: all 600ms ease;

  font-weight: 500;

}



.services-details__content .feature-list .single-item {

  position: relative;

  display: block;

  border: 1px solid #e1e8e4;

  padding: 16px 30px 16px 53px;

  margin-bottom: 20px;

  -webkit-transition: all 600ms ease;

  transition: all 600ms ease;

}

.services-details__content .feature-list .single-item .icon-box {

  color: var(--theme-color1);

  position: absolute;

  left: 20px;

  top: 16px;

  font-size: 18px;

  -webkit-transition: all 600ms ease;

  transition: all 600ms ease;

}

.services-details__content .feature-list .single-item .title {

  display: block;

  margin: 0;

  font-size: 16px;

  line-height: 32px;

  font-weight: 600;

  text-transform: uppercase;

}

.services-details__content .feature-list .single-item:hover {

  background-color: var(--theme-color2);

  color: var(--text-color-bg-theme-color2);

}

.services-details__content .feature-list .single-item:hover .icon-box {

  color: var(--text-color-bg-theme-color2);

}



.service-list li {

  position: relative;

  display: block;

  margin-bottom: 10px;

}

.service-list li:last-child {

  margin-bottom: 0px;

}

.service-list li a {

  position: relative;

  display: block;

  font-size: 18px;

  color: var(--headings-color);

  font-weight: 600;

  background-color: #fff;

  padding: 17px 20px 17px 50px;

  -webkit-box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 20px 5px 20px 0px rgba(0, 0, 0, 0.05);

}

.service-list li a:hover, .service-list li a.current {

  color: var(--text-color-bg-theme-color1);

  background-color: var(--theme-color1);

  padding-left: 80px;

}

.service-list li a:hover i, .service-list li a.current i {

  width: 60px;

  color: var(--text-color-bg-theme-color2);

  background-color: var(--theme-color2);

}

.service-list li i {

  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;

  left: 0px;

  top: 0px;

  width: 30px;

  height: 100%;

  background-color: #f6f4ec;

  text-align: center;

  font-size: 16px;

  color: #707582;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}



.sidebar-service-list {

  margin: 0;

}

.sidebar-service-list li + li {

  margin-top: 10px;

}

.sidebar-service-list li a {

  font-size: 18px;

  font-weight: 700;

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  display: block;

  background-color: #ebf6fc;

  border-radius: 15px;

  padding: 19px 40px;

}

.sidebar-service-list li a:hover {

  color: var(--theme-color1);

}

.sidebar-service-list li a:hover i {

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  color: #fff;

  background-color: var(--theme-color1);

}

.sidebar-service-list li a i {

  height: 32px;

  width: 45px;

  position: absolute;

  top: 50%;

  right: 20px;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  color: #191825;

  background-color: #fff;

  text-align: center;

  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: 16px;

  border-radius: 15px;

}

.sidebar-service-list li.current a {

  color: var(--theme-color1);

}

.sidebar-service-list li.current a i {

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);

  color: #fff;

  background-color: var(--theme-color1);

}



.service-details-help {

  background-color: var(--theme-color1);

  border-radius: 15px;

  display: block;

  margin-top: 30px;

  overflow: hidden;

  padding: 57px 55px 50px;

  position: relative;

  text-align: center;

  z-index: 1;

}



.help-shape-1 {

  position: absolute;

  bottom: -215px;

  left: -95px;

  width: 220px;

  height: 500px;

  background-color: #303030;

  mix-blend-mode: soft-light;

  border-radius: 150px;

  -webkit-transform: rotate(45deg);

          transform: rotate(45deg);

  z-index: -1;

}



.help-shape-2 {

  position: absolute;

  top: -118px;

  right: -130px;

  width: 180px;

  height: 350px;

  background-color: #fff;

  mix-blend-mode: soft-light;

  border-radius: 186px;

  -webkit-transform: rotate(48deg);

          transform: rotate(48deg);

}



.help-icon {

  height: 73px;

  width: 73px;

  background-color: #fff;

  color: #191825;

  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;

  border-radius: 50%;

  margin: 0 auto 0;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.help-icon:hover {

  background-color: var(--theme-color1);

  color: #fff;

}



.help-title {

  font-size: 38px;

  color: #fff;

  line-height: 40px;

  margin-bottom: 21px;

  font-weight: 700;

}



.help-contact {

  position: relative;

  display: block;

  margin-top: 21px;

}

.help-contact p {

  font-size: 14px;

  color: #fff;

  margin: 0;

  line-height: 32px;

  font-weight: 600;

  opacity: 0.7;

}

.help-contact a {

  font-size: 30px;

  color: #fff;

  font-weight: 600;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.help-contact a:hover {

  color: #fff;

}



/*--------------------------------------------------------------

# Project Details

--------------------------------------------------------------*/

.project-details__img {

  position: relative;

  display: block;

}

.project-details__img img {

  width: 100%;

  border-radius: 10px;

}



.project-details__content {

  position: relative;

  display: block;

}



.project-details__content-left {

  position: relative;

  display: block;

  margin-top: 31px;

}



.project-details__content-right {

  position: relative;

  display: block;

  margin-top: 40px;

}



.project-details__details-box {

  position: relative;

  border-radius: 10px;

  background-color: #f5f5f5;

  padding: 43px 50px 50px;

  z-index: 1;

}



.project-details__details-list {

  position: relative;

  display: block;

}

.project-details__details-list li {

  position: relative;

  display: block;

}

.project-details__details-list li + li {

  margin-top: 24px;

}



.project-details__client {

  font-size: 16px;

  color: #838d9e;

  line-height: 24px;

  margin: 0;

}



.project-details__name {

  font-size: 16px;

  line-height: 24px;

}



.project-details__social {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.project-details__social a {

  position: relative;

  height: 40px;

  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;

  text-align: center;

  background-color: var(--theme-color1);

  color: var(--text-color-bg-theme-color1);

  font-size: 15px;

  border-radius: 50%;

  overflow: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 1;

}

.project-details__social a:hover {

  background-color: var(--theme-color2);

  color: var(--text-color-bg-theme-color2);

}

.project-details__social a + a {

  margin-left: 10px;

}



.project-details__pagination-box {

  position: relative;

  display: block;

  text-align: center;

  border-top: 1px solid #ece9e0;

  border-bottom: 1px solid #ece9e0;

  padding: 30px 0;

  margin-top: 117px;

}



.project-details__pagination {

  position: relative;

  display: block;

}

.project-details__pagination li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.project-details__pagination li a {

  font-size: 14px;

  color: #757873;

  font-weight: 400;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.project-details__pagination li a:hover {

  color: var(--theme-color-light);

}

.project-details__pagination li a:hover i {

  background-color: var(--theme-color1);

  color: var(--theme-color-light);

  border: 2px solid var(--theme-color1);

}

.project-details__pagination li .content {

  position: relative;

  display: block;

}

.project-details__pagination li.next {

  float: left;

  position: relative;

}

.project-details__pagination li.next i {

  position: relative;

  height: 52px;

  width: 52px;

  border: 2px solid #0e2207;

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

  color: #0e2207;

  font-size: 16px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  margin-right: 20px;

  z-index: 1;

}

.project-details__pagination li.next .content {

  text-align: left;

}

.project-details__pagination li.previous {

  position: relative;

  float: right;

}

.project-details__pagination li.previous i {

  position: relative;

  height: 52px;

  width: 52px;

  border: 2px solid #0e2207;

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

  color: #0e2207;

  font-size: 16px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  margin-left: 20px;

  z-index: 1;

}

.project-details__pagination li.previous .content {

  text-align: right;

}



/***



====================================================================

    Blog Details

====================================================================



***/

.blog-details {

  position: relative;

  display: block;

}



.blog-details__left {

  position: relative;

  display: block;

}



.blog-details__img {

  position: relative;

  display: block;

  border-radius: 10px;

}

.blog-details__img img {

  width: 100%;

  border-radius: 10px;

}



.blog-details__date {

  position: absolute;

  bottom: 0;

  right: 0;

  background-color: var(--theme-color1);

  text-align: center;

  padding: 21px 24px 20px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  border-bottom-right-radius: 10px;

  border-top-left-radius: 10px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-direction: column;

          flex-direction: column;

}

.blog-details__date .day {

  font-size: 16px;

  color: #fff;

  font-weight: var(--body-font-weight-bold);

  line-height: 16px;

}

.blog-details__date .month {

  position: relative;

  display: block;

  font-size: 10px;

  font-weight: var(--body-font-weight-bold);

  color: #fff;

  line-height: 12px;

  text-transform: uppercase;

}



.blog-details__content {

  position: relative;

  display: block;

  margin-top: 22px;

}



.blog-details__meta {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.blog-details__meta li + li {

  margin-left: 18px;

}

.blog-details__meta li a {

  font-size: 15px;

  color: #777;

  font-weight: 500;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.blog-details__meta li a:hover {

  color: var(--theme-color1);

}

.blog-details__meta li a i {

  color: var(--theme-color1);

  margin-right: 6px;

}



.blog-details__title {

  margin-top: 12px;

  margin-bottom: 21px;

}



.blog-details__bottom {

  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;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding: 30px 0 30px;

  margin-top: 49px;

  border-top: 1px solid #ece9e0;

}

@media only screen and (max-width: 767px) {

  .blog-details__bottom {

    gap: 30px;

  }

}

.blog-details__bottom p {

  margin: 0;

}



.blog-details__tags span {

  color: #0e2207;

  font-size: 20px;

  margin-right: 14px;

  font-weight: var(--body-font-weight-bold);

}

.blog-details__tags a {

  position: relative;

  font-size: 16px;

  font-weight: 600;

  background-color: var(--theme-color1);

  color: #fff;

  display: inline-block;

  padding: 5px 30px 5px;

  font-weight: var(--body-font-weight-bold);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  border-radius: 35px;

}

.blog-details__tags a:hover {

  background-color: var(--bg-theme-color2);

  color: var(--headings-color);

  text-decoration: none;

}

.blog-details__tags a + a {

  margin-left: 6px;

}



.blog-details__social-list {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.blog-details__social-list a {

  position: relative;

  height: 43px;

  width: 43px;

  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;

  text-align: center;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-light-background);

  font-size: 15px;

  border-radius: 50%;

  overflow: hidden;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 1;

}

.blog-details__social-list a:hover {

  background-color: var(--theme-color1);

  color: var(--headings-color);

}

.blog-details__social-list a:hover:after {

  opacity: 1;

  -webkit-transform: scaleY(1);

  transform: scaleY(1);

}

.blog-details__social-list a:after {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  height: 100%;

  background-color: var(--theme-color2);

  -webkit-transition-delay: 0.1s;

  transition-delay: 0.1s;

  -webkit-transition-timing-function: ease-in-out;

  transition-timing-function: ease-in-out;

  -webkit-transition-duration: 0.4s;

  transition-duration: 0.4s;

  -webkit-transition-property: all;

  transition-property: all;

  opacity: 1;

  -webkit-transform-origin: top;

  transform-origin: top;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transform: scaleY(0);

  transform: scaleY(0);

  z-index: -1;

}

.blog-details__social-list a + a {

  margin-left: 10px;

}



.blog-details__pagenation-box {

  position: relative;

  display: block;

  overflow: hidden;

  margin-bottom: 53px;

}



.blog-details__pagenation {

  position: relative;

  display: block;

}

.blog-details__pagenation li {

  position: relative;

  float: left;

  font-size: 20px;

  color: #0e2207;

  font-weight: var(--body-font-weight-bold);

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-light-background);

  line-height: 30px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  max-width: 370px;

  width: 100%;

  padding-left: 60px;

  padding-right: 60px;

  padding-top: 52px;

  padding-bottom: 52px;

  border-radius: 10px;

}

.blog-details__pagenation li:hover {

  background-color: var(--theme-color2);

  color: var(--text-color-bg-theme-color2);

}

.blog-details__pagenation li + li {

  margin-left: 30px;

}



/* Nav Links */

.nav-links {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;

  margin-bottom: 53px;

}

@media only screen and (max-width: 767px) {

  .nav-links {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

    gap: 20px;

  }

}

.nav-links .prev {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 100%;

  width: calc(50% - 15px);

  margin-right: 30px;

}

@media only screen and (max-width: 767px) {

  .nav-links .prev {

    width: 100%;

  }

}

.nav-links .prev .thumb {

  margin-right: 20px;

}

.nav-links .next {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

  height: 100%;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: reverse;

      -ms-flex-direction: row-reverse;

          flex-direction: row-reverse;

  width: calc(50% - 15px);

}

@media only screen and (max-width: 767px) {

  .nav-links .next {

    width: 100%;

  }

}

.nav-links .next .thumb {

  margin-left: 20px;

}

.nav-links > div {

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.nav-links > div .thumb {

  display: inline-block;

  min-width: 60px;

  width: 60px;

  height: 60px;

  overflow: hidden;

}

.nav-links > div .thumb a {

  display: inline-block;

}

.nav-links > div > a {

  background-color: var(--theme-light-background);

  color: var(--theme-light-background-text-color);

  border-radius: 10px;

  display: inline-block;

  font-family: var(--title-font);

  font-size: 20px;

  font-weight: var(--h3-font-weight);

  line-height: 1.637;

  word-wrap: break-word;

  white-space: -moz-pre-wrap;

  white-space: pre-wrap;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  padding: 52px 50px;

  width: 100%;

}

@media only screen and (max-width: 767px) {

  .nav-links > div > a {

    padding: 30px;

  }

}

.nav-links > div > a:hover {

  color: var(--theme-color-light);

  background-color: var(--theme-color1);

}



/*** 



====================================================================

Sidebar

====================================================================



***/

@media (max-width: 991px) {

  .sidebar {

    margin-top: 50px;

  }

}

.sidebar__single + .sidebar__single {

  margin-top: 30px;

}



.sidebar__title {

  margin: 0;

  font-size: 20px;

  margin-bottom: 5px;

  font-weight: var(--h4-font-weight);

}



.sidebar__search {

  position: relative;

  display: block;

}



.sidebar__search-form {

  position: relative;

}

.sidebar__search-form input[type=search] {

  display: block;

  border: none;

  outline: none;

  background-color: var(--theme-color1);

  color: #fff;

  font-size: 16px;

  font-weight: 500;

  padding-left: 50px;

  height: 74px;

  width: 100%;

  padding-right: 80px;

  border-radius: 10px;

}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {

  color: var(--theme-color-light);

  opacity: 1;

}

.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {

  color: var(--theme-color-light);

  opacity: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__search-form input[type=search] {

    padding-left: 30px;

  }

}

.sidebar__search-form button[type=submit] {

  background-color: transparent;

  color: #fff;

  font-size: 22px;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  width: 72px;

  outline: none;

  border: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0;

}

@media only screen and (max-width: 767px) {

  .sidebar__search-form button[type=submit] {

    width: 42px;

  }

}



.sidebar__post {

  position: relative;

  display: block;

  padding: 46px 30px 30px;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-light-background);

  border-radius: 10px;

  overflow: hidden;

  z-index: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__post {

    padding: 30px;

  }

}

.sidebar__post .sidebar__title {

  margin-left: 20px;

}

@media only screen and (max-width: 767px) {

  .sidebar__post .sidebar__title {

    margin-left: 0;

  }

}

.sidebar__post .sidebar__post-list {

  margin: 0;

}

.sidebar__post .sidebar__post-list li {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 16px 20px 17px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

@media only screen and (max-width: 767px) {

  .sidebar__post .sidebar__post-list li {

    padding: 16px 0;

  }

}

.sidebar__post .sidebar__post-list li:hover {

  background-color: #ffffff;

  border-radius: 10px;

}

.sidebar__post .sidebar__post-list li + li {

  margin-top: 11px;

}

.sidebar__post .sidebar__post-list .sidebar__post-image {

  margin-right: 20px;

  -webkit-box-flex: 70px;

      -ms-flex: 70px 0 0px;

          flex: 70px 0 0;

}

.sidebar__post .sidebar__post-list .sidebar__post-image > img {

  width: 80px;

  border-radius: 10px;

}

.sidebar__post .sidebar__post-list .sidebar__post-content {

  position: relative;

  top: -3px;

}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {

  font-size: 18px;

  margin: 0;

  line-height: 26px;

  letter-spacing: 0;

}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {

  color: #0e2207;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  display: block;

  font-size: 16px;

  font-weight: 700;

  line-height: 24px;

}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {

  font-size: 14px;

  font-weight: 500;

  color: #757873 !important;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {

  color: var(--theme-color1);

  font-size: 14px;

  padding-right: 3px;

}



.sidebar__category {

  position: relative;

  display: block;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-light-background);

  border-radius: 10px;

  padding: 45px 30px 38px;

  overflow: hidden;

  z-index: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__category {

    padding: 30px 15px 30px;

  }

}

.sidebar__category .sidebar__title {

  padding-left: 20px;

  margin-bottom: 9px;

}

.sidebar__category-list {

  margin: 0;

}

.sidebar__category-list li + li {

  margin-top: 4px;

}

.sidebar__category-list li a {

  color: #757873;

  font-size: 16px;

  position: relative;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  display: block;

  background: none;

  padding: 12px 20px;

  font-weight: 500;

  border-radius: 10px;

}

.sidebar__category-list li a:hover {

  background-color: rgb(255, 255, 255);

  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

  color: #0e2207;

  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);

}

.sidebar__category-list li a:hover span {

  color: #ffcd1e;

  -webkit-transform: translateY(-50%) scale(1);

  transform: translateY(-50%) scale(1);

}

.sidebar__category-list li a span {

  position: absolute;

  top: 50%;

  right: 20px;

  -webkit-transform: translateY(-50%) scale(0);

  transform: translateY(-50%) scale(0);

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  color: var(--theme-color2);

  text-align: center;

  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: 16px;

}

.sidebar__category-list li.active a {

  background-color: rgb(255, 255, 255);

  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

  color: #0e2207;

  border-radius: 10px;

  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);

}

.sidebar__category-list li.active a span {

  -webkit-transform: translateY(-50%) scale(1);

  transform: translateY(-50%) scale(1);

  color: #ffcd1e;

}



.sidebar__tags {

  position: relative;

  display: block;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-light-background);

  padding: 46px 45px 50px;

  border-radius: 10px;

  overflow: hidden;

  z-index: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__tags {

    padding: 30px;

  }

}

.sidebar__tags .sidebar__title {

  margin-left: 5px;

  margin-bottom: 25px;

}



.sidebar__tags-list {

  margin-top: -10px;

}

.sidebar__tags-list a {

  font-size: 14px;

  color: #0e2207;

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

  background: #ffffff;

  display: inline-block;

  padding: 5px 28px 5px;

  margin-left: 5px;

  border-radius: 30px;

}

.sidebar__tags-list a:hover {

  color: var(--theme-color-light);

  background: var(--theme-color1);

}

.sidebar__tags-list a + a {

  margin-left: 5px;

  margin-top: 10px;

}



.sidebar__comments {

  position: relative;

  display: block;

  color: var(--theme-light-background-text-color);

  background-color: var(--theme-light-background);

  padding: 46px 50px 43px;

  border-radius: 10px;

  overflow: hidden;

  z-index: 1;

}

@media only screen and (max-width: 767px) {

  .sidebar__comments {

    padding: 30px;

  }

}

.sidebar__comments .sidebar__title {

  margin-bottom: 25px;

}



.sidebar__comments-list {

  position: relative;

  display: block;

}

.sidebar__comments-list li {

  position: relative;

  display: block;

  padding-left: 65px;

  color: #fff;

}

.sidebar__comments-list li:hover .sidebar__comments-icon {

  background-color: var(--bg-theme-color2);

  color: var(--headings-color);

}

.sidebar__comments-list li + li {

  margin-top: 23px;

}



.sidebar__comments-icon {

  height: 45px;

  width: 45px;

  background-color: var(--theme-color1);

  border-radius: 50%;

  font-size: 15px;

  color: var(--text-color-bg-theme-color1);

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-transition: all 0.4s ease;

  transition: all 0.4s ease;

}



.sidebar__comments-text-box p {

  font-size: 15px;

  margin: 0;

  line-height: 26px;

  font-weight: 500;

}

.sidebar__comments-text-box p span {

  color: #0e2207;

}

.sidebar__comments-text-box h5 {

  font-size: 15px;

  margin: 0;

  line-height: 26px;

  color: #757873;

  font-weight: 500;

  letter-spacing: 0;

}



/*** 



====================================================================

    Comments

====================================================================



***/

.comment-one .comment-one__title {

  margin-bottom: 30px;

}

.comment-one .comment-one__single {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  border-bottom: 1px solid #ece9e0;

  padding-bottom: 60px;

  margin-bottom: 60px;

  -webkit-box-align: top;

      -ms-flex-align: top;

          align-items: top;

}

@media only screen and (max-width: 767px) {

  .comment-one .comment-one__single {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;

  }

}

.comment-one .comment-one__content {

  position: relative;

  margin-left: 45px;

}

@media only screen and (max-width: 767px) {

  .comment-one .comment-one__content {

    margin-top: 20px;

    margin-left: 0;

  }

}

.comment-one .comment-one__content h3 {

  margin: 0;

  font-size: 20px;

  color: var(--theme-black);

  margin-bottom: 24px;

}

.comment-one .comment-one__content p {

  font-size: 16px;

  font-weight: 500;

}

.comment-one .comment-one__btn {

  padding: 5px 30px;

  position: absolute;

  top: 0;

  right: 0;

  font-size: 14px;

}

.comment-one .comment-one__image {

  position: relative;

  display: block;

  border-radius: 50%;

  -webkit-box-flex: 100px;

      -ms-flex: 100px 0 0px;

          flex: 100px 0 0;

}

.comment-one .comment-one__image img {

  border-radius: 50%;

}



.comment-form .comment-form__title {

  margin-top: -7px;

}



/*--------------------------------------------------------------

# Team Details

--------------------------------------------------------------*/

.team-details {

  position: relative;

  display: block;

}



.team-details__top {

  padding: 0 0 120px;

}



.team-details-shape-1 {

  position: absolute;

  bottom: -270px;

  right: 0;

  opacity: 0.5;

  z-index: 2;

}

.team-details-shape-1 img {

  width: auto;

}



.team-details__top-left {

  position: relative;

  display: block;

  margin-right: 20px;

}



.team-details__top-img {

  position: relative;

  display: block;

  border-radius: 30px;

}

.team-details__top-img img {

  width: 100%;

  border-radius: 30px;

}



.team-details__big-text {

  font-size: 80px;

  line-height: 80px;

  text-transform: uppercase;

  color: #eef0f6;

  letter-spacing: 0.35em;

  font-weight: 400;

  position: absolute;

  -webkit-transform: rotate(-90deg);

  transform: rotate(-90deg);

  top: 209px;

  left: -325px;

}



.team-details__top-right {

  position: relative;

  display: block;

  margin-left: 50px;

}

@media only screen and (max-width: 991px) {

  .team-details__top-right {

    margin-top: 70px;

    margin-left: 0;

  }

}



.team-details__top-content {

  position: relative;

  display: block;

  margin-top: -11px;

}



.team-details__top-name {

  font-size: 40px;

  font-weight: 700;

  line-height: 50px;

  margin-bottom: 3px;

}



.team-details__top-title {

  font-size: 16px;

  color: var(--theme-color1);

}



.team-details__social {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 20px;

  margin-bottom: 28px;

}

.team-details__social a {

  position: relative;

  height: 40px;

  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;

  text-align: center;

  background-color: var(--theme-color1);

  color: #fff;

  font-size: 15px;

  border-radius: 50%;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.team-details__social a:hover {

  background-color: var(--theme-color2);

  color: var(--headings-color);

}

.team-details__social a + a {

  margin-left: 10px;

}



.team-details__top-text-1 {

  font-size: 30px;

  color: var(--theme-color1);

  line-height: 45px;

  font-weight: 400;

  margin-bottom: 30px;

}



.team-details__top-text-2 {

  padding-top: 23px;

  padding-bottom: 35px;

}



.team-details__bottom {

  position: relative;

  display: block;

  border-top: 1px solid #e4e5ea;

  padding-top: 110px;

}



.team-details__bottom-left {

  position: relative;

  display: block;

  margin-right: 70px;

}



.team-details__bottom-left-title {

  font-size: 36px;

  font-weight: 700;

  line-height: 46px;

}



.team-details__bottom-left-text {

  padding-top: 30px;

}



.team-details__bottom-right {

  position: relative;

  display: block;

  margin-left: 70px;

  margin-top: 1px;

}

@media only screen and (max-width: 991px) {

  .team-details__bottom-right {

    margin-left: 0;

  }

}



.team-details__progress {

  position: relative;

  display: block;

  width: 100%;

}

.team-details__progress .bar {

  position: relative;

  width: 100%;

  height: 13px;

  background-color: #eef0f6;

  border-radius: 7px;

  margin-bottom: 22px;

}

.team-details__progress .bar-inner {

  position: relative;

  display: block;

  width: 0px;

  height: 13px;

  border-radius: 7px;

  background-color: var(--theme-color1);

  -webkit-transition: all 1500ms ease;

  transition: all 1500ms ease;

}

.team-details__progress .count-text {

  position: absolute;

  right: 0px;

  bottom: 21px;

  color: var(--headings-color);

  line-height: 24px;

  font-size: 14px;

  text-align: center;

  font-weight: 500;

  opacity: 0;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.team-details__progress .bar-inner.counted .count-text {

  opacity: 1;

}

.team-details__progress .bar.marb-0 {

  margin-bottom: 0;

}



.team-details__progress-single {

  position: relative;

  display: block;

}



.team-details__progress-title {

  font-size: 16px;

  font-weight: 700;

  line-height: 28px;

  margin-bottom: 6px;

}



.team-contact-form {

  background-color: #eef0f6;

}

.team-contact-form input[type=text],

.team-contact-form input[type=email] {

  background-color: #fff;

}

.team-contact-form textarea {

  background-color: #fff;

  height: 180px;

}

.copy{

    background-color: #996677;

}
.company-name{
	    margin: 10px 0;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0px;
    font-size: 24px;
    font-family: var(--style-font);
}
.contact-details{
    position: relative;
    background-color: var(--bg-theme-color3);
    padding: 60px 0 60px;
    z-index: 1;
}
.wpforms-submit-container{
	text-align: center;
}
@media (max-width: 991.98px) {

    .header-style-one .header-top .inner-container{
        padding: 0px;
		display: block;
        justify-content: center;
    }

    .header-style-one .header-top .inner-container .list-style-one li {

       font-size: 11px;

        margin-right: 15px;

    }
	.header-top .top-left{
		background-color: #71233d;
	}
    .social-icon-two{

        display: none;

    }

    .main-header .logo img{

            height: 98px;

    }

    .banner-section .curve{

        display: none;

    }

    .about-section .content-column .inner-column{

        margin-left: 0;

    }

    .about-section .content-column .inner-column .title {

        font-family: var(--style-font);

        font-size: 38px;

        text-align: center;

    }

    .about-section .image-column{

        margin-bottom: 0;

    }

    .gallery-section{

        padding: 40px 0;

    }

    .about-section-seven .sec-title.mb-5{

        margin-bottom: 0 !important;

    }

    .about-section-seven .image-column{

        margin-bottom: 15px;

    }

    .timeline-block-three .inner-box{

        padding: 24px 11px;

    }

    .timeline-block-three .inner-box .icon-box .icon-flower-18{

        top: 84%;

        display: none;

    }

    .timeline-block-three .inner-box .content-box .title{

        font-size: 12px;

    }

    .timeline-block-three .inner-box .icon-box .icon{

        font-size: 70px;

        width: 70px;

    }

    .timeline-block-three .inner-box .icon-box{

        margin-bottom: 6px;

    }

    .icon-flower-18{

        width: 100px;

    }

    .footer-style-one .footer-links a{

        font-size: 11px;

    }

    .footer-style-one .footer-links{

        gap: 13px;

    }

    .contact-list .contact-info{

        font-size: 11px;

    }

    .main-footer .footer-column{

        margin-bottom: 20px;

    }
	.company-name{
		font-size: 21px;
	}
	.header-top .top-right, .header-top .top-left {
    	justify-content: center;
	}
    .header-top .top-right{
    }
    .gallery-block .inner-box .image-box .title{
        width: auto !important;
    }

}