/*-----------------------------------------------------------------------------------

    Project Name: Truner - Construction Html Template
    Author: Themexriver -->> (https://themeforest.net/user/themexriver)
    Support: themexriver@gmail.com
    Description: Truner - Construction WordPress THeme
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. Theme default CSS
    02. header
    03. home
    04. global
    05. preloder
    06. about
    07. contact
    08. faq
    09. news
    10. blog
    11. shop
    12. author
    13. 404
    14. footer

-----------------------------------------------------------------------------------*/

:root {
  --font-body: 'Exo 2', sans-serif;
  --font-heading: 'Exo 2', sans-serif;
  --font-roboto: 'Roboto', sans-serif;
  --font-teko: 'Teko', sans-serif;
  --color-primary: #ff6600;
  --color-primary-2: #fa4318;
  --color-secondary: #dc4e11;
  --color-white: #fff;
  --color-black: #000;
  --color-dark: #1f1f1f;
  --color-heading: #1f1f1f;
  --color-default: #494949;
  --color-gray: #f7f7f7;
  --color-gray-2: #f0f0f0; }

/* reset css start */
html {
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 28px;
  color: var(--color-default);
  background-color: var(--color-white); }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0px;
  padding: 0px; }

button {
  cursor: pointer; }

*:focus {
  outline: none; }

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

button:focus {
  outline: none; }
  .rz-boxed-layout main{
    overflow: hidden;
  }
  .rz-boxed-layout main, .rz-boxed-layout .site-footer {
      max-width: 1320px;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 30px;
      box-shadow: 0px 3px 114px 0px rgba(0, 0, 0, 0.1);
  }
  .rz-boxed-layout .header-style-two .header__main{
    max-width: 1400px;
    margin: 0 auto;
  }
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: inherit; }

    .ul-li-block ul {
      margin: 0;
      padding: 0;
    }
    .ul-li-block ul li {
      display: block;
      list-style: none;
    }

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], form select, textarea {
  width: 100%;
  height: 60px;
  border-radius: 0;
  padding: 20px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  color: var(--color-black);
  font-weight: 400;
  background-color: #F4F3F6;
  line-height: 1; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, form select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #4A4C51;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, form select::-moz-placeholder, textarea::-moz-placeholder {
    color: #4A4C51;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, form select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #4A4C51;
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, form select:-moz-placeholder, textarea:-moz-placeholder {
    color: #4A4C51;
    opacity: 1; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, form select:focus, textarea:focus {
    border-color: var(--color-primary); }

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icon/select-arrow.png);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0; }
  .tur-about-feature-list li img {
    margin-right: 10px;
}
textarea {
  min-height: 150px; }

button {
  border: 0; }

table {
  width: 100%; }

p, li, span {
  margin-bottom: 0; }

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  height: 40px !important;
  line-height: 40px !important;
  min-height: 40px !important;
  padding: 0 30px; }
  .nice-select span {
    color: var(--color-black); }
  .nice-select .list {
    box-shadow: 0.975px 7.94px 21px 0px rgba(239, 239, 239, 0.5); }
    .nice-select .list li {
      margin-right: 0 !important; }
    .nice-select .list .option {
      color: var(--color-black); }
      .nice-select .list .option.selected, .nice-select .list .option:hover {
        border: none !important; }

.h-1110 {
  min-height: 1110px; }

/* global css end */
.body_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

main {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--color-white); }

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.footer-bg {
  background-color: #140626; }

.black-bg {
  background: var(--color-black); }

.gray-bg {
  background-color: var(--color-gray); }

.gray-bg-2 {
  background-color: var(--color-gray-2); }

.bg-deep {
  background-color: var(--color-deep); }

.bg-violet {
  background-color: var(--color-violet); }

.white {
  color: var(--color-white); }

.pos-rel {
  position: relative; }

.section-bg-gray {
  background-color: #090909; }

.pos-absolute {
  position: absolute; }

.f-right {
  float: right; }

.border-effect a, .border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border-effect a:hover, .border-effect-2 a:hover {
    background-size: 100% 100%;
    color: inherit; }

.border-effect-2 a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }

.btn-video {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  position: relative;
  font-size: 16px;
  background-color: var(--color-primary);
  z-index: 1; }
  .btn-video:hover {
    color: white; }
  .btn-video::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    /* background-color: rgba(15,103,246,.63); */
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    z-index: -2; }
  .btn-video__white {
    background: var(--color-white);
    color: var(--color-primary); }
    .btn-video__white::before {
      background-color: var(--color-white); }
    .btn-video__white:hover {
      color: var(--color-deep); }
  .btn-video__xl {
    width: 100px;
    height: 100px;
    font-size: 22px; }
    @media (max-width: 767px) {
      .btn-video__xl {
        width: 70px;
        height: 70px;
        font-size: 17px; } }
  .btn-video__xxl {
    width: 120px;
    height: 120px;
    font-size: 23px; }
    @media (max-width: 767px) {
      .btn-video__xxl {
        width: 80px;
        height: 80px;
        font-size: 18px; } }
  .btn-video__lg {
    width: 80px;
    height: 80px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .btn-video__lg {
        width: 70px;
        height: 70px;
        font-size: 17px; } }
  .btn-video__middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.border_effect a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border_effect a:hover {
    background-size: 100% 100%;
    color: inherit; }

@media (max-width: 991px) {
  .tx-col-md-6 {
    width: 50%; } }
@media (max-width: 767px) {
  .tx-col-md-6 {
    width: 100%; } }

.tx-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .tx-close::before, .tx-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b; }
  .tx-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .tx-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .tx-close:hover::before, .tx-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

/* order & unorder list reset - start */
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
  float: left;
  list-style: none;
  display: inline-block; }

.ul_li {
  justify-content: flex-start; }

.ul_li_center {
  justify-content: center; }

.ul_li_right {
  justify-content: flex-end; }

.ul_li_between {
  justify-content: space-between; }

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block; }

.ul_li_block > li {
  display: block;
  list-style: none; }

.flex-1 {
  flex: 1; }

.color-black {
  color: var(--color-black); }

.pagination_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  list-style: none; }
  .pagination_wrap ul li {
    padding: 5px; }
    .pagination_wrap ul li a,
	.pagination_wrap ul li > span {
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      color: var(--color-black);
      border: 1px solid #EDEDED;
      display: inline-block;
      -webkit-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;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      overflow: hidden; }
      .pagination_wrap ul li a.current_page, .pagination_wrap ul li a:hover, .pagination_wrap ul li > span {
        color: var(--color-white);
        border-color: var(--color-primary);
        background-color: var(--color-primary); }

.mr-none-60 {
  margin-right: -60px; }

.ml-none-60 {
  margin-left: -60px; }

.pb-8 {
  padding-bottom: 8px; }

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px; }

.mt-none-10 {
  margin-top: -10px; }

.mt-none-15 {
  margin-top: -15px; }

.mt-none-20 {
  margin-top: -20px; }

.mt-none-25 {
  margin-top: -25px; }

.mt-none-30 {
  margin-top: -30px; }

.mt-none-35 {
  margin-top: -35px; }

.mt-none-40 {
  margin-top: -40px; }

.mt-none-45 {
  margin-top: -45px; }

.mt-none-50 {
  margin-top: -50px; }

.mt-none-55 {
  margin-top: -55px; }

.mt-none-60 {
  margin-top: -60px; }

.mt-none-65 {
  margin-top: -65px; }

.mt-none-70 {
  margin-top: -70px; }

.mt-none-75 {
  margin-top: -75px; }

.mt-none-80 {
  margin-top: -80px; }

.mt-none-85 {
  margin-top: -85px; }

.mt-none-90 {
  margin-top: -90px; }

.mt-none-95 {
  margin-top: -95px; }

.mt-none-100 {
  margin-top: -100px; }

/*-- 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; }

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.3;
  color: var(--color-heading);
  font-weight: 700;
  font-family: var(--font-heading); }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* typography css end */
@-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: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    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-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-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); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg); }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-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, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoominup {
  0% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
@keyframes ltr {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
  0%,
    100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes tx_up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
.slide-up-down {
  animation: tx_up_down 1s ease infinite alternate; }

@keyframes tx_ltr {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateX(-20px); } }
.slide-ltr {
  animation: tx_ltr 1s ease infinite alternate; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.2);
    opacity: 0; } }
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.2);
    opacity: 0; } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.wow.skewIn.animated {
  -webkit-animation-name: txSkewIn;
  animation-name: txSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes txSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes txSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: var(--color-white); }

[data-overlay="dark"]::before {
  background-color: var(--color-black); }

[data-overlay="dark-2"]::before {
  background-color: #161D39; }

/*-- 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; }

/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/
.header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11; }
  .header-style-two .header__logo {
    max-width: 135px;
    margin-top: -10px;
}
.header-style-two .tx-header-fixed .header__logo img {
  filter: brightness(0);
}
.header__logo-bg {
  position: relative;
  z-index: 1; }
  .rz-boxed-layout .header__logo-bg::before{
    width: 100%;
  }
  .header__logo-bg::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 2e3px;
    right: 0;
    top: 0;
    background-color: var(--color-white);
    z-index: -1;
    border-radius: 0 0 45px 0; }
.header__top {
  background-color: #161616;
  margin-left: 13px;
  padding: 9px 50px 9px 30px;
  border-radius: 25px 25px 0 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  -o-border-radius: 25px 25px 0 0; }
  @media (max-width: 1199px) {
    .header__top {
      padding: 9px 20px; } }
  @media (max-width: 767px) {
    .header__top {
      display: none; } }
.header__main {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .header__main {
      padding-left: 120px; } }
.header__info li, .header__top-text {
  font-weight: 500;
  color: var(--color-white);
  font-size: 15px; }
  @media (max-width: 1199px) {
    .header__info li, .header__top-text {
      font-size: 14px; } }
  .header__info li i, .header__top-text i {
    font-size: 15px;
    color: var(--color-primary);
    margin-right: 6px; }
.header__info li:not(:last-child) {
  margin-right: 27px; }
.header__right {
  height: 100%; }
  @media (max-width: 767px) {
    .header__right {
      padding-right: 15px; } }
.header__button {
  height: 100%;
  margin-left: 30px;
  border-radius: 0 0 40px 0;
  -webkit-border-radius: 0 0 40px 0;
  -moz-border-radius: 0 0 40px 0;
  -ms-border-radius: 0 0 40px 0;
  -o-border-radius: 0 0 40px 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .header__button {
      display: none; } }
  .header__button a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 36px;
    background: var(--color-secondary);
    height: 100%;
    display: inline-block;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800; }
    .header__button a:hover i {
      left: 13px; }
    .header__button a i {
      font-size: 14px;
      left: 10px;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
.header__action a {
  color: var(--color-white);
  font-size: 16px; }
  .header__action a:not(:last-child) {
    margin-right: 17px; }
  .header__action a.shopping-cart {
    position: relative; }
    .header__action a.shopping-cart span {
      position: absolute;
      min-width: 18px;
      height: 18px;
      bottom: -7px;
      right: -12px;
      background-color: #161616;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px; }

.header-style-one {
  top: 21px; }
  .header-style-one .header__main {
    background: var(--color-primary);
    margin-left: -80px;
    padding-left: 160px;
    height: 80px;
    border-radius: 45px 0 45px 45px;
    -webkit-border-radius: 45px 0 45px 45px;
    -moz-border-radius: 45px 0 45px 45px;
    -ms-border-radius: 45px 0 45px 45px;
    -o-border-radius: 45px 0 45px 45px; }
  @media (max-width: 1199px) {
    .header-style-one {
      top: 8px; } }
  @media (max-width: 767px) {
    .header-style-one {
      top: 0;
      background-color: var(--color-primary); } }
  .header-style-one .header__logo {
    height: 96px;
    left: 13px;
    display: flex;
    align-items: center;
    justify-content: center; }

    @media (max-width: 767px) {
      .header-style-one .header__logo {
        height: 80px;
        justify-content: start; } }
  .header-style-one .main-menu ul li:hover > a,
  .header-style-one .main-menu ul li.active > a {
    color: var(--color-white); }
  .header-style-one .tx-header-area-sticky .header__logo {
    height: 80px;
    justify-content: start;
    left: 0; }

@media (max-width: 767px) {
  .header-search-btn {
    display: none; } }

.header-style-two {
  top: 50px; }
  @media (max-width: 991px) {
    .header-style-two {
      top: 15px; } }
  .header-style-two .header__logo {
    margin-right: 107px; }
    .header-style-two .header__logo .logo-dark {
      display: none; }
  .header-style-two .header__main {
    padding: 0 93px;
    background-color: transparent; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .header-style-two .header__main {
        padding: 0 15px; } }
    @media (max-width: 1199px) {
      .header-style-two .header__main {
        padding: 0 15px; } }
  .header-style-two .header__right {
    margin-left: auto; }
  .header-style-two .main-menu ul li a {
    font-size: 18px;
    font-weight: 600; }
  .header-style-two .header-search-btn {
    margin-right: 60px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-white);
    display: inline-block;
    color: var(--color-dark);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header-style-two .main-menu ul li:hover > a,
  .header-style-two .main-menu ul li.active > a,
  .header-style-two .main-menu ul li .submenu li:hover > a,
  .header-style-two .main-menu ul li .submenu li.active > a {
    color: var(--color-primary-2); }
  .header-style-two .tx-header-area-sticky {
    background-color: #fff; }
    @media (max-width: 991px) {
      .header-style-two .tx-header-area-sticky {
        padding: 10px 15px; } }
    .header-style-two .tx-header-area-sticky .header__logo {
      height: auto; }
      .header-style-two .tx-header-area-sticky .header__logo .logo-default {
        display: none; }
      .header-style-two .tx-header-area-sticky .header__logo .logo-dark {
        display: block; }
  .header-style-two .tx-header-area-sticky.tx-header-fixed .main-menu ul li a {
    color: var(--color-dark); }
  .header-style-two .tx-header-area-sticky.tx-header-fixed .header__logo {
    margin-right: 107px; }
  .header-style-two .hamburger_menu a {
    margin-right: 20px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-white);
    display: inline-block;
    color: var(--color-dark);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .header-style-two .hamburger_menu a {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .header-style-two .header-btn,
    .header-style-two .header__action {
      display: none; } }

@media (max-width: 991px) {
  .header-style-three {
    position: unset; } }
.header-style-three .header__top {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
  margin-left: 0; }
  @media (max-width: 991px) {
    .header-style-three .header__top {
      padding-bottom: 9px; } }
.header-style-three .header__main {
  position: relative;
  z-index: 2;
  padding: 15px 0;
  padding-left: 90px;
  margin-top: -34px; }
  @media (max-width: 1199px) {
    .header-style-three .header__main {
      padding-left: 40px; } }
  @media (max-width: 991px) {
    .header-style-three .header__main {
      margin-top: 0;
      padding-left: 0; } }
  .header-style-three .header__main::before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 210px);
    height: 100%;
    background-color: var(--color-white);
    content: "";
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 18px 100%); }
  .header-style-three .header__main::after {
    position: absolute;
    top: 0;
    right: 210px;
    width: 170px;
    height: 100%;
    background-color: #fafafa;
    content: "";
    z-index: -1;
    clip-path: polygon(30px 0px, 100% 0px, 142px 100%, 0 100%); }
.header-style-three .main-menu ul li a {
  color: #000000; }
.header-style-three .header__action {
  position: relative; }
  .header-style-three .header__action a {
    color: #000; }
    .header-style-three .header__action a.shopping-cart span {
      background-color: var(--color-primary);
      color: var(--color-white); }
.header-style-three .header__button a {
  background-color: transparent;
  margin-left: 40px;
  padding-left: 26px;
  padding-right: 55px; }
.header-style-three .header-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  content: "";
  z-index: -3;
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  background-image: url(../images/bg/h_btn_img.png);
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .header-style-three .header-btn-bg {
      clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 40px 100%); } }
  @media (max-width: 767px) {
    .header-style-three .header-btn-bg {
      background-color: transparent;
      background-image: none; } }
.header-style-three .tx-header-area-sticky {
  background-color: var(--color-white); }
  .header-style-three .tx-header-area-sticky .header__main {
    margin-top: 0;
    padding: 5px 0; }
  .header-style-three .tx-header-area-sticky .header-btn-bg {
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 40px 100%); }
.header-style-three .hamburger_menu a {
  color: var(--color-black);
  font-size: 20px; }
  @media (max-width: 767px) {
    .header-style-three .hamburger_menu a {
      margin-right: 0; } }
@media (max-width: 767px) {
  .header-style-three .header__right {
    padding-right: 0; } }
@media (max-width: 991px) {
  .header-style-three .header__action {
    display: none; } }

.tx-header-area-sticky {
  background-color: var(--color-primary); }
  .tx-header-area-sticky .header__top {
    display: none; }
  .tx-header-area-sticky .header__button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }

#tx-header-area .tx-header-area-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden; }

#tx-header-area .tx-header-area-sticky.tx-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }
/* Header 4 */

.tur-header-section {
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.tur-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: #100f0f;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.0588235294);
          box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.0588235294);
}
.tur-header-section.sticky-on .tur-header-content:before {
  display: none;
}
.tur-header-section.sticky-on .tur-header-content .brand-logo:before,
.tur-header-section.sticky-on .header-cta-btn a:before {
  display: none;
}

.tur-header-section.sticky-on .header-top-content,
.tur-header-section.sticky-on .tur-header-content .brand-logo {
  border-radius: 0;
}
.tur-header-section.sticky-on .header-cta-btn a {
  border-radius: 0;
}
.tur-header-section .dropdown {
  position: relative;
}
.tur-header-section .dropdown:after {
  top: 2px;
  color: #fff;
  right: -13px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.tur-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.tur-header-section .dropdown-menu {
  left: 0;
  top: 43px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 230px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #000;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tur-header-section .dropdown-menu .dropdown-menu {
  top: 30px;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.tur-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.tur-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.tur-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.tur-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.tur-header-section .dropdown-menu li:after {
  top: 8px;
  right: 15px;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tur-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.tur-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 8px 30px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.tur-header-section .dropdown-menu a:before {
  display: none;
}
.tur-header-section .dropdown-menu a:hover {
  padding-left: 40px !important;
  color: var(--color-primary) !important;
}

.tur-header-content {
  z-index: 1;
}
.tur-header-content:before {
  left: 32px;
  right: 0;
  width: 80%;
  z-index: -1;
  height: 100%;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: -26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/header-bg.png);
}
.tur-header-content .brand-logo {
  width: 208px;
  background-color: #fff;
  padding: 15px 25px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tur-header-content .brand-logo:before {
  width: 0;
  left: 5px;
  height: 0;
  content: "";
  bottom: -15px;
  position: absolute;
  border-right: 199px solid #fff;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
}

.tur-header-section .header-top-content-menu-navigation {
  width: 85%;
}
.tur-header-section .header-top-content {
  overflow: hidden;
  padding: 12px 40px;
  background-color: #161616;
  border-top-right-radius: 10px;
}
.tur-header-section .header-top-content .top-info li {
  color: #fff;
  margin-right: 25px;
}
.tur-header-section .header-top-content .top-info li i {
  margin-right: 8px;
  color: var(--color-primary);
}
.tur-header-section .header-top-content .top-info li:last-child {
  margin-right: 0;
}
.tur-header-section .header-menu-cta-btn {
  padding-left: 40px;
  background-color: #100f0f;
  border-bottom-right-radius: 10px;
}
.tur-header-section .header-menu-cta-btn .main-navigation .nav {
  display: inherit;
}
.tur-header-section .header-menu-cta-btn .main-navigation li {
  margin-right: 55px;
}
.tur-header-section .header-menu-cta-btn .main-navigation li a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 20px;
}
.tur-header-section .header__action a.shopping-cart span {
  background-color: var(--color-primary);
}
.tur-header-section .header-cta-btn {
  margin-left: 40px;
}
.tur-header-section .header-cta-btn a {
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  padding: 15px 30px;
  display: inline-block;
  position: relative;
  border-bottom-right-radius: 10px;
  background-color: var(--color-primary);
}
.tur-header-section .header-cta-btn a i {
  margin-left: 5px;
}
.tur-header-section .header-cta-btn a:before {
  width: 0;
  left: 0;
  height: 0;
  content: "";
  bottom: -13px;
  position: absolute;
  border-left: 170px solid var(--color-primary);
  border-top: 0px solid transparent;
  border-bottom: 13px solid transparent;
}
/* Navigation css */
.main-menu {
  display: flex;
  align-items: center;
  flex-grow: 1; }
  .main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-menu ul li {
      position: relative; }
      .main-menu ul li:not(:last-child) {
        margin-right: 45px; }
        @media only screen and (min-width: 1200px) and (max-width: 1500px) {
          .main-menu ul li:not(:last-child) {
            margin-right: 30px; } }
        @media (max-width: 1199px) {
          .main-menu ul li:not(:last-child) {
            margin-right: 28px; } }
      .main-menu ul li .submenu li {
        margin-right: 0; }
      .main-menu ul li a {
        display: inline-block;
        text-decoration: none;
        font-size: 17px;
        font-weight: 700;
        color: var(--color-white);
        padding: 27px 0;
        height: 80px;
        position: relative;
        line-height: 22px;
        font-family: var(--font-heading); }
      .main-menu ul li.menu-item-has-children > a::after {
        content: "\f078";
        transform: translateY(-1px);
        display: inline-block;
        padding-left: 4px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 10px; }
      .main-menu ul li.menu-item-has-children:hover > .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        pointer-events: all; }
      .main-menu ul li:hover > a, .main-menu ul li.active > a {
        color: var(--color-primary); }
      .main-menu ul li .submenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        min-width: 240px;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        background: var(--color-white);
        left: 0;
        padding: 20px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 3;
        text-align: left;
        -webkit-transform: translate3d(0, 18px, 0);
        -ms-transform: translate3d(0, 18px, 0);
        transform: translate3d(0, 18px, 0);
        pointer-events: none;
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
        border-top: 2px solid var(--color-1); }
        .main-menu ul li .submenu::before {
          content: "";
          position: absolute;
          top: -18px;
          left: 15px;
          z-index: 2;
          display: block;
          width: 16px;
          height: 16px;
          -webkit-transform: rotate(-45deg) translateY(1rem);
          -ms-transform: rotate(-45deg) translateY(1rem);
          transform: rotate(-45deg) translateY(1rem);
          border-radius: 3px;
          background: #fff;
          box-shadow: none; }
        .main-menu ul li .submenu li .submenu::before {
          display: none; }
        .main-menu ul li .submenu li a {
          color: var(--color-black);
          padding: 8px 30px;
          height: auto;
          display: block;
          margin: 0;
          font-size: 16px; }
        .main-menu ul li .submenu li:hover > a, .main-menu ul li .submenu li.active > a {
          color: var(--color-primary); }
        .main-menu ul li .submenu ul {
          left: 100%;
          top: 0px; }

.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto; }

.main-menu ul li.menu-last ul.submenu ul {
  right: auto;
  left: -100%; }

.main-menu ul li ul.submenu .menu-item-has-children > a::after {
  position: absolute;
  top: 9px;
  right: 15px;
  content: "\f105";
  font-size: 13px; }

.thm-btn {
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  font-size: 15px;
  font-weight: 700;
  text-transform: None;
  color: var(--color-white);
  border-style: none;
  padding: 21px 34px;
  align-self: center;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: var(--color-primary);
  text-transform: uppercase; }
  .thm-btn:hover {
    background-color: var(--color-dark);
    color: var(--color-white); }
  .thm-btn--hover-white:hover {
    background-color: var(--color-white);
    color: var(--color-dark); }
  .thm-btn--2 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
    background-color: var(--color-primary-2);
    z-index: 1; }
    .thm-btn--2:hover {
      background-color: var(--color-primary-2); }
      .thm-btn--2:hover::before {
        width: 100%;
        border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -ms-border-radius: 0 3px 3px 0;
        -o-border-radius: 0 3px 3px 0; }
    .thm-btn--2::before {
      position: absolute;
      width: 4px;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #d42800;
      content: "";
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: -1; }
    .thm-btn--2--black {
      background-color: #15161c;
      color: var(--color-white); }
      .thm-btn--2--black::before {
        background-color: #fff; }
      .thm-btn--2--black:hover {
        color: #000;
        background-color: #15161c; }
  .thm-btn--3 {
    position: relative;
    padding-right: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 1; }
    .thm-btn--3::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 0;
      height: 100%;
      content: "";
      background-color: #252424;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      z-index: -1; }
    .thm-btn--3:hover {
      background-color: var(--color-primary); }
      .thm-btn--3:hover::before {
        width: 100%; }
    .thm-btn--3 span {
      position: absolute;
      right: -40px;
      top: 0;
      width: 57px;
      height: 100%;
      background-color: #252424;
      display: inline-block;
      display: flex;
      align-items: center;
      justify-content: center;
      clip-path: polygon(0 0px, calc(100% - 12px) 0px, 100% 100%, 12px 100%); }

      .tur_demo .thm-btn {
        border-radius: 30px;
      }
      [data-background] {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
      }
      .tur_demo .process.shape-shape {
        background-size: unset;
        background-position-y: 75%;
      }
/*----------------------------------------*/
/*  04. globel
/*----------------------------------------*/
@media (min-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px; } }
@media (min-width: 1024px) {
  .demo-two .container, .demo-two .container-lg, .demo-two .container-md, .demo-two .container-sm, .demo-two .container-xl {
    max-width: 1280px; } }
.demo-two {
  font-family: var(--font-roboto); }
  .demo-two h1, .demo-two h2, .demo-two h3, .demo-two h4, .demo-two h5, .demo-two h6 {
    font-family: var(--font-teko);
    font-weight: 500; }

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  opacity: 1;
  font-size: 0;
  border: 9px solid transparent;
  position: absolute; }

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  top: 4px; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.mfp-iframe-holder .mfp-content {
  max-width: 1170px; }

.tx-split-text .split-line {
  overflow: hidden; }

.tx-item-bg,
.service__item .service__item-dot::before,
.case-study__image-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.social-links a {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #494949;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 18px; }
  .social-links a:not(:last-child) {
    margin-right: 10px; }
  .social-links a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .social-links a i:nth-child(2) {
      opacity: 0; }
  .social-links a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }
    .social-links a:hover i:nth-child(1) {
      opacity: 0; }
    .social-links a:hover i:nth-child(2) {
      opacity: 1; }

      .tur-service-item-area {
        z-index: 1;
        margin: 0 auto;
        max-width: 280px;
        padding-bottom: 30px;
      }
      .tur-service-item-area:before {
        bottom: 0;
        width: 100%;
        z-index: -1;
        content: "";
        height: 85%;
        position: absolute;
        border-radius: 10px;
        background-color: #fff;
      }
      .tur-service-item-area .tur-service-item {
        margin: 0 auto;
        max-width: 227px;
      }
      .tur-service-item-area .service-img {
        height: 222px;
        overflow: hidden;
        margin-bottom: 25px;
        border-radius: 10px;
        position: relative;
      }
      .tur-service-item-area .service-img:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 10;
      }
      .tur-service-item-area .service-img img {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
      }
      .tur-service-item-area .service-icon {
        width: 65px;
        height: 65px;
        margin-right: 15px;
        border-radius: 100%;
        background-color: #f5f5f5;
        -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
        transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
      }
      .tur-service-item-area .service-text h3 {
        max-width: 95px;
      }
      .tur-service-item-area .service-text h3 a {
        color: #1f1f1f;
        font-size: 22px;
        font-weight: 700;
      }
      .tur-service-item-area .service-text h3 a:hover {
        color: var(--color-primary);
      }
      .tur-service-item-area:hover .service-icon {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      }
      .tur-service-item-area:hover .service-img img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
      }
      .tur-service-item-area:hover .service-img:before {
        -webkit-animation: hover_appear 0.75s;
                animation: hover_appear 0.75s;
      }
      .header-style-three .header__logo {
        margin-top: -15px;
    }
@-webkit-keyframes hover_appear {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes hover_appear {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
      .tur-service-slider-content .tur-service-button-prev,
      .tur-service-slider-content .tur-service-button-next {
        top: 50%;
        z-index: 2;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
      }
      .tur-service-slider-content .tur-service-button-prev {
        left: -100px;
      }
      .tur-service-slider-content .tur-service-button-next {
        right: -100px;
      }

.tur-slider-arrow {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tur-slider-arrow:hover {
  background-color: var(--color-primary);
}
.tx-border-text {
  position: absolute;
  top: 0;
  right: 100%;
  font-size: 200px;
  line-height: 1;
  color: transparent;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(192, 192, 192, 0.15);
  -ms-text-stroke-color: rgba(192, 192, 192, 0.15);
  -o-text-stroke-color: rgba(192, 192, 192, 0.15);
  margin-right: -100px;
  white-space: nowrap;
  font-weight: 700; }
  @media (max-width: 1199px) {
    .tx-border-text {
      font-size: 150px; } }
  @media (max-width: 991px) {
    .tx-border-text {
      font-size: 120px; } }
  @media (max-width: 767px) {
    .tx-border-text {
      font-size: 70px; } }
  .tx-border-text span {
    display: inline-block; }

.border-text-left.tx-border-text {
  -webkit-transform: translateX(366px);
  -ms-transform: translateX(366px);
  transform: translateX(366px);
  margin-top: -41px; }
  @media (max-width: 767px) {
    .border-text-left.tx-border-text {
      -webkit-transform: translateX(176px);
      -ms-transform: translateX(176px);
      transform: translateX(176px); } }

.border-text-left.style2.tx-border-text {
  -webkit-transform: translateX(240px);
  -ms-transform: translateX(240px);
  transform: translateX(240px); }

.border-text-left.style3.tx-border-text {
  -webkit-transform: translateX(360px);
  -ms-transform: translateX(360px);
  transform: translateX(360px);
  margin-top: -40px; }

.slider_line {
  position: relative; }

.slider_line::before {
  position: relative;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 46%;
  left: -2px;
  content: "";
  opacity: .4;
  -webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop1 30s infinite linear;
  animation: dotAnimatedBottomToTop1 30s infinite linear;
  background-color: #fdd305;
  background-image: -moz-linear-gradient(-179deg, #fdd305 1%, #dc860d 100%);
  background-image: -webkit-linear-gradient(-179deg, #fdd305 1%, #dc860d 100%);
  background-image: -ms-linear-gradient(-179deg, #fdd305 1%, #dc860d 100%); }

.slider_line.slider_line_2::before {
  bottom: 27%;
  -webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop2 30s infinite linear;
  animation: dotAnimatedBottomToTop2 30s infinite linear; }

@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 46%; }
  50% {
    bottom: 0%; }
  100% {
    bottom: 46%; } }
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 27%; }
  50% {
    bottom: 100%; }
  100% {
    bottom: 27%; } }
@media (max-width: 991px) {
  .pb-md-120 {
    padding-bottom: 120px; } }

.sidebar-area {
  padding-left: 30px; }
  @media (max-width: 991px) {
    .sidebar-area {
      padding-left: 0; } }

.widget {
  background-color: #F7F7F7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 20px; }
  .widget__title,
  .wp-block-search .wp-block-search__label,
  .widget h2 {
    font-size: 22px;
    color: var(--color-black);
    font-weight: 700;
    margin-bottom: 20px; }
  .widget__search,
  .wp-block-search__inside-wrapper  {
    position: relative; }
    .widget__search input,
	.wp-block-search__inside-wrapper input {
      height: 60px;
      background-color: var(--color-white);
      padding: 22px;
      border: 0;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0;
      border-radius: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px; }
      .widget__search input::-webkit-input-placeholder {
        color: #505050;
        opacity: 1; }
      .widget__search input::-moz-placeholder {
        color: #505050;
        opacity: 1; }
      .widget__search input:-ms-input-placeholder {
        color: #505050;
        opacity: 1; }
      .widget__search input:-moz-placeholder {
        color: #505050;
        opacity: 1; }
    .widget__search button,
	.wp-block-search__inside-wrapper button {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--color-white);
      background-color: var(--color-primary);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
  .widget__category li:not(:last-child) {
    margin-bottom: 10px; }
  .widget__category li a {
    padding: 15px 20px;
    background-color: var(--color-white);
    position: relative;
    display: block;
    z-index: 1;
    color: var(--color-black);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
    .widget__category li a:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }
    .widget__category li a i {
      font-size: 13px; }
  .widget__add-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 300px;
    text-align: center; }
    .widget__add-banner h3 {
      font-size: 30px;
      font-weight: 700;
      color: var(--color-white);
      margin-bottom: 18px; }
    .widget__add-banner span {
      color: var(--color-white); }
  .widget__post-item {
    background-color: var(--color-white);
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .widget__post-item:not(:last-child) {
      margin-bottom: 12px; }
    .widget__post-item .post-thumb {
      width: 90px;
      height: 90px;
      overflow: hidden;
      margin-right: 20px; }
      .widget__post-item .post-thumb img {
        width: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04); }
    .widget__post-item:hover .post-thumb img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .widget__post-item:hover .post-title a {
      background-size: 100% 100%; }
    .widget__post-item .post-meta {
      margin-bottom: 5px; }
      .widget__post-item .post-meta a {
        font-size: 12px;
        color: #4A4C51;
        position: relative; }
        .widget__post-item .post-meta a:not(:last-child) {
          margin-right: 9px;
          padding-right: 12px; }
          .widget__post-item .post-meta a:not(:last-child)::before {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "";
            width: 1px;
            height: 15px;
            background-color: #E6E6E6; }
        .widget__post-item .post-meta a i {
          margin-right: 10px; }
    .widget__post-item .post-content {
      width: calc(100% - 110px); }
      .widget__post-item .post-content .post-title {
        font-size: 16px;
        color: var(--color-black);
        font-weight: 600; }
        .widget__post-item .post-content .post-title a {
          color: inherit; }
  .widget__cta {
    min-height: 334px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    .widget__cta .icon {
      margin-bottom: 20px; }
    .widget__cta h2 {
      font-size: 38px;
      font-weight: 800;
      color: var(--color-white);
      margin-bottom: 20px; }
    .widget__cta p {
      font-size: 17px;
      font-weight: 500;
      color: #fff;
      line-height: 28px; }

.faq__social-links a {
  font-size: 17px;
  margin-right: 20px;
  color: #9087A2;
  width: 45px;
  height: 45px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9087A2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-top: 10px; }
  .faq__social-links a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  .faq__social-links a:hover {
    border-color: transparent;
    color: var(--color-white); }
    .faq__social-links a:hover::before {
      opacity: 1; }

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px; }
  .tagcloud a {
    display: block;
    color: #4A4C51;
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0px 17px;
    margin: 7px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .tagcloud a::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: -2;
      background-color: rgba(44, 26, 78, 0.05); }
    .tagcloud a::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0; }
    .tagcloud a:hover {
      color: var(--color-white);
      background-color: var(--color-primary);
      border-color: var(--color-primary); }
      .tagcloud a:hover::after {
        opacity: 1; }

.tx-custom-container {
  padding: 0 15px; }

.tx-custom-row {
  margin: 0 -15px; }
  .tx-custom-row > * {
    padding-left: 15px;
    padding-right: 15px; }

.mr-container {
  padding-right: calc((100% - 1170px)/2) !important; }
  @media (max-width: 1199px) {
    .mr-container {
      padding-right: 15px !important; } }
  @media (max-width: 991px) {
    .mr-container {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.tx-item--image img {
  width: 100%; }

.section-notch {
  position: relative; }
  .section-notch::before, .section-notch::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(../images/shape/section-notch-top.png);
    background-repeat: repeat-x;
    content: ""; }

.section-notch::after {
  top: auto;
  bottom: 0;
  background-image: url(../images/shape/section-notch-bottom.png); }

.section-notch-t-none::before,
.section-notch-b-none::after {
  display: none; }

.tx-cursor,
.tx-cursor-section {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0; }

.tx-cursor .tx-cursor-wrapper,
.tx-cursor-section .tx-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.tx-cursor .tx-cursor--follower,
.tx-cursor-section .tx-cursor--follower {
  position: absolute;
  background-color: var(--color-primary);
  opacity: .25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.tx-cursor.style2 .tx-cursor--follower {
  background-color: var(--thm-color-2); }

.tx-cursor.style3 .tx-cursor--follower {
  background-color: var(--thm-color-3); }

.tx-cursor .tx-cursor--label,
.tx-cursor-section .tx-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  transform: scale(0);
  will-change: transform,opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.tx-cursor .tx-cursor--drap,
.tx-cursor-section .tx-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: #000;
  font-size: 0;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform,opacity;
  color: #fff; }

.tx-cursor .tx-cursor--drap:before,
.tx-cursor-section .tx-cursor--drap:before,
.tx-cursor .tx-cursor--drap:after,
.tx-cursor-section .tx-cursor--drap:after {
  content: "\f10b";
  font-family: caseicon;
  font-size: 10px;
  display: inline-flex; }

.tx-cursor .tx-cursor--drap:before,
.tx-cursor-section .tx-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

.tx-cursor .tx-cursor--drap:after,
.tx-cursor.is-enabled,
.tx-cursor-section.is-enabled {
  visibility: visible; }

.tx-cursor.is-hidden .tx-cursor-wrapper,
.tx-cursor-section.is-hidden .tx-cursor-wrapper {
  transform: scale(0) !important; }

.tx-cursor.is-mouse-down .tx-cursor-wrapper,
.tx-cursor-section.is-mouse-down .tx-cursor-wrapper {
  transform: scale(0.8); }

.tx-cursor.is-active .tx-cursor--follower,
.tx-cursor-section.is-active .tx-cursor--follower {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(4);
  -khtml-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0; }

.header-search-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px;
  z-index: 9999;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-end; }
  @media (max-width: 767px) {
    .header-search-form-wrapper {
      height: 200px; } }

.header-search-form-wrapper.open {
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1), visibility 0.8s step-start;
  transform: translate3d(0, 0, 0); }

.header-search-form-wrapper .search-form {
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

.header-search-form-wrapper .search-form input[type="search"] {
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background-color: transparent;
  text-align: left;
  color: balck;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  border-radius: 0;
  width: 100%;
  color: #000; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-form input[type="search"] {
      height: 45px;
      line-height: 50px;
      font-size: 18px; } }

.header-search-form-wrapper .search-form input[type="search"]::placeholder {
  color: #a4a4a4;
  opacity: 1; }

.header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
  color: #a4a4a4; }

.header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
  color: #a4a4a4; }

.header-search-form-wrapper .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: #9F9F9F;
  font-size: 24px; }
  @media (max-width: 767px) {
    .header-search-form-wrapper .search-submit {
      height: 35px;
      font-size: 20px; } }

.header-search-form-wrapper .tx-search-close {
  background: #cccccc45;
  width: 54px;
  height: 54px;
  border-width: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }
  .header-search-form-wrapper .tx-search-close::before, .header-search-form-wrapper .tx-search-close::after {
    background-color: var(--color-black); }
  @media (max-width: 767px) {
    .header-search-form-wrapper .tx-search-close {
      width: 50px;
      height: 50px;
      background-color: transparent; } }

.header-search-container {
  width: 100%;
  height: 100%;
  max-width: 1170px;
  border: 0;
  padding: 0;
  background: 0 0;
  transform: translate3d(0, calc(100% - 100px), 0);
  transition: transform 0.85s cubic-bezier(0.175, 1, 0.275, 1);
  margin: auto;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 1199px) {
    .header-search-container {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .header-search-container {
      padding: 0 15px; } }

.header-search-form-wrapper.open .header-search-container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.hamburger-menu {
  display: inline-block; }

.hamburger-menu a {
  display: inline-block; }

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }

.body-overlay.active {
  opacity: .5;
  visibility: visible; }

.side-mobile-menu ul li a {
  padding: 25px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 30px;
  color: var(--color-blakc);
  font-weight: 600;
  text-transform: uppercase;
  position: relative; }
  @media (max-width: 767px) {
    .side-mobile-menu ul li a {
      padding: 8px 0;
      font-size: 15px; } }

.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #000; }

.side-mobile-menu ul li a:hover {
  color: #000;
  padding-left: 5px; }

.side-mobile-menu ul li ul li:hover > a {
  color: #000;
  padding-left: 30px; }

.side-mobile-menu ul li ul li:hover > a::before {
  background: #000;
  border-color: #000 !important; }

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -660px;
  max-width: 630px;
  width: 100%;
  padding: 50px 60px;
  height: 100%;
  display: block;
  background-color: var(--color-white);
  z-index: 1020;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
  padding-top: 100px;
  transition-duration: 500ms; }
  @media (max-width: 767px) {
    .slide-bar {
      top: 0;
      right: calc(-100% - 30px);
      max-width: 100%;
      width: 100%;
      padding: 40px 20px;
      padding-top: 70px; } }

.slide-bar.show {
  right: 0; }

.side-mobile-menu ul li ul li {
  padding-left: 15px; }

.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
  font-size: 16px; }

.side-mobile-menu ul li.dropdown > a::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
  transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%); }
  @media (max-width: 767px) {
    .side-mobile-menu ul li.dropdown > a::after {
      width: 8px;
      height: 8px;
      border-width: 0 2px 2px 0; } }

.side-mobile-menu ul li.dropdown a[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%); }

.side-mobile-menu ul li ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #101a23;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 767px) {
    .side-mobile-menu ul li ul li a::before {
      width: 8px;
      height: 8px; } }

.side-mobile-menu ul li ul li a {
  text-transform: capitalize;
  font-size: 25px; }
  @media (max-width: 767px) {
    .side-mobile-menu ul li ul li a {
      font-size: 14px; } }

.close-mobile-menu a {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  left: 0;
  display: block; }

.close-mobile-menu a:hover {
  color: #fff; }

.close-mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.slide-bar .tx-close {
  width: 54px;
  height: 54px;
  border-width: 18px; }
  @media (max-width: 767px) {
    .slide-bar .tx-close {
      width: 50px;
      height: 50px; } }

.slide-bar .tx-close::before,
.slide-bar .tx-close::after {
  background-color: var(--color-dark); }

.slide-bar .header-mobile-search,
.slide-bar .metismenu {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.slide-bar.show .header-mobile-search,
.slide-bar.show .metismenu {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-delay: .1s; }
.slide-bar.show .metismenu {
  transition-delay: .2s; }

.slide-bar .header-mobile-search input {
  width: 100%;
  height: 65px;
  color: #000;
  font-size: 25px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 10px;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .slide-bar .header-mobile-search input::-webkit-input-placeholder {
    color: #9F9F9F;
    opacity: 1; }
  .slide-bar .header-mobile-search input::-moz-placeholder {
    color: #9F9F9F;
    opacity: 1; }
  .slide-bar .header-mobile-search input:-ms-input-placeholder {
    color: #9F9F9F;
    opacity: 1; }
  .slide-bar .header-mobile-search input:-moz-placeholder {
    color: #9F9F9F;
    opacity: 1; }
  .slide-bar .header-mobile-search input:focus, .slide-bar .header-mobile-search input:hover {
    border-color: #ddd; }
  @media (max-width: 767px) {
    .slide-bar .header-mobile-search input {
      height: 50px;
      font-size: 16px;
      border-width: 1px; } }

.header-mobile-search {
  margin-bottom: 15px;
  position: relative;
  display: block; }

.header-mobile-search button {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  line-height: 100%;
  padding: 0;
  border: none;
  background-color: initial;
  background-image: none;
  top: 0;
  cursor: pointer;
  font-size: 24px;
  color: #9F9F9F; }
  @media (max-width: 767px) {
    .header-mobile-search button {
      font-size: 20px; } }

.hamburger_menu a {
  color: var(--color-white);
  font-size: 17px;
  margin-right: 17px; }

.section-heading .heading-img {
  margin-bottom: 2px; }
.section-heading .heading-subtitle {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--color-primary); }
  .section-heading .heading-subtitle.mb-15 {
    margin-bottom: 15px; }
  .section-heading .heading-subtitle img {
    margin-right: 10px; }
.section-heading .heading-title {
  font-size: 55px;
  line-height: 1.1; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .section-heading .heading-title {
      font-size: 50px; } }
  @media (max-width: 1199px) {
    .section-heading .heading-title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .section-heading .heading-title {
      font-size: 35px; } }
  @media (max-width: 767px) {
    .section-heading .heading-title {
      font-size: 30px; } }
.section-heading p {
  font-size: 18px;
  color: #1c1d20; }
.section-heading--white .heading-title {
  color: var(--color-white); }
.section-heading--white p {
  color: #e7e4e4; }
.section-heading--2 .heading-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-primary-2);
  font-weight: 400;
  font-family: var(--font-teko);
  letter-spacing: 2px; }
.section-heading--2 .heading-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .section-heading--2 .heading-title {
      font-size: 55px; } }
  @media (max-width: 1199px) {
    .section-heading--2 .heading-title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .section-heading--2 .heading-title {
      font-size: 35px; } }
  @media (max-width: 767px) {
    .section-heading--2 .heading-title {
      font-size: 30px; } }
.section-heading--2 p {
  font-size: 18px;
  line-height: 30px;
  color: #2b2b2b; }
  .section-heading--2 p.color-2 {
    color: #494949; }
  .section-heading--2 p.color-3 {
    color: #5f5f5f; }
  .section-heading--2 p.color-4 {
    color: #737373; }
.section-heading--2.section-heading--white p {
  color: #e4e4e4; }
.section-heading--3 .heading-subtitle {
  font-size: 17px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 500;
  position: relative;
  padding-left: 9px; }
  .section-heading--3 .heading-subtitle::before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 13px;
    background-color: var(--color-primary);
    content: "";
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%); }
.section-heading--3 .heading-title {
  font-size: 56px;
  font-weight: 800;
  color: var(--color-black); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .section-heading--3 .heading-title {
      font-size: 50px; } }
  @media (max-width: 1199px) {
    .section-heading--3 .heading-title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .section-heading--3 .heading-title {
      font-size: 35px; } }
  @media (max-width: 767px) {
    .section-heading--3 .heading-title {
      font-size: 30px; } }
.section-heading--3 p {
  font-size: 18px;
  line-height: 30px;
  color: #505050; }
.section-heading--3.section-heading--white .heading-title {
  color: var(--color-white); }
.section-heading--3.section-heading--white p {
  color: #e4e4e4; }

.tur-section-title .tur-subtile {
  margin-bottom: 10px;
  color: var(--color-primary);
}
.tur-section-title .tur-subtile img {
  margin-right: 10px;
}
.tur-section-title h2 {
  font-size: 53px;
  font-weight: 800;
  overflow: hidden;
}
.tur-section-title p {
  padding-top: 18px;
}
.tur-section-title.text-center {
  margin: 0 auto;
  max-width: 625px;
}
.tur-section-title.text-center .tur-subtile {
  margin-bottom: 0;
}
.tur-section-title.text-center .tur-subtile img {
  display: block;
  margin: 0 auto;
}


.tx-slider-two .tparrows.tp-leftarrow:before {
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  content: "\f177" !important;
  -webkit-transform: translateY(-15px) rotate(90deg);
  -ms-transform: translateY(-15px) rotate(90deg);
  transform: translateY(-15px) rotate(90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.tx-slider-two .tparrows.tp-rightarrow:before {
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  content: "\f178" !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(15px) rotate(90deg) !important;
  -ms-transform: translateY(15px) rotate(90deg) !important;
  transform: translateY(15px) rotate(90deg) !important; }
.tx-slider-two .tparrows {
  width: 35px !important;
  height: 35px !important;
  background-color: #fff!important;
  border-radius: 50%!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  -webkit-transition: 0.3s!important;
  -o-transition: 0.3s!important;
  transition: 0.3s!important; }
  .tx-slider-two .tparrows:hover {
    background-color: var(--color-primary-2) !important; }
  .tx-slider-two .tparrows.tp-leftarrow:hover::before {
    color: var(--color-white) !important;
    -webkit-transform: translateY(-18px) rotate(90deg) !important;
    -ms-transform: translateY(-18px) rotate(90deg) !important;
    transform: translateY(-18px) rotate(90deg) !important; }
  .tx-slider-two .tparrows.tp-rightarrow:hover::before {
    color: var(--color-white) !important;
    -webkit-transform: translateY(18px) rotate(90deg) !important;
    -ms-transform: translateY(18px) rotate(90deg) !important;
    transform: translateY(18px) rotate(90deg) !important; }
  .tx-slider-two .tparrows::before {
    font-size: 34px !important;
    color: var(--color-primary-2) !important; }
  @media (max-width: 1199px) {
    .tx-slider-two .tparrows {
      display: none; } }

.tx-slider-three #slider-2-slide-7-layer-15,
.tx-slider-three #slider-2-slide-9-layer-15 {
  position: absolute;
  margin-left: -52px; }
  @media (max-width: 1199px) {
    .tx-slider-three #slider-2-slide-7-layer-15,
    .tx-slider-three #slider-2-slide-9-layer-15 {
      margin-left: -40px; } }
  @media (max-width: 991px) {
    .tx-slider-three #slider-2-slide-7-layer-15,
    .tx-slider-three #slider-2-slide-9-layer-15 {
      margin-left: -15px; } }
.tx-slider-three .fas.fa-search::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f002"; }
.tx-slider-three span .far::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f324"; }
.tx-slider-three .tparrows {
  position: relative;
  background-color: transparent; }
  @media (max-width: 1199px) {
    .tx-slider-three .tparrows {
      display: none; } }
  .tx-slider-three .tparrows::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f060";
    font-size: 13px; }
  .tx-slider-three .tparrows::before, .tx-slider-three .tparrows::after {
    position: absolute;
    width: 68px;
    height: 78px;
    background-color: #fff;
    color: var(--color-white);
    z-index: -1;
    left: -25px;
    top: -34px;
    clip-path: polygon(0 0px, calc(100% - 10px) 0px, 100% 100%, 10px 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 13px; }
  .tx-slider-three .tparrows::after {
    top: 0;
    background-color: var(--color-primary);
    left: -28px;
    top: -25px;
    content: "\f061"; }
  .tx-slider-three .tparrows.tp-rightarrow::before, .tx-slider-three .tparrows.tp-rightarrow::after {
    clip-path: polygon(10px 0%, 100% 0, calc(100% - 10px) 100%, 0% 100%); }
  .tx-slider-three .tparrows.tp-rightarrow::before {
    left: -31px; }
  .tx-slider-three .tparrows:hover::before {
    background-color: var(--color-primary); }
  .tx-slider-three .tparrows:hover::after {
    background-color: #008080; }

.service__item {
  margin: 23px;
  position: relative;
  text-align: center;
  padding-bottom: 90px;
  background-color: #fff;
  box-shadow: 0px 30px 160px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0% 0 50% 50%/0 0 43% 43%;
  -webkit-border-radius: 0% 0 50% 50%/0 0 43% 43%;
  -moz-border-radius: 0% 0 50% 50%/0 0 43% 43%;
  -ms-border-radius: 0% 0 50% 50%/0 0 43% 43%;
  -o-border-radius: 0% 0 50% 50%/0 0 43% 43%;
  position: relative;
  z-index: 1; }
  .service__item::before {
    position: absolute;
    top: -30px;
    left: -22px;
    right: -22px;
    bottom: -30px;
    border: 2px dashed #d3d3d3;
    content: "";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0% 0 50% 50%/0 0 40% 40%;
    -webkit-border-radius: 0% 0 50% 50%/0 0 40% 40%;
    -moz-border-radius: 0% 0 50% 50%/0 0 40% 40%;
    -ms-border-radius: 0% 0 50% 50%/0 0 40% 40%;
    -o-border-radius: 0% 0 50% 50%/0 0 40% 40%;
    z-index: -1; }
  .service__item:hover::before {
    border-color: var(--color-primary); }
  .service__item .image {
    width: 175px;
    margin: 0 auto;
    height: 197px;
    object-fit: cover;
    border-radius: 0% 0 50% 50%/0 0 40% 40%;
    -webkit-border-radius: 0% 0 50% 50%/0 0 40% 40%;
    -moz-border-radius: 0% 0 50% 50%/0 0 40% 40%;
    -ms-border-radius: 0% 0 50% 50%/0 0 40% 40%;
    -o-border-radius: 0% 0 50% 50%/0 0 40% 40%;
    overflow: hidden;
    top: -30px;
    position: relative;
    margin-bottom: -14px; }
    @media (max-width: 1199px) {
      .service__item .image {
        width: 120px;
        height: 120px; } }
    .service__item .image img {
      height: 100%;
      object-fit: cover; }
  .service__item .content {
    z-index: 1;
    position: relative; }
  .service__item .title {
    font-size: 25px;
    margin-bottom: 14px; }
.service__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0% 0 50% 50%/0 0 43% 43%;
  -webkit-border-radius: 0% 0 50% 50%/0 0 43% 43%;
  -moz-border-radius: 0% 0 50% 50%/0 0 43% 43%;
  -ms-border-radius: 0% 0 50% 50%/0 0 43% 43%;
  -o-border-radius: 0% 0 50% 50%/0 0 43% 43%;
  overflow: hidden; }
.service__link {
  position: absolute;
  bottom: -157px;
  width: 175px;
  height: 197px;
  background-color: #1f1f1f;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50% 50% 0% 0/43% 43% 0 0;
  -webkit-border-radius: 50% 50% 0% 0/43% 43% 0 0;
  -moz-border-radius: 50% 50% 0% 0/43% 43% 0 0;
  -ms-border-radius: 50% 50% 0% 0/43% 43% 0 0;
  -o-border-radius: 50% 50% 0% 0/43% 43% 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .service__link i {
    color: var(--color-white);
    font-size: 13px;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
.service__item:hover .service__link {
  background-color: var(--color-primary); }

.sec-cta__text {
  font-size: 15px;
  color: var(--color-primary);
  border: 1px dashed #d6d6d6;
  display: inline-block;
  border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  overflow: hidden; }
  .sec-cta__text span {
    padding: 11px 38px 11px 44px;
    display: inline-block;
    font-weight: 400; }
  .sec-cta__text a {
    background-color: var(--color-primary);
    padding: 11px 23px 11px 36px;
    color: var(--color-white);
    height: 100%;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600; }
    .sec-cta__text a:hover {
      background-color: var(--color-dark); }
    .sec-cta__text a i {
      font-size: 12px;
      margin-left: 5px; }
  .sec-cta__text--2 {
    color: var(--color-dark);
    background-color: #f8f8f8;
    border-color: transparent; }

.service-single {
  z-index: 1; }
    @media (max-width: 991px) {
      .service-single__content {
        margin-right: 0; } }
    .service-single__content p {
      font-size: 18px;
      line-height: 28px; }
      .service-single__content p:not(:last-child) {
        margin-bottom: 20px; }
    .service-single__content h3 {
      font-size: 30px;
      margin-bottom: 20px; }
  .service-single__list li {
    font-size: 18px;
    line-height: 28px;
    padding-left: 32px;
    position: relative; }
    .service-single__list li:not(:last-child) {
      margin-bottom: 15px; }
    .service-single__list li i {
      color: var(--color-primary);
      margin-right: 10px;
      position: absolute;
      top: 6px;
      left: 0; }
  .service-single__title {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 0;
    padding: 10px;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    background-color: var(--color-white);
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px; }
  .service-single .tx-item--image img {
    width: 100%; }
  .service-single .tx-item--holder {
    padding: 46px 60px 85px 65px; }
    @media (max-width: 1199px) {
      .service-single .tx-item--holder {
        padding: 30px;
        padding-bottom: 40px; } }
  .service-single .tx-item--ovarly-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: bottom center; }
  .service-single .tx-item--title {
    font-size: 38px;
    margin-bottom: 18px; }
    .service-single .tx-item--title a {
      color: #fff; }
  .service-single .tx-item--content {
    font-size: 18px;
    line-height: 28px;
    color: #c2c2c2;
    margin-bottom: 25px; }
  .service-single .tx-item--list li {
    font-size: 20px;
    font-family: var(--font-teko);
    color: #fff; }
    .service-single .tx-item--list li:not(:last-child) {
      margin-bottom: 10px; }
    .service-single .tx-item--list li i {
      font-size: 17px;
      color: var(--color-primary-2);
      margin-right: 8px; }

.service-warp {
  margin-bottom: -170px;
  z-index: 2;
  position: relative; }

.service-shape .shape {
  position: absolute;
  bottom: 18%; }
  .service-shape .shape--1 {
    left: 0; }
  .service-shape .shape--2 {
    right: 0; }

.service-item {
  padding: 50px 35px 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1; }
  .service-item::before {
    position: absolute;
    top: 0;
    left: 40px;
    width: 100px;
    height: 200px;
    background-color: var(--color-primary);
    content: "";
    clip-path: polygon(0 96%, 0px 0px, 91% 14%, 100% 100%);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .service-item::after {
    position: absolute;
    bottom: 23px;
    right: 0;
    width: 100%;
    height: 200px;
    background-color: var(--color-primary);
    content: "";
    clip-path: polygon(31px 97.5%, 0px 0px, 98.44% 15.5%, 99.74% 88.5%);
    z-index: -2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .service-item:hover .tx-item--icon {
    margin-right: 20px;
    padding-right: 20px;
    position: relative; }
    .service-item:hover .tx-item--icon::before {
      opacity: 1;
      transition-delay: .2s; }
  .service-item:hover .tx-item--title, .service-item:hover .tx-item--content {
    color: var(--color-white); }
  .service-item:hover .tx-item--bg {
    background-color: var(--color-black); }
  .service-item:hover .tx-item--link {
    opacity: 1;
    visibility: visible;
    transition-delay: .2s; }
  .service-item:hover::before {
    top: -17px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  .service-item:hover::after {
    bottom: 0;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  .service-item .tx-item--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% calc(100% - 55px));
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .service-item .tx-item--icon {
    font-size: 65px;
    color: var(--color-primary);
    margin-right: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .service-item .tx-item--icon::before {
      position: absolute;
      top: 5px;
      right: 0;
      width: 2px;
      height: 58px;
      background-color: #2e2e2e;
      content: "";
      transition-delay: .2s;
      opacity: 0; }
  .service-item .tx-item--title {
    font-size: 28px;
    font-weight: 800;
    color: var(--color-black);
    line-height: 35px; }
    .service-item .tx-item--title a {
      color: inherit; }
  .service-item .tx-item--content {
    font-size: 17px;
    color: #494949;
    line-height: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .service-item .tx-item--link {
    position: absolute;
    bottom: 8px;
    right: 14px;
    color: var(--color-white);
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.feature {
  z-index: 1; }
  .feature__img .image img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
  .feature__img .image--1 {
    margin-left: 105px; }
    @media (max-width: 767px) {
      .feature__img .image--1 {
        margin-left: 0; } }
  .feature__img .image--2 {
    margin-top: -102px; }
    @media (max-width: 767px) {
      .feature__img .image--2 {
        margin-top: 10px; } }
  .feature__img .image--3 {
    margin-left: 258px;
    margin-top: -102px; }
    @media (max-width: 767px) {
      .feature__img .image--3 {
        margin-left: 0;
        margin-top: 10px; } }
  .feature__content {
    padding-left: 38px; }
    @media (max-width: 767px) {
      .feature__content {
        padding-left: 0; } }
    .feature__content h2 {
      font-size: 35px;
      font-weight: 800;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .feature__content h2 {
          font-size: 22px; } }
    .feature__content p {
      margin-bottom: 27px; }
  .feature__list li {
    font-size: 17px;
    font-weight: 600;
    list-style: none; }
    .feature__list li:not(:last-child) {
      margin-bottom: 10px; }
    .feature__list li img {
      margin-right: 10px; }
  .feature__shape .shape {
    position: absolute;
    bottom: 0;
    z-index: -1;
    max-width: 200px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .feature__shape .shape {
        max-width: 200px; } }
    @media (max-width: 991px) {
      .feature__shape .shape {
        max-width: 120px; } }
    .feature__shape .shape--1 {
      left: 0; }
    .feature__shape .shape--2 {
      right: 0; }
  .feature__pt-280 {
    padding-top: 280px; }

.feature-tab__content {
  position: relative;
  min-height: 680px; }
  @media (max-width: 1199px) {
    .feature-tab__content {
      min-height: 530px; } }
  @media (max-width: 767px) {
    .feature-tab__content {
      min-height: 900px; } }
.feature-tab__img {
  max-width: 391px;
  width: 100%;
  max-height: 432px;
  height: 100%;
  margin: 16px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }
  @media (max-width: 1199px) {
    .feature-tab__img {
      max-width: 300px; } }
  .feature-tab__img img {
    height: 100%;
    object-fit: cover; }
  .feature-tab__img::before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 2px dashed #e7e5e5;
    content: "";
    border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
    -webkit-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
    -moz-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
    -ms-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
    -o-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%; }
    @media (max-width: 991px) {
      .feature-tab__img::before {
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px; } }
  .feature-tab__img--1 {
    -webkit-transform: translateY(23%);
    -ms-transform: translateY(23%);
    transform: translateY(23%);
    bottom: -30px;
    opacity: 0; }
    @media (max-width: 767px) {
      .feature-tab-2 .feature-tab__img--1 {
        bottom: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .feature-tab-2 .feature-tab__img--1 img {
      border-radius: 55% 57% 7px 7px/51% 51% 7px 7px;
      -webkit-border-radius: 55% 57% 7px 7px/51% 51% 7px 7px;
      -moz-border-radius: 55% 57% 7px 7px/51% 51% 7px 7px;
      -ms-border-radius: 55% 57% 7px 7px/51% 51% 7px 7px;
      -o-border-radius: 55% 57% 7px 7px/51% 51% 7px 7px; }
    .feature-tab__img--1::before {
      border-radius: 55% 57% 7px 7px/51% 51% 7px 7px;
      -webkit-border-radius: 55% 57% 7px 7px/51% 51% 7px 7px;
      -moz-border-radius: 55% 57% 7px 7px/51% 51% 7px 7px;
      -ms-border-radius: 55% 57% 7px 7px/51% 51% 7px 7px;
      -o-border-radius: 55% 57% 7px 7px/51% 51% 7px 7px; }
  .feature-tab-2 .feature-tab__img--2, .feature-tab .feature-tab__img--2 {
    max-height: 619px;
    height: 100%;
    margin-left: 20px;
    top: -30px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
    -webkit-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
    -moz-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
    -ms-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
    -o-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%; }
    .feature-tab-2 .feature-tab__img--2 img, .feature-tab .feature-tab__img--2 img {
      border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
      -webkit-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
      -moz-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
      -ms-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%;
      -o-border-radius: 7px 7px 60% 60%/7px 7px 40% 40%; }
.feature-tab__content .feature-tab__tab-item {
  display: block;
  opacity: 0;
  visibility: hidden; }
  .feature-tab__content .feature-tab__tab-item.active {
    opacity: 1;
    visibility: visible; }
    .feature-tab__content .feature-tab__tab-item.active .feature-tab__img {
      opacity: 1;
      visibility: visible; }
    .feature-tab__content .feature-tab__tab-item.active .feature-tab__img--1 {
      opacity: 1;
      bottom: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      margin-bottom: 40px; }
    .feature-tab__content .feature-tab__tab-item.active .feature-tab__img--2 {
      opacity: 1;
      top: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .feature-tab__content .feature-tab__tab-item.active .feature-tab__video--animation {
      opacity: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      transition-delay: .1s; }
.feature-tab__item {
  position: absolute;
  right: 0; }
.feature-tab__video {
  position: absolute;
  bottom: -57px;
  left: -50px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: var(--color-primary);
  box-shadow: 0px 30px 160px 0px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .feature-tab__video {
      left: 0;
      bottom: 0; } }
  .feature-tab__video i {
    margin-left: 10px; }
  .feature-tab__video span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .feature-tab__video span img {
      animation: spin 12s infinite linear;
      -webkit-animation: spin 12s infinite linear; }
  .feature-tab__video:hover {
    color: var(--color-primary); }
  .feature-tab__video--animation {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
.feature-tab__title {
  margin-bottom: -145px; }
  @media (max-width: 1199px) {
    .feature-tab__title {
      margin-bottom: -80px; } }
  @media (max-width: 767px) {
    .feature-tab__title {
      margin-bottom: 40px; } }
.feature-tab__tabs {
  flex-direction: column; }
  .feature-tab__tabs li:not(:last-child) {
    margin-bottom: 32px; }
    @media (max-width: 1199px) {
      .feature-tab__tabs li:not(:last-child) {
        margin-bottom: 20px; } }
  .feature-tab__tabs li .nav-link {
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    font-weight: 600;
    color: #373737;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 1199px) {
      .feature-tab__tabs li .nav-link {
        font-size: 19px; } }
    .feature-tab__tabs li .nav-link:hover, .feature-tab__tabs li .nav-link.active {
      padding-left: 23px;
      color: var(--color-primary); }
    .feature-tab__tabs li .nav-link:hover:before, .feature-tab__tabs li .nav-link.active::before {
      -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
      opacity: 1;
      transition-delay: .1s; }
    .feature-tab__tabs li .nav-link::before {
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      width: 12px;
      height: 19px;
      background-color: var(--color-primary);
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%) scale(0.5);
      -ms-transform: translateY(-50%) scale(0.5);
      transform: translateY(-50%) scale(0.5);
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .feature-tab__tabs li .nav-link.active {
      background: none;
      color: var(--color-primary); }
.feature-tab__left {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .feature-tab__left {
      padding-bottom: 50px; } }

.feature-wrap {
  padding-left: 30px; }


.feature-tab-2 .feature-tab__content {
  margin-top: -70px;
}
.feature-tab-2 .feature-tab__left {
  margin-top: 50px;
}
.feature-tab-2 .feature-tab__tabs li .nav-link {
  color: #fff;
}
.feature-tab-2 .feature-tab__tabs li .nav-link.active {
  background: none;
  color: var(--color-primary);
}
.feature-tab-2 .feature-tab__video {
  top: -40px;
  left: auto;
  right: 30px;
}
.feature-tab-2 .feature-tab__title {
  margin-bottom: 0;
}
.feature-tab-2 .feature-tab__img {
  z-index: 1;
  max-width: 391px;
  max-height: 446px;
}
.feature-tab-2 .feature-tab__img:before {
  z-index: -1;
  border: none;
  background-color: #172234;
}
.feature-tab-2 .feature-tab__img .feature-tab__cta {
  left: -85%;
  bottom: 45px;
  padding: 25px;
  position: absolute;
  border-radius: 80px;
  background-color: #040d1d;
}
.feature-tab-2 .feature-tab__img .feature-tab__cta .inner-img-icon {
  margin-right: 15px;
}
.feature-tab-2 .feature-tab__img .feature-tab__cta .inner-img {
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 100%;
}
.feature-tab-2 .feature-tab__img .feature-tab__cta .inner-icon {
  width: 44px;
  height: 44px;
  color: #000000;
  overflow: hidden;
  margin-left: -22px;
  border-radius: 100%;
  background-color: #fff;
}
.feature-tab-2 .feature-tab__img .feature-tab__cta .inner-text span {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-primary);
}
.feature-tab-2 .feature-tab__img .feature-tab__cta .inner-text h3 {
  color: #fff;
  line-height: 1;
  font-size: 25px;
  font-weight: 800;
}
.feature-tab-2 .feature-tab-text1 {
  margin-top: 50px;
  margin-left: 50px;
}
.feature-tab-2 .feature-tab-text1 p {
  color: #cacaca;
  font-size: 18px;
}
.feature-tab-2 .feature-tab-text1 .thm-btn:hover {
  color: #000000;
  background-color: #fff;
}
.feature-tab-2 .feature-tab__img--2 {
  margin-top: -205px;
}

.feature-pt {
  padding-top: 230px; }

.feature-price__img {
  clip-path: polygon(0 100%, 0 0, calc(100% - 34px) 0, 100% 100%); }
.feature-price__holder {
  background-color: var(--color-primary);
  min-height: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  clip-path: polygon(34px 100%, 0 0, 100% 0, 100% 100%);
  margin-left: -20px; }
  .feature-price__holder h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--color-white); }
  .feature-price__holder span {
    font-size: 17px;
    display: inline-block;
    color: var(--color-white);
    line-height: 1; }
  .feature-price__holder h2 {
    font-size: 65px;
    font-weight: 800;
    color: var(--color-white);
    line-height: 1.2;
    margin-bottom: 8px; }
  .feature-price__holder a {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 800; }
    .feature-price__holder a i {
      font-size: 13px;
      padding-left: 8px; }
    .feature-price__holder a:hover {
      text-decoration: underline; }

.feature-list li {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white); }
  .feature-list li:not(:last-child) {
    margin-right: 27px; }
  .feature-list li i {
    font-size: 15px;
    margin-right: 8px;
    color: var(--color-primary); }

.feature-area-wrap {
  margin-left: -20px; }
  @media (max-width: 991px) {
    .feature-area-wrap {
      margin-left: 0; } }

.feature-tab-wrap .nav-tabs {
  border: 0;
  margin-bottom: 40px;
  margin-top: -20px; }
  .feature-tab-wrap .nav-tabs .nav-item {
    margin-top: 20px; }
    .feature-tab-wrap .nav-tabs .nav-item .nav-link {
      font-size: 16px;
      color: var(--color-white);
      padding: 0;
      border: 0;
      padding: 0 16px;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      position: relative;
      font-weight: 600; }
      .feature-tab-wrap .nav-tabs .nav-item .nav-link::before {
        position: absolute;
        bottom: -6px;
        left: 0;
        height: 6px;
        width: 100%;
        background-color: var(--color-primary);
        content: "";
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .feature-tab-wrap .nav-tabs .nav-item .nav-link.active {
        color: var(--color-white);
        background-color: #292828; }
        .feature-tab-wrap .nav-tabs .nav-item .nav-link.active::before {
          opacity: 1; }
.feature-tab-wrap .tab-content {
  font-size: 18px;
  color: #bbbbbb;
  line-height: 30px; }

@media (max-width: 767px) {
  .feature-content .feature-price {
    flex-wrap: wrap; } }
.feature-content .feature-price__holder {
  clip-path: none;
  margin-left: 0; }

.cta__img {
  margin-top: -80px;
  margin-left: -103px;
  position: relative; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .cta__img {
      margin-left: 0; } }
  @media (max-width: 1199px) {
    .cta__img {
      margin-left: 0; } }
.cta__content {
  padding-left: 23px; }
  @media (max-width: 1199px) {
    .cta__content {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 0; } }
  @media (max-width: 991px) {
    .cta__content {
      padding-bottom: 100px; } }
.cta__experience {
  background-color: var(--color-white);
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 12px 45px 12px 40px;
  border-radius: 60px 0 0 50px;
  -webkit-border-radius: 60px 0 0 50px;
  -moz-border-radius: 60px 0 0 50px;
  -ms-border-radius: 60px 0 0 50px;
  -o-border-radius: 60px 0 0 50px; }
  @media (max-width: 767px) {
    .cta__experience {
      padding: 12px 38px; } }
.cta__experience-inner .number {
  font-size: 70px;
  font-weight: 800;
  color: var(--color-primary); }
  @media (max-width: 767px) {
    .cta__experience-inner .number {
      font-size: 60px; } }
  .cta__experience-inner .number span {
    font-weight: 700;
    font-size: 18px; }
.cta__experience-inner .content {
  padding-left: 5px; }
  .cta__experience-inner .content span {
    font-size: 14px;
    text-transform: uppercase;
    color: #00235a;
    font-weight: 500;
    display: inline-block;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
    @media (max-width: 1199px) {
      .cta__experience-inner .content span {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  .cta__experience-inner .content h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
    @media (max-width: 1199px) {
      .cta__experience-inner .content h2 {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        font-size: 32px; } }
    @media (max-width: 767px) {
      .cta__experience-inner .content h2 {
        font-size: 22px; } }
.cta__social {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 20px 60px;
  margin-top: -200px;
  z-index: 2; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .cta__social {
      display: none; } }
  @media (max-width: 1199px) {
    .cta__social {
      display: none; } }
  .cta__social a {
    font-size: 16px;
    color: #fff;
    width: 43px;
    height: 43px;
    display: inline-block;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cta__social a:not(:last-child) {
      margin-right: 10px; }
.cta__wrap {
  margin-bottom: -295px; }
  @media (max-width: 1199px) {
    .cta__wrap {
      margin-bottom: -100px; } }

.cta-content2 {
  padding: 58px 20px 90px 60px;
  top: -295px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1199px) {
    .cta-content2 {
      top: 0; } }

.cta-info__wrap {
  padding-left: 140px; }
  @media (max-width: 1199px) {
    .cta-info__wrap {
      padding-left: 0; } }

.cta-img2 {
  margin-right: -242px;
  z-index: 3;
  position: relative;
  margin-top: -35px; }
  @media (max-width: 1199px) {
    .cta-img2 {
      margin-right: 0;
      margin-top: 0; } }

.cta-info .tx-item--icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 30px;
  color: #071157;
  margin-right: 23px; }
.cta-info .tx-item--holder span {
  font-size: 18px;
  color: #382c4d;
  display: inline-block;
  margin-bottom: 7px; }
.cta-info .tx-item--holder h3 {
  font-size: 28px;
  font-weight: 700;
  color: #071157; }

.cta-area {
  margin-left: calc((100% - 1210px)/2);
  margin-top: -68px;
  z-index: 2;
  position: relative;
  background-position: bottom left;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .cta-area {
      margin-left: 0;
      margin-top: 0;
      background-image: none !important; } }
  .cta-area .cta-img {
    margin-top: -54px;
    margin-left: 50px;
    margin-right: 10px; }
    @media (max-width: 1199px) {
      .cta-area .cta-img {
        margin-left: 98px; } }
    @media (max-width: 991px) {
      .cta-area .cta-img {
        margin-left: 50px; } }
  .cta-area .cta__experience-inner .number {
    font-size: 75px; }
    @media (max-width: 1199px) {
      .cta-area .cta__experience-inner .number {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .cta-area .cta__experience-inner .number {
        font-size: 60px; } }
    .cta-area .cta__experience-inner .number span {
      font-size: 20px; }
  .cta-area .cta__experience-inner .content span {
    font-size: 15px; }
  .cta-area .cta__experience-inner .content h2 {
    font-size: 45px; }
    @media (max-width: 1199px) {
      .cta-area .cta__experience-inner .content h2 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .cta-area .cta__experience-inner .content h2 {
        font-size: 22px; } }
  .cta-area .cta-info-list-wrap {
    margin-left: 87px;
    margin-top: -20px; }
    @media (max-width: 1199px) {
      .cta-area .cta-info-list-wrap {
        margin-left: 40px; } }
    @media (max-width: 991px) {
      .cta-area .cta-info-list-wrap {
        margin-top: 0; } }
  .cta-area .cta-info-list {
    margin-top: 20px; }
    .cta-area .cta-info-list:not(:last-child) {
      margin-right: 45px; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .cta-area .cta-info-list:not(:last-child) {
          margin-right: 25px; } }
      @media (max-width: 1199px) {
        .cta-area .cta-info-list:not(:last-child) {
          margin-right: 16px; } }
    .cta-area .cta-info-list .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: var(--color-white);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--color-black);
      margin-right: 14px; }
    .cta-area .cta-info-list .content span {
      color: #00235a;
      font-weight: 500;
      font-weight: 500; }
    .cta-area .cta-info-list .content h4 {
      font-size: 20px;
      font-weight: 700;
      color: #00235a; }

.section-heading-cta .heading-title {
  font-size: 78px; }
  @media (max-width: 1199px) {
    .section-heading-cta .heading-title {
      font-size: 60px; }
      .section-heading-cta .heading-title br {
        display: none; } }
  @media (max-width: 767px) {
    .section-heading-cta .heading-title {
      font-size: 40px; } }
  .section-heading-cta .heading-title span {
    color: var(--color-primary); }

@media (max-width: 767px) {
  .cta-video {
    justify-content: start; } }

@media (max-width: 991px) {
  .counter__wrap {
    justify-content: start; } }
.counter__item:not(:last-child) {
  margin-right: 30px; }
.counter__item.style2:not(:last-child) {
  margin-right: 70px; }
.counter__item.style2 .counter__icon {
  color: var(--color-primary-2); }
.counter__item.style2 .counter__number {
  color: var(--color-primary-2); }
.counter__item.style2 .title {
  font-family: var(--font-teko);
  font-weight: 400; }
.counter__icon {
  width: 56px;
  margin-right: 17px;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px); }
.counter__content {
  width: calc(100% - 73px); }
  .counter__content .title {
    font-size: 18px;
    color: var(--color-white);
    font-weight: 500; }
.counter__number {
  font-size: 57px;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1; }
  @media (max-width: 1199px) {
    .counter__number {
      font-size: 40px; } }
  .counter__number span {
    line-height: 1 !important; }
  .counter__number .suffix {
    padding-left: 5px;
    display: inline-block;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px); }

.counter-single {
  margin-left: 27px; }
  .counter-single .tx-item--icon {
    margin-right: 45px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .counter-single .tx-item--icon {
        margin-right: 20px; } }
    .counter-single .tx-item--icon::before {
      position: absolute;
      top: 50%;
      left: -27px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 53px;
      height: 104px;
      background-color: #f1f1f1;
      content: "";
      z-index: -1; }
  .counter-single .tx-item--number {
    font-size: 60px;
    text-transform: uppercase;
    color: #071157;
    line-height: 1; }
    @media (max-width: 1199px) {
      .counter-single .tx-item--number {
        font-size: 30px; } }
    .counter-single .tx-item--number span {
      line-height: 1; }
  .counter-single .tx-item--title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font-teko);
    color: #7b7b7b;
    text-transform: uppercase; }

.counter-single2 .tx-item--number {
  font-size: 67px;
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1; }
  .counter-single2 .tx-item--number::before {
    position: absolute;
    top: 50%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 172px;
    height: 112px;
    content: "";
    background-color: #f9f9f9;
    z-index: -1; }
  .counter-single2 .tx-item--number span {
    line-height: 1; }
  .counter-single2 .tx-item--number .suffix {
    font-size: 50px;
    margin-left: 2px; }
  .counter-single2 .tx-item--number .suffix-text {
    color: var(--color-black);
    font-weight: 700;
    font-size: 20px;
    margin-left: 20px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); }
.counter-single2 .tx-item--title {
  font-size: 16px;
  font-weight: 400;
  color: #656565; }
.counter-single2:hover .tx-item--number {
  color: var(--color-primary);
  -webkit-text-stroke: 1px var(--color-primary); }
  .counter-single2:hover .tx-item--number .suffix {
    font-size: 50px;
    margin-left: 2px; }
  .counter-single2:hover .tx-item--number .suffix-text {
    color: var(--color-black);
    -webkit-text-stroke: 1px var(--color-black); }

@media (min-width: 768px) {
  .process-warp [class^="col-"]:nth-child(even) .process-inner {
    display: flex;
    flex-direction: column-reverse; }
    .process-warp [class^="col-"]:nth-child(even) .process-inner .tx-item--icon-box {
      display: flex;
      flex-direction: column-reverse; }
    .process-warp [class^="col-"]:nth-child(even) .process-inner .tx-item--number {
      margin-top: 0;
      margin-bottom: 18px; }
    .process-warp [class^="col-"]:nth-child(even) .process-inner .tx-item--holder {
      margin-bottom: 45px;
      margin-top: 45px; }
    .process-warp [class^="col-"]:nth-child(even) .process-inner .tx-item--icon {
      border-top: unset;
      border-bottom: 5px solid var(--color-primary);
      border-radius: 50% 50% 0 0;
      -webkit-border-radius: 50% 50% 0 0;
      -moz-border-radius: 50% 50% 0 0;
      -ms-border-radius: 50% 50% 0 0;
      -o-border-radius: 50% 50% 0 0; } }
.process-inner:hover .tx-item--number,
.process-inner:hover .tx-item--number.color2 {
  color: var(--color-primary); }
.process-inner .tx-item--holder {
  margin-bottom: 45px;
  padding: 0 20px; }
  @media (max-width: 1199px) {
    .process-inner .tx-item--holder {
      padding: 0 10px; } }
.process-inner .tx-item--title {
  font-size: 26px;
  font-weight: 700;
  color: #222d39;
  margin-bottom: 10px; }
.process-inner .tx-item--content {
  font-size: 16px;
  color: #666666; }
.process-inner .tx-item--icon {
  width: 160px;
  height: 150px;
  margin: 0 auto;
  background-color: var(--color-white);
  border-top: 5px solid var(--color-primary);
  box-shadow: 0px 0px 59px 0px rgba(196, 196, 196, 0.26);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 50% 50%;
  -webkit-border-radius: 0 0 50% 50%;
  -moz-border-radius: 0 0 50% 50%;
  -ms-border-radius: 0 0 50% 50%;
  -o-border-radius: 0 0 50% 50%; }
  .process-inner .tx-item--icon i {
    font-size: 65px;
    color: var(--color-black); }
.process-inner .tx-item--number {
  font-size: 60px;
  font-weight: 800;
  color: #eef3ff;
  display: inline-block;
  margin-top: 15px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .process-inner .tx-item--number.color2 {
    color: #D9E4FF; }

.shape-shape {
  background-size: unset;
  background-position-y: 75%; }
  @media (max-width: 991px) {
    .shape-shape {
      background-image: none !important; } }

.portfolio-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px dashed #e7e5e5;
  height: 100%;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px; }
  @media (max-width: 767px) {
    .portfolio-inner {
      flex-wrap: wrap;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; } }
  .portfolio-inner .tx-item--holder {
    width: 38%;
    padding-left: 55px; }
    @media (max-width: 1199px) {
      .portfolio-inner .tx-item--holder {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .portfolio-inner .tx-item--holder {
        width: 100%;
        padding: 30px; } }
    .portfolio-inner .tx-item--holder h3 {
      font-size: 60px;
      color: #eeeeee;
      margin-right: 45px; }
      @media (max-width: 991px) {
        .portfolio-inner .tx-item--holder h3 {
          margin-right: 20px; } }
    .portfolio-inner .tx-item--holder h2 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .portfolio-inner .tx-item--holder h2 {
          font-size: 20px;
          line-height: 29px;
          margin-bottom: 4px; } }
      .portfolio-inner .tx-item--holder h2 a {
        color: var(--color-heading); }
    .portfolio-inner .tx-item--holder span {
      font-size: 15px;
      color: #1f1f1f; }
      .portfolio-inner .tx-item--holder span img {
        margin-right: 10px; }
  .portfolio-inner .tx-item--location {
    width: 30%;
    border-left: 2px dashed #e7e5e5;
    align-self: stretch;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    position: relative;
    padding-left: 42px; }
    @media (max-width: 991px) {
      .portfolio-inner .tx-item--location {
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .portfolio-inner .tx-item--location {
        width: 100%;
        padding-bottom: 30px; } }
  .portfolio-inner .tx-item--location-item:not(:last-child) {
    margin-bottom: 25px; }
  .portfolio-inner .tx-item--location-item i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #f8f8f8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 12px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px; }
  .portfolio-inner .tx-item--location-item p {
    font-size: 18px;
    line-height: 22px;
    color: #1f1f1f; }
  .portfolio-inner .tx-item--image {
    width: 40.5%;
    max-height: 204px;
    height: 100%;
    margin: -2px;
    margin-left: 0;
    border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    -ms-border-radius: 0 100px 100px 0;
    -o-border-radius: 0 100px 100px 0;
    overflow: hidden; }
    @media (max-width: 991px) {
      .portfolio-inner .tx-item--image {
        width: 32%; } }
    @media (max-width: 767px) {
      .portfolio-inner .tx-item--image {
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0; } }
    .portfolio-inner .tx-item--image img {
      width: 100%;
      height: 204px;
      object-fit: cover; }
  @media (min-width: 768px) {
    .portfolio-inner:nth-child(even) {
      flex-direction: row-reverse; }
      .portfolio-inner:nth-child(even) .tx-item--holder {
        flex-direction: row-reverse;
        padding-left: 0;
        justify-content: space-evenly; }
        .portfolio-inner:nth-child(even) .tx-item--holder h3 {
          margin-right: 0; }
      .portfolio-inner:nth-child(even) .tx-item--location {
        border-left: 0;
        border-right: 2px dashed #e7e5e5;
        padding-left: 25px; }
      .portfolio-inner:nth-child(even) .tx-item--image {
        border-radius: 100px 0 0 100px;
        -webkit-border-radius: 100px 0 0 100px;
        -moz-border-radius: 100px 0 0 100px;
        -ms-border-radius: 100px 0 0 100px;
        -o-border-radius: 100px 0 0 100px; } }

.portfolio__menu button {
  background-color: transparent;
  border: 1px solid #E0DDE5;
  padding: 8px 30px;
  position: relative;
  font-size: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .portfolio__menu button {
      padding: 5px 21px;
      position: relative;
      font-size: 14px; } }
  .portfolio__menu button:not(:last-child) {
    margin-right: 12px; }
  .portfolio__menu button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .portfolio__menu button.active, .portfolio__menu button:hover {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: var(--color-white); }
    .portfolio__menu button.active::before, .portfolio__menu button:hover::before {
      opacity: 1; }
.portfolio__img {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  overflow: hidden; }
  .portfolio__img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-image: -webkit-gradient(to top, rgba(255, 102, 0, 0.6) 45%, rgba(255, 102, 0, 0));
    background-image: -webkit-linear-gradient(to top, rgba(255, 102, 0, 0.6) 45%, rgba(255, 102, 0, 0));
    background-image: -moz-linear-gradient(to top, rgba(255, 102, 0, 0.6) 45%, rgba(255, 102, 0, 0));
    background-image: -ms-linear-gradient(to top, rgba(255, 102, 0, 0.6) 45%, rgba(255, 102, 0, 0));
    background-image: -o-linear-gradient(to top, rgba(255, 102, 0, 0.6) 45%, rgba(255, 102, 0, 0));
    background-image: linear-gradient(to top, rgba(255, 102, 0, 0.6) 45%, rgba(255, 102, 0, 0));
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1); }
.portfolio__item:hover .portfolio__img::before {
  opacity: 1; }
.portfolio__item {
  position: relative; }
  .portfolio__item:hover .title, .portfolio__item:hover .category {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .portfolio__item:hover .title {
    -webkit-transition-delay: .08s;
    -moz-transition-delay: .08s;
    transition-delay: .08s; }
  .portfolio__item:hover .category {
    -webkit-transition-delay: .18s;
    -moz-transition-delay: .18s;
    transition-delay: .18s; }
.portfolio__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 65px 28px 28px; }
  @media (max-width: 1199px) {
    .portfolio__content {
      padding: 25px 65px 25px 25px; } }
  .portfolio__content .title {
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    letter-spacing: .05em;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; }
    @media (max-width: 1199px) {
      .portfolio__content .title {
        font-size: 22px; } }
    .portfolio__content .title a {
      color: inherit; }
  .portfolio__content .category {
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    display: inline-block; }
    .portfolio__content .category a {
      color: inherit; }
.portfolio__link {
  font-size: 30px;
  text-align: center;
  line-height: 38px;
  width: 41px;
  height: 41px;
  border-radius: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  bottom: 31px;
  right: 24px;
  color: var(--color-white);
  font-weight: 400;
  -webkit-transform: scale(0) rotate(0);
  -khtml-transform: scale(0) rotate(0);
  -moz-transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  -o-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
  opacity: 0; }
  .portfolio__link:hover {
    color: var(--color-white); }
.portfolio__item:hover .portfolio__link {
  -webkit-transform: scale(1) rotate(360deg);
  -khtml-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  opacity: 1;
  -webkit-transition-delay: .26s;
  -moz-transition-delay: .26s;
  transition-delay: .26s; }
.portfolio__button a {
  padding: 18px 35px; }

  @media (max-width: 991px) {
    .portfolio-single__content {
      margin-right: 0; } }
  .portfolio-single__content h2 {
    font-size: 34px;
    margin-bottom: 23px; }
    @media (max-width: 991px) {
      .portfolio-single__content h2 {
        font-size: 25px; } }
  .portfolio-single__content h3 {
    font-size: 30px;
    margin-bottom: 23px; }
    @media (max-width: 991px) {
      .portfolio-single__content h3 {
        font-size: 24px; } }
  .portfolio-single__content p:not(:last-child) {
    margin-bottom: 25px; }
  .portfolio-single__content ul {
    margin-bottom: 25px; }
    .portfolio-single__content ul li {
      list-style: none;
      padding-left: 28px;
      position: relative; }
      .portfolio-single__content ul li:not(:last-child) {
        margin-bottom: 15px; }
      .portfolio-single__content ul li i {
        position: absolute;
        left: 0;
        top: 6px; }
.portfolio-single__inner {
  margin-left: 30px;
  padding: 0 30px;
  border: 1px solid #E0DDE5; }
  @media (max-width: 991px) {
    .portfolio-single__inner {
      margin-left: 0; } }
  .portfolio-single__inner .title {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #E0DDE5;
    padding: 29px 30px;
    margin: 0 -30px; }
.portfolio-single__widget {
  list-style: none;
  padding: 20px 0; }
  .portfolio-single__widget li {
    font-size: 16px;
    line-height: 30px;
    color: var(--color-black); }
    .portfolio-single__widget li:not(:last-child) {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #E0DDE5; }
.portfolio-single__social {
  padding: 29px 30px;
  padding-top: 19px;
  margin: 0 -30px;
  border-top: 1px solid #E0DDE5; }
  .portfolio-single__social li:not(:last-child) {
    margin-right: 15px; }
  .portfolio-single__social li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #968DA7;
    color: #968DA7;
    font-size: 15px;
    margin-top: 10px; }

.tab_has_slider > .tab-pane {
  height: 0;
  display: block;
  visibility: hidden; }

.tab_has_slider > .tab-pane.show,
.tab_has_slider > .tab-pane.active {
  height: auto;
  visibility: visible; }

.portfolio-tab__wrap {
  display: flex;
  justify-content: end;
  align-items: center; }
  .portfolio-tab__wrap .nav-tabs {
    margin-bottom: 0; }
    .portfolio-tab__wrap .nav-tabs .nav-item .nav-link {
      color: #161515; }
      .portfolio-tab__wrap .nav-tabs .nav-item .nav-link.active {
        color: var(--color-white); }

.portfolio-item .tx-item--holder {
  padding: 30px 100px 25px 44px;
  background-color: var(--color-white);
  position: absolute;
  bottom: -53px;
  left: 34%;
  display: inline-block;
  clip-path: polygon(0 0, calc(100% - 33px) 0%, 100% 100%, 0% 100%); }
  @media (max-width: 1199px) {
    .portfolio-item .tx-item--holder {
      left: 13%; } }
.portfolio-item .tx-item--cat {
  font-size: 15px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 700; }
.portfolio-item .tx-item--title {
  font-size: 28px;
  color: var(--color-black); }
  .portfolio-item .tx-item--title a {
    color: inherit; }
.portfolio-item .tx-item--content {
  font-size: 17px;
  color: #494949;
  line-height: 28px;
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec; }
.portfolio-item .tx-item--meta li {
  font-size: 15px;
  color: #0a2c61;
  font-weight: 700;
  text-transform: uppercase; }
  .portfolio-item .tx-item--meta li i {
    color: var(--color-primary);
    margin-right: 5px; }
  .portfolio-item .tx-item--meta li:not(:last-child) {
    margin-right: 30px; }

.z-index-1 {
  z-index: 1; }

.portfolio-shape-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center; }

.portfolio-active {
  margin-right: -700px !important;
  padding-bottom: 55px; }
  @media (max-width: 1199px) {
    .portfolio-active {
      margin-right: 0; } }

.tx-swiper-arrow-wrap .tx-swiper-arrow {
  position: absolute;
  top: 45%;
  left: -90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 13px;
  color: var(--color-white); }
  .tx-swiper-arrow-wrap .tx-swiper-arrow::before, .tx-swiper-arrow-wrap .tx-swiper-arrow::after {
    position: absolute;
    width: 68px;
    height: 78px;
    background-color: #fff;
    content: "";
    z-index: -1;
    left: -25px;
    top: -34px;
    clip-path: polygon(0 0px, calc(100% - 10px) 0px, 100% 100%, 10px 100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .tx-swiper-arrow-wrap .tx-swiper-arrow::after {
    top: 0;
    background-color: var(--color-primary);
    left: -28px;
    top: -25px; }
  .tx-swiper-arrow-wrap .tx-swiper-arrow.tx-button-next {
    left: auto;
    right: -150px; }
    .tx-swiper-arrow-wrap .tx-swiper-arrow.tx-button-next::before, .tx-swiper-arrow-wrap .tx-swiper-arrow.tx-button-next::after {
      clip-path: polygon(10px 0%, 100% 0, calc(100% - 10px) 100%, 0% 100%); }
    .tx-swiper-arrow-wrap .tx-swiper-arrow.tx-button-next::before {
      left: -31px; }
  .tx-swiper-arrow-wrap .tx-swiper-arrow:hover::before {
    background-color: var(--color-primary); }
  .tx-swiper-arrow-wrap .tx-swiper-arrow:hover::after {
    background-color: #008080; }

.Rectangle_23_copy_4 {
  background-color: #f66501;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 432px;
  top: 8231px;
  width: 347px;
  height: 119px;
  z-index: 202; }

.brand__single {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px; }
  .brand__single a {
    display: inline-block;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
    position: relative;
    padding: 5px 0; }
    .brand__single a:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }

      .tur-sponsor-content {
        z-index: 3;
        position: relative;
        margin-top: -75px;
        padding: 40px 50px;
        border-radius: 100px;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 3px 114px 0px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 3px 114px 0px rgba(0, 0, 0, 0.08);
      }

      .tur-sponsor-slider .sponsor-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 110px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
.team-item:hover .tx-item--holder {
  background-color: var(--color-primary); }
  .team-item:hover .tx-item--holder span {
    color: var(--color-white); }
.team-item:hover .tx-item--name a {
  color: var(--color-white); }
.team-item:hover .tx-item--link {
  opacity: 1;
  visibility: visible; }
.team-item:hover .tx-item--bg {
  opacity: 1;
  top: 27%;
  left: 18%; }
.team-item:hover .tx-item--social li {
  opacity: 1; }
  .team-item:hover .tx-item--social li:nth-child(1) {
    top: 0;
    left: 0;
    transition-delay: .2s; }
  .team-item:hover .tx-item--social li:nth-child(2) {
    top: 9px;
    left: 16px;
    transition-delay: .3s; }
  .team-item:hover .tx-item--social li:nth-child(3) {
    top: 22px;
    left: 48px;
    transition-delay: .4s; }
.team-item .tx-item--image {
  position: relative;
  text-align: center;
  z-index: 1; }
  .team-item .tx-item--image::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 135px);
    background-color: var(--color-white);
    content: "";
    box-shadow: 0px 30px 57px 0px rgba(0, 0, 0, 0.04);
    z-index: -1;
    border-radius: 50% 50% 0 0/47% 47% 0 0;
    -webkit-border-radius: 50% 50% 0 0/47% 47% 0 0;
    -moz-border-radius: 50% 50% 0 0/47% 47% 0 0;
    -ms-border-radius: 50% 50% 0 0/47% 47% 0 0;
    -o-border-radius: 50% 50% 0 0/47% 47% 0 0; }
  .team-item .tx-item--image.style2 img {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px); }
.team-item .tx-item--holder {
  background-color: #f2f2f2;
  padding: 21px 45px;
  border-radius: 0 0 0 41px;
  -webkit-border-radius: 0 0 0 41px;
  -moz-border-radius: 0 0 0 41px;
  -ms-border-radius: 0 0 0 41px;
  -o-border-radius: 0 0 0 41px;
  margin-right: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
  @media (max-width: 1199px) {
    .team-item .tx-item--holder {
      padding: 21px 30px; } }
  .team-item .tx-item--holder span {
    color: #555555;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.team-item .tx-item--name {
  font-size: 23px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .team-item .tx-item--name a {
    color: var(--color-heading); }
.team-item .tx-item--link {
  position: absolute;
  top: 0;
  right: -60px;
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6843a;
  color: #fff;
  font-size: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden; }
.team-item .tx-item--social {
  position: absolute;
  top: 20%;
  left: -12px;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse; }
  .team-item .tx-item--social li {
    list-style: none;
    font-size: 22px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
    .team-item .tx-item--social li:not(:last-child) {
      margin-top: 17px; }
    .team-item .tx-item--social li a {
      color: var(--color-primary); }
    .team-item .tx-item--social li:nth-child(1) {
      transform: rotate(-65deg);
      top: 5px;
      left: 5px; }
    .team-item .tx-item--social li:nth-child(2) {
      top: 14px;
      left: 21px;
      transform: rotate(-50deg); }
    .team-item .tx-item--social li:nth-child(3) {
      top: 27px;
      left: 53px;
      transform: rotate(-34deg); }
.team-item .tx-item--bg {
  position: absolute;
  width: 80px;
  height: 200px;
  background-color: var(--color-primary);
  top: 29%;
  left: 19%;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.team-bg {
  background-position: top center;
  background-repeat: no-repeat; }

.team-item2:hover .tx-item--social-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.team-item2 .tx-item--social {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center; }
.team-item2 .tx-item--social-inner {
  background-color: var(--color-primary-2);
  display: inline-block;
  padding: 20px 32px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .team-item2 .tx-item--social-inner a {
    font-size: 17px;
    color: var(--color-white);
    position: relative; }
    .team-item2 .tx-item--social-inner a::before, .team-item2 .tx-item--social-inner a::after {
      position: absolute;
      top: -24px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 7px;
      height: 0;
      background-color: var(--color-white);
      content: "";
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .team-item2 .tx-item--social-inner a::after {
      top: auto;
      bottom: -24px; }
    .team-item2 .tx-item--social-inner a:hover::before {
      opacity: 1;
      height: 15px; }
    .team-item2 .tx-item--social-inner a:hover::after {
      height: 15px; }
    .team-item2 .tx-item--social-inner a:not(:last-child) {
      margin-right: 30px; }
.team-item2 .tx-item--holder {
  text-align: center;
  padding: 25px; }
.team-item2 .tx-item--name {
  font-size: 30px;
  color: #0f0f0f;
  line-height: 1; }
  .team-item2 .tx-item--name a {
    color: inherit; }
.team-item2 .tx-item--desig {
  font-size: 17px;
  color: var(--color-primary-2);
  font-family: var(--font-teko);
  text-transform: uppercase; }

.team-single__img {
  text-align: center;
  position: relative;
  margin-right: 50px; }
  @media (max-width: 1199px) {
    .team-single__img {
      margin-right: 0; } }
  .team-single__img::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/team_img_bg.png);
    content: "";
    background-repeat: no-repeat;
    background-position-x: center; }
.team-single__info .name {
  font-size: 50px;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .team-single__info .name {
      font-size: 35px; } }
  @media (max-width: 991px) {
    .team-single__info .name {
      font-size: 30px; } }
.team-single__info .desig {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 30px;
  display: inline-block; }
.team-single__info p {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px; }
.team-single__info-list li {
  font-size: 17px;
  color: #505050;
  line-height: 30px; }
  .team-single__info-list li:not(:last-child) {
    margin-bottom: 10px; }
  .team-single__info-list li span {
    min-width: 110px;
    font-weight: 600;
    color: #1F1F1F;
    display: inline-block; }
.team-single__social h4 {
  font-size: 20px;
  color: #1F1F1F;
  font-weight: 600;
  margin-bottom: 20px; }
.team-single__social-list a {
  font-size: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center; }
  .team-single__social-list a:not(:last-child) {
    margin-right: 16px; }
.team-single__content h2 {
  font-size: 36px;
  margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .team-single__content h2 {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .team-single__content h2 {
      font-size: 25px; } }
.team-single__content p {
  color: #505050;
  font-size: 18px;
  line-height: 28px; }
  .team-single__content p:not(:last-child) {
    margin-bottom: 20px; }

    .tur-team-item {
      margin: 0 auto;
      max-width: 375px;
      margin-bottom: 30px;
    }
    .tur-team-item .team-img {
      padding-top: 20px;
      background-color: #ffffff;
      background-color: rgb(255, 255, 255);
      -webkit-box-shadow: 0px 30px 57px 0px rgba(136, 92, 62, 0.16);
              box-shadow: 0px 30px 57px 0px rgba(136, 92, 62, 0.16);
    }
    .tur-team-item .team-text {
      overflow: hidden;
      padding: 25px 40px;
      background-color: #f9f4f4;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
    }
    .tur-team-item .team-text h3 a {
      color: #1f1f1f;
      font-size: 23px;
      font-weight: 800;
    }
    .tur-team-item .team-text span {
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
    }
    .tur-team-item .team-text .team-arrow {
      top: 0;
      right: -60px;
      color: #fff;
      width: 60px;
      height: 100%;
      background-color: #f18037;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
    }
    .tur-team-item:hover .team-text {
      background-color: var(--color-primary);
    }
    .tur-team-item:hover .team-text h3 a {
      color: #fff;
    }
    .tur-team-item:hover .team-text span {
      color: #fff;
    }
    .tur-team-item:hover .team-text .team-arrow {
      right: 0;
    }
.faq__content {
  padding-left: 30px; }
.faq__img {
  margin: 0 -15px;
  margin-left: -45px; }
  .faq__img .image {
    margin: 0 15px;
    height: 173px; }
    @media (max-width: 767px) {
      .faq__img .image {
        height: 120px; } }
    .faq__img .image:nth-child(1) img {
      border-radius: 33% 0 0 33%/50% 0 0 50%;
      -webkit-border-radius: 33% 0 0 33%/50% 0 0 50%;
      -moz-border-radius: 33% 0 0 33%/50% 0 0 50%;
      -ms-border-radius: 33% 0 0 33%/50% 0 0 50%;
      -o-border-radius: 33% 0 0 33%/50% 0 0 50%; }
    .faq__img .image:nth-child(2) img {
      border-radius: 0 33% 33% 0/0 50% 50% 0;
      -webkit-border-radius: 0 33% 33% 0/0 50% 50% 0;
      -moz-border-radius: 0 33% 33% 0/0 50% 50% 0;
      -ms-border-radius: 0 33% 33% 0/0 50% 50% 0;
      -o-border-radius: 0 33% 33% 0/0 50% 50% 0; }
    .faq__img .image img {
      height: 100%;
      object-fit: cover; }
.faq__wrap {
  background-color: #ffefe6;
  padding: 50px 40px 108px 70px;
  margin-left: 26px;
  border-radius: 0 0 60% 60%/0 0 50% 50%;
  -webkit-border-radius: 0 0 60% 60%/0 0 50% 50%;
  -moz-border-radius: 0 0 60% 60%/0 0 50% 50%;
  -ms-border-radius: 0 0 60% 60%/0 0 50% 50%;
  -o-border-radius: 0 0 60% 60%/0 0 50% 50%;
  position: relative;
  overflow: hidden;
  margin-top: 15px; }
  @media (max-width: 1199px) {
    .faq__wrap {
      padding: 30px 30px 90px 50px; } }
  @media (max-width: 991px) {
    .faq__wrap {
      padding: 50px 40px 108px 70px;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .faq__wrap {
      padding: 30px 30px 90px 30px; } }
.faq__link {
  position: absolute;
  bottom: 0;
  text-align: center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 100px;
  bottom: -148px;
  width: 100%;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  -webkit-border-radius: 50% 50% 0 0/100% 100% 0 0;
  -moz-border-radius: 50% 50% 0 0/100% 100% 0 0;
  -ms-border-radius: 50% 50% 0 0/100% 100% 0 0;
  -o-border-radius: 50% 50% 0 0/100% 100% 0 0;
  overflow: hidden;
  height: 200px;
  font-size: 17px;
  color: #fff;
  font-weight: 600; }
  .faq__link:hover {
    color: var(--color-white); }
    .faq__link:hover::before {
      background-color: var(--color-dark); }
  .faq__link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-primary);
    height: 100%;
    content: "";
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .faq__link span {
    -webkit-transform: translateY(-38px);
    -ms-transform: translateY(-38px);
    transform: translateY(-38px);
    display: inline-block; }

    .tur-faq-accordion {
      border-radius: 20px;
      padding: 45px 45px 20px;
      background-color: rgb(255, 255, 255);
      -webkit-box-shadow: 0px 26px 81px 0px rgba(0, 0, 0, 0.09);
              box-shadow: 0px 26px 81px 0px rgba(0, 0, 0, 0.09);
    }
    .tur-faq-accordion .accordion-item,
    .tur-faq-accordion .accordion-button:not(.collapsed),
    .tur-faq-accordion .accordion-button {
      background-color: transparent;
    }
    .tur-faq-accordion .accordion-item {
      border: none;
      border-radius: 0;
      position: relative;
      padding: 25px 40px;
      margin-bottom: 25px;
      padding-bottom: 30px;
      border-radius: 15px;
      background-color: #f6f6f6;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease;
    }
    .tur-faq-accordion .accordion-item.faq_on {
      background-color: var(--color-primary);
    }
    .tur-faq-accordion .accordion-item.faq_on .accordion-button,
    .tur-faq-accordion .accordion-item.faq_on .accordion-body {
      color: #fff;
    }
    .tur-faq-accordion .accordion-button {
      padding: 0;
      border: none;
      color: #1e1c1c;
      font-size: 20px;
      font-weight: 700;
      position: relative;
    }
    .tur-faq-accordion .accordion-button:focus {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .tur-faq-accordion .accordion-body {
      font-size: 18px;
      line-height: 30px;
      line-height: 1.667;
      padding: 14px 0px 0px;
    }
    .tur-faq-accordion .accordion-button::after {
      top: 5px;
      right: -20px;
      content: "\f067";
      font-weight: 300;
      position: absolute;
      border-radius: 100%;
      background-image: none;
      font-family: "Font Awesome 5 Pro";
    }
    .tur-faq-accordion .accordion-button:not(.collapsed) {
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .tur-faq-accordion .accordion-button:not(.collapsed):after {
      content: "\f068";
    }

    .tur-faq-content .tur-about-text-area {
      padding-top: 30px;
      padding-left: 30px;
    }
    .tur-faq-content .tur-about-text-area .tur-section-title h2 {
      font-size: 55px;
    }
    .tur-faq-content .tur-about-text-area .tur-about-feature-list {
      margin: 0;
      max-width: 315px;
    }
    .tur-faq-content .tur-about-text-area .tur-about-feature-list li {
      width: 100%;
    }
    .tur-faq-content .tur-about-ft-counter {
      width: 160px;
    }
    .tur-faq-content .tur-about-ft-counter h3 {
      line-height: 1;
      font-size: 55px;
      font-weight: 800;
      color: var(--color-primary);
    }
    .tur-faq-content .tur-about-ft-counter p {
      color: #0c0a0a;
      font-size: 17px;
      font-weight: 700;
    }


.tur-award-content {
  overflow: hidden;
  padding: 70px 80px;
  border-radius: 15px;
}

.award-tab-btn-area {
  top: 95px;
  z-index: 5;
  right: 80px;
  position: absolute;
}
.award-tab-btn-area .nav-pills .nav-link.active,
.award-tab-btn-area .nav-pills .show > .nav-link {
  margin: 0;
  background-color: transparent;
  -webkit-text-fill-color: var(--color-primary);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.award-tab-btn-area .nav-pills .nav-link {
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-weight: 800;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.award-tab-btn-area .nav-pills .nav-link:before {
  top: 0;
  opacity: 0;
  right: -20px;
  content: "\f0d9";
  font-weight: 900;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
  -webkit-text-fill-color: var(--color-primary);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
}
.award-tab-btn-area .nav {
  display: inherit;
}
.award-tab-btn-area li {
  color: #fff;
  font-size: 30px;
  margin-bottom: 18px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.award-tab-btn-area .nav-pills .nav-link.active {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.award-tab-btn-area .nav-pills .nav-link.active:before {
  opacity: 1;
}

.tur-award-tab-item-text-img .tur-award-tab-item-text {
  max-width: 470px;
}
.tur-award-tab-item-text-img .tur-section-title {
  margin-bottom: 10px;
}
.tur-award-tab-item-text-img .tur-section-title h2 {
  color: #fff;
  font-weight: 700;
}
.tur-award-tab-item-text-img .tur-award-year-text h3 {
  font-size: 85px;
  font-weight: 800;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
}
.tur-award-tab-item-text-img .tur-award-year-text p {
  color: #666666;
  padding-bottom: 15px;
}
.tur-award-tab-item-text-img .tur-award-year-text .thm-btn:hover {
  color: #1f1f1f;
  background-color: #fff;
}
.tur-award-tab-item-text-img .tur-award-tab-item-img {
  padding-top: 15px;
}
.tur-award-tab-item-text-img .tur-award-tab-item-img .tur-award-tab-img1 {
  height: 231px;
  width: 380px;
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 200px;
}
.tur-award-tab-item-text-img .tur-award-tab-item-img .tur-award-tab-img2 {
  width: 550px;
  height: 200px;
  overflow: hidden;
  border-radius: 200px;
}
.accordion__wrap .accordion-title {
  margin-bottom: 30px; }

.accordion_box {
  position: relative; }

.accordion_box .block {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  border-bottom: 1px solid #182022; }
  .accordion_box .block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0; }

.accordion_box .block:last-child {
  margin-bottom: 0; }

.accordion_box .block .acc-btn {
  color: #182022;
  position: relative;
  font-weight: 700;
  font-size: 25px;
  cursor: pointer;
  padding-bottom: 25px;
  line-height: 36px;
  padding-right: 10px; }
  @media (max-width: 1199px) {
    .accordion_box .block .acc-btn {
      font-size: 20px;
      line-height: 29px; } }
  @media (max-width: 767px) {
    .accordion_box .block .acc-btn {
      font-size: 16px;
      line-height: 26px; } }

.accordion_box .block .acc-btn::before {
  top: 8px;
  right: 0;
  line-height: 1;
  font-size: 14px;
  content: "\f067";
  position: absolute;
  color: var(--color-primary);
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.accordion_box .block.active-block .acc-btn::before {
  content: "\f068";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.accordion_box .block .content {
  position: relative; }

.accordion_box .block .acc_body {
  position: relative;
  display: none;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 36px; }

.accordion_box .block .acc_body.current {
  display: block; }

.faq-img__inner {
  position: relative;
  top: -210px;
  left: -65px;
  margin-bottom: -210px; }
  @media (max-width: 991px) {
    .faq-img__inner {
      left: 0; } }

.faq-wrapper {
  padding-left: 30px; }
  @media (max-width: 1199px) {
    .faq-wrapper {
      padding-left: 0; } }

.faq-img .feature-tab__video {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 107px;
  width: 115px;
  height: 115px;
  font-size: 20px; }
  .faq-img .feature-tab__video span {
    max-width: 88px; }
  .faq-img .feature-tab__video i {
    margin-left: 6px; }

.blog-item:hover .tx-item--image a img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06); }
.blog-item .tx-item--image {
  position: relative;
  height: 320px;
  border-radius: 150px 0 0 0;
  -webkit-border-radius: 150px 0 0 0;
  -moz-border-radius: 150px 0 0 0;
  -ms-border-radius: 150px 0 0 0;
  -o-border-radius: 150px 0 0 0;
  overflow: hidden;
  border-radius: 80px 0 0 0;
  -webkit-border-radius: 80px 0 0 0;
  -moz-border-radius: 80px 0 0 0;
  -ms-border-radius: 80px 0 0 0;
  -o-border-radius: 80px 0 0 0; }
  @media (max-width: 1199px) {
    .blog-item .tx-item--image {
      height: 260px; } }
  @media (max-width: 991px) {
    .blog-item .tx-item--image {
      height: 190px; } }
  .blog-item .tx-item--image::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--color-primary);
    content: "";
    z-index: 1; }
  .blog-item .tx-item--image a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .blog-item .tx-item--image--2 {
    border-radius: 0 150px 0 0;
    -webkit-border-radius: 0 150px 0 0;
    -moz-border-radius: 0 150px 0 0;
    -ms-border-radius: 0 150px 0 0;
    -o-border-radius: 0 150px 0 0; }
    @media (max-width: 991px) {
      .blog-item .tx-item--image--2 {
        border-radius: 0 80px 0 0;
        -webkit-border-radius: 0 80px 0 0;
        -moz-border-radius: 0 80px 0 0;
        -ms-border-radius: 0 80px 0 0;
        -o-border-radius: 0 80px 0 0; } }
.blog-item .tx-item--author {
  position: absolute;
  bottom: 0;
  left: 27px;
  z-index: 1;
  flex-wrap: nowrap; }
.blog-item .tx-item--avatar {
  width: 73px;
  height: 68px; }
.blog-item .tx-item--author-text {
  font-size: 14px;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 20px;
  padding-left: 19px; }
  .blog-item .tx-item--author-text a {
    color: var(--color-white); }
.blog-item .tx-item--holder {
  padding: 20px 0 0 24px; }
.blog-item .tx-item--date {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color-primary);
  display: inline-block;
  font-weight: 700; }
.blog-item .tx-item--title {
  font-size: 26px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px; }
  @media (max-width: 991px) {
    .blog-item .tx-item--title {
      font-size: 21px; } }
  .blog-item .tx-item--title a {
    color: var(--color-heading); }

@media (max-width: 1199px) {
  .blog .pl-30 {
    padding-left: 0; } }
@media (max-width: 1199px) {
  .blog .pr-30 {
    padding-right: 0; } }
.blog__shape {
  position: absolute;
  bottom: -150px;
  left: 0; }
.blog__pb {
  padding-bottom: 265px; }
  @media (max-width: 991px) {
    .blog__post-wrap {
      margin-right: 0; } }
.blog__post-item {
  padding: 30px;
  background-color: #F7F7F7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .blog__post-item {
      padding: 25px 15px; } }
  .blog__post-item:hover .post-thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .blog__post-item:hover .post-title a {
    background-size: 100% 100%; }
  .blog__post-item .post-thumb {
    overflow: hidden;
    margin-bottom: 30px;
	text-align:center;
    position: relative; }
    .blog__post-item .post-thumb img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
  .blog__post-item .post-meta a {
    font-size: 16px;
    color: var(--color-black);
    position: relative; }
    .blog__post-item .post-meta a:not(:last-child) {
      margin-right: 16px;
      padding-right: 20px; }
      .blog__post-item .post-meta a:not(:last-child)::before {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        width: 1px;
        height: 20px;
        background-color: #E6E6E6; }
    .blog__post-item .post-meta a i {
      margin-right: 10px;
      color: var(--color-primary); }
  .blog__post-item .post-title {
    font-size: 30px;
    color: var(--color-black);
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .blog__post-item .post-title {
        font-size: 24px; } }
    .blog__post-item .post-title a {
      color: inherit; }
  .blog__post-item .post-btn {
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600; }
    .blog__post-item .post-btn:hover i {
      margin-left: 12px; }
    .blog__post-item .post-btn i {
      margin-left: 10px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: inline-block;
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px); }

.blog__slide {
  margin: 0 -20px;
  padding: 0 20px;
  margin-bottom: -50px; }
  .blog__slide .swiper-slide {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .blog__slide .swiper-slide.swiper-slide-active, .blog__slide .swiper-slide.swiper-slide-next {
      opacity: 1; }

.blog-single .tx-item--inner {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  background-color: var(--color-white);
  margin-bottom: 50px; }
.blog-single .tx-item--holder {
  padding: 50px;
  padding-right: 30px; }
.blog-single .tx-item--meta li {
  font-size: 16px;
  color: #8799a3; }
  .blog-single .tx-item--meta li:not(:last-child) {
    margin-right: 22px; }
  .blog-single .tx-item--meta li a {
    color: inherit; }
    .blog-single .tx-item--meta li a:hover {
      color: var(--color-primary-2); }
  .blog-single .tx-item--meta li i {
    margin-right: 7px;
    font-size: 14px; }
.blog-single .tx-item--title {
  font-size: 32px;
  font-weight: 500;
  color: #252525;
  line-height: 35px;
  margin-bottom: 7px; }
  .blog-single .tx-item--title a {
    color: inherit; }

.blog-nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 8px;
  top: -56px; }
  .blog-nav .blog-nav-item {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    background-color: #eeefef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 25px;
    color: var(--color-black); }
    .blog-nav .blog-nav-item i {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .blog-nav .blog-nav-item.blog-button-prev {
      margin-right: 12px; }
      .blog-nav .blog-nav-item.blog-button-prev i {
        -webkit-transform: translateX(-13px);
        -ms-transform: translateX(-13px);
        transform: translateX(-13px); }
      .blog-nav .blog-nav-item.blog-button-prev:hover i {
        -webkit-transform: translateX(-17px);
        -ms-transform: translateX(-17px);
        transform: translateX(-17px); }
    .blog-nav .blog-nav-item.blog-button-next i {
      -webkit-transform: translateX(13px);
      -ms-transform: translateX(13px);
      transform: translateX(13px); }
    .blog-nav .blog-nav-item.blog-button-next:hover i {
      -webkit-transform: translateX(17px);
      -ms-transform: translateX(17px);
      transform: translateX(17px); }

.blog-swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0; }
  .blog-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #626262;
    opacity: 1; }
    .blog-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: var(--color-primary-2); }
    .blog-swiper-pagination .swiper-pagination-bullet:not(:last-child) {
      margin-right: 5px; }

blockquote {
  background-color: rgba(44, 26, 78, 0.05);
  padding: 40px;
  padding-right: 130px;
  border-left: 3px solid var(--color-primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  color: var(--color-black);
  margin-bottom: 25px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    blockquote {
      font-size: 18px;
      line-height: 30px;
      padding-right: 120px; } }
  @media (max-width: 767px) {
    blockquote {
      font-size: 17px;
      padding: 30px; } }
  blockquote .quote {
    position: absolute;
    right: 40px;
    bottom: 34px;
    z-index: -1;
    max-width: 100px; }
    @media (max-width: 1199px) {
      blockquote .quote {
        width: 60px; } }
    @media (max-width: 767px) {
      blockquote .quote {
        width: 50px; } }
  blockquote span {
    font-size: 16px;
    color: #332D2D;
    padding-left: 30px;
    position: relative;
    font-family: var(--font-body);
    display: block;
    margin-top: 6px; }
    @media (max-width: 767px) {
      blockquote span {
        font-size: 15px;
        margin-top: 10px; } }
    blockquote span::before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 20px;
      height: 2px;
      background-color: currentColor;
      content: ""; }


  @media (max-width: 767px) {
    .post-details h2 {
      font-size: 24px; } }

  @media (max-width: 767px) {
    .post-details h3 {
      font-size: 22px; } }
.post-details p:not(:last-child) {
  margin-bottom: 25px; }

.video .caption {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  color: #807A7A;
  margin-top: 15px;
  display: block;
  font-weight: 500; }

.post-tags-share {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .post-tags-share .title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 20px 0 0;
    font-family: var(--font-body);
    margin-top: 0px; }
  .post-tags-share .tags ul {
    margin-top: 0px; }
    .post-tags-share .tags ul li {
      margin-top: 10px; }
      .post-tags-share .tags ul li:not(:last-child) {
        margin-right: 16px; }
      .post-tags-share .tags ul li a {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 3px 18px;
        display: inline-block;
        border: 1px solid rgba(44, 26, 78, 0.05);
        color: var(--color-default);
        font-size: 12px;
        font-weight: 500;
        color: #949392;
        line-height: 26px;
        position: relative; }
        .post-tags-share .tags ul li a:hover {
          color: #fff;
          background-color: var(--color-primary);
          border-color: var(--color-primary); }
  .post-tags-share .social-share ul {
    margin-top: 10px; }
    .post-tags-share .social-share ul li {
      margin-top: 10px; }
      .post-tags-share .social-share ul li:not(:last-child) {
        margin-right: 12px; }
      .post-tags-share .social-share ul li a {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        width: 40px;
        height: 38px;
        color: #4A4C51;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        position: relative; }
        .post-tags-share .social-share ul li a::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(44, 26, 78, 0.05);
          content: "";
          z-index: -2;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
        .post-tags-share .social-share ul li a:hover {
          color: var(--color-primary); }

          .tur-blog-item {
            margin: 0 auto;
            max-width: 555px;
            margin-bottom: 30px;
          }
          .tur-blog-item .blog-img {
            overflow: hidden;
            position: relative;
          }
          .tur-blog-item .blog-img img {
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
          }
          .tur-blog-item .blog-img:before {
            background: rgba(255, 255, 255, 0.3);
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 0;
            opacity: 1;
            z-index: 9;
            pointer-events: none;
          }
          .tur-blog-item .blog-author {
            bottom: 0;
            left: 28px;
          }
          .tur-blog-item .blog-author .author-img {
            width: 73px;
            height: 68px;
            overflow: hidden;
            margin-right: 20px;
            border-top-left-radius: 50px;
            border-top-right-radius: 50px;
          }
          .tur-blog-item .blog-author .author-text {
            color: #fff;
          }
          .tur-blog-item .blog-author .author-text span {
            font-size: 14px;
            font-weight: 500;
          }
          .tur-blog-item .blog-author .author-text h4 {
            color: #fff;
            line-height: 1;
            font-size: 14px;
            font-weight: 700;
          }
          .tur-blog-item .blog-text {
            padding: 35px 30px;
            background-color: #f7f7f7;
          }
          .tur-blog-item .blog-text .blog-meta a {
            font-size: 12px;
            font-weight: 700;
            margin-right: 13px;
            position: relative;
            color: var(--color-primary);
          }
          .tur-blog-item .blog-text .blog-meta a:before {
            top: 0;
            right: -9px;
            content: "/";
            line-height: 1;
            position: absolute;
          }
          .tur-blog-item .blog-text .blog-meta a:last-child:before {
            display: none;
          }
          .tur-blog-item .blog-text h2 {
            line-height: 1.2;
          }
          .tur-blog-item .blog-text h2 a {
            color: #182022;
            font-size: 26px;
            font-weight: 700;
          }
          .tur-blog-item .blog-text h2 a:hover {
            color: var(--color-primary);
          }
          .tur-blog-item:hover .blog-img img {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05);
          }
          .tur-blog-item:hover .blog-img:before {
            height: 100%;
            opacity: 0;
            -webkit-transition: all 400ms linear;
            transition: all 400ms linear;
          }
/* comment css */
  .post-comments .title {
    font-size: 26px;
    margin-bottom: 25;
    font-weight: 500;
    font-family: var(--font-body); }

.latest__comments .comments-box {
  border-top: 1px solid var(--color-border-2);
  padding: 30px 0; }
.latest__comments .comments-text {
  overflow: hidden; }
.latest__comments .comments-avatar {
  border-radius: 50%;
  float: left; }
  @media (max-width: 767px) {
    .latest__comments .comments-avatar {
      float: none;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest__comments .comments-avatar {
      float: left;
      margin-bottom: 0px; } }
  .latest__comments .comments-avatar img {
    border-radius: 50%;
    width: 100px !important;
    margin-right: 30px; }
.latest__comments li:last-child .comments-box {
  padding-bottom: 0px; }
.latest__comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0; }
.latest__comments li.children {
  margin-left: 100px; }
  @media (max-width: 767px) {
    .latest__comments li.children {
      margin-left: 0px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest__comments li.children {
      margin-left: 50px; } }
.latest__comments .avatar-name {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }
  .latest__comments .avatar-name h5 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: var(--font-body); }
  .latest__comments .avatar-name span {
    font-size: 15px;
	display:block;
	margin-top:15px;
    color: var(--color-default); }
.latest__comments p {
  font-size: 18px;
  line-height: 30px; }
.latest__comments .reply {
  color: var(--color-black);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  position: absolute;
  right: 0;
  margin-top: 0;
  top: 0;
  text-decoration: none; }
  .latest__comments .reply i {
    margin-right: 5px; }
  .latest__comments .reply:hover {
    color: var(--color-primary); }
.latest__comments--2 p {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black); }

.comments-form {
  padding: 30px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background-color: #F7F7F7; }
  @media (max-width: 1199px) {
    .comments-form {
      padding: 30px; } }
  @media (max-width: 767px) {
    .comments-form {
      padding: 15px; } }
  .comments-form .title {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: var(--font-body); }
  .comments-form .contact-form__comments input, .comments-form .contact-form__comments textarea {
    background-color: var(--color-white); }

.blog-single2 {
  border: 2px solid #f6f6f6; }
  .blog-single2:hover .tx-item--thumb img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06); }
  .blog-single2 .tx-item--thumb {
    overflow: hidden; }
    .blog-single2 .tx-item--thumb img {
      width: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .blog-single2 .tx-item--holder {
    padding: 0 45px; }
  .blog-single2 .tx-item--date {
    background-color: var(--color-primary);
    display: inline-block;
    font-size: 30px;
    font-weight: 800;
    color: var(--color-white);
    padding: 13px 17px;
    z-index: 1;
    position: relative;
    line-height: 23px;
    clip-path: polygon(13% 0, 100% 0, 92% 100%, 0% 100%);
    top: -8px;
    margin-top: -48px;
    margin-bottom: 14px; }
    .blog-single2 .tx-item--date span {
      font-size: 13px; }
  .blog-single2 .tx-item--title {
    font-size: 25px;
    color: #182022;
    margin-bottom: 24px; }
    .blog-single2 .tx-item--title:hover {
      color: var(--color-primary); }
    .blog-single2 .tx-item--title a {
      color: inherit; }
  .blog-single2 .tx-item--author {
    background-color: #eaeaea;
    padding: 4px 17px;
    display: inline-block;
    font-size: 13px;
    color: #2d2a2a;
    font-weight: 700;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%); }

@keyframes tx_dual_ring {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes tx_dual_ring {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes BgAnimated1 {
  0% {
    background-position: bottom 10px left; }
  50% {
    background-position: bottom 10px right; }
  100% {
    background-position: bottom 10px left; } }
@keyframes tx_prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); } }
#tx-loadding {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  -khtml-transition: 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  -moz-transition: 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  -ms-transition: 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  -o-transition: 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  transition: 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  background-color: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: transform 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  -khtml-transition: transform 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  -moz-transition: transform 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  -ms-transition: transform 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  -o-transition: transform 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  transition: transform 0.3s cubic-bezier(0.27, 0.76, 0.38, 0.87);
  z-index: -1;
  z-index: 999998;
  transform-origin: right center;
  pointer-events: none; }

#tx-loadding.style2 {
  background-color: #00061a; }

#tx-loadding.style3 {
  background-color: var(--color-black); }

#tx-loadding .loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#tx-loadding .loading-image img {
  max-height: 80px; }

#tx-loadding .ct-dual-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px; }

#tx-loadding .ct-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  animation: tx_dual_ring 1.2s linear infinite;
  border-bottom-color: var(--color-primary);
  border-top-color: var(--color-primary); }

#tx-loadding .ct-dot-square {
  display: block;
  font-size: 13px;
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: initial;
  transform: translate(-50%, -50%);
  animation: stevloader 3s infinite linear;
  -webkit-animation: stevloader 3s infinite linear; }

#tx-loadding .loading-spin {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  animation: tx_dual_ring 1s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

#tx-loadding.style1 .loading-spin:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid var(--color-primary);
  animation: tx_prixClipFix 2s linear infinite; }

#tx-loadding .loading-ring {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

#tx-loadding .loading-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  animation: lds-dual-ring 1.2s linear infinite; }

#tx-loadding.style2 .loading-spin:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid var(--thm-color-2);
  animation: tx_prixClipFix 2s linear infinite; }

#tx-loadding.style3 .loading-spin:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid var(--thm-color-3);
  animation: tx_prixClipFix 2s linear infinite; }

.offcanvas-sidebar .sidebar-logo,
.offcanvas-sidebar .sidebar-content,
.offcanvas-sidebar .sidebar-menu,
.offcanvas-sidebar .s-content-wrap,
.offcanvas-sidebar .sidebar-socials-wrap {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0; }

.offcanvas-sidebar.active .sidebar-logo,
.offcanvas-sidebar.active .sidebar-content,
.offcanvas-sidebar.active .sidebar-menu,
.offcanvas-sidebar.active .s-content-wrap,
.offcanvas-sidebar.active .sidebar-socials-wrap {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
.offcanvas-sidebar.active .sidebar-logo {
  transition-delay: .2s; }
.offcanvas-sidebar.active .sidebar-content {
  transition-delay: .3s; }
.offcanvas-sidebar.active .sidebar-menu {
  transition-delay: .4s; }
.offcanvas-sidebar.active .s-content-wrap {
  transition-delay: .5s; }
.offcanvas-sidebar.active .sidebar-socials-wrap {
  transition-delay: .6s; }

.sidebar-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.offcanvas-sidebar .tx-close {
  background: #111;
  width: 54px;
  height: 54px;
  border-width: 18px; }

.offcanvas-sidebar .tx-close::before,
.offcanvas-sidebar .tx-close::after {
  background-color: var(--color-black); }

.offcanvas-sidebar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -860px;
  max-width: 830px;
  width: 100%;
  padding: 50px 100px;
  height: 100%;
  display: block;
  background-color: var(--color-black);
  z-index: 1020;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
  padding-top: 100px;
  transition-duration: 500ms; }
  @media (max-width: 991px) {
    .offcanvas-sidebar {
      right: -660px;
      max-width: 630px;
      padding: 50px 60px; } }

.offcanvas-sidebar.active {
  right: 0; }

.sidebar-content {
  max-width: 360px;
  margin-bottom: 65px; }
  .sidebar-content p {
    color: #9F9F9F;
    font-weight: 500; }

.sidebar-menu li:not(:last-child) {
  margin-bottom: 30px; }
.sidebar-menu li a {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9F9F9F; }
  .sidebar-menu li a:hover {
    color: #fff; }

.s-content-wrap {
  color: #9F9F9F; }
  .s-content-wrap .ct-title {
    margin-right: 30px; }
  .s-content-wrap .ct-item {
    padding-left: 30px;
    padding-right: 30px;
    position: relative; }
    .s-content-wrap .ct-item + .s-content-wrap .ct-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -16px;
      height: 33px;
      width: 1px;
      background-color: #9f9f9f; }
    .s-content-wrap .ct-item a {
      color: inherit; }
    .s-content-wrap .ct-item .tel {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700; }

@media (max-width: 1199px) {
  .s-content-wrap .qc-title {
    margin-right: 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .s-content-wrap .qc-title {
    display: none; } }
@media (max-width: 575px) {
  .s-content-wrap .qc-title {
    display: none; } }
.s-content-wrap .ct-item-wrap {
  margin-left: -30px;
  margin-right: -30px; }

@media (max-width: 1199px) {
  .s-content-wrap .ct-item-wrap {
    margin-left: -25px;
    margin-right: -25px; } }
@media (max-width: 575px) {
  .s-content-wrap .ct-item-wrap {
    justify-content: center; } }
.s-content-wrap .ct-item {
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }

@media (max-width: 1199px) {
  .s-content-wrap .ct-item {
    padding-left: 25px;
    padding-right: 25px; } }
.s-content-wrap .ct-item + .ct-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  height: 33px;
  width: 1px;
  background-color: #9f9f9f; }

@media (min-width: 768px) and (max-width: 991px) {
  .s-content-wrap .ct-item + .ct-item:before {
    display: none; } }
@media (max-width: 480px) {
  .s-content-wrap .ct-item + .ct-item:before {
    display: none; } }
.s-content-wrap .ct-item a {
  color: inherit; }

.s-content-wrap .ct-item a:hover {
  color: inherit; }

.s-content-wrap .ct-item span a + a {
  display: block; }

.s-content-wrap .ct-item .tel {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700; }

@media (max-width: 1199px) {
  .s-content-wrap .ct-item .tel {
    font-size: 20px; } }
.s-content-wrap .ct-item {
  flex-wrap: nowrap; }

.sidebar-socials-wrap a {
  color: var(--color-white);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  position: relative; }
  .sidebar-socials-wrap a:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s; }
  .sidebar-socials-wrap a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1); }
  .sidebar-socials-wrap a:not(:last-child) {
    margin-right: 25px; }

/* cart sidebar */
.cart_sidebar {
  padding: 30px;
  padding-bottom: 50px; }

.cart_sidebar_top {
  background-color: #f7f7f7;
  justify-content: space-between;
  display: flex;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
  align-items: center; }

.cart_sidebar .heading_title {
  line-height: 1;
  font-size: 17px;
  color: #000;
  font-weight: 600; }

.cart_sidebar .cart_item {
  position: relative;}

.cart_sidebar .cart_item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc3d; }

.cart_sidebar .cart_item .item_image {
  display: block;
  min-width: 70px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  width: 60px;
  padding: 5px; }

.cart_sidebar .cart_item .item_title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--color-dark);
  font-family: 'Roboto', sans-serif; }

.cart_sidebar .cart_item .item_price {
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-dark);
  opacity: .6; }

.cart_sidebar .cart_item .remove_btn {
  font-size: 22px;
  line-height: 1em;
  text-align: center;
  position: relative;
  border-radius: 100%;
  color: var(--color-dark);
  background: transparent; }

.cart_sidebar {
  top: 0;
  width: 300px;
  right: -320px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  overflow-y: scroll;
  scrollbar-width: none;
  background-color: #fff;
  transition-duration: 500ms; }

.cart_sidebar.active {
  right: 0px; }

.cart_sidebar .tx-close {
  right: -11px;
  background-color: transparent; }
  .cart_sidebar .tx-close::before, .cart_sidebar .tx-close::after {
    background: var(--color-dark) !important; }

.cart_sidebar .tx-close:before,
.cart_sidebar .tx-close:after {
  background-color: var(--color-white); }

.cart_sidebar_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px 55px; }

.cart_sidebar_button a {
  text-align: center;
  width: 100%;
  padding: 14px 25px 16px; }
  .cart_sidebar_button a:not(:last-child) {
    margin-bottom: 10px; }
  .cart_sidebar_button a:nth-child(2) {
    background: var(--color-dark);
    color: #fff; }
    .cart_sidebar_button a:nth-child(2):hover {
      background-color: var(--color-primary); }

.cart_sidebar .total_price {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  padding: 10px 0px;
  margin-bottom: 10px;
  align-items: center;
  color: var(--color-dark);
  border-top: 1px solid #ccc;
  justify-content: space-between; }

.about__img {
  padding-right: 48px; }
  .about__img img {
    clip-path: polygon(15% 0, 100% 0, 100% 90%, 85% 100%, 0 100%, 0 18%); }
.about__content {
  margin-left: -28px; }
  @media (max-width: 991px) {
    .about__content {
      margin-left: 0; } }
.about__shape {
  position: absolute;
  right: 0;
  top: -25px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .about__shape {
      display: none; } }
  @media (max-width: 1199px) {
    .about__shape {
      display: none; } }
.about__tab {
  border-color: rgba(31, 31, 31, 0.1);
  margin-bottom: 27px; }
  .about__tab .nav-item:not(:last-child) {
    margin-right: 10px; }
  .about__tab .nav-item .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 8px 20px;
    position: relative;
    z-index: 2;
    color: #1F1F1F; }
    .about__tab .nav-item .nav-link::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--color-primary);
      content: "";
      z-index: -1;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .about__tab .nav-item .nav-link.active::before {
      opacity: 0.1; }
.about__tab-content {
  border-left: 1px solid var(--color-primary);
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #1C1D20; }
.about__tab-wrap {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1); }
.about__cta {
  margin-left: 50px; }
  .about__cta i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--color-primary);
    font-size: 24px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; }
  .about__cta .content {
    width: calc(100% - 76px); }
    .about__cta .content span {
      font-size: 15px;
      color: #505050; }
    .about__cta .content h3 {
      font-size: 24px;
      color: #1F1F1F;
      font-weight: 700; }
.about__banner-img {
  position: relative;
  margin-right: -100px;
  margin-left: 50px;
  z-index: 1; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .about__banner-img {
      margin-right: -20px;
      margin-left: 10px; } }
  @media (max-width: 1199px) {
    .about__banner-img {
      margin-right: -20px;
      margin-left: 0; } }
  @media (max-width: 991px) {
    .about__banner-img {
      margin-right: 0; } }
  .about__banner-img img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
  .about__banner-img::before {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    opacity: 0.1;
    content: "";
    z-index: -1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
.about__experience {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  padding: 3px 33px;
  border-radius: 0 20px 0 20px;
  -webkit-border-radius: 0 20px 0 20px;
  -moz-border-radius: 0 20px 0 20px;
  -ms-border-radius: 0 20px 0 20px;
  -o-border-radius: 0 20px 0 20px; }
  .about__experience h2 {
    font-size: 80px;
    font-weight: 800;
    color: var(--color-white);
    margin-right: 9px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .about__experience h2 {
        font-size: 65px; } }
    @media (max-width: 1199px) {
      .about__experience h2 {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .about__experience h2 {
        font-size: 40px; } }
  .about__experience .content span {
    font-size: 20px;
    font-weight: 700;
    color: #161D39;
    text-transform: uppercase;
    line-height: 1; }
  .about__experience .content h3 {
    font-size: 55px;
    font-weight: 700;
    line-height: 43px;
    text-transform: uppercase;
    color: var(--color-white); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .about__experience .content h3 {
        font-size: 50px; } }
    @media (max-width: 1199px) {
      .about__experience .content h3 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .about__experience .content h3 {
        font-size: 40px; } }

        .tur-about-exp-counter {
          left: 0;
          right: 0;
          bottom: -40px;
          margin: 0 auto;
          max-width: 430px;
          position: absolute;
          padding: 30px 55px;
          border-radius: 57px;
          background-color: rgb(250, 250, 250);
          -webkit-box-shadow: 0px 8px 51px 0px rgba(0, 0, 0, 0.07);
                  box-shadow: 0px 8px 51px 0px rgba(0, 0, 0, 0.07);
        }
        .tur-about-exp-counter h2 {
          color: var(--color-primary);
        }
        .tur-about-exp-counter h2 span {
          line-height: 1;
          font-size: 68px;
          font-weight: 800;
        }
        .tur-about-exp-counter h2 sup {
          top: -37px;
          font-size: 18px;
          font-weight: 700;
        }
        .tur-about-exp-counter .exp-text {
          margin-left: 5px;
        }
        .tur-about-exp-counter .exp-text span {
          color: #00235a;
          line-height: 1;
          font-size: 14px;
          font-weight: 600;
        }
        .tur-about-exp-counter .exp-text h3 {
          color: #00235a;
          line-height: 1;
          font-size: 41px;
          font-weight: 700;
        }

.tur-cta-item {
  z-index: 1;
  padding: 225px 0px 150px;
}
.tur-cta-item:before {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.tur-cta-item .tur-section-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.tur-cta-item .tur-section-title h2 {
  color: #fff;
  line-height: 1;
  font-size: 90px;
}
.tur-cta-item .tur-section-title h2 span {
  font-size: 100px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #fff;
}
.tur-cta-item .tur-section-title.text-center {
  max-width: 810px;
}
.tur-cta-item .tur-portfolio-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.tur-about-feature-list li {
  width: 50%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-heading);
}
.tur-cta-item .tur-cta-text {
  z-index: 1;
  position: relative;
}

.swiper-slide-active .tur-cta-item .tur-section-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .tur-cta-item .tur-portfolio-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.tur-cta-slider .tur-cta-button-prev,
.tur-cta-slider .tur-cta-button-next {
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tur-cta-slider .tur-cta-button-prev {
  left: 20%;
}
.tur-cta-slider .tur-cta-button-next {
  right: 20%;
}
.about-feature {
  margin-left: -360px;
  z-index: 1;
  position: relative;
  background-color: #e8e8e8;
  display: inline-block; }
  @media (max-width: 991px) {
    .about-feature {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .about-feature__content {
      flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .about-feature__content {
      flex-wrap: wrap; } }
  .about-feature .tx-item--image {
    position: relative; }
  .about-feature .tx-item--video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0; }
    .about-feature .tx-item--video a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px;
      color: var(--color-white); }
  .about-feature .tx-item--holder {
    padding: 10px 48px; }
    .about-feature .tx-item--holder h4 {
      font-size: 20px; }
  .about-feature .tx-item--experience {
    margin-right: 50px; }
  .about-feature .tx-item--number .number {
    font-size: 60px;
    color: var(--color-primary-2);
    font-weight: 700;
    background: url(../images/about/img_03.jpg) no-repeat;
    background-position: center center;
    background-size: auto;
    background-clip: border-box;
    background-size: auto;
    background-clip: border-box;
    background-size: 750px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1; }
  .about-feature .tx-item--number .suffix {
    font-size: 43px;
    font-weight: 400;
    display: inline-block;
    -webkit-transform: translate(-1px, -13px);
    -ms-transform: translate(-1px, -13px);
    transform: translate(-1px, -13px);
    color: var(--color-primary-2); }
  .about-feature .tx-item--list li {
    font-size: 20px;
    font-family: var(--font-teko);
    color: #3c3c3c; }
    .about-feature .tx-item--list li:not(:last-child) {
      margin-bottom: 8px; }
    .about-feature .tx-item--list li i {
      font-size: 17px;
      color: var(--color-primary-2);
      margin-right: 8px; }

.about-pt-225 {
  padding-top: 225px; }

.about-content {
  margin-top: -88px; }
  @media (max-width: 991px) {
    .about-content {
      margin-top: 30px; } }

.about-img {
  position: absolute; }
  .about-img--one {
    top: -100px;
    left: 135px; }
  .about-img--two {
    left: 152px;
    bottom: 7px; }

.about-feature__list {
  margin-top: -20px; }
.about-feature__list-item {
  margin-top: 20px; }
  .about-feature__list-item:not(:last-child) {
    margin-right: 90px; }
  .about-feature__list-item img {
    margin-right: 23px; }
  .about-feature__list-item h3 {
    font-size: 20px;
    color: var(--color-black); }

.tx-benefit {
  z-index: 1; }
  .tx-benefit:hover .tx-item--bg {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .tx-benefit:hover .tx-item--holder {
    border-color: transparent; }
  .tx-benefit:hover .tx-item--icon::before {
    background-color: #e9e9e9; }
  .tx-benefit .tx-item--holder {
    padding: 32px 50px;
    padding-bottom: 40px;
    border: 2px solid #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .tx-benefit .tx-item--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    background-size: cover; }
  .tx-benefit .tx-item--icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
    .tx-benefit .tx-item--icon::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: #fefefe;
      content: "";
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .tx-benefit .tx-item--title {
    font-size: 32px;
    color: #040a39;
    margin-bottom: 4px; }
    .tx-benefit .tx-item--title a {
      color: inherit; }
    .tx-benefit .tx-item--title:hover {
      color: var(--color-primary-2); }
  .tx-benefit .tx-item--content {
    font-size: 18px;
    line-height: 30px;
    color: #494949; }

.benefit-pb {
  padding-bottom: 400px; }

.contact__mt {
  margin-top: -247px; }
.contact__wrap {
  background-color: var(--color-white);
  box-shadow: 0px 30px 160px 0px rgba(0, 0, 0, 0.15);
  padding: 80px 230px 70px 75px; }
  @media (max-width: 991px) {
    .contact__wrap {
      padding: 50px; } }
.contact__img {
  margin-left: -200px;
  margin-top: 30px; }
  @media (max-width: 991px) {
    .contact__img {
      margin-left: 0; } }
.contact__form input, .contact__form select {
  background-color: #f1f1f1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: 14px;
  color: #000;
  height: 56px;
  margin-bottom: 0;
  padding-left: 42px; }
  .contact__form input::-webkit-input-placeholder, .contact__form select::-webkit-input-placeholder {
    color: #716e6d;
    opacity: 1; }
  .contact__form input::-moz-placeholder, .contact__form select::-moz-placeholder {
    color: #716e6d;
    opacity: 1; }
  .contact__form input:-ms-input-placeholder, .contact__form select:-ms-input-placeholder {
    color: #716e6d;
    opacity: 1; }
  .contact__form input:-moz-placeholder, .contact__form select:-moz-placeholder {
    color: #716e6d;
    opacity: 1; }
.contact__form select {
  color: #716e6d;
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icon/c_arrow.png);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0;
  background-color: #f1f1f1; }
.contact__form .field-item {
  position: relative;
  margin-bottom: 7px; }
  .contact__form .field-item i {
    position: absolute;
    left: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999999;
    font-size: 14px; }
.contact__form button {
  margin-top: 27px; }
.contact__content-wrap {
  padding: 100px 20px 200px 72px; }
  @media (max-width: 1199px) {
    .contact__content-wrap {
      padding: 100px 20px 160px 50px; } }
  @media (max-width: 767px) {
    .contact__content-wrap {
      padding: 80px 20px 130px 20px; } }
  .contact__content-wrap h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 40px; }
    @media (max-width: 1199px) {
      .contact__content-wrap h2 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .contact__content-wrap h2 {
        font-size: 26px; } }
.contact__content-list li {
  align-items: start; }
  .contact__content-list li:not(:last-child) {
    margin-bottom: 40px; }
  .contact__content-list li .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; }
  .contact__content-list li .content {
    width: calc(100% - 80px); }
    .contact__content-list li .content h4 {
      font-size: 20px;
      font-weight: 700;
      color: var(--color-white);
      margin-bottom: 10px; }
    .contact__content-list li .content p {
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
      color: var(--color-white); }

.contact-img-left {
  margin-left: -150px; }
  @media (max-width: 1199px) {
    .contact-img-left {
      margin-left: 0; } }

.google-map {
  height: 100%;
  min-height: 300px; }
  .google-map__inner {
    height: 100%;
    width: 100%; }
    .google-map__inner iframe {
      height: 100%;
      width: 100%; }

.tx-project {
  position: relative; }
  .tx-project:hover .tx-item--image::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8; }
  .tx-project:hover .tx-item--category {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition-delay: .1s;
    opacity: 1; }
  .tx-project:hover .tx-item--title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition-delay: .2s;
    opacity: 1; }
  .tx-project:hover .tx-item--links {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition-delay: .3s;
    opacity: 1; }
  .tx-project .tx-item--image {
    position: relative; }
    .tx-project .tx-item--image::before {
      position: absolute;
      top: 30px;
      left: 20px;
      right: 30px;
      bottom: 30px;
      background-color: var(--color-primary-2);
      content: "";
      opacity: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
  .tx-project .tx-item--holder {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 20px; }
  .tx-project .tx-item--category {
    font-size: 13px;
    color: var(--color-white);
    text-transform: uppercase;
    padding: 9px 18px;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--color-black);
    line-height: 1;
    display: inline-block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
  .tx-project .tx-item--title {
    font-size: 45px;
    line-height: 45px;
    color: var(--color-white);
    font-weight: 600;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
    @media (max-width: 1199px) {
      .tx-project .tx-item--title {
        font-size: 27px;
        line-height: 29px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .tx-project .tx-item--title {
        font-size: 34px;
        line-height: 38px; } }
    .tx-project .tx-item--title a {
      color: inherit; }
  .tx-project .tx-item--links {
    margin: -5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0; }
  .tx-project .tx-item--link {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--color-white);
    font-size: 20px;
    color: var(--color-black);
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }

.project-nav {
  justify-content: end;
  border: 0; }
  .project-nav .nav-item:not(:first-child) {
    margin-left: 32px; }
  .project-nav .nav-item .nav-link {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #071157;
    letter-spacing: 1px;
    padding: 0;
    border: 0;
    font-family: var(--font-teko);
    position: relative; }
    .project-nav .nav-item .nav-link::before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3px;
      background-color: var(--color-primary-2);
      content: "";
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .project-nav .nav-item .nav-link.active::before {
      opacity: 1; }


.tur-project-item {
  overflow: hidden;
  margin: 0 auto;
  max-width: 517px;
  border-radius: 10px;
}
.tur-project-item .project-img {
  overflow: hidden;
  position: relative;
}
.tur-project-item .project-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.tur-project-item .project-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333029;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  border-radius: 6px;
  z-index: 2;
}
.tur-project-item .project-text {
  padding: 35px 45px 30px;
  background-color: #eef3ff;
}
.tur-project-item .project-text .item-location {
  left: 30px;
  top: -20px;
  color: #fff;
  font-size: 15px;
  z-index: 3;
  padding: 8px 28px;
  border-radius: 30px;
  display: inline-block;
  background-color: var(--color-primary);
}
.tur-project-item .project-text .item-location i {
  margin-right: 10px;
}
.tur-project-item .project-text h3 a {
  color: #1f1d1d;
  font-size: 25px;
  font-weight: 700;
}
.tur-project-item:hover .project-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tur-project-item:hover .project-img:before {
  opacity: 0.3;
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.tur-project-content .tur-project-button-prev,
.tur-project-content .tur-project-button-next {
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tur-project-content .tur-project-button-prev {
  left: -30px;
}
.tur-project-content .tur-project-button-next {
  right: -30px;
}

.tur-portfolio-section {
  padding: 120px 0px;
}

.tur-portfolio-content {
  padding-top: 45px;
}

.tur-portfolio-item {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 45px;
  background-color: rgb(245, 241, 240);
}
.tur-portfolio-item .portfolio-text {
  max-width: 525px;
  padding: 50px;
}
.tur-portfolio-item .portfolio-text h3 {
  padding-bottom: 5px;
}
.tur-portfolio-item .portfolio-text h3 a {
  color: #1f1f1f;
  font-size: 30px;
  font-weight: 700;
}
.tur-portfolio-item .portfolio-text h3 a:hover {
  color: var(--color-primary);
}
.tur-portfolio-item .portfolio-text .tur-about-feature-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.tur-portfolio-item .portfolio-text .tur-about-feature-list li {
  width: 100%;
}
.tur-portfolio-item .tur-portfolio-location .location-item {
  margin-right: 35px;
}
.tur-portfolio-item .tur-portfolio-location .location-item .inner-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #fff;
}
.tur-portfolio-item .tur-portfolio-location .location-item .inner-icon i {
  color: var(--color-primary);
}
.tur-portfolio-item .portfolio-img {
  overflow: hidden;
}
.tur-portfolio-item .portfolio-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tur-portfolio-item .portfolio-img p {
  left: 20px;
  bottom: 20px;
  color: #1f1f1f;
  font-size: 15px;
  padding: 12px 30px;
  position: absolute;
  border-radius: 30px;
  background-color: #fff;
}
.tur-portfolio-item .portfolio-img p i {
  margin-right: 5px;
  color: var(--color-primary);
}
.tur-portfolio-item .portfolio-img p span {
  font-weight: 800;
  margin-right: 5px;
}
.tur-portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 991px) {
  .renovation {
    padding-bottom: 200px; } }
.renovation__wrap {
  margin-left: -178px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .renovation__wrap {
      margin-left: 0; } }
  @media (max-width: 1199px) {
    .renovation__wrap {
      margin-left: 0; } }
.renovation__tabs {
  display: inline-block;
  border: 0;
  margin-top: 50px; }
  @media (max-width: 1199px) {
    .renovation__tabs {
      margin-top: 0; } }
  .renovation__tabs .nav-item:not(:last-child) {
    margin-bottom: 30px; }
  .renovation__tabs .nav-item .nav-link {
    color: var(--color-white);
    border: 0;
    padding: 0;
    font-size: 33px;
    font-family: var(--font-teko);
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    background: none; }
    .renovation__tabs .nav-item .nav-link::before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 0;
      height: 3px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: var(--color-primary-2);
      content: "";
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .renovation__tabs .nav-item .nav-link.active, .renovation__tabs .nav-item .nav-link:hover {
      padding-left: 57px; }
      .renovation__tabs .nav-item .nav-link.active::before, .renovation__tabs .nav-item .nav-link:hover::before {
        opacity: 1;
        width: 36px;
        animation-delay: .2s; }
.renovation__content-wrap {
  margin-left: -20px;
  margin-bottom: -110px; }
  .renovation__content-wrap img {
    border-bottom: 8px solid var(--color-primary-2); }
.renovation__content {
  padding-left: 40px;
  margin-top: -120px; }
  @media (max-width: 1199px) {
    .renovation__content {
      padding-left: 0; }
      .renovation__content .heading-title {
        font-size: 40px; }
        .renovation__content .heading-title br {
          display: none; } }
  @media (max-width: 991px) {
    .renovation__content {
      margin-top: 30px; } }

.testimonial__pt {
  padding-top: 185px; }
.testimonial__nav {
  height: 250px; }
.testimonial__nav-thumb {
  width: 115px;
  height: 115px !important;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .testimonial__nav-thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (max-width: 767px) {
      .testimonial__nav-thumb img {
        width: 150px;
        height: 150px; } }
  .testimonial__nav-thumb.swiper-slide-active img {
    border-color: var(--color-primary-2); }
.testimonial__single-inner {
  flex-wrap: nowrap; }
  @media (max-width: 991px) {
    .testimonial__single-inner {
      flex-wrap: wrap; } }
.testimonial__img {
  position: relative;
  z-index: 1;
  width: 510px;
  margin-right: 70px;
  text-align: center; }
  @media (max-width: 1199px) {
    .testimonial__img {
      margin-right: 30px; } }
  @media (max-width: 991px) {
    .testimonial__img {
      width: 300px; } }
  .testimonial__img::before {
    position: absolute;
    top: 108px;
    left: 0;
    width: 510px;
    height: 510px;
    content: "";
    background-color: var(--color-white);
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    @media (max-width: 991px) {
      .testimonial__img::before {
        width: 300px;
        height: 300px; } }
  .testimonial__img img {
    border-radius: 0 0 160px 160px;
    -webkit-border-radius: 0 0 160px 160px;
    -moz-border-radius: 0 0 160px 160px;
    -ms-border-radius: 0 0 160px 160px;
    -o-border-radius: 0 0 160px 160px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }
.testimonial__holder {
  width: calc(100% - 580px);
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0; }
  @media (max-width: 991px) {
    .testimonial__holder {
      width: 100%;
      margin-top: 30px; } }
  .testimonial__holder .section-heading p {
    color: #5f5f5f;
    font-size: 18px;
    line-height: 28px; }
.testimonial__active {
  padding-bottom: 10px;
  margin-bottom: -10px; }
.testimonial__author span {
  font-size: 17px;
  color: #382c4d;
  display: inline-block;
  font-family: var(--font-teko); }
.testimonial__author h4 {
  font-size: 23px;
  color: var(--color-primary-2); }
.testimonial__single.swiper-slide-active .testimonial__img img {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 1; }
.testimonial__single.swiper-slide-active .testimonial__holder {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  transition-delay: .1s;
  opacity: 1; }
.testimonial__item {
  padding: 30px;
  border: 1px solid rgba(22, 29, 57, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .testimonial__item .icon {
    margin-bottom: 20px; }
  .testimonial__item p {
    font-size: 22px;
    line-height: 34px;
    font-style: italic;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 20px; }
  .testimonial__item .author h3 {
    font-size: 24px;
    font-weight: 700;
    color: #161D39;
    line-height: 35px; }
  .testimonial__item .author span {
    font-size: 14px;
    color: var(--color-primary); }
.testimonial__thumb-active {
  height: 400px; }
  .testimonial__thumb-active .tx-item--item.swiper-slide-active .tx-item--inner::before,
  .testimonial__thumb-active .tx-item--item .tx-item--inner:hover:before {
    width: calc(100% - 25px); }
  .testimonial__thumb-active .tx-item--item.swiper-slide-active .tx-item--arrow,
  .testimonial__thumb-active .tx-item--item .tx-item--inner:hover .tx-item--arrow {
    opacity: 1;
    transition-delay: .2s; }
  .testimonial__thumb-active .tx-item--inner {
    position: relative;
    z-index: 1;
    height: 120px;
    max-width: 400px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .testimonial__thumb-active .tx-item--inner {
        max-width: 365px; } }
    .testimonial__thumb-active .tx-item--inner::before {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 80px);
      left: 53px;
      height: 100%;
      background-color: var(--color-primary);
      content: "";
      z-index: -1;
      -webkit-transform: skewX(6deg);
      -ms-transform: skewX(6deg);
      transform: skewX(6deg);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 991px) {
        .testimonial__thumb-active .tx-item--inner::before {
          width: calc(100% - 86px); } }
    .testimonial__thumb-active .tx-item--inner::after {
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 88px);
      left: 53px;
      height: 100%;
      background-color: #fff;
      content: "";
      z-index: -1;
      -webkit-transform: skewX(6deg);
      -ms-transform: skewX(6deg);
      transform: skewX(6deg); }
      @media (max-width: 991px) {
        .testimonial__thumb-active .tx-item--inner::after {
          width: calc(100% - 95px); } }
  .testimonial__thumb-active .tx-item--avatar {
    margin-right: 30px; }
    @media (max-width: 991px) {
      .testimonial__thumb-active .tx-item--avatar {
        margin-right: 10px; } }
  .testimonial__thumb-active .tx-item--author h4 {
    font-size: 23px;
    font-weight: 800;
    color: #000;
    line-height: 35px; }
  .testimonial__thumb-active .tx-item--author span {
    font-size: 16px;
    color: var(--color-primary); }
  .testimonial__thumb-active .tx-item--arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 991px) {
      .testimonial__thumb-active .tx-item--arrow {
        right: 15px; } }
.testimonial__content-active .tx-item--single.swiper-slide-active .tx-item--holder {
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }
.testimonial__content-active .tx-item--holder {
  max-width: 520px;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }
.testimonial__content-active .tx-item--ratting li {
  font-size: 13px;
  color: var(--color-primary); }
  .testimonial__content-active .tx-item--ratting li:not(:last-child) {
    margin-right: 3px; }
  .testimonial__content-active .tx-item--ratting li.inactive {
    color: #e1e1e1; }
.testimonial__content-active .tx-item--content {
  font-size: 18px;
  color: #707070;
  line-height: 30px; }
.testimonial__content-active .tx-item--author .avatar {
  margin-right: 22px; }
.testimonial__content-active .tx-item--author h4 {
  font-size: 23px;
  font-weight: 800;
  color: #000;
  line-height: 35px; }
.testimonial__content-active .tx-item--author span {
  font-size: 16px;
  color: var(--color-primary); }

.testimonial-arrow {
  position: absolute;
  top: 50%;
  left: 39%;
  transform: translate(-50%, -50%);
  z-index: 2; }
  @media (max-width: 767px) {
    .testimonial-arrow {
      display: none; } }
  .testimonial-arrow .testimonial-nav-item {
    font-size: 25px;
    position: relative;
    z-index: 1;
    color: #464646; }
    .testimonial-arrow .testimonial-nav-item::before {
      position: absolute;
      width: 32px;
      height: 32px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      background-color: #b6b6b6;
      z-index: -1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .testimonial-arrow .testimonial-nav-item i {
      -webkit-transform: translateY(-17px) rotate(90deg);
      -ms-transform: translateY(-17px) rotate(90deg);
      transform: translateY(-17px) rotate(90deg); }
    .testimonial-arrow .testimonial-nav-item:hover::before {
      background-color: var(--color-primary); }
  .testimonial-arrow .testimonial-button-prev {
    -webkit-transform: translateY(-185px);
    -ms-transform: translateY(-185px);
    transform: translateY(-185px); }
  .testimonial-arrow .testimonial-button-next {
    -webkit-transform: translateY(185px);
    -ms-transform: translateY(185px);
    transform: translateY(185px); }
    .testimonial-arrow .testimonial-button-next i {
      -webkit-transform: translateY(12px) rotate(90deg);
      -ms-transform: translateY(12px) rotate(90deg);
      transform: translateY(12px) rotate(90deg); }

.testimonial-nav {
  position: absolute;
  top: 50%;
  left: 52px;
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .testimonial-nav {
      display: none; } }
  .testimonial-nav .testimonial-nav-item {
    font-size: 25px;
    position: relative;
    z-index: 1; }
    .testimonial-nav .testimonial-nav-item::before {
      position: absolute;
      width: 32px;
      height: 32px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      content: "";
      background-color: var(--color-white);
      z-index: -1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .testimonial-nav .testimonial-nav-item i {
      -webkit-transform: translateY(-17px) rotate(90deg);
      -ms-transform: translateY(-17px) rotate(90deg);
      transform: translateY(-17px) rotate(90deg); }
  .testimonial-nav .testimonial-button-prev {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px); }
  .testimonial-nav .testimonial-button-next {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px); }
    .testimonial-nav .testimonial-button-next i {
      -webkit-transform: translateY(12px) rotate(90deg);
      -ms-transform: translateY(12px) rotate(90deg);
      transform: translateY(12px) rotate(90deg); }

.breadcrumb {
  min-height: 550px;
  padding: 162px 0;
  padding-top: 162px;
  margin: 0;
  padding-top: 300px; }
  @media (max-width: 1199px) {
    .breadcrumb {
      min-height: 400px;
      padding: 100px 0;
      padding-top: 220px; } }
  @media (max-width: 767px) {
    .breadcrumb {
      min-height: 200px;
      padding: 100px 0;
      padding-top: 170px; } }
  .breadcrumb__content h2 {
    font-size: 60px;
    color: var(--color-white);
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .breadcrumb__content h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .breadcrumb__content h2 {
        font-size: 34px; } }
  .breadcrumb .bread-crumb .breadcrumb-item {
    color: var(--color-white);
    font-size: 17px; }
    .breadcrumb .bread-crumb .breadcrumb-item:not(:first-child) {
      padding-left: 18px; }
      .breadcrumb .bread-crumb .breadcrumb-item:not(:first-child)::before {
        content: "\f101";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        left: -3px;
        top: 1px;
        position: relative;
        color: var(--color-primary); }
    .breadcrumb .bread-crumb .breadcrumb-item a {
      color: var(--color-white); }

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 80px 0; }
  .coming-soon__img {
    max-width: 600px;
    margin: 0 auto 50px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .coming-soon__img {
        max-width: 500px; } }
    @media (max-width: 1199px) {
      .coming-soon__img {
        max-width: 450px; } }
    @media (max-width: 991px) {
      .coming-soon__img {
        max-width: 350px; } }
    @media (max-width: 767px) {
      .coming-soon__img {
        max-width: 250px; } }
  .coming-soon__countdown {
    margin: -11px; }
    @media (max-width: 991px) {
      .coming-soon__countdown {
        margin: -5px; } }
    .coming-soon__countdown .single {
      max-width: 200px;
      width: 100%;
      height: 170px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: var(--color-white);
      margin: 11px; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .coming-soon__countdown .single {
          width: 180px;
          height: 150px; } }
      @media (max-width: 1199px) {
        .coming-soon__countdown .single {
          width: 160px;
          height: 140px; } }
      @media (max-width: 991px) {
        .coming-soon__countdown .single {
          width: 120px;
          height: 100px;
          margin: 5px; } }
      .coming-soon__countdown .single h1 {
        color: var(--color-white);
        font-size: 55px;
        margin-bottom: 10px;
        font-weight: 800;
        color: var(--color-primary); }
        @media (max-width: 1199px) {
          .coming-soon__countdown .single h1 {
            font-size: 35px; } }
        @media (max-width: 991px) {
          .coming-soon__countdown .single h1 {
            font-size: 28px;
            margin-bottom: 5px; } }
  .coming-soon__form {
    position: relative;
    max-width: 554px;
    margin: 0 auto;
    margin-top: 50px; }
    .coming-soon__form input {
      padding: 20px 30px;
      color: var(--color-white);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      background: rgba(255, 255, 255, 0.1);
      height: 72px;
      font-size: 20px;
      margin-bottom: 0;
      border: 0;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px; }
      .coming-soon__form input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1; }
      .coming-soon__form input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1; }
      .coming-soon__form input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1; }
      .coming-soon__form input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1; }
      @media (max-width: 767px) {
        .coming-soon__form input {
          height: 55px;
          line-height: 1; } }
    .coming-soon__form button {
      position: absolute;
      top: 6px;
      right: 6px;
      height: 60px;
      padding: 15px 35px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      font-weight: 600;
      font-size: 22px;
      color: var(--color-white);
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      text-transform: capitalize; }
      @media (max-width: 767px) {
        .coming-soon__form button {
          position: unset;
          width: 100%;
          margin-top: 10px;
          height: 55px;
          line-height: 1; } }
  .coming-soon__social li:not(:last-child) {
    margin-right: 15px; }
  .coming-soon__social li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin-top: 10px; }
    .coming-soon__social li a:hover {
      border-color: var(--color-white);
      color: var(--color-white); }

.contact-form__wrap {
  padding: 50px;
  background-color: #F7F7F7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 767px) {
    .contact-form__wrap {
      padding: 20px; } }
  .contact-form__wrap h3 {
    font-size: 36px;
    margin-bottom: 20px; }
  .contact-form__wrap p {
    font-size: 17px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 30px; }
.contact-form__field {
  margin-bottom: 20px; }
  .contact-form__field label {
    color: var(--color-black);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px; }
.contact-form input, .contact-form select, .contact-form textarea {
  margin-bottom: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: #fff;
  height: 62px;
  padding: 20px 30px;
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 500;
  width: 100%; }
  .contact-form input::-webkit-input-placeholder, .contact-form select::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    color: #505050;
    opacity: 1; }
  .contact-form input::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form textarea::-moz-placeholder {
    color: #505050;
    opacity: 1; }
  .contact-form input:-ms-input-placeholder, .contact-form select:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
    color: #505050;
    opacity: 1; }
  .contact-form input:-moz-placeholder, .contact-form select:-moz-placeholder, .contact-form textarea:-moz-placeholder {
    color: #505050;
    opacity: 1; }
.contact-form textarea {
  min-height: 178px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
.contact-form__appointment input, .contact-form__appointment select, .contact-form__appointment textarea {
  background-color: #F7F7F7; }
.contact-form input[type="file"] {
  border: 0;
  padding: 0;
  height: auto;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.error-page__img {
  margin-bottom: 65px; }
  @media (max-width: 991px) {
    .error-page__img {
      margin-bottom: 30px; } }
.error-page__content h2 {
  font-size: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .error-page__content h2 {
      font-size: 45px; } }
  @media (max-width: 991px) {
    .error-page__content h2 {
      font-size: 45px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .error-page__content h2 {
      font-size: 25px;
      margin-bottom: 30px; } }

.pricing__single {
  border: 1.5px solid #161D39;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }
  .pricing__single .price-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 14px;
    width: 100%;
    display: inline-block;
    margin-top: 37px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
  .pricing__single.active, .pricing__single:hover {
    background-color: #161D39; }
    .pricing__single.active .price-btn, .pricing__single:hover .price-btn {
      border-color: #fff;
      color: var(--color-primary);
      background-color: #fff; }
.pricing__single.active .pricing__wrap, .pricing__single:hover .pricing__wrap {
  background-color: var(--color-primary); }
.pricing__single.active .pricing__head, .pricing__single:hover .pricing__head {
  background-color: var(--color-primary); }
  .pricing__single.active .pricing__head h3, .pricing__single.active .pricing__head span, .pricing__single:hover .pricing__head h3, .pricing__single:hover .pricing__head span {
    color: #fff; }
.pricing__head {
  background-color: #161D39;
  margin-bottom: 17px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px 10px 31px 16px;
  border-radius: 0% 0 60% 60%/0 0 100% 100%;
  -webkit-border-radius: 0% 0 60% 60%/0 0 100% 100%;
  -moz-border-radius: 0% 0 60% 60%/0 0 100% 100%;
  -ms-border-radius: 0% 0 60% 60%/0 0 100% 100%;
  -o-border-radius: 0% 0 60% 60%/0 0 100% 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .pricing__head h4 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 13px; }
  .pricing__head h3 {
    font-size: 40px;
    font-weight: 800;
    color: var(--color-primary);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .pricing__head span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
.pricing__wrap {
  padding: 40px 50px;
  padding-bottom: 30px;
  background-color: #161D39;
  border-radius: 110px 0 0 0;
  -webkit-border-radius: 110px 0 0 0;
  -moz-border-radius: 110px 0 0 0;
  -ms-border-radius: 110px 0 0 0;
  -o-border-radius: 110px 0 0 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: -1px; }
.pricing__list li {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 17px; }
  .pricing__list li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
    content: ""; }
.pricing__single.active .pricing__list li {
  margin-bottom: 19px;
  padding-bottom: 19px;
  font-size: 18px; }

.price-item {
  position: relative;
  z-index: 1; }
  .price-item:hover::before {
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg); }
  .price-item:hover::after {
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg); }
  .price-item::before {
    position: absolute;
    top: -12px;
    left: 40px;
    width: 184px;
    height: 200px;
    background-color: var(--color-primary);
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 28%, 100% 100%);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .price-item::after {
    position: absolute;
    bottom: -12px;
    right: 40px;
    width: 184px;
    height: 200px;
    background-color: var(--color-primary);
    content: "";
    clip-path: polygon(1px 89%, 0px 0px, 100% 0%, 100% 100%);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .price-item .tx-item--holder {
    padding: 45px;
    background-color: #fff;
    z-index: 2;
    position: relative; }
    @media (max-width: 1199px) {
      .price-item .tx-item--holder {
        padding: 30px 20px; } }
  .price-item .tx-item--title {
    background-color: #252424;
    color: var(--color-white);
    padding: 29px 45px;
    font-size: 17px;
    font-weight: 800;
    clip-path: polygon(0 100%, 0 0, 100% 74%, 100% 100%); }
  .price-item .tx-item--price {
    font-size: 56px;
    color: var(--color-black);
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f8f8f8; }
    .price-item .tx-item--price span {
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      margin-left: 35px; }
  .price-item .tx-item--text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px; }
  .price-item .tx-item--image {
    background-color: #fff; }

.price-area-wrap {
  margin-bottom: -122px; }

.appointment__img {
  margin-left: -250px;
  margin-right: 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .appointment__img {
      margin-left: -50px; } }
  @media (max-width: 1199px) {
    .appointment__img {
      margin-left: 0;
      padding-right: 20px; } }
.appointment__inner-img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 1199px) {
    .appointment__inner-img {
      max-width: 300px; } }
  @media (max-width: 767px) {
    .appointment__inner-img {
      max-width: 200px; } }

.career__single {
  background-color: #F7F7F7;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .career__single p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px; }
  .career__single .time {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 15px;
    color: var(--color-primary);
    padding: 3px 15px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid var(--color-primary); }
  .career__single .thm-btn {
    padding: 17px 34px; }
.career__author {
  margin-top: -30px;
  margin-bottom: 20px; }
  .career__author img {
    margin-right: 20px; }
  .career__author h4 {
    font-size: 26px;
    font-weight: 700; }
.career__meta li {
  margin-bottom: 10px;
  font-size: 16px; }
  .career__meta li i {
    color: var(--color-primary);
    margin-right: 10px; }
  .career__meta li:not(:last-child) {
    margin-right: 30px; }

.career-single__content {
  margin-right: -25px;
  padding: 30px;
  background-color: #F7F7F7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 991px) {
    .career-single__content {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .career-single__content {
      padding: 30px 15px; } }
  .career-single__content h3 {
    margin-bottom: 23px;
    font-size: 34px; }
    @media (max-width: 767px) {
      .career-single__content h3 {
        font-size: 24px; } }
  .career-single__content h4 {
    margin-bottom: 23px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .career-single__content h4 {
        font-size: 22px; } }
  .career-single__content p:not(:last-child) {
    margin-bottom: 20px; }
  .career-single__content ul {
    list-style: none;
    margin-bottom: 30px; }
    .career-single__content ul li {
      padding-left: 28px;
      position: relative; }
      .career-single__content ul li:not(:last-child) {
        margin-bottom: 15px; }
      .career-single__content ul li i {
        position: absolute;
        left: 0;
        top: 6px;
        color: var(--color-primary); }
.career-single__img {
  margin-bottom: 40px; }
.career-single__widget {
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-left: 30px;
  background-color: #161D39; }
  @media (max-width: 991px) {
    .career-single__widget {
      margin-left: 0; } }
  .career-single__widget h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 27px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-left: -30px;
    margin-right: -30px; }
  .career-single__widget .thm-btn:hover {
    background-color: var(--color-white);
    color: var(--color-primary); }
.career-single__details {
  list-style: none; }
  .career-single__details li {
    font-size: 16px;
    line-height: 30px;
    padding-left: 33px;
    position: relative;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .career-single__details li:not(:last-child) {
      margin-bottom: 17px; }
    .career-single__details li strong {
      color: var(--color-white); }
    .career-single__details li i {
      position: absolute;
      top: 8px;
      left: 0;
      font-size: 20px;
      color: var(--color-primary); }

.shop-single .tx-item--image {
  position: relative; }
.shop-single .tx-item--badge-cat {
  position: absolute;
  left: 26px;
  bottom: 43px; }
  .shop-single .tx-item--badge-cat span {
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: var(--color-white); }
.shop-single .tx-item--badge {
  background-color: #268500;
  padding: 8px 6px;
  padding-right: 10px;
  clip-path: polygon(0 0, calc(100% - 3px) 0, 100% 100%, 0% 100%); }
.shop-single .tx-item--category {
  display: block !important; }
  .shop-single .tx-item--category span {
    background-color: var(--color-primary);
    padding: 8px 14px;
    padding-right: 33px;
    position: relative; }
    .shop-single .tx-item--category span::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 8px;
      height: 100%;
      background-color: var(--color-black);
      content: "";
      clip-path: polygon(100% 0, 0 0, 100% 100%);
      z-index: 3; }
.shop-single .tx-item--title {
  font-size: 22px;
  color: var(--color-black);
  margin-bottom: 5px; }
  .shop-single .tx-item--title a {
    color: inherit; }
.shop-single .tx-item--ratting li {
  font-size: 13px;
  color: #f66501; }
  .shop-single .tx-item--ratting li:not(:last-child) {
    margin-right: 3px; }
  .shop-single .tx-item--ratting li.inactive {
    color: #e1e1e1; }
.shop-single .tx-item--price {
  font-size: 22px;
  font-weight: 800;
  color: #000;
  display: inline-block;
  margin-top: 10px;
  padding-top: 7px;
  border-top: 2px solid #f6f6f6; }

.shop-slider-arrow .tx-swiper-arrow {
  top: 37%; }
  .shop-slider-arrow .tx-swiper-arrow::before {
    background-color: #000; }
  .shop-slider-arrow .tx-swiper-arrow:hover::after {
    background-color: #000; }
  .shop-slider-arrow .tx-swiper-arrow.tx-button-prev {
    left: -97px; }
  .shop-slider-arrow .tx-swiper-arrow.tx-button-next {
    left: auto;
    right: -97px; }

.woocommerce-content-wrap {
  margin-right: -25px; }
  @media (max-width: 767px) {
    .woocommerce-content-wrap {
      margin-right: 0; } }

.woocommerce-toolbar-top {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .woocommerce-toolbar-top {
      justify-content: center; } }
  .woocommerce-toolbar-top .nav-tabs {
    border: 0; }
  .woocommerce-toolbar-top .nav-item {
    line-height: 1; }
    .woocommerce-toolbar-top .nav-item:not(:first-child) {
      margin-left: 20px; }
    .woocommerce-toolbar-top .nav-item .nav-link {
      border: 0;
      font-size: 22px;
      padding: 0;
      border: 1px solid #E0DDE5;
      width: 54px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      position: relative;
      z-index: 1;
      color: var(--color-black);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .woocommerce-toolbar-top .nav-item .nav-link.active {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--color-white); }
        .woocommerce-toolbar-top .nav-item .nav-link.active .grid-3 .grid-draw span {
          border-color: var(--color-white); }
  .woocommerce-toolbar-top .grid-3 .grid-draw {
    overflow: hidden;
    text-align: center;
    display: block; }
    .woocommerce-toolbar-top .grid-3 .grid-draw span {
      width: 9px;
      height: 9px;
      float: left;
      margin: 0 0 2px 2px;
      margin-left: 2px;
      border: 1.4px solid black;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .woocommerce-toolbar-top .woocommerce-ordering {
    margin-left: 20px; }
    .woocommerce-toolbar-top .woocommerce-ordering select {
      background-color: transparent;
      width: auto;
      margin: 0;
      padding: 10px 20px;
      height: 54px;
      border: 1px solid #E0DDE5;
      cursor: pointer;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      .woocommerce-toolbar-top .woocommerce-ordering select:focus {
        border-color: #E0DDE5; }

@media (max-width: 767px) {
  .woocommerce-toolbar-top-right {
    justify-content: center; } }

.products .product {
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white);
  border: 1px solid rgba(22, 29, 57, 0.05);
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden; }
  .products .product--img {
    position: relative; }
    .products .product--img img {
      width: 100%; }
    .products .product--img::before {
      content: '';
      position: absolute;
      top: 40px;
      left: 40px;
      right: 40px;
      bottom: 40px;
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1); }
  .products .product--btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .products .product--btn a {
      font-size: 15px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0;
      padding: 12px 21px; }
      .products .product--btn a:hover {
        color: var(--color-white); }
      .products .product--btn a i {
        color: var(--color-white);
        margin-right: 5px;
        font-size: 14px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
  .products .product:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); }
    .products .product:hover .product--img::before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .3; }
    .products .product:hover .product--btn a {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      transition-delay: .1s; }
  .products .product--holder {
    padding: 10px 15px; }
  .products .product--title {
    font-size: 20px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 7px; }
    @media (max-width: 1199px) {
      .products .product--title {
        font-size: 18px;
        margin-bottom: 0px; } }
    .products .product--title a {
      color: inherit; }
  .products .product--price {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-primary);
    display: inline-block; }
    @media (max-width: 1199px) {
      .products .product--price {
        font-size: 16px; } }
  .products .product--list-view {
    text-align: left;
    position: relative; }
    .products .product--list-view:hover {
      box-shadow: none; }
    .products .product--list-view .product--img {
      width: 250px;
      height: 250px;
      margin-right: 30px;
      text-align: center; }
      .products .product--list-view .product--img::before {
        display: none; }
      .products .product--list-view .product--img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .products .product--list-view .product--btn {
      position: unset;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }
      .products .product--list-view .product--btn a {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1; }
    .products .product--list-view .product--holder {
      width: calc(100% - 280px); }
      @media (max-width: 767px) {
        .products .product--list-view .product--holder {
          width: 100%; } }
    .products .product--list-view .product--title {
      font-size: 22px; }
    .products .product--list-view .product--price {
      font-size: 18px;
      margin-bottom: 10px; }
    .products .product--list-view .product--content {
      margin-bottom: 20px;
      line-height: 28px; }
    .products .product--list-view .product--rating {
      position: absolute;
      bottom: 32px;
      right: 30px; }
      .products .product--list-view .product--rating li {
        color: #FFB802;
        font-size: 15px; }
        .products .product--list-view .product--rating li:not(:last-child) {
          margin-right: 3px; }

.widget-product {
  list-style: none; }
  .widget-product__item {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    padding: 8px;
    border-radius: 5px; }
    .widget-product__item:not(:last-child) {
      margin-bottom: 15px; }
    .widget-product__item .thumb {
      width: 92px;
      height: 92px;
      margin-right: 15px;
      border-radius: 5px;
      overflow: hidden; }
      .widget-product__item .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-right: 20px; }
    .widget-product__item .content {
      width: calc(100% - 107px); }
      .widget-product__item .content h3 {
        font-size: 16px;
        color: var(--color-black);
        font-weight: 500;
        margin-bottom: 4px; }
        .widget-product__item .content h3 a {
          color: inherit; }
      .widget-product__item .content .price {
        font-size: 14px; }
      .widget-product__item .content .rating {
        position: absolute;
        right: 15px;
        bottom: 25px; }
        .widget-product__item .content .rating li {
          font-size: 11px;
          color: #FFB802; }
          .widget-product__item .content .rating li:not(:last-child) {
            margin-right: 2px; }

.shop-sidebar .widget_price_filter .filter-price {
  position: relative;
  font-size: 15px;
  font-size: 1rem; }

.shop-sidebar .widget_price_filter .filter-price input {
  border: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  position: absolute; }

.shop-sidebar .widget_price_filter .filter-price input:focus {
  border: 0;
  outline: none; }

.shop-sidebar .widget_price_filter .filter-price button {
  background-color: transparent;
  color: var(--color-black);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 0; }

.shop-sidebar .widget_price_filter .filter-price #amount {
  color: var(--color-default);
  font-weight: 500;
  height: auto;
  box-shadow: none;
  background: transparent;
  margin: 0;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  padding-left: 3px;
  color: #6E6D79; }

.shop-sidebar .widget_price_filter #slider-range {
  height: 6px;
  background: #EEEEED;
  border: 0;
  border-radius: 50px;
  margin-bottom: 12px; }

.shop-sidebar .widget_price_filter .ui-state-default,
.shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
  width: 5px;
  height: 14px;
  margin: 0;
  border: none;
  background: var(--color-primary);
  border-radius: 0;
  top: -4px; }

.shop-sidebar .widget_price_filter .ui-state-default:focus,
.shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
  outline: none; }

.shop-sidebar .widget_price_filter #slider-range .ui-slider-range {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: var(--color-primary); }

.product-single-wrap {
  display: flex;
  flex-wrap: wrap; }

.product_details_img {
  border: 1px solid rgba(22, 29, 57, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.shop_thumb_tab {
  margin-top: 5px; }

.shop_thumb_tab ul li {
  margin-bottom: 20px; }
  .shop_thumb_tab ul li:not(:last-child) {
    margin-right: 20px; }

.shop_thumb_tab ul li .nav-link {
  width: 100px;
  height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.shop_thumb_tab ul li:last-child {
  margin-bottom: 0; }

.shop_thumb_tab ul li button {
  padding: 0;
  border: transparent;
  overflow: hidden; }

.shop_thumb_tab ul li button {
  max-width: 104px;
  height: auto;
  background: transparent; }

.shop_thumb_tab ul li button.active {
  border-color: var(--color-primary); }

.product_details_img .pl_thumb img {
  width: 100%; }

.shop_details .details_content {
  padding-left: 40px; }

.details_content .title {
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.details_content .pl_list {
  margin-top: 25px;
  margin-bottom: 30px; }

.details_content .price {
  font-size: 25px;
  margin-bottom: 6px;
  font-weight: 700; }

.details_content .review_wrap {
  margin-bottom: 22px; }

.details_content .review_wrap .review li {
  color: #ffab50;
  font-size: 13px;
  margin-right: 6px; }

.product-details p {
  font-size: 17px;
  color: #4A4C51;
  line-height: 30px; }

.product-details h2 {
  font-size: 36px;
  margin-bottom: 14px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .product-details h2 {
      font-size: 24px; } }

.shop-single-section .product-details .price {
  font-size: 18px;
  margin: 0.4em 0 0.7em;
  font-weight: 500;
  color: var(--color-black); }
  .shop-single-section .product-details .price span {
    color: currentColor; }

.shop-single-section .product-details .price .old {
  font-size: 18px;
  font-weight: normal;
  color: var(--color-default);
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px; }

.shop-single-section .product-details .rating {
  margin-bottom: 20px; }

.product-details .rating i::before {
  font-size: 12px;
  color: #ffab50; }

.shop-single-section .product-details .color-size span {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  color: var(--color-default);
  text-transform: uppercase;
  display: inline-block;
  padding-right: 15px;
  display: block;
  margin-bottom: 5px; }

.shop-single-section .product-details .color-size select {
  min-width: 80px;
  height: 40px;
  border: 1px solid rgba(22, 29, 57, 0.1);
  color: var(--color-black);
  outline: 0;
  padding: 6px 15px;
  background-position: calc(100% - 15px) 17px; }

.shop-single-section .product-details .color-size > div + div {
  margin-top: 15px; }

.product-details .product-option .product-row {
  display: flex;
  align-items: center; }

.product-details .product-option .product-row input {
  margin-bottom: 0; }

.product-details .product-option .product-row .add-to-cart-btn button {
  margin-left: 20px;
  padding: 15px 30px;
  font-weight: 600; }

.product-details .product-option .product-row .add-to-cart-btn button i {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  font-size: 13px;
  margin-left: 0;
  margin-right: 10px; }

.shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 120px;
  height: 48px; }

.shop-single-section .product-details .color-size {
  margin-bottom: 30px; }

.shop-single-section .product-details .product-option .bootstrap-touchspin {
  width: 120px;
  border: 1px solid rgba(22, 29, 57, 0.1);
  background-color: #F4F3F6;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px; }

.shop-single-section .product-details .product-option .bootstrap-touchspin button {
  text-decoration: none;
  border: 0;
  height: 48px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default); }

.shop-single-section .product-details .product-option .bootstrap-touchspin-down {
  left: 10px; }

.shop-single-section .product-details .product-option .bootstrap-touchspin-up {
  right: 10px; }

.shop-single-section .product-details .product-option .bootstrap-touchspin input {
  border: 0;
  height: 48px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default);
  padding: 0; }

.shop-single-section .product-details .product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

.shop-single-section .thb-product-meta-after .product_meta > span {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  display: block;
  margin-bottom: 15px; }

.shop-single-section .thb-product-meta-after .product_meta > span a {
  font-weight: 400;
  font-size: 15px;
  color: #4A4C51; }

.shop-single-section .product-details .product-option {
  margin-top: 40px; }

.shop-single-section .single-product-info {
  margin-top: 20px; }

.product-share-wrap a {
  margin-left: 15px; }

.product-share-wrap a:hover {
  color: var(--color-primary); }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .tablist {
    margin-bottom: 25px; } }
.shop-single-section .single-product-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.7em;
  font-weight: 500; }

.shop-single-section .single-product-info p {
  margin-bottom: 1.3em; }

.shop-single-section .single-product-info .tab-pane p:last-child {
  margin-bottom: 0; }

.shop-single-section .single-product-info .nav-tabs {
  border: 0;
  display: inline-block;
  margin-top: 5px; }

.shop-single-section .single-product-info .nav-tabs {
  margin-top: -10px; }

.shop-single-section .single-product-info .nav-tabs li {
  float: left;
  margin-right: 30px;
  margin-top: 10px; }

.shop-single-section .single-product-info .nav-tabs li:last-child {
  margin-right: 0; }

.shop-single-section .single-product-info .nav-tabs button {
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  display: block;
  border: 1px solid #E0DDE5;
  padding: 9px 30px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden; }
  .shop-single-section .single-product-info .nav-tabs button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.shop-single-section .single-product-info .nav-tabs button.active {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary); }

.shop-single-section .single-product-info .nav-tabs button.active::before {
  opacity: 1; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .nav-tabs button {
    font-size: 12px;
    padding: 8px 25px; } }
.shop-single-section .single-product-info .nav-tabs a:hover,
.shop-single-section .single-product-info .nav-tabs .active a {
  background-color: transparent;
  color: #00394f; }

.shop-single-section .single-product-info .tab-content {
  padding: 35px 0;
  margin-top: -1px;
  text-align: left; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0; } }
.shop-single-section .single-product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px; }

.shop-single-section .single-product-info .client-rv:last-child {
  margin-bottom: 0; }

.shop-single-section .single-product-info .client-rv .client-pic {
  width: 60px;
  float: left;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px; } }
.shop-single-section .single-product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .details {
    width: 100%;
    float: none; } }
@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time {
    padding-bottom: 3px; } }
.shop-single-section .single-product-info .client-rv .name-rating-time > div,
.shop-single-section .single-product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time > div,
  .shop-single-section .single-product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block; } }
.shop-single-section .single-product-info .client-rv .rating .fi:before {
  font-size: 12px; }

.shop-single-section .single-product-info .client-rv .rating {
  font-size: 12px;
  color: #E0A500;
  padding-left: 12px; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px; } }
.shop-single-section .single-product-info .client-rv .name-rating-time .time {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  margin-top: 3px;
  display: block;
  color: #b3b3b3;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .client-rv .name-rating-time .time {
    float: none; } }
.shop-single-section .single-product-info .client-rv .review-body {
  padding-top: 12px; }

.shop-single-section .single-product-info .review-form-wrapper {
  margin-top: 50px; }

@media screen and (min-width: 1200px) {
  .shop-single-section .single-product-info .review-form-wrapper {
    padding-left: 15px; } }
@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form {
    margin-top: 45px; } }
.shop-single-section .single-product-info .review-form h4 {
  margin-bottom: 1.73em;
  font-weight: 500; }

.shop-single-section .single-product-info .review-form form input,
.shop-single-section .single-product-info .review-form form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 991px) {
  .shop-single-section .single-product-info .review-form form input,
  .shop-single-section .single-product-info .review-form form textarea {
    padding: 10px 15px; } }
.shop-single-section .single-product-info .review-form form input:focus,
.shop-single-section .single-product-info .review-form form textarea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.shop-single-section .single-product-info .review-form form textarea {
  height: 130px; }

.shop-single-section .single-product-info .review-form form > div {
  margin-bottom: 27px; }

.shop-single-section .single-product-info .review-form form > div:last-child {
  margin-bottom: 0; }

.shop-single-section .single-product-info .review-form form .rating-wrapper > div {
  display: inline-block; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating-wrapper > div {
    display: block;
    float: none !important; } }
.shop-single-section .single-product-info .review-form form .rating-wrapper > div:last-child {
  float: right; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating-wrapper > div:last-child {
    margin-top: 20px; } }
.shop-single-section .single-product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 5px; }

@media (max-width: 767px) {
  .shop-single-section .single-product-info .review-form form .rating a {
    font-size: 12px; } }
.shop-single-section .single-product-info .review-form form .rating a:last-child {
  margin: 0; }

.shop-single-section .single-product-info .review-form form .rating a:hover {
  color: #E0A500; }

.shop-single-section .single-product-info .review-form .submit button {
  border: 0;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.shop-single-section .realted-porduct {
  margin-top: 20px; }

.shop-single-section .realted-porduct .title {
  font-size: 28px;
  line-height: 0.95em;
  margin: 0 0 0.7em;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px; }

.account-form {
  background-color: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
  padding: 30px; }
  @media (max-width: 767px) {
    .account-form {
      padding: 20px 15px; } }
  .account-form label {
    color: var(--color-black);
    margin-bottom: 10px;
    font-weight: 500; }
  .account-form__field input {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #F7F7F7;
    padding: 30px;
    text-transform: capitalize; }
  .account-form .form-check-input {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    box-shadow: none; }
    .account-form .form-check-input:focus {
      border-color: var(--color-primary); }
    .account-form .form-check-input:checked {
      background-color: var(--color-primary);
      border-color: var(--color-primary); }
  .account-form__inner h3 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .account-form__inner h3 {
        font-size: 24px; } }
  .account-form__btn button {
    padding: 18px 50px; }
  .account-form__chekbox {
    display: flex;
    align-items: center; }
  .account-form .lost-password {
    color: #4A4C51;
    margin-top: 15px;
    display: inline-block; }
    .account-form .lost-password:hover {
      color: var(--color-black); }
  .account-form__content a {
    color: var(--color-black); }

.woocommerce-cart .grop-page-content_warp .woocommerce {
  margin-top: 20px;
  margin-bottom: 41px; }

.woocommerce .quantity {
  width: 76px; }

.woocommerce-cart .woocommerce table.shop_table th {
  padding: 15px 19px 13px;
  text-transform: uppercase;
  color: var(--color-default);
  font-weight: 500; }

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0; }

.shop_table tfoot tr th {
  font-weight: normal; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 500; }

.shop_table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left; }

.shop_table thead tr th:first-child {
  text-align: left; }

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.shop_table th, .shop_table td {
  padding: 25px 0; }

.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td {
  padding-top: 15px;
  padding-bottom: 15px; }

.shop_table tbody tr td {
  padding-right: 25px; }

.shop_table th,
.shop_table td {
  padding: 25px 0; }

.add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f5f5f5;
  border-radius: 0;
  padding: 25px; }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  list-style: none; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e6e6e6; }

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid rgba(22, 29, 57, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding-left: 0; }

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(22, 29, 57, 0.1); }

.woocommerce-cart .woocommerce table.shop_table td.actions {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: right; }

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  font-size: 15px;
  font-size: 1rem;
  padding: 17px 19px 15px; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name, .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a {
  color: var(--color-default); }

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left; }

.woocommerce table.cart td.actions .coupon {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .woocommerce table.cart td.actions .coupon {
      display: unset; } }

.widget_products .product-list-widget > li {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.widget_products .product-list-widget > li:last-child {
  margin-bottom: 0; }

.widget_products .product-thumb {
  width: 80px;
  margin-right: 15px; }

.rating_star li {
  font-size: 12px;
  color: #ffab50;
  margin-right: 2px; }

.widget_products .rating_star {
  margin-bottom: 6px; }

.widget_products .procuct-title {
  font-size: 16px;
  margin-bottom: 7px; }

.widget_products .woocommerce-Price-amount.amount {
  font-size: 14px; }

.widget_products .prodcut-content del {
  font-size: 15px;
  padding-left: 5px;
  color: var(--color-default); }

.widget_products .prodcut-content ins {
  text-decoration: none;
  color: var(--color-black); }

.product-single-wrap {
  display: flex;
  flex-wrap: wrap; }

.product_details_img {
  width: 75%; }

.shop_thumb_tab {
  width: 25%; }

.shop_thumb_tab ul li {
  margin-bottom: 20px;
  padding-left: 20px; }
  @media (max-width: 1199px) {
    .shop_thumb_tab ul li {
      padding-left: 0; } }

.woocommerce-cart .woocommerce table.shop_table td.actions .coupon label:first-child {
  display: none; }

.woocommerce-cart .woocommerce table.shop_table td.actions #coupon_code {
  font-size: 14px;
  height: 52px;
  padding-left: 18px;
  width: 227px;
  box-shadow: none;
  border: 1px solid rgba(22, 29, 57, 0.1);
  color: var(--color-black);
  margin: 0;
  margin-right: 20px; }

.woocommerce-cart .woocommerce table.shop_table td.actions input:focus {
  border-color: var(--color-primary) !important; }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal],
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal] {
  color: var(--color-black); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-webkit-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-ms-input-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-moz-placeholder,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  color: var(--color-default); }

.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce-cart .woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce-cart .woocommerce table.shop_table tr.shipping th,
.woocommerce-cart .woocommerce table.shop_table tr.shipping td,
.woocommerce-cart .woocommerce table.shop_table tr.order-total th,
.woocommerce-cart .woocommerce table.shop_table tr.order-total td {
  padding: 16px 15px 14px; }

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--color-black);
  margin-top: 6px;
  display: block;
  margin-bottom: 12px; }

.woocommerce-cart .shipping-calculator-form .form-row {
  margin: 0 0 13px; }

.woocommerce-cart .shipping-calculator-form button.button {
  background-color: #000 !important;
  color: #ffffff !important;
  height: 45px;
  line-height: 45px;
  padding: 1px 27px 0;
  margin-top: 4px; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px;
  object-fit: cover; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 17px;
  color: #fff;
  border-radius: 50%;
  background: #dbdbdb; }

.woocommerce-cart .woocommerce table.shop_table .cart_single td a.remove:hover {
  background-color: #000; }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding-top: 0;
  padding-bottom: 0; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  margin-top: 50px; }

.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 1.3em; }

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  border: 1px solid rgba(22, 29, 57, 0.1);
  color: var(--color-default);
  font-size: 14px;
  height: 50px;
  width: 100%; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
  text-align: right; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0;
  margin-top: 16px; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 15px 30px; }

.woocommerce-cart .input-text.qty.text {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce-cart input::-webkit-outer-spin-button,
.woocommerce-cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@media (max-width: 600px) {
  .woocommerce-cart thead {
    display: none; }

  .woocommerce-cart table,
  .woocommerce-cart th,
  .woocommerce-cart td,
  .woocommerce-cart tr,
  .woocommerce-cart tbody {
    width: 100%;
    display: block;
    border: 0;
    text-align: center; }

  .woocommerce table.shop_table {
    border: 1px solid rgba(22, 29, 57, 0.1); }

  .quantity {
    margin: 0 auto; }

  .woocommerce table.shop_table td {
    border: 0; }

  .woocommerce-cart tbody > tr {
    position: relative; }

  .woocommerce-cart tbody > tr + tr {
    border-top: 1px solid rgba(22, 29, 57, 0.1); }

  .woocommerce-cart tbody > tr {
    padding: 30px 20px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td {
    padding: 8px 10px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    border-right: 0;
    width: auto; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-remove {
    position: absolute;
    right: 15px;
    top: 15px; }

  .woocommerce-cart .woocommerce table.shop_table td.actions {
    text-align: center; }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: block;
    float: none; }

  .woocommerce-cart .coupon {
    float: none !important; }

  .woocommerce-cart .woocommerce table.shop_table td.actions input,
  .woocommerce-cart .woocommerce table.shop_table td.actions button {
    display: inline-block;
    float: none;
    margin-top: 10px; }

  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td.product-name a,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td,
  .woocommerce-cart .woocommerce table.shop_table .cart_single td a {
    font-weight: 500; } }
@media (max-width: 767px) {
  .cart-section .container {
    max-width: 100%; } }
@media (max-width: 600px) {
  .cart-section .wc-proceed-to-checkout {
    text-align: center; } }
.cart-section .btn {
  padding: 7px 4px 7px 6px;
  font-size: 8px;
  font-weight: normal;
  position: relative; }

.cart-section .btn:hover {
  background-color: #000 !important; }

.cart-section .bootstrap-touchspin {
  border: 1px solid rgba(22, 29, 57, 0.1);
  width: 100px; }

.cart-section .bootstrap-touchspin button {
  text-decoration: none;
  border: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default); }

.cart-section .bootstrap-touchspin input {
  border: 0;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  color: var(--color-default);
  background: transparent; }

.cart-section .bootstrap-touchspin-up {
  right: 10px; }

.cart-section .bootstrap-touchspin-up:hover {
  background: transparent !important; }

.cart-section .bootstrap-touchspin-down {
  left: 10px; }

.cart-section .bootstrap-touchspin-down:hover {
  background: transparent !important; }

/* Firefox */
.woocommerce-cart input[type=number] {
  -moz-appearance: textfield; }

.woocommerce strong {
  font-weight: 500; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0; }

.checkout-section .checkout.woocommerce-checkout {
  overflow: hidden;
  clear: both; }

@media screen and (min-width: 992px) {
  .checkout-section .checkout.woocommerce-checkout .col2-set {
    width: 70%;
    float: left;
    padding-right: 85px; }

  .checkout-section .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 30%;
    float: right; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
    width: 50%;
    float: left; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-first,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-first {
    padding-right: 15px; }

  .checkout-section .checkout.woocommerce-checkout form .form-row.form-row-last,
  .checkout-section .checkout.woocommerce-checkout .form-row.form-row-last {
    padding-left: 15px; } }
.checkout-section .checkout.woocommerce-checkout .form-row label.checkbox,
.checkout-section .checkout.woocommerce-checkout .woocommerce-shipping-fields label.checkbox {
  display: inline-block; }

.checkout-section .checkout.woocommerce-checkout .form-row textarea {
  height: 180px; }

.woocommerce-cart .actions .thm-btn {
  padding: 18px 33px;
  border: 0; }

.woocommerce table.shop_table {
  border: 1px solid rgba(22, 29, 57, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(22, 29, 57, 0.1); }

.price-form__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .price-form__img {
      display: none; } }
.price-form__wrap {
  background-color: #fff;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.13);
  margin-top: -90px;
  z-index: 2;
  position: relative; }
.price-form__form {
  padding: 75px 93px 85px 0; }
  @media (max-width: 991px) {
    .price-form__form {
      padding: 40px; } }
  @media (max-width: 767px) {
    .price-form__form {
      padding: 30px 15px; } }
.price-form__field {
  margin-bottom: 17px; }
  .price-form__field label {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 7px; }
  .price-form__field input, .price-form__field select {
    font-size: 15px;
    font-weight: 500;
    color: #727272;
    height: 63px;
    background-color: var(--color-white);
    box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 0; }
.price-form__tab-wrap label, .price-form__content-label label {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 7px; }
.price-form__tab {
  border: 0;
  height: 63px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.13); }
  .price-form__tab li {
    width: 50%; }
    .price-form__tab li .nav-link {
      text-align: center;
      border: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      color: var(--color-black);
      font-size: 17px;
      font-weight: 700;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      background-color: var(--color-white); }
      .price-form__tab li .nav-link.active {
        background-color: var(--color-primary);
        color: var(--color-white); }
.price-form__tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 65px 0px rgba(0, 0, 0, 0.13); }
  .price-form__tab-content li {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .price-form__tab-content li a {
      color: var(--color-white);
      background-color: #000;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 700;
      clip-path: polygon(0 0, calc(100% - 27px) 0%, 100% 100%, 0% 100%); }
    .price-form__tab-content li.price {
      font-size: 35px;
      font-weight: 700;
      color: var(--color-black); }
.price-form__shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
.price-form__shape-color::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  background-color: var(--color-primary);
  content: "";
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 3; }

/* backtoup */
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 40px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 170, 0, 0.08);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px); }
  .progress-wrap::after {
    position: absolute;
    content: '\f176';
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: var(--color-primary);
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: block;
    font-weight: 700;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 13px; }
  .progress-wrap svg path {
    fill: none; }
  .progress-wrap svg.progress-circle path {
    stroke: var(--color-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .progress-wrap.style2::after {
    color: var(--thm-color-2); }
  .progress-wrap.style2 svg.progress-circle path {
    stroke: var(--thm-color-2); }
  .progress-wrap.style3::after {
    color: var(--thm-color-3); }
  .progress-wrap.style3 svg.progress-circle path {
    stroke: var(--thm-color-3); }

.footer-gallery {
  margin-top: -70px;
  z-index: 1;
  position: relative; }
  @media (max-width: 991px) {
    .footer-gallery {
      justify-content: center; } }
  @media (max-width: 1199px) {
    .footer-gallery {
      margin-top: -50px; } }
  .footer-gallery__item {
    width: 14.28%;
    position: relative; }
    @media (max-width: 991px) {
      .footer-gallery__item {
        width: 25%; } }
    @media (max-width: 767px) {
      .footer-gallery__item {
        width: 50%; } }
    .footer-gallery__item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .footer-gallery__item:hover a {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
      transition-delay: .1s; }
    .footer-gallery__item:hover::before {
      opacity: 0.77;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
    .footer-gallery__item::before {
      content: "";
      position: absolute;
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      background-color: var(--color-primary);
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
      transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1); }
    .footer-gallery__item a {
      position: absolute;
      top: 60%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 22px;
      color: var(--color-white);
      display: inline-block;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0; }

.footer__top {
  border-bottom: 1px solid #412763; }
.footer__top-left {
  border-right: 1px solid #412763;
  padding: 40px 0;
  padding-right: 65px; }
  @media (max-width: 991px) {
    .footer__top-left {
      padding: 30px 0;
      border: 0;
      padding-right: 0; } }
.footer__cta i {
  width: 50px;
  height: 50px;
  margin-right: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-white);
  font-size: 18px;
  color: var(--color-primary); }
.footer__cta-holder span {
  font-size: 17px;
  font-weight: 700;
  font-family: var(--font-heading);
  color: var(--color-primary); }
.footer__cta-holder h3 {
  color: var(--color-white);
  font-size: 19px; }
.footer__social a {
  color: var(--color-white);
  font-size: 18px; }
  .footer__social a:not(:last-child) {
    margin-right: 20px; }
.footer__top-right {
  padding-left: 70px;
  margin-top: -20px; }
  @media (max-width: 1199px) {
    .footer__top-right {
      padding-left: 30px; } }
  @media (max-width: 991px) {
    .footer__top-right {
      padding-left: 0;
      padding-bottom: 30px; } }
  .footer__top-right h3 {
    font-size: 19px;
    color: var(--color-white);
    margin-top: 20px; }
.footer__newsletter {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin-top: 20px; }
  @media (max-width: 1199px) {
    .footer__newsletter {
      max-width: 340px; } }
  .footer__newsletter input {
    background-color: #200b3a;
    height: 57px;
    color: var(--color-white);
    border: 0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 10px 40px;
    margin-bottom: 0; }
    .footer__newsletter input::-webkit-input-placeholder {
      color: #54357d;
      opacity: 1; }
    .footer__newsletter input::-moz-placeholder {
      color: #54357d;
      opacity: 1; }
    .footer__newsletter input:-ms-input-placeholder {
      color: #54357d;
      opacity: 1; }
    .footer__newsletter input:-moz-placeholder {
      color: #54357d;
      opacity: 1; }
      @media only screen and (max-width: 1800px){
        .cta__social {
          display: none;
        }
      }
  .footer__newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color-white);
    height: 100%;
    background-color: #301256;
    font-weight: 700;
    padding: 10px 33px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
.footer__about p {
  font-size: 18px;
  color: var(--color-white);
  line-height: 28px; }
.footer__about .payment-img {
  margin-left: -22px; }
.footer__links-wrap {
  padding-left: 40px; }
  @media (max-width: 767px) {
    .footer__links-wrap {
      padding-left: 0; } }
.footer__widget .widget-title {
  color: var(--color-white);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  text-decoration: underline; }
.footer__widget .widget-heading span {
  color: var(--color-primary-2);
  display: inline-block;
  margin-bottom: 5px; }
.footer__widget .widget-heading h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font-teko);
  text-transform: uppercase;
  color: var(--color-white); }
.footer__link li:not(:last-child) {
  margin-bottom: 19px; }
.footer__link li a {
  color: var(--color-white);
  font-size: 17px; }
.footer__copyright-text {
  color: var(--color-white);
  font-size: 15px;
  padding: 25px 0;
  position: relative;
  border-top: 1px solid #371d59; }
  .footer__copyright-text a {
    color: currentColor; }
.footer__info li {
  font-size: 22px;
  font-weight: 400;
  color: #bbbbbb;
  text-transform: uppercase;
  font-family: var(--font-teko);
  display: flex;
  align-items: center; }
  .footer__info li:not(:last-child) {
    margin-bottom: 10px; }
  .footer__info li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #353742;
    font-size: 14px;
    color: var(--color-white);
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .footer__info li:hover i {
    background-color: #16171e; }
.footer__gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 285px; }
  .footer__gallery li {
    width: 33.333%; }

  @media (max-width: 991px) {
    .footer__widget-blog {
      padding-left: 0;
      margin-right: 0; } }
.footer-style-two .widget_nav_menu {
  padding-left: 65px; }
  @media (max-width: 991px) {
    .footer-style-two .widget_nav_menu {
      padding-left: 0; } }
.footer__copyright-wrap {
  background-color: #111219; }
  .footer__copyright-wrap .footer__copyright-text {
    border: 0;
    padding: 17px 0; }
.footer__contact-info li {
  font-size: 16px;
  color: #e9e9e9; }
  .footer__contact-info li:not(:last-child) {
    margin-bottom: 12px; }
  .footer__contact-info li span {
    color: var(--color-primary);
    font-weight: 700;
    margin-right: 5px; }
.footer__instagram {
  text-align: right;
  margin-top: -160px;
  margin-bottom: -75px;
  z-index: 2;
  position: relative; }
  @media (max-width: 991px) {
    .footer__instagram {
      margin-top: 30px; } }
.footer__instagram-item:nth-child(2) {
  margin-right: -20px; }
  .footer__instagram-item:nth-child(2) .icon {
    position: absolute;
    top: 17px;
    right: 33px; }
.footer__instagram-item .icon {
  position: absolute;
  top: 17px;
  right: 17px; }

.footer-cta {
  padding: 50px 70px 50px 90px;
  margin-top: -105px;
  z-index: 1;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .footer-cta {
      padding: 40px; } }
  .footer-cta__inner {
    margin-top: -10px; }
  .footer-cta__title {
    font-size: 45px;
    margin-top: 10px;
    color: var(--color-white);
    line-height: 45px; }
    @media (max-width: 767px) {
      .footer-cta__title {
        font-size: 30px;
        line-height: 35px; } }
  .footer-cta a {
    margin-top: 10px; }

.footer-style-two .footer__about p {
  font-size: 16px;
  color: #bbbbbb;
  line-height: 25px; }

.blog-widget__item:not(:last-child) {
  margin-bottom: 15px; }
.blog-widget__item .thumb {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  background-color: var(--color-primary-2);
  padding-right: 3px;
  margin-right: 23px;
  width: 85px;
  height:75px; }
  .blog-widget__item .thumb img {
    border-radius: 10px;
	height:100%;
	object-fit: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
.blog-widget__item .content {
  width: calc(100% - 111px); }
  .blog-widget__item .content span {
    font-size: 12px;
    color: var(--color-primary-2);
    display: inline-block;
    line-height: 1; }
  .blog-widget__item .content h3 {
    color: #dddddd;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .blog-widget__item .content h3 {
        font-size: 17px;
        line-height: 22px; } }
    .blog-widget__item .content h3 a {
      color: inherit; }

.footer-link li:not(:last-child) {
  margin-bottom: 18px; }
.footer-link li a {
  font-size: 22px;
  font-family: var(--font-teko);
  font-weight: 300;
  color: #bbbbbb; }
  .footer-link li a:hover {
    color: var(--color-primary-2); }
  .footer-link li a i {
    margin-right: 6px;
    font-size: 13px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

.footer-style-three .footer__about p {
  font-size: 17px;
  color: #e9e9e9;
  line-height: 28px;
  margin-bottom: 20px; }
.footer-style-three .footer-social {
  display: flex;
  align-items: center; }
  .footer-style-three .footer-social a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #141414;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer-style-three .footer-social a:hover {
      background-color: var(--color-primary);
      border-color: var(--color-primary); }
    .footer-style-three .footer-social a:not(:last-child) {
      margin-right: 9px; }
.footer-style-three .widget_nav_menu, .footer-style-three .yt-contact-us {
  margin-top: 60px; }
  .footer-style-three .footer__widget .widget-title {
    margin-bottom: 18px; }
.footer-style-three .footer__link li:not(:last-child) {
  margin-bottom: 12px; }
.footer-style-three .widget_nav_menu {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .footer-style-three .widget_nav_menu {
      padding-left: 0; } .footer-style-three .yt-contact-us {
        margin-bottom: 30px;
    } }
.footer-style-three .footer-copyright {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 45px;
  position: relative; }
  .footer-style-three .footer-copyright::before, .footer-style-three .footer-copyright::after {
    position: absolute;
    top: 16px;
    width: calc(100% - 300px);
    height: 2px;
    content: "";
    background-color: #1d1d1d;
    right: 0; }
  .footer-style-three .footer-copyright::after {
    background-color: var(--color-primary);
    width: 92px;
    left: 0;
    right: auto;
    left: 300px; }

/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 1700px) {
  .tur-project-section .container {
    max-width: 1550px;
  }
}
@media screen and (max-width: 1600px) {
  .tur-project-section .container {
    max-width: 1350px;
  }
  .tur-faq-section .tur-faq-img {
    right: -20%;
  }
}
@media screen and (max-width: 1500px) {
  .tur-project-section .container {
    max-width: 1200px;
  }
  .tur-project-item .project-text .item-location {
    left: 20px;
    padding: 5px 20px;
  }
  .tur-project-section .tur-project-bg {
    height: 555px;
  }
  .tur-cta-slider .tur-cta-button-prev {
    left: 20px;
  }
  .tur-cta-slider .tur-cta-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .tur-header-section .header-menu-cta-btn .main-navigation li {
    margin-right: 45px;
  }
  .tur-service-slider-content .tur-service-button-prev,
  .tur-service-slider-content .tur-service-button-next,
  .tur-project-content .tur-project-button-prev,
  .tur-project-content .tur-project-button-next {
    margin: 0px 8px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static !important;
  }
  .tur-service-slider-nav,
  .tur-project-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tur-project-content .tur-project-button-prev,
  .tur-project-content .tur-project-button-next {
    background-color: #f7f7f7;
  }
  .tur-faq-section .tur-faq-img {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .tur-header-section .header-menu-cta-btn .main-navigation li {
    margin-right: 30px;
  }
  .tur-header-section .header-top-content {
    padding: 12px 20px;
  }
  .tur-header-section .header-menu-cta-btn {
    padding-left: 20px;
  }
  .tur-header-content .brand-logo:before {
    border-right: 196px solid #fff;
  }
  .tur-header-content:before {
    bottom: -20px;
  }
  .tur-header-section .header-cta-btn a:before {
    bottom: -9px;
    border-bottom: 9px solid transparent;
  }
  .tur-header-section .header-top-content .top-info li i {
    margin-right: 5px;
  }
  .tur-section-title h2 {
    font-size: 45px;
  }
  .tur-about-feature-list li {
    font-size: 18px;
  }
  .feature-tab-2 .feature-tab__img .feature-tab__cta {
    left: -65%;
  }
  .feature-tab-2 {
    padding-bottom: 150px;
  }
  .feature-tab-2 .feature-tab-text1 {
    margin-left: 20px;
  }
  .tur-award-tab-item-text-img .tur-award-tab-item-img .tur-award-tab-img2 {
    width: 490px;
    height: 175px;
  }
}
@media screen and (max-width: 1024px) {
  .tur-header-content:before {
    display: none;
  }
  .tur-header-content .brand-logo:before {
    display: none;
  }
  .tur-header-section .header-cta-btn a:before {
    display: none;
  }
  .tur-header-section .header-top-content {
    display: none !important;
  }
  .tur-header-content {
    background-color: #100f0f;
  }
  .tur-header-section .header-cta-btn {
    margin-left: 30px;
  }
  .tur-header-section .header-cta-btn a {
    border-radius: 0;
    padding: 30px 15px;
  }
  .tur-header-content .brand-logo {
    width: 170px;
    border-radius: 0;
    padding: 10px 15px;
  }
  .tur-section-title h2 {
    font-size: 40px;
  }
  .tur-about-feature-list li {
    font-size: 16px;
  }
  .tur-about-feature-list li img {
    margin-right: 5px;
  }
  .tur-about-feature-list {
    margin: 30px 0px 30px;
  }
  .feature-tab-2 .feature-tab__content {
    margin-top: 0;
  }
  .feature-tab-2 .feature-tab__img:before {
    display: none;
  }
  .tur-award-content {
    padding: 60px 30px;
  }
  .award-tab-btn-area {
    top: 70px;
    right: 20px;
  }
  .tur-faq-content .tur-about-text-area .tur-section-title h2 {
    font-size: 40px;
  }
  .tur-faq-content .tur-about-text-area .tur-about-feature-list {
    max-width: 245px;
  }
  .tur-faq-accordion {
    padding: 30px 20px 15px;
  }
  .tur-faq-accordion .accordion-item {
    padding: 25px 20px;
  }
  .tur-faq-accordion .accordion-button::after {
    right: 0;
  }
  .footer__newsletter {
    max-width: 315px !important;
  }
}
@media screen and (max-width: 991px) {
  .feature-tab-2 .feature-tab__img--2 {
    margin-top: 0;
  }
  .feature-tab-2 .feature-tab-text1 p {
    font-size: 16px;
  }
  .feature-tab-2 .feature-tab-text1 {
    margin-top: 20px;
  }
  .feature-tab-2 .feature-tab__img .feature-tab__cta {
    display: none !important;
  }
  .feature-tab-2 {
    padding-bottom: 40px;
  }
  .tur-portfolio-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 686px;
  }
  .tur-award-tab-item-text-img .tur-award-tab-item-text {
    width: 100%;
  }
  .tur-award-tab-item-text-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .feature-tab-2 {
    padding-bottom: 300px;
  }
  .header-top-content-menu-navigation {
    display: none;
  }
  .mobile_menu_button {
    display: block;
  }
  .tur-header-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tur-header-content .brand-logo {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .award-tab-btn-area {
    position: static;
    text-align: center;
  }
  .award-tab-btn-area .nav-pills .nav-link,
  .award-tab-btn-area .nav-pills .nav-link.active {
    margin: 0 auto;
  }
  .tur-cta-item .tur-section-title h2,
  .tur-cta-item .tur-section-title h2 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 680px) {
  .tur-cta-slider .tur-cta-button-prev,
  .tur-cta-slider .tur-cta-button-next {
    position: static !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: #f7f7f7;
    margin: 0px 7px;
  }
  .tur-cta-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tur-cta-item {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 480px) {
  .tur-about-exp-counter h2 span {
    font-size: 40px;
  }
  .tur-about-exp-counter {
    padding: 20px 35px;
  }
  .tur-about-exp-counter h2 sup {
    top: 0;
  }
  .tur-about-exp-counter .exp-text h3 {
    font-size: 30px;
  }
  .tur-section-title h2 {
    font-size: 30px;
  }
  .tur-about-feature-list li {
    width: 100%;
  }
  .tur-about-feature-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feature-tab__content .feature-tab__tab-item.active .feature-tab__img--1,
  .feature-tab__content .feature-tab__tab-item.active .feature-tab__img--2 {
    margin-left: 0;
  }
  .tur-sponsor-content {
    margin-top: 0;
  }
  .tur-about-section {
    padding-bottom: 60px;
  }
  .tur-service-section .jarallax {
    padding: 60px 0px;
  }
  .feature-tab-2 {
    padding-top: 80px;
  }
  .feature-tab-2 .feature-tab__left {
    margin-top: 30px;
  }
  .tur-portfolio-section,
  .tur-faq-section {
    padding: 60px 0px;
  }
  .tur-portfolio-item .portfolio-text {
    padding: 30px 20px;
  }
  .tur-portfolio-location {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tur-portfolio-item .tur-portfolio-location .location-item {
    margin-bottom: 10px;
  }
  .tur-team-section,
  .tur-blog-section {
    padding: 80px 0px;
  }
  .tur-award-tab-item-text-img .tur-award-tab-item-img .tur-award-tab-img1,
  .tur-award-tab-item-text-img .tur-award-tab-item-img .tur-award-tab-img2 {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 0;
  }
  .tur-award-tab-item-text-img .tur-award-tab-item-text {
    margin-bottom: 40px;
  }
  .tur-faq-accordion .accordion-button {
    font-size: 18px;
  }
  .tur-faq-content .tur-about-text-area .tur-section-title h2 {
    font-size: 35px;
  }
  .tur-about-feature-list-counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tur-faq-content .tur-about-ft-counter {
    margin-bottom: 15px;
  }
  .tur-cta-item .tur-section-title h2,
  .tur-cta-item .tur-section-title h2 span {
    font-size: 35px;
  }
  .tur-sponsor-content {
    padding: 30px;
  }
  .tur-project-section {
    padding-top: 80px;
  }
  .tur-project-item .project-text .item-location {
    top: 0;
    margin-bottom: 15px;
    position: static !important;
  }
  .tur-faq-content .tur-about-text-area .tur-section-title h2 {
    font-size: 30px;
  }
  .tur-about-author .author-name-designation h3 {
    font-size: 20px;
  }
  .tur-portfolio-item .portfolio-text h3 a {
    font-size: 26px;
  }
  .tur-portfolio-item .portfolio-img p {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 410px) {
  .tur-section-title .tur-subtile img {
    display: none;
  }
  .tur-blog-item .blog-text h2 a {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 360px) {
  .feature-tab-2 {
    padding-bottom: 180px;
  }
}