@charset "utf-8";
/*---------------------------------------------------------------
  Main  Font */
/*--------------------------------------------------------------*/
/*@font-face {*/
/*  font-family: Nassim,serif;*/
/*  font-style: normal;*/
/*  font-weight: 300;*/
/*  src: url(../fonts/Arabic/Cairo-Light.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*  font-family: Nassim,serif;*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url(../fonts/Arabic/Cairo-Regular.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*  font-family: Nassim,serif;*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  src: url(../fonts/Arabic/Cairo-SemiBold.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*  font-family: Nassim,serif;*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  src: url(../fonts/Arabic/Cairo-SemiBold.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*  font-family: Nassim,serif;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: url(../fonts/Arabic/Cairo-Bold.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*  font-family: Nassim,serif;*/
/*  font-style: normal;*/
/*  font-weight: 800;*/
/*  src: url(../fonts/Arabic/Cairo-Black.ttf) format('truetype');*/
/*}*/
@font-face {
    font-family: "Nassim";
    src: url(../fonts/Arabic/NassimArabic-Sb.ttf);
    font-weight: 400
}

@font-face {
    font-family: "Nassim";
    src: url(../fonts/Arabic/NassimArabic-Bd.ttf);
    font-weight: 700
}

/*---------------------------------------------------------------
  Reset */
/*--------------------------------------------------------------*/
/*------- Start General --------*/
/* :root {
    --main-color: #1c989b;
    --dark-main-color: #10595b;
    --dark-main-color-2: #196375;
    --white-color: #ffffff;
    --dark-color: #161616;
    --gray-color: #f3f3f4;
    --gray-color-hover: #e9e9e9;
    --dark-gray-color: #404040;
    --footer-color: #141518;
    --footer-bottom-color: #101114;
} */
* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    background: #FFF;
    color: #333;
    font-family: Nassim, serif, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 20px;
    overflow-x: hidden;
    line-height: 25px;
}

a:link,
a:visited,
a:active,
a:focus {
    font-family: Nassim, serif, Arial, Verdana, sans-serif;
    color: #947c1e;
    outline: 0 none;
    text-decoration: none;
    -webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}

a:hover {
    color: #333;
}

pre,
code {
    direction: ltr;
    /* background: url(images/code-bg.png);
  font: 11px/19px 'andale mono', 'lucida console', monospace; */
    padding: 3px;
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    margin: 0 0 20px 0;
    color: #666;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: Nassim, serif, serif;
    line-height: 25px;
}

p {
    font-family: Nassim, serif, serif;
    font-size: 20px;
    font-weight: normal;
}

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

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

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

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

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

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

.b_0 {
    border: none !important;
}

.color-333 {
    color: #333;
}

/*---------------------------------------------------------------
********** General Styles **********/
/*--------------------------------------------------------------*/
::-webkit-input-placeholder {
    color: #7F8FA6 !important;
}

:-moz-placeholder {
    color: #7F8FA6 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #7F8FA6 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7F8FA6;
}

::-ms-input-placeholder {
    color: #7F8FA6 !important;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #7F8FA6;
}

input::placeholder {
    color: #7F8FA6;
}

.ltr .content-main li {
    list-style-type: disc;
    margin-left: 15px;
}

.rtl .content-main li {
    list-style-type: disc;
    margin-right: 15px;
}

.bg1 {
    background: #C3D5E4;
}

.btn-style-1,
a.btn-style-1 {
    border: 0px solid #FFFFFF;
    border-radius: 13px;
    font-size: 16px;
    color: #fff;
    padding: 15px 5px;
    background: #89b72d;
    font-weight: 600;
}

.btn-big,
a.btn-big {
    padding: 10px 15px 8px 10px;
    margin-bottom: 10px;
}

.btn-style-d,
a.btn-style-d {
    color: #FF6457 !important;
}



.btn-style-1 i {
    margin: 0 10px 0 0;
}

.btn-style-1:hover,
a.btn-style-1:hover {
    color: #fff;
    background: #947c1e;
}

.btn-border,
a.btn-border {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    padding: 20px 50px;
}

.btn-border:hover,
a.btn-border:hover {
    border: 1px solid #FFFFFF;
    color: #333;
    background: #fff;
}

.btn-primary,
.label-primary {
    background: #84ad31;
    border-color: #84ad31;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle .btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background: #8aba2c;
    box-shadow: none;
    border-color: #8aba2c;

}

/*
.btn {
    border: 0;
}

.btn:focus,
.btn:hover,
.btn:active:focus,
.btn.active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}



.btn-secondary,
.label-secondary {
    background: #f3f3f4;
    color: #404040;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle .btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.open>.dropdown-toggle.btn-secondary {
    background: #e9e9e9;
    box-shadow: none;
    color: #404040;
} */
.select2-container--bootstrap4 .select2-selection {
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px;
    border: none;
    height: 60px !important;
    padding: 10px 0px 10px 30px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 13px;
}

.rtl .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    right: inherit;
    left: 20px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.visible-desktop {
    display: inline-block;
}

.hidden-desktop {
    display: none;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

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

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

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

/***/
.small-padding [class*="col-"] {
    /*margin-bottom:10px;*/
    padding: 0 5px;
}

.small-padding .row {
    margin-left: -5px;
    margin-right: -5px;
}

.dropdown-toggle:after {
    position: absolute;
    vertical-align: top;
    border: 0em solid transparent;
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: left;
}

.footer-widget .card img {
    height: 50px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border: 0em solid transparent;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b::after {
    top: -10px;
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    vertical-align: top;
    position: absolute;
}

.modal-content {
    box-shadow: 0px 30px 128px #0000004D;
    border-radius: 10px;
}

.modal-backdrop {
    /* background-color: #000; */
    /* filter:blur(5px);
  opacity: 1 !important;
  background: none !important; */
    /* background: #222 !important; */
    opacity: 0.2 !important;
}

body.modal-open #wrapper {
    filter: blur(5px);
}

.pagination-nav .page-link {
    margin: 5px;
    border-radius: 5px;
}

.pagination-nav .page-item.active .page-link {
    background: #947c1e;
    border-color: #947c1e;
}

/*---------------------------------------------------------------
********** Header  **********/
/*--------------------------------------------------------------*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 66666666;
}

/*********** topbar  **********/
.topbar,
.mobile-menu-topbar {
    background: #947c1e;
    height: 50px;
    color: #fff;
}

.top_header_icon ul {
    display: flex;
    margin: 0;
}

.top_header_icon ul li {
    display: inline-block;
    margin-left: 25px;
}

.top_header_icon ul li:last-child {
    margin-left: 0;
}

.top_header_icon ul li a {
    /*color: #898989 ;*/
    color: #fff;

    display: block;
    padding: 5px;
    font-size: 18px;

}

.top_header_icon ul li a i {
    width: 36px;
    height: 36px;
    border: 5px solid #baec56;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    margin-left: 1px;
}

.top_header_ad {
    margin: 10px 0;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.topbar-label {
    background: url(../images/header/topbar.png) center center no-repeat;
    display: inline-block;
    height: 43px;
    width: 33px;
    margin-right: 15px;
}

.app-play span {
    background: url(../images/header/google-pay.svg) center center no-repeat;
    display: inline-block;
    height: 28px;
    width: 120px;
}

.app-store span {
    background: url(../images/header/app-stor.svg) center center no-repeat;
    display: inline-block;
    height: 28px;
    width: 120px;
}

.app-link a {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #fff;
    height: 28px;
    margin-top: 4px;
}

.app-link a:hover {
    background: #333;
    border: 1px solid #333;
}

.topbar-left span {
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
    margin-top: 4px;
}

.topbar-left .font-700 {
    font-size: 15px;
}

/*********** share-icon  **********/
#shre-top.share-icon {
    margin-top: 7px;
}

.share-icon span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
}

.share-icon a {
    display: inline-block;
    /* background: #003560 !important; */
    color: #fff;
    border-radius: 60px;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    margin-right: 5px
}

#shre-footer.share-icon a {
    /* background: #161C2D !important;
  color: #7F8FA6; */
}

.share-icon a:hover {
    background: #baec56 !important;
    color: #fff !important;
}

#shre-footer.share-icon a:hover {
    background: #baec56 !important;
    color: #fff;
    border-color: #baec56 !important;
}

#shre-contact-us {
    margin-bottom: 30px;
}

#shre-contact-us.share-icon a {
    background: #EDF2F7 !important;
    color: #101624;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    margin: 5px;
    padding-top: 7px;
}

.ltr #shre-contact-us.share-icon a:first-child {
    margin-left: 0;
}

.rtl #shre-contact-us.share-icon a:first-child {
    margin-right: 0;
}

#shre-contact-us.share-icon a:hover {
    background: #947c1e !important;
    color: #fff !important;
}

/*********** header-content  **********/
.top_header-background {
    background: url(../images/header/desktop_header1.png) no-repeat top center;
    background-size: cover;
    /*height: 250px;*/
    height: 170px;
    border-bottom: 5px solid #baec56;
}

.main_bg {
    background: url(../images/header/website_bg_img1.jpg) repeat top center fixed;
    background-size: 100%;
    background-position: top;
}

/*********** header-content  **********/
.dropdown-menu-search {
    min-width: 280px;
    padding: 0;
}

#header-content {}

#header-content-top {
    background: #fff;
    border: 5px solid #baec56;
    padding: 13px 0;
    /*border-width: 5px 0 5px 0;*/
    border-width: 2px 0 2px 0;
    background: #c99c27 url(../images/b-1.png) repeat top center;
}

.navbar_stuck {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 55;
}

.navbar_stuck .header-content-right .navbar .navbar-nav>li>a {
    /* padding: 5px 20px; */
    height: 60px;
}

#header-content.navbar_stuck .header-logo img {
    max-height: 50px;
}

#header-nav {
    background: #f1f1f1;
}

.header-content-right .navbar {
    padding: 0;
}

a.Register-center {
    background: #947c1e;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    color: #fff;
    display: block;
}

a.Register-center:hover {
    background: #f9b233;
    color: #333;
}

.header-content-right .navbar .navbar-nav>li>a {
    padding: 19px 20px;
    font-size: 15px;
    font-weight: 500;
    height: 64px;
    color: #272727;
    position: relative;
    z-index: 1;
}

.header-content-right .navbar .navbar-nav>li.nav-register>a {
    color: #fff;
}

.header-content-right .navbar .navbar-nav>li:last-child>a {
    /* padding:  22px 30px; */

}

.header-content-right .navbar-nav .nav-link:hover {
    color: #947c1e;
}

.header-content-right .navbar-nav .active>.nav-link,
.header-content-right .navbar-nav>.nav-link:hover,
.header-content-right .navbar-nav .active>.nav-link:hover {
    color: #947c1e;
}

.header-content-right .navbar .navbar-nav>li>a:before,
.header-content-right .navbar-nav .active>.nav-link:before {
    position: absolute;
    content: '';
    /* top: 6px; */
    bottom: 0px;
    right: 0;
    left: 0;
    width: 0;
    width: 50%;
    height: 60px;
    top: 0;
    margin: auto;
    /* z-index: -1; */
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /* border-bottom: 3px solid #f9b233; */
}

.header-content-right .navbar .navbar-nav>li>a:hover:before,
.header-content-right .navbar-nav .active>.nav-link:before,
.header-content-right .navbar-nav .active>.nav-link:hover:before {
    width: 90%;
    opacity: 1;
    border-radius: 15px
}

.header-content-right .navbar .navbar-nav>li.nav-register>a:before {
    background: #947c1e;
    opacity: 1;
    width: 100%;
    height: 40px;
    top: 0;
    border-bottom: 0px solid #947c1e;
    border-radius: 40px;
    z-index: -1;
}

.header-content-right .navbar .navbar-nav>li.nav-register>a:hover:before {
    background: #f9b233;
}

.header-top {
    background: #fff;
    border-bottom: 5px solid #baec56;
}

/********/
.header-logo img {
    max-height: 100px;
}

.header-2030 img {
    height: 80px;
}

.header-add img {
    padding: 10px 0;
}

.lang_name {
    display: inline-block;
    font-weight: 500;
    vertical-align: top;
}

.lang_img {
    background: url(../images/header/en.png) center center no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.lang_img_en {
    background: url(../images/header/en.png) center center no-repeat;
}

.lang_img_ar {
    background: url(../images/header/ar.png) center center no-repeat;
}

.icon-logout {
    background: url(../images/header/logout.png) center center no-repeat;
    display: inline-block;
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.dropdown-user-login:after {
    margin-top: 6px;
}

.dropdown-user-login img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.dropdown-user-login .user_welcome {
    display: block;
    text-align: initial;
    font-size: 11px;
}

.dropdown-user-login .user_name {
    font-size: 12px;
    font-weight: 600;
}

.user-login-info {
    /* display: inline-block; */
}

.nav-menu-left {
    margin: 0;
    margin-left: 15px;
}

.nav-menu-left li {
    display: inline-block;
}

.nav-menu-left li a {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    font-weight: 500;
    color: #101624;
}

.nav-menu-left li a:hover {
    color: #947c1e;
}

.nav-menu-left>li>a:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 10px;
    border-left: 1px solid #7F8FA6;
    height: 26px;
}

.rtl .nav-menu-left>li>a:before {
    left: inherit;
    border-left: 0px solid #7F8FA6;
    right: -5px;
    border-right: 1px solid #7F8FA6;
}

.nav-menu-left>li>a:first-child:before {
    /* border-left: 0px solid #7F8FA6; */
}

.nav-menu-left li a i {
    display: inline-block;
    margin-right: 7px;
    color: #947c1e;
}

.rtl .nav-menu-left li a i {
    margin-left: 7px;
    margin-right: 0;
}

/********* navbar-mobile **********/
.navbar-mobile {
    padding: 25px;
}

.navbar-mobile .navbar-nav .nav-link {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: 400;
}

.toggle-nav .toggle-btn {
    background: none;
    border: none;
    outline: 0;
    position: relative;
    z-index: 22;
    direction: rtl;
    padding: 10px 0;
}

.toggle-nav .toggle-btn span {
    display: block;
    width: 2px;
    height: 3px;
    background-color: #947c1e;
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* .toggle-nav .toggle-btn.active span:nth-child(2) {
   -webkit-transform: translateX(-50px);
   transform: translateX(-50px);
   opacity: 0;
 }
 .toggle-nav .toggle-btn.active span:nth-child(1) {
   -webkit-transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
   transform: rotateY(180deg) rotateZ(45deg) translate(11px, 10px);
 }
 .toggle-nav .toggle-btn.active span:nth-child(3) {
   -webkit-transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
   transform: rotateY(-180deg) rotateZ(-45deg) translate(0px, 0px);
 } */

.toggle-nav .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99999999;
    opacity: 0;
}

.rtl .toggle-nav .mobile-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: -1;
    display: none;
}

.rtl .toggle-nav .mobile-menu.active {
    display: block;
    z-index: 9999;
}

.toggle-nav .mobile-menu .mobile-menu-items {
    background-color: #ffffff;
    margin: 0;
    width: 270px;
    height: 100%;
    overflow: auto;
    list-style: none;
    padding: 0;
    box-shadow: 1px 1px 10px #ccc;
}

.toggle-nav .mobile-menu .closeIcon {
    position: absolute;
    left: 280px;
    top: 15px;
    background: #333;
    color: #fff;
    border-radius: 30px;
    font-size: 27px;
    display: inline-block;
}

.rtl .toggle-nav .mobile-menu .closeIcon {
    left: 0;
    /* right: 280px; */
    text-align: center;
}

.toggle-nav .mobile-menu .closeIcon a {
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
}

.toggle-nav .mobile-menu .closeIcon svg {
    fill: #3D2B20;
    width: 20px;
    height: 20px;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

/*---------------------------------------------------------------
 ********** page main  **********/
/*--------------------------------------------------------------*/
.page_main_in {
    background: #fff;
}

.main-nav {
    background: #947c1e !important;
}

.main-nav a {
    color: #333 !important;
}

.main-nav .nav-item>a {
    color: #fff !important;
}

.main-nav .nav-item>a:hover {
    color: #fff !important;
    background: #89b72d;
    border-radius: 5px;
}

/*---------------------------------------------------------------
 ********** pop login  **********/
/*--------------------------------------------------------------*/
.pop_style .close {
    font-weight: normal;
    color: #7F8FA6;
    background: #F6F7FB;
    border-radius: 7px;
    padding: 2px 8px;
    margin: 10px;
    position: relative;
    z-index: 3
}

.pop_style .close:hover {
    color: #fff;
    background: #947c1e;
}

.form_style_p {
    padding: 0px 20px 20px 20px;
}

.form_style_head {
    margin-bottom: 40px;
}

.social_link_login {
    margin-bottom: 40px;
}

.form_style_head h3 {
    color: #101624;
    font-weight: 600;
    font-size: 30px;
}

.form_style_head h4 {
    color: #7F8FA6;
    font-size: 16px;
    margin: 0;
}

.btn-group-h>a.btn {
    height: 60px;
}

/*
.btn-facebook, a.btn-facebook {
  background: #3B5998;
  color: #fff;
}

.btn-facebook:hover, a.btn-facebook:hover {
  background: #2f497f;
  color: #fff;
}

.btn-twitter, a.btn-twitter {
  background: #26A6D1;
  color: #fff;
}

.btn-twitter:hover, a.btn-twitter:hover {
  background: #1a8aaf;
  color: #fff;
} */

.shre-top .btn-twitter {
    background: #00baf0;
    border: 1px solid #00baf0;
}

.shre-top .btn-facebook {
    background: #3b5997;
    border: 1px solid #3b5997;
}

.shre-top .btn-google-plus {
    background: #c43c2c;
    border: 1px solid #c43c2c;
}

.shre-top .btn-linkedin {
    background: #006599;
    border: 1px solid #006599;
}

.shre-top .btn-youtube {
    background: #ff0000;
    border: 1px solid #ff0000;
}

.shre-top .btn-vimeo-square {
    background: #1ab7ea;
    border: 1px solid #1ab7ea;
}

.shre-top .btn-rss {
    background: #ff6600;
    border: 1px solid #ff6600;
}

.shre-top .btn-snapchat {
    background: #fffc00;
    color: #333;
    border: 1px solid #fffc00;
}

.shre-top .btn-instagram {
    background: #3b5997;
    border: 1px solid #3b5997;
}

.shre-top .btn-pinterest {
    background: #cd1f28;
    border: 1px solid #cd1f28;
}

.shre-top .btn-whatsapp {
    background: #4dc247;
    color: #fff;
    border: 1px solid #4dc247;
}

.shre-top .btn-flickr {
    background: #d70068
}

.shre-top .btn-tumblr {
    background: #2f669e
}

.shre-top .btn-dribbble {
    background: #ff0084
}

.shre-top .btn-apple {
    background: #6d6d6d
}

.shre-top .btn-skype {
    background: #00b0f6
}

.shre-top .btn-github-alt {
    background: #6d6d6d
}

.btn-group-t .span-1 {
    font-size: 11px;
    font-weight: 300;
}

.btn-group-i {
    padding: 0 20px;
    font-size: 22px;
}

.form_style_1 label {
    font-weight: 500;
}

.form_style_1 input[type=text],
.form_style_1 input[type=password],
.form_style_1 input[type=number],
.form_style_1 input[type=tel],
.form_style_1 input[type=file],
.form_style_1 .custom-file-label,
.form_style_1 input[type=email] {
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px;
    border: none;
    height: 60px;
    padding: 10px 30px;
}

.form_style_1 textarea {
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
    border: 1px solid #C3D5E4;
    border-radius: 5px;
}

.form_style_1 .custom-file-label {
    border: 2px dashed #947c1e
}

.form_style_1 .btn-secondary.col {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    color: #7F8FA6;
    margin-right: 10px;
}

.form_style_1 .btn-secondary.col:hover {
    border: 1px solid #947c1e;
    color: #947c1e;
}

.form_style_1 .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Change";
    background: #947c1e;
    color: #fff;
    border-radius: 5px;
    padding: 7px 20px;
    margin: 12px;
}

.form_style_1 .btn-primary {
    height: 60px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
}

.form_style_1 .btn-group-toggle .btn-info {
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px !important;
    border: none;
    border: 1px solid #EDF2F7;
    height: 60px;
    padding: 10px 30px;
    margin: 0 5px;
    line-height: 35px;
}

.form_style_1 .btn-group-toggle .btn-info:not(:disabled):not(.disabled).active,
.form_style_1 .btn-group-toggle .btn-info:not(:disabled):not(.disabled):active,
.form_style_1 .btn-group-toggle .show>.btn-info.dropdown-toggle {
    color: #947c1e;
    background-color: #EDF2F7;
    border-color: #947c1e;
    font-weight: 700;
    border: 1px solid #947c1e;
}

.form_style_2 input[type=text],
.form_style_2 input[type=password],
.form_style_2 input[type=number],
.form_style_2 input[type=tel],
.form_style_2 input[type=email] {
    background: #fff;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border: 1px solid #EBEBEB !important;
    border-radius: 5px;
    border: none;
    height: 50px;
    padding: 10px 30px;
}

.form_style_2 textarea {
    background: #fff;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border: 1px solid #EBEBEB !important;
    border-radius: 5px;
    border: none;
    padding: 10px 30px;
}

.form_style_1 input:focus,
.form_style_1 textarea:focus {
    border: 1px solid #947c1e !important;
    background: #fff !important;
}

.form_style_2 input:focus,
.form_style_2 textarea:focus {
    border: 1px solid #947c1e !important;
}

.form_style_2 .btn-dark {
    height: 50px;
    padding: 10px 30px;
    background: #101624;
}

.form_style_2 .btn-primary {
    height: 50px;
    padding: 10px 30px;
}

.form_style_2 .btn-dark:hover {
    background: #947c1e;
    border: #947c1e;
}

.form_style_h-auto button {
    height: auto !important;
}

.show_hide_password {
    position: relative;
}

.show_hide_password_i,
a.show_hide_password_i {
    color: #7F8FA6;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 20px;
}

.rtl .show_hide_password_i,
.rtl a.show_hide_password_i {
    right: inherit;
    left: 0;
}

.iti {
    width: 100%;
}

.code_valy {
    display: inline-block;
    margin: 0 10px;
}

.iti__country-list {
    /* max-width: 435px; */
}

#register_pop input[type=text],
#register_pop input[type=password],
#register_pop input[type=number],
#register_pop input[type=tel],
#register_pop input[type=email] {
    text-align: center;
}

#phone_login,
#phone_register_user,
#phone_forget {
    /* text-align: center; */
}

.location_map {
    position: relative;
}

.location_map:after {
    position: absolute;
    content: "\f279";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    color: #fff;
    background: #947c1e;
    padding: 8px 10px;
    font-size: 22px;
    right: 15px;
    top: 10px;
}

.rtl .location_map:after {
    left: 15px;
    right: inherit;
}

/*---------------------------------------------------------------
********** pop Register  **********/
/*--------------------------------------------------------------*/
.tabRegister-icon-user {
    background: url(../images/register/img.svg) center center no-repeat;
    display: inline-block;
    height: 81px;
    width: 56px;
}

.tabRegister-icon-Merchant {
    background: url(../images/register/ceo.svg) center center no-repeat;
    display: inline-block;
    height: 81px;
    width: 78px;
}

.tabRegister-icon-name {
    display: block;
    font-weight: 500;
}

.tabRegister-nav .nav-link {
    color: #101624;
    font-size: 16px;
    text-align: center;
}

.tabRegister-nav.nav-pills .nav-link.active,
.tabRegister-nav.nav-pills .show>.nav-link {
    color: #947c1e;
    background-color: #EDF2F7;
    position: relative;
}

.tabRegister-nav.nav-pills .nav-link.active:after,
.tabRegister-nav.nav-pills .show>.nav-link:after {
    position: absolute;
    content: '';
    border-left: 4px solid #947c1e;
    left: 0;
    top: 0;
    bottom: 0;
    height: 70%;
    margin: auto;
}

#register_pop .modal-body {
    padding: 20px;
}

#register_pop .form_style_head h3,
.form_style_head h4 {
    display: inline-block;
}

.form_style_head h4 {}

/*---------------------------------------------------------------
********** pop Register  **********/
/*--------------------------------------------------------------*/
.Upload-Image-icon {
    background: url(../images/register/profile.svg) center center no-repeat;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin: 0 15px;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.fileupload {
    margin-bottom: 0px;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.fileupload .btn {
    vertical-align: middle;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
    display: none;
}

.fileupload-inline .fileupload-controls {
    display: inline;
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847;
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847;
}

/********/
.fileupload-new span {
    font-weight: normal;
    font-size: 15px;
}

.fileupload {
    background: #ebebeb;
    padding: 0px;
}

.fileupload .btn.btn-primary {
    background: #464646;
    border: 0px solid #000000;
    -moz-border-radius: 0px;
    /*Firefox*/
    -webkit-border-radius: 0px;
    /*Safari, Chrome*/
    border-radius: 0px;
}

.fileupload .btn.btn-primary:hover {
    background: #3b3f51;
}

.pic-img-up {
    background: none;
    text-align: left;
}

.fileupload.pic-img-up .btn.btn-primary {
    background: #EDF2F7;
    margin: auto;
    border-radius: 5px;
    margin: 0px;
    font-size: 12px;
    border: 1px dashed #C3D5E4;
    color: #7F8FA6;
    display: block;
    cursor: pointer;
}

.pic-img {
    border: 2px solid #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#c8c8c8)";
    /*IE 8*/
    -moz-box-shadow: 0px 0px 4px #c8c8c8;
    /*FF 3.5+*/
    -webkit-box-shadow: 0px 0px 4px #c8c8c8;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 4px #c8c8c8;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color=#c8c8c8);
    /*IE 5.5-7*/
}

/*---------------------------------------------------------------
********** home Slide  **********/
/*--------------------------------------------------------------*/
.home-slide {
    position: relative;
}

.caption-slide {
    position: absolute;
    bottom: -30px;
    /* right: ; */
    left: 0;
    padding: 15px;
    background: #89b72de0;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.swiper-slide-active .caption-slide {
    bottom: 30px;
}

.caption-slide-in {
    max-width: 820px;
}

.caption-slide-in h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 15px;
}

.caption-slide-in h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: #fff;
}

.caption-slide-in p {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

/*---------------------------------------------------------------
********** search-home-box  **********/
/*--------------------------------------------------------------*/
.search-home {
    position: relative;
    z-index: 5;
}

.search-home-box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.search-home-txt {
    text-align: center;
    margin: 20px auto;
    font-size: 17px;
    color: #333;
}

.search-home-txt a {
    color: #333;
}

.icon-search-m {
    background: url(../images/home/Search.png) center center no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.search-home .btn-primary {
    border-radius: 10px;
    height: 60px;
    padding: 10px 18px;
    width: 100%;
    text-transform: uppercase;
}

.search-home-box-left input {
    height: 60px;
    width: 100%;
    position: relative;
    text-align: center;
}

.search-home-input {
    position: relative;
    /* text-align: center; */
}

.search-home-input:after {
    border-bottom: 0px dashed #7F8FA6;
    height: 30px;
    /* width: 100%; */
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.rtl .search-home-input:after {
    border-right: 0px dashed #7F8FA6;
    border-left: 1px dashed #7F8FA6;
    left: 0;
    right: 0;
}

.search-home-input:last-child:after {
    border: 0px dashed #7F8FA6;
}

.select2-container {
    display: block;
    width: 100% !important;
}

.search-home-input .select2-container {
    width: 100% !important;
    background: none;
}

.search-home-input .select2-container--bootstrap4 .select2-selection {
    width: 100%;
    background: none;
}

.search-in-page button {
    width: 100%;
    margin-top: 10px;
}

/*---------------------------------------------------------------
********** statistics  **********/
/*--------------------------------------------------------------*/
/* .statistics-home {
  background: #fff  ;
   overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 20px 0;
 }

.statistics-home:after {
  position: absolute;
  content: '';
  bottom: -2PX;
  right: 0;
  left: 0;
  background: url(../images/cover-b.png) bottom center repeat-x;
  width: 100%;
  height: 117px;
}


.statistics-content {
  padding: 10px 0;
}

.statistics-box {

  padding: 10px 5px;
  margin-bottom: 0px;

  text-align: center;
  border-radius: 20px;
}


.statistics-main h2 {
  font-size: 18px;
  color: #947c1e;
}

.statistics-main h3 {
  font-size: 24px;
  color: #333;
}
.statistics-box:hover   {
background: #947c1e;
}
.statistics-box:hover .statistics-icon  {
background: #fff;
}
.statistics-box:hover  h2  ,.statistics-box:hover  h3{
  color: #fff;
}
.statistics-icon  {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  border: 3px solid #f9b233;
  padding: 14px;
}
.statistics-icon img {
  max-height: 100px;
} */

/*---------------------------------------------------------------
********** statistics  **********/
/*--------------------------------------------------------------*/
.statistics-home {
    background: #f1f1f1;
    /* background: #fff url(../images/cover.jpg) bottom center no-repeat; */
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 10px;
}

.statistics-home:after {
    position: absolute;
    content: '';
    bottom: -2PX;
    right: 0;
    left: 0;
    /*background: url(../images/cover-b.png) bottom center repeat-x;*/
    width: 100%;
    height: 117px;
}

/* .statistics-home {
  background: #f1f1f1;
} */
.statistics-content {
    padding: 0 0 10px 0;
}

.statistics-box {
    background: #fff;
    padding: 10px 5px;
    margin-bottom: 0px;
    /* border: 8px solid #29a4f6; */
    text-align: center;
    border-radius: 20px;
}


.statistics-main h2 {
    font-size: 18px;
    color: #947c1e;
}

.statistics-main h3 {
    font-size: 24px;
    color: #333;
}

.statistics-box:hover {
    background: #947c1e;
}

.statistics-box:hover .statistics-icon {
    background: #fff;
}

.statistics-box:hover h2,
.statistics-box:hover h3 {
    color: #fff;
}

.statistics-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 50%;
    border: 3px solid #947c1e;
    padding: 14px;
}

.statistics-icon img {
    max-height: 100px;
}

/*---------------------------------------------------------------
********** read-more- **********/
/*--------------------------------------------------------------*/
.item-card-main,
.item-card-prouduct-main {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    border: 1px solid #efedee;
}

.course-diploma .item-card-prouduct-main {
    border: 0px solid #333;
}

.item-card-prouduct-main {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
    position: relative;
}

.course-diploma .item-card-prouduct-main {
    background: #333;
}

.item-card-img img,
.item-card-prouduct-img img {
    border-radius: 10px;
    border-bottom: 0px solid #f9b233;
}

.item-card-main h2,
.item-card-prouduct-main h2 {
    color: #ec008c;
    margin-bottom: 0px;
    font-size: 18px;
}

.item-card-main h2 a,
.item-card-prouduct-main h2 a {
    color: #333;
}

.item-card-main p,
.item-card-prouduct-main p {
    font-size: 14px;
    min-height: 40px;
    color: #6d6e71;
}

.course-diploma .item-card-main h2 a,
.course-diploma .item-card-prouduct-main h2 a {
    color: #fff;
}

.course-diploma .item-card-main p,
.course-diploma .item-card-prouduct-main p {
    color: #fff;
}

.item-card-prouduct-img {
    margin: -20px -20px 20px -20px;
    height: 200px;
    position: relative;
}

.course-diploma .item-card-prouduct-img:after {
    content: '';
    position: absolute;
    border-radius: 10px;
    bottom: -40px;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #333;
    z-index: 0;
    transform: skewY(6deg);
    transform-origin: top right;

}

.item-card-center {
    margin-top: -60px;
    z-index: 55;
    position: relative;
}

.item-card-prouduct-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.prouduct-content {
    padding: 0 0 30px 0;
}

.item-card-center-img {
    float: right;
    width: 80px;
    height: 80px;
}

.item-card-center-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.item-card-center p {
    float: right;
    margin-top: 43px;
    margin-right: 10px;
    margin-bottom: 0;
}

.course-diploma .item-card-center p {
    color: #333;
}

.course-type {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
}

.course-type span {
    display: inline-block;
    padding: 5px 25px;

    border-radius: 5px;
    color: #fff;
    background: #333;
    position: relative;
}

.course-type.course-type-online span {
    background: #947c1e;
}

.course-footer h3 {
    font-size: 14px;
    margin: 0;
}

.Price-amount {
    position: relative;
    display: inline-block;
    font-size: 20px;

}

.Price-old {
    position: relative;
    color: #333;
    display: block;
    font-size: 22px;

}

.Price-old span {
    position: relative;
}

.Price-old span:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #947c1e;
    right: -10px;
    left: -10px;
    bottom: 20px;
}

.Price-amount .Price-in {
    font-weight: bold;
    font-size: 25px;
    color: #947c1e;
}

.Price-currencySymbol {
    font-size: 16px;

}

.price-card {
    display: inline-block;
    color: #333;
    font-size: 22px;
    padding: 3px 11px;
    border: 2px dotted #ccc;
    border-radius: 10px;
    position: relative;
}

.price-card span {
    display: inline-block;
    color: #FDC830;
}

.course-diploma .Price-old span {
    color: #fff;
}

.course-diploma .Price-old span:after {
    border-bottom: 2px solid #f9b233;
}

.course-diploma .Price-currencySymbol {
    color: #fff;
}

.course-diploma .Price-amount .Price-in {
    color: #f9b233;
}

.course-diploma .course-footer-box h3 {
    color: #f9b233;

}

.Price-old {
    display: block;
}

.course-footer-box {
    background: #947c1e;
    color: #fff;
    border-radius: 10px;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 10px;
}

.course-footer-box h3 {
    font-size: 18px;
    margin: 0;
}

.course-footer-box h4 {
    font-size: 14px;
    margin: 0;
}

/* .course-type-online span:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icon/12.png) no-repeat Center Center;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.course-type-offline span:after {
  position: absolute;
  content: '';
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icon/13.png) no-repeat Center Center;
  background-size: cover;
  width: 20px;
  height: 20px;
} */
/* --- */
.btn-s-1 {
    background: none;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #ec008c;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FDC830;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ec008c, #FDC830);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ec008c, #FDC830);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/***********************/
.read-more-add-cart {
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.read-more-add-cart .btn-read {
    padding: 3px 15px;
    border-radius: 0 19px 0 0;
    background: #ffb92b;
}

.read-more-add-cart .btn-read:hover,
.read-more-add-cart .btn-read:focus {
    background: #947c1e !important;
}

/************ section-title *************/
.section-title-non-border h2:after {
    background: none;
}

.section-title {
    padding: 30px 0 0 0;
    text-align: center;
}

.text-right.section-title {
    padding: 30px 40px;
    text-align: right;
}

.section-title h2 {
    font-size: 25px;
    /* background: #947c1e; */
    /*padding: 15px 65px;*/
    padding: 15px 5px;
    border-radius: 35px;
    border-bottom-right-radius: 0;
    color: #333;
    margin: 0;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 600;
    margin-right: 10px;
}

.section-title h2 span {
    display: inline-block;
    /* color: #947c1e ; */
}

.section-title2 h2 {
    color: #fff;
}

.section-title2 h2 span {
    color: #fff;
}

/*
.section-title h2:after {
  content: '';
  position: absolute;
  height: 51px;
  width: 100px;
  right: -3px;
  bottom: -2px;
  margin: auto;
  background: url(../images/title-r2.png) top right no-repeat;
  background-size: cover;

}

.section-title h2:before{
  content: '';
  position: absolute;
  height: 51px;
  width: 100px;
  left: -3px;
  bottom: -2px;
  margin: auto;
  background: url(../images/title-l2.png) top left no-repeat;
  background-size: cover;

}
*/


.section-title h2:after {
    content: '';
    position: absolute;
    bottom: -7px;
    bottom: 5px;
    left: -20px;
    right: -10px;
    width: auto;
    z-index: -1;
    margin: auto;
    height: 50px;
    border-top: 3px solid #947c1e;
    border-left: 3px solid #947c1e;
    border-right: 3px solid #947c1e;
    border-radius: 15px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(30deg) skewY(0deg) translate(0px, 0px);

    -webkit-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
    transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(0px, 0px);
}

.section-title h2:before {
    content: '';
    position: absolute;
    /* border-top:1px solid #29a4f6; */
    /* border-right:3px solid #29a4f6; */
    /* border-top-right-radius: 15px; */
    /* width: 100%; */
    width: 3px;
    height: 20px;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-title h2:after {}

.section-title h2:after {
    border-radius: 0;
    bottom: 0px;
    left: -10px;
    right: -10px;
    background: #89b72d;
    border: 0;
    height: 33px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(0deg) skewY(0deg) translate(0px, 0px);
    -webkit-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px);
    -o-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px);
    transform: rotate(0deg) scale(1, 1) skew(0deg, 0deg) translate(0px, 0px);
}

.title-home-box {
    border-bottom: 2px solid #c9c9c9;
    position: relative;
    margin-bottom: 10px;
}

/*****************/
a.btn-read,
button.btn-read {
    position: relative;
    background: none;
    padding: 10px 40px;
    border: 0px solid #29a4f6;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-family: 'Droid Arabic Kufi', Arial, Verdana, sans-serif !important;
    z-index: 1;
}

a.btn-read:after,
button.btn-read:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -2;

    background: #947c1e;
    background: -webkit-linear-gradient(to right, #947c1e, #947c1e);
    background: linear-gradient(to right, #947c1e, #947c1e);


    border-radius: 30px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
}

.read-more-slide-2 a.btn-read:after,
.read-more-slide-2 button.btn-read:after {

    border-color: #F37335;
    background: #FDC830;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F37335, #FDC830);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F37335, #FDC830);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

a.btn-read:before,
button.btn-read:before {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #333;
    width: 0;
    margin: auto;
    border-radius: 30px;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(0px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(0px, 0px);
    -webkit-transition: all 0.6s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

a.btn-read:hover:before,
button.btn-read:hover:before {
    width: 100%;
}

a.btn-read:hover,
button.btn-read:hover {
    background: none;
}

.read-more-cat2 a:after {
    background: none;
    border: 1px solid #fff;
}

.read-more-cat2 a.btn-read-2:after {
    background: none;
    border: 1px solid #38638f;
}

.read-more-cat2 a:hover {
    color: #333;
    background: none !important;
}

.read-more-cat2 a {
    background: none;
    border: 0px solid #fff !important;
    color: #fff !important;
}

.read-more-cat2 a.btn-read-2 {
    color: #38638f !important;
}

.read-more-cat2 a.btn-read-2:hover {
    color: #fff !important;
}

.read-more-slide-k a.btn-read {
    background: #333;
    color: #fff;
}

.read-more-slide-k a.btn-read:hover {
    background: #ffb92b;
}

.read-more-slide-o a.btn-read {
    background: #ffb92b;
    color: #fff;
}

.read-more-slide-k a.btn-read:hover {
    background: #947c1e;
}

.read-more-slide-o a.btn-read:hover {
    background: #947c1e;
}

.read-more-cat a {
    background: none;
    /* color: #017b16; */
    padding: 8px 45px;
    font-size: 14px;
    border: 2px solid #017b16;
    -moz-border-radius: 9px;
    /*Firefox*/
    -webkit-border-radius: 9px;
    /*Safari, Chrome*/
    border-radius: 9px;
    margin: 10px 0;
    -webkit-transition: all 0.4s ease;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.4s ease;
    /* Firefox 4-15 */
    -o-transition: all 0.4s ease;
    /* Opera 10.5-12.00 */
    transition: all 0.4s ease;
    /* Firefox 16+, Opera 12.50+ */
}

.read-more-cat a:hover {
    padding: 8px 55px;
    /* background: #000; */
    /* color: #f0f0f0; */
    /* border: 2px solid #333; */
}

.read-more-cat2 a {
    border: 1px solid #fff;
    color: #fff;
}

.read-more-cat2 a:hover {
    border: 1px solid #fff;
    color: #333;
    background: #fff;
}

.read-more-cat3 a {
    border: 1px solid #ecc357;
    color: #333;
}

.read-more-cat3.more-cat-wit a {
    color: #fff;
}

.read-more-cat3 a:hover {
    border: 1px solid #fff;
    color: #ecc357;
    background: #fff;
}

.read-more-cat4 a {
    border: 0px solid #947c1e;
    /* border: 1px solid #947c1e;
  color: #947c1e; */
}

.read-more-cat4 a:last-child:after {
    border: 1px solid #947c1e;
    /* border: 1px solid #947c1e;
  color: #947c1e; */
    background: none;
}

.read-more-slide-2 a:last-child:after {
    border: 1px solid #947c1e;
    /* border: 1px solid #947c1e;
  color: #947c1e; */
    background: none;
}

.read-more-cat4 a:hover {
    /* border: 1px solid #947c1e;
  color: #fff;
  background: #947c1e; */
}

.read-more-cat4 a:last-child {
    /* border: 1px solid #947c1e; */
    margin-right: 4px;
    color: #947c1e;
    /* background: #947c1e; */
}

.read-more-slide-2 a:last-child {
    /* border: 1px solid #947c1e; */
    margin-right: 4px;
    color: #947c1e;
    /* background: #947c1e; */
}

.read-more-cat4 a:last-child:hover {
    /* border: 1px solid #947c1e; */
    color: #fff;
    /* background: #333; */
}

.read-more-slide-2 a:last-child:hover {
    /* border: 1px solid #947c1e; */
    color: #fff;
    /* background: #333; */
}

/*---------------------------------------------------------------
********** swiper  **********/
/*--------------------------------------------------------------*/
.icon-arrow-main {
    display: inline-block;
    padding: 8px 15px;
    /* background: #f9b233; */
    border-radius: 5px;
}

.icon-arrow-main.swiper-button-disabled {
    opacity: 0.5;
}

.icon-arrow-main:hover {
    /* background: #947c1e; */
    color: #ccc;
}

.swiper-container-main {
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}

.mainHomeSlide-swiper img {
    width: 100%;
}

.mainHomeSlide-swiper {
    position: relative;
}

/* .mainHomeSlide .swiper-container-main  {
  position: absolute;
  right: 0 ;
  left: 0;
  top: 45% ;
}
.mainHomeSlide-swiper .swiper-pagination {
  left: 20px;
  top: 200px;
  bottom: 0;
  margin: auto;
  right: inherit;
  width: 50px;
}
.rtl .mainHomeSlide-swiper .swiper-pagination {
  right: 20px;
  left: inherit;
}

.mainHomeSlide-swiper .swiper-pagination-bullet {
  height: 70px;
  position: relative;
}

.mainHomeSlide-swiper .swiper-pagination-bullet:after {
  position: absolute;
  content: '';
  border-right: 1px solid #fff;

  height: 50px;
  margin: auto;
  right: 8px;
  left: 0;
  top: 20px;
}

.mainHomeSlide-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border-right: 3px solid #fff;
} */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {}

/* */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: #947c1e;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
}

.swiper-container-main .icon-right {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 55;
    color: #85ae31;
    font-size: 28px;
}

.swiper-container-main .icon-left {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 55;
    color: #85ae31;
    font-size: 28px;

}

.center-testimonials-content .swiper-container-main .icon-right {
    position: absolute;
    top: 50px;
    left: -10px;
    z-index: 55;

}

.center-testimonials-content .swiper-container-main .icon-left {
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 55;

}

/*---------------------------------------------------------------
********** home-welcome  **********/
/*--------------------------------------------------------------*/
.home-welcome {
    padding: 80px 0;
}

.welcome-intro h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}

.welcome-intro h2 {
    color: #947c1e;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 60px;
}

.welcome-intro h3 {
    color: #947c1e;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
}

.welcome-text p {
    font-size: 16px;
}

.welcome-text a {
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
}

/*---------------------------------------------------------------
********** categories-home  **********/
/*--------------------------------------------------------------*/
.categories-home {
    padding: 40px 0 60px 0;
    text-align: center;
}

.categories-intro img {
    margin-top: 30px;
}

.categories-intro h2 {
    color: #101624;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    margin-top: 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.categories-intro h3 {
    color: #947c1e;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
}

/*---------------------------------------------------------------
********** categories-home  **********/
/*--------------------------------------------------------------*/
.products-home {
    background: #f1f1f1;
    background: #DA4453;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #89216B, #DA4453);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #89216B, #DA4453);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    padding-bottom: 50px;
    position: relative;
}

.custom-shape-divider-top-1628089994 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1628089994 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 52px;
}

.custom-shape-divider-top-1628089994 .shape-fill {
    fill: #FFFFFF;
}

/***/
.custom-shape-divider-bottom-1628106672 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1628106672 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-bottom-1628106672 .shape-fill {
    fill: #FFFFFF;
}

/*---------------------------------------------------------------
********** Success-stories  **********/
/*--------------------------------------------------------------*/
.Success-stories-home {
    position: relative;
    padding: 0 0 50px 0;
}

.custom-shape-divider-top-1628110873 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1628110873 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1628110873 .shape-fill {
    fill: #fff5f9;
}

.Success-stories-box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.Success-stories-box-content {
    /* text-align: center; */
    padding: 5px 15px;
    padding-bottom: 0;
    min-height: 140px;
    background: #fff;
}

.Success-stories-box-img {
    height: 200px;
    border-radius: 5px;
}

.Success-stories-box-img img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 10px;
    padding-bottom: 0;

    background: #fff;

}

.Success-stories-box-content h3 {
    font-size: 14px;
    margin: 0;
}

.Success-stories-box-content h3 a {
    color: #868686;
}

.Success-stories-box-content h2 {
    font-size: 16px;
    line-height: 25px;
}

.swiper-imp-article .Success-stories-box-content {
    background: #fff;
    text-align: inherit;
    padding: 10px;
}

/*---------------------------------------------------------------
********** center-box  **********/
/*--------------------------------------------------------------*/
.center-home {
    padding-bottom: 50px;
}

.center-box img {
    /* border-radius: 50%;
    border: 1px solid #333; */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.center-box img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

/* .center-home .swiper-container-main {
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    left: 0px;
    right: 0;
    top: 30%;
} */
.center-home .swiper-wrapper {
    /* padding: 0 60px; */
}

/*---------------------------------------------------------------
********** categories-home  **********/
/*--------------------------------------------------------------*/
.bg-2 {
    background: #f1f1f1;
}

.home-services {
    padding: 0 0 0 0;
    position: relative;
}

.section-title p {
    font-size: 16px;
    color: #7F8FA6;
    margin-top: 20px;
}

/*---------------------------------------------------------------
********** news-home-box  **********/
/*--------------------------------------------------------------*/
.content-home {
    padding: 10px 0;
}

.news-home-box-img {
    height: 200px;
    overflow: hidden;
}

.news-home-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}

.news-home-box:hover img {
    transform: scale(1.2, 1.2);
}

.news-home-box {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #89b72d;
}

.news-home-box-title {
    background: #89b72d;
    color: #fff;
}

.news-home-box:hover {
    border: 2px solid #947c1e;
}

.news-home-box:hover .news-home-box-title {
    background: #947c1e;
}

.news-home-box-title h3 {
    margin: 0;
    padding: 0;
}

.news-home-box-title a {
    display: block;
    text-align: center;
    padding: 10px;
    height: 58px;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
}

/*---------------------------------------------------------------
********** home-awards  **********/
/*--------------------------------------------------------------*/
.home-awards {
    background: #f2f2f2;
    padding: 30px 30px 0px 30px;
}

.home-awards .owl-item .item {
    display: flex;
    background: #fff;
    box-shadow: 0 1px 3px 1px #0000001a;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.home-awards .owl-item .item img {
    width: auto;
    height: 60px;
    margin: auto;
    object-fit: cover !important;
}

.awards-box-img {
    margin: auto;
}

.awards-box h2 {
    font-size: 20px;
}

.awards-box h3 {
    font-size: 20px;
}


/*---------------------------------------------------------------
********** owl-carousel  **********/
/*--------------------------------------------------------------*/
.programs-home-box {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 24px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: #947c1e;
}

.programs-home-box:hover {
    margin-bottom: 15px;
    margin-top: 15px;
    /*padding: 24px;*/
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: #89b72d;
}

.programs-home-box-img {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 22px;
    border-radius: 10%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .17);
    overflow: hidden;
    padding: 5px;
    background: #fff;
}

.owl-carousel-slide-home-Reports .programs-home-box-img {
    padding: 5px;
}

.programs-home-box-img img {
    width: 100%;
    height: 100%;
    border-radius: 10%;
    transition: all .5s;
}

.programs-home-box-title h3 {
    font-size: 20px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.programs-home-box-title h3 a {
    color: #fff;
}

.programs-home-box-title:hover h3 a {
    color: #fff;
}

/*---------------------------------------------------------------
********** utube-videos  **********/
/*--------------------------------------------------------------*/
.home-youtube {
    background: #f2f2f2;
    padding: 10px 0;
}

.utube-videos-thumbs {
    height: 130px;
    margin-bottom: 30px;
}

.utube-videos-thumbs.active {
    opacity: 0.6;
}

.utube-videos-thumbs img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ifr-h {
    height: 290px;
    width: 100%;
}

.des-big-box-img video {
  object-fit: cover;
}
/*---------------------------------------------------------------
********** home-gallary  **********/
/*--------------------------------------------------------------*/
.content-gallary {
    padding: 10px 0 10px 0;
}

.content-twitter {
    padding: 30px 0;
}

.gallary-big-box-img {
    height: 450px;
    overflow: hidden;
    perspective: 500px;
}

.gallary-big-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.gallary-big-box-content {
    padding: 25px;
    background: #89b72de0;
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
}

.gallary-big-box-content h3 a {
    font-size: 20px;
    color: #fff;
}

.gallary-big-box-content h3 a:hover {
    color: #fff;
}

.gallary-tabs li,
.gallary-tabs li a {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
}






.content-gallary .swiper-container {
    height: inherit;
}

.gallery-main {
    width: 100%;
    box-shadow: 0 50px 75px 50px rgba(#1e1e1e, 0.18);
    border: 1px solid #e9e9e9;

}

.gallery-title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Epilogue", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(#000, 0.3);
    color: #ffffff;

    .swiper-slide-active & {
        animation: slide-in 0.3s ease-in both;
    }
}

.gallery-thumbs {
    /* order: -1;
  width: 100px;
  height: 300px; */
    /* margin-right: 15px;
  padding-left: 15px; */


}

.gallery-thumbs-box {
    height: 170px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.gallery-thumbs-box-img {
    height: 100%;
    width: 100%;
}

.gallery-thumbs-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-thumbs-box-overllay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, .24);
}

.gallery-thumbs-box-overllay i {
    margin: auto;
    color: #fff;
}


/*---------------------------------------------------------------
********** home-live_design  **********/
/*--------------------------------------------------------------*/
.content-live {
    padding: 0 0 10px 0;
}

.content-design {
    padding: 20px 0 10px 0;
}

.home-live_design {
    background: #f2f2f2;
    padding: 10px 0;
}

.des-big-box {
    height: 446px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;

}

.des-big-box-img {
    height: 100%;
    width: 100%;
}

/*.des-big-box-img:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: rgba(0, 0, 0, 48);*/
/*    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .48) 0%, rgba(84, 84, 84, 0) 100%);*/
/*    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .48) 0%, rgba(84, 84, 84, 0) 100%);*/
/*    background: linear-gradient(to top, rgba(0, 0, 0, .48) 0%, rgba(84, 84, 84, 0) 100%);*/
/*}*/

.des-big-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.des-big-box-content {
    position: absolute;
    bottom: 20px;
    padding: 15px;
}

.des-big-box-content a {
    color: #fff;
    font-size: 20px;
}

.des-thumbs-box-img {
    height: 117px;
    border-radius: 10px;
    border: 4px solid transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.des-thumbs-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-slide-thumb-active .des-thumbs-box-img img {
    border: 4px solid #88b52d;

}

.gallery-main2 , .gallery-main3 {
    position: relative;
}

.swiper-container-gallery-main2 , .swiper-container-gallery-main3 {
    position: absolute;
    top: 45%;
    right: 5px;
    left: 5px;
    z-index: 5;
}

.swiper-container-gallery-main2 div , .swiper-container-gallery-main3 div {
    background: #fff;
    border-radius: 50%;
}

.swiper-buttongallery-main2-next.icon-left , .swiper-buttongallery-main3-next.icon-left {
    float: left;
}

/*---------------------------------------------------------------
********** home-partners  **********/
/*--------------------------------------------------------------*/

.home-partners {
    background: #f2f2f2;
    padding-bottom: 0px;
}

.home-partners .programs-home-box {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .12);
    border-radius: 10px;
}

.home-partners .programs-home-box-title h3 {
    font-size: 20px;
}

.partners-home-box-img img {
    width: auto !important;
    margin: auto;
    height: 70px;
}

.owl-carousel-slide-home-partners .programs-home-box-title h3 a {
    color: #333;
}

/*---------------------------------------------------------------
********** owl-carousel  **********/
/*--------------------------------------------------------------*/

.owl-theme .owl-buttons div {
    background: #989490 !important;
    border: 0px solid #000000;
    -moz-border-radius: 4px !important;
    /*Firefox*/
    -webkit-border-radius: 4px !important;
    /*Safari, Chrome*/
    border-radius: 4px !important;
    padding: 5px 10px !important;
}

.owl-theme .owl-next {
    left: 20px;
    position: absolute;
    font-size: 30px !important;
    /* background: #947c1e  !important; */
    /* fallback for old browsers */
}

.owl-theme .owl-prev {
    right: 20px;
    position: absolute;
    font-size: 30px !important;
    /* background: #947c1e  !important; */
    /* fallback for old browsers */
}

.owl-theme .owl-prev:hover,
.owl-theme .owl-next:hover {
    /* background: #333 !important; */
}

.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    right: 0;
    left: 0;
    /* display: none; */
}

.owl-theme:hover .owl-carousel-owl-theme .owl-nav {
    display: block !important;
}

.owl-theme .owl-dots,
.owl-carousel-testimonials-all-home .owl-dots {
    display: none;
}

.slide-home .owl-nav i {
    vertical-align: middle;
    padding-bottom: 3px;
}

.owl-theme .owl-nav [class*="owl-"] {
    /* background: #947c1e  !important; */
    color: #FFF;
    text-decoration: none;
    padding: 7px 10px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    /* background: #ffb92b !important; */
}

/*---------------------------------------------------------------
********** services-item  **********/
/*--------------------------------------------------------------*/
.custom-shape-divider-bottom-1628110160 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1628110160 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 81px;
}

.custom-shape-divider-bottom-1628110160 .shape-fill {
    fill: #fff5f9;
}


.home-services-content {
    padding-top: 0px;
}

.services-item {
    border: 1px solid #C3D5E4;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}

.services-item:hover {
    background: #F2F6F6;
}

.services-item-img {
    width: 150px;
    height: 120px;
    border-radius: 5px;
}

.services-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.services-item-rate {
    background: #F2F6F6;
    border: 1px solid #C3D5E4;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    padding: 7px 10px;
    /* width: 90px; */
    /* min-height: 110px; */
}

.services-item:hover .services-item-rate {
    background: #fff;
}

.services-item-rate span {
    display: block;
    font-size: 23px;
    line-height: 34px;
    font-weight: 700;
    color: #947c1e;
}

.services-item-rate i {
    display: block;
    font-size: 23px;
    line-height: 34px;
    color: #947c1e;
}

.services-item-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #947c1e;
    margin: 0;
}

.services-item-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #101624;
    margin: 0;
}

.lable-item {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 5;
}

.rtl .lable-item {
    right: inherit;
    left: 30px;
}

.lable-item i {
    position: absolute;
    background: url(../images/home/lable.svg) center center no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.lable-item2 {
    background: #e5e9ed url(../images/home/lable.svg) center center no-repeat;
    display: inline-block;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.services-item-bottom {
    margin-top: 15px;
    padding-left: 135px;
    max-width: 520px;
}

.rtl .services-item-bottom {
    padding-right: 135px;
    padding-left: 0;
}

.services-item-bottom a.btn-primary {
    color: #fff;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
    padding: 12px 10px;
}

a.b-whatsapp {
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
}

.ltr a.b-whatsapp {
    padding-right: 0;
}

.rtl a.b-whatsapp {
    padding-left: 0;
}

a.b-whatsapp i {
    background: #4BC959;
    color: #fff;
    text-align: center;
    display: block;
    height: 60px;
    border-radius: 5px;
    font-size: 32px;
    padding: 12px 10px;
}

a.b-whatsapp i:hover {
    background: #5cdb68;
}

/***************/
/*---------------------------------------------------------------
********** home-services-providers  **********/
/*--------------------------------------------------------------*/
.home-services-providers {
    padding: 0;
}

.services-providers-content {
    padding-top: 40px;
}

.nav-services-providers.nav-pills .nav-link {
    color: #101624;
    font-size: 18px;
    font-weight: 500;
    border: none;
}

.nav-services-providers.nav-tabs {
    border: none;
}

.nav-services-providers.nav-pills .nav-link.active,
.nav-services-providers.nav-pills .show>.nav-link {
    color: #fff;
    font-size: 18px;
    padding: 15px 35px;
    background-color: #947c1e;
    border-radius: 8px;
    font-weight: 500;
    border: none;
}

/*************/
.Services-Providers-Company {
    text-align: center;
    padding-top: 40px;
}

.Services-Providers-Company-img {
    width: 104px;
    height: 104px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 4px solid #FFFFFF;
    border-radius: 16px;
    margin: auto;
}

.Services-Providers-Company-img img {
    width: 100%;
    padding: 7px;
}

.Services-Providers-Company-content h2 {
    font-size: 15px;
    color: #101624;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 7px;
    line-height: 18px;
}

.Services-Providers-Company-content h2 a {
    color: #101624;
}

.Services-Providers-Company-content h3 {
    font-size: 14px;
    color: #947c1e;
    font-weight: 600;
    margin-top: 0;
    line-height: 12px;
    margin-bottom: 20px;
}

.home-download-app {
    padding-top: 80px;
}

/*---------------------------------------------------------------
********** About  **********/
/*--------------------------------------------------------------*/
.page-title-banner {
    background: #947c1e url(../images/about/bg.png) center center no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    /* min-height:340px; */
    position: relative;
    color: #fff;
    padding: 50px 0;
}

.page-title-banner h1,
.page-title-banner h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin: 0;
}

.page-title-banner.page-title-2 h1,
.page-title-banner.page-title-2 h2 {
    font-size: 30px;
}

.page-title-banner .breadcrumb {
    background: none;
    padding: 0;
    font-size: 14px;
}

.ltr .page-title-banner .breadcrumb a {
    color: #fff;
    position: relative;
    padding-right: 10px;
}

.rtl .page-title-banner .breadcrumb a {
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.rtl .page-title-banner .breadcrumb a:after {
    content: '.';
    left: 7px;
    color: #fff;
    position: absolute;
}

.ltr .page-title-banner .breadcrumb a:after {
    content: '.';
    right: 7px;
    color: #fff;
    position: absolute;
}

.text-title-merchant {
    position: relative;
}

.text-title-merchant:after {
    position: absolute;
    bottom: -52px;
    left: 0;
    content: '';
    background: url(../images/profile/banner-s.png) center right no-repeat;
    height: 67px;
    width: 200px;
}

.text-title-merchant:before {
    position: absolute;
    bottom: -52px;
    left: -95%;
    content: '';
    background: #fff;
    height: 53px;
    width: 100%;
}

/*------------------
** about-intro  **/
/*----------------*/
.about-intro {
    padding-bottom: 80px;
}

.about-welcome h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    color: #101624;
}

.about-welcome h4 {
    font-size: 14px;
    font-weight: 600;
}

.rtl .about-intro-icon {
    margin-left: 15px;
    width: 200px;
}

.ltr .about-intro-icon {
    margin-right: 15px;
    width: 200px;
}

.about-intro-content h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.about-intro-content p {
    font-size: 15px;
    color: #947c1e;
}

.about-intro-box:hover .about-intro-content h2 {
    color: #947c1e;
}

.about-intro-box:hover .about-intro-content p {
    color: #7F8FA6;
}

.about-intro-box:hover {
    color: #7F8FA6;
}

.about-intro-box:hover .about-intro-icon img {
    filter: invert(0.4) sepia(1) saturate(20) hue-rotate(180deg) brightness(0.71);
}

/*------------------
** about-work  **/
/*----------------*/
.about-work {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.about-work:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    background: #EDF2F7;
    z-index: -1;
}

.about-work-content {
    padding-top: 50px;
}

.about-work-content .nav-tabs {
    margin-bottom: 10px;
}

.about-work-content .nav-tabs .nav-link {
    border: none;
    font-size: 13px;
}

.about-work-content .nav-tabs {
    border: 0;
}

.about-work-content .nav-tabs .nav-item a {
    color: #101624;
}

.about-work-content .nav-tabs .nav-item a.active {
    font-weight: 700;
    border-bottom: 2px solid #101624;
    background: none;
}

.ltr .about-work-content .nav-tabs .nav-item:first-child a {
    padding-left: 0;
}

.rtl .about-work-content .nav-tabs .nav-item:first-child a {
    padding-left: 0;
}

.about-work-right {
    background: #101624;
    padding: 50px 15px 30px 15px;
}

.about-work-counter {
    margin-bottom: 30px;
}

.about-work-counter-icon-i {
    background: #273046 url(../images/about/work/building.svg) center center no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    margin-top: 5px;
}

.about-work-i-2 {
    background: #273046 url(../images/about/work/whatsapp.svg) center center no-repeat;
}

.about-work-i-3 {
    background: #273046 url(../images/about/work/user.svg) center center no-repeat;
}

.about-work-i-4 {
    background: #273046 url(../images/about/work/rating.svg) center center no-repeat;
}

.ltr .about-work-counter-icon-i {
    margin-right: 15px;
}

.rtl .about-work-counter-icon-i {
    margin-left: 15px;
}

.about-work-counter-content h3 {
    color: #1B8DEB;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.about-work-counter-content span {
    color: #D7D7D7;
    font-size: 14px;
}

/*------------------
** testimonials **/
/*----------------*/
.about-testimonials {
    padding: 100px 0;
}

.testimonials-content {
    /* padding-top: 50px; */
}

.testimonials-main {
    background: #EDF2F7;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
}

.testimonials-main:after {
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    bottom: 30px;
    right: 30px;
    color: #7aa0bf;
    font-size: 44px;
}

.rtl .testimonials-main:after {
    left: 20px;
    right: inherit;
}

.testimonials-main-img {
    height: 70px;
    width: 70px;
    margin-top: -70px;
}

.testimonials-main-img img {
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.testimonials-main p {
    color: #101624;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}

.testimonials-main h2 {
    color: #101624;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}

.testimonials-main h4 {
    color: #947c1e;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
}

.swiper-testimonials .swiper-slide-next .testimonials-main {
    background: #fff;
    box-shadow: 0px 20px 80px #947c1e26;
}

.swiper-testimonials {
    padding-bottom: 40px;
}

.swiper-testimonials .swiper-pagination-bullets {
    position: relative;
    bottom: -30px;
}

.swiper-testimonials .swiper-pagination-bullet {
    background: #D3D0C2;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.swiper-testimonials .swiper-pagination-bullet-active {
    background: #947c1e;
    width: 20px;
    height: 20px;
}

.swiper-testimonials .swiper-slide,
.about-partner .swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*------------------
 ** partners **/
/*----------------*/
.about-partner {
    padding-bottom: 80px;
}

.swiper-partner-main img {
    opacity: 0.6;
}

.swiper-partner-main img:hover {
    opacity: 1;
}

/*------------------
** about-SIGN-UP **/
/*----------------*/
.about-SIGN-UP {
    background: #947c1e;
    padding: 50px 0;
    color: #fff;
}

.about-SIGN-UP-left h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0;
}

.about-SIGN-UP-left h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0;
}

.SIGN-UP-ICON {
    background: url(../images/footer/icon.svg) center center no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
}

.about-SIGN-UP-right a {
    display: inline-block;
    border-radius: 27px;
    padding: 10px 30px;
    color: #fff;
    border: 2px solid #fff;
}

.about-SIGN-UP-right a:hover {
    color: #fff;
    border: 2px solid #101624;
    background: #101624;
}

/*---------------------------------------------------------------
********** Ala2yFeenn-home  **********/
/*--------------------------------------------------------------*/
.Ala2yFeenn-home {
    background: #fff;
    padding: 0 0 50px 0;
    position: relative;
}

.Ala2yFeenn-home .testimonials-main {
    margin-top: 120px;
    background: #fff;
    border: 2px solid #f1f1f1
}

.Ala2yFeenn-home .testimonials-main-img {
    height: 160px;
    width: 80%;
    margin: auto;
    margin-top: -150px;

}

.Ala2yFeenn-home .testimonials-main h2 {
    margin-top: 15px;
    text-align: center;
}

.Ala2yFeenn-home .testimonials-main p {
    margin-bottom: 0;
}

.Ala2yFeenn-home .testimonials-main:after {
    content: '';

}

.custom-shape-divider-top-1628123848 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1628123848 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 55px;
}

.custom-shape-divider-top-1628123848 .shape-fill {
    fill: #FFFFFF;
}

/*---------------------------------------------------------------
********** contact-us  **********/
/*--------------------------------------------------------------*/
.contact-intro {
    padding: 80px 0 50px 0;
}

.contact-details {
    padding-bottom: 50px;
}

.contact-details-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.contact-details-box:hover {
    color: #947c1e;
    background: #947c1e;
}

.contact-details-box:after {
    position: absolute;
    content: '';
    border-right: 1px solid #EBEBEB;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.rtl .contact-details-box:after {
    border-right: 0px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    right: inherit;
    left: 0;
}

.contact-details-content .col:last-child .contact-details-box:after {
    border-right: 0px solid #EBEBEB;
    border-left: 0px solid #EBEBEB;
    right: 0;
}

.contact-details-box-icon i {
    color: #947c1e;
    font-size: 30px;
    background: #EDF2F7;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    vertical-align: middle;
    justify-content: center;
    padding: 15px 3px;
}

.contact-details-box-content h2 {
    color: #7F8FA6;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 5px;
    line-height: 20px;
}

.contact-details-box-content h3 {
    color: #101624;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 20px;
}

.contact-details-box:hover .contact-details-box-content h3 {
    color: #fff;
}

.contact-info-content-left h2 {
    font-size: 25px;
    font-weight: 700;
}

.contact-info-content-left p {
    font-size: 17px;
    font-weight: 700;
}

/********/
.contact-info-content-right h2 {
    font-size: 30px;
    font-weight: 700;
}

.contact-map {
    padding-top: 80px;
}

#map {
    height: 400px;
    width: 100%;
}

/*---------------------------------------------------------------
 ********** Footer  **********/
/*--------------------------------------------------------------*/
.footer-widget .custom-checkbox {
    color: #fff;
}

.category-page {
    padding: 80px 0;
}

.category-title {
    border-bottom: 3px solid #F5F5F5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.category-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
}

.category-title h3 {
    font-size: 15px;
    color: #7F8FA6;
    margin: 0;
    line-height: 25px;
}

.category-search {
    margin-bottom: 30px;
}

.category-search .select2-container {
    display: block;
    width: 100% !important;
}

.category-search .form_style_1 .select2-container--bootstrap4 .select2-selection {
    height: 50px;
}

.category-search .form_style_1 .btn-primary {
    height: 50px;
}

.CategoriesWidget-list {
    padding: 0;
}

.CategoriesWidget-list .nav a {
    padding: 7px 0px 7px 20px;
    position: relative;
}

.rtl .CategoriesWidget-list .nav a {
    padding: 7px 20px 7px 0px;
}

.CategoriesWidget-list .nav a:after {
    position: absolute;
    left: 0;
    vertical-align: top;
    border: 0em solid transparent;
    content: "\f054";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.category-main-sort .btn-secondary {
    border-radius: 20px;
    padding: 7px 30px;
    background: #FBFBFB;
    border: 1px solid #E1E1E1;
    color: #A6A8AB;
}

/*---------------------------------------------------------------
********** Footer  **********/
/*--------------------------------------------------------------*/
.merchant-head-data h1,
.merchant-head-data h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}

.merchant-head-data h3 {
    color: #947c1e;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}

.merchant-head-img {
    height: 90px;
    width: 90px;
}

.ltr .merchant-head-img {
    margin-right: 15px;
}

.rtl .merchant-head-img {
    margin-left: 15px;
}

.merchant-head-img img {
    object-fit: cover;
}

.merchant-head-info {
    padding: 10px;
}

.merchant-head-link .nav-pills .nav-link {
    color: #101624;
    background: none;
    position: relative;
    border-radius: 0;
}

.merchant-head-link .nav-pills .nav-link:after {
    position: absolute;
    content: '';
    border-right: 1px solid #EBEBEB;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.merchant-head-link .nav-pills .nav-link:first-child:before {
    position: absolute;
    content: '';
    border-left: 1px solid #EBEBEB;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.rtl .merchant-head-link .nav-pills .nav-link:first-child:before {
    border-right: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    left: inherit;
    right: 0;
}

.merchant-head-link .nav-pills .nav-link.active,
.merchant-head-link.nav-pills .show>.nav-link {
    color: #947c1e;
    background: none;
    border-bottom: 2px solid #947c1e;
    font-weight: 600;
}

.merchant-content {
    background: #FFFFFF;
    box-shadow: 0px 3px 50px #00000014 inset;
    border-top: 1px solid #00000000;
    padding-top: 40px;
}

.Merchant-DetailsReviews {
    margin-bottom: 30px;
}

.Merchant-Details h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

.Merchant-Details li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.DetailsReviews-star i {
    font-size: 60px;
    color: #947c1e;
}

.DetailsReviews-star span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    margin: auto;
    top: 17px;
}

.DetailsReviews-progress .col-1 {
    font-size: 14px;
    padding: 0;
}

.DetailsReviews-progress .progress {
    height: 11px;
    border-radius: 6px;
}

.DetailsReviews-progress .progress .progress-bar {
    border-radius: 6px;
    background: #947c1e;
}

.gallery-thumbs {
    margin-top: 10px;
    margin-bottom: 20px;
}

.swiper-button-gallary {
    position: absolute;
    top: 60px;
    right: 0px;
}

.swiper-button-gallary div {
    background: #FBFBFB;
    color: #333;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 5px;
}

.swiper-button-gallary div:after {
    color: #333;
    font-size: 18px;
}

.swiper-button-gallary div:hover {
    background: #947c1e;
    color: #333;
}

.swiper-button-gallary div:hover:after {
    color: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -150px;
    right: auto;
}

/********************/
.Merchant-Overview-head {
    background: #FBFBFB;
    border-radius: : 5px;
    margin-bottom: 25px;
    border: 0;
}

.Merchant-Overview-head.nav-tabs .nav-link {
    border: 0px solid transparent;
    background: none;
    color: #7F8FA6;
    font-size: 17px;
    padding: 10px 40px;
    position: relative;
}

.Merchant-Overview-head.nav-tabs .nav-link.active {
    color: #101624;
    font-weight: 700;
    border-bottom: 4px solid #947c1e;
}

.Merchant-Overview-head.nav-tabs .nav-link.active::after {
    position: absolute;
    content: '';
    margin: auto;
    bottom: -9px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #947c1e transparent transparent transparent;
}

.Merchant-Overview-head.nav-tabs .nav-link.active::before {
    position: absolute;
    content: '';
    margin: auto;
    bottom: -5px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #FBFBFB transparent transparent transparent;
    z-index: 2;
}

/***********/
.head-line {
    background: #FBFBFB;
    border-radius: : 5px;
    margin-bottom: 25px;
    border: 0;
    padding: 7px 15px;
}

.head-line h2 {
    font-weight: 700;
    font-size: 17px;
    margin: 0;
}

.Reviews-sec-main .services-item {
    border: 0px solid #C3D5E4;
    margin-bottom: 5px;
}

/*---------------------------------------------------------------
********** author-box   **********/
/*--------------------------------------------------------------*/
.single-page {
    padding: 30px 0;
}

.box-main {
    background: #fff;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    padding: 0px;
    margin-bottom: 30px;
}

.author-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.author-box-img {
    text-align: center;
}

.author-box-content h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
    line-height: 23px;
}

.author-box-content h3 {
    font-size: 16px;
    color: #666;
    margin: 0 0 15px 0;
    line-height: 23px;

}

.author-box-content h1 {
    font-size: 26px;
    color: #947c1e;
    margin: 0;

}

.author-box-content.author-box-content-2 h1 {
    margin: 0 0 15px 0;

}

.author-box-icon {
    margin-top: 0 !important;
}

#shre-footer.share-icon.author-box-icon a {
    background: #f9b233 !important;
    color: #fff;
}

#shre-footer.share-icon.author-box-icon a:hover {
    background: #fff !important;
    color: #fff;
}

.box-main-article h2 {
    font-size: 24px;
}

.box-main-article h3 {
    font-size: 20px;
}

.box-main-article h4 {
    font-size: 18px;
}

/*---------------------------------------------------------------
********** Course-main-page   **********/
/*--------------------------------------------------------------*/
.Course-main-page {
    background: #fff;
    /* border-radius: 5px;
  border: 1px solid #ccc; */
    padding: 30px 0;
    /* margin-bottom: 30px; */

}

.Course-main-page h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
    line-height: 23px;
}

.Course-main-page h3 {
    font-size: 16px;
    color: #666;
    margin: 0 0 15px 0;
    line-height: 23px;

}

.Course-main-page h1 {
    font-size: 26px;
    color: #947c1e;
    margin: 0;
}

.Course-main-page h2 {
    font-size: 18px;
    color: #947c1e;
    margin: 0;
}

.Course-head {
    margin-bottom: 15px;
}

.Course-head h2 {
    color: #666;
    font-size: 18px;
}

.Course-address h2 {
    color: #666;
    font-size: 18px;
}

.Course-address h2 span {
    color: #947c1e;
}

/******/
.Course-details {
    margin: 30px 0;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 15px;
}

.Course-details-box {
    text-align: center;
    border-left: 1px solid #ccc;
}

.Course-details .row .col-6:last-child .Course-details-box {
    text-align: center;
    border-left: 0px solid #ccc;
}

.Course-details-box .Price-old {
    display: inline-block;
    margin-left: 12px;
}

.Course-details-box .Price-amount {
    font-size: 18px;
}

a.btn-1 {
    background: #f9b233;
    color: #333;
    margin-bottom: 10px;
    min-height: 60px;
}

a.btn-2 {
    background: #947c1e;
    color: #fff;
    margin-bottom: 10px;
    padding: 18px 10px;
}

a.btn-1:hover,
a.btn-2:hover {
    background: #333;
    color: #fff;
}

.Course-Cancellation {
    padding: 30px;
    background: #333;
    border-radius: 5px;
    color: #fff;
    margin: 20px 0;
}

.Course-Cancellation ul {
    margin-bottom: 0;
}

.Course-Cancellation h2 {
    color: #f9b233;
    margin-bottom: 10px;
}

/*---------------------------------------------------------------
********** Course-center   **********/
/*--------------------------------------------------------------*/
.Course-center {}

.Course-center h3 a {
    color: #666;
}

.center-Course a {
    display: inline-block;
    margin: 5px 0 5px 5px;
    background: #f9b233;
    padding: 5px 15px;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
}

.center-Course a:hover {
    background: #333;
    color: #fff;
}

.box-location {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.box-location-det h2 {
    color: #947c1e;
    font-size: 18px;
}

.box-location-det h3 {
    color: #333;
    font-size: 14px;
    line-height: 25px;
}

.box-location-phone a {
    display: inline-block;
    margin: 5px 0 5px 5px;
    background: #947c1e;
    padding: 5px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.box-location-phone a:hover {
    background: #333;
    color: #fff;
}

/*---------------------------------------------------------------
********** profile   **********/
/*--------------------------------------------------------------*/
.page-title-banner-right .nav-pills .nav-link {
    color: #fff;
    border-radius: 0;
}

.page-title-banner-right .nav-pills .nav-link.active,
.page-title-banner-right .nav-pills .show>.nav-link {
    color: #fff;
    background: none;
    border-bottom: 2px solid #fff;
}

/*******/
.profile-welcome {
    padding: 50px 0;
}

.profile-Dashboard-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    /* margin-right: 50px; */
}

.profile-Dashboard-img img {
    object-fit: cover;
}

.pin_edit {
    background: #EDF2F7;
    color: #947c1e;
    height: 40px;
    width: 40px;
    font-size: 18px;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    padding: 8px 0;
}

.pin_edit:hover {
    background: #947c1e;
    color: #fff;
}

.profile-Dashboard-img .pin_edit {
    position: absolute;
    top: 0;
    right: 0;
    background: #947c1e;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-align: center;
    padding: 8px 0;
}

.rtl .profile-Dashboard-img .pin_edit {
    right: inherit;
    left: 0;
}

.profile-Dashboard-img .pin_edit:hover {
    background: #333;
}

.profile-Dashboard-data h2 {
    font-size: 20px;
    font-weight: 700;
}

.profile-data-info-l {
    font-size: 16px;
    font-weight: 600;
}

.profile-data-info-r {
    font-size: 16px;
}

.profile-Dashboard-data-info {
    margin-top: 30px;
}

.profile-contact-main {
    border: 1px solid #B2CCE5;
    padding: 15px 15px;
    border-radius: 5px;
}

.profile-contact-box h2 {
    color: #947c1e;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
}

.profile-contact-box h3 {
    color: #101624;
    font-size: 14px;
    margin: 0;
    margin: 0;
    line-height: 20px;
}

.profile-contact {
    margin-bottom: 80px;
}

.profile-contact-box {
    display: inline-block;
}

.profile-content-title h2 {
    font-size: 20px;
    font-weight: 600;
}

.profile-content-title h2 span {
    display: inline-block;
    background: #EDF2F7;
    color: #947c1e;
    font-size: 13px;
    border-radius: 4px;
    padding: 7px 15px;
    line-height: 22px;
    margin: 0 15px;
    vertical-align: middle;
}

/***********/
.Notifications-main li {
    margin-bottom: 20px;
}

.Notifications-main h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.Notifications-main span {
    font-size: 14px;
    color: #7F8FA6;
    display: block;
}

.Notifications-main p {
    background: #EDF2F7;
    font-size: 13px;
    color: #7F8FA6;
    padding: 20px;
    margin: 0;
}

.profile-content-services-item {
    padding-top: 20px
}

/*---------------------------------------------------------------
********** Payment    **********/
/*--------------------------------------------------------------*/
.Payment-steps-box {
    margin: 20px 0;
}

.Payment-steps:last-child {
    padding-right: 10px;
}

.Payment-steps img {
    max-height: 190px;
}

/*---------------------------------------------------------------
********** Notifications   **********/
/*--------------------------------------------------------------*/
.Notifications-page {
    padding: 80px 0;
}

/*---------------------------------------------------------------
********** Footer  **********/
/*--------------------------------------------------------------*/
.Forget-Pass {
    padding: 80px 0;
}

/*---------------------------------------------------------------
********** Settings  **********/
/*--------------------------------------------------------------*/
.Settings-page {
    padding: 80px 0;
}

.Settings-page-title h2 {
    font-size: 22px;
}

.Settings-page-title h2 span {
    font-weight: 700;
    display: inline-block;
    color: #947c1e;
}

.Settings-page-title {
    margin-bottom: 30px;
}

.Settings-sidebar h2 {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}

.Settings-sidebar-list {
    border-left: 2px solid #D1D1D1;
    padding-bottom: 10px;
}

.Settings-sidebar-list a {
    font-size: 16px;
    color: #7F8FA6;
    padding-left: 30px;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
}

.Settings-sidebar-list a.active {
    font-size: 16px;
    color: #947c1e;
    border-left: 2px solid #947c1e;
    margin-left: -2px;
    font-weight: 500;
}

/*---------------------------------------------------------------
********** profile-analysis  **********/
/*--------------------------------------------------------------*/
.profile-analysis {
    background: #F8F8FF;
    border: 1px solid #EDEDF5;
    border-radius: 5px;
    margin-bottom: 30px;
}

.profile-analysis-box {
    padding: 20px;
    border: 1px solid #EDEDF5;
}

.profile-analysis-box:hover {
    background: #fff;
}

.profile-analysis-box h4 {
    font-size: 20px;
    color: #607697;
    font-weight: 500;
    margin: 0;
}

.profile-analysis-box span {
    font-size: 22px;
    color: #947c1e;
    font-weight: 700;
    margin: 0;
}

/*---------------------------------------------------------------
********** step  **********/
/*--------------------------------------------------------------*/
.account-step {
    padding: 50px 0;
}

.account-step-progressbar span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    color: #101624;
}

.account-step-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

.account-step-progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400;
    padding: 5px;
}

.account-step-progressbar li:before {
    content: "";
    color: #fff
}

.account-step-progressbar li.active:before {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.account-step-progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #EDF2F7;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
    /* border: 1px solid #fff */
}

.account-step-progressbar li i {
    position: relative;
    display: block;
}

.account-step-progressbar li i:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
    right: 0;
    left: 0;
    top: -50px;
    z-index: 2;
    border: 10px solid #fff;
}

.account-step-progressbar li i:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    border-radius: 50%;
    margin: auto;
    padding: 0px;
    right: 0;
    left: 0;
    top: -45px;
    z-index: 2;
    border: 2px solid #EDF2F7;
}

.account-step-progressbar li.active i:after {
    border: 2px solid #947c1e;
}

.account-step-progressbar li:after {
    content: '';
    width: 90%;
    height: 2px;
    background: #EDF2F7;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 21px;
    z-index: -1
}

.account-step-progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

.account-step-progressbar li:nth-child(2):after {
    left: -50%
}

.account-step-progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

.account-step-progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.account-step-progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.account-step-progressbar li.active:before,
.account-step-progressbar li.active:after {
    background: #947c1e
}

.circle {
    position: relative
}

.fa-long-arrow-right {
    color: #651FFF;
    background-color: #fff;
    padding: 12px;
    margin: 5px;
    border-radius: 50%;
    border: 3px solid #651FFF;
    position: absolute;
    left: -28px;
    top: 12px;
    cursor: pointer
}

.fa-long-arrow-right:hover {
    color: #FFF;
    background-color: #B39DDB
}

.fa-long-arrow-left {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer
}

.check-mark {
    width: 180px;
    height: 180px
}

.account-step-main {
    padding-top: 40px;
}

.account-step-main-in {
    padding: 20px;
    border: 1px solid #EDF2F7;
    border-radius: 6px;
}

.account-step-title {
    border-top: 1px solid #EDF2F7;
    padding: 20px 0;
    margin-top: 20px;
}

.account-step-title h2 {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
}

.account-step-title h2 span {
    font-size: 17px;
    font-weight: 500;
    color: #7F8FA6;
    display: inline-block;
    margin: 0 15px;
}

/**********/
.account-step-accordion .accordion-header {
    background: none;
    text-align: inherit;
}

.account-step-accordion .accordion-header {
    padding: 9px;
    border-bottom: 2px solid #EDF2F7;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.account-step-accordion .accordion-header:after {
    position: absolute;
    right: 15px;
    top: 10px;
    content: "\f077";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.account-step-accordion .accordion-header.collapsed:after {
    content: "\f078";
}

.rtl .account-step-accordion .accordion-header:after {
    left: 15px;
    right: inherit;
}

.account-step-accordion .card {
    background: none;
    padding: 0;
    border: none
}

.account-step-accordion .accordion-header {
    background: #EDF2F7;
}

.account-step-accordion .accordion-header.collapsed {
    background: #fff;
    font-weight: 400;
}

/***********************/
.Company_contact a {
    position: relative;
    background: #EDF2F7;
    color: #7F8FA6;
    box-shadow: 0px 3px 7px #00000005;
    border-radius: 5px;
    border: none;
    padding: 17px 60px 17px 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 7px;
    width: 45%;
    display: none;
}

.Company_contact a:hover {
    background: #947c1e;
    color: #fff;
}

.rtl .Company_contact a {
    padding: 17px 20px 17px 60px;
}

.group-step .form-group {
    position: relative;
}

.group-step .form-group:after,
.Company_contact a:after {
    position: absolute;
    content: "";
    background: url(../images/profile/social/facebook.png) center center no-repeat;
    height: 30px;
    width: 30px;
    right: 15px;
    top: 15px;
}

.rtl .group-step .form-group:after {
    right: inherit;
    left: 15px;
}

.group-step .form-group.group-step-icon-2:after,
.Company_contact a.group-step-icon-2:after {
    background: url(../images/profile/social/facebook-4.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-3:after,
.Company_contact a.group-step-icon-3:after {
    background: url(../images/profile/social/facebook-2.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-4:after,
.Company_contact a.group-step-icon-4:after {
    background: url(../images/profile/social/facebook-6.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-5:after,
.Company_contact a.group-step-icon-5:after {
    background: url(../images/profile/social/facebook-9.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-6:after,
.Company_contact a.group-step-icon-6:after {
    background: url(../images/profile/social/facebook-3.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-7:after,
.Company_contact a.group-step-icon-7:after {
    background: url(../images/profile/social/facebook-5.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-8:after,
.Company_contact a.group-step-icon-8:after {
    background: url(../images/profile/social/facebook-1.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-9:after,
.Company_contact a.group-step-icon-9:after {
    background: url(../images/profile/social/facebook-7.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-10:after,
.Company_contact a.group-step-icon-10:after {
    background: url(../images/profile/social/facebook-8.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-11:after,
.Company_contact a.group-step-icon-11:after {
    background: url(../images/profile/social/facebook-10.png) center center no-repeat;
}

.group-step .form-group.group-step-icon-12:after,
.Company_contact a.group-step-icon-12:after {
    background: url(../images/profile/social/facebook-11.png) center center no-repeat;
}

/*---------------------------------------------------------------
********** Wallet  **********/
/*--------------------------------------------------------------*/
.wallet-top-cover {
    background: #EDF2F7;
    border-radius: 10px;
    padding: 60px 20px;
}

.wallet-top-price h3 {
    font-size: 36px;
    font-weight: 700;
}

.wallet-top-date input {
    background: #0F1B2D33;
    color: #101624;
    /* max-width: 150px; */
    margin: auto;
    position: relative;
    padding: 0 0 0 10px;
    text-align: center;
}

.rtl .wallet-top-date input {
    padding: 0 10px 0 0;
}

.wallet-top-date div {
    max-width: 150px;
    margin: auto;
    margin-top: 20px;
    position: relative;
}

.wallet-top-date div:after {
    position: absolute;
    content: "\f073";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    left: 10px;
    top: 5px;
    color: #101624
}

.rtl .wallet-top-date div:after {
    right: 10px;
    left: inherit;
}

.wallet-top-info {
    border: 2px dashed #224777;
    border-radius: 5px;
    margin-top: 30px;
    background: #fff;
    color: #333;
}

.wallet-top-info-right {
    background: #224777;
    color: #fff;
}

.wallet-top-info {
    font-size: 15px;
}

.wallet-top-info span {
    font-weight: 700;
}

.wallet-top-info div {
    padding: 10px 25px;
}

.wallet-top-arrow {
    position: absolute;
    top: 30%;
    color: #0F1B2D33;
    font-size: 30px;
}

.wallet-prev {
    left: -30px;
    color: #0F1B2D33;
}

.wallet-next {
    right: -30px;
    color: #0F1B2D33;
}

/***********/
.wallet-content {
    padding-top: 40px;
}

.wallet-title h2 {
    font-size: 20px;
    font-weight: 600;
}

.wallet-box {
    border-radius: 10px;
    border: 1px solid #EDF2F7;
    padding: 20px;
    margin-bottom: 30px;
}

.wallet-box:hover {
    border: 1px solid #EDF2F7;
    background: #EDF2F7;
}

.wallet-box-Month {
    font-size: 20px;
    font-weight: 600;
}

.wallet-box-date {
    color: #7F8FA6;
    font-size: 16px;
    font-weight: 500;
}

.wallet-box-Status {
    color: #7F8FA6;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.wallet-box-Status span {
    color: #947c1e;
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px;
}

/*---------------------------------------------------------------
********** cards **********/
/*--------------------------------------------------------------*/
.card-box,
.add_new_card {
    background: #EDF2F7;
    min-height: 170px;
    margin-bottom: 30px;
    border-radius: 15px;
    color: #fff;
    max-width: 320px;
}

.add_new_card {
    font-size: 18px;
    font-weight: 500;
}

.card-box:hover,
.add_new_card:hover {
    box-shadow: 0px 30px 128px #0000004D;
}

.card-box {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 15px;
    color: #fff;
    background: #FF7A5C;
    background: -webkit-linear-gradient(to right, #FF2A68, #FF7A5C);
    background: linear-gradient(to right, #FF2A68, #FF7A5C);
}

.card-box.card-Mastercard {
    background: #3A91EC;
    background: -webkit-linear-gradient(to right, #426ED9, #3A91EC);
    background: linear-gradient(to right, #426ED9, #3A91EC);
}

.card-box h4 {
    font-size: 12px;
    margin: 0;
    line-height: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.card-box span {
    font-size: 16px;
    line-height: 15px;
    letter-spacing: 4px;
}

.card-box-in {
    margin-bottom: 10px;
}

.card-box-type {
    background: url(../images/profile/Mastercard.png) center center no-repeat;
    display: inline-block;
    height: 20px;
    width: 64px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* width: 100%; */
}

.card-Mastercard .card-box-type {
    background: url(../images/profile/Visa.png) center center no-repeat;
}

.credit {
    display: none;
}

.credit-cell {
    width: 25%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: none;
    outline: none;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
}

.credit-input {
    display: block;
    width: 100%;
    position: relative;
    /* max-width: 400px; */
    height: 60px;
    padding: 6px 12px;
    padding-right: 65px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.c-focus {
    border: 0px solid #947c1e !important;
    border-bottom: 1px solid #947c1e !important;
}

.form_style_1 input.credit-cell:focus {
    border: 0px solid #947c1e !important;
    /* background: #fff !important; */
}

.credit-input:after {
    background: url(../images/profile/Visa.png) center center no-repeat;
    right: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 60px;
    width: 60px;
}

.credit-input.input_Mastercard:after {
    background: url(../images/profile/Mastercard.png) center center no-repeat;
    right: 0;
    position: absolute;
    content: '';
    top: 0;
    height: 60px;
    width: 60px;
}

.rtl .credit-input .credit-input:after {
    right: inherit;
    left: : 0;
}

#AddCard_pop input.form-control {
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

#AddCard_pop input.form-control:focus {
    border: 0px solid #ccc !important;
    border-bottom: 1px solid #947c1e !important;
}

/*---------------------------------------------------------------
********** .main-single  **********/
/*--------------------------------------------------------------*/
.main-single {
    background: #fff;
    padding: 30px;
    min-height: 600px;
}

.date-news {
    padding: 5px;
    border-bottom: 1px solid #dddd;
    margin-bottom: 15px;
}

.main-single-title h1 {
    font-size: 26px;
}

.main-single-img img {
    max-width: 800px;
    margin: 20px auto;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.main-single-img {
    text-align: center;
}

.main-single-share {
    background: #f3f3f3;
    padding: 10px;
}

.main-single-contetnt {
    padding-top: 0px;
}

/*---------------------------------------------------------------
********** packages  **********/
/*--------------------------------------------------------------*/
.packages-main {
    padding-top: 60px;
}

.packages-box {
    text-align: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EDF2F7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 60px;
}

.packages-box-head {
    background: #101624;
    border-radius: 10px;
    padding: 30px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: -40px;
}

.packages-box-head h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.packages-box-content {
    padding: 20px;
}

.packages-box-content li {
    font-size: 16px;
    text-align: left;
    padding: 5px 0;
    padding-left: 25px;
    position: relative;
    line-height: 25px;
}

.packages-box-content li:after {
    position: absolute;
    left: 0;
    top: 6px;
    color: #947c1e;
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.rtl .packages-box-content li {
    text-align: right;
    padding-left: 0;
    padding-right: 25px;
}

.rtl .packages-box-content li:after {
    left: inherit;
    right: 0;
}

a.btn-packages {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 15px 30px;
    margin-bottom: 15px;
    color: #7F8FA6;
    font-size: 16px;
}

.packages-box:hover,
.packages-box.active {
    box-shadow: 0px 3px 30px #EDF2F7;
}

.packages-box:hover .packages-box-head,
.packages-box.active .packages-box-head {
    background: #947c1e;
}

.packages-box:hover a.btn-packages,
.packages-box.active a.btn-packages {
    background: #947c1e;
    border: 1px solid #947c1e;
    color: #fff;
}

/*---------------------------------------------------------------
********** Footer  **********/
/*--------------------------------------------------------------*/
#main-footer {
    background: #353631;
    border-top: 10px solid #947c1e;
}

.footer-copy {
    background-color: #8aba2c;
    padding: 30px 0;
    color: #fff;
}

.footer-left {
    padding: 100px 15px 60px 15px;
    position: relative;
    z-index: 1;
}

.footer-right {
    padding: 100px 0 60px 0;
}

.footer-left:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #080C17;
    border-radius: 30px;
    z-index: -1;
}

.ltr .footer-left:after {
    left: -100px;
}

.rtl .footer-left:after {
    right: -20px;
}

.footer-txt p {
    color: #7F8FA6;
    font-size: 16px;
    /* font-weight: 500; */
    margin: 20px 0;
}

.newsletter p {
    color: #FFFFFF;
    font-size: 16px;
}

.newsletter input.form-control {
    color: #FFFFFF;
    font-size: 16px;
    background: #161C2D;
    border: 0;
    height: 40px;
}

.newsletter .btn-primary {
    border: 0;
    padding: 5px 25px;
}

/********/
.footer-widget h2 {
    color: #8aba2c;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-widget a {
    display: block;
    color: #fff;
    line-height: 25px;
    margin-bottom: 7px;
}

.footer-widget a i {

    color: #947c1e;
    margin-left: 5px;
}

.copyright-footer p {
    color: #fff;
    margin: 0;
}

.copyright-footer p a {
    color: #fff;
}

#shre-footer {
    /* margin-top: 40px; */
}

.footer-logo img {
    height: 80px;
}

/*****************/
.my-rating {
    margin: 0 15px;
}

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow(-2px -2px 2px #888);
    filter: drop-shadow(-2px -2px 2px #888);
}

.select2-container--bootstrap4 .select2-selection {
    background: #fff;
    color: #333;
    box-shadow: 0px 3px 7px #00000005;
    border: 2px solid #947c1e;
    height: 45px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.25rem;
}

/*--------------------------------------
*********** load-page ***********
--------------------------------------*/
#page-all {
    visibility: hidden;
}

/***********/
.load-page {
    bottom: 0;
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
    background: #fff;
    direction: ltr;
}

.load-page img {
    -webkit-transition: all 0.6s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
    -webkit-animation: uil-ring-anim 2s linear infinite;
    -moz-animation: uil-ring-anim 2s linear infinite;
    animation: uil-ring-anim 2s linear infinite;
    max-width: 100%;
}

.load-page-in {
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    width: 200px;
    height: 200px;
}

.load-page-in img {
    max-width: 200px;
}

@keyframes ldio-v7em31eos7 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-v7em31eos7>div>div {
    transform-origin: 59px 59px;
    animation: ldio-v7em31eos7 3.0303030303030303s linear infinite;
    opacity: 0.8
}

.ldio-v7em31eos7>div>div>div {
    position: absolute;
    left: 17.7px;
    top: 17.7px;
    width: 41.3px;
    height: 41.3px;
    border-radius: 41.3px 0 0 0;
    transform-origin: 59px 59px
}

.ldio-v7em31eos7>div div:nth-child(1) {
    animation-duration: 0.7575757575757576s
}

.ldio-v7em31eos7>div div:nth-child(1)>div {
    background: #baec56;
    transform: rotate(0deg);
}

.ldio-v7em31eos7>div div:nth-child(2) {
    animation-duration: 1.0101010101010102s
}

.ldio-v7em31eos7>div div:nth-child(2)>div {
    background: #f9b233;
    transform: rotate(0deg);
}

.ldio-v7em31eos7>div div:nth-child(3) {
    animation-duration: 1.5151515151515151s
}

.ldio-v7em31eos7>div div:nth-child(3)>div {
    background: #baec56;
    transform: rotate(0deg);
}

.ldio-v7em31eos7>div div:nth-child(4) {
    animation-duration: 3.0303030303030303s
}

.ldio-v7em31eos7>div div:nth-child(4)>div {
    background: #f9b233;
    transform: rotate(0deg);
}

.loadingio-spinner-wedges-odsb8dnyhsi {
    width: 118px;
    height: 118px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-v7em31eos7 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-v7em31eos7 div {
    box-sizing: content-box;
}

.submenu.dropdown-menu:after {
    position: absolute;
    vertical-align: top;
    border: 0em solid transparent;
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: left;
}

@media (min-width: 992px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/************************/
.caption-slide-in h2 a {
    color: #fff;
    font-size: 30px;
}

/*---------------------------------------------------------------
********** cat home **********/
/*--------------------------------------------------------------*/
.blog-home {
    padding: 10px 0 10px 0;
    background: #fff;
}

.blog-home-main-img {
    position: relative;
    overflow: hidden;
}

.blog-home-main-in {
    /* background: #fff; */
    margin-bottom: 0px;
    overflow: hidden;
}

.blog-content-in {
    padding-top: 10px;
}

.blog-home-main-content {
    background: #fff;
    padding: 15px;
    margin: 15px;
    margin-top: -30px;
    position: relative;
    border: 1px solid #ccc;
    -webkit-transition: all 0.6s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.blog-home-main-in:hover .blog-home-main-content {
    -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
}

.blog-home-main-in:hover .blog-home-main-content .read-more-slide-b a.btn-read {
    background: #333;
    color: #fff;
}

.blog-home-main-in:hover .blog-home-main-img .Portfolio-img_pro {
    -ms-transform: rotate(10deg) scale(1.5, 1.5);
    -webkit-transform: rotate(10deg) scale(1.5, 1.5);
    transform: rotate(10deg) scale(1.5, 1.5);
}

.blog-home-main-content h3 {
    color: #333;
    font-size: 20px;
    margin: 0;
    margin-bottom: 0px;
    /* height: 35px; */
    overflow: hidden;
    text-align: center;
    line-height: 25px;
}

.blog-home-main-content h3 a {
    color: #333;
}

.news-home {
    padding: 50px 0;
    background: #f1f1f1;
}

.blog-home-main-in {
    background: #fff;
    border-radius: 10px;
}

.blog-home-main-in .news-home-main-content {
    padding: 10px;
}

.news-content-in {
    padding-top: 30px;
}

.news-home-main-content h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 30px 0
}

.news-time {
    display: block;
    margin: 15px 0;
}

.twitter-home {
    overflow: hidden;
    position: relative;
    border: 4px solid #89b72d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Portfolio-pro_pro {
    height: 210px;
    overflow: hidden;
    position: relative;
    border: 4px solid #89b72d;
    -moz-border-radius: 5px;
    /*Firefox*/
    -webkit-border-radius: 5px;
    /*Safari, Chrome*/
    border-radius: 5px;
    -webkit-transition: all 1s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.Portfolio-img_pro {
    background: #fff; /* url(../images/cover.jpg) center center no-repeat */
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 210px;
    position: relative;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.6s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all 0.6s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all 0.6s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all 0.6s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.project-items .Portfolio-pro_pro {}

.project-items .Portfolio-img_pro {}

.article-content .Portfolio-img_pro {
    height: 170px;
    /* margin-bottom: 20px; */
    border-radius: 5px;
}

.img-hover_pro {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px;
    color: #fff;
    background: #1b81cc;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    /* Safari 3.2+, Chrome */
    -moz-transition: all s ease-in-out;
    /* Firefox 4-15 */
    -o-transition: all s ease-in-out;
    /* Opera 10.5-12.00 */
    transition: all s ease-in-out;
    /* Firefox 16+, Opera 12.50+ */
}

.Portfolio-pro_pro:hover {
    border: 4px solid #c9221c;
}

.Portfolio-pro_pro:hover .img-hover_pro {
    background: #c9221c;
}

/******************/
/*---------------------------------------------------------------
********** cat home **********/
/*--------------------------------------------------------------*/
.cat-home {
    padding: 50px 0;
}

.cat-home-content {
    padding-top: 50px;
}

.cat-home-main-in {
    background: #f1f1f1;
    padding: 7px;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    /*Firefox*/
    -webkit-border-radius: 10px;
    /*Safari, Chrome*/
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.cat-home-main-in h3 {
    color: #333;
    font-size: 16px;
}

.cat-home-main-in:hover {
    background: #89b72d;
    border: 1px solid #89b72d;
}

.cat-home-main-in:hover .cat-home-main-in h3 {
    color: #fff;
}

.cat-home-main-img {
    height: 140px;
}

.cat-home-main-img img {
    max-height: 140px;
}

.cat-home-main-in:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mobile-menu a {
    padding: 5px;
    font-size: 11px;
}

.mobile-menu .nav-link.active {
    background: #89b72d;
}

.post-tags {
    margin: 0;
    padding: 0;
    display: flex;
    color: gray;
    font-size: 12px;
}

.post-tags li {
    margin: 0 0 0 10px;

}

.post-tags i {
    margin-left: 5px;
    color: #89b72d;

}

.show-mobile {
    display: none;
}

/******************************/
.teamwork-page {
    padding-top: 40px;
}

.teamwork-box {
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 1px 0px 5px 2px #ccc;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.teamwork-box-content {
    min-height: 120px;
    padding: 10px;
}

.teamwork-box-content h2 {
    font-size: 18px;
}

.teamwork-box-content h3 {
    font-size: 14px;
}

.teamwork-share {
    /* height: 80px; */
}

.teamwork-box-img {
    height: 200px;
    overflow: hidden;

}

.teamwork-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s;

}

.teamwork-box:hover img {
    transform: scale(1.2, 1.2);
}

.teamwork-single-content {
    background: #f1f1f1;
    padding: 15px;
}

/***************/
.sider-bar {
    padding: 40px 20px;
}

.widget-box {
    border: 1px solid #947c1e;
    border-radius: 10px;
}

.widget-box-title {
    background: #947c1e;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.widget-box-content {
    padding: 15px;
}

.widget-box-title h2 {
    font-size: 18px;
    margin: 0;
    padding: 10px;
}

/******************/
.main-single-contetnt-tab-sidebar .nav-tabs .nav-link {
    color: #fff;
    background-color: #85af30;
    border-color: #ddd;
    margin-bottom: 15px;
    text-align: center;
}

.main-single-contetnt-tab-content {
    border: 5px solid #85af30;
    border-radius: 15px;
    padding: 15px;
}


.statistics-content .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info-content-right {
    padding: 30px 30px;
    background: #f1f1f1;
}


/*****************/
.comment-box {
    border: 2px solid #947c1e;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 30px;
}

.comment-img {
    /*float: right;*/
    /*width: 80px;*/
    /*margin-left: 20px;*/
}

.programs-home-box-title h3 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.artticle-info ul {
    margin: 0;
}

.artticle-info ul li {
    display: inline-block;
    margin-right: 7px;
}

.artticle-info ul li i {

    margin-left: 7px;
}

.user-data-main {
    background: #f1f1f1;
    padding-top: 30px;
    margin-bottom: 0px;
}

.more-section-a {
    z-index: 55;
    position: relative;
}

#chcp_font_size button {
    border-left: 1px solid #ccc;
    border-radius: 0;
}

#chcp_font_size i {
    vertical-align: middle;
}


.article-info i {
    color: #999;
    margin-left: 7px;
    vertical-align: middle;
}

.article-info .btn {
    border-left: 1px solid #ccc;
    border-radius: 0;
}

.article-info .btn:last-child {
    border-left: 0px solid #ccc;
    border-radius: 0;
}

.comment-content-title {
    color: #999;
}

.download-article {
    box-shadow: 0 0 0 !important;
}

.numper {
    font-family: arial;
}

.numper span {
    font-weight: bolder;
}

.gallary-big-box {
    position: relative;
}


/***************/

.accordion_show_program {
    margin-top: 30px;
}
.accordion_show_program .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);

        color: #fff;
        background-color: #85af30;
        border-color: #ddd;
        text-align: center;
}
.accordion_show_program .card-header button{
        font-size: 20px;
        color: #fff;
}
.accordion_show_program .card {
    margin-bottom: 10px;
}
.dropdown-menu {
  top: 92%;
}

.item-video {
  height: 200px;
}

.owl-carousel-slide-home-video .owl-nav {
  color: #fff;
}

  
/***********/

.form_style_2_new {
  background: #f1f1f1;
  padding: 30px 20px;
  border-radius: 20px; 
}


.form_style_2_new p{
  color:#947c1e;
}