/*-----------------------------------------------------------------------------------

    Template Name: FitPro - Fitness HTML5 Template
    Author: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. breadcrumb
    07. mobile-menu
    08. search
    09. custom-container;
    10. slider;
    11. services;
    12. about;
    13. gallery;
    14. testimonial';
    15. blog;
    16. works;
    17. contact;
    16. products;
    21. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo", sans-serif;
  color: #1b212f;
  line-height: 1.1;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  color: #707070;
  margin-bottom: 0;
}

hr {
  border-bottom: 1px solid #e1ecd6;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #f5f8ef;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #303030;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #303030;
  color: white;
  text-shadow: none;
}

::selection {
  background: #303030;
  color: white;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #303030;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #303030;
  font-size: 14px;
  opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
.pos-rel {
  position: relative;
}

.pos-abl {
  position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f5f8ef;
}

.grey-bg-2 {
  background: #f7faf4;
}

.grey-bg-soft {
  background: #e8f1e0;
}

.grey-soft {
  background: #f0f5ea;
}

.white-bg {
  background: white;
}

.black-bg {
  background: #303030;
}

.black-bg2 {
  background: #fefefe;
}

.heding-bg {
  background: var(--main-color);
}

.theme-bg {
  background: var(--two-color);
}

.theme-bg2 {
  background: var(--main-color);
}

.gradient-bg {
  background: linear-gradient(rgba(108, 164, 52, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -webkit-linear-gradient(rgba(108, 164, 52, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -moz-linear-gradient(rgba(108, 164, 52, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: white;
}

.black-color {
  color: #303030;
}

.theme-color {
  color: var(--two-color);
}

/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
  color: white;
  background: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  font-family: "Exo", sans-serif;
  padding: 20px 35px 20px 35px;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 5px 10px 30px rgba(var(--main-color-rgb), 0.3);
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.left-right-btn {
  position: relative;
}
.left-right-btn::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
.left-right-btn:hover {
  color: white;
}
.left-right-btn:hover::before {
  background: var(--two-color);
  width: 100%;
  left: 0px;
  right: auto;
}

/*--
section-title
----------------------------------------*/
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-title h5 {
  color: var(--two-color);
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid var(--two-color);
  display: inline-block;
}
.section-title h3 {
  font-size: 44px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h3 {
    font-size: 30px;
  }
}

.left-right-bg {
  position: relative;
  z-index: 1;
}
.left-right-bg::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.left-right-bg:hover {
  color: white;
}
.left-right-bg:hover::before {
  background: var(--two-color);
  width: 100%;
  left: 0px;
  right: auto;
}

.popup-video {
  color: white;
  border-radius: 50%;
  background: var(--two-color);
  font-size: 14px;
  line-height: 56px;
  display: inline-block;
  width: 56px;
  height: 56px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.popup-video:hover {
  color: white;
  border-color: var(--main-color);
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--two-color);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
#scrollUp {
  background: var(--two-color);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
}
#scrollUp i {
  color: white;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.7;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-four {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  40% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale-up-five {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }

  100% {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }

  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }

  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }

  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }

  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }

  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }

  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }

  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }

  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }

  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }

  100% {
    background-position: 0 0;
  }
}
@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 120% 0;
  }

  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 120% 0;
  }

  100% {
    background-position: 0 0;
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBig2 {
  0% {
    box-shadow: 0 0 0 0 var(--two-color);
  }

  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBig3 {
  0% {
    box-shadow: 0 0 0 0 var(--two-color);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: white;
}

[data-overlay="dark"]::before {
  background-color: var(--main-color);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.header-top-one {
  background: rgba(var(--two-color-rgb), 0.15);
}
@media (max-width: 767px) {
  .header-top-one .top_social a {
    margin-left: 10px;
  }
}

.top-cta span {
  color: #1b212f;
  font-size: 16px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  margin-right: 100px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top-cta span {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-cta span {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .top-cta span {
    margin-right: 0;
    font-size: 14px;
  }
}
.top-cta span i {
  font-size: 18px;
  color: var(--two-color);
  margin-right: 6px;
}
@media (max-width: 767px) {
  .top-cta span i {
    margin-right: 0;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-cta span:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-cta span:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-cta span:nth-child(2) {
    display: none;
  }
}
.top-cta span:nth-child(3) {
  margin-right: 0;
}

.top_social a {
  color: #1b212f;
  font-size: 16px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .top_social a {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top_social a {
    margin-left: inherit;
  }
}

.main-header-area .logo-img img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-area {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .main-header-area {
    padding: 15px 0;
  }
}

.main-menu {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu {
    margin: 0;
  }
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 45px;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li:last-child {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 20px;
  }
}
.main-menu ul li > a {
  color: #707070;
  font-size: 18px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  padding: 40px 0;
  display: inline-block;
  position: relative;
  font-weight: 400;
  overflow: hidden;
}
.main-menu ul li > a i {
  font-size: 12px;
}
.main-menu ul li > a::before {
  content: "";
  position: absolute;
  background: url(../images/icon/05.png) no-repeat;
  width: 100%;
  left: -70px;
  height: 8px;
  bottom: 28px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 1;
}
.main-menu ul li > a i {
  font-size: 12px;
}
.main-menu ul li > a.active {
  color: var(--two-color);
}
.main-menu ul li > a.active::before {
  left: 1px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li:hover > a {
  color: var(--two-color);
}
.main-menu ul li:hover > a::before {
  left: 1px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul > li > ul.submenu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid var(--two-color);
  text-align: left;
  padding: 25px 0;
}
.main-menu ul li ul.submenu li {
  display: block;
  margin-right: 0;
}
.main-menu ul li ul.submenu li a {
  padding: 14px 30px;
  display: block;
  margin: 0;
  border: 0;
}
.main-menu ul li ul.submenu li a::before {
  display: none;
}
.main-menu ul > li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-menu ul > li > ul.submenu > li > ul.submenu{
  left:auto;
  top:-18px;
  right: 100%;
}

.main-menu ul > li > ul > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}

header .sticky {
  position: fixed !important;
  z-index: 999;
  width: 100%;
  background: #fff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.sticky .logo {
  transform: translateY(2px);
}
.sticky .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .hamburger-menu {
    top: 35px;
  }
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
}
.hamburger-menu > a {
  display: inline-block;
  font-size: 25px;
  color: var(--main-color);
}

.side-mobile-menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offset-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}

.transparent-header {
  position: absolute;
  width: 100%;
  z-index: 111;
}

.header-top-two .top_social {
  margin-left: -40px;
}
@media only screen and (min-width: 1601px) and (max-width: 1900px) {
  .header-top-two .top_social {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-top-two .top_social {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top-two .top_social {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-two .top_social {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header-top-two .top_social {
    margin-left: 0;
  }
}
.header-top-two .top_social span {
  color: #303030;
}
.header-top-two .top_social a {
  color: #303030;
  margin-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-two .top_social a {
    margin-left: 18px;
  }
}
.header-top-two .copy-right-nav li {
  position: relative;
}
@media (max-width: 767px) {
  .header-top-two .copy-right-nav li {
    margin-right: 8px;
  }
}
.header-top-two .copy-right-nav li::before {
  content: '';
  position: absolute;
  background: #707070;
  width: 1px;
  height: 21px;
  right: -30px;
  top: 3px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-two .copy-right-nav li::before {
    right: -7px;
  }
}
@media (max-width: 767px) {
  .header-top-two .copy-right-nav li::before {
    right: -7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .header-top-two .copy-right-nav li::before {
    right: -7px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .header-top-two .copy-right-nav li::before {
    right: -7px;
  }
}
.header-top-two .copy-right-nav li:last-child::before {
  display: none;
}

.sticky .head-logo-two .logo-img {
  transform: translateY(0px) !important;
}

.main-header-padding .right-nav-area {
  padding-right: 200px;
  padding-left: 135px;
}
@media only screen and (min-width: 1601px) and (max-width: 1900px) {
  .main-header-padding .right-nav-area {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header-padding .right-nav-area {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header-padding .right-nav-area {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-padding .right-nav-area {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .main-header-padding .right-nav-area {
    padding-left: 0px;
    padding-right: 0;
  }
}
.main-header-padding .main-menu ul li {
  margin-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header-padding .main-menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header-padding .main-menu ul li {
    margin-right: 15px;
  }
}

.head-logo-two {
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .head-logo-two {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-logo-two {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .head-logo-two {
    text-align: left;
  }
}
.head-logo-two::before {
  content: '';
  position: absolute;
  width: 434px;
  height: 170px;
  background: white;
  left: -15px;
  top: -95px;
  border-right: 1px solid #e1ecd6;
  z-index: -1;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .head-logo-two::before {
    left: -90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .head-logo-two::before {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-logo-two::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-logo-two::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .head-logo-two::before {
    display: none;
  }
}
.head-logo-two .logo-img {
  padding-right: 70px;
  transform: translateY(-30px);
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-logo-two .logo-img {
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .head-logo-two .logo-img {
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .head-logo-two .logo-img {
    transform: translateY(0px);
    padding-right: 0;
  }
}

.main-header-three {
  position: relative;
  z-index: 111;
}
.main-header-three .head-logo-two::before {
  display: none;
}
.main-header-three .head-logo-two .logo-img {
  transform: translateY(0px);
}
.main-header-three .main-header-padding {
  position: relative;
  z-index: 1;
}
.main-header-three .main-header-padding::before {
  content: '';
  position: absolute;
  width: 86%;
  height: 100px;
  background: white;
  opacity: 0.05;
  left: 0;
  bottom: 0px;
  border-radius: 42px 42px 0px 0px;
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  right: 0;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .main-header-three .main-header-padding::before {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header-three .main-header-padding::before {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-header-three .main-header-padding::before {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-header-three .main-header-padding::before {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-three .main-header-padding::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-header-three .main-header-padding::before {
    width: 100%;
  }
}
.main-header-three.sticky {
  background: var(--two-color);
}

.main-menu-three ul li > a {
  color: white;
}
.main-menu-three ul li > a.active {
  color: #1b212f;
}
.main-menu-three ul li > a.active::before {
  background: url(../images/icon/12.png) no-repeat;
}
.main-menu-three ul li:hover > a {
  color: #1b212f;
}
.main-menu-three ul li:hover > a::before {
  background: url(../images/icon/12.png) no-repeat;
}
.main-menu-three ul li ul.submenu {
  border-top-color: var(--main-color);
  background-color: var(--two-color);
}
.main-menu-three ul li ul.submenu li a {
  color: white;
}
.main-menu-three ul li ul.submenu li a:hover {
  color: #1b212f;
}

.page-title-area {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .page-title-area {
    min-height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area {
    min-height: 400px;
  }
}
.page-title-area .page-title {
  color: white;
  font-size: 36px;
  text-transform: uppercase;
}
.page-title-area .breadcrubm li {
  display: inline-block;
}
.page-title-area .breadcrubm li a {
  color: white;
  line-height: 1;
  font-size: 20px;
  display: inline-block;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: var(--main-color);
  z-index: 1020;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .slide-bar {
    width: 320px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: var(--two-color);
}
.open-mobile-menu a.active {
  background: var(--two-color);
}

.close-mobile-menu a {
  color: white;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: var(--two-color);
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: var(--two-color);
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: var(--two-color);
  border-color: var(--two-color);
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: var(--two-color);
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: var(--two-color);
  border-color: var(--two-color);
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid white;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all .3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.offset-widget .info-widget p {
  color: white;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}

/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
  color: white;
}

.nav-search.search-trigger.header-2-icon {
  color: white;
  display: inline-block;
}

.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp .3s;
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.custom-container-1 {
  max-width: 1480px;
  margin: 0 auto;
}

.custom-container-about {
  max-width: 1280px;
  margin: 0 auto;
}

.custom-container-have {
  max-width: 1240px;
  margin: 0 auto;
}

.custom-container-footer {
  max-width: 1580px;
  margin: 0 auto;
}

.custom-container-footer-two {
  max-width: 1360px;
  margin: 0 auto;
}

.custom-container-product {
  max-width: 1550px;
  margin: 0 auto;
}

.slider-style-one .slick-slider .slick-arrow {
  display: none !important;
}
.slider-style-one .slick-dots li button {
  display: none;
}
.slider-style-one .single-slider {
  padding: 340px 0 280px;
  background: #f5f8ef;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-style-one .single-slider {
    padding: 250px 0 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-one .single-slider {
    padding: 200px 0 120px;
  }
}
@media (max-width: 767px) {
  .slider-style-one .single-slider {
    padding: 150px 0 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-style-one .single-slider {
    padding: 200px 0 120px;
  }
}
.slider-style-one .single-slider .slider-img {
  position: absolute;
  right: 220px;
  top: 200px;
  z-index: 1;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .slider-style-one .single-slider .slider-img {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-style-one .single-slider .slider-img {
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-style-one .single-slider .slider-img {
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-one .single-slider .slider-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-style-one .single-slider .slider-img {
    display: none;
  }
}
.slider-style-one .single-slider .slider-img::before {
  content: '';
  position: absolute;
  right: -220px;
  bottom: -75px;
  background: url(../images/shape/01.jpg);
  width: 650px;
  height: 890px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-style-one .single-slider .slider-img::before {
    height: 660px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-style-one .single-slider .slider-img::before {
    height: 575px;
  }
}
.slider-style-one .single-slider .slider-img .popup-video {
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  animation: pulseBig2 infinite 3s linear;
}

.slider__content .sub-title {
  color: var(--two-color);
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid var(--two-color);
  display: inline-block;
}
.slider__content .main-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.3;
}
.slider__content .main-title span {
  color: var(--main-color);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider__content .main-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .slider__content .main-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .main-title {
    font-size: 35px;
  }
}
.slider__content .slider-para {
  font-size: 18px;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .slider__content .slider-para {
    padding-right: 0;
  }
}

.btn-list {
  display: flex;
  align-items: center;
}

.slider-style-two {
  position: relative;
  z-index: 1;
}
.slider-style-two::before {
  content: '';
  position: absolute;
  width: 1103px;
  min-height: 903px;
  background: var(--two-color);
  left: 0;
  bottom: -70px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-style-two::before {
    width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-two::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-style-two::before {
    display: none;
  }
}
.slider-style-two .slider-height {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 833px;
  margin-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-two .slider-height {
    margin-left: 0;
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .slider-style-two .slider-height {
    margin-left: 0;
    min-height: 650px;
  }
}
.slider-style-two .slider__content {
  padding-top: 20px;
}
.slider-style-two .slider__content .sub-title {
  color: white;
  border: 0;
}
.slider-style-two .slider__content .sub-title.left-line::before {
  width: 50px;
  height: 3px;
  background: white;
  left: 0;
  top: 10px;
  border-radius: 10px;
}
.slider-style-two .slider__content .main-title {
  color: white;
}
.slider-style-two .slider__content .slider-para {
  color: white;
}
.slider-style-two .silder-dot-style .slick-dots {
  left: 220px;
  right: auto;
  bottom: 25px;
  margin: 0;
}
.slider-style-two .silder-dot-style .slick-dots li button {
  border-color: white;
  cursor: pointer;
}
.slider-style-two .silder-dot-style .slick-dots li.slick-active button {
  background: white;
  border-color: white;
}
.slider-style-two .slick-slider .slick-prev {
  border: 0;
  background: transparent;
  padding: 0;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: -50px;
  left: 47%;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-style-two .slick-slider .slick-prev {
    left: 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-style-two .slick-slider .slick-prev {
    left: 40%;
  }
}
.slider-style-two .slick-slider .slick-next {
  border: 0;
  background: transparent;
  padding: 0;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: -50px;
  left: 53%;
  z-index: 1;
  cursor: pointer;
}

.slider-style-three::before {
  display: none;
}
.slider-style-three .slick-slider .slick-arrow {
  display: none !important;
}
.slider-style-three .slider-height {
  min-height: 1012px;
  margin-left: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-style-three .slider-height {
    min-height: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-style-three .slider-height {
    min-height: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-three .slider-height {
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .slider-style-three .slider-height {
    min-height: 650px;
  }
}
.slider-style-three .slider__content {
  padding-top: 310px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-style-three .slider__content {
    padding-top: 210px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-style-three .slider__content {
    padding-top: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-three .slider__content {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .slider-style-three .slider__content {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-style-three .top_social {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-style-three .top_social {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-three .top_social {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .slider-style-three .top_social {
    padding-top: 20px;
  }
}
.slider-style-three .top_social span {
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-style-three .top_social a {
  color: white;
}
.slider-style-three .top_social a:hover {
  color: var(--two-color);
}
.slider-style-three .silder-dot-style .slick-dots {
  left: auto;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-three .silder-dot-style .slick-dots {
    left: 0;
    right: 0;
    top: auto;
    transform: translateY(-100%);
  }
}
@media (max-width: 767px) {
  .slider-style-three .silder-dot-style .slick-dots {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    transform: translateY(-100%);
  }
}
.slider-style-three .silder-dot-style .slick-dots::before {
  content: '';
  position: absolute;
  background: white;
  width: 2px;
  height: 150px;
  z-index: 1;
  left: 11px;
  top: 100px;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-three .silder-dot-style .slick-dots::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-style-three .silder-dot-style .slick-dots::before {
    display: none;
  }
}
.slider-style-three .silder-dot-style .slick-dots::after {
  content: '';
  position: absolute;
  background: white;
  width: 2px;
  height: 150px;
  z-index: 1;
  left: 11px;
  top: -210px;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-three .silder-dot-style .slick-dots::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-style-three .silder-dot-style .slick-dots::after {
    display: none;
  }
}
.slider-style-three .silder-dot-style .slick-dots li {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-three .silder-dot-style .slick-dots li {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .slider-style-three .silder-dot-style .slick-dots li {
    display: inline-block;
  }
}

.single-work-box {
  position: relative;
  padding: 50px 30px 30px;
  border: 1px solid #dbe8cd;
}
.single-work-box .icon_box {
  position: relative;
  z-index: 1;
}
.single-work-box .icon_box::before {
  content: '';
  position: absolute;
  background: #F0F5EA;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: inline-block;
  left: 20px;
  top: -10px;
  z-index: -1;
  animation: scale-up-one infinite 5s linear;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-work-box .icon_box .back1 {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-work-box .icon_box .back2 {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-work-box h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.single-work-box:hover::before, .single-work-box.active::before {
  width: 100%;
  height: 100%;
  background: var(--two-color);
  opacity: 1;
  visibility: visible;
}
.single-work-box:hover h4, .single-work-box.active h4 {
  color: white;
}
.single-work-box:hover p, .single-work-box.active p {
  color: white;
}
.single-work-box:hover .icon_box::before, .single-work-box.active .icon_box::before {
  transform: scale(1.3);
  background: #78AA47;
  z-index: -1;
}
.single-work-box:hover .icon_box .back1, .single-work-box.active .icon_box .back1 {
  display: none;
}
.single-work-box:hover .icon_box .back2, .single-work-box.active .icon_box .back2 {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-one {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .service-style-one {
    padding-top: 60px;
  }
}

.f-services {
  border: 1px solid #e1ecd6;
  border-radius: 10px;
  padding: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .f-services {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .f-services {
    padding: 40px 15px;
  }
}
.f-services__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 1;
}
.f-services__icon::before {
  content: '';
  position: absolute;
  background: var(--two-color);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.f-services__icon::after {
  content: '';
  position: absolute;
  background: #f5f8ef;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.f-services__icon .f-back1 {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.f-services__icon .f-back2 {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.f-services .f-services-title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .f-services .f-services-title {
    font-size: 28px;
  }
}
.f-services p {
  margin-bottom: 20px;
}
.f-services .more-btn {
  color: var(--two-color);
  font-size: 16px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.f-services .more-btn i {
  color: var(--two-color);
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.f-services .more-btn:hover {
  color: #1b212f;
}
.f-services .more-btn:hover i {
  transform: rotateX(360deg);
}
.f-services:hover .f-services__icon::before {
  transform: scale(1);
}
.f-services:hover .f-services__icon::after {
  transform: scale(0);
}
.f-services:hover .f-services__icon .f-back1 {
  display: none;
  transform: scale(0);
}
.f-services:hover .f-services__icon .f-back2 {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  transform: scale(1);
}
.f-services:hover {
  border-color: transparent;
  box-shadow: 5px 10px 60px rgba(var(--two-color-rgb), 0.15);
}

.services-row .col-xl-4:nth-child(2) {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-row .col-xl-4:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .services-row .col-xl-4:nth-child(2) {
    margin-top: 0;
  }
}
.services-row .col-xl-4:nth-child(3) {
  transform: translateY(-65px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-row .col-xl-4:nth-child(3) {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .services-row .col-xl-4:nth-child(3) {
    transform: translateY(0);
  }
}
.services-row .col-xl-4:nth-child(4) {
  margin-top: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-row .col-xl-4:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-row .col-xl-4:nth-child(4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .services-row .col-xl-4:nth-child(4) {
    margin-top: 0;
  }
}
.services-row .col-xl-4:nth-child(5) {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-row .col-xl-4:nth-child(5) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .services-row .col-xl-4:nth-child(5) {
    margin-top: 0;
  }
}
.services-row .col-xl-4:nth-child(6) {
  margin-top: -95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-row .col-xl-4:nth-child(6) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .services-row .col-xl-4:nth-child(6) {
    margin-top: 0;
  }
}

.work-box-2 {
  border: 0;
  border-radius: 5px;
  box-shadow: 5px 10px 30px rgba(var(--two-color-rgb), 0.1);
  text-align: center;
  padding: 46px 15px 25px;
}
.work-box-2::before {
  border-radius: 5px;
}
.work-box-2 .icon_box {
  display: inline-block;
}
.work-box-2 .icon_box::before {
  top: -18px;
  left: -12px;
}
.work-box-2 .icon_box .back1 {
  width: 50px;
  height: 41px;
}
.work-box-2 .icon_box .back2 {
  width: 50px;
  height: 41px;
}

@media (max-width: 767px) {
  .service-style-two {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-style-two .section-title h3 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-two .section-title h3 {
    font-size: 36px;
  }
}
.service-style-two .f-services {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 5px 10px 60px rgba(112, 112, 112, 0.1);
  position: relative;
  border-radius: 10px;
  border: 0;
  z-index: 1;
}
.service-style-two .f-services::before {
  content: '';
  position: absolute;
  background: white;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  left: 0;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-style-two .f-services:hover {
  box-shadow: 5px 10px 60px rgba(var(--two-color-rgb), 0.15);
}
.service-style-two .f-services:hover::before {
  height: 0;
  top: auto;
  bottom: 0;
}
.service-style-two .f-services:hover .f-services-title {
  color: white;
}
.service-style-two .f-services:hover p {
  color: white;
}
.service-style-two .f-services:hover .more-btn {
  color: white;
}
.service-style-two .services-row .col-xl-4:nth-child(2) {
  margin-top: 0;
  transform: translateY(-108px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-style-two .services-row .col-xl-4:nth-child(2) {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-two .services-row .col-xl-4:nth-child(2) {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .service-style-two .services-row .col-xl-4:nth-child(2) {
    transform: translateY(0);
  }
}
.service-style-two .services-row .col-xl-4:nth-child(3) {
  transform: translateY(-70px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-style-two .services-row .col-xl-4:nth-child(3) {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-two .services-row .col-xl-4:nth-child(3) {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .service-style-two .services-row .col-xl-4:nth-child(3) {
    transform: translateY(0);
  }
}
.service-style-two .services-row .col-xl-4:nth-child(4) {
  transform: translateY(30px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-style-two .services-row .col-xl-4:nth-child(4) {
    transform: translateY(0) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-two .services-row .col-xl-4:nth-child(4) {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .service-style-two .services-row .col-xl-4:nth-child(4) {
    transform: translateY(0);
  }
}
.service-style-two .services-row .col-xl-4:nth-child(5) {
  margin-top: 0;
  transform: translateY(-108px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-style-two .services-row .col-xl-4:nth-child(5) {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-two .services-row .col-xl-4:nth-child(5) {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .service-style-two .services-row .col-xl-4:nth-child(5) {
    transform: translateY(0);
  }
}
.service-style-two .services-row .col-xl-4:nth-child(6) {
  margin-top: 0;
  transform: translateY(-70px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-style-two .services-row .col-xl-4:nth-child(6) {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-two .services-row .col-xl-4:nth-child(6) {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .service-style-two .services-row .col-xl-4:nth-child(6) {
    transform: translateY(0);
  }
}

.have-style-three {
  position: relative;
  margin-top: -120px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .have-style-three {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .have-style-three {
    margin-top: 60px;
  }
}
.have-style-three .custom-container-have {
  max-width: 1410px;
  margin: 0 auto;
}
.have-style-three .we-have-bg {
  box-shadow: 4px 12px 70px rgba(112, 112, 112, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .have-style-three .we-have-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .have-style-three .we-have-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .have-style-three .we-have-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .have-style-three .we-have-bg {
    padding-left: 0;
    padding-right: 0;
  }
}
.have-style-three .we-have-bg .work-box-2 {
  box-shadow: none !important;
}
.have-style-three .we-have-bg .work-box-2 .icon_box {
  display: inline-block;
  border: 2px solid var(--two-color);
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
}
.have-style-three .we-have-bg .work-box-2 .icon_box::before {
  top: -2px;
  left: -2px;
  width: 90px;
  height: 90px;
}
.have-style-three .we-have-bg .work-box-2 h4 {
  color: #1b212f;
}
.have-style-three .we-have-bg .work-box-2 p {
  color: #707070;
  margin-bottom: 15px;
}
.have-style-three .we-have-bg .work-box-2 .more-btn {
  color: #1b212f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.have-style-three .we-have-bg .work-box-2 .more-btn i {
  font-size: 12px;
}
.have-style-three .we-have-bg .work-box-2:hover h4 {
  color: #1b212f;
}
.have-style-three .we-have-bg .work-box-2:hover p {
  color: #707070;
}
.have-style-three .we-have-bg .work-box-2:hover .more-btn {
  color: var(--two-color);
}

.service-style-three {
  position: relative;
}
.service-style-three .s-3-shape {
  position: absolute;
  right: 300px;
  top: 175px;
}
.service-style-three .f-services {
  border-radius: 0;
  border: 0;
  padding: 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-style-three .f-services {
    padding: 40px 0 40px 15px;
  }
}
@media (max-width: 767px) {
  .service-style-three .f-services {
    padding: 40px 15px;
  }
}
.service-style-three .f-services::before {
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  height: 5px;
  background: var(--two-color);
}
.service-style-three .f-services:hover::before {
  height: 100%;
  bottom: 0;
}
.service-style-three .f-services:hover .f-services-title {
  color: white;
}
.service-style-three .f-services:hover p {
  color: white;
}
.service-style-three .f-services:hover .more-btn {
  color: white;
}
.service-style-three .f-services:hover .f-services__icon::before {
  background: #dcf2b1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services-area {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-services-area {
    padding-bottom: 30px;
  }
}

.services-widget-list li {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-widget-list li {
    width: 49%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .services-widget-list li {
    width: 100%;
    display: inline-block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-widget-list li {
    width: 49%;
    display: inline-block;
  }
}
.services-widget-list li a {
  color: #1b212f;
  font-size: 16px;
  line-height: 1;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #dbe8cd;
  border-radius: 5px;
  background: #f5f8ef;
  padding: 20px 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-widget-list li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: auto;
  border-radius: 5px;
  bottom: 0;
  z-index: -1;
}
.services-widget-list li a:hover::before {
  background: var(--two-color);
  height: 100%;
  top: 0;
  bottom: auto;
}

.services-wrapper .services__thumb {
  display: inline-block;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .services-wrapper .services__thumb {
    display: block;
  }
}
.services-wrapper .services__thumb img {
  width: 100%;
}
@media (max-width: 767px) {
  .services-wrapper .services__thumb img {
    width: 100%;
  }
}

.single-title {
  color: #1b212f;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single-title {
    font-size: 24px;
  }
}

.about-style-one {
  overflow: hidden;
}

.about-img-wrapper {
  position: relative;
}
.about-img-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f6ec;
  width: 694px;
  height: 694px;
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-img-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.about-img-wrapper .img-1 {
  transform: translate(30px, 40px);
}
@media (max-width: 767px) {
  .about-img-wrapper .img-1 {
    display: none;
  }
}
.about-img-wrapper .img-2 {
  margin-left: 224px;
  position: relative;
  transform: translateY(-103px);
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img-wrapper .img-2 {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .about-img-wrapper .img-2 {
    transform: translateY(0);
    margin-left: 0;
  }
  .about-img-wrapper .img-2 img {
    width: 100%;
  }
}
.about-img-wrapper .img-2 .dot-shape {
  position: absolute;
  left: -160px;
  bottom: -43px;
  z-index: 1;
  animation: float-bob-y infinite 5s alternate-reverse;
}
@media (max-width: 767px) {
  .about-img-wrapper .img-2 .dot-shape {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-wrapper {
    padding-left: 0;
  }
}

.query-advice h4 {
  color: var(--two-color);
  font-size: 24px;
  font-weight: 600;
}
.query-advice span {
  font-size: 18px;
}

.left-line {
  position: relative;
}
.left-line::before {
  content: '';
  position: absolute;
  background: var(--two-color);
  width: 3px;
  height: 64px;
  display: inline-block;
  left: 45px;
  top: 0;
  border-radius: 30px;
  z-index: 1;
}

.counters h3 {
  color: var(--two-color);
  font-size: 36px;
}
.counters h5 {
  color: #707070;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.about-style-two .about-img-wrapper::before {
  display: none;
}
.about-style-two .about-img-wrapper .dot-shape1 {
  position: absolute;
  right: 200px;
  top: 140px;
  z-index: 1;
  animation: float-bob-y infinite 5s alternate-reverse;
}
@media (max-width: 767px) {
  .about-style-two .about-img-wrapper .dot-shape1 {
    right: 0;
  }
}
.about-style-two .about-img-wrapper .dot-shape2 {
  position: absolute;
  right: -175px;
  bottom: 0;
  z-index: 1;
  animation: float-bob-y infinite 5s alternate-reverse;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .about-style-two .about-img-wrapper .dot-shape2 {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-style-two .about-img-wrapper .dot-shape2 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-two .about-img-wrapper .dot-shape2 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .about-style-two .about-img-wrapper .dot-shape2 {
    right: 0;
  }
}
.about-style-two .about-img-wrapper .img-1 {
  transform: translate(0);
}
@media (max-width: 767px) {
  .about-style-two .about-img-wrapper .img-1 {
    display: block;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .about-style-two .about-img-wrapper .img-1 {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-style-two .about-img-wrapper .img-1 img {
    width: 100%;
  }
}
.about-style-two .about-img-wrapper .img-2 {
  margin-left: 0;
  position: relative;
  transform: translateY(0);
  z-index: 1;
}
@media (max-width: 767px) {
  .about-style-two .about-img-wrapper .img-2 {
    display: none;
  }
}
.about-style-two .about-img-wrapper .img-3 {
  position: absolute;
  right: 0;
  bottom: 60px;
}
@media (max-width: 767px) {
  .about-style-two .about-img-wrapper .img-3 {
    display: none;
  }
}

.section-line .left-line {
  border: 0;
}
.section-line .left-line::before {
  width: 50px;
  height: 2px;
  left: 0;
  top: 10px;
}

.about-style-three {
  position: relative;
  z-index: 1;
}
.about-style-three::before {
  content: '';
  position: absolute;
  width: 45%;
  height: 500px;
  background: var(--two-color);
  opacity: 0.05;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-three::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-style-three::before {
    width: 100%;
  }
}
.about-style-three .about-img {
  display: block;
  border-radius: 0 70px 0 70px 0;
  text-align: center;
  position: relative;
}
.about-style-three .about-img .img-fluid {
  width: 100%;
  animation: float-bob-y infinite .5s alternate-reverse;
}
.about-style-three .about-img .a-shape1 {
  position: absolute;
  left: -115px;
  top: 16px;
  animation: float-bob-y infinite 5s alternate-reverse;
  z-index: -1;
}
.about-style-three .about-wrapper .a-shape2 {
  position: absolute;
  right: 135px;
  bottom: -24px;
  z-index: 1;
  animation: float-bob-x infinite 8s alternate-reverse;
}

.section-dashed .left-line {
  border-bottom: 0;
}
.section-dashed .left-line::before {
  content: '';
  position: absolute;
  background: none;
  width: 65px;
  height: 0;
  display: inline-block;
  left: 0;
  top: 30px;
  border-radius: 0;
  z-index: 1;
  border-bottom: 2px dashed var(--two-color);
}

@media (max-width: 767px) {
  .counter-style-two .counters {
    padding-left: 30px;
  }
}
.counter-style-two .counters h3 {
  color: var(--two-color);
  font-size: 44px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.counter-style-two .counters h3::before {
  content: '';
  position: absolute;
  width: 126px;
  height: 126px;
  background: linear-gradient(var(--two-color) 0%, white 100%);
  display: inline-block;
  border-radius: 50%;
  opacity: 0.1;
  left: -30px;
  top: -27px;
  z-index: -1;
}
.counter-style-two .counters h4 {
  color: #1b212f;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-style-one .gallery-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-style-one .gallery-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .gallery-style-one .gallery-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.f-gallery {
  position: relative;
  z-index: 1;
}
.f-gallery .img-fluid {
  width: 100%;
  border-radius: 10px;
}
.f-gallery::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background: var(--two-color);
  border-radius: 10px;
  opacity: 0.3;
  left: 0;
  top: auto;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.f-gallery .plus-style {
  color: var(--two-color);
  font-size: 65px;
  position: absolute;
  left: 50%;
  display: inline-block;
  top: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 3;
}
.f-gallery:hover::before {
  height: 100%;
  top: 0px;
  bottom: auto;
}
.f-gallery:hover .plus-style {
  transform: translate(-50%, -50%) scaleX(1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-style-one {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .video-style-one {
    padding-top: 60px;
  }
}

.video-img-wrapper {
  position: relative;
}
.video-img-wrapper .v-shape2 {
  position: absolute;
  top: -135px;
  left: -275px;
  animation: scale-up-two infinite 7s alternate-reverse;
}
.video-img-wrapper .v-shape1 {
  position: absolute;
  right: -80px;
  bottom: -53px;
  z-index: 2;
  animation: float-bob-y infinite 5s alternate-reverse;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .video-img-wrapper .v-shape1 {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .video-img-wrapper .v-shape1 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-img-wrapper .v-shape1 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .video-img-wrapper .v-shape1 {
    right: 0;
    z-index: -1;
  }
}
.video-img-wrapper .video-img img {
  border-radius: 10px;
  width: 100%;
}
.video-img-wrapper .video-img .popup-video {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  background: white;
  color: var(--two-color);
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  animation: pulseBig2 infinite 3s linear;
}
.video-img-wrapper .video-img .popup-video:hover {
  color: white;
  background: var(--two-color);
}

.portfolio-menu .gf_btn {
  border: 0;
  background: 0;
  padding: 0;
  color: #707070;
  font-size: 20px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
  border-bottom: 1px solid #707070;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-menu .gf_btn:hover, .portfolio-menu .gf_btn.active {
  color: var(--two-color);
  border-color: var(--two-color);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-menu .gf_btn {
    display: inline-block;
    font-size: 18px;
    margin: 0 8px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu .gf_btn {
    display: inline-block;
    margin: 0 20px 23px;
  }
}
@media (max-width: 767px) {
  .portfolio-menu .gf_btn {
    float: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-menu .gf_btn {
    float: left;
    width: 50%;
    border-bottom: 0;
  }
}

.video-style-two .video-img-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .video-style-two .video-img-wrapper {
    min-height: 450px;
  }
}
.video-style-two .video-img-wrapper .popup-video {
  color: var(--two-color);
  background: white;
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  animation: pulseBig2 infinite 3s linear;
}
.video-style-two .video-img-wrapper .popup-video:hover {
  color: white;
  background: var(--two-color);
}

.video-style-three {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .video-style-three {
    min-height: 450px;
  }
}
.video-style-three .section-title h5 {
  color: white;
  border-bottom: 0;
}
.video-style-three .section-title .left-line::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.video-style-three .section-title h3 {
  color: white;
}
.video-style-three .section-title .popup-video {
  color: var(--two-color);
  background: white;
  width: 72px;
  height: 72px;
  line-height: 72px;
  animation: pulseBig2 infinite 3s linear;
}

.gallery-style-three .section-dashed .left-line::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.portfolio-menu-two .gf_btn {
  display: inline-block;
  text-transform: capitalize;
  margin: 0 -2px;
  font-size: 18px;
  border: 1px solid #E0EBD5;
  line-height: 1;
  padding: 18px 25px;
  border-right: 0;
}
.portfolio-menu-two .gf_btn:last-child {
  border-right: 1px solid #E0EBD5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-menu-two .gf_btn {
    padding: 18px 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu-two .gf_btn {
    margin-bottom: 15px;
    border: 1px solid #E0EBD5;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 767px) {
  .portfolio-menu-two .gf_btn {
    margin: 0 0 10px 0;
    width: 100%;
    border: 1px solid #E0EBD5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-menu-two .gf_btn {
    margin: 0 0 10px 0;
    width: 49%;
    border: 1px solid #E0EBD5;
  }
}
.portfolio-menu-two .gf_btn:hover, .portfolio-menu-two .gf_btn.active {
  color: white;
  background: var(--two-color);
}

.widget-content {
  padding: 35px 45px 17px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-content {
    padding: 35px 15px 17px 15px;
  }
}
@media (max-width: 767px) {
  .widget-content {
    padding: 35px 15px 17px 15px;
  }
}

.widget-coach-content .single-title {
  color: white;
}
.widget-coach-content .widget-list li {
  color: white;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 26px;
}
@media (max-width: 767px) {
  .widget-coach-content .widget-list li {
    font-size: 17px;
  }
}

.widget-tag-content {
  padding: 35px 45px 30px 45px;
  box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-tag-content {
    padding: 35px 15px 17px 15px;
  }
}
@media (max-width: 767px) {
  .widget-tag-content {
    padding: 35px 15px 17px 15px;
  }
}

.widget-tags li {
  display: inline-block;
}
.widget-tags li a {
  color: #707070;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #dbe8cd;
  padding: 18px 24px;
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-tags li a {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .widget-tags li a {
    margin-right: 5px;
  }
}
.widget-tags li a:hover {
  color: white;
  background: var(--two-color);
}

.single-box__thumb {
  display: inline-block;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .single-box__thumb {
    display: block;
  }
}
@media (max-width: 767px) {
  .single-box__thumb img {
    width: 100% !important;
  }
}
.single-box__video {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 340px;
  border-radius: 5px;
  position: relative;
}
.single-box__video .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: white;
  color: var(--two-color);
  animation: pulseBig2 infinite 3s linear;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single-box__video .popup-video:hover {
  color: white;
  background: var(--two-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper .icon {
    margin-bottom: 15px;
  }
}
.testimonial-text-wrapper p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper p {
    font-size: 16px;
  }
}
.testimonial-text-wrapper .feedback-icon a {
  color: #FFBA37;
  font-size: 20px;
  margin-right: 5px;
}
.testimonial-text-wrapper h4 {
  font-size: 30px;
}

.silder-dot-style .slick-slide {
  outline: none;
}
.silder-dot-style .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.silder-dot-style .slick-dots li {
  display: inline-block;
}
.silder-dot-style .slick-dots li button {
  border: 0;
  text-indent: -10000px;
  background: transparent;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #707070;
  padding: 0;
  margin: 0 5px;
}
.silder-dot-style .slick-dots li.slick-active button {
  border: 2px solid var(--two-color);
}

.test-item-2.slick-current.slick-active.slick-center .testimonial-content .testimonial-text-wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.test-area-2 .slick-list {
  padding: 0 0 40px 0;
}
.test-area-2.silder-dot-style .slick-dots {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.testimonial-content {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-content .test-2-img {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-content .test-2-img {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .testimonial-content .test-2-img {
    width: 100% !important;
  }
}
.testimonial-content .testimonial-text-wrapper {
  position: absolute;
  bottom: -55px;
  margin-left: 30px;
  padding: 35px 26px 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial-content .testimonial-text-wrapper .icon {
  position: absolute;
  top: -28px;
  left: 25px;
  z-index: 1;
}
.testimonial-content .testimonial-text-wrapper p {
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.5;
}
.testimonial-content .testimonial-text-wrapper .feedback-icon a {
  font-size: 16px;
}
.testimonial-content .testimonial-text-wrapper h4 {
  font-size: 20px;
}

.testimonial-area .section-dashed .left-line::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.blogs {
  position: relative;
  z-index: 1;
}
.blogs__thumb {
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blogs__thumb {
    display: block;
  }
}
.blogs__thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blogs__content {
  padding: 0 17px 20px 30px;
  position: relative;
}
.blogs__content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 356px;
  border: 1px solid #e1ecd6;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.blogs__content-meta span {
  margin: 0 30px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs__content-meta span {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .blogs__content-meta span {
    margin: 0 15px 0 0;
  }
}
.blogs:hover .blogs__thumb img {
  transform: scale(1.1) rotate(5deg);
}
.blogs:hover .blogs__content::before {
  background: white;
  border-color: #e1ecd6;
}
.blogs:hover .blog-title {
  color: var(--two-color);
}

.blog-title {
  font-size: 24px;
  line-height: 1.3;
  display: inline-block;
}

.blog-right-btn {
  position: relative;
  transform: translateY(40px);
}
@media (max-width: 767px) {
  .blog-right-btn {
    transform: translateY(0);
  }
}

.blogs-02 {
  border: 0;
  position: relative;
}
.blogs-02::before {
  display: none;
}
.blogs-02 .blogs__content-meta span:first-child {
  margin-right: 77px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-02 .blogs__content-meta span:first-child {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .blogs-02 .blogs__content-meta span:first-child {
    margin-right: 30px;
  }
}
.blogs-02 .blogs__content {
  padding: 25px 45px 25px 30px;
  position: relative;
  box-shadow: 10px 20px 70px rgba(0, 0, 0, 0.1);
  margin-right: 80px;
  margin-top: -90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-02 .blogs__content {
    padding: 25px 15px 25px 15px;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .blogs-02 .blogs__content {
    padding: 25px 15px 25px 15px;
    margin-right: 0;
    margin-top: 0;
  }
}
.blogs-02 .blogs__content::before {
  display: none;
}
.blogs-02 .blogs__content p {
  margin-bottom: 25px;
}
.blogs-02 .blogs__content .blog-btn {
  color: #1b212f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blogs-02 .blogs__content .blog-btn:hover {
  color: var(--two-color);
  border-bottom: 1px solid var(--two-color);
}
.blogs-02:hover {
  background: 0 !important;
}
.blogs-02:hover .blogs__thumb img {
  transform: scale(1.1) rotate(3deg);
}

.blogs-03 {
  box-shadow: 10px 20px 70px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px 0 5px 0;
  border: 1px solid transparent;
}
.blogs-03 .blogs__thumb {
  text-align: center;
}
.blogs-03 .blogs__thumb img {
  display: inline-block;
}
.blogs-03 .blogs__content {
  text-align: left;
}
.blogs-03 .blogs__content::before {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-03 .blogs__content {
    padding: 0 15px 20px 15px;
  }
}
@media (max-width: 767px) {
  .blogs-03 .blogs__content {
    padding: 0 15px 20px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-03 .blogs__content .blog-title {
    font-size: 22px;
  }
}
.blogs-03 .blogs__review span {
  color: #707070;
  font-size: 16px;
  line-height: 1;
  margin-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-03 .blogs__review span {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-03 .blogs__review span {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .blogs-03 .blogs__review span {
    margin-right: 20px;
  }
}
.blogs-03 .blogs__review span:hover {
  color: var(--two-color);
}
.blogs-03 .blogs__review span:last-child {
  margin-right: 0;
}
.blogs-03:hover {
  border-color: #e1ecd6;
}

.blogs-side__content-meta {
  background: white;
  border-radius: 5px;
  padding: 15px 25px;
  display: inline-block;
  box-shadow: 10px 20px 30px rgba(112, 112, 112, 0.1);
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transform: translateY(-25px);
}
@media (max-width: 767px) {
  .blogs-side__content-meta {
    margin-left: 0;
    padding: 15px 8px;
  }
}
.blogs-side__content-meta span {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .blogs-side__content-meta span {
    font-size: 15px;
    margin-right: 2px;
  }
}
.blogs-side__content-meta span:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .blogs-side__content-meta span:last-child {
    display: none;
  }
}
.blogs-side__content-meta span i {
  color: var(--two-color);
  font-size: 18px;
  margin-right: 7px;
}
.blogs-side .blogs-title {
  font-size: 36px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .blogs-side .blogs-title {
    font-size: 25px;
  }
}

.italict-para {
  background: #F0F5EA;
  border-radius: 10px;
  overflow: hidden;
  padding: 17px 25px;
}
.italict-para .quote_icon {
  color: var(--two-color);
  font-size: 25px;
  float: left;
  margin-right: 15px;
  transform: translateY(25px);
}
.italict-para p {
  overflow: hidden;
}

.fauthor__content h4 {
  font-size: 24px;
}
.fauthor__content p {
  color: var(--two-color);
  font-weight: 500;
}

.blogs-share {
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 10px 0px 30px rgba(112, 112, 112, 0.1);
  margin-top:50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-share {
    padding: 20px 7px;
  }
}
@media (max-width: 767px) {
  .blogs-share {
    padding: 20px 15px;
  }
}
.blogs-share .share-icon span {
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-share .share-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .blogs-share .share-icon a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    margin-right: 0;
  }
}

.comment-title {
  font-size: 36px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .comment-title {
    font-size: 30px;
  }
}

.authors {
  border-radius: 5px;
  background: white;
  padding: 20px 25px;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .authors {
    padding: 20px 15px;
  }
}
.authors__thumb {
  float: left;
}
@media (max-width: 767px) {
  .authors__thumb {
    float: none;
    margin-bottom: 20px;
  }
}
.authors__content {
  overflow: hidden;
}
.authors__content h4 {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.authors__content h4 .commnet-date {
  float: right;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .authors__content h4 .commnet-date {
    float: none !important;
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .authors__content h4 .commnet-date {
    float: right;
  }
}
.authors__content p {
  margin-bottom: 12px;
}
.authors__content .reply {
  color: #1b212f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #1b212f;
  display: inline-block;
}
.authors__content .reply:hover {
  color: var(--two-color);
  border-color: var(--two-color);
}

.single-comments {
  border-radius: 5px;
  background: white;
  padding: 20px 25px;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.05);
}
.single-comments .authors {
  padding: 0;
  box-shadow: none;
  background: none;
}
.single-comments .authors.pad-left {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .single-comments .authors.pad-left {
    padding-left: 0;
  }
}

.post-title {
  font-size: 30px;
  position: relative;
}
.post-title::before,
.wp-block-search .wp-block-search__label:before,
.widget h2:before {
  content: "";
  position: absolute;
  background: url(../images/shape/12.png) no-repeat;
  width: 98px;
  left: 0;
  height: 14px;
  bottom: -21px;
  transition: all 0.4s ease-out 0s;
  z-index: 1;
}

.post__thumb {
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
}
.post__content span {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.post__content h5 {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

.select-check {
  margin-bottom: 12px;
}
.select-check .form-check-label {
  color: #707070;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.widget-instagram .insta {
  border-radius: 5px;
  display: inline-flex;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-instagram .insta {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .widget-instagram .insta {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .widget-instagram .insta {
    display: inline-flex;
    width: 46%;
  }
}
@media (max-width: 767px) {
  .widget-instagram .insta img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .widget-instagram .insta img {
    max-width: 100%;
  }
}
.widget-instagram .insta::before {
  position: absolute;
  content: '';
  background: var(--two-color);
  border-radius: 5px;
  opacity: 0.7;
  transform: scaleX(0);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget-instagram .insta span {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget-instagram .insta:hover::before {
  transform: scaleX(1);
}
.widget-instagram .insta:hover span {
  transform: translate(-50%, -50%) scaleX(1);
}

.widget-social a {
  background: #f0f5ea !important;
}
.widget-social a:hover {
  color: white !important;
  background: var(--two-color) !important;
}

@media (max-width: 767px) {
  .blog-tags li {
    width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-tags li {
    width: 48%;
    display: inline-block;
  }
}
.blog-tags li a {
  padding: 19px 35px;
  background: #f0f5ea;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-tags li a {
    padding: 19px 25px;
  }
}
@media (max-width: 767px) {
  .blog-tags li a {
    width: 100%;
    text-align: center;
  }
}

.works {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.works__thumb {
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .works__thumb {
    display: block;
  }
}
.works__thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .works__thumb img {
    width: 100%;
  }
}
.works__content {
  padding: 0 15px 30px 40px;
}
@media (max-width: 767px) {
  .works__content {
    padding: 0 15px 30px 15px;
  }
}
.works__content .tag {
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background: var(--two-color);
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  position: relative;
  left: -40px;
}
@media (max-width: 767px) {
  .works__content .tag {
    left: 0;
  }
}
.works__content h3 {
  font-size: 36px;
}
.works:hover {
  border: 1px solid #e1ecd6;
}
.works:hover .works__thumb img {
  transform: scale(1.3) rotate(-7deg);
}

.works-style-two .section-dashed .left-line::before {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.works-style-two .works {
  position: relative;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-style-two .works__thumb {
    display: block;
  }
}
@media (max-width: 767px) {
  .works-style-two .works__thumb {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-style-two .works__thumb img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .works-style-two .works__thumb img {
    display: block;
    width: 100%;
  }
}
.works-style-two .works__content {
  padding: 0 0 25px 0;
}
.works-style-two .works__content .tag {
  position: absolute;
  left: 20px;
  bottom: 31%;
}
.works-style-two .works__content h4 {
  font-size: 24px;
}
.works-style-two .works:hover {
  border: 0;
  box-shadow: 5px 10px 30px rgba(var(--two-color-rgb), 0.1);
}

.subscribe-area .subscibe-title h3 {
  font-size: 30px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .subscribe-area .subscibe-title h3 {
    font-size: 25px;
  }
}
.subscribe-area .fot-subscribe input {
  width: 370px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area .fot-subscribe input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .subscribe-area .fot-subscribe input {
    width: 100%;
  }
}
.subscribe-area .fot-subscribe .sub-btn {
  width: 200px;
}

.comments-form .comment-title {
  font-family: "Exo", sans-serif;
}

.comments-input input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #e1ecd6;
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  color: #707070;
  margin-bottom: 20px;
}
.comments-input input:focus {
  border-color: var(--two-color);
}
.comments-input textarea {
  width: 100%;
  height: 250px;
  border-radius: 5px;
  border: 1px solid #e1ecd6;
  display: inline-block;
  padding: 35px 30px;
  font-size: 16px;
  color: #707070;
  margin-bottom: 15px;
  resize: none;
}
.comments-input textarea:focus {
  border-color: var(--two-color);
}
.comments-input .comment-btn {
  border: 0;
  background: var(--two-color);
}
.comments-input .comment-btn:hover::before {
  background: var(--main-color);
}

.wiget-search,
.widget_search {
  padding: 40px 30px;
}
.widget_search{
  background-color:#f0f5ea;
}
@media (max-width: 767px) {
  .widget-search,
  .widget_search {
    padding: 40px 15px;
  }
}
.widget-search .fot-subscribe input,
.wp-block-search__inside-wrapper input {
  font-weight: 500;
  border-radius: 5px;
  background: white;
  height: 50px;
  width:100%;
}
.widget-search .fot-subscribe .sub-btn,
.wp-block-search__inside-wrapper button {
  width: inherit;
  border-radius: 5px;
  background: var(--two-color);
  padding: 20px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wp-block-search__inside-wrapper button{
  margin: 15px 0 0 0;
  padding: 12px 30px;
  border: none;
  color: #ffffff;
}
.widget-search .fot-subscribe .sub-btn:hover,
.wp-block-search__inside-wrapper button:hover {
  color: white;
  background: var(--main-color);
}

.contact-box__icon {
  width: 60px;
  height: 60px;
  background: #f5f8ef;
  color: var(--two-color);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  margin-right: 20px;
}
.contact-box__content span {
  font-size: 20px;
  display: block;
  margin: 10px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-box__content span {
    font-size: 17px;
  }
}

.contact-form-area .contact-img {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area .contact-img .img-fluid {
    display: inline-block;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .contact-form-area .contact-img .img-fluid {
    display: block;
    width: 100%;
  }
}

.form-area .comments-input label {
  color: #1b212f;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
}
.form-area .comments-input input {
  color: #700000 !important;
  margin-bottom: 25px;
  padding: 0 20px;
  line-height: 60px;
}
.form-area .comments-input textarea {
  height: 130px;
  padding: 20px;
}
.form-area .comments-input .submit-btn {
  border: 0;
  background: var(--two-color);
  padding: 24px 120px;
  border-radius: 5px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .form-area .comments-input .submit-btn {
    padding: 24px 101px;
  }
}
.form-area .comments-input .submit-btn.left-right-btn:hover::before {
  background: var(--main-color);
  border-radius: 5px;
}

.map-area iframe {
  width: 100%;
  min-height: 550px;
  border: 0;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  .map-area iframe {
    min-height: 450px;
  }
}

.products-style-one .custom-col {
  -ms-flex: 0 0 19.99%;
  flex: 0 0 19.99%;
  max-width: 19.99%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .products-style-one .custom-col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-style-one .custom-col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .products-style-one .custom-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .products-style-one .custom-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .products-style-one .custom-col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .products-style-one .custom-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
  .products-style-one .custom-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.products-style-one .portfolio-menu-two .gf_btn {
  margin: 0 3px 10px 3px;
  font-size: 18px;
  line-height: 1;
  padding: 15px 25px;
  border-right: 0;
  border-radius: 30px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-style-one .portfolio-menu-two .gf_btn {
    font-size: 16px;
    padding: 15px 17px;
  }
}
@media (max-width: 767px) {
  .products-style-one .portfolio-menu-two .gf_btn {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .products-style-one .portfolio-menu-two .gf_btn {
    width: 31%;
    padding: 15px 10px;
  }
}

.products {
  background: rgba(112, 112, 112, 0.1);
}
.products__thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.products__thumb img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products__thumb .overlay-color {
  position: relative;
  display: block;
}
.products__thumb .overlay-color::before {
  position: absolute;
  content: '';
  background: linear-gradient(rgba(var(--two-color-rgb), 0.1) 0%, rgba(var(--two-color-rgb), 0.4) 100%);
  background: -webkit-linear-gradient(rgba(var(--two-color-rgb), 0.1) 0%, rgba(var(--two-color-rgb), 0.4) 100%);
  background: -moz-linear-gradient(rgba(var(--two-color-rgb), 0.1) 0%, rgba(var(--two-color-rgb), 0.3) 100%);
  background: -o-linear-gradient(rgba(var(--two-color-rgb), 0.1) 0%, rgba(var(--two-color-rgb), 0.4) 100%);
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 0px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products__body {
  padding: 25px 25px 20px;
}
.products__body .product-title {
  color: #1b212f;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.products__body .product-title:hover {
  color: var(--two-color);
}
.products__body .price {
  color: var(--two-color);
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
}
.products:hover .products__thumb .overlay-color::before {
  top: 0;
  bottom: auto;
  height: 100%;
}
.products:hover .products__thumb img {
  transform: scale(1.1);
}
.products:hover .products-action-inner {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.products-action-inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  top: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-action-inner .products-action a {
  color: white;
  font-size: 18px;
  background: var(--two-color);
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-action-inner .products-action a:hover {
  color: white;
  background: var(--main-color);
}

.product-details-img .product-large-img {
  display: block;
}
.product-details-img .product-large-img img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details-img .product-large-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-details-img .product-large-img img {
    width: 100%;
  }
}

.shop-thumb-tab ul.nav {
  justify-content: center;
}
.shop-thumb-tab ul.nav li .nav-link {
  padding: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-thumb-tab ul.nav li .nav-link {
    width: 100px;
    height: 100px;
    padding: 6px 3px;
  }
}
@media (max-width: 767px) {
  .shop-thumb-tab ul.nav li .nav-link {
    width: 90px;
    height: 100px;
    padding: 6px 3px;
  }
}
.shop-thumb-tab ul.nav li .nav-link img {
  border-radius: 10px;
}

.products-details-content h3 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-details-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .products-details-content h3 {
    font-size: 25px;
  }
}

.products_rating a {
  color: #FDC25C;
  font-size: 20px;
  margin-right: 5px;
}

.price-tag-list {
  color: var(--two-color);
  font-size: 18px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.price-tag-list .new-price {
  color: #1b212f;
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .price-tag-list .new-price {
    font-size: 20px;
    margin-right: 5px;
  }
}
.price-tag-list .old-price {
  color: #707070;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.products_tag_list li a {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-top: 15px;
}
.products_tag_list li a span {
  color: #1b212f;
  font-weight: 500;
  margin-right: 11px;
}

.products-action-2 .cart-plus-minus {
  color: #1b212f;
  font-size: 20px;
  background: #F0F0F0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.products-action-2 .cart-btn {
  border: 0;
  padding: 15px 48px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .products-desc-nav .nav .nav-item {
    width: 49.5%;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-desc-nav .nav .nav-item {
    width: 49.5%;
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .products-desc-nav .nav .nav-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .products-desc-nav .nav .nav-item {
    width: 49.5%;
    display: block;
    margin-right: 0;
  }
}
.products-desc-nav .nav .nav-item .nav-link {
  color: #1b212f;
  font-size: 16px;
  line-height: 1;
  background: #F2F7EB;
  padding: 25px 110px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.products-desc-nav .nav .nav-item .nav-link:first-child {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .products-desc-nav .nav .nav-item .nav-link:first-child {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .products-desc-nav .nav .nav-item .nav-link {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .products-desc-nav .nav .nav-item .nav-link {
    padding: 25px 85px;
  }
}
@media (max-width: 767px) {
  .products-desc-nav .nav .nav-item .nav-link {
    padding: 25px 60px;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .products-desc-nav .nav .nav-item .nav-link {
    padding: 25px 40px;
  }
}
.products-desc-nav .nav .nav-item .nav-link:hover, .products-desc-nav .nav .nav-item .nav-link.active {
  color: white;
  background: var(--two-color);
}

.custom-modal .modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}
.custom-modal .shop-thumb-tab ul.nav li .nav-link {
  padding: 6px 3px;
}
@media (max-width: 767px) {
  .custom-modal .shop-thumb-tab ul.nav li .nav-link {
    width: 82px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .custom-modal .products_tag_list li a {
    font-size: 15px;
  }
}

.footer-nav {
  border-bottom: 1px solid #e1ecd6;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.footer-nav li {
  display: inline-block;
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-nav li {
    margin-right: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-nav li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer-nav li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-nav li {
    margin-right: 14px;
  }
}
.footer-nav li:last-child {
  margin-right: 0;
}
.footer-nav li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 30px 0;
}
.footer-nav li a:hover {
  color: var(--two-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer__widget {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer__widget {
    padding-right: 0;
    padding-left: 0;
  }
}
.footer__widget .semi-title,
.footer-widget h2 {
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:20px;
}
.footer__widget .footer-logo {
  margin-bottom: 25px;
  display: inline-block;
}

.fot-contact span {
  color: var(--two-color);
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
}
.fot-contact span:last-child {
  font-size: 16px;
  color: #707070;
}

.foter__social a {
  color: var(--two-color);
  font-size: 20px;
  background: white;
  height: 45px;
  width: 45px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.foter__social a i {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.foter__social a:hover {
  color: white;
  background: var(--two-color);
}
.foter__social a:hover i {
  transform: rotateY(360deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.border-style-top {
  border-top: 1px solid #e1ecd6;
}

.copyright p {
  color: #505050;
  font-size: 16px;
}
.copyright p a {
  font-weight: 700;
  color: #1b212f;
}

.copy-right-nav li {
  display: inline-block;
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copy-right-nav li {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .copy-right-nav li {
    margin-right: 0px;
  }
}
.copy-right-nav li:last-child {
  margin-right: 0;
}
.copy-right-nav li a {
  color: #303030;
  font-size: 16px;
  display: inline-block;
}
.copy-right-nav li a:hover {
  color: var(--two-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fot-area-two .footer__widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .fot-area-two .footer__widget {
    padding-left: 0;
  }
}
.fot-area-two .footer__widget .semi-title {
  font-size: 24px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
}

.footer-bottom-area {
  padding: 55px 90px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-bottom-area {
    padding: 55px 15px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-bottom-area {
    padding: 55px 25px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-area {
    padding: 55px 25px 0px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-area {
    padding: 55px 25px 0px;
  }
}

.fot-list li a {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 22px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.fot-list li a:hover {
  color: var(--two-color);
}

.fot-subscribe input {
  color: #707070;
  font-size: 14px;
  background: #EFF4E9;
  height: 50px;
  width: 100%;
  border-radius: 30px;
  border: 0;
  padding: 0 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.fot-subscribe .sub-btn {
  color: white;
  font-size: 14px;
  font-family: "Exo", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  height: 50px;
  padding: 20px 0;
  border: 0;
  width: 100%;
  display: inline-block;
  background: var(--main-color);
  border-radius: 30px;
  text-transform: uppercase;
}
.fot-subscribe .sub-btn::before {
  border-radius: 30px;
}

/*# sourceMappingURL=main.css.map */
