

/*
@import url('../fonts/fonts.css');
@import url(../fonts/Amatic/stylesheet.css);
@import url(../fonts/EvelethDot-Bold/stylesheet.css);
*/

/*****ajax loader********/
.ajax-loader {
    display: none;
}

.ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}

.no-loader .ajax-loader {
    display: none !important;
}

.loader-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader,
.loader:before,
.loader:after {
    background:#c11636;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #c11636;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
/*****ajax loader********/


    .btn.btn-default{ cursor: pointer; }
    .gradient
    {
        position: absolute;
        top: 0;
        z-index: 4;
    }
    .gradient.gradient_top 
    {
        background: -moz-linear-gradient(top, #000 0, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(90%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, #000 0, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(top, #000 0, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(top, #000 0, rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, #000 0, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    }
    .gradient.gradient_top 
    {
        width: 100%;
        height: 20%;
        height: 100%;
        left: 0;
    }
    
    .nk-mchimp .input-group .form-control{ color:#ffffff; }
    .right-filters-frame ul{ margin-bottom: 0px; }
    .favorites-frame{ position: absolute; right: 25px; top: 5px; }
    /*#fav-sts{visibility: hidden;}*/
    .favorites-frame p#fav-sts{ margin-bottom: 0; font-size: 12px; color: green; }
    .favorites-frame i{ position: absolute;font-size: 20px;right: 8px;top: 5px;color: #bea175; }
    .projects-sec{ margin-bottom: 30px; }
    .projects-sec.list{
        width: 100%;
        max-width: 100%;
        float: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
    }
    
    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        background-color: rgb(255, 255, 255);
        background-image: none;
        color: rgb(0, 0, 0);
    }
    
    /******************* HEADER ***************************/
    
    
    .header-title-frame{ /*position: absolute; width: 100%; height: 100%;*/}
    .header-title-frame .header-title{ display: table; width: 100%; height: 100%; }
    .header-title-frame .header-title .nk-title{ vertical-align: middle; display: table-cell; width: 100%; height: 100%; }

    /******************* PROJECTS VIEW *********************/
    
    .nav-frame{ 
/*        background: rgba(204, 204, 204, 0.38);*/
           background: transparent;
    /*margin-bottom: 20px;
    margin-top: 15px;*/
	padding-top: 34px;
}
    .pronav-left{
/*        float: left !important;*/
}
    .pronav-right{ 
/*        float: right !important; */
}
    nav.side-nav{ display: none; }
    .listof-files ul.nav-options , .login-content ul.nav-options , ul.nav-options , .nav-options
    {
        /*background: rgba(204, 204, 204, 0.38);*/
        text-align: center; line-height: 3;margin-bottom: 0; float: right; padding-left: 0;
    }
    .listof-files ul.nav-options li a, .login-content ul.nav-options li a, ul.nav-options li a
    {
        padding: 10px;
        font-size: 20px;
        /*        text-transform: uppercase;*/
        text-decoration: none;
    }
ul.nav-options li a:hover {/* background-color: #FA1518; */color: #c11636;}
    ul.nav-options li , .login-content ul.nav-options li{ display: inline-block; margin: 0 9px;}
    ul.nav-options li a:hover{ text-decoration: none; }
    .listof-files ul{ padding: 0; }
    .listof-files ul li{ clear: both; }
    .listof-files ul li:nth-child(2n+1){ /*background: #cccccc;*/ }
    .listof-files ul li ul{ padding-left: 35px; }
    .listof-files .download{ float: right; text-transform:capitalize; }
    .listof-files .download{}
    .listof-files .download a{
        /*color: #ffffff;
        border: 2px solid #0066d8 !important;
        background-color: #0066d8;
        padding: 2px 15px;*/
        clear: both;
        display:inline-block;
        margin-bottom: 10px;
    }
    .listof-files h2 , .user-profile-frame h2{ margin: 30px 0 15px 0;  }
    
    /******************* PROJECTS VIEW END *******************/
    
    /******************* USER PROFILE VIEW *******************/
    
    /*.top-footer.footer-form{display: none;}*/            
    .sign-7 ::-webkit-input-placeholder {
       color:#8d8d8d !important;
    }
     .sign-7 :-moz-placeholder { /* Firefox 18- */
       color:#8d8d8d !important;  
    }
     .sign-7 ::-moz-placeholder {  /* Firefox 19+ */
       color:#8d8d8d !important;  
    }
     .sign-7 :-ms-input-placeholder {  
       color:#8d8d8d !important;  
    } 
    input[type='radio']
    { 
        width: 16px;height:16px;
        display: inline-block;
        vertical-align: middle;
        margin: 0; 
        margin-right: 5px;
    }
    label{ font-size: 15px; }
    .contact-frame .wpcf7-form.signup-frame h6{ margin-bottom: 10px; }
    .contact-frame .wpcf7-form.signup-frame input[type="text"] , #c5 .contact-frame .wpcf7-form.signup-frame input[type="password"] 
    {
        background: transparent;
        border: solid 1px #ccc;
        box-shadow: none;
        color: #333;
    }
    .contact-frame .wpcf7-form.signup-frame select
    {
        color: #999;
        /*line-height: 45px;
        padding: 0 24px;*/
        height: 44px;
        margin-bottom: 15px;
        background: #f4f4f4;
        width: 100%;
        border: 1px solid transparent;
        font-weight: 500;
        font-size: 14px;
        
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        
        background: transparent;
        border: solid 1px #ccc;
        box-shadow: none;
    }
    .contact-frame .wpcf7-form.signup-frame .btn {
        background-color: #1d1d1d;
        color: #fff;
        border: 0;
        padding: 10px 20px;
    }
    .login-form-frame{background-color: #e0e5e9;}
    .login-form-frame span{ color: #303030; }
    .login-form-frame .container{ position: relative;}
    .login-form-frame .col-md-5 , .login-form-frame .col-md-7{padding: 40px 0;}
    .login-form-frame .col-md-5{ position: absolute;left: 0;height: 100%;}
    .login-form-frame .col-md-7{ float: right;}
    .login-form-frame .col-md-7{background-color: #416075;padding: 40px;}
    .login-form-frame input[type="text"] , #c5 .login-form-frame input[type="password"],
    .form-in-nda input[type='email']{  }
    .login-form-frame input[type='submit'], #c5 .login-form-frame input[type='button']{
    background-color: #d5d5d5;
    color:#fff;
    /* background-image: linear-gradient(to bottom, #5b5b5b, #727272); */
    text-shadow: none;
    margin-bottom: 0;
    background-image: none;
    background-color: #c11636;
    
    }
    .logo-frame{ display: table;}
    .logo-in-form{ display: table-cell;vertical-align: middle;}
    .logo-frame{ display: table; height: 100%; }
    logo-in-form{ display: table-cell; vertical-align: middle; height: 100%; }
    .contact-frame{ padding: 30px 0; }
    .signup-frame{width:100%;max-width:100%;padding: 0;}
    .contact-frame .col-md-5 , .contact-frame .col-md-7{ padding: 40px; }
    /*.contact-frame{padding: 0;margin: 0;}*/
    .form-in-nda input[type='email']{ border:solid 1px #cccccc; color: #000000; box-shadow: none;}
    .form-in-nda input[type='submit']{ border-bottom: none; }
    .form-in-nda input[type='checkbox']{ width: 16px; height:16px; display: inline-block}
    .form-in-nda a{ display: inline-block;}
    .form-in-nda{ margin-top: 20px; }
    .nda-content p , .nda-content ul li , .nda-content ol li { font-weight: 400;font-style: normal;font-size: 14px;}
    .nda-content ul li{  }
    .nda-content ul{ list-style-type: disc; }
    .nda-content ul.roman {list-style-type: upper-roman;}
    .nda-content ul.roman > li {font-size: 1.5rem;}
    .nda-content ul.alpha {list-style-type: lower-alpha;}
    .nda-content ul.alpha > li {font-weight: bold; font-size: 16px;}
    .login-content .widget{ margin-bottom: 15px; }
    .login-content .widget i.icon
    {
        background-size: contain !important;
        width: 32px;
        height: 32px;
        margin: 0 auto;
        display: inline-block;vertical-align: middle;
        margin-right:10px;
    }
    .login-content .widget h3{ 
        display: inline-block;vertical-align: middle;margin-bottom: 0;font-size: 25px;
        width: calc( 100% - 50px );
    }
    .login-content .error, .login-content .success{ margin-bottom: 15px; }
    .error, .error p, .login-content .error p{ color:red; margin-bottom: 3px;}
    .success , .success p ,.login-content .success p{ color: green; margin-bottom: 3px; }
    .contact-frame.login-content h2{
         text-transform: none;color: #3b3b3b;
    }
    .contact-frame.login-content h4{
        font-size: 25px;margin-bottom: 5px;
        font-size: 24px;
        
        text-transform: none;
        font-weight: normal; }
    .contact-frame.login-content p{ font-size: 16px; }
    .login-form-frame .col-md-7 h2{
         line-height: 35px;
         font-size: 25px;
         color: #fff;
         margin-bottom: 20px;
         font-weight: normal;
         text-transform: none;
    }
    h1.login-text{ margin-bottom: 0; }
    .login-form-frame a.right{ margin-left: 15px; position: relative; top: 5px;font-family: 'Museo Sans 500';
    text-decoration: none;}
    .login-form-frame a.right:hover{ text-decoration: none; }
    .login-form-frame a.right span{color: #fff;font-size: 18px;letter-spacing: 1px;}
/*    .login-form-frame a.right:hover span{ color: #ffffff;  }*/
    .login-form-frame .form-control{ background-color: #fff;color: #000; }
    .forgot-pass-frame{ padding: 30px 0; min-height: 341px;}
    .forgot-pass-frame .col-md-6{ float: none; margin: 0 auto;}
    .forgot-pass-frame .col-md-6  input[type="email"]{ 
        border: solid 1px #cccccc; text-indent: 15px; margin-bottom: 0;
    } 
    .forgot-pass-frame .col-md-6  input[type="submit"]{ 
        border: none;  font-size: 20px;
    }
    .forgot-pass-frame .col-md-6 a.forgot-pwd
    { 
        display: block;
        
        font-size: 20px;
        color: #fff;
        text-align: center;
        border: none;
        padding:9px 0;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        margin-top: 10px !important;
        border: 2px solid #cccccc !important;
        background-color: #cccccc; 
        margin-bottom: 10px;
        width: 100%;
        -webkit-transition: all .8s linear;
        -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
        -o-transition: all .8s linear;
        transition: all .8s linear;
    }
    .forgot-pass-frame .col-md-6 a.forgot-pwd:hover
    {
        color: #0066d8;
        border: 2px solid #0066d8 !important;
        background-color: #ffffff;
    }
    
    /******************* USER PROFILE END ********************/
    
    /******************* PROJECTS LIST FRONTEND *******************/
    
    .filters-frame{
        background: #F5F5F5;text-align: right;padding:10px 20px;margin: 0;margin-bottom: 20px;
        clear: both; width: 100%; position: relative;
    }
    .filters-frame h2{
        text-align: left; margin-bottom: 0; line-height: normal;font-size: 26px;
        margin: 0;
        
        text-transform: uppercase;
        font-weight: normal;
    }
    .filters-frame ul li{ list-style-type: none; display: inline-block;vertical-align: middle;}
    .filters-frame ul li a{ border: solid 1px #ccc; padding: 5px 10px;border-radius: 2px;font-size: 18px;line-height: normal; cursor: pointer;}
    .filters-frame ul li a.filter-btn{ margin-left: 10px; }
    .filters-frame ul li a.filter-btn:hover{ text-decoration: none; }
    .projects-list-frame{ min-height: 600px; }
    .projects-list-frame .vc_col-md-6 , #c5 .projects-list-frame .vc_col-xs-12{ margin-bottom: 20px; }
    .projects-list-frame .col-md-6-frame{ border: solid 1px #cccccc;padding: 15px 0 15px 0;margin: 0;}
    .projects-list-frame .projects-img img{
        visibility: hidden;    width: 100%;min-height: 200px;
    }
    .projects-list-frame .projects-img{ background-repeat:no-repeat; background-size: contain;background-position: center center; }
    .projects-list-frame h3{  text-transform: uppercase; font-size: 22px;}
    .projects-list-frame h6{  }
    .projects-list-frame .projects-btn a{
        background-color: #cccccc;
        border: 2px solid #cccccc;
        color: #ffffff;
        
        font-size: 13px;
        max-width: 130px;
        width:100%;
        display: block;
        text-align: center;
        text-transform: uppercase;
    }
    .projects-list-frame .projects-btn a:hover{ background-color: transparent; color: #bea175;border: 2px solid #bea175; }
    .projects-date-frame .projects-date{ }
    .projects-date-frame .projects-btn{ margin-top: 20px; }
    .projects-date-frame .projects-date p{ margin-bottom: 0;line-height: 1.5; }
    .projects-date-frame .projects-date p span{ font-weight: 600; }
    .projects-list-frame .details-widget{ margin-bottom: 20px; }
    .projects-list-frame .details-widget h4.btn.btn-default { width: 100%; }
    
    .filters-frame-left .filters-frame { background: transparent; margin-bottom: 0;text-align: left; padding: 0; }
    .filters-frame-left .filters-frame ul{ margin-bottom: 0; padding-left: 0;}
    .filters-frame-left .filters-frame ul li { padding: 12px 0 5px 0; }
    
    .projects-list-frame .search-frame form{ border: solid 1px #ccc; }
    .projects-list-frame .search-frame .form-control{ background: #ffffff; max-width:239px; padding:0;color: #000;text-indent: 15px;height:40px;}
    .projects-list-frame .search-frame .form-control , .projects-list-frame .search-frame .search-btn ,
    .projects-list-frame .search-frame .clear-btn{ display: inline-block; vertical-align: middle; }
    .projects-list-frame .search-frame .search-btn{ background: #bea175; color: #ffffff;border-radius: 0;padding: 10px 1rem;    position: relative;
    left: 1px; cursor: pointer; float: right;}
    .projects-list-frame .search-frame .clear-btn{ background: transparent; outline:none;}
    
    .filters-frame .breadcrumb{ background: transparent;padding: .2rem 1rem; margin-bottom: 0; padding-left: 0; clear: both}
    .filters-frame .breadcrumb-item{ font-size: 13px; }
    .filters-frame{  }
    .filters-frame h2{ float: left; }
    .filters-frame p{ float: right; margin-bottom: 0; }
    
    /*********************** PROJECT DETAILS ************************/
    
    .project-details-slide{ margin: 20px 0 30px 0; padding: 0;}
    .project-details-slide .nk-carousel-2 img{ width: 100%; }
    .side-gallery { padding: 0; margin: 10px 0 10px 0; }
    
    .tree-files-view{ }
    .tree-files-view .col-md-4{ border-right: solid 1px #ccc; }
    /*.tree-files-view ul{ padding-left: 0; }
    .tree-files-view ul li ul{ padding-left: 15px; }
    .tree-files-view ul li{ list-style-type: none;}
    .tree-files-view ul li a{ color: #000000; }
    .tree-files-view ul li a:hover{ text-decoration: none;}
    .tree-files-view ul li a .fa{ color: #bea175; margin-right: 5px;}*/
    
    .php-file-tree li{ margin-top:0; }
    .php-file-tree li span , .php-file-tree li input[type='checkbox'],
    .php-file-tree li a{ display: inline-block; margin: 0 5px 0 0;}
    
    .php-file-tree li a{ word-break: break-all; line-height: 1.8; }
    
    .php-file-tree li input[type='checkbox']{/*margin:0;*/vertical-align: middle;}
    
    .php-file-tree .php-file-tree{ padding-left:15px; }
    .php-file-tree { position:relative; }
    .php-file-tree li{ position: relative; }
    li.pft-directory:before , .php-file-tree.collapse-list li.pft-directory:before{ 
        /*content: "\f067";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #bc3315; position: relative;left: 2px;*/
    } 
    .php-file-tree.collapse-list li.pft-directory:before { /*content: "\f068";*/ }
    .pft-directory .active { background-color: rgba(204, 204, 204, 0.5); }
    
    .php-file-tree li span.files-list{ margin:0; }
    span.edit a {color: #bc3315;text-transform: capitalize;}
    
    #download-files{ cursor: pointer;color: #ffffff; }
    #files-section ul.file{ padding:0; }
    #files-section ul.file .open-file{ color: #bea175; }

    /*********************** NOTIFICATIONS FRAME ********************/
    
    ul.nav-options li.notifications-link .notifications-section
    {
        position: absolute;
        max-width: 300px;
        width: 100%;
        left: 0px; top:45px;
        z-index: 100;
        display: none;
    }
    ul.nav-options li.notifications-link .notifications-section.open{ display: block; }
    ul.nav-options li.notifications-link .notifications-section i.fa-caret-up{
        position: relative;
        top: 12px;
        left: 30px;
        font-size: 30px;
        color: #bea175;
        display: none;
    }
    ul.nav-options li.notifications-link .notifications-frame {
        max-height: 356px;
        overflow: hidden;
        overflow-y: scroll;
        background-color: #ffffff;
        border: solid 1px #ccc;
    }
    ul.nav-options li.notifications-link .notifications-frame ul{ list-style-type: none;padding: 0;margin: 0; }
    ul.nav-options li.notifications-link .notifications-frame ul li{ margin: 0; }
    ul.nav-options li.notifications-link .notifications-frame ul li:hover{  }
    ul.nav-options li.notifications-link .notifications-frame ul li a{
        cursor: pointer;
        padding: 10px 25px;
        background: #ffffff;
        border-bottom: solid 1px #ccc;
        display: block;
        color: #3b3b3b;
        line-height: 1.7;
        text-align: left;
    }
    ul.nav-options li.notifications-link .notifications-frame ul li a:hover{background: rgba(204, 204, 204, 0.25); text-decoration: none; }
    ul.nav-options li.notifications-link .notifications-frame ul li a.read{ background: rgba(204, 204, 204, 0.25);}
    ul.nav-options li.notifications-link a.view-more-btn{
        width: 100%; border-radius: 0;
        padding: .5rem 1rem;
        font-size: 1rem;
        line-height: 1.25;
        display: block;
    }
    .notifications-link .fa-bell{ color: #bea175; }
    ul.nav-options .notifications-link a{ padding: 0; }
    .notifications-link a:hover .notifications-section{ display: block; }
    ul.nav-options li.notifications-link{ padding: 0 5px; }
    .notifications-count{ display: inline-block; }
    .notifications-count span{ position: relative; }
    .notifications-count span span{
        /*position: absolute;
        top: -25px;
        right: 0;
        line-height: normal;
        bottom: 0;
        color: #000000;*/
        position: absolute;
        top: -22px;
        right: -11px;
        line-height: normal;
        bottom: 0;
        color: #fff;
        background-color: #bea175;
        line-height: normal;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 10px;
        font-size: 13px;
    }
    
    /************************* NOTIFICATIONS PAGE ***********************/
    
    .notifications-page {
        background-color: #ffffff;
        border: none;
    }
    .notifications-page ul{ list-style-type: none;padding: 0;margin: 0; }
    .notifications-page ul li{}
    .notifications-page ul li:hover{  }
    .notifications-page ul li a{
        cursor: pointer;
        padding: 20px 25px;
        background: #ffffff;
        border-bottom: solid 1px #ccc;
        display: block;
        color: #3b3b3b;
    }
    .notifications-page ul li:last-child a{ border-bottom: none; }
    .notifications-page ul li a:hover{background: rgba(204, 204, 204, 0.25); text-decoration: none; }
    .notifications-page ul li a.read{ background: rgba(204, 204, 204, 0.38); }
    .notifications-page ul li a.unread{ }
    
    /*************************** FILTERS DROPDOWN LIST ***********************/
    
    .filter-dropdown
    {
        max-width: 300px;
        width: 100%;
        position: absolute;
        top:75px;
        right: 0;
        z-index: 10;
        text-align: left;
        background: #fff;
        border: solid 1px #ccc;
        padding: 20px 5px;
        display: none;
    }
    .filter-dropdown.open{ display: block; }
    .filter-dropdown-list{ padding: 15px;padding-bottom: 0; }
    .filter-dropdown-list h6{ font-size: 16px; text-transform: uppercase; }
    .filter-dropdown-list ul{ padding-left: 15px;margin-bottom: 0 }
    .filter-dropdown-list ul li
    {
	display:block;	
    }
    .filter-dropdown-list ul li a{ font-size: 15px; }
    .filter-dropdown-list ul li a , .filter-close ul li a{
        border: none; color: #000;
        line-height: normal; padding: 0;
        text-decoration: none;
    }
    .filter-dropdown-list ul li a:hover , .filter-dropdown-list ul li a.active ,
    .filter-close ul li a:hover{ color:#bea175; }
    .filter-close ul{ padding: 0; }
    .filter-close ul li{
        display: inline-block; margin: 0 15px;
    }
    .projects-list-frame #custom-search-input input[type='text']{ color: #000000; }
    #custom-search-input input[type='text']{background: #ffffff; border: solid 1px #cccccc;}
    .filter-wishlist input[type='checkbox']{
        width: 16px; height: 16px; margin-right: 5px;
        vertical-align: middle;
        position: relative;
        bottom: 1px;
    }
    #custom-search-input .project-search-list
    {
        display: block;
        position: absolute;
        top: 44px;
        width: 90%;
        background: #fff;
        z-index: 11;
    }
    #custom-search-input .project-search-list .search-result-text{ padding: 10px 15px;border: solid 1px #ccc; }
    #custom-search-input .project-search-list .search-results{ padding-left:0; }
    #custom-search-input .project-search-list .search-results li{ display: block; }
    #custom-search-input .project-search-list .search-results li a{ border: none; padding: 10px 0;font-size: 16px; }
    
    /*************************** FILTERS DROPDOWN LIST END***********************/
    
    .footer-links{ padding-left: 0; }
    .nk-footer p{ margin-bottom: 0; }
    .footer-links li{ list-style-type: none; display: inline-block; margin-right: 15px;}
    .footer-links li a:hover{ text-decoration: none; color: #ceb998;}
    
    #nk-nav-mobile{ transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0) !important;transition: all 0.7s ease; }
    #nk-nav-mobile.open{ transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0) !important; }
    
    .address-details p{ margin-bottom: 5px; }
    #newsletter .form-control{ background-color:#ffffff; }
    
    /************************** TREE STRUCTURE **************************/
    
    ul.php-file-tree { margin: 0px 0px 0px 20px; list-style: none; line-height: 2em;  }
    ul.php-file-tree li { position: relative; }
    ul.php-file-tree li:before {
        position: absolute; left: -15px; top: 7px; content: '';
        display: block; border-left: 1px solid #ddd;
        height: 1em; border-bottom: 1px solid #ddd; width: 10px;
    }
    ul.php-file-tree li:after {
        position: absolute; left: -15px; bottom: -7px; content: '';
        display: block; border-left: 1px solid #ddd; height: 100%;
    }
    ul.php-file-tree li.root.pft-directory { margin: 0px 0px 0px -20px; }
    ul.php-file-tree li.root.pft-directory:before { display: none; }
    ul.php-file-tree li.root.pft-directory:after { display: none; }
    
    ul li:last-child:after { display: none; }
    
    /*************************** HEADER ******************************/
    
    .nk-header-table .col-md-6 img{ max-width: 200px; width: 100%; }
    
    .nk-header-table .nk-title
    {
        position: static;
        font-size: 40px;
        font-size: 28px;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin-bottom: 0;
        text-transform: none;
        font-weight: normal;
        color: #c11636;
    }
    .nk-header-table .col-md-6:first-child{ text-align: left; }
    .nk-header-table .col-md-6:last-child{ text-align: right; }
    .nk-copyright{  }
    
    /*************************** FOOTER TOP **************************/
    
    .footer-top-frame section {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .parallax-container section {
        position: relative;
        display: block;
        width: 100%;
        height: 430px;
        color: #BBB;
    }
    .parallax-container section .cover {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden;
    }
    .footer-top-frame img {
        visibility: hidden;
    }
    .parallax-container section .cover img {
        position: absolute;
        display: block;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .parallax-container section .content-info {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .parallax-container .centralize {
        width: 100%;
        top: 35%;
        position: relative;
        text-align: center;
    }
    .parallax-container section .text {
        width: 100%;
        margin: 0 auto;
    }
    .parallax-container section h2 {
        color: #fff;
        
        text-transform: none;
        font-size: 80px;
        font-weight: normal;
        margin-bottom: 0;
    }
    
     /*********************** NEW BUTTON STYLES *************************/

    .button{min-width:200px;/*max-width:200px;*/margin:1em;padding:1em 2em;border:none;background:none;color:inherit;vertical-align:middle;position:relative;z-index:1;-webkit-backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;}
    .button:focus{outline:none;}
    .button > span{vertical-align:middle;}
    .button--size-s{font-size:14px;}
    .button--text-upper{letter-spacing:2px;text-transform:uppercase;}
    .button--border-thick{border:1px solid;}
    .button--wayra{overflow:hidden;-webkit-transition:border-color 0.3s, color 0.3s;transition:border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);
    display: block;margin: 15px auto;padding: 15px 30px;text-transform: uppercase;font-size: 16px;border-color: #000;text-align: center;}
    .button--wayra--white {border-color: #fff; color: #fff;}
    .button--wayra::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%; /*width:150%; background:#37474f;*/ z-index:-1;-webkit-transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin:0% 100%;transform-origin:0% 100%;-webkit-transition:-webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;transition:transform 0.3s, opacity 0.3s, background-color 0.3s;}
    .button--wayra:hover{color:#fff;}
    .button--wayra.button--inverted:hover{color:#3f51b5;border-color:#fff;}
    .button--wayra:hover::before {
        opacity:1;
        /*background-color: #d0b28e;*/
        background-color:#d5ba9c;
        -webkit-transform:rotate3d(0, 0, 1, 0deg);
        transform:rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);
        color: #ffffff !important;
    }
    .button--wayra.button--inverted:hover::before{background-color:#fff;}
    .button-left {margin-left: 0;}

    /*********************** NEW BUTTON STYLES END*************************/
    
    /*********************** SEARCH RESULTS *******************/
    
    .projects-list-frame .search-results-frame  .col-md-6-frame{ padding: 0; border: 0; }
    .projects-list-frame .search-results-frame .projects-img img{ min-height: 150px; }
    .search-results-frame ul{ width: 100%; padding: 0; list-style-type: none;}
    .search-results-frame ul li ul{ padding-left: 30px; }
    .search-results-frame ul li .projects-sec { margin-bottom: 10px; }

.nk-main:not(.login-page) .nk-header-title {
    padding-top: 0px !important;
}
.nk-main:not(.login-page) .nk-header-title.nk-header-title-sm .nk-header-table {
    height: auto;
    min-height: 70px;
}
.nk-main:not(.login-page) .nk-header-title .nk-header-table-cell {
    background-color: #fff;
    padding: 0;
}


.video-categories {
    text-align: center;
}
.video-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}
.video-categories ul li {
    display: inline-block;
    margin: 5px 0;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
}
.video-categories ul li a {
    display: block;
    padding: 7px 15px 8px;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    text-decoration: none;
}
.video-categories ul li a:hover, .video-categories ul li a:focus, .video-categories ul li.active a {
    background-color: #efedef;
    color: #3f3f3f;
    border-color: #d4d4d4;
}
.video-thumnails {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    box-shadow: 0 0 10px #c1c0c0;
}
.video-thumnails > a {
    position: relative;
    display: block;
}
.video-thumnails > a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.2s;
}
.video-thumnails:hover > a:before {
    opacity: 1;
}

.video-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1px;
    transform: translateY(0);
    opacity: 1;
    transition: all .20s;
    text-align: center;
    padding: 5px;
}
.video-header p {
    margin: 0;
}

.video-hover {
    /*
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(0.5);
    transition: all .20s;
*/
}

.video-hover {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(0.5);
    transition: all .20s;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 35%;
    margin-right: -50%;
/*    transform: translate(-50%, -50%);*/
}

.video-thumnails:hover .video-hover {
    opacity: 1;
    transform: scale(1);
}

.video-thumnails:hover .video-header {
    opacity: 0;
    transform: translateY(50%);
}

.video-hover i {
    font-size: 4rem;
    color: #fff;
}
.material-contain {
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.material-donwload {
    margin-bottom: 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.material-donwload a {
    color: #fa0600;  
    display: inline-block;
}
.material-icon {
    display: inline-block;
    margin-right: 10px;
}
.material-icon img {
    max-width: 44px;
}
.layout h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #c11636;
}

/************************ MEDIA QUERY *********************/

@media (min-width: 768px) {
    .material-donwload {
        width: 33%;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .nk-header-table .col-md-6:first-child , .nk-header-table .col-md-6:last-child {text-align: center; margin-bottom: 5px;}
}



/****************** Address Book CSS***************/
.address-book-sec table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.address-book-sec table caption, .address-book-sec-detail h2{
    font-size: 1.5em;
    margin: .5em 0 .75em;
    color: #000;
    caption-side: top;
    text-align: center;
    text-transform: uppercase;
    
    font-weight: 600;
}
.address-book-sec table thead tr {
    background-color: #797878;
    color: #fff;
    font-size: 16px;
}
.address-book-sec table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.address-book-sec table th,
.address-book-sec table td {
  padding: 7px;
/*  text-align: center;*/
}

.address-book-sec table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a.btn.address-btn {
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    background-color: #d4d4d4;
    color: #333;
    -webkit-box-shadow: -1px -1px 2px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 2px -1px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 2px -1px rgba(0,0,0,0.75);
    padding: 3px 10px;
    line-height: normal;
    font-size: 13px;
}
a.btn.address-btn:hover {
    border: 1px solid #afafaf;
    border-radius: 0px;
    background-color: #afafaf;
    color: #333;
    -webkit-box-shadow: -1px -1px 2px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 2px -1px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 2px -1px rgba(0,0,0,0.75);
}

.address-main-content {
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.address-name {
    width: 100%;
    max-width: 130px;
    background-color: #d4d4d4;
}
.address-name, .address-input-name {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
}
.address-input-name {
    position: absolute;
}
.address-name.inline-name {
/*    line-height: 40px;*/
}
.address-input-name.inline-address {
    padding: 0px 5px;
}
@media (min-width:992px){
    .address-sub {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
}
/***********media ************/

@media screen and (max-width: 767px) {
  .address-book-sec table {
    border: 0;
  }

  .address-book-sec table caption {
    font-size: 1.3em;
  }
  
  .address-book-sec table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .address-book-sec table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .address-book-sec table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .address-book-sec table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .address-book-sec  table td:last-child {
    border-bottom: 0;
  }
}
/*****************  Address Book Css ***************/
.pagination .pagination>li>a, .pagination .pagination>li>span{
    color: #333;
}
.pagination .pagination>li>a, .pagination .pagination>li>span {
    color: #333;
}
.pagination .pagination>li>a:hover, .pagination .pagination>li>span:hover, .pagination .pagination>li>a:focus, .pagination .pagination>li>span:focus{
    color: #333;
}
.pagination .pagination>li:first-child>a, .pagination .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination .pagination>li:last-child>a, .pagination .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination .pagination>.active>a, .pagination .pagination>.active>span, .pagination .pagination>.active>a:hover, .pagination .pagination>.active>span:hover, .pagination .pagination>.active>a:focus, .pagination .pagination>.active>span:focus {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #333;
    border-color: #333;
}


.user-profile-frame .form-control {
     display: block;
     width: 100%;
     height: 40px;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.42857143;
     color: #000;
     background-color: #fff;
     background-image: none;
     border: 1px solid #ccc;
     border-radius: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.user-profile-frame .form-control[disabled], .user-profile-frame .form-control[readonly], .user-profile-frame fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

 .user-profile-frame #submit.btn-default{
    background-color: #ffa500;
    color: #000000;
    padding: 9px 20px;
    border-radius: 0px;
    background-image: none;
    outline: 0;
    border: none;
    font-size: 16px;
    text-shadow: none;
}
.access-start {
    height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}   
.access-denied.text-center {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 35%; */
    /* margin-right: -50%; */
    color: #c11636;
}    
.access-denied i {
    font-size: 4rem;
} 
.access-denied h4 {
    font-size: 36px;
}


.lto-section .cta-padding .franchise-opportunity-shows {
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    position: relative;
    padding-bottom: 0;
    max-width: 317px;
    width: 100%;
    height: 425px;
    margin: 0 auto;
    display: block;
}
.pdf-btn{
    background-color: #ffa500;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    
    border-radius: 0;
    padding: 17px 50px;
    font-size: 14px;
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.pdf-button-section .view-btn, .pdf-button-section .download-btn {
    display: block;
    padding: 5px;
}
.pdf-button-section {
    text-align: center;
}

.lto-heading {
    
    margin: 0;
}
hr.heading-hr {
    border-top: 3px solid #ffc61a;
    width: 10%;
    text-align: center;
    margin: 10px auto;
}
.lto-header-section {
    padding: 20px 0;
}
.music-img img {
    margin: 0 auto;
    width: 200px;
}
.music-icon a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    
}
.music-icon a:hover{
    color: #FA1518;
}
.music-header {
    
    text-transform: uppercase;
    font-size: 24px;
    color: #FA1518;
}
.radio-section {
    padding: 30px 0;
    border-bottom: 1px solid #d2d2d2;
}


button.close-btn.close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    background-color: #000;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}
button.close-btn.close:hover, button.close-btn.close:focus {
    background-color: #333;
}
.modal-dialog.music-dialog{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30%;
    
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7 !important;
}
.audio-header{
    
    padding: 15px 0 5px;
    font-size: 20px;
}
/******/
.franchise-opportunity-shows {
    border-radius: 0;
    background-size: cover;
    color: #fff;
    background-position: center;
    position: relative;
    width: auto;
    height: 22rem;
}
.franchise-opportunity-shows:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.35);*/
}
.opprtunity-show {
    position: relative;
/*
    display: table;
    vertical-align: middle;
*/
    height: 100%;
    width: 100%;
}
.opprtunity-show-cont{
/*
    display: table-cell;
    vertical-align: middle;
*/
    /*padding-left: 10px;
    padding-right: 10px;*/
	background: rgba(0, 0, 0, 0.35);
	padding: 1px;
}
.franchise-opportunity-shows-title {
    color: #fff;
    
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    word-wrap: break-word;
    padding: 0;
    margin-bottom: 20px;
    padding-top: 15px;
}

.home-franchise a:hover{
	text-decoration: none; 
}

.franchise-opportunity-shows-title span{ 
	display: block;
	font-size: 18px;
}

.opprtunity-show p {
	/*padding: 0px 3em;*/
	margin: 0;
	
	font-size: 15px;
	line-height: 1.4;
	padding: 11px 11px 11px;
	position: absolute;
	bottom: 0;
	left: 0px;
	background: rgba(0, 0, 0, 0.35);
} 

.cta-padding {
    margin-bottom: 20px;
    margin-top: 20px;
}
img.header-logo {
    padding: 30px 0;
    max-width: 160px;
}
.page-btm{
    padding-bottom: 30px;
}
  
p.footer-contact strong a {
    text-transform: uppercase;
    font-weight: normal;
    color: #c11636;
    text-decoration:none;
    font-family: 'Museo Sans 700';
    font-size: 20px;
}
p.footer-contact {
    color: #000;
}


.header-background {
    margin-bottom: 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header-background:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    display: block;
    left: 0;
}
.header-panel-title {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.header-sub-title {
    color: #fff;
    
    margin: 0;
    font-size: 36px;
}
.operation-charts.lto-section {
    display: block;
    border-bottom: none;
    align-items: initial;
}
.charts-row{
    padding-bottom: 50px;
}
.video-center .music-content p {
    height: 70px;
}
.3-grid-layout{  }
.lto-section{ max-width: 1000px; width: 100%; margin: 0 auto; float: none; }
.music-content{ margin: 12px 0 10px 0; }

/******26-APRIL-2019********/

.back-btn a {
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    
    text-decoration: none;
}
.back-btn {
    /*padding-bottom: 15px;*/
}
.back-btn a:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}    
table {
/*  border: 1px solid #ccc;*/
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table thead tr {
    box-shadow: none;
}

table tr {
    background-color: #fff;
    border: 0px solid transparent;
    padding: .35em;
	border-bottom: dotted 1px #adadad;
	/*
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.2);*/
}

table th,
table td {
  padding: 2em;
  text-align: center;
}

table th {
    font-size: 18px;
    text-transform: uppercase;
    
    text-decoration: underline;
    padding-bottom: 15px;
}
.td-description, .td-date, .pdf-img  {
    font-size: 17px;
       

}
.pdf-img img {
    /*max-width: 60px;*/
	max-width: 38px;
    margin: 0 auto;
}  
.th-description, .td-description {
    text-align: left;
}    
    
.pd-btm {
    padding-bottom: 50px;
}

span.event-image img {
    max-width: 150px;
}
.nav-frame.pronav-left li a.active {
     color: #c11636; 
     border: 1px solid #c11636; 
}
/*.nav-frame.pronav-left li a.active:hover {
    color: #fff;
    border: none;
}*/


 .search-content {
     position: absolute;
     right: 0;
     top: -60px;
 }
 
 .search-section {
     position: relative;
 }
 
 .search-container {
     float: right;
 }
 
 .back-btn-content {
     position: absolute;
     top: -46px;
 }
 
 .back-btn-section {
     position: relative;
 }
 
 .search-container input[type=text] {
     padding: 5px;
     margin-top: 8px;
     font-size: 17px;
     border: 1px solid #ddd;
 }
 
 .search-container button {
     float: right;
     padding: 6px 10px;
     margin-top: 8px;
     margin-right: 16px;
     background: #ddd;
     font-size: 17px;
     border: none;
     cursor: pointer;
 }


/********/
            .lmap-section {
                padding: 5px 0 30px;
            }
            
            .lmap-content a {
                color: #fff;
                
                text-decoration: none;
                font-size: 28px;
            }
            
            .lmap-content {
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                padding: 48px 0;
            }



        .threesixty p {
            color: #fff;
            
            text-decoration: none;
            font-size: 28px;
            padding-top: 20px;
        }
        
        .threesixty img {
            margin-top: -15px;
        }
        
        .threesixty p,
        .threesixty img {
            display: inline-block;
        }
        
        .smg-img img {
            margin: 0 auto;
            padding-top: 15px;
        }
        
        .smg-container {
            background-color: #0099cb;
            padding: 15px 0;
            margin-bottom: 30px;
        }
        
        .smg-content p {
            color: #fff;
            margin-bottom: 0;
            font-size: 18px;
        }
        
        .smg-content {
            padding-top: 15px;
        }
        
        .lsm-img img {
            margin: 0 auto;
        }
        
        .lsm-container {
            padding: 15px 0;
            background-color: #000;
            margin-bottom: 30px;
        }

/***********************************************/
/******************MEDIA QUERY ****************/
/**********************************************/


@media screen and (max-width: 600px) {
.td-description, .td-date, .pdf-img  {
    font-size: 13px;
    }    
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
.td-description {
    text-align: right;
}
.pdf-img img {
    max-width: 30px;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: 0;
}
.pdf-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
} 
.lto-heading {
    
    margin: 0;
    font-size: 20px;
}    
}   


@media (max-width: 991px)
{
    .franchise-opportunity-shows-title{ font-size: 20px; }
}

@media (min-width:992px)
{
   .home-franchise, .video-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    .lto-section {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #d2d2d2;
    }
}
@media (max-width: 767px)
{
    .franchise-opportunity-shows-title{ font-size: 20px; }
    .lmap-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0;
}
    .lmap-content a {
    color: #fff;
    
    text-decoration: none;
    font-size: 18px;
}
}
/*************/


.form-flex {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.add-btn {
    background-color: #000;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
span em:before {
    color: #fff;
    font-size: 20px;
}
.contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #ffffff;
    font-size: 15px;
    color: #000;
    outline: none;
    text-indent: 0px;
    box-shadow: none;
}
.form-group.fl-size select {
    min-width: 300px;
}
.form-group.qt-size,
.form-group.fl-size {
    margin-right: 20px;
}
.remove.add-btn {
    background-color: #d62629;
}
.order-submit-btn {
    background-color: #ffa500;
    color: #000000;
    padding: 9px 20px;
    border-radius: 0px;
    background-image: none;
    outline: 0;
    border: none;
    font-size: 16px;
    text-shadow: none;
}

@media (max-width: 767px){
   .form-group.fl-size select {
        min-width: 100%;
    } 
    .form-group.qt-size {
        max-width: 80px;
    }
}


input[type=submit] {
    background-color: #c11636;
    color: #fff;
    background-image: none;
    text-shadow: none;
    margin-bottom: 0;
    font-family: 'Museo Sans 500';
    font-size: 20px;
    padding: 10px 30px;
    display: block;
}
.nk-header-title .nk-header-table-cell .row {
    align-items: center;
    display: flex;
}
/*******CHAT STYLE START************/
.chat-form-sec {
/*	display: flex;*/
}
.chat-form-sec .chat-field {
    width: 100%;
    height: 50px;
    margin-right: 10px;
}
.chat-form-sec .send-btn {
/*	width: 10%;*/
}

.msger-chat {
    flex: 1;
    overflow-y: scroll;
    padding: 10px;
    position: relative;
/*
    min-height: 300px;
    height: 300px;
*/
    background-color: #1c1c1c;
}
.msg.from .msg-img span{
    background-color: #c11636;
}

.msg.from .msg-img span {
    color: #000;
}
.msger-chat::-webkit-scrollbar {
    width: 2px;
}

.msger-chat::-webkit-scrollbar-thumb {
    background-color: #232323;
    border-radius: 10px;
}
  
.msg {
    display: flex;
    align-items: start;
/*    margin-bottom: 10px;*/
    border-bottom: 1px solid #5f5f5f;
    padding: 10px 0;
}  
.msg:last-child {
    border-bottom: none;
}
.chat-content {
    display: flex;
    align-items: start;
}
.msg-img {
/*
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #c11636;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
*/
} 
    
.right-msg .msg-img {
    margin: 0 0 0 10px;
}    
   
.msg-bubble {
/*    max-width: 450px;*/
    padding: 5px 5px 5px;
/*
    border-radius: 15px;
    background: #737373;
*/
}  
.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}    
.msg:last-of-type {
    margin: 0;
} 
.right-msg {
    flex-direction: row-reverse;
}   
.right-msg .msg-bubble {
    background: #030303;
    color: #c4c4c4;
    border-bottom-right-radius: 0;
}
.msg-img span {
    font-size: 14px;
    
    color: #fff;
    letter-spacing: 1px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #c11636;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.msg.left-msg.from .msg-text {
    color: #fff;
}  
.msg-text p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.chat-date p {
    text-transform: uppercase;
    color: #ccc09c;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 600;
}

.chat-date {
    padding: 2px 0 10px;
}
.chat-name p {
    color: #c11636;
    
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.msg.from .chat-name p {
    color: #c11636;
}
.form-group label {
    color: #c11636;
}
.first-content {
    background-color: #1c1c1c;
    border-bottom: 1px solid #5f5f5f;
    padding: 10px;
    text-align: center;
}

.first-content .front-des p {
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    font-size: 18px;
}
/*****************/
.chat-title-box {
    background-color: #c11636;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-top: 20PX;
    justify-content: center;
}
.avatar img {
    width: 50px;
    height: 50px;
}
.chat-title-box .name span {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 1.4;
    
}
.avatar {
    margin-right: 10px;
}
.chat-title-box .name span.status {
    font-size: 12px;
    color: #10f310;
    line-height: 1;
}
.chat-title-box .name span:first-child {
    margin-bottom: 2px;
}    
.chat-form-sec .send-btn {
    background-color: #c11636;
    border: #c11636;
    color: #fff;
    
    font-size: 20px;
}
.add-img-btn {
    background-color: #c11636;
    border: #c11636;
    color: #fff;
    
    font-size: 20px;
}

.add-img-btn:hover {
    background-color: #fff;
    color: #c11636;
}
/*******CHAT STYLE START************/

.table {
    margin-top: 20px;
}

.table thead {
    background-color: #c11636;
}

table thead tr {
    background-color: #c11636;
    color: #000;
    text-decoration: none;
}

.table>thead>tr>th {
    text-decoration: none;
    color: #fff;
    font-family: 'Museo Sans 700';
}

table tbody tr {
/*    background-color: #232323;*/
    color: #000;
    
    font-weight: 500;
}

.table-striped>tbody>tr:nth-of-type(odd) {
/*    background-color: #111;*/
}

table .btn-primary, .nw-btn .btn-primary {
    background-color: #c11636;
    background-image: none;
    border-color: #c11636;
        font-family: 'Museo Sans 700';
    font-size: 17px;
}

table .btn-primary:hover, table .btn-primary:focus, table .btn-primary:active, 
.nw-btn .btn-primary:hover, .nw-btn .btn-primary:focus, .nw-btn .btn-primary:active {
    background-color: #fff;
    color: #c11636;
    border-color: #000;
}

.us-profile .form-section .form-control.focus, .us-profile .form-control:focus {
    background-color: #fff;
}
.projects-list-frame 
 .fm-title {
    color: #c11636;
    font-size: 18px;
    margin: 0 0 10px;
}

input[type=submit]:hover {
    background-color: #fff;
    color: #c11636;
}
.us-profile .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.new-chat-sec p {
    color: #c11636;
    
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1;
}

.title {
    color: #c11636;
    font-size: 28px;
    line-height: 1;
}

.new-chat-sec {
    background-color: #1c1c1c;
    padding: 20px 0;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-chat-sec .btn {
    background-color: #c11636;
    color: #fff;
    
    font-size: 18px;
    display: inline-block;
}

.new-chat-sec .btn:hover, .new-chat-sec .btn:focus {
    background-color: #fff;
    color: #c11636;
}
.home-main-title {
    color: #c11636;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 3rem;
}
.home-list-img img {
    height: 250px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.list-link a {
    background-color: #c11636;
    display: block;
    padding: 10px 0;
    color: #000;
    
    text-align: center;
    font-size: 24px;
    line-height: 1;
    transition: 0.3s;
}


.home-list-img:hover .list-link a {
    background-color: #c11636;
    color: #fff;
    text-decoration: none;
}

.home-list-img {
    margin-bottom: 20px;
}
.home-galley-img {
    position: relative;
}

.home-gal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 0;
}

.home-galley-img:before {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}
.us-profile label {
    font-weight: 600;
    color: #c11636;
    margin-bottom: 0;
}


.notification-box {
    position: relative;
    display: inline-block;
}

.notify-icon span {
    color: #c11636;
    font-size: 30px;
}

.notify-count {
    position: absolute;
    top: 7px;
    right: -19px;
}

.notify-count span {
    background-color: #c11636;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #000;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
}
.forms-page .identity-avatar {
    display: block;
    float: none;
    margin: 0 auto 25px auto;
}    
.identity-avatar {
    background: url('../images/default-avatar.jpg') no-repeat;
    margin: 0 auto;
}
.identity-avatar {
    height: 150px;
    width: 150px;
    background-size: 150px 150px;
}    
.forms-page .custom-upload {
    text-align: inherit;
}
.custom-upload {
    margin: 0 auto;
    position: relative;
}  
.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem;
}
.custom-upload input[type="file"] {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 33px;
    outline: none;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 2;
}
.custom-upload .file-custom {
    padding: 0.5rem 5.75rem 0.5rem 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 0.075rem solid #ddd;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.file-custom:before {
    position: absolute;
    top: -0.075rem;
    right: -0.075rem;
    bottom: -0.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #c11636;
    border: 0.075rem solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0;
}
.file-custom:after {
    content: "Choose file...";
}
.aatar {
    border: 1px solid #c11636;
    padding: 15px;
}    
.chat-img {
    width: 250px;
    height: 150px;
    object-fit: cover;
    display: block;
    object-position: center;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.chat-img{
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;
}
.chat-img-list {
    column-count: 4;
}
.chat-img-list img {
    margin-bottom: 10px;
}
.gallery-cont p {
    color: #bcbcbc;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}
.first-content .chat-name p {
    color: #c11636;
}
.port-content p, .port-content {
    color: #c1c1c1;
    margin-bottom: 10px;
}

.port-content {
    margin-top: 10px;
}
.port-content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*****************************/
/****************rwd*************/
/*****************************/

.desc-sec, .desc-sec p {
    font-family: 'Lato-Regular';
    color: #000;
    /* font-size: 18px; */ 
    line-height: 2;
}
.desc-sec strong, .desc-sec b {
    font-family: 'Lato-bold' !important;
    background: none !important;
}
.desc-sec p, .desc-sec p span {
    font-family: 'Lato-Regular' !important;
    color: #000 !important;
    /* font-size: 18px; */ 
    line-height: 1.5 !important;
    font-size: 14px !important;
    background: none !important;
}
.desc-sec p {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.desc-sec ul, .desc-sec ol {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    padding-left: 30px !important;
    background: none !important;
}
.desc-sec ul li, .desc-sec ol li, .desc-sec ul li span, .desc-sec ol li span {
    font-family: 'Lato-Regular' !important;
    color: #000 !important;
    line-height: 1.5 !important;
    font-size: 14px !important;
    background: none !important;
}
.desc-sec ul li ul, .desc-sec ul li ol, .desc-sec ol li ul, .desc-sec ol li ol {
    margin: 0 !important;
    padding-left: 15px !important;
}
.desc-sec li p, .desc-sec li span {
    margin: 0 !important;
}

#apply_now .modal-body p {
    font-size: 18px;
    line-height: 1.8;
    color: #262626;
}

.search-form-section {
    background-color: #416075;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 13px;
}

.search-form-section .form-control {
    color: #000;
    background-color: #e0e5e9;
        border: 1px solid #fff;
}

#filter .form-group {
    margin-bottom: 0;
    margin-top: 0px;
}
.btn-primary {
    background-color: #c11636;
    background-image: none;
    border: 1px solid #c11636;
    font-family: 'Museo Sans 500';
    font-size: 16px;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #fff;
    border: 1px solid #212121;
    color: #c11636;
}
.nk-box .pagination .pagination>li>.active {
    background-color: #ce0039;
    color: #fff;
}

.nk-box .pagination .pagination>li a {
    font-size: 20px;
}
#filter.row {
    display: flex;
}
@media (max-width:991px){
    #filter .form-group {
        margin-bottom: 0;
        margin-top: 15px;
    }
    #filter.row {
        display: flex;
        flex-wrap: wrap;
    }
}