/* @import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,700|Oswald:200,300,400,500,600,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap'); */

/*
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-family: BahijBlack;
*/

@import url('flaticon.css');
@import url('jquery-ui.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('owl.css');
@import url('swiper.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('jquery.fancybox.min.css');

@font-face {
    font-family: certificat_user;
    src: url('../Font/Barada_Reqa.ttf') format('truetype');
}
@font-face {
    font-family: P_B;
    src: url('../Font/AvenirArabic-Heavy.otf') format('truetype');
}
@font-face {
    font-family: P_M;
    src: url('../Font/AvenirArabic-Medium.otf') format('truetype');
}
@font-face {
    font-family: p_R;
    src: url('../Font/AvenirArabic-Book.otf') format('truetype');
}
/*
@font-face {
    font-family: "Almarai", serif;
    src: url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap') format('truetype');
}


@font-face {
    font-family: "Almarai", serif;
    src: url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap') format('truetype');
}

@font-face {
    font-family: "Almarai", serif;
    src: url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap') format('truetype');
}

@font-face {
        font-family: Madin_SB;
    src: url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap') format('truetype');
}
*/

/*
@font-face {
        font-family: "IBM Plex Sans Arabic", sans-serif;
    src: url('../Font/Bahij_TheSansArabic-SemiLight.ttf') format('truetype');
}
*/

/***

====================================================================
		Reset
====================================================================

***/


* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/***

====================================================================
	Global Settings
====================================================================

***/

body {

    font-size: 14px;
    color: #999999;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'P_R';
    direction: rtl;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--secondary-color);
    font-weight: 400;
    font-family: 'P_M';
}

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

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 700 !important;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'P_B';

}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p, .text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #999999;
    margin: 0;
    font-family: 'P_R';
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

::selection {
    background: var(--secondary-color);
    color: #ffffff;
}

::-moz-selection {
    background: var(--secondary-color);
    color: #ffffff;
}

::-webkit-selection {
    background: var(--secondary-color);
    color: #ffffff;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
}

main {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

main .content-inner {
    position: relative;
}

.sidenav-bar .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.sidenav-bar .mCSB_scrollTools {
    opacity: 0 !important;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

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

/*Btn Style One*/

.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 13px 35px;
    font-weight: 500;
    background-color: #252525;
    border: 2px solid #252525;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.30);
}

.btn-style-one .btn-title {
    position: relative;
}

.btn-style-one:hover {
    color: #ffffff;

}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--secondary-color);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/*Btn Style Two*/
.btn-style-two {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 0px 40px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    background-color: var(--secondary-color);
    overflow: hidden;
}

.btn-style-two .btn-title {
    position: relative;
}

.btn-style-two:hover {
    color: var(--secondary-color);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/*Btn Style Three*/
.btn-style-three {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    padding: 10px 40px;
    font-weight: 700;
    background-color: #ffffff;
    overflow: hidden;
}

.btn-style-three .btn-title {
    position: relative;
}

.btn-style-three:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000000;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/*Btn Style Four*/
.btn-style-four {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 40px;
    font-weight: 400;
    overflow: hidden;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-style-four:hover {
    color: var(--secondary-color);
    background-color: #fff;
    border: 2px solid #222222;
    -webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

/*=== List Style One ===*/
.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-one li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #f1f1f1;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 15px;
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: var(--secondary-color);
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
}

/*=== List Style Two ===*/
.list-style-two {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.list-style-two li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: 'P_M';
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-color);
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
}

.theme_color {
    color: var(--secondary-color);
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/Abkary/logota3lom.png);
    background-size: 124px;
}

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

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    left: 20px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    font-size: 14px;
    line-height: 53px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    background: var(--secondary-color);
    display: none;
    border-radius: var(--general-border-radius);
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--primary-color);
    color: #fff;
}

/***

====================================================================
	Main Header
====================================================================

***/

.main-header {
    position: fixed;
    left: 0;
    top: 30px;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.fixed-header {
    top: 0;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(199 199 199 / 50%);
}

.main-header .main-box {
    position: relative;
    padding: 10px 0px;
}

.main-header .logo-box {
    position: relative;
    float: left;
    padding: 5px 0;
    width: 99px;
    margin-left: 10px;
}

.main-header .outer-box {
    position: relative;
    float: right;
}

.main-header .btn-box {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 8px 0;
}

.nav-toggler {
    position: relative;
    display: block;
    height: 44px;
    width: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -moz-transform 0.2s;
    -o-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.nav-toggler span {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 32px;
    height: 3px;
    background-color: var(--secondary-color);
}

.nav-toggler span::before, .nav-toggler span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s, width 0.2s;
    -moz-transition: -moz-transform 0.2s, width 0.2s;
    transition: transform 0.2s, width 0.2s;
}

.nav-toggler span::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.nav-toggler span::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.no-touch .nav-toggler:hover {
    /* rotate trigger on hover */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.no-touch .nav-toggler:hover span::after,
.no-touch .nav-toggler:hover span::before {
    /* animate arrow --> from hamburger to arrow */
    width: 50%;
}

.no-touch .nav-toggler:hover span::before {
    -webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
    -moz-transform: translateX(1px) translateY(1px) rotate(45deg);
    -ms-transform: translateX(1px) translateY(1px) rotate(45deg);
    -o-transform: translateX(1px) translateY(1px) rotate(45deg);
    transform: translateX(1px) translateY(1px) rotate(45deg);
}

.no-touch .nav-toggler:hover span::after {
    -webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    -o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
    transform: translateX(1px) translateY(-1px) rotate(-45deg);
}

/*Search Box Widget*/

.main-header .search-box {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 8px 0;
}

.main-header .search-box .search-btn {
    position: relative;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    color: #000;
    padding: 0;
    border-radius: var(--general-border-radius);
    background-color: transparent;
}

.main-header .LogonParent {
    position: relative;
    float: left;
    margin-left: 10px;
    padding: 8px 0;
}

.main-header .LogonParent a {
    background: var(--primary-color);
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: var(--general-border-radius);
    color: #fff;
    width: auto;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
    font-family: 'P_M';
}

.main-header.fixed-header .LogonParent a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
}

.main-header .NewLogin {
    position: relative;
    float: left;
    margin-left: 0px;
    padding: 8px 0;
}

.main-header .NewLogin a {
    font-family: 'P_M';
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-radius: var(--general-border-radius);
    color: #3F1904;
    width: 100px;
    text-align: center;
    font-weight: 100;
    font-size: 14px;
}

.main-header.fixed-header .NewLogin a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400
}

.form-group label {
    font-weight: 400;
    color: #000;
}

/***

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: #111111;
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/icons/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: var(--general-border-radius);
    text-align: center;
    background-color: #252525;
    width: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid var(--secondary-color);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 50px;
    color: #f1f1f1;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #252525;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.40);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #aaaaaa;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: var(--secondary-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #aaaaaa;
}

/*search box btn*/

.main-header .cart-btn {
    position: relative;
    float: left;
    padding: 8px 0;
}

.main-header .cart-btn:before {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    content: "";
    visibility: hidden;
    box-shadow: none !important;
}

.main-header .cart-btn button {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: transparent;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    z-index: 9;
}

.main-header .cart-btn .count {
    position: absolute;
    right: 0px;
    top: 4px;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
    border-radius: var(--general-border-radius);
}

.main-header .badge {
    background-color: #dddddd;
    border-radius: var(--general-border-radius);
    color: #000;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.main-header .shopping-cart {
    position: absolute;
    margin: 20px 0;
    right: 0;
    background: #222222;
    width: 300px;
    border-radius: var(--general-border-radius);
    padding: 20px;
    max-height: 450px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
    transform-origin: top right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .cart-btn:hover:before,
.main-header .cart-btn:hover .shopping-cart {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
}

.main-header .shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #444444;
    padding-bottom: 15px;
}

.main-header .shopping-cart .shopping-cart-total {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #dddddd;
}

.main-header .shopping-cart .shopping-cart-total .lighter-text {
    font-size: 14px;
    line-height: 30px;
    color: #aaaaaa;
}

.main-header .shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.main-header .shopping-cart .shopping-cart-items li {
    position: relative;
    margin-bottom: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.40);
    background-color: #252525;
}

.main-header .shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}

.main-header .shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 7px;
    font-size: 17px;
    color: #ffffff;
}

.main-header .shopping-cart .shopping-cart-items .item-price {
    color: var(--secondary-color);
    margin-right: 8px;
}

.main-header .shopping-cart .shopping-cart-items .item-quantity {
    color: #dddddd;
}

.main-header .shopping-cart .shopping-cart-items .product-detail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.main-header .shopping-cart .cart-icon {
    color: #dddddd;
    font-size: 22px;
    margin-right: 7px;
    float: left;
}

.main-header .shopping-cart .theme-btn {
    display: block;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.main-header .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.main-header .mCSB_scrollTools {
    opacity: 0 !important;
}

.main-menu {
    position: relative;
    float: left;
    font-family: 'P_R';
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

/***

====================================================================
	Sidenav Bar
====================================================================

***/

.sidenav-bar {
    position: fixed;
    right: 0px;
    top: 0;
    max-width: 100%;
    height: 100%;
    width: 20%;
    background-color: #fff;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

.sidenav-bar .upper-box {
    padding: 15px;
    padding-bottom: 0;
}

.sidenav-bar .logo-box {

}

.sidenav-bar .logo-box img {
    width: 60px;
}

.sidenav-bar .nav-logo {
    position: relative;
    padding: 30px 20px;
    text-align: left;
}

.sidenav-bar .nav-logo img {
    max-width: 200px;
}

.sidenav-bar-visible {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidenav-bar-visible .sidenav-bar {
    opacity: 1;
    right: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;

    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidenav-bar-visible header {
    width: 80%;
}

.sidenav-bar-visible main {
    width: 80%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.30);
}

.sidenav-bar .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.sidenav-bar-visible .sidenav-bar .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sidenav-bar .close-btn {
    position: absolute;
    right: 15px;
    top: 25px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 24px;
    color: var(--secondary-color);
    background-color: transparent;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.sidenav-bar-visible .sidenav-bar .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidenav-bar .close-btn:hover {
    opacity: 0.50;
}

.sidenav-bar .side-nav {
    position: relative;
    margin-top: 25px;
}

.sidenav-bar .navigation {
    position: relative;
    display: block;
    margin: 0 0px;
    font-family: 'P_R';
    overflow: hidden;
}

.sidenav-bar .navigation > li {
    position: relative;
    display: block;
    left: 100%;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidenav-bar-visible .sidenav-bar .navigation > li {
    left: 0;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    border-bottom: 0px solid #eee;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:last-child {
    border-bottom: 0px solid #eee;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(3) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(4) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(5) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(6) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(7) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(8) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.sidenav-bar-visible .sidenav-bar .navigation > li:nth-child(9) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.sidenav-bar .navigation li > a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
    /* background-color: rgba(0,0,0,0.20); */
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'P_R';
}

.sidenav-bar .navigation > li > a {
    font-weight: 400;
    letter-spacing: 0em;
    text-transform: uppercase;
}
.sidenav-bar .navigation > li > a img{
    float: left;
    position: relative;
}
.sidenav-bar .navigation li:hover > a,
.sidenav-bar .navigation li.current > a {
    color: var(--secondary-color);
}

.sidenav-bar .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sidenav-bar .navigation li.dropdown .dropdown-btn .fa{
    opacity: 0;
}
.sidenav-bar .navigation li.dropdown .dropdown-btn.active .fa:before {
    display: inline-block;
    position: relative;
    content: "\f068";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidenav-bar .navigation li > ul,
.sidenav-bar .navigation li > ul > li > ul {
    display: none;
    background-color: #f9f9f9;
        width: 90%;
    margin: auto;
    border-radius: 8px;
}

.sidenav-bar .contact-info-box {
    position: relative;
    padding: 0 30px;
    margin-top: 40px;
}

.sidenav-bar .contact-info-box .info-box {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}

.sidenav-bar .contact-info-box .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
}

.sidenav-bar .contact-info-box .info-box strong {
    font-size: 14px;
    line-height: 24px;
    font-family: 'P_B';
    color: #ffffff;
}

.sidenav-bar .contact-info-box .info-box p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.sidenav-bar .contact-info-box .info-box p a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidenav-bar .contact-info-box .info-box p a:hover {
    color: var(--secondary-color);
}

/*===============================================
		Header Style Two
================================================*/
.header-span {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
}

.header-style-two {
    position: relative;
    background-color: #fff;
    top: 0;
}

.header-style-two .logo-outer {
    position: relative;
    float: left;
}

.header-style-two .logo {
    position: relative;
}

.header-style-two .logo img {
    position: relative;
    max-width: 100%;
    height: 100px;
    transition: all .2s ease-in-out;
        padding: 10px 0;
}

.main-header.fixed-header .logo img {
    height: 55px;
    padding: 0;
}

.main-header.fixed-header .main-menu .navigation > li > a {
    font-size: 14px;
}

.rtl .main-header.fixed-header .main-box {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-style-two .nav-outer {
    position: relative;
    float: right;
    display: flex;
    /* height: calc(100% - 20px); */
    align-items: center;
    /* left: 0; */
    width: calc(100%);
    justify-content: space-between;
}

.header-style-two .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    padding: 15px 0;
    opacity: 1;
    text-align: center;
    font-family: 'P_M';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: var(--primary-color);
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #292929;
    line-height: 20px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 110%;
    width: 250px;
    padding: 10px;
    z-index: 100;
    background: #fff;
    margin-top: 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    border-left: 0px solid var(--secondary-color);
    color: var(--secondary-color);
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 110%;
    top: 0%;
    width: 200px;
    padding: 0px 0px;
    z-index: 100;
    background: rgba(47, 46, 50, .90);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    border-left: 4px solid transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #ffffff;
    background: #222222;
    border-left: 4px solid var(--secondary-color);
}

.main-menu .navigation > li.dropdown:hover > ul {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
    display: flex;
}

.header-style-two .outer-box .btn-box {
    display: none;
}

/***

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    padding-top: 60px;
    margin-bottom: 60px;
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1.2em;
    color: var(--secondary-color);
    font-weight: 700;
    transform: scaleY(0);
    transform-origin: bottom;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

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

.sec-title.active h2 {
    transform: scale(1);
}

.sec-title .text {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}

.sec-title .float-text {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 200px;
    line-height: .65em;
    color: #131313;
    font-weight: 700;
    font-family: 'P_B';
    letter-spacing: .2em;
    text-transform: uppercase;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.sec-title.text-center .float-text {
    right: 0;
    margin: 0 auto;
}

.sec-title.active .float-text {
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.50);
    letter-spacing: 0;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    background-image:url(../images/Abkary/headerBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-title .ImageHeader {
background: hsl(6deg 73.78% 42.14% / 90%);
    position: relative;
    min-height: 150px;
    height: auto;
    overflow: hidden;
}

.page-title .ImageHeader img {
    display: block;

    position: absolute;
}

.page-title .ImageHeader .image_Right {

    right: 0;
    top: 0;
    display: none;
}

.page-title .ImageHeader .image_Left {
    left: 0;
    bottom: 0;
    display: none;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;

}

.page-title .auto-title {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2em;

    font-weight: 700;
    text-transform: capitalize;
    font-family: 'P_B';

}

.page-title h2 p {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
        margin-top: 10px;
}

.page-title p {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
}

.page-title p span {
    color: #fff;
}

.page-title .LabelData{
    background: #FFFFFF1A;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
}
.page-title .LabelData span{
    
}

.page-breadcrumb {
    position: relative;
    margin-top: 5px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: ">";
    right: -2px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: var(--secondary-color);
}

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #000000;
    color: #ffffff;
    z-index: 1;
    padding-left: 5px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all .4s ease-in-out;
}

.play-now img.icon {
    position: relative;
    display: inline-block;
    height: 96px;
    width: 96px;
    text-align: center;
    line-height: 80px;
    background-color: #ffffff;
    color: #ffffff;
    z-index: 1;
    padding-left: 0;
    padding: 22px;
    font-size: 24px;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: all .4s ease-in-out;
}

/*
.play-now:hover .icon{
    background: var(--secondary-color) !important;
    color: #fff !important;
}
*/
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/***

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .swiper-slide .content-box {
    position: relative;
    height: 100vh;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .swiper-slide .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9;
}

.banner-section .swiper-slide .content .inner {
    position: relative;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.banner-section .swiper-slide .content .inner:before {
    position: absolute;
    left: -50px;
    top: -60px;
    bottom: -50px;
    width: 350px;
    transform: scaleX(0);
    transform-origin: left;
    text-transform: uppercase;
    border: 10px solid var(--secondary-color);
    border-right: 0;
    content: "";
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section .swiper-slide-active .content .inner:before {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section .swiper-slide .content .inner:after {
    position: absolute;
    right: -50px;
    top: -60px;
    bottom: -50px;
    width: 350px;
    transform: scaleX(0);
    transform-origin: right;
    text-transform: uppercase;
    border: 10px solid var(--secondary-color);
    border-left: 0;
    z-index: -1;
    content: "";
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section .swiper-slide-active .content .inner:after {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section .swiper-slide h2 {
    position: relative;
    display: block;
    font-size: 100px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    text-transform: uppercase;
    font-family: 'P_B';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section .swiper-slide-active h2 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}

.banner-section .swiper-slide h3 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    text-transform: uppercase;
    font-family: 'P_B';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section .swiper-slide-active h3 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}

.banner-section .swiper-slide .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section .swiper-slide .btn-box {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-section .swiper-slide-active .btn-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1250ms;
}

.swiper-slide-active {
    z-index: 3;
}

.banner-slider-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: 100vh;
}

.banner-slider {
    position: relative;
}

.banner-slider .swiper-slide {
    overflow: hidden;
}

.banner-slider-arrows {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 9;
}

.banner-slider-arrow {
    position: relative;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: .30;
}

.banner-slider-arrow:hover {
    opacity: 1;
}

.banner-slider-arrow.banner-slider-arrow--previous {
    left: 0;
}

.banner-slider-arrow.banner-slider-arrow--next {
    left: auto;
    right: 0;
}

.banner-slider-counter {
    display: none;
}

.banner-slider-item {
    position: relative;
}

.banner-slider-item .media-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider-counter {
    position: absolute;
    bottom: 40px;
    left: 50px;
    color: #ffffff;
    z-index: 3;
    font-size: 18px;
}

.banner-section .circular-menu {
    position: absolute;
    right: 50px;
    bottom: 40px;
    z-index: 99;
    opacity: .50;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .circular-menu.active,
.banner-section .circular-menu:hover {
    opacity: 1;
}

.circular-menu .floating-btn {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: var(--general-border-radius);
    background-color: #ffffff;
    color: #222222;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    outline: 0;
}

.circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
    background-color: #ffffff;
}

.circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .2);
}

.circular-menu .floating-btn i {
    font-size: 14px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.circular-menu.active .floating-btn i:before {
    content: "\f00d";
}

.circular-menu:after {
    display: block;
    content: ' ';
    height: 50px;
    width: 50px;
    border-radius: var(--general-border-radius);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: var(--secondary-color);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.circular-menu.active:after {
    -webkit-transform: scale3d(5.5, 5.5, 1);
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
}

.circular-menu .menu-item {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.circular-menu .menu-item span {
    color: #222222;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: var(--general-border-radius);
    text-align: center;
    line-height: 3;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.circular-menu .menu-item:hover span {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.circular-menu .menu-item:hover span {

}

.circular-menu.active .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
    -webkit-transform: translate3d(1em, -7em, 0);
    transform: translate3d(1em, -7em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
    -webkit-transform: translate3d(-3.5em, -6.3em, 0);
    transform: translate3d(-3.5em, -6.3em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    -webkit-transform: translate3d(-6.5em, -3.2em, 0);
    transform: translate3d(-6.5em, -3.2em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
    -webkit-transform: translate3d(-7em, 1em, 0);
    transform: translate3d(-7em, 1em, 0);
}

/***

====================================================================
		Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;
}

.banner-section-two .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section-two .slide-item .content-box {
    position: relative;
    height: 100vh;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section-two .slide-item .content-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;


}

.banner-section-two .WelcomBTN {
    margin-bottom: 15px;
}

.banner-section-two .WelcomBTN .btn-style-two {
    background: #3F190414;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
}

.banner-section-two .WelcomBTN .btn-style-two:before {
    background-color: var(--primary-color);
    color: #fff;
}

.banner-section-two .WelcomBTN .btn-style-two span {
    transition: all .4s ease-in-out;
}

.banner-section-two .WelcomBTN .btn-style-two:hover span {
    color: #fff;
}

/***/
.banner-section-two .AboutMore {
    margin-bottom: 35px;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-two .AboutMore .btn-style-two {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.banner-section-two .AboutMore .btn-style-two:before {
    background-color: var(--primary-color);
    color: #fff;
}

.banner-section-two .AboutMore .btn-style-two span {
    transition: all .4s ease-in-out;
}

.banner-section-two .AboutMore .btn-style-two:hover span {
    color: #fff;
}

.banner-section-two .slide-item .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9;
}

.banner-section-two .slide-item .content {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 1) 50%);
    padding: 0 0px;
    padding-top: 100px;
    width: 100%;
    right: 0;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-section-two .slide-item .title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--secondary-color);
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-two .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.banner-section-two .slide-item h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 50px;
      
    color: #000;
    font-weight: 900;
    margin-bottom: 25px;
    opacity: 0;
width: 45%;
    text-align: justify;
    direction: rtl;
    margin-left: auto;
    font-family: 'P_B';
    text-transform: uppercase;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-two .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-section-two .slide-item .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    opacity: 0;
    margin-left: auto;
    width: 40%;
    direction: rtl;
    text-align: justify;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-two .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}

.banner-section-two .slide-item .btn-box {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-two .slide-item .btn-box .theme-btn {
    margin-right: 25px;
    border-radius: var(--general-border-radius);
    padding: 0;
    width: 142px;
}

.banner-section-two .active .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section-two .owl-nav {
    position: absolute;
    right: calc(50% - 65px);
    bottom: 20px;
    z-index: 9;
}

.banner-section-two .owl-next,
.banner-section-two .owl-prev {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: var(--primary-color);
    line-height: 50px;
    opacity: 1;
    border-radius: var(--general-border-radius);
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.banner-section-two .owl-next:hover,
.banner-section-two .owl-prev:hover {
    opacity: 1;
    background: var(--secondary-color);
    color: #fff;
}

.banner-section-two .square-menu {
    position: absolute;
    right: 50px;
    bottom: 40px;
    z-index: 99;
    transition: all 300ms ease;
    opacity: .50;
}

.banner-section-two .square-menu.active,
.banner-section-two .square-menu:hover {
    opacity: 1;
}

.square-menu .floating-btn {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #222222;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    outline: 0;
}

.square-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
    background-color: #ffffff;
}

.square-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .2);
}

.square-menu .floating-btn i {
    font-size: 14px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.square-menu.active .floating-btn {
    border-radius: var(--general-border-radius);
}

.square-menu.active .floating-btn i:before {
    content: "\f00d";
}

.square-menu .items-wrapper {
    padding: 0;
    margin: 0;
}

.square-menu .menu-item {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.square-menu .menu-item span {
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    color: #222222;
    background-color: #ffffff;
    text-align: center;
    border-radius: var(--general-border-radius);
    transition: all 200ms ease;
}

.square-menu .menu-item:hover span {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.square-menu.active .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.square-menu.active .menu-item:nth-child(1) {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.square-menu.active .menu-item:nth-child(2) {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.square-menu.active .menu-item:nth-child(3) {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
}

.square-menu.active .menu-item:nth-child(4) {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

/***

====================================================================
		Banner Section Three
====================================================================

***/

.banner-section-three {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section-three .layer-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.banner-section-three .shape-outer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9;
}

.banner-section-three .left-shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(14, 14, 14);

    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#242424', GradientType=1);
}

.banner-section-three .imageSlidr {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 0;
}

.banner-section-three .imageSlidr img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-section-two .imageSlidr {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    z-index: 0;
}

.banner-section-two .imageSlidr img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.banner-section-two .imageSlidr img::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

.banner-section-three .left-shape:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .20;
    background: -moz-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(19, 19, 19, 0) 1%, rgba(255, 255, 255, 0.5) 50%, rgba(36, 36, 36, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(19, 19, 19, 0) 1%, rgba(255, 255, 255, 0.5) 50%, rgba(36, 36, 36, 0) 100%);
    background: linear-gradient(to bottom, rgba(14, 14, 14, 1) 0%, rgba(19, 19, 19, 0) 1%, rgba(255, 255, 255, 0.5) 50%, rgba(36, 36, 36, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#00242424', GradientType=0);
    content: "";
}

.banner-section-three .center-stipts:before,
.banner-section-three .center-stipts:after,
.banner-section-three .center-stipts {
    position: absolute;
    left: 40%;
    top: 20%;
    height: 70px;
    width: 500px;
    opacity: .50;
    background: -moz-linear-gradient(left, rgba(255, 188, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 188, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(255, 188, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary-color)', endColorstr='#007db9e8', GradientType=1);
    content: "";
}

.banner-section-three .center-stipts:after {
    margin-top: 100px;
    left: 100px;
    opacity: 1;
}

.banner-section-three .center-stipts:before {
    margin-top: 200px;
    left: 200px;
    opacity: 1;
    display: none;
}

.banner-section-three .content-outer {
    position: relative;
    height: 100vh;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section-three .content-box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9;
}

.banner-section-three .inner {
    position: relative;
    width: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-three h2 {
    position: relative;
    display: block;
    font-size: 54px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: 'P_M';
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-three .wrap {
    display: inline-block;
    color: var(--secondary-color);
    line-height: 1em;
}

.banner-section-three .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    max-width: 450px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-section-three .social-icon-two {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 99;
}

/***

====================================================================
			About Us
====================================================================

***/

.about-us {
    position: relative;
    padding: 120px 0 70px;
}

.about-us .sec-title {
    margin-bottom: 30px;
}

.about-us .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-us .content-column .inner-column {
    padding-right: 70px;
}

.about-us .about-years {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 30px;
    background-color: #252525;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.30);
    text-transform: capitalize;
}

.about-us .about-years span {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 1em;
}

.about-us .about-years h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    font-family: 'P_M';
}

.about-us .content-column .text-box {
    margin-bottom: 30px;
}

.about-us .content-column .text-box p {
    position: relative;
    margin-bottom: 20px;
}

.feature-block {
    position: relative;
    margin-bottom: 30px;
}

.feature-block .inner-box {
    position: relative;
    padding-left: 65px;
}

.feature-block .icon-box {
    position: absolute;
    left: 0;
    top: 15px;
}

.feature-block .icon-box .icon {
    display: block;
    font-size: 32px;
    line-height: 1em;
    color: var(--secondary-color);
    font-weight: 400;
}

.feature-block h4 {
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
}

.feature-block h4 a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block h4 a:hover {
    color: var(--secondary-color);
}

.feature-block .text {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.about-us .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-us .image-column .inner-column {
    position: relative;
    padding-top: 20px;
}

.about-us .image-column .inner-column:before {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 500px;
    width: 400px;
    border: 20px solid var(--secondary-color);
    content: "";
    transform: translateX(50px);
}

.about-us .image-column .image {
    position: relative;
    z-index: 9;
    padding: 50px;
    margin-bottom: 0;
    text-align: center;
}

.about-us .image-column .image img {
    display: inline-block;
    width: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.80);
}

.about-us .single-item-carousel {
    position: relative;
    padding-bottom: 30px;
}

.about-us .single-item-carousel .owl-nav {
    display: none;
}

.about-us .single-item-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.about-us .single-item-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: rgba(255, 255, 255, .50);
    margin: 0 5px;
}

.about-us .single-item-carousel .owl-dot.active {
    background-color: var(--secondary-color);
}

/***

====================================================================
			About Me
====================================================================

***/

.about-me {
    position: relative;
    padding: 120px 0 100px;
}

.about-me .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-me .image-column .image-box {
    position: relative;
    padding-right: 70px;
}

.about-me .image-column .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.80);
}

.about-me .image-column .image img {
    display: block;
    width: 100%;
}

.about-me .info-column {
    position: relative;
}

.about-me .info-column .inner-column {
    position: relative;
}

.about-me .info-column h1 {
    position: relative;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-me .info-column h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--secondary-color);
}

.about-me .info-column h3 span {
    color: #ffffff;
}

.about-me .info-column .text-box {
    position: relative;
    padding: 50px 40px 40px;
    background-color: #252525;
    border-bottom: 5px solid var(--secondary-color);
    border-radius: var(--general-border-radius);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.about-me .info-column p {
    position: relative;
    font-size: 14px;
    line-height: 1.6em;
    color: #aaaaaa;
    margin-bottom: 30px;
}

.about-me .bottom-box {
    position: relative;
    padding-left: 80px;
    min-height: 50px;
    margin-bottom: 30px;
}

.about-me .bottom-box .signature {
    position: absolute;
    left: 0;
    top: 5px;
    max-width: 70px;
}

.about-me .bottom-box .name {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    padding-top: 5px;
    font-family: 'P_M';
}

.about-me .bottom-box .name span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #aaaaaa;
}

/***

====================================================================
		About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 120px 0 70px;
    z-index: 0;
}

.about-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.about-section .sec-title {
    margin-bottom: 30px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
}

.about-section .content-column .message {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: 600;
    font-family: 'P_M';
    margin-bottom: 30px;
}

.about-section .text-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.about-section .text-box p {
    position: relative;
    margin-bottom: 20px;
}

.about-section .list-style-two li {
    float: left;
    width: 50%;
    color: #aaaaaa;
    font-size: 20px;
    font-weight: 500;
    font-family: 'P_M';
}

.about-section .btn-box {
    position: relative;
    display: block;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 50px 50px 0;
}

.about-section .image-column .image {
    position: relative;
    margin-bottom: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.50);
}

.about-section .image-column .image:before {
    position: absolute;
    left: -50px;
    top: -50px;
    height: 100%;
    width: 100%;
    border: 15px solid var(--secondary-color);
    content: "";
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.50);
    z-index: -1;
}

.about-section .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
}

/***

====================================================================
			Welcome Section
====================================================================

***/

.welcome-section {
    position: relative;
    text-align: center;
    padding: 150px 0 60px;
}

.welcome-section .sec-title {
    margin-bottom: 100px;
}

.welcome-section .sec-title h2 .logo {
    position: relative;
    display: inline-block;
    top: -5px;
}

.welcome-section .row {
    margin: 0 -40px;
}

.welcome-section .column {
    position: relative;
    padding: 0 40px;
    margin-bottom: 60px;
}

.welcome-section .column .inner-column {
    position: relative;
    background-color: #252525;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.welcome-section .column .lower-content {
    position: relative;
    border-bottom: 5px solid var(--secondary-color);
    border-radius: 0 0 8px 8px;
    padding: 50px 30px;
}

.welcome-section .column .image {
    position: relative;
    margin-bottom: 0;
}

.welcome-section .column .image img {
    display: block;
    width: 100%;
}

.welcome-section h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

/***

====================================================================
		Fun Facts
====================================================================

***/

.fun-facts {
    position: relative;
    padding: 120px 0 70px;
}

.fun-facts.alternate {
    padding-top: 0;
}

/* Fact Counter */

.fact-counter {
    position: relative;
    margin-bottom: 20px;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
    background-color: #252525;
    box-shadow: 0 0 30px rgba(0, 0, 0, .40);
    padding: 40px 30px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fact-counter .column .inner:before {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
    content: "";
}

.fact-counter .icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 1em;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.fact-counter .count-outer {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    font-size: 34px;
    margin-bottom: 20px;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 500;
    color: #ffffff;
    font-size: 34px;
    display: inline-block;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
}

.fun-facts .progress-column {
    position: relative;
    margin-bottom: 50px;
}

.fun-facts .progress-column .inner-column {
    position: relative;
    padding-left: 20px;
}

.fun-facts .progress-column h4 {
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.fun-facts .progress-column .text {
    margin-bottom: 20px;
}

.fun-facts .progress-bars {
    position: relative;
}

.fun-facts .bar-item {
    position: relative;
    margin-bottom: 30px;
}

.fun-facts .bar-item:last-child {
    margin-bottom: 0px;
}

.fun-facts .bar-item .skill-bar {
    position: relative;
    width: 100%;
    height: 5px;
}

.fun-facts .bar-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: #252525;
}

.fun-facts .bar-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    width: 0px;
    border-bottom: 5px solid var(--secondary-color);
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.fun-facts .bar-item .skill-bar .bar-inner .bar:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -2.5px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: var(--general-border-radius);
}

.fun-facts .bar-item .skill-header {
    position: relative;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}

.fun-facts .bar-item .skill-header .skill-title {
    position: relative;
    float: left;
}

.fun-facts .bar-item .skill-percentage {
    position: absolute;
    right: 0px;
    top: -35px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 18px;
}

/***

====================================================================
		Features Section
====================================================================

***/

.features-section {
    position: relative;
    padding: 120px 0 50px;
}

.features-section .text-column {
    position: relative;
    margin-bottom: 70px;
}

.features-section .text-column .inner-column {
    position: relative;
    padding-top: 10px;
}

.features-section .text-column p {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

.features-section .text-column ul {
    margin-bottom: 40px;
}

.feature-block-two {
    position: relative;
    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;
    padding: 20px 30px;
    padding-left: 120px;
    background-color: #252525;
    border-radius: var(--general-border-radius);
    min-height: 130px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid var(--secondary-color);
}

.feature-block-two .inner-box .icon {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 64px;
    line-height: 1em;
    color: var(--secondary-color);
}

.feature-block-two h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}

.feature-block-two .text {
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
    max-width: 300px;
}

.right-column .feature-block-two .inner-box {
    padding-left: 30px;
    padding-right: 120px;
    text-align: right;
}

.right-column .feature-block-two .inner-box .icon {
    left: auto;
    right: 30px;
}

/***

====================================================================
			Service Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 120px 0;
}

.services-section .carousel-outer {
    position: relative;
    margin: 0 -25px;
}

.service-block {
    position: relative;
    padding: 25px 25px;
}

.service-block .inner-box {
    position: relative;
    display: block;
    background-color: #252525;
    text-align: center;
    padding: 50px 20px 50px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.50);
    border-radius: var(--general-border-radius);
    overflow: hidden;
    border-bottom: 4px solid var(--secondary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 100%;
    background-color: #ffffff;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.service-block .inner-box:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.service-block .inner-box .icon {
    position: relative;
    display: block;
    font-size: 64px;
    color: var(--secondary-color);
    line-height: 1em;
    margin-bottom: 30px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.service-block .inner-box:hover .icon {
    -webkit-transform: scale(-1) rotate(-180deg);
    -moz-transform: scale(-1) rotate(-180deg);
    -ms-transform: scale(-1) rotate(-180deg);
    -o-transform: scale(-1) rotate(-180deg);
    transform: scale(-1) rotate(-180deg);
}

.service-block h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    margin-bottom: 15px;
}

.service-block h3 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block h3 a:hover {
    color: var(--secondary-color);
}

.service-block .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 25px;
}

.service-block .read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: var(--general-border-radius);
    background-color: var(--secondary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .read-more:hover {
    background-color: #ffffff;
    color: #222222;
}

.services-section .services-carousel {
    position: relative;
    padding-bottom: 70px;
}

.services-section .owl-nav {
    display: none;
}

.services-section .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.services-section .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    background-color: rgba(255, 255, 255, .50);
    margin: 0 5px;
}

.services-section .owl-dot.active {
    background-color: var(--secondary-color);
}

/***

====================================================================
		Service Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.service-block-two {
    position: relative;
    margin-bottom: 50px;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    background-color: #252525;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.50);
    border-radius: var(--general-border-radius);
    overflow: hidden;
    border-bottom: 4px solid var(--secondary-color);
}

.service-block-two .image-box {
    position: relative;
}

.service-block-two .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.service-block-two .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box:hover .image img {
    opacity: .7;
    transform: scale(1.05);
}

.service-block-two .lower-content {
    position: relative;
    padding: 30px 30px;
}

.service-block-two h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, .10);
    margin-bottom: 15px;
}

.service-block-two h3 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two h3 a:hover {
    color: var(--secondary-color);
}

.service-block-two .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 25px;
}

.service-block-two .read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: var(--general-border-radius);
    background-color: var(--secondary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .read-more:hover {
    background-color: #ffffff;
    color: #222222;
}

/***

====================================================================
		Service Details
====================================================================

***/

.service-detail-section {
    position: relative;
    padding: 120px 0px 80px;
    z-index: 9;
}

.service-detail-section .sidebar-side,
.service-detail-section .content-side {
    position: relative;
    margin-bottom: 50px;
}

.service-detail {
    position: relative;
}

.service-detail .image-box {
    position: relative;
    margin-bottom: 40px;
}

.service-detail .image-box .image {
    position: relative;
    margin-bottom: 0px;
}

.service-detail .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail .content-box {
    position: relative;
}

.service-detail .content-column {
    position: relative;
}

.service-detail .content-column .inner-column {
    position: relative;
}

.service-detail .content-box h2 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}

.service-detail .content-box h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-detail .content-box p {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 27px;
}

.service-detail .two-column {
    position: relative;
    margin-top: 40px;
}

.service-detail .two-column .text-column {
    position: relative;
    margin-bottom: 13px;
}

.service-detail .two-column .text-column p {
    margin-bottom: 28px;
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 40px;
}

.service-detail .two-column .image {
    position: relative;
    margin-bottom: 0;
}

.service-detail .two-column .image img {
    display: block;
    width: 100%;
}

.service-detail .feature-box {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

.service-detail .feature-block-two h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: #ffffff;
    margin-bottom: 15px;
}

/*=== Brochure Box ===*/

.brochure-box {
    position: relative;
    margin-bottom: 50px;
}

.brochure-box .inner {
    position: relative;
}

.brochure-box h4 {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.brochure-box .text {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    margin-bottom: 30px;
}

.brochure-box .theme-btn {
    font-size: 14px;
    line-height: 23px;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.brochure-box .theme-btn i {
    font-size: 18px;
    line-height: 23px;
    margin-right: 10px;
}

.brochure-box .theme-btn:last-child {
    margin-bottom: 0;
}

/* Help Box*/
.help-box {
    position: relative;
}

.help-box .inner-box {
    position: relative;
}

.help-box h6 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

.help-box p {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
    opacity: .70;
}

.help-box .info-box {
    position: relative;
    margin-bottom: 30px;
}

.help-box .info-box li {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 8px;
    padding-left: 30px;
}

.help-box .info-box li a {
    color: #ffffff;
}

.help-box .info-box li a:hover {
    text-decoration: underline;
}

.help-box .info-box li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 26px;
}

.help-box .theme-btn {
    position: relative;
    padding: 10px 40px;
}

/***

====================================================================
		Video Section
====================================================================

***/

.video-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 140px;
}

.video-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #252525;
    opacity: .50;
    content: "";
}

.video-section .content-box {
    position: relative;
    text-align: center;
}

.video-section .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary-color);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.video-section .content-box h2 {
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
}

.video-section .play-now {
    position: relative;
    display: inline-block;
    margin-top: 50px;
}

.video-section .play-now .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: var(--secondary-color);
    padding-left: 0;
    font-size: 50px;
}

/***

====================================================================
		Project Section
====================================================================

***/

.project-section {
    position: relative;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-section.pd-top-extra {
    padding-top: 200px;
}

.project-block {
    position: relative;
    opacity: .80;
    pointer-events: none;
}

.project-block.swiper-slide-active {
    pointer-events: unset;
    opacity: 1;
}

.project-block .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block .inner-box .image {
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-block .inner-box:hover .image {

}

.project-block .inner-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block .caption-box {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 40px 40px 30px;
    background-color: rgba(37, 37, 37, .90);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block.swiper-slide-active .inner-box:hover .caption-box {
    opacity: 1;
    transform: scale(1);
}

.project-block .caption-box h4 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block.swiper-slide-active .inner-box:hover .caption-box h4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.project-block .caption-box h4 a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .caption-box h4 a:hover {
    color: var(--secondary-color);
}

.project-block .caption-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
    color: #dddddd;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block.swiper-slide-active .inner-box:hover .caption-box .text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block .caption-box .read-more {
    position: relative;
    line-height: 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block.swiper-slide-active .inner-box:hover .caption-box .read-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

/***

====================================================================
		Project Section Two
====================================================================

***/

.project-section-two {
    position: relative;
    padding: 120px 0 90px;
}

/*=== Mixitup Gallery ===*/

.project-section-two .filters {
    margin-bottom: 50px;
    text-align: center;
}

.project-section-two .filters .filter-tabs {
    position: relative;
    display: inline-block;
}

.project-section-two .filters li {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 10px 20px;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin: 0 8px 15px;
    background-color: #252525;
    font-family: 'P_R';
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-section-two .filters .filter.active {
    color: var(--secondary-color);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
}

.project-section-two .project-block-two.mix {
    display: none;
}

.project-block-two {
    position: relative;
    margin-bottom: 30px;
}

.project-block-two .inner-box {
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.project-block-two .image-box {
    position: relative;
}

.project-block-two .image-box .image {
    position: relative;
    margin: 0;
    background-color: #252525;
}

.project-block-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .70;
}

.project-block-two .image-box a {
    position: relative;
    display: block;
}

.project-block-two .caption-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
}

.project-block-two .image-box:hover .caption-box {
    opacity: 1;
    visibility: visible;
}

.project-block-two .caption-box:before,
.project-block-two .caption-box:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    content: "";
    background-color: var(--secondary-color);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.project-block-two .caption-box:after {
    background-color: #252525 !important;
}

.project-block-two .image-box:hover .caption-box:before {
    height: 100%;
}

.project-block-two .image-box:hover .caption-box:after {
    height: 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.project-block-two .caption-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 600;
    z-index: 9;
    opacity: 0;
    margin-bottom: 5px;
}

.project-block-two .image-box:hover .caption-box h3 {
    opacity: 1;
    -webkit-animation: fadeInDown 300ms;
    -moz-animation: fadeInDown 300ms;
    -ms-animation: fadeInDown 300ms;
    -o-animation: fadeInDown 300ms;
    animation: fadeInDown 300ms;
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.project-block-two .caption-box h3 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .caption-box h3 a:hover {
    color: #ffffff;
}

.project-block-two .caption-box span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    z-index: 9;
    opacity: 0;
}

.project-block-two .image-box:hover .caption-box span {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

/***

====================================================================
		Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 120px 0;
    z-index: 8;
}

.project-detail .text-column {
    position: relative;
    margin-bottom: 50px;
}

.project-detail .upper-box {
    position: relative;
    margin-bottom: 40px;
}

.project-detail .upper-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-detail .upper-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .single-item-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
    position: absolute;
    left: 0;
    height: 100px;
    width: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 18px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next {
    left: auto;
    right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #000000;
}

/* Lower Content */

.project-detail .lower-content {
    position: relative;
    padding-top: 35px;
}

.project-detail .lower-content h2 {
    font-size: 34px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px
}

.project-detail .lower-content p {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    margin-bottom: 30px;
}

.project-detail .lower-content p strong {
    font-weight: 500;
    font-size: 17px;
}

.project-detail .list-style-two li {
    float: left;
    width: 50%;
}

.project-detail .social-icon-two {
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-detail blockquote {
    position: relative;
    border: 0;
    padding: 20px 40px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    max-width: 95%;
    border-left: 3px solid var(--secondary-color);
    background-color: rgba(255, 255, 255, .10);
    margin: 40px auto 40px;
    font-family: 'P_R';
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    border-radius: var(--general-border-radius);
}

.project-detail blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 5px;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

.project-detail blockquote cite span {
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary-color);
    font-style: normal;
}

.project-detail .project-info {
    position: relative;
    background-color: #252525;
    border-bottom: 3px solid var(--secondary-color);
    padding: 50px 30px 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}

.project-detail .project-info li {
    position: relative;
    padding-left: 50px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.project-detail .project-info li .icon {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 20px;
    line-height: 30px;
    color: var(--secondary-color);
}

.project-detail .project-info li strong {
    color: #ffffff;
    font-size: 14px;
}

.project-detail .project-info li p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}

.project-detail .project-info li p a {
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail .project-info li p a:hover {
    color: var(--secondary-color);
}

/* Load More Option */
.load-more-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.load-more-option li.prev a,
.load-more-option li.next a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    width: 50px;
    border-radius: var(--general-border-radius);
    padding: 10px 10px;
    text-align: center;
    color: #ffffff;
    background-color: #fff;
    font-variant: small-caps;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option li.prev a:hover,
.load-more-option li.next a:hover {
    background-color: var(--secondary-color);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

.load-more-option .load-more {
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.load-more-option .load-more a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 42px;
    color: var(--secondary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option .load-more a:hover {
    color: #ffffff;
}

/***

====================================================================
		FAQ's Section
====================================================================

***/

.faq-section {
    position: relative;
    padding: 120px 0px 90px;
}

.faq-section.style-two .accordion-box {
    max-width: 970px;
    margin: 0 auto;
}

.faq-section .content-column {
    position: relative;
}

.faq-section .content-column .inner-column {
    position: relative;
    margin-bottom: 30px;
}

/* Accordian Box */

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    border-radius: var(--general-border-radius);
    padding: 12px 25px 12px 25px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: #252525;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 25px;
    top: 13px;
    font-size: 14px;
    line-height: 35px;
    color: #999999;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: relative;
}

.accordion-box .block .acc-btn.active {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.70);
    color: var(--secondary-color);
}

.accordion-box .block .acc-btn.active .icon-outer {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    color: var(--secondary-color);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 30px 35px 0px;
}

.accordion-box .block .content .text {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

/***

====================================================================
			FAQ Form Section
====================================================================

***/

.faq-form-section {
    position: relative;
    padding: 120px 0;
}

.faq-form-section .faq-form {
    position: relative;
}

.faq-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="email"],
.faq-form .form-group input[type="url"],
.faq-form .form-group textarea,
.faq-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 28px;
    padding: 10px 25px;
    background-color: #252525;
    font-weight: 400;
    height: 50px;
    border: 1px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form .form-group input:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus {
    border-color: var(--secondary-color);
}

.faq-form .form-group textarea {
    height: 200px;
    resize: none;
    padding-top: 15px;
}

.faq-form .form-group button {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.faq-form-section .image-column {
    position: relative;
}

.faq-form-section .image-column .image-box {
    position: relative;
}

.faq-form-section .image-column .image {
    position: relative;
    margin-bottom: 0;
}

.faq-form-section .image-column .image img {
    display: block;
}

/***

====================================================================
		Call Back Section
====================================================================

***/

.call-back-section {
    position: relative;
    padding: 120px 0;
}

.call-back-section .outer-box {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

.call-back-section .form-column {
    position: relative;
}

.call-back-section .form-column .inner-column {
    position: relative;
}

.request-form {
    position: relative;
    padding: 50px 30px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
    overflow: hidden;
    border-radius: var(--general-border-radius);
    border-bottom: 5px solid var(--secondary-color);
}

.request-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.request-form .form-group:last-child {
    margin-bottom: 0;
}

.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #cccccc;
    line-height: 20px;
    padding: 14px 20px;
    background-color: rgba(255, 255, 255, .10);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .10);
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.request-form .form-group textarea {
    height: 200px;
    resize: none;
}

.request-form .form-group input:focus,
.request-form .form-group textarea:focus,
.request-form .form-group select:focus {
    border-color: var(--secondary-color);
}

.request-form .form-group button {
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px 40px;
    line-height: 20px;
    border-radius: 0;
}

.call-back-section .image-column {
    position: relative;
    text-align: center;
    z-index: 9;
}

.call-back-section .image-column .image-box {
    position: relative;
}

.call-back-section .image-column .image {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.call-back-section .image-column .image:before {
    position: absolute;
    left: 90px;
    top: 50px;
    width: 300px;
    height: 450px;
    border: 10px solid var(--secondary-color);
    z-index: -1;
    content: "";
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}

/***

====================================================================
		Contact Page Section
====================================================================

***/

.contact-page-section {
    position: relative;
    padding: 120px 0 80px;
}

.contact-page-section .form-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-page-section .form-column .inner-column {
    position: relative;
    padding-right: 50px;
}

.contact-page-section .sec-title {
    margin-bottom: 70px;
}

.contact-form {
    position: relative;
    background-color: #252525;
    padding: 50px 50px 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
    border-bottom: 2px solid var(--secondary-color);
    border-radius: 0 0 8px 8px;
}

.contact-form .row {
    margin: 0 -10px;
}

.contact-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #999999;
    line-height: 20px;
    padding: 14px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, .10);
    font-weight: 400;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: var(--secondary-color);
    color: #ffffff;
}

.contact-form .form-group textarea {
    height: 156px;
    resize: none;
}

.contact-form input.error:focus,
.contact-form select.error:focus,
.contact-form textarea.error:focus {
    border-color: #ff0000;
}

.contact-form label.error {
    display: block;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    color: #ff0000;
    padding-top: 7px;
    margin-bottom: 0;
}

.contact-page-section .contact-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-page-section .contact-column .text {
    position: relative;
    margin-bottom: 30px;
}

.contact-page-section .contact-info {
    position: relative;
    margin-bottom: 30px;
}

.contact-page-section .contact-info li {
    position: relative;
    padding: 5px 30px;
    padding-left: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.contact-page-section .contact-info li p {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    font-weight: 400;
}

.contact-page-section .contact-info li strong {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-family: 'P_M';
    font-weight: 600;
}

.contact-page-section .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    background-color: #252525;
    border-radius: var(--general-border-radius);
    color: #ffffff;
}

.contact-page-section .contact-info li a {
    color: #999999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover {
    color: var(--secondary-color);
}

.contact-page-section .social-icon-three {
    position: relative;
    padding: 10px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/***

====================================================================
		Contact Info Section
====================================================================

***/

.contact-info-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.contact-info-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .90;
    content: "";
}

.contact-info-section .content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.contact-info-section .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.contact-info-section h2 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-info-section h2 span {

}

.contact-info-section .number {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1em;
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-info-section .number a {
    color: var(--secondary-color);
}

/***

====================================================================
		Map Section
====================================================================

***/

.map-section {
    position: relative;
    display: block;
    padding-bottom: 120px;
}

.map-area {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data a {
    display: block;
}

.map-data h6 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-section .map-canvas {
    height: 540px;
    border: 10px solid #252525;
    background-color: #f9f9f9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

/***

====================================================================
		Team Section
====================================================================

***/

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

.team-section .carousel-outer {
    position: relative;
    margin: 0 -15px;
}

.team-block {
    position: relative;
    padding: 15px;
}

.team-block .inner-box {
    position: relative;
    text-align: center;
    background-color: #252525;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.50);
    padding: 50px 0;
    z-index: 3;
    max-width: 275px;
    margin: 0 auto;
}

.team-block .thumb {
    position: relative;
    height: 120px;
    width: 120px;
    display: inline-block;
    margin-bottom: 30px;
    border: 3px solid var(--secondary-color);
    border-radius: var(--general-border-radius);
    overflow: hidden;
    margin-bottom: 10px;
}

.team-block .thumb img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block .inner-box:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.team-block .info-box {
    position: relative;
    margin-bottom: 30px;
}

.team-block .info-box .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 5px;
}

.team-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: var(--secondary-color);
    font-weight: 500;
}

.team-block .devider {
    position: relative;
    top: -50px;
    display: block;
    height: 120px;
    background-image: url(../images/icons/team-devider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -1;
    margin-bottom: -30px;
}

.team-block .lower-content {
    position: relative;
    padding: 0 35px;
}

.team-block .other-info {
    position: relative;
    text-align: left;
}

.team-block .other-info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}

.team-block .other-info li strong {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'P_R';
    min-width: 50px;
}

.team-block .other-info li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .other-info li a:hover {
    color: var(--secondary-color);
}

.team-block .other-info .social-links {
    position: relative;
    display: inline-block;
}

.team-block .other-info .social-links a {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    text-align: center;
    color: #ffffff;
    border-radius: var(--general-border-radius);
    font-size: 14px;
    line-height: 20px;
}

.team-block .other-info .social-links a:hover {

}

.team-block .other-info .social-links a:last-child {
    margin-right: 0;
}

.team-section .owl-nav {
    display: none;
}

/***

====================================================================
		Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    padding: 120px 0;
}

.pricing-section .row {
    margin: 0 -50px;
}

.pricing-table {
    position: relative;
    padding: 0 50px;
    margin-bottom: 50px;
}

.pricing-table .inner-box {
    position: relative;
    max-width: 325px;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.50);
    padding-top: 50px;
    border-top: 5px solid var(--secondary-color);
    border-bottom: 5px solid var(--secondary-color);
    overflow: hidden;
    border-radius: 8px 0 8px 0;
}

.pricing-table .title-box {
    position: relative;
    border-right: 5px solid var(--secondary-color);
    padding: 10px 20px;
    text-align: right;
    margin-bottom: 30px;
}

.pricing-table .title-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-table .title-box span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1em;
}

.pricing-table .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-align: right;
    padding: 0 20px;
    margin-bottom: 40px;
}

.pricing-table .table-content {
    position: relative;
}

.pricing-table .table-content ul {
    position: relative;
    text-align: left;
    margin-bottom: 25px;
}

.pricing-table .table-content ul li {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    padding: 7px 25px;
    background-color: rgba(0, 0, 0, 0.20);
    border-left: 2px solid var(--secondary-color);
    margin-bottom: 5px;
}

.pricing-table .price-box {
    position: relative;
    text-align: center;
}

.pricing-table .price-box .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'P_M';
    margin-bottom: 10px;
}

.pricing-table .price {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-table .price span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    top: 0px;
    margin-right: 5px;
    font-weight: 600;
}

.pricing-table .price sup {
    font-size: 24px;
    color: #ffffff;
    margin-left: 5px;
    font-weight: 400;
}

.pricing-table .table-footer {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.pricing-table .table-footer a {
    position: relative;
    display: inline-block;
}

.pricing-tabs {
    position: relative;
}

.pricing-tabs .tab-buttons {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.pricing-tabs .tab-btns {
    position: relative;
    display: inline-block;
    width: 280px;
    border-radius: 8px 0 8px 0;
    border-left: 2px solid var(--secondary-color);
    border-right: 2px solid var(--secondary-color);
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.pricing-tabs .tab-btns li {
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 25px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    z-index: 8;
    font-family: 'P_M';
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pricing-tabs .tab-btns li.tab-btn:before {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background-color: #252525;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms linear;
}

.pricing-tabs .tab-btns li.tab-btn:last-child:before {
    display: none;
}

.pricing-tabs .tab-btns li.tab-btn.active-btn {
    color: #ffffff;
}

.pricing-tabs .tab-btns li.tab-btn.active-btn:before {
    left: 0;
}

/***

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 120px 0;
}

.testimonial-section .carousel-outer {
    margin: 0 -20px;
}

.testimonial-block {
    position: relative;
    padding: 40px 20px;
    padding-top: 40px;
}

.testimonial-block .inner-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    position: relative;
    background-color: #252525;
}

.testimonial-block .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 10px;
    background-color: var(--secondary-color);
    content: "";
}

.testimonial-block .content-box {
    position: relative;
    padding: 70px 30px 40px;
}

.testimonial-block .content-box .icon {
    position: absolute;
    right: 30px;
    top: -30px;
    font-size: 60px;
    line-height: 1em;
    color: var(--secondary-color);
}

.testimonial-block .content-box .rating {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1em;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.testimonial-block .content-box .text {
    display: block;
    font-size: 20px;
    color: #bbbbbb;
    line-height: 1.5em;
}

.testimonial-block .info-box {
    position: relative;
    padding: 30px 50px;
    padding-left: 130px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.30);
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.testimonial-block .thumb {
    position: absolute;
    top: 15px;
    left: 30px;
    height: 80px;
    width: 80px;
    border-radius: var(--general-border-radius);
    overflow: hidden;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
}

.testimonial-block .designation {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    color: var(--secondary-color);
}

.testimonial-section .owl-nav {
    display: none;
}

/***

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
    position: relative;
    padding: 120px 0;
}

.testimonial-section .owl-dots,
.testimonial-section .owl-nav {
    display: none;
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block-two .inner-box .image {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: var(--general-border-radius);
    overflow: hidden;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    color: #999999;
    font-size: 22px;
    line-height: 1.6em;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}

.testimonial-block-two .inner-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.7em;
    margin-top: 30px;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    color: #87909f;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
}

/***

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.subscribe-form {
    position: relative;
    background-color: #252525;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.50);
    padding: 80px 70px;
    overflow: hidden;
}

.subscribe-form:before {
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 100%;
    transform: rotate(-30deg);
    background-color: #ffffff;
    opacity: .02;
    content: "";
}

.subscribe-form .envelope-image {
    position: absolute;
    right: 5%;
    top: 0;
    width: 30%;
    height: 100%;
    opacity: .70;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/icons/envelope-icon.png);
}

.subscribe-form .form-inner {
    position: relative;
    max-width: 60%;
    width: 100%;
}

/*Subscribe Form*/

.subscribe-form .upper-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    border-left: 5px solid var(--secondary-color);
}

.subscribe-form .upper-box h4 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    margin-bottom: 15px;
}

.subscribe-form .upper-box h4 span {
    color: var(--secondary-color);
}

.subscribe-form .upper-box .text {
    display: block;
    font-size: 14px;
    line-height: 1.8em;
    color: #999999;
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 70px;
    z-index: 2;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    height: 60px;
    font-size: 14px;
    color: #ffffff;
    background: #3b3b3b;
    padding: 14px 30px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    min-width: 60px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    line-height: 60px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
    color: #ffffff;
}

.subscribe-form .form-group input[type="submit"]:hover,
.subscribe-form .form-group button:hover {
    background-color: #ffffff;
    color: #222222;
    border-radius: var(--general-border-radius);
}

.subscribe-form .form-group input:focus,
.subscribe-form .form-group select:focus,
.subscribe-form .form-group textarea:focus {
    border-color: var(--secondary-color);
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 120px 0 90px;
}

.news-section.alternate {
    padding: 120px 0;
}

.news-block {
    position: relative;
    margin-bottom: 50px;
}

.news-block .inner-box {
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.news-block .inner-box .image {
    position: relative;
    display: block;
    background: #222222;
    overflow: hidden;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news-block .inner-box:hover .image a img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-block .lower-content {
    position: relative;
    padding: 30px 25px 25px;
    background-color: #252525;
    border-bottom: 4px solid var(--secondary-color);
    border-radius: 0 0 8px 8px;
    z-index: 1;
}

.news-block .post-info {
    position: relative;
    margin-bottom: 10px;
}

.news-block .post-info li {
    position: relative;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #111111;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
    color: #ffffff;
}

.news-block .lower-content h3 {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.news-block .lower-content h3 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block .lower-content h3 a:hover {
    color: var(--secondary-color);
}

.news-block .lower-content .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.news-block .lower-content .theme-btn {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

/***

====================================================================
			Blog Single
====================================================================

***/


.blog-single,
.blog-sidebar {
    position: relative;
    padding-right: 50px;
}

.blog-single .news-block h3 {
    margin-bottom: 20px;
}

.blog-single .news-block p {
    position: relative;
    margin-bottom: 20px;

}

.blog-single .two-column {
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
}

.blog-single blockquote {
    position: relative;
    border-left: 3px solid var(--secondary-color);
    padding: 20px 40px 20px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    max-width: 95%;
    background-color: rgba(255, 255, 255, .10);
    margin: 40px auto 40px;
    font-family: 'P_R';
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    border-radius: var(--general-border-radius);
}

.blog-single blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 5px;
    color: #ffffff;
    font-size: 14px;
}

.blog-single blockquote cite span {
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary-color);
    font-style: normal;
}

/*post share options*/

.blog-single .post-share-options {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.40);
    padding: 20px 20px;
    background-color: #252525;
}

.blog-single .post-share-options p {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    font-family: 'P_M';
}

.blog-single .post-share-options .tags {
    position: relative;
    display: inline-block;
}

.blog-single .post-share-options .tags li {
    position: relative;
    display: inline-block;
}

.blog-single .post-share-options .tags a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: var(--general-border-radius);
    background-color: rgba(0, 0, 0, 0.30);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single .post-share-options .tags a:hover {
    color: #000000;
    background-color: #ffffff;
}

.blog-single .post-share-options .social-icon-two {
    position: relative;
    display: inline-block;
}

/*Author Box*/

.author-box {
    position: relative;
    padding: 38px 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    margin-bottom: 70px;
}

.author-box .inner-box {
    position: relative;
    padding-left: 160px;
    min-height: 150px;
    padding-top: 15px;
}

.author-box .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 145px;
    width: 135px;
    margin-bottom: 20px;
}

.author-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.author-box .name {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.author-box .text {
    position: relative;
    float: right;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}

.author-box .social-icon {
    position: relative;
    z-index: 9;
}

.author-box .social-icon li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

.author-box .social-icon li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.author-box .social-icon li a:hover {
    color: var(--secondary-color);
}

/***

====================================================================
	Error Section
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 200px 0px 150px;
}

.error-section .sec-title {
    margin-bottom: 20px;
}

.error-section .sec-title .float-text {
    top: 0px;
}

.error-section .sec-title h1 {
    position: relative;
    display: inline-block;
    font-size: 200px;
    line-height: 1em;
    color: var(--secondary-color);
    font-weight: 700;
    letter-spacing: 0;
    transition: all 800ms ease;
}

.error-section .sec-title h1 span {
    color: #ffffff;
}

.error-section h3 {
    font-size: 60px;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
}

.error-section .text {
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    margin-bottom: 35px;
}

.error-section .theme-btn {
    border-radius: var(--general-border-radius);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 3px;
}

/***

====================================================================
		Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 50px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    color: var(--primary-color);
    text-align: center;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.40); */
    background-color: #e4e6ef;
    border-radius: var(--general-border-radius);
    border-bottom: 0px solid var(--secondary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'P_R';
}

.styled-pagination li a span {
    font-size: 22px;
    position: relative;
    top: 5px;
}

.styled-pagination li a:hover,
.styled-pagination li.active a {
    color: #fff;
    background: var(--primary-color);
}

/***

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 40px 0px;
    background: #252525;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.50);
}

.clients-section .slide-item {
    text-align: center;
}

.clients-section .slide-item a {
    position: relative;
    display: block;
}

.clients-section .slide-item img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: auto;
    opacity: 0.5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.clients-section .slide-item a:hover img {
    opacity: 1;
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer {
    position: relative;
}

.main-footer .widgets-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 60px;
    padding-bottom: 0px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    position: relative;
    padding-right: 40px;
}

.main-footer .border-left-right {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-family: 'P_M';
}

.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: var(--secondary-color);
    content: none;
}

.main-footer .about-widget {
    position: relative;
    padding-left: 40px;
}

.main-footer .logo {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .footer-logo figure {
    margin: 0;
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .about-widget .text p {
    color: #000;
    font-weight: 500;
    font-family: 'P_R';
    margin-bottom: 10px;
    text-align: justify;
}

.social-icon-two {
    position: relative;
    display: block;
    direction: ltr;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}


.social-icon-two li a {
    position: relative;
    display: flex;
    font-size: 12px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: var(--general-border-radius);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    align-items: center;
    justify-content: center;
}

.social-icon-two li a img {
    display: block;
    height: 50%;
    width: auto;
}

.social-icon-two li a:hover {
    color: var(--primary-color);
    border-color: #ffffff;
}

/*Recent Posts*/

.recent-posts {
    position: relative;
    padding-left: 40px;
}

.recent-posts .post {
    position: relative;
    min-height: 90px;
    margin-bottom: 30px;
}

.recent-posts .post:last-child {
    margin-bottom: 0;
}

.recent-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    overflow: hidden;
}

.recent-posts .post .thumb a {
    display: block;
}

.recent-posts .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.recent-posts .post h4 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}

.recent-posts .post h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recent-posts .post h4 a:hover {
    color: var(--secondary-color);
}

.recent-posts .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #bbbbbb;
}

.recent-posts .post .date span {
    color: var(--secondary-color);
    margin-right: 4px;
    opacity: .70;
}

/*=== User LInks ===*/

.useful-links {
    position: relative;
    padding: 0 40px;
}

.user-links li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.user-links li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding: 0 15px;
    border-left: 0px solid var(--secondary-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    font-family: 'P_R';
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.user-links li a:hover {
    color: var(--primary-color);
}

.main-footer .contact-list {
    position: relative;
}

.main-footer .contact-list li {
    position: relative;

    margin-bottom: 10px;

}

.main-footer .contact-list li:last-child {
    margin-bottom: 0;
}

.main-footer .contact-list li .icon {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 23px;
    line-height: 25px;
    color: #000;
}

.main-footer .contact-list li .contTitle {
    margin-bottom: 5px;
}

.main-footer .contact-list li .contTitle img {
    display: inline-block;
    height: 20px;
}

.main-footer .contact-list li .contTitle span {
    color: #000;
    font-weight: 400;
    font-family: 'P_M';
    margin: 0 10px;
}

.main-footer .contact-list li .text {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-family: 'P_R';
    letter-spacing: 0;
    transition: all .4s ease-in-out;
    font-weight: 400;
}

.main-footer .contact-list li .text:hover {
    color: var(--primary-color);
}

.main-footer .contact-list li .text a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover {
    color: var(--secondary-color);
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.main-footer .footer-bottom .inner-container {
    position: relative;
    border-top: 1px solid #e7e7e7;
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 20px 0;
    display: block;
    float: none !important;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.main-footer .footer-bottom .copyright-text p {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: 'P_R';
}

.main-footer .footer-bottom .copyright-text a {
    color: #ffffff;
    font-weight: 400;
    font-family: 'P_R';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
    color: #ffffff;
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .footer-nav ul {
    position: relative;
    padding: 15px 0;
}

.main-footer .footer-bottom .footer-nav ul li {
    position: relative;
    float: left;
    margin-left: 10px;
    font-family: 'P_R';
}

.main-footer .footer-bottom .footer-nav ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
    color: var(--secondary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

/***

==================================================================
		Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 120px 0 70px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-side .sidebar {
    position: relative;
}

.sidebar-side .sidebar.pd-left {
    padding-left: 30px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    background-color: #252525;
    border-bottom: 2px solid var(--secondary-color);
    padding: 40px 30px 40px;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h2 {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
    padding: 0;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 20px;
    padding: 24px 30px;
    height: 70px;
    width: 100%;
    background-color: #252525;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: var(--secondary-color);
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 18px;
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover {
    color: #777777;
}

/*=== Categories ===*/

.sidebar .blog-categories {
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
    background-color: #252525;
}

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cat-list li a {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 20px;
    display: block;
    background-color: rgba(0, 0, 0, 0.20);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cat-list li a span {
    float: right;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    opacity: .90;
}

.cat-list li:hover a,
.cat-list li.active a {
    background-color: rgba(255, 255, 255, .10);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
}

/*=== Latest News ===*/

.sidebar .latest-news {
    position: relative;
    padding: 30px 30px 35px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.latest-news .post {
    position: relative;
    padding-left: 105px;
    margin-bottom: 30px;
    min-height: 85px;
    padding-top: 5px;
}

.latest-news .post:last-child {
    margin-bottom: 0;
}

.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
    margin-bottom: 20px;
}

.latest-news .post-thumb a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .80;
    content: "";
    background-color: var(--secondary-color);
    z-index: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.latest-news .post-thumb a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    z-index: 9;
    color: #ffffff;
    font-weight: 900;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.latest-news .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.latest-news .post h3 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 7px;
}

.latest-news .post h3 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.latest-news .post:hover h3 a {
    color: var(--secondary-color);
}

.latest-news .post .post-info {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 400;
    font-style: italic;
}

/* Instagram Widget */

.instagram-widget {
    position: relative;
    padding: 30px 30px 35px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.instagram-widget .link-box {
    position: absolute;
    right: 30px;
    top: 32px;
}

.instagram-widget .link-box a {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: var(--general-border-radius);
    background-color: #252525;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram-widget .link-box a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
    color: #252525;
}

.instagram-widget .outer {
    position: relative;
    margin: 0px -4px 0;
}

.instagram-widget .outer .image {
    position: relative;
    float: left;
    width: 25%;
    padding: 0px 4px;
    margin-bottom: 8px;
}

.instagram-widget .image img {
    display: block;
    width: 100%;
}

.instagram-widget .image a {
    position: relative;
    display: block;
}

.instagram-widget .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #252525;
    padding: 5px;
    opacity: .70;
    content: "";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram-widget .image a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.instagram-widget .image a:after {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 900;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram-widget .image a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*=== Tags ===*/

.sidebar .tags {
    padding: 30px 30px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
    padding: 5px 18px;
    font-weight: 400;
    text-align: center;
    background-color: #252525;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.30);
    background-color: #ffffff;
    color: #000000;
}

/*Services Sidebar*/
.sidebar-side .services-sidebar {
    position: relative;
    padding-right: 50px;
}

/*Blog Category*/

.blog-cat {
    position: relative;
    border: 1px dashed #cccccc;
}

.blog-cat li {
    position: relative;
}

.blog-cat li a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    color: #222222;
    display: block;
    border-bottom: 1px dashed #cccccc;
    border-left: 5px solid transparent;
    padding: 25px 40px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'P_M';
}

.blog-cat li:last-child a {
    border-bottom: 0;
}

.blog-cat li a:before {
    position: absolute;
    content: '\f105';
    right: 33px;
    top: 27.5px;
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 30px;
    font-family: 'FontAwesome';
}

.blog-cat li.active a,
.blog-cat li a:hover {
    color: #ffffff;
    background-color: var(--secondary-color);
    border-left: 5px solid #222222;
}

.blog-cat li.active a:before,
.blog-cat li a:hover:before {
    color: #ffffff;
}

/***

====================================================================
		Comment Area
====================================================================

 ***/


.group-title {
    position: relative;
    margin-bottom: 40px;
}

.group-title h3 {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
}

.comments-area {
    position: relative;
    margin-bottom: 70px;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
}

.comments-area .comment-box.reply-comment {
    margin-left: 70px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 110px;
    padding: 30px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
    background-color: #252525;
    padding-left: 130px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff;
    margin-right: 10px;
}

.comments-area .comment-box .date {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 400;
}

.comments-area .comment-box .rating {
    font-size: 10px;
    line-height: 1em;
    color: orange;
    margin-bottom: 10px;
}

.comments-area .comment-box .text {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    font-weight: 400;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400;
    background-color: #444444;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'P_R';
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    color: var(--secondary-color);
    background-color: transparent;
}

/***

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 22px;
    background-color: #252525;
    border: 1px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: var(--secondary-color);
}

.comment-form .form-group textarea {
    height: 150px;
    resize: none;
    padding-top: 20px;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 600;
}

/***

==================================================================
			Our Shop
==================================================================

***/

.our-shop {
    position: relative;
}

.shop-item {
    position: relative;
    margin-bottom: 80px;
}

.shop-item .inner-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.shop-item .image-box {
    position: relative;
    overflow: hidden;
}

.shop-item .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.shop-item .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.shop-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.50);
    -moz-transform: scale(1.50);
    -ms-transform: scale(1.50);
    -o-transform: scale(1.50);
    transform: scale(1.50);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .inner-box:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.shop-item .overlay-box .tag {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0px 15px;
    border-radius: var(--general-border-radius);
    background-color: #252525;
    font-size: 12px;
    line-height: 25px;
    color: #ffffff;
    border-radius: var(--general-border-radius);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
}

.shop-item .overlay-box .btn-box {
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: 100%;
}

.shop-item .overlay-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: var(--general-border-radius);
    text-align: center;
    background-color: #ffffff;
    margin: 0 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .overlay-box .btn-box a:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.shop-item .lower-content {
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.shop-item .lower-content .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'P_M';
    margin-bottom: 5px;
}

.shop-item .lower-content .name a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-item .lower-content .name a:hover {
    color: var(--secondary-color);
}

.shop-item .lower-content .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-color);
    font-weight: 700;
}

.shop-item .lower-content .price del {
    color: #dddddd;
}

.our-shop .styled-pagination {
    position: relative;
    margin-top: 0;
}

.shop-sidebar {
    position: relative;
    padding-right: 30px;
}

/*Sidebar Realated Posts */
.sidebar .related-posts {
    position: relative;
    padding: 30px 30px 40px;
}

.sidebar .related-posts .post {
    position: relative;
    padding: 0px 0px;
    padding-left: 90px;
    margin-bottom: 20px;
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    border: 0px;
    min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.sidebar .related-posts .post h4 {
    position: relative;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    text-transform: capitalize;
    font-family: 'P_B';
    margin-bottom: 4px;
}

.sidebar .related-posts .post h4 a {
    color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover {
    color: var(--secondary-color);
}

.sidebar .related-posts .post .price {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.sidebar .related-posts .post .rating {
    line-height: 1em;
}

.sidebar .related-posts .post .rating .fa {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    color: orange;
}

/*Sidebar Range slider */
.price-filters {
    position: relative;
    padding: 30px 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.price-filters .sidebar-title {
    margin-bottom: 30px;
}

.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
    margin-top: -20px;
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 8px;
    position: relative;
}

.range-slider-one .input input {
    background: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    width: auto;
    text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 25px;
    background: #ffffff;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 3px;
    background: #666666;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
    cursor: pointer;
    border-radius: var(--general-border-radius);
    border-color: var(--secondary-color);
}

.range-slider-one .theme-btn {
    padding: 8px 25px;
    border-radius: 0px;
}

/***

====================================================================
		Product Details
====================================================================

***/

.product-details {
    position: relative;
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image-box {
    margin-bottom: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 16px;
}

.product-details .basic-details .details-header h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    color: #ffffff;
    margin: 5px 0px 5px;
}

.product-details .basic-details .details-header h4 a {
    color: #333333;
}

.product-details .basic-details .details-header .rating {
    font-size: 12px;
    color: var(--secondary-color);
    margin-bottom: 15px;
    display: inline-block;
}

.product-details .basic-details .details-header .reviews {
    position: relative;
    display: inline-block;
    color: #999999;
    font-weight: 400;
    margin-left: 15px;
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 14px;
    padding-left: 10px;
    color: #999999;
}

.product-details .basic-details .details-header .item-price {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
}

.product-details .basic-details .details-header .item-price del {
    color: #999999;
    margin-left: 10px;
    font-weight: 400;
}

.product-details .basic-details .prod-info {
    margin-bottom: 15px;
    line-height: 1.6em;
    font-size: 13px;
}

.product-details .basic-details .prod-info strong {
    font-weight: 700;
    color: #111111;
}

.product-details .basic-details .text {
    margin-bottom: 25px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 46px !important;
    box-shadow: none !important;
    background-color: #252525;
    border-color: #252525 !important;
    color: #ffffff !important;
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 11px 10px;
    background: #555555 !important;
    color: #ffffff;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 0px;
    font-weight: 900;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 85px;
    margin-bottom: 25px;
    margin-right: 25px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 15px !important;
    height: 50px !important;
    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 12px 10px;
    background: #f4f5f6;
    border-radius: 0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    top: 8px;
}

.product-details .basic-details .add-to-cart {
    margin-left: 10px;
    border-radius: 0;
}

/***

====================================================================
		Product Tabs
====================================================================

***/

.shop-single .product-details .prod-tabs {
    position: relative;
}

.shop-single .product-details .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    background: rgba(255, 255, 255, .90);
    color: #222222;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    border-radius: 0px;
    padding: 10px 30px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #222222;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    color: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content {
    position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content {
    position: relative;
    padding: 30px 30px;
    background-color: #252525;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 25px;
    color: #999999;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child {
    margin-bottom: 0px;
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'P_M';
}

/*Comment Form*/

.shop-comment-form {
    position: relative;
    margin-top: 50px;
}

.shop-comment-form h2 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.shop-comment-form .mail-text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
}

.shop-comment-form .group-title {
    margin-bottom: 20px;
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: 20px;
}

.shop-comment-form .rating-box .text {
    position: relative;
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.shop-comment-form .rating-box .rating {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 5px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: #cccccc;
    font-size: 12px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
    color: orange;
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.shop-comment-form .form-group label {
    position: relative;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #252525;
    border: 1px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
    border-color: var(--secondary-color);
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 15px 20px;
    color: #848484;
    height: 120px;
    font-weight: 300;
    resize: none;
    background: #252525;
    border: 1px solid transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-comment-form button {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 40px;
    margin-top: 10px;
    text-transform: uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: #f06529;
}

/***

====================================================================
		Cart Section
====================================================================

***/

.cart-section {
    position: relative;
    padding: 100px 0px 60px;
}

.cart-outer {
    position: relative;
}

.checkout-page .cart-outer {
    margin-bottom: 40px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    background: #252525;
    color: #ffffff;
    border: 1px solid #444444;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #444444;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 25px 30px;
}

.cart-table tbody tr .qty {
    width: 200px;
}

.cart-table tbody tr .qty .item-quantity {
    max-width: 100px;
    margin: 0 auto;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #252525;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: relative;
    width: 140px;
    margin: 0 auto;
    text-align: center;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: inline-block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 14px;
    color: #aaaaaa;
    font-weight: 400;
    line-height: 90px;
}

.cart-table tbody tr .prod-column .author {
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
    font-weight: 500;
    color: #aaaaaa;
    font-size: 14px;
}

.cart-table tbody tr .sub-total.price {
    font-weight: 500;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    font-size: 18px;
    line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
    color: var(--secondary-color);
}

.cart-table tbody tr {
    border-bottom: 1px solid #444444;
}

.cart-table tbody tr td {
    vertical-align: middle;
    color: #797979;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    border-left: 1px solid #444444;
}

.cart-table tbody tr td.total {
    font-size: 18px;
    color: #aaaaaa;
}

.cart-table tbody tr td:last-child {
    border-right: 1px solid #444444;
    text-align: center;
}

.cart-table tbody tr td .prod-title {
    position: relative;
    font-size: 18px;
    color: #aaaaaa;
    font-weight: 700;
    font-family: 'P_B';
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #223555;
    border-radius: var(--general-border-radius);
}

.cart-section .cart-options {
    position: relative;
    padding: 30px 30px 10px;
    border: 1px solid #444444;
    margin-bottom: 50px;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .cart-options .cart-btn {
    padding: 14px 36px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
    background-color: #222222;
    border: 1px solid transparent;
    font-family: 'P_B';
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cart-section .cart-options .cart-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #222222;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 28px;
    padding: 10px 25px;
    border: 1px solid #252525;
    width: 225px;
    height: 50px;
    color: #ffffff;
    background: #252525;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
}

.cart-section .coupon-btn {
    padding: 14px 25px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    background-color: #222222;
    border: 1px solid transparent;
    font-family: 'P_B';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cart-section .coupon-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #222222;
}

.cart-section .cart-options .btn-style-one {
    top: -7px;
    padding-left: 32px;
    padding-right: 32px;
}

.cart-section .totals-table {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #444444;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 18px 30px;
    border-bottom: 1px solid #444444;
}

.cart-section .totals-table li:first-child {
    background-color: #252525;
    padding: 18px 45px;
}

.cart-section .totals-table li h3 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
    padding: 40px 40px 50px;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 30px;
    width: 50%;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.cart-section .totals-table li .col:last-child {
    text-align: right;
    border-left: 1px solid #444444;
}

.cart-section .totals-table .total .price {
    color: #aaaaaa;
    font-weight: 600;
}

.cart-section .totals-table .proceed-btn {
    padding: 14px 25px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    background-color: #222222;
    border: 1px solid transparent;
    font-family: 'P_B';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cart-section .totals-table .proceed-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #222222;
}

.shipping-block {
    position: relative;
}

.shipping-block .inner-box {
    position: relative;
    padding: 40px 30px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #444444;
    margin-bottom: 50px;
}

.shipping-block .inner-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.shipping-block .inner-box h4 {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.shipping-form {
    position: relative;
}

.shipping-form .row {
    position: relative;
    margin: 0px -10px;
}

.shipping-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    font-size: 14px;
    color: #aaaaaa;
    border: 1px solid #252525;
    background-color: #252525;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
    border-color: var(--secondary-color);
    color: #ffffff;
}

.shipping-form button {
    padding: 14px 25px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    background-color: #222222;
    border: 1px solid transparent;
    font-family: 'P_B';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shipping-form button:hover {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid #222222;
}

.shipping-form button:hover {
    background-color: #ffffff;
    border: 1px solid #222222;
    color: #222222;
}

/*====================================================================
		CheckOut Section
====================================================================*/

.checkout-page {
    position: relative;
    padding: 110px 0px 70px;
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 40px;
}

.checkout-page .default-links li {
    line-height: 20px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #252525;
    box-shadow: 0 0 20px rgba(0, 0, 0, .50);
    margin-bottom: 30px;
}

.checkout-page .default-links li .far {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-color);
    margin-right: 20px;
}

.checkout-page .default-links li a {
    color: var(--secondary-color);
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checkout-page .default-links li a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.checkout-page .sec-title {
    margin-bottom: 20px;
}

.checkout-page .sec-title h3 {
    font-size: 28px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #444444;
}

.checkout-form {
    position: relative;
    margin-bottom: 50px;
}

.checkout-form .column {
    position: relative;
    margin-bottom: 40px;
}

.checkout-form .column .inner-column {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #444444
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: capitalize;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.checkout-form .form-group .field-label span {
    position: relative;
    font-size: 14px;
    color: #aaaaaa;
    display: block;
    font-weight: 600;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 14px;
    color: #009fe9;
}

.checkout-form .form-group .text {
    position: relative;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #252525;
    font-size: 14px;
    line-height: 20px;
    color: #aaaaaa;
    padding: 14px 22px;
    height: 50px;
    border: 1px solid #252525;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    color: #aaaaaa;
    background: #252525 url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea {
    resize: none;
    height: 160px !important;
    padding-left: 30px;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: var(--secondary-color);
    color: #aaaaaa;
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
}

.checkout-page .lower-content {
    margin-top: 30px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.checkout-page .lower-content .column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #fa9928;
}

/*Coupon Box*/

.coupon-box {
    position: relative;
    padding: 25px 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
}

.coupon-form {
    position: relative;
}

.coupon-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus {
    border-color: var(--secondary-color);
}

.coupon-form button {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 8px 26px;
    text-transform: capitalize;
}

.order-box {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.order-box .sec-title {
    margin-bottom: 25px;
}

.order-box .sec-title h3 {
    border-bottom: 0;
    padding-bottom: 0;
}

.order-box .title-box {
    position: relative;
    padding: 15px 15px;
    font-weight: 500;
    color: #ffffff;
    background-color: #252525;
}

.order-box .title-box .col {
    position: relative;
    width: 50%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.order-box ul {
    position: relative;
    border: 1px solid #444444;
}

.order-box ul li {
    position: relative;
    padding: 25px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 30px;
    border-bottom: 1px solid #444444;
}

.order-box ul li strong {
    color: #aaaaaa;
    font-weight: 500;
    font-size: 14px;
    font-family: 'P_M';
}

.order-box ul li span {
    padding: 0 15px;
    width: 50%;
    float: right;
    color: #ffffff;
    font-size: 14px;
}

.order-box ul li span.free {
    color: #999999;
}

.order-box ul li:last-child {
    border-bottom: 0;
}

.payment-box {
    position: relative;
    padding: 30px 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
    background-color: #252525;
    margin-bottom: 50px;
}

.payment-box .upper-box {
    position: relative;
    border-bottom: 1px solid #444444;
}

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-box .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}

.payment-box .payment-options li .radio-option label strong {
    font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 8px;
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8em;
    padding: 25px 30px;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.30);
}

.payment-box .payment-options li .radio-option input:checked + label .small-text {
    display: block;
}

.payment-box .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 30px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.30);
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}

.payment-box .payment-options li .radio-option .what-paypall {
    position: relative;
    display: block;
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    margin-left: 120px;
    margin-top: 10px;
}

.payment-box .lower-box {
    position: relative;
    padding: 30px 0 0;
    text-align: right;
}

.payment-box .lower-box .theme-btn {
    padding: 15px 32px;
    margin-right: 0;
    font-weight: 700;
    font-size: 18px;
}

/***

====================================================================
		Login Section
====================================================================

***/

.login-section {
    position: relative;
    padding: 120px 0px 60px;
}

.login-section .column {
    position: relative;
    margin-bottom: 70px;
}

.login-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 25px;
    background-color: #252525;
}

.login-form {
    position: relative;
    margin-bottom: 40px;
    padding: 30px 40px 25px;
    background-color: #252525;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.50);
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 5px solid var(--secondary-color);
    border-radius: 0 0 8px 8px;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.login-form .form-group label {
    position: relative;
    top: -1px;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    color: #aaaaaa;
    font-size: 14px;
    border: 1px solid #222222;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.40);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus {
    border-color: var(--secondary-color);
    color: #ffffff;
}

.login-form button {
    top: 0px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 36px;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
}

.login-form .psw {
    position: relative;
    color: #999999;
    font-size: 14px;
    transition: all 300ms ease;
}

.login-form .psw:hover {
    text-decoration: underline;
    color: #ffffff;
}

/***

====================================================================
			Coming Soon
====================================================================

***/

.coming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    text-align: center;
    background-color: #252525;
}

.coming-soon .content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/bg-texture-01.jpg);
    content: "";
    opacity: .2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(1);
    transform: scaleX(-1);
}

.coming-soon .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.coming-soon .content .content-inner {
    position: relative;
    padding: 90px 15px;
    display: table-cell;
    vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
    position: relative;
    margin-bottom: 240px;
}

.coming-soon .content .content-inner .sec-title {
    display: none;
    margin-bottom: 50px;
}

.coming-soon .content .content-inner h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 0;
    color: #ffffff;
    font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after {
    display: none;
}

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
    margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 180px;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    z-index: 7;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    background-color: rgba(0, 0, 0, .20);
    font-family: 'P_B';
    margin: 0 15px 20px;
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 30px;
    padding: 60px 0px 30px;
    color: #ffffff;
    font-weight: 700;
}

.coming-soon .emailed-form {
    position: relative;
    margin-bottom: 40px;
}

.coming-soon .emailed-form .text {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.3em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'P_M';
}

.coming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 60px;
    font-size: 14px;
    color: #aaaaaa;
    overflow: hidden;
    padding: 14px 50px 14px 30px;
    background: #252525;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.30);
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus {
    border: 1px solid var(--secondary-color);
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover {
    color: var(--secondary-color);
}

.coming-soon .social-icon-three li {
    margin: 0 1px;
}

.coming-soon .copyright-text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

.coming-soon .copyright-text a {
    color: #ff9600;
}

.coming-soon .copyright-text a:hover {
    text-decoration: underline;
}

.clock-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: auto;
    margin-top: -145px;
    padding: 5px;
    border-radius: var(--general-border-radius);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.50);
    transform: scale(2);
}

.clock-wrapper:before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 100%;
    width: 100%;
    content: "";
    border-bottom: 2px solid var(--secondary-color);
    content: "";
    border-radius: var(--general-border-radius);
}

.clock-base {
    width: 250px;
    height: 250px;
    border-radius: var(--general-border-radius);

}

.click-indicator {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 230px;
    height: 230px;
}

.click-indicator div {
    position: absolute;
    width: 2px;
    height: 4px;
    margin: 113px 114px;
}

.click-indicator div > span {
    height: 5px;
    width: 5px;
    background-color: #888888;
    display: inline-block;
    border-radius: var(--general-border-radius);
    margin-left: -1px;
    margin-top: -1px;
    opacity: .30;
}

.click-indicator div:nth-child(1) {
    transform: rotate(30deg) translateY(-113px);
}

.click-indicator div:nth-child(2) {
    transform: rotate(60deg) translateY(-113px);
}

.click-indicator div:nth-child(3) {
    transform: rotate(90deg) translateY(-113px);
    background-color: var(--secondary-color);
}

.click-indicator div:nth-child(4) {
    transform: rotate(120deg) translateY(-113px);
}

.click-indicator div:nth-child(5) {
    transform: rotate(150deg) translateY(-113px);
}

.click-indicator div:nth-child(6) {
    transform: rotate(180deg) translateY(-113px);
    background-color: var(--secondary-color);
}

.click-indicator div:nth-child(7) {
    transform: rotate(210deg) translateY(-113px);
}

.click-indicator div:nth-child(8) {
    transform: rotate(240deg) translateY(-113px);
}

.click-indicator div:nth-child(9) {
    transform: rotate(270deg) translateY(-113px);
    background-color: var(--secondary-color);
}

.click-indicator div:nth-child(10) {
    transform: rotate(300deg) translateY(-113px);
}

.click-indicator div:nth-child(11) {
    transform: rotate(330deg) translateY(-113px);
}

.click-indicator div:nth-child(12) {
    transform: rotate(360deg) translateY(-113px);
    background-color: var(--secondary-color);
}

.clock-hour {
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 128px;
    width: 4px;
    height: 65px;
    background-color: #555;
    border-radius: var(--general-border-radius);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 50px;
    transition: .5s;
    -webkit-animation: rotate-hour 43200s linear infinite;
    -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 128px;
    width: 4px;
    height: 85px;
    background-color: #555;
    border-radius: var(--general-border-radius);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 2px 70px;
    transition: .5s;
    -webkit-animation: rotate-minute 3600s linear infinite;
    -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
    position: absolute;
    z-index: 4;
    top: 20px;
    left: 129px;
    width: 2px;
    height: 130px;
    background-color: var(--secondary-color);
    opacity: .5;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transform-origin: 1px 110px;
    transition: .5s;
    -webkit-animation: rotate-second 60s linear infinite;
    -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    bottom: 16px;
    width: 8px;
    height: 8px;
    background-color: var(--secondary-color);
    border: solid 2px var(--secondary-color);
    border-radius: var(--general-border-radius);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.clock-center {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: 55px;
    left: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border-radius: var(--general-border-radius);
}

.clock-center:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 65px;
    background-color: #ddd;
    border-radius: var(--general-border-radius);
}


/***

==================================================================
		Right To Left Style
==================================================================

***/

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

.rtl .swiper-slider-area,
.rtl .pricing-table .price,
.rtl .banner-slider-arrows,
.rtl .styled-pagination,
.rtl .owl-carousel {
    direction: ltr !important;
}

.rtl .main-menu .navigation > li,
.rtl .team-block .other-info li strong,
.rtl .main-footer .footer-bottom .copyright-text,
.rtl .fun-facts .bar-item .skill-header .skill-title,
.rtl .header-style-two .main-menu,
.rtl .main-header .cart-btn,
.rtl .main-header .search-box,
.rtl .main-header .btn-box,
.rtl .main-header .logo-box {
    float: right;
}

.rtl .main-footer .footer-bottom .footer-nav,
.rtl .header-style-two .nav-outer,
.rtl .main-header .outer-box {
    float: left;
}

.rtl .main-header,
.rtl .help-box .info-box li .icon,
.rtl .main-menu .navigation > li > ul,
.rtl .sec-title .float-text,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .feature-block .icon-box,
.rtl .banner-section-three .shape-outer,
.rtl .fun-facts .bar-item .skill-bar .bar-inner .bar,
.rtl .sidebar .related-posts .post .post-thumb,
.rtl .latest-news .post-thumb,
.rtl .contact-page-section .contact-info li .icon,
.rtl .testimonial-block .inner-box:before,
.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .sidenav-bar .contact-info-box .info-box .icon-box,
.rtl .sidenav-bar-visible header {
    left: auto;
    right: 0;
}


.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button,
.rtl .subscribe-form .form-group input[type="submit"],
.rtl .subscribe-form .form-group button,
.rtl .fun-facts .bar-item .skill-percentage,
.rtl .fun-facts .bar-item .skill-bar .bar-inner .bar:after,
.rtl .sidenav-bar .navigation li.dropdown .dropdown-btn,
.rtl .main-header .shopping-cart {
    right: auto;
    left: 0;
}

.rtl .team-block .other-info,
.rtl .ui-menu .ui-menu-item-wrapper,
.rtl .property-block .lower-content,
.rtl .pricing-table .table-content ul,
.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a {
    text-align: right;
}

.rtl .pricing-table .title-box {
    text-align: left;
}

.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > ul > li > a,
.rtl .main-menu .navigation > li > ul > li > a {
    border-left: 0;
    border-right: 0px solid transparent;
}

.rtl .main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover,
.rtl .main-menu .navigation > li > ul > li > ul > li:hover > a,
.rtl .main-menu .navigation > li > ul > li:hover > a {
    border-left: 0;
    border-right: 0px solid var(--secondary-color);
}


.rtl .main-header .btn-box,
.rtl .main-header .search-box,
.rtl .main-header .btn-box {
    margin-left: 0;
    margin-right: 20px;
}

.rtl .sidenav-bar .close-btn {
    right: auto;
    left: 10px;
}

.rtl .main-header .shopping-cart .cart-icon {
    float: right;
    margin-left: 7px;
    margin-right: 0;
}


.rtl .main-header .shopping-cart .shopping-cart-total .primary-color-text,
.rtl .main-header .shopping-cart .shopping-cart-total {
    float: left;
}

.rtl .main-header .shopping-cart .shopping-cart-items .item-quantity,
.rtl .main-header .shopping-cart .shopping-cart-items img {
    float: right;
}


.rtl .sidenav-bar {
    right: auto;
    left: 0;
    transform-origin: left;
    margin: 0;
}

.rtl .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 0;
}

.rtl .sidenav-bar .contact-info-box .info-box {
    padding-left: 0;
    padding-right: 50px;
}

.rtl .header-style-two .main-menu .navigation > li,
.rtl .main-menu .navigation > li {
    margin-right: 0;
    margin-left: 25px;
}

.rtl .banner-section-two .slide-item .btn-box .theme-btn {
    margin: 0;
}

.rtl .search-popup .form-group input[type="submit"],
.rtl .search-popup .form-group button {
    right: auto;
    left: 30px;
}

.rtl .about-us .content-column .inner-column {
    padding-right: 0;
    padding-left: 70px;
}

.rtl .feature-block .inner-box {
    padding-left: 0;
    padding-right: 65px;
}

.rtl .about-us .image-column .inner-column:before {
    transform: translateX(-50px);
}

.rtl .call-back-section .image-column .image,
.rtl .list-style-two li:before,
.rtl .faq-form-section .image-column .image,
.rtl .banner-section-three .center-stipts,
.rtl .testimonial-block .content-box .icon,
.rtl .team-block .devider {
    transform: scaleX(-1);
}

.rtl .banner-section-three .center-stipts {
    left: auto;
    right: 40%;
}

.rtl .fun-facts .progress-column .inner-column {
    padding-left: 0;
    padding-right: 20px;
}

.rtl .sec-title.text-center .float-text {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.rtl .project-block-two .caption-box {
    left: auto;
    right: 20px;
}

.rtl .pricing-table .title-box {
    border-right: 0;
    border-left: 5px solid var(--secondary-color);
}

.rtl .pricing-table .table-content ul li {
    border-left: 0;
    border-right: 2px solid var(--secondary-color);
}

.rtl .pricing-table .inner-box {
    border-radius: 0 8px 0 8px;
}

.rtl .testimonial-block .info-box {
    padding: 30px 50px;
    padding-right: 130px;
    text-align: right;
}

.rtl .testimonial-block .thumb {
    left: auto;
    right: 30px;
}

.rtl .testimonial-block .content-box .icon {
    right: auto;
    left: 30px;
}

.rtl .subscribe-form .envelope-image {
    right: auto;
    left: 5%;
}

.rtl .subscribe-form .upper-box {
    border-left: 0;
    border-right: 5px solid var(--secondary-color);
    padding-left: 0;
    padding-right: 30px;
}

.rtl .subscribe-form .form-group {
    padding-right: 0;
    padding-left: 70px;
}

.rtl .recent-posts {
    padding-left: 0;
    padding-right: 40px;
}

.rtl .recent-posts .post .date span {
    margin-right: 0;
    margin-left: 4px;
}

.rtl .user-links li a {
    border-left: 0;
    border-right: 0px solid var(--secondary-color);
}

.rtl .main-footer .contact-list li {

}

.rtl .main-footer .contact-list li .icon {
    left: auto;
    right: 15px;
}

.rtl .main-footer .footer-bottom .footer-nav ul li {
    margin-left: 0;
    margin-right: 10px;
}

.rtl .list-style-one li,
.rtl .list-style-two li {
    padding-left: 0;
    padding-right: 35px;
}

.rtl .list-style-one li:before,
.rtl .list-style-two li:before {
    left: auto;
    right: 0;
}

.rtl .about-section .image-column .image:before {
    left: auto;
    right: -50px;
}

.rtl .feature-block-two .inner-box {
    padding: 20px 30px;
    padding-right: 120px;
}

.rtl .feature-block-two .inner-box .icon {
    left: auto;
    right: 30px;
}


.rtl .about-me .image-column .image-box {
    padding-right: 0;
    padding-left: 70px;
}

.rtl .about-me .bottom-box {
    padding-left: 0;
    padding-right: 80px;
    text-align: right;
}

.rtl .about-me .bottom-box .name {
    float: right;
}

.rtl .about-me .bottom-box .signature {
    left: auto;
    right: 0;
}

.rtl .page-breadcrumb li {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    padding-left: 15px;
}

.rtl .page-breadcrumb li:last-child {
    padding-left: 0;
    margin-left: 0;
}

.rtl .page-breadcrumb li:after {
    right: auto;
    left: -3px;
}


.rtl .coming-soon .emailed-form .form-group input[type="text"],
.rtl .coming-soon .emailed-form .form-group input[type="tel"],
.rtl .coming-soon .emailed-form .form-group input[type="email"],
.rtl .coming-soon .emailed-form .form-group textarea {
    padding: 14px 30px 14px 50px;
}

.rtl .brochure-box .theme-btn i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .help-box .info-box li {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .sidebar .search-box .form-group input[type="submit"],
.rtl .sidebar .search-box .form-group button {
    right: auto;
    left: 10px;
}

.rtl .latest-news .post {
    padding-left: 0;
    padding-right: 105px;
}

.rtl .tag-list li {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.rtl .instagram-widget .link-box {
    right: auto;
    left: 30px;
}

.rtl .blog-single blockquote {
    border-left: 0;
    border-right: 3px solid var(--secondary-color);
}

.rtl .comments-area .comment {
    padding: 30px 30px;
    padding-right: 130px;
}

.rtl .comments-area .comment-box .author-thumb {
    left: auto;
    right: 30px;
}

.rtl .comments-area .comment-box .name {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .product-details .basic-details .item-quantity {
    float: right;
    margin-left: 25px;
    margin-right: 0;
}

.rtl .product-details .basic-details .add-to-cart {
    margin-right: 10px;
    margin-left: 0;
}

.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.rtl .shop-comment-form .rating-box .text {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}

.rtl .range-slider-one .btn-box {
    float: right !important;
}

.rtl .sidebar .related-posts .post {
    padding-left: 0;
    padding-right: 90px;
}

.rtl .cart-section .bootstrap-touchspin .input-group-btn-vertical {
    right: auto;
    left: 20px;
}

.rtl .checkout-page .default-links li .far {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .payment-box .payment-options li .radio-option label .small-text:before {
    left: auto;
    right: 30px;
}

.rtl .payment-box .payment-options li .radio-option label {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .contact-page-section .contact-info li {
    padding: 5px 30px;
    padding-right: 70px;
}

.rtl .project-detail .project-info li {
    padding-right: 50px;
    padding-left: 20px;
}

.rtl .project-detail .project-info li .icon {
    left: auto;
    right: 15px;
}

.rtl .contact-page-section .form-column .inner-column {
    padding-right: 0;
    padding-left: 50px;
}

/*****************/
.School_features {
    padding: 60px 0;
}

.sec_title {
    margin-bottom: 80px;
}

.sec_title p {
    color: var(--secondary-color);
    background: #ED251114;
    display: block;
    width: 142px;
    height: 50px;
    line-height: 50px;
    padding: 0 0px;
    border-radius: var(--general-border-radius);
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.sec_title h2 {
    color: #000;
    text-align: center;
    font-weight: bolder;
    font-family: 'P_B';
    font-size: 32px;
    margin-top: 30px;
}

.School_features .features_Items {

}

.School_features .features_Items .col_Item:nth-child(2) {
    border-right: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
}

.School_features .features_Items .features_Item {
    text-align: center;
    margin-bottom: 30px;
}

.School_features .features_Items .features_Item .iconImage {
    display: block;
    width: 72px;
    height: 72px;
    margin: auto;
    margin-bottom: 25px;
    animation-play-state: paused;
}

.School_features .features_Items .features_Item:hover .iconImage {
    animation-play-state: running;
}

.School_features .features_Items .features_Item .iconImage img {
    display: block;
    width: 100%;
    height: 100%;
    animation: none;
}

.School_features .features_Items .features_Item h2 {
    color: #000;
    font-family: 'P_M';
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;

}

.School_features .features_Items .features_Item .Description {
    padding: 0 25px;
}

.School_features .features_Items .features_Item .Description p {
    color: #000;
    font-weight: 400;
    font-family: 'P_R';
}


.AboutSchool {
    padding: 60px 0;
}

.AboutSchool .AboutMedia {
    position: relative;
    border-radius: var(--media-border-radius);
    overflow: hidden;
    height: calc(100% - 30px);
    display: block;
    margin-left: 60px;
}

.AboutSchool .AboutMedia .image {
    display: block;
    width: 100%;
    height: 100%;
}

.AboutSchool .AboutMedia .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 2s ease-in-out;
}

.AboutSchool .AboutMedia .VideoBox {
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(180deg, rgba(87, 87, 74, 0) 0%, rgba(87, 87, 74, 0.9) 100%);
    transition: all 2s ease-in-out;
}

.AboutSchool .AboutMedia .VideoBox a {

}

.AboutSchool .AboutMedia .VideoBox i {
    background: #fff;
    color: var(--primary-color);
    font-size: 35px;
    padding: 0;
    transition: all .4s ease-in-out;
}

.AboutSchool .AboutMedia .VideoBox a:hover i {
    background: var(--secondary-color);
    color: #fff;
}

.AboutSchool .AboutMedia .VideoBox .ripple {

}

.AboutSchool .AboutMedia:hover {

}

.AboutSchool .AboutMedia:hover .image img {
    transform: scale(1.2);
}

.AboutSchool .AboutDatat {
    position: relative;
}

.AboutSchool .AboutDatat .sec_title {
    margin-bottom: 20px;
}

.AboutSchool .AboutDatat .sec_title p {
    margin: 0;
    margin-bottom: 5px;
    color: var(--primary-color);
    background: #3F190414;
}

.AboutSchool .AboutDatat .sec_title h2 {
    text-align: start;
    margin-top: 20px;
}

.AboutSchool .AboutDatat .Description {
    text-align: justify;
}

.AboutSchool .AboutDatat .Description p {
    color: #000;
    font-weight: 500;
    font-family: 'P_M';
    margin-bottom: 10px;
}

.AboutSchool .AboutDatat .MoreAbout {
    margin-bottom: 15px;
    margin-top: 30px;
}

.AboutSchool .AboutDatat .MoreAbout .btn-style-two {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--general-border-radius);
    padding: 0;
    width: 142px;
}

.AboutSchool .AboutDatat .MoreAbout .btn-style-two:before {
    background-color: var(--secondary-color);
    color: #fff;
}

.AboutSchool .AboutDatat .MoreAbout .btn-style-two span {
    transition: all .4s ease-in-out;
}

.AboutSchool .AboutDatat .MoreAbout .btn-style-two:hover span {
    color: #fff;
}

.AboutSchool .AboutDatat .forflex {
    position: relative;
    z-index: 1;
    width:100%;
}

.AboutSchool .AboutDatat .ImageShape {
    position: absolute;
    left: 0px;
    height: 100%;
    z-index: 0;

}

.AboutSchool .AboutDatat .ImageShape img {
    display: block;
    height: 100%;
    width: auto;
}


.AboutSchool .AboutDatat .MessageVisionValues{
   margin-top: 40px;
}
.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV{
    padding: 35px 24px;
        border-radius: 8px;
        background: #fff;
        text-align: center;
        transition: all .4s ease-in-out;
        margin-bottom: 30px;
        display: flex;
        align-items: stretch;
        height: calc(100% - 30px);
}
.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV *{
    transition: all .4s ease-in-out;
}
.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV .iconn{
  
}


.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV .iconn img{
    margin-bottom: 16px;
    transition: all .1s ease-in-out;
}

.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}
.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV p {
    color: #000;
        font-weight: 400;
    font-size: 13px;
        line-height: 24px;
        margin-bottom: 16px;
        text-align: justify;
        margin-bottom: 0;
}

.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV:hover{
background: #3F1904;
}
.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV:hover img {
    filter: brightness(10) grayscale(0);
}
.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV:hover h2{
color: #fff;
}
.AboutSchool .AboutDatat .MessageVisionValues .ItemMVV:hover p {
color: #fff;
}


.Studyprograms {
    padding: 60px 0;
}

.Studyprograms .sec_title {
    margin-bottom: 50px;
    position: relative;
}

.Studyprograms .sec_title .ShowAll {
    position: absolute;
    top: 0;
    left: 0;
}

.Studyprograms .sec_title .ShowAll a {
    display: block;
    width: max-content;
    height: 50px;
    border: 1px solid var(--primary-color);
    line-height: 50px;
    padding: 0 0px;
    width: 142px;
    text-align: center;
    border-radius: var(--general-border-radius);
    color: var(--primary-color);
    font-family: 'P_M';
    transition: all .4s ease-in-out;
    font-weight: 600;
}

.Studyprograms .sec_title .ShowAll a span {
    position: relative;
    top: 2px;
    margin: 2px;
}

.Studyprograms .sec_title .ShowAll a:hover {
    background: var(--primary-color);
    color: #fff;
}

.Studyprograms .ProgramItems {

}

.Studyprograms .ProgramItems .Program_Item {
    padding: 50px 30px;
    border-radius: var(--block-border-radius);
    border: 1px solid #E7E7E7;
    text-align: center;
}

.Studyprograms .ProgramItems .Program_Item .BoxTitle {
    display: block;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: var(--block-border-radius);
}

.Studyprograms .ProgramItems .Program_Item .BoxTitle span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: 'P_B';
    font-size: 25px;
    font-weight: 700;
}

.Studyprograms .ProgramItems .Program_Item .Title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.Studyprograms .ProgramItems .Program_Item .Title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    font-family: 'P_B';
    letter-spacing: 0;
}

.Studyprograms .ProgramItems .Program_Item .Description {

}

.Studyprograms .ProgramItems .Program_Item .Description p {
    color: #000;
    font-weight: 500;
    font-family: 'P_M';
    margin-bottom: 10px;
}

.Studyprograms .owl-nav {
    position: relative;
    z-index: 9;
    margin: 30px auto;
    display: block;
    width: max-content;
    margin-bottom: 60px;
}

.Studyprograms .owl-next,
.Studyprograms .owl-prev {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;

    line-height: 59px;
    background: var(--primary-color_6);
    opacity: 1;
    border-radius: var(--general-border-radius);
    color: var(--primary-color);
    font-size: 30px;
    transition: all .4s ease-in-out;
}

.Studyprograms .owl-next:hover,
.Studyprograms .owl-prev:hover {
    opacity: 1;
    background: var(--primary-color);
    color: #fff;
}


.courses {
    position: relative;
    padding-bottom: 50px;
}

.courses .SubjectBG {

}

.courses .SubjectBG img {

}

.courses .overlayer {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    padding: 60px 0;
    width: 100%;
}

.courses .sec_title {

}

.courses .sec_title p {
    color: var(--secondary-color);
    background: #ED251114;
}

.courses .sec_title {
    margin-bottom: 50px;
    position: relative;
}

.courses .sec_title .ShowAll {
    position: absolute;
    top: 0;
    left: 0;
}

.courses .sec_title .ShowAll a {
    display: block;
    width: max-content;
    height: 50px;
    border: 1px solid var(--primary-color);
    line-height: 50px;
    padding: 0 0px;
    width: 142px;
    text-align: center;
    border-radius: var(--general-border-radius);
    color: var(--primary-color);
    background: #fff;
    font-family: 'P_M';
    transition: all .4s ease-in-out;
    font-weight: 600;
}

.courses .sec_title .ShowAll a span {
    position: relative;
    top: 2px;
    margin: 2px;
}

.courses .sec_title .ShowAll a:hover {
    background: var(--primary-color);
    color: #fff;
}

.courses .SubjectItems {

}

.courses .SubjectItems .Subject_Item {
    position: relative;
    border-radius: var(--block-border-radius);
    overflow: hidden;
    border: 1px solid #E7E7E7;
    direction: rtl;
    background: #fff;
}

.courses .SubjectItems .Subject_Item * {
    transition: all .6s ease-in-out;
}

.courses .SubjectItems .Subject_Item .Image {
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 8px;
}

.courses .SubjectItems .Subject_Item .Image img {
    transition: all 3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.courses .SubjectItems .Subject_Item .CategoryCourse{
        position: absolute;
            top: 15px;
            right: 15px;
            direction: rtl;
}
.courses .SubjectItems .Subject_Item .CategoryCourse span{
background: #00000099;
height: 40px;
padding: 0 15px;
border-radius: 8px;
color: #fff;
display: block;
width: max-content;
margin-bottom: 10px;
    line-height: 40px;
        font-size: 14px;
}
.courses .SubjectItems .Subject_Item .CategoryCourse p {
    background: #00000099;
        height: 40px;
        padding: 0 15px;
        border-radius: 8px;
        color: #fff;
        display: flex;
        width: max-content;
        gap: 8px;
        margin-bottom: 0px;
            align-items: center;
                font-size: 14px;
}
.courses .SubjectItems .Subject_Item .CategoryCourse p img {
    display: inline;
    width: 16px;
}
.courses .SubjectItems .Subject_Item .SubjectData {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 20px;
}

.courses .SubjectItems .Subject_Item .SubjectData .forflex {
    width: 100%;
}

.courses .SubjectItems .Subject_Item .SubjectData .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-bottom: 15px;
}

.courses .SubjectItems .Subject_Item .SubjectData .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.courses .SubjectItems .Subject_Item .SubjectData .titile {

    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    margin-bottom: 20px;
}

.courses .SubjectItems .Subject_Item .SubjectData .titile h2 {
    color: #000;
    font-size: 18px;
    font-family: 'P_M';
    font-weight: 700;
}
.courses .SubjectItems .Subject_Item .SubjectData .coaches{
    min-height: 60px;
}
.courses .SubjectItems .Subject_Item .UsbscPrice{
        display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
}

.courses .SubjectItems .Subject_Item .SubjectData .Subscriper{
background: #F2F2F2;
display: flex;
gap: 4px;
align-items: center;
height: 34px;
padding: 0 10px;
direction: rtl;
    font-size: 14px;
    border-radius: var(--general-border-radius);
}

.courses .SubjectItems .Subject_Item .SubjectData .Subscriper img{
    display: inline-block;
    width: 16px;
}
.courses .SubjectItems .Subject_Item .SubjectData .UsbscPrice .Moshtarek{
    background: #FFB74B14;
display: flex;
    gap: 4px;
    align-items: center;
    height: 34px;
    padding: 0px 10px;
direction: rtl;
    font-size: 14px;
    border-radius: 8px;
    color: #FFB74B;
}
.courses .SubjectItems .Subject_Item .SubjectData .UsbscPrice .Moshtarek img{
        display: inline-block;
    width: 16px;
}
.courses .SubjectItems .Subject_Item .SubjectData .UsbscPrice .rightSidee{
    display:flex;
    align-items: center;
    gap:4px;
}
.courses .SubjectItems .Subject_Item .SubjectData .UsbscPrice .Pricee {
    color: var(--primary-color);
    font-size: 24px;
    font-family: 'P_B';
    font-weight: 700;
    direction: rtl;
}

.courses .SubjectItems .Subject_Item .SubjectData .UsbscPrice .Pricee span {
font-size: 14px;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor{
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 20px;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .Imagesss{
display: flex;
    margin-left: 5px;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .Imagesss .Image{
margin-left: -15px;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .Imagesss .Image img{
        border: 2px solid #fff;
            border-radius: 8px;
            padding: 0;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .Image{
    display: block;
    align-items: center;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 8px;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .Image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .UserInfo {}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .UserInfo h2{
    color: #000;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    gap: 8px;
       font-family: 'P_M';
       font-weight: 500 !important;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .UserInfo h2 span:nth-child(2){
    font-family: 'P_R';
    font-weight: 300 !important;
}
.courses .SubjectItems .Subject_Item .SubjectData .UserInstructor .UserInfo p{
    color: #898989;
    font-size: 12px;
    margin-bottom: 0;
}
.courses .SubjectItems .Subject_Item .SubjectData .dexcription {
    margin-bottom: 24px;
}

.courses .SubjectItems .Subject_Item .SubjectData .dexcription p {
    color: #000000;
        font-family: 'P_R';
        font-weight: 400;
        font-size: 14px;
            display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 50px;;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.courses .SubjectItems .Subject_Item .SubjectData .ButonsMorDetails {
    display: flex;
    align-items: center;
    gap: 10px;
    direction: rtl;
    margin-top: 30px;
}

.courses .SubjectItems .Subject_Item .SubjectData .ButonsMorDetails .FirstBTN {
    background: #fff;
    color: #3F1904;
    border: 1px solid #3F1904;
        flex-grow: 1;
        border-radius: 8px;
        height: 50px;
        padding: 0 15px;
        width: 50%;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        transition: all .4s ease-in-out;
}
/*.courses .SubjectItems .Subject_Item .SubjectData .ButonsMorDetails .FirstBTN img{*/
/*    filter: brightness(100) grayscale(100);*/
/*        margin-inline-end: 8px;*/
/*}*/

.courses .SubjectItems .Subject_Item .SubjectData .ButonsMorDetails .SECBTN {
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    height: 50px;
    flex-grow: 1;
    padding: 0 15px;
    width: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.courses .SubjectItems .Subject_Item .SubjectData .ButonsMorDetails a:hover {
    transform: translateY(-5px);
}



.courses .SubjectItems .Subject_Item:hover .Image img {
    transform: scale(1)
}

.courses .owl-nav {
    position: relative;
    z-index: 9;
    margin: 30px auto;
    display: block;
    width: max-content;
    margin-bottom: 60px;
}

.courses .owl-next,
.courses .owl-prev {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;

    line-height: 50px;

    opacity: 1;
    border-radius: var(--general-border-radius);
    color: #fff;
    background: var(--secondary-color);
    font-size: 30px;
    transition: all .4s ease-in-out;
        display: flex;
    align-items: center;
    justify-content: center;
}

.courses .owl-next:hover,
.courses .owl-prev:hover {
    opacity: 1;
    background: var(--primary-color);
    color: #fff;
}


.Gallary_Section {
    padding: 60px 0;

}

.Gallary_Section .sec_title {
    margin-bottom: 50px;
    position: relative;
}
.Gallary_Section .sec_title p{
    background: #3F190414;
    color: var(--primary-color);
}
.Gallary_Section .sec_title .ShowAll {
    position: absolute;
    top: 0;
    left: 0;
}

.Gallary_Section .sec_title .ShowAll a {
    display: block;
    width: max-content;
    height: 50px;
    border: 1px solid var(--primary-color);
    line-height: 50px;
    padding: 0 0px;
    width: 142px;
    text-align: center;
    border-radius: var(--general-border-radius);
    color: var(--primary-color);
    font-family: 'P_R';
    transition: all .4s ease-in-out;
}

.Gallary_Section .sec_title .ShowAll a span {
    position: relative;
    top: 2px;
    margin: 2px;
}

.Gallary_Section .sec_title .ShowAll a:hover {
    background: var(--primary-color);
    color: #fff;
}


.Gallary_Section .GallaryItems {
    display: grid;
    grid-template-areas:
    'Item_5 Item_5 Item_5 Item_3 Item_3 Item_1 Item_1 Item_1'
    'Item_5 Item_5 Item_5 Item_4 Item_4 Item_2 Item_2 Item_2'

    'Item_6 Item_6 Item_6 Item_8 Item_8 Item_10 Item_10 Item_10'
    'Item_7 Item_7 Item_7 Item_9 Item_9 Item_10 Item_10 Item_10';
    gap: 20px;
}

.Gallary_Section .GallaryItems .GallaryItem {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: var(--block-border-radius);
    box-shadow: 0 0 5px #eee;
}

.Gallary_Section .GallaryItems .GallaryItem .Image {
    display: block;
    width: 100%;
    height: 100%;
}

.Gallary_Section .GallaryItems .GallaryItem .Image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1.5s ease-in-out;
}

.Gallary_Section .GallaryItems .GallaryItem .MediaIcons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease-in-out;
    transform: scale(0);
}

.Gallary_Section .GallaryItems .GallaryItem .MediaIcons a {

}

.Gallary_Section .GallaryItems .GallaryItem .MediaIcons a i {
    background: #fff;
    color: var(--primary-color);
    height: 50px;
    width: 50px;
    line-height: 50px;
    padding: 0;
}

.Gallary_Section .GallaryItems .GallaryItem .MediaIcons a .ripple {

    animation: rippleSmall 3s infinite;
}

.Gallary_Section .play-now .ripple,
.Gallary_Section .play-now .ripple:before,
.Gallary_Section .play-now .ripple:after {
    height: 40px;
    width: 40px;
}

@-webkit-keyframes rippleSmall {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes rippleSmall {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


.Gallary_Section .GallaryItems .GallaryItem:nth-child(1) {
    grid-area: Item_1;
    height: 240px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(2) {
    grid-area: Item_2;
    height: 240px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(3) {
    grid-area: Item_3;
    height: 240px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(4) {
    grid-area: Item_4;
    height: 240px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(5) {
    grid-area: Item_5;
    height: 500px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(6) {
    grid-area: Item_6;
    height: 240px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(7) {
    grid-area: Item_7;
    height: 240px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(8) {
    grid-area: Item_8;
    height: 240px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(9) {
    grid-area: Item_9;
    height: 240px;
}

.Gallary_Section .GallaryItems .GallaryItem:nth-child(10) {
    grid-area: Item_10;
    height: 500px;
}

.Gallary_Section .GallaryItems .GallaryItem:hover .MediaIcons {
    transform: scale(1);
}

.Gallary_Section .GallaryItems .GallaryItem:hover .Image img {
    transform: scale(1.2);
}


.Parents_opinions {
    padding: 60px 0;
}

.Parents_opinions .RightSide {

}

.Parents_opinions .RightSide .sec_title {
    margin-bottom: 30px;
}

.Parents_opinions .RightSide .sec_title p {
    margin-left: auto;
    margin-right: 0;
    background: #3F1904;
    color: #fff;
    background: #3F190414;
    color: var(--primary-color);
}

.Parents_opinions .RightSide .sec_title h2 {
    text-align: start;
}

.Parents_opinions .RightSide .Description {

}

.Parents_opinions .RightSide .Description p {
    color: #000;
    font-weight: 500;
    font-family: 'P_M';
    margin-bottom: 10px;
}


.OpenionItems {

}

.OpenionItems .Option_Item {
    position: relative;
    display: block;
    height: 350px;
    overflow: hidden;
    background: #fff;
    border-radius: var(--block-border-radius);
    border: 0px solid var(--secondary-color);
    transition: all .4s ease-in-out;
}
.OpenionItems .Option_Item *{
    transition: all .4s ease-in-out;
}

.OpenionItems .Option_Item .ImgBG {
    display: block;
    width: 100%;
    height: 90%;
    display: none;
}

.OpenionItems .Option_Item .ImgBG img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    left: -60px;
}

.OpenionItems .Option_Item .OpionData {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    justify-content: center;
}

.OpenionItems .Option_Item .OpionData .Quote {
    margin-bottom: 10px;
}

.OpenionItems .Option_Item .OpionData .Quote span {
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    margin: auto;
    text-align: center;
    line-height: 100px;
    color: var(--primary-color);
    border-radius: 8px;
    font-size: 40px;
}

.OpenionItems .Option_Item .OpionData .Description {
    margin-bottom: 10px;
}

.OpenionItems .Option_Item .OpionData .Description p {
    color: #000;
    font-weight: 500;
    font-family: 'P_R';
    text-align: justify;
    direction: rtl;

}

.OpenionItems .Option_Item .OpionData hr {

}

.OpenionItems .Option_Item .OpionData .ParentOpinon {
    text-align: center;
}

.OpenionItems .Option_Item .OpionData .ParentOpinon h2 {
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-color);
    font-family: 'P_M';
    letter-spacing: 0;
    margin-bottom: 0px;
        font-weight: 500 !important;
}

.OpenionItems .Option_Item .OpionData .ParentOpinon p {
    color: #000;
    font-weight: 500;
    font-family: 'P_M';
    text-align: center;
    display: none;
}


.OpenionItems .owl-nav {
    position: absolute;
    z-index: 9;
    right: -390px;
    bottom: 0px;
}

.OpenionItems .owl-next,
.OpenionItems .owl-prev {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: var(--primary-color);
    line-height: 59px;
    opacity: 1;
    border-radius: var(--general-border-radius);
    color: #fff;
    font-size: 30px;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.OpenionItems .owl-next:hover,
.OpenionItems .owl-prev:hover {
    opacity: 1;
    background: var(--secondary-color);
    color: #fff;
}


.OpenionItems .Option_Item:hover{
    background: var(--primary-color);
}
.OpenionItems .Option_Item:hover {
    color: #fff;
}

.OpenionItems .Option_Item:hover .OpionData hr {

}
.OpenionItems .Option_Item:hover .OpionData .Description p{
        color: #fff;
}
.OpenionItems .Option_Item:hover .OpionData .ParentOpinon h2{
     color: #fff;
}

.OpenionItems .Option_Item:hover .OpionData hr{
        border-top: 1px solid rgb(255 255 255 / 10%);
}




.MyAccount .header-item {
    background: none;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0px;
    border-radius: var(--general-border-radius);
    color: #fff;
    width: max-content;
    font-size: 14px;
    position: relative;
    top: 0px;
    margin: 0 0px;
}

.MyAccount .header-item .iconAccount {
    margin-left: 5px;
}

.MyAccount .header-item span {
    margin-left: 5px;
}

.MyAccount .header-item i {
    display: inline-block;
    width: max-content;
    transform: scale(1.5);
    position: relative;
    top: 3px;
    left: -2px;
    color: #fff;
    font-size: 20px;
}

.MyAccount .dropdown-menu {
    width: 190px;
    left: auto !important;
    top: 10px !important;
    border-radius: var(--block-border-radius);
    padding: 20px;

    overflow: hidden;
    border: none;
    box-shadow: 0 0 5px #c5c5c5;
}

.MyAccount .dropdown-menu .dropdown-item {
    direction: rtl;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #1F1D20;
    font-family: 'P_R';
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .4s ease-in-out;
}

.MyAccount .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
    margin: 0;
    width: 100%;
    background: #f9e8e8;
    border-top: 1px solid #f9e8e8;
    text-align: center;
    color: #e81c4d;
        border-radius: 8px;
}

.MyAccount .dropdown-menu .dropdown-item img {
    margin-left: 5px;

}

.MyAccount .dropdown-menu .dropdown-item p {

}

.MyAccount .dropdown-item:focus, .MyAccount .dropdown-item:hover {
    background: none;
    color: var(--secondary-color);
}

.BG_Gray {
    background: #f9f9fb
}

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

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


.AuthenticationPage {

}

.AuthenticationPage .rightSide {
    height: 100vh;
    position: fixed;
    width: 50%;
    top: 0;
    background: var(--primary-color);
}

.AuthenticationPage .DtataSide {
    position: relative;
    height: 100%;
}

.AuthenticationPage .DtataSide .BGImage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.AuthenticationPage .DtataSide .BGImage::before{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, rgb(63 25 4) 0%, rgb(63 25 4 / 90%) 100%);
    z-index: 0;
    width: 100%;
}
.AuthenticationPage .DtataSide .BGImage img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.AuthenticationPage .DtataSide .DataContent {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 80px;
    display: flex;
    align-items: center;
}

.AuthenticationPage .DtataSide .DataContent .forFlex {
    width: 80%;
    margin: auto;
}

.AuthenticationPage .DtataSide .DataContent .Logo {
    display: block;
    height: 140px;
    margin-bottom: 35px;
    width: max-content;
}

.AuthenticationPage .DtataSide .DataContent .Logo img {
    display: block;
    height: 100%;
}

.AuthenticationPage .DtataSide .DataContent .MainDatta {

}

.AuthenticationPage .DtataSide .DataContent .MainDatta .LineShap img {
    width: 100%;
}

.AuthenticationPage .DtataSide .DataContent .MainDatta .TitlePage {
    margin-bottom: 10px;
}

.AuthenticationPage .DtataSide .DataContent .MainDatta .TitlePage h2 {
    color:#fff;
    background: var(--secondary-color);
    display: block;
    width: max-content;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    border-radius: var(--general-border-radius);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    font-family: 'P_B';
}

.AuthenticationPage .DtataSide .DataContent .MainDatta .titile {
    margin-bottom: 25px;
    width: 100%;
}

.AuthenticationPage .DtataSide .DataContent .MainDatta .titile h2 {
    color: #fff;
    text-align: start;
    font-weight: bolder;
    font-family: 'P_B';
    font-size: 32px;
}

.AuthenticationPage .DtataSide .DataContent .MainDatta .description {
    margin-bottom: 25px;
    display: block;
    width: 100%;
}

.AuthenticationPage .DtataSide .DataContent .MainDatta .description p {
    color: #fff;
    font-weight: 500;
    font-family: 'P_M';
    margin-bottom: 10px;
}

.AuthenticationPage .DtataSide .DataContent .DowenSection {

    display: block;
}

.AuthenticationPage .DtataSide .DataContent .DowenSection p {
    color: #fff;
    font-weight: 500;
    font-family: 'P_M';
    margin-top: 15px;
    text-align: start;
}

.AuthenticationPage .DtataSide .DataContent .DowenSection p a {
    color: var(--secondary-color);
    text-decoration: underline;
    margin-block-start: 4px;
}

.AuthenticationPage .DtataSide .DataContent .DowenSection .Register_Abakra {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--secondary-color);
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'P_R';
    border-radius: var(--general-border-radius);
}

.AuthenticationPage .LeftSide {
    height: 100%;
    padding: 40px 80px;
    min-height: 100vh;
}

.AuthenticationPage .LeftSide .SideData {
    display: flex;
    align-items: center;
    height: 100%;
    width: 80%;
    margin: auto;
}

.AuthenticationPage .LeftSide .SideData .LogoCircle {

}

.AuthenticationPage .LeftSide .SideData .LogoCircle .imageLogo {
    height: 140px;
    width: 140px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 0%;
    margin: auto;
    border: 0px solid #eee;
    margin-bottom: 35px;
}

.AuthenticationPage .LeftSide .SideData .LogoCircle .imageLogo img {
    display: block;
    height: 100%;
}

.AuthenticationPage .LeftSide .SideData .FormSide {

}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group {

}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group label {
    color: #000;
    font-size: 14px;
    font-family: 'P_R';
    margin: 10px;
    margin-bottom: 5px;
    margin-top: 0;
}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup {
    position: relative;
}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup .form-control {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: var(--general-border-radius);
    padding: 0 50px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'P_R';
    font-size: 14px;
}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup .form-control::placeholder {
    color: #AFAFAF
}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup .IconSHape {
    position: absolute;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup .IconSHape img {
    display: block;
    height: 18px;

}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup .IconSHape_Password {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    cursor: pointer;
}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup .IconSHape_Password img {
    display: block;
    height: 18px;

}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .LoginBTN {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    background: var(--primary-color);
    border-radius: var(--general-border-radius);
    font-family: 'P_M';
    margin-top: 20px;
    font-weight: 500;
}

.AuthenticationPage .LeftSide .SideData .DowenSection {

    display: block;
}

.AuthenticationPage .LeftSide .SideData .DowenSection p {
    color: #000;
    font-weight: 500;
    font-family: 'P_M';
    margin-bottom: 15px;
    text-align: center;
}

.AuthenticationPage .LeftSide .SideData .DowenSection .Register_Abakra {
    display: block;
    width: 100%;
    height: 50px;
    background: var(--secondary-color);
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'P_R';
    border-radius: var(--general-border-radius);
}


.AuthenticationPage .LeftSide .SideData .ForgetPassword {
    margin-top: 10px;
}

.AuthenticationPage .LeftSide .SideData .ForgetPassword p {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'P_M';
}

.AuthenticationPage .LeftSide .SideData .ForgetPassword p a {
    color: var(--primary-color);
    font-family: 'P_M';
    font-weight: 500;
    text-decoration: underline;
}

.AuthenticationPage .LeftSide .forFlex {
    width: 100%;
    margin: auto;
}


.ModalForgetPassword {
    background: #000000ad;
}

.ModalForgetPassword .modal-dialog {

}

.ModalForgetPassword .modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

.ModalForgetPassword .close {
    display: block;
    position: relative;
    top: 15px;
    right: 20px;
    width: 35px;
    height: 35px;
    color: var(--secondary-color);
    opacity: 1;
    z-index: 9;
}

.ModalForgetPassword .modal-body {

}

.ModalForgetPassword .modal-body .NewPassBody {
    padding: 30px;
}

.ModalForgetPassword .modal-body .NewPassBody .checkcircle {
    display: block;
    margin: auto;
    width: max-content;
}

.ModalForgetPassword .modal-body .NewPassBody .checkcircle span {
    height: 90px;
    background: rgba(70, 166, 175, 10%);
    width: 90px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ModalForgetPassword .modal-body .NewPassBody .checkcircle span img {
    display: block;
    width: 45%;
    height: 80%;
}

.ModalForgetPassword .modal-body .NewPassBody .ModalData {

    margin: auto;
}
.ModalData .inputGroup{
    
}
.ModalData .inputGroup .form-control{
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: var(--general-border-radius);
    padding: 0 20px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'P_R';
    font-size: 14px;
}
.ModalForgetPassword .modal-body .NewPassBody .ModalData h2 {
    color: #000;
    text-align: center;
    font-weight: bolder;
    font-family: 'P_B';
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.ModalForgetPassword .modal-body .NewPassBody .ModalData p {
    color: #898989;
    font-weight: 500;
    font-family: 'P_M';
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
    margin: auto;

}

.ModalForgetPassword .modal-body .NewPassBody .ModalData p span {
    font-family: 'P_B';
    display: block;
    margin: 5px 0;
    font-weight: 700;
    color: #000;
}

.SchoolProfile {
    padding: 60px 0;
}


.SchoolProfile .SchoolPorifle_Content {

}

.SchoolProfile .SchoolPorifle_Content .MyAbakra {

}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear {

}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear .form-group {

}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear .form-group label {
    color: #000;
    font-size: 14px;
    font-family: 'P_R';
    margin: 10px;
    margin-bottom: 5px;
    margin-top: 0;
}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear .form-group .InputGroup {
    position: relative;
}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear .form-group .InputGroup .select2 {

}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear .form-group .InputGroup .IconSHape {
    position: absolute;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear .form-group .InputGroup .IconSHape img {
    display: block;
    height: 18px;

}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear .form-group .InputGroup .IconSHape_Chevron {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    cursor: pointer;
}

.SchoolProfile .SchoolPorifle_Content .MyAbakra .SlectYear .form-group .InputGroup .IconSHape_Chevron img {
    display: block;
    height: 10px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: var(--general-border-radius);
    padding: 0 25px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'P_R';
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    border: 1px solid #f1f1f1;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    direction: rtl;
    border-radius: var(--general-border-radius);
}

.select2-dropdown {
    border-radius: var(--block-border-radius);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #eee;
    color: #212121;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee;
    color: #212121;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-family: 'P_R';
    border-bottom: 1px solid #eee;
    padding: 7px 15px;
}

.select2-results__option[aria-selected]:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--primary-color);
    color: #fff;
    font-family: 'P_R';
}


.SchoolProfile .ChildsAbakra {
    background: #fff;
    padding: 32px;
    border-radius: var(--general-border-radius);

}

.SchoolProfile .ChildsAbakra .ChildsAbakraContent {

}

.SchoolProfile .ChildsAbakra .ChildsAbakraContent .ChildsAbakraItem {
    padding: 15px;
    text-align: center;
    border-radius: var(--general-border-radius);
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid #E7E7E7
}

.SchoolProfile .ChildsAbakra .ChildsAbakraContent .ChildsAbakraItem:last-child {
    margin-bottom: 0;
}

.SchoolProfile .ChildsAbakra .ChildsAbakraContent .ChildsAbakraItem h2 {
    color: #1F1D20;
    font-size: 14px;
    font-family: 'P_R';
    margin-bottom: 8px;
}

.SchoolProfile .ChildsAbakra .ChildsAbakraContent .ChildsAbakraItem p {
    color: #898989;
    font-size: 14px;
    font-family: 'P_R';
}

.SchoolProfile .ChildsAbakra .ChildsAbakraContent .ChildsAbakraItem.active {
    background: var(--primary-color);
}

.SchoolProfile .ChildsAbakra .ChildsAbakraContent .ChildsAbakraItem.active h2 {
    color: #fff;
}

.SchoolProfile .ChildsAbakra .ChildsAbakraContent .ChildsAbakraItem.active p {
    color: #fff;
}


.SchoolProfile .ProfileSchoolData {
    background: #fff;
    padding: 35px;
    border-radius: var(--block-border-radius);
    height: 100%;
}

.SchoolProfile .ProfileSchoolData .ProfileSchoolDataCOntent {

}

.SchoolProfile .ProfileSchoolData .Child_Data {

}

.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems {
    margin-bottom: 30px;
}
.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .nav-link{
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .LangItem .labelLang {
    padding: 12px;
    border-radius: var(--general-border-radius);
    border: 1px solid #E7E7E7;
    text-align: center;
    cursor: pointer;
}

.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .LangItem input {
    display: none;
}

.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .LangItem.active .labelLang {
    border: 1px solid var(--primary-color);
}

.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .LangItem .labelLang .LangImage {
    height: 125px;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: var(--general-border-radius);
    margin-bottom: 12px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .LangItem .labelLang .LangImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .LangItem .labelLang h2 {
    color: #000;
    font-weight: 600 !important;
    font-size: 14px;
    height: 65px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .LangItem .labelLang p {
    color: var(--primary-color);
    font-size: 14px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .LanguesItems .LangItem .labelLang p span {
    font-size: 12px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .AlertFees {
    background: #F8DE221A;
    border: 1px solid #F8DE221A;
    border-radius: var(--block-border-radius);
    padding: 25px 24px;
    text-align: center;
}

.SchoolProfile .ProfileSchoolData .Child_Data .AlertFees .FeesAmount {

}

.SchoolProfile .ProfileSchoolData .Child_Data .AlertFees .FeesAmount p {
    color: #1F1D20;
    font-size: 14px;
    font-family: 'P_R';
    margin-bottom: 5px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .AlertFees .FeesAmount h2 {
    color: #1F1D20;
    font-family: 'P_R';
    font-size: 24px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .AlertFees .FeesAmount h2 span {
    font-size: 20px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees {
    margin-top: 25px;
}
.SchoolProfile .ProfileSchoolData .Child_Data .ListFees:first-child{
    margin-top: 0
}
.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListTitle {
    margin-bottom: 16px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListTitle h2 {
    color: #000;
    font-size: 20px;


}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems {

}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem {
    display: flex;
    height: 100;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    margin-bottom: 15px;
    border: 1px solid #E7E7E7;
    border-radius: var(--block-border-radius);
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .FeesData {

}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .FeesData .FeesName {
    color: #1F1D20;
    font-size: 16px;
    font-family: 'P_R';
    margin-bottom: 2px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .FeesData .FeesDate {
    color: #a6a6a6;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: normal;
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .FeesData .amoutFees {
    color: #1F1D20;
    font-size: 16px;
    font-family: 'P_B';
    margin-bottom: 2px;
    font-weight: 700;
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .FeesData .amoutFees span {
    font-size: 14px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .PayMentBTN {
    display: flex;
    align-items: center;
    gap: 10px;
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .PayMentBTN h2 {
    color: var(--primary-color);
    background: #3F190414;
    display: block;
    width: 142px;
    height: 50px;
    line-height: 50px;
    padding: 0 0px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400 !important;
    font-size: 14px;
    font-family: 'P_R';
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .PayMentBTN a {
    display: flex;
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .PayMentBTN span img {

}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .PayMentBTN .PayBTN {
    color: #898989;
    background: #E7E7E7;
    display: block;
    width: 142px;
    height: 50px;
    line-height: 50px;
    padding: 0 0px;
    border-radius: 8px;
    text-align: center;
    font-weight: 400 !important;
    font-size: 14px;

}

.SchoolProfile .ProfileSchoolData .Child_Data .ListFees .ListItems .feesItem .PayMentBTN .PayBTN.active {
    background: var(--primary-color);
    color: #fff;
    pointer-events: auto;
}


.SchoolProfile .Mother_Abkary_Data {

}

.SchoolProfile .Mother_Abkary_Data .nav {

}

.SchoolProfile .Mother_Abkary_Data .nav .nav-item {

}

.SchoolProfile .Mother_Abkary_Data .nav .nav-item .nav-link {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    color: #898989;
    font-family: 'P_R';
    font-size: 14px;
}

.SchoolProfile .Mother_Abkary_Data .nav .nav-item .nav-link span {

}

.SchoolProfile .Mother_Abkary_Data .nav .nav-item .nav-link.active {
    border-bottom: 1px solid var(--secondary-color);
    color: var(--primary-color);
}

.SchoolProfile .Mother_Abkary_Data .nav .nav-item .nav-link.active span {

}

.SchoolProfile .Mother_Abkary_Data .tab-content {

}

.SchoolProfile .Mother_Abkary_Data .tab-content .tab-pane {

}

.SchoolProfile .Mother_Abkary_Data .tab-content .DataOfBothTap {
    padding: 25px 0;
}

.SchoolProfile .Mother_Abkary_Data .DataOfBothTap .QuestonAnswerItem {
    display: flex;
    margin-bottom: 25px;
}

.SchoolProfile .Mother_Abkary_Data .DataOfBothTap .QuestonAnswerItem .QesIcon {
    margin: 0 10px;
    margin-right: 0;
    height: 20px;
}

.SchoolProfile .Mother_Abkary_Data .DataOfBothTap .QuestonAnswerItem .QesIcon img {
    display: block;
    height: 100%;


}

.SchoolProfile .Mother_Abkary_Data .DataOfBothTap .QuestonAnswerItem .QesData {

}

.SchoolProfile .Mother_Abkary_Data .DataOfBothTap .QuestonAnswerItem .QesData h2 {
    font-size: 14px;
    color: #1F1D20;
    margin-bottom: 5px;
}

.SchoolProfile .Mother_Abkary_Data .DataOfBothTap .QuestonAnswerItem .QesData p {
    color: #898989;
    font-size: 14px;
}


/**********************************/
.signform {

}

.signform .signformContent {
    width: 100%;
    height: 100%;

}

#msform fieldset {
    height: 100%;
    position: relative;

}

.form-card {
    text-align: left
}

.form-card .stephusscont {
    width: 95%;
    margin: auto;
}

.form-card .stephusscont h2 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'P_M';
    color: #525252;
    padding: 0 15px;
    margin-bottom: 15px;
}

.form-card .stephusscont .form-group {

}

.form-card .stephusscont .form-group .imgflag {
    position: absolute;
    left: 30px;
    top: 12px;
    padding-right: 15px;
    border-right: 2px solid #495057;
}

.form-card .stephusscont .form-group .imgflag img {
    display: block;
    width: 20px;
    height: auto;
}

.form-card .stephusscont .form-group select {

}

.form-card .stephusscont .form-group .form-control {
    border-radius: var(--general-border-radius);
    border: 2px solid #00c2ba;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
    height: 40px;
    line-height: 40px;
}

.form-card .stephusscont .form-group .form-control:focus {
    box-shadow: 0 0 10px #00c2ba;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.form-card .stephusscont .form-group .phonkefalg {
    border-radius: var(--general-border-radius);
    border: 2px solid #00c2ba;
    text-transform: capitalize;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.form-card .stephusscont .form-group .phonkefalg .kenumk {
    display: block;
    width: max-content;
    margin: auto;
}

.form-card .stephusscont .form-group .phonkefalg .kenumk img {
    display: inline-block;
    width: 20px;
    margin: 0 5px;
    margin-top: -5px;
}

.form-card .stephusscont .form-group .phonkefalg .kenumk span {
    font-size: 17px;
    border-left: 1px solid #7b7b7b;
    padding-left: 5px;
    color: #212121;
}


/*
#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 14px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}
*/

#msform .action-button {
    background: var(--primary-color);
    color: #fff;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
    float: right;
    display: block;
    border-radius: var(--general-border-radius);
    height: 50px;
    width: 45%;
    padding: 0 20px;
    font-size: 14px;
    font-family: 'P_R';
    line-height: 50px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
    font-weight: 600;
}

#msform .action-button img {
    display: inline-block;
    width: 20px;
    height: auto;
    margin: 0 10px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--primary-color)
}

#msform .action-button-previous {
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
    float: left;
    display: block;
    border-radius: var(--general-border-radius);
    height: 50px;
    width: 50%;
    padding: 0 20px;
    border: 1px solid var(--primary-color) 1A;
    font-family: 'P_M';
    line-height: 45px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600
}

#msform .action-button-previous img {
    display: inline-block;
    width: 20px;
    height: auto;
    margin: 0 10px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {

}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    z-index: 99;
    position: relative;
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 11.111%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar li strong {
    text-align: left;
    display: block;
}

#progressbar li:last-child strong {
    text-align: right;
    float: right;
}

#progressbar li strong span {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: var(--general-border-radius);
    color: #01ce92;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-family: 'P_B';
    box-shadow: 0 0 5px #eee;
}

#progressbar li strong .nonee {
    background: #01ce9200;
    color: #ff000000;
    box-shadow: none;
}

#progressbar .active strong {

}

#progressbar .active strong span {
    display: block;
    width: 50px;
    height: 50px;
    background: linear-gradient(
        90deg, rgb(21 211 187) 0%, rgb(45 245 189) 100%);
    border-radius: var(--general-border-radius);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    font-family: 'P_B';
}

#progressbar .active strong .nonee {
    background: #01ce9200;
    color: #ff000000;
}

.progress {
    background-color: #ffffff;
    border-radius: .25rem;
    box-shadow: 0 0 5px #eee;
    border-radius: var(--general-border-radius);
}

#progressbar #account:before {
    font-family: FontAwesome;
    /*    content: "\f13e"*/
}

#progressbar #personal:before {
    font-family: FontAwesome;
    /*    content: "\f007"*/
}

#progressbar #payment:before {
    font-family: FontAwesome;
    /*    content: "\f030"*/
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    /*    content: "\f00c"*/
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: var(--general-border-radius);
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 65px;
    background: #d3d3d300;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/*
#progressbar li.active:before,
#progressbar li.active:after {

    background-image: url(../images/Img-Crowed/rocket.png);
    background-position: 80% 2px;
    background-size: 50px;
    background-repeat: no-repeat;
    transform: scale(1.5);
}
*/

.progress {
    height: 20px;
    position: absolute;
    top: 40px;
    width: 100%;
    overflow: visible;
}

.progress-bar span {
    position: relative;
    top: 38px;
    text-align: end;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
}

.progress-bar img {
    display: inline-block;
    width: 75px;
    height: 75px;
    top: -11px;
    left: 100%;
    position: relative;
}

.progress-bar {
    background: linear-gradient(
        90deg, rgb(52 255 189) 0%, rgb(1 182 185) 100%);
    border-radius: var(--general-border-radius);
}

/*
.progress-bar::before{
    content: '..';
}
*/

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


.signform .spansincraeaaea {
    margin-top: 20px;
}

.signform .input-group span.input-group-btn {
    display: inline-block;
    width: 45px;
    border-radius: var(--general-border-radius);
    height: 45px;
    float: left;
    margin: 0 5px;
}

.signform .input-group {
    display: block;
}

.signform .input-group .btnincreadec {
    width: 45px;
    height: 45px;
    border-radius: var(--general-border-radius);
    background: #fff;
    border: 2px solid #01b5bc;
    color: #01b5bc;
    box-shadow: 0 0 5px #93ebcf;
}

.signform .labeltextt {
    font-size: 19px;
    font-weight: 400;
    color: #525252;
    font-family: 'P_R';
    margin-bottom: 3px;
    padding: 0 10px;
}


.signform .form-card .stephusscont .form-group .tagesss {
    border-radius: var(--general-border-radius);
    border: 2px solid #00c2ba;
    text-transform: capitalize;

    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}

.signform .form-card .stephusscont .form-group .tagesss ul {

}

.signform .form-card .stephusscont .form-group .tagesss ul li {
    float: left;
    margin: 0 5px;
}

.signform .form-card .stephusscont .form-group .tagesss ul li .linktag {
    width: max-content;
    padding: 2px 8px;
    background: #ededed;
    border-radius: var(--general-border-radius);
    color: #333;
    position: relative;
    top: -2px;
}

.signform .form-card .stephusscont .form-group .tagesss ul li .linktag:hover {
    transition: all .4s ease-in-out;
    background: #01c3a5;
    color: #fff;
}

.signform .form-card .stephusscont .finesh {
    padding: 40px;
    text-align: center;
}

.signform .form-card .stephusscont .finesh .imges {
    display: block;
    width: 120px;
    height: 120px;
    margin: 15px auto;
}

.signform .form-card .stephusscont .finesh .imges img {
    display: block;
    width: 100%;
    height: 100%;
}

.signform .form-card .stephusscont .finesh .details {

}

.signform .form-card .stephusscont .finesh .details h2 {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00c597;
    font-family: 'P_M';
}

.signform .form-card .stephusscont .finesh .details p {
    width: 65%;
    margin: auto;
    font-size: 19px;
    color: #555;
}

.signform .form-card .stephusscont .finesh .details .linkkdash {

}

.signform .form-card .stephusscont .finesh .details .linkkdash .godash {
    display: block;
    width: max-content;
    margin: 20px auto;
    background: linear-gradient(
        90deg, rgba(1, 209, 141, 1) 0%, rgba(1, 181, 188, 1) 100%);
    height: 40px;
    padding: 0 25px;
    border-radius: var(--general-border-radius);
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    box-shadow: 0 0 10px #ededed;
    transition: all .4s ease-in-out;
}

.signform .form-card .stephusscont .finesh .details .linkkdash .godash span {
    margin: 0 10px;
    background: #fff;
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: var(--general-border-radius);
    color: #00caa6;
    margin-right: 0;
    transition: all .4s ease-in-out;
}

.signform .form-card .stephusscont .finesh .details .linkkdash .godash:hover {
    background: #fff;
    color: #01b8b6;
}

.signform .form-card .stephusscont .finesh .details .linkkdash .godash:hover span {
    transform: rotate(360deg);
    background: linear-gradient(
        90deg, rgba(1, 209, 141, 1) 0%, rgba(1, 181, 188, 1) 100%);
    color: #fff;
}


.form-card .stephusscont .form-group .form-fontrol-text {
    border-radius: var(--general-border-radius);
    border: 2px solid #00c2ba;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
    min-height: 150px;
    line-height: 18px;
    width: 100%;
    padding: 15px;
}

.form-card .stephusscont .form-group .form-fontrol-text:focus {
    box-shadow: 0 0 10px #00c2ba;
}


.imageuploadify {
    border: 2px dashed #01ce91 !important;
    position: relative;
    min-height: auto;
    min-width: 250px;
    max-width: 100%;
    border-radius: var(--general-border-radius);
}

.imageuploadify .imageuploadify-images-list i {
    display: block;
    font-size: 66px;
    text-align: center;
    margin-top: .5em;
    padding-bottom: 0;
    display: block;
    height: 65px;
    margin-top: 47px;
    color: #01cd9599;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 24px;
    border-top: 1px solid #3aa0ff00;
    border-bottom: 1px solid #3aa0ff00;
    padding: 10px;
    display: inline-block;
    color: #3c3535;
    font-weight: 200;
}

.imageuploadify .imageuploadify-images-list button.btn-default {
    display: block;
    color: #3AA0FF;
    border: 0px solid #eee;
    border-radius: var(--general-border-radius);
    margin: 25px auto;
    width: 100%;
    max-width: 500px;
    background: linear-gradient(
        90deg, rgba(1, 209, 141, 1) 0%, rgba(1, 181, 188, 1) 100%) !important;
    color: #fff !important;
    box-shadow: 0 0 5px #aaa;
    height: 40px;
}

.finshbuttons {
    background: linear-gradient(
        90deg, rgba(1, 209, 141, 1) 0%, rgba(1, 181, 188, 1) 100%) !important;
    width: max-content !important;
    padding: 5px 25px !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400 !important;
}

.finshbuttons span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    border-radius: var(--general-border-radius);
    color: #01b7ba;
    line-height: 30px;
    font-size: 18px;
    margin-right: -15px;
    margin-left: 5px;
}


.signform .TapSterTitle {
    margin-bottom: 25px;
}

.signform .TapSterTitle h2 {
    color: #000000;
    font-size: 24px;
    font-family: 'P_M';
    margin-bottom: 5px;
}

.signform .TapSterTitle p {
    color: #898989;
    font-size: 14px;
}


.signform .form-group {

}

.signform .form-group label {
    color: #000;
    font-size: 14px;
    font-family: 'P_R';
    margin: 10px;
    margin-bottom: 5px;
    margin-top: 0;
}

.signform .form-group label img {

}

.signform .form-group .inputGroup {
    position: relative;
}

.signform .form-group .inputGroup .checkOption {
    display: flex;
}

.signform .form-group .inputGroup .form-control {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: var(--general-border-radius) !important;
    padding: 0 50px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'P_R';
    font-size: 14px;
}

.signform .form-group .inputGroup .form-control::placeholder {
    color: #AFAFAF
}

.signform .form-group .inputGroup textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    border: 1px solid #f1f1f1;
    border-radius: var(--general-border-radius);
    padding: 0 50px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'P_R';
    font-size: 14px;
    padding-top: 10px;
}

.signform .form-group .inputGroup textarea::placeholder {
    color: #AFAFAF
}

.signform .form-group .inputGroup .IconSHape {
    position: absolute;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    z-index: 9;
}

.signform .form-group .inputGroup .IconSHape img {
    display: block;
    height: 18px;

}

.signform .form-group .inputGroup .IconSHape_Chevron {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}

.signform .form-group .inputGroup .IconSHape_Chevron img {
    display: block;
    height: 10px;

}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup .IconSHape_Password {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    cursor: pointer;
}

.AuthenticationPage .LeftSide .SideData .FormSide .form-group .inputGroup .IconSHape_Password img {
    display: block;
    height: 18px;

}

.signform .form-group .inputGroup .IconSHape_Two {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    z-index: 9;
}

.signform .form-group .inputGroup .IconSHape_Two img {
    display: block;
    height: 18px;

}

.signform .NavigationBTMSssss {
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.signform .form-group .DateNot {
    background: #eaebef;
    padding: 15px;
    border-radius: var(--general-border-radius);
    margin-top: 10px;
}

.signform .form-group .DateNot p {
    color: #898989;
    font-size: 14px;
    margin-bottom: 2px;
}

.signform .form-group .DateNot h2 {
    color: #000;
    font-size: 14px;
}


.bg {
    display: -webkit-box;
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    direction: rtl;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: auto;
    margin: 0 15px;
    margin-left: 15px;
}

.chiller_cb input {
    display: none;
}

.chiller_cb input:checked ~ span {
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: var(--general-border-radius);
}

.chiller_cb input:checked ~ span:before {
    width: 13px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.chiller_cb input:checked ~ span:after {
    width: 7px;
    height: 2px;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}

.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}

.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}

.chiller_cb label {
    padding-right: 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px !important;
    margin-bottom: 0 !important
}

.chiller_cb span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: var(--general-border-radius);
    position: absolute;
    right: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
    background: #fff;
}

.chiller_cb span:before {
    transform: rotate(-50deg);
    top: 15px;
    left: 8px;
}

.chiller_cb span:after {
    transform: rotate(48deg);
    bottom: 8px;
    left: 5px;
}


.signform .FeseStep {

}

.signform .FeseStep .FessAmmount {
    background: #fff;
    padding: 30px 20px;
    padding-bottom: 0;
    border-radius: var(--general-border-radius);
    margin-bottom: 25px;
}

.signform .FeseStep .FessAmmount .feeesItem {
    margin-bottom: 30px;
}

.border_left {
    border-left: 1px solid #e7e7e7;
}

.pre-3 {
    padding-right: 20px;
}

.signform .FeseStep .FessAmmount .feeesItem p {
    color: #1F1D20;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'P_R';
}

.signform .FeseStep .FessAmmount .feeesItem h2 {
    color: #1F1D20;
    font-family: 'P_B';
    font-size: 24px;
}

.signform .FeseStep .FessAmmount .feeesItem h2 span {
    font-size: 20px;
}


.signform .FeseStep .FeesList {
    margin-bottom: 30px;
    margin-top: 40px;
}

.signform .FeseStep .FeesList .titile {
    margin-bottom: 20px;
    display: block;
}

.signform .FeseStep .FeesList .titile h2 {
    color: #000;
    font-size: 24px;
    font-family: 'P_B';
    margin-bottom: 3px;
}

.signform .FeseStep .FeesList .titile p {

}

.signform .FeseStep .FeesTable {
    background: #fff;
    padding: 15px;
    border-radius: var(--general-border-radius);
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 15px 0;
}

.signform .FeseStep .FeesTable table {

}

.signform .FeseStep .FeesTable table thead {

}

.signform .FeseStep .FeesTable table thead tr {

}

.signform .FeseStep .FeesTable table thead tr th {
    border: 0;
}

.signform .FeseStep .FeesTable table thead tr th p {
    color: var(--primary-color);
    font-family: 'P_R';
}

.signform .FeseStep .FeesTable table tbody {

}

.signform .FeseStep .FeesTable table tbody tr {

}

.signform .FeseStep .FeesTable table tbody tr td {
    border-top: 1px solid #E7E7E7;
}

.signform .FeseStep .FeesTable table tbody tr td p {
    color: #000000;
    font-family: 'P_R';
    font-size: 14px;
}

.signform .FeseStep .FeesTable table tbody tr td p span {
    display: block;
    font-size: 12px;
    color: #999;
    font-family: 'P_R';
}


.PrivacyPolicy {
    margin-top: 50px;
}

.PrivacyPolicy .titile {
    margin-bottom: 20px;
    display: block;
}

.PrivacyPolicy .titile h2 {
    color: #000;
    font-size: 24px;
    font-family: 'P_M';
    margin-bottom: 3px;
}

.PrivacyPolicy .PolicyData {
    background: #fff;
    padding: 20px;
    border-radius: var(--general-border-radius);
    margin: 15px 0;
    margin-bottom: 30px;
}

.PrivacyPolicy .PolicyData p {
    color: #000;
    margin-bottom: 3px;
}


.PrivacyPolicy .AcceptPolicy {
    margin-bottom: 30px;
}

.PrivacyPolicy .AcceptPolicy .chiller_cb {
    margin: 0;
}

.PrivacyPolicy .AcceptPolicy .chiller_cb label {
    color: #000;
    padding-right: 30px;
    font-family: 'P_R';
    font-size: 16px !important;
}

.PrivacyPolicy .AcceptPolicy .chiller_cb label a {
    color: var(--primary-color);
    margin: 0 2px;
    font-family: 'P_R';
}

.ModalForgetPassword .modal-body .NewPassBody .PolicyData {
    background: #fff;
    padding: 20px;
    border-radius: 0;
    margin: 0;
    margin-bottom: 0;
}

.ModalForgetPassword .modal-body .NewPassBody .PolicyData p {
    color: #000;
    margin-bottom: 5px;
}


.AddNewAbkary {
    padding: 60px 0;
}

.AddNewAbkary .AddAbkaryForm {
    display: block;
    width: 70%;
    margin: auto;
    padding: 80px;
    border-radius: var(--block-border-radius);
    border: 1px solid #eee;
    background: #fff;
}

.datepicker {
    left: 12px !important;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: var(--general-border-radius);
    -moz-border-radius: var(--general-border-radius);
    border-radius: 0;
    border: none;
    font-size: 14px;
    border: 1px solid #eee;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom, var(--secondary-color), var(--secondary-color));
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: var(--secondary-color);

}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    border-color: #fff0;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: linear-gradient(to bottom, var(--secondary-color), var(--secondary-color));
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: var(--secondary-color);
    color: #fff;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background: var(--secondary-color);
    color: #fff;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
/* .animation_1 {
    animation: bubbleMover 4s linear 0s infinite;
} */

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

/* .animation_2 {
    animation: shapeMover 4s linear 0s infinite;
} */

@keyframes shapeMover {
    0%, 100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

/* .animation_3 {
    animation: banner3Shake 4s linear 0s infinite;
} */

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

/* .animation_4 {
    animation: squareMover 4s linear 0s infinite;
} */

@keyframes squareMover {
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20%, 60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }
    30%, 80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

/* .animation_5 {
    animation: treeMove 4s linear 0s infinite;
} */

@keyframes treeMove {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%, 75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

/* .animation_6 {
    animation: leafMove 4s linear 0s infinite;
} */

@keyframes leafMove {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%, 75% {
        transform: rotate(-2deg) translateX(5px);
    }
    50% {
        transform: rotate(-4deg) translateX(10px);
    }
}

/* .animation_7 {
    animation: arrowMove 4s linear 0s infinite;
} */

@keyframes arrowMove {
    0%, 100% {
        transform: rotate(0deg) translateY(0);
    }
    25%, 75% {
        transform: rotate(-2deg) translateY(10px);
    }
    50% {
        transform: rotate(-4deg) translateY(15px);
    }
}

/* .animation_8 {
    animation: carMove 4s linear 0s infinite;
} */

@keyframes carMove {
    0%, 100% {
        transform: rotate(0deg) translateX(0);
    }
    25%, 75% {
        transform: rotate(-3deg) translateX(20px);
    }
    50% {
        transform: rotate(-6deg) translateX(40px);
    }
}
/* 
.animation_9 {
    animation: messageMove 4s linear 0s infinite;
} */

@keyframes messageMove {
    0%, 100% {
        transform: translateX(0);
    }
    25%, 75% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
}

/* .animation_10 {
    animation: textRotate 4s linear 0s infinite;
} */

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* .animation_11 {
    animation: flowerRotate 4s linear 0s infinite;
} */

@keyframes flowerRotate {
    0%, 100% {
        transform: rotate(0deg);
    }
    25%, 75% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

/* .animation_12 {
    animation: float-bob-x 4s linear 0s infinite;
} */

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}

/* .animation_13 {
    animation: criss-cross-left 4s linear 0s infinite;
} */

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

/* .animation_14 {
    animation: criss-cross-right 4s linear 0s infinite;
} */

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

/* .animation_15 {
    animation: zump-two 4s linear 0s infinite;
} */

@keyframes zump-two {
    0% {
        transform: translateY(0) translateX(0);
    }
    100% {
        transform: translateY(-10px) translateX(-10px);
    }
}

/* .animation_16 {
    animation: dash2 4s linear 0s infinite;
} */

@keyframes dash2 {
    0% {
        stroke-dashoffset: 1200;
        stroke: var(--kidearn-secondary, #FFAA23);
    }
    50% {
        stroke: var(--kidearn-primary, #26A6A1);
    }
    100% {
        stroke-dashoffset: 0;
        stroke: var(--kidearn-secondary, #FFAA23);
    }
}

/* .animation_17 {
    animation: rotated3 4s linear 0s infinite;
} */

@keyframes rotated3 {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0);
    }
}

/* .animation_18 {
    animation: airTree 4s linear 0s infinite;
} */

@keyframes airTree {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%, 75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

/* .animation_19 {
    animation: wobble-horizontal-on-hover 4s linear 0s infinite;
} */

@keyframes wobble-horizontal-on-hover {
    16.65% {
        transform: translateX(8px);
    }
    33.3% {
        transform: translateX(-6px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}

/* .animation_20 {
    animation: iconTranslateX 4s linear 0s infinite;
} */

@keyframes iconTranslateX {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

/* .animation_21 {
    animation: iconTranslateX 4s linear 0s infinite;
} */

@keyframes iconTranslateX {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

/* .animation_22 {
    animation: zoomBig 4s linear 0s infinite;
} */

@keyframes zoomBig {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.8, 0.8);
    }
    100% {
        transform: scale(1, 1);
    }
}

.signform .form-group .inputGroup .form-control.error {
    border: 1px solid #dc3545 !important;
}

.signform .form-group .inputGroup .ErrMessage {
    margin: 0 25px;
    display: block;
    margin-top: 3px;
}

.contact-info-box {
    display: flex;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
}

.contact-info-box .LogonParent {
    position: relative;
    float: left;
    margin-left: 10px;
    padding: 8px 0;
    width: 45%;
}

.contact-info-box .LogonParent a {
    background: var(--primary-color);
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-radius: var(--general-border-radius);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.contact-info-box .NewLogin {
    position: relative;
    float: left;
    margin-left: 0px;
    padding: 8px 0;
    width: 45%;
}

.contact-info-box .NewLogin a {
    background: var(--secondary-color);
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-radius: var(--general-border-radius);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}


.FeessPage {
    padding: 50px 0;
    padding-bottom: 0;
}

.FeessPage .FeesTable {
    margin-bottom: 50px;
}

.FeessPage .FeesTable h2 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'P_M';
}

.FeessPage .FeesTable .FeesBox {
    border: 1px solid #E7E7E7;
    padding: 24px;
    border-radius: 8px;
}

.FeessPage .FeesTable .FeesBox p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 0px solid #e7e7e7;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    font-family: 'P_M';
}

.FeessPage .FeesTable .FeesBox p:first-child {
    padding-top: 0;
}

.FeessPage .FeesTable .FeesBox p:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.FeessPage .FeesTable .FeesBox .colored {
    color: #3F1904;
}


.feeesFooter {
    background: #fff;
    padding: 50px 0;
    padding-top: 0;
}
.feeesFooter .LogoDesc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.feeesFooter .LogoDesc img {
    display: inline-block;
    height: 100px;
    width: auto;
}
.feeesFooter .LogoDesc p {
    color: #898989;
    font-size: 18px;
    margin: 0 5px;
}
.feeesFooter .LogoDesc p strong {
    margin: 0 5px;
    color: #000;
}


.feeesFooter .ButtonDoenladIvoice{

}

.feeesFooter .ButtonDoenladIvoice button{
    background: #3F1904;
        display: block;
        width: 250px;
        margin: auto;
        height: 55px;
        line-height: 55px;
        border-radius: 8px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin-top: 25px;
}
.feeesFooter .LogoQR {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.feeesFooter .LogoQR .logImg {
    display: block;
    width: auto;
    height: 100px;
}

.feeesFooter .LogoQR .logImg img {
    display: block;
    width: 100%;
    height: 100%;
}

.feeesFooter .LogoQR .QRImage {
    display: block;
    height: 100px;
}

.feeesFooter .LogoQR .QRImage img {
    display: block;
    width: 100%;
    height: 100%;
}


.feeesFooter .FeesInfo {
    background: var(--primary-color);
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}

.feeesFooter .FeesInfo a {
    color: #000;
    font-size: 23px;
}

.feeesFooter .FeesInfo a span {

}

.feeesFooter .FeesInfo a img {
    display: inline-block;
    width: 25px;
    margin: 0 10px;
}




.SchoolProfile .Mother_Abkary_Data .tab-content .DataOfBothTap {
    padding-bottom: 0;
}

.Gallary_Section .GallaryItems .GallaryItem .MediaIcons .play-now img.icon {
    height: 56px;
    width: 56px;
    padding: 15px;
}


select2-dropdown--above .select2-results__option[aria-selected]:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.select2-dropdown--below .select2-results__option[aria-selected]:last-child {
    border-bottom: 0;
    border-bottom-left-radius: var(--block-border-radius);
    border-bottom-right-radius: var(--block-border-radius);
}


.CourseDetails {

}

.CourseDetails .courseImage {
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.CourseDetails .courseImage img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block;
}

.CourseDetails .CourseMainInfoss {
    padding: 0px;
    background: none;
    border-radius: 0;
}
.CourseDetails .CourseMainInfoss .CatAndType{
display: flex;
flex-wrap: wrap;
gap: 4px;
margin-bottom: 20px;
}
.CourseDetails .CourseMainInfoss .CatAndType span{
        background: #ED251114;
            height: 40px;
            padding: 0 15px;
            border-radius: 8px;
            color: var(--secondary-color);
            display: block;
            width: max-content;
            margin-bottom: 10px;
            line-height: 40px;
            font-size: 14px;
}
.CourseDetails .CourseMainInfoss .CatAndType p{
        height: 40px;
            padding: 0 15px;
            border-radius: 8px;
            color: #fff;
            display: flex;
            width: max-content;
            gap: 8px;
            margin-bottom: 0px;
            align-items: center;
            font-size: 14px;
}
.CourseDetails .CourseMainInfoss .CatAndType p img{
        display: inline;
            width: 16px;
}
.CourseDetails .CourseMainInfoss .title {
    margin-bottom: 15px;
}

.CourseDetails .CourseMainInfoss .title h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.CourseDetails .CourseMainInfoss .title .Moshtarek{
        width: max-content;
    border-radius: 8px;
        padding: 0px 16px;
}
.CourseDetails .CourseMainInfoss .title p {
    font-size: 14px;
    color: #777676;
    line-height: 24px;
        direction: ltr;
}

.CourseDetails .CourseMainInfoss .Price {
    margin-bottom: 16px;
}

.CourseDetails .CourseMainInfoss .Price h2 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 32px;

}

.CourseDetails .CourseMainInfoss .Price h2 span {
    font-size: 14px;
}
.CourseDetails .CourseMainInfoss .Desxcription{
margin-bottom: 25px;
}
.CourseDetails .CourseMainInfoss .Desxcription p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}
.CourseDetails .CourseMainInfoss .LineShape {
    margin-bottom: 15px;
}

.CourseDetails .CourseMainInfoss .tagss {
}

.CourseDetails .CourseMainInfoss .tagss h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.CourseDetails .CourseMainInfoss .tagss .TagsItemssss {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.CourseDetails .CourseMainInfoss .tagss .TagsItemssss .ItemsItem {
    display: block;
    height: 50px;
    line-height: 50px;
    background: var(--primary-color_6);
    color: var(--primary-color);
    border-radius: var(--general-border-radius);
    padding: 0 16px;
}

.CourseDetails .CourseMainInfoss .tagss .TagsItemssss .ItemsItem:hover {
    background: var(--primary-color);
    color: #fff;
}

.CourseDetails .CourseMainInfoss .LogenStudent {
    margin: 25px 0;
}

.CourseDetails .CourseMainInfoss .LogenStudent h2 {
    display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 8px;
        color: #3F1904;
        font-size: 14px;
        border: 1px solid #E7E7E7;
        height: 50px;
        border-radius: 8px;
        font-weight: 500 !important;
}

.CourseDetails .CourseMainInfoss .LogenStudent img {
    height: 18px;
}



.CourseDetails .CourseMainInfoss .ExportCertificate {
    margin: 16px 0;
}

.CourseDetails .CourseMainInfoss .ExportCertificate a {
    display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 8px;
        color: #3F1904;
        font-size: 14px;
        border: 1px solid #3F1904;
        height: 50px;
        border-radius: 8px;
        font-weight: 500 !important;
}

.CourseDetails .CourseMainInfoss .ExportCertificate img {

}

.CourseDetails .SubscribLink {
    margin-top: 25px;
}

.CourseDetails .SubscribLink a {
    display: block;
    background: var(--primary-color);
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    height: 50px;
    line-height: 48px;
    width: 100%;
    color: #fff !important;

    font-size: 14px;
    text-align: center;
    font-weight: 500;
}


.CourseDetails .ButonsMorDetails {
    display: flex;
    align-items: center;
    gap: 15px;
    direction: rtl;
    margin-top: 30px;
}

.CourseDetails .ButonsMorDetails .FirstBTN {
    background: #FFFFFF29;
        color: #3F1904;
        border: 1px solid #3F1904;
        flex-grow: 1;
        border-radius: 8px;
        height: 50px;
        padding: 0 15px;
        width: 50%;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        transition: all .4s ease-in-out;
}

.CourseDetails .ButonsMorDetails .SECBTN {
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    height: 50px;
    flex-grow: 1;
    padding: 0 15px;
    width: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.CourseDetails .ButonsMorDetails a:hover {
    transform: translateY(-5px);
}


.CourseDetails .ComleteStatus {
    width: 100%;
    margin-top: 24px;
}

.CourseDetails .ComleteStatus .progressBar {
    margin-bottom: 16px;
}

.CourseDetails .ComleteStatus .progressBar .BarProg {
    position: relative;
    width: 100%;
    height: 8px;
    background: #F1F1F1;
    border-radius: 8px;
}

.CourseDetails .ComleteStatus .progressBar .BarProg .BarActive {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 8px;
    border-bottom: 8px solid #A1C440;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.CourseDetails.ComleteStatus .EaxmCounts {
    display: flex;

    gap: 8px;
    align-items: center;
    justify-content: center;
}

.CourseDetails .ComleteStatus .EaxmCounts p {
    color: #898989;
    font-size: 14px;
    text-align: center;
}

.CourseDetails .ComleteStatus .EaxmCounts p span {
    margin: 4px;
}




.CourseDetails .nav{
    margin-bottom: 40px;
        background: #fff;
            border-radius: 8px;
            overflow: hidden;
}
.CourseDetails .nav .nav-item{

}
.CourseDetails .nav .nav-item .nav-link{
        height: 50px;
            padding: 0 15px;
            line-height: 50px;
            border-radius: 0;
            color: var(--primary-color);
}
.CourseDetails .nav .nav-item .nav-link.active{
    background-color: var(--primary-color);
    color: #fff;
}
.CourseDetails .Course_Data {
    padding: 40px 32px;
    background: #FFFFFF;
    border-radius: 8px;
}

.CourseDetails .Course_Data .courseDesc {
    margin-bottom: 30px;
}

.CourseDetails .Course_Data .courseDesc h2 {
    font-size: 20px;
    margin: 30px 0;
    color: #000;
    font-weight: 700;
}

.CourseDetails .Course_Data .courseDesc p {
    font-size: 12px;
    color: #000;
}

.CourseDetails .Course_Data .LineShape {
    margin-bottom: 30px;
}

.CourseDetails .Course_Data .LineShape img {
    display: block;
    width: 100%;
}

.CourseDetails .Course_Data .CourseFAQ {
}

.CourseDetails .Course_Data .CourseFAQ .Titlee {
    margin-bottom: 40px;
}

.CourseDetails .Course_Data .CourseFAQ .Titlee h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.CourseDetails .Course_Data .CourseFAQ .accordion {

}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item {
    border: 1px solid #E7E7E7;
    padding: 20px 24px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-header {
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-header .accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    background: none;
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-header .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: 0;
    content: "";
    background-image: url(../images/Abkary/01aligncenter.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    display: block;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/Abkary/01aligncenter.svg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-collapse {
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-top: 15px;
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-collapse .accordion-body ul {
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-collapse .accordion-body ul li {
    padding: 20px 0;
    border-top: 1px solid #E7E7E7;
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
    padding-bottom: 0;
}

.CourseDetails .Course_Data .CourseFAQ .accordion .accordion-item .accordion-collapse .accordion-body ul li p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.CourseDetails .SelectStudent {
    margin-bottom: 30px;
}

.CourseDetails .form-group label {
    color: #000;
    font-size: 14px;
    font-family: 'P_R';
    margin: 10px;
    margin-bottom: 5px;
    margin-top: 0;
}

.CourseDetails .form-group .inputGroup {
    position: relative;
}

.CourseDetails .form-group .inputGroup .IconSHape {
    position: absolute;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
}

.CourseDetails .form-group .inputGroup .IconSHape img {
    display: block;
    height: 18px;

}

.CourseDetails .form-group .inputGroup .IconSHape_Chevron {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    cursor: pointer;
}

.CourseDetails .form-group .inputGroup .IconSHape_Chevron img {
    display: block;
    height: 10px;
}

.CourseDetails .ProgramAmount {
    margin-bottom: 24px;
}

.CourseDetails .ProgramAmount p {
    color: #1F1D20;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.CourseDetails .ProgramAmount h2 {
    color: #000;
    font-weight: 700;
    font-size: 32px;
}

.CourseDetails .ProgramAmount h2 span {
    font-size: 24px;
}

.CourseDetails .AKsateProg {
    margin-bottom: 32px;
}

.CourseDetails .AKsateProg .Title {
    margin-bottom: 32px;
}

.CourseDetails .AKsateProg .Title h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.CourseDetails .AKsateProg .table-responsive {
    padding: 8px 24px;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}

.CourseDetails .AKsateProg .table {
    margin: 0;
}

.CourseDetails .AKsateProg .table thead {
}

.CourseDetails .AKsateProg .table thead tr {
}

.CourseDetails .AKsateProg .table thead tr th {
    border-top: 0;
    border-bottom: 1px solid #E7E7E7;
}

.CourseDetails .AKsateProg .table thead tr th p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}

.CourseDetails .AKsateProg .table tbody {
}

.CourseDetails .AKsateProg .table tbody tr{
    
}


.CourseDetails .AKsateProg .table tbody tr td {
    border-bottom: 0px solid #E7E7E7;
    border-top: 0;
}
.CourseDetails .AKsateProg .table tbody tr:nth-child(1) td{
     padding-top: 25px;
}

.CourseDetails .AKsateProg .table tbody tr:last-child td {
    border-bottom: 0;
}

.CourseDetails .AKsateProg .table tbody tr td p {
    color: #1F1D20;
    font-size: 14px;
    padding: 0px 0;
}

.CourseDetails .ProgNoots {

}

.CourseDetails .ProgNoots .Title {
    margin-bottom: 32px;
}

.CourseDetails .ProgNoots .Title h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.CourseDetails .ProgNoots .NotsBox {
    padding: 24px 24px;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}

.CourseDetails .ProgNoots .NotsBox p {
    color: #000000;
    font-size: 14px;
}

.CourseDetails .Course_Data .BoxTitle{
    margin-bottom: 16px;
}
.CourseDetails .Course_Data .BoxTitle h2{
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.CourseDetails .Course_Data .Instructors{

}
.CourseDetails .Course_Data .Instructors .InstrucItem{
    padding: 32px;
    background: #ED251114;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 12px;
}
.CourseDetails .Course_Data .Instructors .InstrucItem:last-child{
    margin-bottom: 0;
}
.CourseDetails .Course_Data .Instructors .InstrucItem .Image{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
}
.CourseDetails .Course_Data .Instructors .InstrucItem .Image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.CourseDetails .Course_Data .Instructors .InstrucItem .InstrucInfo {
        display: block;
            width: calc(100% - 80px);
}
.CourseDetails .Course_Data .Instructors .InstrucItem .InstrucInfo .NameTitle{
    margin-bottom: 15px;;
}
.CourseDetails .Course_Data .Instructors .InstrucItem .InstrucInfo .NameTitle h2{
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
}
.CourseDetails .Course_Data .Instructors .InstrucItem .InstrucInfo .NameTitle p {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.CourseDetails .Course_Data .Instructors .InstrucItem .InstrucInfo .Desxcriptionn {}

.CourseDetails .Course_Data .Instructors .InstrucItem .InstrucInfo .Desxcriptionn p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.CourseDetails .Course_Data .UnSubscripe{
    text-align: center;
}
.CourseDetails .Course_Data .UnSubscripe .Image{
    margin-bottom: 30px;
}
.CourseDetails .Course_Data .UnSubscripe .Image img{}

.CourseDetails .Course_Data .UnSubscripe h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}
.CourseDetails .Course_Data .UnSubscripe p {
        color: #000;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 400;
            padding: 0 50px;
}
.CourseDetails .Course_Data .courseDesc{

}
.CourseDetails .Course_Data .courseDesc .NotLink{
    padding: 20px;
    background: #ED251114;
    border-radius: 8px;
    margin: 30px 0;
}
.CourseDetails .Course_Data .courseDesc .NotLink h2 {
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
        margin-top: 0;
}
.CourseDetails .Course_Data .courseDesc .NotLink a{
    color: var(--primary-color);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.CourseDetails .Course_Data .courseDesc h2{
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}


.courses .SubjectItems .Subject_Item .SubjectData .ComleteStatus {
    width: 100%;
    margin-top: 24px;
}

.courses .SubjectItems .Subject_Item .SubjectData .ComleteStatus .progressBar {
    margin-bottom: 16px;
}

.courses .SubjectItems .Subject_Item .SubjectData .ComleteStatus .progressBar .BarProg {
    position: relative;
    width: 100%;
    height: 8px;
    background: #F1F1F1;
    border-radius: 8px;
}

.courses .SubjectItems .Subject_Item .SubjectData .ComleteStatus .progressBar .BarProg .BarActive {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 8px;
    border-bottom: 8px solid #A1C440;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.courses .SubjectItems .Subject_Item .SubjectData .ComleteStatus .EaxmCounts {
    display: flex;

    gap: 8px;
    align-items: center;
    justify-content: center;
}

.courses .SubjectItems .Subject_Item .SubjectData .ComleteStatus .EaxmCounts p {
    color: #898989;
    font-size: 14px;
    text-align: center;
}

.courses .SubjectItems .Subject_Item .SubjectData .ComleteStatus .EaxmCounts p span {
    margin: 4px;
}







.LanguesItems .lang-carousel {
    direction: rtl !important;
    position: relative;
}

.LanguesItems .owl-nav .owl-prev {
    display: flex;
    height: 42px;
    width: 42px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    left: -20px;
    top: calc(50% - 20px);
    background: var(--three-color);
    transition: all .4s ease-in-out;
    opacity: 0;
    position: absolute;
    font-size: 20px;
}

.LanguesItems .owl-nav .owl-next {
    display: flex;
    height: 42px;
    width: 42px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: -20px;
    top: calc(50% - 20px);
    background: var(--three-color);
    transition: all .4s ease-in-out;
    opacity: 0;
    position: absolute;
    font-size: 20px;
}

.LanguesItems:hover .owl-prev {
    left: -10px;
    opacity: 1;
}

.LanguesItems:hover .owl-next {
    right: -10px;
    opacity: 1;
}





.NowCourseFound{
    margin-bottom: 30px;
}
.NowCourseFound h2{
        color: #000;
    text-align: center;
    font-size: 22px;

}

.Header_Bg_white{
    background: #fff !important;
}


.LabelCOmplete{
display: block;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    background: rgb(237 35 23 / 8%);
    border-radius: 8px;
    color: #ed2317;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.LabelCOmplete span{
    
}




.WhyChoseeInstitute{
    padding: 50px 0;
}
.WhyChoseeInstitute .whyItemss{
    
}
.WhyChoseeInstitute .whyItemss .ItemWhy{
    text-align: center;
    min-height: 200px;
    margin-bottom: 30px;
}
.WhyChoseeInstitute .whyItemss .ItemWhy .iconwhy{
    
}
.WhyChoseeInstitute .whyItemss .ItemWhy .iconwhy img{

    margin-bottom: 16px;
}
.WhyChoseeInstitute .whyItemss .ItemWhy h2{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 16px;
}
.WhyChoseeInstitute .whyItemss .ItemWhy p{
    color: #000;
    font-size: 14px;
    margin: 0;
}

.border_lr_why{
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}



.PaddingBox{
    padding-right: 15px;
}


.CourseDetails .Course_Data .courseDesc .MorfaqItem{
    background: #ED251114;
    display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        margin-top: 0;

}
.CourseDetails .Course_Data .courseDesc .MorfaqItem h2{
    margin-bottom: 5px;
    transition:all .3s ease-in-out;
}
.CourseDetails .Course_Data .courseDesc .MorfaqItem h2:hover{
    color: #3F1904;
}
.CourseDetails .Course_Data .courseDesc .MorfaqItem .DowenMorfaq{
background: #ED2511;
    color: #FFF;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
        align-items: center;
        justify-content: center;
}
.CourseDetails .Course_Data .courseDesc .MorfaqItem p{
    color: #898989;
}



.DowratemTime{
padding: 20px 16px;
display: flex;
align-items: center;
justify-content: space-between;
background: #ED251114;
    border-radius: 8px;
}
.DowratemTime p{
    color: #000;
    font-weight: 700;
}

.DowratemTime:nth-child(odd) {
    background: #fff;
}
.DowratemTime:nth-child(odd) p{}




.CourseDataTaps{
    
}
.CourseDataTaps .accordion{
    
}
.CourseDataTaps .accordion .accordion-item{
        background: #ED251114;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
        margin-bottom: 12px;
}
.CourseDataTaps .accordion .accordion-item .accordion-header{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-header .accordion-button{
        display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    text-align: start;
    background: none;
}
.CourseDataTaps .accordion .accordion-item .accordion-header .accordion-button .rightSide{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-header .accordion-button .rightSide h2{
    font-size: 16px;
    margin-bottom: 4px;
}
.CourseDataTaps .accordion .accordion-item .accordion-header .accordion-button .rightSide p{
        color: #898989;
    font-size: 13px;

}
.CourseDataTaps .accordion .accordion-item .accordion-header .accordion-button .leftSide{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-header .accordion-button .leftSide img{
        transition: all .1s ease-in-out;
}
.CourseDataTaps .accordion .accordion-item .accordion-header .accordion-button.collapsed .leftSide img{
      transform: rotate(-180deg);
}


.CourseDataTaps .accordion .accordion-item .accordion-collapse{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body{
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li:last-child{
    margin-bottom: 0px;
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .rightSide{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .rightSide{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .rightSide h2{
        color: #000;
    font-size: 14px;
    font-weight: 400 !important;
        margin-bottom: 5px;
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .rightSide p{
        color: #898989;
    font-size: 13px;
}

.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .leftSide{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .leftSide .PlayVedio{
        display: flex;
    height: 40px;
    width: 40px;
    background: #3F1904;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .leftSide .lockVedio{
    
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .leftSide.active .PlayVedio{
        border-radius: 8px;
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .leftSide.active .lockVedio{
            display: flex;
    height: 40px;
    width: 40px;
    background: #EDEDED;
    align-items: center;
    justify-content: center;
     border-radius: 8px;
}
.CourseDataTaps .accordion .accordion-item .accordion-collapse .accordion-body .MohtawaCourseItems ul li .leftSide.active .lockVedio img{
    width:20px;
}

.ExamOfCorse{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-radius: 8px;
    background: #F8DE221A;
    
}
.ExamOfCorse .rightSide{
    
}
.ExamOfCorse .rightSide h2{
        color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.ExamOfCorse .rightSide p{
        color: #898989;
    font-size: 13px;
}
.ExamOfCorse .LeftSide {
    
}
.ExamOfCorse .LeftSide .startExam{
        display: block;
    background: #898989;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: 100px;
    text-align: center;
    border-radius: 8px;
    pointer-events: none;
}
.ExamOfCorse .LeftSide .startExam.active{
        background: #3F1904;
    pointer-events: auto;
}


.QueizPage{
    padding: 50px 0;
}
.QueizPage .QueizBox{
        padding: 40px;
    background: #fff;
    border-radius: 8px;
}
.QueizPage .QueizBox .QuezItems{
    
}
.QueizPage .QueizBox .QuezItems .ItmQuez{
        margin-bottom: 25px;
}
.QueizPage .QueizBox .QuezItems .ItmQuez .QuestionTitle{
    
}
.QueizPage .QueizBox .QuezItems .ItmQuez .QuestionTitle h2{
        color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.QueizPage .QueizBox .QuezItems .ItmQuez .QuestonAnswer{
    
}
.QueizPage .QueizBox .QuezItems .ItmQuez .QuestonAnswer .AnswerItem{
        margin-bottom: 5px;
}
.QueizPage .QueizBox .QuezItems .ItmQuez .QuestonAnswer .AnswerItem .bg{
    
}
.QueizPage .QueizBox .QuezItems .ItmQuez .QuestonAnswer .AnswerItem .bg .chiller_cb{
        margin: 0;
}
.QueizPage .QueizBox .QuezItems .ItmQuez .QuestonAnswer .AnswerItem .bg .chiller_cb label{
        padding-right: 27px;
    color: #000;
    font-size: 16px !important;
}
.QueizPage .QueizBox .QuezItems .ItmQuez .QuestonAnswer .AnswerItem .bg .chiller_cb span{
        border-radius: 8px;
            top: 4px;
}

.QueizPage .QueizBox .EndExamBTNS {
    display: flex;
    align-items: center;
    gap: 15px;
    direction: rtl;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.QueizPage .QueizBox .EndExamBTNS .FirstBTN {
    background: #FFFFFF29;
        color: #3F1904;
        border: 1px solid #3F1904;

        border-radius: 8px;
        height: 50px;
        padding: 0 15px;
        width: 280px;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        transition: all .4s ease-in-out;
}
.QueizPage .QueizBox .EndExamBTNS .FirstBTN img{
margin-left: 8px;
}
.QueizPage .QueizBox .EndExamBTNS .SECBTN {
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    height: 50px;

    padding: 0 15px;
    width: 280px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease-in-out;
}
.QueizPage .QueizBox .EndExamBTNS .SECBTN img{
margin-left: 8px;
}
.QueizPage .QueizBox .EndExamBTNS .FirstBTN:hover {
    transform: translateY(-5px);
}
.QueizPage .QueizBox .EndExamBTNS .SECBTN:hover {
    transform: translateY(-5px);
}


.ModalExamResult{
    
}
.ModalExamResult .modal-content{
        border: 0;
    border-radius: 8px;
    box-shadow: none;
}
.ModalExamResult .modal-body{
    
}
.ModalExamResult .modal-body .close{
        display: flex;
    width: 40px;
    height: 40px;
    color: #3F1904;
    background: #fff0;
    opacity: 1;
    border-radius: 8px;
    line-height: 40px;
    align-items: center;
    justify-content: center;
        font-weight: 300;
        font-size:30px;
            z-index: 99999;
            left: 15px;
    position: absolute;
}
.ModalExamResult .modal-body .close span{
        line-height: 31px;
    text-shadow: none;
    color: #3F1904;
    position: relative;
    top: -2px;
}
.ModalExamResult .ResultBody{
        padding: 40px;
}
.ModalExamResult .ResultBody .CheckIcon{
        display: flex;
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgb(15 77 151 / 10%);
}
.ModalExamResult .ResultBody .CheckIcon img{
    
}
.ModalExamResult .ResultBody .RsultInfo{
        text-align: center;
    margin-bottom: 15px;
}
.ModalExamResult .ResultBody .RsultInfo h2{
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
}
.ModalExamResult .ResultBody .RsultInfo p{
        font-size: 14px;
    color: #898989;
    font-weight: 400;
}
.ModalExamResult .ResultBody .RsultInfo p span{
        color: #ED2511;
}
.ModalExamResult .ResultBody .ResultStatistics{
        display: flex;
    align-items: center;
        margin-top: 40px;
    gap: 30px;
}
.ModalExamResult .ResultBody .ResultStatistics .StatisItem{
height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7E7E7;
    flex-grow: 1;
    border-radius: 8px;
        text-align: center;
}
.ModalExamResult .ResultBody .ResultStatistics .StatisItem h2{
        font-size: 40px;
    color: #000;
        margin-bottom: 5px;
}
.ModalExamResult .ResultBody .ResultStatistics .StatisItem p{
        color: #898989;
    font-size: 14px;
}
.ModalExamResult .ResultBody .ResultStatistics .StatisItem span{
        display: inline-block;
    padding: 0px 12px;
    background: #1AD14B1A;
    border-radius: 8px;
    min-width: 68px;
    height: 40px;
    line-height: 40px;
    color: #1AD14B;
        margin-top: 10px;

}
.ModalExamResult .ExplorCourss{
        margin-top: 40px;

}
.ModalExamResult .ExplorCourss a{
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    height: 50px;
    padding: 0 15px;
    width: 280px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease-in-out;
        display: block;
    margin: auto;
}

.VedioDetalsPage{
    padding:0px 0;
}

.VedioDetalsPage .RightSideBare{
        background: #fff;
    padding: 40px 24px;
        height: 100%;
            border-top: 1px solid #eee;
}
.VedioDetalsPage .RightSideBare .UnitBox{
        margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E7E7E7;
}
.VedioDetalsPage .RightSideBare .UnitBox:last-child{
            margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #E7E7E7;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitTitle{
     margin-bottom: 25px;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitTitle h2{
    color: #000;
    font-size: 16px;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems{
    
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 24px;
    flex-wrap: wrap;
    row-gap: 5px;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio .ViewDone{
    display: block;
    width: 100%;
    color: #4CAF50;
    font-size: 13px;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio:last-child{
     margin-bottom: 0px;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio .rightside{
    gap:12px;
            display: flex;
    align-items: center;
    width: calc(100% - 70px);
}

.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio img{
    display:none;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio p{
        color: #898989;
        transition:all .3s ease-in-out;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio .rightside .VeditoName{
    font-size: 14px;
    color: #000;
}

.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio.current{
        padding: 16px 12px;
    background: #ED251114;
    border-radius: 8px;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio:hover p{
    color:#ED2511;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio.current img{
    display:inline-block;
}
.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ItemVedio.current p{
    color: #3F1904;
    font-family: 'P_M';
}


.VedioDetalsPage .RightSideBare .UnitBox .UnitItems .ViewDone{
        margin-bottom: 20px;
    color: green;
    background: #00AB3914;
    width: max-content;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    margin-top: -10px;
    display: flex
;
    align-items: center;
    gap: 5px;
}

.VedioDetalsPage .ledtSideVedio{
       padding: 40px;
    padding-right: 15px;
}
.VedioDetalsPage .ledtSideVedio .videoBox{
    overflow: hidden;
    display: block;
    margin-bottom:0px;
}
.plyr--video {
    background: #3F1904;
    overflow: hidden;
    border-radius: 0px;
}




.VedioDetalsPage .ComleteStatus {
    width: 100%;
    margin-top: 0;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    
}
.VedioDetalsPage .ComleteStatus .SmallTitle{
        margin-bottom: 10px;
}
.VedioDetalsPage .ComleteStatus .SmallTitle p{
        color: #000000;
    font-size: 14px;
    text-align: center;
}
.VedioDetalsPage .ComleteStatus .progressBar {
    margin-bottom: 16px;
}

.VedioDetalsPage .ComleteStatus .progressBar .BarProg {
    position: relative;
    width: 100%;
    height: 8px;
    background: #F1F1F1;
    border-radius: 8px;
}

.VedioDetalsPage .ComleteStatus .progressBar .BarProg .BarActive {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 8px;
    border-bottom: 8px solid #3F1904;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

.VedioDetalsPage.ComleteStatus .EaxmCounts {
    display: flex;

    gap: 8px;
    align-items: center;
    justify-content: center;
}

.VedioDetalsPage .ComleteStatus .EaxmCounts p {
    color: #898989;
    font-size: 14px;
    text-align: center;
}

.VedioDetalsPage .ComleteStatus .EaxmCounts p span {
    margin: 4px;
}








.Certificateee{
        width: 75%;
    margin: auto;

}

.Certificateee .certificatHader{
        position: relative;
}
.Certificateee .certificatHader .BGLayer{
    
}
.Certificateee .certificatHader .BGLayer img{
        display: block;
    width: 100%;
}
.Certificateee .certificatHader .HeaderData{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    padding-top: 7%;
}
.Certificateee .certificatHader .HeaderData h2{
        color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700 !important;

}
.Certificateee .certificatHader .HeaderData h1{
    background: radial-gradient(50% 50% at 50% 50%, #FAF4C5 0%, #B8A481 100%);
    -webkit-background-clip: text;
    color: transparent;
        font-size: 48px;
    margin-bottom: 5px;
}
.Certificateee .certificatHader .HeaderData p{
        color: #FFFFFFCC;
    font-size: 14px;
}
.Certificateee .certificatHader .HeaderData .line{
    width: 96px;
    background: #FFFFFFCC;
    height: 3px;
    margin: auto;
    margin-top: 8px;
    border-radius: 8px;
}
.Certificateee .CerificaeBody{
        text-align: center;
    padding: 40px;
}
.Certificateee .CerificaeBody .BioTitle{
        margin-bottom: 10px;
}
.Certificateee .CerificaeBody .BioTitle p{
        color: #000;
    font-size: 14px;
    font-weight: 700;
}
.Certificateee .CerificaeBody .UserName{
    margin: 12px 0;
}
.Certificateee .CerificaeBody .UserName h2{
    font-family: certificat_user;
    color: #000;
    font-size: 64px;
    font-weight: 500 !important;
}
.Certificateee .CerificaeBody .BodyData{
    
}
.Certificateee .CerificaeBody .BodyData p{
        color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.Certificateee .CerificaeBody .BodyData h2{
        font-size: 20px;
    color: #000;
    font-weight: 700 !important;
    margin-bottom: 10px;
}
.Certificateee .CertificateFooter{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.Certificateee .CertificateFooter .ManagrIem{
    
}
.Certificateee .CertificateFooter .ManagrIem p{
    color: #000;
    font-size: 14px;
    text-align: center;
}
.Certificateee .CertificateFooter .ManagrIem .line{
        display: block;
    width: 112px;
    height: 1px;
    background: #000;
    margin: 5px 0;
    border-radius: 8px;
}
.Certificateee .CertificateFooter .FooterShape{
        margin-top: 35px;
}
.Certificateee .CertificateFooter .FooterShape img{
    
}


.CourseLinkkNew{
    display:inline-block;
}

.CertificateNew{
        width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.CertificateNew .layerBoxShape{
    
}
.CertificateNew .layerBoxShape .Box_1{
        display: block;
    height: 400px;
    width: 400px;
    background: #3F1904;
    border: 30px solid #ED2511;
    transform: rotate(45deg);
    position: absolute;
    right: -200px;
    bottom: -200px;
}
.CertificateNew .layerBoxShape .Box_2{
            display: block;
    height: 400px;
    width: 400px;
    background: #3F1904;
    border: 30px solid #ED2511;
    transform: rotate(45deg);
    position: absolute;
    left: -200px;
    top: -200px;
}
.CertificateNew .layerData{
        position: relative;
    z-index: 999;
     padding: 40px;
}
.CertificateNew .layerData .CerData{
    background: #fff;
    padding: 40px;
    border: 2px solid #ED2511;
    position: relative;
    border-right: 2px solid #3F1904;
    padding-bottom: 15px;
}
.CertificateNew .layerData .CerData .UperLine{
        position: absolute;
    top: -2px;
    width: 100%;
    height: 2px;
background: linear-gradient(90deg, #ED2511 50%, #3F1904 50%);
    left: 0;
}
.CertificateNew .layerData .CerData .DowenLine{
        position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px;
background: linear-gradient(90deg, #ED2511 50%, #3F1904 50%);
    left: 0;
}
.CertificateNew .layerData .CerData .DataCOntentCer{
    
}
.CertificateNew .layerData .CerData .DataCOntentCer .LogoInst{
        position: absolute;
    top: 40px;
    right: 40px;
}
.CertificateNew .layerData .CerData .DataCOntentCer .LogoInst img{
    display: block;
    height: 98px;
}

.CertificateNew .layerData .CerData .DataCOntentCer .TileCer{
        text-align: center;
    margin-bottom: 80px;
}
.CertificateNew .layerData .CerData .DataCOntentCer .TileCer h2{
        font-size: 36px;
    color: #000;
    font-weight: 700 !important;
    padding-top: 20px;
}
.CertificateNew .layerData .CerData .DataCOntentCer .SecTitle{
           text-align: center;
    margin-bottom: 24px;
}
.CertificateNew .layerData .CerData .DataCOntentCer .SecTitle p{
        font-size: 14px;
    color: #000;
    font-weight: 700 !important;
}
.CertificateNew .layerData .CerData .DataCOntentCer .UserName{
               text-align: center;
    margin-bottom: 24px;
}
.CertificateNew .layerData .CerData .DataCOntentCer .UserName h2{
    color: #3F1904;
    font-size: 64px;
    font-weight: 500 !important;
        font-family: certificat_user;
}
.CertificateNew .layerData .CerData .DataCOntentCer .CerInfoCont{
                   text-align: center;
    margin-bottom: 24px;
}
.CertificateNew .layerData .CerData .DataCOntentCer .CerInfoCont .P_1{
            font-size: 14px;
    color: #000;
    font-weight: 400 !important;
}
.CertificateNew .layerData .CerData .DataCOntentCer .CerInfoCont h2{
                font-size: 20px;
    color: #ED2511;
    font-weight: 700 !important;
      margin: 12px 0;
}
.CertificateNew .layerData .CerData .DataCOntentCer .CerInfoCont .P_2{
                font-size: 14px;
    color: #000;
    font-weight: 400 !important;
}


.CertificateNew .CertificateFooter{
    display: flex;
    align-items: center;
    justify-content: space-around;
        margin-top: 40px;
}
.CertificateNew .CertificateFooter .ManagrIem{
    
}
.CertificateNew .CertificateFooter .ManagrIem p{
    color: #000;
    font-size: 14px;
    text-align: center;
    
}
.CertificateNew .CertificateFooter .ManagrIem .line{
        display: block;
    width: 112px;
    height: 1px;
    background: #000;
    margin: 5px 0;
    border-radius: 8px;
}
.CertificateNew .CertificateFooter .FooterShape{
        margin-top: 0px;
}
.CertificateNew .CertificateFooter .FooterShape img{
    
}



.ReservationPage{
        padding: 70px 0;
        background: #F6F6F6;
}
.ReservationPage .ReservationDepartment{
        margin-bottom: 50px;
}
.ReservationPage .ReservationDepartment .nav{
        gap: 16px;
}
.ReservationPage .ReservationDepartment .nav .nav-item{
    
}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link {
        height: 96px;
    box-shadow: 0px 4px 8px 0px #00000003;
    background: #fff;
    position: relative;
}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link .Shalpelayer{
        height: 100%;
}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link .Shalpelayer img{
        display: block;
    height: 100%;
    margin: auto;
    width: max-content;
}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link .TitleDepart{
        position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
    justify-content: center;
    text-align: center;
        width: 100%;
    left: 0;
        padding: 15px;

}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link .TitleDepart p{
        color: #ED2511;
            text-align: center;
                font-weight: 500;
}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link.active {
        background: #ED2511;

}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link.active .Shalpelayer{
    
}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link.active .Shalpelayer img{
        width: 50%;
}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link.active .TitleDepart{
    
}
.ReservationPage .ReservationDepartment .nav .nav-item .nav-link.active .TitleDepart p{
    color: #fff;
}
.rtl .departresrvation-carousel {
        direction: rtl !important;
}


.ReservationPage .owl-carousel .owl-nav .owl-prev,
.ReservationPage .owl-carousel .owl-nav .owl-next{
        display: flex;
    width: 40px;
    height: 40px;
    background: #3F1904;
    text-align: center;
    /* line-height: 34px; */
    color: #fff;
    font-size: 23px;
    border-radius: 8px;
    position: absolute;
    top: calc(50% - 20px);
    right: -20px;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.ReservationPage .owl-carousel .owl-nav .owl-prev{
    right: auto;
    left: -20px;
}


.ReservationInstructor{

}
.ReservationInstructor .InstructReserItem{
        padding: 24px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
}
.ReservationInstructor .InstructReserItem .InstructImage{
position: relative;
    width: 180px;
    height: 180px;
    margin: auto;
    margin-bottom: 24px;
}
.ReservationInstructor .InstructReserItem .InstructImage .ImageGe {
    width: 180px;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
        cursor: pointer;
       
}

.ReservationInstructor .InstructReserItem .InstructImage  .ImageGe img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
     transition: all .6s ease-in-out;
}
.ReservationInstructor .InstructReserItem .InstructImage .ImageGe:hover img{
    transform: scale(1.2);
}
.ReservationInstructor .InstructReserItem .InstructImage .Labeelel{
        position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}
.ReservationInstructor .InstructReserItem .InstructImage .Labeelel .labeelMorakasa{
        display: flex;
    width: max-content;
    margin: auto;
    height: 40px;
    padding: 0 16px;
    background: #00AB39;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    gap: 4px;
    border-radius: 8px;
}
.ReservationInstructor .InstructReserItem .InstructImage .Labeelel .labeelMorakasa img{
    
}
.ReservationInstructor .InstructReserItem .InstructInfo{
        text-align: center;
            margin-bottom: 24px;
}
.ReservationInstructor .InstructReserItem .InstructInfo h2{
        font-size: 20px;
    color: #000;
    font-weight: 700 !important;
    margin-bottom: 10px;

         transition: all .4s ease-in-out;
}
.ReservationInstructor .InstructReserItem .InstructInfo h2:hover{
        /*color: #3F1904;*/
}
.ReservationInstructor .InstructReserItem .InstructInfo .Jobtitle{
        color: #898989;
    margin-bottom: 10px;
    font-size: 14px;
}
.ReservationInstructor .InstructReserItem .InstructInfo .Country{
        color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.ReservationInstructor .InstructReserItem .InstructInfo .Country img{
        height: 20px;
}
.ReservationInstructor .InstructReserItem .ResrvPrice{
                margin-bottom: 24px;
}
.ReservationInstructor .InstructReserItem .ResrvPrice p{
        height: 50px;
    background: #ED251114;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
}
.ReservationInstructor .InstructReserItem .ResrvPrice p img{
    
}
.ReservationInstructor .InstructReserItem .ResrvPrice p span{
        color: #3F1904;
    font-size: 14px;
}
.ReservationInstructor .InstructReserItem .BookReserve{
        display: flex;
    align-items: center;
    gap: 8px;
}
.ReservationInstructor .InstructReserItem .BookReserve a{
        width: 50% !important;
    flex-grow: 1 !important;
    flex-basis: 50%;
}
.ReservationInstructor .InstructReserItem .BookReserve .FirstBTN {
    background: #fff;
    color: #3F1904;
    border: 1px solid #3F1904;
        flex-grow: 1;
        border-radius: 8px;
        height: 50px;
        padding: 0 15px;
        width: 50%;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        transition: all .4s ease-in-out;
}
.ReservationInstructor .InstructReserItem .BookReserve .SECBTN{
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    height: 50px;
    padding: 0 15px;
    display: flex;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease-in-out;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.ReservationInstructor .InstructReserItem .BookReserve .SECBTN img{
    
}
.ReservationInstructor .InstructReserItem .BookReserve .SECBTN:hover{
        transform: translateY(-5px);
}



.BookReservation{
      background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.BookReservation .ReservHeader{
        background: #ED2511;
    padding: 24px 50px;
}
.BookReservation .ReservHeader .InstructData{
        display: flex;
    align-items: center;
    gap: 16px;
}
.BookReservation .ReservHeader .InstructData .InstructImage{
        display: block;
    height: 72px;
    overflow: hidden;
    width: 72px;
    border-radius: 8px;
}
.BookReservation .ReservHeader .InstructData .InstructImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.BookReservation .ReservHeader .InstructData .DataInfo{
    
}
.BookReservation .ReservHeader .InstructData .DataInfo h2{
        color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.BookReservation .ReservHeader .InstructData .DataInfo p{
        color: #fff;
    font-size: 14px;
}
.BookReservation .ReservHeader .InstructData .DataInfo p span{
    display: inline-block;
    margin: 0 5px;
    font-weight: 500;
}



.datepicker-inline {
    width: 100%;
}
.datepicker table{
    width: auto;
}
.datepicker td, .datepicker th{
        border: 0px solid #eee;
            color: #000;
}
.datepicker td {
    width: 50px;
    height: 50px;
        border-radius: 8px;
}

.datepicker-switch{
    pointer-events: none;
}
.datepicker .next, .datepicker .prev{
        height: 50px;
    width: 50px;
    border-radius: 8px;
    background: #ED251114;
    color: #3F1904;
    font-size: 25px;
}

.RservevBody{
    padding:50px;
}
.RservevBody .UpperBox{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
        flex-wrap: wrap;
    gap: 24px;
}
.RservevBody .UpperBox .TitleeReserve{
    
}
.RservevBody .UpperBox .TitleeReserve h2{
        color: #000;
    font-size: 20px;
    margin-bottom: 8px;
}
.RservevBody .UpperBox .TitleeReserve p{
        color: #898989;
    font-size: 14px;

}
.RservevBody .UpperBox .BackLonkk{
    display:none;
}
.RservevBody .UpperBox .BackLonkk a{
        display: flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    padding: 0 20px;
    border-radius: 8px;
    background: #ED251114;
    font-size: 14px;
    color: #3F1904;
        transition: all .4s ease-in-out;
}
.RservevBody .UpperBox .BackLonkk a:hover{
    transform: translateY(-5px);
}
.RservevBody .UpperBox .BackLonkk a img{
    
}
.RservevBody .UpperBox .BackLonkk a span{
    
}
.BookeDater{
    border: 1px solid #EDEDED;
    padding: 40px;
        width: max-content;
    border-radius: 8px;
        padding-top: 25px;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-image: linear-gradient(to bottom, #3F1904, #3F1904);
    color: #fff !important;
}

.BookReservation .TimeBox{
        border: 1px solid #EDEDED;
    padding: 40px;
    border-radius: 8px;
        height: 100%;
}
.BookReservation .TimeBox .Title{

    margin-bottom: 40px;
}
.BookReservation .TimeBox .Title h2{
            font-size: 20px;
    color: #000;

}
.AvilabeTime{
        display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.AvilabeTime .TimeItem{
    
}
.AvilabeTime .TimeItem.active{
    
}
.AvilabeTime .TimeItem label{
    background: #ED251114;
    height: 50px;
    display: flex;
    align-items: center;
    width: 96px;
    text-align: center;
    justify-content: center;
    border-radius: 8px;
    color: #3F1904;
    font-weight: 500;
    font-size: 14px;
        cursor: pointer;

}
.AvilabeTime .TimeItem label span{
    
}
.AvilabeTime .TimeItem input{
    display:none;
}
.AvilabeTime .TimeItem.active label{
    background: #ED2511;
       color: #fff;
}





.ReserveFooter{
    padding: 24px 50px;
    background: #3F1904;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.ReserveFooter .ReserveDate{
        display: flex;
    align-items: center;
    gap: 12px;
}
.ReserveFooter .ReserveDate .IconImage{
        display: flex;
    align-items: center;
    justify-content: center;

    height: 50px;
    width: 50px;
    border-radius: 8px;
}
.ReserveFooter .ReserveDate .IconImage img{
    
}
.ReserveFooter .ReserveDate .DateData{
    
}
.ReserveFooter .ReserveDate .DateData p{
    color: #bcbcbc;
    font-size: 14px;
    margin-bottom: 8px;
}

.ReserveFooter .ReserveDate .DateData h2{
    color: #fff;
    font-size: 20px;
}

.ReserveFooter .PayReserve{
    
}
.ReserveFooter .PayReserve a{
        display: flex;
    height: 50px;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
    background: #ED2511;
    color: #fff;
    padding: 0 32px;
    border-radius: 8px;
}
.ReserveFooter .PayReserve a img{
    
}
.ReserveFooter .PayReserve a span{
    
}

.MyReservation{
    
}
.MyReservation .ReservtionItem{
        padding: 24px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.MyReservation .ReservtionItem .rightSide{
    display: flex;
    align-items: center;
    gap: 16px;
}
.MyReservation .ReservtionItem .rightSide .Image{
        display: block;
    width: 146px;
    height: 146px;
    overflow: hidden;
    border-radius: 8px;
}
.MyReservation .ReservtionItem .rightSide .Image img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.MyReservation .ReservtionItem .rightSide .DataSide{
    
}
.MyReservation .ReservtionItem .rightSide .DataSide h2{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.MyReservation .ReservtionItem .rightSide .DataSide .LabelSide{
        margin-bottom: 10px;
}
.MyReservation .ReservtionItem .rightSide .DataSide .LabelSide span{
        height: 40px;
    display: block;
    width: max-content;

    line-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
        min-width: 125px;
    text-align: center;
}
.MyReservation .ReservtionItem .rightSide .DataSide .LabelSide span.wating{
      background: #ED251114;
    color: #ED2511;
}
.MyReservation .ReservtionItem .rightSide .DataSide .LabelSide span.progress_n{
        background: #00AB3914;
    color: #00AB39;
}
.MyReservation .ReservtionItem .rightSide .DataSide .LabelSide span.finished{
        background: #F5912114;
    color: #F59121;
}
.MyReservation .ReservtionItem .rightSide .DataSide .Bio{
        color: #898989;
    font-size: 14px;
    margin-bottom: 10px;
}
.MyReservation .ReservtionItem .rightSide .DataSide .Priceee{
        display: flex;
    align-items: center;
    color: #3F1904;
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
}
.MyReservation .ReservtionItem .rightSide .DataSide .Priceee img{
    
}

.MyReservation .ReservtionItem .LeftSide{
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 4px;
        flex-direction: row-reverse;
}
.MyReservation .ReservtionItem .LeftSide .DowenFatora{
        display: flex;
    height: 50px;
    width: 50px;
    background: #ED2511;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all .4s ease-in-out;

}
.MyReservation .ReservtionItem .LeftSide .DowenFatora:hover{
     transform: translateY(-5px);
}
.MyReservation .ReservtionItem .LeftSide .SubScribe{
    display: flex;
    height: 50px;
    width: max-content;
    background: #3F1904;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    padding: 0 16px;
    gap: 8px;
    flex-direction: row-reverse;
    transition: all .4s ease-in-out;
     width:140px;
}
.MyReservation .ReservtionItem .LeftSide .SubScribe:hover{
     transform: translateY(-5px);
}
.MyReservation .ReservtionItem .LeftSide .Morfakat{
    display: flex;
    height: 50px;
    width: max-content;
    background: #3F1904;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    padding: 0 16px;
    gap: 8px;
    flex-direction: row-reverse;
    border:0;
    transition: all .4s ease-in-out;
    outline:0;
    color: var(--primary-color);
    background: #3F190414;
        width:140px;
}
.MyReservation .ReservtionItem .LeftSide .Morfakat:hover{
     transform: translateY(-5px);
}


.ModalMorfakat{
    
}
.ModalMorfakat .close{
position: absolute;
    left: 20px;
    right: auto;
    margin-left: 0;
    margin-right: auto;
    float: left;
}
.ModalMorfakat .modal-body {
    padding: 50px;
    padding-bottom: 35px;
        padding-top: 30px;
}
.ModalMorfakat .HeaderModale{
        text-align: center;
    margin-bottom: 40px;
        margin-top: 15px;
}
.ModalMorfakat .HeaderModale h2{
        color: #000;
    font-size: 20px;
    margin-bottom: 6px;

}
.ModalMorfakat .HeaderModale p{
        color: #898989;
    font-size: 14px;
}
.ModalMorfakat .MorfakatBody{
    
}
.ModalMorfakat .MorfakatBody .Tittelle{
            color: #000;
    font-size: 16px;
margin-bottom: 10px;
}
.ModalMorfakat .MorfakatBody .Desxcription{
       margin-bottom: 24px;
}

.ModalMorfakat .MorfakatBody .Desxcription ul{
    
}
.ModalMorfakat .MorfakatBody .Desxcription ul li{
    
}
.ModalMorfakat .MorfakatBody .Desxcription p{
                color: #000;
    font-size: 14px;
       margin-bottom: 4px;
}
.ModalMorfakat .MorfakatBody .MorfakatItem{
        margin-top: 24px;
}

.ModalMorfakat .MorfakatBody .MorfakatItem .ItemMorfak{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #ED251114;
    border-radius: 8px;
        margin-bottom: 12px;
}
.ModalMorfakat .MorfakatBody .MorfakatItem .ItemMorfak .rightSide{
    
}
.ModalMorfakat .MorfakatBody .MorfakatItem .ItemMorfak .rightSide h2{
        color: #000;
    font-size: 14px;
    margin-bottom: 8px;
}
.ModalMorfakat .MorfakatBody .MorfakatItem .ItemMorfak .rightSide p{
        font-size: 12px;
    color: #898989;
        line-height: 16px;
}

.ModalMorfakat .MorfakatBody .MorfakatItem .ItemMorfak .LeftSide{
    
}
.ModalMorfakat .MorfakatBody .MorfakatItem .ItemMorfak .LeftSide a{
    
}
.ModalMorfakat .MorfakatBody .MorfakatItem .ItemMorfak .LeftSide a img{
        width: 40px;
}





.BTNModelGroup{
        display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap:12px;
    margin-top: 10px;
}
.BTNModelGroup button{
        flex-grow: 1;
    height: 50px;
    font-size: 14px;
    border-radius: 8px;
}
.BTNModelGroup .CloseBTN{
        background: #3F190414;
    color: var(--primary-color);
}
.BTNModelGroup .AcceptBTN{
        background: var(--primary-color);
        color: #fff;
}

.datepicker .datepicker-switch{
    font-size:20px
}


.AcoutDropNew{
        display: flex;
    align-items: center;
    gap: 12px;
}
.AcoutDropNew .UaserImage{
        display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 8px;
}
.AcoutDropNew .UaserImage img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.AcoutDropNew .UserData{
        text-align: start;
}
.AcoutDropNew .UserData p{
    font-size: 13px;
    color: #898989;
    margin-bottom:5px;
}
.AcoutDropNew .UserData h2{
        color: #000;
    font-size: 14px;
      font-family: 'P_M';
    font-weight: 300 !important;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.AcoutDropNew .DropdowenIcon{
    
}
.AcoutDropNew .DropdowenIcon img{
    
}

.P_r_40px{
    padding-right: 35px;
}

.CustomSubScripeDawra{
    
}
.CustomSubScripeDawra .CourseMainInfoss{
    padding: 0;
    background: none;
    border-radius: 0;
}

.CustomSubScripeDawra .CourseMainInfoss .Price{
        margin-bottom: 0;
}
.CustomSubScripeDawra .CourseMainInfoss .title h2{
    font-size: 20px;
}
.CustomSubScripeDawra .SubscribLink {
    margin-top: 15px;
}



.ModalConsultaion{
    
}
.ModalConsultaion .modal-dialog{
        max-width: 650px;
}
.ModalConsultaion .modal-content{
border: 0;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
}
.ModalConsultaion .modal-body{
    padding: 0;
}
.ModalConsultaion .BodyConsulttionModal{
    
}
.ModalConsultaion .BodyConsulttionModal .HeaderModel{
        position: relative;
    height: 140px;
}

.ModalConsultaion .BodyConsulttionModal .HeaderModel .ImageBG{
        position: relative;
    height: 100%;
}
.ModalConsultaion .BodyConsulttionModal .HeaderModel .ImageBG img{
        display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.ModalConsultaion .BodyConsulttionModal .HeaderModel .ImageBG::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(15 77 151 / 90%);
}

.ModalConsultaion .BodyConsulttionModal .HeaderModel .close{
        position: absolute;
    top: 25px;
    left: 25px;
    opacity: 1;
}
.ModalConsultaion .BodyConsulttionModal .HeaderModel .close img{
        filter: grayscale(100) brightness(100);
    opacity: 1;
}

.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent{
        padding: 0 40px;
    padding-bottom: 40px;
}



.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .UserImage{
width: 146px;
    height: 146px;
    border-radius: 8px;
    margin: auto;
    margin-bottom: 24px;
    overflow: hidden;
    border: 3px solid #fff;
    margin-top: -73px;
    position: relative;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .UserImage img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructInfo{
        text-align: center;
            margin-bottom: 24px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructInfo h2{
        font-size: 20px;
    color: #000;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructInfo .Jobtitle{
        color: #898989;
    margin-bottom: 10px;
    font-size: 14px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructInfo .Country{
        color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructInfo .Country img{
        height: 20px;
}


.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructInfo .Labeelel{
    width: 100%;
    margin: auto;
    text-align: center;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructInfo .Labeelel .labeelMorakasa{
        display: flex;
    width: max-content;
    margin: auto;
    height: 40px;
    padding: 0 16px;
    background: #00AB39;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    gap: 4px;
    border-radius: 8px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructInfo .Labeelel .labeelMorakasa img{
    
}


.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructorStatistic{
        padding: 20px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    display: flex;
    align-items: center;
            margin-bottom: 24px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructorStatistic .ItemsStatistic{
        flex-grow: 1;
    text-align: center;

}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructorStatistic .ItemsStatistic:nth-child(2){
        border-left: 1px solid #EDEDED;
            border-right: 1px solid #EDEDED;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructorStatistic .ItemsStatistic h2{
        color: #000;
    font-size: 24px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .InstructorStatistic .ItemsStatistic p{
        font-size: 14px;
    color: #898989;
}

.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .Dewacription{
        margin-bottom: 24px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .Dewacription p{
    font-size: 14px;
    color: #000;
    text-align: justify;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK{
        display: flex
;
    align-items: center;
    gap: 24px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK .ResrvPrice{
                margin-bottom: 0;
                flex-grow: 1;
    width: 50%;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK .ResrvPrice p{
        height: 50px;
    background: #ED251114;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK .ResrvPrice p img{
    
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK .ResrvPrice p span{
        color: #3F1904;
    font-size: 14px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK .BookReserve{
    flex-grow: 1;
    width: 50%;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK .BookReserve .SECBTN{
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    height: 50px;
    padding: 0 15px;
    display: flex;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease-in-out;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK .BookReserve .SECBTN img{
    
}
.ModalConsultaion .BodyConsulttionModal .BodyModalCOntent .BTNINFOBOOK .BookReserve .SECBTN:hover{
        transform: translateY(-5px);
}



.imageProfile{
        display: block;
    width: 175px;
    height: 175px;
    margin: auto;
    position: relative;
}
.imageProfile .image{
        display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.imageProfile .image img{
        display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
        border: 1px solid #efefef;
            object-fit: cover;
    object-position: center;
}
.imageProfile .ProfileImagelable{
position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ED2511;
    border-radius: 8px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.imageProfile .ProfileImagelable img{
    
}




.VedioDetalsPage .ledtSideVedio .InstructAndback{
        background: #fff;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.VedioDetalsPage .ledtSideVedio .InstructAndback .Instruct{
        display: flex;
    align-items: center;
    gap: 16px;
}

.VedioDetalsPage .ledtSideVedio .InstructAndback .Instruct .Image{
        display: block;
    height: 72px;
    overflow: hidden;
    width: 72px;
    border-radius: 8px;
}
.VedioDetalsPage .ledtSideVedio .InstructAndback .Instruct .Image img{
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.VedioDetalsPage .ledtSideVedio .InstructAndback .Instruct .Datainstruct{
    
}
.VedioDetalsPage .ledtSideVedio .InstructAndback .Instruct .Datainstruct h2{
        color: #000;
    font-size: 20px;
    margin-bottom: 5px;
}
.VedioDetalsPage .ledtSideVedio .InstructAndback .Instruct .Datainstruct p {
        color: #898989;
    font-size: 14px;
}

.VedioDetalsPage .ledtSideVedio .InstructAndback .BackLonkk{

}
.VedioDetalsPage .ledtSideVedio .InstructAndback .BackLonkk a{
        display: flex;
    align-items: center;
    gap: 8px;
    height: 50px;
    padding: 0 20px;
    border-radius: 8px;
    background: #ED251114;
    font-size: 14px;
    color: #3F1904;
        transition: all .4s ease-in-out;
            border: 1px solid #ED251114;
}
.VedioDetalsPage .ledtSideVedio .InstructAndback .BackLonkk a:hover{
    transform: translateY(-5px);
}
.VedioDetalsPage .ledtSideVedio .InstructAndback .BackLonkk a img{
    
}
.VedioDetalsPage .ledtSideVedio .InstructAndback .BackLonkk a span{
    
}


.BoxSizeVideoPage{
        display: flex;
    gap: 30px;
}
.BoxSizeVideoPage .RightSideConst{
        width: 400px;

}
.BoxSizeVideoPage .LeftSideChnge{
        width: calc(100% - 400px);

}

.whiteIconImportant{
        filter: brightness(100) grayscale(100);
}


.BookrrDateInfos{
        display: flex;
    gap: 12px;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
    max-width: 440px;
}
.BookrrDateInfos p{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: normal;
        color: #000;
}

.BookrrDateInfos p span{
    display: inline-block;
    width: 10px;
    height: 10px;
    
    border-radius: 8px;
}






.RservevBody .form-group {

}

.RservevBody .form-group label {
    color: #000;
    font-size: 14px;
    font-family: 'P_R';
    margin: 10px;
    margin-bottom: 5px;
    margin-top: 0;
}

.RservevBody .form-group .inputGroup {
    position: relative;
}

.RservevBody .form-group .inputGroup .form-control {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 0 50px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'P_R';
    font-size: 14px;
}

.RservevBody .form-group .inputGroup .form-control::placeholder {
    color: #AFAFAF
}

.RservevBody .form-group .inputGroup .IconSHape {
    position: absolute;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
}

.RservevBody .form-group .inputGroup textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    border: 1px solid #f1f1f1;
    border-radius: var(--general-border-radius);
    padding: 0 50px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-family: 'P_R';
    font-size: 14px;
    padding-top: 15px !important;
}

.RservevBody .form-group .inputGroup textarea::placeholder {
    color: #AFAFAF
}







.visible_XS {
    display: none;
}

.hidden_xs {
    display: block;
}
.WHatsssIconFixed{
        position: fixed;
    bottom: 15px;
    right: 20px;
    height: 50px;
    width: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4CAF50;
    color: #fff;
    font-size: 25px;
    border-radius: 8px;
    color:#fff;
}
.WHatsssIconFixed i{
        color:#fff;
}


.CertificateItemNew{
    
}

.courses .SubjectItems .CertificateItemNew{
    display:flex;
        padding: 20px;
            gap: 20px;
    
}


.courses .SubjectItems .CertificateItemNew .Image{
        width: 80px;
    height: 80px;

}
.courses .SubjectItems .CertificateItemNew .SubjectData{
    padding:0;
        width: calc(100% - 100px);
}
.courses .SubjectItems .CertificateItemNew .SubjectData .forflex{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}
.courses .SubjectItems .CertificateItemNew .SubjectData .ButonsMorDetails .SECBTN{
    width: 150px;
}
.courses .SubjectItems .CertificateItemNew .CategoryCourse {
    position: relative;
    top: 0;
    right: 0;
    direction: rtl;
    display: flex;
    gap: 12px;
    margin-top: 12px;
}
.courses .SubjectItems .CertificateItemNew .CategoryCourse span{
    margin:0px;
        padding: 0 15px;
    border-radius: 8px;
    color: #fff;
    display: block;
    width: max-content;
    margin-bottom: 0px;
    line-height: 35px;
    font-size: 12px;
}
.courses .SubjectItems .CertificateItemNew .CategoryCourse p{
        margin:0px;
        padding: 0 15px;
    border-radius: 8px;
    color: #fff;
    display: block;
    width: max-content;
    margin-bottom: 0px;
    line-height: 35px;
}
.courses .SubjectItems .CertificateItemNew .SubjectData .titile h2 {
    font-size: 18px;
    font-weight: 500 !important;
}


.pagination-container{

}
.pagination-container .btn{
    width: 40px;
    height: 40px;
    color: #000 !important;
    background-color: #eee !important;
    border-color: #eee !important;
    font-family: 'P_R';
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 40px;
    padding: 0;

}
.pagination-container .btn.active ,
.pagination-container .btn:hover{
    background-color: #ed2511 !important;
    border-color: #ed2511 !important;
    color: #fff !important;
}




.Teatcherss{

}
.tetcerItem{
    padding: 24px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 8px;
    transition: all .4s ease-in-out;
    display: block;
}

.tetcerItem .uperImageee{
    position: relative;
    margin-bottom: 18px;
}

.tetcerItem .uperImageee .tetImg{
    display: block;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 12px;
      transition: all .4s ease-in-out;
}
.tetcerItem .uperImageee .tetImg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .4s ease-in-out;
}

.tetcerItem .uperImageee .Labeelel{
        width: 100%;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: -8px;
}
.tetcerItem .uperImageee .Labeelel .labeelMorakasa{
        display: flex;
    width: max-content;
    margin: auto;
    height: 30px;
    padding: 0 10px;
    background: #00AB39;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    gap: 4px;
    border-radius: 8px;
}
.tetcerItem .uperImageee .Labeelel .labeelMorakasa img{
    height: 16px;
    width: 16px;
}

.tetcerItem .TeatInfo{
    text-align: center;
}
.tetcerItem .TeatInfo .name{
        font-size: 16px;
    color: #000;
    font-weight: 700 !important;
    margin-bottom: 5px;
}
.tetcerItem .TeatInfo .jobtitile{
        color: #898989;
    margin-bottom: 4px;
    font-size: 14px;
}
.tetcerItem .TeatInfo .Country{
        color: #000;
    margin-bottom: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.tetcerItem .TeatInfo .Country img{
        height: 20px;
}




.Teatcherss .tetcerItem:hover{
      box-shadow: 0 0 20px #e7e7e7;
      transform: translateY(-10px);
}
.Teatcherss .tetcerItem:hover .tetImg {
transform: rotate(360deg);
}
.Teatcherss .tetcerItem:hover .tetImg img {
    transform: scale(1.2);
}


.tetcerItem .DescriptionTetatcer{
    margin-top: 12px;
}
.tetcerItem .DescriptionTetatcer p{
    text-align: justify;
    font-size: 14px;
}



.StudentsList{
    padding: 50px 0;
}
.StudentsList .studntItem{
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 24px;
}
.StudentsList .studntItem .firstchar{
    background: #3F190414;
    border-radius: 16px;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 16px;
}
.StudentsList .studntItem .firstchar span{
    font-size: 24px;
    color: #3F1904;
    font-weight: 700;
    text-align: center;
}
.StudentsList .studntItem .studentDatta{
    margin-bottom: 16px;
}
.StudentsList .studntItem .studentDatta h2{
    font-size: 20px;
    color: #000000;
    margin-bottom: 4px;
}
.StudentsList .studntItem .studentDatta p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #898989;
}
.StudentsList .studntItem .studetnDawrat{
    
}
.StudentsList .studntItem .studetnDawrat a{
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid #2A3F851A;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #ED2511;
    transition: all .4s ease-in-out;
    border-radius: 8px;
}
.StudentsList .studntItem .studetnDawrat a:hover{
    border-color: #ED2511;
    background: #ED2511;
    color: #fff;
}


.dropdownActions{
    position: absolute;
    top: 10px;
    left: 10px;
}
.dropdownActions .header-item {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F9F9F9;
  font-size: 20px;
}
.dropdownActions .dropdown-menu {
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  padding: 0px 16px;
  text-align: start;
  z-index: 99999;
}
.dropdownActions .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #F4F4F4;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
      font-family: 'p_R';
}

.dropdownActions .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0 !important;
}
.dropdownActions .dropdown-menu .dropdown-item:hover {
  color: #ED2511 !important;
}


.StudentSubbb{

}
.StudentSubbb p{
    font-size: 14px;
    color: #898989;
    margin: 10px 0;
}
.StudentSubbb p{
    
}



.BackLinksssStudent{
    padding: 24px 0;
    background: #f9f9fb;
    padding-bottom: 0;
}
.BackLinksssStudent .booocback{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.BackLinksssStudent .booocback .Datta{
    
}
.BackLinksssStudent .booocback .Datta h2{
    color: #212121;
    margin-bottom: 8px;
    font-size: 32px;
}
.BackLinksssStudent .booocback .Datta p{
        font-size: 16px;
    color: #898989;
}

.BackLinksssStudent .booocback .AddNewStudent{
    color: #fff;
    height: 50px;
    padding: 0 25px;
    background: #ed2511;
    line-height: 50px;
    border-radius: 8px;
}



@media (max-width: 991px) {
    .visible_XS {
        display: block;
    }

    .hidden_xs {
        display: none;
    }

    .MyAccount .dropdown-menu {
        left: -45px !important;
    }
}

