@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&display=swap');
.mean-container .mean-nav ul li > a.mean-expand i, .back-to-top-wrapper, a, button, p, input, select, textarea, li, .transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.back-to-top-btn {
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -ms-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
}
:root {
  --primary-font: 'Montserrat', sans-serif;
  --secondary-font: 'Elsie', serif;
  --primary-color: #00A6DB;
  --primary-lt-color: #F59736;
  --primary-t-color: #EF7F1A;
  --tp-border-primary: #00715d;
  --secondary-color: #75B70E;
  --secondary-lt-color: #E8F3FE;
  --secondary-alt-color: #47e3e3;
  --secondary-d-color: #C2AFF0;
  --secondary-t-color: #9191E9;
  --tritary-color: #3498db;
  --tritary-d-color: #a4e043;
  --white-color: #fff;
  --black-color: #000;
  --grey-color: #444;
  --grey-lt-color: #fcfaf7;
  --lt-grey-color: #283734;
  --tp-text-body: #333333;
  --tp-grey-3: #f4f9f8;
  --font-color: #171c1e;
  --font-lt-color: #444444;
  --font-sec-color: #061135;
  --font-awesome: "FontAwesome Pro";
  --font-sm-size: 16px;
  --font-size: 18px;
  --font-lg-size: 24px;
  --font-xl-size: 36px;
  --font-xxl-size: 48px;
  --line-height: 1.5;
  --line-lg-height: 21px;
  --line-xl-height: 24px;
  --line-xxl-height: 36px;
  --font-thin: 100;
  --font-xlt: 200;
  --font-lt: 300;
  --font-reg: 400;
  --font-med: 500;
  --font-sbold: 600;
  --font-bold: 700;
  --font-xbold: 800;
  --font-black: 900;
  --bdr-10-radius: 10px;
  --bdr-20-radius: 20px;
  --bdr-30-radius: 30px;
}
.row {
  --bs-gutter-x: 30px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--primary-font);
  font-size: var(--font-size);
  line-height: 30px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--secondary-font);
  color: var(--font-color);
  margin-top: 0px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: var(--font-size);
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: var(--primary-font);
  font-size: var(--font-size);
  font-weight: 400;
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 30px;
  margin: 0 0 15px 0;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a:focus, .button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}
a, button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
  outline: none;
  background-color: rgba(239, 240, 242, 0);
  height: 33px;
  width: 100%;
  line-height: 54px;
  font-size: 16px;
  color: white;
  padding-right: 29px;
  border: none;
  border-bottom: 1px solid #fff;
}
[dir=rtl] input[type=text], [dir=rtl] input[type=email], [dir=rtl] input[type=tel], [dir=rtl] input[type=number], [dir=rtl] input[type=password], [dir=rtl] input[type=url], [dir=rtl] textarea {
  text-align: right;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6f7775;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #6f7775;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=url]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #6f7775;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #6f7775;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=url]::placeholder, textarea::placeholder { /* MODERN BROWSER */
  color: #6f7775;
}
input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
*::-moz-selection {
  background: var(--black-color);
  color: var(--white-color);
  text-shadow: none;
}
::-moz-selection {
  background: var(--black-color);
  color: var(--white-color);
  text-shadow: none;
}
::selection {
  background: var(--black-color);
  color: var(--white-color);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--black-color);
  font-size: var(--tp-fz-body);
  opacity: 1;
}
*::placeholder {
  color: var(--black-color);
  font-size: var(--tp-fz-body);
  opacity: 1;
}
.test-class {
  padding: 5px 20px;
  background-color: green;
  color: #000;
  position: relative;
  overflow: hidden;
}
.test-class::after, .test-class::before {
  position: absolute;
  content: "";
  left: -23px;
  bottom: -7px;
  width: 79%;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.test-class::before {
  left: auto;
  right: -23px;
  top: -7px;
  bottom: auto;
}
.test-class span {
  position: relative;
}
.test-class span::after, .test-class span::before {
  position: absolute;
  content: "";
  left: -23px;
  bottom: -7px;
  width: 79%;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.z-index-2 {
  position: relative;
  z-index: 2;
}
.z-index-3 {
  position: relative;
  z-index: 3;
}
.z-index-4 {
  position: relative;
  z-index: 4;
}
.z-index-5 {
  position: relative;
  z-index: 5;
}
.z-index-6 {
  position: relative;
  z-index: 6;
}
.z-index-7 {
  position: relative;
  z-index: 7;
}
.z-index-8 {
  position: relative;
  z-index: 8;
}
.z-index-9 {
  position: relative;
  z-index: 9;
}
/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}
.m-img img {
  max-width: 100%;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.z-index-1 {
  z-index: 1;
}
.z-index-11 {
  z-index: 11;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}
[tp-theme=tp-theme-dark] .demo {
  color: yellow;
}
/* dropcap */
.tp-dropcap::first-letter {
  font-size: 50px;
  font-weight: 700;
  float: left;
  text-align: center;
  color: var(--black-color);
  background-color: var(--white-color);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-right: 5px;
  line-height: inherit;
}
.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/ /*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  background: #283734;
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--white-color);
  border-radius: 50%;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
/* theme btn */
.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-t-color);
  border: 1px solid var(--primary-t-color);
  text-align: center;
  padding: 10px 30px;
  position: relative;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 40px;
}
.tp-btn:hover {
  color: var(--white-color);
}
.tp-btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.tp-btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-btn {
    padding: 15px 45px;
  }
}
@media (max-width: 767px) {
  .tp-btn {
    padding: 15px 37px;
  }
}
.tp-btn::before {
  position: absolute;
  content: "";
  background-color: #283734;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  border-radius: 50%;
  left: -10%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}
.tp-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #283734;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}
.tp-btn-3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #00715d;
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 15px 45px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.tp-btn-3:hover {
  color: #283734;
  background-color: var(--white-color);
}
.tp-btn-3:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.tp-btn-3:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.tp-btn-3::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  border-radius: 50%;
  left: -10%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}
.tp-btn-3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}
.tp-btn-5 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  background: var(--primary-color);
  text-align: center;
  padding: 15px 43px;
  position: relative;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.tp-btn-5:hover {
  color: var(--white-color);
}
.tp-btn-5:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.tp-btn-5:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.tp-btn-5:hover {
  color: var(--white-color);
  background-color: var(--lt-grey-color);
}
.tp-btn-5::before {
  position: absolute;
  content: "";
  background-color: #283734;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  border-radius: 50%;
  left: -10%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}
.tp-btn-5::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #283734;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}
.tp-btn-black {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  background-color: var(--lt-grey-color);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 15px 49px;
  position: relative;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.tp-btn-black:hover {
  color: #283734;
}
.tp-btn-black:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.tp-btn-black:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .tp-btn-black {
    padding: 8px 36px;
  }
}
.tp-btn-black::before {
  position: absolute;
  content: "";
  background-color: var(--white-color);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  border-radius: 50%;
  left: -10%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}
.tp-btn-black::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  background-color: var(--white-color);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}
.tp-btn-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  font-family: var(--tp-ff-space);
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
  transition: 0.3s;
  text-transform: uppercase;
}
.tp-btn-text::before {
  position: absolute;
  content: "";
  background-color: #283734;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  border-radius: 50%;
  left: -10%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}
.tp-btn-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #283734;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}
.tp-btn-text:hover {
  color: #fbd45b;
}
.btn-link-sm {
  font-size: 14px;
  color: var(--font-color);
  background: #f6eddf;
  padding: 5px 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  position: relative;
  font-weight: 700;
}
.btn-link-sm:hover {
  color: var(--white-color);
}
.btn-link-sm:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-link-sm:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.btn-link-sm::before {
  position: absolute;
  content: "";
  background-color: #283734;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  border-radius: 50%;
  left: -10%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
}
.btn-link-sm::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #283734;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
}
.tp-btn-4 {
  color: #6f7775;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.tp-btn-4:hover {
  color: #283734;
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg-1 {
  background: var(--grey-lt-color);
}
.grey-bg-2 {
  background: var(--lt-grey-color);
}
.grey-bg-3 {
  background: var(--tp-grey-3);
}
.white-bg {
  background: var(--white-color);
}
.black-bg {
  background: var(--black-color);
}
.theme-bg {
  background: var(--primary-lt-color);
}
.theme-bg-2 {
  background: var(--primary-color);
}
.theme-bg-3 {
  background: var(--primary-t-color);
}
.black-color {
  color: #283734 !important;
}
/* tp swiper slider dot */
.tp-swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--grey-lt-color);
  opacity: 1;
  margin: 0 9px;
  position: relative;
}
.tp-swiper-dot .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--primary-color);
  transform: translate(-50%, -50%) scale(1);
}
.tp-swiper-arrow {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  background-color: var(--white-color);
  color: var(--black-color);
}
.tp-swiper-arrow:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background: var(--white-color);
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tpoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
.tpoffcanvas__title {
  font-size: 24px;
  color: var(--font-color);
  margin-bottom: 10px;
  font-weight: 400;
}
.tpoffcanvas__contact-content {
  margin-bottom: 10px;
}
.tpoffcanvas__contact-content-icon i {
  color: var(--primary-color);
  width: 30px;
}
.tpoffcanvas__contact-content-content a {
  font-size: 16px;
  color: var(--tp-text-body);
}
.tpoffcanvas__contact {
  margin-bottom: 30px;
}
.tpoffcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
}
.tpoffcanvas__social .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: var(--white-color);
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.tpoffcanvas__social .icon.facebook {
  background-color: #4661C5;
}
.tpoffcanvas__social .icon.twitter {
  background-color: #4CCEF9;
}
.tpoffcanvas__social .icon.youtube {
  background-color: #FF0000;
}
.tpoffcanvas__social .icon.linkedin {
  background-color: #0072b1;
}
.tpoffcanvas__social .icon:hover {
  transform: translateY(-8px);
}
@media (max-width: 767px) {
  .tpoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tpoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
  z-index: 99999999;
}
.tpoffcanvas__logo {
  margin-bottom: 40px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__logo {
    padding-top: 0;
  }
}
.tpoffcanvas__logo img {
  width: 157px;
  height: 100%;
}
.tpoffcanvas__instagram {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tpoffcanvas__instagram {
    text-align: left;
  }
}
.tpoffcanvas__instagram img {
  width: 80px;
  margin: 0px 5px;
  margin-bottom: 15px;
}
.tpoffcanvas__instagram-title h4 {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 30px;
}
.tpoffcanvas__close-btn button {
  position: absolute;
  right: 50px;
  top: 50px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 50px;
  width: 50px;
  background-color: var(--white-color);
  color: var(--black-color);
}
.tpoffcanvas__close-btn button i {
  font-weight: 300;
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    right: 23px;
    top: 34px;
  }
}
@media (max-width: 767px) {
  .tpoffcanvas__close-btn button {
    font-size: 28px;
    right: 23px;
    top: 36px;
  }
}
.tpoffcanvas__content {
  margin-bottom: 30px;
}
.tpoffcanvas__content p {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.tpoffcanvas__content span {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.tpoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--white-color);
  display: inline-block;
}
@media (max-width: 767px) {
  .tpoffcanvas__content a {
    font-size: 27px;
  }
}
.tpoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--white-color);
  color: var(--primary-color);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tpoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.tpoffcanvas__social .social-icon a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.tpoffcanvas__info {
  margin-bottom: 40px;
}
.tpoffcanvas__info .offcanva-title {
  color: var(--white-color);
  padding-bottom: 5px;
}
.tpoffcanvas__info a {
  color: var(--white-color) 9;
  line-height: 1.2;
}
/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.breadcrumb-title {
  font-size: 32px;
  font-weight: 600;
}
.breadcrumb {
  display: flex;
  gap: 10px;
    padding: 0px;
    margin: 0px;
}
.breadcrumb li {
  font-weight: 400;
  position: relative;
}
.breadcrumb li + li {
  padding: 0 0 0 20px;
  margin: 0px;
}
.breadcrumb li + li:before {
  position: absolute;
  content: "\f101";
  font-family: var(--font-awesome);
  left: 0px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb li a {
  font-size: 14px;
  font-size: 16px;
}
.breadcrumb li a:hover {
  color: var(--primary-color);
}
.breadcrumb-bg {
  background: #e5edef;
  padding: 25px 0;
}
.accordion {
  margin: 15px 0;
}
.accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: -1px 10px 20px #c5d0d833;
  background: var(--white-color);
  transition: height 225ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion .accordion-item button[aria-expanded=true] {}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0px;
  color: var(--primary-color);
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: var(--font-color);
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--font-color);
}
.accordion button .accordion-title {
  padding: 0;
  font-weight: 600;
  line-height: 18px;
}
.accordion button .accordion-title span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--font-color);
  border-radius: 22px;
  transform: translateY(-50%);
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: var(--font-color);
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: var(--font-color);
}
.accordion button[aria-expanded=true] {
  color: var(--primary-color);
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  padding: 0px;
  transition: all 200ms linear;
  will-change: opacity, padding, max-height;
  overflow: hidden;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 200ms linear;
  will-change: opacity, padding, max-height;
  background: var(--white-color);
}
.accordion .accordion-content p {
  font-size: var(--font-size);
  font-weight: 300;
  margin: 0px;
  padding: 0px;
}
.accordion .accordion-content strong, .accordion .accordion-content b {
  font-weight: 700;
}
.accordion .accordion-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.accordion .accordion-content ul li {
  padding: 0px 0px 4px 32px;
  position: relative;
}
.accordion .accordion-content ul li:before {
  content: "\f00c";
  font-weight: bold;
  background: var(--secondary-color);
  color: #d9fcde;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  font-family: var(--font-awesome);
  position: absolute;
  left: 0px;
  top: 5px;
}
.help-list ul {
  display: inline-block;
}
.help-list ul li {
  width: 50%;
  float: left;
  list-style: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .help-list ul li {
    width: 100%;
    display: flex;
  }
}
.help-list ul li i {
  color: var(--primary-color);
  margin-right: 15px;
  margin-top: 8px;
}
.help-list ul li span {
  font-size: 18px;
  color: var(--font-color);
  font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .pe-xl-6 {
    margin-left: 0;
  }
}
.tp-faq-area {
  background: #f9f9fa;
  padding: 60px 0;
}
.tp-faq-inner-bg {
  background-color: #fcfaf7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 53%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .accordion-padding {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.tp-accordion-bg-shap {
  position: absolute;
  right: -603px;
  top: -283px;
  animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media (max-width: 767px) {
  .tp-accordion-bg-shap {
    right: 0;
    top: 0;
  }
}
/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.section__title {
  font-size: 60px;
  color: var(--black-color);
  font-weight: var(--tp-fw-bold);
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section__title {
    font-size: 30px;
  }
}
.section__title-pre {
  font-size: 14px;
  font-weight: var(--tp-fw-bold);
  color: var(--primary-color);
  display: inline-block;
  text-transform: uppercase;
}
.subtitle {
  color: #00715d;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-title br {
    font-size: 34px;
    line-height: 30px;
  }
}
.title {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  position: relative;
}
.title:after {
  background: #00715d;
  content: ' ';
  height: 5px;
  width: 120px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.text-center .title:after {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-pre {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-section-pre {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.subtitle-before {
  position: relative;
}
.subtitle-before::after {
  top: -5px;
  width: 30px;
  height: 2px;
  content: "";
  background: #fbd45a;
  display: inline-block;
  right: -11px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-box {
    margin-bottom: 0;
  }
}
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header {
  position: relative;
  z-index: 50;
}
.tp-header__menu ul li:hover a {
  color: var(--primary-t-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-btn a {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 450px) and (max-width: 575px) {
  .tp-header__top-left {
    display: none;
  }
}
.tp-header__logo {
  position: absolute;
  padding: 15px 75px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 100%;
}
.header-sticky .tp-header__logo {
  padding: 15px 55px;
}
.tp-header__logo img {
  max-width: 125px
}
.tp-header__contact-number {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-header__contact-number {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header__contact-number {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__contact-number {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__contact-number {
    display: none;
  }
}
.tp-header__wrapper-inner {
  position: relative;
  display: block;
  z-index: 1;
}
.tp-header__main-header {
  margin-left: 270px;
}
.tp-header__menu ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.tp-header__menu ul li a {
  color: var(--tp-text-body);
  display: inline-block;
  font-weight: 700;
  padding: 23px 0px;
  font-size: var(--font-sm-size);
}
.tp-header__menu ul li .sub-menu {
  position: absolute;
  width: 360px;
  background: var(--white-color);
  padding: 5px;
  top: 110%;
  left: 0;
  text-align: left;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: 0.3s;
  z-index: 999999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.tp-header__menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.tp-header__menu ul li:has(.sub-menu):after {
  content: '\f107';
  font-family: var(--font-awesome);
  font-size: 14px;
}
.tp-header__menu ul li:has(.sub-menu):hover:after {
  color: var(--primary-t-color);
}
.tp-header__menu ul li .sub-menu li + li {
  border-top: 1px dashed #ddd;
}
.tp-header__menu ul li .sub-menu li a {
  color: #212121;
  padding: 7px 0;
  text-transform: inherit;
  font-weight: 400;
}
.tp-header__menu ul li .sub-menu li a:hover {
  color: var(--primary-t-color);
}
.tp-header__menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.tp-header__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 75px 6px 60px;
  z-index: 1;
  background: #e5edef;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__top {
    padding: 6px 30px 6px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-header__top {
    display: none;
  }
}
.tp-header__bottom {
  padding: 0 75px 0 60px;
}
@media only screen and (max-width: 991px) and (max-width: 1399px) {
  .tp-header__bottom {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header__bottom {
    padding: 35px;
  }
}
.tp-header__top {
  font-weight: bold;
}
.tp-header__top-right .tp-location a i {
  color: var(--primary-color);
  font-size: 13px;
  padding: 0 10px 0px 0px;
}
.tp-header__top-right .envelope a {
  transition: 0.4s;
}
.tp-header__top-right .envelope a i {
  color: var(--primary-color);
  font-size: 13px;
  padding: 0 10px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-header__top-right .search-icon {
    display: none;
  }
}
.tp-header__right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  gap: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-header__right {
    display: none;
  }
}
.tp-header__right .tp-header-search a {
  padding-right: 30px;
  margin-right: 30px;
}
.tp-header__right .tp-header-search a:after {
  content: "";
  background: #e9ebea;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 47px;
}
.tp-header__right .sm-clist__icon {
  float: left;
}
.tp-header__right .sm-clist__text {
  float: right;
  line-height: 1.2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__right .sm-clist__text {
    margin-right: 15px;
  }
}
.tp-header__right .sm-clist__text span {
  font-size: 12px;
  color: var(--tp-text-body);
  font-weight: 400;
  display: block;
  line-height: 1;
  padding-bottom: 0px;
  padding-top: 8px;
}
.tp-header__right .sm-clist__text a {
  font-size: 16px;
  color: var(--font-color);
  font-weight: 700;
}
.tp-header__right .tp-header-space {
  padding-left: 40px;
  padding-right: 45px;
}
.tp-header__right .sm-clist__icon {
  height: 50px;
  width: 50px;
  background: var(--primary-t-color);
  color: var(--white-color);
  line-height: 54px;
  text-align: center;
  border-radius: 50px;
}
.tp-header__right .sm-clist__icon i {
  font-size: 18px;
}
.tp-header__right .sm-clist__text span {
  font-size: 12px;
  color: var(--tp-text-body);
}
.tp-header-btn {
  display: flex;
}
@media only screen and (min-width: 450px) and (max-width: 575px) {
  .tp-header-btn {
    display: none;
  }
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  transition: 0.3s ease;
  z-index: 9999999;
}
.header-sticky .tp-header__top {
  display: none;
}
.header-sticky .tp-header__logo a {
  width: 160px;
  text-align: center;
}
.header-sticky .tp-header__logo img {
  max-height: 70px;
}
.tp-main-menu {
  background: #fff;
}
.white-text {
  color: #fff;
}
.white-text a {
  color: #98a8a5;
}
.white-text a i {
  color: #fbd45b !important;
}
.tp-main-menu {
  background: #fff;
}
.white-text {
  color: #fff;
}
.white-text a {
  color: #98a8a5;
}
.white-text a i {
  color: #fbd45b !important;
}
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.mobile-header {
  padding: 20px;
}
.mobile__menu a {
  margin-right: 0;
  display: inline-block;
  background: #fbd45a;
  padding: 10px 20px;
  transition: 0.3s;
}
.mobile__menu a:hover {
  color: #fff;
  background-color: #00715d;
}
.mobile__logo img {
  max-height: 75px;
}
/* HEADER CSS */
@media (max-width: 767px) {
  .mobile-header {
    padding: 20px 0px;
  }
}
/*----------------------------------------*/
/*  4.2 Meanmenu css
/*----------------------------------------*/
.mean-remove {
  display: none !important;
}
.mean-container {
  margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--white-color);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--white-color);
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  overflow: hidden;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--primary-color);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--white-color);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--tp-text-body);
}
[dir=rtl] .mean-container .mean-nav ul li a, [dir=rtl] .mean-container .mean-nav ul li span {
  float: right;
  text-align: right;
}
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li span:hover {
  color: var(--primary-color);
}
.mean-container .mean-nav ul li a:hover i, .mean-container .mean-nav ul li span:hover i {
  color: var(--white-color);
}
.mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 6px;
  padding: 0 !important;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 30px;
  color: var(--font-color);
  top: 0;
  font-weight: 400;
  line-height: 30px;
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand, [dir=rtl] .mean-container .mean-nav ul li span.mean-expand {
  right: auto;
  left: 0;
  text-align: center;
}
.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.mean-container .mean-nav ul li a.mean-expand:hover i, .mean-container .mean-nav ul li span.mean-expand:hover i {
  color: var(--white-color);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
  color: var(--white-color);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover i {
  color: var(--white-color);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.blog-banner-title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 60px 50px;
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-banner-title {
    padding: 43px 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-banner-title {
    padding: 79px 76px;
  }
}
@media (max-width: 767px) {
  .blog-banner-title {
    padding: 40px 26px;
  }
}
.postbox__area {
  padding: 57px 0;
  background: #f9f9fa;
}
@media (max-width: 767px) {
  .postbox__wrapper {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .postbox__comment-avater {
    height: 50px;
    width: 54px;
    margin-right: 15px;
  }
}
.postbox__comment-text p {
  font-size: 16px;
  margin-top: 11px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .postbox__banner-img {
    margin-bottom: 30px;
  }
}
.blog-banner-title-black {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 60px 50px;
  color: var(--font-color);
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-banner-title-black {
    padding: 43px 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-banner-title-black {
    padding: 75px 68px;
  }
}
@media (max-width: 767px) {
  .blog-banner-title-black {
    padding: 40px 26px;
  }
}
/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc__post {
  background-color: var(--grey-lt-color);
  padding: 22px;
}
.rc__post:hover {
  background-color: var(--white-color);
  padding: 22px;
}
.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb img {
  width: 70px;
  height: 70px;
}
.rc__post-title {
  font-size: 16px;
  color: var(--font-color);
  font-weight: 400;
  margin-top: 2px;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rc__post-title a:hover {
  color: var(--primary-color);
}
.rc__post-title:hover {
  color: var(--primary-color);
}
.rc__meta span {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-body);
}
.rc__meta span a i {
  color: var(--primary-color);
}
.rc__post-thumb {
  flex: 0 0 auto;
  position: relative;
}
.rc__post-thumb::before {
  background: rgba(0, 113, 93, 0.9);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rc__post:hover .rc__post-thumb::before {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.rc__post:hover span {
  opacity: 1;
  visibility: visible;
}
.rc__post-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  visibility: visible;
  z-index: 999;
}
.rc:hover .rc__post span {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------------*/
/*  5.3 Sidebar css
/*----------------------------------------*/
.tp-sidebar-menu {
  position: fixed;
  right: 100%;
  top: 0;
  width: 320px;
  height: 100%;
  background: var(--white-color) none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
  padding: 30px;
}
.tp-menu {
  display: flex;
  align-items: center;
}
.tp-sidebar-menu.sidebar-opened {
  right: 0;
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.tp-instagram img {
  width: 100%;
}
.mobile-menu.mean-container {
  margin-bottom: 50px;
}
.offcan-social-title {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.tpoffcanvas-social {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-header__bottom {
    padding: 35px 50px;
  }
}
@media (max-width: 767px) {
  .tp-header__bottom {
    padding: 25px 30px;
  }
}
.tp-menu-bar {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-menu-bar {
    display: block;
  }
}
.text-black a {
  color: var(--font-color) !important;
  font-size: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-black a {
    color: #fff !important;
  }
}
.tp-menu-bar {
  font-size: 20px;
  color: #283734;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-menu-bar {
    margin-left: 15px;
  }
}
.sidebar-widget__link ul {
  list-style: none;
  background: var(--grey-lt-color);
  padding: 50px;
}
@media (max-width: 767px) {
  .sidebar-widget__link ul {
    padding: 20px;
  }
}
.sidebar-widget__link ul li {
  padding-bottom: 20px;
  color: var(--font-color);
  font-size: 18px;
  font-weight: 700;
}
.sidebar-widget__link ul li span {
  color: var(--tp-text-body);
  font-size: 18px;
  width: 138px;
  display: inline-block;
}
@media (max-width: 767px) {
  .sidebar-widget__link ul li span {
    width: 118px;
  }
}
.sidebar-widget__social h4 {
  font-size: 24px;
  color: var(--font-color);
  font-weight: 400;
}
.sidebar-widget__social .icon ul li {
  list-style: none;
  display: inline-block;
}
.sidebar-widget__social .icon ul li a {
  height: 40px;
  width: 40px;
  background: var(--primary-color);
  color: var(--white-color);
  transition: 0.4s;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  margin-right: 15px;
  line-height: 43px;
}
.sidebar-widget__social .icon ul li a:hover {
  background: var(--primary-lt-color);
  color: var(--font-color);
}
.sidebar__search {
  background: var(--grey-lt-color);
}
.sidebar__search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: var(--white-color);
  background: var(--font-color);
}
.sidebar__search input {
  width: 100%;
  height: 60px;
  background: var(--white-color);
  padding: 0 25px;
  text-transform: capitalize;
  border: 2px solid var(--grey-lt-color);
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
  color: var(--primary-t-color);
}
.sidebar__menu a {
  background: #fbd45b;
  padding: 0px 20px;
  height: 60px;
  line-height: 60px;
  color: var(--primary-t-color);
}
.sidebar__menu a:hover {
  color: #fff;
  background: var(--primary-t-color);
}
.sidebar__search-input-2 {
  position: relative;
  border: 1px solid #eaebeb;
}
.sidebar__post-list li:hover {
  background-color: var(--white-color);
}
.sidebar__widget-1 {
  background: var(--grey-lt-color);
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widget-1 {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .sidebar__widget-1 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar__widget-1 {
    padding: 50px 12px;
  }
}
.sidebar__widget-2 {
  background: var(--grey-lt-color);
  padding: 45px 30px 20px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widget-2 {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .sidebar__widget-2 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .sidebar__widget-2 {
    padding: 50px 12px;
  }
}
.sidebar__widget-2 .sidebar__widget-title {
  margin-left: 22px;
  padding-bottom: 0px;
}
.sidebar__widget-3 {
  background: var(--grey-lt-color);
  padding: 45px 50px 31px 50px;
}
.sidebar__widget-4 {
  background: var(--grey-lt-color);
  padding: 45px 50px 35px 50px;
}
.sidebar__widget-title {
  font-size: 22px;
  color: var(--font-color);
  padding-bottom: 25px;
}
.sidebar__widget-content .tagcloud a {
  background: var(--white-color);
  color: var(--tp-text-body);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border: 1px solid #eaebeb;
}
.sidebar__widget-content .tagcloud a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border: 1px solid #00715d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__widget-content .tagcloud a {
    padding: 11px 11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar__widget-content .tagcloud a {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .sidebar__widget-content .tagcloud a {
    padding: 10px 8px;
  }
}
.sidebar__widget-content ul {
  list-style: none;
}
.sidebar__widget-content ul li {
  margin-bottom: 9px;
}
.sidebar__widget-content ul li a {
  color: var(--tp-text-body);
  font-size: 16px;
}
.sidebar__widget-content ul li a i {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  float: right;
}
.sidebar__widget-content ul li:hover a {
  color: var(--font-color);
  transition: 0.3s;
}
.sidebar__widget-content ul li:hover a i {
  opacity: 1;
  visibility: visible;
  float: right;
}
.basic-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  display: inline-block;
  width: 52px;
  height: 52px;
  font-weight: 600;
  background: transparent;
  background-image: -moz-linear-gradient(47deg, #3297d7 0, #1f78d3 100%);
  background-image: -webkit-linear-gradient(47deg, #3297d7 0, #1f78d3 100%);
  background-image: -ms-linear-gradient(47deg, #3297d7 0, #1f78d3 100%);
  border-radius: 3px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  line-height: 52px;
  box-shadow: 0 8px 29px 0 rgb(32 120 211 / 60%);
}
.basic-pagination ul li a.disabled_page, .basic-pagination ul li a.disabled_page:hover {
  display: inline-block;
  background: transparent;
  border-radius: 3px;
  color: var(--font-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.basic-pagination ul li a:hover {
  background-image: -moz-linear-gradient(47deg, #1f78d3 0, #3297d7 100%);
  background-image: -webkit-linear-gradient(47deg, #1f78d3 0, #3297d7 100%);
  background-image: -ms-linear-gradient(47deg, #1f78d3 0, #3297d7 100%);
  box-shadow: rgb(32 120 211 / 80%) 0px 10px 29px 0px;
  transition: all 0.4s ease 0s;
  border-color: var(--font-color);
  color: var(--white-color);
}
.basic-pagination ul li a.current {
  background-image: -moz-linear-gradient(47deg, #e25914 0, #ffa95e 100%);
  background-image: -webkit-linear-gradient(47deg, #e25914 0, #ffa95e 100%);
  background-image: -ms-linear-gradient(47deg, #e25914 0, #ffa95e 100%);
  box-shadow: rgb(239 127 26 / 80%) 0px 10px 29px 0px;
  transition: all 0.4s ease 0s;
  border-color: var(--font-color);
  color: var(--white-color);
}
.footer-area {
  position: relative;
  display: block;
  background: #0d1413;
  z-index: 10;
}
.footer-top {
  position: relative;
  display: block;
  padding-top: 60px;
}
.subscribe-content-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 31px 60px 31px;
}
.subscribe-title {
  position: relative;
  display: flex;
  align-items: center;
}
.subscribe-title .icon {
  position: relative;
  display: block;
  width: 80px;
}
.subscribe-title .icon span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 60px;
  line-height: 60px;
}
.subscribe-title .inner-title {
  position: relative;
  display: block;
}
.subscribe-title .inner-title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}
.subscribe-box {
  position: relative;
  display: block;
  width: 100%;
}
.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}
.subscribe-form input[type="email"] {
  position: relative;
  display: block;
  padding-left: 0px;
  padding-right: 70px;
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.10);
  color: #a5b9ad;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}
.subscribe-form input::-webkit-input-placeholder {
  color: #a5b9ad;
}
.subscribe-form input:-moz-placeholder {
  color: #a5b9ad;
}
.subscribe-form input::-moz-placeholder {
  color: #a5b9ad;
}
.subscribe-form input:-ms-input-placeholder {
  color: #a5b9ad;
}
.subscribe-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--thm-base);
  background: transparent;
  padding: 0;
  font-size: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 90px;
  z-index: 9;
}
.single-footer-widget {
  position: relative;
  display: block;
}
.single-footer-widget.margin-left40 {
  margin-left: 40px;
}
.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -3px;
}
.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-transform: capitalize;
}
.single-footer-widget .our-company-info {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  padding-top: 22px;
}
.single-footer-widget .our-company-info .text-box {
  position: relative;
  display: block;
  padding-bottom: 26px;
}
.single-footer-widget .our-company-info .text-box p {
  color: #a5b9ad;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
}
.footer-social-link {
  position: relative;
  display: block;
}
.footer-social-link ul {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-social-link ul li {
  position: relative;
  margin-right: 10px;
}
.footer-social-link ul li:last-child {
  margin-right: 0;
}
.footer-social-link ul li a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  background: var(--primary-color);
  border-radius: 3px;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.footer-social-link ul li a i::before {
  position: relative;
  display: inline-block;
  line-height: 36px;
}
.footer-social-link ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-lt-color);
  content: "";
  border-radius: 3px;
  z-index: -1;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.footer-social-link ul li:hover a:before {
  transform: scaleX(1.0);
}
.footer-social-link ul li:hover a {
  color: #ffffff;
}
.footer-widget-links {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 27px;
}
.footer-widget-links ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.footer-widget-links ul li {
  position: relative;
  display: block;
  line-height: 26px;
  margin-bottom: 15px;
}
.footer-widget-links ul li:last-child {
  margin-bottom: 0;
}
.footer-widget-links ul li a {
  position: relative;
  display: inline-block;
  color: #a5b9ad;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--thm-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-widget-links ul li a:hover {
  color: #ffffff;
}
.footer-widget-links ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  transform: perspective(400px) scaleX(0);
  transform-origin: center;
  transition: all 300ms linear;
  transition-delay: 0.2s;
  background: var(--primary-color);
  z-index: 1;
}
.footer-widget-links ul li a:hover:before {
  transform: perspective(400px) scaleX(1.0);
}
.single-footer-widget--contact-info-box {
  position: relative;
  display: block;
  width: 100%;
  float: right;
}
.footer-widget-contact-info {
  position: relative;
  display: block;
  padding-top: 27px;
}
.footer-widget-contact-info ul {
  position: relative;
  display: block;
}
.footer-widget-contact-info ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 17px;
  padding-bottom: 16px;
}
.footer-widget-contact-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}
.footer-widget-contact-info ul li .inner {
  position: relative;
  display: block;
  padding-left: 35px;
}
.footer-widget-contact-info ul li .inner .icon {
  position: absolute;
  top: 0;
  left: 1px;
  color: var(--primary-lt-color);
  font-size: 18px;
}
.footer-widget-contact-info ul li .inner .icon.phone {
  top: 2px;
}
.footer-widget-contact-info ul li .inner .icon.mapmarker {
  top: 2px;
  font-size: 18px;
}
.footer-widget-contact-info ul li .inner .text {
  position: relative;
  display: block;
}
.footer-widget-contact-info ul li .inner .text p {
  color: #a5b9ad;
  line-height: 26px;
  margin: 0;
}
.footer-widget-contact-info ul li .inner .text p a {
  color: #a5b9ad;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-widget-contact-info ul li .inner .text p a:hover {
  color: var(--primary-lt-color);
}
.footer-bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.footer-bottom .bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 29px 0px 30px;
}
.footer-bottom .bottom-inner .copyright {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.footer-bottom .bottom-inner .copyright p {
  color: #a5b9ad;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primary-font);
  margin: 0;
}
.footer-bottom .bottom-inner .copyright p a {
  color: var(--primary-color);
}
.form-check-input {
  background-color: rgba(55, 50, 50, 0);
  border: 1px solid rgb(255, 255, 255);
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  margin-top: 20px;
}
.tp-footer-widget__check-box .form-check-input {
  margin-top: 6px;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-top: 8px;
}
.form-check-input:checked {
  background-color: rgba(152, 168, 165, 0);
  border-color: #98a8a5;
}
.form-check-label {
  font-size: 14px;
  color: #98a8a5;
}
.fw-insta ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -7.5px -15px -7.5px;
}
.fw-insta ul li {
  padding: 0 7.5px 15px 7.5px;
  width: 33.333%;
  flex: 0 0 33.333%;
  list-style: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fw-insta ul li {
    padding: 0 7.5px 22px 7.5px;
    flex: 0 0 17.333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fw-insta ul li {
    flex: 0 0 17.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fw-insta ul li {
    flex: 0 0 25.333%;
  }
}
@media (max-width: 767px) {
  .fw-insta ul li {
    flex: 0 0 20%;
  }
}
.fw-insta ul li a {
  position: relative;
  display: inline-block;
}
.fw-insta ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(247, 207, 90, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.fw-insta ul li a i {
  position: absolute;
  top: 45%;
  left: 38%;
  transform: translate(-50%, -50%);
  transform: rotate(-30deg);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  line-height: 45%;
}
.fw-insta ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.fw-insta ul li:hover a i {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------------*/
/*  8.7 slider css
/*----------------------------------------*/
.tp-slider__area {
  overflow: hidden;
}
.tp-slider__bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-slider__shap {
    display: none;
  }
}
.tp-slider__shap-right {
  position: absolute;
  top: -103px;
  right: -37px;
}
.tp-slider__height {
  height: 620px;
}
@media (max-width: 767px) {
  .tp-slider__height {
    height: 382px;
  }
}
.tp-slider__bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
.tp-slider__bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 30, 26, 0.5);
  z-index: 99;
  mix-blend-mode: luminosity;
}
.tp-slider__shap img {
  position: absolute;
  top: -110px;
}
.tp-slider__angle-shape {
  height: 391px;
  width: 280px;
  background: linear-gradient(to bottom, var(--primary-color), #ffc78d);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: -100%;
  transition: all 0.6s ease-in-out;
}
.tp-slider__content {
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__content {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider__content {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider__content {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider__content {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider__content {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .tp-slider__content {
    margin-left: 0px;
  }
}
.tp-slider__content span {
  font-size: 20px;
  color: var(--white-color);
  padding-left: 26px;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .tp-slider__content span {
    font-size: 17px;
  }
}
.tp-slider__content span::after {
  position: absolute;
  width: 2px;
  height: 24px;
  content: "";
  background: var(--white-color);
  left: 0px;
  top: 3px;
}
.tp-slider__social-horizonter {
  position: absolute;
  top: 45%;
  left: -79px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider__social-horizonter {
    display: none;
  }
}
@media (max-width: 767px) {
  .tp-slider__social-horizonter {
    display: none;
  }
}
.tp-slider__social-horizonter ul {
  display: inline-block;
  transform: rotate(270deg);
  position: relative;
  z-index: 9;
}
.tp-slider__social-horizonter ul li {
  display: inline-block;
  display: inline-block;
  z-index: 999999;
  position: relative;
  margin-right: 30px;
}
.tp-slider__social-horizonter ul li a {
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tp-slider__social-horizonter ul li a:hover {
  color: #fbd663;
}
.tp-slider__nav button {
  position: absolute;
  top: 40%;
  right: 13%;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  background: #f9f4e8;
  z-index: 1;
  line-height: 46px;
}
.tp-slider__nav button i {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider__nav button {
    top: 86%;
  }
}
@media (max-width: 767px) {
  .tp-slider__nav button {
    display: none;
  }
}
.tp-slider__nav button.hero-button-prev {
  top: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider__nav button.hero-button-prev {
    top: 86%;
    right: 24%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider__nav button.hero-button-prev {
    top: 86%;
    right: 27%;
  }
}
@media (max-width: 767px) {
  .tp-slider__nav button.hero-button-prev {
    display: none;
  }
}
.tp-slider__nav button:hover {
  background: #fbd45b;
}
.swiper-slide-active .tp-slider__angle-shape {
  left: 0;
}
.swiper-slide.swiper-slide-active .tp-slider__bg {
  visibility: visible;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-slider-2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
.tp-slider-2__shap {
  z-index: 1;
  bottom: -301px;
  position: absolute;
  left: 0px;
}
.tp-slider-2__bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.tp-slider-2__shap-2 {
  position: absolute;
  right: 0;
  bottom: -157px;
}
.tp-slider-2__shap-top::before {
  content: "";
  border-radius: 0 0 130px 130px;
  transform: rotate(-30deg);
  background-color: rgb(251, 212, 91);
  position: absolute;
  left: 181px;
  top: -169px;
  width: 279px;
  height: 514px;
  z-index: 1;
}
.tp-slider-2__height {
  height: 820px;
}
@media (max-width: 767px) {
  .tp-slider-2__height {
    height: 524px;
  }
}
.tp-slider-2__content {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__content {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__content {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__content {
    margin-left: 122px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-2__content {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2__content {
    margin-left: 0px;
  }
}
.tp-slider-2__content.tp-slider-title-2 {
  line-height: 1;
}
.tp-slider-2__content span {
  font-size: 20px;
  color: var(--primary-lt-color);
  margin-left: 15px;
}
@media (max-width: 767px) {
  .tp-slider-2__content span {
    font-size: 17px;
  }
}
.tp-slider-2__content span::after {
  position: absolute;
  width: 2px;
  height: 24px;
  content: "";
  background: var(--white-color);
  left: 0;
}
.tp-slider-2__nav {
  position: absolute;
  top: 45%;
  left: 105px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 450px) and (max-width: 575px) {
  .tp-slider-2__nav {
    bottom: 12px;
    top: auto;
    right: 158px;
    left: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-slider-2__nav {
    bottom: -10px;
    top: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__nav {
    bottom: 50px;
    top: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__nav {
    bottom: -20px;
    top: auto;
  }
}
@media (max-width: 767px) {
  .tp-slider-2__nav {
    display: none;
  }
}
.tp-slider-2__nav .hero-button-next-2 {
  width: 60px;
  height: 60px;
  border: 1px solid #d2d3d0;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  color: #d2d3d0;
  position: relative;
  z-index: 99999;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 450px) and (max-width: 575px) {
  .tp-slider-2__nav .hero-button-next-2 {
    right: 91px;
    top: 81px;
  }
}
.tp-slider-2__nav .hero-button-next-2:hover {
  border-color: #fbd45b;
  color: var(--font-color);
  background: #fbd45b;
}
.tp-slider-2__nav .hero-button-prev-2 {
  width: 60px;
  height: 60px;
  border: 1px solid #d2d3d0;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  color: #d2d3d0;
  margin-top: 20px;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tp-slider-2__nav .hero-button-prev-2 i {
  font-size: 14px;
}
.tp-slider-2__nav .hero-button-prev-2:hover {
  border-color: #fbd45b;
  color: var(--font-color);
  background: #fbd45b;
}
.swiper-slide.swiper-slide-active .tp-slider-2__bg {
  visibility: visible;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tp-slider-3__content p {
  color: var(--white-color);
  font-size: 20px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .tp-slider-3__content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3__nav {
    position: absolute;
    bottom: 50px;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.tp-slider-3__shap-left {
  position: absolute;
  content: "";
  height: 502px;
  width: 142px;
  background: #fbd45b;
  bottom: -99px;
  left: -21px;
  transform: rotate(-38deg);
  left: -100%;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 767px) {
  .tp-slider-3__shap-left {
    display: none;
  }
}
.tp-slider-3__height {
  height: 820px;
}
@media (max-width: 767px) {
  .tp-slider-3__height {
    height: 582px;
  }
}
.tp-slider-3__shap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.tp-slider-3__bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: scale(1);
  -webkit-transition: all 10s linear 0s;
  -moz-transition: all 10s linear 0s;
  -o-transition: all 10s linear 0s;
  transition: all 10s linear 0s;
}
.slider-arrow-style button {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0);
  height: 60px;
  width: 60px;
  border: 2px solid #94a19e;
  border-radius: 50%;
  color: #94a19e;
  left: 60px;
  z-index: 9;
  transform: translateY(-50%);
  transition: 0.4s;
  font-size: 20px;
}
@media (max-width: 767px) {
  .slider-arrow-style button {
    background: rgba(255, 255, 255, 0);
    height: 60px;
    width: 60px;
    transition: 0.4s;
    font-size: 20px;
    position: static;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .slider-arrow-style button {
    top: 83%;
  }
}
.slider-arrow-style button.tpslick-prev {
  left: auto;
  right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .slider-arrow-style button.tpslick-prev {
    left: 139px;
  }
}
.slider-arrow-style button:hover {
  background-color: #fbd45b;
  color: var(--white-color);
  border-color: #fbd45b;
}
.swiper-slide.swiper-slide-active .tp-slider-3__bg {
  visibility: visible;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.tp-slider-title {
  font-size: 70px;
  color: var(--white-color);
  line-height: 1;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-title {
    font-size: 89px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-title {
    font-size: 61px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 575px) {
  .tp-slider-title {
    font-size: 75px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tp-slider-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.swiper-slide-active .tp-slider-sub-title, .swiper-slide-active .tp-slider-title, .swiper-slide-active .tp-slide-btn-box, .swiper-slide-active .tp-slider-pragrap, .swiper-slide-active .shap-2, .swiper-slide-active .shap-1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide-active .tp-slider-sub-title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.swiper-slide-active .tp-slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.swiper-slide-active .tp-slider-pragrap {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.swiper-slide-active .tp-slide-btn-box {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.swiper-slide-active .shap-1 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.swiper-slide-active .shap-2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.swiper-slide-active .tp-slider-2__shap-top {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide-active .tp-slider-2__shap-top {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.swiper-button-next {
  color: red;
  font-size: 30px;
}
.swiper-button-prev.swiper-button-disabled {
  font-size: 30px;
  color: red;
}
.tp-slider-3__overlay {
  position: relative;
  background-color: #13302b;
  background-blend-mode: luminosity;
}
.tp-slider-3__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #091e1a;
  mix-blend-mode: luminosity;
  opacity: 0.75;
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.swiper-slide-active .tp-slider-3__shap-left {
  left: 0;
}
/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/
.about-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-area {
  padding: 65px 0;
}
.about-area ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.about-area ul li {
  padding: 0px 0px 4px 32px;
  position: relative;
}
.about-area ul li:before {
  content: "\f00c";
  font-weight: bold;
  background: var(--secondary-color);
  color: #d9fcde;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  font-family: var(--font-awesome);
  position: absolute;
  left: 0px;
  top: 5px;
}
.about-wapper {
  margin-left: 0px;
}
.about-main-img {
  position: relative;
  margin-bottom: 75px;
}
.about-main-img img {
  width: 100%;
}
.about-main-img::after {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(90deg, rgb(0, 113, 93) 0%, rgb(240 241 240) 50%, rgb(205 89 5) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 113, 93) 0%, rgb(240 241 240) 50%, rgb(205 89 5) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 113, 93) 0%, rgb(240 241 240) 50%, rgb(205 89 5) 100%);
  width: 30px;
  height: 115px;
  right: 30px;
  top: 46px;
}
.about-counter {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.04);
  display: inline-block;
  padding: 15px 21px 15px 21px;
  z-index: 9;
  position: absolute;
  bottom: -50px;
  left: 102px;
  right: 110px;
}
.about-counter-icon span {
  font-size: 44px;
  color: var(--font-color);
  background: #f9f4e8;
  height: 70px;
  width: 70px;
  display: inline-block;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
}
.about-counter-icon {
  float: left;
  margin-right: 26px;
}
.about-counter-text {
  float: right;
}
.about-counter-text h3 {
  font-size: 48px;
  color: var(--primary-color);
}
.about-counter-text span {
  font-size: 16px;
  color: var(--tp-text-body);
}
.counter-title {
  font-size: 48px;
  color: var(--primary-color);
  line-height: 1;
  margin: 0;
}
.about-img {
  position: relative;
  z-index: -1;
}
.tp-about-bg {
  position: absolute;
  z-index: -1;
}
.about-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-call i {
  height: 48px;
  width: 48px;
  background: var(--primary-t-color);
  color: var(--grey-lt-color);
  text-align: center;
  line-height: 51px;
  font-size: 20px;
  border-radius: 10px;
}
.about-call strong {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.about-call span {
  color: var(--primary-t-color);
  font-size: 12px;
}
/*----------------------------------------*/
/*  7.9 feature css
/*----------------------------------------*/
.tpfeature {
  background: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-radius: 5px;
  text-align: center;
}
.tpfeature svg {
  width: 130px;
  height: 130px;
  top: -35px;
  left: calc(50% - 60px);
  color: #f74780 !important;
}
.tpfeature-img img {
  max-height: 140px;
  margin-bottom: 20px;
}
.tpfeature-area {
  padding: 65px 0;
  background-image: linear-gradient(0deg, #6dadbd 0%, #ebedee 100%);
}
.tpfeature::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: var(--primary-color);
  transition: all 500ms ease;
  transform: translate3d(0px, 100%, 0px);
  z-index: 1;
}
.tpfeature__btn i {
  color: var(--primary-lt-color);
  margin-left: 10px;
  font-size: 15px;
  margin-right: 2px;
}
.tpfeature__content {
  padding: 38px 30px 50px 30px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfeature__content {
    padding: 39px 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpfeature__content {
    padding: 40px 19px;
  }
}
.tpfeature__content p {
  color: #333;
  margin-bottom: 20px;
  z-index: 9999;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfeature__content p {
    font-size: 12px;
  }
}
.tpfeature__content::after, .tpfeature__content::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: 0px;
  right: 0;
  left: 0px;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfeature__content::after, .tpfeature__content::before {
    height: 66px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .tpfeature__content::after, .tpfeature__content::before {
    height: 40px;
    width: 40px;
  }
}
.tpfeature__content::before {
  bottom: -100%;
  right: -100%;
  background: rgb(251, 212, 90);
  background: linear-gradient(90deg, rgb(251, 212, 90) 0%, rgb(0, 113, 93) 100%);
  z-index: 1;
}
.tpfeature__title {
  font-size: 42px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s;
}
.tpfeature__title:after {
  background: var(--primary-color);
  content: ' ';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  height: 4px;
  width: 95px;
  position: absolute;
  transition: all 0.3s;
}
.tpfeature:hover .tpfeature__title {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tpfeature:hover .tpfeature__title:after {
  background: #fff;
  width: 125px;
}
.tpfeature:hover .tpfeature__content p {
  color: #fff;
}
.tpfeature:hover.tpfeature::before {
  transform: translate3d(0px, 0, 0px);
}
/*----------------------------------------*/
/*  7.4 choose css
/*----------------------------------------*/
.popup-video {
  display: block;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.popup-image {
  display: block;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.choose-area {
  position: relative;
}
.choose-left-bg-img {
  position: absolute;
  left: 0;
  top: 0;
}
.tpchoose__img {
  position: relative;
  margin-left: -130px;
  position: relative;
}
.tpchoose__img img {
  width: inherit;
}
.tpchoose__img a {
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: var(--font-color);
  background: var(--primary-lt-color);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-animation: tp-ripple 1.2s linear infinite;
  animation: tp-ripple 1.2s linear infinite;
}
.tpchoose__img a:hover {
  background: #00715d;
}
.tpchoose__img a:hover i {
  color: #fff;
}
.tpchoose__img a i {
  color: var(--font-color);
  transition: 0.4s;
}
/*----------------------------------------*/
/*  8.9 testimonial css
/*----------------------------------------*/
.testimonials-area {
  background: var(--primary-color);
  padding: 75px 0 145px 0;
}
.testimonial {
  background: var(--white-color);
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.testimonial .star {
  display: flex;
  margin-top: 15px;
  gap: 5px;
}
.testimonial .star i {
  color: var(--primary-lt-color);
  font-size: 15px;
}
.testimonial-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.testimonial-user {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
}
.testimonial-thumb {
  width: 60px;
}
.testimonial-thumb img {
  position: relative;
  border-radius: 5px;
}
.reviewer-name {
  font-size: 18px;
  font-weight: var(--font-sbold);
}
.reviewer-course {
  font-size: 13px;
}
.testimonial-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-t-color);
  width: 30px;
  opacity: 1;
}
.testimonial-slider-dots .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 5px;
  display: inline-block;
  background-color: var(--white-color);
  margin: 0px 3px;
  opacity: 0.5;
  transition: 0.3s;
}
/*----------------------------------------*/
/*  7.6 counter css
/*----------------------------------------*/
.tp-fact-area {
  background-size: cover;
  background-position: center;
  position: relative;
}
.tpfact__icon {
  float: left;
  margin-right: 20px;
}
.tpfact__icon i {
  font-size: 60px;
  color: var(--font-color);
}
.tpfact__content {
  overflow: hidden;
}
.tpfact__content h2 {
  font-size: 48px;
  color: var(--primary-color);
}
.tpfact__content h2 span {
  font-size: 48px;
  color: var(--primary-color);
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpfact__content h2 span {
    font-size: 35px;
  }
}
.tpfact__content span {
  font-size: 18px;
  color: var(--tp-text-body);
}
@media (min-width: 1300px) {
  .container-custom {
    max-width: 1370px;
  }
}
.fact-bg {
  padding: 65px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-mlr {
  margin-top: -110px;
}
.tpfact-2__bg-shap {
  position: absolute;
  left: 0;
  top: 0;
  animation: moving 9s linear infinite;
}
.tpfact-2__icon {
  color: var(--primary-lt-color);
  font-size: 67px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tpfact-2__icon h2 {
  font-size: 48px;
  color: var(--grey-lt-color);
  padding-top: 20px;
  margin-right: 25px;
}
.tpfact-2__icon h2 .counter {
  margin-left: 24px;
}
.tpfact-2__icon span {
  float: left;
}
.tpfact-2__content span {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding: 12px 31px;
  z-index: 9;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tpfact-2 {
    margin-left: 0px;
  }
}
.tpfact-2:hover .tpfact-2__content span {
  background: var(--white-color);
  color: var(--font-color);
}
.tp-fact-area {
  background-repeat: no-repeat;
  background-size: cover;
}
.counter__content p {
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__content p {
    float: right;
  }
}
/*----------------------------------------*/
/*  8.4 project css
/*----------------------------------------*/
.course__thumb img {
  transition: all 0.3s ease-out 0s;
}
.course:hover img {
  transform: scale(1.1);
}
.projects-area-margin {}
.project-active .swiper-slide {
  padding: 20px;
}
.course {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
  transition: all 600ms ease;
  margin-bottom: 25px;
}
.course:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.course__content {
  position: relative;
  padding: 15px 30px 25px 30px;
  transition: 0.3s;
  text-align: center;
  z-index: 9;
  margin: 0px;
  background-color: rgb(255, 255, 255);
}
.course__content span {
  font-size: 16px;
  color: var(--tp-text-body);
  display: inline-block;
  line-height: 0;
}
.course__content h3 {
  font-size: 18px;
  color: var(--font-color);
  font-weight: 400;
  margin: 0;
  margin-top: 7px;
}
.course__content h3:hover {
  color: #00715d;
}
.course__thumb {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course__thumb {
    bottom: -23px;
  }
}
.course__thumb img {
  width: 100%;
}
.course__thumb .course-icon {
  position: absolute;
  top: 10%;
  right: 10%;
  transform: translate(-50%, -50%);
  background: var(--white-color);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
  transform: scale(0);
  transition: all 600ms ease;
  z-index: 999999999;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .course__thumb .course-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.course__thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 166 219 / 50%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}
.course:hover .course__thumb::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.course:hover .course__thumb .course-icon {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  transition-delay: 300ms;
}
.course:hover .course__thumb .course-icon:hover {
  background: #fbd45b;
}
.course:hover .course__content {
  background: var(--white-color);
}
.course__content::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background-color: var(--primary-t-color);
  transition: 0.3s linear;
}
.course:hover .course__content::before {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
.course-img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
  margin: 15px 0 15px 0;
  display: block;
}
@media (min-width: 992px) {
  .course-img {
    margin-top: -200px;
  }
}
.course-header {
  background: var(--primary-t-color);
  padding: 60px 0;
  color: #fff;
}
.course-title {
  color: var(--white-color);
  font-weight: 500;
}
.course-header p {
  color: var(--white-color);
  font-weight: 500;
}
.course-specs {
  padding: 15px 0px 0;
}
.course-specs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.course-specs ul li {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.course-specs ul li span {
  font-weight: 500;
}
.course-specs ul li + li {
  border-top: 1px solid #f1f1f1;
}
.course-social {
  background: var(--white-color);
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  padding: 11px 15px;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.social-profile {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.social-profile li a {
  height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  border-radius: 3px;
  line-height: 35px;
  font-size: 15px;
  transition: 0.3s ease-in-out;
  color: var(--primary-t-color);
}
.social-profile li a:hover {
  color: var(--white-color);
  background-color: var(--primary-t-color);
  transform: translateY(-5px);
}
.course-details-area, .projects-area {
  background: #f9f9fa;
  padding: 60px 0;
}
.course-descp {
  padding: 0px;
}
.mlr {
  margin-left: 175px;
  margin-right: 175px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mlr {
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mlr {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mlr {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/*----------------------------------------*/
/*  8.8 team css
/*----------------------------------------*/
.tp-team-2__item:hover .tp-team-2__thumb::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.tp-team-2__item:hover .tp-team-2__share {
  background: var(--primary-lt-color);
  color: var(--font-color);
}
.tp-team-2__item:hover img {
  transform: scale(1.1);
}
.tp-team-2__content::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background-color: #006e5a;
  transition: 0.3s linear;
}
.tp-team-2__item:hover .tp-team-2__content::before {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
.tp-team-2__box {
  position: relative;
}
.tp-team-2__thumb::before {
  position: absolute;
  content: "";
  background: rgba(40, 55, 52, 0.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform: translateY(-70%);
  transform: translateY(-100%);
  visibility: hidden;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}
.tp-team-2__thumb img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tp-team-2__share {
  background: #00705c;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  color: white;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -27px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}
.tp-team-2__content {
  padding: 30px 0 10px 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
.tp-team-2__content h4 {
  font-size: 18px;
  color: var(--font-color);
  font-weight: 400;
  margin: 0;
}
.tp-team-2__content h4:hover {
  color: #00715d;
}
.tp-team-2__content span {
  color: var(--tp-text-body);
  font-size: 16px;
}
.tp-team-2__social {
  display: inline-block;
  position: absolute;
  color: var(--font-color);
  bottom: 44px;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: translateY(-40px);
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-team-2__social {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-team-2__social {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-team-2__social {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tp-team-2__social {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-team-2__social {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.tp-team-2__social ul {
  background: var(--grey-lt-color);
  display: inline-block;
  padding: 7px 30px;
}
.tp-team-2__social ul li {
  display: inline-block;
  padding: 0 8px;
}
.tp-team-2__social ul li a i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tp-team-2__social ul li a:hover i {
  color: #fbd45a;
}
.tp-team-2__social::before {
  clip-path: polygon(100% 0, 1% 0, 53% 100%);
  position: absolute;
  left: 50%;
  right: 50%;
  background: var(--grey-lt-color);
  height: 13px;
  width: 12px;
  content: "";
  bottom: -12px;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tp-team-2__item:hover .tp-team-2__social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.team-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-lt-color);
  width: 20px;
  border-radius: 10px;
}
.team-slider-dots .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  display: inline-block;
  background-color: var(--font-color);
  margin: 0px 2px;
  transition: 0.3s;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team-detials {
    padding-right: 0;
  }
}
.team-detials__info h4 {
  font-size: 24px;
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .team-detials__info h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .team-detials__content {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .tp-skill__content {
    padding-right: 0;
  }
}
.tp-skill__content .help-list ul li {
  width: 100%;
}
.team-detials__call-content a {
  display: block;
  font-size: 16px;
  color: #283734;
  font-weight: 600;
}
.team-detials__call {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-detials__call {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .team-detials__call {
    padding-left: 0px;
    padding-top: 20px;
  }
}
.team-detials__contact {
  display: flex;
}
@media (max-width: 767px) {
  .team-detials__contact {
    display: block;
  }
}
.team-detials__call-icon {
  height: 48px;
  width: 48px;
  background: var(--grey-lt-color);
  text-align: center;
  line-height: 51px;
  font-size: 20px;
}
.team-detials__social {
  display: flex;
}
.team-detials__social span {
  color: var(--tp-text-body);
  font-size: 16px;
  font-size: 500;
}
.team-detials__social .icon i {
  font-size: 16px;
  color: var(--font-color);
  margin-left: 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .team-detials__social .icon i {
    margin-left: 16px;
  }
}
.team-detials__social .icon i:hover {
  color: #fbd45b;
}
.team-area {
  padding: 65px 0;
  background: var(--secondary-lt-color);
}
.tp-message-area {
  background-size: cover;
  background-repeat: no-repeat;
}
/*----------------------------------------*/
/*  7.8 error css
/*----------------------------------------*/
.error-page__tagline {
  font-size: 34px;
  color: var(--font-color);
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .error-page__tagline {
    font-size: 29px;
  }
}
.error-page__form-input {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.error-page__form {
  position: relative;
  display: block;
  margin: 32px auto 20px;
}
.error-page__form input[type=search] {
  height: 61px;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--grey-lt-color);
  font-size: 16px;
  color: rgba(var(--tp-text-body), 0.6);
  font-weight: 500;
  padding-left: 50px;
  padding-right: 75px;
}
.error-page__form button[type=submit] {
  background-color: transparent;
  color: var(--font-color);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 70px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}
/*----------------------------------------*/
/*  8.2 portfolio css
/*----------------------------------------*/
.portfolio-title {
  color: var(--font-color);
  font-size: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-padding {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio-warp {
    padding-bottom: 49px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .tp-portfolio__area {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}
.tp-portfolio__content p {
  font-size: 18px;
  color: var(--tp-text-body);
  line-height: 34px;
}
/*----------------------------------------*/
/*  7.3 brand css
/*----------------------------------------*/
.tp-brand-single {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 30px;
}
.tp-brand-single:hover {
  opacity: 1;
}
.brand-area {
  padding: 65px 0;
}
.tp-brand-area {
  margin-bottom: -90px;
  z-index: 9;
  position: relative;
}
.tp-brand-single {
  margin-left: 8px;
}
.tp-brand__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  animation: moving 9s linear infinite;
}
/*----------------------------------------*/
/*  7.2 Blog css
/*----------------------------------------*/
.tpblog {
  position: relative;
}
.tpblog__catagori {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  z-index: 11;
}
.tpblog__catagori span {
  font-size: 14px;
  color: var(--white-color);
  display: inline-block;
  padding: 15px 30px;
  line-height: 1;
  font-weight: bold;
}
.tpblog__thumb a img {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 2;
  position: relative;
}
.tpblog__meta i {
  color: var(--primary-color);
  padding-right: 6px;
}
.tpblog__meta .date {
  color: #6f7775;
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpblog__meta .date {
    padding-right: 6px;
  }
}
.tpblog__meta .date a {
  color: var(--tp-text-body);
  font-size: 14px;
  margin-bottom: 30px;
}
.tpblog__meta .user {
  color: #6f7775;
  font-size: 14px;
  text-transform: capitalize;
}
.tpblog__thumb {
  position: relative;
}
.tpblog__thumb img {
  width: 100%;
}
.tpblog__thumb::before {
  content: "";
  position: absolute;
  background: rgba(12, 38, 33, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
  z-index: 11;
}
.tpblog__content {
  padding: 12px 30px 30px 30px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.tpblog__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 90px;
  background-image: -moz-linear-gradient(90deg, rgb(251, 212, 90) 0%, rgb(126, 163, 92) 49%, rgb(0, 113, 93) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(251, 212, 90) 0%, rgb(126, 163, 92) 49%, rgb(0, 113, 93) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(251, 212, 90) 0%, rgb(126, 163, 92) 49%, rgb(0, 113, 93) 100%);
  clip-path: polygon(100% 70%, 69% 100%, 100% 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: translateY(40px);
  transition: all 0.6s ease-in-out;
  z-index: 2;
}
.tpblog__content::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  background: var(--primary-lt-color);
  width: 79px;
  height: 53px;
  clip-path: polygon(100% 42%, 100% 61%, 75% 98%, 68% 93%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(40px);
}
.tpblog__content .tp-blog-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-t-color);
  font-family: var(--primary-font);
  line-height: 35px;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tpblog__content p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tpblog__arrow-box span {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 600ms ease;
  transition-delay: 0s;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.tpblog__arrow-box span a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: var(--font-color);
  background: var(--primary-lt-color);
}
.tpblog:hover .btn-link-sm {
  background: var(--primary-lt-color);
}
.tpblog:hover:hover .tpblog__thumb a img {
  transform: scale(1.1);
}
.tpblog:hover .tpblog__arrow-box span {
  visibility: visible !important;
  opacity: 1 !important;
  transition-delay: 200ms !important;
  z-index: 99 !important;
}
.tpblog__catagori-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tpblog__catagori-2 span {
  font-size: 14px;
  color: var(--white-color);
  display: inline-block;
  padding: 25px 30px;
  line-height: 1;
  font-weight: bold;
  z-index: 9;
  position: relative;
}
.tpblog__meta-2 i {
  color: var(--primary-color);
  padding-right: 6px;
}
.tpblog__meta-2 .date {
  font-size: 14px;
  color: #6f7775;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tpblog__meta-2 .date {
    padding-right: 6px;
    font-size: 14px;
  }
}
.tpblog__meta-2 .date a {
  color: var(--tp-text-body);
  font-size: 14px;
  margin-bottom: 30px;
}
.tpblog__meta-2 .user {
  font-size: 14px;
  color: #6f7775;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tpblog__meta-2 .user {
    padding-right: 6px;
    font-size: 14px;
  }
}
.tpblog__thumb-2 {
  position: relative;
}
.tpblog__thumb-2 img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tpblog__thumb-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(3, 4, 28, 0) 0%, rgba(3, 4, 28, 0.4) 58.32%, rgb(40, 55, 52) 100%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 9;
}
.tpblog__content-2 {
  padding: 20px 30px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpblog__content-2 {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .tpblog__content-2 {
    padding: 17px 26px;
  }
}
.tpblog__content-2 .tp-blog-title {
  font-size: 24px;
  font-weight: 400;
  color: var(--font-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpblog__content-2 .tp-blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpblog__content-2 .tp-blog-title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tpblog__content-2 .tp-blog-title {
    font-size: 20px;
  }
}
.tpblog__arrow-box-2 {
  position: absolute;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  background: var(--grey-lt-color);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--font-color);
  bottom: 35px;
  right: 16px;
}
.tpblog:hover .tp-btn-4 {
  color: var(--primary-t-color);
}
.tpblog:hover .tpblog__arrow-box-2 {
  background: var(--primary-lt-color);
}
.tpblog:hover .tpblog__thumb::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tpblog:hover .tpblog__content::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tpblog:hover .tpblog__content::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.tpblog:hover .tpblog__thumb-2 img {
  transform: scale(1.17) rotate(2deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .user a {
    font-size: 14px;
  }
}
.date a {
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .date a {
    font-size: 14px;
  }
}
.blog-area {
  padding: 65px 0px;
}
.tpblog-3__content {
  padding: 14px 40px 20px 30px;
  background: var(--grey-lt-color);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tpblog-3__content {
    padding: 14px 10px 21px 13px;
  }
}
.tpblog-3__content::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  height: 4px;
  width: 0;
  opacity: 0;
  background-color: #fbd45a;
  transition: 0.3s linear;
}
.tpblog-3__img .date {
  text-align: center;
  background: #fbd45b;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.tpblog-3__meta .user {
  font-size: 14px;
  color: #6f7775;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog-3__meta .user {
    font-size: 15px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tpblog-3__meta .user {
    margin-right: 12px;
    font-size: 14px;
  }
}
.tpblog-3__meta .user i {
  color: #1c806e;
  font-size: 14px;
  padding-right: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tpblog-3__meta .user i {
    font-size: 14px;
    padding-right: 5px;
  }
}
.tpblog-3__meta .Comments {
  font-size: 14px;
  color: #6f7775;
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tpblog-3__meta .Comments {
    padding-right: 0;
    font-size: 14px;
  }
}
.tpblog-3__meta .Comments i {
  color: #1c806e;
  font-size: 14px;
  padding-right: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tpblog-3__meta .Comments i {
    font-size: 14px;
    padding-right: 5px;
  }
}
.tpblog-3__meta .date {
  position: absolute;
  left: 30px;
  bottom: 145px;
  text-align: center;
  background: #fbd45b;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tpblog-3__meta .date {
    bottom: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpblog-3__meta .date {
    bottom: 137px;
  }
}
@media (max-width: 767px) {
  .tpblog-3__meta .date {
    bottom: 136px;
  }
}
.tpblog-3__meta .date a {
  font-size: 14px;
  color: var(--font-color);
  background: #fbd45b;
  padding: 11px 20px;
  line-height: 0;
  font-weight: bold;
}
.tpblog-3:hover .tpblog-3__content::before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}
.tpblog-3:hover:hover .tpblog-3__content {
  background: #fff;
}
.tpblog-3:hover .tpblog-3__img::before {
  opacity: 1;
  visibility: visible;
}
.tpblog-3:hover .plus-icon {
  opacity: 1;
  visibility: visible;
}
.tpblog-3__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 55, 52, 0.52);
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.tpblog-3__img .plus-icon {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  color: var(--white-color);
  font-size: 30px;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .blog-area-3 {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-padding {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.tp-blog-title {
  font-size: 24px;
  font-weight: 400;
  color: var(--font-color);
}
.postbox__thumb span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fbd45b;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--font-color);
  font-weight: bold;
}
.postbox__meta {
  padding: 20px 0;
}
.postbox__meta span {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .postbox__meta span {
    margin-right: 17px;
  }
}
.postbox__meta span a {
  font-size: 14px;
  color: var(--tp-text-body);
}
.postbox__meta span a i {
  font-size: 14px;
  color: var(--primary-color);
  margin-right: 14px;
}
@media (max-width: 767px) {
  .postbox__meta span a i {
    margin-right: 7px;
  }
}
.postbox__meta span a:hover {
  color: var(--primary-color);
}
.postbox__title {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 800;
}
.postbox__tagcloud {
  display: flex;
  justify-content: space-between;
  background: var(--grey-lt-color);
  padding: 40px;
  align-items: center;
  border: 1px solid #eaebeb;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__tagcloud {
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__tagcloud {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .postbox__tagcloud {
    display: inline-block;
    padding: 12px;
  }
}
.postbox__banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #283734;
  opacity: 0.9;
}
.postbox__banner-img-yellow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbd45a;
  opacity: 0.9;
}
.postbox__tag.tagcloud {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.postbox__tag.tagcloud h5 {
  color: var(--font-color);
  font-size: 18px;
  font-weight: 400;
  margin-right: 25px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__tag.tagcloud h5 {
    font-size: 16px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .postbox__tag.tagcloud h5 {
    font-size: 16px;
    margin-right: 10px;
  }
}
.postbox__tag.tagcloud a {
  margin-right: 10px;
  background: var(--white-color);
  padding: 5px 21px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .postbox__tag.tagcloud a {
    padding: 10px 12px;
  }
}
.postbox__tag.tagcloud a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
@media (max-width: 767px) {
  .postbox__social .icon {
    text-align: center;
    margin-top: 10px;
  }
}
.postbox__social .icon ul li {
  list-style: none;
  display: inline-block;
}
.postbox__social .icon ul li a {
  font-size: 16px;
  color: var(--white-color);
  background: var(--font-color);
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 13px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.postbox__social .icon ul li a:hover {
  background: var(--primary-lt-color);
  color: var(--font-color);
}
.postbox__comment-title {
  font-size: 30px;
}
.postbox__comment ul {
  list-style: none;
}
.postbox__comment-avater {
  flex: 0 0 auto;
}
.postbox__comment ul li {
  padding-bottom: 55px;
  list-style: none;
  border-bottom: 1px solid #e9ebea;
  padding-top: 55px;
}
.postbox__comment-name h5 {
  color: var(--font-color);
  font-size: 20px;
}
.postbox__comment-name .post-meta {
  font-size: 14px;
  color: var(--primary-color);
}
.postbox__comment-reply {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .postbox__comment-reply {
    right: 6px;
    bottom: 154px;
    top: auto;
  }
}
.postbox__comment-reply a {
  color: var(--font-color);
  font-size: 14px;
  background: var(--primary-lt-color);
  padding: 10px 20px;
  font-weight: 700;
}
.postbox__comment-reply a:hover {
  background: var(--primary-color);
  color: #fff;
}
.postbox__comment-form-title {
  font-size: 30px;
  line-height: 0;
  margin-bottom: 55px;
  line-height: 1.2;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 30px;
}
.tp-blog-title a:hover {
  color: var(--primary-color);
}
.blog-border {
  margin-top: 25px;
  border-top: 1px solid #e9ebea;
  padding-top: 22px;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 60px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: var(--black-color);
  outline: none;
  border: 1px solid transparent;
  background: var(--grey-lt-color);
}
.postbox__comment-input textarea {
  height: 150px;
  resize: none;
  padding: 5px 30px;
}
@media (max-width: 767px) {
  .blog-area-2 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.shap-img {
  position: absolute;
  top: 0;
  right: -7px;
}
.cta-area {
  background: var(--primary-t-color);
  padding: 75px 0;
}
.cta-mlr {
  margin-left: 375px;
  margin-right: 375px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .cta-mlr {
    margin-left: 216px;
    margin-right: 216px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .cta-mlr {
    margin-left: 109px;
    margin-right: 109px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-mlr {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .cta-mlr {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/*----------------------------------------*/
/*  7.5 contact css
/*----------------------------------------*/
.contact__info-icon i {
  font-size: 18px;
}
.contact__social .icon ul li {
  list-style: none;
  display: inline-block;
}
.contact__social .icon ul li a {
  margin-right: 25px;
  color: #00715d;
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__social .icon ul li a {
    margin-left: 0px;
  }
}
.contact__social .icon ul li a:hover {
  color: #283734;
}
.contact__line a {
  font-size: 18px;
  color: #283734;
  font-weight: 400;
}
.contact__info-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.contact__info-text h4 {
  font-size: 18px;
  color: #283734;
}
.contact__info-item {
  position: relative;
  padding-left: 30px;
}
.contact__info ul li {
  list-style: none;
  padding-bottom: 15px;
}
.contact__info ul li a span {
  font-size: 18px;
  color: #283734;
  font-weight: 400;
  font-family: var(--primary-font);
}
.contact__info ul li a i {
  margin-right: 20px;
  color: #283734;
  font-size: 18px;
}
.contact__info ul li a:hover {
  color: #fbd45b;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .contact {
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .contact {
    margin-left: 0px;
  }
}
/*** 
=============================================
    Main Contact Form Area Css
=============================================
***/
.main-contact-form-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 10;
}
.contact-info-box {
  position: relative;
  display: block;
}
.contact-info-box .sec-title {
  padding-bottom: 25px;
}
.contact-info-box .text {
  position: relative;
  display: block;
}
.contact-info-box .text p {
  margin: 0px;
}
.contact-info-list {
  position: relative;
  display: block;
  margin-top: 38px;
}
.contact-info-list li {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.contact-info-list li .icon, .contact-info-list li .text {
  display: table-cell;
  vertical-align: middle;
}
.contact-info-list li .icon {
  position: relative;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  font-size: 15px;
}
.contact-info-list li .icon span::before {
  position: relative;
  display: block;
  line-height: 60px;
}
.contact-info-list li .text {
  position: relative;
  padding-left: 20px;
  max-width: 380px;
}
.contact-info-list li .text p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}
.contact-info-list li .text h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.contact-info-list li .text h4 a {
  color: var(--black-color);
}
.contact-info-list li .text h4 a:hover {
  color: var(--thm-primary);
}
/*** 
=============================================
    Contact Info Style1 Area Css
=============================================
***/
.contact-info-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0 120px;
  z-index: 10;
}
.contact-info-style1__box {
  position: relative;
  display: block;
}
.contact-form {
  position: relative;
  display: block;
}
.contact-form.max-width {
  max-width: 770px;
  margin: 0 auto;
}
.contact-form form {
  position: relative;
  display: block;
}
.contact-form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form textarea, .contact-form form select {
  position: relative;
  display: block;
  background-color: #ebf1ed;
  width: 100%;
  height: 62px;
  border: 1px solid #ebf1ed;
  color: #737c76;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}
.contact-form form textarea {
  height: 155px;
  padding-top: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #737c76;
}
.contact-form form input[type="text"]:-moz-placeholder {
  color: #737c76;
}
.contact-form form input[type="text"]::-moz-placeholder {
  color: #737c76;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #737c76;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #737c76;
}
.contact-form form input[type="email"]:-moz-placeholder {
  color: #737c76;
}
.contact-form form input[type="email"]::-moz-placeholder {
  color: #737c76;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #737c76;
}
.contact-form form textarea::-webkit-input-placeholder {
  color: #737c76;
}
.contact-form form textarea:-moz-placeholder {
  color: #737c76;
}
.contact-form form textarea::-moz-placeholder {
  color: #737c76;
}
.contact-form form textarea:-ms-input-placeholder {
  color: #737c76;
}
.contact-form form .button-box {
  position: relative;
  display: block;
  padding-top: 10px;
}
.contact-form form .button-box button {
  padding-top: 9px;
  padding-bottom: 5px
}
@-webkit-keyframes iliketomoveit {
  0% {
    left: 0px;
  }
  25% {
    left: 400px;
  }
  75% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}
@keyframes iliketomoveit {
  0% {
    left: 0px;
  }
  25% {
    left: 400px;
  }
  75% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}
.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-top: 7px;
  padding-left: 60px;
  padding-bottom: 3px;
  padding-right: 60px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 14px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--primary-font);
  z-index: 1;
}
.btn-one .txt {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.btn-one .arrow {
  position: relative;
  top: -2px;
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.btn-one:hover, .btn-one:focus {
  color: #ffffff;
}
.btn-one:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  width: 100%;
  content: "";
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 0px;
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  background-color: var(--primary-t-color);
  z-index: 1;
}
.btn-one:hover:before {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.contact-form--style2 {
  position: relative;
  display: block;
  max-width: 570px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07), inset 0px 10px 0px 0px rgba(0, 105, 64, 0.004);
  padding: 58px 70px 48px;
}
.contact-form--style2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  height: 10px;
  content: "";
}
.contact-form--style2 .sec-title {
  padding-bottom: 14px;
}
.contact-form--style2 form .button-box {
  padding-top: 0px;
}
.contact-form--style2 form textarea {
  height: 110px !important;
  padding-top: 20px;
}
.contact-form--style2 form .input-box {
  margin-bottom: 15px;
}
.contact-form--style2 form input[type="text"], .contact-form--style2 form input[type="email"], .contact-form--style2 form textarea {
  height: 52px;
}
/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area {
  position: relative;
  display: block;
  background: #ffffff;
  z-index: 10;
}
.google-map-area .auto-container {
  max-width: 100%;
  padding: 0;
}
.contact-page-map-outer {
  position: relative;
  display: block;
  z-index: 10;
}
.contact-page-map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 675px;
}
.tp-form-box {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 400;
  text-transform: capitalize;
}
.tp-form-title {
  font-size: 24px;
  color: #fbd45b;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-accordion {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-accordion .title {
    font-size: 33px;
    line-height: 40px;
  }
}
.tpmap-wrapper iframe {
  filter: saturate(0);
  width: 100%;
  height: 339px;
}
.service-details-contact-info {
  position: relative;
  display: block;
  background: var(--primary-t-color);
  padding: 60px 65px 55px;
  margin-top: 30px;
}
.service-details-contact-info .top-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.service-details-contact-info .top-box .icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  font-size: 25px;
  margin: 0 auto 25px;
}
.service-details-contact-info .top-box .icon span::before {
  position: relative;
  display: inline-block;
  line-height: 80px;
}
.service-details-contact-info .top-box h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
.service-details-contact-info .bottom-box {
  position: relative;
  display: block;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.service-details-contact-info .bottom-box p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
.service-details-contact-info .bottom-box h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 800;
  margin-top: 11px;
}
.service-details-contact-info .bottom-box h3 {
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 11px;
}
.service-details-contact-info .bottom-box h2 a, .service-details-contact-info .bottom-box h3 a {
  color: #ffffff;
}
.service-details-contact-info .bottom-box h2 a:hover, .service-details-contact-info .bottom-box h3 a:hover {
  color: var(--primary-color);
}
.postbox__item {
  background: var(--white-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.postbox__content {
  padding: 20px;
}
.student-enrolled {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.student-title {
  display: block;
  padding: 25px;
  background: var(--primary-lt-color);
  color: var(--white-color);
  text-align: center;
  font-weight: 700;
  font-size: 19px;
}
.students-active {
  max-height: 380px;
  margin: 25px;
}
.student-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.student-user img {
  max-width: 290px;
}
.kata-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.kata-box span {
  position: absolute;
  color: #fff;
  font-size: 24px;
  top: 50%;
  left: 0px;
  text-align: center;
  font-weight: 700;
  width: 100%;
  padding: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.kata-box span i {
  width: 60px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  background: #FF0000;
  border-radius: 5px;
  text-align: center;
}
.team-box {
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.student_img {
  overflow: hidden;
    position: relative
}
.student_img img {
  border-radius: 10px;
    width: 100%;
}
.style_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.style_img img {
  border-radius: 10px;
    width: 65px;
}
.student_info {
  text-align: center;
  padding: 0px 0 10px;
  margin: 0px;
}
.student_info h4 {
  padding: 0px;
  margin: 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}
.student-record {
  padding: 0px 15px;
  margin: 0px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}
.instructor-record {
  padding: 0px 15px;
  margin: 0px;
  font-size: 15px;
}
.student_more_info {
  position: absolute;
  bottom: -30px;
  right: 0px;
  left: 0px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s all ease 0.1s;
}
.team-box:hover .student_more_info {
  bottom: 0px;
  transition: 0.3s all ease 0.1s;
}
.student_more_info a {
  bottom: 0px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  background: transparent;
  background-image: -moz-linear-gradient(47deg, #3297d7 0, #1f78d3 100%);
  background-image: -webkit-linear-gradient(47deg, #3297d7 0, #1f78d3 100%);
  background-image: -ms-linear-gradient(47deg, #3297d7 0, #1f78d3 100%);
  box-shadow: 0 8px 29px 0 rgb(32 120 211 / 60%);
}

.gallery{
  columns:4;
  margin: auto;
  max-width:100%;
   column-gap:15px
}
.gallery img{
  width: 100%;
  border-radius: .4em

}


@media screen and (max-width:767px){
  .gallery{
    columns:2;
    max-width:100%;
  }
  
}
@media screen and (min-width:768px) and (max-width:1024px){
  .gallery{
    columns:3;
    max-width:100%;
  }
  
}
.user-details-section{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.user-details{
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:10px;
    padding: 15px;
}
.user-details li{
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.user-details li i{
    margin: 0 10px 0 0;
}

.user-box{
   padding: 15px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    background: #E8EBED;
}
.user-box-footer{
    display: flex;
    justify-content: space-between;
}
.user-box.active{
    background: #E9F6F8;
}
.user-box p{
    padding: 0px;
    margin: 0px;
}
ul.tabs {
display: flex;
flex-wrap: wrap;
margin: 0px;
padding: 0px;
list-style: none;
gap: 10px;
}
ul.tabs li {
display: inline-block;
padding: 25px;
cursor: pointer;
color: #fff;
position: relative;
background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
border-radius: 3px 3px 0 0;
    transition: 0.3s all;
}
ul.tabs li span{
    height: 24px;
    width:24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
  border-radius: 3px;
color: #e0f9ec;
  background: #49b780;
  position: relative;
}
ul.tabs li.current, ul.tabs li:hover { 
color: #fff;
position: relative;
background: linear-gradient(90deg, #9ebd13 0%, #008552 100%);
    transition: 0.3s all;
}
.tab-content {
display: none;
background: var(--white-color);
padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.tab-content.current {
display: inherit;
}