/* GURJEET SINGH AZAD  */

header.masthead{
    background-image: url(\2F myadmin\2F photoG\2F 12\2F photo\2F 02473babb95b7c65b57988a18eaa4357\2E jpg);
    }
    
    body {
        padding-top: 54px;
    }

    @media (min-width: 992px) {
        body {
            padding-top: 56px;
        }
    }

    .carousel-item {
        height: 65vh;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .portfolio-item {
        margin-bottom: 30px;
    }


    .my-navbar{
        background-color: #5586ff;
        font-family: 'Rajdhani', sans-serif;
    }
    .my-navbar a{
        color: #000000;
    }
    body {
        padding-top: 4px;
    }
    .mt-4, .my-4 {
        margin-top: 30px !important;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #000000;
        text-align: left;
        list-style: none;
        background-color: #5586ff;
        background-clip: padding-box;
        border: 1px solid #5586ff;
        border-radius: 0px 0px 1px 1px;
    }
    .dropdown-submenu {
        position: relative;
        top: 0px;
        left: 98%;
    }
    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }
    .manu-h5 {
        line-height: 17px;
        padding: 9px;
        margin-top: 6px;
        margin-bottom: 0px;
        background-color: #3c3a3a;
    }  
    .my-menu-col li{
        padding: 0px;
        margin-top: 0px;
    }
    .my-menu-col li a {
        background-color: #f2f2f2;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
    }
    .my-menu-col li a:hover {
        background-color: #f9ffcc; 
    }
    .list-group-item {
        position: relative;
        display: block;
        padding: 3px 7px;
        margin-bottom: -1px;
        background-color: #f1f1f1;
        border: 0px solid rgba(0,0,0,.125);
    }
    .uk-accordion>:nth-child(n+2) {
        margin-top: 0px;
    }
    .uk-accordion-title {
        display: block;
        font-size: 13px;
        line-height: 15px;
        color: #000000;
        background-color: #5586ff;
        overflow: hidden;
        padding: 8px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #cccccc;
    }
    .uk-accordion-title:focus, .uk-accordion-title:hover {
        color: #000000;
        text-decoration: none;
        outline: 0;
    }
    .uk-accordion-content {
        margin-top: 0px;
        padding: 8px;
    }
    .my-uk-li a{
        font-size: 15px;    
    }
    .navBtn{
        color: #000000
    }
    .myFooter{
        background-color: #999999;
    }
    .myFooter p, .myFooter div, .myFooter span, .myFooter a{
        font-family: 'Rajdhani', sans-serif;
        font-size: 15px;
        color: #ffffff ;
    }
    .textLogo{

        color: #ffffff ;
    }
    #mainNav .navbar-brand {
        color: #fed136;
        font-family: ;
        font-size: 15;
    }

    .my-page-section{
        padding: 10px;
    }
    .page-section-image{
        max-width: 300px;
    }

    .showcase {
        width: 100%;
        height: 500px;
        position: relative;
        text-align: center;
    }

    .showcase img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index:99
    }

    .showcase .overlay {
        width: 100%;
        height: 500px;
        position: absolute;
        top: 0;
        left: 0;
        z-index:999
    }

    .showcase h2 {
        margin-top: 170px;
        font-size: 3em;
    }

    .showcase p {
        margin-top: 8px;
        font-size: 1.2em;
    }

    .no-margin{
        margin: 0px;
        padding: 0px;
    }
    .no-margin-banner{
        margin-top: 0;
        margin-bottom: 0;
        padding: 0px;
    }

    .megamenu{
        padding: 15px;
    }

    @media all and (min-width: 992px) {
        .navbar{ padding-top: 0; padding-bottom: 0; }
        .navbar .has-megamenu{position:static!important;}
        .navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
        .navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
    }

    .aniimated-thumbnials img:hover{
        width: 101%;
    }    
    /* dynamicCss START  */
              .demo{
                color:#f00;
              }
    /* dynamicCss END  */
    /* video css*/
    .banner-header {
        position: relative;
        background-color: black;
        height: 75vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
    }

    .banner-header video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .banner-header .container {
        position: relative;
        z-index: 2;
    }

    .banner-header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 1;
    }

    @media (pointer: coarse) and (hover: none) {
        .banner-header {
            /*background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;*/
        }
        .banner-header video {
            display: none;
        }
    }