﻿
/*  
    temp hide info icon 
 */
.fa.fa-info-circle {
    display: none;
}

.fa.fa-info-circle.mpintimeout {
    display: inline-block;
}


.block-center {
    display: block;
    margin: 0 auto;
}

/*border*/

.b-r-0 {
    border-radius: 0px !important;
}

.b-r-10 {
    border-radius: 10px !important;
}
.b-r-20 {
    border-radius: 10px !important;
}

.b-l-0 {
    border-left: 0px !important;
}

.b-rt-0 {
    border-right: 0px !important;
}

.b-a-0 {
    border: 0px !important;
}

.b-t-0 {
    border-top: 0px !important;
}

.b-b-0 {
    border-bottom: 0px !important;
}


.b-t-l-r-0 {
    border-top-left-radius: 0px !important;
}

.b-b-l-r-0 {
    border-bottom-left-radius: 0px !important;
}
/*paddings*/


.p-a-5 {
    padding: 5px;
}
.p-a-0 {
    paddding :0px important;
}

.p-a-15 {
    padding: 15px !important;
}


.p-t-0 {
    padding-top: 0px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}


.p-a-0 {
    padding: 0px !important;
}

.p-b-4 {
    padding-bottom: 4px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}
.p-t-15 {
    padding-top: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-v-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-t-7 {
    padding-top: 7px !important;
}


.p-l-0 {
    padding-left: 0px !important;
}
.p-l-5 {
    padding-left: 10px !important;
}
.p-l-10 {
    padding-left: 10px !important;
}
.p-l-15 {
    padding-left: 15px;
}
.p-l-20 {
    padding-left: 20px;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}
.p-r-10 {
    padding-right: 5px !important;
}
.p-t-md {
    padding-top: 1rem !important;
}

.p-b-md {
    padding-bottom: 1rem !important;
}

.p-x-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.p-x-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
/*margins*/

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-25vh {
    margin-top: 25% !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-7 {
    margin-top: 7px !important;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}


.m-n-x-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.height400 {
    height: 400px;
}

.height30 {
    height: 1.9rem !important;
}


.m-t-36 {
    margin-top: 36px !important;
}


.m-t-44 {
    margin-top: 44px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-8 {
    margin-bottom: 8px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-a-0 {
    margin: 0px !important;
}

.m-a-15 {
    margin: 15px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-7 {
    margin-left: 7px !important;
}

.m-r-7 {
    margin-right: 7px !important;
}
/* LANDING PAGE ******************/

.font-20 {
    font-size: 20px !important;
}

.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!important;
}

    .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(../images/background/T1.png) left top no-repeat!important;
}

.innerBox2 {
    background: url(../images/background/T2.png) left top no-repeat!important;
}

.innerBox3 {
    background: url(../images/background/T3.png) left top no-repeat!important;
}

.innerBox4 {
    background: url(../images/background/T4.png) left top no-repeat!important;
}

.innerBox5 {
    background: url(../images/background/T5.png) left top no-repeat!important;
}

.innerBox6 {
    background: url(../images/background/T6.png) left top no-repeat!important;
}

.innerBox7 {
    background: url(../images/background/T7.png) left top no-repeat!important;
}

.innerBox8 {
    background: url(../images/background/T8.png) left top no-repeat!important;
}

.footerLogo {
    width: 150px;
}

/*STUDIO LOADER*/

.studio-loader{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 2s;
        background-color: #181d27;


}
.studio-loader img{
        height: 200px;
}

.pulse-logo {
  -moz-animation: pulsate 4s cubic-bezier(0.73, 0.005, 0.42, 1.005) infinite;
  -webkit-animation: pulsate 4s cubic-bezier(0.73, 0.005, 0.42, 1.005) infinite;
  animation: pulsate 4s cubic-bezier(0.73, 0.005, 0.42, 1.005) infinite;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
@-ms-keyframes pulsate {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}


/*STUDIO LOADER*/
