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

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

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

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

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

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

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

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

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

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

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

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

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

.gold {
  color: #036 !important;
}

.red {
  color: red;
}

.white {
  color: #ffffff;
}

.primary {
  color: #367d4d;
}

.secon {
  color: #add8e6;
}

.secon-2 {
  color: #f4921b;
}

.black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-gold {
  color: gold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html[lang=ar] body {
  direction: rtl;
  text-align: right;
}

html[lang=ar] .menu,
html[lang=ar] .footer,
html[lang=ar] .header {
  direction: rtl;
}

html[lang=ar] .title-one::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 22%;
  height: 3px;
  bottom: 0;
  right: 0px;
  border-radius: 118px;
}

html[lang=ar] .customer-st {
  border-right: 2px solid #0077b8;
  border-bottom: 2px solid #0077b8;
  border-left: 0px;
}

html[lang=ar] .expert {
  border-left: 2px solid #0077b8;
  border-bottom: 2px solid #0077b8;
  border-right: 0px;
}

html[lang=ar] .header-btn .login-1 {
  border-radius: 0px 8px 8px 0px;
}

html[lang=ar] .user-icon-2 {
  border-radius: 8px 0px 0px 8px;
}

html[lang=ar] .footer-tow-subscribe-form button {
  left: 5px;
  right: auto;
}

html[lang=ar] .footer-contact li i {
  margin-left: 10px;
  margin-right: auto;
}

html[lang=ar] .hero-search button {
  left: 5px;
  right: auto;
}

html[lang=ar] .hero-search i {
  right: 20px;
  left: auto;
}

html[lang=ar] .hero-search .form-control {
  padding: 11px 48px 18px 184px;
}

html[lang=ar] .event-image {
  left: 0px;
  right: auto;
}

html[lang=ar] .event-slider .owl-nav .owl-prev {
  margin-left: 5px;
  margin-right: auto;
}

html[lang=ar] .event-title-price::after {
  right: 0px;
  left: auto;
}

html[lang=ar] .event-title-price {
  padding-left: auto;
  padding-right: 9px;
}

html[lang=ar] .gold-pg {
  right: 0px;
  left: auto;
}

html[lang=ar] .black-pg {
  right: auto;
  left: 0px;
}

html[lang=ar] .time-line {
  border-right: 3px solid #daa520;
  border-left: none;
  padding-left: 20px;
  padding-right: 20px;
}

html[lang=ar] .time-line-card::after {
  right: -23px;
  left: auto;
  height: 26px;
  width: 23px;
  background-color: #daa520; /* Gold Color */
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

html[lang=ar] .edu-date span {
  left: -32px;
  right: auto;
}

html[lang=ar] .logout-1 {
  border-radius: 0px 7px 7px 0px;
}

html[lang=ar] .user-icon-1 {
  border-radius: 7px 0px 0px 7px;
}

html[lang=ar] .woocommerce form .form-row {
  text-align: start;
}

html[lang=ar] .testmonial-right {
  right: auto;
  left: 0px;
}

html[lang=ar] .testmonial .owl-nav {
  top: 0px;
  right: auto;
  left: 0px;
}

@media only screen and (max-width: 500px) {
  html[lang=ar] .time-line {
    border-right: 3px solid black !important;
  }
  html[lang=ar] .edu-date span {
    left: -42px;
    right: auto;
  }
}
html[lang=ar] .section-title::before {
  right: 0;
}

html[lang=ar] .pupular-post-widget-one .post-thumniall-tow {
  margin-right: 0px;
  margin-left: 10px;
}

html[lang=ar] .blogslider2 .owl-nav {
  left: 0px;
  right: auto;
}

html[lang=ar] .dropdown-menu .nav-item {
  text-align: right;
}

html[lang=ar] #searchform input {
  padding-right: 11px;
  border-radius: 0px 40px 40px 0px;
}

html[lang=ar] #searchform button {
  border-radius: 40px 0px 0px 40px;
}

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

html[lang=ar] .row-one {
  right: -63rem;
  width: 69%;
}

html[lang=ar] .subscribe-btn {
  left: 0px;
}

html[lang=ar] .blog-home-slider .owl-nav {
  left: 0px;
  text-align: end;
}

html[lang=ar] .date {
  left: 0px;
}

html[lang=ar] .post-meta {
  text-align: start;
}

.menu-icon {
  margin-left: 5px;
}

html[lang=ar] .recent-post-img,
.recent-blog-post-icon {
  margin-right: 0px;
  margin-left: 15px;
}

html[lang=ar] .recent-blog-post-icon {
  margin-right: 0px;
  margin-left: 7px;
}

html[lang=ar] .blog-single-right .search-form button {
  left: 0px;
  right: auto;
}

html[lang=ar] .services-content-one {
  text-align: auto;
  text-align: right;
}

html[lang=ar] .testimonial-content {
  text-align: right;
  font-family: "cairo";
}

html[lang=ar] .author-details {
  text-align: right;
  margin-right: 11px;
}

html[lang=ar] .project-content {
  text-align: right;
}

html[lang=ar] .project-date {
  right: 13px;
  left: auto;
}

html[lang=ar] .price-one {
  right: 0px;
  left: auto;
  border-left: 3px solid white;
  border-right: none;
  border-radius: 0px 0px 0px 25px;
}

html[lang=ar] .article-share .social li {
  margin-left: auto;
  margin-right: 10px;
}

html[lang=ar] .right-col {
  border-right: none;
  border-left: 1px solid gray;
}

html[lang=ar] .aboutus-title::after {
  margin-right: 12px;
}

html[lang=ar] .whyus-title::after {
  position: absolute;
  content: "";
  background-color: rgba(24, 145, 200, 0.36);
  height: 20px;
  width: 132px;
  left: 50%;
  z-index: -1;
  bottom: 1px;
  transform: translate(-50%);
}

html[lang=ar] .about-title-2::after {
  position: absolute;
  content: "";
  background-color: rgba(24, 145, 200, 0.5490196078);
  height: 17px;
  width: 105px;
  right: 0px;
  z-index: -1;
  bottom: 0px;
}

html[lang=ar] .language-swhich {
  left: auto;
  right: 17px;
}

html[lang=ar] .owl-carousel .owl-item {
  float: right;
}

html[lang=ar] .sideone {
  width: 50%;
}

html[lang=ar] .sideone::before {
  left: 0px;
  right: auto;
}

html[lang=ar] div.df-dtl {
  margin-right: 10px;
  padding: 0px;
}

html[lang=ar] .show-more-one a::after {
  left: auto;
  right: -18px;
}

html[lang=ar] .header-top-social a {
  margin-left: 5px;
  margin-right: auto;
}

html[lang=ar] .mep-default-sidrbar-meta i {
  margin-right: 0px !important;
  margin-left: 10px;
}

html[lang=ar] .mep-default-sidrbar-address ul li span {
  padding-right: 9px;
  padding-left: 0px;
}

html[lang=ar] .mep-default-sidrbar-events-schedule h3 i {
  padding-left: 9px;
  padding-right: 0px;
}

html[lang=ar] .mep-default-sidrbar-events-schedule ul li i {
  margin-right: 0px;
  margin-left: 5px;
}

html[lang=ar] .course-info ul li i {
  margin-left: 5px;
  margin-right: auto;
}

html[lang=ar] .category-item-icon {
  margin-left: 15px;
  margin-right: 0px;
}

html[lang=ar] .iti__country-list {
  left: 0px;
}

html[lang=ar] #iti-0__country-listbox {
  right: -277px;
  direction: ltr;
}

html[lang=ar] .testmonial-home .owl-nav {
  right: auto;
  left: 0px;
}

html[lang=ar] .fa-arrow-circle-right::before {
  content: "\f0a9";
}

html[lang=ar] .testmonial-form {
  direction: rtl;
}

html[lang=ar] .phone-line span {
  margin-left: 10px;
}

html[lang=ar] .content ul,
.outer div ul {
  margin-right: 30px;
}

html[lang=ar] .menu-list-image {
  margin-right: 0px;
  margin-left: 10px;
}/*# sourceMappingURL=rtl.css.map */