:root {
    --main-color: #4a9acd;
    --second-color: #54bcd3;
    --third-color: #66c3c0;
    --fourth-color: rgba(36, 35, 35, 0.863);
    --bg-color: #3c3c3b;
    --bg2-color: #3c3c3bbd;
    --sporting-color: #be59ed;
    --sporting-color2: #fff;
    --transparent-color: rgba(107, 97, 76, 0.7);
    --section-padding: 100px;
}



@font-face {
    font-family: DINNextLTArabic;
    /* src: url("../../fonts/fonts/DINNextLTArabic-Regular.woff2") format("woff2"); */
    /* font-display: swap; */
}


@font-face {
    font-family: Avenir;
    src: url("../../fonts/avenir_ff/AvenirLTStd-Black.otf");
}

@font-face {
    font-family: Tajawal;
    src: url("../../fonts/Tajawal/Tajawal-Regular.ttf");
}

@font-face {
    font-family: ArefRuqaa;
    src: url("../../fonts/ArefRuqaa-Bold-1.ttf");

}

@font-face {
    font-family: Droid;
    src: url("../../fonts/Droid-Sans-Arabic.ttf");

}

* {
    font-family: 'Tajawal';
    letter-spacing: 0;
}

.cursor-pointer {
    cursor: pointer;
}

img {
    aspect-ratio: auto 640 / 360;
    object-fit: contain;
}

.float-left {
    float: right !important;
}

#demo-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #999;
    min-height: 640px;
}

.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
    animation-name: animation-slider;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    background-size: cover;
    background-position: center;
}

@keyframes animation-slider {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

body {
    direction: rtl;
}

a {
    color: #2A2F67;
}

a:hover {
    color: var(--third-color);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "najez"; */
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    left: 15px;
    bottom: 15px;
    background: #009fdf;
    color: #fff;
    transition: display 0.6s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.prod {
    padding-top: 65px;
}

.back-to-top:hover i {
    animation: bouncing 1.5s 2;
}

.back-to-top:hover {
    color: #fff;
    background: var(--third-color);
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

#header {
    transition: all 0.5s;
    background-color: #fff;
    z-index: 100;
    /* padding: 15px 0; */
    /* padding: 4px 0; */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    direction: rtl;
    position: fixed;
}

#header .logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    /* margin-right: auto; */
    line-height: 1;
    font-weight: 700;
    display: contents;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media (min-width: 991px) {
    #header .logo {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }
}

#header .logo a {
    color: #2a296c;
    text-transform: uppercase;
}

#header .logo a span {
    color: #4a9acd;
}

#header .logo img {

    height: 59px;
}

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

.nav-menu>ul {
    display: flex;
    justify-content: flex-end;
}

/* .nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
         padding: 10px 0 10px 23px;

} */

.nav-menu>ul>li {
    position: relative;
    /* white-space: nowrap; */
    padding: 10px 13px 10px 0;
    text-align: right;
}

.menue2 {
    position: relative;
    /* white-space: nowrap; */
    padding: 7px 0 10px 23px !important;
}

.menue2 a {
    position: relative;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #7a7878;
}

.menue2 .dropdown-menu {
    left: 18px !important;
    text-align: start !important;
    top: 10px !important;
    z-index: 99 !important;
    padding: 10px 0 !important;
    background-color: #fff !important;
    box-shadow: 4px 4px #d7d7d7 !important;
    transition: 0.3s !important;
    border-top: 2px solid var(--main-color) !important;
}

.menue2 .dropdown-menu2 {
    left: 100% !important;
}

.btn-group:hover .dropdown-menu2 {
    display: block !important;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #7a7878;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    /* font-family: Avenir; */
}

.menue2 .dropdown-menu a::after {
    content: '' !important;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #7a7878;
    right: 10px;
    top: 50%;
    border-radius: 50%;
    /* transform: translate(0%, 0%); */
}

@media (max-width:992px) {
    .menue2 .dropdown-menu {
        width: 85% !important;
    }

    .menue2 .dropdown-menu2 {
        left: 0 !important;
        top: 50px;
        display: block !important;
    }
}

.nav-menu a {
    display: block;
    position: relative;
    color: #7a7878;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: var(--main-color);
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    right: 18px;
    text-align: start;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 4px 4px #d7d7d7;
    /* transition: 0.3s; */
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);

}

.nav-menu .men .drop-down:hover>ul {
    opacity: 1;
    top: 10%;
    visibility: visible;
    right: 100%;
    /* max-height: 250px ; */
    overflow-y: scroll;

    height: 350px !important;

}

.nav-menu .men .drop-down1:hover>ul {
    opacity: 1;
    top: 100% !important;
    visibility: visible;
    right: 10%;
    /* overflow-y: auto !important;
    overflow-x: clip!important; */
    overflow: unset;
    max-height: 350px;

    height: auto !important;

}


.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    /* position: initial; */

}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}


.nav-menu .drop-down .active {
    right: 6px;
    left: auto;
    transform: translate(0%, 0%);
    width: 100%;
    display: block;
    position: absolute;
    text-align: start;
    top: 0;
    z-index: 99;
    opacity: 1 !important;
    visibility: visible;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 4px 4px #d7d7d7;
    transition: 0.3s;
    border-top: 2px solid var(--main-color);
}


.nav-menu .drop-down ul a {
    position: relative;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    color: #7a7878;
    white-space: wrap;
}

.nav-menu .drop-down ul a::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #7a7878;
    right: 0;
    top: 50%;
    border-radius: 50%;
    transform: translate(-80%, 0%);
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: var(--main-color);
}

/*
.nav-menu .drop-down>a:before {
    content: "\ea99";
    font-family: IcoFont;
    padding-right: 5px;
} */

.nav-menu .drop-down .drop-down>a:before {
    left: 0;
    position: absolute;
    bottom: 0;
    transform: translate(50%, -50%);
}

.nav-menu .drop-down .drop-down ul {
    /* right: 0; */
    /* left: auto; */
    /* transform: translate(-100%, -0%); */
    /* width: 100%; */
}

.nav-menu .drop-down .drop-down:hover>ul {
    /* opacity: 1;
    top: 0;
    right: 5px;
    left: auto;
    opacity: 0; */
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    /* content: "\eaa0"; */
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}

.mobile-nav-toggle {
    position: fixed;
    left: 14px;
    top: 79px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: var(--main-color);
}

.mobile-nav {
    position: fixed;
    top: 126px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #111;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: var(--main-color);
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    left: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

ul p {
    font-size: 14px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
    display: none !important;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
    text-align: start;
}

/* .mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
} */

.header-social-links {
    padding-right: 14px;
    display: flex;
    justify-content: space-around;
    list-style: none;
}
.header-social-links i{
    color: #2A2F67 !important;
}

.header-social-links a {
    color: #a0a0a0;
    padding-left: 6px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

.header-social-links a:hover {
    color: var(--main-color);
}

@media (max-width: 768px) {
    .header-social-links {
        padding: 0 48px 0 0;
        border-left: 0;
    }
}

#hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: relative;
    direction: ltr;
}

#owl-demo .item {
    display: block;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.edit_hero {
    margin-top: 400px;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.carousel-item.banner:hover {
    transform: scale(1.1);
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: #1b1d1f5c; */
    z-index: 22;
    z-index: 0;
    border-radius: 8px;
}

#hero .carousel-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    top: 70px;
    left: 55px;
    right: 55px;
}

#hero .carousel-content {
    background: rgba(4, 4, 4, 0.7);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-top: 5px solid var(--main-color);
    direction: rtl;
}

#hero .carousel-content h2 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 700;
    text-align: start;
    direction: rtl;
}

.btn-get-started {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    padding: 6px 33px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1.5;
    margin: 10px;
    color: black;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background-color: whitesmoke;
    border: 2px solid var(--main-color);
}

#hero .btn-get-started:hover,
.features .btn-get-started:hover {
    background: var(--main-color);
    color: #fff !important;
    text-decoration: none;
}

.tr {
    font-weight: 500;
    font-size: 18px;
    /* letter-spacing: 1px; */
    display: inline-block;
    padding: 6px 33px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1.5;
    margin: 10px;
    color: black;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background-color: whitesmoke;
    border: 1px solid var(--main-color);
    transition: .7s;
}

.tr:hover {
    background: var(--main-color);
    color: whitesmoke !important;
    border-color: whitesmoke;
    text-decoration: none;
}

.download_pdf {
    color: black !important;
    width: 100px;
    padding: 12px;
    transform: scale(0.95);
}

.download_pdf:hover {
    color: var(--second-color) !important;
    transform: scale(1);
}

.list_padding {
    padding: 0 25px 7px 0 !important;
}

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

.div-product {
    width: 100%;
    position: absolute;
    bottom: 6px;
    display: flex;
    justify-content: center;
    left: 0;
}

@media (min-width : 768px) and (max-width : 1023px) {
    .div-product {
        bottom: 30px;
    }
}

@media (min-width : 1024px) {
    .div-product {
        bottom: 40px;
    }
}

.btn-product {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    margin: 5px;
    /* color: var(--main-color); */
    /* border: 2px solid var(--main-color); */
    border: 2px solid #009FDF;
    color: #009FDF;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.btn-product:hover {
    background: var(--main-color);
    color: #fff !important;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    opacity: 1;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
    animation: shakeX linear 1.5s;
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: var(--main-color);
}

@media (min-width: 1024px) {
    #hero .carousel-content {
        width: 60%;
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-width: 992px) {
    #hero .carousel-container {
        top: 58px;
    }

    #hero .carousel-content h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    #hero .carousel-content p {
        font-size: 15px;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}


.hero-slider .owl-carousel .owl-nav,
.hero-slider .owl-carousel .owl-dots {
    display: none;
}

.hero-content.in {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 35%;
    direction: rtl;
    text-align: right;
    z-index: 10;
}

.hero-content.in p {
    color: #fff;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.iccc {
    position: absolute;
    left: 100px;
    bottom: 20px;
    z-index: 10;
}

.iccc i {
    margin-right: 20px;
    background-color: #fff;
    color: #0068a9;
    text-align: center;
    border-radius: 42%;
    font-size: 15px;
    padding: 4px;
}

.iccc i:hover {
    color: #fff;
    background-color: #0068a9;
}

@media (min-width : 320px) and (max-width : 767px) {
    #main {
        margin-top: 55px !important;
    }

    .hero-slider .item {
        height: 300px;
    }

    .hero-slider .item img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
        object-fit: fill;
    }

    .hero-content.in {
        display: none;
    }

    .hero-content.out {
        margin: 5px;
        padding: 5px;
        background-color: rgba(0, 0, 0, 0.623);
        border: 1px solid black;
        border-radius: 10px;
        background-color: #fff;
        direction: rtl;
        text-align: right;
    }

    .hero-content.out .hero {
        margin: 10px 0;
        font-weight: bold;
        font-size: 20px;
        color: black;
        margin-bottom: 5px;
    }

    .hero-content.out p {
        color: #000;
        text-align: justify;
    }

    .hero-content.out .tr {
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 7px 9px;
        border-radius: 4px;
        transition: 0.5s;
        line-height: 1;
        margin: 5px;
        color: black;
        background-color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 2px solid black;
    }

    .carousel-content h3 {
        font-size: 1.5rem;
    }

    .iccc {
        left: 20px;
    }

    .iccc i {
        margin-right: 10px;
    }
}

@media (min-width : 768px) {
    .hero-content.out {
        display: none;
    }
}

@media (min-width : 768px) and (max-width : 990px) {
    .hero-content.in {
        /* right: 10px; */
        top: 40px;
        width: 40%;
    }

    .hero-content.in a {
        margin: 0 10px;
    }

    .hero-content.in p {
        -webkit-line-clamp: 4;
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }

    .iccc {
        left: 50px;
    }
}

@media (min-width : 1440px) {
    .hero-content.in {
        width: 30%;
        right: 100px;
        top: 100px;
    }

    .hero-slider .item {
        height: 700px;
    }

    .hero-slider .item img {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
        object-fit: fill;
    }
}




.pre {
    white-space: pre-line;
    font-size: 18px;
}

section.cont {
    overflow: initial !important;
}

section {
    padding: 65px 0;
}

section#app-gallary {
    padding: 20px 0;
}

section.cont {
    position: relative;
    margin-right: 10px;
}

.section-bg {
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    transition: 0.6s;
}


.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 20px;
    padding-top: 76px !important;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: fit-content;
    margin: auto;
    /* font-family: ArefRuqaa; */
}

.section-title h2 strong {
    margin: 0 10px;
    /* font-family: ArefRuqaa; */
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: var(--main-color);
    bottom: 4px;
    left: 0;
}

h2.lin1::after,
.slider-indicator-bar.lin1 {
    width: 130px !important;
}

h2.lin2::after,
.slider-indicator-bar.lin2 {
    width: 170px !important;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: var(--main-color);
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
}


.section-title p {
    margin-bottom: 0;
    text-align: justify;
    font-family: "Tajawal";
}

.breadcrumbs {
    padding: 15px 0;
    background: var(--main-color);
    min-height: 40px;
    margin-top: 72px;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

.breadcrumbs ol a {
    color: #fff;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}




#heroCarousel {
    position: absolute !important;
    width: 40%;
    right: 0;
    top: 50px;
}

@media (min-width : 320px) and (max-width : 767px) {
    #heroCarousel {
        width: 100%;
        right: 0;
        top: 50px;
    }

    .carousel-content h3 {
        font-size: 1.5rem;
    }

    .iccc {
        left: 20px;
    }

    .iccc i {
        margin-right: 10px;
    }
}

@media (min-width : 1440px) {
    #heroCarousel {
        width: 30%;
        right: 100px;
        top: 70px;
    }
}

@media (max-width: 991px) {
    .breadcrumbs {
        margin-top: 58px;
    }

    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

.services .icon-box {
    position: relative;
    width: 100%;
    height: 320px;
    background: #ececec;
    border-radius: 4px;
    transition: all ease-in-out 0.3s;
    direction: rtl;
    overflow: hidden;
}

.services .icon-box .icon {
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
    border-radius: 5px;
    border: 4px solid;

}

.services .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}

.services .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services .icon-box .icon img {
    transition: 0.5s;
    fill: #f5f5f5;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: fill;

}

.services .icon-box .icon.first {
    border-top-color: #ce7777;
    border-left-color: #ce7777;
    border-right-color: #45a997;
    border-bottom-color: #45a997;
}

.services .icon-box .icon.seconde {
    border-top-color: #be59ed;
    border-left-color: #be59ed;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.services .icon-box .icon.third {
    border-top-color: #f27979;
    border-left-color: #f27979;
    border-right-color: rgb(127 244 245);
    border-bottom-color: rgb(132 250 251);
}

.services .icon-box .icon.fourth {
    border-top-color: #85586f;
    border-left-color: #85586f;
    border-right-color: #dfd3c3;
    border-bottom-color: #dfd3c3;
}

.services .icon-box .icon.fifth {
    border-top-color: #8171f5;
    border-left-color: #8171f5;
    border-right-color: #bfeaf5;
    border-bottom-color: #bfeaf5;
}

.services .icon-box .icon::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2222;
    opacity: 70%;
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 11px 0 12px 0;
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.services .icon-box h4 a {
    color: white;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    background: #fff;
    font-size: 16px;
    position: absolute;
    top: 20px;
    /* right: 10px; */
    /* right: 0px; */
    padding: 5px;
    margin: 0 5px;
    text-wrap: wrap;
    /* width: auto; */
    text-align: right;
}

.services .icon-box p span {
    margin: 0 5px;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
    background-color: #eceff3b5;
}

.services .iconbox-blue i {
    color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
    color: #fff;
}

.services .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.services .iconbox-orange i {
    color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
    color: #fff;
}

.services .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.services .iconbox-pink i {
    color: #e80368;
}

.services .iconbox-pink:hover .icon i {
    color: #fff;
}

.services .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.services .iconbox-yellow i {
    color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
    color: #fff;
}

.services .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.services .iconbox-red i {
    color: #ff5828;
}

.services .iconbox-red:hover .icon i {
    color: #fff;
}

.services .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.services .iconbox-teal i {
    color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
    color: #fff;
}

.services .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 50px auto;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #4d4643;
    transition: all 0.3s;
    margin: 5px;
    border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: var(--main-color);
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-item img {
    width: 342px;
    height: 290px;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    color: #111;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #444444;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: var(--main-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
    color: #57e76f;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

.clients-logo {
    background-color: #fff;
    border: 10px solid #009FDF;
    border-radius: 50%;
    padding: 10px;
}

.clients .client-logo {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    background: #ececec;
    height: 150px;
    box-shadow: 0 0 8px 0 white;
}

.clients .client-logo img,
.clients-logo img {
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(30%);
    width: 110px;
    height: 110px;
}

.clients .client-logo:hover img,
.clients-logo:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}

.clients-logo img {
    width: 150px !important;
    height: 150px;
    object-fit: contain;
    border-radius: 50%;
}

.clientsproject-logo img {
    width: 200px !important;
    height: 250px;
    transition: all 0.3s ease-in-out;
}

.clientsproject-logo:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}

.about-us .content h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #009FDF;
}

.about-us .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px;
}

.top_half .desc h3 {
    color: #009FDF;
}

.top_half .desc h4 {
    color: #4fb5ff;
}

.top_half .desc p span {
    color: #009FDF;
    font-size: 20px;
}

.bottom_half .desc>div h4 {
    color: #009FDF;
}

.bottom_half .desc h4 {
    color: #009FDF;
}

.box_shadow {
    box-shadow: 0 0 0 2px #19a7cb, 0 0 0 2px #19a7cb;
    border-radius: 6px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 50px;
    padding: 15px 10px 15px 5px;
}

.space-evenly {
    justify-content: space-evenly;
}

.about-us .content ul {
    list-style: none;
    padding: 0;
}

.about-us .content ul li {
    padding: 10px 0 0 0;
    position: relative;
    border-bottom: 1px solid #009FDF;
    padding-bottom: 4px;
}

.about-us .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: var(--main-color);
}

.about-us .content p:last-child {
    text-align: right;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .member-img img {
    width: 100%;
    height: 200px;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
    transition: color 0.3s;
    color: #111;
    margin: 0 10px;
    padding-top: 8px;
    display: inline-block;
}

.team .member .social a:hover {
    color: var(--main-color);
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member .member-info {
    padding: 20px 15px;
    color: var(--main-color);
    border-top: 1px solid var(--main-color);
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--main-color);
}

.team .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #788399;
}

@media (max-width: 570px) {
    .team .member .member-info span {
        overflow-x: clip;
    }
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #847872;
}

.team .member:hover .social {
    opacity: 1;
}

.skills .progress {
    height: 50px;
    display: block;
    background: none;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;

    color: #111;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e7e7e7;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: var(--main-color);
}

.features .icon-box {
    display: flex;
    padding: 20px 0;
    box-shadow: 4px 4px rgb(0 0 0 / 10%);
    transition: ease-in-out 0.3s;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.features .icon-box i {
    color: #fff;
}

.features .icon-box i {
    font-size: 15px;
    padding-right: 10px;
    line-height: 1;
}

.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    text-align: start;
    margin-right: 10px;
}

.features .icon-box h3 a {
    color: #111;
    transition: ease-in-out 0.3s;
    font-size: 15px;
}

.features .icon-box h3 a:hover {
    color: var(--main-color);
}



.pro_image {
    width: 100% !important;
    height: 120px !important;
    /* margin-top: 7px; */
    margin-bottom: 20px;
    opacity: 1 !important;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.prem {
    transition-duration: 0.6s !important;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #847872;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: var(--main-color);
    font-weight: 600;

    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #9d9795;
    text-align: center;
    /* line-height: 16px; */
    font-size: 14px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: var(--main-color);
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: var(--main-color);
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;

    font-weight: 600;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    background: var(--third-color);
}

.pricing .featured h3 {
    color: #fff;
    background: var(--main-color);
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: var(--main-color);
    color: #fff;
}


.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #dddddd;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px 0 0 0;
    padding: 0;
}

.contact .info-wrap {
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
    padding: 30px;
    text-align: start;
    background: #74787824;
}

.contact .info i {
    font-size: 20px;
    color: var(--main-color);
    float: right;
    width: 44px;
    height: 44px;
    border: 1px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.8s;
}

.contact .info h4 {
    padding: 8px 56px 0 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--main-color);
}

.contact .info p {
    margin-bottom: 6px;
    font-size: 14px;
    color: black;
    direction: rtl;
    padding-right: 56px;
    gap: 12px;
    align-items: center;
}

.contact .info:hover i {
    background: var(--main-color);
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); */
    padding: 30px;
    background: #74787824;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
    background: #7bd1d100;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--main-color);
}

.contact .php-email-form input {
    height: 44px;
    background: #ececec;
    background: #fff;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
    background: #ececec;
    background: #fff;
}

.contact .php-email-form button[type="submit"] {
    background: var(--main-color);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: var(--third-color);
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bouncing {

    0%,
    10%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(-5px);
    }

    40%,
    60% {
        transform: translateY(-1px);
    }
}

.portfolio-details {
    padding: 40px 0;
}

.portfolio-details .owl-item img {
    width: 100%;
    height: 67vh;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: var(--main-color) !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

.blog {
    padding: 5px 0 20px 0;
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    max-height: 400px;
    margin: -11px -30px 20px -30px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: start;
}

.blog .entry .entry-title a {
    color: var(--main-color);
    transition: 0.3s;
}

/* .blog .entry .entry-title a:hover {
    color: var(--main-color);
} */

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #000;
    text-align: start;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li {
    padding-left: 4px;
}

.blog .entry .entry-meta i {
    font-size: 14px;
    padding-left: 4px;
    color: #1c293b;
    transition: 0.3s;
}

.blog .entry .entry-meta i:hover {
    color: var(--main-color);
}

.blog .entry .entry-meta a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    transition: 0.3s;
}

.blog .entry .entry-meta a:hover {
    color: var(--main-color);
}

.blog .entry .entry-content p {
    line-height: 24px;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    text-align: right;
}

.blog_p {
    -webkit-line-clamp: 3;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    padding: 7px 25px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #fff;
    color: var(--main-color);
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
    text-align: right;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #4d4643;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    text-align: justify;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #111;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

footer#footer {
    background-image: url(../img/O9FG4R0-3.webp);
    border-top: 2px solid #009FDF
}


.conatact-us-list {
    border-bottom: 3px solid #009FDF;
}

section#products {
    background-image: url(../img/bg-img.webp);
    position: relative;
}

section#products::after {
    content: "";
    width: 15px;
    height: 60%;
    background-color: rgba(0, 159, 223, 0.32);
    position: absolute;
    right: 0;
    top: 20%;
}

section#products::before {
    content: "";
    width: 170px;
    height: 20%;
    transform: rotate(9deg);
    background-color: rgba(0, 159, 223, 0.32);
    position: absolute;
    left: -85px;
    bottom: 30%;
    -webkit-clip-path: ellipse(25% 40% at 50% 50%);
    clip-path: ellipse(25% 40% at 50% 50%);
}

.list-Products-Applications span,
.conatact-us-list span {
    background-color: var(--main-color);
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 4px;
}

.list-Products-Applications span i,
.conatact-us-list span i {
    color: #fff !important;
    margin: 0;
}

.list-Products-Applications a.btn {
    color: var(--main-color) !important;
    font-size: 13px !important;
    color: #17a2b8;
    border-color: #17a2b8;
}

.socail-icons {
    display: flex;
    justify-content: space-around;
}

.socail-icons a {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    padding-right: 0 !important;
}

.socail-icons a i {
    margin: 0;
    color: #fff !important;
    font-size: 18px;
}

.socail-icons a.facebook {
    background-color: #4267B2;
}

.socail-icons a.whatsapp {
    background-color: #128C7E;
}

.socail-icons a.instagram {
    background-color: #1DA1F2;
}

.socail-icons a.linkedin {
    background-color: #4267B2;
}

footer .footer-contact i {
    margin-left: 6px;
    color: var(--second-color);
    margin: 0;
}

.blog .entry .entry-footer i {
    color: #dddbdb;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #dddbdb;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: var(--main-color);
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.float-right {
    float: left !important;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
}

.blog .blog-author h4 {
    margin-left: 140px;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
}

.blog .blog-author .social-links {
    margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
    color: #777777;
}

.blog .blog-author p {
    margin-left: 140px;
    font-style: italic;
    color: #bfb9b6;
    text-align: justify;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
    text-align: start;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    width: 50px;
}

.blog .blog-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: var(--main-color);
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: var(--main-color);
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: rgb(26 26 26 / 80%);
}

.blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 14px;
    color: #777777;
    margin-bottom: 5px;
}

.blog .blog-comments .comment p {
    margin-left: 65px;
    text-align: justify;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
    text-align: start;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
    text-align: start;
}

.pragh {
    text-align: right;
}

.pragh .blog-title {
    color: var(--main-color) !important;
}

.blog .blog-comments .reply-form input {
    border-radius: 0;
    padding: 20px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.blog .blog-comments .reply-form input {
    border-radius: 0;
    padding: 20px 10px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #fff !important;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #57e76f;
}

.blog .blog-comments .reply-form .change {
    top: 0;
    left: 0;
    background-color: #ececec !important;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #57e76f;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    padding: 8px 20px;
    border: 0;
    border-radius: 4px;
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    transition: 0.3s;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background: #fff;
    color: var(--main-color);
}

.blog .blog-pagination {
    color: #444444;
}

.blog .blog-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 16px;
    direction: ltr;
}

.blog .blog-pagination li {
    border: 1px solid white;
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li.active {
    background: white;
}

.blog .blog-pagination li a {
    color: #b4aca8;
    display: inline-block;
}

.blog .blog-pagination li a:hover {
    background-color: #4a9acd;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: var(--main-color);
    border-radius: 4px;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .blog-pagination li.disabled {
    background: #fff;
    border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
    color: #f6f5f5;
    padding: 10px 16px;
    display: inline-block;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #4a9acd;
    position: relative;
    text-align: start;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
    text-align: right;
}

.blog .sidebar .search-form form {
    background: #3c3c3b63;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
    border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    background: #3c3c3b3d;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--main-color);
    color: #fff;
    transition: 0.3s;
    border-radius: 4px 0 0 4px;
}

.blog .sidebar .search-form form button:hover {
    background: var(--third-color);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: black;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover,
.blog .sidebar .categories ul a:hover span {
    color: var(--main-color);
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #000;
    font-size: 14px;
    transition: 0.3s;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #000;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: var(--main-color);
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #000;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #000;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #dddddd;
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--main-color);
    background: var(--main-color);
}

.blog .sidebar .tags ul a:hover span {
    color: #fff;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #000;
    font-size: 14px;
    transition: 0.3s;
}

#footer {
    color: #fff;
    background: #111;
    text-align: start;
    font-size: 17px;
}

#footer .footer-top .head {
    color: #1E1E1E;
    border-bottom: 2px solid #009FDF;
    width: fit-content;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

.footer_logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: auto;
}

#footer .footer-top .footer-contact h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #009FDF;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-contact p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;

    color: black;
}



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

#footer ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--third-color);
    font-size: 18px;
    line-height: 1;
    transform: rotate(180deg);
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

@keyframes shakeX {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a,
#footer .footer-top .footer-contact a {
    color: black;
    transition: 0.3s;
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
}

#footer .footer-top .list-Products-Applications a {
    padding-left: 5px !important;
}

#footer .footer-top .footer-links ul a:hover,
#footer .footer-top .footer-contact a:hover {
    text-decoration: none;
    color: var(--second-color);
}

#footer .footer-newsletter {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: 100;
    color: #2a296c;
    position: relative;
    padding-bottom: 12px;
    font-family: "DINNextLTArabic";
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px 0 0 4px;
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: var(--main-color);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: var(--third-color);
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
}

.carousel-content h3 {
    /* text-align: center; */
    color: #fff;
    text-align: right;
}

.carousel-content p {
    direction: rtl;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: right;
    font-size: 17px;
    /* line-height: 1.8; */
    color: #000;
}



.edit_height {
    width: 343px;
    height: 236px;
}

.features .main-icon-box {
    background: #fff;
    box-shadow: 0 1px 5px #fff;
    margin: 3px;
    transition: 0.6s;
    cursor: pointer;
    border-radius: 5px;
}

.features .main-icon-box img {
    width: 35px;
    height: 34px;
    margin-right: 9px;
}

.features .btn-get-started {
    color: var(--main-color) !important;
    margin-top: 39px;
    display: inline-block;
    transition: 0.7s;
    cursor: pointer;
}

.butt.btn-get-started {
    color: var(--main-color) !important;
    margin-top: 16px;
}

.butt.btn-get-started:hover {
    background: var(--main-color);
    color: #fff !important;
    text-decoration: none;
}

.work-steps .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-steps .image {
    max-width: 319px;
    margin-right: 100px;
}

.work-steps .info .box {
    background-color: #f6f5f5;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    border: 2px solid white;
    position: relative;
    z-index: 1;
}

.work-steps .info .box p {
    color: #334651e8;
    line-height: 1.7;
    margin: 10px 0 0;
    font-size: 20px;
}

.pricing {
    padding-top: var(--main-padding-top);
    padding-bottom: var(--main-padding-bottom);
    position: relative;
    background-color: var(--section-background);
}

.pricing .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 21px;
    padding-bottom: 20px;
}

.diff-box .box1 {
    background-color: #009FDF;
}

.diff-box .box1 .title,
.diff-box .box1 .price p,
.diff-box .box1 ul li::before {
    color: #fff !important;
}

.diff-box .div-product .btn-product {
    color: #fff !important;
    border-color: #fff !important;
}

.diff-box .div-product .btn-product:hover {
    color: #009FDF !important;
    background-color: #fff !important;
}

.pricing .box {
    width: 100%;
    position: relative;
    padding: 20px 10px;
    transition: var(--main-transition);
    text-align: center;
    z-index: 1;
    height: 100%;
    transition: 0.5s;
    line-height: 1;
    border-radius: 8px;
}

@media (min-width : 1024px) {
    .pricing .box {
        padding: 20px 20px;
    }
}

.pricing .box .title {
    font-weight: bold;
    font-size: 19px;
    /* color: #4a9acd; */
    color: #009FDF;
    letter-spacing: -1px;
    /* margin-top: -10px; */
    margin-bottom: 5px;
    height: 40px;
}


.pricing .box .price p,
.pricing .box .price h6 {
    color: #009FDF;
    font-weight: bold;
    font-size: 15px;
}

.pricing .box .amount {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
    color: #788399;
}

.pricing .box ul {
    text-align: left;
}


.pricing .box ul li {
    margin-top: -12px;
    display: flex;
    font-size: 11px;
    color: #1f1f1f;
}

@media (min-width: 1024px) {
    .pricing .box ul li {
        font-size: 14px;
    }
}


.pricing .box ul {
    text-align: right;
    color: black;
    font-size: 40px !important;
}

.pricing .box ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: #009FDF;
    margin-left: 6px;
}

.pricing .info {
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 11pt;
    text-align: justify;
    font-weight: 600;
    top: -22px;
    position: relative;
    color: #8c9093c2;
    height: 28px;
}

.contact p a {
    color: black;
}

.team .btn-get-started {
    border: none;
    margin-top: 5px !important;
}

.section__title[data-v-cc3d6c36] {
    font-size: 30px;
    font-weight: 400;
    color: white;
    top: 27px;
    position: absolute;
}

.pageTitle[data-v-cc3d6c36] {
    background-size: cover;
    color: var(--white);
    padding: 65px 0;
}

nav[data-v-cc3d6c36] {
    padding: 0;
}

nav a[data-v-cc3d6c36] {
    color: var(--main-color);
}

.breadcrumb .default-breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    margin-right: -36px;
}

.breadcrumb .default-breadcrumb li.crumb {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0.25em;
    /* background-color: #eaecf1; */
    background-color: #fff;
    color: #8093a7;
}

.breadcrumb .default-breadcrumb li.crumb::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1.5em;
    /* background-color: #eaecf1; */
    background-color: #fff;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
}

.breadcrumb .default-breadcrumb li.crumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    height: 100%;
    width: 1.5em;
    background-color: #eaecf1;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
    transform: translateX(-100%);
}

.breadcrumb .default-breadcrumb li.crumb:not(:first-child) {
    margin-left: 2em;
}

.breadcrumb .default-breadcrumb li.crumb:first-child {
    padding-left: 0.5em;
    border-radius: 5px 0 0 5px;
}

.breadcrumb .default-breadcrumb li.crumb:first-child::before {
    display: none;
}

.default-breadcrumb li.crumb:last-child {
    padding-right: 1em;
    border-radius: 0 5px 5px 0;
}

.breadcrumb .default-breadcrumb li.crumb:last-child::after {
    display: none;
}

.breadcrumb .default-breadcrumb li.crumb.active {
    /* background-color: var(--main-color);
    color: #ffffff; */
    color: #009FDF;
    background-color: #ffffff;
}

.breadcrumb .default-breadcrumb li.crumb.active::before,
.breadcrumb .default-breadcrumb li.crumb.active::after {
    /* background-color: var(--main-color); */
    background-color: #ffffff;
}

.breadcrumb .default-breadcrumb li.crumb .link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    margin-left: 3px;
    top: -3px;
}

.breadcrumb .default-breadcrumb li.crumb a {
    color: #8093a7;
    font-size: 16px;
}

.breadcrumb .default-breadcrumb li.crumb a:hover {
    color: var(--main-color);
}

.breadcrumb .default-breadcrumb li.crumb {
    text-align: right;
    direction: rtl !important;
}

.breadcrumb .default-breadcrumb li.crumb::after {
    right: 98% !important;
    left: unset !important;
    /* background-color: #eaecf1; */
    background-color: #fff;
    clip-path: polygon(50% 50%, 102% 103%, 100% -1%);
}

.breadcrumb .default-breadcrumb li.crumb::before {
    right: 1px !important;
    left: unset !important;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 50%, 100% 0);
    transform: translateX(100%);
}

.breadcrumb .default-breadcrumb li.crumb:not(:first-child) {
    margin-right: 2em;
    margin-left: 0;
}

.breadcrumb .default-breadcrumb li.crumb:first-child {
    border-radius: 0 5px 5px 0;
    padding: 6px 7px 0 0;
}

.breadcrumb .default-breadcrumb li.crumb:last-child {
    padding-right: 0;
    padding-left: 1em;
    border-radius: 5px 0 0 5px;
}

.pageTitle[data-v-cc3d6c36] {

    background-size: cover;
    position: relative;
}

.pageTitle[data-v-cc3d6c36]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 45px;
    right: 0;
    /* background: #02224bed; */
    background: #009FDF;
    z-index: 22;
    opacity: 0.8;
    filter: blur(2px);
    z-index: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: -4rem;
    list-style: none;
    background: transparent;
}

.page-title-info {
    font-size: 15px;
    text-align: center;
}

#show {
    display: none;
    transition: 0.6s;
}

#hiden {
    display: none;
}

#hide {
    display: flex;
}

#show {
    display: none;
}

@media (max-width: 991px) {


    #showen {
        display: none;
    }

    .about-us .content p:last-child {
        display: -webkit-box;
        overflow-y: clip;
        -webkit-box-orient: vertical;
    }
}

.main-icon-box p {
    text-align: justify;
    height: 195px;
    overflow: hidden;
    color: #656666cc;
}

.about-us {
    padding: 0 0;
}























.flip-box-products {
    height: 380px;
    perspective: 1000px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    box-shadow: 4px 4px #f1f1f1;
}


.panel {
    margin: 0 auto;
    height: 380px;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    background-color: #fff;
}

.hover.panel:nth-child(even) {
    transform: translateY(-20px);
}

.panel .front,
.panel .back {
    text-align: center;
}

.panel .front {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel .back {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/* .panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
} */

.box1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* padding: 20px; */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #009FDF;
    /* box-shadow: 4px 4px #f1f1f1; */
}

.box2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #009FDF;
    box-shadow: 4px 4px #f1f1f1;
}


















.rotate-card,
.rotate-invers {
    border-radius: 50%;
    color: var(--main-color);
    font-size: 23px;
    cursor: pointer;
    background-color: #06559063;
    padding: 9px;
    position: absolute;
    bottom: 13px;
    left: 42%;
    z-index: 9999999;
}



.cards.slider {
    font-size: 0;
    white-space: nowrap;
}

.card_center {}

.card_boss {
    margin-left: -30px;
}

@media (max-width: 767px) {
    .card_center {
        margin-left: 47px;
    }

    .card_boss {
        margin-left: 38px;
    }
}

.card-outter {
    display: inline-block;
    padding-left: 20px;
}

.slider .card {
    background: #ececec;
    width: 155px;
    padding: 20px;
}

.card_edit {
    width: 200px !important;
}

.slider .card .title {
    font-size: 16px;
    margin: 10px 0 6px;
}

.slider .card .description {
    font-size: 12px;
    margin: 0;
}

.slider-container {
    position: relative;
    overflow: hidden;
    margin: auto;
    direction: ltr;
}

.slider {
    transition: transform 0.2s ease-out;
}

.slider.active {
    transition: none;
}

.slider.active,
.slider.active a {
    cursor: grab;
}

.slider.active+.slider-indicator-bar .slider-indicator {
    transition: none;
}

.slider-indicator-bar {
    position: relative;
    height: 5px;
    width: 100px;
    margin: 30px auto 0;
    background-color: #009FDF;
    border-radius: 2px;
}

.slider-indicator-bar .slider-indicator {
    position: absolute;
    left: 0;
    content: "";
    height: 6px;
    background-color: var(--main-color);
    border-radius: 2px;
    transition: left 0.2s ease-in-out;
}

.slider-arrow {
    display: block;
    position: absolute;
    top: 41%;
    z-index: 2;
    width: 30px;
    color: white;
    height: 30px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
    box-shadow: 0 0 7px 0 rgba(34, 34, 34, 0.4);
}

.slider-arrow:hover {
    box-shadow: 0 0 7px 0 rgba(34, 34, 34, 0.8);
    animation: shakeX linear 0.6s;
}

.slider-arrow.disabled {
    opacity: 0;
}

.slider-arrow.left {
    left: 5px;
    padding: 2px 0 0 5px;
}

.slider-arrow.left:before {
    margin-left: -1px;
    content: "";
}

.slider-arrow.right {
    right: 5px;
    padding: 2px 0 0 6px;
    display: none;
}

.adobe-download-button-container {
    text-align: center;
    position: absolute;
    top: -39px;
    right: 20%;
}

.adobe-pdf-download {
    border: 2px solid #009FDF;
    background: transparent;
    color: #009FDF;
    text-transform: uppercase;
    font-size: 0.8em;
    transition: background 0.5s, color 0.5s;
    display: flex;
}

.adobe-pdf-download a {
    text-decoration: none;
    color: #009FDF;
    transition: background 0.5s, color 0.5s;
    font-family: arial;
    font-weight: bold;
    position: relative;
}

.adobe-pdf-download a:hover {
    color: #009FDF;
    transition: background 0.5s, color 0.5s;
}

.adobe-pdf-download:hover a {
    color: #009FDF;
    transition: background 0.5s, color 0.5s;
}

.adobe-pdf-download:hover {
    background: var(--main-color);
    color: #009FDF;
    transition: background 0.5s, color 0.5s;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-2px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}

.adobe-pdf-download img {
    margin: -6px 10px 0 0;
    padding: 1px;
    height: 26px;
}

.hover-top {
    transition: 0.6s;
}

.hover-top:hover {
    transform: translateY(-21px);
}

/* .pricing .box:hover {
    background-color: #d0e0f3;
} */

@media (min-width : 320px) and (max-width : 767px) {
    .prod {
        padding-top: 15px;
    }

    #contact {
        padding: 15px 0;
    }
}

.features .main-icon-box:hover {
    background-color: #d0e0f369;
    transform: scale(1);
}

.d-grid-temp {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

@media (max-width: 380px) {
    .ml-sm {
        margin-left: -12px;
    }
}

@media (max-width: 767px) {
    .fs-h-sm {
        font-size: 16pt !important;
        line-height: normal !important;
    }

    .fs-p-sm {
        font-size: 16px !important;
        line-height: normal !important;
    }
}

@media (max-width: 325px) {
    .width-sm {
        width: 264px;
        margin-right: -8px;
        height: 182px;
    }

    .ml-small {
        margin-left: -13px;
    }
}

@media (max-width: 590px) {
    [data-aos^="fade"][data-aos^="fade"].aos-animate {
        margin: 0 !important;
        margin-top: 19px !important;
        width: 100%;
    }
}

.btn-get-started-btn {
    color: #fff;
    background-color: var(--main-color) !important;
    transition: 0.7s;
    cursor: pointer;
}

.btn-get-started-btn:hover {
    background: var(--main-color);
    color: #fff !important;
    text-decoration: none;
}

.product-info h3 {
    letter-spacing: 1.5px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.product-info h6 {
    color: #0452f5;
    font-size: 17px;
    font-weight: 600;
}

.size {
    margin-right: -35px;
    text-align: justify;
}

.product-info p {
    color: #e4e8f0bf;
    font-weight: 500;
    text-align: justify;
}

.product-info ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    margin-right: 4px;
    font-weight: 900;
    color: #0452f5;
}

.product-info ul li {
    color: #e4e8f0bf;
    font-weight: 500;
    display: flex;
    gap: 4px;
}

.product-table tbody tr {
    border-top: 1px solid #c1c3d1;
    border-bottom: 1px solid #c1c3d1;
    color: #666b85;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.table-fill {
    background: white;
    border-radius: 5px;
    border-collapse: collapse;
    margin: auto;
    max-width: 429px;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

.product-table tr:hover td {
    background: #4e5066;
    color: #ffffff;
}

.product-table tr:first-child {
    border-top: none;
}

.product-table tr:last-child {
    border-bottom: none;
}

.product-table tr:nth-child(odd) td {
    background: var(--bg2-color);
}

.product-table tr:nth-child(odd):hover td {
    background: #4e5066;
}

.product-table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.product-table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.product-table td {
    background: #3c3c3b96;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 500;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #c1c3d1;
}

.product-table td:last-child {
    border-right: 0;
}

.app-h h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2em;
    color: var(--main-color);
    align-items: center;
    text-align: start;
    border-radius: 10px;
    background-color: #ececec;
    padding: 13px 11px;
}

.app-h.title {
    background-color: #ececec;
    margin-bottom: 10px;
}

.app-h h3.sub-title {
    background-color: transparent;
}

.app2-h h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2em;
    color: var(--sporting-color);
    align-items: center;
    text-align: start;
    border-radius: 10px;
    background-color: #fff;
    padding: 13px 11px;
}

.breadcrumb .default-breadcrumb li.color-sporting.active {
    background-color: var(--sporting-color);
    color: #ffffff;
}

.breadcrumb .default-breadcrumb li.color-sporting.active::before,
.breadcrumb .default-breadcrumb li.color-sporting.active::after {
    background-color: var(--sporting-color);
}

.section-title .color-sporting::after {
    background: var(--sporting-color);
}

#app.services {
    background: #009FDF;
    color: #fff
}

#app.services .section-title h2::after,
#app.services .section-title h2::before {
    background: #fff;
}

.app-cards {
    transform: translateY(-50px);
}

@media (min-width: 280px) and (max-width: 767px) {
    .app-cards {
        transform: translateY(0px);
    }
}

.app-text {
    color: white;
    font-weight: bold;
    font-size: 57px;
}

.img-gallary .larg-img {
    height: 300px;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    aspect-ratio: 1/1;
}

.img-gallary .sm-img {
    height: 150px;
    /* width: 100%; */
    margin-left: 10px;
    border-radius: 10px;
    margin-top: 8px;
    background-size: cover;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border: 1px solid rgb(255 255 255 / 30%);
    aspect-ratio: 1/1;
}

.img-gallary.img-gallery-scroll {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 280px) and (max-width: 990px) {
    .small-imgs.small-img-ovsm {
        /* height: 450px !important; */
    }
}

.list-unstyled strong {
    font-weight: bolder;
}

.list-unstyled p {
    font-size: 15px;
    font-weight: 500;
    text-align: start;
}

.content.app-h {
    border: 2px solid #7ca4c899 !important;
    border-radius: 10px;
}

.modal-dialog .modal-content {
    /* background: #063b72ed !important; */
    text-align: center;
    box-shadow: 0 2px 15px #000;
}

.modal-content .close span {
    cursor: pointer;
    font-size: 32px;
    font-weight: 900;
    color: white;
}

.modal-content .main-icon-box h3 a {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
}

.modal-content .main-icon-box img {
    width: 100px;
    filter: invert(1);
    margin-bottom: 25px;
}

.modal-content .main-icon-box p {
    font-weight: bold;
    padding: 10px 10px;
    text-align: justify;
    font-size: 18px;
}

.modal_imgedit {}

.modal-p {
    color: #fff;
}

.about-ar,
.product-info {
    text-align: start;
}

.contact .text-right {
    text-align: left !important;
}

.dark-mood i:hover {
    color: #aaaaa0;
}

.dark-mood i {
    color: #29291e;
    font-size: 26px;
    position: absolute;
    top: 21px;
    left: 58px;
    transition: 0.7s;
    cursor: pointer;
}

.product-info .info {
    background-color: #3c3c3b;
    padding: 10px;
    border-radius: 4px;
}

.info h4 {
    color: var(--main-color);
}

.Material h4 {
    color: var(--main-color);
    text-align: start;
}

.Material {
    border-bottom: 1px solid var(--main-color);
    padding: 5px 0;
}

.adobe-pdf-download {
    margin-bottom: 4px;
}

.btn-app {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 7px 9px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    margin: 6px;
    color: var(--main-color);
    left: 144px;
    border: 2px solid var(--main-color);
}

.btn-app:hover {
    background: var(--main-color);
    color: #fff !important;
}

.installation .width-sm img {
    width: 200px;
    border-radius: 4px;
}

.installation .text {
    padding: 20px;
    text-align: start;
}

.text .h-install {
    color: var(--main-color);
}

.container.install {
    position: relative;
    transition: 0.6s;
}

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

.cont .text-after {
    position: absolute;
    right: -33px;
    top: 45%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
}

.cont .text-after p {
    background: var(--main-color);
    color: #fff;
    z-index: 100;
    position: relative;
    border-radius: 50%;
}

.up {
    position: absolute;
    top: 0;
    left: 0;
}

.container.install section:hover .up {
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    animation-name: animation-up;
    animation-duration: 1s;
}

@keyframes animation-up {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.left {
    position: absolute;
    top: 0;
    left: 0;
}

.container.install section:hover .left {
    height: 100%;
    width: 2px;
    background-color: var(--main-color);
    animation-name: animation-left;
    animation-duration: 1s;
}

@keyframes animation-left {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.bottom {
    position: absolute;
    height: 2px;
    background-color: #ececec;
    bottom: 0;
    right: 0;
}

.container.install section:hover .bottom {
    height: 2px;
    width: 100%;
    background-color: #ececec;
    animation-name: animation-bottom;
    animation-duration: 1s;
}

@keyframes animation-bottom {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.container.install section:hover .right {
    height: 100%;
    width: 2px;
    background-color: #ececec;
    animation-name: animation-right;
    animation-duration: 1s;
}

@keyframes animation-right {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.table tbody td,
.table tbody td,
.table thead th {
    vertical-align: bottom;
    border: 1px solid #dee2e6;
    color: #fff;
    font-size: 11px;
}

.table {
    border: 1px solid #dee2e6;
}

.Installing-ul {
    padding: 10px;
    margin-bottom: 0;
}

.Installing-ul li {
    /* margin-bottom: 8px; */
    text-align: right;
    font-weight: bold;
}

.Installing-ul li i {
    color: var(--main-color);
    margin-left: 10px;
}

.text-muted {
    overflow: hidden;
}

.modal-header {
    display: flex;
    justify-content: flex-end;
}

.footer_logo {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
}

.about_img {
    box-shadow: 0 0 0 2px var(--cyan), 0 0 0 2px var(--cyan);
    border: 2px solid var(--light);
    border-radius: 10px;
}

.about_img img {
    border-radius: 10px;
    height: auto;
}

.icon_color {
    color: #009FDF;
}

.handeling_shareicon {
    justify-content: left;
}

.handeling_shareicon li a {
    color: var(--main-color) !important;
}

.handeling_shareicon li a:hover {
    color: var(--light) !important;
}

.bg_model {
    /* background-color: #063b72ed !important; */
}

.edit_container {
    padding-left: 160px;
    padding-right: 0;
}

.defr {
    background: transparent !important;
}

.img_handel {
    filter: drop-shadow(2px 4px 3px black);
    background: white;
    margin-right: 13px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

@media (max-width: 990px) {
    .small-imgs {
        width: 100%;
        flex-wrap: wrap;
    }


}

@media (min-width: 767px) {
    .img-gallary .sm-img {
        width: 100%;
    }
}



/* whatsapp chat */

.whatsappchat {
    position: fixed;
    bottom: 15px;
    right: 70px;
    z-index: 10000;
}

.whatsappchat img {
    width: 60px;
    height: 60px;
}

/* whatsapp chat */
.color_it {
    color: var(--main-color);
}

.box_it {
    /* box-shadow: 0px 0px 5px 2px gray; */
    border: 1px solid #009FDF;
    border-radius: 8px;
    padding: 10px;
    transition: 0.7s;
}

.box_it:hover {
    transform: scale(1.1);
}

.vot h3 {
    color: #009FDF;

    font-weight: bold;
}




.workplace {
    background-color: #009FDF;
    position: relative;
    padding-bottom: 70px;
}

.workplace::after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 50px;
    top: 50px;
}

.workplace::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 50px;
    bottom: 20px;
}

.workplace i {
    font-size: 25px;
    color: #fff;
}

.workplace i.top {
    position: absolute;
    top: 50px;
    right: 50px;
}

.workplace i.botom {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.workplace h2 {
    color: #fff;
    text-align: center;
    margin: 20px 50px;
}

.workplace .title-overlay {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 10px;
    border-radius: 0 0 28px 26px;
    text-align: start;
}

/* .workplace h6{
    text-align: start;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 10px;
} */
.workplace img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: fill;
}

.workplace .first-img {
    /* height: 400px; */
}

.workplace .first-img::before {
    content: url(../../img/Mask-2.png );
    width: 130px;
    height: 130px;
    position: absolute;
    top: -110px;
    left: 20px;
}

.workplace .first-img::after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    right: 50%;
    bottom: -50px;
}

.workplace .second-img {
    /* height: 600px; */
}

.workplace .second-img .img-3 {
    height: 200px !important;
    width: 100%;
}

.workplace .second-img .row:first-child {
    height: 250px;
}

.workplace .second-img .row:first-child div {
    height: 250px;
}

.workplace .second-img .row:last-child {
    height: 250px;
}

.workplace .second-img .row:last-child div {
    height: 250px;
}

.workplace .third-img {
    /* height: 400px; */
}

.workplace .third-img::after {
    content: url(../../img/Mask-1.png );
    width: 130px;
    height: 130px;
    position: absolute;
    right: 50px;
    bottom: -100px;
}

@media (min-width : 1500px) {
    .workplace .third-img::after {
        bottom: -90px;
    }
}

@media (min-width : 320px) and (max-width: 767px) {
    .workplace {
        padding: 20px 10px 50px;
    }

    .workplace .second-img {
        padding: 0 25px;
        height: auto;
    }

    .workplace .second-img .row:first-child div,
    .workplace .second-img .row:last-child div,
    .workplace .second-img .row:last-child,
    .workplace .second-img .row:first-child {
        height: auto;
    }

    .workplace .second-img .img-3 {
        height: 250px !important;
    }

    .workplace i.top {
        top: 20px;
        right: 20px;
    }

    .workplace i.botom {
        left: 20px;
        bottom: 10px;
    }

    .workplace .first-img::after,
    .workplace .first-img::before,
    .workplace .third-img::after {
        display: none;
    }

    .workplace::after {
        left: 20px;
        top: 20px;
    }

    .workplace::before {
        right: 20px;
        bottom: 6px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .custom-height {
        height: 250px;
    }
}

.video-slider .owl-carousel .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
    width: 107% !important;
    position: absolute !important;
    bottom: 35% !important;
    left: -35px !important;
    color: #009FDF !important;
    font-size: 35px !important;
}

.video-slider .item {
    height: 400px;
    position: relative;
}

.video-slider .item i.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}

.video-slider .item h5 {
    text-transform: capitalize;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 35%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.video-slider .item h6 {
    width: 80%;
    color: #fff;
    padding: 20px 0px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left: 10%;
    bottom: 30px;
    display: flex;
}

.video-slider .item h6 i {
    font-size: 18px;
    margin-right: 8px;
    cursor: pointer;
}

.video-slider .item h6 a {
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.video-slider .item img,
.video-slider .item video {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: fill;
}

@media (min-width : 320px) and (max-width: 767px) {
    .video-slider {
        padding: 20px 0 !important;
    }

    .video-slider .owl-carousel .owl-nav {
        display: none !important;
    }

    .video-slider .item h6 {
        width: 90%;
        left: 5%;
    }

    .video-slider .item h6 i {
        font-size: 14px;
    }
}

@media (min-width : 768px) and (max-width: 1023px) {
    .video-slider .owl-carousel .owl-nav {
        width: 107% !important;
        left: -25px !important;
    }

    .video-slider .item h6 {
        width: 80%;
        left: 10%;
    }

    .video-slider .item h6 i {
        font-size: 16px;
    }
}

.workplace .owl-nav {
    display: none !important;
}

/* //////////////////// */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ececec;
    border-radius: 10px 10px 0 0;
    text-align: start;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
}

.tab button.active {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    /* background-color: #ccc; */
}

/* Style the tab content */
.tabcontent {

    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

#file {
    display: none;
}

.table.single-pro-tbl {
    text-align: start;
}

.table.single-pro-tbl th {
    color: black;
    font-size: 16px;
    background-color: #ececec;
    font-weight: bold;
    letter-spacing: 0;
    text-wrap: nowrap;
}

.table.single-pro-tbl td {
    vertical-align: bottom;
    color: black;
    font-size: 16px;
    overflow: hidden;
    letter-spacing: 0;
    text-wrap: nowrap;
}

@media (min-width : 320px) and (max-width: 767px) {
    .table.single-pro-tbl th {
        font-size: 12px;
        /* font-weight: bold; */
    }

    .table.single-pro-tbl td {
        font-size: 12px;
    }
}

.contact .btn {
    padding: 7px 20px;
    border: none;
    box-shadow: 0px 0px 3px 2px #ccc;
    border: 1px solid #4a9acd;
    border-radius: 6px;
    color: #fff;
    background: #4a9acd;
    margin: 10px;
    transition: .6s;
}

.contact .btn:enabled:hover {
    background: #fff;
    color: #4a9acd;
    border: 1px solid #4a9acd;
}

.forma .change {
    top: 0px;
    left: 0;
    /* background-color: #ececec !important; */
}

.forma .change {
    padding: 20px;
    border: none;
    box-shadow: 0px 0px 3px 2px #ccc;
    border-radius: 6px;
    resize: none;
    color: #fff;
    background: #4a9acd;
    margin: 10px;
}

#dataSheet #file.tabcontent {
    border: 1px solid #ccc;
    overflow: auto;
    /* height: 100vh; */
}

#dataSheet {
    background-image: url(../../img/bg.png);
}

@media (min-width: 320px) and (max-width: 767px) {
    section#dataSheet {
        padding: 0;
    }

    #dataSheet #file .table.single-pro-tbl th {
        font-size: 13px;
        padding: 2px;
    }

    #dataSheet #file .table.single-pro-tbl td {
        padding: 2px;
        font-size: 10px;
    }

    #dataSheet #file.tabcontent {
        padding: 5px 0px;
        border: 0;
    }

    #dataSheet #file i {
        padding: 0 !important;
        font-size: 13px;
    }

    #dataSheet #file .downlod {
        line-height: 1;
    }
}


.faq {
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.faq__title {
    font-size: 20px;
    text-transform: uppercase;
    color: #4a9acd;
}

.faq__subtitle {
    font-size: 20px;
}

.faq__question {
    margin: 6px;
    background-color: #4a9acd54;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    width: 70%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
    transition: all 0.2s ease;
}

.FAQ_arrow {

    float: left;
    font-size: 19px;


}


.faq__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    padding-top: 8px;
    padding-bottom: 10px;
}

.faq__panel {
    display: none;
    text-align: right;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 15%;
    max-width: 70%;
    overflow: hidden;
}

.faq__question:hover,
.faq__question:focus {
    background-color: #4a9acd;
}

.faq__panel_active {
    display: block;
}




/* start first home slider css */

.btn-section {
    width: 7em;
    height: 2.3em;
    margin: 0;
    background: #4a9acd;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-section:hover {
    color: #4a9acd;
}

.btn-section:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.btn-section:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}






.accordion-container {
    max-width: 600px;
    width: 100%;
}

details {
    font-size: var(--title);
    margin: 0 auto;
    width: 100%;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease-in-out;

    &:hover {
        opacity: 1;
    }
}

summary {
    user-select: none;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    padding: var(--header-padding);

    &:hover {
        text-decoration: underline;

        & .title {
            opacity: 1;
        }

        & .accordion-icon {
            opacity: 1;
        }
    }
}

.accordion-title {
    color: #151518;
    width: 90%;
    font-weight: 500;
    transition: all 250ms ease-in-out;
}

.accordion-icon {
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    transition: all 150ms ease-out;

    svg {
        width: var(--icon-size);
        height: var(--icon-size);
        transition: transform 0.3s ease-in-out;
    }
}

.accordion-content {
    color: #3c3e47;
    padding: var(--content-padding);
    font-size: var(--content);
    font-weight: 400;
    line-height: 1.65;
}

/** Remove Marker */
summary::-webkit-details-marker {
    display: none;
}

/** Rotate Icon */
details[open] .accordion-icon svg {
    transform: rotate(180deg);
}


/* End first home slider css */


.contact-info {
    /* height: 600px; */
    padding: 120px 0;
    background: url(../../images/faq.webp) center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
}

.contact-info .container {
    position: relative;
    z-index: 10;
}

.contact-info:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, .5);
    z-index: 1;
}

.contact-btn {
    background-color: var(--second-Webcolor);
}

.info {
    background: #E6E6E821;

}

.info-div:first-child {
    background-color: var(--main-Webcolor);
    color: white !important;
}

.info-div:first-child a {
    color: white !important;
}

.info-div:first-child i {
    background: white;
    color: var(--main-Webcolor);
}

.info-div {
    box-shadow: 0px 4px 4px 0px #DDD7FF;
    border-radius: 10px;
}

.info-div a {
    color: black !important;
}

.info-div i {
    background: #472ECA26;
    color: var(--main-Webcolor);
    padding: 25px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.info-div .text-des {
    font-size: 22px;
}

.info-div .text-phone {
    font-family: 'Questv1';
    font-size: 16px;
}

.bg-single {
    background: url("../../images/new\ 1_ar.png") center center no-repeat;
    background-size: 100% 100%;
    height: 300px;
}

.bg-single button {
    background-color: var(--second-Webcolor);
    margin-left: -5px;
    padding: 9px 20px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width:768px) {
    .bg-single input {
        background-color: white;
    }

    .bg-single {
        background: url("../../images/new\ 1_ar.png");
        height: 300px;
    }
}

.contact-header {
    width: fit-content;
    color: var(--main-Webcolor);
}

.contact-header::after {
    content: "";
    background-color: var(--second-Webcolor);
    width: 100%;
    height: 50%;
    top: 23px;
    left: 0;
    position: absolute;
    z-index: -2;
    animation: moveLine 2s infinite;
}

/* animation: moveLine 2s infinite; */
@keyframes moveLine {
    0% {
        transform: scale(1.1) translateY(20%) translateZ(0);
    }

    50% {
        transform: scale(1.1) translateY(00%) translateZ(0);
    }

    100% {
        transform: scale(1.1) translateY(20%) translateZ(0);
    }
}

.girl-image {
    object-fit: contain;
    height: 400px;
    aspect-ratio: 1 / 1;
    z-index: 10;
}

.girl-image-bg {
    margin-top: -100px;
    height: 500px;
}

@media (max-width:992px) {
    .girl-image-bg {
        margin-top: 0px;
        width: 100%;
    }
}



.accordion-button:not(.collapsed) {
    background-color: var(--second-Webcolor) !important;
    color: white !important;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none;
}

#customRecaptcha {
    background-color: #eee;
    width: fit-content;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0px 20px 20px 0px;
}

.customRecaptchadiv .arrows {
    background-color: var(--second-Webcolor);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-position: left calc(.375em + .1875rem) center;
    padding-left: calc(1.5em + .75rem);
    padding-right: 0;
}

.container6 {

    display: flex;
    justify-content: center;
}

.search-bar {
    display: flex;
    width: 100%;
    max-width: 600px;
    justify-content: center;
}

.search-bar input {
    flex-grow: 1;
    border-radius: 0;
    border: 1px solid #ced4da;
}

.all-catg {
    border-radius: 18px;
    background-color: #4a9acd !important;
    color: black !important;
    border-color: #ced4da !important;
    white-space: nowrap;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.all-cat:focus {
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    background-color: white !important;
    color: black !important;
    border-color: #ced4da !important;
}

.fav_pro {
    padding: 1.6rem 0.75rem !important;
}


.fav_pro {
    padding: 1.4rem 2.75rem !important;
}

.all-cat {
    border-radius: 18px !important;
    white-space: nowrap;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: white !important;
    color: black !important;
    border-color: #ced4da !important;
}

.innercard {
    background: #fff;
    border-radius: 25px;
    position: relative;

}

.innercard .head {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    color: var(--main-color);

}

.innercard .desc {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

.all-cat {
    border-bottom-right-radius: 18px !important;
    border-top-right-radius: 18px !important;
    white-space: nowrap;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: white !important;
    color: black !important;
    border-color: #ced4da !important;
}

.innercard {
    background: #fff;
    border-radius: 25px;
    position: relative;
}

.innercard .svg_icon {
    width: 75px;
    height: 75px;
    transform: translate(5px, -25px);
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* .outercard{
    background-color: rgba(0, 159, 223, 1);  border-radius: 25px;
} */
.innercard::after {
    content: "";
    position: absolute;
    width: 102%;
    height: 111%;
    background-color: var(--main-color);
    border-radius: 25px;
    transform: rotate(9.17deg);
    z-index: -1;
    right: -4px;
    box-shadow: 0px 4px 122px 0px rgba(0, 0, 0, 0.39);
    top: -18px;
}



.world_clients {
    background-color: rgba(0, 0, 0, 1);
}

.world_clients .hed {
    color: var(--main-color);
    font-size: 30px;
    font-weight: bold;
}

.world_clients .par {
    color: rgba(255, 255, 255, 1);
}

.world_clients img {
    width: 100%;
    max-height: 565px;
    object-fit: cover;
}

.world_clients .hed-div {
    border-right: 2px solid rgba(255, 255, 255, 1);
    text-align: justify;
}

.card_review {

    background-size: cover;
    background-repeat: no-repeat;

}

.card_review .progress {

    height: .5rem;

    border-radius: 0;
}

.progress-bar {

    background-color: rgba(255, 180, 0, 1);

}

.star-rating span {
    color: rgba(255, 180, 0, 1);
    font-size: 35px;
}

.form .btn {
    color: #fff;
    background-color: rgba(255, 180, 0, 1);
    border: 1px solid rgba(255, 180, 0, 1);
}

.form .btn:hover {
    color: rgba(255, 180, 0, 1);
    background-color: transparent;
}

.form .form_desc {
    color: var(--main-color);
    font-size: 20px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* padding: 20px; */
    position: relative;
    border: 1px solid rgb(206 212 218);
    border-radius: 25px;
}

.form .label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: -moz-fit-content;
    height: fit-content;
}

.form .label:has(input:focus) .title {
    top: 0;
    left: 0;
    color: var(--main-color);
    background-color: transparent;
}

.form .label .title {
    padding: 0 10px;
    transition: all 300ms;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    top: 14px;
    position: relative;
    left: 15px;
    background: rgb(255, 255, 255);
}

.form .input-field {
    width: auto;
    height: 50px;
    text-indent: 15px;
    border-radius: 15px;
    outline: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    caret-color: var(--main-color);
    color: #aeaeae;
}

.form .input-field:hover {
    border-color: var(--main-color);
}

.f-div .hed {
    border-right: 2px solid var(--main-color);
}


.f-div .hed-p1 {
    color: var(--main-color);
    font-size: 25px;
    font-weight: bold;
}

.f-div .hed-p2 {
    color: rgba(27, 26, 26, 1)
}

.lab {
    color: rgba(0, 0, 0, 0.6);
}


/* start star ratung  */
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.3rem;
    --stroke: #666;
    --fill: #ffc73a;

}

.rating input {
    appearance: unset;
}

.rating label {
    cursor: pointer;
}

.rating svg {
    width: 2rem;
    height: 2rem;
    overflow: visible;
    fill: transparent;
    stroke: var(--stroke);
    stroke-linejoin: bevel;
    stroke-dasharray: 12;
    animation: idle 4s linear infinite;
    transition: stroke 0.2s, fill 0.5s;
}

@keyframes idle {
    from {
        stroke-dashoffset: 24;
    }
}

.rating label:hover svg {
    stroke: var(--fill);
}

.rating input:checked~label svg {
    transition: 0s;
    animation: idle 4s linear infinite, yippee 0.75s backwards;
    fill: var(--fill);
    stroke: var(--fill);
    stroke-opacity: 0;
    stroke-dasharray: 0;
    stroke-linejoin: miter;
    stroke-width: 8px;
}

@keyframes yippee {
    0% {
        transform: scale(1);
        fill: var(--fill);
        fill-opacity: 0;
        stroke-opacity: 1;
        stroke: var(--stroke);
        stroke-dasharray: 10;
        stroke-width: 1px;
        stroke-linejoin: bevel;
    }

    30% {
        transform: scale(0);
        fill: var(--fill);
        fill-opacity: 0;
        stroke-opacity: 1;
        stroke: var(--stroke);
        stroke-dasharray: 10;
        stroke-width: 1px;
        stroke-linejoin: bevel;
    }

    30.1% {
        stroke: var(--fill);
        stroke-dasharray: 0;
        stroke-linejoin: miter;
        stroke-width: 8px;
    }

    60% {
        transform: scale(1.2);
        fill: var(--fill);
    }
}

.world_clients .par {
    color: rgba(255, 255, 255, 1);
}


/* .world_clients .hed-div {
        border-left: 2px solid rgba(255, 255, 255, 1);
    } */

.card_review {

    background-size: cover;
    background-repeat: no-repeat;

}

.card_review .progress {
    height: .5rem;
    border-radius: 0;
}

.progress-bar {

    background-color: rgba(255, 180, 0, 1);

}

.star-rating span {
    color: rgba(255, 180, 0, 1);
    font-size: 35px;
}

.form .btn {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.form .btn:hover {
    color: var(--main-color);
    background-color: transparent;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* padding: 20px; */
    position: relative;
    border: 1px solid rgb(206 212 218);
    border-radius: 25px;
}

.form .label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: -moz-fit-content;
    height: fit-content;
}

.form .label:has(input:focus) .title {
    top: 0;
    left: 0;
    color: rgba(0, 159, 223, 1);
}

.form .label .title {
    padding: 0 10px;
    transition: all 300ms;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
    top: 14px;
    position: relative;
    right: 15px;
    background: rgb(255, 255, 255);
}

.form .input-field {
    width: auto;
    height: 50px;
    text-indent: 15px;
    border-radius: 15px;
    outline: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    caret-color: rgba(0, 159, 223, 1);
    color: #495057;
}

.form .input-field:hover {
    border-color: rgba(0, 159, 223, 1);
}

.f-div .hed {
    border-right: 2px solid rgba(0, 159, 223, 1);

}


.f-div .hed-p1 {
    color: rgba(0, 159, 223, 1);
    font-size: 20px;
}

.f-div .hed-p2 {
    color: rgba(27, 26, 26, 1)
}

.lab {
    color: rgba(0, 0, 0, 0.6);
}

/* end star ratung  */

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}


.accordion button {
    margin: 6px;
    background-color: #4a9acd54;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    width: 70%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
    transition: all 0.2s ease;
}


.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    text-align: right;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 15%;
    max-width: 70%;
    overflow: hidden;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 14px 0;
}

.accordion button:hover,
.accordion button:focus {
    background-color: #4a9acd;
}

.rubber {
    font-size: 1.5rem;
}

.hoppic_blog {
    overflow: hidden !important;
}

.blue-head {
    margin-top: -3.5rem !important;
}

.default_breadcrumb {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin-top: -2rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.1rem !important;
    margin-right: -36px !important;
}

@media (max-width:1024px) {
    .nav-menu>ul>li {
        position: relative;
        /* white-space: nowrap; */
        padding: 10px 13px 10px 0;
    }
}

@media (max-width:576px) {
    section {
        padding: 40px 0;
    }

    .size {
        margin-right: -20px;
        text-align: justify;
    }

    .accordion button {
        margin: 6px;
        background-color: #4a9acd54;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px;
        width: 100%;
        text-align: right;
        border: none;
        outline: none;
        transition: 0.4s;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.5;
        position: relative;
        padding-left: 40px;
        transition: all 0.2s ease;
    }

    .accordion button .accordion-title {
        padding: 0 0 0 0;
    }

    .accordion .accordion-content {
        text-align: right;
        font-size: 14px;
        line-height: 1.5;
        padding-right: 9px;
        max-width: 100%;
        overflow: hidden;
    }
}

.image-container {
    overflow: hidden;
    /* Ensures the enlarged image doesn't overflow its container */
}

.hover-enlarge {
    transition: transform 0.3s ease;
    /* Smooth transition for the scale effect */
    transform: scale(1.8);
}

/* .hover-enlarge:hover {
        transform: scale(1.6);
    } */

.video-slider {
    padding: 0 0;
}

.used_products {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 20px;
    padding-top: 1px !important;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.clients {
    padding: 15px 0;
}

.hobic_products {
    padding-top: 0px !important;
}

.app_gallary {
    padding: 20px 0 !important;
}

.installation {
    padding: 25px 0 !important;
}

.team {
    padding: 0 0;
}

.features {
    padding: 0 0;
}

@media (max-width:576px) {
    .world_clients img {
        width: 170%;
        max-height: 565px;
        object-fit: cover;
    }

    .hover-enlarge {
        transition: transform 0.3s ease;
        transform: scale(1.9);
    }
}

.landing {
    background-image: url(../../images/using2.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    text-align: right;



}

.landing .hed {
    border-right: 5px solid rgba(0, 152, 213, 1);
}

.company_details {
    position: relative;
    background-image: url(../../images/big_circular_lines.webp);
    background-size: 26% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: right;

}


.company_details_circular {
    position: absolute;
    top: -47px;

    z-index: -1;
    width: 24%;
}


.company_details .content {
    border-right: 5px solid rgba(0, 152, 213, 1);
    border-radius: 5px;

}

.company_details .content_hed {
    color: rgba(0, 152, 213, 1);
}


.company_setting {
    text-align: right;
}

.company_setting .hed {
    border-bottom: 4px solid rgba(0, 152, 213, 1);

}

.company_setting .icon {
    color: rgba(0, 152, 213, 1);
    font-size: 28px;
}

.dropdown-menu-part {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    min-width: 650px;
    /* Adjust width as needed */
}


.dropdown-menu .category h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

.dropdown-menu .category ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu .category ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.dropdown-menu .category ul li a:hover {
    color: #007bff;
    /* Hover color */
}
.dropdown-menu-part {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    min-width: 650px;
}

.dropdown-menu .category {
    font-size: 14px;
    color: #2A2F67;
}

.dropdown-menu .category h6 {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 18px;
    color: #2A2F67;
    text-align: right;
}

.dropdown-menu .category ul {
    list-style: none;
    padding: 0;
    text-align: right;
}

.dropdown-menu .category ul li a {
    text-decoration: none;
    color: #2A2F67;
}

.dropdown-menu .category ul li a:hover {
    color: #007bff;
    /* Hover color */
}
.Application_Systems{
    min-width: 530px !important;
    height: 381px;
}
.Application-Systems{
    margin: auto;
    gap: 20%;
}
.Chemicals{
    min-width: 900px !important;
}
.nav-butn{
    color: #2A2F67 !important;
    font-weight: 600;
}
.nav-butn:hover , .nav-butn:focus{
    color: #3981B6 !important;

}
.nav-butn:active{
    color: #3981B6 !important;

}
.DROPDOWN_NAV{
    left: unset !important;
    right:0% !important;
    top:127% !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    /* height: 160px; */
    overflow: auto;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.about-menu{
    color: #2A2F67 !important;
    text-align: right;
}
.about-menu h6{
    font-weight: bold;
    color: #2A2F67;
}

.lang-dropdown::after {
    display: none;
}


@media (max-width:700px) {
    .Application_Systems{
        min-width: 100% !important;
    }
    .Chemicals {
        min-width: 700px !important;
    }

    .dropdown-menu-part {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        min-width: 100%;
    }

}
.nav-content{
    text-align: right;
}
.search-icon{
    top: 34%;
    right: 21px;
}
.close-icon{
    top: 34%;
    left: 15px;
}
.dropdown-nav{
    left: unset !important;
    right: -153% !important;
    top: 127% !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    /* height: 160px; */
    overflow: auto;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
@media (max-width: 900px) {
    .Chemicals {
        height: 300px !important;
    }
    .Application_Systems {
        min-width: 100%;
        height: 300px !important;

    }
}


.drop_language{
    min-width:0 !important;
    /* left: unset!important;
    right: 0; */
    width: fit-content;

}

.navbar-brand
{
    margin: 0!important;
}
