﻿/**********************************************/
/***************************************************/
/*****************Layout Page*************************/

.navbar {
    background: #fff;
}

.custom-nav {
    margin-top: 0px !important;
}

.navbar-expand-lg {
    /*background-color: #ddd3d3;*/
}

.custom-nav {
    /*border:1px solid #808080;*/
}

.theme-btn i {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.ahmed_whatsappp {
    display: inline-block;
    position: fixed;
    left: -10%;
    bottom: 3px;
    z-index: 1000;
    /*animation: swing 1.5s infinite;*/
}

    .ahmed_whatsappp img {
        width: 62px;
    }




.team-content {
    background: none !important;
    -webkit-background-origin:unset !important;
    box-shadow: none !important; 
    padding:unset !important;
    left:unset !important;
}
.team-item {
    box-shadow: none !important;
}
.team-social
{
    bottom:1px !important;
}












@media screen and (min-width: 768px) {

    .ahmed_whatsappp {
        left: -35%;
    }

}
@media screen and (min-width: 1024px) {

    .ahmed_whatsappp {
        left: -20%;
    }
}





@media screen and (max-width: 600px) {
    #scroll-top {

        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .site-title
    {
        font-size:24px;
    }
    .site-title-tagline
    {
        font-size:15px;
    }
    .ahmed_whatsappp {
        left: 30%;
    }
}
/**********************************************/
/***************************************************/
/*****************  WebSite Home Page  *************************/
/*  Start Nav Bar Menu  */
.theme-btn {
    /*    width:120px;*/
    padding: 7px;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}

@media (max-width: 1440px) {
    .navbar .nav-item .nav-link {
        font-size: 12px;
    }

    .left-advartisement, .right-advartisement {
        display: none;
    }
}



@media (min-width: 992px) {
    .left-advartisement, .right-advartisement {
        top: 83px !important;
    }
}


.header .custom-nav {
    width: 1400px;
}

.custom-nav::before {
    display: none;
}



.btn-navbar {
    width: 152px;
    padding: 7px 0;
}


    .btn-navbar i {
        margin-left: 0px !important;
        margin-right: 20px !important;
    }
/*  End Nav Bar Menu */

/* Section advartisement */
.left-advartisement {
    z-index: 2;
    position: fixed;
    top: 125px;
    left: 0;
    height: 94%;
    width: 277px;
    bottom: 0px;
    background-color: #edb2b2;
    padding: 20px;
}

.right-advartisement {
    z-index: 2;
    position: fixed;
    top: 125px;
    right: 0;
    height: 94%;
    width: 277px;
    bottom: 0px;
    padding: 20px;
    background-color: #edb2b2;
}

/* ===================
Tables
====================== */
div.dataTables_wrapper div.dataTables_filter {
    display: none;
}


@media screen and (max-width: 600px){

    /* start Footer*/
    .footer-social li a i {
        height: 35px;
        width: 35px;
        line-height: 33px;
    }

    .footer-shape {
        height: 50px !important;
    }
    /* End Footer*/


    .team-social
    {
        padding:0px 0px;
    }
}
