body {
    overflow-x: hidden;
    font-family: 'Cairo', sans-serif !important;
}

ul.unstyled {
    list-style: none;
    margin:0;
    padding:0;
    text-align: center;
}

a.normal {
    text-decoration:none;
    color:#FFF;
    padding: 10px;
}

.box-title {
    text-align:center;
    text-transform: capitalize;
    margin-bottom: 55px;
}

section {
    overflow: hidden;
}

.lg-outer {
    text-align:right;
}

.lg-outer .lg-dropdown a {
    direction:ltr;
}

/* start:: navbar */

.navbar {

    top:0;
    left:0;
    width:100%;
    height: 55px;
    background-color: #000;
    z-index:900;
}

.navbar .navbar-brand {
    width: 180px;

    transform: translateY(0px);
}

.navbar .navbar-brand .img {
    width:100%;
    height: 60px;
    position: relative;
    top: 10px;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
    margin-left: 15px;
    font-weight:700;
    color:#fff;
    position:relative;
}

.navbar .navbar-nav .nav-link:hover {
    color:#fff;
}

.navbar .navbar-nav .nav-link:before {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width: 0;
    height: 2px;
    background-color: #81654C;
    opacity: 0;
    transition: .4s;
}

.navbar .navbar-nav .nav-link:hover:before {
    opacity:1;
    width: 100%;
} 

.navbar .navbar-nav .nav-link.active {
    color:#e7c171;
}


.navbar .navbar-nav .dropdown-list {
    position:relative;
    transition:.4s;
}

.navbar .navbar-nav .dropdown-list .dropdown-wrapper {
    position:absolute;
    top:50px;
    left:0;
    width:180px;
    height:auto;
    background-color: #fff;
    padding: 10px 0;
    z-index:999;
    opacity:0;
    transform: translateY(10px);
    transition: .4s;
}

.navbar .navbar-nav .dropdown-list .dropdown-wrapper .nav-link {
    padding: 5px 15px;
    color:#333;
    border-bottom: 1px solid #eee;
    transition: .4s;
}

.navbar .navbar-nav .dropdown-list .dropdown-wrapper .nav-link:hover {
    color: #e50263;
}

.navbar .navbar-nav .dropdown-list .dropdown-wrapper .nav-link:before {
    display:none;
}

.navbar .navbar-nav .dropdown-list:hover .dropdown-wrapper {
    opacity:1;
    transform: translateY(0);
}

.navbar .navbar-nav .dropdown-list:hover .dropdown-wrapper .dropdown .dropdown-menu {
    border: 0;
    position:static;
}

.navbar .navbar-nav .dropdown-list:hover .dropdown-wrapper .dropdown .dropdown-item:focus {
    background-color:#81644B;
    color:#fff;
}

.navbar .navbar-nav .dropdown-list:hover .dropdown-wrapper .dropdown .dropdown-item {
    border-bottom: 1px dashed #ddd;
}

.navbar-fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 90px;
    background-color:#000;
    box-shadow: 0 0 5px rgba(0,0,0,.6);
}

.navbar-fixed .link-wrapper {
    display: flex;
}

.link-wrapper .normal {
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    width:40px;
    height:40px;
    border-radius: 100%;
    background-color: #ddd;
    color:#333;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: .4s;
}

.link-wrapper .normal:hover {
    transform: rotate(360deg);
    color: #81644B;
}

.navbar-fixed .navbar-nav .nav-link {
    color:#FFF !important;
}

@media (max-width:991px) {
    .navbar .navbar-brand {
        transform: translate(16px,-9px);
        width: 140px;
        float: left;
    }

    .navbar .navbar-nav {
        background-color: #fff;
        padding: 15px 10px;
        border-radius: 15px;
    }

    .navbar .navbar-nav .nav-link {
        color: #333 !important;
    }

    .navbar .navbar-nav .dropdown-list .dropdown-wrapper {
        position:relative !important;
        top:0;
        right:0;
        height:0;
        opacity:0 !important;
        transition: .6s;
        padding:0;
    }

    .navbar .navbar-nav .dropdown-list:hover .dropdown-wrapper.show {
        height:auto;
        opacity:1 !important;
        padding:10px;
    }

    .navbar .navbar-nav.link-wrapper {
        display:none;
    }

    .navbar .navbar-nav {
        text-align:center;
    }
}

/* end:: navbar */


/* start:: header */

.header .carousel .carousel-indicators {
    display:none;
}

.header .carousel .carousel-item {
    position:relative;
    height: 700px;
    background-size:cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 13%);
}

.header .carousel .slide1 {
    background-image: url('../images/1.jpg');
}

.header .carousel .slide2 {
    background-image: url('../images/header-background-3.jpg');
}

.header .carousel .slide3 {
    background-image: url('../images/header-background2.jpg');
    background-position:center;
}

.header .carousel .carousel-item .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header .carousel .carousel-item .overlay .title {
    font-size: 190%; 
    color: #fff;
    text-align:center;
    position:relative;
    margin-bottom: 35px;
    padding-bottom: 25px;
    margin-top: 50px;
}

.header .carousel .carousel-item .overlay .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    width:200px;
    height: 2px;
    background-color: #81644B;
}

.header .carousel .carousel-item .overlay .content {
    width: 60%;
    margin: 0 auto;
    text-align:center;
    color:#fff;
    word-spacing: 2px;
}

.header .carousel .carousel-item .overlay .btn {
    width: 170px;
    padding: 10px 0;
    background-color: #ddd;
    color:#333;
    border-color: #81644B;
    border-radius: 0;
    margin-top: 35px;
    transition: .4s;
}

.header .carousel .carousel-item .overlay .btn:hover {
    background-color:#81644B;
    color:#fff;
    border-radius: 25px;
}

.header .carousel .carousel-control-prev ,
.header .carousel .carousel-control-next
{
    top:50%;
    transform: translateY(-50%);
    background-color:#81644B;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.header .carousel .carousel-control-prev {
    right: 25px;
}

.header .carousel .carousel-control-next {
    left: 25px;
}


@media (max-width: 991px) {
    .header .carousel .carousel-control-prev ,
    .header .carousel .carousel-control-next
    {
        display:none;
    }

    .header .carousel .carousel-indicators {
        display:flex;
    }
}

/* end:: header */

/* start:: services */

.services {
    padding-top: 50px;
    padding-bottom: 65px;
    position:relative;
}

.services:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 80px;
    -webkit-clip-path: polygon(0 23%, 0 0, 100% 0);
    clip-path: polygon(0 23%, 0 0, 100% 0);
    background-color: #81644B;
}

.services:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100px;
    background-color: #81644B;
    -webkit-clip-path: polygon(100% 85%, 0 100%, 100% 100%);
    clip-path: polygon(100% 85%, 0 100%, 100% 100%);
}

.services .box-title .title {
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 45px;
}

.services .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:120px;
    height: 2px;
    background-color:rgb(141 115 41 / 70%);
}

.services .box-title .title:after {
    content:'';
    position:absolute;
    bottom:-5px;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transform: translateX(-50%);
    border: 2px solid rgb(141 115 41 / 70%);
    background-color: #fff;
}

.services .box-title .content {
    color: #000;
}

.services .card-wrapper {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 2px solid #81644B;
    transition: .4s;
    height: 100%;
 
}

.services .card-wrapper:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.services .card-wrapper .img-wrapper {
 
    border-radius: 100%;

    display:flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.services .card-wrapper .img-wrapper .img {
    width: 150%;
}

.services .card-wrapper .info-wrapper .title {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #81644B;
}

/* end:: services */

/* start:: info */

.info {
    position:relative;
    /* padding: 80px 0; */
}

.info .flex-wrapper {
    display:flex;
    flex-wrap: wrap;
}

.info .flex-wrapper .card-wrapper {
    width: 33.33333%;

    background-size:cover;
    background-blend-mode:overlay;
    background-color: #000;
    position:relative;
    background-repeat:  no-repeat;
}



.info .flex-wrapper .card-wrapper .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-color: rgb(237, 20, 91, .2);
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    opacity:0;
    transition:.4s;
}

.info .flex-wrapper .card-wrapper:hover .overlay {
    opacity:1;
}

.info .flex-wrapper .card-wrapper .overlay .title {
    color:#fff;
    position:relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info .flex-wrapper .card-wrapper .overlay .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

.info .flex-wrapper .card-wrapper .overlay .content {
    color:#fff;
    word-spacing: 2px;
    width: 80%;
    margin: 0 auto;
    text-align:center;
    font-size: 14px;
}

.info .flex-wrapper .card-wrapper .overlay .btn {
    width: 150px;
    padding: 10px 0;
    background-color: transparent;
    border-color: #fff;
    border-radius:0;
    color:#fff;
    margin-top: 20px;
} 

@media (max-width:991px) {
    .info .flex-wrapper .card-wrapper {
        width: 100%;
    }
}

/* end:: info */

/* start:: gallery */

.gallery {
    padding-top: 50px;
    padding-bottom: 65px;
    position:relative;
}

.gallery .box-title .title {
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.gallery .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:120px;
    height: 2px;
    background-color: rgba(237,20,91,.7);
}

.gallery .box-title .title:after {
    content:'';
    position:absolute;
    bottom:-5px;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transform: translateX(-50%);
    border: 2px solid rgba(237,20,91,.7);
    background-color: #fff;
}


.gallery .box-title .content {
    color: #000;
    width:80%;
    margin: auto;
}

.gallery .nav-tabs {
    border:0;
    justify-content:center;
}

.gallery .nav-tabs .nav-link {
    border: 1px solid #81644B;
    width: 100px;
    padding: 10px 0;
    color:#333;
    text-align:center;
    border-radius: 0;
    margin-left: 5px;
    transition: .4s;
}

.gallery .nav-tabs .nav-link.active {
    background-color: #81644B;
    color:#fff;
}

.gallery .tab-content {
    margin-top: 40px;
}

.gallery .tab-pane .flex-row {
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.gallery .tab-pane .flex-row .img-wrapper {
    width: 33.33333%;
}

.gallery .tab-pane .flex-row .img-wrapper .img {
    width: 100%;
}

@media (max-width:991px) {
    .gallery .nav-tabs .nav-link {
        margin-bottom: 5px;
    }
}

/* end:: gallery */

/* start:: ware-sec */

.ware-sec {
    padding-top:110px;
    padding-bottom:110px;
    position:relative;
}

.ware-sec:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:80px;
    background-color: #81644B;
    -webkit-clip-path: polygon(100% 85%, 0 100%, 100% 100%);
    clip-path: polygon(100% 85%, 0 100%, 100% 100%);
}

.ware-sec:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 80px;
    -webkit-clip-path: polygon(0 23%, 0 0, 100% 0);
    clip-path: polygon(0 23%, 0 0, 100% 0);
    background-color: #81644B;
}

.ware-sec .img-wrapper .img {
    width:80%;
}

.ware-sec .content-wrapper {
    transform: translateY(120px);
}

.ware-sec .content-wrapper .title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.ware-sec .content-wrapper .title:after {
    content:'';
    position: absolute;
    bottom:0;
    right:0;
    width: 150px;
    height: 2px; 
    background-color: #81644B;
}

.ware-sec .content-wrapper .content {
    word-spacing: 2px;
    color: #000;
    width: 90%;
}

.ware-sec .content-wrapper .btn {
    width: 150px;
    padding: 10px 0;
    background-color: #81644B;
    border-color: #81644B;
    border-radius: 25px;
    color:#fff;
    margin-top: 30px;
}

@media (max-width:991px) {
    .ware-sec .img-wrapper {
        display:block;
        text-align: center;
    }

    .ware-sec .content-wrapper {
        transform: translate(0);
    }
}

/* end:: ware-sec */

/* start:: blog */

.blog {
    padding-top:50px;
    padding-bottom: 65px;
}

.blog .box-title .title {
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.blog .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:120px;
    height: 2px;
    background-color: rgba(237,20,91,.7);
}

.blog .box-title .title:after {
    content:'';
    position:absolute;
    bottom:-5px;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transform: translateX(-50%);
    border: 2px solid rgba(237,20,91,.7);
    background-color: #fff;
}


.blog .box-title .content {
    color: #000;
    width:80%;
    margin: auto;
}

.blog .card-wrapper {
    margin-bottom: 35px;
}

.blog .card-wrapper .img-wrapper {
    position:relative;
    margin-bottom: 20px;
}

.blog .card-wrapper .img-wrapper .img {
    display: block;
    margin: 0px auto;
    max-height: 280px;
}

.blog .card-wrapper .img-wrapper .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    transform: scale(0);
    background-color: #ffc10754;
    display:flex;
    justify-content:center;
    align-items: center;
    text-decoration:none;
    transition: .4s;
}

.blog .card-wrapper .img-wrapper .overlay .fa {
    font-size: 28px;
    color:#fff;
}

.blog .card-wrapper:hover .img-wrapper .overlay {
    transform: scale(1);
}

.blog .card-wrapper .content-wrapper {
    text-align:center;
}

.blog .card-wrapper .content-wrapper .title {
    color: #81644B;
}

.blog .card-wrapper .content-wrapper .content {
    width:90%;
    margin: 0 auto;
}

.blog .btn-wrapper {
    text-align:center;
    margin-top: 35px;
}

.blog .btn-wrapper .btn {
    width: 170px;
    padding: 10px 0;
    margin: 0 auto;
    border-color: #81644B;
    background-color: transparent;
    border-radius: 25px;
    transition: .4s;
}

.blog .btn-wrapper .btn:hover {
    background-color: #81644B;
    color:#fff;
}

/* end:: blog */

/* start:: social-contact */

.social-contact{
    padding-top:50px;
    padding-bottom:50px;
    position:relative;
}

.social-contact:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:40%;
    height:100%;
    background-color: #81654C;
    border-top-left-radius: 100%;
    z-index: -1;
}

.social-contact .page-wrapper iframe {
    height: 400px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}


.social-contact .content-wrapper {
    transform: translateY(100px);
    text-align:center
}

.social-contact .content-wrapper .title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.social-contact .content-wrapper .title:after {
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px; 
    background-color: #81644B;
}

.social-contact .content-wrapper .content {
    word-spacing: 2px;
    color: #000;
    width: 90%;
}

.social-contact .content-wrapper .btn {
    width: 150px;
    padding: 10px 0;
    background-color: #81654C;
    border-color: #81644B;
    border-radius: 25px;
    color:#fff;
    margin-top: 30px;
}

@media (max-width:991px) {
    .social-contact:before {
        content:'';
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:3px;
        background-color: #81644B;
        border-bottom-left-radius: 100%120px;
        border-bottom-right-radius: 100%120px;
    }
}

/* end:: social-contact */

/* start:: contact */


.contact {
    padding-top:50px;
    padding-bottom: 65px;
}

.contact .box-title .title {
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.contact .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:120px;
    height: 2px;
    background-color: rgba(237,20,91,.7);
}

.contact .box-title .title:after {
    content:'';
    position:absolute;
    bottom:-5px;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transform: translateX(-50%);
    border: 2px solid rgba(237,20,91,.7);
    background-color: #fff;
}


.contact .box-title .content {
    color: #000;
    width:80%;
    margin: auto;
}

.contact .form-wrapper {
    width: 70%;
    margin: 0 auto;
}

.contact .form-wrapper .form-control {
    height: 45px;
    box-shadow: none;
    font-size: 15px;
    transition: .4s;
}

.contact .form-wrapper textarea.form-control {
    height: auto;
}

.contact .form-wrapper .form-control:focus {
    border-color: #81644B;
}

.contact .form-wrapper .btn-wrapper .btn {
    width: 170px;
    padding: 10px 0;
    border-color: #81644B;
    color:#333;
    transition: .4s;
}

.contact .form-wrapper .btn-wrapper .btn:hover {
    background-color: #81644B;
    color:#fff;
}

/* end:: contact */

/* start:: map */

.map .map-wrapper {
    width: 100%;
    height: 300px;
}

/* end:: map */

/* start:: brands */

.brands {
    padding: 30px 0;
    background-image: url('../images/p10.png');
    background-blend-mode:overlay;
    background-color: rgba(0,0,0,.5);
}

/* end:: brands */


/* start:: scrollBtn */

.scrollBtn {
    position:fixed;
    bottom:30px;
    right: 30px;
    width:50px;
    height:50px;
    border-radius:100%;
    background-color:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:1002;
}

.scrollBtn:hover {
    animation-name: bounce;
    animation-duration: 5s;
}

.scrollBtn .fa {
    font-size: 22px;
    color: #333;
    transition: .4s;
}

.scrollBtn:hover .fa {
    color: #81644B;
}

@keyframes bounce {

    15% {
        transform: translateY(-20px);
    }

    25% {
        transform: translateY(15px);
    }

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

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* end:: scrollBtn */

/* start:: footer */


.footer {
    padding: 70px 0;
    background-color: #fff;
    overflow:hidden;
}

.footer .about-wrapper .logo-wrapper {

    background-color: #000;
    padding:5px;
    border-radius: 10px;
    margin: 0px auto;
}

.footer .about-wrapper .logo-wrapper .img {
    width:100%;
    border-radius: 10px;
}

.footer .about-wrapper .content {
    color: #000;
    font-size:15px;
    width: 90%;
    margin-top: 15px;
    text-align: center;
}

.footer .about-wrapper .link-wrapper {
    display: flex;
}

.footer .about-wrapper .link-wrapper .normal {
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    width:40px;
    height:40px;
    border-radius: 100%;
    background-color: #ddd;
    color:#333;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: .4s;
    margin:0px auto;
}

.footer .about-wrapper .link-wrapper .normal:hover {
    transform: rotate(360deg);
    color: #81644B;
}

.footer .about-wrapper .form-wrapper {
    margin-top: 30px;
}

.footer .about-wrapper .form-wrapper .form-group {
    position:relative;
}

.footer .about-wrapper .form-wrapper .form-group .form-control {
    height: 45px;
    box-shadow: 0;
    color:#333;
    border-radius: 25px;
}

.footer .about-wrapper .form-wrapper .form-group .btn {
    position:absolute;
    top:0;
    left:0;
    width: 45px;
    height: 45px;
    background-color:#81644B;
    font-size: 15px;
    border-radius:50%;
    transition: .4s;
}

.footer .about-wrapper .form-wrapper .form-group .btn:hover {
    transform: rotate(360deg);
}


.footer .link-list .list-title {
    width: 100%;
    color:#333;
    font-weight:700;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 18px;
}

.footer .link-list .list-item {
    margin-bottom: 10px;
}

.footer .link-list .list-item .normal {
    color:#333;
    opacity:.7;
    font-size: 16px;
    transition: .4s;
}

.footer .link-list .list-item .normal:hover {
    opacity:1;
    color:#81644B;
}

.footer .gallery-wrapper {
    display:flex;
    flex-wrap: wrap;
}

.footer .gallery-wrapper .list-title {
    width: 100%;
    color:#333;
    font-weight:700;
    text-transform: capitalize;
    margin-bottom: 25px;
    text-align: center;
}

.footer .gallery-wrapper .list-item {
    width: 45%;
    margin: 0px auto;
    border: 5px solid #FFF;
}

.footer .gallery-wrapper .list-item .img {

    border-radius: 5px;

}

.footer .form-wrapper .form-title {
    width: 100%;
    color:#fff;
    font-weight:700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.footer .form-wrapper .form-group .form-control {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
}

.footer .form-wrapper .btn {
    width: 100px;
    padding: 8px 0;
    background-color: transparent;

    color: #fff;
    transition: .4s; 
}

.footer .form-wrapper .btn:hover {
    background-color: #E50263;
}

@media (max-width: 991px) {


    .footer .about-wrapper .logo-wrapper {
        margin:auto;
    }

    .footer .about-wrapper .content {
        margin-top:15px;
        text-align:center;
    }

    .footer .about-wrapper .link-wrapper {
        justify-content:center;
    }

    .footer .list-wrapper .list-title ,
    .footer .gallery-wrapper .list-title ,
    .footer .form-wrapper .list-title ,
    .footer .list-wrapper .list-item ,
    .footer .form-wrapper .list-item
    {
        text-align:center;
    }
}

/* end:: footer */

/* start:: copyright */

.copyright {
padding-bottom: 40px;
    background-color: #81644B;
    text-align: center;
    color: #FFF;
    text-align: center;
}

.copyright .content {
    color:#fff;
    text-align:center;
    direction:ltr;
    font-size: 15px;
    font-weight:700;
    margin-top: 10px;
}
.deltawy{
   width: 100px;
   height: 50px;
}
/* end:: copyright */




/* sub-pages */

/* start:: sub-navbar */

.sub-navbar {
    position:relative;
    background-color:#fff;
}

.sub-navbar .navbar-nav .nav-link , .navbar .navbar-nav .nav-link:hover {
    color: #FFF;
}

.sub-navbar.link-wrapper {
    display: flex;
}

.sub-navbar .link-wrapper .normal {
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    width:40px;
    height:40px;
    border-radius: 100%;
    background-color: #ddd;
    color:#333;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: .4s;
}

.sub-navbar .link-wrapper .normal:hover {
    transform: rotate(360deg);
    color: #81644B;
}

@media (max-width:991px) {
    .sub-navbar .link-wrapper {
        display:none;
    }

    .sub-navbar .navbar-nav {
        margin-top: 20px !important;
    }
}

/* end:: sub-navbar */

/* start:: sub-header */

.sub-header {
    height:300px;
    background-image: url('../images/header-background2.jpg');
    background-size: cover;
    background-blend-mode:overlay;
    background-color: rgba(0,0,0,.5);
    position:relative;
}

.sub-header .overlay {
    position:relative !important;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display:flex;
    justify-content:flex-start;
    align-items: center;
}

.sub-header .overlay .title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.sub-header .overlay .link-wrapper {
    margin-top: 20px;
} 

.sub-header .overlay .link-wrapper .normal {
    color: #fff;
    font-weight:700;
    margin-left: 15px;
}

.sub-header .overlay .link-wrapper .fa {
    color: #81644B;
    margin-left: 15px;
    font-size: 18px;
}

/* end:: sub-header */
div.r-blogs a{
    text-decoration: none;
}
.round{
    width: 75px !important;
    height: 75px !important;
    background-color: #797979 !important;
}

/* start:: product */

.product {
    padding-top: 50px;
    padding-bottom: 65px;
}

.product .tab-content .tab-pane .img {
    width: 100%;
    height: 450px;
}

.product .nav-tabs {
    border: none;
    display:flex;
    flex-direction:row;
    margin-top: 10px;
    justify-content:space-between;
}

.product .nav-tabs .nav-item {
    width: calc(100% / 3 - 20px);
}

.product .nav-tabs .nav-item:last-child {
    margin-left: 0;
}

.product .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
}

.product .nav-tabs .nav-item .nav-link.active .img {
    filter: none;
}

.product .nav-tabs .nav-link .img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .4s;
}

.product .info-wrapper {
    padding-top: 45px;
}

.product .info-wrapper .title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position:relative;
    text-align: center;
}

.product .info-wrapper .title:after {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:1px;
    background-color:#ddd;
}

.product .info-wrapper .title:before {
    content:'';
    position:absolute;
    bottom:0px;
    right:0;
    width:170px;
    height:3px;
    background-color:#81644B;
} 

.product .info-wrapper .content {
    word-spacing: 3px;
    color:#000;
    line-height: 27px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ddd;
}

.product .info-wrapper .share-links .title {
    font-size: 17px;
    font-weight:700;
    margin-left: 25px;
}

.product .info-wrapper .share-links .title:after , .product .info-wrapper .share-links .title:before {
    display:none;
}

.product .info-wrapper .share-links .normal {
    margin-left: 15px;
}

.product .info-wrapper .share-links .img {
    width: 50px;
    height: 50px;
}

/* end:: product */

/* start:: related-product */

.related-product {
    padding-top: 50px;
    padding-bottom: 65px;
}

.related-product .box-title .title {
    padding-bottom: 25px;
    position:relative;
}

.related-product .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    right: 0;
    width:100%;
    height: 1px;
    background-color: #ddd;
}

.related-product .box-title {
    text-align:right;
}

.related-product .box-title .title:after {
    content:'';
    position:absolute;
    bottom:0;
    right: 0;
    width:170px;
    height: 3px;
    background-color: #81644B;
}

.related-product .img-wrapper {
    position:relative;
}

.related-product .img-wrapper .overlay {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: rgb(232, 16, 107, .5);
    display:flex;
    justify-content:center;
    align-items:center;
    transition: .4s;
    text-decoration: none;
}

.related-product .img-wrapper .overlay .fa {
    color: #fff;
    font-size: 28px;
}

.related-product .img-wrapper:hover .overlay {
    transform: scale(1);
} 

/* end:: related-product */

/* start:: sub-footer */

.sub-footer {
    position: relative;
}

.sub-footer:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 30px;
    background-color: #81644B;
    -webkit-clip-path: polygon(0 0, 0 85%, 100% 0);
    clip-path: polygon(0 0, 0 85%, 100% 0);
}

/* end:: sub-footer */

/* start:: top-menu */

.top-menu {
    padding: 15px 0;
    background-color: #81644B;
}

.top-menu .contact-info {
    display:flex;
    align-items:center;
}

.top-menu .contact-info .item {
    color: #fff;
    margin-left: 20px;
}

.top-menu .contact-info .item .fa {
    font-size: 17px;
    margin-left: 10px;
}

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

/* end:: top-menu */

/* start:: sub-services */

.sub-services {
    padding-top: 60px;
    padding-bottom: 60px;
    position:relative;
}

.sub-services .box-title .title {
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.sub-services .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:120px;
    height: 2px;
    background-color: rgba(237,20,91,.7);
}

.sub-services .box-title .title:after {
    content:'';
    position:absolute;
    bottom:-5px;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transform: translateX(-50%);
    border: 2px solid rgba(237,20,91,.7);
    background-color: #fff;
}

.sub-services .box-title .content {
    color:#000;
    word-spacing: 2px;
    width: 90%;
    margin:0 auto;
}

.sub-services .card-wrapper {
    padding: 20px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    text-align:center;
    border-radius: 5px;
    margin-bottom: 50px;
}

.sub-services .card-wrapper .title {
    color:#cb7121;
    margin-bottom: 25px;
}

.sub-services .card-wrapper .content {
    color: #000;
    width: 90%;
    margin: auto;
}

.sub-services .main-wrapper .img-wrapper {
    width: 80px;
    height:80px;
    border-radius:100%;
    border: 1px solid #ddd;
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 0 auto;
    position:relative;
    transition-duration: .4s;
    transition-delay: .4s;
}

.sub-services .main-wrapper:hover .img-wrapper {
    border-color: #81644B;
    border-width: 2px;
}

.sub-services .main-wrapper .img-wrapper:before {
    content:'';
    position:absolute;
    top:-50px;
    width:2px;
    height:50px;
    background-color: #ddd;
}

.sub-services .main-wrapper .img-wrapper:after {
    content:'';
    position:absolute;
    top:-50px;
    width:2px;
    height:0;
    background-color: #81644B;
    transition: .4s;
}

.sub-services .main-wrapper:hover .img-wrapper:after {
    height: 50px;
}

.sub-services .main-wrapper .img-wrapper .img {
    width: 50px;
    height: 50px;
}

@media (max-width:991px) {
    .sub-services .main-wrapper {
        margin-bottom: 50px;
        position:relative;
    }

    .sub-services .main-wrapper:before {
        content:'';
        position:absolute;
        bottom:-50px;
        left:50%;
        transform:translateX(-50%);
        width:2px;
        height:50px;
        background-color: #ddd;
    }

    .sub-services .main-wrapper:after {
        content:'';
        position:absolute;
        bottom:-50px;
        left:50%;
        width:2px;
        transform:translateX(-50%);
        height:0;
        background-color: #81644B;
        transition: .4s;
    }

    .sub-services .main-wrapper:hover:after {
        height:50px;
    }

    .sub-services .main-wrapper:last-child:before , .sub-services .main-wrapper:last-child:after {
        display:none;
    }
}

/* end:: sub-services */

/* start:: booking */

.booking {
    padding: 80px 0;
    background-color: #81644B;
}

.booking .content {
    color:#fff;
}

.booking .btn {
    width: 170px;
    padding: 12px 0;
    background-color:#fff;
    color:#333;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    margin-right: auto;
    font-size: 18px;
}

@media(max-width:991px) {
    .booking {
        text-align:center;
    }

    .booking .btn {
        margin:auto;
        margin-top: 25px;
    }
}

/* end:: booking */

/* start:: sub-blogs */

.sub-blogs {
    padding-top: 60px;
    padding-bottom: 65px;
}

.sub-blogs .blog-content .img {
    max-height: 350px;
    border-radius: 10px;
    margin: 0px auto;
    display: block;
    max-width: 100%;
}

.sub-blogs .blog-content .title {
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position:relative;
}

.sub-blogs .blog-content .title:before {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height: 1px;
    background-color:#ddd;
}

.sub-blogs .blog-content .title:after {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:170px;
    height: 3px;
    background-color:#81644B;
}

.sub-blogs .blog-content .content {
    word-spacing: 3px;
    color:#000;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ddd;
}

.sub-blogs .blog-content .share-wrapper .s-title {
    font-size: 17px;
    font-weight:700;
    margin-left: 20px;
}

.sub-blogs .blog-content .share-wrapper .normal {
    width:50px;
    height: 50px;
    border-radius: 100%;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background-color:#ddd;
    margin-left: 15px;
    font-size: 18px;
}

.sub-blogs .r-blogs {
    border: 1px solid #ddd;
    padding: 15px 10px;
    border-radius: 15px;
}

.sub-blogs .r-blogs .r-title {
    font-weight: 700;
}

.sub-blogs .blog-wrapper {
    display:flex;
    justify-content:space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #ddd;
} 

.sub-blogs .blog-wrapper:last-child {
    border-bottom: none;
}

.sub-blogs .blog-wrapper .img {
    width: 45%;
    height: 100px
}



.sub-blogs .blog-wrapper .content .sub-title {
    font-weight: 700;
    margin-top: 10px;
}

.sub-blogs .blog-wrapper .content .text {
    font-size: 15px;
    color:#000;
}

@media (max-width:991px) {
    .sub-blogs .r-blogs  {
        margin-top: 20px;
    }
}

/* end:: sub-blogs */

/* start:: products  */

.products {
    padding-top: 50px;
    padding-bottom: 65px;
}


.products .box-title .title {
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.products .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:120px;
    height: 2px;
    background-color: rgba(237,20,91,.7);
}

.products .box-title .title:after {
    content:'';
    position:absolute;
    bottom:-5px;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transform: translateX(-50%);
    border: 2px solid rgba(237,20,91,.7);
    background-color: #fff;
}

.products .box-title .content {
    color:#000;
    word-spacing: 2px;
    width: 90%;
    margin:0 auto;
}


.products .nav-tabs {
    border:0;
    justify-content:center;
}

.products .nav-tabs .nav-link {
    border: 1px solid #81644B;
    width: 100px;
    padding: 10px 0;
    color:#333;
    text-align:center;
    border-radius: 0;
    margin-left: 5px;
    margin-bottom: 5px;
    transition: .4s;
}

.products .nav-tabs .nav-link.active {
    background-color: #81644B;
    color:#fff;
}

.products .tab-content {
    margin-top: 40px;
}

.products .img-wrapper {
    margin-bottom: 35px;
    position:relative;
}

.products .img-wrapper .img {
    width: 100%;
}

.products .img-wrapper .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color: rgb(237, 20, 91, .5);
    text-decoration:none;
    transform: scale(0);
    transition: .4s;
}

.products .img-wrapper:hover .overlay {
    transform: scale(1);
}

.products .img-wrapper .overlay .fa {
    font-size: 28px;
    color:#fff;
}

/* end:: products  */

/* start:: q-wrapper */

.q-wrapper {
    padding-top:50px;
    padding-bottom: 65px;
}

.q-wrapper .box-title .title {
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.q-wrapper .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:120px;
    height: 2px;
    background-color: rgba(237,20,91,.7);
}

.q-wrapper .box-title .title:after {
    content:'';
    position:absolute;
    bottom:-5px;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    transform: translateX(-50%);
    border: 2px solid rgba(237,20,91,.7);
    background-color: #fff;
}

.q-wrapper .box-title .content {
    color:#000;
    word-spacing: 2px;
    width: 90%;
    margin:0 auto;
}

.q-wrapper .card {
    margin-bottom: 15px;
}

.q-wrapper .card .btn-link {
    text-decoration:none;
    color:#81644B;
}

.q-wrapper .card .btn-link .fa {
    color:#333;
    margin-left: 10px;
}

.q-wrapper .card .btn-link .fa-minus {
    display:none;
}

/* end:: q-wrapper */








.header .carousel .carousel-item .overlay .title {
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
    color: #FFFFFF;

}

.info-wrapper {
    top: 20px;
    position: relative;
}

.img-thumbnail {

    height: 100px !important;
    width: 100px !important;
}

.ui-widget {
    font-family: 'Cairo', sans-serif !important;
    font-size: 1.1em;
}

.blog-wrapper .content {
    width: 70%;
}
#overlay_sidemenu{
    position:  fixed !important;
}

#navBar{
    position: fixed !important; z-index:1;
}
.overlay-wrapper{
    position:relative;
}

.parts{
    color:white;
}
.video-panner{
    visibility: visible; animation-delay: 0.4s; animation-name: fadeIn;
}
.fb-message-blue{
    bottom: 150px; right: 150px;
}



.lg-outer .lg{
    direction: ltr;
}

.lg-outer .lg-thumb {

    margin: 0px auto;
}
.page-wrapper {
    text-align: center;
}

@media screen and (max-width: 426px) and (min-width: 100px) {
    /*                .title:after {
                        width: 100% !important;
                    }*/

    .services .card-wrapper{
        height: auto !important;
    }

    .content {
        width: 100% !important;
        text-align: center;
        line-height: 35px;
    }
    .ware-sec .content-wrapper .title{
        text-align: center;
    }
    .social-contact .content-wrapper {

        height: 50vh !important;
    }

    .header .carousel .carousel-item {
        position: relative;
        height: 380px;
        background-size: 128% 100%;
        background-repeat: no-repeat;
        background-blend-mode: overlay;
        background-color: rgb(0 0 0 / 13%);
    }
    .facePage{
        height: 100vh !important;
    }
}
.sidenav {
    right: -380px;
    direction: rtl;
}
.sidenav .imgg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    bottom: 0;
    max-height: 90px;
}

.sidenav .sidelabel {
    margin-right: 15px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.sidenav #search-field {
    padding-left: 30px;
}
.sidenav #searchForm .form-group {
    margin: 10px auto;
    position: relative;
}
.sidenav .collapse {
    border-right: 2px solid #ebf5f5;
    padding-right: 10px;
}
.sidenav ul {
    padding: 0 25px;
}
.sidenav p {
    margin: 0;
    font-size: 16px;
    padding-right: 10px;
}
.sidenav p a:link,
.sidenav p a:visited {
    color: #000;
    padding: 0;
}

.sideinner {
    padding-bottom: 70px;
}
.sideinner .dropdown-menu {
    right: -10px !important;
    left: auto !important;
    width: 97%;
}
.sideinner .icon-group {
    display: block;
}
.sideinner .icon-group i {
    display: none;
}

.sidenav {
    text-align: center;

    z-index: 999 !important;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #FFF;
    overflow-x: hidden;

    transition: 0.3s;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 66px;
}

.sidenav a {
    padding: 5px 5px 5px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #e12454;
}

.sidenav .img-fluid {
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.sidenav .closebtn {
    font-size: 30px;
    margin-right: 19px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    padding: 0;
    text-align: center;
    margin:5px auto;

}
#overlay_sidemenu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: none;
}





:root {
    --dlt-panel-height: 700px;
    --dlt-panel-height-sm: 450px;
    --dlt-content-width: 350px;
    --dlt-default-color: white;
}
header{
    position: relative;
    width: 100%;
    height: var(--dlt-panel-height);
}
.dlt-panel {
    width: 100%;
    height: var(--dlt-panel-height);
}
.dlt-panel .dlt-container {
    width: 100%;
    height: 100%;
    height: var(--dlt-panel-height);
    position: relative;
    overflow: hidden;
}

.dlt-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all .4s ease-in;
    margin: 0px auto;
}

.dlt-container #first {
    object-position: center -173px;
}

.dlt-container .dlt-content {
    width: var(--dlt-content-width);
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--dlt-default-color);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    animation-duration: 1s;
}

.dlt-content h1 {
    font-size: 40px;
    font-weight: 900;
}

.dlt-content p {
    font-size: 25px;
    font-weight: 700;
    text-shadow: 1px 0px 0px #110805;
    letter-spacing: 0px;
}

.dlt-right {
    right: 100px;
    text-align: right;
}

.dlt-left {
    left: 100px;
    text-align: left;
}

.dlt-container .dlt-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%) !important;
    transform: translateY(-50%);
}

/*            .slick-active{
                display: block;
            }*/

.slick-slider{
    display: block !important;
}

.slick-active .dlt-fade-in-right {
    -webkit-animation-name: fadeinRight;
    animation-name: fadeinRight;
}

.slick-active .dlt-fade-in-left {
    -webkit-animation-name: fadeinLeft;
    animation-name: fadeinLeft;
}

.slick-active .dlt-fade-in-up {
    -webkit-animation-name: fadeinUP;
    animation-name: fadeinUP;
}

.slick-active .dlt-fade-in-down {
    -webkit-animation-name: fadeindown;
    animation-name: fadeindown;
}

.slick-next {
    right: 0;
}
.slick-arrow {
    height: 100px;
    width: 100px;
    z-index: 100;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); */
}

.slick-arrow::before {
    font-size: 40px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}

.text-anim {
    text-align: center;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;

    font-weight: 900;
}

.slick-active .text-anim {
    animation: textanime 1s;
}

@keyframes textanime {
    from {
        opacity: 0;
        top: 40%;
    }
    to {
        opacity: 1;
        top: 50%;
    }
}

@keyframes fadeinUP {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%);
        transform: translateY(-50%);
    }
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes fadeinRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10%, -50%);
        transform: translate(-10%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%, -50%);
        transform: translateX(0%, -50%);
    }
}

@keyframes fadeinLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(10%, -50%);
        transform: translate(10%, -50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%, -50%);
        transform: translateX(0%, -50%);
    }
}

@media(max-width: 1019px){
    div.video-panner{
        height: 310px !important;
    }
}


/* TODO media query */

@media(max-width: 1420px) {
    .dlt-container img {
        object-position: top;
        height: 100%;
    }
    .dlt-container #first {
        object-position: center top;
    }

    header.ltr,
    .dlt-container,
    .dlt-panel{
        height: var(--dlt-panel-height-sm) !important;
        overflow: hidden;
    }
}
.dlt-product-panel{
    height: 200px !important;
}

.dlt-product-panel .img-wrapper{
    width: 300px;
    height: 200px;
    margin: 0 4px;
}
.dlt-product-panel .img-wrapper img{

    height: 100%;
}
@media(max-width: 920px) {
    .container a img{
        float: left !important;

    }
}
@media(max-width: 998px){
    .dlt-container img {
        object-position: center center;
        height: 100%;
    }
    .dlt-container #first {
        object-position: center top;
    }
}

/*            *{
                direction: rtl;
            }*/




.video-wrapper{
    height: 188px
}
.video-panner{
    height: 384px !important;
}
.video-panner iframe,
.video-wrapper iframe{
    width: 100% !important;
    height: 100% !important;
}
.navbar>.container{
    flex-wrap: nowrap !important;
    height: 100%;
}
.sidenav .imgg{
    height: 55px;
    width: 100%;
}
.sidenav .imgg img{
    width: 100%;
    height: 100%;
}
@media(max-width: 1200px) and (min-width: 820px){
    .viedo-wrapper{
        height:173px;
    }
}
@media(max-width: 300px){
    .viedo-wrapper{
        height:179px;
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    direction: ltr !important;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
    transition: all 0.3s 1s ease-out;
}

.tp-banner-container{
    display: none;
}
a.instagram-image,
a.instagram-video,
a.instagram-sidecar{
    height: 340px !important; 
    min-width: 260px !important;
    maring: 4px;
}
.instagram_gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.instagram_gallery a{
    display: block !important;
}
@media(max-width: 1326px){
    a.instagram-image,
    a.instagram-video,
    a.instagram-sidecar{
        height: 250px !important; 
        maring: 2px;
    } 
}

.media a.share {
    font-size: 35px;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
}



.nav-link ul li a {
    border: 1px solid #81644B;
    width: 100px;
    padding: 10px 0;
    color: #333;
    text-align: center;
    border-radius: 0;
    margin-left: 5px;
    transition: .4s;
}

.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active{
    background-color: #81644B;

    color: #FFF;  
    font-weight: normal;
    border: 0px none;
    text-shadow: none;
}


.ui-tabs .ui-tabs-nav li{
    color: #FFF;
    font-family: 'Cairo', sans-serif !important;
}
.ui-tabs .ui-tabs-nav.ui-widget-header li a {
    line-height: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
    color: #000;
    font-weight: normal;
    border: 0px none;
    border: 1px solid #81644B;
    width: 100px;
    padding: 10px 0;
    color: #333;
    text-align: center;
    border-radius: 0;
    margin-left: 5px;
    transition: .4s;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
    color: #FFF;
    font-family: 'Cairo', sans-serif !important;
}

.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {
    border-bottom: 1px solid #DDDDDD;
    min-height: 50px;
    width: 100%;
}

.ui-tabs-panels{
    width: 100%;
}
.parts{
    color: rgba(237,20,91,.7); 
    font-size: 160%;
    font-weight: bold;
}
.video-caption{
    color: #187580;

    font-size: 70%;
    font-weight: bold;
}

.news-img{
    width: auto;
    height: 100%;
margin: 0px auto;
}

.gallery-img{
    max-height: 285px;
}

.social-contact .page-wrapper iframe{
    width: 340px !important;
}
.instagram_gallery a{

    padding: 2px !important;       
}




div.overlay{
    display: block !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

div.overlay-wrapper{
    height: 400px;
    /*                        width: 100px;*/

}
div.overlay-wrapper img{
    height: 100%;
     
}
div.custom_overlay a{
    color: white !important;
    text-decoration: none;
}
div.custom_overlay{
    display: block;
    position: absolute;
    z-index: 2;
    height: 100px;
    bottom: 0;
    left:0;
    width: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
}
.gal-img{
    max-height: 220px;
}


@media  (max-width:400px){
    .dlt-right {
    right:  0px;
    text-align: center;
}

.dlt-left {
    left:  0px;
    text-align: center;
}
}

img{
    max-width: 100%;
    max-height: 100%;
}