﻿body{
    margin: 0;
    padding: 0;
    background: #262626;
    overflow-x: hidden;
}
a:hover{
    text-decoration: none !important;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left !important;
}
.col-md-offset-6 {
    margin-left: 50%;
    margin-right: 0;
}
.hero{
    z-index: 10000000000000000;
    margin-top: 35px;
    position: absolute;
    left: auto;
    top: 0;
    right: auto;
    width: 100%;
}


.socialls {
    float: left;
    margin: 8px 0px 0 43px;
}
.socialls a {
    display: block;
    background: #3c3c3c;
    margin: 0 auto;
    text-align: center;
    padding: 8px 13px;
    color: #fff;
    text-transform: uppercase;
}
.socialls a i {
    font-family: 'fon-a-f';
    font-style: inherit;
    padding: 0 6px 0 0;
}
.meun {
    float: right;
    margin: 12px 0 0 0;
}
.navbar-toggler {
    cursor: pointer;
    border: 1px solid #707070;
    padding: 10px 10px 7px 10px;
    border-radius: 5px;
}
.navbar-toggler i {
    font-size: 19px;
    transition: all 0.5s;
    font-family: 'fon-a-s';
    font-style: normal;
    color: #ffff;
}

.mynav .row {
    align-items: center;
}

.mynav .row {
    padding: 10px 0;
}



/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -100%;
    height: 100%;
    width: 50%;
    background-color: var(--bg-color);
    z-index: 999999999999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    clip-path: circle(25px at calc(100% - 45px) 45px);
}

.sidebar-width {
    left: 0px;
    clip-path: circle(75%);
    background: #262626;
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    font-style: normal;
    border: 1px solid;
}

.sidebar .side-content {
    padding-top: 10px;
    margin-top: 30px;
}

.side-content a i {
    margin: 0 8px;
}

.side-content a {
    text-transform: capitalize;
}

.close-overlay {
    position: fixed;
    width: 50%;
    height: 100%;
    background-color: var(--bg-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    
    display: none;
}

.close-overlay.open-overlay {
    /*display: block;*/
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    list-style: none;

}


.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 16px 84px;
    position: relative;
    transition: all 0.6s;
}

.side-content ul li.has-child a {
    padding-inline-end: 20px;
}

.sidebar ul li a{
   position: relative;  
}
.sidebar ul li a:after {
position: absolute;
    content: '\f04b';
    font-family: 'fon-a-s';
    font-weight: 600;
    top: 19px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    opacity: 0;
}

.sidebar ul li a:hover:after, .sidebar ul li.active a::after {
    left: 55px;
    opacity: 1;
}


/* --------------------------------------------------------- */














/* jssor slider arrow navigator skin 21 css */
                /*
                .jssora21l                  (normal)
                .jssora21r                  (normal)
                .jssora21l:hover            (normal mouseover)
                .jssora21r:hover            (normal mouseover)
                .jssora21l.jssora21ldn      (mousedown)
                .jssora21r.jssora21rdn      (mousedown)
                */
                .jssora21l, .jssora21r {
                    display: block;
                    position: absolute;
                    /* size of arrow element */
                    width: 55px;
                    height: 55px;
                    cursor: pointer;
                    background: url(images/a21.png) center center no-repeat;
                    overflow: hidden;
                        margin: -79px 0 0 0;
                }
                .jssora21l { background-position: -3px -33px; }
                .jssora21r { background-position: -63px -33px; }
                .jssora21l:hover { background-position: -123px -33px; }
                .jssora21r:hover { background-position: -183px -33px; }
                .jssora21l.jssora21ldn { background-position: -243px -33px; }
                .jssora21r.jssora21rdn { background-position: -303px -33px; }
                                /* jssor slider bullet navigator skin 21 css */
                /*
                .jssorb21 div           (normal)
                .jssorb21 div:hover     (normal mouseover)
                .jssorb21 .av           (active)
                .jssorb21 .av:hover     (active mouseover)
                .jssorb21 .dn           (mousedown)
                */
                .jssorb21 {
                    position: absolute;
                }
                .jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
                    position: absolute;
                    /* size of bullet elment */
                    width: 19px;
                    height: 19px;
                    text-align: center;
                    line-height: 19px;
                    color: white;
                    font-size: 12px;
                    background: url(images/b21.png) no-repeat;
                    overflow: hidden;
                    cursor: pointer;
                }
                .jssorb21 div { background-position: -35px -5px; }
                .jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
                .jssorb21 .av { background-position: -95px -5px; }
                        /* use navbar-wrapper to wrap navigation bar, the purpose is to overlay navigation bar above slider */

.carsual-caption {
    float: right;
    width: 35%;
    margin: 0 0 0 29px;
}

.carsual-caption h1 {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 56px;
    font-family: r-bo;
    padding: 0 0 0 137px;
    direction: rtl;
    font-weight: 300;
    left: 0;
    position: absolute;
    width: 100%;
    top: 203px;
}
.carsual-caption p {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-family: r-l;
    padding: 0 0 0 140px;
    direction: ltr;
    line-height: 28px;
    width: 545px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 303px;
    height: 52px;
    overflow: hidden;
}
.carsual-caption a {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 14px;
    font-family: 'r-bo';
    padding: 6px 29px;
    direction: rtl;
    line-height: 27px;
    font-weight: 300;
    background: #CBBF1C;
    transition: all 0.3s ease-in-out 0s;
    display: block;
    text-decoration: none;
    border-radius: 36px;
    position: absolute;
    left: 140px;
    top: 380px;
}

.silder {
    direction: rtl;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 600px;
}


#slider1_container {
    width: 100% !IMPORTANT;
    height: 600px !important;
    overflow: hidden;
}
.cree img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 0;
}

.cree {
    height: 754px !important;
    /* position: relative !important; */
    width: 100% !important;
}

#slider1_container div {
    width: 100% !important;
    transform: none !important;
    height: 600px;
    position: relative;
    z-index: 1000000000;
    top: 0;
    left: 0;
}


.all-lines {
    position: absolute;
    top: 96%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: -3;
}
.lines {
    width: 95%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
}

.all-lines .line {
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    border-right: 2px solid #323232;
    height: 100%;
    position: relative;
}

.all-lines .line::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 35px;
    background: #535352 0% 0% no-repeat padding-box;
    opacity: 0.1;
    top: 0;
    left: 0;
    animation: moveup 6s infinite ease-in-out;
}

@keyframes moveup {
    0% {
        top: 0;
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
    }
}

.all-lines .line.line-one {
    width: 15%;
    border-left: 2px solid #323232;
}

.all-lines .line.line-three {
    width: 70%;
}

.all-lines .line.line-three::after {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    animation: movedown 6s infinite ease-in-out;
}

@keyframes movedown {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
    }
}

.all-lines .line.line-two {
    border: none;
}

.services{
    padding: 102px 0;
}
.titlee{

}

.titlee h1 {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 38px;
    font-family: r-bo;
    padding: 0;
    margin: 0;
}
.titlee h1:before {
    content: "";
    background: #4A4A4A;
    width: 118px;
    height: 8px;
    position: absolute;
    z-index: -1;
    top: 17px;
    left: 0;
}

.titlee h1:after{
    content: "";
    background: url(images/Group144.png);
    height: 10px;
    width: 51px;
    float: left;
}

.more {
    float: left;
    margin: 5px 0px 0 2px;
}
.more a {
    display: block;
    background: #333333;
    margin: 0 auto;
    text-align: center;
    padding: 8px 13px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'op-b';

}
.tittle-desc{

}
.tittle-desc p{
    font-family: 'r-l';
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 20px 0 51px 0;
}

.service-single{

}

.service-single img{
    width: 47px;
}
.service-single:before {
    content: "";
    background: #323232;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 30px;
    top: 12px;
}
.service-single h1{
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 22px;
    font-family: r-bo;
    padding: 28px 0 0 0;
    margin: 0;
}
.service-single p {
    font-family: 'r-l';
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding: 16px 0 0 0;
    line-height: 27px;
}

.service-single a {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 16px;
    font-family: r-bo;
    padding: 16px 0px 0 0px;
}
.service-single a i {
    font-size: 12px;
    padding: 0 0px 0 10px;
}
.about-us {
    padding: 58px 0;
    background: url(images/fineporch.png);
    background-position: -80px 170px;
    background-repeat: no-repeat;
}

.about-content {
    background: #1E1E1E;
    padding: 49px;
    position: relative;
    left: 70px;
    z-index: 1000000;
    top: 30px;
}
.about-content h1 {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 28px;
    font-family: r-bo;
    padding: 0 0 0;
    margin: 0;
}
.about-content h1:after {
    content: '';
    border: 1px solid #707070;
    width: 56px;
    position: absolute;
    left: 49px;
    top: 95px;
}
.about-content p {
    font-family: 'r-l';
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding: 50px 0 24px 0;
    line-height: 27px;
}

.about-content a {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 13px;
    font-family: r-bo;
    margin: 24px 0px 0 0px;
    text-decoration: none;
    background: #CBBF1C;
    padding: 12px 53px;
    border-radius: 150px;
}

.projects {
    margin: 83px 0 0 0;
    background: #1E1E1E;
    padding: 46px 46px 77px 46px;
}

.projects .titlee h1 {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 38px;
    font-family: r-bo;
    padding: 0;
    margin: 0;
    z-index: 1000;
    position: relative;
}
.projects .titlee h1:before {
    content: "";
    background: #4A4A4A;
    width: 118px;
    height: 8px;
    position: absolute;
    z-index: -1;
    top: 17px;
    left: -5px;
}
.projects .titlee h1:after {
    content: "";
    background: url(images/Group144.png);
    height: 10px;
    width: 51px;
    position: absolute;
    left: 0;
    top: 43px;
}

.projects .tittle-desc p {
    font-family: 'r-l';
    text-align: left;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 40px 0 51px 0;
}



/* ---------------------------------------------------- */
/* Start products section */
.card-slider.owl-theme .owl-nav .owl-prev, .card-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F1618;
    border-radius: 8px;
    color: #989898;
}

.card-slider.owl-theme .owl-nav .owl-prev {
    left: 20px;
}

.card-slider.owl-theme .owl-nav .owl-next {
    right: 20px;
}

.products {
    background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    position: relative;
}










.product img {
    height: 386px;
    overflow: hidden;
}

.product-item .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}


.owl-item.cloned .product-item,
.card-slider.owl-theme .owl-item.active+.owl-item.active+.owl-item.active+.owl-item.active .product-item {
    box-shadow: none;
}

.card-slider.owl-theme .owl-item.active+.owl-item.active .item {
    margin-inline: 0;
}

.card-slider.owl-theme .owl-item.active+.owl-item.active+.owl-item.active .item {
    margin-inline-start: 0;
    margin-inline-end: 0px;
    

}

.card-slider.owl-theme .owl-item.active .item {
    margin-inline-start: 0px;


}

.product-item:hover img {
    transform: scale(1.1);
}


/* nice select */
.nice-select {
    width: 100%;
    /* margin-bottom: 15px; */
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
}

.nice-select::after {
    left: 12px;
    right: auto;
}

.nice-select .option {
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}


.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}
.owl-item.center img{
    opacity: 0.8 !important;
}
.owl-item.center > div:after {
  content: 'center';
}
.owl-item.active.center > div:after {
  content: 'active center';
}
.owl-item > div:after {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 22px;
    font-family: r-m;
    padding: 20px 39px;
    width: 100%;
    float: left;
    background: #111111;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin: 30px 0 0 -30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #CBBF1C !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    outline: auto;
}
.callus {
    background-image: url(images/Group67268.png);
    width: 100%;
    padding: 122px 0;
}
.call-content{
    float: left;
    width: 100%;
}
.call-content p {
    color: #fff;
    text-shadow: none;
    text-align: center;
    font-size: 44px;
    font-family: r-m;
    margin: 0 0 30px 0;
}

.call-content a {
    color: #fff;
    text-shadow: none;
    text-align: center;
    font-size: 13px;
    font-family: r-bo;
    text-decoration: none;
    background: #CBBF1C;
    padding: 12px 53px;
    border-radius: 150px;
    margin: 0px 40%;
}


.footer{
    padding: 62px 0 0 0 ;
}

.footer p {
    font-family: 'op-r';
    text-align: left;
    font-size: 16px;
    color: #C8C8C8;
    line-height: 25px;
    padding: 16px 0;
    height: 118px;
    overflow: hidden;
}

.footer .titlee h1 {
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-size: 28px;
    font-family: r-bo;
    padding: 0;
    margin: 38px 0 0 0;
}
.footer .titlee h1:before {
    content: "";
    background: #4A4A4A;
    width: 118px;
    height: 8px;
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 0;
}

.footer .titlee h1:after{
    content: "";
    background: url(images/Group144.png);
    height: 10px;
    width: 51px;
    float: left;
}

.listtt {
    width: 100%;
    float: left;
}
.listtt ul {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
}
.listtt ul li {
    float: left;
    width: 100%;
}
.listtt ul li a {
    text-decoration: none;
    font-family: 'op-r';
    text-align: left;
    font-size: 16px;
    color: #C8C8C8;
}
.listtt ul li a i {
    padding: 0 10px;
}

.footend{
    border-top: 1px solid #4B4B4B;
}
.footend i{

}
.footend p {
    font-family: 'r-l';
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px 0 0 0;
}


.menu {
    margin: 8px 0 0 0;
    width: 39px;
    transition: 0.3s border-radius ease-in-out, 0.3s height ease-in-out;
    overflow: hidden;
    color: #fff;
    float: right;
    padding: 5px 0px;
    background: #CCB810;
    border-radius: 9px;
}
.menu--closed {
    height: 37px;
}

.menu--open {
    height: 213px;
    width: 70px;
    padding: 5px 10px;
}
.tools a {
    text-decoration: none;
    font-family: 'op-r';
    text-align: left;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}
.button {
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 31px;
    height: 22px;
    left: 0;
    top: 0px;
    color: #fff;
    opacity: 1;
    padding: 2px;
    margin: 0 0 0 3px;
}

.button:hover {
    opacity: 0.6;
}

.button span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 20%;
}

.menu--open .button{
    transform-origin: center;
    transform: rotate(90deg);
}

.tools{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 60%;
    justify-content: space-between;
    transition: 0.3s margin ease-in-out;
}


.tools .icon{
    transition: 0.2s transform ease-in-out;
}

.tools .icon:hover{
    transform: scale(0.8);
}

.tools--hidden{
    margin-top: 400px;
    z-index: -100;
}

.tools--visible{
    margin-top: 40%;
    z-index: 100;
}