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

.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
====================== */
/* Base style for the heading */
/* ===================
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;
  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;
  line-height: 1.2;
}

p {
  margin: 0px;
}

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

.bg-main {
  background-color: #04b194;
}

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

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

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

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

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

.mian-color {
  color: #04b194;
}

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

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

.gold {
  color: gold;
}

.white {
  color: #ffffff;
}

.primary {
  color: #04b194;
}

.secon {
  color: #005689;
}

.secon-2 {
  color: #f4921b;
}

.black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-gold {
  color: gold;
}

.bg-primary {
  background-color: #04b194;
}

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

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

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

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

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

.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: 4px 13px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #fff;
}

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

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

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

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

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

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

.services-buttom {
  background-color: #04b194;
  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: #005689;
  width: 100%;
  padding: 8px 14px;
  text-align: center;
  border: 2px solid #04b194;
  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: #04b194;
  padding: 6px 29px;
  border-radius: 8px;
  border: 2px solid #005689;
  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;
  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: #005689;
  outline: 2px solid #f1e8e8;
}

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

.default-btn {
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #005689;
  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: #04b194;
  z-index: -1;
  transition: all 0.5s;
}

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

.default-btn.active {
  margin-left: 20px;
  color: #04b194;
  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: #04b194;
  padding: 6px;
  width: 100%;
  margin-top: 16px;
  color: #ffffff;
  border-radius: 7px;
}

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

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

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

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

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

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@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: #04b194;
}

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

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

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

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

.login-img {
  background-color: #04b194;
}

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

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

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

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

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

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

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

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

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

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

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

.image {
  height: 230px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#progressBar:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-three {
  position: relative;
}

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

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

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

.blog-one {
  padding-top: 20px;
  padding-top: 20px;
}

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

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

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

.blog-card-one .blog-title {
  position: absolute;
  bottom: 0px;
  background-color: #04b194;
  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: -55px;
  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 #000000;
  color: #04b194;
  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: #04b194;
  color: #ffffff;
}

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

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

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

.langufe-changer {
  position: absolute;
  bottom: 40px;
  left: 30px;
}

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

.row-one {
  position: fixed;
  display: none;
  padding: 10px;
  background-color: #0d4037;
  height: 100%;
  left: -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: #04b194;
}

.menu-category {
  border-bottom: 1px solid #04b194;
  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: 84px;
  margin-top: 2px;
  margin-bottom: 14px;
}

.login-button-desctob {
  background-color: #04b194;
  border-radius: 5px;
  padding: 4px 13px;
  color: white;
  transition: 0.5s ease-in-out;
}

.login-button-desctob a {
  color: white;
}

.login-button-desctob:hover {
  background-color: #0d4037;
}

.login-button-desctob span {
  margin-left: 4px;
}

.mobile-header-btn {
  margin-left: 7px;
}

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

.langufe-changer {
  background-color: #04b194;
  border: 2px solid #0077b8;
  border-radius: 7px;
  overflow: hidden;
}

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

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

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

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

.ssdsdsd {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
}

.lang-btn {
  padding: 7px 8px;
  border: none;
  background-color: #04b194;
  color: #0077b8;
  cursor: pointer;
}

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

.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 {
  -o-object-fit: cover;
     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;
}

.course-meta-primary .course-meta__pull-left {
  display: flex !important;
}

.course-meta__pull-left .meta-item {
  display: flex !important;
  flex-direction: row;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.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 #04b194;
  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 #04b194;
  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;
}

@media screen and (max-width: 782px) {
  #popup-header,
  #popup-footer {
    right: 0px !important;
    padding-top: 10px !important;
  }
}
#popup-header {
  background: #23b8a0 !important;
}

.course-curriculum .section-header {
  border: 1px solid #04b194 !important;
}

.lp-user-cover-image_background {
  display: none;
}

.wrapper-profile-header,
.learn-press-breadcrumb {
  display: none !important;
}

.user-avatar-2 {
  height: 80px;
}

/* Button styles */
.lp-user-profile .lp-profile-nav-tabs > li.active {
  background: #000000 !important;
}

.lp-user-profile .lp-profile-nav-tabs > li > a > i {
  color: #04b194 !important;
}

.learn-press-filters li a.active,
.learn-press-filters li a:hover,
.learn-press-filters li span.active,
.learn-press-filters li span:hover {
  color: #04b194 !important;
}

.learn-press-filters li a.active::after,
.learn-press-filters li a:hover::after,
.learn-press-filters li span.active::after,
.learn-press-filters li span:hover::after {
  background: #04b194 !important;
}

.lp_profile_course_progress__item,
.lp-list-table .profile-list-table .profile-list-quizzes {
  font-family: "cairo-bold";
}

.course-sidebar-preview .media-preview {
  margin: 0px !important;
}

.lp-course-buttons div a {
  width: 100% !important;
  padding-top: 10px;
  font-family: "cairo-bold";
}

.learn-press-progress .progress-bg .progress-active {
  background: #04b194 !important;
}

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

.lp-archive-courses .course-detail-info {
  padding: 28px 11px 24px 10px !important;
}

.course-description p {
  font-size: 15px !important;
}

.instructor-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.more-about-instructor,
.instructor-bio {
  font-family: "cairo-medium";
}

.user-certification {
  font-family: "cairo-bold";
  font-size: 20px;
  margin-bottom: 10px;
}

.download-certification {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 2px 12px;
  background-color: black;
  color: white;
  font-size: 17px;
  font-family: "cairo-medium";
  outline: 3px solid black;
  border: 1px solid #dc0606;
}

.download-certification:hover {
  color: red;
}

.lp-button.start,
.lp-button.review-quiz,
.result-message {
  font-family: "cairo-medium" !important;
}

.course-item-nav .prev a {
  font-family: "cairo-medium" !important;
}

.quiz-attempts table th,
.quiz-attempts table td {
  font-family: "cairo-medium";
}

.modal-button-ok,
.modal-button-cancel {
  font-family: "cairo-medium" !important;
}

#lp-modal-content,
.cart-subtotal {
  font-family: "cairo-medium" !important;
}

.question-content p,
.quiz-status .questions-index,
.question-response {
  font-family: "cairo-medium";
}

.submit-quiz .lp-button,
.button-right .back-quiz {
  font-family: "cairo-medium";
}

.content-item-wrap .questions-pagination .nav-links {
  justify-content: flex-start;
}

.learn-press-message.success.lp-content-area {
  padding: 10px 17px !important;
}

.popup-header__inner .course-title {
  font-family: "cairo-bold";
}

.lp-button.button-complete-lesson.lp-btn-complete-item {
  font-family: "cairo-bold";
  background-color: #2f4fb1;
  color: white;
}

.lp-modal-dialog .lp-modal-content {
  margin: 15px;
}

.lp-modal-body .main-content {
  background-color: unset;
  padding: 0px !important;
  font-family: "cairo-medium";
}

#popup-content .lp-button.completed {
  font-family: "cairo-medium";
}

.lp-button.lp-btn-finish-course {
  font-family: "cairo-medium";
}

/* Progress bar */
/*
  ========================
  == single pages style ==
  ========================
*/
.content p {
  font-family: "cairo-medium" !important;
}

.content li {
  list-style: auto;
}

.wp-block-heading {
  font-family: "cairo-bold" !important;
}

.content h2,
h3,
h4,
h5,
li,
.content p {
  font-family: "cairo-medium";
}

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

.project-thumn {
  height: 250px;
}

.project-thumn img {
  width: 100%;
  -o-object-fit: cover;
     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 */
}

.heading-style-one {
  position: relative;
  font-weight: bold;
  margin-top: 12px;
  padding-right: 8px;
  color: #0db294;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
  font-family: cairo-bold !important;
  border-right: 6px solid rgb(13, 178, 148);
  background: linear-gradient(90deg, rgb(13, 178, 148), rgb(60, 255, 0)) text;
}

.heading-style-tow {
  position: relative;
  font-weight: bold;
  margin-top: 12px;
  padding-bottom: 6px;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px;
  color: #0db294;
  font-family: cairo-bold !important;
  background: linear-gradient(90deg, rgb(13, 178, 148), rgb(60, 255, 0)) text;
}

.content-item-description.lesson-description h1,
.content-item-description.lesson-description h2 {
  font-family: "cairo-bold" !important;
  font-size: 21px;
}

.content-item-wrap .content-item-description p {
  margin-bottom: 20px;
  font-family: "cairo-regular";
}

.content-item-wrap .content-item-description ul li {
  list-style: decimal !important;
  font-family: "cairo-regular";
}

.button-complete-item {
  font-family: "cairo-bold";
  border: 2px solid #04b194 !important;
  border-radius: 9px;
  transition: 0.3s cubic-bezier();
}

.button-complete-item:hover {
  background-color: #04b194;
}

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

.pd-2em,
.search-course input {
  font-family: "cairo-regular";
}

.lp-modal-body .main-content {
  margin-top: 0px !important;
  border-radius: 0px !important;
}

.btn-yes,
.btn-no {
  padding: 3px 21px;
  border: none;
  font-family: "cairo-bold";
}

#popup-course .popup-header__inner,
.course-item-nav__name {
  font-family: "cairo-bold";
}

.course-item-nav .prev a,
.course-item-nav .next a {
  font-family: "cairo-bold";
}

.passed {
  background-color: rgba(89, 206, 99, 0.7098039216) !important;
}

html[lang=ar] .lp-modal-dialog .lp-modal-footer {
  text-align: right !important;
}

.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%;
  -o-object-fit: cover;
     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;
}

.article-author {
  display: flex;
}

.author-bio {
  font-family: "cairo-medium";
}

.author-avatar .avatar {
  -o-object-fit: cover;
     object-fit: cover;
}

.author-avatar {
  width: 29%;
}

.offer-link {
  margin-top: 10px;
  text-align: center;
}

.ofical-website {
  background-color: #0e0f0f;
  font-family: "cairo-bold";
  color: white;
  padding: 9px 29px;
  margin-bottom: 10px;
  border-radius: 100px;
}

.mueen-website {
  background-color: #002680;
  font-family: "cairo-bold";
  color: white;
  padding: 9px 29px;
  margin-bottom: 10px;
  border-radius: 100px;
}

.mueen-website:hover,
.ofical-website:hover {
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social li a {
  color: #000000;
}

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

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

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

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

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

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

.post-sammery {
  padding: 13px;
}

.date {
  position: absolute;
  background-color: #005689;
  height: 90px;
  width: 90px;
  top: px;
  top: -66px;
  left: 0px;
  border: 7px solid #04b194;
}

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

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

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

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

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

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

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

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

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

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

.category-widget li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-box {
  border: 3px solid #04b194;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Blog Card Styles */
.blog-card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  background-color: rgba(13, 184, 153, 0.0588235294);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-card .card-img-top {
  height: 200px;
}

.blog-card .card-img-top img {
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card .card-body {
  padding: 1.5rem;
}

.blog-card .card-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.blog-card .card-title a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s;
}

.blog-card .card-title a:hover {
  color: var(--main-color);
}

.blog-card .card-text {
  color: #6c757d;
  margin-bottom: 1rem;
  font-family: "cairo-medium";
}

.blog-meta {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.blog-meta i {
  color: var(--main-color);
  margin-right: 0.25rem;
}

.blog-category {
  display: inline-block;
  background-color: var(--main-color-light);
  color: var(--main-color);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.btn-read-more {
  background-color: transparent;
  color: #0db99a;
  border: 1px solid #0db99a;
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: all 0.3s;
}

.btn-read-more:hover {
  background-color: #0db99a;
  color: white;
}

/* Pagination */
.pagination .page-item .page-link {
  color: var(--main-color);
}

.pagination .page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: white;
}

/*
  ========================
  ====  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;
  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;
  clip-path: polygon(-1.82% -0.84%, 67.7% -5px, 86.61% 99.83%, 47px 100%, -18px 70.01%);
}

/* Add these new styles to your existing CSS */
.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  flex-direction: column;
}

.hero-content h2 {
  font-family: "cairo-bold";
  font-size: 35px;
}

.hero-description {
  font-family: "cairo-regular";
  text-align: center;
  font-size: 18px;
}

.search-container {
  display: flex;
  margin-top: 1.5rem;
  max-width: 500px;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-input {
  flex: 1;
  padding: 9px 1rem;
  border: none;
  outline: none;
  font-size: 1rem;
  background: #fff;
  font-family: "cairo-medium";
}

.search-btn {
  background-color: #04b194;
  color: white;
  border: none;
  padding: 0 1rem;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "cairo-bold";
}

.search-btn:hover {
  background-color: #27ae60;
}

/* Font Awesome icon (make sure to include FA in your project) */
.fas {
  font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .search-container {
    margin: 1.5rem auto;
  }
}
.filter-btn button {
  background-color: #005689;
  color: white;
  padding: 2px 8px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  outline: 1px solid #005689;
  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: #fff;
  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 {
  -o-object-fit: cover;
     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: 30px;
  border-radius: 50px;
}

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

.course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  width: 100%;
}

.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: #000000;
  padding: 2px 8px;
  top: 4px;
  font-family: "cairo-Bold";
  color: white;
  left: 5px;
}

.course-level {
  background-color: #000000;
  padding: 2px 8px;
  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;
}

.cource-btn a {
  border: 1px solid #afb0c0;
  width: 100%;
  text-align: center;
  padding: 7px 0px;
  margin-top: 11px;
  font-family: "cairo-bold";
  background-color: #04b194;
}

.course-price span {
  font-family: "cairo-bold";
  font-size: 14px;
}

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

.hero-section {
  background-color: #f5fcfb;
}

.meta-item.meta-item-categories {
  display: flex !important;
  flex-direction: row;
}

.corsecs-card-four {
  background: #fff;
  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;
}

.featured-image-four {
  width: 30%;
}

.featured-image-four img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top-content-four {
  display: flex;
  margin-bottom: 6px;
}

.course-content-four {
  width: 70%;
  padding-right: 10px;
}

.course-btn-four a {
  background-color: #454948;
  text-align: center;
  padding: 8px;
  padding: 7px;
  border-radius: 8px;
  color: white;
  font-family: "cairo-bold";
}

:root {
  --primary-red: #04b194;
  --primary-blue: #1d3557;
  --secondary-blue: #457b9d;
  --light-bg: #f1faee;
}

.instructor-header {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  color: white;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.teem-name {
  font-family: "cairo-bold";
  font-size: 25px;
  color: white;
}

.teem-position {
  font-family: "cairo-medium";
  font-size: 15px;
  color: white;
}

.instructor-img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.stats-icon i {
  font-size: 35px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--primary-blue);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s;
}

.social-icon:hover {
  background-color: var(--primary-red);
  color: white;
  transform: translateY(-3px);
}

.section-title-3 {
  color: var(--primary-blue);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: "cairo-bold";
  font-size: 23px;
}

.section-title-3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--primary-red);
}

.stats-card {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  border-left: 4px solid var(--primary-red);
}

.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stats-icon {
  font-size: 2rem;
  color: var(--primary-red);
  margin-bottom: 15px;
}

.edcucation-card {
  padding: 15px;
  background-color: #f5e9e9;
}

.edcucation-card h5 {
  border-bottom: 1px solid #c3b6b6;
  padding-bottom: 15px;
  font-family: "cairo-bold";
}

.edcucation-card p {
  font-family: "cairo-medium";
}

.edcucation-card h3 {
  font-family: "cairo-bold";
  margin-top: 12px;
}

.course-img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-title {
  color: var(--primary-blue);
  font-weight: 600;
}

.badge-custom {
  background-color: var(--primary-red);
  color: white;
  font-family: "cairo-bold";
  font-size: 14px;
}

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

.certfication-gallery .owl-nav .owl-prev i {
  padding: 9px;
  background-color: black;
  color: #e63946;
}

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

.certfication-gallery .owl-nav .owl-next i {
  padding: 9px;
  background-color: black;
  color: #e63946;
}

.number-of-cert {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.btn-custom {
  background-color: var(--primary-blue);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-custom:hover {
  background-color: var(--primary-red);
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .instructor-img {
    width: 120px;
    height: 120px;
  }
  .stats-card {
    margin-bottom: 15px;
  }
}
/* Floating Button */
#waveButton,
.wave-button {
  position: fixed;
  bottom: 30px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #04b194;
  border-radius: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
}

.wave-button .wave {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #04b194;
  background-color: #04b194;
  border-radius: 50%;
  animation: waveEffect 2s infinite ease-out;
  opacity: 0;
}

@keyframes waveEffect {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
#floatingButton:hover {
  background: blue;
}

/* Fullscreen Overlay */
#overlayMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

/* Overlay Content */
.overlayContent {
  max-width: 800px;
  width: 90%;
  text-align: center;
  position: relative;
}

/* Close Button */
.closeButton {
  position: absolute;
  top: -64px;
  right: 0;
  left: 0;
  margin: 0px auto;
  background: red;
  color: white;
  border: none;
  font-size: 36px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.closeButton:hover {
  background: blue;
}

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

.linkGrid a {
  background: blue;
  color: white;
  text-decoration: none;
  padding: 20px;
  font-size: 18px;
  border-radius: 8px;
  transition: background 0.3s;
  display: flex;
  flex-direction: column;
  font-family: "cairo-bold";
}

.linkGrid a .overflow-icon {
  font-size: 30px;
}

.linkGrid a:hover {
  background: red;
}

.top-nav-bar {
  display: none !important;
}

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

.book-items-number {
  color: green;
}

.books-info {
  border: 1px solid green;
  border-radius: 7px;
  margin: 13px 0px;
  padding: 2px 7px;
}

.books-info ul {
  margin: 0px !important;
}

.books-info ul li {
  list-style: none !important;
  display: flex;
  justify-content: space-between;
}

.right-span {
  font-family: cairo-bold;
  font-size: 15px;
}

.filter-box {
  padding: 5px;
  border: 1px solid green;
  border-radius: 8px;
  margin-bottom: 10px;
}

.select-style {
  background-color: #89c33d;
  border: none;
  border-radius: 4px;
  padding: 3px 4px;
  font-family: "cairo-medium";
  color: white;
  font-size: 14px;
}

.search-field-one {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #006837;
  padding: 1px 7px;
}

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

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

.page-numbers:hover {
  background-color: #89c33d;
}

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

.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%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.test-pox {
  border: 1px solid #005689;
  border-bottom: 6px solid #005689;
  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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: 60px;
  background-color: red;
  border-radius: 50%;
}

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

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

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

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

#rating {
  display: block !important;
}

.rating .stars {
  display: none;
}

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

.contact-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: #000;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.user-icon-2 i {
  font-size: 25px;
  color: #336d66;
}

.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;
  background-color: #000;
  color: white;
}

.logout-1 {
  background-color: #04b194;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 8px 8px 0px;
}

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

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

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

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

.navbar-nav li a {
  color: #04b194;
}

.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 #04b194;
  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: 88px;
  height: 100%;
}

.logo-top {
  width: 11%;
}

.main-navigation {
  background-color: rgba(0, 0, 0, 0.0784313725);
}

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

.image-not-found:hover {
  color: #04b194;
}

#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: #005689;
  z-index: 99 !important;
}

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

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

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
}

.header-top-contact ul li a i {
  margin-right: 10px;
  color: #f7941d;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-top-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-left: 5px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.header-top-social a:hover {
  background: #fbb016;
  color: #fff;
}

.header-top-account a {
  color: #fff;
  margin-right: 20px;
}

.header-top-account a i {
  margin-right: 8px;
}

@media all and (max-width: 1199px) {
  .header-top-account {
    display: none;
  }
  .header-top::before {
    width: 270px;
  }
  .header-top::after {
    width: 260px;
  }
}
@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}
/* ===================
  nav menu css
  ====================== */
.main {
  margin-top: 0rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    padding: 33px 0 33px 0;
    text-transform: capitalize;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    padding: 0px;
    border: none;
    border-top: 4px solid #336d66;
    border-radius: 0px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
  }
  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #eee;
  }
  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    color: #0c1529;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    text-align: right;
  }
  .nav-item .dropdown-item {
    margin-right: 0px !important;
    padding: 4px 11px !important;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 0px;
    height: 2px;
    opacity: 0;
    transition: all 0.7s ease-in-out;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    width: 28px;
    opacity: 1;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: #fbb016;
  }
  .navbar .nav-item .nav-link {
    position: relative;
    z-index: 1;
  }
  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #000000;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 100%;
  }
  .header-nav-right {
    display: flex;
    align-items: center;
  }
  .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: 0px 0px;
  height: 58px;
}

.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: #04b194;
  font-family: "Vazirmatn-black";
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* mobile menu */
.mobile-menu-right {
  display: flex;
  align-items: center;
}

.logout-button {
  margin-left: 10px;
  border: 1px solid #0eb698;
  padding: 0px 6px;
  border-radius: 6px;
  transition: 0.2s ease-in-out;
}

.mobile-header-btn:hover {
  background-color: rgba(14, 178, 148, 0.3411764706);
}

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

.dashboard-menu-one li a,
.dropdown-toggle {
  padding: 9px 13px !important;
  font-family: "cairo-medium";
  width: 100%;
  background-color: #464a49;
  color: white;
}

.dashboard-menu-one li .active {
  background-color: #159f93;
  color: white;
}

.dropdown-one {
  position: relative;
  list-style: none;
}

/* Dropdown toggle link */
.dropdown-one > .dropdown-toggle {
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dashboard-menu-one {
  background-color: #464a49;
}

/* Dropdown menu container */
.dropdown-menu-tow {
  list-style: none;
  background: #fff;
  margin-right: 22px;
  position: relative;
  overflow: hidden;
  display: none;
}

/* Dropdown items */
.dropdown-menu-tow a {
  display: block;
  padding: 10px 15px;
  color: #555;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* Icon rotation when open */
.dropdown-one > .dropdown-toggle::after {
  content: "+"; /* FontAwesome down arrow */
  font-weight: 900;
  margin-left: 8px;
  transition: transform 0.3s ease;
  left: 8px;
  position: absolute;
}

.dropdown-one > .dropdown-toggle.open::after {
  transform: rotate(180deg);
}

/* Smooth slide animation handled by jQuery */
.mobile-login-btn {
  background-color: #ff4200;
  border-radius: 9px;
}

.mobile-login-btn .login-1 {
  padding: 0px 8px;
}

.stiky-menu-one {
  display: none;
}

.nav-user-box {
  position: relative;
  display: inline-block;
  font-family: "Cairo", sans-serif;
  cursor: pointer;
}

.show-user-box {
  display: block !important;
}

.user-popup {
  position: absolute;
  top: 100%;
  left: 114px;
  background: #fff;
  box-shadow: 0 18px 16px rgba(0, 0, 0, 0.08);
  display: none;
  width: 200px;
  z-index: 999;
}

.user-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.myacount_one li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s ease;
  font-family: "cairo-medium";
}

.log-out-two-btn {
  font-family: "cairo-bold";
  padding: 7px 10px;
  border-top: 1px solid #5e5555;
  width: 100%;
  text-align: center;
}

.user-popup ul li a:hover {
  background: #f1f1f1;
  color: #0073aa;
}

.nav-user-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.nav-user-box .user-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-user-box .user-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.nav-user-box .user-name {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  font-family: "cairo-bold";
}

.nav-user-box .welcome-msg {
  font-size: 13px;
  color: #666;
  font-family: "cairo-medium";
}

.mobile-avatar .nav-user-box .user-info .user-name {
  color: white;
}

.mobile-avatar .nav-user-box .user-info .welcome-msg {
  color: goldenrod;
}

.regster-btn {
  background-color: #04b194;
  width: 100%;
  border: none;
  margin-top: 14px;
  padding: 6px 10px;
  font-family: "cairo-bold";
  color: white;
  border-radius: 10px;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}

.password-wrapper .toggle-password:hover {
  color: #333;
}

.btn-auth {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
}

.login-btn {
  background-color: #3490dc;
  color: #fff;
}

.login-btn:hover {
  background-color: #2779bd;
}

.logout-btn {
  background-color: #e3342f;
  color: #fff;
}

.logout-btn:hover {
  background-color: #cc1f1a;
}

.btn-auth i {
  margin-left: 8px;
  font-size: 16px;
}

.custom-forgot-password-form {
  max-width: 400px;
  margin: 30px auto;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.custom-forgot-password-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-family: "cairo-medium";
}

.custom-forgot-password-form input[type=email] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  transition: border-color 0.2s ease;
}

.custom-forgot-password-form input[type=email]:focus {
  border-color: #3490dc;
  outline: none;
  font-family: "cairo-medium";
}

.custom-forgot-password-form .button {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: #04b194;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
  font-size: 15px;
  margin-top: 10px;
  font-family: "cairo-medium";
}

.custom-forgot-password-form .button:hover {
  background: #2779bd;
}

.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 #04b194;
}

.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: #04b194 !important;
  color: #fff;
  padding: 2px 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);
  border-radius: 6px;
}

#submit::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #04b194;
  z-index: -1;
  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 {
  width: 38px;
  height: 37px;
  border-radius: 10px;
  overflow: hidden;
}

.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%;
  -o-object-fit: cover;
     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;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-single {
  background: #edeef3;
}

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

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

.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-left: -204px;
  clip-path: polygon(-2.1% 0.83%, 83.11% 6px, 100.45% 101%, 47px 100%, -18px 70.01%);
}

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

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

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

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

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

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

.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: #04b194;
}

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

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

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

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

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

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

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

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

.post-edit-icon {
  background-color: #04b194 !important;
}

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

.page-heading {
  background-color: #464a49;
  padding: 10px 16px;
}

.page-heading h2 {
  font-family: "cairo-bold";
  font-size: 20px;
  color: white;
}

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

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

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

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

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

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

.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: #04b194;
  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: #04b194;
  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: #04b194;
  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: #04b194;
  color: #ffffff;
}

.gallery-card-1 {
  height: 120px !important;
  width: 100%;
}

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

.gallery-card-1 a img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.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;
  color: #336d66;
  border: 1px solid rgba(4, 177, 148, 0.5411764706);
  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: #00af92;
  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: #00af92;
  color: white;
}

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

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

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

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

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

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

.latest-arti {
  background-color: #005689;
  margin-bottom: 4px;
  padding: 3px 5px;
  border-radius: 6px;
  border: 1px solid #04b194;
}

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

.footer-list li a {
  color: #3c3b3b;
  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: 20px;
}

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

.footer-social li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #04b194;
  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::-moz-placeholder {
  color: #f2f3f5;
  opacity: 1;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
  color: #f2f3f5;
  opacity: 1;
}

.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
}

.footer-newsletter .subscribe-form .theme-btn:hover {
  background: #fff;
  color: #336d66;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f5faff;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-contact li a {
  color: #f5faff;
  transition: 0.3s;
}

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

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

::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    ==
  ========================
*/
@media (min-width: 992px) {
  .mobile-header-btn {
    display: none;
  }
}
@media (min-width: 991px) {
  .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) {
  .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 (max-width: 991px) {
  .requ {
    display: block;
  }
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    background-color: #ebebeb;
  }
  .navbar-brand {
    padding-left: 0px;
  }
  .navbar-brand img {
    width: 51px;
  }
  .navbar-collapse {
    overflow: hidden;
    overflow-y: auto;
    padding: 10px 1px;
    background-color: #fff;
  }
  .dropdown-toggle::after {
    float: right;
  }
  .navbar .nav-item .nav-link {
    color: #0c1529;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .nav-link:hover {
    color: #336d66 !important;
  }
  .navbar-toggler-icon {
    height: 3px;
    width: 30px;
    background-color: #04b194;
    margin: 4px;
    border-radius: 178px;
    cursor: unset;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .towww {
    opacity: 0;
  }
  .x {
    transform: rotate(-46deg);
    transform-origin: 27px 15px;
  }
  .y {
    transform: rotate(45deg);
    transform-origin: 23px -8px;
  }
  .navbar .dropdown-menu {
    border-radius: 0px;
    border: none;
  }
  .navbar.fixed-top .navbar-toggler-icon {
    color: #0c1529;
  }
  .header-nav-right {
    display: none;
  }
  .dddd {
    justify-content: center;
  }
  .sideone {
    width: 62%;
  }
  .cotch-info-card {
    padding: 10px;
    border: 1px solid black;
    text-align: center;
  }
  .cotch-img {
    width: 150px;
    height: 100%;
    background: red;
    display: inline-block;
  }
  .content-info {
    text-align: center;
  }
  .content-info h3 {
    margin-top: 10px;
    text-align: center;
  }
  .content-info p {
    text-align: center;
  }
  .content-info a {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  .hero-one {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .trp-flag-image {
    display: none;
  }
  .list-language {
    display: flex;
  }
  .about-content {
    margin-bottom: 19px;
  }
  .article-author {
    display: block;
  }
  .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-nav li a {
    color: white;
  }
  .user-popup {
    left: 0px;
  }
  .dashboard-menu .dashboard-menu-one li a span {
    font-size: 20px;
  }
  .dashboard-menu .dashboard-menu-one li a span i {
    font-size: 22px;
  }
  .dashboard-menu .dashboard-menu-one li a span {
    font-size: 13px;
  }
  .row-one {
    display: block;
  }
  .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;
  }
  .dropdown-menu-tow {
    position: fixed;
    bottom: 54px;
    left: 0px;
    width: 100%;
  }
  .dropdown-one > .dropdown-toggle::after {
    display: none !important;
  }
  .dashboard-menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0px;
    background-color: #464a49;
    z-index: 99;
  }
  .dashboard-menu-one {
    display: flex;
    justify-content: space-between;
  }
  .dashboard-menu .dashboard-menu-one li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .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;
  }
  .course-info-left {
    padding: 10px;
  }
  .entry-content-left {
    padding: 15px !important;
  }
  .course-summary-sidebar.slide-top {
    padding: 15px !important;
  }
  .course-summary-sidebar__inner {
    padding: 15px !important;
  }
}
@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;
  }
  .mobile-menu-right {
    margin-right: -8px;
  }
  .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 #005689;
  }
}/*# sourceMappingURL=style.css.map */