/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<.top_area<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<.top_area<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.top_area{

    color: var(--color_ten);

}
.top_area ul{
    margin-top: 0;
    margin-bottom: 0rem;
}
.top_area{
    z-index:999;
    position: relative;
}
.top_area .contact_top ul li a{
    color: var(--color_ten);
}
.top_area .contact_top ul li a:hover{
    color:#ffb400;
}
.top_area .contact_top ul li{
    padding: 0px 10px;
    font-size: 12px;
}
.top_area .contact_top  i{
    font-size: 15px;
    color:#ffb400;
    padding: 0px 7px;
}
.top_area .socil_icon ul li a i {
    padding: 0px 10px;
    color: #fff;
    font-size: 15px;
}
.top_area .socil_icon ul li a i:hover{
    color:#ffb400;
}


/*==================================================chaty-widget=====================================================*/
body {
    font-family: Arial, Helvetica, sans-serif;
}
* {
    box-sizing: border-box;
}
/* Button used to open the chat form - fixed at the bottom of the page */
/*.open-button {
    font-size: 37px;
    cursor: pointer;
    position: fixed;
    bottom: 76px;
    right: -5px;
    width: 65px;

}*/

/* The popup chat - hidden by default */

/*.chat-popup .messenger a{
    font-size: 26px;
    background: #1E88E5;
    color: #fff;
    padding: 12px 16px;
    border-radius: 55%;
}*/

.phone_number {
    width: 50px;
    height: 50px;
    padding: 1px 11px;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 32px;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    background: #00a8e2 !important;
    position: fixed;
    bottom: 10px;
    margin-left: 10px;

}



.phone_number a,
.whatsapp_color a {
    color:#fff;
}
.whatsapp_color{
    width: 50px;
    height: 50px;
    padding: 1px 11px;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 32px;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    background: rgb(77, 194, 71) !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
}







@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<.menu_area<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.menu_area {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: -191px;
    padding: 30px 0px 10px 0px;
    z-index: 20;
    position: relative;
}
.menu_area .menu_elemen{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_elemen img:hover{
    transform: translateY(-8px);
    transition-duration: .5s;

}
.menu_elemen img{
    transform: translateY(8px);
    transition-duration: .5s;
    width: 55%;
    margin-top: -60px;
}

.nav-item{
    padding: 10px;
}
.nav-item i{
    margin: 5px;
    font-size: 12px;
    color: #BA9657;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 2rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: -35px;
}
.nav-item .icon{
    margin: 0px 0px 0px 60px;
}
.nav-item .icon i{
    font-size: 20px;
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
    width: 40px;
    height: 40px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}


.navbar-nav .nav-item .nav-link{
    font-family: 'Alata', sans-serif;
    font-size: 15px;
    color: #FFFFFFC7;
    padding: 0px 30px 30px 40px;
    font-weight: 500;
    transition: all .4s ease;
    text-transform: none;
    letter-spacing: normal;
    display: flex;
    text-decoration: none;
}

.dropdown-submenu {
    position: relative;

}
.dropdown-item{
    font-size: 13px;
    text-transform: uppercase;
    color:#fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding-top: 10px;
    padding-bottom: 8px;
}

/*******hove effect*********/

.navbar-nav .nav-item  .nav-link:hover {
    color:#BA9657;
}
.nav-item .icon i:hover{
    color:#BA9657;
}
.dropdown-item:hover {
    color: #BA9657!important;
    text-decoration: none;
    background: none;

}
.dropdown:hover .dropdown-menu {
    max-height: 500px;
    opacity: 1;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu{
    margin:1.606rem 0 0;
    font-size: .8rem;
    padding: 0px;

    border: 0px;
}
.dropdown .dropdown-menu {
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    background: rgba(34,34,34,0.95);
    border:0px;
    margin-top: 1px;
}
.fadeInDown {
    animation-name: fadeInDown;

}
.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
.sidenav{
    display: none;
}

.navbar-light .navbar-toggler{
    color: #fff;
    border-color: #fff;
}




/*=====================================sticky========================================== */

.sticky.navbar {
    border-radius: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all 0.3s ease-out;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #111122;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.sticky.is-sticky .navbar-nav{
    margin-left:280px!important;
}
.sticky.is-sticky .nav-item {
    padding: 10px;
    margin-top: 27px;
}
.sticky.is-sticky  img{
    width: 87px;
    margin-top: -28px;
    margin-left: 70px;

}
/*===========sticky=====================*/
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.menu_area .sticky {
    top: 0;
    width: 100%;
    z-index: 999;
    height: 70px;

}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
/*.menu_area .sticky + .content {
    padding-top: 60px;
}*/


/* ------------------- Extra small devices (portrait phones, less than 576px) ----------------------- */

@media (max-width: 575.98px) {
    .about_pr,
    .testimonials,
    .service,
    .experienced{
        text-align: center;
    }

    .service .card_black{
        margin: 0px 20px 0px 0px;
    }
    .about_prback {
        margin-top: -155px;
        position: absolute;
        margin-left: 146px;
    }

    .menu_elemen img {
        width: 25%;
        padding: 0px 0px 0px 10px;
    }
    .sidenav{
        display: block;
    }
    .banner_area .video_icon {
        padding: 0px 0px 60px 0px;
    }
    .service .card_back {
        margin: 0px 20px 0px 0px;
    }

    .our_work p,
    .blog_news .why_p,
    .why_choose_us .why_p{
        margin:0px 0px 0px 0px;
        ;
    }
    .top_area .contact_top ul li {
        padding: 0px 2px;
        font-size: 12px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index:9999;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav ul li a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav ul li a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .mobile_view{
        display: none;
    }
    .sticky.is-sticky .navbar-toggler{
        margin-top: 0px!important;
    }
    .sticky.is-sticky img {
        width: 87px;
        margin-top: -28px;
        margin-left: 20px;
    }
}
/* ------------------- Small devices (landscape phones, 576px and up) ----------------------- */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* ------------------- Medium devices (tablets, 768px and up) ----------------------- */
@media (min-width: 768px) and (max-width: 991.98px) {



}

/* ------------------- Large devices (desktops, 992px and up) ----------------------- */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* ------------------- Large devices (desktops, 992px and up) ----------------------- */
@media (min-width: 1200px) {
}