:root {
    --main-color: #141414;
    --sec-color: #0F0F0F;
    --bg-color: #4F3C58;
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/din-next-lt-w23-regular.ttf');
}
@font-face {
    font-family: 'medium';
    src: url('../fonts/din-next-lt-w23-medium.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/din-next-lt-w23-bold.ttf');
}

/***************************************************/
@font-face {
    font-family: 'ge-ss-l';
    src: url('../fonts/ge-ss-l.otf');
}
@font-face {
    font-family: 'ge-ss-m';
    src: url('../fonts/ge-ss-m.otf');
}
@font-face {
    font-family: 'ge-ss-b';
    src: url('../fonts/ge-ss-b.otf');
}
@font-face {
    font-family: 'light';
    src: url('../fonts/GE_SS_Two_Light.otf');
}

/***************************************************/
body {
    direction: rtl;
    text-align: start;
    font-family: 'regular';
    /*font-family: 'ge-ss-m';*/
}
h1,
h2,
h3,
h4,
h5,
h6{
    /* font-family: 'ge-ss-m';  */
    font-family: 'medium';
}
p,
li,
span,
input,
label{
    /*font-family: 'ge-ss-L'; */
}
input:focus,button:focus,textarea:focus{
    outline: none;
}
/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
}

.nice-select::after {
    left: 12px;
    right: auto;
}

.nice-select .option {
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}

.owl-carousel {
    direction: ltr;
}

button:focus,
button {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

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

a,
a:hover {
    text-decoration: none;
}
.navbar-brand img,.footer-logo img{
    max-height: 100px;
}
.mynav .nav-link {
    color: var(--main-color);
    margin-right: 0px;
    transition: all 0.3s;
    padding-right: 15px !important;
    padding-left: 6px !important;
}

.mynav .nav-link:hover {
    color: var(--bg-color);
}

.mynav .nav-link,.current-menu-item .nav-link {
    position: relative;
    padding-bottom: 15px;
}

.mynav .nav-link::after
,.mynav .current-menu-item .nav-link::after{
    position: absolute;
    content: '';
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid var(--bg-color);
    opacity: 0;
}

.mynav .nav-link.active ,.mynav .current-menu-item .nav-link {
    color: var(--bg-color);
}

.mynav .nav-link.active::after,.mynav .current-menu-item .nav-link::after {
    opacity: 1;
}

.right-tobheader {
    text-align: right;
}

.right-tobheader ul li {
    display: inline-block;
    margin-left: 20px;
}

.right-tobheader ul li i {
    margin-left: 8px;
}

.left-tobheader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left-tobheader .lang {
    margin-right: 20px;
}

.lang a {
    color: var(--main-color);
    text-transform: uppercase;
}
.lang a img{
    width: 30px;
}
.mynav .navbar .lang {
    opacity: 0;
}

.left-header a {
    display: inline-block;
    color: var(--sec-color);
    border: 1px solid var(--sec-color);
    min-width: 125px;
    margin-right: 20px;
    font-family: 'medium';
    text-align: center;
    padding: 8px;
    transition: all 0.3s;
}

.left-header a:hover {
    background-color: var(--sec-color);
    color: #fff;
}
.header-sochial{
    display: flex;
}
.header-sochial a {
    margin-right: 3px;
    transition: all 0.5s;
    color: var(--main-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.topbar a:hover,
.header-sochial a:hover{
    color: var(--bg-color);
    background-color: var(--bg-color);
}
.lang a:hover{
    color: var(--bg-color);
}
.mynav .row {
    align-items: center;
    position: relative;
    z-index: 999;
}

.navbar-toggler-icon i {
    background-color: var(--bg-color);
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand {
    /*margin-right: -20px;
    margin-left: 40px;*/
    display: block;
    height: 100px;
}

.dropdown-menu {
    position: absolute;
    right: 0;
    min-width: 240px;
    padding: 0;
    text-align: right;
    background: #fff;
    display: flex !important;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.7s;
    border-color: transparent;
    box-shadow: 0px 0px 20px #00000029;
    flex-wrap: wrap;
}

 .nav-item:hover .dropdown-menu {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.nav-item.active{
    color:red;
}

.dropdown-toggle::after {
    display: none !important;
}
.dropdown-toggle {
    position: relative;
}
.dropdown-toggle::before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    top: 10px;
    left: 5px;
    font-size: 13px;
    /* color: var(--main-color); */
    transition: all 0.5s;
}

.sidebar .dropdown-toggle::before {
    left: 51px;
}

.nav-item:hover .dropdown-toggle::before {
    transform: rotate(180deg);
}
 .sidebar .nav-item.activ .dropdown-menu {
    display: block !important;
    height: auto !important;
    visibility: visible;
    opacity: 1 !important;
    z-index: 1;
    overflow: hidden;
   
}

/* Sidebar */
.sidebar {
    overflow: hidden;
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -390px;
    height: 100%;
    width: 350px;
    background-color: var(--bg-color);
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
}

.sidebar-width {
    right: 0px;
}

.close-side i {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 10px;
    margin-top: 30px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--sec-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
}

.sidebar .side-content ul li:hover {
    background-color: #fff;
}

.sidebar .side-content ul li:hover a::after {
    color: #fff;
}

.sidebar .side-content ul li:hover a,
.sidebar .side-content>ul li:hover a::after {
    color: var(--main-color);
}

.sidebar .side-content ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative;
    padding-left: 40px;
    text-align: right;
    transition: all 0.6s;
}

.sidebar .side-content ul li a:hover, .sidebar .side-content ul li.current-menu-item a {
    background-color: #fff;
    color: var(--main-color);
}

/* Start home slider */
.home-slider,
.breadcrumb-section {
    position: relative;
}

.home-slider::after,
section.home-video::after,
.breadcrumb-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -58px;
    width: 100%;
    height: 86px;
    background-image: url('../images/mask11.png');
    z-index: 1;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
}

.home-slider::before,
section.home-video::before,
section.footer::before,
.breadcrumb-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: -138px;
    width: 30%;
    height: 241px;
    background-image: url('../images/mask2.png');
    z-index: 9;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
    /* background-color: red; */
}

.home-slider img,
.home-slider .owl-item {
    height: 100%;
}

.home-slider .item {
    position: relative;
    margin: 0 15px;
}

.carousel-info {
    position: absolute;
    width: 50%;
    margin: auto;
    z-index: 2;
    color: #fff;
    text-align: center;
    bottom: 0px;
    transform: translateY(-80px);
    /*transform: translate(0px);
    visibility: hidden;*/
    transition: all 1s ease-in;
    padding: 45px 20px;
    left: 0;
    right: 0;
}

.carousel-info::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 58px;
    right: 19px;
    transition: all 1s;
    z-index: -1;
}

.slider .owl-item.active .carousel-info::after {
    width: 60%;
    height: 200px;
    border: 2px solid #fff;
}

.carousel-info h2 {
    font-size: 51px;
    font-family: 'bold';

}

.slider .owl-item.active .carousel-info {
    /*transform: translateY(-60px);
    opacity: 1;
    visibility: visible;*/
}

.home-slider .carousel-info {
    text-align: center;
}

.home-slider .carousel-info span {
    color: var(--sec-color);
    position: relative;
    font-size: 21px;
}

.home-slider .carousel-info h2 {
    color: #fff;
    margin: 37px 0 20px;
    font-size: 60px;
}

.read-more a,
.read-more button {
    display: inline-block;
    min-width: 138px;
    border: 1px solid #fff;
    background-color: var(--bg-color);
    text-align: center;
    padding: 10px;
    color: #fff;
     transition: all 0.3s;
}
.read-more a:hover, .read-more button:hover,
.carousel-info .read-more a:hover{
    background-color: var(--main-color);
    color: #fff;
}
.carousel-info .read-more a:hover{
    border: 1px solid #AD1C66;
}
.carousel-info .read-more a {
    background-color: #fff;
    color: var(--bg-color);
    transition: all 0.3s;
}

.home-slider {
    height: 460px;
}

.slider-home .owl-item img {
    height: 460px;
    object-fit: cover;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next,
.about-slider.owl-theme .owl-nav .owl-next,
.about-slider.owl-theme .owl-nav .owl-prev,
.about.owl-theme .owl-nav .owl-prev,
.about.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 25px;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next {
    top: 50%;
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 16%;
    background-color: var(--bg-color);
}

.home-slider .owl-theme .owl-nav .owl-next {
    right: 16%;
    background-color: #AD1C66;
    background: var(--bg-color);
}

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

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

.card-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-prev {
    left: -50px;
}

.card-slider.owl-theme .owl-nav .owl-next,
.sponser-slider.owl-theme .owl-nav .owl-next {
    right: -50px;
}

.slider-home .slider-img {
    position: relative;
}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.slider-home.owl-theme .owl-nav [class*=owl-],
.about-slider.owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    transition: all 0.5s;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    background: var(--bg-color);
}
.about-slider.owl-theme .owl-nav i{
    font-weight: 100;
}
.about-slider.owl-theme .owl-nav [class*=owl-]{
    color: var(--bg-color);
    background-color: #fff;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: var(--sec-color);
}

/* Start card slider section */
section {
    margin: 0;
    padding: 45px 0;
    position: relative;
    z-index: 100;
}

.card-slider .item-img img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    /*border-radius: 20px 20px 0 0;*/
}

.card-slider .item-img {
    position: relative;
}

.card-slider .item-img::after {
    position: absolute;
    content: '';
    top: 208px;
    left: 20px;
    width: 130px;
    height: 130px;
    background-image: url('../images/after-1.png');
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.card-slider .item:hover .item-img::after {
    background-image: url('../images/after-2.png');
}

.card-slider.owl-theme .owl-nav [class*=owl-] {
    width: 38px;
    height: 38px;
    color: #000;
    background: none;
    background-color: transparent;
    font-size: 35px;
    transition: all 0.5s;
}

.card-slider .item-body {
    text-align: right;
    padding: 20px 10px;
}
.card-slider .item-body p{
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}
.card-slider .item-body h4 {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-family: 'medium';
    font-size: 22px;
}

.card-slider .item-body h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 45px;
    height: 2px;
    background-color: var(--bg-color);
}

.card-slider .item-body h4 a {
    color: var(--main-color);
    transition: all 0.3s;
    height: 26px;
    overflow: hidden;
    display: block;

}

.card-slider .item {
    margin: 0;
}

.card-slider .item .item-data {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    transition: all 0.4s;
    border-radius: 0px;
}
.card-slider .item .item-data:hover{
    box-shadow: 0px 5px 10px rgb(0, 0, 0, 15%);
}
.card-slider .item:hover .item-body h4 a {
    color: var(--bg-color);
}

i.fa-triangle {
    background-color: red;
    color: red;
}

/* Start video section */
section.home-video,
section.footer {
    background-color: #F6F6F6;
    padding: 90px 0 120px;
    position: relative;
    overflow: hidden;
}
section.footer{
  padding: 40px 0 25px;  
  margin: 0;
}
.home-video .container {
    position: relative;
    z-index: 999;
}

section.home-video .col-lg-6 {
    padding: 0;
}

section.home-video::before,
section.footer::before {
    top: -191px;
    width: 100%;
}

.video-info {
    background-color: #fff;
}

section.my-video video {
    width: 100%;
    position: relative;
    z-index: 2;
}

.about-video video,
.about-video img {
    width: 100%;
    margin: auto;
    height: 100%;
    z-index: 1;
    border-radius: 20px;
    height: 100%;
}

.about-video {
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    background-color: #f6f6f6;
    padding: 7px;
    border-radius: 20px;
    height: 330px;
}

.about-video .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.about-video .buttons button {
    position: relative;
    border: none;
    outline: none;
    background: none;
}

.about-video .buttons button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'font awesome 5 pro';
    color: #fff;
    font-size: 22px;
    background-color: #AD1C66;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 11;
}

.about-video .buttons button.play::after {
    content: '\f04b';
}

.about-video .buttons button.pause::after {
    content: '\f04c';
}

.video-box {
    position: relative;
}

.video-box .video-info {
    position: absolute;
    top: 49px;
    right: -72px;
    padding-top: 34px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 90px;
    z-index: 1;
    border-radius: 20px;
    min-height:300px;
}

.section-title h5 {
    color: var(--sec-color);
    font-family: 'medium';
    position: relative;
    padding-bottom: 20px;
}

.section-title h5::after,
.section-title h4::after {
    position: absolute;
    content: '';
    bottom: 12px;
    right: 0;
    width: 45px;
    height: 2px;
    background-color: var(--bg-color);
}

/* Start our products section */
.product-item {
    margin-bottom: 25px;
    position: relative;
}

.img-hover {
    opacity: 0;
    transform: scale(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(79 60 88 / 70%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 20px;*/
    transition: all 0.4s;
}

.product-info {
    text-align: center;
    padding: 30px 60px;
    position: relative;
    z-index: 999;
}

.product-info h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 31px;
}

.product-info i {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 50%;
    padding: 12px;
    margin-left: 10px;
}

.product-item .pro-img {
    height: 270px;
}

.product-item:hover .img-hover {
    opacity: 1;
    transform: scale(1);
}

.product-item .pro-img img {
    max-width: 100%;
    height: 100%;
    /*border-radius: 20px;*/
    object-fit: contain;
}

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

.title h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 26px;
    /* font-family: 'medium';*/
    margin-bottom: 0;
}

.title h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--bg-color);
}

.ourProduct .read-more {
    text-align: center;
    margin-top: 40px;
}

/* end our products section */
/* Sponser section */
.partner .section-title h4 {
    font-size: 30px;
    margin-bottom: 50px;
}
/*
.sponser-slider .item img {
    width: auto;
    max-width: 100%;
    margin: auto;
    height: 115px;
}
*/
.sponser-img {
  text-align: center;
  height: 115px;
  width: 100%;
  position: relative;
  transition: all .4s ease-in-out 0s;
}
.sponser-img a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default !important;
}
.sponser-img img {
  width: auto !important;
  opacity: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 85%;
  transition: all .4s ease-in-out 0s;
  padding: 0;
}
.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next {
    top: 27%;
    background: none;
    color: #000;
    /* font-size: 40px; */

}

/* Start fooer section */
section.footer {
    margin-bottom: 0;
}

.footer .menu-title h4 {
    position: relative;
    color: var(--sec-color);
    margin: 0px 0 25px;
    display: inline-block;
    border-bottom: 1px solid #A2A2A2;
    padding-bottom: 12px;
}

.footer .menu-title h4 span {
    position: absolute;
    bottom: -6px;
    left: 0;
    font-size: 12px;
    background: #F6F6F6;
    padding: 0 4px;
    color: var(--sec-color);
    text-transform: capitalize;
}

.footer .footer-links ul li {
    /*width: 49%;
    float: right;*/
        width: 100% !important;
    float: unset !important;
    margin-bottom: 8px;
    position: relative;
    padding: 0 13px;
}

.footer .footer-links ul li a {
    color: var(--sec-color);
  transition: all 0.3s;
}
.footer .footer-links ul li a:hover{
    color: var(--bg-color);
}

.footer .footer-links ul li::after {
    position: absolute;
    content: '\f104';
    top: 0;
    right: 0;
    font-family: 'font awesome 5 pro';
    color: var(--sec-color);
}

.footer-mail .mail {
    position: relative;
    margin-top: 36px;
}

.footer-mail .mail i {
    position: absolute;
    top: 11px;
    right: 0;
}

.footer-mail .mail input {
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #9A9A9A;
    padding: 6px 30px;
    width: 100%;
}

.footer-mail .read-more {
    margin-top: 27px;
}

.spons-company {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.copy-right {
    padding: 5px 0;
    background-color: #F6F6F6;
    border-top: 1px solid #fff;
}

.ryad-logo {
    height: 65px;
    margin-top: -22px;
    position: relative;
    top: 3px;
    margin-left: -20px;
    overflow: hidden;
}

.comp-rights {
    text-align: left;
}

/* Start news page */
/* *********************************************** */
.breadcrumb-section {
    text-align: center;
    color: #fff;
    background-image: url('../images/prod-1.png');
    background-size: cover;
    background-position: center;
    /* height: 310px; */
    position: relative;
    z-index: 2;
    padding: 110px 0;
}

.breadcrumb-section::after {
    height: 128px;
    background-image: url('../images/bread-sh.png');
}
.breadcrumb-info h2 {
    color: var(--bg-color);
    font-size: 30px;
    font-family: ge-ss-m;
    margin: 0;
}

.breadcrumb-section a {
    color: var(--main-color);
    font-size: 20px;
    font-family: ge-ss-m;
}

.breadcrumb {
    justify-content: center;
    background-color: transparent;
    padding: 10px 0 0;
    align-items: center;
}

.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--bg-color);
    font-size: 20px;
    font-family: ge-ss-m;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|';
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 10px;
    padding-top: 4px;
}

.slider.slider-for {
    direction: ltr;
}

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

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

.thumbImg {
    margin-bottom: 10px;
    height: 180px;
    cursor: pointer;
}

.thumbnail-image.slick-slide.slick-current.slick-active:focus {
    outline: none;
}

.slider.slider-for {
    direction: ltr;
}

[dir='rtl'] .slick-slide {
    float: left;
}

.banner-slider img {
    /*border-radius: 5px;*/
}

.articls h4.title {
    margin-right: 0;
}

.articls .item-details {
    margin-bottom: 70px;
}

.articls .site-sections ul {
    margin-top: 318px;
}

.article-img img {
    width: 100%;
}

.article-info .item-data {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.article-info .item-vision {
    display: flex;
}

.article-info ul li {
    width: 23%;
    padding: 10px;
    display: inline-block;
    position: relative;
}

.payment-info ul li {
    position: relative;
    margin-bottom: 12px;
    padding: 0 16px;
    color: #EFEFEF;
}

.article-info ul li::after {
    position: absolute;
    content: '';
    top: 18px;
    right: -8px;
    width: 10px;
    height: 10px;
    background-color: var(--bg-color);
}

.article-info ul li a {
    color: #202020;
}

ul.side-img img {
    width: 100%;
    margin-bottom: 25px;
}

.single-art h4.title {
    margin-right: 0;
    max-width: 390px;
}

.single-art .item-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-info .item-data p {
    color: var(--bg-color);
    font-size: 22px;
    margin: 0 0 7px 0;
}
.article-info p{
    margin: 0;
}
.item-vision .share {
    margin-right: 15px;
    display:flex;
}
.item-vision .share a{
    color:#000;
}
ul.important-point {
    margin-top: 30px;
}

/* Start tool page */
section.singel .row {
    align-items: center;
}

.single-information {
    position: relative;
}
.single-information .title h5{
    text-align: right;
    color: var(--bg-color);
}
.single-information .title {
    margin-bottom: 30px;
}

.single-ser-img a {
    display: inline-block;
    position: relative;
    transition: all 1s;
    width: 100%;
    height: 100%;
}

.single-ser-img {
    position: relative;
    margin-bottom: 20px;
}

.single-ser-img img {
    height: 353px;
    width: 100%;
    object-fit: cover;
    /*border-radius: 5px;*/
    object-position: top;
}

.single-ser-img a::after {
    position: absolute;
    content: '\f067';
    font-family: 'font awesome 5 pro';
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    background-color: #fff;
    color: #AD1C66;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.single-ser-img::before {
    position: absolute;
    content: '';
    bottom: -120px;
    right: -40px;
    background-image: url('../images/tools-after.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right;
}

.all-service-img .single-ser-img::before {
    display: none;
}

.all-service-img .single-ser-img a::after {
    bottom: 39%;
    right: 39%;
    transform: translate(-50%, -50%);
}

.all-service-img .col-md-4.col-sm-6 {
    padding: 0;
}

.all-service-img .single-ser-img {
    border-radius: 0;
}

.single-ser-img h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:var(--bg-color);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    /* font-family: 'ge-ss-m'; */
    font-family: 'medium';
    margin-bottom: 0;
}

section.singel {
    overflow: hidden;
}

.single-information p {
    line-height: 1.8;
    color: #000000;
}

.single-information .title span {
    font-family: 'Tajawal-Medium';
    font-size: 24px;
    margin-right: 20px;
}
.imgs img {
    height: 110px;
    margin-bottom: 12px;
    border-radius: 5px;
    width: 100%;
}
.all-service-img .col-md-4:first-of-type.single-ser-img img{
    border-radius: 0px 5px 0px 0px;
}
/*************************************************************************************/
/***************************** products-page *****************************************/
.page-content{
    padding: 40px 0;
    margin: 0;
}

/****************************************/
.i-pagination {
    margin-top: 10px;
}
.i-pagination ul {
    width: auto;
    display: inline-block;
    float: none;
    padding: 0;
}
.i-pagination li {
    display: inline-block;
    margin: 0 2px;
}
.i-pagination li a, .i-pagination li.current {
    width: 35px;
    height: 35px;
    background-color: #fff;
    line-height: 37px;
    text-align: center;
    color: #0F0F0F;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px rgba(237, 28, 36, 0.05);
    display: inline-block;
    transition: all .3s ease-in;
}
.i-pagination li.current,.i-pagination li a.current {
    color: #fff;
    background: var(--bg-color);
}
.i-pagination li a:hover {
    background: var(--bg-color);
    color: #fff;
}
/******************************************************************************/
/*********************************  about-page ******************************/
.about-page .title {
    text-align: start;
    margin-bottom: 15px;
}
.about-page .title h4 {
    padding-bottom: 7px;
    font-size: 20px;
    color: var(--bg-color);
    text-transform: capitalize;
}
.about-page .title h4::after {
    width: 50px;
}
.about-con p{
  color: #707070;
}
.about-con ul{
  margin-top: 15px;
}
.about-con li{
  color: #707070;
  position: relative;
  padding: 0 20px;
  margin-bottom: 6px;
  font-size: 16px;
}
.about-con li::after{
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--bg-color);
}
.about-img{
  height: 350px;
  position: relative;
  /*border-radius: 20px;*/
  overflow: hidden;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*****************************/
.about-page .about-block:nth-child(even){
  margin-top: 60px;
}
.about-page .about-block:nth-child(even) .row{
    direction: ltr;
}
.about-page .about-block:nth-child(even) .about-con {
    direction: rtl;
}
/*******************************************/
.mission-vision{
    margin: 0;
  padding: 0px;
}
.mission-vision-box{
  padding: 30px 20px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 0px;
  transition: all .4s ease-in 0s;
  box-shadow: 0px 3px 21px #7E7C7C12;
}
.mission-vision-box:hover{
    box-shadow: 0px 3px 21px #7E7C7C12;
}
.m-v-head{
    width: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    /* top: -12px; */
    vertical-align: top;
}
.m-v-img{
    /* text-align: center; */
}
.m-v-head img{
    height: 60px;
    margin: 8px 0;
}
.m-v-head h4 {
    color: var(--bg-color);
    font-size: 20px;
    margin: 0 0px 14px;
    display: block;
    text-transform: capitalize;
}
.mission-vision-box p{
    color: #707070;
    line-height: 22px;
    font-size: 16px;
    /*width: calc(100% - 100px);
    display: inline-block;*/
    padding: 0 0px;
    margin: 0;
}

/*******************************************************************************************/
/***********************************contacu-us -page *************************************/
.contact-us form input,.contact-us form textarea{
    width: 100%;
    border: 1px solid rgb(112 112 112 / 40%);
    border-radius: 5px;
    padding: 7px 10px;
margin-bottom:10px;
}
.contact-us form .form-group{
    margin-bottom: 0;
}
.contact-us form .form-group p{
    margin: 0;
}
.contact-us form input{
   margin-bottom: 15px; 
}
.read-more.save {
    margin-top: 8px;
}
.form-control:focus {
    border-color: var(--bg-color);
    box-shadow: unset;
}
.contact-us input::placeholder,.contact-us textarea::placeholder{
    color: #000000;
    font-family: 'light';
}
.read-more.save{
    text-align: center;
}
.read-more.save button{
    min-width: 200px;
}
.contact-item{
    background-color: #F9F9F9;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    min-height: 163px;
    transition: all 0.3s;
    margin-bottom:15px;
}
.contact-item:hover{
    box-shadow: 0px 3px 10px rgb(215 230 237);
}
.contact-item img{
    width: 50px;
    height: 50px;
}
.contact-item p,.contact-item p a{
    color: #707070;
    font-family: 'light';
    margin-bottom: 0;
    direction: ltr;
    
}
.contact-item h6{
    color: #161616;
    /* font-family: 'ge-ss-m'; */
    font-family: 'medium';
    font-size: 18px;
    margin: 10px 0;
}
.map-section iframe{
    width: 100%;
}
.contact-items .col-md-3:nth-child(3){
    animation-delay: 1s;
}
.contact-items .col-md-3:nth-child(2){
    animation-delay: 0.5s;
}
.contact-items .col-md-3:last-of-type{
    animation-delay: 1.5s;
}
/* Start news page */
.sidebar-news ul{
 background: #FBFBFB 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #91919129;
border-radius: 5px;
padding: 18px 10px;
}
.sidebar-news ul li:not(:last-of-type){
    border-bottom: 1px solid #ccc;
}
.sidebar-news ul li{
    padding:8px 0;
}
.sidebar-news ul li img{
    width: 100%;
    height: 80px;
    border-radius: 5px;
}
.newInfo p.text{
    margin-bottom: 6px;
}
 .newInfo p.text a{
color: #202020;
font-size: 14px;
}
 .newInfo p i{
    color: var(--bg-color);
    margin: 0 6px;
}
 .newInfo p span{
    color: #AFAFAF;
}
.about-slider img{
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.news .slider-info{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #91919129;
border-radius: 0px 0px 10px 10px;
padding: 6px;
}
.about-slider .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
}
.about-slider.owl-theme .owl-nav{
    margin-top: 0;
}
.about-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #fff;
}
.about-slider.owl-theme .owl-dots .owl-dot.active span{
    background-color: var(--bg-color);
}
.slider-info h5{
    color: var(--bg-color);
}
.slider-info p{
    color: #8E8E8E;
    font-size: 14px;
}
.last-news-item img{
    width: 100%;
    height: 220px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    transition: all 0.3s;
}
.last-news-item .img{
    overflow: hidden;
}
.last-news-item img:hover{
    transform: scale(1.2);
}
.last-news-item .newInfo{
    border: 1px solid rgb(112 112 112 / 50%);
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}

.dropdown-item {

    padding: .25rem 0.5rem;
}
.ourServices .card .image img{
    height:240px;
}
.ourServices .card{
    margin-bottom:30px;
}
.single-img img{
    max-width:100%;
}

/*.navbar-nav .dropdown-menu {*/
/*    position: static;*/
/*    float: none;*/
/*}*/

.dropdown-menu .current-menu-item.active a{
   background-color:var(--bg-color); 
   
}
.dropdown-menu .current-menu-item a,.sidebar .side-content ul li ul li a{
    color:#000 !important;

}

.last-news-item,.news .slider-info{
    margin-bottom:22px;
}

.pagination-gar li:first-of-type{
    display:none;
}

section.singel .slider-banner-image img {
    
    height: 400px;
}
section.singel .thumbImg {
    
    height: 123px;
}

section.singel .col-sm-8{
    padding-left:0;
}

li.heateorSssSharingRound i{
    width: 25px !important;
    height: 25px !important;
}

section.singel .col-lg-7 .row {
    align-items: normal;
}

a.btn-more{
    color:var(--main-color);
}



.article-info ul li.heateorSssSharingRound::after{
    display:none;
}
/************************************** 9/6/2021 ******************************************/
/************************************** 9/6/2021 ******************************************/
.home-video{
    height: 560px;
    overflow: hidden;
}
.home-video video{
    width: 100%;
    
}
.about-home-vid{
    position: relative;
    padding: 0;
}
.video-info{
    position: absolute;
    bottom: 100px;
    right: 30px;
    background-color: #ffffff9c;
    width: 50%;
    padding: 25px 20px 5px;
}
.important-news .box-detail h4 {
    margin: 10px 0;
}
.video-info .section-title h5 {
    font-size: 24px;
}
      
/*******************************************************************************/        
.mynav{
    width: 100%;
    background: #f8f8f8;
    background: #fff;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 7%);
    display: flex;
}
.mynav .navbar-brand,
.home-slider::before, section.home-video::before, section.footer::before, .breadcrumb-section::before{
    display: none;
}
.navbar {
    padding: .4rem 0;
}
.top-header{
    padding: 4px 15px 0;
    overflow: hidden;
}
.top-search{
  /* margin-top: 0px; */
  position: relative;
  /* top: 30px; */
}
.top-search .form-control {
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 10px solid hsl(281deg 19% 29% / 24%);
    border-radius: 40px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    position: relative;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 10%);
}
.top-search .form-group{
    position: relative;
    margin: 0;
}
.top-search .form-control:focus{
  /*border: 1px solid var(--bg-color);
  box-shadow: unset;
  -webkit-box-shadow: unset;*/
}
.top-search .btn-se{
    color: #fff;
    background-color: var(--bg-color);
    border: 0;
    height: 37px;
    width: 88px;
    border-radius: 40px 0 0px 40px;
    font-size: 15px;
    transition: all .3s ease-in;
    position: absolute;
    left: 9px;
    top: 9px;
    line-height: 45px;
    /*border: 1px solid rgb(0 0 0 / 11%);*/
    border-right: 10px solid #ffffffbd;
    
    box-shadow: 3px 0px 10px 2px rgb(0 0 0 / 11%);
}
.top-search .btn-se span{
        position: relative;
    top: -3px;
}
.top-search .btn-se:hover{
  /*background-color: #AD1C66;*/
}
/******************/
.mynav .nav-link {
    padding: 8px 20px !important;
    text-transform: capitalize;
}
.mynav .navbar .lang.lang22{
    display: none;
}
/*****************************************************************************************/
/*********************** important-news ***********************************************/
.important-news{
    
}
.box-information .img img,.box-information .img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s;
}
.box-information .img{
    overflow: hidden;
}
.box-information .img img:hover{
    transform: scale(1.1);
}
.box-information .img iframe{
    height: 100%;
    width: 100%;
}
.box-detail p{
    margin: 0px 0 12px;
}
.box-detail p span{
    color: var(--bg-color);
}
.box-detail h4 a{
    color: #000;
    height: 24px;
    overflow: hidden;
    display: block;
    font-size: 21px;
}
        
.box-detail p span.date{
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}
.box-detail p span.date::after{
    position: absolute;
    content: normal;
    top: -3px;
    left: 0;
    width: 2px;
    height: 20px;
    background-color: var(--bg-color);
}
.important-news{
    background-color: #F6F6F6;
    padding: 50px 0 30px;
}
.box-information .box-detail{
    background-color: #fff;
    padding: 20px 15px;
}
.box-information .box-detail p:last-child{
    height: 50px;
    overflow: hidden;
    margin: 0;
}
.box-information {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 5%);
    transition: all 0.4s;
    margin-bottom: 30px;
}
.box-information:hover{
  box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);  
}
/**************************************************************************************************/
.contact-help{
        margin-top: 20px;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        flex-wrap: wrap;
}
.contact-help a{
    color: var(--main-color);
    margin: 0px 6px;
    font-size: 16px;
    direction: ltr;
    display: inline-block;
    max-width: calc(100% - 32px);
}
.contact-help i{
    color: var(--bg-color);
    font-size: 20px;
}
.footer-help .row{
    align-items: center;
    border-bottom: 1px solid rgba(221,227,232,.6);
    margin-bottom: 30px;
    padding-bottom: 15px
}
.timeline {
    
    direction: ltr;
}
/**************************************************************************************************/
.mega_menu{
    
}
.mega_menu.nav-item ul.dropdown-menu{
    min-width: 490px
}
.mega_menu.nav-item ul.dropdown-menu li{
    display: inline-block;
    padding: 10px 0;
    flex: 0 0 auto;
    width: 33.33%;
}
.mega_menu.nav-item ul.dropdown-menu li a{
    display: block;
    text-align: center;
    padding: 15px 11px 30px;
    white-space: normal;
    /* text-align: start; */
}
.mega_menu.nav-item ul.dropdown-menu li span{
    display: block;
    position: relative;
}
.mega_menu.nav-item ul.dropdown-menu li span span{
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}
.mega_menu.nav-item ul.dropdown-menu li img{
    display: block;
    width: 138px;
    height: 115px;
    transition: all .4s;
    /*border-radius: 4px;*/
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    margin-top: 0px;
}
.mega_menu.nav-item .dropdown-item:focus, 
.mega_menu.nav-item .dropdown-item:hover,
.mega_menu.nav-item .dropdown-item:focus a, 
.mega_menu.nav-item .dropdown-item:hover a {
    background-color: transparent !important;
}
.mega_menu.nav-item .dropdown-item.active,
.mega_menu.nav-item .dropdown-item:active,
.mega_menu.nav-item .dropdown-item:active a,
.mega_menu.nav-item .dropdown-menu .current-menu-item.active a{
    color: var(--bg-color) !important;
    background-color: transparent !important;
}
/****************************************/
.i-pagination {
  margin-top: 10px;
}
.i-pagination ul {
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
}
.i-pagination li {
  display: inline-block;
  margin: 0 3px;
}
.i-pagination li a, .i-pagination li.current,
.wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 38px;
    background-color: #fff;
    line-height: 42px;
    text-align: center;
    color: #000;
    font-size: 17px;
    border-radius: 0px;
    display: inline-flex;
    transition: all .3s ease-in;
    border: 1px solid hsl(0deg 0% 44% / 13%) !important;
    padding: 0 !important;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}
.i-pagination li.current,
.wp-pagenavi span.current {
  color: #fff;
  background: var(--bg-color);
}
.i-pagination li a:hover,
.wp-pagenavi a:hover {
  background: var(--bg-color);
  color: #fff;
}
.i-pagination li:first-child a {
  border-radius: 0;
}
.i-pagination li:last-child a {
  border-radius: 0;
}
.i-pagination li a i {
  font-weight: 200 !important;
}
.wp-pagenavi span.pages{
  display: none !important;
}
.i-pagination li a.last,
.i-pagination li a.first{
    display: none;
}
/***************************************************************************************/
.office-info{
    
}
.office-info li i{
    color: var(--bg-color);
}
.office-info li{
    margin-bottom: 8px;
}
.office-info li a{
    color: var(--sec-color);
    transition: all 0.3s;
    display: inline-block;
}
.office-info li a span{
    /* display: inline-block; */
}
.office-info li a span:nth-child(2){
    padding: 0 4px;
}
.office-info li a span:nth-child(3){
    direction: ltr;
}
.header-sochial.footer-socail{
    margin-top: 15px;
}
.header-sochial.footer-socail li{
    display: inline-block;
}
.header-sochial.footer-socail li a{
    
}
.copy-right p{
    margin-top: 14px;
    margin-bottom: 0;
}
.f-text{
    text-transform: capitalize;
        font-size: 15px;
    margin-top: 16px;
}
.f-text img{
    width: 80px;
}
.footera .header-sochial a {
    margin-right: 4px;
    width: 32px;
    height: 33px;
}
/**************************************************/
.breadcrumb-section {
    display: none;
}
.ourServices{
    padding: 40px 0;
}
.card{
    border-radius: 0 !important;
}
.map-section00{
    margin: 0;
    padding: 0;
}
.map-section{
    height: 450px;
}
.map-section iframe{
    height: 100%;
}
/***************************** about-us *******************************/
.about-breadcrumb-section{
    display: block;
}
.about-breadcrumb-section:after{
    display: none;
}
.about-bc-con{
}
.about-bc-con {
    background-color: #ffffffb0;
    color: var(--sec-color);
    text-align: center;
    margin: auto;
    width: 70%;
    padding: 25px 15px;
}
.about-bc-con .section-title h5{
    font-size: 22px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.about-bc-con .section-title h5::after {
    left: 0;
    right: 0;
    margin: 0 auto;
   
}
.m-v-head {
    width: 100%;
    display: block;
    width: 100%;
    text-align: start;
}
.mission-vision-box p {
    width: 100%;
    margin: 11px 0 15px;
}
.mission-vision-box img{
    width: 110px;
}
.mission-vision-box,
.m-v-head{
    /*text-align: center;*/
}
/*******************************************************************************************/
/*********************************** single-pro-page *************************************/
#big_image img{
    width: 100%;
    height: 400px;
    object-fit: contain;
    
    cursor: pointer;
}
#thumbs_gallary img{
  height: 105px;
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
}
#thumbs_gallary .item{
    margin: 10px 3px;
}
#thumbs_gallary .owl-stage{
        /*float: right;
    direction: rtl;*/
}
.avialable-colors{
    margin: 30px 0;
}
.avialable-colors h3{
    color: var(--main-color);
    font-size: 20px;
    margin-bottom: 20px;
}
.color-item {
    text-align: center;
    margin-bottom: 10px;
}
.color-item .color-box a{
    display: inline-block;
    width: 100%;
    height: 90px;
    background-color: var(--bg-color);
    margin-bottom: 5px;
    transition: all 0.4s;
}
.color-item .color-box a:hover{
    transform: skew(6deg);
}
.color-item .color-name h4{
    font-size: 18px;
}
.color-item .color-name  a{
    font-family: 'bold';
    color: var(--main-color);
}
.color-item .color-code h5{
font-size: 16px;
}
.single-details .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.single-details .title h5{
    font-size: 24px;
}
.single-details .title img{
    height: 80px;
    object-fit: contain;
}
.single-details .icons ul{
    display: block;
}
.icons ul li{
    width: 49%;
    /* float: left; */
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: text-top;
}
.icons ul li img{
    height: 30px;
    object-fit: contain;
    width: 35px;
    display: inline-block;
    vertical-align: top;
}
.icons ul li span{
    display: inline-block;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 24px;
}
.icons ul li a{
    color: var(--main-color);
}
.single-details p.data,.icons ul{
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.icons ul{
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
}
.single-details .down{
   display: flex;
   align-items: center;
   /* justify-content: center; */
   margin: 20px auto;
}
.single-details .down a{
    background-color: var(--bg-color);
    color: #fff;
    padding: 10px 20px;
    transition: all .4s;
}
/*************************************************/
.single-details22{
    margin: 30px 0;
    border-top: 4px solid #ddd;
    padding: 20px 0;
}
/***************************************************************************/
.may-like {
    
}
.may-like .card-slider .item-img::after,
.search-page .card-slider .item-img::after{
    display: none;
}
.may-like .card-slider .item {
    margin: 0 5px 15px;
}
.may-like .card-slider .item-body {
    padding: 20px 10px 10px;
}
.may-like .card-slider .item-body p{
    height: 50px;
    overflow: hidden;
    min-height: 50px;
}
.search-page .card-slider .item .item-data{
    margin-bottom: 25px;
}
.search-res{
    text-align: center;
    display: block;
    width: 100%;
}
.search-res p{
    margin: 0;
    font-size: 18px;
}
/*****************************************************************************/
/*********************************** 404 ***********************************/
.error-ppage{
    margin: 0;
    padding: 0;
}
.error-layout {
	padding: 90px 0;
}
.error-layout .inner_ro,
.error-layout .outer {
	text-align: center;
}
.error-layout .m-section-head {
	margin-bottom: 20px;
	text-align: right;
}
.error-layout .m-section-head h3 {
	font-size: 17px;
	padding-bottom: 0;
}
.error-layout .inner_ro {
	position: relative;
}
.error-layout .inner_ro span {
	color: var(--bg-color);
	font-size: 150px;
	font-weight: bold;
	line-height:1;
}
.error-layout .inner_ro img.sc {
  bottom: 0;
  left: 0;
  height: 42px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -90px;
  width: 381px;
  opacity: .5;
}
.error-layout .outer h4 {
	margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.error-layout .outer p{
    font-size: 18px;
}
.error-layout .outer a {
  height: 35px;
  line-height: 35px;
  padding: 0 6px;
	display: inline-block;
	color: var(--bg-color);
}
@media(max-width: 600px){
  .error-layout {
    padding: 50px 0;
  }
  .error-layout .inner_ro span {
    font-size: 80px;
  }
  .error-layout .outer h4 {
    font-size: 18px;
    margin-bottom: 12px
  }
  .outer p{
    line-height: 20px;
  }
  .error-layout .outer p{
        font-size: 16px;
    }
}
/*********************************************************************************/
div.heateor_sss_horizontal_sharing li i{
    position: relative;
    top: -4px;
}
.banner-section{
    overflow: hidden;
}
.contact-us{
    padding-bottom: 0;
}
.contact-item h6{
    text-transform: capitalize;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0;
    border: 0;
}
.contact-us span.wpcf7-not-valid-tip {
    position: relative;
    top: -12px;
    font-size: 15px;
}
a {
    color: var(--bg-color);
}
.card-title {
    margin-bottom: 5px;
}
.gallery_stamped{
    padding: 0;
}
/********************************************/
.gallery_stamped .single-ser-img img {
    height: 120px;
}
.all-service-img.gallery_stamped .single-ser-img a::after {
    bottom: 19%;
    right: 0;
    transform: translate(0%, -50%);
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    left: 0;
    margin: 0 auto;
}
.gallery_stamped .card-slider.owl-theme .owl-nav [class*=owl-] {
width: 35px;
    height: 35px;
    line-height: 42px;
    background: none;
    background-color: transparent;
    font-size: 25px;
    transition: all 0.5s;
    top: 27%;
    padding: 0;
    margin: 0;
    background: #AD1C66;
    border-radius: 100%;
    color: #fff;
}
.gallery_stamped  .card-slider.owl-theme .owl-nav .owl-prev {
    left: -20px;
}
.gallery_stamped .card-slider.owl-theme .owl-nav .owl-next{
    right: -20px;
}
.single-pro{
    padding: 40px 0 0;
}
.navbar-nav{
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.top-so-lang {/* margin-top: 29px; */}
.top-so-lang .left-tobheader {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    /*background-color: #f8f8f8;*/
    border-radius: 5px;
}
.top-so-lang .left-tobheader a i.fa-instagram{
    color: #c13584;
}
.top-so-lang .left-tobheader a i.fa-twitter{
    color: #1da1f2;
}
.top-so-lang .left-tobheader a i.fa-facebook{
    color: #1877f2;
}
.top-so-lang .header-sochial a {
        font-size: 18px;
    margin: 0;
    padding: 5px;
    background-color: transparent;
}
.top-so-lang .header-sochial a:hover {
    /* color: transparent; */
    /* background-color: transparent; */
}
.arch-news .box-information .img img, .box-information .img {
    height: 220px;
}
/*******************************************************/
.ourServices .card .card-body .card-title {

    height: 26px;
    margin-bottom: 5px;

    overflow: hidden;
}
.ourServices .card .card-body a{
    text-transform: capitalize;
}
.ourServices .card .card-body a:hover{
    color: var(--bg-color);
}
.sidebar .side-content .dropdown-menu .current-menu-item.active a{
    background-color: var(--bg-color);
    color: #fff !important;
}

/****************************************************************************/
.trending-products{
    
}
.trending-products .trend-title{
        font-size: 18px;
    text-align: center;
    margin: 12px 10px;
    text-transform: capitalize;
}
/***************************************/
.color-item-block{
    max-height: 400px;
    overflow-y: scroll;
    
}
/* width */
.color-item-block::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.color-item-block::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.color-item-block::-webkit-scrollbar-thumb {
  background: var(--bg-color);
  border-radius: 10px;
}

/* Handle on hover */
.color-item-block::-webkit-scrollbar-thumb:hover {
  background: var(--bg-color);
}
.ss-timeline{
    padding-top: 65px;
}
.timeline ol li:first-child{
    display: ;
}
.goals-box{
    padding: 30px 20px 20px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 0px;
    transition: all .4s ease-in 0s;
    box-shadow: 0px 3px 21px #7e7c7c12;
}

.contact-item p, .contact-item p a{
       font-family: 'regular' !important;    
}


.color-imgs .color-img{
    height: 200px;
    margin-bottom: 9px;
}
.color-imgs .color-img img{
    height: 100%;
    width: 100%
}

.product_iamges .owl-theme .owl-nav [class*=owl-]{
    font-size: 20px;
    margin: 10px;
    padding: 0;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    line-height: 43px;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
    background-color: var(--bg-color);
    position: absolute;
    top: 40%;
}
.product_iamges .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #fff;
    color: var(--bg-color);
}
.product_iamges .owl-theme .owl-nav .owl-prev{
    left: 0;
}
.product_iamges .owl-theme .owl-nav .owl-next{
    right: 0;
}
.ourServices.archive-cat-page .card .image a{
    display: block;
    text-align: center;
}
.ourServices.archive-cat-page .card{
    overflow: hidden;
        border: 1px solid rgb(0 0 0 / 4%);
}
.ourServices.archive-cat-page .card .image img{
    width: auto;
    width: 100%;
    margin: auto;
    text-align: center;
    height: 275px;
}
.ourServices.archive-cat-page .card .image img
/***************************** last-style *********************************/
.home-slider::after,
.card-slider .item-img::after,
.card-slider .item-body h4::after{
    display: none !important;
}
.home-slider::after{
    background-image: none;
}
.card-slider .item-body h4 a{
    color: #fff;
}
.card-slider .new-b-card .item-img{
    position: relative;
}
.card-slider .new-b-card .item-body{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}
.card-slider .item .item-data.new-b-card::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}
.card-slider .item .item-data.new-b-card{
    padding: 0;
    overflow: hidden;
    position: relative;
}
.card-slider .item-data.new-b-card .item-img img {
    height: 350px;
}
/************************/
.trending-products .product-item .pro-img {
    height: 290px;
}
.trending-products .product-item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.trending-products .product-info {
    padding: 40px 20px;
}
.trending-products .img-hover {
   transform: scale(1) !important;
    background-color: transparent !important;
    opacity: 1 !important;
    z-index: 10;
}
.trending-products .img-hover .product-info a,
.trending-products .img-hover .product-info h6{
    color: #fff !important;
    position: relative;
    z-index: 1000;
    margin-bottom: 0;
    transition: all .3s ease;
}
.trending-products .img-hover .product-info a:hover,
.trending-products .img-hover .product-info h6:hover{
    color: var(--bg-color) !important;
}

.heateorSssMoreBackground {
    background: var(--bg-color) !important;
}

.contact-inner-h {
    max-width: 700px;
    margin: 39px auto;
    /* padding: 40px; */
    /* box-shadow: 0 0 20px #00000029; */
    border-radius: 10px;
}

.may-like .card-slider .item-body h4 a {
    color: var(--main-color);
}
.goals-box,
.mission-vision-box{
    min-height: 250px;
    height: 100%;
}

.box-text-h h3 {
    margin: 20px 0 10px;
    font-size: 22px;
    line-height: 32px;
    border-bottom: 1px solid #000000;
    padding: 0 0 5px;
    display: table;
}

.box-text-h ul {
    padding-inline-start: 20px;
}

.box-text-h ul li {
    display: list-item;
    list-style: initial;
    margin: 7px 0;
    font-size: 16px;
}

.box-text-h ul li::marker {
    color: #4f3c58;
    font-size: 22px;
}

.box-text-h {
    margin: 20px 0;
}

.fa-x-twitter::before {
    content: "\e61b";
    font-family: 'Font Awesome 6 Brands';
}

.contact-help .emails-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}

.single-details .down a:hover {
    background: var(--main-color);
}

.product-item {
margin-bottom: 25px;
position: relative;
padding: 5px;
border: 1px solid hsl(281deg 19% 29% / 24%);
}

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

.menu-h {
    display: none;
}

.contact-item .img {
    font-size: 40px;
    color: #4f3c58;
}

@media (max-width: 991px){
    .topbar a:hover, .header-sochial a:hover {
    color: var(--main-color);
    background: #fff;
}

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

.product-item:hover .img-hover {
    opacity: 0;
}

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

.single-details .down a:hover {
    background: var(--bg-color);
}

.box-information .img img:hover {
    transform: none;
}

.read-more a:hover, .read-more button:hover, .carousel-info .read-more a:hover {
    background-color: var(--bg-color);
}

.sidebar .side-content .top-logo {
    margin: 30px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.sidebar .side-content .top-logo .navbar-brand {
    margin: 0;
}

.sponser-img img {
    max-width: 60%;
}

.arrow.arrow__next svg, .arrow.arrow__prev svg {
    width: 24px;
}

.timeline-content::after {
    right: 33px;
}

.timeline ol li {
    width: 100px;
    height: 11px;
}

.timeline ol li:last-child {}

.timeline ol {
    width: 100%;
}

.timeline ol li:last-child {
    width: 80px;
}
}

@media (max-width: 767px){
    .mission-vision-box{
        margin-bottom: 30px;
    }
   .goals-box,
    .mission-vision-box{
        min-height: auto !important;
    } 
    
    .mission-vision-box .m-v-img {
    margin: 15px 0 0;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

html, body {
    overflow-x: hidden;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.trending-products .img-hover {
    top: auto;
    height: auto;
    background: rgb(0 0 0 / 35%) !important;
}

.trending-products .product-item::after {
    opacity: 0;
}

.trending-products .product-info {
    padding: 20px;
}
}