﻿
/* LANDING PAGE ******************/

.textLeft {
    text-align: left;
}

.servicesHeader {
    display: flex;
    align-items: center;
}

.servicesHeading {
    margin: 0 0 0 15px!important;
}

.logoWallHeader {
    text-align: center;
}

    .logoWallHeader > h2 {
        font-size: 36px;
        font-weight: 300;
        color: #3b566e;
        margin-bottom: 45px;
    }

#logoWall {
    background: #fff!Important;
}

.logoWall {
    width: 100%;
}

.outlineBtn {
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

    .outlineBtn:hover {
        /*background: #1f8ceb;
        color: #fff!important;*/
        border: 1px solid transparent;
    }


.footer-copyrights {
    text-align: center;
    padding: 10px 8px;
    background-color: #f1f1f1;
    border: solid 1px #e6e6e6;
    color: #666;
    overflow: hidden;
}

    .footer-copyrights a, .footer-copyrights p {
        font-size: 12px;
        line-height: 1.61;
    }


.copyrights-nav {
    max-height: inherit;
    line-height: 0;
    background-color: transparent;
}

    .copyrights-nav a {
        display: inline-block;
        height: auto;
        padding: 0;
    }

        .copyrights-nav a::after {
            content: '-';
            display: inline-block;
            margin: 0 4px;
        }

        .copyrights-nav a:last-child::after {
            display: none;
        }

        .copyrights-nav a:hover::after {
            color: #666;
        }

.footer-copyrights-text {
    margin: 0;
}

.l-page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media only screen and (min-width: 60rem) {
    .copyrights-nav {
        display: inline-block;
        line-height: inherit;
        float: left;
        margin-bottom: 0;
    }

    .footer-copyrights {
        padding: 15px 0;
        text-align: inherit;
    }

    .footer-copyrights-text {
        float: right;
        margin-top: 4px;
    }

    .l-page {
        margin-left: auto;
        margin-right: auto;
        padding-right: 25px;
        padding-left: 25px;
        max-width: 1140px;
    }
}

@media (min-width: 960px) {
    .clearfix-lg {
        clear: both;
    }
}

@media only screen and (min-width: 48rem) {
    .footer-copyrights a, .footer-copyrights p {
        /*font-size: .875rem;*/
        line-height: 1.71;
    }
}

#newsBanner {
    /*background: #1f8ceb;
    color: #fff;
    font-size: 14px;*/
    cursor: pointer;
    /*padding: 10px;*/
}

.newsContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag {
    padding: 0px 10px;
    background: #fff;
    border-radius: 5px;
    margin-right: 15px;
}

.tagBlue {
    color: #1f8ceb;
    padding-top: 3px;
}

.textAdjust {
    font-size: 18.5px!Important;
}

.tagProducts {
    background: #f4f9fe;
    color: #bbb;
    padding: 3px 10px;
    font-size: 11px!important;
}

.prodTag {
    margin-bottom: 10px;
}

.testimonialImg {
    width: 120px!important;
    margin-bottom: 20px;
}

.navigation .dropdown ul:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid #03A9F4;
    top: -18px;
    left: 6px;
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
}

.menuIcon {
    font-size: 10px!important;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    display: block;
    margin-left: 6px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.main-menu .navigation > li > a {
    display: flex!important;
}

.menuOpen {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.learnMore {
    font-weight: bold;
    font-size: 15px!important;
}

.menuAdjustMob {
    height: 100vh;
    background: #333;
}

.iconWhite {
    background: #fff!important;
}

.colBlack {
    color: #000!important;
}

.padNone {
    padding: 0px!important;
}

.padLeft15 {
    padding-left: 15px!important;
}

.marRight15 {
    margin-right: 15px!important;
}

.logo-box, .navbar-toggle {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.mobFooterPanel {
    background: #fafafa;
    border-radius: 0px!important;
}

.panel-group {
    margin-bottom: 0px!important;
}

.imgWidth {
    width: 150px;
}

.tagLilac {
    color: #a77dea;
}

    .tagLilac:hover, .tagItem1 {
        /*background-color: #a77dea!important;*/
        color: #fff!important;
    }


.tagBlue1 {
    color: #8098ff!important;
}

    .tagBlue1:hover, .tagItem2 {
        background-color: #8098ff!important;
        color: #fff!important;
    }

.tagLBlue {
    color: #6ec8ff!important;
}

    .tagLBlue:hover, .tagItem3 {
        background-color: #6ec8ff!important;
        color: #fff!important;
    }

.tagTeal {
    color: #39ead9!important;
}

    .tagTeal:hover, .tagItem4 {
        background-color: #39ead9!important;
        color: #fff!important;
    }

.tagGreen {
    color: #23d851!important;
}

    .tagGreen:hover, .tagItem5 {
        background-color: #23d851!important;
        color: #fff!important;
    }


.tagYellow {
    color: #f7d02d!important;
}

    .tagYellow:hover, .tagItem6 {
        background-color: #f7d02d!important;
        color: #fff!important;
    }



.tagOrange {
    color: #ffbf73!important;
}

    .tagOrange:hover, .tagItem7 {
        background-color: #ffbf73!important;
        color: #fff!important;
    }

.tagRed {
    color: #ff814a!important;
}

    .tagRed:hover, .tagItem8 {
        background-color: #ff814a!important;
        color: #fff!important;
    }


/*.innerBox1 {*/
    /*background: url(../../assets/img/background/T1.png) left top no-repeat!important;*/
/*}*/

/*.innerBox2 {*/
    /*background: url(../../assets/img/background/T2.png) left top no-repeat!important;*/
/*}*/

/*.innerBox3 {*/
    /*background: url(../../assets/img/background/T3.png) left top no-repeat!important;*/
/*}*/

/*.innerBox4 {*/
    /*background: url(../../assets/img/background/T4.png) left top no-repeat!important;*/
/*}*/

/*.innerBox5 {*/
    /*background: url(../../assets/img/background/T5.png) left top no-repeat!important;*/
/*}*/

/*.innerBox6 {*/
    /*background: url(../../assets/img/background/T6.png) left top no-repeat!important;*/
/*}*/

/*.innerBox7 {*/
    /*background: url(../../assets/img/background/T7.png) left top no-repeat!important;*/
/*}*/

/*.innerBox8 {*/
    /*background: url(../../assets/img/background/T8.png) left top no-repeat!important;*/
/*}*/

.footerLogo {
    width: 150px;
}
