/*
  =======================
  == genral css  style ==
  =======================
*/
/* ===================
fonts
====================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;family=Rubik:wght@400;500;700;800;900&amp;display=swap");
/* ===================
general css
====================== */
*, *:before, *:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

.popup-box::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "YourCustomFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: #757F95;
  line-height: 1.8;
}

a {
  color: #0C1529;
  display: inline-block;
}

.color-8 {
  color: white !important;
}

a, a:active, a:focus, a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: black;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #0C1529;
  margin: 0px;
  font-weight: 500;
  font-family: "Vazirmatn-bold";
  line-height: 1.2;
}

p {
  margin: 0px;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

img {
  height: 100%;
  width: 100%;
}

.green {
  color: #85DD6C !important;
}

.white {
  color: white !important;
}

.black {
  color: #0C1529 !important;
}

.z-1 {
  position: relative;
  z-index: 12;
}

.bg-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

hr {
  margin: 0px 0;
}

.rtl {
  direction: rtl;
}

/* ===================
theme default css
====================== */
.ovrflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: #F3F5F6;
}

.row-gab {
  row-gap: 20px;
}

.rounded-10 {
  border-radius: 10px;
}

.shadwo-one {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.size-30 {
  font-size: 30px;
}

.size-25 {
  font-size: 25px;
}

.size-20 {
  font-size: 20px;
}

.size-15 {
  font-size: 15px;
}

.size-10 {
  font-size: 10px;
}

.bg-main {
  background-color: #006837;
}

.bg-second {
  background-color: #4caf51;
}

.bg-thread {
  background-color: #89c33d;
}

.bg-foure {
  background-color: #bababa;
}

.bg-white {
  background-color: #d4d1d1;
}

.bg-black {
  background-color: #000000;
}

.bg-five {
  background-color: #ebebeb;
}

.mian-color {
  color: #006837;
}

.second-color {
  color: #89c33d;
}

.second-color-2 {
  color: #bababa;
}

.gold {
  color: gold;
}

.white {
  color: #ffffff;
}

.primary {
  color: #006837;
}

.secon {
  color: #4caf51;
}

.secon-2 {
  color: #bababa;
}

.black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-gold {
  color: gold;
}

.bg-primary {
  background-color: #006837;
}

.bg-sub {
  background-color: #4caf51;
}

.bg-sub-2 {
  background-color: #bababa;
}

.bg-praimary {
  background-color: #d4d1d1;
}

.bg-secondary {
  background-color: #4caf51 !important;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(4, 16, 79, 0.67);
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

.overlay1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 17, 12, 0.1);
}

.overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 17, 12, 0.7882352941);
  border-radius: 0px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.69);
  top: 0px;
  left: 0;
}

.overlay4 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  top: 0px;
  left: 0;
}

.overlay5 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(11, 60, 39, 0.92);
  top: 0px;
  left: 0;
}

.overlay6 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.54);
  top: 0px;
  left: 0;
  z-index: -2;
}

.hover-2:hover {
  color: #ffffff;
}

@keyframes popUp {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pophid {
  0% {
    transform: scaleZ(0.5);
    opacity: 0;
  }
  80% {
    transform: scaleZ(1.05);
  }
  100% {
    transform: scaleZ(1);
  }
}
.ddfdf {
  transform: scaleZ();
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.accordion-header {
  background-color: #f1f1f1;
  color: #333;
  cursor: pointer;
  padding: 18px;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  transition: background-color 0.3s ease;
}

.accordion-header.active, .accordion-header:hover {
  background-color: #ddd;
}

.accordion-content {
  padding: 18px;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-512.png") no-repeat center center;
  background-size: contain;
}

.accordion-header.active .icon {
  background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-up-512.png") no-repeat center center;
  background-size: contain;
}

@font-face {
  font-family: "Cairo-Black";
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../font/Cairo-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Bold";
  font-style: Black;
  font-weight: 900;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../font/Cairo-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cairo-ExtraBold";
  font-style: Black;
  font-weight: 900;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../font/Cairo-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cairo-ExtraLight";
  font-style: Black;
  font-weight: 900;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../font/Cairo-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Light";
  font-style: Black;
  font-weight: 900;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../font/Cairo-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Medium";
  font-style: Black;
  font-weight: 900;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../font/Cairo-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Regular";
  font-style: Black;
  font-weight: 900;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../font/Cairo-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Cairo-SemiBold";
  font-style: Black;
  font-weight: 900;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(../font/Cairo-SemiBold.woff) format("woff");
  font-display: swap;
}
.font-list-one {
  font-family: "Cairo-Medium";
  font-size: 17px;
}

.font-title-one {
  font-family: "Cairo-Black";
}

.font-title-tow {
  font-family: "Cairo-Bold";
}

.font-title-three {
  font-family: "Cairo-ExtraBold";
}

.font-title-four {
  font-family: "Cairo-Regular";
}

.para-one {
  font-family: "Cairo-Medium";
}

.font-0 {
  font-family: "Vazirmatn-Medium" !important;
}

.font-1 {
  font-family: "Vazirmatn-black" !important;
}

.font-2 {
  font-family: "Vazirmatn-Light" !important;
}

.font-3 {
  font-family: "Vazirmatn-Medium" !important;
}

/*
  |====
 | |== font size and color 
  |====
*/
h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
}

font-size-one {
  font-size: 14px !important;
}

.item-instructor {
  padding: 9px !important;
}

.main-btn {
  background-color: #bd9d9d;
  padding: 4px 13px;
  font-size: 19px;
  margin: 10px 5px;
}

.btn-one {
  padding: 4px 13px;
  border-radius: 8px;
  border: 2px solid #4caf51;
  outline: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-family: "Cairo-Bold";
}

.btn-three {
  padding: 4px 13px;
  border-radius: 4px;
  border: 2px solid #4caf51;
  outline: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-family: "Cairo-Bold";
}

.btn-foure {
  padding: 4px 13px;
  border-radius: 4px;
  border: 2px solid #4caf51;
  outline: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-family: "Cairo-Bold";
}

.thred-haver:hover {
  background-color: #89c33d;
  color: white;
}

/*******************************
********************************
*** submit-one
********************************
********************************/
.submit-one {
  background-color: #1e8909;
  border: 2px solid skyblue;
  padding: 5px 17px;
  border-radius: 7px;
  font-weight: bold;
}

.submit-tow {
  background-color: #ffffff;
  border: 2px solid skyblue;
  padding: 5px 17px;
  border-radius: 7px;
  font-weight: bold;
  color: #000000;
}

/*******************************
********************************
*** login btn
********************************
********************************
*/
.login-btn-one {
  border: 1px solid #006837;
  padding: 6px 29px;
}

.login-btn-one:hover {
  background-color: #006837;
  border: 1px solid black;
  color: white;
}

/*******************************
********************************
*** add to card btn
********************************
********************************
*/
.add-to-card {
  border: 1px solid #ffffff !important;
  padding: 6px 14px !important;
  border-radius: 0px !important;
  font-weight: bold;
  background-color: #006837;
  outline: 1px solid #000000;
  color: #ffffff;
}

/*******************************
********************************
*** header-one
********************************
********************************
*/
.header-links-one {
  background-color: #4caf51;
  padding: 5px 14px;
  border-radius: 8px;
  color: #ffffff;
}

/*******************************
********************************
*** header-one
********************************
********************************
*/
.serv-request {
  padding: 7px 34px;
  background-color: #006837;
  margin-top: 14px;
  border-radius: 11px;
  border: 2px solid #ffffff;
  color: #ffffff;
  outline: 1px solid #006837;
  font-weight: bold;
}

.serv-request:hover {
  outline: 1px solid #006837;
  color: #ffffff;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
}

.services-buttom {
  background-color: #006837;
  display: revert;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 12px;
  border-radius: 3px;
  margin-top: 26px;
  outline: 2px solid white;
  border: 2px solid #005689;
}

/*******************************
********************************
*** call to action btn -one
********************************
********************************
*/
/*******************************
********************************
*** about us
********************************
********************************
*/
.about-us-1 {
  background-color: #077d41;
  width: 100%;
  padding: 7px 16px;
  color: #ffffff;
  text-align: center;
}

/*******************************
********************************
*** read more btn
********************************
********************************
*/
.read-post-one {
  background-color: #4caf51;
  width: 100%;
  padding: 8px 14px;
  text-align: center;
  border: 2px solid #006837;
  transition: 1.7s ease-in-out;
  color: white;
}

.hover-one:hover {
  border: 2px solid #4caf51;
  outline: 2px solid #ffffff;
  background-color: #89c33d;
}

.call-btn {
  background-color: #006837;
  padding: 6px 29px;
  border-radius: 8px;
  border: 2px solid #4caf51;
  outline: 2px solid #ffffff;
  color: #ffffff;
  font-family: "Cairo-Bold";
}

.call-btn:hover {
  background-color: rgba(255, 0, 0, 0);
  color: black;
  transform: scale(1);
}

.theme-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 7px 19px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  background-color: #4caf51;
  outline: 2px solid #f1e8e8;
}

.theme-btn:hover {
  transform: scale(1.1);
  color: #006837;
}

.default-btn {
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #4caf51;
  border-radius: 6px;
  font-family: "Vazirmatn-bold";
  width: 50%;
}

.default-btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #006837;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #006837;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn.active {
  margin-left: 20px;
  color: #006837;
  background-color: #ffffff;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  left: auto;
  right: 0;
  width: 100%;
}

.default-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

.more-info {
  font-family: "Vazirmatn-black";
  background: #006837;
  padding: 6px;
  width: 100%;
  margin-top: 16px;
  color: #ffffff;
  border-radius: 7px;
}

.more-info-2 {
  font-family: "Vazirmatn-black";
  background: #006837;
  padding: 3px 10px;
  margin-top: 16px;
  color: #ffffff;
  border-radius: 10px;
}

.course-thumb img {
  width: 100%;
  border-radius: 7px 7px 0px 0px;
}

.more-info3 {
  border: 1px solid #8c8888;
  padding: 3px 12px;
  background: #142481;
  color: #ffffff;
  border-radius: 8px;
}

.user-log-btn {
  padding: 6px 7px;
  background-color: #006837;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 7px;
  text-align: center;
  color: white;
  outline: 2px solid #f1e8e8;
}

.user-logout-btn {
  padding: 6px 7px;
  background-color: #4caf51;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 7px;
  text-align: center;
  color: white;
  outline: 2px solid #f1e8e8;
}

.what-btn {
  bottom: 0px;
  z-index: 99999;
  position: fixed;
  padding: 5px 10px;
  background-color: #06770d;
  border-radius: 9px;
  color: #fff;
  margin: 18px;
  animation: heartbeat 3s infinite;
}

.what-btn i {
  font-size: 37px;
}

.what-btn:before,
.what-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background: #2bda07;
  opacity: 0;
  transform: scale(0);
  animation: pulse 2s linear infinite;
  z-index: -1;
}

.what-btn:after {
  animation-delay: 0.5s;
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.site-title-one {
  font-size: 25px;
  position: relative;
  margin-bottom: 20px;
}

.site-title-one::after {
  position: absolute;
  content: "";
  width: 62%;
  height: 20px;
  background-color: rgba(251, 176, 22, 0.3019607843);
  bottom: -4px;
  right: 0px;
}

.title-one {
  position: relative;
  padding-bottom: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  z-index: 1;
}

.title-one::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 22%;
  height: 3px;
  background-color: #89c33d;
  bottom: 0;
  left: 0px;
  border-radius: 118px;
}

body .dir-ar .title-one {
  position: relative;
  padding-bottom: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  z-index: 1;
}

body .dir-ar .title-one::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 22%;
  height: 3px;
  bottom: 0;
  right: 0px !important;
  border-radius: 118px;
}

.sideone {
  background: #000000;
  height: 3px;
  width: 88%;
  position: relative;
}

.sideone::before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 13px;
  width: 58px;
  top: -5px;
  right: 0px;
  border-radius: 10px 10px 10px 10px;
}

.sidetow {
  background: #000000;
  height: 3px;
  width: 35%;
  position: relative;
}

.sidethree::before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 13px;
  width: 58px;
  top: -5px;
  border-radius: 0px 10px 10px 0px;
}

.course-lessone {
  background: #000000;
  height: 3px;
  width: calc(50% + 10px);
  position: relative;
}

.course-lessone::before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 13px;
  width: 62px;
  top: -5px;
  border-radius: 0px 10px 10px 0px;
  left: 0px;
}

.sidethree {
  background: #000000;
  height: 3px;
  width: calc(50% + 10px);
  position: relative;
}

.sidetow::before {
  content: "";
  position: absolute;
  background-color: #000000;
  height: 13px;
  width: 62px;
  top: -5px;
  border-radius: 0px 10px 10px 0px;
  left: 0px;
}

.form-one {
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  border-top: 5px solid #006837;
  border-bottom: 5px solid #006837;
}

.form-one .wpforms-container {
  margin: 0px !important;
}

.wpforms-field-description {
  font-family: "cairo-bold";
}

.form-btn-one {
  padding: 5px 0px !important;
  width: 100% !important;
  background-color: #006837 !important;
  color: white !important;
  border-radius: 7px !important;
  font-weight: bold;
}

.serv-requset {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(26, 19, 19, 0.6117647059);
  top: 0px;
  left: 0px;
  z-index: 99999999;
}

#wpforms-1136 {
  margin: 0px !important;
}

.form-field {
  border: 1px solid #005b91;
  border-radius: 6px;
}

#wpforms-1136-field_1,
#wpforms-1136-field_1-last,
#wpforms-1136-field_3 {
  font-family: "Vazirmatn-Medium";
  border: 1px solid #fbb016;
  border-radius: 7px;
  direction: rtl;
}

#wpforms-submit-1136 {
  width: 100%;
  border: none;
  border-radius: 10px;
  background-color: #ffb516;
  color: white;
}

.wpforms-field-label {
  font-family: "Cairo-Bold" !important;
  font-size: 14px !important;
}

div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
  border-radius: 8px !important;
}

.divider-one h3 {
  font-family: "Cairo-Bold" !important;
}

.iti__country-list {
  width: 100% !important;
}

.page-header-one.bg-19 {
  padding: 40px 0px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.page-header-one::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(44, 72, 46, 0.54);
}

.page-title-content {
  position: relative;
  z-index: 1;
}

.page-title-content h2 {
  font-size: 25px;
  text-transform: capitalize;
}

.hero-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 399px;
  position: relative;
  margin-left: -204px;
  -webkit-clip-path: polygon(-1.82% -0.84%, 78.23% -5px, 101.55% 100.01%, -30px 99.96%, 45px 50.34%);
  clip-path: polygon(-1.82% -0.84%, 78.23% -5px, 103.54% 104.75%, -30px 99.96%, 45px 50.34%);
}

.hero-left-side {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 50%;
  left: 0px;
  overflow: hidden;
}

.box-card {
  height: 100%;
  background-color: rgba(0, 104, 55, 0.3019607843);
  text-align: center;
  padding: 4px;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-card h2 {
  font-family: "cairo-bold";
  color: black;
  font-size: 34px;
}

.box-card h3 {
  font-family: "cairo-bold";
  font-size: 16px;
  color: #405141;
}

.hero-btn-one {
  background-color: black;
  padding: 7px 16px;
  color: white;
  font-family: "cairo-bold";
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 8px;
}

.hero-btn-one:hover {
  background-color: #4caf51;
}

.hero-btn-tow {
  background-color: #4caf51;
  padding: 7px 40px;
  font-family: "cairo-bold";
  color: white;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 8px;
}

.hero-btn-tow:hover {
  background-color: black;
  color: white;
}

/*
  =======================
  ==   website part    ==
  =======================
*/
/*  
  ###################################################
  ###  Hero Slider Area tow
  ##################################################
*/
.main-slider {
  position: relative;
}

.main-slider .owl-stage-outer {
  border-radius: 20px;
}

.main-slider .owl-nav {
  position: absolute;
  bottom: 29%;
  width: 100%;
}

.main-slider .owl-nav .owl-next i,
.main-slider .owl-nav .owl-prev i {
  padding: 37px 40px;
  border-radius: 50%;
  font-size: 50px;
  color: #89c33d;
  border: 3px dotted #89c33d;
}

.main-slider .owl-nav .owl-next i:hover,
.main-slider .owl-nav .owl-prev i:hover {
  background-color: #89c33d;
  color: white;
  border: 3px dotted #ffffff;
  transition: 0.4s ease-in-out;
}

.main-slider .owl-nav .owl-next {
  position: absolute;
  left: -245px;
  z-index: 24;
  bottom: 0px;
}

.main-slider .owl-nav .owl-prev {
  position: absolute;
  right: -245px;
  z-index: 24;
  bottom: 0px;
}

.main-slider .owl-dots .active span {
  background-color: white !important;
  border: 1px solid #006837;
  border-radius: 10px;
}

.main-slider .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 12px;
}

.main-slider .owl-dots .owl-dot {
  margin: 0px 2px;
}

.main-slider .owl-dots .owl-dot span {
  width: 25px;
  height: 10px;
  background-color: #89c33d;
  display: block;
  border-radius: 10px;
}

/*  
  ###################################################
  ###  Hero Slider Area Style
  ##################################################
*/
.hero-slider-wrap .owl-nav {
  position: absolute;
  bottom: 29px;
}

.hero-slider-wrap .owl-nav .owl-next,
.hero-slider-wrap .owl-nav .owl-prev {
  margin: 5px;
}

.hero-slider-wrap .owl-nav .owl-next i,
.hero-slider-wrap .owl-nav .owl-prev i {
  padding: 10px;
  border: 1px solid #000000;
  color: #006837;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hero-slider-wrap .owl-nav .owl-next i:hover,
.hero-slider-wrap .owl-nav .owl-prev i:hover {
  background-color: #006837;
  color: #ffffff;
}

.herobanner img {
  border-radius: 7px;
}

.banner a img {
  border-radius: 7px;
}

.hero-slider-wrap {
  position: relative;
}

.hero-slider-wrap .owl-dots {
  position: absolute;
  bottom: 2px;
  right: 3px;
}

.hero-slider-wrap .owl-dots .owl-dot {
  height: 10px;
  width: 20px;
  background-color: #006837;
  margin: 2px;
  border-radius: 20px;
}

.hero-slider-wrap .owl-dots .active {
  background-color: rgb(255, 255, 255) !important;
  border: 3px solid #006837;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.link-list li {
  display: inline-block;
  margin-right: 0px;
}

.link-list li a {
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.item {
  display: table-cell;
  border: 2px solid #d1d1d1;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  white-space: normal;
  line-height: 1.6;
  vertical-align: top;
  text-align: center;
}

.link-list {
  display: flex;
}

.link-list .owl-item {
  text-align: center;
}

.linkss {
  background-color: #006837;
  padding: 4px;
  margin: 10px;
  width: 96%;
  border-radius: 6px;
  border: 2px solid white;
  outline: 1px solid #006837;
  color: #ffffff;
}

.banner-content {
  display: inline-block;
  position: absolute;
  padding-top: 0.4rem;
  left: 2rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.banner a img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.banner a {
  display: block;
}

/*--------------------- 4.8.Products -------------------- */
/* Product */
.product {
  position: relative;
  margin-bottom: 1rem;
  transition: box-shadow 0.35s ease;
  background-color: #fff;
}

.owl-carousel .product {
  margin-bottom: 0 !important;
}

.product:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-media {
  position: relative;
  display: block;
  background-color: #d7d7d7;
  margin-bottom: 0;
  overflow: hidden;
}

.product-media > a {
  display: block;
}

.product-image {
  display: block;
  width: 100%;
  height: auto;
}

.product-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}

.product:hover .product-image-hover {
  opacity: 1;
}

.product-countdown {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 1.3rem;
  z-index: 6;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}

.product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 10px);
}

.product-countdown .countdown-section {
  font-size: 1rem;
  line-height: 1;
  padding: 1.4rem 0 1.2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.4rem;
}

.product-countdown .countdown-section:not(:last-child):after {
  color: #fff;
  content: ":";
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 3px;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.product-countdown .countdown-period {
  display: block;
  font-weight: 400;
  color: #333333;
  text-transform: lowercase;
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-countdown .countdown-amount {
  display: inline-block;
  color: #ef837b;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}

.product-countdown.countdown-primary .countdown-amount {
  color: #c96;
}

.product-countdown-container {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.3rem;
  z-index: 6;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.01em;
  transition: all 0.4s ease;
  visibility: visible;
  opacity: 1;
}

.product-countdown-container .product-contdown-title {
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  text-align: center;
}

.product-countdown-container .product-countdown {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 6;
  line-height: 1;
  opacity: 1;
}

.product-countdown-container .product-countdown .countdown-amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product:hover .product-countdown,
.product:hover .product-countdown-container {
  opacity: 0;
  visibility: hidden;
}

.product-body {
  position: relative;
  padding: 16px;
  transition: all 0.35s ease;
  background-color: #fff;
  border-top: 0.1rem solid #006837;
}

.product-body.product-action-inner {
  padding-right: 4rem;
}

.product-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #333333;
  margin-bottom: 0.2rem;
}

.product-title a {
  color: inherit;
}

.product-title a:hover,
.product-title a:focus {
  color: #c96;
}

.product-cat {
  color: #777;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.3rem;
}

.product-cat a {
  color: inherit;
}

.product-cat a:hover,
.product-cat a:focus {
  color: #666;
}

.product-price {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #c96;
  margin-bottom: 1.3rem;
}

.new-price {
  color: #ef837b;
  margin-right: 0.8rem;
}

.old-price {
  color: #cccccc;
  text-decoration: line-through;
}

.out-price {
  color: #cccccc;
}

.out-text {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 0.2rem;
}

.product-label {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 2rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0.5rem 0.9rem;
  min-width: 45px;
  text-align: center;
  color: #333333;
  background-color: #fff;
}

.product-label + .product-label {
  top: 5rem;
}

.product-label.label-sale {
  color: #fff;
  background-color: #ef837b;
}

.product-label.label-new {
  color: #fff;
  background-color: #a6c76c;
}

.product-label.label-top {
  color: #fff;
  background-color: #7dd2ea;
}

.product-label.label-out {
  color: #fff;
  background-color: #ccc;
}

.product-label.label-primary {
  color: #fff;
  background-color: #c96;
}

.product-label.label-secondary {
  color: #fff;
  background-color: #000;
}

.product-label-text {
  color: #c96;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-top: -0.1rem;
}

.label-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  min-width: 0;
  border-radius: 50%;
  line-height: 1;
}

.label-circle + .label-circle {
  top: 5.6rem;
}

.label-circle.label-out {
  font-size: 1.1rem;
}

.ratings-container {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin-bottom: 1.7rem;
  line-height: 1;
  white-space: nowrap;
  align-items: baseline;
}

.ratings {
  position: relative;
  color: #cccccc;
}

.ratings,
.ratings-val {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "molla";
}

.ratings:before,
.ratings-val:before {
  content: "\f318" "\f318" "\f318" "\f318" "\f318";
}

.ratings-val {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fcb941;
}

.ratings-primary .ratings-val {
  color: #c96;
}

.ratings-text {
  color: #cccccc;
  letter-spacing: -0.01em;
  margin-left: 5px;
  font-size: 17px;
}

.ratings-text a {
  color: inherit;
}

.ratings-text a:hover,
.ratings-text a:focus {
  color: #c96;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  transition: all 0.35s ease;
}

.product:hover .product-action,
.product:focus .product-action {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.action-icon-top {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.action-icon-top .btn-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-direction: column;
}

.action-icon-top .btn-product span {
  margin-top: 0.9rem;
}

.action-icon-top:before {
  margin-right: 0;
}

.btn-product {
  color: #c96;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  transition: all 0.35s ease;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  flex-grow: 1;
  flex-basis: 0;
}

.product-slider .owl-dots .owl-dot {
  height: 10px;
  width: 20px;
  background-color: #006837;
  margin: 2px;
  border-radius: 20px;
}

.product-slider .owl-dots .active {
  background-color: rgb(255, 255, 255) !important;
  border: 3px solid #006837;
}

.btn-product {
  font-size: 16px;
}

.btn-product + .btn-product {
  border-left: 0.1rem dotted #e5e5e5;
}

.btn-product:before {
  font-family: "molla";
  margin-right: 0.9rem;
}

.btn-product span {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  transition: all 0.35s ease;
  margin-top: 3px;
}

.btn-product:hover,
.btn-product:focus {
  outline: none !important;
}

.btn-product:hover span,
.btn-product:focus span {
  color: #c96;
  box-shadow: 0 1px 0 0 #c96;
}

.product-action-dark {
  background-color: #006837;
}

.product-action-dark .btn-product:not(:hover):not(:focus) span {
  color: #fff;
}

.product-action-dark .btn-product + .btn-product {
  border-left-color: #4b4b4b;
}

.product-action-vertical {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 1rem;
  top: 2rem;
  background-color: #006837;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  padding: 7px 8px;
  transform: translateX(-15px);
}

.product:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.btn-product-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.35s ease;
  padding: 0;
  border-radius: 50%;
  color: #c96;
  background-color: #fff;
}

.btn-product-icon:before {
  font-family: "molla";
}

.btn-product-icon span {
  display: none;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
  color: #fff;
  background-color: #c96;
}

.btn-product-icon + .btn-product-icon {
  margin-top: 1rem;
}

.btn-cart:before {
  content: "\e812";
}

.btn-wishlist {
  font-size: 1.6rem;
}

.btn-wishlist:before {
  content: "\f234";
}

.product-body .btn-wishlist {
  position: absolute;
  top: 3.4rem;
  right: 2rem;
  color: #ccc;
  padding: 0;
  margin: 0;
  background: none;
}

.product-body .btn-wishlist:before {
  margin-right: 0;
}

.product-body .btn-wishlist span {
  display: none;
}

.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
  color: #c96;
  background: none;
}

.btn-quickview:before {
  content: "\f145";
}

.btn-compare:before {
  content: "\f2d0";
}

.btn-expandable {
  position: relative;
}

.btn-expandable span {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  min-width: 100px;
  padding-left: 1.8rem;
  padding-right: 0.4rem;
  color: #fff;
  background-color: #c96;
  transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transform: translateX(15px);
  z-index: -1;
}

.btn-expandable:hover,
.btn-expandable:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-expandable:hover span,
.btn-expandable:focus span {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.product-size {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
  margin-bottom: 1.6rem;
}

.product-size a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.1rem;
  height: 2.1rem;
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: 0.1rem;
  line-height: 1;
  color: #666666;
  background-color: #f7f8fa;
  border-radius: 0.2rem;
  transition: all 0.35s ease;
  margin-right: 0.5rem;
}

.product-size a:last-child {
  margin-right: 0;
}

.product-size a:hover,
.product-size a:focus,
.product-size a.active {
  color: #fff;
  background-color: #333;
}

.product-size a.disabled {
  color: #cccccc;
  pointer-events: none;
}

.product-nav {
  display: flex;
  align-items: center;
}

.product-nav-dots {
  margin-bottom: 0.5rem;
}

.product-nav-dots a,
.product-nav-dots span {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  margin-right: 0.5rem;
  transition: box-shadow 0.35s ease;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots a:focus,
.product-nav-dots span.active,
.product-nav-dots span:hover,
.product-nav-dots span:focus {
  box-shadow: 0 0 0 0.1rem #cccccc;
}

.product-nav-dots a:last-child,
.product-nav-dots span:last-child {
  margin-right: 0;
}

.product-nav-thumbs {
  padding-top: 0.2rem;
  margin-bottom: 1.6rem;
}

.product-nav-thumbs a,
.product-nav-thumbs span {
  display: flex;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.2rem;
  border: 0.2rem solid #fff;
  margin-right: 0.4rem;
  transition: box-shadow 0.35s ease;
}

.product-nav-thumbs a.active,
.product-nav-thumbs a:hover,
.product-nav-thumbs a:focus,
.product-nav-thumbs span.active,
.product-nav-thumbs span:hover,
.product-nav-thumbs span:focus {
  box-shadow: 0 0 0 0.1rem #cccccc;
}

.product-nav-thumbs a:last-child,
.product-nav-thumbs span:last-child {
  margin-right: 0;
}

.product-nav-thumbs img {
  border-radius: 0.2rem;
}

.product-disabled {
  pointer-events: none;
}

.product-disabled .btn-product,
.product-disabled .btn-product-icon {
  pointer-events: none;
  color: #fff;
  background-color: #ccc !important;
}

.product.text-center .product-price,
.product.text-center .ratings-container,
.product.text-center .product-nav,
.product.text-center .product-size {
  justify-content: center;
}

/* Product 2 */
.shop-category {
  font-size: 15px;
  color: #006837;
}

.product-cat a {
  color: inherit;
  font-size: 18px;
  font-weight: bold;
}

.product.product-2 {
  border: 0.1rem solid #006837;
}

.product.product-2 .product-action {
  padding: 11px 0px;
}

.product.product-2 .btn-product {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  counter-reset: #ffffff;
}

.product.product-2 .btn-product + .btn-product {
  border-left-style: solid;
}

.product.product-2 .ratings-container:last-child {
  margin-bottom: 1.6rem;
}

.product.product-2 .product-action-vertical {
  top: 3rem;
}

.product.product-2 .product-nav-dots {
  margin-bottom: 2rem;
}

.product-footer {
  display: none;
  padding-top: 1.3rem;
}

/* Product 3 */
.product.product-3 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.product.product-3 .product-action {
  position: absolute;
  bottom: 100%;
  border-bottom: 0.1rem solid #ebebeb;
  background-color: #fff;
  transform: translateY(0);
  transition-duration: 0.25s;
}

.product.product-3 .btn-product {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}

.product.product-3 .btn-product:not(:hover):not(:focus) span {
  color: #333;
}

.product.product-3 .product-price,
.product.product-3 .product-nav {
  margin-bottom: 0;
}

.product.product-3 .product-body {
  background-color: #fff;
}

.product.product-3 .product-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 0.35s ease;
  padding: 0 2rem 1rem;
}

.product.product-3:hover {
  box-shadow: none;
}

/* Product 4 */
.product.product-4 .product-body {
  padding-bottom: 2rem;
  z-index: 2;
}

.product.product-4 .product-body div:last-child {
  margin-bottom: 0;
}

.product.product-4 .product-action {
  background-color: transparent;
}

.product.product-4 .product-action-vertical {
  top: 3rem;
  transform: translate(0, 10px);
}

.product.product-4 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #fff;
  background-color: #c96;
}

.product.product-4 .btn-product span {
  color: inherit;
  transition-duration: 0s;
}

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
  color: #fff;
  background-color: #000;
}

.product.product-4 .btn-product:hover span,
.product.product-4 .btn-product:focus span {
  box-shadow: none;
}

.product.product-4 .product-title {
  margin-bottom: 1rem;
}

.product.product-4 .product-nav {
  margin-bottom: 0;
}

.product.product-4 .product-footer {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0.3rem;
  padding-bottom: 2.5rem;
  transition: all 0.35s ease;
  background-color: #fff;
  z-index: 1;
}

.product.product-4 .ratings-container {
  margin-bottom: 0;
}

.product.product-4:hover .product-action-vertical {
  transform: translate(0, 0);
}

.product.product-4:hover .product-footer {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-4-carousel .owl-stage {
  padding-bottom: 4rem;
}

/* Product 5 */
.product.product-5 .product-body {
  padding-bottom: 1.6rem;
  background-color: #fff;
  transition-duration: 0s;
  z-index: 2;
}

.product.product-5 .product-body div:last-child {
  margin-bottom: 0;
}

.product.product-5 .product-action {
  background-color: transparent;
}

.product.product-5 .product-action-vertical {
  transform: translate(10px, 0);
}

.product.product-5 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #c96;
  background-color: #333333;
}

.product.product-5 .btn-product span {
  color: #fff;
  transition-duration: 0s;
}

.product.product-5 .btn-product:hover,
.product.product-5 .btn-product:focus {
  color: #fff;
  background-color: #c96;
}

.product.product-5 .btn-product:hover span,
.product.product-5 .btn-product:focus span {
  box-shadow: none;
}

.product.product-5 .product-title {
  margin-bottom: 1rem;
}

.product.product-5 .product-footer {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 2rem;
  transition: all 0.35s ease;
  background-color: #fff;
  z-index: 1;
}

.product.product-5 .ratings-container {
  margin-bottom: 0;
}

.product.product-5 .ratings-container + .product-nav {
  margin-top: 1.7rem;
}

.product.product-5 .product-nav {
  margin-bottom: 0;
}

.product.product-5:hover .product-footer {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-5-carousel .owl-stage {
  padding-bottom: 7rem;
}

/* Product 6 */
.product.product-6 {
  overflow: hidden;
}

.product.product-6 .product-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 2rem;
  padding-bottom: 0;
  transform: translateY(100%);
}

.product.product-6 .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0.1rem solid #ebebeb;
  margin-top: 2.4rem;
}

.product.product-6 .btn-product {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.product.product-6 .btn-product + .btn-product {
  border-left-style: solid;
}

.product.product-6 .product-cat {
  margin-bottom: 0.5rem;
}

.product.product-6 .product-title {
  margin-bottom: 1rem;
}

.product.product-6:hover {
  box-shadow: none;
}

.product.product-6:hover .product-body {
  transform: translateY(0);
}

/* Product 7 */
.product.product-7 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #c96;
  background-color: #fff;
  text-transform: uppercase;
  border-bottom: 0.1rem solid #ebebeb;
}

.product.product-7 .btn-product span {
  color: #c96;
}

.product.product-7 .btn-product:before {
  display: inline-block;
  margin-top: -0.1rem;
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
  color: #fff;
  background-color: #c96;
  border-bottom-color: #c96;
}

.product.product-7 .btn-product:hover span,
.product.product-7 .btn-product:focus span {
  color: #fff;
  box-shadow: none;
}

.product.product-7 .product-nav-thumbs {
  margin-bottom: 1rem;
}

/* Product 8 */
.product.product-8 {
  margin-bottom: 2rem;
}

.product.product-8 .product-media {
  border: 0.1rem solid #ebebeb;
}

.product.product-8 .product-body {
  padding: 1.9rem 0.5rem 4rem;
}

.product.product-8 .product-cat {
  color: #ccc;
  margin-bottom: 0.5rem;
}

.product.product-8 .product-action {
  background-color: transparent;
}

.product.product-8 .product-action-vertical {
  transform: translate(0, 10px);
}

.product.product-8 .new-price {
  color: #c96;
}

.product.product-8 .btn-product {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}

.product.product-8 .btn-product:before {
  color: #c96;
  margin-top: -2px;
  margin-right: 0.6rem;
}

.product.product-8 .btn-product span {
  font-size: 1.4rem;
  color: inherit;
  transition-duration: 0s;
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
  color: #fff;
  background-color: #c96;
}

.product.product-8 .btn-product:hover:before,
.product.product-8 .btn-product:focus:before {
  color: #fff;
}

.product.product-8 .btn-product:hover span,
.product.product-8 .btn-product:focus span {
  box-shadow: none;
}

.product.product-8 .product-title {
  margin-bottom: 1rem;
}

.product.product-8 .product-price {
  margin-bottom: 0.9rem;
}

.product.product-8 .product-nav {
  padding-top: 0.4rem;
  margin-bottom: 1.3rem;
}

.product.product-8 .product-nav:last-child {
  margin-bottom: 0;
}

.product.product-8 .ratings-container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.2rem;
  margin-bottom: 0;
  transition: all 0.35s ease;
}

.product.product-8:hover .product-action-vertical {
  transform: translate(0, 0);
}

.product.product-8:hover .ratings-container {
  opacity: 1;
}

/* Product 9 */
.product.product-9 .product-price {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #333;
}

.product.product-9 .old-price {
  text-decoration: none;
}

.product.product-9 .label-sale {
  background-color: #c96;
  text-transform: uppercase;
}

.product.product-9 .product-body {
  padding: 1rem 2rem;
  transition: all 0.3s;
}

.product.product-9 .product-action {
  bottom: auto;
  background-color: #fff;
  text-transform: uppercase;
}

.product.product-9 .product-action::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  height: 0.1rem;
  background-color: #ebebeb;
}

.product.product-9 .product-detail {
  position: absolute;
  visibility: hidden;
  padding-top: 1rem;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.product.product-9 .btn-product {
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
}

.product.product-9:hover {
  margin-bottom: -9rem !important;
  box-shadow: none;
}

.product.product-9:hover .product-body,
.product.product-9:hover .product-action {
  transform: translateY(-100%);
}

.product.product-9:hover .product-intro {
  padding-bottom: 9rem;
}

.product.product-9:hover .product-detail {
  bottom: 1rem;
  opacity: 1;
  visibility: visible;
}

.product.product-9 .product-nav-dots a,
.product.product-9 .product-nav-dots span {
  width: 4rem;
  height: 5rem;
  border-radius: 0.5rem;
}

/* Product 10 */
.product.product-10:hover .product-body,
.product.product-10:focus .product-body {
  transform: translateY(-56px);
}

.product.product-10:hover .product-action,
.product.product-10:focus .product-action {
  transform: translateY(22%);
}

.product.product-10 .btn-expandable span {
  background-color: #fcb941;
}

.product.product-10 .product-media {
  background-color: #fff;
  padding: 2rem;
}

.product.product-10 .product-image-hover {
  padding: 2rem;
}

.product.product-10 .product-body .btn-wishlist {
  width: fit-content;
  left: 50%;
  right: 0;
  top: 4.5rem;
  transform: translateX(-50%);
}

.product.product-10 .product-body .btn-wishlist span {
  margin-left: 0.5rem;
  display: flex;
}

.product.product-10 .product-body .btn-wishlist:hover,
.product.product-10 .product-body .btn-wishlist:focus {
  color: #666;
}

.product.product-10 .product-body .btn-wishlist:hover::before,
.product.product-10 .product-body .btn-wishlist:focus::before {
  content: "\f233";
}

.product.product-10 .btn-product:hover span,
.product.product-10 .btn-product:focus span {
  color: #c96;
  box-shadow: 0 1px 0 0 #fcb941;
}

.product.product-10 .product-action {
  display: flex;
  justify-content: center;
}

.product.product-10 .product-body {
  padding-bottom: 5rem;
}

.product.product-10 .btn-cart {
  padding: 0.5rem 3.5rem;
  border: 0.2rem solid #fcb941;
  border-radius: 0.5rem;
  color: #fcb941;
}

.product.product-10 .btn-cart span {
  text-transform: uppercase;
}

.product.product-10 .btn-cart::before {
  content: "";
}

.product.product-10 .btn-cart:hover,
.product.product-10 .btn-cart:focus {
  color: #222;
  background-color: #fcb941;
}

.product.product-10 .btn-quickview {
  color: #fcb941;
}

.product.product-10 .btn-quickview:hover,
.product.product-10 .btn-quickview:focus {
  color: #fff;
  background-color: #fcb941;
}

.product.product-10 .product-title a {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 0;
  color: #333;
}

.product.product-10 .product-title a:hover,
.product.product-10 .product-title a:focus {
  color: #fcb941;
}

.product.product-10 .product-price {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: 0;
  color: #333333;
}

.product.product-10 .new-price {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: 0;
}

.product.product-10 .old-price {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 0;
  text-decoration: none;
}

.product.product-10 .product-label {
  left: 3rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: -0.01em;
}

.product.product-10 .product-label.label-deal {
  color: #fff;
  background-color: #ef837b;
  padding: 0.5rem 2rem;
  left: 0;
  box-shadow: 0 5px 10px rgba(34, 34, 34, 0.2);
}

/* Product 11 */
.product.product-11 a:hover,
.product.product-11 a:focus {
  color: #cc9966;
}

.product.product-11 .btn-product-icon {
  color: #333;
  border: 0.1rem solid #ebebeb;
}

.product.product-11 .btn-product-icon:hover,
.product.product-11 .btn-product-icon:focus {
  color: #fff;
  background-color: #cc9966;
  border-color: #cc9966;
}

.product.product-11 .product-price {
  color: #333;
}

.product.product-11 .old-price {
  text-decoration: none;
}

.product.product-11 .product-body {
  padding-bottom: 7rem;
}

.product.product-11 .product-action {
  bottom: 2rem;
}

.product.product-11 .btn-product {
  text-transform: uppercase;
  color: #333;
  border: 0.1rem solid #ebebeb;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product.product-11 .btn-product span {
  font-size: 1.4rem;
}

.product.product-11 .btn-product:hover,
.product.product-11 .btn-product:focus {
  color: #fff;
  border-color: #cc9966;
  background-color: #cc9966;
}

.product.product-11 .btn-product:hover span,
.product.product-11 .btn-product:focus span {
  color: #fff;
  box-shadow: none;
}

.product.product-11:hover,
.product.product-11:focus {
  z-index: 10;
}

/* Product List */
.product.product-list {
  box-shadow: none;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ebebeb;
  margin-bottom: 2rem;
}

.product.product-list .product-media {
  height: 100%;
}

.product.product-list .product-media > a {
  height: 100%;
}

.product.product-list .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product.product-list .product-body {
  padding: 1.6rem 0 0;
}

.product.product-list .product-body .btn-wishlist {
  top: 3.1rem;
}

.product.product-list .product-list-action {
  padding: 3.4rem 0 0;
}

.product.product-list .product-content {
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-top: 1rem;
  margin-bottom: 3.4rem;
}

.product.product-list .product-content p {
  margin-bottom: 0;
}

.product.product-list .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.2rem;
}

.product.product-list .ratings-container {
  margin-bottom: 2.6rem;
}

.product.product-list .btn-product {
  color: #777;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  flex: 1 1 50%;
  max-width: 50%;
}

.product.product-list .btn-product:before {
  margin-right: 0.5rem;
}

.product.product-list .btn-product span {
  color: inherit;
  font-size: 1.2rem;
  transition: box-shadow 0.35s ease, color 0s ease;
}

.product.product-list .btn-product.disabled {
  pointer-events: none;
}

.product.product-list .btn-product:hover,
.product.product-list .btn-product:focus {
  color: #c96;
}

.product.product-list .btn-product:hover span,
.product.product-list .btn-product:focus span {
  color: inherit;
}

.product.product-list .btn-product.btn-cart {
  color: #c96;
  border: 0.1rem solid #c96;
  flex: 1 1 100%;
  max-width: 100%;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all 0.35s ease;
}

.product.product-list .btn-product.btn-cart span {
  font-size: 1.3rem;
}

.product.product-list .btn-product.btn-cart:hover,
.product.product-list .btn-product.btn-cart:focus {
  color: #fff;
  background-color: #c96;
}

.product.product-list .btn-product.btn-cart:hover span,
.product.product-list .btn-product.btn-cart:focus span {
  box-shadow: none;
}

.product.product-list .btn-product.btn-cart.disabled {
  color: #ccc;
  border-color: #ebebeb;
  background-color: #fafafa;
}

.product.product-list .btn-product.btn-cart.disabled:before {
  display: none;
}

.product.product-list .product-nav {
  margin-bottom: 0;
}

/* Products Small */
.product.product-sm {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.product.product-sm:hover {
  box-shadow: none;
}

.product.product-sm .product-media {
  flex: 0 0 80px;
  max-width: 80px;
}

.product.product-sm .product-body {
  flex: 1 1 auto;
  padding: 1rem 0 0 2rem;
}

.product.product-sm .product-cat {
  color: #cccccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.product.product-sm .product-title {
  font-size: 1.4rem;
}

.product.product-sm .product-price {
  font-size: 1.6rem;
}

.product.product-sm .product-title {
  margin-bottom: 0.2rem;
}

.product.product-sm .product-price {
  margin-bottom: 0;
}

.product.product-sm .product-price .old-price {
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .just-action-icons-sm .btn-product span {
    display: none;
  }
  .just-action-icons-sm .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .just-action-icons-md .btn-product span {
    display: none;
  }
  .just-action-icons-md .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .just-action-icons-lg .btn-product span {
    display: none;
  }
  .just-action-icons-lg .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .just-action-icons-xl .btn-product span {
    display: none;
  }
  .just-action-icons-xl .btn-product:before {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .product.product-9:hover .product-body,
  .product.product-9:hover .product-action {
    transform: translateY(-60%);
  }
}
@media screen and (max-width: 991px) {
  .sticky-wrapper {
    z-index: 1;
  }
}
.item {
  width: 9%;
}

#thumbs {
  margin-top: 6px;
}

.woocommerce img, .woocommerce-page img {
  height: inherit !important;
}

outer {
  margin: 0 auto;
  max-width: 800px;
}

#big .item {
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

#thumbs .itemss {
  background: #c9c9c9;
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  width: 83px;
  height: 83px;
}

.itemss img {
  width: 20%;
}

#thumbs .item {
  background: #c9c9c9;
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#thumbs .item h1 {
  font-size: 18px;
}

#thumbs .current .item {
  background: #ff5722;
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #d6d6d6;
}

#big.owl-theme {
  position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}

#big.owl-theme .owl-prev {
  left: 10px;
}

#big.owl-theme .owl-next {
  right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

#myTab li .nav-link {
  padding: 6px 20px !important;
}

.tab-content {
  border: 1px solid #dee2e6;
  padding: 9px;
}

.share-icon .social-icon i {
  border: 1px solid #006837;
  padding: 6px;
  border-radius: 50%;
}

.user-information nav .nav-tabs .nav-link {
  padding: 8px 39px !important;
}

.reivewss-user {
  font-size: 23px;
  border: 1px solid #dee2e6;
  padding: 3px;
  border-radius: 20%;
  margin-right: 6px;
}

.reivewss-content {
  margin-left: 34px;
}

#review_form .comment-respond .comment-form textarea {
  width: 100%;
  padding: 5px 13px;
  margin-top: 13px;
}

.varaible-value td select {
  padding: 6px 7px;
  border: 1px solid #006837;
  background-color: rgba(255, 0, 0, 0);
}

.varaible-value th label {
  background-color: #006837;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 6px;
  margin: 0px;
}

.reset_variations {
  background-color: #af2b2b;
  padding: 1px 11px;
  margin-left: 5px;
  border: 1px solid white;
  outline: 2px solid #077d41;
  color: wheat;
  font-weight: bold;
}

.shop-btn {
  position: absolute;
  bottom: 17px;
}

.Trending {
  background-color: rgba(7, 125, 65, 0.3019607843);
}

.latestproject-card {
  box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.1);
  padding: 8px;
}

.status {
  position: absolute;
  top: 0px;
  background: red;
  padding: 4px 20px;
  color: white;
  margin-top: 5px;
  margin-left: 5px;
  border: 2px solid white;
}

.latst-footer {
  border-top: 2px dotted #b7b0b0;
  border-bottom: 2px dotted #b7b0b0;
}

.section-one {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  padding-top: 123px;
  padding-bottom: 100px;
  padding-top: 100px;
}

.section-one::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgba(105, 30, 7, 0.4901960784), rgba(231, 60, 126, 0.5882352941), rgba(9, 25, 30, 0.5607843137), #043e30);
  background-size: 400% 400%; /* Defines the size of the gradient */
  z-index: -1;
  animation: gradient 6s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#user-check {
  text-align: center;
}

.check-field {
  background-color: rgba(0, 0, 0, 0.6980392157);
  color: white;
  font-weight: bold;
  border: 2px solid skyblue;
  padding: 5px 12px;
  border-radius: 6px;
}

.check-country {
  background-color: rgba(0, 0, 0, 0.6980392157);
  color: white;
  font-weight: bold;
  border: 2px solid skyblue;
  padding: 10px 12px;
  border-radius: 6px;
}

.check-field:focus {
  border: 2px solid rgb(255, 255, 255);
  outline: none;
}

.congrate-message {
  text-align: center;
}

#country-message {
  color: white;
  border: 2px solid white;
  padding: 11px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.4784313725);
}

.visa-request {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.services-section {
  padding: 20px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-overlay {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), rgba(30, 32, 43, 0.64), rgba(40, 40, 44, 0.95));
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
}

.flip-card {
  background-color: transparent;
  height: 270px;
  perspective: 1000px;
}

.flip-card-inner {
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  width: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-front {
  color: black;
  transform: rotateY(0deg);
  border: 1px solid #07b0cc;
  padding: 10px;
  height: 262px;
  background-size: cover;
  margin: 0px auto;
  text-align: inherit;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  align-items: center;
  z-index: 1;
}

.flip-card-front::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(13, 153, 160, 0.5882352941);
  z-index: -1;
  border-radius: 11px;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
  height: 262px;
  margin: 0px auto;
  text-align: inherit;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  align-items: center;
}

.raised-text {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #888, 4px 4px 0 #777, 6px 6px 0 #666;
  color: #fff;
}

.icone {
  width: 19%;
  text-align: center;
  display: inline-block;
  margin-top: 21px;
  margin-bottom: 14px;
}

.image {
  height: 230px;
}

.background-iamge {
  position: absolute;
  content: "";
  background: rgba(2, 2, 2, 0.59);
  height: 100%;
  width: 100;
  width: 100%;
  z-index: -1;
  border-radius: 8px;
}

.pro-link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  background-color: rgba(251, 176, 22, 0.4784313725);
  width: 100%;
  margin: 13px;
  padding: 10px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

.filter-btn button {
  background-color: #4caf51;
  color: white;
  padding: 2px 8px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  outline: 1px solid #4caf51;
  margin-right: 4px;
  margin-bottom: 5px;
}

.pro-title {
  position: absolute;
  top: 1px;
  background-color: rgba(0, 0, 0, 0.5294117647);
  color: white;
  padding: 11px;
  font-size: 23px !important;
}

.project-carousel .owl-dots {
  display: block !important;
  text-align: center;
}

.project-carousel .owl-dots .owl-dot {
  background-color: #006837;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.calltoaction {
  background-color: rgba(251, 176, 22, 0.4117647059);
  padding: 27px 0px;
}

.phone-line span {
  font-size: 40px;
}

.image-overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #031f2b;
  opacity: 0.9;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.form-tow {
  padding: 26px 23px;
  box-shadow: 0px 0px 11px -4px rgb(153, 147, 147);
  border-radius: 11px;
  height: 100%;
}

#wpforms-463 {
  margin: 0px !important;
}

#wpforms-388 {
  margin: 0px !important;
}

.form-field {
  padding: 5px 0px !important;
}

.form-field:first-child {
  border-radius: 10px !important;
}

.submit-btn {
  padding: 4px 11px !important;
  font-family: "Vazirmatn-bold" !important;
  color: #ffffff !important;
  border: 1px solid #006837 !important;
  outline: 1px solid #bf0b0b !important;
  background: #4caf51 !important;
}

#videoControls {
  position: absolute;
  top: 90%;
  left: 1.5%;
  right: 1.5%;
  padding: 5px;
}

#progress {
  width: 0%;
  position: absolute;
  top: -10px;
  background-color: #ff9900;
  height: 5px;
  z-index: 1;
  pointer-events: none;
}

#progressBar {
  width: 98.5%;
  position: absolute;
  top: -10px;
  right: 1%;
  background-color: #6d6e6d;
  height: 5px;
  z-index: 0;
}

#progressBar:focus {
  outline: none;
}

#progressBar::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 0;
  width: 0;
}

#progressBar::-moz-range-thumb {
  visibility: hidden !important;
}

#buttons {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#videoContainer:hover #buttons {
  opacity: 1;
}

#duration,
#fastFwd {
  color: white;
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  position: relative;
  bottom: 5px;
  left: 5px;
}

#mute,
#closedCaption,
#fullScreen,
#volumeBar {
  float: right;
}

#volumeSlider {
  width: 60px;
  float: right;
}

#volumeSlider::-webkit-slider-thumb {
  background-color: green;
  height: 10px;
  width: 10px;
}

.contact-text::after {
  position: absolute;
  content: "";
  background-color: rgba(7, 125, 65, 0.1411764706);
  height: 133px;
  width: 337px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  rotate: 144deg;
  bottom: -30px;
  z-index: -1;
  border-radius: 50%;
}

.contact-text::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1411764706);
  height: 133px;
  width: 337px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  rotate: -144deg;
  bottom: -30px;
  z-index: -1;
  border-radius: 50%;
}

.embed-responsive.embed-responsive-100x400px {
  overflow: hidden;
}

.services {
  position: relative;
  z-index: 1;
  background-size: cover;
  padding-top: 90px !important;
}

.services::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(15, 53, 17, 0.8);
  top: 0px;
  left: 0px;
  z-index: -1;
}

.serv-title-1 {
  position: absolute;
  top: 0px;
  background-color: white;
  padding: 10px 43px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0px 0px 7px 7px;
}

.serv-title {
  text-align: center;
  color: #ffffff;
}

.serv-title::after {
  height: 10px;
  width: 75px;
  border-bottom: dotted 7px rgb(255, 255, 255);
  content: "";
  position: absolute;
  top: 63px;
  margin-right: 13px;
}

.serv-title::before {
  height: 10px;
  width: 75px;
  border-bottom: dotted 7px rgb(255, 255, 255);
  content: "";
  position: absolute;
  margin-right: -88px;
  top: 63px;
}

.services-card {
  border: 1px solid white;
  border-radius: 5px;
  padding: 18px 13px;
  background-color: #89c33d;
  height: 100%;
}

.services-card h2 {
  font-size: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.431372549);
  padding-bottom: 8px;
  margin-bottom: 13px;
}

.serv-description {
  margin-bottom: 16px;
  color: #ffffff;
}

.serv-link {
  color: #006837;
  border: 1px solid #ffffff;
  padding: 5px 16px;
  border-radius: 7px;
  font-weight: bold;
}

.serv-link:hover {
  background-color: #006837;
  color: #ffffff;
}

.service-thumnail {
  height: 230px;
  background-color: #006837;
  position: relative;
}

.iservice-icon {
  width: 40px;
  height: 40px;
  background-color: #000000;
  padding: 10px;
  position: absolute;
  bottom: -22px;
  left: 15px;
  border-radius: 20px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: end;
}

.iservice-icon span i {
  color: white;
  font-size: 21px;
}

.service-thumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-content {
  padding: 10px;
  background-color: #000000;
}

.title-three {
  position: relative;
}

.title-three::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 4px;
  background-color: #bababa;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 129px;
  margin-left: 5px;
}

.packeg-card {
  background-color: #006837;
  padding: 10px;
  border-radius: 13px;
}

html[lang=ar] .title-three::after {
  margin-left: auto;
  margin-right: 5px;
}

.overlay-tow {
  background-color: rgba(1, 81, 43, 0.79);
  height: 100%;
  width: 100%;
  position: absolute;
}

.volunteer-thumniall h2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 25px;
  border-right: 9px solid #89c33d;
  padding: 8px;
}

.volunteer-content {
  background-color: #89c33d;
  padding: 10px;
}

.volunteer {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}

.volunteer::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.831372549);
  top: 0px;
  left: 0;
  z-index: -1;
}

.title-style-tow {
  font-family: "cairo-bold";
  font-size: 25px;
  border-bottom: 1px solid #89c33d;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}

.title-style-tow::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 6px;
  background-color: #89c33d;
  right: 0px;
  bottom: -3px;
  border-radius: 22px;
  left: 0px;
  margin: 0px auto;
}

.more-volunteer {
  background-color: #89c33d;
  padding: 8px 32px;
  font-family: "cairo-bold";
  color: white;
  border-radius: 7px;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.more-volunteer:hover {
  background-color: #4caf51;
  color: white;
}

.activity {
  z-index: 1;
  background-size: cover;
  padding-top: 90px;
  background-color: rgba(18, 181, 27, 0.18);
}

.title-style-one {
  font-family: "cairo-bold";
  font-size: 25px;
  border-bottom: 1px solid #89c33d;
  padding-bottom: 10px;
  position: relative;
}

.title-style-one::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 6px;
  background-color: #4caf51;
  right: 0px;
  bottom: -3px;
  border-radius: 22px;
}

.activity-card {
  border: 1px solid white;
  border-radius: 5px;
  padding: 18px 13px;
  background-color: #4caf51;
  height: 100%;
}

.activity-card h2 {
  font-family: "cairo-bold";
  font-size: 27px;
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
}

.donation-body {
  background-color: #ebebeb;
}

.donation-btn-one.mt-2 {
  background-color: #4caf51;
  padding: 8px 17px;
  width: 100%;
  font-family: "cairo-bold";
  color: white;
  text-align: center;
}

.blog {
  padding-bottom: 20px;
}

.blog-imgg {
  height: 259px;
}

.blog-imgg img {
  height: inherit;
  border-radius: 11px 10px 0px 0px;
}

.linetow {
  display: block;
  height: 1px;
  margin-top: 7px;
  background: #006837;
  margin-bottom: 10px;
}

.blog-card {
  border: 1px solid #006837;
  padding: 7px;
  border-radius: 14px;
  margin-left: 10px;
}

.blogslider .owl-stage-outer {
  overflow: inherit !important;
}

.blogslider .owl-nav {
  position: absolute;
  top: -54px;
}

.blogslider .owl-nav .owl-prev {
  margin-right: 10px !important;
}

.blogslider .owl-nav .owl-prev,
.blogslider .owl-nav .owl-next {
  border: 1px solid #006837 !important;
}

.blogslider .owl-nav .owl-prev i,
.blogslider .owl-nav .owl-next i {
  padding: 10px !important;
}

.blog-title {
  position: absolute;
  bottom: 0px;
  background-color: #006837;
  padding: 6px 18px;
  text-align: center !important;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 95%;
  border-radius: 17px 17px 0px 2px;
  color: #ffffff;
}

.blog-title:hover {
  color: #000000;
}

.post-meta {
  text-align: end;
}

.post-box .image img {
  object-fit: cover;
}

.blog-box-1 {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.gradientoverlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(107, 105, 106, 0.3803921569), rgba(0, 0, 0, 0.8705882353));
}

.post-thumbnail-one {
  height: 100%;
  width: 100%;
}

.blog-post-one-info {
  bottom: 10px;
  padding: 9px 28px;
  z-index: 5;
  width: 100%;
}

.category-one a {
  color: white;
  background-color: #4caf51;
  padding: 1px 14px;
}

.blog-box-2 {
  position: relative;
  width: 100%;
  height: 225px;
  margin-bottom: -1px;
  overflow: hidden;
}

.all-blog-btn-one {
  background-color: #4caf51;
  padding: 10px 21px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  border: 2px solid #89c33d;
  border-radius: 5px;
}

.all-blog-btn-one::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #89c33d;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  left: 0px;
}

.all-blog-btn-one::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 0%;
  background-color: #89c33d;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.all-blog-btn-one:hover {
  background-color: rgba(0, 0, 0, 0);
  color: white;
}

.all-blog-btn-one:hover::after,
.all-blog-btn-one:hover::before {
  width: 50%;
  z-index: -1;
}

.blog-home-slider .owl-nav {
  position: absolute;
  right: 0px;
  bottom: -72px;
}

.blog-home-slider .owl-nav .owl-prev,
.blog-home-slider .owl-nav .owl-next {
  margin-left: 10px;
}

.blog-home-slider .owl-nav .owl-prev i,
.blog-home-slider .owl-nav .owl-next i {
  padding: 14px;
  border: 1px dotted #006837;
  transition: 0.3s ease-in-out;
}

.blog-home-slider .owl-nav .owl-prev i:hover,
.blog-home-slider .owl-nav .owl-next i:hover {
  background-color: #006837;
  color: #ffffff;
}

.comment-reply-title {
  font-family: "Cairo-Bold";
  margin-bottom: 6px;
}

.mobile-hader-one {
  position: absolute;
  height: 100%;
  z-index: 100000001;
  top: 0px;
  transition: 1s ease-out;
}

.row-one {
  position: fixed;
  padding: 10px;
  background-color: #89c33d;
  height: 100%;
  left: -16rem;
  transition: 200ms cubic-bezier(0.895, 0.03, 0.685, 0.685);
  border-top: 6px solid #89c33d;
  width: 220px;
  top: 56px;
  padding-top: 0px !important;
  display: none;
}

.mobile-btn-one {
  top: 0px;
  left: 0px;
  height: 100%;
}

.tabs-list {
  width: 50%;
  text-align: center;
  padding: 3px 0px;
}

.active-2 {
  background-color: #006837;
}

.menu-category {
  border-bottom: 1px solid #006837;
  padding: 2px 0px;
}

.menue-tabs-btn {
  background-color: rgba(255, 0, 0, 0) !important;
  border: none !important;
  color: #ffffff;
  padding: 0px !important;
}

.nav-tab-content {
  border: none;
  padding: 0px;
}

#home .navbar-nav .nav-item {
  border-bottom: 0.1rem solid #006837;
  padding: 5px 0px;
}

#home .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.show-menu-one {
  left: 0rem !important;
}

.language-swhich {
  position: fixed;
  bottom: 77px;
  left: 19px;
  z-index: 10;
  display: flex;
  background-color: #006837;
  flex-direction: column;
  border: 2px solid #89c33d;
  border-radius: 7px;
  overflow: hidden;
}

.langufe-changer {
  background-color: #006837;
  border: 2px solid #89c33d;
  border-radius: 7px;
  overflow: hidden;
}

.language-swhich a {
  color: #ffffff;
  padding: 4px 9px;
}

.langufe-changer a {
  color: #ffffff;
  padding: 0px 4px;
}

.trp-language-switcher {
  height: auto !important;
}

.trp-flag-image {
  width: 34% !important;
}

.counter-section {
  background-color: rgba(18, 181, 27, 0.18);
  padding-top: 100px;
  padding-bottom: 50px;
}

.counter {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0 0 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
}

.counter:before {
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: -15px;
  left: 50%;
}

.counter .counter-value {
  color: #fff;
  background: linear-gradient(to right, #006837, #89c33d);
  font-size: 38px;
  padding: 0 0 3px;
  margin: 0 0 25px;
  border-radius: 10px 10px 0 0;
  display: block;
}

.counter h3 {
  margin: 0 0 25px;
}

.counter .counter-icon {
  color: #fff;
  background: linear-gradient(to right, #006837, #89c33d);
  font-size: 40px;
  line-height: 60px;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 10px;
}

.counter.purple .counter-value,
.counter.purple .counter-icon {
  background: linear-gradient(to right, #006837, #89c33d);
}

.counter.magenta .counter-value,
.counter.magenta .counter-icon {
  background: linear-gradient(to right, #006837, #89c33d);
}

.counter.magenta h3 {
  color: #ae379b;
}

.counter.yellow .counter-value,
.counter.yellow .counter-icon {
  background: linear-gradient(to right, #006837, #89c33d);
}

.counter.yellow h3 {
  color: #e69814;
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 45px;
  }
}
.offer {
  background-color: rgba(0, 164, 255, 0.2196078431);
  padding-top: 30px;
  padding-bottom: 30px;
}

.offer-title {
  font-size: 23px;
  font-weight: bold;
}

.offer-box {
  height: 400px;
  position: relative;
  border: 1px solid #0093ff;
}

.offer-box img {
  object-fit: cover;
}

.footer-content {
  position: absolute;
  bottom: 0px;
  background-color: rgba(5, 28, 153, 0.631372549);
  width: 96%;
  padding: 18px;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.offer-box-title {
  color: white;
  font-size: 26px;
  padding-bottom: 10px;
}

.offer-price {
  color: white;
}

.offer-price span {
  color: gold;
}

.offer-date {
  position: absolute;
  top: 14px;
  background-color: rgba(5, 28, 153, 0.631372549);
  padding: 7px 18px;
  border-radius: 5px;
  right: 14px;
}

.offer-date {
  color: #ffffff;
}

.offer-date span {
  font-weight: bold;
}

.offer-detels {
  color: white;
}

/*
  ========================
  == single pages style ==
  ========================
*/
.content h2 {
  font-family: "cairo-bold";
}

.content p {
  font-family: "cairo";
}

.content ul {
  margin-right: 40px;
}

.content ul li,
.content ol li {
  font-family: "cairo";
}

/*

  |> for styleing blog single content 

*/
/*
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  padding-top: 83px;
  padding-bottom: 58px;
  text-align: center;
  z-index: 1;
  background-color: #0e0129;
  background-position: center;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/page-bg/page-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: FocuS 1s linear 1s infinite;
  animation: FocuS 1s linear 1s infinite;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -7px;
  background-color: #006837;
  width: 10px;
  height: 10px;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #006837;
}

.page-title-area .page-title-content ul .active {
  color: #006837;
}

.article-footer {
  display: flex;
  margin-top: 30px;
  align-items: center;
  padding: 5px 0px;
  margin: 4px;
  border-radius: 6px;
}

.article-footer .article-tags span {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
}

.article-footer .article-tags span i {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
}

.social {
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 6px;
}

.social li {
  padding: 1px;
  margin-right: 1px;
}

.social li i {
  padding: 6px;
  font-size: 20px;
}

.social li a {
  color: #000000;
}

.social li a i:hover {
  color: #006837 !important;
}

.article-tags a {
  padding-right: 6px;
}

.article-tags {
  padding: 0px 1px;
}

.share-it-one {
  font-size: 33px !important;
}

.blog-qouts {
  padding: 6px 14px;
  border-right: 5px solid black;
}

.congratulation {
  border: none;
  padding: 5px 22px;
  border-radius: 48px;
}

.post-sammery {
  padding: 13px;
}

.date {
  position: absolute;
  background-color: #4caf51;
  height: 90px;
  width: 90px;
  top: px;
  top: -66px;
  left: 0px;
  border: 7px solid #006837;
}

.content li {
  list-style: auto !important;
}

.fetures li {
  list-style: none !important;
}

.blog-single-letf {
  padding: 20px;
  border-radius: 1px;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
}

.blog-single-right {
  border-radius: 3px;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 13px;
}

.blog-single-img {
  height: 270px;
}

.blog-single-img img {
  object-fit: cover;
}

.blog-single-right .search-form {
  position: relative;
}

.blog-single-right .search-form button {
  position: absolute;
  border: 1px solid #8f8f9d;
  height: 100%;
  width: 31px;
  right: 0;
}

.font-1.widget-title-one {
  position: relative;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #000000;
}

.blog-single-right .search-form input {
  width: 100%;
}

.category-widget li a::before {
  content: "";
  font-family: var(--icon-font);
  color: var(--body-color);
  font-weight: 900;
  font-size: 0.88em;
  padding-top: 1px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-widget li {
  position: relative;
}

.category-widget li span {
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

.category-widget li a {
  display: block;
  background-color: #006837;
  border: none;
  margin: 0 0 10px 0;
  padding: 15px 17px;
  font-size: 16px;
  line-height: 1.313;
  color: white;
  border-radius: 5px;
  position: relative;
}

.pubuler-tags {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: capitalize;
  line-height: 1;
  padding: 13px 17px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--white-color);
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
  border-radius: 5px;
}

.single-auther-img {
  width: 100px;
  height: 100px;
  background-color: red;
  margin: 0px auto;
  border-radius: 50%;
}

.single-auther-social-icon ul li {
  margin: 2px;
}

.single-auther-social-icon ul li a {
  font-size: 26px;
}

.single-auther-social-icon ul li a:hover {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.single-auther-social-icon ul li a i {
  padding: 10px;
}

.article-share h4 {
  margin-right: 10px;
}

.recent-post {
  align-items: center;
}

.recent-post-img {
  margin-right: 15px;
  height: 6rem;
  width: 7rem;
  overflow: hidden;
}

.recent-post-img a {
  width: 100%;
  height: 100%;
}

.recent-post-img a img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  object-fit: cover;
}

.recent-post-img a img:hover {
  transform: scale(1.1);
}

.recent-blog-content {
  width: 216px;
}

.recent-blog-post-icon {
  margin-right: 6px;
}

.recent-post-title {
  font-size: 19px;
}

.news-header {
  z-index: 1;
  position: relative;
}

.news-header h2,
.news-header p {
  color: white;
}

.post-box {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 7px;
}

.blog-home-one {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: -1;
  top: 10px;
  height: 23rem;
}

.blog-home {
  position: relative;
  padding-top: 200px;
}

.blog-home-overlay-one {
  position: absolute;
  background: rgba(9, 23, 66, 0.5882352941);
  height: 100%;
  width: 100%;
}

.show-all-activites {
  padding: 8px 50px;
  background-color: #89c33d;
  color: white;
  font-family: "cairo-bold";
  border-radius: 8px;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.show-all-activites:hover {
  background-color: #006837;
  color: white;
}

.recent-post-meta a {
  font-family: "cairo-bold";
  color: #89c33d;
}

.blog-home-slider .owl-nav .owl-prev {
  background-color: blue;
}

.blog-home-slider .owl-dots {
  position: absolute;
  top: -51px;
  width: 100%;
  text-align: center;
}

.blog-home-slider .owl-dots .owl-dot {
  background-color: #ffffff;
  width: 20px;
  height: 10px;
  border-radius: 13px;
  margin: 0px 3px;
}

.blog-home-slider .owl-dots .owl-dot.active {
  background-color: #006837;
}

#myButton {
  background-image: linear-gradient(to right, #680af2 0%, #e9db13 100%, #ed0606 100%);
  background-size: 200%;
  animation: gradient 2s ease-in-out infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*
  ========================
  ====  pages style     ==
  ========================
*/
.title-text-one {
  font-family: "ConcertOne";
  text-transform: capitalize;
  position: relative;
}

.title-text-one::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 220px;
  background-color: rgba(0, 0, 0, 0.2196078431);
  left: 0px;
  bottom: 2px;
}

.card-tow {
  border: 1px solid gray;
  border-radius: 10px;
}

.projects-header {
  padding: 10px;
  border-bottom: 1px solid gray;
}

.card-tow h2 {
  font-family: "PoetsenOne";
  font-size: 23px;
}

.projects-header h3 span {
  background-color: #ffa700;
  border-radius: 16px;
  font-size: 12px;
  padding: 2px 10px;
}

.card-tow p {
  padding: 10px;
}

.card-tow a {
  padding: 10px;
  border-top: 1px solid gray;
  display: block;
  text-transform: capitalize;
  cursor: pointer;
}

.card-tow a span i {
  line-height: 0px;
}

.related-works {
  width: 48%;
  margin-bottom: 12px;
}

.pepole-works {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.related-works a {
  display: inline !important;
}

.pro-thumniall {
  height: 300px;
}

.pro-thumniall img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project-content {
  background-color: black;
  padding: 15px;
}

.project-btn-info {
  position: relative;
}

.project-btn-info i {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  margin-right: 7px;
}

.gallery-image-single {
  height: 400px;
}

.gallery-image-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-slider-single .owl-nav {
  margin-top: 11px;
}

.project-slider-single .owl-nav .owl-prev i {
  border: 1px solid var(--primary-color-Normal);
  padding: 10px;
}

.project-slider-single .owl-nav .owl-next i {
  border: 1px solid var(--primary-color-Normal);
  padding: 10px;
  margin-right: 10px;
}

.project-slider .owl-nav {
  padding: 10px 10px;
  background-color: black;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid white;
}

.project-slider .owl-nav .owl-prev i,
.project-slider .owl-nav .owl-next i {
  padding: 10px 12px;
  border-radius: 11%;
  color: white;
  border: 2px solid white;
}

.main-slider .owl-dots .active span {
  background-color: white !important;
  border: 1px solid red;
  border-radius: 10px;
}

.project-slider .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 60%;
  bottom: 16px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  background-color: white;
  padding: 9px;
  border-radius: 50px;
}

.project-slider .owl-dots .owl-dot {
  margin: 0px 2px;
}

.project-slider .owl-dots .owl-dot span {
  width: 25px;
  height: 10px;
  background-color: #f6931c;
  display: block;
  border-radius: 10px;
}

.project-slider .owl-dots .active span {
  background-color: white !important;
  border: 1px solid red;
  border-radius: 10px;
}

/* ===================
margin & padding
====================== */
.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.test-pox {
  border: 1px solid #4caf51;
  border-bottom: 6px solid #4caf51;
  background-color: #011e0f;
}

.test-pox::after {
  position: absolute;
  content: "";
}

.coutations {
  text-align: center;
  position: absolute;
  bottom: -11px;
  font-size: 6rem;
  left: 9px;
  color: #077d41;
}

.user-pic {
  width: 60px;
  height: 60px;
  background-color: red;
  border-radius: 50%;
  position: relative;
}

.user-pic img {
  width: 100px;
  object-fit: cover;
  width: 60px;
  height: 60px;
  background-color: red;
  border-radius: 50%;
}

.porjects-detels {
  margin: 12px 0px;
}

.main-content {
  padding: 10px;
  background-color: #e8e0e0;
  margin-top: 11px;
  border-radius: 12px;
}

.lett-content {
  background-color: rgba(163, 162, 162, 0.0392156863);
  padding: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
  border-radius: 9px;
  margin-bottom: 5px;
}

.right-content-1 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  margin-bottom: 15px;
}

#rating {
  display: block !important;
}

.rating .stars {
  display: none;
}

.contact-info {
  height: 100%;
  border-radius: 10px;
}

.contact-info li a {
  color: white;
}

.contact-span {
  padding: 10px;
  color: #ffffff;
  border-radius: 6px;
}

.soial-media a {
  font-size: 21px;
  padding: 0px 8px;
  color: #ffffff;
  font-weight: bold;
}

.header {
  width: 100%;
  top: 26px;
}

.navbar-nav {
  margin: 0px auto;
}

.menu-icon {
  margin-right: 5px;
  font-size: inherit;
}

.user-image {
  width: 37px;
  background: red;
}

.login-logout {
  height: 43px;
}

.top-nav-bar {
  padding: 6px 0px;
  background-color: #4caf51;
}

#searchform {
  border: 1px solid #006837;
  padding: 2px 2px;
  border-radius: 38px;
}

#searchform input {
  border: none;
  background-color: #ffffff;
  border-radius: 40px 0px 0px 40px;
  padding-left: 11px;
  width: 151px;
}

#searchform input:focus {
  outline: none;
}

#searchform button {
  border: navajowhite;
  background-color: white;
  padding: 1px 13px;
  border-radius: 0px 40px 40px 0px;
}

.logo {
  width: 131px;
  height: 100%;
}

.logo-top {
  width: 11%;
}

.main-navigation {
  background-color: rgba(0, 0, 0, 0.0784313725);
}

.image-not-found {
  width: 41px;
  text-align: center;
  padding: 4px;
}

.image-not-found:hover {
  color: #006837;
}

#menu-footer li a {
  color: white;
  padding: 5px 0px;
  font-family: "Vazirmatn-bold";
}

#menu-services li a {
  color: white;
  padding: 3px 0px;
}

/* ===================
header top css
====================== */
.requ {
  display: none;
}

.header-top {
  padding: 10px 4px;
  position: relative;
  background-color: #4caf51;
  z-index: 99 !important;
}

.nav-link {
  padding: 0px !important;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
}

.header-top-contact ul li a i {
  margin-right: 10px;
  color: #f7941d;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-top-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-left: 5px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.header-top-social a:hover {
  background: #fbb016;
  color: #fff;
}

.header-top-account a {
  color: #fff;
  margin-right: 20px;
}

.header-top-account a i {
  margin-right: 8px;
}

@media all and (max-width: 1199px) {
  .header-top-account {
    display: none;
  }
  .header-top::before {
    width: 270px;
  }
  .header-top::after {
    width: 260px;
  }
}
@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}
/* ===================
  nav menu css
  ====================== */
.main {
  margin-top: 0rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    padding: 33px 0 33px 0;
    text-transform: capitalize;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    padding: 0px;
    border: none;
    border-top: 4px solid #336d66;
    border-radius: 0px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  }
  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }
  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    color: #0c1529;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    text-align: right;
  }
  .nav-item .dropdown-item {
    margin-right: 0px !important;
    padding: 4px 11px !important;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 0px;
    height: 2px;
    opacity: 0;
    transition: all 0.7s ease-in-out;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 28px;
    opacity: 1;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: #fbb016;
  }
  .navbar .nav-item .nav-link {
    position: relative;
    z-index: 1;
  }
  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #000000;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 100%;
  }
  .header-nav-right {
    display: flex;
    align-items: center;
  }
  .navbar .header-btn {
    padding-top: 8px;
  }
  .header-phone {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-phone-icon {
    width: 45px;
    height: 45px;
    background: #336d66;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
  }
  .header-phone-number a {
    color: #336d66;
  }
}
/*bootstrap menu*/
.navbar {
  padding-top: 0;
  z-index: 999;
  padding: 7px 0px;
}

.navbar.fixed-top {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.navbar.fixed-top .nav-item .nav-link::before {
  color: #0c1529;
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}

button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.menu-img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}

.navbar-brand img {
  width: 50%;
}

.donat-btn {
  padding: 4px 13px;
  background-color: #4caf51;
  border-radius: 8px;
  border: 2px solid #4caf51;
  color: #ffffff;
  font-size: 16px;
  font-family: "Cairo-Bold";
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.donat-btn:hover {
  background-color: #000000;
  color: white;
}

/* dropdown toggler */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  border: none;
  font-size: 16px;
}

.dropdown-menu .nav-item {
  padding: 0px !important;
}

.menu-item a {
  color: white;
  font-family: "Cairo-Medium";
}

.menu-item a:hover {
  color: #89c33d;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* mobile menu */
.mobile-menu-right {
  display: flex;
  align-items: center;
}

@media all and (max-width: 1199px) {
  .navbar .header-btn {
    display: none;
  }
  .header-phone {
    display: none;
  }
}
.country-selector.weglot-dropdown .wgcurrent a,
.country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 25px;
}

.country-selector.weglot-dropdown .wgcurrent {
  border: 2px solid #1891c8 !important;
}

.active-1 {
  border: 1px solid #006837 !important;
  padding: 7px 0px !important;
}

.form-footer {
  align-items: center;
}

.user-icon {
  font-size: 4rem;
  margin: -20px;
}

.form-control:focus {
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
}

.ur-frontend-form {
  margin-bottom: 30px !important;
}

.rigster-form {
  padding: 0px;
  border: none;
}

.ur-form-grid.ur-grid-1 {
  margin: 0px;
  padding: 0px !important;
}

.ur-label {
  margin-bottom: 4px !important;
  margin-top: 0px !important;
}

.ur-field-item {
  margin-bottom: 0px !important;
}

#user_pass, #user_login {
  outline: none;
  border: 1px solid #00a4ff;
  margin-bottom: 4px;
  padding: 6px;
}

#user_login, #user_pass, #user_confirm_password {
  padding: 7px !important;
}

.my-login-form {
  width: 100%;
  margin: auto;
  border: 1px solid #006837;
  padding: 10px;
  border-radius: 10px;
}

#user_login,
#user_pass {
  padding: 12px 15px;
}

#user_login,
#user_pass, #user_confirm_password, #user_email {
  outline: none;
  border: 1px solid #006837;
  margin-bottom: 10px;
}

.ur-button-container {
  padding: 0px !important;
}

.regster-btn-one {
  background-color: #006837;
  margin: 0px !important;
  font-weight: bold;
}

.loggin-btn {
  background-color: #006837;
  outline: none;
  border: 1px solid #ffffff;
  padding: 9px 15px;
  border-radius: 5px;
  color: white;
  transition: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  margin-top: 10px;
}

.loggin-btn:hover {
  background-color: #4caf51;
  border: 1px solid #006837;
}

.left-side {
  background-color: red;
}

.right-side {
  background-color: blue;
}

.loginpage {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-tab {
  background-color: white;
  padding: 35px;
}

.form-tab nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #006837;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #006837 rgba(255, 0, 0, 0);
  padding: 7px 0px !important;
}

.form-tab .tab-content {
  border: 0px;
  padding: 0px;
}

.deal {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 63px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 380px;
  padding: 18px;
  border: 1px solid #006837;
}

.deal-buttom .day span {
  background-color: #006837;
  color: #ffffff;
  padding: 15px;
}

.deal-buttom {
  justify-content: space-between;
  width: 40%;
}

.timess {
  font-size: 11px;
}

.deal-content h2 {
  font-size: 26px;
}

.shop-now-btn {
  color: #006837;
}

.shop-now-btn:hover {
  color: rgb(0, 0, 0);
}

.cta {
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  padding: 1rem;
}

.right-col {
  border-right: 1px solid gray;
}

.cta-social-icon i {
  padding: 10px;
  border: 1px solid #006837;
  border-radius: 55px;
  transition: 0s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.cta-social-icon i:hover {
  color: #ffffff;
  background-color: #006837;
}

.subscribe-input {
  width: 100%;
  border: 1px solid #056839;
  padding: 6px;
}

.subscribe-btn {
  background-color: #006837;
  height: 100%;
  width: 56px;
}

.subscribe-btn i {
  margin-top: 13px;
}

.category-icon {
  float: inline-end;
}

.category-list-shop h3 {
  border-bottom: 4px solid #077d41;
  padding-bottom: 10px;
}

.category-list-shop ul li a {
  text-align: start;
}

.category-list-shop ul li {
  border-bottom: 1px solid #006837;
  padding: 4px 0px;
}

.category-list-shop ul li a:hover {
  color: #006837;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
}

.woocommerce table.shop_table th {
  padding: 18px 12px;
  line-height: 0px;
}

.product-price {
  margin-bottom: 0px;
  font-size: 18px;
  display: table-cell;
}

#coupon_code {
  width: 180px !important;
  padding: 4px 6px !important;
}

.cart_totals h2 {
  font-size: 24px;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 13px;
}

.woocommerce-MyAccount-navigation ul li {
  padding: 4px 10px;
  text-align: center;
  border: 1px solid #006837;
  margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
  width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 8px 10px;
}

.woocommerce-MyAccount-content {
  text-align: center;
}

.avatar.avatar-32.photo {
  width: 31px;
}

.thread-even {
  height: 17rem;
  overflow-y: scroll;
}

.comment-text {
  background-color: rgba(0, 0, 0, 0.1294117647);
  border: none;
  padding: 5px 14px;
  font-family: "Cairo-Medium";
}

.comment-text:focus,
.comment-form-email input:focus,
.comment-form-author input:focus {
  outline: none;
  border: 1px solid #006837;
}

.comment-form-email input,
.comment-form-author input {
  background-color: rgba(0, 0, 0, 0.1294117647);
  border: none;
  padding: 5px 14px;
  transition: 1s ease-in-out;
  font-family: "Cairo-Light";
}

.comment-btn {
  position: relative;
  background-color: #006837;
  color: #fff;
  outline: 1px solid #000000;
  border: none;
  padding: 5px 19px;
  border-radius: 2px;
  font-family: "Cairo-Medium";
}

#submit::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #006837;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.comment-btn:hover {
  box-shadow: 0px 0px 11px -4px rgb(153, 147, 147);
}

.hotels-card {
  border: 1px solid gainsboro;
  border-radius: 9px;
}

.hotel-image img {
  border-radius: 9px 9px 0px 0px;
}

.hotel-card-content {
  padding: 9px;
}

.hotel-price {
  position: absolute;
  top: 10px;
  background-color: black;
  padding: 3px 8px;
  right: 11px;
  border-radius: 5px;
}

.hotel-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid gainsboro;
  padding: 5px;
}

.hotel-footer .more-info-hotel {
  background-color: #006837;
  width: 38%;
  text-align: center;
  color: #ffffff;
  padding: 5px 0px;
  border-radius: 0px 0px 6px 1px;
  font-weight: bold;
}

.hotel-footer .call {
  background-color: #000000;
  width: 30%;
  color: #ffffff;
  padding: 5px 0px;
  text-align: center;
  font-weight: bold;
}

.hotel-footer .whatsapp-hotel {
  background-color: #075404;
  width: 30%;
  text-align: center;
  color: #ffffff;
  padding: 5px 0px;
  border-radius: 0px 0px 0px 6px;
  font-weight: bold;
}

.hotel-gallery-slider .owl-nav {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

.hotel-gallery-slider .owl-nav .owl-prev,
.hotel-gallery-slider .owl-nav .owl-next {
  border: 1px solid #006837 !important;
}

.hotel-gallery-slider .owl-nav .owl-prev i,
.hotel-gallery-slider .owl-nav .owl-next i {
  padding: 10px !important;
}

.hotel-gallery-slider .owl-dots {
  position: relative;
  text-align: center;
  top: -88px;
}

.hotel-gallery-slider .owl-dots .owl-dot {
  height: 10px;
  width: 20px;
  background-color: #006837;
  margin: 2px;
  border-radius: 20px;
}

.hotel-gallery-slider .owl-dots .active {
  background-color: rgb(255, 255, 255) !important;
  border: 3px solid #006837;
}

table {
  border-collapse: collapse; /* Ensures borders don't overlap */
  width: 100%; /* Makes the table fill the available width */
}

th, td {
  border: 1px solid black; /* Adds border to all cells */
  padding: 10px; /* Adds padding for better readability */
  text-align: left; /* Aligns text to the left */
}

th {
  background-color: #f2f2f2; /* Optional background color for headers */
}

@media only screen and (max-width: 600px) {
  /* Responsive styles for smaller screens */
  th, td {
    font-size: 14px; /* Adjust font size for smaller screens */
  }
}
.staus-icon {
  padding: 5px;
  height: 100%;
  width: 100%;
}

.staus-icon img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-team {
  padding: 9px;
  border: 1px solid #89c33d;
  border-radius: 10px;
}

.team-social {
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-top: 10px;
}

.team-social li {
  display: inline;
  margin: 0 3px;
}

.team-social a {
  color: #006837;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  z-index: 999;
  margin: 5px 0;
  width: 40px;
  height: 40px;
  background: #d7dff7;
  line-height: 40px;
}

.volunteer-slider .owl-nav {
  position: absolute;
  top: -53px;
  left: 0px;
}

.volunteer-slider .owl-nav .owl-next,
.volunteer-slider .owl-nav .owl-prev {
  margin-right: 5px;
}

.volunteer-slider .owl-nav .owl-next i,
.volunteer-slider .owl-nav .owl-prev i {
  padding: 10px;
  border: 1px solid #000000;
  color: #006837;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.volunteer-slider .owl-nav .owl-next i:hover,
.volunteer-slider .owl-nav .owl-prev i:hover {
  background-color: #006837;
  color: #ffffff;
}

body .wpuf-menu-item.active a {
  color: #FFF !important;
}

.profile-nav ul {
  border: 1px solid #006837;
}

.profile-nav ul li {
  border-bottom: 1px solid #006837;
}

.profile-nav ul li a {
  position: relative;
  padding: 10px;
  display: block;
}

.profile-nav ul li a::after {
  position: absolute;
  content: ">";
  right: 14px;
  font-weight: bold;
  font-size: 17px;
}

.profile-nav ul li a::after.active {
  position: absolute;
  content: ">";
  right: 14px;
  font-weight: bold;
  font-size: 17px;
}

.active-account-linke {
  background-color: #006837;
}

.my-account-tap nav .nav-tabs button {
  margin-right: 12px !important;
  padding: 5px 14px !important;
}

.user-registration {
  box-shadow: none !important;
}

.user-registration-MyAccount-content h2 {
  display: none;
}

.wpuf-menu-item.dashboard,
.wpuf-menu-item.edit-profile,
.wpuf-menu-item.subscription,
.wpuf-menu-item.billing-address {
  display: none;
}

.wpuf-dashboard-navigation {
  border: 1px solid #006837;
  width: 100% !important;
}

.wpuf-menu-item {
  padding: 11px !important;
  border-bottom: 1px solid #006837;
}

.wpuf-menu-item a {
  display: block;
}

.wpuf-dashboard-content {
  width: 100% !important;
  display: block !important;
  border: 1px solid #006837;
}

.wpuf-el {
  display: flex;
  flex-direction: column;
}

.wpuf-fields {
  width: 100% !important;
}

.wpuf-submit .wpuf-label {
  width: 0px !important;
}

.wpuf-submit-button {
  background-color: #006837;
  padding: 7px 34px;
  border: 2px solid #ffffff;
  font-weight: bold;
  outline: 1px solid #006837;
  border-radius: 7px;
}

.post-edit-icon {
  background-color: #006837 !important;
}

body .wpuf-dashboard-container table.items-table tr {
  text-align: left;
  border-bottom: 1px solid #006837 !important;
}

body .wpuf-dashboard-container table.items-table th {
  box-shadow: 0px -18px 17px rgba(0, 0, 0, 0.07) !important;
}

.wpuf-posts-options.wpuf-posts-edit {
  border: 1px solid gray !important;
  border-radius: 0px !important;
  background-color: green;
}

.wpuf-posts-options.wpuf-posts-delete {
  border: 1px solid gray !important;
  border-radius: 0px !important;
  float: right;
  background-color: #d41717;
}

.about-bg-color {
  background-color: rgba(150, 201, 84, 0.5490196078);
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 0;
}

.about-image {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0px;
  top: 0;
}

.about-img {
  height: 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.about-us-home {
  background-color: #4caf51;
  padding: 8px 24px;
  font-family: "cairo-bold";
  color: white;
  border-radius: 9px;
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.about-us-home:hover {
  background-color: #89c33d;
}

.about-left,
.about-right {
  height: 100%;
}

.inercounter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px; /* Adjust spacing between images */
  width: 100%; /* Set width as needed */
  height: 300px; /* Set height as needed */
}

/* Define grid areas for each image */
.item-1 {
  grid-area: 1/1/2/2;
}

.item-2 {
  grid-area: 1/2/2/3;
}

.item-3 {
  grid-area: 2/1/3/2;
}

.item-4 {
  grid-area: 2/2/3/3;
}

/* Example styles for the images */
.inercounter > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4caf51;
  flex-direction: column;
  text-align: center;
  /* Additional styles like width, height, etc. */
}

.about-title::after {
  position: absolute;
  content: "";
  width: 82px;
  height: 13px;
  background-color: rgba(7, 125, 65, 0.5294117647);
  bottom: 1px;
  right: 0px;
  z-index: -1;
}

.floating-img {
  position: absolute;
  z-index: -1;
  width: 49%;
  right: -367px;
  top: -140px;
  animation: moveInCircle 4s linear infinite; /* Adjust animation duration and timing */
}

.moving-image {
  position: absolute;
  width: 100px; /* Adjust image size as needed */
  height: 100px; /* Adjust image size as needed */
  border-radius: 50%; /* Makes the image circular */
  animation: moveInCircle 4s linear infinite; /* Adjust animation duration and timing */
}

@keyframes moveInCircle {
  0% {
    transform: translateX(150px) translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateX(0px) translateY(150px) rotate(90deg);
  }
  50% {
    transform: translateX(-150px) translateY(0px) rotate(180deg);
  }
  75% {
    transform: translateX(0px) translateY(-150px) rotate(270deg);
  }
  100% {
    transform: translateX(150px) translateY(0px) rotate(360deg);
  }
}
.whyus {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-attachment: fixed;
}

.whyus::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0px;
  background-color: rgba(10, 5, 73, 0.7490196078);
  z-index: -1;
}

.card-one {
  padding: 23px;
  border: 1px solid #00d2dc;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  margin-bottom: 5px;
}

.message-icon {
  width: 30%;
  margin: 0px auto;
  margin-bottom: 10px;
}

.message-title {
  color: #05cd99;
}

.message-description {
  color: #ffffff;
}

.more-about-btn {
  padding: 7px 21px;
  background-color: #006837;
  border-radius: 8px;
  font-weight: bold;
  font-size: 17px;
  border: 2px solid #ffffff;
  outline: 2px solid #006837;
  margin-top: 8px;
}

.more-about-btn:hover {
  background-color: #ffffff;
  color: black;
  border: 2px solid #ffffff;
  outline: 2px solid #006837;
}

.aboutus-title {
  margin-bottom: 5px;
  position: relative;
  font-size: 30px;
}

.aboutus-title::after {
  position: absolute;
  content: "";
  background-color: #006837;
  height: 5px;
  width: 74px;
  bottom: 12px;
  margin-left: 12px;
}

.about-title-2 {
  margin-bottom: 5px;
  position: relative;
  font-size: 30px;
}

.about-title-2::after {
  position: absolute;
  content: "";
  background-color: rgba(24, 145, 200, 0.5490196078);
  height: 17px;
  width: 124px;
  left: 0px;
  z-index: -1;
  bottom: 8px;
}

.gallery-card a {
  display: block !important;
  height: 287px;
}

.gallery-card a img {
  object-fit: cover;
}

.gallery-card {
  margin-bottom: 8px;
  width: 33%;
}

.phone-all-number {
  display: flex;
  flex-direction: column;
}

.phone-all-number a {
  margin-top: 6px;
  padding: 2px 12px;
  border: 1px solid white;
  color: white;
  border-radius: 7px;
}

.whyus-title {
  margin-bottom: 5px;
  position: relative;
  font-size: 30px;
  text-transform: capitalize;
  text-align: center;
}

.whyus-title::after {
  position: absolute;
  content: "";
  background-color: rgba(24, 145, 200, 0.5490196078);
  height: 16px;
  width: 203px;
  left: 50%;
  z-index: -1;
  bottom: 8px;
  transform: translate(-50%);
}

.whyus-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.expert {
  border-right: 2px solid #006837;
  border-bottom: 2px solid #006837;
  text-align: center;
  height: 100%;
}

.expert {
  padding: 22px;
}

.expert-icon {
  width: 30%;
  margin: 0px auto;
}

.compre {
  padding: 22px;
  text-align: center;
  height: 100%;
}

.compre-icon {
  width: 30%;
  margin: 0px auto;
}

.customer-st {
  padding: 22px;
  border-left: 2px solid #006837;
  border-bottom: 2px solid #006837;
  text-align: center;
  height: 100%;
}

.customer-st-icon {
  width: 30%;
  margin: 0px auto;
}

.staytop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ebebeb;
}

.slider-toww-box {
  background-color: #e6ebe9;
  padding: 5px;
  border-radius: 8px;
  height: 270px;
}

.slider-toww-box a img {
  border-radius: 7px;
}

.hero-slider-wrap .owl-nav {
  position: absolute;
  bottom: 29px;
}

.slider-toww .owl-nav .owl-next,
.slider-toww .owl-nav .owl-prev {
  margin: 5px;
}

.slider-toww .owl-nav .owl-next i,
.slider-toww .owl-nav .owl-prev i {
  padding: 10px;
  border: 1px solid #000000;
  color: #006837;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slider-toww .owl-nav .owl-next i:hover,
.slider-toww .owl-nav .owl-prev i:hover {
  background-color: #006837;
  color: #ffffff;
}

.hero-slider-wrap .owl-nav {
  position: absolute;
  bottom: 29px;
}

.owl-carouselss .owl-nav .owl-next,
.owl-carouselss .owl-nav .owl-prev {
  margin: 5px;
}

.owl-carouselss .owl-nav .owl-next i,
.owl-carouselss .owl-nav .owl-prev i {
  padding: 10px;
  border: 1px solid #000000;
  color: #006837;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.owl-carouselss .owl-nav .owl-next i:hover,
.owl-carouselss .owl-nav .owl-prev i:hover {
  background-color: #006837;
  color: #ffffff;
}

.gallery-card-1 {
  height: 120px !important;
  width: 100%;
}

.gallery-card-1 a {
  width: 100%;
  height: 100%;
}

.gallery-card-1 a img {
  object-fit: cover;
}

/* ===================
footer css 
====================== */
.footer-logo {
  margin-left: 0px;
}

.footer-area {
  position: relative;
  z-index: 1;
  position: relative;
  background-position: center;
  background-size: cover;
}

.footer-area::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  background-color: rgba(12, 2, 34, 0.9607843137);
}

.footer-text {
  text-align: justify;
}

.footer-widget-box {
  margin-bottom: 20px;
  color: white;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  margin-bottom: 4px;
}

.copyright {
  padding: 13px 0;
  border-top: 3px solid #006837;
}

.footer-list ul li {
  color: red !important;
}

.page_item a {
  font-family: "Vazirmatn-Regular";
}

.latest-arti {
  background-color: #4caf51;
  margin-bottom: 4px;
  padding: 3px 5px;
  border-radius: 6px;
  border: 1px solid #006837;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-list li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.footer-list li a i {
  margin-right: 5px;
  color: #336d66;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #336d66;
}

.footer-widget-box p {
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #89c33d;
  border-radius: 7px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.footer-social li a i:hover {
  background: #006837;
  color: #fff;
}

.footer-newsletter .subscribe-form .form-control {
  border: 2px solid #e8e8e8;
  height: 52px;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  background-color: transparent;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
  color: #f2f3f5;
  opacity: 1;
}

.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
}

.footer-newsletter .subscribe-form .theme-btn:hover {
  background: #fff;
  color: #336d66;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f5faff;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-contact li a {
  color: #f5faff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  font-size: 17px;
  margin-right: 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  color: #336d66;
  border: 1px solid #e5e6e6;
  padding: 10px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

.gallery-item {
  width: 80px;
  margin-bottom: 15px;
  border: 2px solid #89c33d;
  padding: 3px;
  border-radius: 5px;
  height: 70px;
  overflow: hidden;
}

.gallery-item a {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }
  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }
  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }
}
.footer-widget-wrapper {
  justify-content: center;
}

.copyright-text {
  display: flex;
  justify-content: space-between;
}

.vistor-counter {
  border: 2px solid black;
  padding: 0px 10px;
  color: black;
  font-weight: bold;
}

#wpsvccount {
  width: 12% !important;
  display: flex;
}

#wpsvctable {
  display: none !important;
}

#wpsvcattribution {
  display: none !important;
}

#mvcwid {
  text-align: center !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center !important;
  align-items: center;
}

#mvcwid {
  width: 100%;
}

.footer {
  margin-bottom: 10px;
  padding: 10px 5px;
  padding-top: 10px;
  background-color: var(--surface-bright);
  border-top: 8px solid #bababa;
  padding-top: 30px;
  margin-top: 40px;
}

/*
  ========================
  ====  media querys    ==
  ========================
*/
@media (min-width: 991px) {
  .row-one {
    display: block;
  }
  .langufe-changer {
    display: none;
  }
  .formobile {
    display: none;
  }
  .herohero {
    display: flex;
    justify-content: center;
    text-align: center;
    text-align: -moz-center;
  }
  .herohero img {
    width: 76% !important;
  }
}
@media only screen and (max-width: 767px) {
  .row-one {
    display: block;
  }
  .top-nav-bar {
    display: none !important;
  }
  .language-swhich {
    display: none !important;
  }
  .main-slider .owl-nav {
    position: relative;
    bottom: 0%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 11px;
  }
  .main-slider .owl-nav .owl-prev,
  .main-slider .owl-nav .owl-next {
    position: relative;
    right: 0px;
  }
  .main-slider .owl-nav .owl-next i,
  .main-slider .owl-nav .owl-prev i {
    padding: 7px 8px;
    border-radius: 50%;
    font-size: 20px;
    color: #89c33d;
    border: 2px dotted #89c33d;
  }
  .main-slider .owl-nav .owl-next i,
  .main-slider .owl-nav .owl-prev i {
    font-size: 20px;
    color: #89c33d;
  }
}
@media (max-width: 991px) {
  .requ {
    display: block;
  }
  .navbar-nav {
    margin: 0px auto;
  }
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
  }
  .navbar-brand {
    padding-left: 0px;
  }
  .navbar-brand img {
    width: 51px;
  }
  .navbar-collapse {
    overflow: hidden;
    overflow-y: auto;
    padding: 10px 1px;
    background-color: #fff;
  }
  .dropdown-toggle::after {
    float: right;
  }
  .navbar .nav-item .nav-link {
    color: #0c1529;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .nav-link:hover {
    color: #336d66 !important;
  }
  .navbar-toggler-icon {
    height: 3px;
    width: 30px;
    background-color: #006837;
    margin: 4px;
    border-radius: 178px;
    cursor: unset;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .towww {
    opacity: 0;
  }
  .x {
    transform: rotate(-46deg);
    transform-origin: 27px 15px;
  }
  .y {
    transform: rotate(45deg);
    transform-origin: 23px -8px;
  }
  .navbar .dropdown-menu {
    border-radius: 0px;
    border: none;
  }
  .navbar.fixed-top .navbar-toggler-icon {
    color: #0c1529;
  }
  .header-nav-right {
    display: none;
  }
  .dddd {
    justify-content: center;
  }
  .sideone {
    width: 62%;
  }
  .cotch-info-card {
    padding: 10px;
    border: 1px solid black;
    text-align: center;
  }
  .cotch-img {
    width: 150px;
    height: 100%;
    background: red;
    display: inline-block;
  }
  .content-info {
    text-align: center;
  }
  .content-info h3 {
    margin-top: 10px;
    text-align: center;
  }
  .content-info p {
    text-align: center;
  }
  .content-info a {
    display: inline-block;
  }
}
.ssssss {
  display: none;
}

@media only screen and (max-width: 500px) {
  .mobile-none {
    display: none;
  }
  .row-one {
    display: block;
  }
  .box-card {
    padding: 15px;
  }
  .hero-btn-tow,
  .hero-btn-one {
    width: 49%;
    text-align: center;
  }
  .about-image {
    display: none;
  }
  .about-bg-color {
    width: 100%;
  }
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .heroone {
    padding-top: 80px !important;
  }
  .services,
  .activity {
    padding-top: 50px !important;
  }
  .trp-flag-image,
  .hero-left-image {
    display: none;
  }
  .list-language {
    display: flex;
  }
  .about-content {
    margin-bottom: 19px;
  }
  .navbar {
    border-bottom: 2px solid #89c33d;
    padding: 4px 0px;
  }
  .dropdown-menu .nav-item .nav-link {
    padding: 6px 19px !important;
    background-color: rgba(60, 107, 27, 0);
  }
  .blog-box-1 {
    height: 40vh;
  }
  .hero-slider-area .owl-dots {
    bottom: 0px;
    display: flex;
    flex-direction: column;
    left: 0px;
    width: auto;
  }
  .navbar-nav li:last-child {
    margin-bottom: 20px;
  }
  .navbar-nav li:first-child {
    border-top: 0px solid rgba(0, 0, 0, 0.2);
  }
  .navbar-nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 0px !important;
  }
  .navbar-brand img {
    width: 50%;
  }
  .hide1 {
    display: none !important;
  }
  .header-btn .fa-arrow-right {
    display: none;
  }
  .site-title {
    font-size: 26px;
  }
  .site-title2 {
    font-size: 22px;
  }
  .jopbtn11 {
    text-align: center;
    margin-top: 27px;
  }
  .bara1 {
    text-align: center;
  }
  .joptitle {
    text-align: center;
    padding-bottom: 6px;
  }
  .feature-item {
    text-align: center;
  }
  .help-section {
    flex-direction: column;
  }
  .flating-btn3 {
    bottom: 35%;
  }
  .sideone {
    width: 62%;
  }
  .cotch-info-card {
    padding: 10px;
    border: 1px solid black;
    text-align: center;
  }
  .cotch-img {
    width: 150px;
    height: 100%;
    background: red;
    display: inline-block;
  }
  .content-info {
    text-align: center;
  }
  .content-info h3 {
    margin-top: 10px;
    text-align: center;
  }
  .content-info p {
    text-align: center;
  }
  .content-info a {
    display: inline-block;
  }
  .cosch-single {
    flex-direction: column-reverse;
  }
  .right-col {
    border-left: none !important;
  }
  .left-left {
    margin-top: 10px;
  }
  .check-country,
  .check-field,
  .submit-tow,
  .submit-one {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-footer {
    flex-direction: column-reverse;
    align-items: normal;
  }
  .wpuf-menu-item.edit-profile,
  .wpuf-menu-item.subscription,
  .wpuf-menu-item.billing-address {
    display: none !important;
  }
  .wpuf-dashboard-navigation ul {
    margin: 0px !important;
  }
  .data-column.flex-column {
    flex-direction: row !important;
    align-items: center;
  }
  .wpuf-posts-options.wpuf-posts-edit {
    width: auto;
  }
  .wpuf-posts-options.wpuf-posts-delete {
    width: auto;
  }
  .gallery-card {
    width: 100%;
    margin-bottom: 8px;
  }
  .col-lg-4 {
    margin-bottom: 10px;
  }
  .compre,
  .expert,
  .customer-st {
    border-top: 5px solid #1891c8;
    border-bottom: 6px solid #1891c8;
    text-align: center;
    height: 100%;
    border-radius: 11px !important;
    margin-top: 11px;
    border-left: 1px solid #1891c8 !important;
    border-right: 1px solid #1891c8 !important;
  }
  .gallery-item {
    width: 32%;
    margin-bottom: 15px;
    border: 2px solid #89c33d;
    padding: 3px;
    border-radius: 5px;
    height: 100px;
    overflow: hidden;
  }
  .phone-all-number a {
    padding: 1px 0px;
    border: 0px solid white;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
}
@media only screen and (max-width: 400px) {
  .serv-title-1 {
    padding: 10px 8px;
    top: -1px;
    font-size: 22px;
  }
  .team-social a {
    color: #006837;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    z-index: 999;
    margin: 5px 0;
    width: 35px;
    height: 36px;
    background: #d7dff7;
    line-height: 36px;
  }
  .hero-slider-area .owl-theme .owl-nav {
    bottom: 52px;
  }
  .hero-slider-area .owl-dots {
    bottom: 0px;
    display: flex;
    flex-direction: column;
    left: 0px;
    width: auto;
  }
  .top-nav-bar {
    display: none !important;
  }
  .slider-content > div h2 {
    font-size: 30px;
  }
  .slider-content > div p {
    font-size: 16px;
    font-family: "Vazirmatn-Medium" !important;
    text-align: justify;
  }
  .lp-archive-courses h1 {
    margin-top: 70px;
    margin-bottom: 10px;
  }
  .all-corsce-btn {
    background-color: #005689;
    padding: 7px 17px;
    position: relative;
    left: 0px;
    rotate: 0deg;
    bottom: 50%;
    outline: 1px solid #005689 !important;
    border: 2px solid #ffffff;
    border-radius: 7px 7px 7px 7px;
    margin-top: 21px;
    width: 100%;
    text-align: center;
  }
  .popup-header__inner .lp-form {
    display: none;
  }
  #popup-header, #popup-footer {
    right: 0px !important;
  }
  .lp-archive-courses .course-title {
    padding-top: 15px !important;
  }
  .calltoaction {
    padding: 33px 0px;
  }
  .contact-info ul {
    flex-direction: column;
  }
  .contact-info ul li {
    flex-direction: column;
    text-align: center;
  }
  .contact-info ul li span {
    margin: 0px;
  }
  .faq-section {
    display: inline;
  }
  .pro-left-card {
    display: none;
  }
  .all-blog-btn {
    display: none !important;
  }
  .what-btn {
    margin: 8px;
  }
  .nav-link a i {
    position: relative;
    margin-top: 5px;
    display: block;
    float: left;
  }
  .mobile-menu-right {
    margin-right: -8px;
  }
  .logo {
    width: 29%;
    height: 46px;
    padding: 6px 0px;
  }
  .navbar-brand {
    padding-left: 0px;
    width: 81%;
  }
  .course-titles {
    overflow: scroll;
    height: 241px;
  }
  .requ {
    display: none;
  }
  .site-breadcrumb {
    padding: 70px 0px;
  }
  .site-breadcrumb .breadcrumb-title {
    font-size: 24px;
  }
  .portfolio-area {
    flex-direction: column-reverse;
  }
  .fill {
    height: 46vh;
  }
  .about-area2 {
    padding: 11px 0px;
  }
  .flating-btn {
    left: 0px;
  }
  .serv-area {
    padding: 26px 0px;
  }
  .feature-area {
    padding-top: 17px;
  }
  .counter-box {
    border: 1px dashed white;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 14px;
  }
  p {
    font-size: 16px;
  }
  .footer-menue-2,
  .footer-menue-2 {
    width: 50%;
  }
  .slider-content {
    padding: 100px 0;
    text-align: center;
    padding-top: 27px;
  }
  .left-content {
    display: none;
  }
  .right-content {
    text-align: center;
  }
  .right-content h2 {
    text-align: start !important;
    margin-bottom: 1rem;
  }
  .call-to-action {
    width: 100%;
    border: 2px solid #016096;
    outline: 3px solid white;
  }
  .call-to-action-2 {
    display: none;
  }
  .numb {
    padding: 9px 13px;
  }
  .sideone {
    width: 62%;
  }
  .page-title-area .page-title-content h2 {
    font-size: 20px;
  }
  .right-price {
    padding-right: 22px;
  }
  .h2-style::after {
    width: 145px;
  }
  .target ul li {
    font-size: 13px;
  }
  .cotch-info-card {
    padding: 10px;
    border: 1px solid black;
    text-align: center;
  }
  .cotch-img {
    width: 150px;
    height: 100%;
    background: red;
    display: inline-block;
  }
  .content-info {
    text-align: center;
  }
  .content-info h3 {
    margin-top: 10px;
    text-align: center;
  }
  .content-info p {
    text-align: center;
  }
  .content-info a {
    display: inline-block;
  }
  .cosch-single {
    flex-direction: column-reverse;
  }
  .theme-btn {
    font-size: 16px;
    padding: 5px 9px;
  }
  .primary-menu {
    width: 50%;
  }
  .pro-link {
    padding: 3px;
  }
  .date {
    height: 70px;
    width: 70px;
    top: -49;
    border-radius: 4px solid #4caf51;
  }
}/*# sourceMappingURL=style.css.map */