@charset "UTF-8";
/*
  =======================
  == genral css  style ==
  =======================
*/
/* ===================
theme default css
====================== */
@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");
.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: 10px;
}

.row-gab-three {
  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;
}

/* ===================
fonts
====================== */
/* ===================
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;
}

.ltr {
  direction: ltr;
}

.hero-tow::before {
  background-color: var(--hero-bg-color);
}

.primary-color-tow {
  color: #003366;
}

.bg-black {
  background-color: #363239 !important;
}

.bg-gold {
  background-color: gold;
}

.bg-main {
  background-color: #367d4d;
}

.bg-second {
  background-color: #add8e6;
}

.bg-thread {
  background-color: #0077b8;
}

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

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

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

.mian-color {
  color: #367d4d;
}

.second-color {
  color: #0077b8;
}

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

.gold {
  color: #036 !important;
}

.red {
  color: red;
}

.white {
  color: #ffffff;
}

.primary {
  color: #367d4d;
}

.secon {
  color: #add8e6;
}

.secon-2 {
  color: #f4921b;
}

.black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-gold {
  color: gold;
}

.bg-primary {
  background-color: #367d4d;
}

.bg-sub {
  background-color: #add8e6;
}

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

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

.bg-secondary {
  background-color: #add8e6 !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;
}

@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";
}

.font-title-five {
  font-family: "Cairo-SemiBold";
}

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

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

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

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

.s-18 {
  font-size: 18px;
}

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

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

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

.s-35 {
  font-size: 35px;
}

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

.btn-normal {
  background-color: unset;
  border: none;
}

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

.btn-tow {
  padding: 5px 13px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}

.btn-three {
  padding: 6px 27px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #fff;
}

.thred-haver:hover {
  background-color: #367d4d;
  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 #367d4d;
  padding: 6px 29px;
}

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

/*******************************
********************************
*** add to card btn
********************************
********************************
*/
.add-to-card {
  border: 1px solid #ffffff !important;
  width: 50%;
  padding: 5px 14px !important;
  border-radius: 0px !important;
  font-weight: bold;
  background-color: #daa250;
  outline: 2px solid #036;
  color: #fff;
}

.product-details-action a {
  display: none;
}

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

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

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

.services-buttom {
  background-color: #367d4d;
  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: #add8e6;
  width: 100%;
  padding: 8px 14px;
  text-align: center;
  border: 2px solid #367d4d;
  transition: 1.7s ease-in-out;
  color: white;
}

.hover-one:hover {
  border: 1px solid rgb(255, 255, 255);
  background-color: #0077b8;
}

.call-btn {
  background-color: #367d4d;
  padding: 6px 29px;
  border-radius: 8px;
  border: 2px solid #add8e6;
  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: #add8e6;
  outline: 2px solid #f1e8e8;
}

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

.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: #add8e6;
  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: #367d4d;
  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: #367d4d;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn.active {
  margin-left: 20px;
  color: #367d4d;
  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 {
  background: #003366;
  padding: 6px;
  width: 100%;
  margin-top: 16px;
  color: #ffffff;
  border-radius: 7px;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.more-info:hover {
  background-color: #036;
  color: white;
}

.more-info-2 {
  font-family: "Vazirmatn-black";
  background: #367d4d;
  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: #367d4d;
  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: #add8e6;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 7px;
  text-align: center;
  color: white;
  outline: 2px solid #f1e8e8;
}

.what-btn {
  bottom: 0px;
  z-index: 5;
  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;
  }
}
@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;
}

.section-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #036;
}

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

.form-btn-one {
  padding: 5px 0px !important;
  width: 100% !important;
  background-color: #005689 !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;
}

#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;
}

.form-three {
  background-color: #036;
  padding: 22px;
  border-radius: 14px;
  overflow: hidden;
}

.form-field-tow input {
  background-color: unset !important;
  border: 1px solid #daa520 !important;
  color: white !important;
}

.form-field-tow label {
  color: white !important;
}

.form-field-tow textarea {
  background-color: unset !important;
  border: 1px solid #daa520 !important;
  color: white !important;
}

.submit-btn-three {
  background-color: #daa520 !important;
  padding: 4px 31px !important;
  color: white !important;
  font-family: "cairo-bold" !important;
}

.phone-line span {
  margin-right: 10px;
}

.service-form {
  border: 1px solid #daa520 !important;
  padding: 9px;
  border-radius: 9px;
  padding: 4px 11px !important;
  font-family: "cairo-bold" !important;
  width: 100% !important;
  padding: 7px 6px !important;
}

.form-field-one label {
  color: white;
}

.form-field-one select {
  color: #daa520 !important;
  background-color: unset !important;
  border: 1px solid #daa520 !important;
}

.form-field-one input {
  color: white !important;
}

.form-field-one .wpforms-error {
  color: white !important;
}

.service-btn {
  background-color: #daa520 !important;
  color: white !important;
  width: 100% !important;
  padding: 4px 0px !important;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-btn:hover {
  background-color: black !important;
  color: #daa520 !important;
}

.service-form form input {
  background-color: unset !important;
  border: 1px solid #daa520 !important;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #daa520 !important;
  border: 1px solid #daa520 !important;
  margin: 0px !important;
  border-radius: 6px;
}

div.wpforms-container-full {
  margin: 0px auto !important;
}

.wpforms-confirmation-scroll {
  padding: 4px !important;
  color: white !important;
  font-weight: bold !important;
}

.page-header-one {
  padding-top: 170px !important;
}

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

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

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

/*
  #############################
  ###   website part        ###
  #############################
*/
.page-header-one {
  background-size: cover;
  z-index: 1;
}

.page-header-one::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: -1;
}

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

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

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

.lernpress-one {
  background-color: rgba(4, 177, 148, 0.04);
  padding-top: 40px;
  padding-bottom: 40px;
}

.corsecs-card-one {
  background: rgba(77, 118, 137, 0.431372549);
  padding: 10px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}

.corsecs-card-one .featured-image {
  height: 250px;
}

.corsecs-card-one .featured-image img {
  object-fit: cover;
}

.course-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eff3f7;
  padding-top: 15px;
}

.course-instructor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.course-instructor img {
  width: 40px;
  border-radius: 50px;
}

.course-instructor h6 {
  font-weight: 500;
  color: #757f95;
}

.course-meta .course-rate i {
  color: #fd8e1f;
}

.course-meta .course-category {
  border-radius: 5px;
  padding: 1px 10px;
  background-color: rgba(82, 200, 180, 0.2784313725);
  color: black;
  font-family: "cairo-Medium";
}

.course-category-1 {
  background: rgba(3, 185, 124, 0.12);
  background-color: rgba(82, 200, 180, 0.2784313725);
  color: black;
}

.course-type {
  background-color: #01b394;
  padding: 2px 8px;
  border-radius: 12px;
  top: 4px;
  font-family: "cairo-Bold";
  color: white;
  left: 5px;
}

.course-level {
  background-color: #01b394;
  padding: 2px 8px;
  border-radius: 12px;
  top: 4px;
  font-family: "cairo-Bold";
  color: white;
  left: 70px;
}

.course-info ul li {
  display: inline-block;
  margin-right: 10px;
  color: #757f95;
  font-size: 15px;
  font-family: "cairo-Medium";
}

.course-info ul li i {
  margin-right: 5px;
}

.course-lecture i {
  color: #00af92;
}

.review-stars-rated {
  margin-bottom: 0px !important;
}

.account-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.login-img {
  background-color: #367d4d;
}

.award-carosel .owl-nav {
  padding-top: 10px;
  text-align: center;
}

.award-carosel .owl-nav .owl-prev i {
  padding: 9px;
  background-color: black;
  color: gold;
}

.award-carosel .owl-nav .owl-prev,
.award-carosel .owl-nav .owl-next {
  margin: 5px;
}

.award-carosel .owl-nav .owl-next i {
  padding: 9px;
  background-color: black;
  color: gold;
}

.service-card-tow {
  background-color: white;
  padding: 6px;
  border-radius: 6px;
}

/* General Styles */
.services-section {
  padding: 50px 0px;
  background-size: 400% 400%;
  animation: gradientAnimation 10s ease infinite;
}

.consult-services {
  background-color: rgba(232, 232, 232, 0.8196078431);
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-title {
  color: #ffffff;
  margin-bottom: 10px;
  animation: fadeIn 1.5s ease-in-out;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #add8e6;
  margin-bottom: 40px;
  animation: fadeIn 2s ease-in-out;
}

.service-card-one {
  background: #003366;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: scaleIn 0.5s ease-in-out;
  height: 100%;
}

.service-image-one {
  height: 135px;
}

.service-image-one img {
  width: 100%;
  object-fit: cover;
}

.service-one-number {
  top: 0px;
  position: absolute;
  background-color: #003366;
  padding: 10px;
  left: 0px;
  height: 40px;
  width: 40px;
  color: #daa520;
  font-family: "cairo-bold";
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-content-one {
  padding: 10px 18px;
  background-color: #003366;
  text-align: left;
}

.services-content-one p {
  font-size: 14px;
}

.show-more-one a {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.show-more-one a::after {
  content: "";
  height: 20px;
  width: 11px;
  position: absolute;
  background-color: #036;
  left: -18px;
  top: 2px;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #4b0082;
}

.service-title {
  font-size: 1.5rem;
  color: #4b0082;
  margin-bottom: 10px;
}

.service-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.awards-section {
  padding: 50px 0px;
}

.awards-home-page {
  padding: 50px 0px;
  background-color: rgba(0, 51, 102, 0.168627451);
}

.awards-image {
  position: relative;
  z-index: 0;
  border-radius: 18px;
  overflow: hidden;
  height: 376px;
}

.award-content hr {
  margin-bottom: 9px;
  color: white;
}

.awards-image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(7, 11, 66, 0.8117647059);
  z-index: 0;
}

.award-border {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 2px solid #daa520;
  content: "";
  height: 94%;
  border-radius: 13px;
  width: 96%;
  z-index: 1;
  transform: translate(2%, 3%);
}

.award-icon {
  position: absolute;
  top: 7px;
  left: 14px;
  z-index: 1;
}

.award-icon {
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffd700;
  opacity: 0.5;
}

.award-content {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  padding: 21px 18px;
}

.award-link {
  display: inline-block;
  background: #daa520;
  color: white;
  padding: 3px 19px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "cairo-bold";
  transition: background 0.3s ease;
}

.client-image {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  overflow: hidden;
  background-color: white;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-bottom: 15px;
  padding: 10px;
}

.clinet-card {
  padding: 20px 10px;
  background-color: black;
  border-radius: 10px;
  text-align: center;
}

.client-image img {
  object-fit: contain;
}

.black-pg {
  position: absolute;
  background-color: black;
  height: 100%;
  width: 50%;
  z-index: -1;
  top: 0px;
  right: 0px;
}

.about-us-section {
  background-color: rgba(10, 6, 32, 0.768627451);
  padding: 17px;
  border-radius: 11px;
  margin-bottom: 15px;
}

.time-line {
  border-left: 3px solid gold;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.time-line-card {
  background-color: #d2caca;
  position: relative;
  border-radius: 10px;
  display: flex;
}

.education-header {
  border-bottom: 1px solid gold;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.time-line-card::after {
  position: absolute;
  content: "";
  left: -23px;
  height: 26px;
  width: 23px;
  background-color: #ffd700; /* Gold Color */
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.time-line-content {
  width: 90%;
  background-color: white;
  padding: 15px;
}

.time-line-date {
  width: 10%;
  background-color: #daa520;
}

.edu-date span {
  rotate: -90deg;
  transform: translate(0%, 50%);
  font-family: "cairo-bold";
  color: black;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 2px;
  font-family: "cairo-bold";
}

/* style.css */
.counsult-info {
  background-color: rgba(5, 1, 9, 0.9411764706);
  color: white;
  padding: 14px 14px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.consult-product-body {
  padding: 10px;
  background-color: white;
}

.summary.entry-summary,
.summary.entry-summary h4 {
  font-family: "cairo-bold";
}

.image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -2;
  top: 0;
}

.contact-info-page::before {
  content: "";
  position: absolute;
  background-color: rgba(10, 1, 15, 0.8392156863);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-info-page ul li span i {
  font-size: 49px;
}

.contact-info-page {
  height: 100%;
  border-radius: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.form-tow {
  background-color: #e6e0e0;
  padding: 12px;
  border-radius: 14px;
  overflow: hidden;
}

.form-tow .embed-responsive iframe {
  width: 100%;
}

.service-card-tow {
  background-color: white;
  padding: 6px;
  border-radius: 6px;
  height: 100%;
}

.show-more-tow a {
  font-size: 14px;
  font-family: "cairo";
  font-weight: bold;
  position: relative;
}

.service-image-tow {
  height: 100px;
}

.service-image-tow img {
  object-fit: cover;
  border-radius: 5px;
}

.woocommerce-MyAccount-navigation {
  font-family: "cairo-bold !";
}

.woocommerce-cart-form {
  font-family: "cairo";
}

.woocommerce-EditAccountForm {
  font-family: "cairo";
}

.product_meta,
.product-details-footer {
  display: none;
}

.price .woocommerce-Price-amount {
  font-size: 25px;
}

.mbfw-date-picker-section {
  flex: 0 0 100%;
  max-width: 48%;
}

.actions .coupon {
  width: 70%;
  display: flex;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #036 !important;
  background-color: #daa520 !important;
  color: white !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 3.5em 1em 2em;
  margin: 0 0 2em;
  position: relative;
  background-color: rgba(1, 44, 87, 0.831372549) !important;
  color: #fff !important;
}

.woocommerce {
  font-family: "cairo";
}

.button.wc-forward {
  background-color: #036 !important;
  color: white !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  font-family: "cairo-bold" !important;
}

/* Change WooCommerce font to match your theme's font */
.woocommerce,
.woocommerce-page,
.woocommerce-checkout,
.woocommerce-cart,
.woocommerce-account,
.woocommerce-product-details,
.woocommerce-tabs,
.woocommerce-loop-product__title,
.woocommerce-shop,
.woocommerce-product-search,
.woocommerce-ordering,
.woocommerce-pagination,
.woocommerce-breadcrumb,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce-checkout-review-order-table,
.woocommerce-table,
.woocommerce-cart-form,
.woocommerce-cart-totals,
.woocommerce-checkout-payment,
.woocommerce-order-details,
.woocommerce-customer-details,
.woocommerce-address-fields,
.woocommerce-EditAccountForm,
.woocommerce-form-login,
.woocommerce-form-register {
  font-family: "cairo-bold" !important;
}

.blog-one {
  padding: 50px 0px;
  background-color: #f0f0f0;
}

.blog-card-one {
  border: 1px solid #003366;
  padding: 7px;
  border-radius: 14px;
}

.blog-card-one .blog-thumnnial {
  height: 259px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-card-one .blog-thumnnial img {
  object-fit: cover;
}

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

.blogslider2 .owl-nav {
  position: absolute;
  top: -44px;
  right: 0px;
}

.blogslider2 .owl-nav .owl-next,
.blogslider2 .owl-nav .owl-prev {
  margin-right: 5px;
}

.blogslider2 .owl-nav .owl-next i,
.blogslider2 .owl-nav .owl-prev i {
  padding: 6px;
  border: 1px solid #036;
  color: #003366;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.blogslider2 .owl-nav .owl-next i:hover,
.blogslider2 .owl-nav .owl-prev i:hover {
  background-color: #367d4d;
  color: #ffffff;
}

.pupular-post-widget-one .post-thumniall-tow {
  width: 123px;
  overflow: hidden;
  height: 89px;
  margin-right: 10px;
  border-radius: 10px;
}

.pupular-post-content {
  width: 100%;
}

.post-thumniall-tow img {
  object-fit: cover;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 13px;
}

.page-numbers {
  background-color: #003366;
  padding: 9px;
  margin: 7px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "cairo-bold";
}

.page-numbers:hover {
  background-color: daa520;
}

.pagination .current {
  background-color: #daa520 !important;
}

.blog-btn-tow {
  font-size: 15px;
  font-family: "cairo-bold";
}

.comment-list {
  margin: 0px;
  padding: 0px;
}

header {
  position: absolute;
  width: 100%;
}

.header-top-left {
  display: flex;
}

.custom-logo {
  width: 35px;
}

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

.logo-2 {
  width: 30%;
  margin: 0px auto;
}

.log-tow {
  padding: 10px 0px;
}

.row-one {
  display: none;
  position: fixed;
  padding: 10px;
  background-color: #2a2c2e;
  background-size: 4px 4px;
  height: 100%;
  right: -16rem;
  transition: 200ms cubic-bezier(0.895, 0.03, 0.685, 0.685);
  width: 220px;
  top: 0px;
}

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

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

.active-2 {
  background-color: #367d4d;
}

.menu-category {
  border-bottom: 1px solid #367d4d;
  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 {
  padding: 5px 0px;
}

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

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

.mobile-logo {
  width: 134px;
  margin-top: 9px;
  margin-bottom: 14px;
}

.mobile-lgoin-one .login-button-desctob {
  background-color: white;
  overflow: hidden;
  border-radius: 9px;
}

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

.langufe-changer {
  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;
}

.ssdsdsd {
  display: flex;
  overflow: hidden;
  border: 1px solid #367d4d;
}

.lang-btn {
  padding: 1px 8px;
  border: none;
  background-color: unset;
  color: white;
  cursor: pointer;
}

.lang-btn.active {
  background-color: #367d4d; /* Green background for active language */
  color: #fff;
}

.search-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #03021a;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border-radius: 10;
  border-radius: 9px;
  border: 1px solid #605f5c;
}

.search-field {
  width: 100%;
  box-shadow: 0 0 10px rgba(236, 218, 218, 0.34);
  background-color: black;
  border: none;
  padding: 8px;
  border-radius: 67px;
  margin-bottom: 13px;
  transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search-field:focus {
  border: 2px solid #daa520 !important;
  outline: none;
}

#close-search-popup {
  margin-top: 10px;
}

#close-search-popup {
  color: white;
}

.search-overlay {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(1, 2, 19, 0.9098039216);
  top: 0px;
  left: 0px;
}

.show-serch-form {
  display: block !important;
}

.open-search-popup.btn-normal.gold i {
  border: 1px solid gold;
  padding: 6px;
}

.mobile-serch i {
  display: none;
  border: none !important;
}

html[lang=ar] .show-menu-one {
  left: 0rem !important;
}

html[lang=ar] .row-one {
  right: -16rem;
}

.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #daa520;
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #003366;
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .progress-line {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  right: auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  transform-origin: center;
}

.loading-screen .loading-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Tajawal", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
}

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

.lp-content-area {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.comment-respond .comment-reply-title {
  font-size: 20px !important;
}

.lp-archive-courses .course-detail-info .course-title,
.statistic-box__text,
.learn-press-filters > li a,
.lp-ajax-message,
.learn-press-message,
.recover-order__title,
.course-extra-box__title,
.course-tabs .course-nav label,
.course-summary .course-featured-review .featured-review__title {
  font-family: "cairo-Bold" !important;
}

.lp-profile-nav-tabs li a,
.lp-archive-courses .course-meta__pull-left .meta-item,
.course-extra-box__content li {
  font-family: "cairo-Regular" !important;
}

.recover-order__description,
div.order-recover input[type=text],
.featured-review__content p,
.course-curriculum .section-title,
.course-sidebar-preview .course-time-row,
.course-summary-sidebar .course-results-progress .items-progress__heading, .course-summary-sidebar .course-results-progress .course-progress__heading,
.course-curriculum .course-item .section-item-link,
.course-description {
  font-family: "cairo-Medium";
}

.lp-user-profile #profile-content-settings .learn-press-form .form-fields .form-field .form-field-input input {
  font-family: "cairo-Medium";
  padding: 8px 12px !important;
}

.content-item-wrap .course-item-title {
  font-size: 21px !important;
  font-family: "cairo-bold";
}

.lp-user-profile .lp-profile-content .lp-button {
  display: block;
  margin: 0 auto 32px auto;
  padding: 7px 34px !important;
  font-family: "cairo-Bold";
}

.comment-respond .comment-form,
.comment-respond .comment-form > p, .comment-respond .comment-form > div {
  margin: 0px;
}

.lp-button.button.button-enroll-course {
  padding: 5px;
  font-family: "cairo-bold";
}

.lp-checkout-form__before .lp-checkout-block h4, .lp-checkout-form__after .lp-checkout-block h4 {
  font-size: 18px !important;
  font-family: "cairo-bold" !important;
}

#checkout-order .order-total > th,
#checkout-order tfoot .cart-subtotal > th {
  font-family: "cairo-bold" !important;
}

#learn-press-checkout-place-order {
  padding: 4px 5px;
  font-family: "cairo-bold";
}

.course-curriculum .section-header {
  padding: 12px 9px !important;
  border: 1px solid #367d4d;
  border-radius: 10px;
  margin-bottom: 8px;
}

.wrapper-section-title .section-title {
  border-bottom: 0px !important;
}

.wrapper-section-title .section-title::before {
  content: "";
  position: relative !important;
}

.course-sidebar-top {
  border: 3px solid #367d4d;
  padding: 5px !important;
  border-radius: 7px;
}

.lp-button.button.button-purchase-course {
  padding: 7px 0px;
  border-radius: 7px;
  font-family: "cairo-bold";
}

.course-summary .course-summary-sidebar .lp-course-buttons,
.course-summary-sidebar .course-sidebar-preview {
  margin-bottom: 0px !important;
}

.course-reviews-list {
  padding: 0px;
}

/* General Styles */
.testmonial-title-one {
  height: 100%;
  margin: 0px auto;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-section {
  padding: 100px 0px;
  /* background: linear-gradient(135deg, #4b0082, #ffd700);
    background-size: 200% 200%;
    animation: gradientAnimation 10s ease infinite; */
}

.testmonial-title-one a {
  background-color: #367d4d;
  padding: 7px 15px;
  width: fit-content;
  font-family: "cairo-bold";
  color: white;
}

.testmonial-right {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 50%;
  right: 0px;
  z-index: 0;
}

.testmonial-right::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0px;
  background-color: rgba(0, 51, 102, 0.8392156863);
  z-index: 1;
  top: 0px;
}

.test-image-right {
  height: 100%;
}

.test-image-right img {
  object-fit: cover;
}

.testimonial-author img {
  width: 60px !important;
  border-radius: 50px;
}

.testimonials-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #036;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-title {
  margin-bottom: 10px;
  animation: fadeIn 1.5s ease-in-out;
  font-family: "cairo-bold";
}

.section-subtitle {
  font-size: 1.2rem;
  color: #add8e6;
  margin-bottom: 40px;
  animation: fadeIn 2s ease-in-out;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.testimonial-card {
  background-color: #022140;
  padding: 50px 14px;
  border-radius: 10px;
  text-align: center;
  height: 390px;
  border: 2px solid #036;
  border-bottom: 5px solid #036;
}

.testimonial-content {
  text-align: left;
  font-family: "cairo";
  font-weight: bold;
}

.qouts {
  position: absolute;
  top: 0px;
  width: 100px;
  right: 7px;
}

.qouts i {
  font-size: 20px;
  font-size: 106px;
  opacity: 0.4;
}

.testimonial-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.author-details {
  margin-left: 9px;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.author-details {
  text-align: left;
}

.author-name {
  font-size: 1.1rem;
  color: #003366;
  margin-bottom: 5px;
  font-family: "cairo";
}

.author-role {
  font-size: 0.9rem;
  color: #367d4d;
  font-family: "cairo-bold" !important;
}

.testimonial-text {
  font-family: "Cairo-Medium";
}

.wpmtst-testimonial {
  position: relative;
  background-color: #022140;
  padding: 50px 14px;
  text-align: center;
  height: 390px;
  border: 2px solid #036;
  border-bottom: 5px solid #036;
}

.wpmtst-testimonial::after {
  content: "،،";
  position: absolute;
  color: rgba(15, 58, 100, 0.6392156863);
  font-size: 290px;
  left: 0;
  bottom: -121px;
}

.wpmtst-testimonial-image.testimonial-image {
  width: 90px;
  border-radius: 80px;
  overflow: hidden;
  height: 90px;
  margin: 0px auto;
  padding: 0px;
  border: 4px solid #043b73;
}

.wpmtst-testimonial-content p {
  font-family: "cairo-medium";
  text-align: center;
  color: white;
}

.readmore-excerpt.animated.all-html {
  font-family: "cairo-medium";
  text-align: center;
  color: white;
}

.wpmtst-testimonial-heading a {
  font-family: "cairo-bold";
  color: #036;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-name {
  font-family: "cairo";
  color: white;
}

.readmore-text {
  color: #036;
}

.testmonial-home .owl-nav {
  position: absolute;
  top: -77px;
  right: 0px;
}

.testmonial-home .owl-nav .owl-prev {
  background-color: non;
}

.testmonial-home .owl-nav .owl-prev i {
  background-color: #036;
  padding: 7px;
  color: white;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-left: 8px;
}

.testmonial-home .owl-nav .owl-next i {
  background-color: #036;
  padding: 7px;
  color: white;
}

.testmonial-home .owl-nav .owl-next i:hover,
.testmonial-home .owl-nav .owl-prev i:hover {
  background-color: #036;
}

/* 
.testmonial .owl-stage-outer .owl-stage .owl-item {
    height: 298px;
    min-height: 298px;
} */
.testmonial-form {
  border: 1px solid #367d4d;
  padding: 20px;
  border-radius: 10px;
  font-family: "cairo";
  direction: ltr;
}

.form-field.field-client_name input,
.field-email input,
.field-post_content textarea,
.field-post_title input {
  width: 100%;
  border: 1px solid #367d4d;
  border-radius: 6px;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.testimonial-item {
  border: 2px solid #328f51;
  border-bottom: 5px solid #328f51;
  background-color: #367d4d;
  height: 100%;
  padding: 50px 15px;
  border-radius: 9px;
  position: relative;
}

.testimonial-photo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  padding: 4px;
  margin: 0px auto;
  background-color: #083a6c;
  box-shadow: 3px 17px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-photo img {
  border-radius: 50px;
  object-fit: cover;
}

.testimonial-content {
  font-family: "cairo-Regular" !important;
  font-weight: inherit;
  text-align: center !important;
  color: white;
}

.display-rating {
  font-size: 21px;
  color: gold;
  font-weight: bold;
}

.qoutss {
  font-size: 120px;
  position: absolute;
  border: 0;
  bottom: le;
  bottom: -54px;
  left: 15px;
  color: rgba(48, 157, 84, 0.57);
}

.input-one {
  border: 1px solid #367d4d;
}

.testmoinal-btn {
  background-color: #367d4d;
  border: none;
  padding: 6px 23px;
  color: white;
  border-radius: 6px;
  font-family: "cairo-bold";
}

html[lang=ar] .qouts {
  left: 7px;
  right: auto;
}

html[lang=ar] .author-details {
  margin-left: auto;
  margin-right: 7px;
}

.star-rating {
  display: inline-block;
  font-size: 24px;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #ffcc00;
}

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

.event-slider .owl-nav {
  padding-top: 10px;
}

.event-slider .owl-nav .owl-prev i {
  padding: 9px;
  background-color: black;
  color: gold;
}

.event-slider .owl-nav .owl-prev {
  margin-right: 5px;
}

.event-slider .owl-nav .owl-next i {
  padding: 9px;
  background-color: black;
  color: gold;
}

.project-gallery .owl-nav {
  padding-top: 10px;
}

.project-gallery .owl-nav .owl-prev i {
  padding: 9px;
  background-color: black;
  color: gold;
}

.project-gallery .owl-nav .owl-prev {
  margin-right: 5px;
}

.project-gallery .owl-nav .owl-next i {
  padding: 9px;
  background-color: black;
  color: gold;
}

.events-section {
  position: relative;
  padding: 70px 0px;
  background-size: cover;
  background-attachment: fixed;
  background-color: #003366;
}

.event-heading p {
  width: 80%;
}

.mep_event_grid_item {
  border: 1px solid #ddd;
  margin: 7px;
  -webkit-box-shadow: 0 0 6px 1px #d9d9d9;
  box-shadow: 0 0 6px 1px #d9d9d9;
  background-color: white;
}

.event-image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 60%;
}

.event-image::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(2, 23, 45, 0.8117647059);
}

.event-card .product-media img {
  object-fit: cover;
}

.event-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

.event-title-price {
  position: relative;
  padding-left: 9px;
}

.event-title-price::after {
  content: "";
  position: absolute;
  background-color: indigo;
  width: 4px;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0px;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.section-title {
  color: #daa520;
  margin-bottom: 10px;
  animation: fadeIn 1.5s ease-in-out;
  font-family: "cairo-bold";
}

/* 
    .testmonial .owl-stage-outer .owl-stage .owl-item {
        height: 298px;
        min-height: 298px;
    } */
/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mep-month {
  background: #003366 !important;
  text-transform: uppercase;
}

.event-card {
  background-color: white;
  box-shadow: 0 0 6px 1px #d9d9d9;
}

.event-body {
  padding: 1px 15px;
}

.product-media {
  height: 260px;
  overflow: clip;
}

.event-start-date {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1.8;
  border-radius: 6px;
  background: #ffbe30;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "cairo-bold";
}

.event-month {
  background-color: #003366;
  padding: 0px 15px;
}

.event-day {
  background-color: black;
  padding: 0px 11px;
}

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

.event-date {
  background-color: indigo;
  color: white;
  padding: 14px 14px;
  text-align: center;
  border-radius: 6px;
}

.price-one {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: indigo;
  font-family: "cairo-bold";
  padding: 5px 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.product-body {
  padding: 10px;
}

.testimonial-author img {
  width: 60px !important;
  border-radius: 50px;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.product-media {
  height: 260px;
  overflow: clip;
}

.event-card .product-media a img {
  object-fit: cover;
}

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

.event-date {
  background-color: indigo;
  color: white;
  padding: 14px 14px;
  text-align: center;
  border-radius: 6px;
}

.booking-now a {
  background-color: #daa520;
  width: 100%;
  text-align: center;
  padding: 10px 3px;
  font-family: "cairo-bold";
  color: white;
}

.price-one {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: indigo;
  font-family: "cairo-bold";
  padding: 5px 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.product-body {
  padding: 10px;
}

.df-seat h5 {
  font-family: "cairo";
}

.mep-default-title h2 {
  font-family: "cairo-bold";
}

.ex-sec-title.mep_ticket_type_title tr th {
  background-color: #daa520 !important;
}

.ex-sec-title.mep_ticket_type_title {
  color: #fff !important;
}

.mpwemasp_ticket_area {
  font-family: "cairo-bold" !important;
}

.table.table-bordered.mep_event_add_cart_table {
  font-family: "cairo-bold";
}

/*
  ========================
  == single pages style ==
  ========================
*/
.content h2,
h3,
h4,
h5,
li,
.content p {
  font-family: "cairo-medium";
}

.content li {
  list-style: auto;
}

.content ul,
.outer div ul {
  margin-left: 30px;
}

.outer div ul li {
  list-style: auto;
}

.project-single-letf {
  padding: 10px;
}

.project-thumn {
  height: 250px;
}

.project-thumn img {
  width: 100%;
  object-fit: cover;
}

.project-info {
  padding: 15px;
  background-color: rgba(17, 17, 17, 0.8980392157);
  background-image: radial-gradient(circle, rgba(5, 6, 60, 0.44) 1px, #06072f 1px);
  background-size: 3px 4px;
}

.project-info ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-tow {
  position: fixed !important;
  top: 70px; /* Adjust this value to control the distance from the top */
  width: calc(28% - 22px); /* Match the sidebar width */
}

.contact-info-list {
  display: flex;
  justify-content: space-evenly;
}

.phone-line {
  display: flex;
  align-content: center;
}

.sidepar {
  background-color: #003366;
  padding: 8px;
}

.article-share .social li {
  margin-left: 10px;
}

#commentform {
  border: 1px solid gray;
  padding: 7px;
  border-radius: 8px;
}

.article-share ul li a i,
.share-it-one {
  color: #daa520;
  font-size: 22px;
}

/*
  ========================
  ====  pages style     ==
  ========================
*/
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-shape-area img {
  position: absolute;
}

.hero-shape-1 {
  bottom: 29%;
  left: 0px;
  height: 330px;
  width: 80px;
  transform: rotate(90);
}

.hero-shape-2 {
  top: 42px;
  right: 590px;
  height: 18%;
  width: 6%;
  transform: rotate(-180deg);
}

.hero-shape-3 {
  top: 42px;
  right: 590px;
  height: 18%;
  width: 6%;
  transform: rotate(-180deg);
}

.hero-shape-4 {
  bottom: 72px;
  right: 280px;
  height: 36%;
  width: 16%;
  transform: rotate(-180deg);
}

.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}

.hero-search .form-group {
  position: relative;
}

.hero-search i {
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 18px;
  color: #757f95;
}

.hero-search .form-control {
  padding: 18px 130px 18px 55px;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.hero-search button {
  position: absolute;
  background: #00af92;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  right: 5px;
  top: 5px;
  transition: all 0.5s ease-in-out;
}

.hero-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
  margin-right: -204px;
  -webkit-clip-path: polygon(21.6% 0.83%, 100.02% 7px, 100.45% 101%, 115px 101.5%, 0px 101.34%);
  clip-path: polygon(21.6% 0.83%, 100.02% 7px, 100.45% 101%, 115px 101.5%, 0px 101.34%);
}

.hero-single .hero-content .hero-title {
  margin: 20px 0;
  text-transform: capitalize;
}

.hero-single .hero-content p {
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
}

html[lang=ar] .hero-shape-1 {
  right: 0;
  left: auto;
  transform: rotate(-180deg);
}

html[lang=ar] .hero-img {
  margin-left: -204px;
  -webkit-clip-path: polygon(-1.82% -0.84%, 67.7% -5px, 86.61% 99.83%, 47px 100%, -18px 70.01%);
  clip-path: polygon(-1.82% -0.84%, 67.7% -5px, 86.61% 99.83%, 47px 100%, -18px 70.01%);
}

.hero-section-three {
  position: relative;
  overflow: hidden;
  background-color: #222021;
}

.video-carousel .owl-nav {
  position: absolute;
  bottom: -60px;
  right: 0px;
  display: inline;
}

.video-carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 0px;
  display: inline;
}

.video-carousel .owl-nav .owl-next,
.video-carousel .owl-nav .owl-prev {
  margin-right: 5px;
}

.video-carousel .owl-nav .owl-next i,
.video-carousel .owl-nav .owl-prev i {
  padding: 6px;
  border: 1px solid #fffffe;
  color: blue;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.video-carousel .owl-nav .owl-next i:hover,
.video-carousel .owl-nav .owl-prev i:hover {
  background-color: #367d4d;
  color: #ffffff;
}

.video-carousel .owl-dots .owl-dot {
  height: 20px;
  width: 20px;
  background-color: #ffffff !important;
  margin: 0px 5px;
  border: 2px solid #ffffff;
}

.video-carousel .owl-dots .active {
  background-color: #003366 !important;
}

.hero-tow {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 180px 0;
  background-repeat: no-repeat;
  height: 100vh;
}

.hero-bg-color {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.hero-bg-color.active-feature {
  /* Your special CSS when enabled */
  border: 2px solid red;
}

.hero-tow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.hero-tow-content-text {
  margin-bottom: 40px;
  z-index: 3;
  position: relative;
}

.hero-tow-content-text h3 {
  font-family: "cairo-bold";
  padding-bottom: 20px;
}

.hero-tow-content-text h1 {
  font-family: "cairo-bold";
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1em;
  cursor: none;
}

.hero-tow-content-text p {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "cairo-medium";
}

.hero-tow-btn-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-transform: capitalize;
  background: linear-gradient(90deg, #367d4d 0%, #6adb89 50%, rgba(0, 254, 67, 0.4784313725) 100%);
  background-size: 200% auto;
  color: white;
  border: none;
  border-radius: 100px;
  padding: 17px 30px;
  overflow: hidden;
  font-family: "cairo-medium";
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.hero-tow-btn-one:hover {
  background-position: right center;
}

.hero-tow-btn-one .btn-highlighted {
  background: transparent;
  border: 1px solid red;
  color: white;
  padding: 16px 30px;
}

carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 50px 0;
}

.carousel-container {
  display: flex;
  width: max-content;
  background-color: white;
  padding: 42px 0px;
}

.menu-container > .col-lg-6:nth-child(odd) > div {
  background-color: white;
  color: #367d4d;
  border: 2px dotted #367d4d;
}

.menu-container > .col-lg-6:nth-child(odd) > div .menu-item-body .menu-item-title h3 {
  color: #367d4d !important;
}

.menu-container > .col-lg-6:nth-child(even) > div {
  background-color: #367d4d;
  color: white;
}

.carousel-container > a:nth-child(odd) {
  background-color: white;
  color: #367d4d;
  border: 1px solid #367d4d;
}

.carousel-container > a:nth-child(even) {
  background-color: #367d4d;
  color: white;
}

.carousel-item-tow {
  font-family: "cairo-bold";
}

.carousel-item-tow {
  padding: 12px 24px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
}

/* Coffee theme styles */
.carousel-item-tow {
  background-color: #f8f3e6;
  color: #5a3e2b;
  border: 1px solid #e0d5c0;
}

.coffee-icon {
  margin-left: 8px;
}

.page-menu-image figure {
  display: block;
  border-radius: 26px;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.mapp-container {
  padding: 10px;
  background-color: rgba(52, 159, 48, 0.2196078431);
  border-radius: 19px;
}

.embed-responsive iframe {
  width: 100%;
  height: 310px;
}

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

.instructor-box-img {
  height: 35px;
  width: 35px;
}

.course-price {
  color: rgb(0, 0, 0);
  position: relative;
}

.course-price a i {
  position: absolute;
  right: -21px;
  top: 11px;
}

.menu-section {
  padding: 50px 0px;
  background-color: rgba(62, 140, 87, 0.1215686275);
}

.menue-title h3 {
  color: #000;
  text-transform: capitalize;
}

.menue-title h2 {
  color: #377f4e;
  text-transform: uppercase;
}

.menu-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed white;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border: 2px dotted white;
  padding: 9px;
  border-radius: 6px;
}

.menu-list-image {
  margin-right: 30px;
}

.menu-list-image figure {
  display: block;
  max-width: 100px;
  border-radius: 50%;
}

.menu-list-image img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.menu-item-body {
  width: calc(100% - 130px);
}

.menu-item-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

.menu-item-title {
  font-family: "cairo-bold";
}

.menu-item-title h3 {
  font-family: "cairo-bold";
  width: 100%;
  font-size: 22px;
  max-width: fit-content;
  text-transform: capitalize;
  color: white;
}

.menu-item-title hr {
  height: 1px;
  width: 40%;
  color: white;
  border-style: dashed;
  margin: 0;
  opacity: 1;
}

.menu-item-title span {
  font-weight: 700;
  font-size: 16px;
  color: goldenrod;
}

.menu-list-image img {
  display: block;
  max-width: 70px;
  margin-bottom: 0px;
}

.teem-section {
  padding: 50px 0px;
  text-align: center;
  background-color: rgba(62, 140, 87, 0.1215686275);
}

.teem-title-tow {
  font-family: "cairo-bold";
  color: #367d4d;
  text-transform: uppercase;
}

.team-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 30px;
}

.team-image {
  position: relative;
}

.team-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 50%, #000000 100%);
  z-index: 1;
}

.team-image img {
  width: 100%;
  aspect-ratio: 1/1.24;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.team-content h3 {
  color: white;
  color: white;
  font-size: 27px;
  font-family: "cairo-bold";
}

.team-body {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  text-align: center;
  z-index: 1;
}

.team-social-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.team-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.team-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.team-social-icon ul li a {
  width: 40px;
  height: 40px;
  color: white;
  background: #367d4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a i {
  color: inherit;
  font-size: 18px;
}

.team-item:hover .team-body .team-social-icon {
  opacity: 1;
  visibility: visible;
}

.project-content-three {
  background-color: #036;
  padding: 6px 13px;
}

.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 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project-content {
  position: relative;
  background-color: #f9f9f9;
  background-size: 4px 4px;
  height: 100%;
  padding-top: 41px;
}

.project-date {
  position: absolute;
  text-align: center;
  background-color: #daa250;
  padding: 8px;
  border: 7px solid white;
  top: -47px;
  left: 30px;
}

.project-link-one {
  font-family: "cairo-bold";
  color: #036;
}

.project-date h3 {
  font-size: 25px;
}

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

/* General Styles */
.projects-section {
  padding: 60px 0px;
  background: #f9f9f9;
}

.section-title {
  margin-bottom: 10px;
  animation: fadeIn 1.5s ease-in-out;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #777;
  margin-bottom: 40px;
  animation: fadeIn 2s ease-in-out;
}

/* Filter Buttons */
.project-filters {
  margin-bottom: 30px;
}

.filter-button {
  background: #003366;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: "cairo-bold";
}

.filter-button.active {
  background: #daa520;
  color: #ffffff;
}

.filter-button:hover {
  background: #daa520;
  color: #ffffff;
}

/* Projects Grid */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.project-card {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeInUp 1s ease-in-out;
}

.project-image {
  height: 200px;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  object-fit: cover;
}

.project-content {
  text-align: left;
}

.project-title {
  font-size: 1.5rem;
  color: #036;
  margin-bottom: 10px;
}

.project-description {
  font-size: 1rem;
  color: white;
  line-height: 1.6;
  margin-bottom: 15px;
}

.project-link {
  display: inline-block;
  background: #003366;
  color: white;
  padding: 7px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "cairo-bold";
  transition: background 0.3s ease;
}

.project-link:hover {
  background: #4b0082;
  color: #fff;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce div.product div.summary {
  display: contents;
}

h2.mep_list_title,
.evl-cc h5,
.evl-cc h6 {
  font-family: "cairo";
}

.mep-default-content {
  font-family: "cairo";
}

.mep_list_date {
  font-family: "cairo-bold";
}

.mep-default-content {
  width: 100% !important;
}

.mep-default-sidebar {
  width: 100% !important;
  font-family: "cairo";
}

.mep-event-faq-part .mep-event-faq-set > a {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.mep-social-share li {
  margin: 10px 5px !important;
}

.gallery-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px; /* optional rounded corners */
  transition: all 0.3s ease;
  height: 400px;
}

.gallery-img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-img-box:hover img {
  transform: scale(1.05); /* optional slight zoom on hover */
}

/* Like button overlay */
.gallery-img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 80, 45, 0.84);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* allows clicking through the overlay */
}

.gallery-img-box:hover::after {
  opacity: 1;
}

/* Like icon */
.gallery-img-box .like-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.gallery-img-box:hover .like-icon {
  opacity: 1;
}

.gallery-more {
  color: white;
  font-size: 19px;
  text-align: center;
  font-family: "cairo-bold";
}

.gallery-more:hover {
  background-color: #367d4d;
  border-radius: 107px;
  padding: 15px;
  border: 2px solid white;
  color: white;
}

/* Animation for the like icon (optional) */
.gallery-img-box:hover .like-icon {
  animation: pulse 0.5s ease;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.pagination-three {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 13px;
}

.pagination-three .page-numbers {
  background-color: #367d4d;
  padding: 9px;
  margin: 7px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "cairo-medium";
  border-radius: 50px;
}

.pagination-three .page-numbers:hover {
  background-color: black;
}

.pagination-three .current {
  background-color: black !important;
}

.gallery-items {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.gallery-items img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-items:hover img {
  transform: scale(1.03);
}

/* ===================
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;
}

.section-title-tow {
  color: #367d4d;
  font-family: "cairo-bold";
  font-size: 30px;
  margin-bottom: 30px;
}

.testimonial-section {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

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

.testimonial-section .section-title {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 700;
}

/* Testimonial Item Styles */
.testimonial-item-tow {
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-item-tow .testimonial-content {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  padding: 0 20px;
}

.testimonial-item-tow .testimonial-content:before,
.testimonial-item-tow .testimonial-content:after {
  content: ",";
  font-size: 50px;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
}

.testimonial-item-tow .testimonial-content:before {
  top: -20px;
  left: -10px;
}

.testimonial-item-tow .testimonial-content:after {
  bottom: -40px;
  right: -10px;
}

.testimonial-item-tow .client-info {
  margin-top: auto;
}

.testimonial-item-tow .client-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-item-tow .client-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/* Owl Carousel Navigation */
.testmoial-tow .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.testmoial-tow .owl-prev,
.testmoial-tow .owl-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.testmoial-tow .owl-prev:hover,
.testmoial-tow .owl-next:hover {
  background: rgba(255, 255, 255, 0.4) !important;
}

.testmoial-tow .owl-prev {
  margin-left: -25px;
}

.testmoial-tow .owl-next {
  margin-right: -25px;
}

/* Owl Carousel Dots */
.testmoial-tow .owl-dots {
  margin-top: 30px !important;
  text-align: center;
}

.testmoial-tow .owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.3) !important;
  transition: all 0.3s ease;
}

.testmoial-tow .owl-dot.active {
  background: #fff !important;
  transform: scale(1.2);
}

.test-pox {
  border: 1px solid #add8e6;
  border-bottom: 6px solid #add8e6;
  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%;
}

.client-imag {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(218, 162, 80, 0.6901960784);
}

.client-imag img {
  max-height: 50px;
  filter: grayscale(1);
}

.our-clients .owl-dots {
  text-align: center;
}

.our-clients .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #daa250 !important;
  margin: 0px 5px;
  border: 2px solid #daa250;
}

.our-clients .owl-dots .active {
  background-color: #003366 !important;
}

:root {
  --primary-color: #4a6fa5; /* Main brand color */
  --secondary-color: #6b8cae; /* Secondary color */
  --text-color: #333; /* Main text color */
  --light-bg: #f8f9fa; /* Light background */
  --shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

.team-member {
  background: white;
  border-radius: 12px;
  text-align: center;
  box-shadow: var(--shadow);
  padding: 17px 0px;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.teem-image-box {
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow);
  margin-bottom: 20px !important;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0px auto;
}

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

.team-member:hover img {
  border-color: var(--primary-color);
}

.team-member h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-family: "cairo-bold";
}

.team-member p {
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 13px;
  font-family: "cairo-regular";
}

.team-member p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: var(--primary-color);
  transition: var(--transition);
}

.team-member:hover p::after {
  width: 80px;
  background: var(--secondary-color);
}

.team-member .fab {
  font-size: 1.2rem;
  background: var(--light-bg);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin: 0 5px;
  transition: var(--transition);
}

.team-member .fab:hover {
  background: var(--primary-color);
  color: white;
  transform: scale(1.1);
}

/* Animation */
.animate-fade {
  animation: fadeIn 0.8s ease forwards;
  opacity: 0;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* Optional: Add a subtle gradient overlay on hover */
.team-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(74, 111, 165, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  opacity: 0;
  transition: var(--transition);
  z-index: 0;
}

.team-member:hover::before {
  opacity: 1;
}

.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-span {
  padding: 10px;
  color: #ffffff;
  border-radius: 6px;
}

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

.header-btn .login-1 {
  background-color: black;
  height: 39px;
  display: flex;
  justify-content: center;
  border: 1px solid #daa520;
  align-items: center;
}

.header-btn .login-1 a {
  padding: 0px 10px;
  color: white;
}

.user-icon-2 {
  background-color: #daa520;
  height: 39px;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-icon-2 i {
  font-size: 25px;
  color: white;
}

.user-avatar-1 {
  height: 40px;
  height: 39px;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
}

.logout-1 {
  width: 100%;
  background-color: #d01628;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px 0px 0px 7px;
}

.user-icon-1 {
  background-color: #daa520;
  height: 39px;
  width: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 7px 7px 0px;
}

.user-icon-1 i {
  font-size: 25px;
  color: white;
}

.logout-1 a {
  padding: 0px 10px;
  color: #ffffff;
}

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

.header-nav li {
  margin: 0px 5px;
}

#main_nav {
  justify-content: end;
}

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

.user-image {
  width: 37px;
  background: red;
}

.login-logout {
  height: 43px;
}

.top-nav-bar {
  padding: 6px 0px;
}

#searchform {
  border: 1px solid #367d4d;
  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: 192px;
  height: 100%;
}

.logo-top {
  width: 11%;
}

.main-navigation {
  background-size: 4px 4px;
}

.image-not-found {
  width: 41px;
  text-align: center;
  padding: 4px;
}

.image-not-found:hover {
  color: #367d4d;
}

#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: #367d4d;
  z-index: 99 !important;
  border-bottom: 1px solid #fff;
  background: transparent !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;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.header-top-social a:hover {
  background: #367d4d;
  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;
  }
}
/* ===================
  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: #fff;
    background-color: #367d4d;
    padding: 0px 10px !important;
    border-radius: 6px;
  }
  .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;
  }
  .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: 10px 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;
}

.navbar-brand img {
  width: 50%;
}

/* 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: #367d4d;
  font-family: "Vazirmatn-black";
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* mobile menu */
.mobile-menu-right {
  display: flex;
  align-items: center;
  border: 2px solid #367d4d;
  justify-content: center;
  border-radius: 6px;
}

@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;
}

.staytop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.17);
}

.gold-gradident {
  background: linear-gradient(45deg, #ffd700, #d4af37, #ffd700); /* Gold gradient */
  -webkit-background-clip: text; /* Clip the background to the text */
  -webkit-text-fill-color: transparent; /* Make the text transparent */
  display: inline-block; /* Ensure the gradient applies correctly */
}

.active-1 {
  border: 1px solid #367d4d !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;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  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 #367d4d;
  margin-bottom: 10px;
}

.ur-button-container {
  padding: 0px !important;
}

.regster-btn-one {
  background-color: #367d4d;
  margin: 0px !important;
  font-weight: bold;
}

.loggin-btn {
  background-color: #367d4d;
  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: #add8e6;
  border: 1px solid #367d4d;
}

.left-side {
  background-color: red;
}

.right-side {
  background-color: blue;
}

.form-tab {
  background-color: white;
  padding: 35px;
}

.form-tab nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #367d4d;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #367d4d 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 #367d4d;
}

.deal-buttom .day span {
  background-color: #367d4d;
  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: #367d4d;
}

.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 #367d4d;
  border-radius: 55px;
  transition: 0s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.cta-social-icon i:hover {
  color: #ffffff;
  background-color: #367d4d;
}

.subscribe-input {
  width: 100%;
  border: 1px solid #056839;
  padding: 6px;
}

.subscribe-btn {
  background-color: #367d4d;
  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 #367d4d;
  padding: 4px 0px;
}

.category-list-shop ul li a:hover {
  color: #367d4d;
}

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

.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 a {
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 8px 10px;
  border-radius: 10px;
}

.woocommerce-MyAccount-content {
  text-align: center;
}

.user-icon {
  font-size: 4rem;
  margin: -20px;
}

.form-control:focus {
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
}

.my-login-form {
  width: 100%;
  margin: auto;
  border: 1px solid #367d4d;
  padding: 10px;
  border-radius: 10px;
}

#user_login,
#user_pass {
  padding: 5px 7px !important;
}

#user_login,
#user_pass {
  outline: none;
  border: 1px solid #367d4d;
  margin-bottom: 10px;
}

.loggin-btn {
  background-color: #367d4d;
  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: #add8e6;
  border: 1px solid #367d4d;
}

.left-side {
  background-color: red;
}

.right-side {
  background-color: blue;
}

.form-tab {
  background-color: white;
  padding: 35px;
  border-radius: 12px;
}

.form-tab nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #367d4d;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #367d4d rgba(255, 0, 0, 0);
  padding: 7px 0px !important;
}

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

.nav-tabs .nav-link {
  padding: 10px !important;
}

.nav-tabs .nav-link {
  padding: 6px !important;
  border: 1px solid #036;
  border-radius: 0px;
  font-family: "cairo-bold";
  color: black;
}

.active-tabs-one {
  background-color: #367d4d !important;
  color: white !important;
}

.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 #367d4d;
  border-radius: 55px;
  transition: 0s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.cta-social-icon i:hover {
  color: #ffffff;
  background-color: #367d4d;
}

.subscribe-input {
  width: 100%;
  border: 1px solid #056839;
  padding: 6px;
}

.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 #367d4d;
  padding: 4px 0px;
}

.category-list-shop ul li a:hover {
  color: #367d4d;
}

.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 .button {
  width: 100%;
}

.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 #daa520;
  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 !important;
  border: 1px solid #daa520 !important;
}

.woocommerce-MyAccount-content {
  text-align: center;
}

.Unsubscribe {
  background-color: #c84a4a;
  border: none;
  padding: 6px 23px;
  color: white;
  border-radius: 6px;
  font-family: "cairo-bold";
}

.unsbscribe-box {
  border: 1px solid #daa520;
  padding: 10px;
  border-radius: 10px;
}

.active-tabs-one {
  background-color: #367d4d !important;
  color: white !important;
}

.woocommerce h2 {
  text-align: center;
  font-family: "cairo-bold";
  font-size: 20px;
}

.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #daa520;
  padding: 12px 14px;
  color: white;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
  background-color: #003366;
  color: white;
}

.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #daa520;
  padding: 24px 24px;
}

.register-box {
  background-color: white;
  padding: 20px 20px;
  border-radius: 11px;
  border: 1px solid #daa520;
}

.register-btn {
  background-color: #daa520;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  color: white;
  padding: 8px 24px;
}

.register-btn:hover {
  background-color: #003366 !important;
  color: white;
}

.avatar.avatar-32.photo {
  width: 31px;
}

.thread-even {
  height: 17rem;
  overflow-y: scroll;
}

.comment-text {
  background-color: rgba(3, 138, 116, 0.1019607843);
  border: none;
  padding: 5px 14px !important;
  font-family: "Cairo-Medium";
  border-radius: 10px !important;
}

.comment-text:focus,
.comment-form-email input:focus,
.comment-form-author input:focus {
  outline: none;
  border: 1px solid #367d4d;
}

.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: #367d4d !important;
  color: #fff;
  padding: 5px 44px !important;
  border: none;
  padding: 2px 39px;
  border-radius: 2px;
  font-family: "Cairo-Medium";
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#submit::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #367d4d;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.comment-btn:hover {
  box-shadow: 0px 0px 11px -4px rgb(153, 147, 147);
  background: #202029 !important;
}

.comment-reply-title {
  font-family: "Cairo-Medium" !important;
  margin-bottom: 10px;
}

.logged-in-as {
  font-family: "cairo-regular";
  font-size: 16px;
}

.comment-author {
  border-radius: 10px;
  overflow: hidden;
}

.comment-author img {
  border-radius: 30px;
  padding: 0px;
}

.comment-body {
  font-family: "cairo-medium";
  font-size: 13px;
}

.category-item {
  display: flex;
  padding: 20px;
  border-radius: 7px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}

.category-item-icon {
  height: 60px;
  width: 60px;
  text-align: center;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 7px;
  transition: all 0.5s ease-in-out;
}

.instructor-item {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}

.instructor-img {
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(198, 191, 191, 0.2901960784);
  padding: 6px;
}

.instructor-img img {
  border-radius: 50%;
  object-fit: cover;
}

.instructor-tag {
  background: #00af92;
  color: #fff;
  padding: 1px 15px;
  border-radius: 50px;
  display: inline-block;
  margin: 15px 0;
}

.instructor-rate {
  font-size: 14px;
}

.instructor-enroll {
  display: inline-block;
  padding: 15px 0;
}

.instructor-social {
  padding-top: 15px;
  border-top: 1px solid #eff3f7;
}

.instructor-social a {
  margin: 0 6px;
  color: #00af92;
  transition: all 0.5s ease-in-out;
}

.contact-icon i {
  background-color: #d2efe7;
  padding: 13px;
  font-size: 30px;
  border-radius: 50%;
  box-shadow: 0px 2px 5px -3px #222020;
  color: #04b194;
}

.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: #367d4d;
  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 #367d4d !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: #367d4d;
  margin: 2px;
  border-radius: 20px;
}

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

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 */
  }
}
#profile-sidebar {
  margin-top: 0px !important;
}

body .wpuf-menu-item.active a {
  color: #FFF !important;
}

.profile-nav ul {
  border: 1px solid #367d4d;
}

.profile-nav ul li {
  border-bottom: 1px solid #367d4d;
}

.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: #367d4d;
}

.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 #367d4d;
  width: 100% !important;
}

.wpuf-menu-item {
  padding: 11px !important;
  border-bottom: 1px solid #367d4d;
}

.wpuf-menu-item a {
  display: block;
}

.wpuf-dashboard-content {
  width: 100% !important;
  display: block !important;
  border: 1px solid #367d4d;
}

.wpuf-el {
  display: flex;
  flex-direction: column;
}

.wpuf-fields {
  width: 100% !important;
}

.wpuf-submit .wpuf-label {
  width: 0px !important;
}

.wpuf-submit-button {
  background-color: #367d4d;
  padding: 7px 34px;
  border: 2px solid #ffffff;
  font-weight: bold;
  outline: 1px solid #367d4d;
  border-radius: 7px;
}

.post-edit-icon {
  background-color: #367d4d !important;
}

body .wpuf-dashboard-container table.items-table tr {
  text-align: left;
  border-bottom: 1px solid #367d4d !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;
}

.seaech-page {
  background: #dbd7d7;
  padding: 37px 0px;
}

.search-submit {
  padding: 6px 27px;
  border-radius: 5px;
  color: #036;
  font-size: 16px;
  border: 1px solid #036;
  background-color: #ffffff;
  font-family: "cairo-bold";
}

.serch-result-link {
  font-family: "cairo-bold";
  font-size: 16px;
}

.gold-pg {
  position: absolute;
  background-color: #124424;
  height: 100%;
  width: 50%;
  z-index: -1;
  top: 0px;
  left: 0px;
}

.right-image-one {
  border-radius: 280px 280px 0px 0px;
  overflow: hidden;
  height: 460px;
}

.right-image-one img {
  object-fit: cover;
}

.why-us-card {
  background-color: #cdd8d6;
  padding: 36px;
}

.why-us-card i {
  font-size: 33px;
  background-color: rgba(129, 211, 195, 0.4784313725);
  padding: 10px;
  color: white;
  border-radius: 11px;
}

.why-us-card h3 {
  padding-top: 15px;
  font-family: "cairo-bold";
  font-size: 18px;
  padding-bottom: 12px;
}

.image-box-tow {
  height: 380px;
}

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

.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: #add8e6;
  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: #367d4d;
  border-radius: 8px;
  font-weight: bold;
  font-size: 17px;
  border: 2px solid #ffffff;
  outline: 2px solid #367d4d;
  margin-top: 8px;
}

.more-about-btn:hover {
  background-color: #ffffff;
  color: black;
  border: 2px solid #ffffff;
  outline: 2px solid #367d4d;
}

.aboutus-title {
  margin-bottom: 5px;
  position: relative;
  font-size: 30px;
}

.aboutus-title::after {
  position: absolute;
  content: "";
  background-color: #367d4d;
  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 #367d4d;
  border-bottom: 2px solid #367d4d;
  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 #367d4d;
  border-bottom: 2px solid #367d4d;
  text-align: center;
  height: 100%;
}

.customer-st-icon {
  width: 30%;
  margin: 0px auto;
}

.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: #367d4d;
  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: #367d4d;
  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: #367d4d;
  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: #367d4d;
  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-contact-detail h3 {
  font-family: "cairo-bold";
  color: #367d4d;
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.icon-box i {
  border: 1px solid #367d4d;
  padding: 10px;
  border-radius: 50px;
  color: #367d4d;
}

.footer-contact-detail p {
  font-family: "cairo-bold";
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.footer-contact-detail a {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.footer-contact-button a {
  border: 2px solid #367d4d;
  display: initial;
  padding: 5px 20px;
  border-radius: 50px;
  color: #367d4d;
  font-family: "cairo-bold";
  font-size: 18px;
  text-transform: uppercase;
}

.footer-background {
  position: relative;
  z-index: 0;
  padding: 100px 0px;
}

.footer-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 85%;
  z-index: -1;
}

.footer-one {
  background-color: #1a0426;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo {
  width: 200px;
  margin-left: 0px;
}

.footer-tow {
  background-color: #036;
}

.footer-tow-widget-title {
  font-family: "cairo-bold";
}

.footer-contact li i {
  font-size: 17px;
  margin-right: 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid rgb(0, 0, 0);
  padding: 10px;
}

.footer-tow-subscribe-form .form-control {
  height: 46px;
  padding: 0 11px;
  border-radius: 5px;
  font-size: 16px;
  color: #00184f;
  box-shadow: none;
  background: #fff;
  font-family: "cairo-Medium";
}

.footer-tow-subscribe-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #0a0d3e;
  border-radius: 5px;
  padding: 4px 11px;
  color: #fff;
  border: none;
  transition: all 0.5s ease-in-out;
}

.footer-tow-subscribe-form button:hover {
  background-color: #0a0d3e;
}

.developer-copy {
  justify-content: end;
}

/* ===================
footer css 
====================== */
.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: #daa520;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  margin-bottom: 25px;
}

.copyright {
  padding: 10px 0;
  border-top: 3px solid #daa520;
}

.footer-list ul li {
  color: red !important;
}

.page_item a {
  font-family: "Vazirmatn-Regular";
}

.latest-arti {
  background-color: #add8e6;
  margin-bottom: 4px;
  padding: 3px 5px;
  border-radius: 6px;
  border: 1px solid #367d4d;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-list li a {
  margin-bottom: 8px;
  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: 8px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #367d4d;
  border-radius: 7px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.footer-social li a i:hover {
  background: #336d66;
  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: #daa520;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-contact li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.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 #00a4ff;
  padding: 3px;
  border-radius: 5px;
  height: 70px;
  overflow: hidden;
}

.gallery-item a {
  width: 100%;
  height: 100%;
}

.footer-widget-box {
  margin-bottom: 50px;
}

@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 #f4921b;
  padding-top: 30px;
  margin-top: 40px;
}

/*
  ========================
  ====  media querys    ==
  ========================
*/
.woocommerce-billing-fields__field-wrapper p,
.woocommerce-additional-fields__field-wrapper,
.payment_box p,
.woocommerce-privacy-policy-text p,
.woocommerce-notice {
  font-family: "cairo-regular";
}

.form-row.validate-required,
.woocommerce-MyAccount-content p,
.woocommerce-form-row label,
.woocommerce-LostPassword.lost_password {
  font-family: "cairo-medium";
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
.woocommerce-order-overview li,
.woocommerce-MyAccount-navigation ul li,
.woocommerce-Address-title.title h3,
.woocommerce-form__label,
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-LostPassword a {
  font-family: "cairo-bold";
}

.woocommerce table.shop_table td {
  text-align: unset;
}

.cart-subtotal th,
.order-total th {
  text-align: inherit !important;
}

.woocommerce table.shop_table th {
  text-align: inherit !important;
}

.wc_payment_method,
.wc_payment_method {
  font-family: inherit;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields {
  border: 2px dotted #daa520;
  padding: 7px;
  border-radius: 10px;
}

.woocommerce-info {
  background-color: #daa520 !important;
}

#place_order,
.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #daa520;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#place_order:hover {
  background-color: #003366;
  color: white;
}

.woocommerce-customer-details h2,
.woocommerce-order-details__title {
  padding-bottom: 16px;
}

.woocommerce-MyAccount-navigation ul .is-active {
  background-color: #daa520 !important;
}

.mep-user-ticket-list table tr th,
.mep-user-ticket-list table tr td {
  text-align: unset !important;
}

.woocommerce-orders-table__header .nobr {
  width: 100%;
  display: block ruby;
}

/*
  ========================
  ====  media querys    ==
  ========================
*/
@media (min-width: 991px) {
  .mobile-view {
    display: none !important;
  }
  .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) {
  .contact-info-list {
    flex-direction: column;
    align-items: center;
    row-gap: 17px;
  }
  .phone-line {
    display: flex !important;
    flex-direction: column;
    text-align: center;
  }
  .phone-line span {
    margin: 0px !important;
  }
  .event-heading {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5215686275);
    padding: 11px;
  }
  .copyright {
    text-align: center;
  }
  .sticky-tow {
    position: relative !important;
    width: auto;
  }
  .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: #0077b8;
    border: 2px dotted #0077b8;
  }
  .main-slider .owl-nav .owl-next i,
  .main-slider .owl-nav .owl-prev i {
    font-size: 20px;
    color: #0077b8;
  }
}
@media only screen and (max-width: 900px) {
  .row-one {
    display: block;
  }
}
@media (max-width: 991px) {
  .requ {
    display: block;
  }
  .navbar {
    top: 0;
    right: 0;
    left: 0;
  }
  .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: 24px;
    background-color: #367d4d;
    margin: 3px 3px;
    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: 23px 7px;
  }
  .y {
    transform: rotate(45deg);
    transform-origin: 23px -3px;
  }
  .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;
  }
}
@media (max-height: 570px) {
  .hero-tow {
    height: 100vh !important;
    min-height: 600px;
  }
}
@media only screen and (max-width: 500px) {
  html[lang=ar] .menu-list-image {
    margin-left: 13px;
    margin-right: 0px;
  }
  .menu-list-image {
    margin-right: 13px;
  }
  .menu-list-image figure {
    display: block;
    max-width: 70px;
  }
  .menu-item-body {
    width: calc(100% - 90px);
  }
  .menu-item-title {
    margin-bottom: 0px;
  }
  .menu-item-title h3 {
    font-size: 14px;
  }
  .menu-item-content p {
    font-size: 12px;
  }
  .gallery-img-box {
    height: 300px;
  }
  .gallery-more {
    font-size: 15px;
  }
  .testmoial-tow .owl-nav {
    position: relative;
    justify-content: space-around;
  }
  .hero-tow {
    height: 76vh;
  }
  .hero-tow-content-text h1 {
    font-size: 50px;
  }
  .hide-on-mobile {
    display: none;
  }
  .hero-section-three {
    height: 44vh;
  }
  .row-one {
    display: block;
  }
  .logo-2 {
    width: 90%;
    margin: 0px auto;
  }
  .time-line {
    border-left: 3px solid black !important;
  }
  .edu-date span {
    right: -13px;
  }
  .time-line-card::after {
    background-color: #000 !important;
  }
  .developer-copy {
    justify-content: space-between;
  }
  .mobile-serch i {
    display: block;
    border: none !important;
  }
  .laptop-serach {
    display: none;
  }
  .search-popup.show-serch-form {
    width: 84%;
  }
  .awards-image {
    height: 337px;
  }
  .header-top-contact {
    display: none;
  }
  .header-top-left {
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .header-top-social a {
    border-radius: 0px;
  }
  .hero-one {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .trp-flag-image {
    display: none;
  }
  .list-language {
    display: flex;
  }
  .about-content {
    margin-bottom: 19px;
  }
  .hero-img-mobile {
    display: none;
  }
  .hero-single {
    padding-top: 67px;
    padding-bottom: 50px;
  }
  .hero-shape-4 {
    bottom: -88px;
    right: 50px;
    height: 46%;
    width: 66%;
  }
  .hero-shape-2 {
    top: 16px;
    right: 265px;
    height: 18%;
    width: 20%;
  }
  .footer-widget-box {
    margin-bottom: 0px;
  }
  .navbar {
    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: 1px 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 #00a4ff;
    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;
  }
  .project-title {
    font-size: 20px;
  }
  .actions .coupon {
    display: block;
    width: auto;
  }
  .coupon .input-text {
    width: 100% !important;
  }
  .testmonial-right {
    width: 0px;
  }
  .testimonials-section {
    padding: 40px 0px;
  }
  .actions .coupon .input-text {
    width: 100% !important;
    padding: 5px 5px;
    margin-bottom: 10px;
  }
  .actions .coupon .button {
    width: 100% !important;
    padding: 12px 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "cairo";
    background-color: #daa250 !important;
    color: white !important;
  }
  .woocommerce form.login,
  .woocommerce form.register {
    border: 1px solid #daa520;
    padding: 9px 8px;
  }
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea {
    padding: 3px 10px;
  }
  .woocommerce-order-overview li {
    width: 109%;
  }
  html[lang=ar] .hero-button .btn-three {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .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;
  }
  .logo {
    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 #add8e6;
  }
}/*# sourceMappingURL=style.css.map */