/*
Template: Arcon
Author: Incognito Themes
Version: 1.0
Designed and Development by: Incognito Themes
*/
/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Typography
    3.0 - Global Style
    4.0 - Navigation
    5.0 - Search Box
    6.0 - Page Title Section
    7.0 - Slider Section
    8.0 - Creative Section
    9.0 - Recent Project Section
    9.1 - Overlay and hover effect
    10.0 - Magnific Popup CSS
    11.0 - Feature Section
    12.0 - About Section
    13.0 - Counter Section
    14.0 - Team Section
    15.0 - Video Section
    16.0 - Service Section
    17.0 - Process Section
    18.0 - Portfolio Section
    19.0 - Portfolio Single Page
    20.0 - Partner Section
    21.0 - Case study section
    22.0 - Map Section
    23.0 - Contact Section
    24.0 - Footer Section
    25.0 - Preloader
    26.0 - Homepage Two
    27.0 - Homepage Three
    28.0 - About us Page
    29.0 - About us page two
    30.0 - Blog Page
    31.0 - Blog Page Version Two
    32.0 - Full Width Section
    33.0 - Call to action section
    34.0 - Client Testimonial Style
    35.0 - Parallax Homepage
    36.0 - Contact Page
    37.0 - 404 page
    38.0 - Flex slider customization
	39.0 - Owl slider customization
	40.0 - Slick slider customization
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/
/* =============================================
            	Theme Reset Style
============================================= */
/* @import url('https://fonts.googleapis.com/css?family=Kaushan+Script|Lato:100,300,400,700,900|Merriweather|Parisienne|Playfair+Display:400,700|Source+Sans+Pro:400,700|Josefin+Sans:300,400,600&display=swap'); */
@import "../css/bootstrap.min.css";
/* @import "../css/font-awesome.min.css"; */
@import "../css/custom-icons.min.css";
@import "../css/icofont.min.css";
@import "../css/transitions.css";
@import "../css/flexslider.css";
@import "../css/bootsnav.css";
@import "../css/owl.carousel.css";
@import "../css/slick.css";
@import "../css/animate.css";
@import "../css/swiper.min.css";
@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Regular.woff2") format("woff2"), url("../fonts/IRANYekanX-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Bold.woff2") format("woff2"), url("../fonts/IRANYekanX-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Light.woff2") format("woff2"), url("../fonts/IRANYekanX-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Medium.woff2") format("woff2"), url("../fonts/IRANYekanX-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Thin.woff2") format("woff2"), url("../fonts/IRANYekanX-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
::selection {
  background-color: #212121;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
  direction: rtl;
}

body {
  color: #888;
  background: #f5f5f5;
  font-size: 15px;
  font-family: "IRANYekanX", sans-serif;
}

body p {
  font-size: 16px;
  line-height: 28px;
}

.wrapper {
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}

.mdi {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.source-font {
  font-family: "IRANYekanX", sans-serif;
}

.lato-font {
  font-family: "Lato", sans-serif;
}

.play-font {
  font-family: "Playfair Display", serif;
}

.merriweather-font {
  font-family: "Merriweather", serif;
}

.paris-font {
  font-family: "Parisienne", cursive;
}

.kaushan-font {
  font-family: "Kaushan Script", cursive;
}

.josefin-font {
  font-family: "Josefin Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  margin: 10px 0;
  font-style: normal;
  font-family: "IRANYekanX", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ffffff;
}

p a:hover {
  color: #212121;
}

p {
  letter-spacing: normal;
  line-height: 24px;
  color: #888;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #2196F3;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  padding: 0;
  margin-left: 15px;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
}

.mark,
mark {
  background-color: #2196F3;
  color: #ffffff;
}

pre {
  margin: 0 30px;
  padding: 10px;
  border: 1px solid #dee2e6;
  background: #f5f5f5;
  border-radius: 0;
}

blockquote {
  border-left: 5px solid #2196F3;
  background: #ffffff;
}

.blockquote-reverse,
blockquote.pull-right {
  border-right: 5px solid #2196F3;
  background: #ffffff;
}

.outline-alert {
  background-color: transparent !important;
}

strong {
  color: #212121;
}

hr {
  border: 0;
  height: 2px;
  width: 80px;
  margin: 30px auto;
}

hr.left-line {
  margin: 30px 0 30px 0;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10;
  background: #f5f5f5;
}

.section-heading {
  text-align: center;
  margin: auto;
  float: none;
}

.section-heading h2 {
  font-weight: 700;
}

.section-heading h4 {
  color: #888;
  font-size: 16px;
}

.about-us-heading {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.about-us-row {
  height: 100%;
}

.about-us-container {
  height: 100%;
}

.center-layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}

.v-align-middle {
  display: table-cell;
  vertical-align: middle;
}

.header-icons {
  float: left !important;
  border-left: none;
}

@media (max-width: 1000px) {
  .header-icons {
    float: none !important;
    top: 0;
  }
}
.close {
  float: left;
}

/*=============================================
              		Header
=============================================*/
.navbar-nav {
  margin: 0;
  padding: 0 10px;
  float: right;
}

nav.navbar.bootsnav.navbar-transparent .logo {
  position: relative;
  z-index: 110;
  display: table;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.navbar.bootsnav ul.nav > li > a {
  font-size: 14px;
}

nav.navbar ul.nav > li > a.orange-item {
  color: #ef6f0f !important;
}

.logo {
  position: relative;
  z-index: 110;
  display: table;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-logo {
  float: right;
}

@media (max-width: 1000px) {
  .header-logo {
    float: none !important;
  }
}
.logo img {
  max-height: 33px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

nav .logo > a {
  display: table-cell;
  vertical-align: middle;
  padding-top: 14px;
}

.navbar-scrollspy .logo img {
  text-align: center;
  margin: 0 auto;
}

nav.bootsnav.navbar-sidebar ul.nav {
  margin: 0 0 30px 0;
}

.attr-nav {
  padding-left: 0;
}

.btn-login {
  text-decoration: none;
}

.btn-signup {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-signup span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.btn-signup span:last-child {
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.btn-signup:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef6f0f;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.btn-signup:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.btn-signup:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.navbar:not(.navbar-transparent) .btn-signup {
  background-color: transparent;
  color: #212121;
  border: 1px solid #212121;
}

.navbar:not(.navbar-transparent) .btn-login {
  color: #212121;
}

.attr-nav .btn-login:hover {
  text-decoration: underline;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 20px;
  color: #ffffff;
}

.attr-nav .btn-login:hover {
  text-decoration: none;
  color: #212121;
}

.attr-nav .login-signup {
  display: flex;
  align-items: center;
}

.login-signup a:hover {
  color: #ef6f0f !important;
}

@media (max-width: 990px) {
  .login-signup {
    display: none !important;
  }
}
nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > span {
  color: #ffffff !important;
}

.slash {
  font-size: 22px;
  padding: 2px 0px 0 2px;
}

.attr-nav > ul > .login-signup > span {
  color: #212121 !important;
}

.attr-nav > ul > .login-signup > a {
  padding: 20px 4px;
  font-size: 13px;
}

.shopping-icon {
  padding-left: 0 !important;
}

/*=============================================
			Sliders and Hero Section
=============================================*/
/*=============================================
             LogIn 
=============================================*/
.form-floating {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: right;
}

.form-floating label.required::after {
  content: "*";
  color: #ef6f0f;
  font-size: 16px;
}

.form-floating label {
  font-weight: 300;
}

.form-floating .form-control {
  padding: 10px 12px;
  height: 45px;
  font-size: 16px;
  direction: rtl;
  text-align: right;
}

.form-control {
  text-align: right;
  border-radius: 12px !important;
}

.name-input,
.last-name-input {
  text-align: right !important;
}

.form-floating label {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #777;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  background: white;
  padding: 0 5px;
}

.form-floating .form-control:focus + label,
.form-floating .form-control:not(:placeholder-shown) + label {
  top: 5px;
  font-size: 12px;
  color: #ef6f0f;
}

.form-floating .form-control:focus {
  border-color: #ef6f0f !important;
}

.form-floating {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: right;
}

/*  */
.form-floating {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: right;
}

.form-floating label.required::after {
  content: "*";
  color: #ef6f0f;
  font-size: 16px;
}

.form-floating label {
  font-weight: 300;
}

.form-floating .form-control {
  padding: 10px 12px;
  height: 45px;
  font-size: 16px;
  direction: rtl;
  text-align: right;
}

.form-floating textarea.form-control {
  height: auto !important;
  min-height: 100px;
  resize: vertical;
  padding-top: 16px;
}

.form-floating label {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #777;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  background: white;
  padding: 0 5px;
}

.form-floating .form-control:focus + label,
.form-floating .form-control:not(:placeholder-shown) + label {
  top: 5px;
  font-size: 12px;
  color: #ef6f0f;
}

.form-floating .form-control:focus {
  border-color: #ef6f0f !important;
}

.form-floating textarea.form-control + label {
  top: 12px;
  transform: none;
}

.form-floating textarea.form-control:focus + label,
.form-floating textarea.form-control:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: #ef6f0f;
}

.password-eye {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #777;
}

.password-eye:hover {
  color: #ef6f0f;
}

.password-field {
  padding: 10px 12px 10px 32px !important;
}

.send-message-btn {
  width: 100%;
  text-align: end;
}

/*=============================================
              LogIn
=============================================*/
.hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 10;
  color: #ffffff;
}
.hero-text h2 {
  line-height: 1.5;
  font-size: 48px !important;
}
.hero-text h1 {
  font-size: 48px !important;
}

@media (max-width: 600px) {
  .hero-text h1,
  .hero-text h2 {
    font-size: 32px !important;
  }
  #hero-bold-text {
    font-size: 32px !important;
  }
  #medium-hero-text {
    font-size: 32px !important;
  }
}
.hero-bold-text {
  font-weight: 600;
}

.hero-red-text {
  color: #ef6f0f;
}

.hero-orange-text {
  color: #ef6f0f;
}

.hero-green-text {
  color: #8BC34A;
}

.flex-direction-nav {
  display: none;
}

.hero-text h3,
.hero-text h1 {
  color: #2196F3;
}

.hero-text h3 {
  font-size: 30px;
}

.hero-text h1 {
  font-size: 100px;
}

.hero-text h2 {
  font-size: 48px;
}

.dark-bg {
  background-color: #212121;
}

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

.blue-bg {
  background-color: #2196F3;
}

.red-bg {
  background: #f44336;
}

.grey-bg {
  background: #f5f5f5;
}

.yellow-bg {
  background: #FDD835;
}

.green-bg {
  background-color: #8BC34A;
}

.parallax-bg {
  background: url(../images/background/parallax-bg.jpg) center 0 no-repeat;
  background-size: cover;
  height: 800px;
}

.parallax-bg-1 {
  background: url(../images/background/texture_bg.png) repeat;
}

.fixed-bg {
  background-attachment: fixed !important;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.hero-text-wrap.overlay-bg {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.hero-text-wrap.blue-overlay-bg {
  background: rgba(33, 150, 243, 0.82);
  width: 100%;
  height: 101vh;
  position: absolute;
  z-index: 1;
}

.large-hero-text {
  font-size: 48px !important;
}

.medium-hero-text {
  font-size: 54px !important;
}

.overlay-bg-dark {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.overlay-text-light {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.parallax-overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.parallax-bg-2 {
  background: url(../images/background/parallax-bg-3.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-3 {
  background: url(../images/background/parallax-bg-3.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-4 {
  background: url(../images/background/parallax-bg-4.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-6 {
  background: url(../images/background/parallax-bg-6.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-7 {
  background: url(../images/background/parallax-bg-7.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-9 {
  background: url(../images/background/parallax-bg-9.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-10 {
  background: url(../images/background/parallax-bg-10.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-12 {
  background: url(../images/background/parallax-bg-12.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-13 {
  background: url(../images/background/parallax-bg-14.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-14 {
  background: url(../images/background/parallax-bg-15.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-15 {
  background: url(../images/background/parallax-bg-16.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-16 {
  background: url(../images/background/parallax-bg-17.jpg) center 0 no-repeat;
  background-size: cover;
}

.parallax-bg-17 {
  background: url(../images/background/parallax-bg-18.jpg) center 0 no-repeat;
  background-size: cover;
}

.box-shadow {
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}

.member-socialicons {
  overflow: hidden;
  list-style: none;
  text-align: center;
  line-height: 20px;
}

.member-socialicons li {
  float: left;
  padding: 0 10px;
  line-height: inherit;
  list-style-type: none;
}

.member-socialicons li a {
  color: #ffffff;
  display: block;
}

.member-socialicons li a:hover {
  color: #ff4552;
}

.member-socialicons li a i {
  display: block;
  font-size: 13px;
  text-align: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.no-gutters > [class^=col-],
.no-gutters > [class*=col-],
.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.no-top-padding {
  padding-top: 0;
}

/*=============================================
                Widgets
=============================================*/
::-webkit-input-placeholder {
  color: #212121;
}

::-moz-placeholder {
  color: #212121;
}

:-ms-input-placeholder {
  color: #212121;
}

:-moz-placeholder {
  color: #212121;
}

input.search-bar-top::-webkit-input-placeholder {
  color: #ffffff !important;
}

input.search-bar-top::-moz-placeholder {
  color: #ffffff !important;
}

input.search-bar-top:-ms-input-placeholder {
  color: #ffffff !important;
}

input.search-bar-top::-moz-placeholder {
  color: #ffffff !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.upper-case {
  text-transform: uppercase;
}

.lower-case {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize !important;
}

.text-left {
  text-align: left !important;
}

.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

.font-900 {
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-italic {
  font-style: italic;
}

.font-light {
  font-weight: 400;
}

.font-bold {
  font-weight: bold;
}

a:hover,
a:focus {
  color: #1a237e;
}

.green-color {
  color: #8BC34A !important;
}

.red-color {
  color: #ef6f0f !important;
}

.orange-color {
  color: #f78708 !important;
}

.secondary-color {
  color: #1a237e;
}

.white-color {
  color: #ffffff !important;
}

.white-color p,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6 {
  color: #ffffff !important;
}

.dark-color {
  color: #212121 !important;
}

.dark-color p,
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6 {
  color: #212121 !important;
}

.green {
  color: #8BC34A !important;
}

.red-color {
  color: #f44336 !important;
}

.yellow-color {
  color: #FDD835 !important;
}

.pink-color {
  color: #E91E63 !important;
}

.grey {
  color: #888 !important;
}

.brown-color {
  color: #D09E88 !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-40 {
  line-height: 40px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-50 {
  line-height: 50px;
}

.letter-spacing-0 {
  letter-spacing: 0px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.letter-spacing-15 {
  letter-spacing: 15px;
}

.letter-spacing-20 {
  letter-spacing: 20px;
}

.letter-spacing-25 {
  letter-spacing: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-150 {
  margin-top: 150px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.border-radius-25 {
  border-radius: 25px;
}

.remove-padding {
  padding: 0 !important;
}

.remove-margin {
  margin: 0 !important;
}

.img-responsive,
.full-width {
  width: 100%;
}

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  direction: rtl;
}

.dropdown ul.cart-list > li {
  direction: rtl;
  text-align: right;
}

.cart-list {
  border-radius: 12px !important;
}

ul.cart-list {
  width: 320px !important;
}

.purchased-products {
  display: flex;
  align-items: center;
  gap: 12px;
}

.total {
  border-radius: 0 0 12px 12px;
  justify-content: center;
  width: 100%;
}

.total-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.total-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.fa-trash {
  padding-left: 12px;
  color: #ef6f0f !important;
}

.purchased-product-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.purchased-product-detail a {
  color: #272625;
}

.btn-cart {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ef6f0f;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px !important;
  text-align: center;
  padding: 0 4px !important;
}

.btn-cart span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.btn-cart span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.btn-cart:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef6f0f;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.btn-cart:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.btn-cart:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.view-products-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ef6f0f;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  height: 38px;
  cursor: pointer;
  background: #ffffff !important;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px !important;
  text-align: center;
  padding: 0 4px !important;
}

.view-products-btn span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.view-products-btn span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.view-products-btn:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef6f0f;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.view-products-btn:hover:after {
  transform-origin: bottom center;
  transform: skewY(7.7deg) scaleY(2.1);
}

.view-products-btn:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.toman {
  font-size: 12px;
  color: #212121;
}

.product p {
  color: #212121;
}

.btn-circle {
  border-radius: 25px;
}

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

.btn-square {
  border-radius: 0px;
}

button:focus {
  outline: none !important;
}

.btn {
  padding: 0 30px;
  height: 38px;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-family: "IRANYekanX", sans-serif;
}

.btn + .btn {
  margin-left: 10px;
}

.btn:focus,
.btn:focus:active {
  outline: none;
}

.shop-btn-color {
  box-shadow: inset 0 0 20px #f44336;
  outline: 1px solid;
  outline-color: #f44336;
  outline-offset: 0px;
  text-shadow: none;
  background-color: #f44336;
  color: #ffffff;
}

.shop-btn-color:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px #f44336, 0 0 20px #f44336;
  outline-color: #f44336;
  border-color: #f44336;
  outline-offset: 15px;
  color: #ffffff;
}

.button-57 {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ef6f0f;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  height: 38px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button-57 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.button-57 span:last-child {
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef6f0f;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-57:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* test */
.all-courses-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ef6f0f;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  height: 38px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.all-courses-btn span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.all-courses-btn span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.all-courses-btn:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef6f0f;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.all-courses-btn:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.all-courses-btn:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* test */
.read-more-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ef6f0f;
  display: inline-block;
  height: 38px;
  font-size: 17px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.read-more-btn span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.read-more-btn span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.read-more-btn:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef6f0f;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.read-more-btn:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.read-more-btn:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.bi-chevron-down {
  padding-top: 4px;
  font-size: 14px;
}

.red-button {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ffffff;
  display: inline-block;
  height: 38px;
  font-size: 16px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ef6f0f;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.red-button span {
  padding-left: 4px;
}

.red-button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.red-button span:last-child {
  color: #ef6f0f;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.red-button:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.red-button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.red-button:hover i,
.red-button:hover span {
  color: red;
  z-index: 51;
}

.red-button[aria-expanded=true] i {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.red-button[aria-expanded=false] i {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.red-button:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* Hero Buttons */
.hero-button {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ffffff;
  display: inline-block;
  height: 38px;
  font-size: 16px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ef6f0f;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hero-button span {
  padding-left: 4px;
}

.hero-button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.hero-button span:last-child {
  color: #ef6f0f;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.hero-button:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.hero-button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.hero-button[aria-expanded=true] i {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.hero-button[aria-expanded=false] i {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.hero-button:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/* Hero Buttons */
.shop-button .icon {
  margin-left: 0 !important;
}

.shop-button {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ef6f0f;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  height: 38px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.shop-button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.shop-button span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.shop-button:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef6f0f;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.shop-button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.shop-button:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.banner-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.banner-btn span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.banner-btn span:last-child {
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.banner-btn:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef6f0f;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.banner-btn:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.banner-btn:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.btn-red {
  color: #ffffff;
  border-color: #f44336;
  background-color: #f44336;
}

.btn-red:hover,
.btn-red:active,
.btn-red:focus {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #ffffff;
}

.btn-green {
  color: #ffffff;
  border-color: #8BC34A;
  background-color: #8BC34A;
}

.check-btns {
  text-align: center;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background-color: #689F38;
  border-color: #689F38;
  color: #ffffff;
}

.btn-yellow {
  color: #ffffff;
  border-color: #FDD835;
  background-color: #FDD835;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  background-color: #F9A825;
  border-color: #F9A825;
  color: #ffffff;
}

.btn-brown {
  color: #ffffff;
  border-color: #D09E88;
  background-color: #D09E88;
}

.btn-brown:hover,
.btn-brown:active,
.btn-brown:focus {
  background-color: #b1775d;
  border-color: #b1775d;
  color: #ffffff;
}

.btn.btn-xs,
.btn.btn-group-xs {
  padding: 0 16px;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
}

.btn.btn-sm,
.btn.btn-group-sm {
  padding: 0 22px;
  font-size: 10px;
  height: 35px;
  line-height: 34px;
}

.btn.btn-lg,
.btn.btn-group-lg {
  padding: 0px 32px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
}

.btn-outline {
  color: #2196F3;
  border-color: #2196F3;
  background-color: transparent;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
  color: #ffffff;
  border-color: #2196F3;
  background-color: #2196F3;
}

.btn-white {
  color: #212121;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.btn-outline-white {
  box-shadow: inset 0 0 20px #ffffff;
  outline: 1px solid;
  outline-color: #ffffff;
  outline-offset: 0px;
  text-shadow: none;
  background-color: transparent;
  color: #ffffff;
  border-radius: 15px;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  border: 1px solid;
  box-shadow: inset 0 0 23px #ffffff, 0 0 0 #ffffff;
  background-color: #ffffff;
  outline-color: #ffffff;
  border-color: #ffffff;
  outline-offset: 15px;
  color: #000;
}

.btn-outline-blue {
  color: #2196F3;
  border-color: #2196F3;
  background-color: transparent;
}

.btn-outline-blue:hover,
.btn-outline-blue:active,
.btn-outline-blue:focus {
  color: #ffffff;
  border-color: #2196F3;
  background-color: #2196F3;
}

.btn-dark-outline {
  color: #212121;
  border-color: #212121;
  background-color: transparent;
}

.btn-dark-outline:hover,
.btn-dark-outline:active,
.btn-dark-outline:focus {
  color: #ffffff;
  border-color: #212121;
  background-color: #212121;
}

.btn-pink {
  color: #ffffff;
  border-color: #E91E63;
  background-color: #E91E63;
}

.btn-pink:hover,
.btn-pink:active,
.btn-pink:focus {
  color: #ffffff;
  border-color: #C2185B;
  background-color: #C2185B;
}

.btn-animate {
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}

.btn-animate span {
  display: inline-block;
  position: relative;
  padding: 0 8.5px 0 8.5px;
  transition: padding 0.2s;
}

.btn-animate i {
  position: absolute;
  top: 50%;
  left: 0px;
  opacity: 0;
  margin-top: -6px;
  transition: opacity 0.2s, right 0.2s;
}

.btn-animate:hover i {
  transition: opacity 0.2s, right 0.2s;
  opacity: 1;
  top: 50%;
  left: 0;
}

.icon {
  margin-left: 6px;
}

.feature-box,
.feature-box-right {
  float: left;
}

.feature-box i {
  margin-bottom: 20px;
  display: inline-block;
  width: 75px;
  height: 75px;
}

.blue-icon {
  color: #2196F3;
}

.dark-icon {
  color: #212121;
}

.light-icon {
  color: #f5f5f5;
}

.red-icon {
  color: #f44336;
}

.yellow-icon {
  color: #FDD835;
}

.brown-icon {
  color: #D09E88;
}

.blue-bg-icon {
  background-color: #2196F3;
  border-color: #2196F3;
}

.yellow-bg-icon {
  background-color: #FDD835;
  border-color: #FDD835;
}

.yellow-bg-icon:hover {
  background-color: #FDD835;
  border-color: #FDD835;
  color: #ffffff;
}

.yellow-bg-icon-inr {
  background-color: #ffffff;
  border-color: #ffffff;
}

.yellow-bg-icon-inr:hover {
  background-color: #212121;
  border-color: #212121;
  color: #ffffff;
}

.pink-bg-icon {
  background-color: #E91E63;
  border-color: #E91E63;
}

.green-bg-icon {
  background-color: #8BC34A;
  border-color: #8BC34A;
}

.gray-bg-icon {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.gray-bg-icon:hover {
  background-color: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}

.white-bg-icon {
  background-color: #ffffff;
  border-color: #ffffff;
}

.white-bg-icon:hover {
  background-color: #ef6f0f;
  border-color: #ef6f0f;
  color: #ffffff;
}

.circle-icon {
  position: relative;
  width: 85px;
  height: 85px;
  line-height: 85px !important;
  border-radius: 100%;
  text-align: center;
  display: inline-block !important;
}

.gradient-bg-icon {
  background: rgb(233, 30, 98);
  background: -moz-linear-gradient(-45deg, rgb(233, 30, 98) 0%, rgb(3, 168, 244) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(233, 30, 98)), color-stop(100%, rgb(3, 168, 244)));
  background: -webkit-linear-gradient(-45deg, rgb(233, 30, 98) 0%, rgb(3, 168, 244) 100%);
  background: -o-linear-gradient(-45deg, rgb(233, 30, 98) 0%, rgb(3, 168, 244) 100%);
  background: -ms-linear-gradient(-45deg, rgb(233, 30, 98) 0%, rgb(3, 168, 244) 100%);
  background: linear-gradient(135deg, rgb(233, 30, 98) 0%, rgb(3, 168, 244) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e91e62", endColorstr="#03a8f4", GradientType=1);
}

.feature-box .pull-left {
  width: 15%;
}

.feature-box .pull-right {
  width: 80%;
}

.feature-box-right .pull-left {
  width: 80%;
}

.feature-box-right .pull-right {
  width: 15%;
}

.box {
  padding: 60px;
  position: relative;
  transition: all 0.2s ease;
}

.box h2 {
  font-size: 32px;
}

.box h4 {
  font-size: 28px;
}

.box img {
  margin: 0 auto 20px auto;
  display: block;
  width: 200px;
}

.bordered {
  border: 1px solid #eee;
}

.gradient-color {
  background: -webkit-linear-gradient(#E91E63, #03a8f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contact-fixed a {
  display: flex;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 8px;
  background: #ef6f0f;
}

.contact-fixed a svg {
  width: 100%;
  height: 100%;
}
.contact-fixed a svg path {
  stroke-width: 2;
  stroke: #ffffff !important;
  fill: #ffffff !important;
}
.contact-fixed a svg g {
  stroke-width: 2;
  stroke: #ffffff !important;
  fill: #ffffff !important;
}

.contact-fixed img {
  width: 40px;
  height: 40px;
}

@media (max-width: 600px) {
  .contact-fixed {
    bottom: 121px;
    right: 14px;
  }
}
/*=============================================
                        Counter
=============================================*/
.counter h2 {
  margin: 15px 0 20px;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
}

.counter h3 {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #f5f5f5;
  font-family: "IRANYekanX", sans-serif;
}

.about-business {
  display: flex;
  flex-direction: column;
}

.large-number-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.large-number-text-wrapper {
  display: flex;
  flex-direction: column;
}

.large-number-text {
  color: #f5f5f5;
  font-size: 40px;
  font-weight: 700;
}

.large-number-desc {
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .about-business {
    flex-direction: row;
    justify-content: space-between;
  }
  .large-number-wrapper {
    flex-direction: row;
    width: 100%;
  }
  .large-number {
    color: #ef6f0f;
    font-size: 160px;
    font-weight: 700;
    text-align: right;
  }
  .large-number-desc {
    color: #f5f5f5;
    line-height: 1.6;
    direction: rtl;
    text-align: justify;
  }
}
@media (max-width: 1024px) {
  .large-number-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .col-md-5,
  .col-md-7 {
    width: 100%;
  }
  .large-number {
    font-size: 120px;
    text-align: center;
    color: #ef6f0f;
  }
  .large-number-text {
    font-size: 35px;
  }
  .large-number-desc {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .large-number {
    font-size: 90px;
  }
  .large-number-text {
    font-size: 28px;
  }
  .large-number-desc {
    font-size: 14px;
  }
}
/*=============================================
                        Portfolio
=============================================*/
ul#portfolio-filter {
  margin-bottom: 50px;
}

.small-business-portfolio-ul ul#portfolio-filter {
  margin-bottom: 30px;
  margin-left: 0;
}

.small-business-portfolio-ul.shop ul#portfolio-filter {
  margin-bottom: 10px;
  margin-left: 0;
  text-align: center;
}

ul#portfolio-filter li {
  color: #212121;
  padding: 5px 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 15px;
  border-radius: 20px;
  cursor: pointer;
}

ul#portfolio-filter li.active {
  background-color: #2196F3;
  color: #ffffff;
}

ul#portfolio-filter li:hover {
  background-color: #2196F3;
  color: #ffffff;
}

/*Filter Square Style*/
ul#portfolio-filter.filter-square li {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 20px;
  margin: 2px;
}

ul#portfolio-filter.filter-square li.active {
  border: 1px solid transparent;
}

/*End Filter Square Style*/
/*Filter Rounded Style*/
ul#portfolio-filter.filter-rounded li {
  border: 0;
  border-radius: 3px;
  background-color: #E0E0E0;
  padding: 5px 20px;
  margin: 2px;
}

ul#portfolio-filter.filter-rounded li.active {
  background-color: #1B2E3F;
}

/*End Filter Square Style*/
/*Filter Transparent Style*/
ul#portfolio-filter.filter-transparent li {
  color: #212121;
  padding: 5px 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 15px;
  border: 1px solid transparent;
}

ul#portfolio-filter.filter-transparent.shop li:first-child {
  margin-right: 15px;
}

ul#portfolio-filter.filter-transparent.shop li {
  margin: 0;
}

ul#portfolio-filter.filter-transparent li.active {
  background-color: transparent;
  color: #ef6f0f;
  border: 1px solid #ef6f0f;
}

ul#portfolio-filter.filter-transparent li:hover {
  color: #ef6f0f;
  border: 1px solid #ef6f0f;
  background-color: transparent;
}

/*End Filter Transparent Style*/
.courses-title {
  margin-bottom: 0;
  padding: 120px 0 40px 0;
  color: #212121;
  font-size: 30px;
  font-weight: 700;
}

ul#portfolio-grid {
  overflow: hidden;
  margin-bottom: 0;
  direction: rtl;
}

ul#portfolio-grid li img {
  width: 100%;
}

.gallery-image-hover > img {
  transition: all 0.3s ease;
  z-index: -1;
  position: relative;
}

.gallery-image-hover:hover > img {
  transform: scale3d(1.1, 1.1, 1);
}

ul#portfolio-grid > li {
  float: left;
  display: block;
  height: auto;
}

.fa-search {
  font-size: x-large !important;
}

.fa-search:hover {
  color: #ef6f0f;
}

/*Five Column Portfolio*/
ul#portfolio-grid.five-column > li {
  width: 20%;
}

/*Four Column Portfolio*/
ul#portfolio-grid.four-column > li {
  width: 25%;
}

/*Three Column Portfolio*/
ul#portfolio-grid.three-column > li {
  width: 33.36%;
}

/*Two Column Portfolio*/
ul#portfolio-grid.two-column > li {
  width: 50%;
}

@media (max-width: 1199px) {
  ul#portfolio-grid.five-column > li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  ul#portfolio-grid.five-column > li,
  ul#portfolio-grid.four-column > li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  ul#portfolio-grid.five-column > li,
  ul#portfolio-grid.four-column > li,
  ul#portfolio-grid.three-column > li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  ul#portfolio-grid.five-column > li,
  ul#portfolio-grid.four-column > li,
  ul#portfolio-grid.three-column > li,
  ul#portfolio-grid.two-column > li {
    width: 100%;
  }
}
.portfolio-item.gutter {
  margin-bottom: 20px !important;
}

.portfolio {
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .small-business-portfolio-ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  #portfolio-filter {
    display: inline-flex;
    gap: 15px;
    /* Optional: Adds space between items */
  }
  #portfolio-filter li {
    flex-shrink: 0;
    /* Prevents items from shrinking */
    padding: 10px 15px;
    cursor: pointer;
    background: #f5f5f5;
    /* Optional: Add background */
    border-radius: 5px;
    /* Optional: Rounded corners */
  }
}
/* Portfolio overlay default
/* ------------------------------ */
.portfolio .dark-overlay {
  background-color: rgba(30, 192, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.portfolio:hover .dark-overlay {
  opacity: 1;
}

.portfolio-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.portfolio-description .portfolio-title,
.portfolio-description .links {
  position: relative;
  left: 0;
  color: #ffffff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.portfolio-description .portfolio-title {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio:hover .portfolio-description .portfolio-title {
  opacity: 1;
  visibility: visible;
}

.portfolio-description .links {
  top: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}

.portfolio:hover .portfolio-description .links {
  top: 25px;
  opacity: 1;
  visibility: visible;
}

.portfolio-description .btn {
  background-color: transparent;
  border-color: #ffffff;
  padding: 12px 22px;
  border-radius: 20px;
}

.portfolio-description .btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff2a40;
}

.portfolio-container .btn.view-more {
  margin-top: 40px;
}

.photo-gallery .portfolio-wrap {
  margin-top: -60px;
}

.photo img {
  border-radius: 12px;
}

@media (max-width: 600px) {
  .portfolio-title {
    font-size: 16px;
  }
}
/* Portfolio Hover Style Two
/* ------------------------------ */
.hover-two .portfolio:hover .portfolio-description .links {
  top: 25px;
}

.hover-two .portfolio .dark-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.portfolio-details {
  position: relative;
  left: 0;
  width: 100%;
}

.portfolio-details li {
  display: inline-block;
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  margin-right: 5px;
}

.portfolio-details li:last-child {
  margin-right: 0;
}

.portfolio:hover .portfolio-details li {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.portfolio:hover .portfolio-details li:nth-child(1) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.portfolio:hover .portfolio-details li:nth-child(2) {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.portfolio-details li a {
  display: block;
  color: #f5f5f5;
}

.portfolio-details li a:hover {
  display: block;
  color: #2196F3;
}

.gutter-space {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.portfolio-item.gutter-space {
  margin-bottom: 20px !important;
}

.work-item-wrap {
  position: relative;
}

.work-item-wrap .work-item-info {
  position: absolute;
  bottom: 30px;
  text-align: left;
  left: 30px;
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 4px;
}

.work-item-wrap .work-item-info h3 {
  font-size: 18px;
}

.work-item-wrap .work-item-info p {
  font-size: 16px;
}

.work-item-wrap .work-item-thumbnail img {
  border-radius: 15px;
}

.work-item-wrap .work-item-thumbnail {
  overflow: hidden;
}

.scoda-swiper.pagination-style-01 .swiper-pagination {
  right: 0;
  top: 15px;
}

.scoda-swiper .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: 0 0;
  opacity: 1;
  position: relative;
  outline: none;
  color: #d8d8d8;
}

.scoda-swiper .swiper-pagination-bullet-active {
  color: #212121;
  border-radius: 100%;
  border: 3px solid #212121;
}

.scoda-swiper.pagination-style-01 .swiper-pagination-bullet {
  width: 35px;
  height: 35px;
  margin: 0;
}

.scoda-swiper.pagination-style-01 .swiper-pagination-bullet-active {
  color: #2196F3;
  border-radius: 100%;
  border: 3px solid #2196F3;
}

.scoda-swiper .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: currentColor;
  z-index: 1;
}

.scoda-swiper.pagination-style-01 .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  opacity: 0;
  border: 1px solid transparent;
  border-radius: 50%;
}

.scoda-swiper.pagination-style-01 .swiper-pagination-bullet:before {
  width: 6px;
  height: 6px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.92;
}

.mfp-bottom-bar {
  display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-arrow-right::after,
.mfp-arrow-left::after {
  font-family: "FontAwesome";
  border: none !important;
  color: #ffffff;
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mfp-arrow-right::after {
  content: "\f105" !important;
}

.mfp-arrow-left::after {
  content: "\f104" !important;
}

.mfp-arrow-right::before,
.mfp-arrow-left::before {
  border: none !important;
}

.mfp-arrow {
  height: 60px;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px !important;
}

img.mfp-img {
  padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.project-info {
  list-style: none;
  padding-top: 50px;
  text-align: left;
}

.project-info li {
  font-family: "IRANYekanX", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px 0;
  color: #212121;
}

.project-info li span {
  font-family: "IRANYekanX", sans-serif;
  color: #6d747c;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

.project-title {
  padding-top: 20px;
  font-family: "IRANYekanX", sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #212121;
  margin-bottom: 20px;
}

.project-details {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  padding-bottom: 50px;
}

.project-details p {
  color: #212121;
  font-size: 16px;
  font-weight: 300;
  margin-top: 35px;
}

/* .portfolio-slider {
	margin-bottom:30px;
}
.portfolio-slider .owl-pagination {
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left: -15px;
} */
.portfolio-right .project-detail-box {
  margin-top: 10px;
}

.portfolio-right .project-detail-box li strong {
  min-width: 110px;
  display: inline-block;
}

.portfolio-right .project-detail-box li {
  line-height: 30px;
  list-style: none;
}

.portfolio-right .project-detail-box li a {
  color: #888;
}

.portfolio-right .project-detail-box li a:hover {
  color: #2196F3;
}

.project-type-list {
  margin-top: 30px;
}

.project-type-list li {
  padding: 10px 0;
  border-bottom: 1px solid #E8e8e8;
  font-weight: 300;
  font-size: 14px;
  list-style: none;
}

.project-type-list li i {
  margin-right: 10px;
}

/*=============================================
                        Pricing Table
=============================================*/
.pricing-table {
  margin: 40px 0;
}

.pricing-box {
  padding: 40px;
  text-align: center;
  background: #ffffff;
  transition: all 0.2s ease;
}

.pricing-box:hover {
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}

.pricing-box h4 {
  font-family: "IRANYekanX", sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-box h2 {
  font-family: "IRANYekanX", sans-serif;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #2196F3;
}

.pricing-box h2 sup {
  font-size: 25px;
  top: -15.6px;
}

.pricing-box h2 span {
  font-weight: 700;
}

.pricing-box ul {
  margin: 20px 0;
  padding: 0;
}

.pricing-box li {
  display: block;
  margin-bottom: 10px;
  list-style: none;
}

.pricing-box-bottom {
  margin-top: 40px;
}

.pricing-table-featured {
  margin: 5px 0;
}

.pricing-table-featured .pricicng-feature {
  min-height: 180px;
}

/*=============================================
              Single Course
=============================================*/
.course-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.portfolio-right {
  height: auto;
}

.course-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 990px) {
  .course-row {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .course-wrapper {
    text-align: center;
  }
  .single-course-info {
    justify-content: center;
  }
  .single-course-price {
    width: 100% !important;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media (max-width: 567px) {
  .single-course-price {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .course-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.single-course-img {
  border-radius: 12px;
}

.single-course-title {
  font-size: 23px;
  font-weight: 700;
}

.single-course-detail {
  font-size: 15px !important;
  font-weight: 300;
  color: #333333;
}

.single-course-info {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.single-course-detail {
  font-size: 14px;
  color: #333333;
}

.single-course-price {
  display: flex;
  align-items: center;
  background-color: #f1e8e8;
  padding: 8px 14px;
  border-radius: 12px;
  gap: 24px;
  width: fit-content;
}

.const-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course-old-price {
  display: flex;
  justify-content: center;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  width: fit-content;
  margin: auto;
  color: #333333 !important;
}

.course-old-price.v-hidden {
  visibility: hidden;
}

/* F&Q */
.faq-section {
  background-color: #f1e8e8;
  padding: 36px 20px;
}

.faq-title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}

.faq-item {
  background: white;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.faq-item:hover {
  transform: scale(1.02);
}

.faq-question {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  color: #212121;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  max-height: 0;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  color: #444;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.faq-question i {
  transition: transform 0.3s ease;
}

/* F&Q */
.course-old-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  font-weight: 500;
  background-color: #ef6f0f;
  top: 50%;
  transform: translateX(-50%) rotate(-10deg);
  left: 50%;
}

.course-price {
  color: #333333 !important;
  font-weight: 500;
}

.panel-group {
  padding-top: 80px;
}

.panel-group [aria-expanded=true] {
  background-color: #ef6f0f !important;
}

.panel-heading {
  background-color: #ef6f0f !important;
}

.panel-body {
  width: 100%;
}

.additional-course-detail h2 {
  margin-bottom: 25px;
  margin-top: 80px;
}
.additional-course-detail p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .additional-course-detail h2 {
    margin-top: 40px;
  }
}
.single-course-button {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ffffff;
  display: inline-block;
  height: 38px;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ef6f0f;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.single-course-button span {
  padding-left: 4px;
}

.single-course-button span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.single-course-button span:last-child {
  color: #ef6f0f;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.single-course-button:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.single-course-button:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.single-course-button[aria-expanded=true] i {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.single-course-button[aria-expanded=false] i {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.single-course-button:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

.single-course-features .list-group-item {
  background-color: transparent;
  border: unset;
}
.single-course-features .feature-icon {
  color: #ef6f0f;
}

.user-experience-swiper {
  overflow: hidden;
  margin: 0 15px;
}
.user-experience-swiper .swiper-pagination-bullet-active {
  background: #ef6f0f;
}
.user-experience-swiper .instagram-post {
  width: 100%;
}

/*=============================================
              Single Course    
=============================================*/
/*=============================================
              Profile    
=============================================*/
.profile-row {
  display: flex;
  flex-direction: row-reverse;
  margin: 130px 0;
}

.profile-form-wrapper {
  background: #ffffff;
  padding: 42px 16px;
  border-radius: 12px;
}

.profile-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.profile-form button {
  margin-top: auto;
}

.form-column {
  display: grid;
}

.english-info-wrapper p {
  font-size: 15px;
  text-align: right;
  padding-right: 6px;
  color: #333333;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .english-info-wrapper p {
    text-align: center;
    font-size: 14px;
  }
  .profile-row {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .profile-row {
    margin: 0;
  }
}
.sidebar-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 950px) {
  .sidebar-box-row {
    display: none;
  }
}
.sidebar-logo {
  width: 80px;
  margin-bottom: 10px;
}

.sidebar-name {
  font-size: 18px;
  font-weight: 700;
}

.sidebar-balance {
  font-size: 14px;
  color: #333333;
}

.sidebar-menu {
  list-style: none;
  padding: 0;
}

.sidebar-menu > li {
  color: #333333;
}

.sidebar-menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.sidebar-menu li:hover a,
.sidebar-menu li.active a {
  background: #ef6f0f;
  color: #ffffff;
}

.sidebar-menu i {
  margin-left: 10px;
}

/*=============================================
              Profile    
=============================================*/
/*=============================================
                    Jamal Page  
=============================================*/
.jamal-section {
  padding: 0;
}

.jamal-description-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1024px) {
  .jamal-ghamari-img {
    border-radius: 12px !important;
  }
}
.costum-container {
  max-width: 1260px;
  margin: 0 auto;
}

.jamal-description {
  text-align: justify;
}

.book-images {
  border-radius: 12px;
}

.books-slider {
  direction: ltr;
  border-radius: 12px;
}

@media (max-width: 600px) {
  .books-slider {
    min-height: 577px !important;
  }
}
.testimonial .books-slider img {
  width: auto;
  height: 205px !important;
  object-fit: contain;
}

@media (max-width: 900px) {
  .jamal-description-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .costum-container {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .jamal-description-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/*=============================================
                    Jamal Page  
=============================================*/
/*=============================================
                        Our Team
=============================================*/
.member {
  margin: 40px 0;
  padding: 0 10px;
}

.about-us-member {
  margin: 0 !important;
}

.team-slider .member {
  margin: 20px 0;
  padding: 0 10px;
}

.team-fullwidth .member {
  margin: 0;
  padding: 0;
}

.p0.member {
  margin: 0;
  padding: 0;
}

.team-member-container {
  position: relative;
  overflow: hidden;
}

.team-member-container img {
  border-radius: 12px;
}

.team-member-img img {
  width: 100%;
}

.team-member-container .member-caption {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.team-member-container:hover .member-caption {
  opacity: 1;
}

.member-description {
  width: 100%;
  height: 100%;
}

.member-description-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -88px;
}

.member-description .member-title,
.member-description .member-subtitle {
  position: relative;
  left: 0;
  color: #ffffff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.member-description .member-title {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.member-description .member-subtitle {
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.team-member-container:hover .member-description .member-title {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.team-member-container:hover .member-description .member-subtitle {
  opacity: 1;
  visibility: visible;
  top: 25px;
}

.member-icons {
  position: relative;
  left: 0;
  top: 30px;
  width: 100%;
}

.member-icons li {
  display: inline-block;
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  margin-right: 5px;
}

.member-icons li a {
  display: block;
  color: #ffffff;
}

.member-icons li a:hover {
  color: #2196F3;
}

.team-member-container:hover .member-icons li {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.team-member-container:hover .member-icons li:nth-child(1) {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team-member-container:hover .member-icons li:nth-child(2) {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.team-member-container:hover .member-icons li:nth-child(3) {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.corporate-member .member-description-wrap,
.startup-member .member-description-wrap,
.media-member .member-description-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -48px;
}

.corporate-member h4,
.startup-member h4 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.startup-member .member {
  padding: 0;
}

.media-member h4 {
  margin-top: 0;
}

.media-member-cart {
  padding-left: 0;
  padding-right: 0;
}

.media-member .member-icons li a {
  display: block;
  color: #ffffff;
  background: #2196F3;
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 100px;
}

.media-member .member-icons li a:hover {
  color: #ffffff;
  background: #212121;
}

.person-information {
  position: relative;
  border-radius: 12px;
  top: -45px;
}

.team-page-section {
  position: relative;
  padding-top: 70px;
}

.team-page-section .team-block {
  margin-bottom: 60px;
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 65px;
}

.sec-title .title {
  position: relative;
  font-size: 18px;
  color: #bd0000;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.sec-title .separator {
  position: relative;
  width: 40px;
  margin-top: 16px !important;
}

.sec-title .separator:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 10px;
  height: 2px;
  background-color: #ff9600;
}

.sec-title .separator:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 10px;
  height: 2px;
  background-color: #ff9600;
}

.sec-title .separator span {
  position: absolute;
  left: 50%;
  top: -2px;
  width: 10px;
  height: 5px;
  margin-left: -5px;
  display: inline-block;
  background-color: #bd0000;
}

.sec-title h2 {
  position: relative;
  color: #222222;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 35px;
}

.sec-title .text {
  position: relative;
  font-size: 14px;
  line-height: 1.9em;
  color: #555555;
  margin-top: 10px;
}

.sec-title.centered .separator {
  margin: 0 auto !important;
  float: none !important;
}

.sec-title.centered {
  text-align: center !important;
}

.sec-title.light .title {
  color: #ffffff;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.light .separator span {
  background-color: #ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after {
  background-color: #ffffff;
}

.team-section {
  position: relative;
  padding: 80px 0px 60px;
}

.team-section.style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-section .title-box {
  position: relative;
  text-align: center;
}

.team-section .title-box h2 {
  position: relative;
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 50px;
}

.team-section .title-box h2 span {
  color: #ff9600;
}

.team-block {
  position: relative;
}

.team-block .inner-box {
  position: relative;
  padding: 40px 70px 28px 0px;
}

.team-block .inner-box:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  left: 70px;
  bottom: 0px;
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-block .inner-box::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 70px;
  bottom: 0px;
  width: 0%;
  border-radius: 10px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  background-image: -ms-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -moz-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -o-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E91E63), color-stop(100, #03a8f4));
  background-image: -webkit-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: linear-gradient(to bottom, #E91E63 0%, #03a8f4 100%);
}

.team-block .inner-box:hover::after {
  width: 81%;
}

.team-block .inner-box .social-icons {
  position: absolute;
  right: 25px;
  top: 100px;
  z-index: 1;
}

.team-block .inner-box .social-icons li {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
}

.team-block .inner-box .social-icons li a {
  position: relative;
  color: #2196F3;
  font-size: 18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation {
  color: #ffffff;
}

.team-block .inner-box .image {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.2);
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}

.team-block .inner-box .lower-content {
  position: relative;
  text-align: left;
  z-index: 1;
  padding: 30px 15px 0px 110px;
}

.team-block .inner-box .lower-content h3 {
  position: relative;
  color: #2196F3;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #2196F3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation {
  position: relative;
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a {
  color: #ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a {
  color: #ffffff;
}

.team-block.style-two .inner-box::after {
  background-image: -ms-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
  background-image: -moz-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
  background-image: -o-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3C), color-stop(100, #ff9600));
  background-image: -webkit-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
  background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
}

/* 8.1 Owl carousel */
.owl-controls .owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
  margin: 0 4px;
}

.blog-slider .owl-controls .owl-page span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #E8e8e8;
}

.blog-slider .owl-controls .owl-page.active span,
.blog-slider .owl-controls .owl-page:hover span {
  background-color: #212121;
}

.blog-slider .owl-controls {
  margin-top: 50px;
}

/*=============================================
                  Theme Feature
=============================================*/
.theme-feature i.fa {
  color: #ffffff;
  border-radius: 50%;
  font-size: 35px;
  background: #ff4452;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
}

.theme-feature h4 {
  color: #ff4452;
  font-family: "Inconsolata", monospace;
  margin-bottom: 20px;
  font-size: 20px;
}

/*=============================================
                        Our Blog
=============================================*/
.blog-page-wrapper .post .post-info {
  height: 100%;
  min-height: 240px;
}

.blog-slider .post {
  margin: 20px 0;
  padding: 0 10px;
}

.post-info {
  padding: 24px 8px;
  transition: all 0.2s ease;
}

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

.post .post-img {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.post .post-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}

.post-info h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0px;
}

.post-info h3 a {
  color: #ef6f0f;
}

.post-info h6 {
  color: #888;
  font-size: 12px;
}

.post-info p {
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
}

a.readmore {
  letter-spacing: 2px;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

a:hover.readmore {
  color: #ef6f0f;
}

a.readmore > span {
  display: inline-block;
  vertical-align: middle;
}

/* .blog-grid-slider .owl-prev, .portfolio-slider .owl-prev,
.blog-grid-slider .owl-next, .portfolio-slider .owl-next{
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  text-align: center;
  margin-top: -15px;
}

.blog-grid-slider .owl-prev, .portfolio-slider .owl-prev{
  left: 20px;
}

.blog-grid-slider .owl-next, .portfolio-slider .owl-next {
  right: 20px;
}

.blog-grid-slider .owl-prev .fa, .portfolio-slider .owl-prev .fa
.blog-grid-slider .owl-next .fa, .portfolio-slider .owl-next .fa{
  color: rgba(0, 0, 0, 0.7);
}

.blog-grid-slider .owl-prev:hover, .portfolio-slider .owl-prev:hover,
.blog-grid-slider .owl-next:hover, .portfolio-slider .owl-next:hover{
  background-color:$primary-color;
}

.blog-grid-slider .owl-prev:hover .fa, .portfolio-slider .owl-prev:hover .fa,
.blog-grid-slider .owl-next:hover .fa, .portfolio-slider .owl-next:hover .fa{
  color: $text-white;
} */
.blog-grid-video .video-alpha .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border: 0;
  border-radius: 100%;
  color: #212121;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  z-index: 300;
}

.blog-grid-video .video-alpha .video-play:hover {
  color: #ffffff;
  background-color: #2196F3;
}

.blog-grid-video .video-alpha .video-play i.fa-play {
  margin-left: 5px;
}

.widget {
  margin-bottom: 30px;
}

.widget-title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.widget-title:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 40px;
  border-top: 1px solid #E8e8e8;
}

.widget-about-title {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0;
}

/* 10.5 Widget Search */
.search-form {
  position: relative;
}

.search-field {
  border-color: #e9e9e9 !important;
  background: #ffffff;
}

.search-field:focus {
  border-color: #2196F3 !important;
}

/* Widget Categories */
.widget_categories ul li:first-child,
.widget_archive ul li:first-child {
  margin-top: 0;
}

.widget_categories ul li,
.widget_archive ul li {
  margin-top: 20px;
  line-height: 25px;
  list-style: none;
}

.widget_categories ul li a,
.widget_archive ul li a {
  color: #888;
  font-weight: 100;
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
  color: #2196F3;
  text-decoration: none;
}

/* Widget Tags */
.post-tags a {
  display: inline-block;
  padding: 5px 11px;
  margin: 0 5px 15px 0;
  border: 1px solid #ffffff;
  font-size: 14px;
  font-weight: 300;
  color: #888;
  background: #ffffff;
}

.post-tags a:hover {
  background: #2196F3;
  border: 1px solid #2196F3;
  color: #ffffff;
  text-decoration: none;
}

.pagination {
  display: block;
  margin: 80px auto 0 auto;
  text-align: center;
}

.pagination > li {
  display: inline-block;
  margin-right: 5px;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 8px 15px;
  color: #ef6f0f;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 100%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 100%;
  padding: 8px 16px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 100%;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #ffffff;
  background-color: #ef6f0f;
  border-color: #ef6f0f;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #ffffff;
  background-color: #ef6f0f;
  border-color: #ef6f0f;
}

.blog-standard {
  margin-top: 20px;
}

.blog-standard blockquote {
  margin: 40px 0;
  background-color: #f6f6f6;
  padding: 30px;
  position: relative;
  border-left-color: #2196F3;
  font-size: inherit;
  line-height: 1.7;
  color: #888;
}

.post-controls {
  margin-top: 30px;
  overflow: hidden;
}

.post-share li {
  display: inline-block;
  padding-right: 10px;
  margin: 0;
}

.post-controls .post-share {
  float: left;
}

.post-controls .comments-info {
  float: right;
}

.post-controls .post-share li a {
  color: #212121;
}

.post-controls .post-share li a:hover {
  color: #2196F3;
}

/* 10.3 Comments */
.comments-info a {
  color: #212121;
}

.comments-info a:hover {
  color: #2196F3;
  text-decoration: none;
}

.comment-respond {
  margin-top: 70px;
}

.comment-reply-title {
  font-size: 19px;
  margin-bottom: 20px;
}

.blog-masonry-item {
  margin-bottom: 50px;
}

.blog-page-wrapper {
  background: #ffffff;
}

.blog-list-sidebar {
  background: #f5f5f5;
  padding: 8px 16px;
}

.blog-page-wrapper hr.solid {
  border-top: 1px solid #dee2e6;
  width: 100%;
}

.blog-page-wrapper .sidebar-recent-blogs .recent-blog {
  margin-bottom: 24px;
}
.blog-page-wrapper .sidebar-recent-blogs .recent-blog-title a {
  color: #ef6f0f;
  font-size: 16px;
}
.blog-page-wrapper .sidebar-recent-blogs .recent-blog-button {
  color: #333333;
  font-size: 12px;
}
.blog-page-wrapper .sidebar-recent-blogs .recent-blog-button:hover {
  color: #212121;
  font-size: 12px;
}

.blog-page-wrapper .sidebar-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/*=============================================
                        Footer
=============================================*/
/* Footer fixed position for large screens */
@media only screen and (min-width: 992px) {
  #footer-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.footer {
  font-size: 16px;
}

.footer-main {
  padding: 60px 0;
  background-color: #212121;
  position: relative;
}

@media (max-width: 900px) {
  .footer-main {
    padding: 60px 12px;
  }
}
@media (max-width: 600px) {
  .footer-main {
    padding: 40px 12px;
  }
}
.footer .widget-title {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "IRANYekanX", sans-serif;
}

.footer .widget-text p {
  color: #ffffff;
}

.footer .widget-title:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 40px;
  border-top: 1px solid #333;
  display: none;
}

.footer .widget-title.no-before:before {
  content: none;
}

.footer .widget-links {
  font-size: 16px;
  font-family: "IRANYekanX", sans-serif;
}

.footer .widget-links li {
  margin-bottom: 14px;
  list-style: none;
}

.footer .widget-links li i {
  color: #ffffff;
  padding-right: 10px;
}

.footer .widget-links a {
  color: #ffffff;
  font-size: 14px;
}

.footer .widget-links li .free-test-button {
  color: #ef6f0f !important;
}

.footer .widget-links a:hover {
  color: #ef6f0f;
  text-decoration: none;
}

.footer hr.solid {
  border-top: 2px solid #bbb;
  width: 100%;
}

.footer-copyright {
  padding: 20px 0;
  background-color: #111312;
}

@media (min-width: 768px) {
  .footer .footer-titles {
    display: flex;
    justify-content: center;
  }
}
.footer-titles {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 1000px) {
  .footer .footer-titles {
    gap: 8px;
  }
}
/* Remove custom flex properties on columns */
.footer .col-sm-6,
.footer .col-md-2,
.footer .col-md-3 {
  padding: 15px 0;
}

/* Custom adjustments for smaller screens */
@media (max-width: 768px) {
  .footer .footer-titles {
    flex-direction: column;
    text-align: center;
  }
  .footer .col-md-2,
  .footer .col-md-3 {
    width: 100%;
    padding: 10px 0;
  }
  .footer .widget-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .social-media {
    justify-content: center;
    margin-bottom: 10px;
  }
  .contact-us .social-media {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.contact-us .social-media {
  display: flex;
  justify-content: start;
  gap: 15px;
}

.contact-us .social-media li {
  list-style: none;
}

.contact-us .social-media svg {
  color: #212121;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 24px;
  height: auto;
}

.footer .social-media {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.footer .social-media li {
  list-style: none;
}

.footer .social-media a {
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Additional responsive adjustments */
@media (max-width: 576px) {
  .footer .widget-title {
    font-size: 16px;
  }
  .footer .widget-links a {
    font-size: 14px !important;
  }
  .footer .footer-titles p,
  .footer .footer-titles ul li a {
    font-size: 13px;
  }
  .footer .footer-titles {
    gap: 10px;
  }
  .footer .footer-titles p,
  .footer .footer-titles p {
    font-size: 16px !important;
  }
  .footer-copyright .row {
    flex-direction: column;
    text-align: center;
  }
  .footer .copy-right {
    margin-top: 10px;
  }
}
/* Footer layout adjustments for larger screens */
@media (min-width: 992px) {
  .footer .footer-titles {
    flex-wrap: nowrap;
    gap: 8px;
  }
}
@media (min-width: 1200px) {
  .footer .col-md-2,
  .footer .col-md-3 {
    flex: none;
  }
}
/* Additional footer styles */
.copy-right {
  margin-top: 5px;
  color: #ffffff;
}

.footer-copyright ul.social-media {
  float: left;
  margin-top: 5px;
}

.footer-copyright ul.social-media li {
  display: inline-block;
  margin-right: 17px;
}

.footer-copyright ul.social-media li a {
  font-size: 20px;
  color: #ffffff;
}

.footer-copyright ul.social-media li a:hover {
  color: #ef6f0f;
}

.contact-us .social-media li:hover svg path {
  stroke: #ef6f0f;
  fill: #ef6f0f;
  transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
}
.contact-us .social-media li:hover svg rect {
  stroke: #ef6f0f;
  transition: stroke 0.3s ease-in-out;
}

.contact-us .social-media li svg path {
  stroke: #212121;
  fill: #212121;
  transition: stroke 0.3s ease-in-out, fill 0.3s ease-in-out;
}
.contact-us .social-media li svg rect {
  stroke: #212121;
  transition: stroke 0.3s ease-in-out;
}

.footer-copyright ul.social-media svg {
  width: 22px;
  height: 22px;
  stroke: #ffffff;
  stroke-width: 2.5px;
  cursor: pointer;
}

.footer-copyright ul.social-media svg:hover path {
  transition: stroke 0.3s ease-in-out;
  stroke: #ef6f0f;
}

.footer-copyright ul.social-media svg path {
  stroke: white;
  transition: stroke 0.3s ease-in-out;
}

.flat-footer ul.social-media li a:hover {
  color: #2196F3;
}

.copy-right {
  margin-top: 5px;
  color: #ffffff;
}

.footer-copyright ul.social-media {
  float: left;
  display: flex;
  margin-bottom: 0;
  margin-top: 5px;
}

.footer-copyright ul.social-media li {
  display: inline-block;
  margin-right: 17px;
}

.footer-copyright ul.social-media li a {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
}

.footer-copyright ul.social-media li a:hover {
  color: #ef6f0f;
}

.flat-footer ul.social-media {
  float: none;
  display: block;
  margin-bottom: 0;
  margin-top: 5px;
}

.flat-footer ul.social-media li {
  display: inline-block;
  margin-right: 17px;
}

.flat-footer ul.social-media li:last-child {
  margin-right: 0;
}

.flat-footer ul.social-media li a {
  font-size: 20px;
  display: inline-block;
  color: #ffffff;
}

.flat-footer ul.social-media li a:hover {
  color: #2196F3;
}

ul.footer-gallery {
  margin: 0;
}

ul.footer-gallery li {
  display: inline-block;
  width: 24%;
  padding: 0 2px 0px 0;
  margin-bottom: 5px;
}

ul.footer-gallery li img {
  max-width: 100%;
  width: 100%;
}

.footer-gallery-box {
  position: relative;
  overflow: hidden;
}

.footer-gallery-box .skin-overlay {
  background-color: rgba(30, 192, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.footer-gallery-box:hover .skin-overlay {
  opacity: 1;
}

.footer-gallery-box .zoom-wrap {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-gallery-zoom {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}

.footer-gallery-zoom li {
  position: relative;
  bottom: -40px;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
}

.footer-gallery-box:hover .footer-gallery-zoom li {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-gallery-zoom li a {
  color: #ffffff;
}

.footer-gallery-zoom li a:hover,
.footer-gallery-zoom li a:focus {
  color: #212121;
}

.logo-footer {
  height: 34px;
  margin-bottom: 15px;
}

.contact-widget.widget ul li {
  padding-left: 25px;
  position: relative;
}

.contact-widget.widget ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}

.footer .footer-form-wrapper {
  align-items: center;
}

.footer .footer-form-wrapper .footer-form-inputs {
  display: flex;
  gap: 1.5rem;
}

.footer .footer-form-wrapper .footer-form-title {
  color: #ffffff;
}

.footer .footer-form-wrapper .footer-form-description {
  color: #ffffff;
}

/*=============================================
                Contact Us Page
=============================================*/
.contact-us {
  background-color: #ffffff;
  padding: 80px 0;
}

@media (max-width: 900px) {
  .contact-us {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .contact-us {
    padding: 40px 0;
  }
  .contact-us h3 {
    font-size: 24px;
  }
  address {
    font-size: 16px !important;
  }
  .contact-us p {
    font-size: 16px !important;
  }
}
.form-group {
  margin-bottom: 30px;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  background-color: white !important;
  color: #000 !important;
}

input:-webkit-autofill {
  background-color: transparent !important;
} */
.form-control {
  height: 60px;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #212121;
  border: 1px solid #eee;
  border-radius: 0;
}

.form-control:focus {
  border-color: #ef6f0f;
}

.contact-us p,
.contact-us address {
  font-size: 14px;
}

.contact-us h3 {
  margin-top: 0;
}

.contact-us address {
  margin-bottom: 40px;
  line-height: 25px;
}

.contact-us address a {
  color: #2196F3;
}

.contact-us address a:hover {
  color: #212121;
}

.search-submit {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #e0e0e0;
}

.search-submit:hover {
  color: #2196F3;
}

textarea.login-input:focus {
  border-color: #ef6f0f;
  background-color: #ffffff;
}

textarea.login-input.ltr:focus {
  direction: ltr;
}

textarea.login-input.ltr:hover {
  direction: ltr;
}

.send-message-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid #ef6f0f;
  color: #ffffff;
  display: inline-block;
  height: 38px;
  font-size: 16px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #ef6f0f;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 12px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.send-message-btn span {
  padding-left: 4px;
}

.send-message-btn span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

.send-message-btn span:last-child {
  color: #ef6f0f;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 14px;
  line-height: 13px;
}

.send-message-btn:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.send-message-btn:hover:after {
  transform-origin: bottom center;
  transform: skewY(1.7deg) scaleY(2.1);
}

.send-message-btn[aria-expanded=true] i {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.send-message-btn[aria-expanded=false] i {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.send-message-btn:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

/*=============================================
                Google Maps
=============================================*/
.map-section {
  position: relative;
}

.map-parallax {
  position: fixed;
  width: 100%;
  height: 45%;
  z-index: -3;
}

#myMap,
#myMapTwo {
  min-height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#myMap.wide,
#myMapTwo.wide {
  height: 500px;
  width: 100%;
  position: relative !important;
}

#mapcontent p {
  margin: 0;
  font-size: 16px;
}

/*=============================================
                Go Top
=============================================*/
#back-to-top {
  position: fixed;
  bottom: 71px;
  left: 25px;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  background: #ef6f0f;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  opacity: 0;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}

#back-to-top.show {
  opacity: 1;
}

@media (max-width: 600px) {
  #back-to-top {
    bottom: 121px;
    left: 14px;
  }
}
/*=======================================================
      FLEX SLIDER
========================================================*/
.flexslider {
  border: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
}

.flex-direction-nav a:before {
  font-family: "Material Design Icons";
  font-size: 20px;
  display: block;
  content: "";
  color: #ffffff;
  text-shadow: none;
  text-align: center;
  line-height: 53px;
}

.flex-direction-nav a.flex-prev:before {
  content: "\f04d";
}

.flex-direction-nav a.flex-next:before {
  content: "\f054";
}

.slider-bg .flex-control-nav {
  z-index: 999;
  bottom: 20px;
}

.slider-bg .flex-direction-nav a {
  width: 56px;
  height: 56px;
  opacity: 0;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.slider-bg .flex-direction-nav a:hover {
  background-color: #212121;
  border: 1px solid #212121;
}

.slider-bg .flex-direction-nav .flex-next,
.slider-bg .flex-direction-nav .flex-prev {
  text-align: center;
}

.slider-bg .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.7);
}

.slider-bg .flex-control-paging li a {
  width: 60px;
  height: 6px;
  border-radius: 0px;
}

.slider-bg .flex-control-paging li a.flex-active {
  background: rgb(255, 255, 255);
}

.slider-bg {
  border: 0;
  margin: 0;
  height: 100vh;
  background-color: #222225;
}

.slider-bg .slides {
  height: 100%;
}

.slider-bg .slides > li {
  height: 100%;
}

.slider-bg .hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 10;
  color: #ffffff;
}

.slider-bg .hero-text P {
  line-height: 50px;
  font-size: 35px;
}

.slider-bg .hero-text h1 {
  font-size: 100px;
}

.slide-img,
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 65%;
}

.full-screen-bg {
  height: 100vh;
  background-color: #222225;
  min-height: 100vh;
}

.hero-text-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(34, 34, 37, 0.45);
  z-index: 200;
}

.hero-text-wrap.gradient-overlay-bg {
  background: rgba(233, 30, 99, 0.6);
  background: -moz-linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(233, 30, 99, 0.6)), color-stop(100%, rgba(3, 169, 244, 0.6)));
  background: -webkit-linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  background: -o-linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  background: -ms-linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  background: linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$pink-color", endColorstr="$info-color", GradientType=1);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1;
}

.gradient-overlay-bg {
  background: rgba(233, 30, 99, 0.6);
  background: -moz-linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(233, 30, 99, 0.6)), color-stop(100%, rgba(3, 169, 244, 0.6)));
  background: -webkit-linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  background: -o-linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  background: -ms-linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  background: linear-gradient(45deg, rgba(233, 30, 99, 0.6) 0%, rgba(3, 169, 244, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$pink-color", endColorstr="$info-color", GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.video-container video.fillWidth {
  width: 100% !important;
  margin-left: 0 !important;
}

.video-container .filter {
  display: none;
}

.video-container video {
  position: absolute;
  top: 0%;
  left: 0%;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-video {
  padding-bottom: 88.25%;
}

.about-video iframe {
  height: 318px;
}

.arcon-video-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.arcon-video-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.arcon-video-box:hover .arcon-video-box_overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.arcon-video-box:hover .arcon-video-box_overlay .play-button {
  background-color: #ffffff;
  color: #2d2d2d;
}

.arcon-video-box img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arcon-video-box_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.play-button {
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 76px;
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.play-button i {
  line-height: inherit;
}

.play-button:hover {
  background-color: #ffffff;
  color: #2d2d2d;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.btn[data-play-button] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn[data-play-button]:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-alpha .video-play {
  position: absolute;
  top: 65%;
  left: 50%;
  margin-top: 0px;
  margin-left: -37px;
  width: 74px;
  height: 74px;
  font-size: 30px;
  line-height: 71px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
}

.video-alpha .video-play i.fa-play {
  margin-left: 5px;
}

.music-event .video-play {
  font-size: 100px;
  color: #ffffff;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  display: inline-block;
}

.music-event .video-play:hover {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}

@media (max-width: 900px) {
  .about-us-section {
    padding: 60px 0;
  }
  .about-academy-section {
    padding: 60px 0;
  }
  .experience-section {
    padding: 60px 0;
  }
  .about-us-title {
    margin-top: 24px;
  }
  .courses-title {
    padding-top: 60px;
  }
  .tabs-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .testimonails-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .about-academy-title {
    font-size: 24px;
  }
  .about-academy-section {
    padding: 40px 0;
  }
  .about-us-section {
    padding: 40px 0;
  }
  .experience-section {
    padding: 40px 0;
  }
  .about-us-title {
    font-size: 24px;
    margin-top: 24px;
  }
  .courses-title {
    padding-top: 40px;
    font-size: 24px;
  }
  .tabs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonails-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .testimonails-title {
    font-size: 24px;
  }
}
.hero-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-video video {
  position: absolute;
  max-width: none;
}

.about-me {
  margin-bottom: 20px;
}

.about-me img {
  width: 200px;
}

.about-us-bg {
  background: url(../images/about-us.jpg) center no-repeat;
  background-size: cover;
}

.startup-bg-left {
  background: url(../images/startup-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.startup-bg-right {
  background: url(../images/travel-bg-right.jpg) center no-repeat;
  background-size: cover;
}

.travel-bg-left {
  background: url(../images/travel-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.travel-bg-right {
  background: url(../images/travel-bg-right.jpg) center no-repeat;
  background-size: cover;
}

.gym-bg-left {
  background: url(../images/gym-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.gym-bg-right {
  background: url(../images/gym-bg-right.jpg) center no-repeat;
  background-size: cover;
}

.barber-bg-left {
  background: url(../images/barber-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.barber-bg-right {
  background: url(../images/barber-bg-right.jpg) center no-repeat;
  background-size: cover;
}

.archi-bg-left {
  background: url(../images/archi-bg-left.jpg) center no-repeat;
  background-size: cover;
}

.bg-flex.bg-flex-left {
  left: 0;
}

.bg-flex.bg-flex-right {
  right: 0;
}

.bg-flex {
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}

.bg-flex-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-flex-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-flex-right {
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.col-about-right {
  padding-left: 60px;
}

.col-about-left {
  padding-right: 60px;
}

.row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex:before {
  content: none;
}

.row-flex > [class*=col-] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .row-flex > [class*=col-]:not([class*=col-xs]) {
    width: 100%;
  }
}
.row-flex > [class*=col-] .col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
}

.col-inner.spacer {
  padding: 100px 50px;
}

.row-flex.flex-center > [class*=col-] {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .row-flex.full-width-flex > [class*=col-] {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
.row-flex.padding-row > [class*=col-] {
  padding: 7.5% 6.5%;
}

.row-flex.flex-horizontal > [class*=col-]:last-child {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-flex.flex-spacing .column-inner {
  margin-left: 0;
  margin-right: 0;
}

.social-networks {
  padding: 0;
  list-style: none;
  margin: 0;
}

.social-networks > li {
  display: inline-block;
  margin-right: 12px;
}

.social-networks > li > a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #E8e8e8;
  color: #212121;
  border-radius: 100%;
}

.social-networks > li > a:hover {
  color: #ffffff;
}

.social-networks > li.social-icon-fb > a:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-networks > li.social-icon-tw > a:hover {
  background-color: #55acee;
  border-color: #55acee;
}

.social-networks > li.social-icon-lk > a:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}

.social-networks > li.social-icon-be > a:hover {
  background-color: #053eff;
  border-color: #053eff;
}

.social-networks > li.social-icon-de > a:hover {
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/*=======================================================
              ABOUT US PAGE
========================================================*/
.testimonails-section {
  padding: 80px 0;
}

.about-us-section {
  padding: 80px 0;
}

@media (max-width: 900px) {
  .about-us-section {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .about-us-section {
    padding: 40px 0;
  }
}
.about-us-description {
  color: #ffffff !important;
}

/*=======================================================
              ABOUT US PAGE
========================================================*/
/*=======================================================
      PROGRESS BAR
========================================================*/
.progress-bar-title {
  margin-bottom: 3px;
}

.progress-bar-title,
.progress-bar {
  font-size: 16px;
  color: #212121;
}

.progress {
  height: 5px;
  margin-bottom: 30px;
  box-shadow: none;
  background: #ececec;
  border-radius: 0;
  overflow: visible;
}

.progress-bar {
  position: relative;
  border-radius: 4px;
  background-color: #2196F3;
  box-shadow: none;
  color: inherit;
  width: 20%;
}

.progress-bar span {
  position: absolute;
  top: -30px;
  right: 0px;
  color: #212121;
}

.progress-svg {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform: rotate(-90deg) rotateX(180deg);
  transform: rotate(-90deg) rotateX(180deg);
  width: 180px;
  height: 180px;
}

.progress-svg circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.8s cubic-bezier(0.42, 0, 0.58, 1);
  transition: stroke-dashoffset 0.8s cubic-bezier(0.42, 0, 0.58, 1);
  stroke: #111;
  stroke-width: 5px;
}

.progress-svg .bar {
  stroke: #ececec;
  stroke-width: 6px;
}

.progress-svg circle {
  stroke: #2196F3;
}

.progress-ring {
  position: relative;
  display: inline-block;
  margin: 40px 40px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.progress-ring:before {
  position: absolute;
  top: 47%;
  left: 50%;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: attr(data-circle-text);
}

.progress-ring:after {
  position: absolute;
  top: 61%;
  left: 50%;
  font-size: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: attr(data-circle-percent) "%";
}

.progress-ring-icon .progress-ring:before {
  position: absolute;
  top: 200px;
  left: 50%;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  transform: translate(-50%, -50%);
  content: attr(data-circle-text);
}

.progress-ring-icon .progress-ring:after {
  display: none;
}

.progress-ring-icon i {
  position: absolute;
  top: 52%;
  left: 50%;
  font-size: 60px;
  transform: translate(-50%, -50%);
}

/*=======================================================
      TESTIMONIALS
========================================================*/
.testimonial.owl-carousel {
  display: block;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.testimonial-item h4,
.testimonial-item h5 {
  color: #212121;
  font-family: "IRANYekanX", sans-serif;
}

.testimonial-item h4 {
  font-weight: 300;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.home-testimonial {
  direction: ltr;
  border-radius: 12px;
}

.testimonial .slick-dots li.slick-active button {
  background-color: #ef6f0f !important;
}

.testimonial-item h5 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-item p {
  color: #a7a7a7;
  font-size: 16px;
  text-transform: uppercase;
}

.testimonial .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0.5);
}

.testimonial .owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background: rgba(255, 255, 255, 0.9);
}

.testimonial .testimonial-item img {
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.testimonial-item {
  padding-left: 25px;
  padding-right: 25px;
}

.testimonial-item:focus {
  outline: none;
}

.testimonial-item .testimonial-content {
  background-color: #ffffff;
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
  padding: 40px;
  margin: 50px auto;
  text-align: center;
  max-width: 750px;
}

.testimonial-content.home-testimonial {
  direction: rtl;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Material Design Icons";
  font-size: 35px;
  line-height: 1;
  opacity: 0.75;
  color: #212121;
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\f04d";
}

[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "\f04d";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-slide {
  outline: none;
}

.testimonial .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(195, 195, 195, 0.5);
  border-radius: 100px;
}

.testimonial .slick-dots li.slick-active button {
  background-color: #2196F3;
}

.testimonial .slick-dots li button:hover,
.testimonial .slick-dots li button:focus {
  outline: none;
}

.white-testi .slick-prev:before,
.white-testi .slick-next:before {
  color: #ffffff;
}

.white-testi .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.testimonial-carousel .testimonial-item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.testimonial-carousel .testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 272px;
}

.testimonial-carousel .content-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.testimonial-carousel .content-wrap .info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.testimonial-carousel .content-wrap .image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}

.testimonial-carousel.testimonial-style-01 .image img {
  width: 78px;
  height: 78px;
}

.testimonial-carousel .testimonial-item .content {
  margin-top: 20px;
}

.testimonial-carousel .testimonial-item .cite {
  font-style: normal;
}

.testimonial-carousel .testimonial-item .name {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  font-family: "Josefin Sans", sans-serif;
}

.testimonial-carousel .testimonial-item .position {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  margin-top: 6px;
}

.testimonial-carousel.testimonial-style-01 .text {
  color: #777;
  font-style: italic;
}

.testimonial-carousel.testimonial-style-01 .testimonial-item .testimonial-content:after {
  display: none;
}

/*=======================================================
      Client Logo
========================================================*/
.client-logo {
  margin: 0px 15px;
}

.client-logo img {
  margin: auto;
  width: 90px;
  height: 90px;
  filter: grayscale(100%);
}

.client-logo img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  filter: grayscale(0);
}

/*=======================================================
      Title Hero Backgrounds
========================================================*/
.title-hero-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 450px;
}

.title-hero-bg::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.title-error-bg,
.title-cover-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 1080px;
}

.title-error-bg::before,
.title-cover-bg:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio-cover-bg {
  background-image: url(../images/title-bg/title-hero-1.jpg);
}

.blog-cover-bg {
  background-image: url(../images/title-bg/title-hero-2.jpg);
}

.about-cover-bg {
  background-image: url(../images/title-bg/title-hero-3.jpg);
}

.service-cover-bg {
  background-image: url(../images/title-bg/title-hero-4.jpg);
}

.contact-cover-bg {
  background-image: url(../images/title-bg/title-hero-5.jpg);
}

.error-cover-bg {
  background-image: url(../images/title-bg/title-hero-6.jpg);
}

.login-cover-bg {
  background-image: url(../images/background/login-page-bg.jpg);
  height: 100vh;
}

.about-us-bg {
  background-image: url(../images/background/about-us.jpg);
  height: 60vh;
  background-position: top;
}

.coming-cover-bg {
  background-image: url(../images/title-bg/title-hero-8.jpg);
  height: 100%;
}

.widget-cover-bg {
  background-image: url(../images/title-bg/title-hero-9.jpg);
}

.shop-cover-bg {
  background-image: url(../images/title-bg/title-hero-10.jpg);
}

.page-title {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 15;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.page-title h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/*=======================================================
      Login / Coming Soon / 404 Page
========================================================*/
.error-cover-bg h1,
.coming-cover-bg h1 {
  font-size: 120px !important;
  text-transform: uppercase;
}

.error-cover-bg h2,
.coming-cover-bg h2 {
  font-size: 60px;
  color: #2196F3;
  margin-top: 50px;
  margin-bottom: 50px;
}

.error-cover-bg p,
.coming-cover-bg p {
  color: #ffffff;
  font-size: 30px;
}

.login-cover-bg h1 {
  font-size: 60px !important;
  text-transform: uppercase;
}

.login-cover-bg h2 {
  font-size: 30px;
  color: #2196F3;
  margin-top: 50px;
  margin-bottom: 50px;
}

.login-cover-bg p {
  color: #ffffff;
}

.signup-box {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
}

.v-align {
  vertical-align: middle;
  display: table-cell;
}

.v-align a {
  color: #2196F3;
}

.v-align a:hover {
  color: #212121;
}

.table-display {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}

#signup-tabs {
  border-bottom: 0;
  margin: 0;
}

#signup-tabs > li {
  float: right;
}

#signup-tabs > li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  border-radius: 0;
  border: 1px solid #ffffff;
}

#signup-tabs > li a:hover {
  border-bottom: 1px solid #ef6f0f;
}

#signup-tabs > li.active > a {
  border-bottom: 1px solid #ef6f0f;
}

#signup-content {
  padding: 40px 0;
}

.btn.btn-login {
  background-color: #ef6f0f;
  color: #ffffff;
  border-radius: 12px;
}

input.login-input {
  border-radius: 12px;
  padding: 6px 12px;
  height: 40px;
  font-size: 14px;
  background-color: #f5f5f5;
}

input.login-input::placeholder {
  font-size: 14px;
}

input.login-input.ltr {
  direction: ltr;
}

input.login-input:focus {
  border-color: #ef6f0f;
  background-color: #ffffff;
}

input.login-input.ltr:focus {
  direction: ltr;
}

input.login-input.ltr:hover {
  direction: ltr;
}

label.login-input-label {
  text-align: right;
  width: 100%;
  font-size: 12px;
  margin-right: 12px;
  font-weight: 400;
}

.required-field {
  display: flex;
  width: fit-content !important;
  position: relative;
}

.required-field::before {
  content: "*";
  position: absolute;
  top: -6px;
  left: -5px;
  color: #ef6f0f;
  font-size: 16px;
}

.signup-box .forget-pass-text {
  text-align: right;
  color: #ef6f0f;
  margin-top: 16px;
  font-size: 12px;
  width: 100%;
  display: flex;
  cursor: pointer;
}

.signup-box .forget-pass-text:hover {
  color: #ef6f0f;
}

.signup-box .link-text {
  text-align: center;
  color: #888;
  margin-top: 16px;
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.digit-group {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  direction: ltr;
}

.digit-group input {
  width: auto;
  max-width: 40px;
  height: 36px;
  background-color: #f5f5f5;
  border: none;
  text-align: center;
  font-size: 14px;
  border-radius: 12px;
  margin: 0 2px;
  direction: ltr;
}

.digit-group input:focus {
  border: 1px solid #ef6f0f;
  background-color: #ffffff;
}

.digit-group .splitter {
  padding: 0 5px;
  color: #888;
  font-size: 24px;
}

.password-eye {
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  left: 0;
  top: 50%;
  transform: translate(80%, -50%);
}

.countdown-container,
.countdown-container-white {
  margin-top: 50px;
  margin-bottom: 50px;
}

.countdown-container .countdown li {
  border: 2px solid #ffffff;
  min-width: 100px;
  padding: 20px 30px;
  width: 200px;
}

.countdown {
  margin-bottom: 0;
}

.countdown li {
  display: inline-block;
  text-align: center;
  margin-right: 50px;
}

.countdown li:last-child {
  margin-right: 0;
}

.countdown li span {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}

.countdown li p {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.countdown-container-white .countdown li {
  min-width: 100px;
  padding: 5px 20px;
  width: 145px;
  background: #ffffff;
}

.countdown-container-white .countdown li span {
  font-size: 60px;
  font-weight: 700;
  color: #212121;
}

/*=======================================================
      Personal Resume
========================================================*/
canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.animate-caption {
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.animate-caption h2 {
  font-size: 50px;
}

.contact-me {
  background: #ffffff;
  padding: 50px 40px 35px 40px;
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}

.resume-bar .progress {
  margin-bottom: 40px;
}

#resume h3 {
  color: #2196F3;
}

ul.resume-slider {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

ul.resume-slider li {
  background: #ffffff;
  padding: 30px;
  list-style: none;
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.resume-slider li h3 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #212121 !important;
  margin-top: 0px;
  display: inline-block;
  margin-right: 20px;
  font-family: "Raleway", sans-serif;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}

ul.resume-slider li i {
  font-size: 20px;
  margin-right: 5px;
}

ul.resume-slider li h2 {
  font-size: 18px;
  color: #2196F3;
  margin-top: 8px;
  text-transform: uppercase;
}

ul.social-media-dark {
  display: block;
  text-align: center;
}

ul.social-media-dark li {
  display: inline-block;
  margin-right: 12px;
}

ul.social-media-dark li:last-child {
  margin-right: 0;
}

ul.social-media-dark li a {
  font-size: 16px;
  display: inline-block;
  color: #212121;
}

ul.social-media-dark li a:hover {
  color: #2196F3;
}

ul.social-top li {
  margin-right: 0;
}

ul.social-top li a {
  font-size: 19px;
}

.resume-slider .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0.5);
}

.resume-slider .owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background: rgba(255, 255, 255, 0.9);
}

/*=======================================================
      Widgets / Shortcodes
========================================================*/
.light-tabs .nav-tabs {
  border-top: 1px solid #f5f5f5;
  border-bottom: 0;
  margin-bottom: 5px;
}

.light-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}

.light-tabs p {
  margin-top: 20px;
}

.light-tabs .nav-tabs > li > a {
  margin-right: 0;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
}

@media (max-width: 600px) {
  .light-tabs .nav-tabs > li > a {
    font-size: 24px !important;
  }
}
.light-tabs .nav > li > a:focus,
.light-tabs .nav > li > a:hover {
  background-color: transparent;
}

.light-tabs .nav-tabs > li.active > a,
.light-tabs .nav-tabs > li.active > a:focus,
.light-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  color: #212121;
  position: relative;
  background: transparent;
}

.light-tabs .nav-tabs > li.active > a::before {
  content: "";
  background-color: #ef6f0f;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}

.light-tabs .small-business-tabs {
  border-top: none;
}

@media (max-width: 768px) {
  .small-business-tabs {
    text-align: center;
  }
}
@media (max-width: 770px) {
  .home-tab-content {
    padding: 0 8px 0 8px;
    text-align: center;
  }
  .home-tab-content p {
    font-size: 16px !important;
  }
}
.home-tab-content p {
  line-height: 1.8;
  font-size: 18px;
}

.icon-tabs .nav-tabs {
  border-top: 0px solid #f5f5f5;
  border-bottom: 0;
  margin-bottom: 5px;
}

.icon-tabs .nav-tabs > li {
  float: none;
  display: inline-block;
}

.icon-tabs p {
  margin-top: 20px;
}

.icon-tabs .nav-tabs > li > a {
  margin-right: 0;
  font-size: 14px;
  line-height: 25px;
  color: #212121;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.icon-tabs .nav > li > a:focus,
.icon-tabs .nav > li > a:hover {
  background-color: transparent;
}

.icon-tabs .nav-tabs > li.active > a,
.icon-tabs .nav-tabs > li.active > a:focus,
.icon-tabs .nav-tabs > li.active > a:hover {
  border: 0;
  color: #2196F3;
  position: relative;
  background: transparent;
}

.icon-tabs .nav-tabs > li > a i {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

/* ----------------------------------------
	Accordion Color
-------------------------------------------*/
.accordion-color .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.accordion-color .panel .panel-heading {
  position: relative;
  padding: 0;
  border-bottom: 0px solid #ffffff;
}

.accordion-color .panel-title a.collapsed {
  display: block;
  color: #212121;
  background-color: #ffffff;
  border-color: #f5f5f5;
  padding: 22px 15px 22px 64px;
  border-radius: 0px;
}

.accordion-color .panel-title a {
  display: block;
  color: #ffffff;
  border-color: #f5f5f5;
  padding: 22px 15px 22px 64px;
  background-color: #2196F3;
  border-bottom: 1px solid #2196F3;
}

.accordion-color .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ffffff;
  background: #ffffff;
}

.accordion-color .panel .panel-heading a:after {
  font-family: "Material Design Icons";
  content: "\f415";
  font-size: 24px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion-color .panel .panel-heading a.collapsed:after {
  content: "\f374";
}

.guidance-accordion {
  margin-bottom: 0 !important;
}

/* ----------------------------------------
	Accordion Transparent
-------------------------------------------*/
.accordion-transparent .panel {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.accordion-transparent .panel .panel-heading {
  position: relative;
  padding: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #2196F3;
  border-top: 1px solid #2196F3;
  border-left: 1px solid #2196F3;
  border-right: 1px solid #2196F3;
  border-radius: 0;
}

.accordion-transparent .panel-title a.collapsed {
  display: block;
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 22px 15px 22px 80px;
  border-radius: 0px;
}

.accordion-transparent .panel-title a {
  display: block;
  color: #212121;
  border-color: #f5f5f5;
  padding: 22px 15px 22px 80px;
  background-color: #f5f5f5;
}

.accordion-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  border-bottom: 1px solid #2196F3;
  border-left: 1px solid #2196F3;
  border-right: 1px solid #2196F3;
}

.accordion-transparent .panel .panel-heading a:after {
  font-family: "Material Design Icons";
  content: "\f415";
  font-size: 24px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #2196F3;
}

.accordion-transparent .panel .panel-heading a.collapsed:after {
  content: "\f374";
}

/* Accordions Style 01 */
.accordion-style-01 .panel {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
}

.accordion-style-01.panel-group .panel-heading {
  border: 0px;
  border-bottom: 1px solid #e4e4e4;
}

.accordion-style-01 .panel .panel-heading {
  padding: 16px 0;
  background-color: transparent;
}

.accordion-style-01 .panel-title {
  font-size: 20px;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  padding-right: 30px;
  font-weight: 600;
}

.accordion-style-01 .panel-title span.pull-right {
  position: absolute;
  right: 0;
}

.accordion-style-01 .panel-heading i {
  font-size: 16px;
  color: #212121;
}

.accordion-style-01.panel-group .panel-heading + .panel-collapse > .list-group,
.accordion-style-01.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 25px 0;
  background-color: transparent;
}

/* ----------------------------------------
	Flex Slider
-------------------------------------------*/
.slide-img-static {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-bg-static {
  border: 0;
  margin: 0;
  height: 500px;
  background-color: #222225;
}

.slider-bg-static .slides {
  height: 100%;
}

.slider-bg-static .slides > li {
  height: 100%;
}

.slider-bg-static .hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  z-index: 10;
  color: #ffffff;
}

/* ----------------------------------------
	Owl Slider
-------------------------------------------*/
.owl-slider .owl-prev,
.owl-slider .owl-next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #212121;
  border-radius: 100%;
  text-align: center;
  margin-top: -15px;
}

.owl-slider .owl-prev {
  left: 20px;
}

.owl-slider .owl-next {
  right: 20px;
}

.owl-slider .owl-prev .fa,
.owl-slider .owl-next .fa {
  color: #ffffff;
}

.owl-slider .owl-prev:hover,
.owl-slider .owl-next:hover {
  background-color: #2196F3;
}

.owl-slider .owl-prev:hover .fa,
.owl-slider .owl-next:hover .fa {
  color: #ffffff;
}

.owl-slider .item {
  height: 500px;
}

/* ----------------------------------------
	Alert Boxes
-------------------------------------------*/
.alert {
  font-family: "Raleway", sans-serif;
}

.alert-success {
  color: #ffffff;
  background-color: #8BC34A;
  border-color: #8BC34A;
}

.alert-info {
  color: #ffffff;
  background-color: #2196F3;
  border-color: #2196F3;
}

.alert-warning {
  color: #ffffff;
  background-color: #FDD835;
  border-color: #FDD835;
}

.alert-danger {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}

.close {
  font-weight: 300;
  color: #212121;
  text-shadow: none;
}

.close:focus,
.close:hover {
  color: #212121;
  opacity: 1;
}

/* ----------------------------------------
	Theme Icons
-------------------------------------------*/
.icon-view {
  padding: 15px 15px;
  border: 1px solid #e2e2e2;
  margin-left: -15px;
  margin-right: -16px;
  margin-bottom: -1px;
  color: #212121;
}

.icon-view i {
  font-size: 25px;
  vertical-align: middle;
}

.icon-view code {
  border: 1px solid #e2e2e2;
  margin-left: 2px;
  margin-right: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  background-color: transparent;
  color: #212121;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 90px);
  overflow: hidden;
}

.icon-view code:hover {
  border-color: #2196F3;
  color: #2196F3;
}

/* ----------------------------------------
	Online Shop
-------------------------------------------*/
.product {
  margin: 0 0 10px 0;
  border-radius: 12px;
}

.p0.product {
  margin: 0;
  padding: 0;
}

.product-wrap {
  position: relative;
  overflow: hidden;
}

.product-wrap .discount-ribbon {
  background-color: #ef6f0f;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 28px;
  width: fit-content;
  position: absolute;
  left: -25px;
  transform: rotate(-45deg);
  top: 10px;
}

.product-wrap img {
  border-radius: 12px;
}

.product-img img {
  width: 100%;
}

.product-wrap .product-caption {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  opacity: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-radius: 12px;
}

.product-wrap:hover .product-caption {
  opacity: 1;
}

.product-description {
  width: 100%;
  height: 100%;
}

.product-description-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
}

.product-description .product-title,
.product-description .product-subtitle {
  position: relative;
  left: 0;
  color: #ffffff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.product-description .product-title {
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-description .product-title a i {
  color: #ffffff;
}

.product-description .product-subtitle {
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-wrap:hover .product-description .product-title {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.product-wrap:hover .product-description .product-subtitle {
  opacity: 1;
  visibility: visible;
  top: 25px;
}

.product .product-detail {
  margin-top: 30px;
}

.product .product-detail-card {
  direction: rtl;
  margin-top: 20px;
}

.product-detail-card h5 {
  text-align: center;
  min-height: 38px;
}

.product-detail-card p {
  text-align: center;
}

.old-price {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  width: fit-content;
  margin: auto;
}

.old-price.v-hidden {
  visibility: hidden;
}

.old-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ef6f0f;
  top: 50%;
  transform: translateX(-50%) rotate(-10deg);
  left: 50%;
}

.product-detail-card p {
  font-size: 18px;
  font-weight: 500;
}

.product-slider.flexslider {
  background: transparent;
}

.product-slider .flex-control-thumbs {
  position: relative;
  bottom: auto;
  margin: 5px 0 0 0;
}

.product-slider .flex-control-thumbs > li {
  width: 25%;
  padding: 0 2px;
}

.product-slider .flex-control-thumbs > li img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.product-slider .flex-control-nav li {
  margin-bottom: 15px;
}

.single-product-des,
.product-fabric-detail {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dddfe6;
  border-bottom: 1px solid #dddfe6;
  margin-top: 40px;
}

.single-product-qty {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}

.single-product-qty .qty {
  position: relative;
  float: left;
  height: 48px;
  width: 70px;
  background: transparent !important;
  border: 1px solid #dddfe6;
  z-index: 1;
  text-align: center;
  padding: 0 10px;
}

.single-product-qty .input-group-btn {
  margin-left: 10px;
  display: inline-block;
}

.single-product-qty .input-group-btn.input-group-btn:last-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.product-fabric-detail {
  float: left;
  width: 100%;
  margin-top: 0;
  border-bottom: 0;
}

.shop-cart {
  border-color: #ececec;
  margin-bottom: 50px;
  background: #ffffff;
}

.shop-cart > thead > tr > th {
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  font-family: "IRANYekanX", sans-serif;
  color: #212121;
  font-weight: 400;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #ececec;
}

.shop-cart > tbody > tr > td {
  padding: 30px 8px;
  vertical-align: middle;
  font-size: 14px;
  font-family: "IRANYekanX", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid;
  border-color: #ececec;
  text-align: center;
}

.shop-cart > tbody > tr > td.product-subtotal {
  color: #212121;
}

.shop-cart > tbody > tr > td.product-remove i {
  font-size: 20px;
}

.shop-cart > tbody > tr > td > a {
  color: #212121;
}

.shop-cart > tbody > tr > td > .form-control {
  width: 60px;
  padding: 0 12px;
  font-size: 13px;
  text-align: center;
  height: 45px;
  line-height: 43px;
  margin-left: auto;
  margin-right: auto;
}

.shop-cart > tbody > tr > td .cart-price {
  font-size: 14px;
}

.shop-cart > tbody > tr > td img {
  max-height: 100px;
  width: auto;
}

.shop-cart input.input-sm,
.shop-cart input.btn-sm {
  line-height: 35px;
  width: auto !important;
}

.shop-cart .coupon {
  float: left !important;
}

.payment-box {
  background: #ffffff;
  border-radius: 12px;
}

.form-coupon {
  padding-left: 0 !important;
}

.form-coupon,
.summary-cart {
  padding: 25px;
}

.summary-cart {
  border-right: 1px solid #ececec;
}

.form-coupon .btn,
.form-domain .btn {
  height: 60px;
}

.order_table {
  border-radius: 0;
  border: 0;
}

.order_table td {
  padding: 8px 12px;
}

.order_table thead th {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.order_table tbody td,
.order_table tfoot td,
.order_table tfoot th {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  border-top: 1px solid #ececec !important;
}

.order_table .shipping p {
  font-size: 14px;
  font-weight: 400;
}

form.checkout_coupon,
form.login,
form.register {
  border-radius: 0;
  border-color: #ececec;
}

.order-total strong {
  font-weight: 500;
}

.checkout-form {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 10px 30px 5px rgba(17, 21, 23, 0.1);
}

.checkout-form .form-group label {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.checkout-form .form-group {
  float: left;
  width: 100%;
}

.checkout-form .form-control {
  padding: 20px;
  font-size: 13px;
}

.checkout-form .form-select select,
.form-select input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 20px;
}

.checkout-form .form-select:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  font-size: 20px;
}

.checkout-form .form-select {
  position: relative;
}

.banner-box {
  width: 100%;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.banner-box .overlay-bg-dark {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.banner-box .blue-overlay-bg {
  background: rgba(33, 150, 243, 0.82);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.man-bg {
  background: url(../images/man-img.jpg) no-repeat center center;
  background-size: cover;
}

.woman-bg {
  background: url(../images/woman-img.jpg) no-repeat center center;
  background-size: cover;
}

.help-bg {
  background: url(../images/help-img.jpg) no-repeat center center;
  background-size: cover;
}

/* ----------------------------------------
	Web Hosting
-------------------------------------------*/
.domainChecker {
  margin-top: 20px;
}

.domainChecker span {
  color: #888;
  font-size: 15px;
  line-height: 20px;
  margin-right: 20px;
  position: relative;
}

.domainChecker span > input {
  border: medium none;
  cursor: pointer;
  margin: 0 6px 0 0;
  opacity: 0;
  position: relative;
  vertical-align: middle;
  z-index: 3;
}

.domainChecker span > input + label {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 15px;
  z-index: 1;
  border-radius: 2px;
}

.domainChecker span > input:checked + label:before {
  content: "\f00c";
  font-family: "fontAwesome";
  position: absolute;
  z-index: 2;
  left: 1px;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 9px;
  color: #ffffff;
  line-height: 15px;
  text-align: center;
}

.domainChecker span > input:checked + label {
  background: #1976D2;
  color: #ffffff;
}

.search-domain h3 {
  line-height: 35px;
  margin-top: 0;
}

/* ----------------------------------------
	App Landing
-------------------------------------------*/
.i-phones .img-responsive {
  width: auto;
}

.app-form .form-control:focus {
  border-color: #f44336;
}

.app-btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.error-message {
  color: #FF3333;
  font-family: Roboto;
  margin-top: 5px;
}

.success-message {
  color: #33cc33;
  font-family: Roboto;
  margin-top: 5px;
}

.app-bg h1 {
  font-size: 70px;
}

/* ----------------------------------------
	experiences
-------------------------------------------*/
.experiences-title-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.experiences-title-wrapper h1 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}
.experiences-title-wrapper h2 {
  font-size: 24px;
  font-weight: 400;
}

.experiences-title {
  text-align: center;
  font-weight: 700;
}
.experiences-title span {
  color: #ef6f0f;
}

@media (max-width: 600px) {
  .experiences-first-title {
    font-size: 24px !important;
  }
  .experiences-second-title {
    font-size: 16px !important;
  }
}
.experiences-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(231, 91, 91, 0.0588235294);
  opacity: 80%;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.experiences-card img {
  border-radius: 50%;
  width: 85px;
  height: 85px;
}

@media (max-width: 600px) {
  .experiences-card {
    gap: 8px;
  }
  .experiences-card img {
    width: 70px;
    height: 70px;
  }
  .experiences-card p {
    font-size: 12px;
  }
  .clients-info p {
    font-size: 10px !important;
  }
  .clients-info {
    gap: 4px !important;
  }
}
.experiences-description {
  display: flex;
  flex-direction: column;
}
.experiences-description p {
  color: #000;
  font-weight: 500;
}

.clients-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.clients-info p {
  font-weight: 500;
  color: #000;
  font-size: 12px;
}

.divider {
  width: 1px;
  height: 20px;
  background-color: #000;
  margin-bottom: 10px;
}

/* ----------------------------------------
	experiences
-------------------------------------------*/
/* ----------------------------------------
	INSTAGRAM
-------------------------------------------*/
/* ----------------------------------------
	INSTAGRAM
-------------------------------------------*/
.instagram-section {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 40px 0;
  position: relative;
}

.instagram-post {
  position: relative;
  width: 260px;
  height: 385px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .instagram-post {
    width: 100%;
    margin: 0 14px;
  }
}
.instagram-post video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.instagram-post:hover video {
  pointer-events: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
}

.watch-button {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 8px 12px;
  background-color: hsla(0, 0%, 100%, 0.2);
  backdrop-filter: blur(8px);
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 14px;
  cursor: pointer;
  z-index: 3;
}

.watch-button:hover {
  transform: translateY(-2px) scale(1.05);
}

/* ----------------------------------------
	INSTAGRAM
-------------------------------------------*/
/* ----------------------------------------
	Sidebar
  -------------------------------------------*/
@media (min-width: 1000px) {
  .product-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: end;
  }
}
.product-box {
  /* margin-bottom: 30px; */
}

.product-section .row-flex {
  width: 100%;
}

.product-section .row-flex > div {
  padding: 12px;
}

.product-category {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px;
  margin-top: 12px;
  background: #f5f5f5;
}

@media (max-width: 1000px) {
  .product-category {
    display: none;
  }
}
.category-title {
  margin: 10px 0 30px 0;
}

.checkbox-item {
  margin-bottom: 10px;
}

.checkbox-item label {
  font-size: 14px !important;
}

.checkbox-item label {
  font-size: 16px;
  cursor: pointer;
  color: #000;
  font-weight: 400;
}

.product-category-tablet {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-bottom: 20px;
  gap: 10px;
}

@media (min-width: 1000px) {
  .product-category-tablet {
    display: none;
  }
}
.product-category-tablet button {
  display: inline-block;
  border-radius: 12px;
  padding: 4px 14px;
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  transition: all 0.4s ease;
}

.product-category-tablet button:hover {
  background-color: #ef6f0f;
  color: #ffffff;
  border-color: #ef6f0f;
}

.product-category-tablet button:active {
  background-color: #ef6f0f;
  color: #ffffff;
}

.category-btn.selected {
  color: #ef6f0f;
  border: 1px solid #ef6f0f;
}

.product-category input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
}

.product-category input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s;
}

.product-category input[type=checkbox]:checked + label::before {
  background-color: #ef6f0f;
  border-color: #ef6f0f;
}

.product-category input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 2px;
}

input[type=checkbox] {
  accent-color: #ef6f0f;
}

.product-box {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 12px;
}

/* ----------------------------------------
	Sidebar
-------------------------------------------*/
/* ----------------------------------------
	Cart Table
-------------------------------------------*/
.cart-table {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 15px;
}

td {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  align-content: space-around;
}

.table-dark th {
  font-size: 16px;
  text-align: right;
  font-weight: 400;
  color: #212121;
}

.score-wrapper {
  display: flex;
  gap: 17px;
  justify-content: right;
}

.download-certificate {
  color: #333333;
  cursor: pointer;
}

.download-certificate i::before {
  transition: none;
}

.download-certificate:hover {
  color: #ef6f0f;
  transition: 0.3s;
}

.cart-table {
  border: none;
}

.cart-table th,
.cart-table td {
  border: 1px solid #e9e6e6 !important;
}

.cart-table tr:last-child td {
  border-bottom: none !important;
}

.accordion-button-text {
  font-size: 13px;
}

.license-wrapper i:hover {
  cursor: pointer;
  color: #ef6f0f;
}

.table-bordered > tbody > tr > td {
  text-align: right;
}

.table-no-vertical-border th,
.table-no-vertical-border tr,
.table-no-vertical-border td {
  border-left: none !important;
  border-right: none !important;
}

.registered-courses {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ----------------------------------------
	Cart Table
-------------------------------------------*/
.product-cart-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 600px) {
  .product-cart-wrapper {
    gap: 8px;
  }
}
.product-image > tbody > tr > td img {
  max-height: 70px;
  border-radius: 12px;
}

.product-image > tbody > tr > td {
  padding: 12px 8px !important;
  text-align: center;
}

.product-image > thead > tr > th {
  font-size: 16px !important;
}

.product-image {
  border-radius: 12px;
}

.discount-input {
  border-radius: 0 12px 12px 0 !important;
  text-align: end;
  height: 42px;
}

.discount-btn {
  border-radius: 12px 0 0 12px !important;
  color: #333333;
  height: 42px !important;
  padding: 0 10px;
}

.discount-btn span {
  padding: 0;
}

.cart-table-total {
  color: #212121;
  font-size: 14px;
}

.cart-table-total-amount {
  color: #333333;
  font-size: 13px;
}

.cart-table-subtotal {
  color: #212121;
  font-size: 14px;
}

.cart-table-subtotal-amount {
  font-size: 13px;
  color: #333333;
}

/* ----------------------------------------
	Cart Page
-------------------------------------------*/
.subtotal-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.subtotal-wrapper p {
  margin: 0;
}

.table > tbody > tr > td {
  padding: 8px 0 8px 8px;
}

.product-subtotal {
  color: #333333 !important;
  font-size: 14px;
}

.cart-table-detail {
  color: #333333;
  font-size: 14px;
}

.purchase-detail {
  font-size: 16px;
  font-weight: 400;
}

/* ----------------------------------------
	Cart Page
-------------------------------------------*/
/* ----------------------------------------
  Exam
-------------------------------------------*/
.exam-more-info {
  text-align: center;
  padding-top: 10px;
  padding-left: 28px;
  padding-right: 9px;
}

.exam-guid-wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
}

.exam-guid-wrapper h4[aria-expanded=true] + i {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.exam-guid-wrapper h4 {
  cursor: pointer;
}

.participate-exam {
  text-align: center;
  margin-top: 30px;
}
.participate-exam p {
  color: #333333;
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
.participate-exam a {
  color: #333333;
  cursor: pointer;
  font-weight: bold;
}
.participate-exam a:hover {
  color: #ef6f0f;
}

.collapsing {
  width: 100%;
  display: flex;
}

.collapse.in {
  display: flex !important;
  width: 100% !important;
}

.accordion-body p {
  margin-bottom: 0 !important;
}

/* ----------------------------------------
	Exam
-------------------------------------------*/
/* ----------------------------------------
	Gym / Fitness
-------------------------------------------*/
.fitness-section h1 {
  font-size: 80px;
}

.schedule-wrap {
  background: #8BC34A;
  padding: 65px 50px;
}

.schedule-wrap ul.nav-tabs {
  border: none;
  margin-bottom: 45px;
}

.schedule-wrap .nav-tabs {
  text-align: center;
}

.schedule-wrap .nav-tabs li {
  display: inline-block;
  float: inherit;
  margin: 0;
}

.schedule-wrap .nav-tabs li a {
  background: transparent;
  border-radius: 0px;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 25px;
  border: 1px solid #ffffff;
}

.schedule-wrap .nav-tabs li.active a {
  background: #ffffff;
  color: #212121;
  border: 1px solid #ffffff;
}

.schedule-wrap .nav-tabs li.active a:hover,
.schedule-wrap .nav-tabs li a:hover {
  background: #ffffff;
  color: #212121;
  border: 1px solid #ffffff;
}

.schedule-wrap .nav-tabs li:last-child a {
  margin-right: 0;
}

.schedule-tab ul {
  margin-top: 15px;
  padding: 15px 0 15px 10px;
  border: 1px solid #ffffff;
}

.schedule-tab ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  width: 24.5%;
}

.schedule-tab ul li:nth-child(1) {
  padding-left: 20px;
}

.schedule-tab ul li:nth-child(2) {
  text-align: center;
}

.schedule-tab ul li:nth-child(3) {
  text-align: center;
}

.schedule-tab ul li:nth-child(4) {
  text-align: right;
}

.schedule-tab ul li:nth-child(4) a {
  background: #ffffff;
  border-radius: 30px;
  font-size: 15px;
  color: #212121;
  padding: 12px 20px;
}

.schedule-tab ul li:nth-child(4) a:hover {
  background: #212121;
  color: #ffffff;
}

#demo {
  height: 650px;
}

#demo .gradient-overlay-bg {
  height: 650px;
}

.product .preview-box {
  background: #212121;
  margin-top: 0;
  padding: 15px;
}

.preview-box h4 {
  color: #ffffff;
}

.terms h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.terms p {
  margin-bottom: 25px;
}

.careers-listing {
  list-style: none;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-left: 0;
}

.careers-listing li:last-child {
  border-bottom: none;
}

.careers-listing h5 {
  font-size: 20px;
}

.careers-listing li {
  padding: 25px 0;
  border: none;
  border-bottom: 1px solid #E8e8e8;
  list-style: none;
}

.career-location {
  border-left: solid 1px #ccc;
  padding-left: 13px;
}

.order-statuses {
  margin-right: 10px;
  font-weight: 500;
}

.order-details {
  text-align: left;
  padding-top: 10px;
  padding-left: 28px;
  padding-right: 27px;
}

.license-wrapper {
  display: flex;
  justify-content: right;
  gap: 8px;
  align-items: baseline;
}

.cart-price-wrapper {
  display: flex;
  flex-direction: column;
}
.cart-price-wrapper del {
  font-size: 13px;
}

.invoice-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.invoice-wrapper p {
  margin-bottom: 14px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
}

.total-invoice-titles {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
}

.total-invoice-values {
  font-size: 13px;
  color: #333333;
}

.order-cost {
  display: flex;
  flex-direction: column;
  align-items: right;
  gap: 8px;
  text-align: right;
  padding-right: 27px;
}
.order-cost p {
  margin: 0;
}
.order-cost span {
  font-size: 14px;
}

.header-badge {
  background-color: #ef6f0f !important;
  padding-top: 3px !important;
}

.new-badge {
  position: absolute;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 10px;
  top: 35px;
  right: 126px;
  font-size: 13px;
  background-image: -ms-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -moz-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -o-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E91E63), color-stop(100, #03a8f4));
  background-image: -webkit-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: linear-gradient(to bottom, #E91E63 0%, #03a8f4 100%);
}

.new-badge-product {
  position: absolute;
  top: -8px;
  right: 8px;
  padding: 4px 15px;
  background-image: -ms-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -moz-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -o-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E91E63), color-stop(100, #03a8f4));
  background-image: -webkit-linear-gradient(top, #E91E63 0%, #03a8f4 100%);
  background-image: linear-gradient(to bottom, #E91E63 0%, #03a8f4 100%);
  border-radius: 4px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 99;
}

.hero-text .fade-text {
  opacity: 0;
  animation: fadeInOut 9s infinite;
  position: absolute;
  width: 100%;
}

.hero-text .fade-text:nth-of-type(1) {
  animation-delay: 0s !important;
}

.hero-text .fade-text:nth-of-type(2) {
  animation-delay: 3s !important;
}

.hero-text .fade-text:nth-of-type(3) {
  animation-delay: 6s !important;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.achievements-section {
  padding: 60px 0;
  background: #f9f9f9;
}
.achievements-section .row div {
  padding-top: 10px;
}

.achievement-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.achievement-box:hover {
  transform: translateY(-8px);
}

.achievement-box h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ef6f0f;
}

.achievement-box p {
  margin-top: 10px;
  font-size: 1.2rem;
}

.logos-wave {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
}

.logos-track {
  display: flex;
  gap: 50px;
  flex-shrink: 0;
  animation: waveScroll 70s linear infinite;
}

.logos-track img {
  width: 100px !important;
  height: 100px;
  object-fit: contain;
}

.brand-logo {
  animation: waveUpDown 6s ease-in-out infinite alternate;
}

.brand-logo.alt {
  animation: waveDownUp 6s ease-in-out infinite alternate;
}

@keyframes waveUpDown {
  from {
    transform: translateY(25px);
  }
  to {
    transform: translateY(-25px);
  }
}
@keyframes waveDownUp {
  from {
    transform: translateY(-25px);
  }
  to {
    transform: translateY(25px);
  }
}
@keyframes waveScroll {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-0.3%);
  }
}
.services-section {
  padding: 60px 0;
}
.services-section .service-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-items: stretch;
}
.services-section .flip {
  -webkit-perspective: 800;
  perspective: 800;
  position: relative;
  text-align: center;
}
.services-section .flip .service-card {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
  position: relative;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 3/2;
}
.services-section .flip .service-card .front .service-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.services-section .flip .service-card .front .service-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}
.services-section .flip .service-card .back .service-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.services-section .flip .service-card .back .service-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
}
.services-section .service-card .inner {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.services-section .service-card .service-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 0;
}
.services-section .service-card .service-content-box .service-title {
  color: #ffffff;
}
.services-section .service-card .service-content-box .service-title h6 {
  color: #ffffff;
}
.services-section .service-card .service-content-box .service-description {
  color: #ffffff;
}
.services-section .service-card .service-content-box .read-more-btn a {
  color: #ef6f0f;
}
.services-section .flip .service-card.flipped {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.services-section .flip .service-card .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.services-section .flip .service-card .front {
  position: absolute;
  z-index: 1;
}
.services-section .flip .service-card img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  object-position: 50% 20%;
}
.services-section .flip .service-card .back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  position: absolute;
}

@media (max-width: 650px) {
  .services-section .service-card-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    align-items: stretch;
  }
}
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.order-sm-0 {
  order: 0;
}

.order-sm-1 {
  order: 1;
}

.order-sm-2 {
  order: 2;
}

.order-sm-3 {
  order: 3;
}

.order-sm-4 {
  order: 4;
}

.order-sm-5 {
  order: 5;
}

.order-sm-last {
  order: 6;
}

.order-sm-first {
  order: -1;
}

@media (min-width: 576px) {
  .d-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-last {
    order: 6;
  }
  .order-sm-first {
    order: -1;
  }
}
.modal-dialog-centered.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
