@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: 'Bahij-Janna';
    color: #000;
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

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

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
    color: #060709;
}

.main-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #000;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
    transition: all .35s ease-in-out;
}

.main-btn:after {
    content: "\f30a";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #000;
    position: relative;
    transition: all .35s ease-in-out;
}

.main-btn:hover {
    color: #cf0909;
}

.main-btn:hover:after {
    color: #fff;
    background: #cf0909;
}

.main-tit {
    padding: 50px 0;
    font-size: 48px;
    color: #000;
}


@media (max-width: 768px) {
    .main-btn{
        width: 140px;
        height: 35px;
        line-height: 35px;
    }
    .main-btn:after{
        width: 35px;

        height: 35px;
        line-height: 35px;
    }
}

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

#header-search {
    display: inline-block;
}

#search-header.open {
    background: rgba(0, 0, 0, 0.8);
}

#search-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px) scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#search-header.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#search-header .search-form {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.open-search {
    color: #464654;
    border-left: 1px solid #464654;
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .35s ease-in-out;
}

.open-search:hover {
    color: #464654;
    border-left: 1px solid #464654;
}

#search-header input[type="search"] {
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    border: 0;
    outline: none;
    width: 70%;
    height: 90px;
    line-height: normal;
    border-bottom: 1px solid;
}

#search-header .search-submit {
    z-index: 10;
    border: none !important;
}

#search-header .search-submit,
.search-icon {
    background: none;
    border: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
}

.search-icon:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f3eb";
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
}

#search-header .close {
    background: none;
    border: none;
    position: fixed;
    top: 45px;
    right: 45px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: all 0.2s ease-out;
}

#search-header .close:hover {
    opacity: 0.8;
}

#search-header .close i {
    display: none;
}

#search-header .close:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    left: 0;
}

#search-header button.close {
    border: 2px solid #fff;
    height: 37px;
    width: 37px;
    border-radius: 200em;
}

#search-header input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border-color: #5f5f5f;
}

#search-header input[type="search"],
#search-header .search-submit {
    color: #fff;
}

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

.head-home {
    padding: 30px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.header-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.header-icon .pdf i {
    margin-inline-end: 5px;
}

.header-icon a {
    color: #fff;
    background-color: #060709;
    border: 1px solid #060709;
    font-weight: bold;
    padding: 0 20px;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    transform: translateY(0px);
    transition: all .35s ease-in-out;
}

.header-icon a:hover {
    color: #fff;
    background-color: #cf0909;
    border-color: #cf0909;
    transform: translateY(-10px);

}

@media (min-width: 992px) {

    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px
    }

    .nav-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 5px;
    }

    .nav-list > .menu-item > a {
        display: flex;
        color: #000;
        padding: 8px 25px;
        position: relative;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-inline-start: 10px;
        color: #393939;
        background: transparent;
        transition: all .35s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #fff;
        background: #cf0909;
    }

    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: #000;
    }

    html[dir="rtl"].sub-menu {
        left: 0;
    }

    html[dir="ltr"].sub-menu {
        right: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 350px;
        background-color: rgba(220, 220, 220, 1);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: #000;
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #000;
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: #cf0909;
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: #cf0909;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f100";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f101";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-start: 10px;
        color: #000;
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        color: #fff;
    }

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

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .header-icon{
        margin-top: 0;
    }
    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #fff;
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: #fff;
        padding: 0;
        background-color: #cf0909;
        margin-inline-end: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-btn {
        margin-inline-end: 10px;
    }

    html[dir="ltr"] .nav-btn {
        margin-inline-start: 10px;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid #cf0909;
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: #000;
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: #cf0909;
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid #000;
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid #000;
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: #000;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: #cf0909;
    }

    .sub-menu {
        list-style: none;
        background-color: #cf0909;
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: #fff;

        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }
}

@media (min-width: 768px) {
    .footer-logo img {
        width: 250px !important;
    }
}


@media (max-width: 768px) {
    .edite-row{
        display: flex;
        flex-wrap: wrap;
    }
    .edite-row [class*="col-hd"]:nth-child(1) {
        order: 1;
        float: none;
    }
    .edite-row [class*="col-hd"]:nth-child(2) {
        order: 3;
        float: none;
    }
    .edite-row [class*="col-hd"]:nth-child(3) {
        order: 2;
        float: none;
    }
    .top-header {
        padding: 20px 0 0;
    }
    .head-home {
        padding: 30px 0 30px;
    }

    .head-logo {
        width: 100%;
    }

    .head-logo img {
        max-width: 120px;
    }

    .top-header {
        flex-direction: column;
    }

    .cart, .lang {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .top-header {
        align-items: center;
        justify-content: center;
        margin-inline-end: 10px;
    }

}


@media (max-width: 500px) {
    .main-tit {
        font-size: 34px;
        margin: 10px 0;
    }
    .head-logo{
        justify-content: center;
    }
    .header-icon{
        margin-top: 20px;
    }
}

/******************************/
.slider {
    position: relative;
}

.main-slider .mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-slider .mainItem img.slid-thumb {
    width: 100%;
    position: relative;
}

.main-slider .active img {
    width: 100%;
}

.main-slider .main-btn {
    margin: 0 auto;
}

.main-slider .mainItem-overlay {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    color: #000;
}

.main-slider .slid-tit {
    margin-bottom: 30px;
    font-size: 68px;
    text-align: center;
}

.main-slider .owl-nav {
    position: absolute;
    bottom: -75px;
    right: 0;
    display: flex;
    align-items: center;
}


.main-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-slider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 0px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot span {
    width: 10px;
    border-radius: 0px;
    height: 10px;
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active span {
    background-color: #cf0909;
    transition: all .35s ease-in-out;
}

.main-slider .owl-dots .owl-dot.active {
    border: 1px solid #cf0909;
    transition: all .35s ease-in-out;
}

@media (max-width: 992px) {
    .main-slider .slid-tit{
        font-size: 54px;

    }
    .main-slider .mainItem img.slid-thumb {
        height: 500px;
    }

    .main-slider .slid-body {
        padding: 0 35px;
    }


}

@media (max-width: 500px) {
    .main-slider .mainItem img.slid-thumb {
        height: 350px;
    }
    .main-slider .mainItem-overlay{
        top: 18%;
    }
    .main-slider .slid-tit{
        margin-bottom: 10px;
    }
    .slid-body {
        padding: 0;
    }

    .main-slider .slid-tit {
        font-size: 28px;
    }

    .slid-body {
        text-align: center !important;
    }

    .slid-url {
        display: table;
        margin: 0 auto;
    }

}

/******************************/
.about {
    padding: 0 0 75px;
    background-image: url("../images/bg-about.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.about .about-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.about .about-img:after {
    content: " ";
    width: 330px;
    height: 510px;
    position: absolute;
    border: 5px solid #cf0909;
    top: -30px;
    right: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

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

.about-head {
    color: #cf0909;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
}

.about-desc {
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 30px;
    color: #999999;
}

@media (max-width: 768px) {
    .edite-row{
        display: flex;
        flex-wrap: wrap;
    }
    .edite-row [class*="abt-col"]:nth-child(1) {
        order: 2;
        float: none;
    }
    .edite-row [class*="abt-col"]:nth-child(2) {
        order:1;
        float: none;
    }
    .about .about-img{
        justify-content: space-evenly;
    }
    .about .about-img{
        margin-bottom: 30px;
    }
    .about-head{
        padding-top: 30px;
    }

}

@media (max-width: 500px) {
    .about .about-img:after{
        width: 180px;
        height: 310px;
    }
}

/******************************/
.services {
    padding: 0 0 75px;
    background-image: url("../images/bg-serv.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.services .main-tit {
    color: #fff;
}

.services-content {
    background: rgba(225, 225, 225, .50);
    padding: 45px 20px 25px;
    transition: all .35s ease-in-out;
}

.services-content:hover {
    background: rgba(6, 7, 9, 1);

}

.services-content:hover .serv-icon img {
    filter: invert(82%) sepia(73%) saturate(7493%) hue-rotate(11deg) brightness(100%) contrast(110%);
}

.services-content .serv-icon {
    margin-bottom: 20px;
}

.services-content .serv-tit {
    margin-bottom: 20px;
    font-size: 32px;
    transition: all .35s ease-in-out;
}

.services-content:hover .serv-tit {
    color: #cf0909;
}

.services-content .serv-desc {
    margin-bottom: 20px;
    text-align: justify;
    color: #fff;
}

.services-content .main-btn {
    padding: 50px 0;
}

.services-content .main-btn, .services-content .main-btn:after {
    transition: all .35s ease-in-out;
}

.services-content:hover .main-btn {
    color: #cf0909;
}

.services-content:hover .main-btn:after {
    color: #fff;
    background: #cf0909;
}

@media (max-width: 768px) {
    .services-content{
        padding: 35px 10px 20px;
    }
}

@media (max-width: 500px) {
    .services-content{
        margin-bottom: 30px;
    }
}

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

.projects {
    padding: 0 0 50px;
}

.projects .main-title {
    display: block;
    color: #fff;
}

.projects-tit {
    display: flex;
}

.new-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2em;
}

.projects .new-row div:nth-of-type(9n + 1) {
    grid-column: span 3;
    grid-row: span 1;
}

.projects .new-row div:nth-of-type(9n + 2) {
    grid-column: span 4;
    grid-row: span 1;
}

.projects .new-row div:nth-of-type(9n + 3) {
    grid-column: span 5;
    grid-row: span 1;
}

.projects .new-row div:nth-of-type(9n + 4) {
    grid-column: span 5;
    grid-row: span 1;
}

.projects .new-row div:nth-of-type(9n + 5) {
    grid-column: span 3;
    grid-row: span 1;
}

.projects .new-row div:nth-of-type(9n + 6) {
    grid-column: span 4;
    grid-row: span 1;
}

.projects .new-row div:nth-of-type(9n + 7) {
    grid-column: span 3;
    grid-row: span 1;
}

.projects .new-row div:nth-of-type(9n + 8) {
    grid-column: span 4;
    grid-row: span 1;
}

.projects .new-row div:nth-of-type(9n + 9) {
    grid-column: span 5;
    grid-row: span 1;
}

.custom-item img {
    width: 100%;
    height: 100%;
}

.custom-item {
    position: relative;
}

.projects-content {
    position: absolute;
    bottom: 3rem;
    z-index: 2;
    opacity: 0;
    transition: all linear 1s;
}

html[dir="rtl"] .projects-content {
    right: 1rem;
}

.custom-item .main-btn {
    justify-content: space-between;
    width: 120px;
}

.custom-item .main-btn, .custom-item .main-btn:after {
    transition: all .35s ease-in-out;
}

.custom-item:hover .main-btn {
    color: #cf0909;
}

.custom-item:hover .main-btn:after {
    color: #fff;
    background: #cf0909;
}

.custom-item:hover .projects-content {
    opacity: 1;
    transition: all linear 1s .5s;
}

.custom-item:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(25, 25, 25, .9);
    opacity: 0;
    z-index: 1;
    transition: all linear 1s .5s;
    overflow: hidden
}

.custom-item:hover:before {
    transition: all linear 1s;
    opacity: 1;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.projects-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin: 20px 0;
}

.more-projects {
    margin: 50px auto;
    display: table;
}

.more-projects .main-btn {
    width: 200px;
}


@media (max-width: 768px) {
    .projects-content{
        bottom: 2rem;
        right: 1rem;
    }
    .projects-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .projects .new-row div:nth-of-type(9n + 1) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .projects .new-row div:nth-of-type(9n + 2) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .projects .new-row div:nth-of-type(9n + 3) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .projects .new-row div:nth-of-type(9n + 4) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .projects .new-row div:nth-of-type(9n + 5) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .projects .new-row div:nth-of-type(9n + 6) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .projects .new-row div:nth-of-type(9n + 7) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .projects .new-row div:nth-of-type(9n + 8) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .projects .new-row div:last-of-type {
        grid-column: span 12;
        grid-row: span 1;
    }
}
/******************************/
.proj-count{
    padding: 75px 0 0 ;
    background-image: url("../images/bg-count.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#counter .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#counter .item span {
    font-size: 48px;
    margin-bottom: 15px;
    color: #cf0909;
    font-weight: bold;
}

.all-count {
    position: relative;
}

.all-count:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #cf0909;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#counter .item{
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 25px;
}

#counter [class*="col-6"]:nth-child(1)  .item:before , #counter [class*="col-6"]:nth-child(3)  .item:before{
    content: '';
    height: 100px;
    width: 2px;
    position: absolute;
    display: block;
    background-color: #cf0909;
    top: 50%;
    transform: translateY(-50%);
}

html[dir="rtl"] #counter [class*="col-6"]:nth-child(1)  .item:before,
html[dir="rtl"] #counter [class*="col-6"]:nth-child(3)  .item:before,
html[dir="rtl"] #counter [class*="col-6"]:nth-child(1) .item:before,
html[dir="rtl"] #counter [class*="col-6"]:nth-child(3) .item:before {
    left: -15px;
}

.counter-img{
    margin-bottom: -100px;
}
#counter .text{
    color: #fff;
}
@media (max-width: 768px) {
    #counter .item span{
        font-size: 34px;
        margin-bottom: 5px;

    }
    #counter .text{
        font-size: 16px;
    }
}

@media (max-width: 500px) {

}

/******************************/
.client{
    padding: 75px 0;
}
.client-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2em;
}

.client .client-row div:nth-of-type(8n + 1) {
    grid-column: span 4;
    grid-row: span 2;
}

.client .client-row div:nth-of-type(8n + 2) {
    grid-column: span 4;
    grid-row: span 1;
}

.client .client-row div:nth-of-type(8n + 3) {
    grid-column: span 4;
    grid-row: span 1;
}

.client .client-row div:nth-of-type(8n + 4) {
    grid-column: span 4;
    grid-row: span 1;
}

.client .client-row div:nth-of-type(8n + 5) {
    grid-column: span 4;
    grid-row: span 1;
}

.client .client-row div:nth-of-type(8n + 6) {
    grid-column: span 4;
    grid-row: span 1;
}

.client .client-row div:nth-of-type(8n + 7) {
    grid-column: span 4;
    grid-row: span 1;
}

.client .client-row div:nth-of-type(8n + 8) {
    grid-column: span 4;
    grid-row: span 1;
}
.client .client-row div{
    text-align: center;
    margin-bottom: 20px;
}
.client .client-row div img{
     object-fit: none;

}
@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .client .client-row div:nth-of-type(8n + 1) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .client .client-row div:nth-of-type(8n + 2) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .client .client-row div:nth-of-type(8n + 3) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .client .client-row div:nth-of-type(8n + 4) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .client .client-row div:nth-of-type(8n + 5) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .client .client-row div:nth-of-type(8n + 6) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .client .client-row div:nth-of-type(8n + 7) {
        grid-column: span 6;
        grid-row: span 1;
    }

    .client .client-row div:nth-of-type(8n + 8) {
        grid-column: span 6;
        grid-row: span 1;
    }
    .client .client-row div img{
        object-fit: unset;
    }
}

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

footer{
    padding: 50px 0  0;
    background-image: url("../images/bg-footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.footer-logo{
    padding-bottom: 60px;
}
.calls-contacts {
    display: flex;
    align-items: center;
}
.for-footer-icons {
    margin-inline-end: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #000;
    background-color: transparent;
}
html[dir="rtl"] .footer-content {
    text-align: right;
}
.contacts-head {
    color: #cf0909;
    font-weight: bold;
    font-size: 1.3rem;
}
.contacts-item {
    color: #000;
    font-size: 16px;
}
.powrd a {
    color: #cf0909;
}
.powrd{
    padding: 60px 0 30px;
    font-size: 16px;
}

@media (max-width: 768px) {
.calls-contacts{
    display: inline-block;
    text-align: center;
}
    .for-footer-icons{
        display: inline-block;
    }
    .footer-content{
        text-align: center;
        margin-top: 20px;
    }
}
@media (max-width: 500px) {

    .footer-content{

        margin-bottom: 20px;
    }
}

.fly_icons {
    position: fixed;
    z-index: 5;
    top: 50%;
    margin-inline-end: 35px ;
}

html[dir="rtl"] .fly_icons {
    left: 0;
}

.fly_icons a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    background-color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    transition: all .5s ease-in-out;
}

.fly_icons .lang {
    background: #cf0909 !important;
    color: #FFF;
}

.fly_icons a:not(:last-child) {
    margin-bottom: 10px;
}

.fly_icons a:hover {
    background-color: #cf0909;
    color: #FFF;
}

.fly_icons a i {
    transition: .8s;
    color: #000;
}

.fly_icons a:hover i {
    transform: rotate(360deg);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    color: #FFF;
}





/* page inside */


.head-inside {
    position: relative;
    margin: 20px 0;
}

.inside_about {
    margin: 80px 0 0 !important;
}

.content {
    margin: 30px 0;
}

.content.services {
    margin: 0;
    padding: 30px 0;
}

.content.services .sec-title {
    color: #FFF;
}

.breadcrumb-area {
    padding: 15px 0;
    position: relative;
    background-color: #cf0909;
}

.breadcrumb-area, .breadcrumb-area a {
    color: #fff;
}

.breadcrumb-area .current-item {
    color: #000;
}

.main-head,
.content .sec-title {
    margin-bottom: 40px;
}

.owl-thumb-item {
    display: inline-block;
    border: 0;
    background: transparent;
    opacity: .5;
    transition: linear .4s;
}

.owl-thumb-item.active {
    opacity: 1;
    transition: linear .4s;
}

.owl-thumb-item img {
    width: 70px;
    height: 70px;
    border-radius: 0;
    margin: 5px;
}

.owl-thumb-item {
    transition: all 0.5s ease-in-out;
}

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

.pro-content {
    text-align: justify;
}

/* contact form */

/* form */

.wpcf7-form-control-wrap {
    position: relative;
}

.form-group label {
    width: 100%;
}

.form7:focus {
    border-color: #cf0909;
}

.form7:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cf0909;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #cf09093b;
}

.form7 {
    margin-top: 10px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-form {
    margin-top: 20px;
}

.handle-form {
    display: inline-block;
}

.handle-form .main_btn {
    background: transparent;
    cursor: pointer;
}

.handle-form  .main_btn i {
    background-color: #000;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin-inline-start: 25px;
    transition: all .5s ease-in-out;
}


.handle-form .main_btn:hover {
    color: #cf0909;
}

.handle-form  .main_btn:hover i {
    background-color: #cf0909;
    color: #FFF;
    animation-name: move_arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.page-employee .wpcf7-form-control-wrap {
    display: block;
}


.form-group span {
    color: red;
}

.page-employee {
    margin-top: 30px;
}

* {
    box-sizing: border-box;
    line-height: 1.5;
    /*font-family: "Open Sans", sans-serif;*/
}

img {
    max-width: 100%;
}

/* employment card */
.employee_card {
    position: relative;
    background: #333;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    padding: 2rem;
    color: #aaa;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.employee_card:hover {
    transform: translateY(-12px);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.employee_card__image-container {
    margin: -2rem -2rem 1rem -2rem;
}
.employee_card__line {
    opacity: 0;
    animation: LineFadeIn 0.8s 0.8s forwards ease-in;
}
.employee_card__image {
    opacity: 0;
    animation: ImageFadeIn 0.8s 1.4s forwards;
}
.employee_card__title {
    color: white;
    margin-top: 0;
    font-weight: 800;
    letter-spacing: 0.01em;
}
.employee_card__content {
    margin-top: -1rem;
    opacity: 0;
    animation: ContentFadeIn 0.8s 1.6s forwards;
}

.employee_card .main-btn {
    justify-content: flex-start;
    opacity: 0;
    animation: ContentFadeIn 0.8s 1.6s forwards;
}

.employee_card  .main-btn span {
    flex-grow: .5;
    display: flex;
}

.employee_card__svg {
    position: absolute;
    left: 0;
    top: 100px;
}

.employee_card__image-container img {
    width: 100%;
}

@keyframes LineFadeIn {
    0% {
        opacity: 0;
        d: path("M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 ");
        stroke: #fff;
    }
    50% {
        opacity: 1;
        d: path("M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300");
        stroke: #cf0909;
    }
    100% {
        opacity: 1;
        d: path("M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400");
        stroke: #cf0909;
    }
}
@keyframes ContentFadeIn {
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes ImageFadeIn {
    0% {
        transform: translate(-0.5rem, -0.5rem) scale(1.05);
        opacity: 0;
        filter: blur(2px);
    }
    50% {
        opacity: 1;
        filter: blur(2px);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
        filter: blur(0);
    }
}

.custom-file-label {
    padding: 0px 80px 0 0;
    text-align: center;
    line-height: calc(2.25rem + 2px);
}



.page-employee .handle-form .main_btn i,
.page-form .handle-form .main_btn i {
    margin-inline-start: 25px;
    margin-inline-end: 0;
}


/* dir = en */

html[dir="ltr"] .wpcf7 {
    text-align: left;
    direction: ltr;
}

html[dir="ltr"] .header-icon a
{
    font-size: 12px;
}

@media (min-width: 992px) {
    html[dir="ltr"] .nav-list > .menu-item > a {
        padding: 8px 18px;
    }
}

html[dir="ltr"] .main-btn:after {
    content: "\f30b";
}

html[dir="ltr"] .projects-content {
    left: 1rem;
}

html[dir="ltr"] #counter [class*="col-6"]:nth-child(1)  .item:before,
html[dir="ltr"] #counter [class*="col-6"]:nth-child(3)  .item:before,
html[dir="ltr"] #counter [class*="col-6"]:nth-child(1) .item:before,
html[dir="ltr"] #counter [class*="col-6"]:nth-child(3) .item:before {
    right: -15px;
}



html[dir="ltr"] .footer-content {
    text-align: left;
}

html[dir="ltr"] .fly_icons {
    right: 0;
}
