@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "fonts.css";
@import "animate.css";
@import "all.css";
@import "line-awesome.min.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "jquery.mCustomScrollbar.min.css";
@import "jquery.fancybox.css";
@import "jquery-ui.css";


* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: dinarM;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: dinarM;
    background: #fff !important;
    text-align: right;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
a {
    font-family: dinarM !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

main {
    float: right;
    width: 100%;
}

.owl-carousel {
    direction: ltr;
    text-align: right;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}

::selection {
    background: var(--sec-color);
    color: #fff;
}

/* Start Color-var */
:root {
    --main-color: #ECA724;
    --sec-color: #008D86;
    --dark-color: #273756;
    --bg-color: #131313;
}

/* End Color-var */

/* Start Sidebar */

.open-sidebar {
    float: right;
    background: transparent;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin-left: 0;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    background: var(--main-color);
    line-height: 45px;
    text-align: center;
}

.sidebar {
    background-size: cover;
    /* background: #fff; */
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 250px;
    z-index: 999999999;
    transform: translateX(150%);
    transition: all .3s;
    background-position: 36%;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: none;
}

.sidebar .side-logo img {
    /* max-width: 100px; */
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.sidebar .side-social {
    text-align: start;
    padding: 4px 0;
    position: relative;
    background: var(--main-color);
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    border-radius: 50px;
    text-align: center;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    text-align: center;
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    margin: 8px 12px;
    transition: all .3s;
    color: #f9f9f9 !important;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
}

.sidebar .side-social ul li a.lin {
    color: #1562cc;
}

.sidebar .side-social ul li a.tw {
    color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
    color: #622e04;
}

.sidebar .side-social ul li a:hover i {
    color: #167a12;
}

.sidebar .side-nav {
    max-height: 100%;
    /* overflow: hidden; */
    height: calc(100% - 90px);
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 17px;
    padding: 11px 25px;
    position: relative;
    color: #333;
    font-weight: normal;
}

.sidebar .side-nav ul li a:hover,
.sidebar .side-nav ul li a:focus {
    color: #fff;
    background-color: var(--main-color);
    border: none !important;
    outline: none;
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: skewX(0);
    padding: 0 20px;
}

.sidebar .side-nav ul li .sub-menu li a {
    /* color: #fff; */
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999999999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

/* End Sidebar */


/* Start Search */
.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -25px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 80%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: #fff;
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: #fff;
}

.searchForm .btnSearch {
    box-shadow: none !important;
    color: #fff;
    font-size: 20px;
    background: var(--main-color);
    margin: 3px 0;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: normal;
    border: none;
    font-size: 16px;
    border-radius: 50%;
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.btn-more-menu {
    display: none;
    float: left;
    margin-top: 12px;
}

#mainMenu {
    float: right;
    max-width: 800px;
    height: 100%;
}

#mainMenu ul {
    display: inline-flex;
    height: 100%;
}

#mainMenu ul li {
    /* display: inline-block; */
    margin: 0 12px;
    height: 100%;
    position: relative;
}

#mainMenu ul li a {
    font-size: 16px;
    color: var(--dark-color);
    display: block;
    font-family: dinarM;
}

/* End Search */

/* Start Header */
.more-btn {
    color: red;
    width: 20px;
    height: 20px;
}

.auto-nav-more {
    position: relative;
}

#mainMenu ul li .auto-nav-more-list, #mainMenu ul li.menu-item-has-children .sub-menu {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    text-align: start;
    padding: 0;
    list-style: none;
    background: white;
    border-radius: 4px;
    display: block;
    top: 100%;
    z-index: 7;
    min-width: 180px;
    border-radius: 5px;
    /* overflow: hidden; */
    box-shadow: 0px 0px 50px #0000000D;
    margin: 0;
    z-index: 999999;
}

#mainMenu ul li.auto-nav-more:hover .auto-nav-more-list, #mainMenu ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    /* max-height: 135px; */
}

.lang {
color: var(--dark-color) !important;
    font-size: 14px;
}

.menu-left {
    float: left;
}

.header-top .row {
    align-items: center;
}

#mainMenu ul li .auto-nav-more-list li, #mainMenu ul li.menu-item-has-children .sub-menu li {
    display: block;
    margin: 0;
}

#mainMenu ul li .auto-nav-more-list li a, #mainMenu ul li.menu-item-has-children .sub-menu li {
    display: block;
    padding: 14px 10px;
    border-bottom: 1px #f1f1f1 solid;
    padding-right: 30px;
    position: relative;
}

#mainMenu ul li .auto-nav-more-list li a:hover,
#mainMenu ul li .auto-nav-more-list li a:focus,
#mainMenu ul li.menu-item-has-children .sub-menu li a:hover,
#mainMenu ul li.menu-item-has-children .sub-menu li:focus{
    background: var(--main-color);
    color: #fff;
}

#mainMenu ul li a:hover,
#mainMenu ul li a:focus {
    color: var(--main-color);
}

.lang i {
    margin-right: 5px;
}

.logo {
    display: inline-block;
    float: none !IMPORTANT;
}

.header-top .logo img {
    max-width: 183px;
}

.header-top {
    padding: 10px 0;
}

/* End Header */

/* Start Nice-select */
select {
    display: none;
}

.nice-select,
.nice-select.form-control {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: var(--main-color);
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: start;
    transition: all 0.2s;
    color: var(--dark-color);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--sec-color);
    color: var(--main-color);
}

.nice-select .option.selected {
    /* font-weight: bold; */
}

/* End Nice-select */

/* Start Banner-h */
.banner-h {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 125px 0;
}

.banner-h::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--sec-color);
    opacity: 0.75;
}

.banner-h .container {
    position: relative;
    z-index: 2;
}

.banner-inner {
    text-align: center;
}

.banner-inner h3 {
    margin: 0;
    color: #fff;
    font-size: 35px;
}

/* End Banner-h */

/* Start Visit-h */
.quantity {
    position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    line-height: 1.65;
    float: left;
    display: block;
    margin: 0;
    padding: 0 50px;
    font-family: sans-serif;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    position: absolute;
    height: 38px;
    left: 0;
    margin: 10px 15px;
    width: 18px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: none;
    width: 18px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #ACACAC;
    position: absolute;
    left: 0;
}

.quantity-button.quantity-up {
    height: 18px;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    bottom: 0;
    height: 18px;
}

.visit-h {
    padding: 80px 0;
    background: #F0F3F7;
}

.visit-form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 25px #00000029;
    border-radius: 38px;
    padding: 50px;
}

.visit-form h3 {
    color: var(--dark-color);
    font-size: 30px;
    margin: 0;
}

.visit-form .form-inner {
    margin-top: 30px;
}

.form-control,
.nice-select,
.nice-select.form-control {
    border: 1px solid #ABABAB;
    border-radius: 5px;
    height: 58px;
    padding: 0 50px;
    line-height: 58px;
    width: 100%;
    text-align: right;
}

.form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 0.2rem rgb(236 167 36 / .25);
}

.form-control::placeholder {
    color: #767E8E;
    transition: all .5s;
}

.form-control:focus::placeholder {
    transform: translateX(-30px);
    opacity: 0;
}

.form-control + i,
.quantity + i {
    position: absolute;
    right: 0;
    top: 0;
    color: #767E8E;
    font-size: 23px;
    margin: 17px;
}

.form-group {
    margin: 15px 0;
    position: relative;
}

.nice-select span,
.nice-select.form-control span {
    color: #767e8e;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background: none;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
}

.ui-datepicker .ui-datepicker-prev::before {
    content: "\f104";
}

.ui-datepicker .ui-datepicker-next::before {
    content: "\f105";
}

.ui-widget-header {
    background: var(--sec-color);
}

.ui-datepicker .ui-datepicker-title {
    color: #fff;
}

.ui-datepicker th {
    color: var(--main-color);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--sec-color) !important;
    color: #fff;
    border-color: var(--sec-color) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #fff;
    text-align: center;
    border-color: #f0f0f0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

textarea.form-control {
    height: 175px;
    padding: 20px;
    line-height: normal;
}

.btn {
    padding: 0 78px;
    background: var(--sec-color);
    line-height: 72px;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 26px;
    border-radius: 12px;
    transition: all .5s;
}

.btn:hover,
.btn:focus {
    background: var(--sec-color);
    color: #fff;
}

/* End Visit-h */

/* Start Footer */
.datepicker {
    direction: ltr;
    font-family: sans-serif;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: var(--main-color);
    border: none;
}

footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--sec-color);
    opacity: 0.9;
}

.footer-top,
.footer-bottom {
    z-index: 2;
    position: relative;
}

.footer-top {
    padding: 80px 0 50px;
}

.title-footer {
    margin-bottom: 30px;
}

.title-footer h3 {
    margin: 0;
    display: flex;
    align-items: center;
}

.title-footer h3 i {
    width: 77px;
    height: 72px;
    background: #fff;
    border-radius: 10px;
    line-height: 72px;
    text-align: center;
    font-size: 46px;
    color: var(--main-color);
}

.title-footer h3 span {
    display: block;
    width: calc(100% - 92px);
    margin-right: 20px;
    color: #fff;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    text-align: start;
}

.title-footer h3 span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #fff;
}

.text-footer ul li,
.text-footer ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.text-footer ul li {
    margin: 10px 0;
}

.text-footer ul li b {
    font-weight: normal;
    width: 100px;
    display: inline-block;
}

.text-footer ul li span {
    display: inline-block;
    width: calc(100% - 110px);
    direction: ltr;
}

footer .contact-f {
    margin-bottom: 20px;
}

.social-f a {
    width: 43px;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: var(--sec-color);
    margin-left: 7px;
}

.btn-sec, .btn-sec:visited {
    width: 200px;
    padding: 0 5px;
    font-size: 18px;
    background: #fff;
    color: var(--dark-color);
    line-height: 50px;
    border-radius: 10px;
    display: table;
}

footer .btn-sec {
    margin-bottom: 20px;
}

.btn-sec:hover,
.btn-sec:focus {
    background: var(--dark-color);
    color: #fff;
}

.social-f a:hover,
.social-f a:focus {
    background: var(--main-color);
    color: #fff;
}

.footer-bottom p {
    color: #F0F3F7;
    font-size: 14px;
    display: inline-block;
}

.ryad-logo {
    float: left;
}

.footer-bottom .row {
    align-items: center;
}

/* End Footer */

#mainMenu ul li .auto-nav-more-list li a::before,
#mainMenu ul li.menu-item-has-children .sub-menu li a::before {
    content: "-";
    position: absolute;
    right: 10px;
}

/* Start Video-h */
.video-h {
    height: 591px;
    overflow: hidden;
    box-shadow: 0px 3px 64px rgb(0 0 0 / 16%);
}

.video-h video {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    /* height: 100%; */
}

/* End Video-h */

/* Start Company-h */
.company-h {
    padding: 80px 0;
}

.title {
    text-align: center;
    margin: 0 0 40px;
}

.title h3 {
    display: table;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    position: relative;
    font-size: 30px;
    color: var(--dark-color);
    border-bottom: 1px var(--main-color) solid;
    padding: 10px 32px;
    font-family: 'ara' !important;
}

.title h3::after {
    content: "";
    position: absolute;
    bottom: -1.5px;
    right: 0;
    left: 0;
    margin: auto;
    height: 3px;
    background: var(--main-color);
    width: 40px;
    border-radius: 5px;
}

.title p {
    color: #767E8E;
    font-size: 16px;
    line-height: 20px;
    width: 50%;
    margin: 30px auto;
}

.title-comp {
    margin: 40px 0 100px;
}

.title-comp h3 {
    margin: auto;
    display: table;
    background: var(--sec-color);
    line-height: 70px;
    padding: 0 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
}

.block-comp {
    margin: 15px 0;
}

.block-comp .img {
    width: 230px;
    height: 160px;
    background: #FFFFFF;
    border: 2px solid var(--sec-color);
    display: table;
    margin: auto;
    line-height: 140px;
    position: relative;
    text-align: center;
}

.block-comp .img .icon {
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    margin: auto;
    line-height: normal;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    line-height: 36px;
    border-radius: 50%;
    border: 2px var(--main-color) solid;
    box-shadow: 0 0 1px 8px #fff;
    display: none;
}

.block-comp .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: -32.5px;
    width: 65px;
    height: 65px;
    background: var(--main-color);
    margin: auto;
    display: block;
    right: 0;
    border-radius: 50%;
    z-index: -1;
    display: none;
}

.block-comp .img .icon img {
    max-width: 20px;
    max-height: 20px;
    filter: invert(83%) sepia(48%) saturate(3223%) hue-rotate(344deg) brightness(98%) contrast(88%);
    transition: all .5s;
}

.block-comp .img img {
    max-width: 220px;
    margin: 5px;
}

.block-comp .details {
    text-align: center;
    padding-top: 15px;
}

.block-comp .details h3 {
    font-size: 26px;
    line-height: 36px;
    margin: auto;
    background: var(--sec-color);
    color: #fff;
    width: 232px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 32px;
    font-family: 'ara' !important;
    font-weight: 900;
}

.block-comp .details p {
    color: #767E8E;
    font-size: 16px;
    line-height: 26px;
    margin: auto;
    margin-top: 15px;
    width: 240px;
    /* max-height: 50px; */
    overflow: hidden;
}


.all-comp .col-md-4.col-sm-12::before {
    content: "";
    width: 2px;
    height: 100px;
    border-right: 2px var(--sec-color) solid;
    top: -100px;
    right: 0;
    z-index: -1;
    left: 0;
    margin: auto;
    position: absolute;
}

.all-comp .col-md-4.col-sm-12:nth-child(4)::before {
    content: "";
    width: 200px;
    height: 500px;
    border: 1px #00b8ed dashed;
    position: absolute;
    border-radius: 50%;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    top: -74%;
    left: 58%;
    transform: rotate(45deg);
    z-index: -1;
}

.number-h {
    background: #47ada8;
    padding: 80px 0;
}

.number-h.title {}

.number-h .title h3 {
    color: #fff;
}

.block-num {
    margin: 15px 0;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 30px 50px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 15px 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.block-num .icon {
    width: 60px;
    height: 60px;
    background: rgb(0 141 134 / 10%);
    line-height: 60px;
    border-radius: 50%;
    margin: 0;
    text-align: center;
}

.block-num .icon img {
    max-width: 30px;
    max-height: 30px;
}

.block-num .details {
    padding-top: 15px;
}

.block-num .details .counter, .block-num .details .number-sign {
    margin: 0;
    font-size: 35px;
    color: var(--dark-color);
    font-family: sans-serif;
    font-weight: bold;
}

.block-num .details h3 {
    font-size: 20px;
    color: #767E8E;
    line-height: 30px;
    margin: 5px 0 0;
}

.block-num.two .icon {
    background: rgb(238 168 35 / 10%);
}

.block-num.three .icon {
    background: rgb(25 188 239 / 10%);
}

.block-num.four .icon {
    background: rgb(157 83 160 / 10%);
}

/* End Company-h */

/* Start Partners-h */
.partners-h {
    padding: 80px 0 100px;
}

.part-slider {
    padding: 20px;
    background: #EEF1F5;
    border-radius: 14px;
}

.part-slider .item {
    padding: 0 10px;
}

.block-part {
    height: 117px;
    background: #FFFFFF;
    box-shadow: 0px 30px 50px rgb(0 0 0 / 5%);
    margin: 15px 0;
    border-radius: 8px;
    display: block;
}

.block-part .img {
    height: 100%;
    line-height: 117px;
    text-align: center;
}

.block-part .img img {
    max-width: 75px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: inline-block;
}

/* End Partners-h */

/* Start News-h */
.news-h {
    padding: 80px 0;
    background: #F0F3F7;
}

.block-news {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 5%);
    border-radius: 10px;
    margin: 15px 0;
    overflow: hidden;
}

.block-news .img-block {
    display: block;
}

.block-news .img-block .img {
    display: block;
    height: 260px;
    overflow: hidden;
}

.block-news .img-block .img img {
    transition: all .6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-news:hover .img-block .img img {
    /* transform: rotate(-3deg) scale(1.1); */
}

.block-news .img-block .view-block {
    display: flex;
    flex: 0 1;
    padding: 15px 20px;
    border-bottom: 1px #eee solid;
}

.block-news .img-block .view-block .view-s,
.block-news .img-block .view-block .date-s {
    display: inline-flex;
    flex: auto;
    font-size: 14px;
    color: #767E8E;
    align-items: center;
    font-family: sans-serif;
}

.block-news .img-block .view-block .view-s i,
.block-news .img-block .view-block .date-s i {
    margin-left: 8px;
}

.block-news .img-block .view-block .date-s {
    justify-content: flex-end;
}

.block-news .details {
    display: block;
    text-align: center;
    padding: 20px;
}

.block-news .details .name {
    display: flex;
    color: var(--dark-color);
    font-size: 20px;
    line-height: 28px;
    padding: 10px 32px;
    /* font-family: 'ara' !important; */
    min-height: 104px;
    justify-content: center;
    align-items: center;
}

.block-news .details .btn.btn-small {
    margin: 25px 0 20px;
}

.btn.btn-small {
    border-radius: 7px;
    font-size: 18px;
    line-height: 40px;
    padding: 0 45px;
}

.block-news:hover .details .name {
    /* color: var(--main-color); */
}

.block-news:hover .details .btn.btn-small {
    /* background: var(--sec-color); */
}

.btn.btn-thr {
    line-height: 64px;
    background: var(--sec-color);
    font-size: 18px;
    padding: 0 45px;
}

.news-h .btn.btn-thr {
    margin: 40px auto 0;
    display: table;
}

.btn.btn-thr:hover,
.btn.btn-thr:focus {
    background: var(--main-color);
}

/* End News-h */

/* Start Clients-h */
.clients-h {
    padding: 80px 0 100px;
}

.part-slider .owl-dots {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    bottom: -60px;
}

.part-slider .owl-dots .owl-dot {
    display: inline-block;
}

.part-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px solid #CFD1D5;
    display: block;
    border-radius: 50%;
    margin: 0 3px;
    transition: all .6s;
}

.part-slider .owl-dots .owl-dot.active span {
    background: var(--sec-color);
    border-color: var(--sec-color);
}

.block-num:hover .icon {
    transform: translateY(-10px);
}

.block-comp:hover .img .icon img {
    transform: rotateY(180deg);
}

.block-comp:hover .details h3 {
    /* color: var(--main-color); */
}

.all-comp .col-md-4.col-sm-12:nth-child(3) .block-comp:hover .details h3 {
    /* color: var(--sec-color); */
}

.all-comp .col-md-4.col-sm-12:nth-child(4) .block-comp:hover .details h3 {
    color: #00b8ed;
}

/* End Clients-h */

.insidePageBackground {
    height: 200px !important;
    position: relative;
}

.insidePageBackground img {
    object-fit: cover;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    object-position: center;
}

.insidePageBackground .insidePageBackgroundContainer {
    position: relative;
    z-index: 2;
    top: 0;
    right: auto;
    left: auto;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: none;
}

.insidePageBackground .insidePageBackgroundContainer h1 {
    color: #fff !important;
    margin: 0 !important;
    font-size: 35px;
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    line-height: 45px;
}

.wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container {
    text-align: center;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab {
    border-color: #e7e7e7 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-container {
    border-color: #e7e7e7 !important;
    margin: 30px 0 50px !important;
}

.wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}

.wpb_single_image .vc_single_image-wrapper .vc_single_image-img {
    width: 100%;
    object-fit: contain;
}

.wpb_text_column h4 {
    font-size: 18px;
    line-height: 28px;
}

.open-sidebar i {
    margin: 0;
    float: none;
    font-size: 25px;
    vertical-align: middle;
}

.wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container {
    text-align: start !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: #fff !important;
}

.foogallery-album-gallery-list .foogallery-pile h3 {
    font-size: 17px !important;
    color: #000 !important;
    font-weight: normal;
    opacity: 1;
    background: rgb(255 255 255 / .6) !important;
}

.foogallery-album-header h2 {
    font-size: 24px !important;
    line-height: 34px;
    margin-top: 20px !important;
}

.yotu-mode-grid.yotu-column-3 li {
    padding: 30px;
    border: 1px #eae9e9 solid;
}

.yotu-mode-grid.yotu-column-3 li h3, .yotu-mode-grid.yotu-column-3 li .yotu-video-title {font-size: 14px !important;text-align: center !important;padding: 20px;margin: 0;height: auto;text-decoration: none;}

body .yotu-videos .yotu-video .yotu-video-thumb {
    height: 10;
    height: 100%;
}

.yotu-mode-grid.yotu-column-3 li:hover h3, .yotu-mode-grid.yotu-column-3 li:hover .yotu-video-title {
    color: #388679;
}

.vc-hoverbox-wrapper.vc-hoverbox-align--center .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-block .vc-hoverbox-block-inner h2 {
    font-size: 20px !important;
    text-align: center !important;
}

.yotu-wrapper-player .yotu-playing {
    text-align: center !important;
    margin-bottom: 20px;
    font-size: 16px;
    color: #388679;
}

form .col-md-3.col-sm-6.col-xs-12.col + p {
    width: 100%;
}
    
.wpcf7-form-control-wrap {
    margin: 10px 0;
    display: block;
}

.vc_column_container>.vc_column-inner .content-s {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    text-align: start;
    align-items: flex-start;
    padding-right: 18px;
    justify-content: center;
}

.vc_column_container>.vc_column-inner .content-s p {
    text-align: start;
    -moz-text-align-last: start;
    text-align-last: start;
}

.fields .wpcf7-form-control {
    text-align: start !important;
    line-height: normal !important;
    padding-top: 0 !important;
}

.nice-select:after {
    right: auto;
    left: 10px;
}

.page-template-content_page .row.fields.arContact .col-md-3.col-sm-6.col-xs-12.col, .page-template-content_page .row.fields.enFields .col-md-3.col-sm-6.col-xs-12.col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #388679;
    padding: 0 30px;
    line-height: 45px;
    border-radius: 50px;
    font-family: dinarM;
    margin-top: 20px;
    font-size: 18px;
}

.page-content .col-md-3.sidebar {
    transform: none;
    position: relative;
}

.blog-single-post  .col-md-4.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.blog-single-post .rec-post figure a {
    height: 250px;
    display: block;
    overflow: hidden;
}

.blog-single-post .rec-post figure a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.rec-post {
    padding-bottom: 20px;
}

.fbx-link.fbx-instance {
    width: 32.33%;
    display: block;
    margin: 4px;
    float: left;
}

.fbx-link.fbx-instance img.alignnone {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
}

.enFields > * {
    direction: inherit !important;
}

.esg-content {
    overflow: hidden;
    height: 90px;
}

.esg-content {
    text-align: start !important;
}

.block-top {
    position: relative;
    display: table;
    width: 190px;
    height: 140px;
    line-height: 140px;
    border: 2px #06c4bb solid;
    margin: auto;
    text-align: center;
    background: #fff;
}

.block-top img {
    max-width: 150px;
}

.block-top::after {content: "";position: absolute;width: 100%;height: 100%;top: -15px;right: -15px;background: var(--sec-color);z-index: -1;}

.all-blocks {
    padding-top: 100px;
    position: relative;
    width: 100%;
}

.all-blocks::before {content: "";position: absolute;right: 0;left: 0;top: 0;height: 2px;width: 68.5%;background: var(--sec-color);display: block;margin: auto;}

.block-top::before {content: "";position: absolute;right: 0;left: 0;bottom: -165px;width: 2px;height: 165px;border-right: 2px var(--sec-color) solid;margin: auto;}



.mogtam3-h {
    padding: 80px 0;
    background: #fafafa;
}

.img-mog {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(236 167 36 / 0.1);
    height: 350px;
    margin-bottom: 30px;
}

.text-box p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
    max-height: 170px;
    overflow: hidden;
}

.img-mog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text-box .btn.btn-thr {
    line-height: 50px;
    font-size: 20px;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p + span + a {
    color: #F0F3F7;
    font-size: 14px;
}

.footer-bottom p + span {
    color: #fff;
    display: inline-block;
    margin: 0 3px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

#menu-item-15680 {
    display: none;
}

.wadi-text .social-f {
    display: flex;
    margin: 0 0;
    justify-content: center;
    align-items: center;
}

.wadi-text .social-f a br {
    display: none;
}

#mainMenu ul li.menu-item-has-children .sub-menu li {
    padding: 0;
}

#mainMenu ul li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 20px 10px 10px;
}

.auto-nav-more {
    display: none !important;
}

#mainMenu ul li.menu-item-has-children .sub-menu .sub-menu {
    right: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

#mainMenu ul li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.text-box p.description {
    max-height: fit-content;
}

.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    padding: 11px 6px;
    font-size: 13px;
    font-weight: 300;
    box-shadow: 0 1px 2px rgba(0,0,0,.062) inset;
    font-family: dinM;
    font-size: 20px !important;
    border: 0!important;
    outline: none!important;
    height: 38px!important;
    color: #232323!important;
    padding: 9px 0!important;
    border-radius: 0!important;
    background: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid #388679 !important;
}

.block-gam {
    margin: 15px 0;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 30px 50px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.block-gam .counter {
    color: var(--sec-color);
    font-size: 55px;
    /* font-family: 'ara' !important; */
    margin: 0;
    font-family: 'ara' !important;
}

.block-gam h4 {
    font-size: 18px;
    font-family: 'ara' !important;
    margin: 0;
    color: #0a0a0a;
    width: 100%;
}

.mogtam3-h .btn.btn-thr {
    display: table;
    margin: 30px auto 0;
}

.mogtam3-h .btn.btn-thr i {
    position: relative;
    left: -8px;
    top: 2px;
}

.block-news:hover {
    box-shadow: 0 0 17px 0 rgba(0,0,0,.75);
}

#footer .footer-in, #footer .footbot {
    position: relative;
    z-index: 2;
}

#footer .btn {
    background: #54cd38;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 13px 18px;
    border-radius: 3px;
}

#footer .row {
    align-items: center;
}

.block-num .display-f {
    display: flex;
    align-items: center;
}

.block-num .display-f .details {
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.btn:visited {
    color: #fff;
}

.page-template-content_page hr.vertical-space5 {
    display: none;
}

.page-template-content_page .wpb_row +  .wpb_row {
    display: none;
}

footer .widget .mc4wp-form-fields {
    direction: ltr;
}

footer .widget input[type="text"] {
    text-align: right;
}

footer .footer-in h5.subtitle {
    font-family: 'dinarM' !important;
    color: #fff;
    text-align: right;
}

.footer-navi {
    letter-spacing: normal !important;
}

.block-num .details .number-sign {
    margin: 0 5px;
}

.block-gam .number-sign {
    color: var(--sec-color);
    font-size: 31px;
    /* font-family: 'ara' !important; */
    margin: 0;
    font-family: 'ara' !important;
    display: inline-block;
}

.block-gam .counter {
    display: inline-block;
}

@media (max-width: 767px){
.wadi-text .social-f {
    margin: 0 0;
}
}

