/*Video*/
body.tblack{
    /*background: #414042;*/
    color: #fff;
}
.top-logo{
    color: #fff;
}
#services-video{
    margin-top: 0px;
    overflow: hidden;
}
#fisher-video{
    position: relative;
}
#video-cover{
    z-index: 5;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 15%;
    background: #414042;
}

/*Video*/

.main-header{
    position: fixed;
    z-index: 20000;
    background: transparent;
}
.main-header.has-cover{
    background: #0cb6ba;
}
.tblack .top-logo{
    margin-top: -3px;
}
.nav-for-c{
    margin-top: 10px;
    width: 100%;
    text-align: right;
}
.nav-for-c ul{
    list-style: none;
    padding: 0px;
    margin: 0px;

}
.nav-for-c a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1.5px 1.5px rgba(0,0,0,0.5);
}
.menu-for-c{
    height: 40px;
}
.menu-for-c li{
    display: inline-block;
    height: 100%;
    position: relative;
    padding: 0px 20px;
    transition: background .2s;
}
.menu-for-c li > a{
    line-height: 40px;
}

.menu-for-c .submenu-for-c{
    position: absolute;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .2s ease-out;
    background: rgba(255,255,255,0.5);
    left: 0px;

}


.submenu-for-c > li{
    display: block;
    text-align: left;
    margin: 0px 15px;
    height: 30px;
}
.submenu-for-c > li > a{
    color: #333;
    text-shadow: none;
    font-size: 15px;
    line-height: 30px;
}
.submenu-for-c > li > a:hover{
    color: #ccc;
}
.submenu-for-c > li{
    margin-right: 0px;
    padding-right: 0px;
}
.menu-for-c .c-active{
    background: rgba(255,255,255,0.5);
}
.menu-for-c .c-active a{
    color: #333;
    text-shadow: none;
}
.menu-for-c .c-active .submenu-for-c{
    max-height: 1000px;
    /*padding: 10px 0px;*/
    transition: max-height .2s ease-in;
}
/*
.has-cover .menu-for-c .c-active{
    background: rgba(255,255,255,1);
}
*/
.has-cover .menu-for-c .submenu-for-c{
    background: rgba(255,255,255,1);
}

#services-services{
    padding: 80px 0px;
    margin-top: 0px;
    background: #414042;
}
#services-services2{
    padding: 100px 0px;
    margin-top: 0px;
    color: #000;
}
#services-services .services-title, #services-services2 .services-title{
    width: 100%;
    max-width: 1300px;
    line-height: 1.3;
    font-size: 2.8em;
    margin: 0px auto;
    font-weight: bold;
    margin-bottom: 80px;
}
#services-services .services-title big, #services-services2 .services-title big{
    font-style: oblique;
    font-size: 1.3em;
}
#services-services .services-sub-title, #services-services2 .services-sub-title{
    width: 100%;
    padding: 0px 5%;
    font-size: 1.5em;
    margin: 0px auto;
}
#services-services .services-sub-title:last-child{
    margin-bottom: 100px;
}

#imgtxt-section{
    color: #111;
    background: transparent;
    position: relative;
    margin-top: 0px;
}
#imgtxt-section.no-move-up{
    margin-top: 0px;
}
#imgtxt-section .text-box{
    padding: 50px 40px 0px;
}
#imgtxt-section .text-box h2{
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px #ccc;
    text-transform: uppercase;
}
#imgtxt-section .text-box h3{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.2;
}
#imgtxt-section .text-box h3{
    text-transform: uppercase;
}
#imgtxt-section .text-box p{
    text-transform: inherit;
}
#imgtxt-section .text-box p{
    font-size: 1.3em;
    line-height: 1.3;
    text-align: left;
}
.color-div{
    width: 100%;
    padding: 100px 0px;
}
.dario-color-1{
    background:#D1d3d4;
}
.dario-color-2{
    background:#F2f2f2;
}
.submenu-for-c > li > a.actived-link{
    pointer-events: none;
    cursor: text;
    color: #ccc;
}
@media (max-width: 991.98px) {
    #imgtxt-section .text-box{
        padding: 0px 20px 40px;
    }
}

/* mobile nav */
@media(max-width: 1100px){
    .nav-for-c{
        position: fixed;
        top: 70px;
        left: 0px;
        width : 250px;
        margin: 0px;
        height: 100%;
        background: transparent;
        transition: width .3s;
        overflow: hidden;
        white-space: nowrap;
    }
    .nav-for-c.hiding{
        width: 0px;
        display:none;
        transition: width .3s;
    }
    .has-cover .nav-for-c{
        background: #0cb6ba;
    }
    .menu-for-c{
        text-align:left;
        height: auto;
    }
    .menu-for-c .c-active{
        background: rgba(255,255,255,0.9);
    }
    .menu-for-c .menu-li{
        display: block;
    }
    .menu-for-c .submenu-for-c{
        max-height: 5000px;
        position: relative;
        background: transparent;
    }
    .has-cover .menu-for-c .submenu-for-c{
        background: transparent;
    }
    .submenu-for-c > li > a{
        color: #fff;
    }
    .has-cover .submenu-for-c > li > a{
        color: #333;
    }
    .submenu-for-c > li{
        margin: 0px;
    }
    .submenu-for-c > li > a:hover{
        color: #555;
    }

    .menu-for-c .c-active .submenu-for-c{
        height: auto;
        padding: 0px;
    }
    .tblack main{
        margin-top: 0px;
    }

}

.tblack section h2{
    margin-bottom: 20px;
}
/* service-trinity */
#service-trinity{
    margin-top: 0px;
    padding: 80px 0px;
    background: #fff;
    color: #111;
}
#service-trinity h2{
    font-size: 2.3em;
}
#service-trinity p{
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 10px auto;
}
#service-trinity img{
    width: 100%;
}
#map-section{
    padding: 50px 0px;
    background: #414042;
    margin-top: 0px;
}
#map-textbox{
    padding: 50px;
    padding-bottom: 0px;
}
#map-section p{
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 15px;
}
#contact-us-section{
    background: #0cb6ba;
    margin:0px;
}
#contact-us-section p{
    margin: 0px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 95px;
}
#contact-popup-btn{
    border: 3px solid #fff;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    max-width : 300px;
    margin: 20px auto;
    border-radius: 10px;
}
#contact-popup-btn:hover{
    color: #2F4F4F;
    border-color: #2F4F4F;
}

/*Modal*/
.modal{
    color: #444;
    text-align: left;
}
.modal-title{
    font-weight: bold;
}
.modal label{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.modal .form-control{
    border-color: #444;
}
.modal .btn{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.modal .notice{
    font-size: 15px;
    color: red;
    font-weight: bold;
    margin-bottom: 0px;
    visibility: hidden;
}
#loading-cover-modal{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    top:0px;
    left:0px;
    z-index: 10;
}
#loading-cover-modal i{
    position: relative;
    font-size: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}
#success-msg{
    text-align: center;
    top: 45%;
    position:relative;
    margin: 0px auto;
    padding: 0px 10px;
    max-width: 350px;
    font-size: 20px;
    font-weight: bold;
    display: none;
}

#services-top-banner{
    height: 300px;
    background-image: url('../images/services/FISHERWEST_DIRECTMAIL_BANNER.jpg');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
}
#services-top-banner.tbi2{
    background-image: url('../images/services/FISHERWEST_BANNER.jpg');
}
#services-top-banner.tbi3{
    background-image: url('../images/services/Digital Integration.jpg');
}
.top-banner-cover{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
}
.tbi3 .top-banner-cover{
    background: rgba(0,0,0,0.3);
}
/*** REM Declare ***/
body{
    font-size: 15px;
}
@media(max-width: 1100px){
    body{
        font-size: 12px;
    }
}
@media(max-width: 600px){
    body{
        font-size: 9px;
    }
}
@media(max-width: 400px){
    body{
        font-size: 8px;
    }
}
