@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "fonts.css";
@import "animate.css";
@import "all.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "jquery.mCustomScrollbar.min.css";
@import "jquery.fancybox.css";
@import "jquery-ui.css";
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: ge;
    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: 'geMed';
    background: var(--bg-color);
    text-align: right;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}

it {
    font-family: ge;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    /* float: right; */
    /* width: 100%; */
    -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;
    /* text-align: justify !important; */
    /* text-align-last: center; */
}

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

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

.opacity0 {
    opacity: 0;
}

/* Start Color-var */
:root {
    --main-color: #98c33f;
    --sec-color: #0e5da7;
    --thr-color: #018a85;
    --bg-color: #fff;
    --bg-grid: linear-gradient(to right, #98c33f, #0e5da7);
    --bg-grid-two: linear-gradient(to left, #98c33f, #0e5da7);
    --text-grid: linear-gradient(to right, #98c33f 45%, #0e5da7 55%);
}

/* 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: 5px;
    margin-top: 0;
    background: var(--main-color);
    line-height: 45px;
}

.sidebar {
    background-size: cover;
    /* background: #fff; */
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 999999999;
    transform: translateX(100%);
    transition: all .3s;
    background-position: 36%;
    opacity: 1;
}

.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: block;
    opacity: 1;
    visibility: visible;
    transform: skewX(0);
    padding: 0 20px;
    height: 0;
    overflow: hidden;
}

.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: 50%;
    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;
    /*  	font-weight: 900;*/
    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: #191919;
    font-size: 20px;
    margin: 7px 20px;
    /* clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); */
    background: var(--sec-color);
    margin: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: normal;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

/* End Search */

/* Start Btn */
.btn {
    background: transparent linear-gradient(90deg, #98c33f, #0e5da7, #98c33f, #0e5da7);
    padding: 0 40px;
    line-height: 45px;
    color: #fff;
    border: none !important;
    outline: none !important;
    background-size: 300% 100%;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn:hover,
.btn:focus {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

/* End Btn */

/* Start Header-top */
.menu-site {
    display: inline-block;
    max-width: 75%;
    padding-right: 20px;
}

.menu-site ul {
    display: flex;
}

.menu-left {
    float: left;
    display: inline-flex;
    align-items: center;
    margin-top: 33px;
}

.menu-site ul li {
    margin: 0 2px;
}

.menu-site ul li a {
    line-height: 30px;
    padding: 0 20px;
    font-size: 17px;
    position: relative;
    display: block;
    border-radius: 50px;
    /* overflow: hidden; */
    font-family: 'geMed';
}

.menu-site ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--bg-grid-two);
    z-index: -1;
    height: 100%;
    transition: all .3s;
    transform: translate(10px, 10px);
    opacity: 0;
    border-radius: 50px;
    box-shadow: 7px 7px 10px rgb(0 0 0 / 25%);
    display: block;
}

.menu-site ul li a:hover::after {
    opacity: 1;
    transform: none;
}

.menu-site ul li a:hover {
    color: #fff;
}

.respon-menu {
    display: none;
}

.menu-left .form-search form input {
    background: #ededed;
    border: none !important;
    outline: none !important;
    height: 40px;
    width: 240px;
    border-radius: 50px;
    padding: 0 20px 0 45px;
}

.menu-left .form-search form {
    position: relative;
}

.menu-left .form-search form button {
    position: absolute;
    left: 0;
    margin: 7px;
    border: none !important;
    outline: none !important;
    font-size: 18px;
    background: none !important;
}

.menu-left .lang {
    font-size: 17px;
    color: #000;
    font-family: 'Aqeeq';
}

.form-search {
    margin-left: 15px;
}

.header-top .row {
    align-items: center;
}

.menu-left .lang:hover {
    color: var(--main-color);
}

/*
.header-top {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9;
}
*/

.header-top {
    position: relative;
    z-index: 3;
    padding: 15px 0;
}

.menu-site ul ul.sub-menu {
    display: block;
    position: absolute;
    min-width: 260px;
    top: 61px;
    background: #fff;
    z-index: 8;
    box-shadow: 7px 7px 15px rgb(0 0 0 / 16%);
    transition: all .5s;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.menu-site ul ul.sub-menu li {
    margin: 0;
}

.menu-site ul ul.sub-menu li a {
    padding: 5px 25px;
    border-radius: 0;
}

.menu-site ul ul.sub-menu li a:hover,
.menu-site ul ul.sub-menu li a:focus {
    margin: 0;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #98c33f, #0e5da7 );
    -webkit-text-fill-color: transparent;
}

.menu-site ul ul.sub-menu li a::after {
    display: none;
}

.menu-site ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    height: auto;
}

/* End Header-top */

/* Start Banner-h */
.banner-top .slider-img-home {
    /* position: absolute; */
    right: 0;
    padding: 0;
    top: -87px;
    z-index: -1;
    height: 570px;
    max-width: 60%;
    width: 60%;
    margin-right: -10%;
    flex: 0 0 60%;
}

.banner-top {
    min-height: 440px;
}

.banner-top .slider-img-home .slider-img {
    width: 100%;
    height: 100%;
}

.banner-top .slider-img-home .slider-img img {
    /* width: 100%; */
    height: 100%;
}

.banner-top .row {
    align-items: center;
    justify-content: center;
    max-height: 460px;
}

.slider-text h3 {
    font-size: 52px;
    -webkit-background-clip: text;
    background-image: var(--text-grid);
    -webkit-text-fill-color: transparent;
    font-family: 'Aqeeq';
    margin: 0;
}

.slider-text p {
    color: #252d36;
    font-size: 25px;
    margin: 25px 0;
    line-height: 35px;
}

.slider-text h4 {
    -webkit-background-clip: text;
    background-image: var(--text-grid);
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}

/* End Banner-h */

/* Start Services-h */
.services-h {
    padding: 80px 0;
}

.title {
    text-align: center;
    margin-bottom: 50px;
}

.title h3 {
    margin: 0;
    -webkit-background-clip: text;
    background-image: var(--text-grid);
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    font-family: 'geMed';
}

.serv-block {
    transition: all .5s;
    display: block;
    margin: 15px 0;
    background: #fff;
    box-shadow: 15px 15px 15px rgb(0 0 0 / 0.05);
    border-radius: 20px;
    /* overflow: hidden; */
    padding: 40px;
    text-align: center;
    position: relative;
    min-height: 219px;
    direction: rtl;
}

.serv-slider .item {
    padding: 0 22px 30px;
}

.serv-block .icon {
    width: 50px;
    margin: auto;
}

.serv-block .icon img {
    /* width: auto; */
}

.serv-block .details {
    padding-top: 20px;
}

.serv-block .details p {
    font-size: 20px;
    font-family: 'gemed';
    color: #000;
    min-height: 75px;
    max-height: 75px;
    overflow: hidden;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-align: center !important;
}

.more {
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    display: flex;
    padding: 0 30px;
    line-height: 50px;
    background: linear-gradient(to left, #98c33f, #0e5da7);
    margin: auto;
    width: max-content;
    border-radius: 50px;
    color: #fff;
    font-family: 'geLight';
    align-items: center;
}

.more i {
    position: relative;
    left: -8px;
    color: var(--sec-color);
    font-size: 18px;
}

.more i::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -7px;
    background: #fff;
    border-radius: 50%;
    top: -1px;
    margin: auto;
}

.more i::before {
    position: relative;
    z-index: 3;
}

.serv-block:hover {
    transform: scale(1.1);
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 30px;
    background: var(--sec-color);
    position: absolute;
    transition: all .3s;
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--main-color);
}

.owl-theme .owl-dots {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--thr-color);
}

.owl-theme .owl-dots .owl-dot span {
    background: #bec3c7;
    width: 15px;
    height: 15px;
    margin: 5px 0;
}

/* End Services-h */

/* Start Products-h */
.products-h {
    /* background: #f5f6f6; */
    padding: 40px 0;
    /* height: 100vh; */
}

.pro-block {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 30px;
    margin: 15px 0;
    position: relative;
    box-shadow: 15px 15px 15px rgb(0 0 0 / 0.05);
    direction: rtl;
    width: 92%;
    margin: 15px auto;
}

.pro-block .img-block {
    width: 100%;
    position: relative;
}

.pro-block .img-block .img {
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 15px 15px 0 0;
}

.pro-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pro-block .img-block .icon {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-top: -60px;
    overflow: hidden;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-block .img-block .icon img {
    width: auto;
    height: auto;
    max-height: 70px;
}

.pro-block .details {
    padding: 20px;
}

.pro-block .details p {
    color: #000;
    font-size: 18px;
    font-family: 'geMed';
    margin-bottom: 20px;
    line-height: 25px;
    min-height: 50px;
    text-align: center !important;
}

.pro-block .details .social-p {
    display: block;
}

.pro-block .details .social-p a {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    display: inline-flex;
    background: #0e5da7;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.products-h .item {
    padding-bottom: 30px;
}

.products-slider .owl-nav .owl-next {
    right: -20px;
}

.products-slider .owl-nav .owl-prev {
    left: -20px;
}

/* End Products-h */

/* Start Clients-h */
.products-h::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 75%;
    width: 100%;
    background: #f5f6f6;
}

.clients-h {
    padding: 80px 0;
    background: #f5f6f6;
}

.title-white h3 {
    -webkit-text-fill-color: #fff;
}

.clients-h::before {
    content: "";
    background: var(--bg-grid-two);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 65%;
}

.client-block {
    height: 160px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 15px 15px 15px rgb(0 0 0 / 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.client-block .img {
    display: block;
}

.client-block .img img {
    width: auto;
}

.clients-slider .owl-nav .owl-prev {
    left: -20px;
}

.clients-slider .owl-nav .owl-next {
    right: -20px;
}

/* End Clients-h */

/* Start Partenirs-h */
.partenirs-h {
    padding: 80px 0 100px;
    background: #f5f6f6;
}

.text-box {
    text-align: center;
    padding-left: 40px;
}

.text-box p {
    font-size: 22px;
    line-height: 39px;
}

.partenirs-h .text-box {
    margin-bottom: 60px;
}

/* End Partenirs-h */

/* Start Share-us */
.share-us {
    padding: 80px 0;
    margin-bottom: 80px;
    margin-top: 50px;
}

.share-us::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 70%;
    background: linear-gradient(to left, #98c33f, #0e5da7);
    border-radius: 100px 0 0 100px;
}

.text-box.text-white p {
    color: #fff;
    text-align: justify;
}

.img-share {
    background: #fff;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 8px 8px 15px rgb(191 191 191 / 50%);
    width: 85%;
    margin-top: -35%;
}

/* End Share-us */

/* Start Footer */
.footer-top {
    background: #f0efef;
    padding: 50px 0;
}

.footer-top h3 {
    font-family: 'Aqeeq';
    color: var(--sec-color);
    margin: 0 0 20px;
}

.footer-top .links li {
    display: inline-block;
    width: 46%;
    margin-left: 10px;
}

.footer-top .links li a {
    font-size: 20px;
    font-family: 'geMed';
    color: #018c9e;
    line-height: normal;
    margin: 5px 0;
    display: inline-block;
}

.social-f {
    display: flex;
}

.social-f a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--bg-grid-two);
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}

.social-f a:nth-child(1) {
    background: linear-gradient(to right, #027b93, #096b9e);
}

.social-f a:nth-child(2) {
    background: linear-gradient(to right, #289080, #01808e);
}

.social-f a:nth-child(3) {
    background: linear-gradient(to right, #64a567, #3e957a);
}

.social-f a:nth-child(4) {
    background: linear-gradient(to right, #91bd45, #64a567);
}

.footer-bottom {
    background: var(--bg-grid-two);
    padding: 30px 0;
    text-align: center;
}

.comp-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comp-name li,
.comp-name li a {
    color: #fff;
    font-size: 16px;
}

.comp-name li {
    position: relative;
    padding: 0 10px;
    border-left: 1px #fff solid;
    display: inline-flex;
    line-height: normal;
    font-family: 'geLight';
}

.comp-name li:last-child {
    border: none;
}

.footer-bottom .links-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.footer-bottom .links-bottom li {
    display: inline-flex;
    margin: 0 10px;
}

.footer-bottom .links-bottom li a {
    color: #fff;
    font-size: 17px;
    font-family: 'geLight';
}

.footer-bottom .links-bottom li a i {
    width: 25px;
}

/* End Footer */

/* Start About-page */
.body-inner {
    padding: 80px 0;
}

.body-inner .title {
    text-align: start;
    margin: 20px 0 30px;
}

.body-inner .title h3 {
    background-image: linear-gradient(to right, #98c33f 65%, #0e5da7);
    font-size: 55px;
}

.logo-about {
    text-align: center;
}

.logo-about img {
    width: 100%;
}

.about-top p {
    color: #010101;
    font-size: 25px;
    line-height: 50px;
    margin: 20px 0;
    font-family: 'geLight';
    /* text-align: justify; */
}

.about-tabs-h {
    padding-bottom: 80px;
}

.tabs-about {
    margin-bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
}

.tabs-about .nav.nav-pills {
    text-align: center;
    justify-content: center;
    display: inline-flex;
    margin: auto;
    border-bottom: 1px #010101 solid;
}

.tabs-about .nav.nav-pills .nav-item {
    display: inline-block;
    padding: 0 15px;
    margin-bottom: -7.5px;
}

.tabs-about .nav.nav-pills .nav-item .nav-link {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    color: #010101;
}

.tabs-about .nav.nav-pills .nav-item .nav-link span {
    background: #fff;
    width: 15px;
    height: 15px;
    display: table;
    margin: auto;
    border: 1px #010101 solid;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.tabs-about .nav.nav-pills .nav-item h5 {
    font-family: 'geLight';
    font-size: 18px;
    color: #000;
    margin: 0 0 20px;
}

.tabs-about .nav.nav-pills .nav-item .nav-link span::after {
    width: 11px;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--bg-grid);
    height: 11px;
    border-radius: 50%;
    display: block;
    margin: auto;
    transition: all .5s;
    opacity: 0;
}

.tabs-about .nav.nav-pills .nav-item .nav-link.active span::after {
    opacity: 1;
}

.tabs-about .title {
    text-align: start;
}

.tabs-about .title h3 {
    font-size: 45px;
    background-image: linear-gradient(to left, #98c33f 0, #0e5da7 50%);
    display: table;
    margin: auto;
}

.tab-content {
    padding-top: 50px;
}

.img-tab {
    background: #fff;
    height: 345px;
    /* box-shadow: 5px 5px 15px rgb(0 0 0 / 0.3); */
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-end;
}

.img-tab::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8px;
    height: 100%;
    width: 95%;
    background: var(--bg-grid-two);
    z-index: -1;
    margin: auto;
    opacity: 0;
}

.img-tab img {
    /* width: 100%; */
    position: relative;
    right: -6px;
    max-height: 100%;
    /* object-fit: contain; */
}

.text-tab {
    text-align: start;
}

.text-tab p {
    color: #010101;
    font-size: 25px;
    line-height: 50px;
    margin: 20px 0;
    font-family: 'geLight';
}

.text-tab h3 {
    color: #646262;
    font-family: 'geMed';
    margin: 0;
}

.tab-content .tab-pane {
    padding: 50px 0;
}

#about2 {
    background: #f0efef;
}

.block-team {
    display: table;
    width: fit-content;
    margin: 25px auto;
}

.block-team .img {
    /* background: #fff; */
    height: 345px;
    /* box-shadow: 5px 5px 15px rgb(0 0 0 / 0.3); */
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-end;
    min-width: 250px;
    /* border-bottom: 8px solid; */
    /* border-image: var(--bg-grid-two); */
    /* border-image-slice: 1; */
    border-right: 0;
    border-top: 0;
    border-left: 0;
    padding-bottom: 12px;
}

.block-team .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* object-position: top; */
    position: relative;
}

.tab-inner .col-md-3.col-sm-12:nth-child(3) .block-team .img {
    /* border-image: linear-gradient(to left, #027a93, #248f80); */
    /* border-bottom: 8px solid; */
    /* border-image-slice: 1; */
}

.tab-inner .col-md-3.col-sm-12:nth-child(2) .block-team .img {
    /* border-image: linear-gradient(to left, #0e5ea7, #087699); */
    /* border-bottom: 8px solid; */
    /* border-image-slice: 1; */
}

.tab-inner .col-md-3.col-sm-12:nth-child(4) .block-team .img {
    /* border-image: linear-gradient(to left, #429779, #79af61); */
    /* border-bottom: 8px solid; */
    /* border-image-slice: 1; */
}

.tab-inner .col-md-3.col-sm-12:nth-child(5) .block-team .img {
    /* border-image: linear-gradient(to left, #8cbb49, #9ac443); */
    /* border-bottom: 8px solid; */
    /* border-image-slice: 1; */
}

.block-team .details {
    padding-top: 20px;
}

.block-team .details h3 {
    margin: 0 0 5px;
    color: #616267;
    font-family: 'geMed';
}

.block-team .details span {
    color: #558d91;
    font-size: 22px;
    font-family: 'geMed';
}

.title-about {
    text-align: center;
    margin: 50px 0;
}

.title-about h3 {
    box-shadow: 4px 4px 15px rgb(0 0 0 / 18%);
    padding: 0 20px;
    min-height: 70px;
    display: flex;
    margin: auto;
    min-width: 100%;
    border-radius: 50px;
    font-size: 45px;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #16809d, #0a65a2);
    -webkit-text-fill-color: transparent;
    align-items: center;
    justify-content: center;
}

.text-about p {
    color: #0a0303;
    font-size: 30px;
    text-align: start;
    line-height: 46px;
    font-family: 'geMed';
}

.text-about {
    margin: 50px 0;
}

.tab-inner .row:nth-child(2) .col-md-3.col-sm-12 .title-about h3 {
    background-image: linear-gradient(to right, #9ec64a, #98c33f);
}

.tabs-about #about3 .title {
    text-align: center;
}

.tabs-about #about3 .title h3 {
    background-image: var(--text-grid);
}

.all-items-q {
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1;
}

.all-items-q .item-q {
    flex: auto;
    display: inline-flex;
    color: #161315;
    min-height: 70px;
    padding: 20px 10px;
    text-align: center;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    border-right: 8px solid;
    border-color: #0e5da7;
    /* border-image: linear-gradient(to top, #98c33f, #0e5da7); */
    border-image-slice: 1;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    margin: 15px;
    width: fit-content;
    box-shadow: 5px 5px 10px #00000042;
    min-height: 90px;
    max-width: 185px;
}

.all-items-q .item-q:nth-of-type(2) {
    border-color: #047597;
}

.all-items-q .item-q:nth-of-type(3) {
    border-color: #188d83;
}

.all-items-q .item-q:nth-of-type(4) {
    border-color: #64a567;
}


.all-items-q .item-q:nth-of-type(5) {
    border-color: #85b74f;
}

#about4 {
    background: #f0efef;
}

.block-coals {
    padding: 50px;
    background: #fff;
    box-shadow: 7px 7px 15px rgb(0 0 0 / 18%);
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    margin: 50px 0;
    border-bottom: 8px var(--sec-color) solid;
    transition: all .5s;
}

.block-coals .icon {
    height: 70px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-coals .icon img {
    max-width: 60px;
    max-height: 60px;
    /* object-fit: contain; */
    /* object-position: center; */
}

.block-coals .icon .num-step {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    z-index: 3;
    border-radius: 50%;
    background: #7bb057;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 35px;
}

.block-coals .details {
    padding-top: 20px;
}

.block-coals .details h3 {
    margin: 0;
    font-family: 'geMed';
    font-size: 28px;
    line-height: 38px;
}

.tab-inner .col-md-4.col-sm-12:nth-child(2) .block-coals .icon .num-step {
    background: #018689;
}

.tab-inner .col-md-4.col-sm-12:nth-child(3) .block-coals .icon .num-step {
    background: #0a64a2;
}

.block-coals:hover {
    transform: scale(1.1);
}

.tabs-about .tabs-about-inner .nav.nav-pills {
    border: none;
    border-radius: 50px;
    overflow: hidden;
}

.tabs-about .tabs-about-inner .nav.nav-pills .nav-item {
    margin: 0;
    padding: 0;
}

.tabs-about .tabs-about-inner .nav.nav-pills .nav-item .nav-link {
    font-size: 25px;
    font-family: 'geLight';
    background: #f0f1f2 !important;
    display: flex;
    min-height: 60px;
    padding: 0 70px;
    align-items: center;
    height: fit-content;
    border-radius: 0;
}

.tabs-about .tabs-about-inner .nav.nav-pills .nav-item .nav-link.active {
    background: var(--bg-grid) !important;
    color: #fff;
}

.block-an {
	/*after edit size of height box*/
	height:250px;
    padding: 40px;
    background: #fff;
    box-shadow: 3px 3px 12px rgb(0 0 0 / 15%);
    border-bottom: 8px solid;
    border-image: var(--bg-grid-two);
    border-image-slice: 1;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin: 15px 0;
    opacity: .4;
    transition: all .5s;
    min-height: 295px;
}

.block-an .icon {
    max-width: 110px;
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.block-an .detials {
    padding-top: 23px;
}

.block-an .detials h3 {
    color: #050d18;
    font-size: 25px;
    margin: 0;
}

.block-an:hover {
    opacity: 1;
    transition: all .5s;
}

/* End About-page */

/* Start Services-page */
.services-page .title,
.products-page .title,
.achiev-page .title,
.center-page .title {
    text-align: center;
    margin: 0 0 50px;
}

.services-page .title h3,
.products-page .title h3,
.achiev-page .title h3,
.center-page .title h3 {
    font-size: 70px;
    background-image: var(--text-grid);
}

.serv-block-in {
    margin: 15px 0;
    box-shadow: 7px 7px 15px rgb(0 0 0 / 0.2);
    border-radius: 15px;
    padding: 40px;
    min-height: 311px;
}

.serv-block-in .icon {
    display: flex;
}

.serv-block-in .icon .details-more,
.serv-block-in .icon .img {
    display: inline-flex;
    flex: auto;
}

.serv-block-in .icon .img {
    max-height: 70px;
}

.serv-block-in .icon .img img {
    height: 70px;
}

.serv-block-in .icon .details-more {
    justify-content: flex-end;
    opacity: .5;
    transition: all .5s;
}

.serv-block-in .icon .details-more .showSingle {
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    -webkit-background-clip: text;
    background-image: var(--text-grid);
    -webkit-text-fill-color: transparent;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 13px rgb(0 0 0 / 0.1);
    cursor: pointer;
}

.serv-block-in .icon .details-more .showSingle::before,
.serv-block-in .icon .details-more .showSingle::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.serv-block-in .icon .details-more .showSingle::before {
    background: var(--bg-grid);
    z-index: -3;
}

.serv-block-in .icon .details-more .showSingle::after {
    background: #fff;
    width: 95%;
    height: 95%;
    border-radius: 50%;
    margin: auto;
    right: -1px;
    z-index: -2;
}

.serv-block-in .icon .details-more .showSingle i {
    /* position: absolute; */
    /* z-index: 2; */
}

.serv-block-in:hover .icon .details-more {
    opacity: 1;
}

.serv-block-in .details {
    padding-top: 25px;
}

.serv-block-in .details h3 {
    margin: 0;
    color: #44393b;
    font-size: 24px;
    line-height: 34px;
    font-family: 'gelight';
    font-weight: 600;
    text-align: center;
}

.serv-block-in .icon .details-more .showSingle:hover {}

.services-page .row {
    justify-content: center;
}

.targetDiv-content {
    background: #f0efef;
    margin-bottom: 80px;
    padding: 50px 0;
}

.targetDiv-content .icon {
    /* max-height: 100px; */
}

.targetDiv-content .icon .img {
    height: 100px;
    text-align: center;
}

.targetDiv-content .icon .img img {
    height: 90%;
}

.targetDiv-content .icon .text-icon {
    margin-top: 20px;
}

.targetDiv-content .icon .text-icon h3 {
    font-family: 'gelight';
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.targetDiv-content .row {
    align-items: center;
}

.targetDiv-content .details-h {
    border-right: 2px #f9f8f8 solid;
    padding: 40px;
}

.targetDiv-content .details-h p {
    font-size: 21px;
    color: #423b38;
    font-family: 'geMed';
    line-height: 31px;
}

.targetDiv {
    display: none;
}

/* End Services-page */

/* Start Products-page */
.products-page .pro-block {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    height: 450px;
    padding-bottom: 0;
}

.products-page .pro-block .product-inner {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
}

.products-page .pro-block .product-inner .front {
    position: relative;
    right: 0;
    z-index: 2;
    background: #fff;
    /* padding: 30px; */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.products-page .pro-block .product-inner .back {
    transform: rotateY(180deg);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px;
    height: 100%;
}

.products-page .pro-block:hover .product-inner {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.products-page .pro-block .product-inner .back .hover-h {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.products-page .pro-block .product-inner .back .hover-h p {
    font-size: 14px;
    font-family: 'geMed';
    line-height: 23px;
}

/* End Products-page */

/* Start Avhiev-page */
.achiev-block {
    width: 80%;
    margin: 30px auto;
    box-shadow: 13px 11px 15px rgb(0 0 0 / 16%);
    border-radius: 15px;
}

.achiev-block .head-block {
    background: linear-gradient(to left, #98c33f, #0e5da7 80%);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 120px;
    padding: 20px;
    text-align: center;
}

.achiev-block .details {
    padding: 50px 30px;
    text-align: center;
}

.achiev-block .head-block h3 {
    color: #fff;
    margin: 0;
    font-family: 'geMed';
    font-size: 22px;
    line-height: 32px;
}

.achiev-block .head-block .showSingle {
    position: absolute;
    bottom: -22.5px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 3px 6px 15px rgb(0 0 0 / 16%);
    font-size: 16px;
    cursor: pointer;
}

.achiev-block .head-block .showSingle i {
    position: relative;
    -webkit-background-clip: text;
    background-image: var(--bg-grid);
    -webkit-text-fill-color: transparent;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
}

.achiev-block .head-block .showSingle::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--bg-grid);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin: auto;
    /* z-index: -4; */
}

.achiev-block .head-block .showSingle i::before {
    /* z-index: 2; */
    /* position: relative; */
}

.achiev-block .head-block .showSingle::before {
    content: "";
    position: absolute;
    right: 0px;
    left: 1px;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: auto;
    z-index: 2;
    display: block;
}

.achiev-block .details p {
    font-size: 20px;
    margin: 15px 0;
    font-family: 'geMed';
    line-height: 30px;
}

.achiev-block .details .img img {
    width: 100%;
}

.achiev-block .head-block .showSingle.active {
    opacity: 0;
    display: none;
}

/* End Avhiev-page */

/* Start Center-page */
.block-center {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    height: 200px;
    display: block;
}

.block-center .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.block-center .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-center .img .btn-plus {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    display: flex;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 23%);
    justify-content: center;
    align-items: center;
}

.block-center .img .btn-plus::before {
    content: "";
    position: absolute;
    right: 0px;
    left: 1px;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: auto;
    z-index: 2;
    display: block;
}

.block-center .img .btn-plus::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--bg-grid);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin: auto;
}

.block-center .img .btn-plus i {
    position: relative;
    z-index: 2;
    -webkit-background-clip: text;
    background-image: var(--bg-grid);
    -webkit-text-fill-color: transparent;
}

.block-center .details {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--bg-grid-two);
    padding: 15px;
    transform: translateY(100%);
    transition: all .5s;
    width: 100%;
}

.block-center .details h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'geMed';
}

.block-center:hover .details {
    transform: translate(0);
}

.big .single-block {
    height: 500px;
    margin-bottom: 50px;
}

.big {
    margin-top: 50px;
}

.big .single-block .img {
    width: 100%;
    height: 100%;
}

.big .single-block .img img {
    height: 100%;
    object-fit: contain;
}

.thumbs {
    width: 70%;
    margin: auto;
}

.thum-block {
    height: 150px;
    filter: blur(1px);
    transition: all .5s;
}

.center-slider .owl-nav .owl-prev,
.center-slider .owl-nav .owl-next {
    border-radius: 5px;
    background: #a9aaa9;
}

.center-slider .owl-nav .owl-prev {
    left: -50px;
}

.center-slider .owl-nav .owl-next {
    right: -50px;
}

.owl-item.active.current .thum-block {
    filter: none;
}

.block-video {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    height: 200px;
    display: block;
}

.block-video .img {
    width: 100%;
    height: 100%;
}

.block-video .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-video .img::after {
    content: "\f04b";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
}

.center-video {
    margin-top: 50px;
    height: 500px;
}

iframe {
    width: 100%;
    height: 100%;
}

.block-news {
    margin: 15px 0;
    border-radius: 15px;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 16%);
    display: flex;
    overflow: hidden;
    text-align: start;
    position: relative;
	


}

.block-news .details {
    padding: 20px;
    /*width: calc(100% - 35%);*/
	/*after edit*/
	width: calc(100% - 35%);
    padding-left: 10px;
	
}

.block-news .img {
    height: 100%;
   width: 35%;
    position: absolute;
    left: 0;
	
}

.block-news .img img {
    width: 100%;
    height: 100%;
	/*edit code here , commit this*/
    /*object-fit: cover;*/
	display:inline-block;
    object-position: center;
	

}
/* added*/
.col-12 img {
    max-width: 100%;
    width: 1200px;
    height: 500px;
}

.block-news .details h3 {
    color: #038ca2;
    font-family: 'geMed';
    font-size: 15px;
    line-height: 25px;
	/*after edit*/
	height:180px;
	
	
}

.block-news .details .btn {
    line-height: 35px;
    border-radius: 50px;
    font-family: 'Aqeeq';
}

.all-details .block-news .details h3 {
    font-size: 35px;
    line-height: 40px;
	/* added*/
	margin-top:50px;
}

.all-details .block-news .details {
    padding: 40px;
		/* added*/
	width:1200px;
	
}

.all-details {
    margin-top: 50px;
}

.all-details .block-news .details p {
    font-size: 20px;
    margin: 30px 0;
    font-family: 'geLight';
	text-align: justify;
}

.all-details .block-news .details .btn {}

.news-slider {
    width: 70%;
    margin: auto;
    margin-top: -100px;
}

.all-details .block-news {
    padding-bottom: 100px;
}

.all-details .news-slider .block-news {
    height: 150px;
    padding: 0;
}

.all-details .news-slider .block-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-slider .owl-nav .owl-prev,
.news-slider .owl-nav .owl-next {
    border-radius: 5px;
    background: #a9aaa9;
}

.news-slider .owl-nav .owl-prev {
    left: -50px;
}

.news-slider .owl-nav .owl-next {
    right: -50px;
}

/* End Center-page */

/* Start Contact-page */
.breadcrumb-contact .img-contact {
    /* position: absolute; */
    padding: 0;
    margin-top: -55px;
    right: 0;
    height: 100%;
    max-width: 60%;
    width: 60%;
    margin-right: -10%;
    flex: 0 0 60%;
}

.breadcrumb-contact .img-contact img {
    width: 100%;
    /* height: 100%; */
}

.breadcrumb-contact,
.breadcrumb-contact .container,
.breadcrumb-contact .container .row {
    min-height: 289px;
}

.breadcrumb-contact .container .row {
    align-items: center;
}

.form-contact {
    width: 55%;
    margin: auto;
    box-shadow: 7px 7px 20px rgb(0 0 0 / 0.3);
    border-bottom: 8px solid;
    border-image: var(--bg-grid-two);
    border-image-slice: 1;
    padding: 50px 50px 80px;
    text-align: start;
    position: relative;
}

.form-contact .form-group {
    margin: 20px 0;
    width: 85%;
}

.form-contact .form-group .form-control {
    background: #e9e8ea;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: 60px;
}

.form-contact .form-group label {
    font-size: 22px;
    font-family: 'geMed';
    color: #010101;
}

.form-contact .form-group .btn {
    position: absolute;
    bottom: -25px;
    display: table;
    margin: auto;
    right: 0;
    left: 0;
    outline: none !important;
    border-radius: 50px;
    font-size: 20px;
    line-height: 50px;
    min-width: 140px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
}

.map-con {
    margin: auto;
    width: 50%;
    height: 450px;
}

.social-co {
    margin-top: 40px;
}

.social-co a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--bg-grid-two);
    color: #fff;
    margin: 0 10px;
    font-size: 18px;
}

.social-co a:nth-child(1) {
    background: linear-gradient(to right, #71ab60, #94c042);
}

.social-co a:nth-child(2) {
    background: linear-gradient(to right, #299080, #5ba06d);
}

.social-co a:nth-child(3) {
    background: linear-gradient(to right, #047597, #018689);
}

/* End Contact-page */

.text-top {
    width: 70%;
    margin: 0 auto 80px;
    text-align: center;
}

.text-top p {
    font-size: 16px;
    line-height: 27px;
    font-family: 'geMed';
}

.content-pro-s .body-block::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    left: 0;
    background-color: #E9E9E9;
    width: 150%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
}

.content-pro-s .col-md-5.col-sm-12 .body-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    right: 0;
    background-color: #E9E9E9;
    width: 150%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
}

.block-single-pro {
}

.block-single-pro .title-block {
    font-size: 24px;
    color: #fff;
    font-family: 'geMed';
    position: relative;
    padding: 12px 20px;
    z-index: 2;
    margin: 0;
    border-radius: 30px;
    background-color: #40BAD5;
    display: inline-block;
}

.block-single-pro .title-block:after {
    content: '';
    position: absolute;
    top: 0;
    right: -130%;
    width: 168%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    background-color: #40BAD5;
}

.block-single-pro .body-block {
    position: relative;
    padding: 60px 20px 40px;
    top: -45px;
    margin: 15px 0;
}

.col-md-5.col-sm-12 
 .block-single-pro .title-block:after {
    right: 0;
    background: #035AA6;
    border-radius: 30px 30px 0;
    display: block;
    width: 100%;
}

.block-single-pro .title-block h3 {
    margin: 0;
    font-size: 24px;
}

.block-single-pro .body-block ul li {
    display: block;
    margin: 6px 0;
    padding-right: 15px;
    position: relative;
    font-family: 'geMed';
    font-size: 14px;
}

.block-single-pro .body-block ul li::before {width: 5px;content: "";position: absolute;right: 0;height: 5px;background: #000;border-radius: 50%;top: 8px;}

.block-single-pro .body-block img {
    max-height: 114px;
}

.text-error {
    text-align: center;
}

.text-error h1 {font-family: sans-serif;font-size: 150px;line-height: 1;color: var(--main-color);}

.text-error h5 {
    margin-bottom: 20px;
    font-size: 21px;
}

.text-error p {
    color: #777777;
    font-size: 18px;
}

.text-error p a {
    line-height: 35px;
    padding: 0 10px;
    margin: 0 10px;
    display: inline-block;
    color: var(--main-color);
}

.slider-bottom-single {
    background-color: #E9E9E9;
    padding: 50px 0;
}

.pro-s-slider .block-ss {
    width: 100%;
    height: 250px;
    display: block;
    width: 100%;
    position: relative;
}

.pro-s-slider .block-ss img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.pro-s-slider .owl-dots {
    margin-top: 20px !important;
}

.pro-s-slider .block-ss::after {transition: all .5s;content: "\f002";position: absolute;right: 0;left: 0;top: 0;bottom: 0;/* width: 40px; *//* height: 40px; */display: flex;justify-content: center;align-items: center;font-family: 'Font Awesome 5 Pro';color: #fff;font-size: 30px;transform: scale(0);}

.pro-s-slider .block-ss:hover::after {
    transform: scale(1);
}

.single-product.body-inner {
    overflow: hidden;
}

.products-page .pro-block .product-inner .back .hover-h .col-md-8.col-md-offset-2.col-sm-12.col-xs-12 {
    max-width: 100%;
    width: 100%;
    flex: auto;
    padding: 0;
}

#about3 .row:nth-child(2) {
    direction: ltr;
    text-align: right;
}

.text-about p {
    text-align: right;
}

.sidebar .side-nav ul li.open .sub-menu {
    height: auto;
}

.sidebar .side-nav ul li.open .sub-menu li a {
    pointer-events: inherit;
}

/*.sidebar .side-nav ul li.menu-item-has-children a {pointer-events: none;}*/



.thum-block .img {
    height: 100%;
}

.thum-block .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.site-search .woocommerce-product-search .search-field, .site-search .widget_search .search-form .search-field {
    padding-left: 40px;
}

.more:hover, .more:focus {
    color: #fff;
}

.clients-slider .item {
    padding: 0 20px;
}


#aboutIn1 .col-md-3.col-sm-6:nth-child(1) .block-an,
#aboutIn2 .col-md-3.col-sm-6:nth-child(1) .block-an {
    border-image: linear-gradient(to right, #0f416f , #0e5da7 55%);
    border-image-slice: 1;
}

#aboutIn1 .col-md-3.col-sm-6:nth-child(2) .block-an,
#aboutIn2 .col-md-3.col-sm-6:nth-child(2) .block-an {
    border-image: linear-gradient(to right, #0e5da7 , #0f416f 55%);
    border-image-slice: 1;
}

#aboutIn1 .col-md-3.col-sm-6:nth-child(3) .block-an,
#aboutIn2 .col-md-3.col-sm-6:nth-child(3) .block-an {
    border-image: linear-gradient(to right, #98c33f, #0e5da7);
    border-image-slice: 1;
}

#aboutIn1 .col-md-3.col-sm-6:nth-child(4) .block-an,
#aboutIn2 .col-md-3.col-sm-6:nth-child(4) .block-an {
    border-image: linear-gradient(to left, #98c33f, #85ad33);
    border-image-slice: 1;
}

.logo img {
    max-width: 100px;
}

.title h3 img {
    max-width: 200px;
}

.pro-block .img-block .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-inner::before {content: "";position: absolute;right: -10px;top: 0;width: 10%;height: 40%;background: url(../images/after.png);background-size: contain;background-repeat: no-repeat;}

.contact-page.body-inner::before {
    display: none;
}

.breadcrumb-contact .title h3 img {
    /* max-width: 300px; */
}

.contact-page.body-inner {
    /*padding-top: 150px;*/
}

.products-page.body-inner::after {
    content: "";
    position: absolute;
    left: -10%;
    top: 0;
    width: 14%;
    height: 40%;
    background: url(../images/after.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0;
}

.products-page.body-inner {
    overflow: hidden;
}

.targetDiv-content::before {
    display: none;
}


.all-items-q .item-q {
    border-color: #11769f;
}

.img-tab {
    margin-top: 32px;
}

.text-tab p {
    text-align: justify;
    line-height: 2.5;
}

.share-us .title h3 {
    text-align: start;
    text-align-last: start;
}

.block-team .img::after {content: "";position: absolute;right: 0;left: 0;bottom: 0;height: 12px;width: 100%;background-image: url(../images/1.png);background-repeat: no-repeat;background-position: center;}

.col-md-3.col-sm-12:nth-child(2) .block-team .img::after {
    background-image: url(../images/2.png);
}

.col-md-3.col-sm-12:nth-child(3) .block-team .img::after {
    background-image: url(../images/3.png);
}

.col-md-3.col-sm-12:nth-child(4) .block-team .img::after {
    background-image: url(../images/4.png);
}

.col-md-3.col-sm-12:nth-child(5) .block-team .img::after {
    background-image: url(../images/5.png);
}

.products-h .title {
    margin-bottom: 30px;
}

.block-an .icon img {
    max-height: 100%;
}