/**
* Template Name: Company - v2.1.0
* Template URL: https://bootstrapmade.com/company-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/



:root {
    --main1-color: #FF6A00;
    --main-color: #138bf3;
    --main-color3: #FF6A00;
    --yellow-color: #FF6A00;
    --second-color: #034858;
    --third-color: #07305a;
    --fourth-color: rgba(36, 35, 35, 0.863);
    --fifth-color: rgba(23, 4, 169, 0.863);
    --bg-color: #8c8c88;
    --bg2-color: #ececec;
    --bg3-color: #F4EFD6;
    --sporting-color: #be59ed;
    --sporting-color2: #fff;
    --transparent-color: rgba(107, 97, 76, 0.7);
    --section-padding: 100px;
    /* #fdb03d */
    /* #ffd201 */
}

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

@font-face {
    font-family: font-a;
    src: url("../../fonts/fonts/DINNextLTArabic-Regular-3\ \(1\).ttf");
}

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

@font-face {
    font-family: font-med;
    src: url("../../fonts/fonts/BalooBhaijaan2-Medium.ttf");
}

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

@font-face {
    font-family: Lato;
    /* font-style: normal;
    font-weight: 400;  */
    src: url("../../fonts/arabicfonts/ArabicUIDisplayMedium.otf");
}

@font-face {
    font-family: rere;
    src: url("../fonts/Cairo-Bold.ttf");
}

* {
    font-family: Lato;
    letter-spacing: 0px !important;
}

body {
    font-family: Lato;
}

p {
    font-family: font-med !important;
}

.fourth-color {
    color: var(--fourth-color)
}

#demo-1 {
    /* position: relative; */
    overflow: hidden;
    width: 100%;
    background-color: #999;
    min-height: 640px;
    display: grid;
    align-items: center;
}

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

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

    50% {
        transform: scale(1.1);
    }

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


/* @font-face{
  font-family:Poppins;

  src: url('../../Poppins/Poppins-ExtraLight.ttf');
} */

body {
    color: black;
    direction: rtl;
    text-align: right;
}

a {
    /* color: var(--main-color); */
}

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

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

.owl-stage-outer {
    direction: ltr;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 22px;
    gap: 5px;

}

.owl-dot {
    background: rgb(225 225 225) !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

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

.owl-dot.active {
    background: var(--main1-color) !important;
        outline:0;

}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px !important;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

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

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

.prod {
    /* margin-top: 58px; */
    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;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

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

#header .logo {
    font-size: 28px;
    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: 992px) {
    #header .logo {
        margin-left: auto;
        /* display: block; */
        display: flex;
        /* flex-direction: row-reverse; */
        align-items: center;
        margin-left: 10px;
        padding-bottom: 10px;
    }
}

#header .logo a {
    color: var(--main-color);
    font-family: 'najez';
    padding-bottom: 9px;
    display: flex;
}

#header .logo a span {
    color: var(--main1-color);
    margin: 0px 4px 0px 6px;
    font-family: 'najez';
}

#header .logo img {
    max-height: 32px;
    margin: 0px -11px 0px 2px;
}

.index-slider .btn-app {
    border: 3px solid var(--main-color) !important;
    padding: 10px 56px !important;
    animation: dash 3s linear forwards;
}

.index-slider .slide_description p {
    color: var(--bg3-color);
    margin-top: 20px;
    animation: dash 3s linear forwards;
}

.index-slider h4 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    word-spacing: 14px;
    animation: dash 3s linear forwards;
    margin-right: 82px;
    direction: rtl;
}

.index-slider .item {
    height: 80vh;
    background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
}

.index-slider .item::before {
    content: " ";
    background: radial-gradient(ellipse at center, #1c3149 0%, #0d121c 80%);
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    opacity: .77;
    top: 0;
}


/* ////////////////////////////// */


/* ////////////////////////////// */


/* ////////////////////////////// */

.slide_description {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 3;
}

.slide_description h5 {
    color: white;
    letter-spacing: 2px;
    font-family: 'najez';
}

.slide_description .highlight3 {
    color: var(--main1-color);
    border-color: var(--main1-color);
    /* letter-spacing: 9px; */
    padding-bottom: 5px;
    /* font-family: 'font-ebold'; */
}

.slide_description h2 {
    font-size: 30px;
    line-height: .8;
    margin-bottom: 0.17em;
    margin-top: 0.27em;
    font-family: 'font-a' !important;
    color: var(--main-color);
    /* letter-spacing: 3px; */
}

.slide_description h2 strong {
    display: block;
    font-weight: 900;
    font-size: 71px;
}

@media (min-width: 992px) {
    .slide_description h5 {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .slide_description h2 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .slide_description h2 {
        font-size: 60px;
    }
}

@media (min-width: 1200px) {
    .slide_description h2 {
        font-size: 80px;
    }
}

@media (min-width: 1450px) {
    .slide_description h2 {
        font-size: 90px;
    }
}

@media (min-width: 992px) {
    .slide_description p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .slide_description p {
        font-size: 22px;
    }
}

@media (max-width: 768px) {

    .slide_description h2,
    .slide_description .highlight3 {
        font-size: 53px;
        /* letter-spacing: 4px; */
    }

    .index-slider h4 {
        letter-spacing: 4px;
        font-size: 25px;
    }
}

@media (max-width: 668px) {
    .index-slider .slide_description p {
        font-size: 14px;
        margin-right: 15px;
    }

    .index-slider .btn-app {
        padding: 13px 32px !important;
    }
}

@media (max-width: 440px) {
    .slide_description h5 {
        font-size: 16px;
    }

    .slide_description h2,
    .slide_description .highlight3 {
        font-size: 46px;
    }

    .index-slider h4 {
        font-size: 20px;
        margin-right: 15px;
    }
}

@media (max-width: 320px) {
    .slide_description h5 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .slide_description h2,
    .slide_description .highlight3 {
        font-size: 41px;
    }

    .index-slider h4 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .index-slider .slide_description p {
        font-size: 12px;
        padding: 0px 15px;
    }
}

@media (max-width: 260px) {
    .slide_description h5 {
        font-size: 12px;
        letter-spacing: 0px;
        padding: 0px 6px;
    }

    .slide_description h2,
    .slide_description .highlight3 {
        font-size: 41px;
    }

    .index-slider h4 {
        font-size: 17px;
        letter-spacing: 1px;
        padding: 0px 8px;
    }

    .index-slider .slide_description p {
        font-size: 12px;
        padding: 0px 15px;
    }
}

@keyframes main-text-animation {
    0% {
        letter-spacing: 10vw;
        word-spacing: 60vw;
        opacity: 0;
    }

    100% {
        letter-spacing: 4px;
        word-spacing: 0vw;
        opacity: 1;
    }
}

@keyframes dash {

    /*main text animation*/
    0% {
        stroke-dashoffset: 1000;
        fill: transparent;
        opacity: 0;
    }

    90% {
        stroke-dashoffset: 0;
        fill: white;
        opacity: 1;
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}


/* start sales */

@media (max-width: 1800px) {
    .w-sale {
        position: unset !important;
    }

    .abm {
        display: none;
    }
}

.index-slider {
    direction: ltr
}

.abm {
    height: 27rem;
    background: white;
    display: none;
}

.w-sales {
    background: white;
}

.w-sale {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eee;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* margin: 0px 10px 0px 10px; */
    font-family: 'najez';
    background-color: white;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 10px 4px 17px 4px;
    /* position: absolute; */
    z-index: 9;
    /* transform: translateX(-11rem); */
    top: 37rem;
}

.w-sales .header-sales h2 {
    font-size: 29px;
    font-weight: 600;
    text-align: right;
    font-family: 'font-a';
    color: var(--main-color);
}

.w-sales .header-sales .count {
    background: var(--main1-color);
    border-radius: 3px;
    align-items: center;
    color: white;
    margin-top: 5px;
}

.w-sales .header-sales .in-count1 {
    color: white;
    font-size: 23px;
    font-weight: 800;
    font-family: 'font-c';
}

.w-sales .in-box {
    border-style: solid;
    margin: 8px auto;
    border-width: 1px 1px 1px 1px;
    transition: .7s !important;
    border-color: #eee;
    border-radius: 5px 5px 5px 5px;
}

.w-sales .in-box:hover .icon {
    display: flex;
}

.w-sales .in-box .icon {
    display: flex;
    position: absolute;
    top: 40%;
    left: 41%;
    display: none;
    transition-duration: 3s !important;
    transition: .7s;
}

/* .icon {
    display: flex;
    position: absolute;
    top: 48%;
    left: 34%;
    display: none;
    transition-duration: 3s !important;
    transition: .7s;
} */

.w-sales .in-box .icon-1,
.w-sales .in-box .icon-2 {
    background: var(--main1-color);
    margin: 4px;
    padding: 4px 9px;
    border-radius: 3px;
    transition: .7s;
    font-size: 15px;
}

/* .icon-1,
.icon-2 {
    background: var(--main1-color);
    margin: 4px;
    padding: 4px 9px;
    border-radius: 3px;
    transition: .7s;
    font-size: 15px;
} */

.w-sales .in-box .icon-1:hover,
.w-sales .in-box .icon-2:hover {
    background: var(--bg3-color);
}

.icon-1:hover,
.icon-2:hover {
    background: var(--bg3-color);
}

.w-sales .in-box .sale {
    position: absolute;
    background: var(--main-color);
    color: white;
    padding: 4px 11px;
    font-size: 15px;
    font-family: font-b;
    letter-spacing: 2px;
    right: 0px;
    top: 35px;
}

.sale {
    position: absolute;
    background: var(--main-color);
    color: white;
    padding: 4px 11px;
    font-size: 15px;
    font-family: font-b;
    letter-spacing: 2px;
    right: -11px;
    top: 23px;
}


.w-sales .in-box img {
    width: 100%;
    padding: 10px 16px;
    height: 246px;
}

.v-edita {
    padding: 10px 0px !important;
    width: 226px !important;
}

@media (max-width:280px) {
    .v-edita {
        padding: 10px 0px !important;
        width: 100% !important;
        height: 213px !important;
    }
}

@media (min-width:281px) and (max-width:529px) {

    .v-edita {
        padding: 10px 0px !important;
        width: 276px !important;
        height: 296px !important;
    }
}

@media (min-width:530px) and (max-width:540px) {
    .v-edita {
        padding: 10px 0px !important;
        width: 100% !important;
        height: 430px !important;
    }
}

@media (min-width:541px) and (max-width:767px) {
    .w-sales .in-box img {
        width: 246px;
        padding: 10px;
        height: 100%;
    }

    .v-edita {
        padding: 10px 0px !important;
        width: 276px !important;
        height: 296px !important;
    }
}

@media (min-width:768px) and (max-width:820px) {
    .w-sales .in-box img {
        width: 100%;
        padding: 10px;
        height: 100%;
    }

    .v-edita {
        padding: 10px 0px !important;
        width: 100% !important;
        height: 343px !important;
    }
}

@media (min-width:821px) and (max-width:912px) {
    .w-sales .in-box img {
        width: 100%;
        padding: 10px;
        height: 100%;
    }

    .v-edita {
        padding: 10px 0px !important;
        width: 100% !important;
        height: 343px !important;
    }
}

@media (min-width:913px) and (max-width:1024px) {
    .w-sales .in-box img {
        width: 100%;
        padding: 10px;
        height: 206px;
    }

    .v-edita {
        padding: 10px 0px !important;
        width: 100% !important;
        height: 198px !important;
    }
}



.w-sales .in-box .box-info {
    text-align: center;
}

.w-sales .in-box .box-info .stars i {
    color: var(--main1-color);
    font-size: 11px;
    padding: 1px;
    margin-bottom: 5px;
}

.stars i {
    color: var(--main1-color);
}

.member-info .stars i {
    color: var(--main1-color);
    font-size: 11px;
    padding: 1px;
    margin-bottom: 5px;
}

.w-sales .in-box .box-info p a {
    color: var(--gray);
    font-size: 18px;
    font-family: font-b;
    font-weight: 600;
    letter-spacing: 1px;
}

.w-sales .in-box .box-info .price p {
    font-size: 14px;
    /* font-weight: 600; */
    color: var(--main-color);
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 15; */
    font-family: 'font-reg';
    /* text-align: justify; */
    /* text-align: right; */
    text-overflow: ellipsis;
    display: inline;
}

.w-sales .in-box .box-info .price-1 {
    color: var(--main1-color);
    font-size: 22px;
    font-weight: 800;
    text-decoration: line-through;
}

.w-sales .in-box .box-info .price-2 {
    font-size: 23px;
    font-weight: 700;
    text-decoration: underline;
    color: var(--main-color);
}


/* end sales */


/* start why choose us */

.ch-us {
    justify-content: center;
}

.choose-us .ch-left img {
    width: 80%;
    /* max-height: 500px; */
    height: 100%;
    margin-left: 55px;
}

.choose-us .ch-right {
    margin-right: 8px;
}

.choose-us .ch-right .ch-text {
    padding: 9% 6% 4% 0%;
    direction: rtl;
    text-align: right;
}

.choose-us .ch-right .ch-text i {
    color: var(--main-color);
}

@media(max-width:991px) {
    .choose-us .ch-right .ch-text {
        padding: 9% 5% 0% 0%;
    }
}


.ch-info .align_center {
    text-align: center;
}

.choose-us .ch-right .ch-info img {
    width: 70px;
    height: 70px;
}

.choose-us .ch-right .ch-txt h5 {
    color: var(--main1-color);
    font-size: 37px;
    font-weight: 500;
    font-family: 'najez';
}

.choose-us .ch-right .ch-txt p {
    color: #4c4b49;
    font-family: 'font-a';
    letter-spacing: 1px;
    padding: 10px 0px;
}

.choose-us .ch-right .ch-info h6 {
    color: #545350;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'font-b';
    /* margin-bottom: 27px; */
    margin-top: 10px;
}

.about_us {
    text-align: right;
}

.about_us h3 {
    color: var(--main1-color);
}

/* img animate */
.img_animate span {
    font-family: 'font-med';
    background-image: url(../../images/ddd.gif);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold;
}

/*.img_animate {
     animation: imgroutat .5s ease-in  alternate-reverse; 
    animation-name: imgroutat;
    animation-duration: 3.5s;
    animation-timing-function: ease-in-out;
    animation-delay: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
} */

/* @keyframes imgroutat {

    0%{
        
        transform: scale(.9);
        opacity: 1;
        
    }

    25% {
        
        transform: scale(1);
        opacity: .5;
        
    }

    50% {
       
        transform: scale(.9);
        opacity: 0;
       
    }

    75% {
        
        transform: scale(1);
        opacity: .5;
       
    }

    100% {
        transform: scale(.9);
        opacity: 1;
       
    }
} */

/* img animate */

.about_us ul li i {
    color: var(--main1-color);
    margin-left: .5rem;
    /* color: #fff; */
}

.about_us .btn {
    padding: 14px 30px;
    font-weight: 500;
    font-size: 15px;
    color: var(--bg2-color);
    text-transform: uppercase;
    border-radius: 4px;
    background: var(--main-color);
    border: none;
    transition: all .3s ease-in-out;
    transform: scale(1);
}

.about_us .btn-blue {
    background: var(--main-color);

}


.about_us .btn:hover {
    cursor: pointer;
    background-color: var(--bg2-color);
    color:var(--main-color);
    transform: scale(1.1);
}

.about_us .btn-blue:hover {
    color: var(--main-color);

}

.counter {
    font-size: 200px;
    align-items: center;
    justify-content: space-evenly;
}

.counter .years {
    color: var(--main1-color);
    display: block;
}

.img-about img {
    width: 90px !important;
    height: 90px !important;
}

.img-about {
    right: -71px;
    position: absolute;
    background: var(--sporting-color2);
    top: 28%;
    padding: 45px;
    border-radius: 50%;
}

.ab-us .ch-right .ch-text {
    padding: 10% 10% 5% 13%;
}

.p-about {
    color: #0a3356;
    font-family: 'font-b';
    letter-spacing: 1px;
    /* padding: 10px 0px; */
    padding-right: 14px;
    font-size: 14px;
    border-right: 4px solid var(--main1-color);
}

.certf {
    /* background: var(--bg3-color); */
}


/* end why choose us */


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.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 23px 10px 0;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #7a7878;
    transition: 0.3s;
    font-size: 15px;
    direction: ltr;
    text-transform: uppercase;
    font-weight: 600;
    /* font-family: 'font-b'; */
}

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

.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: #ececec;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    border-top: 2px solid var(--main-color);
    width: fit-content;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    right: 18px;
}

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

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: var(--dark);
}

.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;
    /* position: absolute; */
    /* left: -100%; */
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

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

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

/* view price cart start */

.vp_cart {
    color: var(--bg2-color);
}

.vp_cart .main_cart {
    padding: 1.25rem 0;
}

.vp_cart .card-body .card-title {
    border-bottom: 1px solid var(--bg-color);
    padding: 0 20px;
    color: var(--main1-color);
}

.vp_cart .card-body .cart_items {
    border-bottom: 1px solid var(--bg-color);
    padding: 0 0 0 20px;
    margin-right: 0;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 400px;
}

.vp_cart .card-body .cart_items::-webkit-scrollbar {
    width: 8px;
}

.vp_cart .card-body .cart_items::-webkit-scrollbar-thumb {
    background-color: var(--bg-color);
}

/* .vp_cart .card-body .cart_items::-webkit-scrollbar-track{

} */
.vp_cart .card-body .cart_items .cart_item {
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--bg3-color);
}

.cart_subtitle {
    color: var(--bg2-color);
    transition: .7s;
}

.cart_subtitle:hover {
    color: var(--main-color);
}


.vp_cart .card-body .cartfooter_edit {
    padding: 0 20px;
}

.vp_cart .card-body .cartfooter_edit .cartfooter_links {
    margin: auto;
}

.vp_cart .card-body .cartfooter_edit .cartfooter_links a:first-child {
    border-radius: 6px;
    margin-left: 10px;
    background-color: var(--main1-color);
    border-color: var(--main1-color);
    color: var(--bg2-color);
    transition: .7s;
}

.vp_cart .card-body .cartfooter_edit .cartfooter_links a:first-child:hover {
    background-color: var(--bg2-color);
    border-color: var(--bg2-color);
    color: var(--main1-color);
}

.vp_cart .card-body .cartfooter_edit .cartfooter_links a:last-child {
    border-radius: 6px;
    margin-left: 10px;
    background-color: var(--bg2-color);
    border-color: var(--bg2-color);
    color: var(--main1-color);
    transition: .7s;
}

.vp_cart .card-body .cartfooter_edit .cartfooter_links a:last-child:hover {
    background-color: var(--main1-color);
    border-color: var(--main1-color);
    color: var(--bg2-color);
}

/* view price cart end */

/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    left: 14px;
    top: 19px;
    z-index: 99999999;
    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: 55px;
    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
--------------------------------------------------------------*/

.header-social-links {
    padding-right: 14px;
    margin-right: 1px;
    border-right: 1px solid #c4c4c4;
    margin-right: 20px;
    display: flex;
    justify-content: space-around;
}

.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;
        display: none;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/* start hero sec */

.overlay {
    width: 100%;
    height: 100%;
    opacity: .5;
    display: grid;
    position: relative;
    justify-content: center;
    align-items: center;
}

.overlay::before {
    content: " ";
    background: #091d54;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    opacity: .5;
    top: 0;
}

.zs-slide:before {
    content: " ";
    background: #091d54;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    left: 0;
    opacity: .5;
    top: 0;
}

.slide_description {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 3;
    direction: ltr;
}

.slide_description h5 {
    color: white;
    animation: dash 3s linear forwards;
}

.slide_description .highlight3 {
    color: var(--main1-color);
    border-color: var(--main1-color);
    animation: main-text-animation 1.7s ease-in-out forwards;
    letter-spacing: 0px !important;
}

.slide_description h2 {
    font-size: 30px;
    line-height: .8;
    margin-bottom: 0.37em;
    animation: main-text-animation 1.7s ease-in-out forwards;
    margin-top: 0.27em;
    font-weight: 600;
    direction: ltr;
}

.slide_description h2 strong {
    display: block;
    font-weight: 900;
    font-size: 78px;
}

@media (min-width: 992px) {
    .slide_description h5 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .slide_description h2 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .slide_description h2 {
        font-size: 60px;
    }
}

@media (min-width: 1200px) {
    .slide_description h2 {
        font-size: 80px;
    }
}

@media (min-width: 1450px) {
    .slide_description h2 {
        font-size: 86px;
    }
}

@media (min-width: 992px) {
    .slide_description p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .slide_description p {
        font-size: 20px;
    }
}


/* end hero sec */

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

#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: 1s;
}

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

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1b1d1fe1;
    z-index: 22;
    /* opacity: 0.8;
  filter: blur(10px); */
    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; */
    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-family: najez;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 11px 32px;
    border-radius: 4px;
    transition: 0.5s;
    /* line-height: 1; */
    margin: 10px;
    color: #fffcfc;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    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;
}

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

.btn-product {
    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: var(--main-color);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    /* position: absolute;
    bottom: 6px;
    left: 80px; */
    border: 2px solid var(--main-color);
}

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


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section.cont {
    overflow: initial !important;
}

section {
    padding: 50px 0px;
    background: #ffffff;
}

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

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

.section-bg {
    background-color: #ffffff;
}

.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;
    font-family: 'font-a';
    padding-bottom: 20px;
    position: relative;
    color: var(--main-color);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.section-title h2 strong {
    margin: 0 10px;
}

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

.section-title p {
    margin-bottom: 0;
    /* text-align: justify; */
    /* width: 84%; */
    display: -webkit-box;
    overflow-y: clip;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 15; */
    padding: -1px 78px;
    text-align: justify;
    height: 48px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.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: "/";
}

@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
--------------------------------------------------------------*/

.services .icon-box {
    text-align: center;
    padding: 6px 20px 12px 20px;
    transition: all ease-in-out 0.3s;
    background: #ececec;
    height: 268px;
    border-radius: 10px;
    display: -webkit-box;
    width: 100%;
    overflow-y: hidden;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 15; */
}

.services .icon-box .icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 40px 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;
    height: 201px;
    width: 100%;
    position: relative;
    /* border-radius: 5px; */
}

.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 {
    line-height: 24px;
    font-size: 23px;
    margin-bottom: 0;
    display: -webkit-box;
    overflow-y: hidden;
    text-align: justify;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 15; */
    margin-top: -7px;
    display: flex;
    flex-direction: row-reverse;
}

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

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

.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 #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
--------------------------------------------------------------*/

.clients-logo {
    width: 100%;
    text-align: center;
}

.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: #ececec6b;
    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: 100px;
}

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

.clients-logo img {
    width: 159px;
    height: 147px;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about-us .content h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--main-color);
}

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

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

.about-us .content ul li {
    padding: 10px 0 0 28px;
    position: relative;
}

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

.about-us .content p:last-child {
    margin-bottom: 0;
    text-align: justify;
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 21%);
    width: 100%;
}

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

.team .member .member-img img {
    width: 100%;
    height: 200px;
    background: var(--dark);
}

.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;
    /* x;
    lock; */
    color: var(--main1-color);
    margin: 0 10px;
    padding-top: 8px;
    font-weight: 600;
    transition: .7s;
    font-size: 16px;
    font-family: font-a;
    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: 25px 15px;
    background: #ececec;
    color: var(--main-color);
    text-align: right;
}

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

.team .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    overflow-y: clip;
    text-align: justify;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 15; */
    color: var(--main-color);
}

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


/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/

.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;
    font-family: "Poppins", sans-serif;
    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
--------------------------------------------------------------*/

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

.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;
    color: var(--main-color);
}

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


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.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;
    font-family: "Poppins", sans-serif;
    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-family: najez;
    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;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-list {
    padding: 0 100px;
}

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

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: lightgray;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
    transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
    color: var(--main-color);
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 40px;
    box-shadow: 0px 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
--------------------------------------------------------------*/

.contact .info-wrap {
    box-shadow: 1px 3px 5px rgb(0 0 0 / 27%);
    padding: 30px;
    margin-top: 30px;
    text-align: start;
    background: #f1f1f16e;
}

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

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

.contact .info p {
    margin-bottom: 6px;
    font-size: 14px;
    color: var(--main-color);
    direction: rtl;
    font-weight: 600;
    padding: 0px 56px 0 0;
}

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

/* slider input position */
/* .slider_input_position{
    position: relative;
}
.slider_input_position .slider_submit_in{
    position: absolute;
    top: -7px;
    left: 0;
    transform: translateX(-98%);
    background-color: transparent;
}

@media (max-width:767px) {
    .slider_input_position{
        position: relative;
    }
    .slider_input_position .slider_submit_in{
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
} */
/* slider input position */

/* form_flex */

.containe {}

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


.label_right {
    text-align: right;
    color: var(--main1-color);
    margin-right: 27%;
}

/* mail send button animate start */
.btn-get-started:hover .ico_wid {
    /* animation:  2s ease-in-out 1.2s infinite; */
    animation-name: flyme;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: .3s;
    animation-iteration-count: infinite;
}


@keyframes flyme {
    0% {
        transform: translate(0px, 0px);

    }

    25% {
        transform: translate(20px, -5px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    75% {
        transform: translate(20px, -5px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

/* mail send button animate end */

@media (max-width:820px) and (min-width:768px) {
    .containe {
        /* width: 90%; */
    }

    .containe .form_flex {
        align-content: stretch;
        justify-content: center;
    }

    .containe .form-control {}

    .containe .inpbtn {

        margin-bottom: 0;
    }

    .containe .label_right {}
}

@media (max-width:767px) {
    .containe {
        /* width: 90%; */
    }

    .containe .form_flex {
        align-content: stretch;
        justify-content: right;
    }

    .containe .form-control {}

    .containe .inpbtn {

        width: 20%;

        margin-bottom: 0;

    }

    .containe .label_right {
        margin-right: 0;
    }
}

/* form_flex */

/* mail positon */


.mail_position {
    position: relative;
}

.mail_position .submit_in {
    transform: translateX(34%);
    background-color: transparent;
    padding: 8px 26px;
    height: 38px;
    margin: 0;
    padding: 4px 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.mail_position .submit_in:hover {
    color: white;
    background-color: var(--main1-color);
    border-color: var(--main1-color);
}

.label_transport {

    height: 75%;

    margin-top: 5px;
}

@media (max-width:767px) {
    .mail_position {
        margin: auto;
    }

    .mail_position .submit_in {
        transform: translateX(-5%);
        width: 21%;
        border-radius: 6px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 5px 20px;
        left: 18px;
    }
}

@media (max-width: 1024px) and (min-width:767px) {
    .mail_position {
        position: relative;
    }

    .mail_position .submit_in {
        position: absolute;
        left: 38%;
        transform: translateX(-50%);
        width: 25%;
        padding: 3px 20px;
    }
}

/* mail positon */

/* form width */
.form-width {
    width: 75%;
    margin-bottom: 5px;
}

@media (max-width:767px) {
    .form-width {
        border-radius: 4px;
    }
}

/* form width */

/* placeholder_rtl */
.placeholder_rtl {
    direction: rtl;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width:767px) {
    .placeholder_rtl {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 70%;
    }
}

/* placeholder_rtl */


/*  */
/* .submit_btn{
    font-family: najez;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 11px 32px;
    border-radius: 4px;
    transition: 0.5s;
    /* line-height: 1;
    margin: 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid var(--main1-color);
    color: var(--main1-color)
}

.submit_btn:hover{
    background-color: var(--main1-color);
    color: var(--bg2-color);
    border-color: var(--bg2-color);
} */
/*  */
.contact .php-email-form {
    width: 100%;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 27%);
    padding: 30px;
    background: #f1f1f16e;
    margin-bottom: 20px;
}

.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;
    display: none !important;
}

.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(--main1-color);
}

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

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

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

.contact .php-email-form button[type="submit"]:hover {
    background: var(--bg2-color);
    color: var(--main-color);
    border-color: var(--main-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
--------------------------------------------------------------*/

.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: 0px 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
--------------------------------------------------------------*/

.also-read {
    font-size: 19px;
    font-weight: 600;
    color: var(--main-color);
}

.also-read a {
    font-size: 16px;
    color: var(--main1-color);
}

.also-read a:hover {
    color: #bb5a07;
}

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

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

.blog .entry .entry-img {
    max-height: 400px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
}

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

.blog .entry h2 {
    font-size: 25px;
    color: var(--main-color);
}

.blog .entry .entry-title {
    font-size: 16px;
    font-weight: bold;
    padding: 0 30px;
    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: #aaaaaa;
    text-align: start;
    padding: 0 30px;
}

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

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

.blog .entry .entry-meta i {
    font-size: 14px;
    padding-right: 4px;
}

.blog .entry .entry-meta a {
    color: var(--main1-color);
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding-right: 5px;
    transition: 0.3s;
}

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

.entry-content {
    padding: 0 30px;
}

.pdf_downloader {
    display: flex;
    flex-direction: row-reverse;
    justify-content: right;
}

.pdf_downloader div {
    margin-left: 10px;
}

.pdf_downloader a {
    color: var(--main-color);
    transition: .3s;
}

.pdf_downloader a:hover {
    color: var(--main1-color);
}

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

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

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

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

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
    /* text-align: right; */
    color: var(--main-color);
}

.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: var(--main1-color);
    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: var(--main-color);
}

.blog .entry .entry-content blockquote .quote-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 36px;
    color: var(--main-color);
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--main1-color);
    margin-top: 20px;
    margin-bottom: 20px;
}

.copyright a {
    color: var(--main1-color);
    font-weight: 600;
}

.copyright a:hover {
    color: var(--main1-color);
}

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

.btn_position {}

footer .footer-contact i {
    margin-left: 6px;
    font-size: 15px;
}

.singlep_direction {
    justify-content: space-between;
}

.entry-footer .main_keywords i {
    color: var(--main1-color);
    display: inline;
}

.blog .entry .entry-footer a {
    color: var(--main1-color);
    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: flex;
    padding: 0;
    font-size: 14px;
}

.tags {
    padding: 0;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
}

.blog .entry .entry-footer .tags li {}

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

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

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

.blog_keywords {
    float: right;
}

.blog_social {
    float: left;
}

.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);
    /* background: #ececec; */
    text-align: right;
}

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

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

.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: #9d9c9c;
    text-align: justify;
}

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

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

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
    /* background: #ececec; */
    display: inline-grid;
}

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

.blog .blog-comments .comment h5 {
    margin-left: 65px;
    font-size: 16px;
    margin-bottom: 2px;
    /* color: var(--main-color); */
}

.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: #111;
}

.blog .blog-comments .comment time {
    margin-left: 65px;
    display: block;
    font-size: 14px;
    color: var(--main1-color);
    margin-bottom: 5px;
}

.blog .blog-comments .comment p {
    margin-left: 65px;
    color: #837f7f;
    direction: rtl;
    text-align: right;
}

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

.blog .blog-comments .reply-form,
.quetions .reply-form {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    text-align: right;
}

.blog .blog-comments .reply-form h4,
.quetions .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
    color: var(--main1-color);
}

.blog .blog-comments .reply-form p,
.quetions .reply-form p {
    font-size: 16px;
    color: var(--main-color);
}

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

.blog .blog-comments .reply-form input:focus,
.quetions .reply-form input:focus {
    box-shadow: none;
    border-color: var(--main1-color);
}

.blog .blog-comments .reply-form textarea,
.quetions .reply-form textarea {
    border-radius: 0;
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 4px;
    direction: rtl;
    resize: none;
}

.blog .blog-comments .reply-form textarea:focus,
.quetions .reply-form textarea:focus {
    box-shadow: none;
    border-color: var(--main1-color);
}

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

.blog .blog-comments .reply-form .btn-primary,
.quetions .reply-form .btn-primary {
    padding: 8px 20px;
    border: 0;
    border-radius: 4px;
    background-color: var(--main-color);
    color: var(--bg2-color);
    border: 1px solid var(--main-color);
    display: flex;
    transition: .7s;
}

.blog .blog-comments .reply-form .btn-primary:hover,
.quetions .reply-form .btn-primary:hover {
    color: var(--main-color);
    border-color: var(--main-color);
    background-color: var(--bg2-color);
}

.blog .blog-pagination {
    color: #444444;
    /* margin: auto; */
}

.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: var(--main-color);
    padding: 7px 16px;
    font-weight: 600;
    display: inline-block;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: var(--main1-color);
    border: 1px solid var(--main1-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: 0px 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: var(--main1-color);
    position: relative;
    text-align: start;
}

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

.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);
    outline-color: transparent;
}

.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 0px 0px 4px;
}

.blog .sidebar .search-form form button:hover {
    background: #0b2c54;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
    /* direction: ltr; */
    direction: rtl;
}

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

.blog .sidebar .categories ul a {
    color: var(--main-color);
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

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

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: var(--main1-color);
    font-size: 14px;
    direction: ltr;
    font-family: none;
}

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

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

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

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

.blog .blog-comments form {
    direction: ltr;
}

.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: var(--main1-color);
}

.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,
.more-info.tags a {
    color: var(--main-color);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid var(--main-color);
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
}

.blog .sidebar .tags ul a:hover,
.more-info.tags a:hover {
    color: white;
    border: 1px solid var(--main-color);
    background: var(--main-color);
}

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #fff;
    font-size: 14px;
    background: -webkit-radial-gradient(61% 36%, ellipse cover, #2ba4ed, #3d7ebb 87%);
    /* direction: ltr; */
    text-align: start;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: -webkit-radial-gradient(61% 50%, ellipse cover, #65c5ff, #0d5295 100%);
    font-family: 'najez' !important;
}

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

#footer .footer-top .footer-contact h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--third-color);
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: najez;
    color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--third-color);
    position: relative;
    padding-bottom: 12px;
}

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

#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(0px);
    }

    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: white;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

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

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

#footer .footer-newsletter h4 {
    font-size: 15px;
    font-weight: 600;
    color: white;
    position: relative;
    padding-bottom: 12px;
    font-family: 'font-b';
}

#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: 0px 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: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

/* footer of single proudct */
.main_social {
    float: left;
}

.main_social #social-links ul {

    margin-left: 3px;
}

.main_social #social-links ul li {

    margin: 0 5px;

    padding: 2px;
}

.main_social #social-links ul li {
    margin: 0 5px;
}

.main_social #social-links ul li a {
    color: var(--main1-color) !important;
    transition: .3s !important;
}

.main_social #social-links ul li a i {
    transition: .3s !important;
}

.main_social #social-links ul li a:hover i {
    color: var(--main-color) !important;
}


.main_keywords {
    float: right;
}

.main_keywords ul li {

    display: flex;

    align-items: baseline;
}

@media (max-width:767px) {
    .main_keywords ul li {

        width: 50%;
    }
}

.main_keywords ul li a {
    color: var(--bg-color) !important;
    transition: .3s !important;
}

.main_keywords ul li a:hover {
    color: var(--main-color) !important;
}

/* footer of single proudct */
#social-links ul li a .social_icon {
    padding-right: 5px;
    color: var(--main1-color);
}

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

#footer .footer-top .footer-contact a {
    padding-right: 15px;
    font-size: 18px;
}


/* تعديلاتي */

.carousel-content h2 {
    text-align: center;
}

.carousel-content p {
    display: -webkit-box;
    overflow-y: clip;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    text-align: right;
}

.flip-box {
    background-color: black;
    width: 343px;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    overflow: hidden;
    border-radius: 10px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    /* color: white; */
    transform: rotateY(180deg);
}

.flip-box::before {
    content: "";
    background: rgb(0 33 71 / 67%);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 222;
    transition: 0.7s;
}

.flip-box:hover:before {
    background: rgba(0, 33, 71, 0.329);
}

.features .main-icon-box {
    background: #ececec;
    box-shadow: 0px 1px 5px #fff;
    margin: 3px;
    transition: .6s;
    /* padding: 0px 11px 0px 7px; */
    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;
    /* margin-bottom: 31px; */
    padding-bottom: 20px;
}

.pricing .box {
    position: relative;
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    transition: var(--main-transition);
    background: #ececec;
    text-align: center;
    z-index: 1;
    /* min-height: 570px; */
    height: 367px;
    transition: 0.5s;
}

.pricing .box .title {
    font-weight: bold;
    font-size: 20px;
    color: #4a9acd;
    letter-spacing: -1px;
}

.pricing .box img {
    width: 120px;
    /* margin-bottom: 30px; */
    height: 120px;
}

.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 {
    /* padding: 20px; */
    border-top: 1px solid #eee;
    margin-top: -12px;
    display: flex;
    font-size: 12px;
}

.pricing .box ul li:first-of-type {
    border-top: none;
    text-align: right;
}

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

.pricing .box ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    color: black;
    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: var(--main-color);
    font-weight: 600;
}

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


/*  */

.section__title[data-v-cc3d6c36] {
    font-size: 30px;
    font-weight: 600;
    color: var(--main1-color);
    top: 27px;
    position: absolute;
    letter-spacing: 2px;
    display: flex;
}

.pageTitle[data-v-cc3d6c36] {
    background-image: url(images/h59.png);
    background-size: cover;
    color: var(--white);
    /* height: 25vh; */
    /* top: 62px; */
    /* margin-bottom: 20px; */
}

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;
    /* direction: rtl; */
    margin-top: -2rem;
    margin-bottom: 1rem;
    /* transform: rotateY(180deg); */
    font-size: 1.1rem;
    margin-right: -36px;
}

.breadcrumb .default-breadcrumb li.crumb {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0.25em;
    background-color: #eaecf1;
    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;
    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;
}

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

.breadcrumb .default-breadcrumb li.crumb .link {
    /* max-width: 177px; */
    /* overflow: hidden; */
    /* height: 32px; */
    position: relative;
    color: white;
    margin-left: 3px;
    top: -3px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 100%;
    display: inline-block;
}

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

.breadcrumb .default-breadcrumb li.crumb a:hover {
    color: var(--third-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: var(--main1-color);
    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: 0px;
}

.breadcrumb .default-breadcrumb li.crumb:first-child {
    /* padding-left: 0; */
    background: var(--main1-color);
    border-radius: 0 5px 5px 0;
    padding: 6px 7px 0px 0px;
}

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

.pageTitle[data-v-cc3d6c36] {
    background-image: url(../../images/IMG-20221206-WA0011.jpg);
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    height: auto;
}

.pageTitle[data-v-cc3d6c36]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #122d5eed;
    z-index: 22;
    opacity: 0.8;
    filter: blur(10px);
    z-index: 0;
}

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

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

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

#hiden {
    display: none;
}

#hide {
    display: flex;
}

#show {
    display: none;
}

@media (max-width: 991px) {

    #hiden,
    .btn-get-started-btn {
        display: inline-block;
    }

    .btn-get-started-btn {
        display: inline-block !important;
    }

    #showen {
        display: none;
    }

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

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


/* card-products */


.iconsin {
    color: var(--main-color);
}

.flip-box-products {
    background-color: black;
    width: 100%;
    height: 369px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 13%), 0 2px 4px 0 rgb(0 0 0 / 12%);
}

.flip-box-inner-products {
    position: relative;
    width: 100%;
    height: 100px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    cursor: pointer;
}

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


/* .flip-box-products:hover .flip-box-inner-products {
  transform: rotateY(180deg);
} */

.flip-cardz {
    transform: rotateY(180deg);
}

.flip-box-front-products,
.flip-box-back-products {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front-products {
    background-color: white;
    color: black;
}

.flip-box-back-products {
    background-color: #555;
    color: white;
    transform: rotateY(180deg);
}

.flip-box-back .box .info {
    display: block;
}


/* سكشن العملاء */

.cards.slider {
    font-size: 0;
    padding: 0;
}

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

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

.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: 0 -20px;
    direction: ltr;
}


/* .slider-container:before, .slider-container:after {
  position: absolute;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
}

.slider-container:before {
  left: 0;
  background: linear-gradient(90deg, #4a9acd, transparent);
}

.slider-container:after {
  right: 0;
  background: linear-gradient(-90deg, #4a9acd, transparent);
} */


.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: #d3cecea3;
    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;
    /* transform: translateY(-100%); */
    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:before {
  position: absolute;
  top: 40%;
  color: white;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: verdana;
  font-size: 23px;
  font-weight: 900;
} */

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

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

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

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


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


/* download button */

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

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

.adobe-pdf-download a {
    text-decoration: none;
    color: white;
    transition: background 0.5s, color 0.5s;
    font-family: arial;
    font-weight: bold;
    position: relative;
    /* top: 6px; */
}

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

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

.adobe-pdf-download:hover {
    background: var(--main-color);
    color: white;
    transition: background 0.5s, color 0.5s;
    /* animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; */
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    /* Safari */
    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 0px 0px;
    padding: 1px;
    height: 26px;
}

.hover-top {
    transition: 0.6s;
}

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

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

.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));
    /* gap: 10px; */
}

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

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

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

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

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

::marker {
    color: transparent;
}

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

.size {
    /* margin-right: -35px; */
    text-align: start;
    color: var(--main-color);
}

.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: 0px;
}


/* app gallary */

.app-h h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2em;
    color: var(--main1-color);
    align-items: center;
    text-align: start;
    border-radius: 2px;
    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-text {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 57px;
}

#myresult {
    position: absolute;
    width: 66%;
    height: 45vh;
    z-index: 9999999;
    top: 0;
    left: -58%;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

.img-gallary .large-image {
    position: relative;
}

.img-gallary .large-image::before {
    content: "";
    position: absolute;
    top: -14px;
    right: -55px;
    width: 200px;
    height: 200px;
    background: #ffecd0;
    border-top-right-radius: 50%;
}

.img-gallary .large-image::after {
    content: "";
    position: absolute;
    top: 38%;
    left: -25px;
    width: 112%;
    height: 60%;
    background: #ff6a0063;
}

.img-gallary {
    justify-content: space-around;
    padding: 5px;
    height: 500px;
}

.img-gallary .large-img {
    height: 420px;
    width: 420px;
    overflow: hidden;
    /* border-radius: 10px; */
    background-size: cover;
    /* margin-right: 126px; */
    justify-content: center;
    z-index: 11;
    transition: .7s;
}

.img-gallary .large-img:hover {
    /* z-index: 11; */
    transform: scale(1.1);
    /* box-shadow: 20px -20px 1px 1px #ff6a0063; */
}

@media (min-width:279px) and (max-width:280px) {
    .img-gallary .large-image::before {
        top: 21px !important;
        right: -11px !important;
        width: 112px !important;
        height: 112px !important;
    }

    .img-gallary .large-image::after {
        top: 42% !important;
        left: -8px !important;
        width: 105% !important;
        height: 51% !important;
    }

    .img-gallary .large-img {
        height: 300px;
        width: 300px;
    }
}

@media (min-width:539px) and (max-width:540px) {
    .img-gallary .large-image::before {
        top: 7px !important;
        right: -14px !important;
        width: 130px !important;
        height: 130px !important;
    }

    .img-gallary .large-image::after {
        top: 40% !important;
        left: -8px !important;
        width: 105% !important;
        height: 57% !important;
    }

    .img-gallary .large-img {
        height: 300px;
        width: 300px;
    }
}

@media (max-width:767px) {
    .img-gallary .large-image::before {
        top: 3px;
        right: -14px;
        width: 140px;
        height: 140px;
    }

    .img-gallary .large-image::after {
        top: 42%;
        left: -8px;
        width: 105%;
        height: 55%;
    }

    .img-gallary .large-img {
        height: 300px;
        width: 300px;
    }
}

@media (min-width:1023px) and (max-width:1024px) {
    .img-gallary .large-image::before {
        top: 25px;
        right: -20px;
        width: 140px;
        height: 140px;
    }

    .img-gallary .large-image::after {
        top: 33.5%;
        left: -10px;
        width: 105%;
        height: 59%;
    }

    .img-gallary .large-img {
        height: 400px;
        width: 400px;
    }
}

@media (max-width:767px) {
    .img-gallary .small-imgs {
        flex-direction: row !important;
    }
}



.img-gallary .small-img {
    height: 130px;
    width: 130px;
    margin-right: 10px;
    border-radius: 2px;
    margin-top: 8px;
    background-size: cover;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    border: 1px solid rgb(255 255 255 / 30%);
}

@media (max-width:767px) {
    .img-gallary .small-img {
        width: 100px !important;
        height: 100px !important;
    }
}

@media (min-width:279px) and (max-width:280px) {
    .img-gallary .small-img {
        width: 85px !important;
        height: 85px !important;
        margin-right: 0 !important;
    }
}


.list-unstyled strong {
    font-weight: 900;
    color: var(--main1-color);
}

.list-unstyled p {
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
    /* overflow: hidden; */
    text-align: start;
}

.content.app-h {
    border-radius: 1px;
    max-width: 98%;
    margin: auto;
}


/* modal advantages */

.modal-dialog .modal-content {
    background: var(--main-color);
    text-align: center;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 21%);
    border-radius: 3px;
}

.modal-content .close span {
    cursor: pointer;
    font-size: 32px;
    font-weight: 900;
    color: var(--main1-color);
}

.modal-content .main-icon-box h3 a {
    color: var(--main1-color);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}

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

.modal-content .main-icon-box p {
    color: #d9996e;
    font-weight: 600;
    padding: 10px 10px;
    text-align: justify;
}

.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 */

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

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

.Material h4 {
    color: var(--main1-color);
    /* text-align: start; */
    font-size: 15px;
    font-weight: 600;
}

.Material-info li {
    color: var(--main1-color);
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}



.product-title {
    color: #65696c;
    font-size: 17px;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    margin-top: 17px;
}

.prod-info table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 24px;
    margin: 15px auto;
    text-align: left;
    width: 100%;
    table-layout: auto;
    position: relative;
    z-index: 11;
}

.prod-info th {
    color: var(--third-color);
    font-weight: bold;
    padding: 6px 8px;
    text-align: center;
    position: relative;
    line-height: 1.5;
    /* text-shadow: 0 1px 0 #000; */
    background: var(--main1-color);
    border-left: 1px solid var(--main1-color);
    border-right: 1px solid var(--main1-color);
    border-top: 1px solid var(--main1-color);
    border-bottom: 1px solid var(--main1-color);
    box-shadow: inset 0 1px 0 var(--main1-color);
}

.prod-info th:after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08));
    content: "";
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}

.prod-info th:first-child {
    border-left: 1px solid #777;
    box-shadow: inset 1px 1px 0 #999;
}

.prod-info th:last-child {
    box-shadow: inset -1px 1px 0 #999;
}

.prod-info td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 4px 9px;
    position: relative;
    transition: all 300ms;
    color: #121212;
    text-align: center;
    font-family: font-a;
    font-weight: 600;
    /* text-align: initial; */
    background: #0c519961;
}

.prod-info td:first-child {
    box-shadow: inset 1px 0 0 #fff;
}

.prod-info td:last-child {
    border-right: 1px solid #e8e8e8;
    box-shadow: inset -1px 0 0 #fff;
}

.prod-info tr {}

.prod-info tr:nth-child(odd) td {
    background: #0c51999e;
}

.prod-info tr:last-of-type td {
    box-shadow: inset 0 -1px 0 #fff;
}

.prod-info tr:last-of-type td:first-child {
    box-shadow: inset 1px -1px 0 #fff;
}

.prod-info tr:last-of-type td:last-child {
    box-shadow: inset -1px -1px 0 #fff;
}

.Material .mark {
    font-size: 16px;
    background: none;
}

.Material .mark a {
    margin-left: auto;
    color: var(--blue);
}

.Material h5 {
    color: var(--main1-color);
    font-size: 17px;
    font-weight: 600;
    padding-top: 0px;
}

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


.avilable-colors {
    border-bottom: none !important;
}

.avilable-colors .Material-info li a {

    margin-left: 25px;
}

.avilable-colors .color {
    width: 20px;
    height: 20px;

    outline: 2px solid;
    padding: 12px;
    border: 2px solid;
}

.avilable-colors .color.green {
    background-color: green;
    border-color: #eee;
    outline-color: green;
}

.avilable-colors .color.yellow {
    background-color: yellow;
    border-color: #eee;
    outline-color: yellow;
}

.avilable-colors .color.red {
    background-color: red;
    border-color: #eee;
    outline-color: red;
}

.avilable-colors .color.blue {
    background-color: blue;
    border-color: #eee;
    outline-color: blue;
}

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

@media(max-width:400px) {
    .prod-info th {
        padding: 7px 2px;
    }

    .prod-info td {
        padding: 1px 3px;
    }

    .prod-info table {
        font-size: 10px;
    }
}


/* product-info */


/* {{-- المزيد من المنتجات --}}
 */

.more-products .in-box {
    border-style: solid;
    max-width: 258px !important;
    margin: 0px 8px;
    border-width: 1px 1px 1px 1px;
    transition: .7s;
    border-color: #eee;
    border-radius: 1px;
    position: relative;
    margin: auto;
}

.more-products .in-box:hover .icon {
    display: flex;
    top: 38%;
    transition: .7s;
}

.more-products .in-box .icon {
    display: flex;
    position: absolute;
    top: 48%;
    left: 34%;
    display: none;
    transition-duration: 3s !important;
    transition: .7s;
}

.more-products .in-box .icon-1,
.more-products .in-box .icon-2 {
    background: var(--main1-color);
    margin: 4px;
    padding: 4px 9px;
    border-radius: 3px;
    transition: .7s;
    font-size: 15px;
}

.more-products .in-box .icon-1:hover,
.more-products .in-box .icon-2:hover {
    background: var(--bg3-color);
}

.more-products .in-box .sale {
    position: absolute;
    background: var(--main-color);
    color: white;
    padding: 4px 11px;
    font-size: 15px;
    font-family: font-b;
    letter-spacing: 2px;
    right: -6px;
    top: 32px;
}

@media (max-width: 767px) {
    .more-products .in-box .sale {
        right: -10px;
    }
}

.more-products .in-box img {
    width: 246px;
    height: 246px;
    padding: 10px;
    margin: 0 !important;
}

.substring_it {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 93%;
    text-align: right;
    direction: rtl;
    color: var(--main1-color);
}

.stars {
    padding-right: 6px;
    direction: rtl;
}

.substringp_it {
    height: 82px;
    overflow: hidden;
    padding-right: 6px;
    text-align: right;
    padding-left: 6px;
}

.substringpa_it {
    height: 82px;
    overflow: hidden;
    padding-right: 6px;
    text-align: right;
    padding-left: 6px;
}

.substringpp_it {
    height: 86px;
    overflow: hidden;
    padding-right: 6px;
    text-align: right;
}


@media (max-width:767px) {
    .substringp_it {
        height: 76px;
    }

    .substringpp_it {
        height: 83px;
    }
}


.addation_sub {
    display: block;
    white-space: nowrap;
    width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more-products .in-box .box-info {
    text-align: center;
    padding: 12px 0px;
}

.more-products .in-box .box-info .stars i {
    color: var(--main1-color);
    font-size: 11px;
    padding: 1px;
    margin-bottom: 5px;
}

.more-products .in-box .box-info p a {
    color: var(--gray);
    font-size: 18px;
    font-family: font-b;
    font-weight: 600;
    letter-spacing: 1px;
    direction: rtl;
}

.more-products .in-box .box-info .price p {
    font-size: 14px;
    /* font-weight: 600; */
    color: var(--main-color);
    /* padding: 0px 16px; */
    /* display: -webkit-box; */
    /* overflow-y: clip; */
    /* width: 209px; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    -webkit-line-clamp: 2;
    font-family: 'font-reg';
    text-align: right;
    direction: rtl;
}

.more-products .in-box .box-info .price-1 {
    color: var(--main1-color);
    font-size: 22px;
    font-weight: 800;
    text-decoration: line-through;
}

.more-products .in-box .box-info .price-2 {
    font-size: 23px;
    font-weight: 700;
    text-decoration: underline;
    color: var(--main-color);
}

.advantag {
    margin-top: 10px;
    text-align: center;
}

.advantag img {
    width: 25px;
}

.advantag h6 {
    font-size: 13px;
    /* font-weight: 600; */
    color: var(--main1-color);
    font-family: 'font-b';
    padding-top: 10px;
}

.app-info {
    width: 100%;
    margin: auto;
}


/* app  */

.btn-app {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 7px 9px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 0;
    margin: 5px;
    background-color: var(--main-color);
    left: 20px;
    top: -4px;
    border: 2px solid var(--main-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1px 15px;
    /* border-right-color: transparent; */
}



@media (max-width:767px) {
    .btn-app {}
}

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


/* Installation  */

.installation .width-sm img {
    width: 200px;
    /* height: 150px; */
    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: 100000000000000000;
    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-right: 5px;
}

.Installing-ul li {
    margin-bottom: 8px;
    text-align: right;
    color: var(--main-color);
}

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

.text-muted {
    overflow: hidden;
    height: 100px;
}

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


/* //////////////veiw price////////////// */

.veiw-price table {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 12px;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
    width: 80%;
    position: relative;
    z-index: 11;
}

.veiw-price th {
    color: #fff;
    font-weight: bold;
    text-align: initial;
    padding: 10px 15px;
    position: relative;
    text-shadow: 0 1px 0 #000;
    background: var(--main1-color);
    border-left: 1px solid var(--main1-color);
    border-right: 1px solid var(--main1-color);
    border-top: 1px solid var(--main1-color);
    border-bottom: 1px solid var(--main1-color);
    box-shadow: inset 0 1px 0 var(--main1-color);
}

.veiw-price th:after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08));
    content: "";
    display: block;
    height: 25%;
    left: 0;
    margin: 1px 0 0 0;
    position: absolute;
    top: 25%;
    width: 100%;
}

.veiw-price th:first-child {
    border-left: 1px solid #777;
    box-shadow: inset 1px 1px 0 #999;
}

.veiw-price th:last-child {
    box-shadow: inset -1px 1px 0 #999;
}

.veiw-price td {
    border-right: 1px solid #fff;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
    position: relative;
    transition: all 300ms;
    font-family: font-a;
    font-weight: 600;
    text-align: initial;
    background: #0c519961;
}

.veiw-price td:first-child {
    box-shadow: inset 1px 0 0 #fff;
}

.veiw-price td:last-child {
    border-right: 1px solid #e8e8e8;
    box-shadow: inset -1px 0 0 #fff;
}

.veiw-price tr {}

.veiw-price tr:nth-child(odd) td {
    background: #0c51999e;
}

.veiw-price tr:last-of-type td {
    box-shadow: inset 0 -1px 0 #fff;
}

.veiw-price tr:last-of-type td:first-child {
    box-shadow: inset 1px -1px 0 #fff;
}

.veiw-price tr:last-of-type td:last-child {
    box-shadow: inset -1px -1px 0 #fff;
}


/* .veiw-price tbody:hover td {
    color: transparent;
    text-shadow: 0 0 1px rgba(170, 170, 170, 0.092);
  }

  .veiw-price tbody:hover tr:hover td {
    color: #444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.074);
  } */

.price-info {
    margin-top: -11rem;
    position: relative;
    z-index: 0;
}

.price-info span {
    font-weight: 900;
    font-size: 15px;
    padding: 0px 13px;
    /* font-family: 'font-bold'; */
    color: var(--third-color);
}

.price-info .payment-info {
    background: var(--main-color);
    color: white;
    padding: 11rem 6rem 1rem 6rem;
    clip-path: polygon(1% 0, 100% 0%, 100% 100%, 15% 100%);
    text-align: right;
}

.price-info .payment-info .paym h3 {
    font-size: 19px;
    font-weight: bolder;
}

.price-info .payment-info .paym p {
    margin: 0;
    font-size: 12px;
}

.price-info .payment-info .paym-con {
    padding: 18px 0px 12px 21px;
}

.price-info .payment-info .paym-con p {
    margin: 0;
}

.price-info .price-total p {
    margin: 0;
    font-size: 17px;
    color: var(--main1-color);
}

.price-info .price-total {
    padding: 11rem 5rem 1rem 4rem;
    text-align: right;
}

.price-info .price-total h5 {
    border-top: 2px solid darkgray;
    font-size: 23px !important;
    padding-top: 11px;
    color: var(--main1-color);
}

@media(max-width:771px) {
    .price-info {
        position: unset;
        flex-direction: column-reverse;
        margin: unset;
    }

    .price-info .price-total {
        padding: 10px;
    }

    .price-info .payment-info .paym-con {
        padding: 18px 30px 12px 1px;
    }

    .price-info .payment-info {
        padding: 10px;
        clip-path: unset;
    }
}

@media(max-width:420px) {

    .veiw-price th,
    .veiw-price td {
        padding: 2px 7px;
        font-size: 9px;
        /* width: 100%; */
    }

    .veiw-price table {
        width: 100%;
        margin-top: 13px;
    }

    section.v-pr {
        padding: 0
    }
}

span.mark {
    font-family: none !important;
    background: none;
    padding: 0;
    font-weight: 900;
    font-size: 18px;
    padding: 0px 4px;
}

.price-total span {
    color: var(--main-color);
}

td strong {
    font-family: none;
}

.Material-info {
    text-align: center;
}

.Material-info .size {
    text-align: revert;
    /* padding: 0px 0px 0px 0px; */
    font-size: 12px;
    color: var(--main-color);
}

@media(max-width:570px) {
    .img-gallary .small-img {
        width: 130px;
    }

    .img-gallary .large-img {
        height: 300px;
    }
}

@media(max-width:450px) {
    .img-gallary .small-img {
        /* width: 122px; */
        /* height: 122px; */
    }

    .img-gallary .large-img {
        height: 300px;
    }
}

@media(max-width:320px) {
    .img-gallary .small-img {
        width: 100px;
        height: 100px;
    }

    .img-gallary .large-img {
        height: 250px;
        width: 250px;
    }
}

@media(max-width:270px) {
    .img-gallary .small-img {
        width: 70px;
        height: 70px;
    }
}

@media(max-width:240px) {
    .img-gallary .small-img {
        width: 60px;
        height: 60px;
    }
}


/*  */


/*  */

footer strong {
    color: var(--third-color);
    font-weight: 900;
}

footer .btn-get-started {
    color: var(--third-color);
    border-color: var(--third-color);
    font-weight: 700;

}

footer .btn-get-started:hover {
    color: #e38c53;
    border-color: #e38c53;
}

.scale_hovering {
    transform: scale(1);
    transition: .5s;
}

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


.copyright strong,
.copyright {
    color: white;
    word-spacing: 1px;
}

.btn-post {
    text-align: -webkit-left;
}

.payment-info h4,
.payment-info h5 {
    color: var(--fourth-color);
}

.total span {
    font-size: 24px;
    color: var(--main-color);
}

.owl-carousel .owl-stage-outer {
    text-align: center;
}


/*  */


/*  */

.watch-else h3 {
    font-size: 25px;
    text-align: right;
    color: var(--main-color);
    font-weight: 600;
}

.watch-else .watch-prod {
    width: 225px !important;
    text-align: right;
    padding: 5px 16px;
    margin: 25px AUTO;
    border: 2px solid var(--bg2-color);
    padding: 0;
    position: relative;
}

.watch-prod img {
    width: 246px;
    padding: 10px;
    height: 246px;
}

.watch-else .watch-prod .watch-info {
    padding: 4px 3px 4px 7px;
}

.watch-else .watch-prod .watch-info h6 a {
    color: var(--main1-color);
    font-size: 14px;
    font-weight: 500;
    padding-right: 4px;
}

.watch-else .watch-prod .watch-info h6 a:hover {
    color: var(--main-color);
}

.watch-else .watch-prod .watch-info .stars i {
    color: var(--main1-color);
    font-size: 11px;
}

.watch-else .watch-prod .watch-info .price {
    font-size: 14px;
    /* font-weight: 600; */
    color: var(--main-color);
    margin-top: 13px;
    margin-bottom: 0;
}

.watch-else .watch-prod .watch-info .info {
    font-size: 15px;
    color: var(--gray);
}


/* responsive */

@media(width:1024px) {
    #header .logo {
        font-size: 21px;
        text-align: center;
        padding: 0;
    }
}

@media(max-width:450px) {

    .price-info h4,
    .price-info h5 {
        font-size: 16px;
    }

    .price-info span,
    .price-info .payment-info .paym-con p,
    .watch-else .watch-prod .watch-info .info {
        font-size: 12px;
    }

    .price-info .price-total h5,
    .blog .entry h2 {
        font-size: 17px !important;
    }


    .choose-us .ch-right .ch-txt h5,
    .watch-else h3,
    .quetions .reply-form h4 {
        font-size: 20px;
    }

    .choose-us .ch-right .ch-txt p,
    .features .icon-box h3 a {
        font-size: 12px;
    }

    .p-about,
    .choose-us .ch-right .ch-info h6 {
        font-size: 12px;
    }

    .choose-us .ch-left img {
        height: 18rem;
        margin-left: 40px;
    }

    .blog .entry .entry-content blockquote p,
    .watch-else .watch-prod .watch-info h6 a,
    .watch-else .watch-prod .watch-info .price,
    .Installing-ul li,
    .Material-info li {
        font-size: 14px;
    }

    .choose-us .ch-right .ch-info img {
        width: 50px;
        height: 50px;
    }

    .features .main-icon-box img {
        width: 25px;
        height: 25px;
    }
}

@media(max-width:320px) {

    .section-title h2,
    .section__title[data-v-cc3d6c36],
    .blog .entry .entry-content blockquote .quote-right,
    .blog .entry .entry-content blockquote .quote-left,
    .w-sales .header-sales .in-count1,
    .w-sales .header-sales h2 {
        font-size: 20px;
    }

    #footer .footer-top .footer-contact h3,
    #footer .footer-newsletter h4,
    .watch-else h3,
    .quetions .reply-form h4 {
        font-size: 15px;
    }

    #footer .footer-top .footer-links ul a,
    #footer .footer-top .footer-contact a,
    .copyright,
    .blog .blog-comments .reply-form p,
    .watch-else .watch-prod .watch-info .info {
        font-size: 11px;
    }

    .blog .entry .entry-meta a {
        font-size: 8px;
    }

    .blog .entry .entry-content p,
    .w-sales .header-sales .in-count2,
    .advantag h6,
    .features .icon-box h3 a {
        font-size: 10px;
    }

    .blog .entry .entry-content h3,
    .blog .blog-comments .reply-form .btn-primary,
    .breadcrumb .default-breadcrumb li.crumb a,
    .watch-else .watch-prod .watch-info h6 a,
    .watch-else .watch-prod .watch-info .price,
    .blog .entry h2 {
        font-size: 13px;
    }

    #header .logo,
    .blog .blog-comments .comments-count,
    .blog .blog-comments .reply-form h4,
    .blog .sidebar .sidebar-title,
    .w-sales .in-box .box-info .price,
    .w-sales .in-box .box-info .price-1,
    .w-sales .in-box .box-info .price-2,
    .w-sales .in-box .box-info p a {
        font-size: 15px !important;
    }

    #header .logo img {
        width: 20px;
    }

    .features .main-icon-box img {
        width: 20px;
        height: 20px;
    }

    .features .icon-box h3 a {
        font-size: 10px;
    }
}

@media(max-width:240px) {
    .blog .blog-comments .reply-form .btn-primary {
        font-size: 11px;
        padding: 8px;
        vertical-align: middle;
    }

    .features .icon-box {
        height: 130px;
    }

    .features .main-icon-box {
        padding: 0 2px;
    }

    .features .icon-box,
    .features .icon-box h3 {
        display: block;
        text-align: center;
    }

    .features .icon-box h3 a {
        font-size: 8px;
    }
}

@media(max-width:260px) {

    .veiw-price th,
    .veiw-price td {
        font-size: 7px;
        padding: 2px 0;
    }

    span.mark {
        font-size: 9px;
    }

    .blog .sidebar .sidebar-title {
        font-size: 15px;
    }
}

@media(max-width:767px) {
    .img-about {
        display: none;
    }

    .ab-us .ch-us.row {
        flex-direction: column-reverse;
        margin-top: 15px;
    }

    .watch-else h3 {
        font-size: 18px;
    }

    .watch-else .watch-prod .watch-info h6 a {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    #myresult {
        left: 0;
        top: 32%;
    }

    section {
        padding: 20px 0;
    }
}

@media(max-width:767px) {
    .totop {
        transform: translateY(-35px);
    }
}

/* why us */
.overflow_visible {
    overflow: visible;
}

.why_us {
    text-align: right;
    background-color: #FF6A00;
    color: var(--bg2-color);
    padding: 25px;
    width: 100%;
}

.why_us .ws_head h5 {
    position: relative;
    font-size: 25px;
}

.why_us .ws_head h6 {
    font-size: 20px;
}

.why_us .ws_head h5::before {
    content: " ";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 80px;
    height: 3px;
    background-color: var(--bg2-color);
}


.reset_width {
    width: 70%;
}

.whyus_btnrm {
    padding: 6px 20px;
    border: 1px solid var(--bg2-color);
    background-color: #FF6A00;
    color: var(--bg2-color);
    margin-left: 5px;
    transform: scale(1);
    transition: .7s;
}

.whyus_btnrm:hover {
    border: 1px solid var(--bg2-color);
    background-color: var(--bg2-color);
    color: var(--main1-color);
    transform: scale(1.1);
}

.whyus_btncu {
    padding: 6px 20px;
    border: 1px solid var(--bg2-color);
    background-color: var(--bg2-color);
    color: #FF6A00;
    margin-right: 7px;
    transform: scale(1);
    transition: .7s;
}

.whyus_btncu:hover {
    border: 1px solid var(--bg2-color);
    background-color: #FF6A00;
    color: var(--bg2-color);
    transform: scale(1.1);
}

.why_us .whyus_img {
    position: relative;
    width: 80%;
}

.why_us .whyus_img img {
    position: absolute;
    top: 110px;
    left: 160px;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 6px;
}

@media (min-width:768px) and (max-width:820px) {

    .add_mb {

        margin-bottom: 50px;
    }

    .why_us {
        /* padding-bottom: 240px; */
        /* margin-bottom: 50px; */
    }

    .whyus_btnrm {
        padding: 10px 15px;
    }

    .whyus_btncu {
        padding: 10px 15px;
    }

    .why_us .whyus_img {

        width: 90%;
    }

    .why_us .whyus_img img {

        top: -83px;

        transform: translate(-50%, -50%);

        left: 16%;

        width: 55%;
    }
}

@media (min-width:900px) and (max-width:912px) {

    .add_mb {

        margin-bottom: 50px;
    }

    .why_us {
        /* padding-bottom: 240px; */
        /* margin-bottom: 50px; */
    }

    .whyus_btnrm {
        padding: 10px 15px;
    }

    .whyus_btncu {
        padding: 10px 15px;
    }

    .why_us .whyus_img {

        width: 90%;
    }

    .why_us .whyus_img img {

        top: -80px;

        transform: translate(-50%, -50%);

        left: 11%;

        width: 60%;
    }
}

@media (max-width:767px) {
    .why_us {
        padding-bottom: 240px;
        /* margin-bottom: 50px; */
    }

    .whyus_btnrm {
        padding: 10px 19px;
    }

    .whyus_btncu {
        padding: 10px 19px;
    }

    .why_us .whyus_img {

        width: 90%;
    }

    .why_us .whyus_img img {

        top: 145px;

        transform: translate(-50%, -50%);

        width: 100%;

        left: 45%;

    }
}

@media (min-width:530px) and (max-width:540px) {

    .add_mb {

        margin-bottom: 50px;
    }

    .why_us {
        /* padding-bottom: 240px; */
        /* margin-bottom: 50px; */
    }

    .whyus_btnrm {
        padding: 10px 15px;
    }

    .whyus_btncu {
        padding: 10px 15px;
    }

    .why_us .whyus_img {

        width: 90%;
    }

    .why_us .whyus_img img {

        top: 150px;

        transform: translate(-50%, -50%);

        left: 42%;

        width: 80%;
    }
}

@media (min-width:270px) and (max-width:280px) {

    .add_mb {

        margin-bottom: 50px;
    }

    .why_us {
        padding-bottom: 127px;
        /* margin-bottom: 50px; */
    }

    .whyus_btnrm {
        padding: 10px 15px;
    }

    .whyus_btncu {
        padding: 10px 15px;
    }

    .why_us .whyus_img {

        width: 90%;
    }

    .why_us .whyus_img img {

        top: 100px;

        transform: translate(-50%, -50%);

        left: 42%;

        width: 100%;
    }
}

/* why us */
/* Team Meamber  */
.ourteam_head {
    color: var(--main1-color);
    position: relative;
    /* margin-bottom: 10px; */
}

.ourteam_head::before {
    content: " ";
    position: absolute;
    bottom: -8px;
    transform: translateX(-25%);
    width: 50px;
    height: 2px;
    background-color: var(--main1-color);
}

.team-img {
    margin-bottom: 10px;
}

.tm_img {
    width: 100%;
    border-radius: 6px;
}

@media (max-width:767px) {
    .tm_img {
        width: 75%;
        border-radius: 6px;
    }
}

@media (max-width:912px) and (min-width:768px) {
    .tm_img {
        width: 75%;
        border-radius: 6px;
    }
}

.team-row {
    justify-content: space-between !important;
}

.facebooke,
.twittere {
    background-color: var(--bg3-color);
    padding: 13px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 7px;
}

.team-title {
    color: var(--main1-color);
}

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

.team-details .socials a {
    color: var(--main-color);
    transition: .3s;
}

.team-details .socials a:hover {
    color: var(--main1-color);
}

/* Team Meamber  */

.pagination {
    justify-content: center;
    padding-right: 0;
}

.difr {
    color: var(--main1-color);
    transition: .3s;
}

.difr:hover {
    color: var(--fifth-color);
}

.fs-14 {
    font-size: 14px;
}

/* fb-likee */

.fb-likee {
    margin: 25px 210px;
    transform: translateY(-120%);
}

@media (max-width: 767px) {
    .fb-likee {
        margin: 15px 40px 5px;
    }
}

/* fb-likee */


/* single product */

.describtion_repad {
    padding: 0 15px;
}

/* single product */

/* company founder start */
.company_founder {
    position: relative;
}

.company_founder::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 4px;
    top: 96%;
    left: 35%;
    background-color: var(--main-color);
}

@media (max-width:767px) {
    .company_founder::before {
        width: 40%;
        top: 98%;
        left: 33%;
    }
}

.cf_title {
    color: var(--main-color);
    display: flex;
}

.cf_title span {
    margin-right: 10px;
}

.cf_p {
    line-height: 2;
}

.imgrounded {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* .imgrounded img{
    animation-name: img_animate;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: .3s;
    animation-iteration-count: 1;
}
@keyframes img_animate {
    /* from{
        transform: translateX(0px);
    }
    to{
        transform: translateX(15px);
    } 

    0%{
        transform: translateX(-50px);
        filter: blur(1px);
        
    }
    
    50%{
        transform: translateX(0);
        filter: blur(.5px);
        
    }
    
    100%{
        transform: translateX(0);
        filter: blur(0px);
    }
    
} */

.imgrounded::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    color: var(--main-color);
    top: 12px;
    left: 0;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    box-shadow: -8px 8px 4px var(--bg2-color);
}

@media (max-width:767px) {
    .imgrounded::before {

        width: 95%;

        height: 95%;

        top: 13px;

        left: 10px;

    }
}

/* company founder end */


/* chairman speech start*/
.chairman_speech {
    background: #1161AF;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.top_part {
    background: #FCFCFC;
    width: 99.3%;
    margin: auto;
    padding: 10px 15px 55px;
    position: relative;
    margin-bottom: 50px;
}

.top_part::before {
    content: " ";
    position: absolute;
    top: 94%;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: #000000;
    border: 1px solid #000000;
}

.top_part .left_head {
    padding-right: 0;
}

.top_part .left_head .mainsp {
    padding: 2px;
    color: #015AAA;
}

.top_part .left_head .mainsp img {
    width: 30.73px;
    height: 40px;
    left: 16px;
    top: 12px;
}

.top_part .left_head .mainsp a {
    color: #015AAA;
}

.row_edit {
    padding-right: 10px;
}

.left_info {}

.chairman_img {
    /* padding-left: 0;
    margin-top: -50px; */
    position: relative;
}

.chairman_img img {
    transform: rotateY(180deg);
    /* width: 100%;
    height: 100%; */
    position: absolute;
    top: -10px;
    left: 0;
}

@media (max-width:820px) and (min-width:768px) {
    .row_edit {

        flex-direction: column-reverse;
    }

    .top_part::before {
        top: 94%;
        left: 57%;
        width: 40%;
    }


    .chairman_img {
        margin-right: auto;
    }

    .chairman_img img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .row_edit {

        flex-direction: column-reverse;
    }

    .top_part .left_head {
        padding: 0px;
        z-index: 10;
    }

    .top_part .left_head .mainsp a span {}

    .left_info {
        margin-top: 105%;
    }

    .chairman_img {
        margin-right: auto;
    }

    .chairman_img img {
        transform: rotateY(180deg);
        width: 100%;
        /* height: 100%; */
    }
}

/* bottom part */
.bottom_part {
    width: 99.3%;
    margin: auto;
    padding: 10px 23px 55px;
    margin-bottom: 50px;
    color: var(--bg2-color);
}

.bottom_des h2 {

    color: var(--main1-color);
}

.bottom_info ul {
    position: relative;
    counter-reset: section;
}

.bottom_info ul::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 90%;
    right: 5px;
    top: 2px;
    background-color: var(--bg2-color);
}

.bottom_info ul li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    position: absolute;
    right: -10px;
    width: 33px;
    transform: translateY(2px);
    height: 33px;
    background-color: var(--bg2-color);
    border: 1px solid var(--bg2-color);
    border-radius: 50%;
    color: var(--main-color);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.p_as_h {

    font-size: 1.3em;

    font-weight: bold;

    margin-bottom: 0;
}

.bottom_img {}

.bottom_img img {
    box-shadow: -9px -12px 2px 11px var(--blue);
    border-radius: 50%;
    transform: translate(-30%, 36%);
}


@media (max-width:820px) and (min-width:768px) {
    .bottom_img img {

        transform: translate(-30%, 64%);
    }
}

@media (max-width:767px) {
    .top_part::before {

        top: 98%;
        left: 30%;
    }

    .row_enhance {

        flex-direction: column-reverse;
    }

    .bottom_img {}

    .bottom_img img {
        box-shadow: -9px -12px 2px 11px var(--blue);
        border-radius: 50%;
        transform: translate(-32%, 0%);
    }

    .bottom_des {

        margin-top: 10px;
    }
}

/* bottom part */
/* chairman speech end*/


/* substring_certificate */

.substring_certificate {
    overflow: hidden;
    height: 75px;
    display: inline-block;
    margin-bottom: 3px;
}

/* substring_certificate */

.mb-close {
    margin-bottom: -55px
}

.mt_close {
    margin-top: -55px;
}

@media (max-width:767px) {
    .mt_close {
        font-size: 160px;
    }
}

/* statistics */
.stats-container {
    background: white;
    padding: 42px;
    border-radius: 35px;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* max-width: 930px; */
    margin: auto;
}

.stat-item {
    /* border-right: 2px solid #ddd; */
    padding: 15px;
}

/* .stat-item:last-child {
    border-right: none;
} */
.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: #4EA8FF;
}

.stat-number span {
    color: black;
}

.stat-label {
    font-size: 18px;
    color: #555;
}

/* certificates */
.certificates {
    background-color: #fff;
}

.certificates .box {
    width: 100%;
}

.certificates .hed-box {
    display: flex;
    align-items: center;
}

.certificates .hed-box p {
    font-size: 20px;
    position: relative;
    padding-right: 3px;
    font-weight: bold;
}

.certificates .hed-box .counter-box {
    position: relative;
}

.certificates .hed-box .counter-box img {
    width: 40px;
    height: auto;
}

.certificates .hed-box .counter-box .counter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: unset;
}

.certificates .box-img {
    background-color: #138bf3d4;
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}

.certificates .box-img img {
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    left: 20px;
    top: -17px;
    width: 100% !important;
    height: 300px;
    object-fit: scale-down;
    aspect-ratio: 1/1;
    padding: 5px;
}

.box-contant {
    display: flex !important;
    justify-content: center !important;
}