/*******************************
********************************
********* PUBLIC STYLES ********
********************************
*******************************/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

@font-face {
    font-family: DroidKufi;
    src: url(../fonts/DroidKufi-Regular.woff);
}

:root {
    --bg-color: #919191;
    --bg-opacity-color: #9191917e;
    --main-color: #00b0ec;
    --main-light-color: #57cdfc;
    --main-dark-color: #00b0ec;
    --main-opacity-color: #00b0ec93;
    --light-color: #f9f9f9;
    --dark-color: #707070;
    --grey-color: #f9f9f9;
    --section-pd: 2rem 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: DroidKufi;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    color: #868686;
    font-size: 15px;
    background-color: #fff;
    position: relative;
    scroll-behavior: smooth;
    width: 100vw;
    max-width: 100vw;
}

button {
    cursor: pointer;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--bg-color);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--bg-opacity-color);
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

img {
    object-fit: cover;
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    transition: .3s;
    color: inherit;
}

input,
input:hover {
    outline: 0;
    outline: none;
}

/* icons social */
.facebook,
.facebook-bg {
    background-color: #3a5897;
    color: #fff;
}

.facebook-h:hover,
.facebook-c {
    color: #3a5897;
    border: 1px solid #3a5897;
}

.twitter,
.twitter-bg {
    background-color: #0cf;
}

.twitter-h:hover,
.twitter-c {
    color: #0cf;
    border: 1px solid #0cf;
}

.telegram,
.telegram-bg {
    background-color: #0094d6;
}

.telegram-h:hover,
.telegram-c {
    color: #0094d6;
    border: 1px solid #0094d6;
}

.youtube-play,
.youtube-play-bg {
    background-color: #f00;
}

.youtube-play-h:hover,
.youtube-play-c {
    color: #f00;
    border: 1px solid #f00;
}

.skype,
.skype-bg {
    background-color: #00a9f0;
}

.skype-h:hover,
.skype-c {
    color: #00a9f0;
    border: 1px solid #00a9f0;
}

.google-plus,
.google-plus-bg {
    background-color: #dd4d3f;
}

.google-plus-h:hover,
.google-plus-c {
    color: #dd4d3f;
    border: 1px solid #dd4d3f;
}

.instagram,
.instagram-bg {
    background-color: #fb3958;
}

.instagram-h:hover,
.instagram-c {
    color: #fb3958;
    border: 1px solid #fb3958;
}

.vimeo,
.vimeo-bg {
    background-color: #04d2f7;
}

.vimeo-h:hover,
.vimeo-c {
    color: #04d2f7;
    border: 1px solid #04d2f7;
}

.whatsapp,
.whatsapp-bg {
    background-color: #25D366;
    color: #fff;
}

.whatsapp-h:hover,
.whatsapp-c {
    color: #25D366;
    border: 1px solid #25D366;
}

.tiktok,
.tiktok-bg {
    background-color: #183153;
    color: #fff;
}

.tiktok-h:hover,
.tiktok-c {
    color: #183153;
    border: 1px solid #183153;
}

/*******************************
********* CUSTOM STYLES ********
*******************************/
.img-thumbnail {
    padding: 0 1rem;
    border: none;
}

.section {
    padding: var(--section-pd);
    padding-top: 0;
}

.section-wrapper {
    position: relative;
    z-index: 20;
}

.section-heading {
    padding: 20px 0 30px;
    margin-bottom: 40px;
    color: #fff;
    /* background-image: linear-gradient(0deg, var(--main-light-color) 0%, rgba(20, 0, 28, 0) 100%); */
    background: radial-gradient(circle, rgba(11, 156, 215, 1) 18%, var(--main-color) 67%);
    position: relative;
}

.section-title {
    /* color: #000; */
    font-size: 24px;
    font-weight: bold;
}

.section-heading-wave {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}


.section-heading-wave>* {
    width: 1870px;
    left: calc(50% - 935px);
    right: auto;
    height: 20px;
    top: auto;
    bottom: 0;
    transform: scaleX(1) scaleY(-1);
}

.section-heading-wave>* {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.section-heading-wave .section-shape {
    fill: #ffffff;
    stroke: none;
    stroke-width: 0;
    width: 100%;
}

.section-line {
    position: relative;
    height: 2.5px;
    width: 130px;
    background-color: var(--bg-color);
    margin-top: 30px;
    margin-bottom: 10px;
}

.section-line span {
    width: 10px;
    height: 10px;
    background-color: var(--bg-color);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.section-desc {
    margin-top: 30px;
    color: var(--bg-color);
    font-size: 17px;
}

.section-content {
    position: relative;
    z-index: 20;
}

.bg-grey {
    background-color: var(--grey-color);
}

.bg-main {
    background-color: var(--bg-color);
}

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

.scroll-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    background-color: var(--main-color);
    border: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    display: none;
    text-align: center;
}

/*socialmedia list */
.socialmedia-list {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0 2px;
}

.socialmedia-list li {
    display: inline-block;
    padding: 0 2px;
}

.socialmedia-list li i {
    width: 35px;
    color: #fff;
    /*background-color: var(--main-color);*/
    border-radius: 3px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    transition: 0.3s;
}

/*
.socialmedia-list li i:hover {
    opacity: 0.8
} */

/*langs list */
.langs-list {
    display: flex;
    /*
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
    */
    height: 30px;
    align-items: center;
}

.langs-list li {
    display: inline-block;
    color: #fff;
}

.langs-list li span {
    color: #fff;
    padding-inline-start: 5px;
}

.overlay-wrapper {
    position: relative;
}

.overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.read-more {
    text-decoration: none;
    padding: 7px 20px;
    color: #fff;
    background-color: var(--main-color);
    transition: all ease-in-out 0.3s;
    margin-top: 20px;
    display: block;
    width: max-content;
    border-radius: 2px;
}

.read-more:hover {
    color: var(--bg-color);
}

.read-more span {
    margin-inline-start: 10px;
    transition: .3s;
}

.read-more:hover span {
    margin-inline-end: 10px;
}

.short-desc {
    color: #868686;
    font-size: 15px;
}

@media (max-width:992px) {
    .section-heading {
        background: none;
        background-image: url('../images/section-bg.png');
        background-position: 50% 0;
        background-repeat: no-repeat;
    }

    .section-heading-wave {
        display: none;
    }
}

/*******************************
********* TOPBAR STYLES ********
*******************************/
.topbar {
    background-color: var(--bg-color);
}

.topbar-wrapper {
    padding: 3px 0;
    /*background: var(--bg-color);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*color: #fff;*/
    position: relative;
}

.topbar .contact-list {
    display: flex;
    padding: 0 5px;
}

.topbar .contact-list li:first-child {
    padding-inline-end: 25px;
}

.topbar .contact-list li i {
    padding-inline-start: 5px;
}


@media (min-width:992px) {
    [class*="mobile-"] {
        display: none;
    }
}

@media (max-width:992px) {
    .search-wrapper {
        display: none;
    }

    .topbar {
        background-color: var(--bg-color);
    }

    .topbar-wrapper {
        display: block;
        padding: 5px 0;
    }

    .topbar .contact-list {
        padding: 0;
    }

    .socialmedia-list {
        justify-content: center;
    }

    .topbar .contact-list {
        justify-content: space-between;
    }
}

/*******************************
********************************
********* NAVBAR STYLES ********
********************************
*******************************/
/*
.logo-wrapper {
    margin-top: 10px;
}
*/
header {
    position: relative;
    z-index: 999 !important;
}

.logo-wrapper img {
    width: 150px;
    transition: .3s;
}

header.sticked .logo-wrapper img {
    width: 90px;
}

.my-navbar {
    background-color: var(--main-color);
    background-image: radial-gradient(circle, rgba(11, 156, 215, 1) 18%, var(--main-color) 67%);
    width: 100%;
    z-index: 10000;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transition: .3s;
    position: static;
    z-index: 9999;
}

.navbar-wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    height: 100%;
    position: static;
    z-index: 99999;
}


.btn-search {
    background: none;
    border: none;
    color: #fff;
    padding: 0 15px;
    font-size: 19px;
}



.nav-wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    /* height: 100%; */
}

.nav-list {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0 2px;
}

.nav-list li.nav-item {
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #000;
    text-align: center;
    position: relative;
    transition: .3s;
}


.nav-list li.nav-item a.nav-item-link {
    text-decoration: initial;
    position: relative;
    transition: ease-in 0.2s all;
    display: block;
    padding: 0px 25px;
    /* color: var(--main-light-color); */
    color: #fff;
    font-weight: bold;
}

.nav-list li.nav-item a.nav-item-link:hover {
    /* font-size: 1.1em; */
    text-decoration: underline;
    transform: scale(1.1);
}

.nav-list li.nav-item span {
    font-size: 11.5px;
    /* margin-bottom: 20px; */
    display: block;
    /* color: #666; */
    color: #d5d5d5;
    transition: .3s;
}

.nav-list>li.nav-item.active a,
.nav-list>li.nav-item a:hover {
    color: #ddd;
}

.nav-list>li.nav-item.active {
    border-radius: 7px;
}



.submenu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffff;
    z-index: 99;
    color: #000;
    transition: .3s;
    padding-top: 180px;
    opacity: 0;
    visibility: hidden;
}

.submenu-wrapper .submenu-level-1 {
    position: relative;
    z-index: 9999;
}

.submenu-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.nav-list li.nav-item.has-menu .submenu-level-1 {
    min-width: 150px;
    color: #000;
    z-index: 9999;
    text-align: center;
    transition: .3s;
    background: #fff;

}

.nav-list li.nav-item.has-menu .submenu-level-1 li {
    font-size: 13px;
    text-align: center;
}

.close-menu {
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
}

.close-menu .close-icon-wrapper {
    position: relative;
    margin-top: 20px;
}

.close-menu .close-icon-wrapper::after {
    content: '';
    height: 2px;
    background-color: #ddd;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.close-menu .close-icon-wrapper i {
    width: 50px;
    background-color: #fff;
    position: relative;
    z-index: 50;
}

.nav-list li.nav-item.has-menu .submenu-level-1 {
    padding: 10px;
    min-width: 150px;
    background: #fff;
    display: none;
}

.nav-list li.nav-item.has-menu .submenu-level-1 li:hover {
    background-color: var(--main-color);
    color: #fff;
}

.nav-list li.nav-item.has-menu .submenu-level-1 a.submenu-link {
    color: inherit;
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    margin: auto;
    width: max-content;
}

.has-menu-level2 {
    position: relative;
}

.nav-list li.nav-item .submenu-level-2,
.submenu-wrapper .submenu-level-2 {
    padding: 0;
    display: none;
    min-width: 150px;
    position: absolute;
    top: 0%;
    right: 100%;
    background-color: #fff;
    color: #000;
    z-index: 100;
    text-align: center;
    box-shadow: 0 0 5px 1px #aaa;
}


.search-wrapper {
    position: relative;
    display: none;
    height: 100%;
    align-items: center;
}

.lap-nav .search-wrapper input {
    width: 230px;
    padding-inline-start: 10px;
}

.search-wrapper input {
    border: none;
    padding: 4px;
    background: none;
    padding-inline-start: 38px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    /* width: 200px; */
}

.search-wrapper input:focus {
    outline: none;
}

.search-wrapper button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
    background: none;
    border: none;
    border-radius: 0;
}

.btn-langs {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-langs a {
    color: #fff;
}


/*******************************
********* Lap Nav STYLES ********
*******************************/

.lap-nav .navbar-wrapper {
    justify-content: start;
    gap: 20px;
}

.lap-nav .nav-list li.nav-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.lap-nav .nav-list li.nav-item.has-menu .nav-item-link::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: bold;
    color: var(--main-light-color);
    position: absolute;
    top: 3px;
    left: 0;
    transition: .3s;
}

.lap-nav .nav-list li.nav-item {
    position: static;
}

.lap-nav .nav-list li.nav-item.has-menu .submenu-level-1 {
    padding: 10px;
    min-width: 150px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
}

.lap-nav .nav-list li.nav-item.has-menu .submenu-level-1.active {
    display: block;
}

.lap-nav .nav-list li.nav-item.has-menu .submenu-level-1 {
    padding: 120px;
    padding-top: 45px;
}



.lap-nav .nav-list li.nav-item.has-menu .submenu-level-1>li {
    width: 50%;
    text-align: start;
}



.lap-nav .nav-list li.nav-item.has-menu>div:hover~.submenu-level-1 {
    display: block;
}

.lap-nav .nav-list li.nav-item .has-menu-level2:hover .submenu-level-2 {
    display: block;
}


.lap-nav .nav-list li.nav-item .has-menu-level2:after {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 14px;
    left: 7px;
}

.menu-item {
    display: flex;
    gap: 15px;
    text-align: start;
    position: relative;
}

.menu-img-wrapper {
    flex: 40% 0 0;
    width: 40%;
    position: relative;
}

.menu-img-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    background-color: #ddd;
    right: -20px;
    width: 88%;
    height: 174px;
    z-index: 2;
}

.menu-img-wrapper img {
    position: relative;
    z-index: 5;
    margin-top: 10px;
}

.menu-item>div {
    flex: 50% 0 0;
}

.menu-item-title {
    color: var(--main-color);
    font-size: 1.4rem;
    font-weight: bold;
}

.lap-nav .search-wrapper.show {
    display: flex;
}

header.white-mode .btn-langs a {
    color: #444;
}


/*******************************
********* Mobile Nav STYLES ********
*******************************/

.mobile-nav .nav-list li.nav-item.has-menu .submenu-toggle {

    font-size: inherit;
    font-weight: bold;
    color: var(--main-light-color);
    position: absolute;
    top: 7px;
    left: 5px;
    transition: .3s;
    width: 40px;
    cursor: pointer;
}

.mobile-nav .nav-list li.nav-item .submenu-level-2 {
    position: static;
}

.mobile-nav .nav-list li.nav-item .submenu-level-2 a {
    color: #fff;
    display: inline-block;
}

.mobile-btns {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}

.mobile-btns .btn {
    background: none;
    color: #262626;
    border: 1px solid #ddd;
}

.mobile-nav .nav-list {
    display: none;
    padding-top: 20px;
}

.mobile-nav .nav-wrapper {
    display: block;
}

.mobile-nav .submenu-level-1 {
    position: static !important;
    transform: none !important;
    min-width: auto !important;
    background: none !important;
    border: 1px solid var(--main-color);
}

.mobile-nav .nav-list li.nav-item {

    border: 1px solid #ddd;
}

.mobile-nav .nav-list li.nav-item::after {
    top: 15px;
    left: 20px
}

.mobile-nav .nav-list li.nav-item .nav-item-link {
    padding: 10px 0;
}


.mobile-nav .nav-list li.nav-item.has-menu .submenu-level-1 a {
    color: #444;
}

.mobile-nav .nav-list li.nav-item.has-menu:hover .submenu-level-1 a {
    color: #000;
}

.mobile-nav .search-wrapper {
    display: none;
    padding-top: 20px;
}

.mobile-nav .search-wrapper input {
    width: 100%;
    color: #222;
    padding-inline-start: 65px;
}

.mobile-nav .search-wrapper button {
    background: var(--light-color);
    transform: translateY(-22%);
}

.mobile-nav .logo-wrapper img {
    width: 120px;
}

/*******************************
****** White Mode STYLES ******
*******************************/
header.white-mode .btn-search {
    color: #444;
}

header.white-mode .my-navbar {
    background: #fff;
    color: var(--main-color)
}

header.white-mode .nav-list li.nav-item a.nav-item-link {
    color: #888
}

@media (min-width:992px) {

    header.sticked .nav-list li.nav-item.has-menu::after {
        top: 0;
    }

    header.sticked .nav-list .nav-item span {
        /* display: none !important; */
        height: 0;
        overflow: hidden;
        margin-bottom: 0;
    }

    header.sticked .nav-list .nav-item {
        padding-top: 0;
    }

    .nav-list li.nav-item {
        /* padding-top: 20px; */
    }

}

@media (max-width:992px) {
    .topbar .langs-list {
        display: none;
    }

    .nav-list li.nav-item:hover a.nav-item-link {
        display: inline-block;
    }

}

/*******************************
********* FIXED SIDE ********
*******************************/
.fixed-side {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 996;
    direction: ltr;
    text-align: left;
}

.fixed-side>.btn {
    background: none;
    font-size: 1.5rem;
    padding: 0 7px;
}


.fixed-side .socialmedia-list {
    display: flex;
    flex-direction: column;
    align-items: start;
}


.fixed-side .socialmedia-list li {
    transition: .5s;
    padding: 0;
    opacity: .5;
    /* width: 35px; */
}

.fixed-side .socialmedia-list li a {
    display: flex;
    transition: .5s;
    justify-content: end;
    align-items: center;
    flex-direction: row-reverse;
    color: #fff;
}

.fixed-side .socialmedia-list i {
    opacity: .5;
    transition: .5s;
    z-index: 5;
}

.fixed-side .socialmedia-list li span {
    width: 0;
    overflow: hidden;
    display: inline-block;
    height: 35px;
    transition: .5s;
    order: -1;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    /* padding: 0 15px 0 0; */
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    position: absolute;
    left: 0;
    z-index: 2;
    line-height: 35px;
}


.fixed-side .socialmedia-list li:hover {
    opacity: 1;
}

.fixed-side .socialmedia-list li:hover i {
    opacity: 1;
}

.fixed-side .socialmedia-list li:hover span {
    width: auto;
    /* min-width: 100px; */
    transform: translateX(30px);
    opacity: 1;
    visibility: visible;
}



@media (max-width:992px) {

    .fixed-side .socialmedia-list-wrapper {
        display: none;
    }
}

/*******************************
********* SLIDER STYLES ********
*******************************/

.home-single-slide {
    /*padding: var(--section-pd);*/
    /*min-height: 550px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-single-slide .overlay-box {
    background-color: var(--bg-color);
    opacity: 0.3;
}
.home-single-slide .single-slide-image {}
.home-single-slide .single-slide-image img{
    width: 100%;
}
.home-single-slide .single-slide-content {
    position: absolute;
    z-index: 20;
    height: 300px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-slide-content {
    width: 50%;
    padding: 30px;
    background-color: var(--bg-opacity-color);
    border-radius: 5px;
    color: #fff;
    transform: translateY(50%);
    position: relative;
}

.home-slide-title {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #ffffff96;
    padding: 20px 30px;
}

.home-slide-content .read-more {
    position: absolute;
    bottom: -35px;
}

.slider-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}

.slider-section .owl-nav .owl-prev,
.slider-section .owl-nav .owl-next {
    background: none;
    font-size: 67px;
    color: rgba(255, 255, 255, 0.603);
}

.slider-section .owl-nav .owl-prev:hover,
.slider-section .owl-nav .owl-next:hover {
    background: none;
    color: #fff;
}

.slider-section .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--main-light-color);
    border: 1px solid #fff;
}




@media (max-width:992px) {
    .home-single-slide {
       /* min-height: 250px;*/
        background-size: cover;
    }

    .home-slide-title {
        font-size: 14px
    }

    .home-slide-content {
        width: 100%;
        padding: 30px;
        transform: none;
    }

    .home-single-slide .single-slide-content {
        height: auto;
        padding: 0px;
    }

    .owl-theme .owl-nav {
        margin-top: 0
    }
}

/*******************************
***** About STYLES *****
*******************************/
.about-section-title {
    font-size: 40px;
    margin-bottom: 50px;
}

.about-read-more {
    margin-top: 30px;
    margin-bottom: 10px;
}

.about-item {
    background: #fff;
    font-size: 16px;
    text-align: start;
    min-height: 200px;
}

.about-item-col {
    width: 50%;
}

.about-item:nth-child(odd) {
    background: #f8f8f8;
}

.about-item-wrapper {
    min-height: 300px;
}

.about-item-title {
    font-size: 25px;
    margin-bottom: 30px;
}

.about-item-col {
    min-height: 300px;
}

.about-item-col-text {
    padding: 50px 100px;
    padding-inline-start: 100px;
}

.about-item-wrapper {
    display: flex;
}

@media (min-width:993px) {}

@media (max-width:992px) {
    .about-item-wrapper {
        flex-wrap: wrap;
    }

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

    .about-section-desc p:not(:first-child) {
        display: none;
    }

    .about-read-more {
        margin-top: 20px;
    }

    .about-item-col {
        width: 100%;
        min-width: 100%;
    }


    .about2-item .about-item-col:first-child {
        order: 1;
    }
}

/*******************************
***** Category STYLES *****
*******************************/
.category-item {
    text-align: center;
    margin-bottom: 30px;
}

.category-item img {
    border: 1px solid var(--bg-color);
    transition: all ease-in-out 0.3s;
}

.category-item .category-title {
    padding: 8px 2px;
    background-color: #666;
    color: #fff;
    font-size: 19px;
    margin-top: 20px;
    transition: all ease-in-out 0.3s;
}

.category-item:hover .category-title {
    color: var(--main-color)
}

/*******************************
***** Product STYLES *****
*******************************/
.product-item {
    text-align: center;
    margin-bottom: 30px;
    font-size: 19px;
}

.product-item img {
    /* border: 1px solid var(--main-color); */
    transition: .3s;
}

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

.product-item:hover img {
    border-color: var(--main-color);
}

.product-item .product-title {
    padding: 15px 2px 7px;
    color: #000;
    font-size: 17.5px;
    margin-bottom: 0;
    transition: .3s;
}

.product-item:hover .product-title {
    color: var(--main-color);
}

.product-item .product-price {
    color: var(--main-color);
    font-weight: bold;
}

/*******************************
***** Sidebar STYLES *****
*******************************/

.sidebar-section {
    padding-bottom: 20px;
}

.sidebar-section-title {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.categories-list {
    color: #000;
}

.categories-list>li {
    font-weight: bold;
    margin-bottom: 25px;
}

.categories-list li span {
    color: #777;
}

.categories-list .sub-cats-list {
    margin-top: 5px;
    margin-inline-start: 20px;
    list-style-type: square;
}

.categories-list-toggle {
    position: relative;
    top: -50px
}

@media (max-width:992px) {
    .categories-list {
        transform: translateX(-100vw);
        position: fixed;
        right: 0;
        z-index: 998;
        top: 0;
        padding: 30px !important;
        background: #fff;
        height: 100vh;
        width: 100vw;
        padding-top: 141px !important;
        transition: all .3s;
    }

    .categories-list .categories-list-toggle {
        top: -20px
    }


    .categories-list.show {
        transform: translateX(0);
    }
}

/*******************************
******** Partners STYLES *****
*******************************/

.partner-item img {
    box-shadow: 0px 9px 12px #ddd;
    margin-top: 10px;
}

.partner-item:hover img {
    box-shadow: 5px 9px 12px #ddd;
}

.partner-item-title {
    margin: 40px 0;
    color: #000;
    font-weight: bold;
}

/*******************************
******** Owl STYLES *****
*******************************/

.brands-slides.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    min-width: 100% !important;
}

/*******************************
********* Branch STYLES ********
*******************************/

.branch-item {
    background-color: #f2f2f2;
    color: #000;
    box-shadow: 1px 5px 12px #ddd;
    transition: .3s;
}

.branch-item-title {
    font-size: 21px;
    margin-bottom: 20px;
}

.branch-item-content {
    padding: 20px 10px;
    font-size: 12.5px;
    text-align: center;
}

.branch-item-content label {
    font-weight: bold;
    margin-inline-end: 5px;
}

.branch-item .read-more {
    background-color: var(--main-opacity-color);
    color: var(--main-color);
    border-radius: 7px;
}

.branch-item:hover {
    background-color: #fafafa;
    box-shadow: none;
}

@media (max-width:992px) {
    .branch-section .section-heading {
        width: 100%;
    }
}

/*******************************
********* Banner STYLES ********
*******************************/
.banner-section {
    font-size: 45px;
    font-weight: bold;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    min-height: 400px;
    text-align: center;
    color: #f7f7f7;
    position: relative;
}
.banner-img {width: 100%;}
.banner-img img{width: 100%;}
.banner-content{
    position: absolute;
    width: 100%;
    left: 0;
}
@media (max-width:992px) {
    .banner-section {
        font-size: 25px;
        min-height: 150px;
        background-size: contain;
    }
}


/*******************************
********* Blog STYLES ********
*******************************/

.blog-item {
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
}

.blog-item-top {
    position: relative;
}

.blog-item-top img {
    transition: .3s;
}

.blog-item-top:hover img {
    opacity: 0.8;
}

.blog-item img {
    width: 100%;
}

.blog-item .blog-item-title {
    /* color: #fff; */
    font-size: 17px;
    padding: 15px 5px 5px;
    /* background-color: #000000a6; */
    /* text-align: center; */
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    margin: 0;
}

.blog-meta {
    font-size: small;
}

.blog-item .read-more {
    font-size: 14px;
    padding: 5px 20px;
}

/*******************************
********* Footer STYLES ********
*******************************/
.separator-footer {
    height: 20px;
}

footer {
    padding-bottom: 0 !important;
    color: #555;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

footer .socialmedia-list {
    flex-direction: row;
}

footer .socialmedia-list i {
    color: #fff;
    border-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

footer .socialmedia-list {
    justify-content: center;
}

.footer-nav-list {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #999;
    padding-top: 20px;
    font-weight: bold;
}

.footer-nav-list a {
    color: #fff;
}

footer .logo-img {
    max-width: 100%;
    margin: 10px 0 10px;
}

.footer-cols {
    background-color: var(--main-light-color);
    padding-bottom: 60px;
    color: #fff;
}

.footer-cols-wrapper {
    padding-top: 12px;
    padding-bottom: 20px;
}

.footer-col {
    margin-bottom: 20px;
}

.footer-col-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid var(--main-color);
    padding-inline-end: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #000;
}

.footer-col-list li {
    margin-bottom: 7px;
}

.footer-col-two {
    display: flex;
    flex-wrap: wrap;
}

.footer-col-two li {
    flex: 50%;
}

.footer-bottom {
    background: #333;
}

footer .contact-list {
    padding: 10px 20px;
    font-size: 16px;
}

footer .contact-list li {
    display: flex;
    margin-bottom: 5px;
    gap: 20px;
    text-align: start;
}

footer .contact-list li i {
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

footer p {
    color: #555;
}

.copyrights {
    color: var(--light-color);
    padding: 20px 0;
}

@media (max-width: 992px) {

    footer {
        position: static;
    }

    .separator-footer {
        margin-bottom: 20px !important;
    }
}

.newsletter-form input::placeholder {
    color: #a1a1a1;
}

.newsletter-form input {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
    color: #fff;
}

.newsletter-form input[type="email"] {
    background: none;
    border: 1px solid var(--main-color);
}

.newsletter-form input[type="submit"] {
    background-color: #444;
    cursor: pointer;
}

.btn-whatsapp {
    display: block;
    background: #25D366;
    border-radius: 3px;
    color: #fff !important;
    padding: 2px 0;
    font-size: 18px;
}

.brand-item {
    position: relative;
    /*background-color: #d2d2d2;*/
    padding: 5px;

}

.brand-item img {
    border: 1px solid var(--main-color);
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
}

.brand-item .brand-item-title {
    background-color: var(--main-color);
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    transition: all ease-in-out 0.3s;
}

.brand-item:hover img,
.category-item:hover img {
    transform: scale(0.9);
    border-color: var(--main-color);
}

.brand-item:hover a .brand-item-title {
    color: #000
}

.brands-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.brands-section .owl-nav [class*="owl-"] {
    background: none;
    font-size: 67px;
    color: #ffffff !important;
    font-size: 25px;
}

.brands-section .owl-nav [class*="owl-"] {
    background: rgba(221, 221, 221, 0.644);
    color: #fff;
}

/*****************************************
******************************************
************ Elements Page ***************
/*****************************************
******************************************/
.page-heading {
    min-height: 300px;
}

.page-heading .overlay-box {
    background-color: var(--bg-opacity-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-heading .overlay-box .page-heading-title {
    color: #222;
    min-width: 299px;
    text-align: center;
    background: #ddd6;
    min-height: 100px;
    line-height: 100px;
}

.elements-page {
    min-height: 400px;
}

/*****************************************
******************************************
************ Details Page ***************
/*****************************************
******************************************/
.details-section {
    min-height: 350px;
}

.single-element-page {
    padding: 25px 0 10px;
}

.single-element-page .img-box {
    width: 400px;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.single-element-page .img-box img {
    width: 100%;

}

.element-heading {
    text-align: center;
    padding: 0 0 20px;
    font-size: 20px;
}

.single-element-page .element-title {
    color: #000;
    font-weight: bold;
    font-size: 25px;
}

.single-element-page .product-price {
    color: var(--main-color);
}

.single-element-page .element-info {
    color: #333;
    font-size: 14px;
}

.single-element-page .element-info label {
    font-weight: bold;
}

@media (max-width:992px) {
    .single-element-page img {
        max-width: 100%;
    }
}

.custom-form {
    padding-bottom: 50px;
}

.custom-form select {
    border-radius: 5.25rem;
    line-height: 1;
    padding: 0rem 1rem;
    border-color: var(--bg-color);
    height: auto !important;
    display: inline-block;
    width: 60%;
}

.custom-form label {
    margin: 0;
    margin-right: 10px;
}

.custom-form .form-group {
    display: flex;
    align-items: center;
}

.custom-form .btn {
    border-radius: 20px;
    padding: 5px 20px;
    background-color: var(--bg-color);
    color: var(--light-color);
}

.custom-form .btn:hover {
    background-color: var(--hover-color);
    color: var(--light-color);
}

@media (max-width:992px) {
    .custom-form label {
        width: 30%;
    }
}

/*****************************************
******************************************
************ Contact Page ***************
/*****************************************
******************************************/

.btn.btn-submit {
    background-color: var(--main-color);
    color: #fff;
}

.btn.btn-submit:hover {
    background-color: var(--bg-color);
}

.contact-title {
    margin-bottom: 30px;
    color: var(--dark-color);
}

.error-text {
    color: red !important;
}

.contact-box {
    padding: 10px 0;
}

.contact-box .icon {
    font-size: 25px;
    color: var(--light-color);
    display: inline-block;
    background-color: var(--bg-color);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-inline-end: 15px;
    transition: all ease-in-out 0.3s;
}

.contact-box .value {
    font-size: 19px;
    color: inherit;
}

.contact-box:hover .icon {
    color: var(--bg-color);
    background-color: var(--light-color);
}

.contact-section .location .map {
    height: 350px;
}

.contact-section .location .map iframe {
    height: 100%;
    width: 100%;
}

.search-title {
    color: #000;
    margin-bottom: 20px;
    font-size: 17px;
    position: relative;
    padding-inline-start: 15px;
}

.search-title::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: var(--main-color);
    right: 0;
}

.other-images img {
    transition: .3s;
    border: 2px solid var(--bg-color);
}

.other-images img:hover {
    transform: scale(0.9);
    border-color: var(--main-color);
}

.whats-icon-fixed {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 10px;
    left: 44px;
    background-color: #25D366;
    color: #fff;
    font-size: 29px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    z-index: 1000;
}

/*****************************************
******************************************
************ Videos Page ***************
/*****************************************
******************************************/
.video-item img {
    transition: .3s;
    border: 1px solid transparent;
}

.video-item:hover img {
    transform: scale(.9);
}

.video-item:hover img {
    border: 1px solid var(--main-color);
}

.video-item-title {
    font-size: 17px;
}

.video-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #f00;
}
