h3.ptitle {
    color: #FA7D09;
    font-weight: 500;
    direction: rtl;
    margin-top: 30px;
    font-size: 22px
}

p.aboutpa {
    max-width: 100%;
    font-size: 14px;
    color: #A7A7A7;
    width: 500px;
    direction: rtl;
    margin-top: 30px;
    line-height: 24px;
    text-align: justify;
}

@media (max-width: 1199px) {
    .about-items {
        max-width: 85%;
    }

}

@media (max-width: 991px) {


    .content-about {
        padding-bottom: 40px;
        margin-inline-start: 0;
    }

    p.aboutp {
        width: 620px;
    }

    .about-items {
        width: 550px;
        padding-bottom: 40px;
    }
}

@media (max-width: 415px) {


    h3.ptitle {
        font-size: 17px;
        margin-top: 0;
    }

    p.aboutp {
        font-size: 14px;
    }

    p.aboutp {
        margin-inline-start: 15px;
        max-width: 95%;
    }

    .about-items {
        margin-inline-start: 50px;
        max-width: 95%;
    }

    .aitem1, .aitem2, .aitem3 {
        font-size: 13px;
    }

    .itemm {
        width: 90%;
    }
}


.card {
    border-radius: 0 !important;
    border: 1px solid #025664;
    margin-bottom: 18px;
    position: relative;
}

.card::before {
    width: 0;
    height: 0;
    border-bottom: 17px solid #025664;
    border-inline-end: 17px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.card-header h5 {
    font-size: 16px;
    color: #025664 !important;
    text-decoration: none;
}

.btn-link {
    font-size: 16px;
    color: #025664 !important;
    position: relative;
}

.card-body {
    color: #6D6D6d;
    font-size: 15px;
    line-height: 30px;
    padding-top: 0;
}

.card-header {
    border-radius: 0 !important;
    background: none;
    border-bottom: none;
}

.collapsed .open-icons {
    display: none !important;
}

.btn-link:not(.collapsed) .close-icons {
    display: none !important;
}

#accordion button.btn-link {
    display: flex;
}

#accordion button.btn-link svg {
    margin-inline-end: 10px;
}

.achline1 img {
    width: 70px;
    height: 80px;
}

.customer-text::after {
    content: '+';
}

.medals-span {
    white-space: nowrap;
}

.Achievements {
    opacity: 100%;
}

.achline1 svg {
    min-width: 60px;
    width: 60px;
    font-size: 45px;
}

.Achievements {
    margin-top: 30px;
    z-index: 2;
    position: relative;
}

.Achievements-content2 {
    width: 122%;
    opacity: 90%;
    width: 358px;
    padding-inline-start: 27px;
    padding-inline-end: 82px;
    padding-top: 35px;
}

.achline1 {
    display: flex;
    width: 35%;
}

.leftach1 {
    display: block;
    text-align: right;
    margin-bottom: 60px;
    padding-inline-start: 35px;
}

.Achievements a {
    display: block;
    margin-bottom: 10px;
    color: white !important;
    font-size: 35px;
}

.Achievements span {
    color: white;
    font-size: 22px;
}

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

    .Achievements {
        margin-top: 100px;
    }

    .Achievements-content2 {
        right: 0;
        position: relative;
        top: 0;
        width: 700px;
        margin-bottom: -60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .achresponsive1 {
        height: 100%;
    }

    .achline1 {
        color: #EFEFEF;
        font-size: 18px;
        direction: rtl;
        margin-inline-start: 80px;
        margin-top: 10px;
        transition: 0.5s;
    }
}

@media (max-width: 575px) {
    .Achievements-content2 {
        right: 50%;
        position: relative;
        top: 0;
        width: 80%;
        margin-bottom: -60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        transform: translateX(50%);
    }
}

.post-thumbnail img {
    object-fit: cover;
}

.article-box1 img {
    height: 250px;
}

.last-article {
    position: relative;
    width: 100%;
}

.article-box1 {
    background: #fff;
    border: 0.5px solid #025664;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}

.article-box1::before {
    border-bottom: 25px solid #025664;
    border-left: 25px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.active::before {
    border-bottom-color: #fa7d09 !important;
}

.active::after {
    border-top-color: #fa7d09 !important;
}

.active {
    border-color: #fa7d09 !important;
}

a.article-span {
    color: #7E7E7E;
    font-size: 15px;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    margin-top: 28px;
    margin-inline-start: 20px;
    position: relative;
}

.article-box1 p {
    font-size: 14px;
    color: #A7A7A7;
    width: 90%;
    line-height: 22px;
    margin-top: 24px;
    margin-inline-start: 15px;
    height: 65px;
}

hr.adown {
    margin-top: 30px !important;
    width: 100%;
    right: 0;
}

.article-info {
    display: flex;
    justify-content: space-between;
}

.right-of-artinfo {
    position: relative;
    display: flex;
    width: 50%;
    padding: 10px 0;
}

.date-info {
    display: flex;
}

.date-info {
    margin-inline-start: 20px;
    color: #025664 !important;
    font-size: 12px;
}

.the-date-box {
    color: #a7a7a7;
    margin-inline-start: 10px;
}

.left-of-artinfo {
    position: relative;
    width: 50%;
    border-inline-start: 1px solid #eee;

    padding: 10px 0;

}

.next-info {
    color: #025664 !important;
    font-size: 12px;
    position: relative;
    transition: 0.3s;
    right: 30px;
}



.article-box1::after {
    border-bottom: 25px solid #025664;
    border-right: 25px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.article-box1:hover::after {
    border-bottom: 25px solid #fa7d09;
}

.article-box1:hover .next-info::after {
    transform: translate(0px, 0);
    opacity: 1;
}

.article-box1:hover .next-info {
    padding-inline-start: 0;
    right: 15px;
}

.article-box1:hover a.article-span {
    color: #025664;
    margin-inline-start: 30px;
}

.article-box1:hover::before {
    border-bottom: 25px solid #fa7d09;
}

.article-box1:hover {
    border: 0.5px solid #fa7d09;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.slider-article button.owl-prev span {
    position: absolute;
    right: -8px;
    background: rgba(112, 112, 112, 0.25);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    bottom: 45%;
    transform: translateY(-50%);
    font-size: 40px;
    top: 50%;
}

.slider-article button.owl-next span {
    position: absolute;
    left: 14px;
    background: rgba(112, 112, 112, 0.25);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    bottom: 45%;
    transform: translateY(-50%);
    font-size: 40px;
    top: 50%;
}

.box-article-2 {
    transition: .3s;
}

.box-article-2:hover {
    transform: translateY(-20px);
}

.box-article-2 img {
    transition: .3s;
    width: 100%;
}

.box-article-2:hover img {
    transform: scale(1.1);
}

.info_article {
    display: flex;
    padding: 13px;
    margin: -30px 30px 0 30px;
    justify-content: center;
    align-items: center;
    z-index: 23;
    position: relative;
}

.button_box {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 30px;
    padding: 0px 0 10px 15px;
}

.button_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.button_box a svg {
    margin: 0 5px;
}

/* .owl-carousel .owl-stage-outer{
    overflow: visible !important;
} */
.image-article {
    width: 100%;
    height: 230px;
    display: inline-block;
    overflow: hidden;
}

.div_space {
    margin: 0 10px;
}

.article-span {
    transition: .3s;
}

.button_portfolio svg {
    font-size: 25px !important;
}

#back {
    cursor: pointer;
    display: none;
    margin: 0 0 0 0;
    position: fixed;
    bottom: 10px;
    padding: 10px;
    text-align: center;
    background-color: #000;
    z-index: 1000;
    text-align: center;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 639;
    width: 50px;
    height: 50px;
    justify-content: center;
    opacity: 1;
}

#back:hover {
    background-image: linear-gradient(to bottom, #025664, #0393AB);
    opacity: 1;
}

.back-icon-up {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.brand-slider img {
    height: 125px;
    object-fit: contain;

}

.brand-sliderltr img {
    height: 125px;
    object-fit: contain;
}

.header-background img {
    height: 385px !important;
    width: 100%;
    object-fit: cover;
}

.header-background {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.informationtabhead {
    position: absolute;
    bottom: 50px;
}

.navbari1 {
    padding-bottom: 30px;
}

.navbari1 a {
    font-size: 20px;
    color: #fff !important;
}

.bottom-of-info {
    display: flex;
}

.navbari2 a {
    color: #A7B7CE !important;
    font-size: 15px;
}

.breadcrumbs {
    color: #FA7D09;
    margin-inline-start: 7px;
    font-size: 15px;
}

.navbari2 a {
    color: #A7B7CE !important;
    font-size: 15px;
}

.navbari2 a {
    color: #A7B7CE !important;
    font-size: 15px;
}

.onpic .get-tell-button {
    position: absolute;
    transform: translate(50%);
    right: 50%;
}

.inline {
    width: auto;
}

.fixed {
    width: 100% !important;
}

.left {
    display: flex;
    justify-content: left;
}

.right {
    display: flex;
    justify-content: right;
}

.center {
    display: flex;
    justify-content: center;
}

a.get-tell-button::before {

    border-top: 16px solid #025466;
    border-left: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 1;
}

a.get-tell-button span {
    transition: 0.3s;
}

.morabaa {
    left: -17px;
    top: -7px;
    border: none;
    width: 80px;
    height: 80px;
    transform: rotate(45deg) translate(-20px, 53px);
    background: #025664;
    z-index: 2;
    opacity: 1;
    position: absolute;
    transition: 0.3s;
}

a.get-tell-button::after {
    content: url(../images/icon-left.svg);
    position: absolute;
    left: -15px;
    bottom: 2px;
    transition: 0.3s;
}

a.get-tell-button:hover::after {
    bottom: 2px;
    left: 7px;
    border: none;
    z-index: 3;
}

a.get-tell-button {
    height: 45px;
    padding-inline-end: 40px;
    padding-inline-start: 40px;
    background: white;
    color: #025664 !important;
    font-size: 16px;
    text-align: center;
    padding-top: 12px;
    position: relative;
    border: 2px solid #025664;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
}

a.get-tell-button:hover {
    border-color: #fa7d09;
    color: #fa7d09 !important;
}

a.get-tell-button:hover::before {
    transform: translateX(50px);
    opacity: 0;
}

a.get-tell-button:hover span {
    margin-inline-end: 15px;
    margin-inline-start: -15px;
}

a.get-tell-button:hover .morabaa {
    transform: rotate(66deg) translate(0, 33px);
    opacity: 1;
    background: #fa7d09;
}

.send-comment:hover .morabaa {
    transform: rotate(66deg) translate(0, 15px);
    opacity: 1;
    background: #FA7D09;
}

.categorysidebox ul li {
    border: 1px solid #E6E6E6;
    width: 100%;
    height: 53px;
    align-items: center;
    padding-inline-start: 23px;
    padding-inline-end: 20px;
    margin-top: 8px;
    color: #A7A7A7;
    transition: 0.3s;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.categorysidebox ul li::before {
    content: '';
    position: absolute;
    border-top: 20px solid #E6E6E6;
    border-left: 15px solid transparent;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.categorysidebox ul li a {
    display: flex;
    transition: 0.3s;
    justify-content: space-between;
    color: #A7A7A7 !important;
    position: relative;
}

.categorysidebox ul li a::before {
    content: url(../images/subtraction2.svg);
    position: absolute;
    right: -15px;
    transform: translateX(0px);
    opacity: 0;
    transition: 0.3s;
}

.categorysidebox ul li:hover::before {
    border-top: 20px solid #025664;
}

.categorysidebox ul li:hover a {
    color: #025664 !important;
    margin-inline-start: 15px;
}

.categorysidebox ul li:hover a::before {
    transform: translateX(0px);
    opacity: 1;
}


p.no-reviews {
    margin-top: 30px;
}

.send-comment:hover::after {
    content: url(../images/icon-left.svg);
    bottom: 2px;
    left: 7px;
    border: none;
    z-index: 3;
}

button#submit {
    position: relative;
    background: white;
    border: 1px solid #025664;
    padding: 13px 25px;
    overflow: hidden;
    transition: 0.3s;
    color: #025664;
}

button#submit::before {
    border-top: 16px solid #025466;
    border-left: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 1;
}

button#submit:hover .morabaa {
    transform: rotate(70deg) translate(0, 30px);
    background: #fa7d09;
}

button#submit:hover::before {
    transform: translateX(50px);
}

button#submit:hover {
    border-color: #fa7d09;
    color: #fa7d09;
    padding: 13px 25px;
    padding-left: 39px;
    padding-right: 11px;
}

button#submit::after {
    content: url(../images/icon-left.svg);
    position: absolute;
    left: -15px;
    bottom: 2px;
    transition: 0.3s;
    z-index: 5;
}

button#submit:hover::after {
    left: 10px;
}

.signup img {
    width: 552px;
    height: 378px;
    object-fit: cover;
}

.icon-rotate svg {
    transform: rotate(-90deg);
    width: 35px;
    font-size: 30px;
}

.sidetab {
    display: block !important;
}

#sidess {
    display: none;
}

@media (max-width: 991px) {
    .signup {
        display: none;
    }
}

.contacttt {
    display: flex;
    align-items: last baseline;
}

.span-key {
    color: #87A8DC;
    font-size: 13px;
    margin-bottom: 35px;
    margin-top: 15px;
    display: block;
}

.about-content-svg svg {
    font-size: 35px;
}

.about-content-svg {
    background: white;
    border: 1px solid #fa7d09;
    width: 55px;
    height: 55px;
    min-width: 55px;
    display: flex;
    align-items: center;
}

.phone-content {
    margin-inline-start: 24px;
}

.span-key {
    color: #87A8DC;
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 15px;
}

.customer-comments {
    height: 256px;
    background: #fff;
    margin-inline-end: 25px;
    transition: 0.3s;
    padding: 20px 20px;
    width: 100%;
}

.customer-comments::after {
    width: 0;
    height: 0;
    border-top: 76px solid #fa7d09;
    border-left: 60px solid transparent;
    content: '';
    position: absolute;
    /*transition: 0;*/
    right: 0;
    top: 0;
}

.comment-slider div.owl-dots {
    display: flex;
    align-items: center;
}

.customer-comments:hover {
    box-shadow: 0 12px 13px 2px #03343c;
}

.comment-slider svg.qoute {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
}

.comment-slider a.comment-name {
    font-size: 17px;
    color: #025664;
    display: block;
}

.comment-slider span.comment-post {
    font-size: 15px;
    color: #A7A7A7;
    margin-top: 10px;
    display: block;
    white-space: nowrap;
}

.right-top-comment {
    margin-top: 15px;
    margin-inline-start: 25px;
}

.top-of-comment {
    display: flex;
    justify-content: space-between;
}

.comment-slider img.commenter-img {
    top: 33px;
    border: 1px solid #C4C4C4;
    width: 59px;
    margin-top: 5px;
}

.comment-slider .comment {
    color: #7E7E7E;
    margin-top: 30px;
    line-height: 25px;
}

.comment-area {
    position: relative;
    right: 0;
    display: inline-flex;
    top: 0;
    width: 100%;
}

.comment-slider {
    direction: rtl;
}

.comment-slider button.owl-next {
    display: none;
}

.comment-slider button.owl-prev {
    display: none;
}

.left-top-comment img {
    width: 60px !important;
    height: 60px !important;
}

.support {
    display: none !important;
}

.support-box-open {
    display: block !important;
}

.support-form label {
    color: #d6d6d6;
}

.support-form label span input, .support-form p {
    margin-top: 10px;
}

.support-form {
    height: 250px;
    overflow-y: auto;

}

.support-box-all {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.icon-of-support svg {
    width: 30px;
}

.support-form input[type=submit] {
    margin-top: 15px;
    background: #fa7d09;
    color: white;
    cursor: pointer;
}

.icon-of-support {

    text-align: center;
}

.active {
    display: block;

}

.deactive {
    display: none;
}

.support svg {
    font-size: 25px;
    width: 30px;
}

.content-top-support span {
    margin-inline-start: 15px;
}

.icon-of-support {
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.icon-of-support {
    width: 50px;
    height: 50px;
}

.support-box-all {
    display: none;
}

#supportp {
    width: 356px;
    max-width: 330px;
}

.top-of-support-box {
    width: 100%;
}

.support-box {
    width: 100%;
}

.float-back {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;

}

.show1 {
    opacity: 0.5;
    visibility: visible;
}

@media (max-width: 575px) {
    #supportp {
        position: absolute;
        right: -70px;
        bottom: 60px;
        width: 356px;
        max-width: 330px;
    }
}

.slider-header div.owl-dots {
    display: flex;
    align-items: center;
}

.slider-header .item img {
    width: 100%;
    height: 670px;
}

.slider-header .item .cover {
    width: 100%;
    height: 100%;
    background: red;
    position: absolute;
    left: 0;
    top: 0;

}

.onpic .get-tell-button {
    white-space: nowrap;
    margin-top: 30px;
}

span.slider-spans::after {
    content: '\f107';
    position: absolute;
    color: #FF4301;
    right: 50%;
    top: 52px;
    font-weight: 900;
    transform: translateX(50%);
    font-family: 'Font Awesome 5 free';
}

.headerp {
    color: #fff;


    font-size: 18px;
    direction: rtl;
    line-height: 35px;
    text-align: center;
    margin-top: 70px;
}

span.slider-spans {
    background: rgba(250, 125, 9, 0.4);
    color: #fff;
    font-size: 30px;
    padding: 30px 25px 30px 25px;
    white-space: nowrap;
}

.onpic {
    position: absolute;
    right: 50%;
    transform: translate(50%);
    top: 50%;
    text-align: center;
    z-index: 5;
}

.item {
    position: relative;
}

@media (max-width: 575px) {

    span.slider-spans {
        top: 30%;
    }

}

@media (max-width: 415px) {

    .slider-header .item img {
        height: 610px;
    }

    .headerp {
        width: 100%;
    }

    span.slider-spans {

        top: 15%;

    }

    .slider-header .item img {
        height: 500px;
    }
}

span.views {
    font-size: 13px;
    color: #777777;
    padding-right: 10px;
}

.horizental.all-information span {
    border-inline-end: 1px solid #DEDEDE;
}

.horizental.all-information span:last-child {
    border-inline-end-color: transparent !important;
}

.vertical.all-information span {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 50px;
    display: inline-block;
}

.vertical {
    display: block !important;
}

.horizental {
    display: flex !important;
    width: calc(100% + 40px);
}

.all-information.horizental > .article-tags {
    display: flex;
    justify-content: start;
    width: 100%;
}

.admin-of-article span, .date-of-article span {
    padding-inline-end: 10px;
    font-size: 13px;
    color: #777777;
    padding-inline-start: 10px;
}

.date-of-article, .admin-of-article {
    padding-inline-end: 10px;
}

.admin-of-article, .view-of-article, .date-of-article {
    display: flex;
    align-items: center;
}

.view-of-article span {
    font-size: 13px;
    color: #777777;
    padding-inline-start: 10px;
}

.right-of-catandshare span {
    font-size: 16px;
    color: #025664;
}

.right-of-catandshare ul {
    display: flex;
}

.right-of-catandshare a {
    color: #777777 !important;
    font-size: 13px;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    transition: 0.3s;
}

.article-tags {

    width: calc(100% + 0);
    background: #f6f6f6;
    display: flex;
    align-items: center;
    margin-right: -20px;
    margin-bottom: -10px;
    padding: 10px 20px;
}

.article-tags span {
    color: #777777;
    font-size: 16px;
    white-space: nowrap;
}

.tags-box {
    display: flex;
    color: #A7B7CE;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
    height: 40px;

}

.article-tags p {
    white-space: nowrap;
}

.tags-box ul {
    display: flex;
    height: 40px;
    padding-top: 15px;

}

.tags-box ul li {
    transition: 0.3s;

}

.tags-box a {
    margin-inline-start: 15px;
    border: 1px solid #DEDEDE;
    color: #AFB7C2 !important;
    font-size: 15px;
    padding: 4px 12px;
    margin-inline-end: 10px;
    background: white;
    transition: 0.3s;

}

.aitem1:hover a.item1 {
    color: #fa7d09 !important;
}

a.item1 {
    transition: 0.3s;
}

.aitem1 {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    cursor: default;
    align-items: center;
}

.itemm {
    margin-bottom: 20px;
}

.item-clicker {

    color: #025664;
    font-size: 18px;
    border: 1.5px solid #fa7d09;
    width: 40px;
    font-weight: 400;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin-inline-end: 20px;
    position: relative;
}

.aitem1:hover div.item-clicker {
    border-color: #025664 !important;
    padding-inline-start: 22px;
    padding-inline-end: 8px;
}

.item-clicker::before {
    width: 0;
    height: 0;
    border-bottom: 15px solid #fa7d09;
    border-left: 15px solid transparent;
    content: '';
    position: absolute;
    right: -0.5px;
    bottom: -0.5px;
    transition: 0.3s;
}

.aitem1:hover div.item-clicker::before {
    border-bottom: 20px solid #025664;
    border-left: 20px solid transparent;
}

.about-items {
    color: #A7A7A7;
    font-size: 16px;
    width: 100%;
    direction: rtl;
    text-align: justify;
    line-height: 30px;
    position: relative;

}

.article-box1 img {
    height: 250px;
}

.last-article {
    position: relative;
    width: 100%;


}

.slider-article .owl-dots {
    display: flex;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
    bottom: 7px;
}

.article-box1 {
    background: #fff;
    border: 0.5px solid #025664;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-top: 20px;
    transform: translateY(0px);
    margin-right: 0.5px;
}

.article-box1::before {
    border-bottom: 25px solid #025664;
    border-left: 25px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

a.article-span {
    color: #7E7E7E;
    font-size: 15px;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    margin-top: 28px;
    margin-inline-start: 20px;
    position: relative;
}

.article-box1 p {
    font-size: 14px;
    color: #A7A7A7;
    width: 90%;
    line-height: 22px;
    margin-top: 24px;
    margin-inline-start: 15px;
    height: 63px;
}

hr.adown {
    margin-top: 30px !important;
    width: 100%;
    right: 0;
}

.article-info {
    display: flex;
    justify-content: space-between;
}

.right-of-artinfo {
    position: relative;
    display: flex;
    width: 50%;
    padding: 10px 0;
}

.date-info {
    display: flex;
}

.date-info {
    margin-inline-start: 20px;
    color: #025664 !important;
    font-size: 12px;
}

.the-date-box {
    color: #a7a7a7;
    margin-inline-start: 10px;
}

.left-of-artinfo {
    position: relative;
    width: 50%;
    border-right: 1px solid #eee;

    padding: 10px 0;

}

.next-info {
    color: #025664 !important;
    font-size: 12px;
    position: relative;
    transition: 0.3s;
    right: 30px;
}

.next-info::after {
    content: url(../images/subtraction-21.svg);
    opacity: 0;
    left: -6px;
    top: 4px;
    position: absolute;
}

.article-box1::after {
    border-bottom: 25px solid #025664;
    border-right: 25px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.article-box1:hover::after {
    border-bottom: 25px solid #fa7d09;
}

.article-box1:hover .next-info::after {
    transform: translate(0px, 0);
    opacity: 1;
}

.article-box1:hover .next-info {
    padding-inline-start: 0;
    right: 15px;
}

.article-box1:hover a.article-span {
    color: #025664;
    margin-inline-start: 30px;
}

.article-box1:hover::before {
    border-bottom: 25px solid #fa7d09;
}

.article-box1:hover {
    border: 0.5px solid #fa7d09;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
}

.slider-article button.owl-prev span {
    position: absolute;
    right: -18px;
    background: rgba(112, 112, 112, 0.25);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    bottom: 45%;
    transform: translateY(-50%);
    font-size: 40px;
    top: 50%;
}

.slider-article button.owl-next span {
    position: absolute;
    left: -15px;
    background: rgba(112, 112, 112, 0.25);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    bottom: 45%;
    transform: translateY(-50%);
    font-size: 40px;
    top: 50%;
}

.slider-article .disabled {
    display: none !important;
}

@media (max-width: 991px) {
    .slider-project div.owl-dots {
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 767px) {
    .slider-article button.owl-prev span {
        display: none;
    }

    .slider-article button.owl-next span {
        display: none;
    }
}

@media (max-width: 575px) {
    .last-article .slider-article {
        right: 95px;
    }
}

@media (max-width: 415px) {
    .last-article .slider-article {
        right: 50%;
        transform: translateX(50%);

    }
}

.Projects-box {
    width: 100%;
    display: flex;
    left: 0;
    position: relative;
    padding: 0 20px;
    padding-bottom: 0;
}


.slider-project div.owl-dots {

    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;

}

.slider-project button.owl-prev span {
    position: absolute;
    right: -18px;
    background: rgba(112, 112, 112, 0.25);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
}

.slider-project button.owl-next span {
    position: absolute;
    left: -18px;
    background: rgba(112, 112, 112, 0.25);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
}

.project-box1 {
    background: #fff;
    border: 0.5px solid #025664;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    margin-inline-start: 0.5px;
    transition: 0.3s;
    margin-top: 35px;
}

.project-box1:hover {
    margin-top: 10px;
    border: 0.5px solid #fa7d09;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.project-box1::before {
    border-bottom: 25px solid #025664;
    border-left: 25px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.project-box1:hover::before {
    border-bottom: 25px solid #fa7d09;
}

.projectboxcontent {
    color: #025664 !important;
    font-size: 12px;
    margin-inline-start: 18px;
    margin-top: 20px;
    display: block;
    margin-inline-start: 10px;
}

hr.adown {
    margin-top: 30px !important;
    width: 100%;
    right: 0;
}

.project-info {
    display: flex;
    justify-content: space-between;
}

.right-of-info {
    position: relative;
    display: flex;
    width: 50%;
    padding: 10px 0;
}

.time-info {
    display: flex;
}

.time-info {
    margin-inline-start: 20px;
    color: #025664 !important;
    font-size: 12px;
}

.the-date-box {
    color: #a7a7a7;
    margin-inline-start: 10px;
}

.left-of-info {
    position: relative;
    width: 50%;
    padding: 10px 0;
}

.right-of-cusinfo {
    width: 1px;
    background: #eeeeee;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.customer-info {
    padding-inline-start: 10px;
    color: #025664 !important;
    font-size: 12px;
    position: relative;
    display: flex;
}

.project-box1::after {
    border-bottom: 25px solid #025664;
    border-right: 25px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.project-box1:hover::after {
    border-bottom: 25px solid #fa7d09;
}

.project-box1 img {
    height: 250px;
}

.project-box1:hover img {
    transform: scalex(1);
}

.project-box1:hover .project-box-picture img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.project-box-picture img {
    transition: 0.3s;
}

.project-box-picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.last-project-menu {
    position: absolute;
    width: 100%;
    top: -50px;
}

.last-project-menu ul {
    display: flex;
    color: #A7B7CE;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    align-items: center;
    overflow-y: hidden;
}

.last-project-menu ul li {
    text-align: center;
    transition: 0.5s;
    margin-inline-end: 25px;
    font-size: 14px;
}

.slider-project .disabled {
    display: none !important;
}

.last-side-article ul li {
    padding-inline-start: 10px;
    padding-inline-end: 20px;
    transition: 0.3s;
}

.last-side-article ul li {
    display: flex;
    align-items: center;
}


.last-side-article ul li {
    border: 1px solid #E6E6E6;
    width: 100%;
    height: 96px;
    margin-top: 8px;
    position: relative;
}

.last-side-article ul li::before {
    content: '';
    position: absolute;
    border-top: 20px solid #E6E6E6;
    border-left: 15px solid transparent;
    right: 0;
    top: 0;
    transition: 0.3s;
}

.last-side-article ul li img {
    max-width: 74px;
    min-height: 74px;
    height: 74px;
    margin-inline-end: 10px;
    border: 1px solid #E6E6E6;
}

.p-sideart {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.p-sideart p {
    color: #6D6D6D;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 3px;
    width: 100%;
    max-height: 65px;
    overflow: hidden;
}

.price_product del span {
    opacity: 0.7;
}

.down-sideart {
    display: flex;
    justify-content: space-between;
}

a.arttime {
    color: #A7A7A7 !important;
    font-size: 10px;
}

a.next-view {
    font-size: 13px;
    color: #E6E6E6;
    position: relative;
}

.last-side-article ul li:hover {
    border-color: #025664;
}

.last-side-article ul li:hover::before {
    border-top: 20px solid #025664;
}

.last-side-article ul li:hover a.next-view {
    color: #025664;
}

.last-side-article ul li:hover a.next-view::before {
    transform: translateX(0px);
    opacity: 1;
}

.last-side-article ul li a.next-view::before {
    content: url(../images/subtraction2.svg);
    position: absolute;
    left: -15px;
    transform: translateX(-5px);
    opacity: 0;
    transition: 0.3s;
}

.last-side-article ul li:hover a.next-view::before {
    transform: translateX(5px);
}

.iconmapsses {
    cursor: pointer;
}

.map-boxsses {
    width: 60%;
    height: 60%;
    background: white;
    position: fixed;
    top: 50%;

    right: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50%) translateY(-50%) scale(0.6);
    transition: 0.3s;
}

.map-backs {
    transition: 0.3s;
}

.map-box-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(50%) translateY(-50%) scale(1);
    z-index: 10;
}

.map-box iframe {
    width: 100%;
    height: 100%;
}

.map-backs {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: fixed;
    background: #000a;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
}

.show3 {
    opacity: 0.5;
    visibility: visible;
}

@media (max-width: 575px) {
    .map-boxsses {
        width: 80%;
    }
}

.login-page form p, .login-page form p input {
    display: block !important;
}

.login-page form p input {
    margin: 20px 0;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ECECEC;
    width: 100%;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #AFB7C2;
    padding: 12px 20px;
}

.nav-tabs .nav-link.active {
    background: none;
    color: #D61727;
    border-radius: 0;
    border: none;
    padding: 12px 20px;
    border-bottom: 1px solid #D61727;
}

.login-page form {
    margin-top: 15px !important;
}

.login-page form p label {
    color: #B4B4B4;
}

label.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
}

label.woocommerce-form__label-for-checkbox input {
    margin-left: 10px !important;
}

.login-page p.lost_password {
    margin-top: 10px !important;

}

form.register button {
    margin-top: 10px;
}

form.register p {
    color: #6d6d6d;
}

.login-page form p {
    width: 100%;
}

.login-page form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 30px;
}

.login-page form p input.woocommerce-form__input-checkbox {
    width: auto;
}

.login-page form button::after, .login-page form button::before {
    display: none !important;
}

.login-page form button {
    background: #2F5287 !important;
    color: #ffffff !important;
    width: 100%;
    border: none !important;
    padding: 20px 0 !important;
    box-shadow: 3px 3px 3px 0 rgba(47, 82, 135, 0.23);
    margin: 20px 0 !important;
    cursor: pointer;
}

.login-page form button:hover {
    border: none !important;
    color: #FFFFFF !important;
    padding: 20px 0 !important;
}

.login-page form label.woocommerce-form__label-for-checkbox::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #DEDEDE;
}

.login-page form label.woocommerce-form__label-for-checkbox span {
    margin-left: 15px;
    white-space: nowrap;
}

.login-page form p.lost_password a {
    color: #D61727 !important;
}

.vertical ul > li a {
    color: #c5c5c5 !important;
    line-height: 35px;
    transition: 0.3s;
}

.vertical {
    display: block;
}

.vertical > ul > li::before {
    content: url(../images/subtraction2.svg);
    color: #fa7d09;
    transform: translate(-5px, 0);
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    margin-top: 10px;
}

.vertical > ul > li:hover::before {
    opacity: 1;
    transform: translate(0, 0);
}


.vertical > ul > li:hover > a {
    color: #fa7d09 !important;
    margin-inline-start: 15px;
}

.vertical > ul > li > ul > li:hover a {
    color: #fa7d09 !important;

}

.footerul > ul > li {
    display: flex;
}

.footerul.vertical > ul > li {
    display: block !important;
}

.footerul.vertical > ul > li ul {
    display: none;
}

.horizental.footerul > ul > li {
    margin-inline-end: 20px;
}

.horizental.footerul > ul > li::before {
    height: 4px;
    position: absolute;
    content: '';
    width: 0;
    opacity: 0;
    background: white;
    bottom: -6px;
    z-index: 5;
    transition: 0.2s;
    right: 50%;
}

.horizental.footerul > ul > li::after {
    background: #025664;
    height: 50px;
    position: absolute;
    content: '';
    opacity: 0;
    right: 0;
    top: -3px;
    transform: translate(0, 2px);
    transition: 0.2s;
    z-index: 3;
}

.horizental.footerul > ul > li:hover::before {
    opacity: 1;
    width: 100%;
    right: 0;
}

.horizental.footerul > ul > li:hover::after {
    opacity: 1;
    height: calc(100% + 6px);
    bottom: -3px;
    transform: translate(0, 0);
}

.horizental > ul > li.current-menu-item::after, .horizental > ul > li.current_page_item::after, .horizental > ul > li.current_page_ancestor::after {
    background: #025664;
    width: 100%;
    height: calc(100% + 6px) !important;
    position: absolute;
    content: '';
    opacity: 1 !important;
    right: 0;
    top: -4px !important;
    transform: translate(0, 0);
    transition: 0.2s;
    z-index: 3;
}

.horizental > ul > li.current-menu-item:hover::after, .horizental > ul > li.current_page_item:hover::after, .horizental > ul > li.current_page_ancestor:hover::after {
    top: -4px !important;
}

.horizental > ul > li.current-menu-item::before, .horizental > ul > li.current_page_item::before, .horizental > ul > li.current_page_ancestor::before {
    height: 4px;
    position: absolute;
    content: '';
    width: 100% !important;
    opacity: 1 !important;
    background: white;
    bottom: -6px;
    z-index: 5;
    transition: 0.2s;
    right: 0 !important;
}

.horizental.footerul > ul > li a {
    z-index: 6;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white !important;
}

.horizental.footerul > ul > li {
    position: relative;
    text-align: center;
    transition: 0.5s;
    font-size: 15px;
    height: 100%;
    z-index: 3;
    padding-inline-end: 10px;
}

.horizental.footerul > ul {
    display: flex;
    direction: rtl;
    position: relative;
    height: 65px;
}


.horizental.footerul ul > li > ul {
    min-width: 200px;
    top: calc(100% + 5px);
    background: white;
    visibility: hidden;
    position: absolute;
    display: block;
    transition: 0.3s;
    color: #6D6D6D;
    opacity: 0;
    right: 0;
    padding: 0 10px;
    text-align: start;
}

.horizental.footerul > ul > li > ul > li {
    position: relative;
    padding-right: 20px;

}

.horizental.footerul > ul > li > ul > li:hover {
    background: #F6F6F6;
    color: #025664;
}

.horizental.footerul ul > li > ul > li:hover > a {
    color: #025664;
    margin-inline-start: 10px;
}

.horizental.footerul ul > li > ul > li::before {
    content: url(../images/subtraction.svg);
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 2;
    color: #025664;
    opacity: 0;
    transition: 0.3s;
}

.horizental.footerul ul > li > ul > li:hover::before {
    right: 15px;
    opacity: 1;
}

.horizental.footerul > ul > li:hover > ul {
    visibility: visible;
    z-index: 2;
    opacity: 1;
}

.horizental.footerul ul > li > ul > li a {
    line-height: 40px;
    position: relative;
    right: 0;
    transition: 0.3s;
    width: 100%;
    display: flex;
    font-size: 14px;
    text-decoration: none;
    color: #6D6D6D !important;

}


.footerul.horizental > ul > li.menu-item-has-children > a::after, .footerul.horizental > ul > li.mega-menu > li a::after {
    content: '\f107';
    margin-inline-start: 10px;
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
}

.vertical ul li ul.sub-menu {
    display: none !important;
}

.sidemenumobile {
    top: 0;
    width: 300px;
    height: 100%;
}

.logotitle img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.sidemenu ul {
    margin-top: 15px;
}

.menu-item-has-children {
    position: relative;
}

.sidemenu .menu-item-has-children::after {
    content: url('../images/icon-chevron-left.svg');
    position: absolute;
    top: 15px;
    left: 25px;
    transition: 0.3s;
}

.sidemenu ul li {
    transition: 0.3s;
}

.open-sub-menu::after {
    transform: rotate(-90deg) !important;
}

.mobilemenu-back {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.show1 {
    opacity: 0.5;
    visibility: visible;
}

.nemad-slider img {
    width: 100px !important;
    margin-inline-end: 30px;
}

.nemad-sliderltr img {
    width: 100px !important;
    margin-inline-end: 30px;
}

.nemad-sliderltr .owl-nav {
    display: none;
}


.about-pictures {
    position: relative;
    width: 375px;
    height: 375px;
}

.content-about-pics {
    position: relative;
    padding-top: 15px;
}

.content-about-pics::after {
    width: 350px;
    height: 350px;
    position: absolute;
    border: 5px solid #025664;
    content: '';
    display: inline-block;
    left: 0;
    z-index: 1;
    top: 0;
}

.content-about-pics::before {
    width: 0;
    height: 0;
    border-top: 100px solid #025664;
    border-right: 100px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
}


.about-pictures::before {
    width: 0;
    height: 0;
    border-bottom: 35px solid #fa7d09;
    border-left: 35px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 6;
    right: 5px;
    bottom: 0;
}

.picture-boxs {
    width: 510px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    direction: rtl !important;
}

.about-boxs {
    width: 120px;
    height: 120px;
    border: 1px solid #025664;
    padding: 10px 0;
    line-height: 30px;
}

.content-about-pics img {
    width: calc(100% - 15px);
    height: 350px;
    z-index: 5;
    object-fit: cover;
    position: relative;
}

.about-show {
    display: block !important;
}

.about-hidden {
    display: none !important;
}

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

.about-pictures::after {

    width: 120px;
    height: 120px;
    position: absolute;
    border: 3px solid #fa7d09;
    content: '';
    display: inline-block;
    right: -6px;
    bottom: 3px;
    z-index: 1;

}

.about-pictures::before {

    width: 0;
    height: 0;
    border-bottom: 35px solid #fa7d09;
    border-left: 35px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 6;
    right: -5px;
    bottom: 4px;

}

.about-pictures {
    top: 3px;
}

@media (max-width: 575px) {
    .about-boxs {
        position: absolute;
        left: 10px;
        z-index: 10;
        background: white;

    }

    .picture-boxs {
        width: 376px;
    }
}


.allplayer {
    transition: 0.3s;
}

.video-player {
    width: max-content;
    min-width: 400px;
    height: auto;
    position: fixed;
    z-index: 100000;
    transition: 0.3s;
    top: 50%;
    right: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(50%) translateY(-50%) scale(0.6);
    max-width: 90%;
}

.video-player video {
    width: 100%;
    height: 100%;
}

.videoplayed {
    opacity: 1;
    visibility: visible;
}

.videoplayed {
    transform: scale(1) translateX(50%) translateY(-50%);

}

.video-back {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: fixed;
    background: #000a;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
    transition: 0.3s;
}

.show2 {
    opacity: 0.5;
    visibility: visible;
}

p.player {
    border: 5px solid #025664;
    font-size: 40px;
    color: #fa7d09;
    width: 120px;
    justify-content: center;
    height: 80px;
    align-items: center;
    display: flex;
    transition: 0.3s;
    padding-top: 0;
}


.buttonss .nav-link {
    transition: 0.3s;
    display: block;
    border-radius: 0;
    padding: 0;
    padding-top: 0;
    background: #F6F6F6;
    width: 200px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
    margin-inline-end: 20px;
}

.buttonss .nav-link:hover, .nav-pills .nav-link.active {
    background: #fa7d09;
    color: white;
    font-size: 15px;
    transform: scale(1.1);
    box-shadow: 0 5px 6px rgba(250, 125, 9, 0.36);
    border-radius: 0;
}

.buttonss .nav-link:hover {
    transform: scale(1.05);

}

.buttonss {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.buttonss li.nav-item {
    padding-top: 15px;
    position: relative;
}

.buttonss li.nav-item::before {
    border-top: 20px solid #025664;
    border-left: 16px solid transparent;
    position: absolute;
    right: 0;
    top: 15px;
    content: '';
}

.articleboxes {
    width: 100%;
}

.tab-content {
    width: 100%;
}

.articleboxes .tab-content > .active {
    display: flex;
    flex-wrap: wrap;
}

.all-of-artbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.project-box1 {
    border: 0.5px solid #C4C4C4;
    margin-top: 25px;
}

.articleboxes .project-box1::before {

    border-bottom: 25px solid #C4C4C4;

}

.project-box1::before {

    border-bottom: 25px solid #025664;
    border-left: 25px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;

}

.project-box1:hover::before {
    border-bottom: 25px solid #fa7d09;
}

.project-box1:hover img {
    transform: scalex(1);
}

.all-of-artbox .project-box1 img {
    width: 100%;
    height: 250px;
    transition: 0.3s;
}

.projectboxcontent {
    color: #025664 !important;
    font-size: 12px;
    margin-inline-start: 18px;
    margin-top: 20px;
    display: block;
    margin-inline-start: 10px;
}

.project-box1:hover a.project-span {
    color: #fa7d09;
    margin-inline-start: 15px;
}

a.project-span {
    color: #7E7E7E;
    font-size: 15px;
    display: block;
    transition: 0.5s;
    margin-bottom: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-inline-start: 0;
}

.project-box1:hover a.project-span::before {
    right: 10px;
    opacity: 1;
}

.project-box1 a.project-span::before {
    content: url(../images/subtraction-14.svg);
    position: absolute;
    right: 10px;
    opacity: 0;
    transition: 0.3s;
}

.projectboxcontent ul {
    display: flex;
}

.projectboxcontent ul li a {
    color: #025664 !important;
}

.project-info {
    display: flex;
    justify-content: space-between;

}

.articleboxes .project-box1 hr.adown {
    margin-top: 32px !important;
}

.right-of-info {
    position: relative;
    display: flex;
    width: 50%;
    padding: 15px 0;
}

.time-info {
    margin-inline-start: 20px;
    color: #025664 !important;
    font-size: 12px;
}

.time-info {
    display: flex;
}

.the-date-box {
    color: #a7a7a7;
    margin-inline-start: 10px;
}

.left-of-info {
    position: relative;
    width: 50%;
    padding: 15px 0;
}

.right-of-cusinfo {
    width: 1px;
    background: #eeeeee;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.customer-info {
    padding-inline-start: 10px;
    color: #025664 !important;
    font-size: 12px;
    position: relative;
    display: flex;
}

.articleboxes .project-box1::after {
    border-bottom: 25px solid #C4C4C4;
}

.project-box1::after {
    border-bottom: 25px solid #025664;
    border-right: 25px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.project-box1:hover::after {
    border-bottom: 25px solid #fa7d09;
}

.property-icon svg {
    font-size: 28px;
    transform: translateX(0);
    transition: 0.3s;
}

.property-back img {
    width: 100%;
    object-fit: cover;
}

.property-box1:hover .property-icon svg {
    transform: translateX(-500px);
}

.property-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    padding-bottom: 80px;
}

.property-box1 {
    background-color: #025664;
    position: relative;
    transition: 0.5s;
    margin-left: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.property-back {
    display: flex;
    opacity: 0.3;
    height: 170px;
}

.property-top {
    position: absolute;
    top: 0;
    text-align: center;
    right: 50%;
    transform: translateX(50%);
    margin-top: 30px;
}

.property-top {
    text-align: center;
}

.property-span1 {

    white-space: nowrap;
    margin-top: 30px;
    color: white;
    transition: 0.3s;
    display: flex;
    justify-content: center;
}

.prohoverp {
    position: absolute;
    top: 110%;
    right: 50%;
    transform: translate(50%);
    width: 200px;
    text-align: center;
    color: white;
    transition: 0.3s;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
}

.property-box1:hover {
    background: #743903;
}

.property-box1:hover .property-icon svg {
    transform: translateX(-500px);
    opacity: 0;
    visibility: hidden;
}

.property-box1:hover .property-span1 {
    transform: translateX(500px);
    opacity: 0;
    visibility: hidden;
}

.property-box1:hover .prohoverp {
    top: 30%;
    opacity: 1;
}

.property-icon {
    width: 65px;
    height: 65px;
    transform: translateX(0px);
    transition: 0.3s;

}

@media (max-width: 1199px) {
    .property-box1 {
        margin-left: 0;
        margin-bottom: 7px;
    }

    .property-back img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .property-box1 {
        height: 204px;
        margin-bottom: 50px;
    }

    .property-back {
        height: 100%;
    }

    .property-box-parag {
        color: black;
    }

    .property-boxes {
        justify-content: center;
        display: flex !important;
    }


}

@media (max-width: 991px) {
    .property-box1:hover .prohoverp {
        top: 50%;
        visibility: visible;
    }

    .prohoverp {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .property-box-parag {
        margin-top: 30px;
        width: 80%;

    }

    .property-box1:hover .property-icon {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .property-box1:hover .property-span1 {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

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

    .prohoverp {
        visibility: visible;
        top: 50%;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .property-box1 {
        margin-bottom: 25px;
        right: 50%;
        transform: translateX(50%);
        height: 245px;
    }

    .property-boxes {
        display: block;
        right: 20%;
        margin-bottom: 0;
    }

    .property-top {
        align-items: center;
    }

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

    .property-span1 {
        margin-top: 0;
        padding-inline-start: 36px;
        white-space: nowrap;
    }

    .property-span1 {
        display: inline-block;
    }

    .property-icon {
        width: 100%;
    }

    .property-top {
        width: 100%;
    }

    .prohoverp {
        top: 100%;
    }

    .property-box1:hover .prohoverp {
        top: 100%;
    }


    .property-box1:hover .property-icon svg {

        transform: translateX(0px);

    }

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

@media (max-width: 415px) {

}

.site-search-form.open {
    width: 280px;
    background-color: #025664;
    border: 1px solid #025664;
}

.site-search-form span {
    background: #00303F;
}

.openninput {
    width: 100% !important;
}

.open-search .site-search-form {
    width: 299px;
}

/*.site-search-form input {*/
/*    border: 1px solid black !important;*/
/*}*/

.search-form-box {
    width: 43px;
    height: 43px;
    position: relative;
}

.site-search-form {
    display: flex;
    align-items: center;
    height: 43px;
    overflow: hidden;
    justify-content: flex-end;
    width: 43px;
    transition: 0.3s;
    z-index: 16;
    left: 0;
    top: 0;
    position: absolute;
}

.site-search-form input {
    height: 100%;
    border: none;
    width: 100%;
    padding: 5px 10px;
    padding-inline-start: 30px;
    background-color: transparent;
    color: #fff;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

.site-search-form span {
    min-width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.site-search-form.open::before {
    opacity: 1;
    width: 262px;
    transition: 0s !important;
}

.search-back {
    width: 100%;
    height: 100%;
}

.site-search-form p {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #0091a9 !important;
    display: none;
    z-index: 10;
    cursor: pointer;
}

.site-search-form.open p {
    display: block;
}

@media (max-width: 575px) {
    .site-search-form.open {
        width: 220px;

    }

    .open input {
        padding-right: 30px;
    }
}


.article-box1 img {
    height: 250px;
}

.last-article {
    position: relative;
    width: 100%;
}

.article-box1 {
    background: #fff;
    border: 0.5px solid #025664;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}

.article-box1::before {
    border-bottom: 25px solid #025664;
    border-left: 25px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.active::before {
    border-bottom-color: #fa7d09 !important;
}

.active::after {
    border-top-color: #fa7d09 !important;
}

.active {
    border-color: #fa7d09 !important;
}

a.article-span {
    color: #7E7E7E;
    font-size: 15px;
    transition: 0.5s;
    font-weight: bold;
    display: block;
    margin-top: 28px;
    margin-inline-start: 20px;
    position: relative;
}

.article-box1 p {
    font-size: 14px;
    color: #A7A7A7;
    width: 300px;
    line-height: 22px;
    margin-top: 24px;
    margin-inline-start: 15px;
    height: 60px;
}

hr.adown {
    margin-top: 30px !important;
    width: 100%;
    right: 0;
}

.article-info {
    display: flex;
    justify-content: space-between;
}

.right-of-artinfo {
    position: relative;
    display: flex;
    width: 50%;
    align-items: center;
}

.date-info {
    display: flex;
}

.date-info {
    margin-inline-start: 20px;
    color: #025664 !important;
    font-size: 12px;
}

.the-date-box {
    color: #a7a7a7;
    margin-inline-start: 10px;
}

.left-of-artinfo {
    position: relative;
    width: 50%;
    border-inline-start: 1px solid #eee;

    padding: 10px 0;

}

.next-info {
    color: #025664 !important;
    font-size: 12px;
    position: relative;
    transition: 0.3s;
    right: 30px;
}

.article-box1::after {
    border-bottom: 25px solid #025664;
    border-right: 25px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.article-box1:hover::after {
    border-bottom: 25px solid #fa7d09;
}

.article-box1:hover .next-info::after {
    transform: translate(0px, 0);
    opacity: 1;
}

.next-info::after {
    top: 2px;
}

.article-box1:hover .next-info {
    padding-inline-start: 0;
    right: 15px;
}

.article-box1:hover a.article-span {
    color: #025664;
    margin-inline-start: 30px;
}

.article-box1:hover::before {
    border-bottom: 25px solid #fa7d09;
}

.article-box1:hover {
    border: 0.5px solid #fa7d09;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.slider-article button.owl-prev span {
    position: absolute;
    right: -8px;
    background: rgba(112, 112, 112, 0.25);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    bottom: 45%;
    transform: translateY(-50%);
    font-size: 40px;
    top: 50%;
}

.slider-article button.owl-next span {
    position: absolute;
    left: 14px;
    background: rgba(112, 112, 112, 0.25);
    color: white;
    border: none;
    width: 38px;
    height: 38px;
    bottom: 45%;
    transform: translateY(-50%);
    font-size: 40px;
    top: 50%;
}

.service-icons {
    font-size: 50px;
}

.service-span {
    color: #6D6D6D;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    margin-top: 10px;
}

.servicesbox:hover span {
    top: 15px;
    opacity: 1;
    z-index: 5;
    color: #fff;
}

.servicebox1-1 {
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.servicesbox p {
    opacity: 0;
    color: #fff;
    z-index: 5;
    line-height: 25px;
    font-size: 14px;
    width: 100%;
    display: none;
}

.servicesbox:hover p {
    opacity: 1;
    display: block;
}

.servicesbox::after {
    width: 0;
    height: 0;
    border-top: 60px solid #fa7d09;
    border-right: 45px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    transition: 0.7s;
    top: 0;
}

.servicesbox:hover::after {
    width: 0;
    height: 0;
    border-top: 350px solid #fa7d09;
    border-right: 350px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    transition: 1s;
}

.servicesbox::before {
    width: 0;
    height: 0;
    border-bottom: 40px solid #fa7d09;
    border-left: 30px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.7s;
}

.servicesbox:hover::before {
    width: 0;
    height: 0;
    border-bottom: 350px solid #fa7d09;
    border-left: 350px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 1s;
}

.services-title {
    margin-top: 80px;
    white-space: nowrap;
}

.servicesp {
    color: #A7B7CE;
    width: 850px;
    direction: rtl;
    line-height: 30px;
    font-size: 15px;
}

.servicep {
    margin-top: 80px;
    margin-inline-start: 60px;
}

.servicesbox {
    background: white;
    width: 100%;
    height: 210px;
    text-align: center;
    transition: 0.7s;
    overflow: hidden;
    transition: 1s;
    display: inline-block;
    position: relative;
}

.servicesbox:hover span {
    top: 15px;
    opacity: 1;
    z-index: 5;
    color: #fff;
}


.servicesbox:hover p {
    opacity: 1;
}

.servicesbox:hover svg {
    margin-top: -4px;
    left: -14px;
    opacity: 0.1;
    position: absolute;
    z-index: 5;
    width: 99px;
    height: 115px;
}


.servicesbox:hover span {
    margin-bottom: 10px;
}

.servicesbox::after {
    width: 0;
    height: 0;
    border-top: 60px solid #fa7d09;
    border-right: 45px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    transition: 0.7s;
    top: 0;
}

.servicesbox::before {
    width: 0;
    height: 0;
    border-bottom: 40px solid #fa7d09;
    border-left: 30px solid transparent;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.7s;
}

.servicesbox {
    background: white;
    width: 100%;
    height: 210px;
    text-align: center;
    margin-top: 0;
    transition: 0.7s;
    overflow: hidden;
    transition: 1s;
    display: inline-block;
    position: relative;
}

.service-boxes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.serviceboxmobile {
    position: relative;
}

.serviceboxmobile div.owl-nav {
    display: none;
}

.serviceboxmobile div.owl-dots {
    margin-top: 25px;
    transform: translatex(50%);
    margin-top: 25px;
    position: absolute;
    right: 50%;
    display: flex;
    align-items: center;
}


@media (max-width: 991px) {
    .service-boxes {
        position: relative;
    }

    .servicesbox {
        display: inline-block;

    }
}

@media (max-width: 991px) {
    .servicesbox:hover span {
        margin-top: 87px;
    }

    .servicesbox:hover::after {
        border-top: 60px solid #fa7d09;
        border-right: 45px solid transparent;
    }

    .servicesbox:hover::before {
        border-bottom: 40px solid #fa7d09;
        border-left: 30px solid transparent;
    }

    .servicesbox:hover svg {
        margin-top: 0;
        left: 1px;
        opacity: 1;
        z-index: 5;
        width: 68px;
        position: relative;
        height: auto;
    }

    .service-boxes {
        display: flex;
        flex-wrap: wrap;
        right: 0;
    }

    .servicesbox {
        /* width: 45%; */
        margin-inline-end: 0;
        padding-inline-start: 25px;
        margin-top: 30px;
    }

    .servicebox1-1 {
        display: flex;
        align-items: center;
    }

    svg.service-icon {
        width: 60px;
        padding-inline-end: 15px;
    }

    .service-span {
        margin-top: 140px;
        padding-inline-start: 0;
    }

    .servicesbox p {
        color: #6d6d6d;
        opacity: 1;
        margin-top: 45px;
    }

    .servicebox1-1 {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .servicesbox {
        margin-inline-start: 0;
        padding-inline-start: 0;
    }

    .servicesbox:hover span {
        padding-inline-start: 0;
        top: 0;
        opacity: 1;
        z-index: 5;
        color: #6d6d6d;
        margin-top: 157px;
    }

    .servicesbox p {
        top: 185px;
        opacity: 1;
        color: #6d6d6d;
    }

    .servicesbox p {
        font-size: 17px;
        right: 50%;
        transform: translatex(50%);
        top: 144px;
        width: 280px;
    }

    .service-boxes {
        margin-inline-start: 0;
    }

    .servicesbox {
        width: 70%;
        height: 305px;
        right: 50%;
        transform: translatex(50%);
    }

    .service-span {
        padding-inline-start: 0;
    }

    .service-span {
        margin-top: 250px;
        right: 50%;
        transform: translatex(50%);
    }

    .servicesbox p {
        top: 185px;
        opacity: 1;
        color: #6d6d6d;
    }

    .servicesbox p {
        font-size: 17px;
        right: 50%;
        transform: translatex(50%);
        top: 160px;
        width: 265px;
    }
}

@media (max-width: 991px) {
    .servicesbox {
        width: 90%;
        right: 50%;
    }

}

.share-box {
    width: 25%;
    background: white;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%) scale(0.6);
    transition: 0.3s;
    padding: 20px;
    z-index: 111;
    opacity: 0;
    visibility: hidden;
}

.share-box-open {
    opacity: 1;
    transform: translateX(50%) translateY(-50%) scale(1);
    visibility: visible;
}

.top-of-share {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    align-items: center;
    color: #025664;
}

.content-of-share {
    margin-top: 10px;
    color: #777777;
    line-height: 24px;
}

.link-share {
    border: 1px solid #777777;
    font-size: 14px;
    padding: 1px 10px;
    background: #fff;
    transition: 0.3s;
    margin: 0 5px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #777777;
    cursor: pointer;

}

.link-share span {
    margin-inline-start: 5px;
    transition: 0.3s;
}

.link-share:hover {
    color: #025664;
}

.bottom-of-share {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-share {
    border: 1px solid #777777;
    background: white;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    height: 40px;
    margin-inline-start: 5px;
}

.right-of-bottom-share {
    display: flex;
}

.share-back {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: fixed;
    background: #000a;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
}

.show2 {
    opacity: 0.5;
    visibility: visible;
}

.closesearch {
    background: none;
    border: none;
    color: #025664;
    font-size: 30px;
    cursor: pointer;
}

.right-of-bottom-share .active {
    display: block !important;
}

.right-of-bottom-share .deactive {
    display: none !important;
}

@media (max-width: 1199px) {
    .share-box {
        width: 28%;
    }
}

@media (max-width: 991px) {
    .share-box {
        width: 40%;

    }
}

@media (max-width: 767px) {
    .share-box {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .share-box {
        width: 65%;
    }
}

@media (max-width: 415px) {
    .share-box {
        width: 85%;
    }
}

.last-side-projects ul li a {
    width: calc(25% - 5px);
    height: 100%;
}

.last-side-projects ul li a img {
    width: 100%;
    height: 100%;
}

.item img {
    object-fit: cover;
}

.social {
    width: 27px;
    height: 27px;
    font-size: 28px;
}

.socials {
    background: #10859A;
    width: 46px;
    text-align: center;
    height: 46px;
    padding-top: 9px;
    margin-inline-start: 20px;
    display: flex;
    transition: 0.3s;
    position: relative;
    justify-content: center;
}

.social-icons {
    display: flex;
}

.socials::before {
    width: 0;
    height: 0;
    border-top: 15px solid #fa7d09;
    border-left: 15px solid transparent;
    content: '';
    position: absolute;
    margin-inline-start: 0;
    top: 0;
    right: 0;
}

.content-of-table ul {
    display: flex;
    flex-wrap: wrap;
}

.content-of-table ul li {
    background: #025664;
    display: flex;
    width: 50%;
    height: 55px;
    border: 1px solid #F6F6F6;
    border-bottom-color: rgb(246, 246, 246);
    border-inline-end-color: transparent;
    border-bottom-color: transparent;
    padding-inline-start: 15px;
    padding-top: 20px;
}

.content-of-table ul li span {
    color: #A7B7CE;
    font-size: 14px;
    display: flex;
}

.content-of-table ul li p {
    color: white;
    font-size: 15px;
    margin-inline-start: 20px;
}

.content-of-table ul li span {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .content-of-table ul li {
        width: 100%;
        padding-inline-start: 10px;
    }
}

.about-title {
    background: transparent;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-targets img {
    object-fit: cover;
}

.target-slider div.owl-dots {
    display: flex;
    align-items: center;
}

.about-title h2 {
    direction: rtl;
    color: #025664;
    font-size: 20px;
}

.about-title h3.enabout {
    color: #EFEFEF;
    font-size: 18px;
    direction: rtl;
    margin-inline-start: 80px;
    margin-top: 10px;
    transition: 0.5s;
}

.about-title:hover h3.enabout {
    color: #fa7d09;
    margin-inline-start: 90px;
}

.about-title:hover hr.line2 {
    width: 70px;
    height: 10px;
    border-top: 3px solid #FA7D09;
    transition: 0.5s;
    margin-inline-start: 0;
}

.about-title hr.line1 {
    width: 70px;
    height: 10px;
    border-top: 3px solid #025664;
    margin-top: -14px;
    margin-inline-start: 0;
}

.about-title hr.line2 {
    width: 35px;
    height: 10px;
    border-top: 3px solid #FA7D09;
    margin-inline-start: 35px;
    transition: 0.5s;
}

.target-slider {
    width: 100%;
}

.content-targets {
    position: relative;
    display: flex;
    overflow: hidden;
}

.on-slider-absolute {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.onslide {
    display: flex;
    justify-content: flex-end;
}

.content-targets span {
    margin-bottom: 40px;
    color: #fa7d09;
    z-index: 3;
    font-size: 15px;
}

.content-targets .targets-parag {
    font-size: 14px;
    color: #A7A7A7;
    z-index: 3;
    top: 36%;
    line-height: 27px;
    width: 400px;
    margin-top: 20px;
}

.content-targets img {
    height: 350px;
}

@media (max-width: 991px) {
    .content-targets {
        display: none;
    }
}

.people-information-box {
    width: 90%;
    position: relative;
    height: 85px;
    background: #F6F6F6;
    z-index: 2;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border: 1px solid #E6E6E6;
    padding-top: 10px;
    margin-top: -46px;
    transition: 0.3s;
    margin-bottom: 20px;
}

.people-box:hover .people-information-box {
    top: 20px;
}

.people-box {
    position: relative;
    width: 25%;
    text-align: center;
    margin-bottom: 60px;
    padding: 0 10px;
}

.people-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    object-fit: cover;
}

.all-people-team {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.people-box:hover .people-information-box::before {
    border-bottom: 20px solid #fa7d09;
}

.people-information-box::before {
    width: 0;
    height: 0;
    border-bottom: 20px solid #025664;
    border-inline-end: 17px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.people-box:hover .people-name {

    color: #fa7d09;

}

.people-name {

    font-size: 16px;
    color: #025664;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
    transition: 0.3s;
}

.info-of-guy {
    font-size: 14px;
    color: #6D6D6D;
    transition: 0.3s;
    margin-top: 9px;
}

.people-box:hover .people-information-box::after {

    border-bottom: 20px solid #fa7d09;

}

.people-information-box::after {

    width: 0;
    height: 0;
    border-bottom: 20px solid #025664;
    border-inline-start: 17px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;

}

.people-img img {
    vertical-align: top;
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100% !important;
    height: 300px !important;
}

.all-people-team {
    justify-content: right;
}

@media (max-width: 991px) {
    .people-box {
        width: 50%;
    }


}

@media (max-width: 575px) {
    .people-box {
        width: 100%;
    }

    .people-img {
        width: 260px;
        margin: 0 auto;
        max-width: 260px;
    }


}

.about-title {
    width: 100%;
    display: inline-block;
}

.about-title h2 {
    direction: rtl;
    color: #025664;
    font-size: 20px;
}

.about-title h3.enabout {
    color: #EFEFEF;
    font-size: 18px;
    direction: rtl;
    margin-inline-start: 80px;
    margin-top: 10px;
    transition: 0.5s;
}

.about-title:hover h3.enabout {
    color: #fa7d09;
    margin-inline-start: 90px;
}

.about-title:hover hr.line2 {
    width: 70px;
    height: 10px;
    border-top: 3px solid #FA7D09;
    transition: 0.5s;
    margin-inline-start: 0;
}

.about-title hr.line1 {
    width: 70px;
    height: 10px;
    border-top: 3px solid #025664;
    margin-top: -14px;
    margin-inline-start: 0;
}

.about-title hr.line2 {
    width: 35px;
    height: 10px;
    border-top: 3px solid #FA7D09;
    margin-inline-start: 35px;
    transition: 0.5s;
}

.triangle {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 1;
    z-index: 2;
    border-style: solid;
}

.social_footer svg path {
    fill: #fff;
}

.social_footer svg:hover path {
    fill: #fff;
}

.menu_footer .vertical > ul > li::before {
    display: none !important;
}

.last_article_footer .last-side-article ul li a.next-view::before {
    display: none !important;
}

.last_article_demo .last-article .owl-stage {
    height: auto !important;
}

.footerul > ul li.has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.mega-menu {
    position: absolute;
    z-index: 29;
    right: 0;
    top: 100%;
    width: 100%;
    height: auto;
    background: #f1f1f1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.footerul > ul li.has-mega-menu {
    position: static;
}

.menu_mobile {
    display: flex;
    align-items: center;
}

.menu_mobile .sidemenumobile {
    height: 100%;

}

.search_demo .site-search-form.open {
    width: 225px !important;
}

/*MINI CART*/
.sidecart {
    width: 300px;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 900;
    transition: all 0.4s ease;
    padding: 15px;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 15px;
    margin: 0;
    font-size: 14px;
}

.woocommerce-mini-cart__total.total {
    position: absolute;
    bottom: 68px;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    right: 0;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
}

.widget_shopping_cart_content {
    height: calc(100% - 130px);
    overflow-y: auto;
}

.woocommerce-mini-cart.cart_list.product_list_widget li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ededed;
    align-items: center;
}

.woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
    border: none;
}

.woocommerce-mini-cart.cart_list.product_list_widget li img {
    float: right;
    width: 55px;
    margin-inline-end: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
    margin-top: 5px;
}

.woocommerce ul.cart_list li a.remove, .woocommerce ul.product_list_widget li a.remove {

}

.woocommerce ul.cart_list li a:not(.remove), .woocommerce ul.product_list_widget li a:not(.remove) {
    color: var(--headingcolor);
    width: calc(100% - 25px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.woocommerce-mini-cart.cart_list.product_list_widget li .quantity {
    width: 100%;
}

.sidecart h4 {
    color: var(--headingcolor);
    font-size: 16px;
    margin-bottom: 15px !important;
}

.sidecart .is-divider {
    width: 70px;
    height: 2px;
    margin: 0 auto;
    background: var(--lightbackground);
    opacity: 0.4;
}

i.cart-icon {
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    color: var(--primarycolor);
    font-size: 20px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}

i.cart-icon span {
    position: absolute;
    right: -5px;
    bottom: -5px !important;
    display: flex;
    top: unset;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    background-color: var(--secondrycolor);
    border-radius: 50%;
    font-family: var(--fontfamily);
    font-weight: 400;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
    font-size: 14px;
}


/* video player*/

.themsah-image-wrapper {
    position: relative;
    height: max-content !important;
    display: flex;
    align-items: center;
}

.themsah-image-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.themsah-image-wrapper video {
    object-fit: cover;
    display: none;
}


.themsah-image-wrapper span {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondrycolor);
    transition: 0.3s;
    cursor: pointer;
}

.themsah-image-wrapper span i {
    color: #fff;
}

.themsah-image-wrapper:hover span.hidden {
    opacity: 1;
}

.themsah-image-wrapper span.hidden {
    opacity: 0;
}

.themsah-image-wrapper #play {
    z-index: 5;
}

.themsah-image-wrapper #pause {
    z-index: 4;
}



