html, body {
    font-size: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p {
    margin: 0;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin: 0;
}

ul, label {
    margin: 0;
    padding: 0;
}


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
}

    body a:hover {
        text-decoration: none;
    }
/*-- header --*/
.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default .navbar-brand {
    color: #212121;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #212121;
    }

.navbar-default .navbar-nav > li > a {
    color: #999;
}

.navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-nav {
    margin: 0 0 0 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #6BC676;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #002E5A;
    background-color: transparent;
}
/*-- nav-hover-effect --*/
.menu__list {
    position: relative;
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
    list-style: none;
}

.menu__item {
    display: block;
    margin: 1em 0;
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .menu__link:hover,
    .menu__link:focus {
        outline: none;
    }

/* Francisco */
.menu--francisco .menu__item {
    margin: 0 1.5em;
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 6em;
    padding: 3em 0 1em;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    .menu--francisco .menu__link:hover,
    .menu--francisco .menu__link:focus {
        color: #929292;
    }

.menu--francisco .menu__item--current .menu__link {
    color: #002E5A;
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #002E5A;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
    transition: transform 0s 0.3s, opacity 0.2s;
}

.menu--francisco .menu__item--current .menu__link::before, .menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
    transition: transform 0.5s, opacity 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none;
}

.menu--francisco .menu__item--current .menu__helper, .menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco 0.3s forwards;
    animation: anim-francisco 0.3s forwards;
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*-- //nav-hover-effect --*/
/*-- w3layouts --*/
.phone {
    float: right;
    margin: 10px 0px;
    padding: 5px 15px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #153266;
}

    .phone p {
        color: #999;
        text-transform: capitalize;
    }

        .phone p i {
            color: #002E5A;
            font-size: 2em;
            left: -.5em;
            top: 0.6em;
            padding-left: .5em;
        }

        .phone p span {
            display: block;
            font-size: 1.2em;
            color: #212121;
            padding-left: 2.5em;
            font-weight: 600;
        }
/*-- //header --*/
/*-- banner --*/
.banner-info {
    width: 70%;
    margin: 18em auto 0;
    text-align: center;
}

    .banner-info h3 {
        font-size: 2em;
        color: #fff;
        text-transform: capitalize;
        letter-spacing: 5px;
    }

    .banner-info p {
        color: #fff;
        margin: 1em auto 3em;
        line-height: 1.8em;
    }

.more a {
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

    .more a:hover {
        /*-- agileits --*/
        color: #6BC676;
    }
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #6BC676;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.hvr-shutter-in-vertical1 {
    background: #212121;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white;
}

    .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before, .pricing-plans-grid1:hover .hvr-shutter-in-vertical1:before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
/*-- w3layouts --*/
/*-- //banner --*/
/*-- services --*/
.services, .testimonials, .about, .team, .pricing-plans, .typo, .gallery, .mail, .single {
    padding: 20px 0;
}

    .services h3, .testimonials h3, .about h3, .team h3, .pricing-plans h3, h3.title, .gallery h3, .mail h3 {
        font-size: 2.5em;
        color: #13a3e7;
        text-align: left;
        position: relative;
        padding-bottom: .5em;
        letter-spacing: 3px;
    }

        .services h3:before, .testimonials h3:before, .about h3:before, .gallery h3:before, .mail h3:before, .team h3:before, .pricing-plans h3:before, h3.title:before {
            content: '';
            background: #13a3e7;
            width: 18%;
            height: 3px;
            position: absolute;
            bottom: 2%;
        }

p.qui {
    text-align: center;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0 0 !important;
    font-weight: 500 !important;
}

.services-grids {
    margin: 4em 0 0;
}

.services-grids-left {
    border-right: 1px solid #999;
}

.services-grids-left-grids {
    padding-right: 5em;
}

.services-grids-left-grid h4 {
    text-transform: capitalize;
    /*-- agileits --*/
    font-size: 1.5em;
    color: #002E5A;
    line-height: 1.8em;
}

.services-grids-left-grid {
    text-align: right;
}

    .services-grids-left-grid p {
        color: #999;
        line-height: 1.8em;
        margin: 1em 0 0 0;
    }

    .services-grids-left-grid h5 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0.5em;
    }

.services-grids-left-grid1 {
    position: relative;
}

.services-grids-left-grid1-pos {
    position: absolute;
    top: 0%;
    left: 110.5%;
}

.services-grids-left-grid2-pos {
    position: absolute;
    top: 0%;
    left: -31.5%;
}

.services-grids-left-grid3-pos {
    position: absolute;
    top: 58%;
    left: 110%;
}

.services-grids-left-grid1-pos span {
    background: url(../images/Mobile.png) no-repeat 0px 0px;
    display: block;
    width: 100px;
    height: 100px;
    padding: .5em;
    background-color: white;
}

.services-grids-left-grid2-pos span {
    background: url(../images/Bill.png) no-repeat 0px 0px;
    display: block;
    width: 100px;
    height: 100px;
    padding: .5em;
    background-color: white;
}

.services-grids-left-grid3-pos span {
    background: url(../images/Bus.png) no-repeat 0px 0px;
    display: block;
    width: 100px;
    height: 100px;
    padding: .5em;
    background-color: white;
}

.services-grids-right-grid {
    text-align: left !important;
}

.services-grids-right-grids {
    padding: 15em 0 0 5em;
}

.services-grids-left-grid1:nth-child(2) {
    padding: 20em 0 5em;
}

.service-grids-bottom {
    padding: 2em;
    border: 1px solid #999;
    width: 70%;
    margin: 0 auto;
}

    .service-grids-bottom h2 {
        font-size: 1.3em;
        color: #999;
        line-height: 1.8em;
        position: relative;
        padding-left: 3em;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
    }

        .service-grids-bottom h2:before {
            background: url(../images/img-sp.png) no-repeat -6px -118px;
            display: block;
            width: 32px;
            height: 32px;
            position: absolute;
            top: 0%;
            left: 0%;
            content: '';
        }
/*-- //services --*/
/*-- services-bottom --*/
.services-bottom {
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 400px;
    padding: 4em 0 0;
}

.services-bottom-left {
    text-align: center;
}

    .services-bottom-left h3 {
        font-size: 2.5em;
        color: #fff;
        margin: 1em 0;
    }

    .services-bottom-left p {
        font-size: 2em;
        color: #fff;
    }

    .services-bottom-left i {
        font-size: 2em;
        color: #fff;
        padding: 1em;
        border: 1px solid;
        cursor: pointer;
        top: 0;
    }

    .services-bottom-left:hover .services-bottom-left-grid i {
        color: #6BC676;
        border: 1px solid;
    }
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-in-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #6BC676;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
        color: white;
    }

        .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before, .services-bottom-left:hover .hvr-shutter-in-horizontal:before {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }
/*-- //services-bottom --*/
/*-- testimonials --*/
.testimonials-grids {
    margin: 3em 0 0;
}

.nav-tabs > li > a {
    border-radius: 0;
    font-size: 1em;
    color: #999;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.nav-tabs > li.active {
    position: relative;
}

    .nav-tabs > li.active:after {
        position: absolute;
        bottom: -95%;
        left: 27%;
        background: url(../images/1.png) no-repeat 0px 0px #fff;
        display: block;
        height: 38px;
        width: 27px;
        content: '';
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #6BC676;
        border: none;
    }

div#myTabContent {
    padding: 3em 0 0;
}

.nav-tabs > li > a:hover {
    border: 1px solid transparent;
    color: #6BC676;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.tabcontent-grids {
    text-align: center;
}

    .tabcontent-grids h4 {
        font-size: 1em;
        color: #212121;
        margin: 1em 0;
    }

        .tabcontent-grids h4 span {
            display: block;
            font-size: 13px;
            color: #6BC676;
            margin: .5em 0 0;
            font-family: 'Open Sans', sans-serif;
            font-weight: 500;
        }

    .tabcontent-grids p {
        color: #999;
        line-height: 1.8em;
        width: 60%;
        margin: 0 auto;
    }

    .tabcontent-grids img, .team-grid img {
        margin: 0 auto;
        padding: .4em;
        box-shadow: 0px 0px 5px #C7C7C7;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
    }

.nav-tabs {
    width: 35%;
    margin: 0 auto;
}

.tabcontent-grids {
    padding: 2em 0 0;
}
/*-- //testimonials --*/
/*-- footer --*/
.footer {
    padding: 30px 0;
    background: #13a3e7;
    /*margin-top: 10px;*/
}

.footer-grid h3 {
    font-size: 1.5em;
    color: #fff;
    padding-bottom: .7em;
    position: relative;
    margin-bottom: 1em;
}

    .footer-grid h3:after {
        content: '';
        background: #fff;
        width: 20%;
        height: 2px;
        position: absolute;
        bottom: 0%;
        left: 0%;
    }

.footer-grid p {
    color: white;
    line-height: 1.8em;
    margin: 0 0 1em;
}
/*-- social-icons --*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
}

    .social-nav li {
        display: inline-block;
    }



.model-8 a {
    background: #FFF;
}

.model-8 a {
    color: #C28F44;
}

.social-nav a {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #6BC676;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #fff;
    position: relative;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
}

.model-8 a:hover {
    color: #6BC676;
}

.model-8 a:hover {
    -webkit-box-shadow: 0 30px 0 inset;
    -o-box-shadow: 0 30px 0 inset;
    -ms-box-shadow: 0 30px 0 inset;
    -moz-box-shadow: 0 30px 0 inset;
    box-shadow: 0 30px 0 inset;
}

a.facebook i {
    background: url(../images/img-sp.png) no-repeat 3px -157px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
}

a.facebook:hover i {
    background: url(../images/img-sp.png) no-repeat 3px -198px;
    display: block;
}

a.twitter i {
    background: url(../images/img-sp.png) no-repeat -29px -158px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
}

a.twitter:hover i {
    background: url(../images/img-sp.png) no-repeat -29px -198px;
    display: block;
}

a.g i {
    background: url(../images/img-sp.png) no-repeat -73px -158px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
}

a.g:hover i {
    background: url(../images/img-sp.png) no-repeat -73px -198px;
    display: block;
}

a.p i {
    background: url(../images/img-sp.png) no-repeat -113px -159px;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
}

a.p:hover i {
    background: url(../images/img-sp.png) no-repeat -113px -199px;
    display: block;
}
/*-- //social-icons --*/
input[type="submit"], .related-post-right h4 a, .categories ul li a, .popular-posts-grid1 h4 a, .single-grid-left-grid1 ul li a, .mail-grid-right1 ul.phone-mail li a, .pricing-plans-grid1 ul li, .pricing-plans-grid1 h5, .pricing-plans-grid1 h4, ul.footer-grid-list li a, .pricing-plans-grid1, .footer-grids1-left ul li a, .footer-grids1-right p a, .about-grids-left h4 a {
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.footer-grid input[type="email"] {
    outline: none;
    border: 1px solid #939393;
    background: #000;
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 1em;
}

.footer-grid input[type="submit"] {
    outline: none;
    border: none;
    background: #6BC676;
    font-size: 1em;
    color: #fff;
    width: 50%;
    padding: 8px 0;
}

    .footer-grid input[type="submit"]:hover {
        background: #fff;
        color: #6BC676;
    }

ul.footer-grid-list li {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    padding-left: 2.5em;
    background: url(../images/img-sp.png) no-repeat -193px -124px;
    list-style-type: none;
}

    ul.footer-grid-list li:nth-child(2) {
        margin: 2em 0 0;
    }

    ul.footer-grid-list li a {
        color: #6BC676;
        text-decoration: none;
    }

        ul.footer-grid-list li a:hover {
            color: #fff;
        }

    ul.footer-grid-list li span {
        display: block;
        color: #fff;
        margin: .5em 0 0;
    }

.footer-grids {
    margin-bottom: 2em;
}

.footer-grids1-left {
    float: left;
}

    .footer-grids1-left ul li {
        display: inline-block;
        margin-right: 2em;
    }

        .footer-grids1-left ul li a {
            color: white;
            font-size: 14px;
            text-decoration: none;
        }

            .footer-grids1-left ul li.active a, .footer-grids1-left ul li a:hover {
                color: #fff;
            }

.footer-grids1-right p {
    color: #999;
    line-height: 1.8em;
}

.footer-grids1-right {
    float: right;
}

    .footer-grids1-right p a {
        color: #fff;
        text-decoration: none;
    }

        .footer-grids1-right p a:hover {
            color: #6BC676;
        }
/*-- //footer --*/
/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- banner1 --*/
.banner1 {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 240px;
    padding: 6em 0 0;
    text-align: center;
}

    .banner1 h2 {
        font-size: 2em;
        color: #fff;
        margin: 0 0 2em;
    }

        .banner1 h2 a {
            color: #fff;
            text-decoration: none;
        }

        .banner1 h2 span {
            color: #6BC676;
        }
/*-- //banner1 --*/
/*-- about --*/
.about-grids {
    margin: 3em 0 0;
}

.pa_italic span {
    display: none;
}

.pa_italic i, .collapsed span {
    left: 41em;
    font-size: 0.7em;
    color: #212121;
}

.collapsed i {
    display: none;
}

.collapsed span {
    display: inline-block;
}

.panel_text {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}

.about-grids-left h4 {
    font-size: 1.1em;
    color: #6BC676;
    margin: 0;
    line-height: 1.5em;
    text-transform: capitalize;
    letter-spacing: 1px;
}

    .about-grids-left h4 a {
        text-decoration: none;
    }

        .about-grids-left h4 a:hover {
            color: #212121;
        }

.panel-heading-sub {
    padding: 1em 0;
}

.panel-default > .panel-heading {
    background: none;
    border: none;
    /*border-bottom: 1px solid #ddd;*/
}

.panel-default {
    border: none;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}
/*-- //about --*/
/*-- team --*/
.team {
    background: #E9E9E9;
}

.team-grids {
    margin: 3em 0 0;
}

.team-grid {
    text-align: center;
}

    .team-grid h4 {
        font-size: 1em;
        color: #6BC676;
        margin: 1em 0;
    }

        .team-grid h4 span {
            display: block;
            font-size: .8em;
            margin: .5em 0 0;
            color: #212121;
            font-family: 'Open Sans', sans-serif;
            font-weight: 500;
        }

.team-grids p {
    width: 65%;
    margin: 3em auto 0;
    text-align: center;
    line-height: 1.8em;
    color: #999;
}
/*-- //team --*/
/*-- pricing-plans --*/
.pricing-plans-grids {
    margin: 3em 0 0;
}

.pricing-plans-grid1 {
    background: #f5f5f5;
    border-top: 5px solid #6BC676;
    text-align: center;
}

    .pricing-plans-grid1 h4 {
        font-size: 1.5em;
        color: #212121;
        padding: 1em;
    }

    .pricing-plans-grid1 h5 {
        font-size: 2em;
        padding: 0.5em 1em;
        background: #6A6C6A;
        color: #fff;
    }

        .pricing-plans-grid1 h5 span {
            font-size: .7em;
            font-family: 'Open Sans', sans-serif;
            font-weight: 500;
        }

        .pricing-plans-grid1 h5 sup {
            font-size: .75em;
            font-family: 'Open Sans', sans-serif;
            font-weight: 500;
        }

    .pricing-plans-grid1 ul {
        padding: 2em 1em;
    }

        .pricing-plans-grid1 ul li {
            font-size: 14px;
            color: #999;
            line-height: 1.8em;
            margin-bottom: 1em;
            list-style-type: none;
        }

    .pricing-plans-grid1:hover {
        background: #999;
    }

        .pricing-plans-grid1:hover h4 {
            color: #fff;
        }

        .pricing-plans-grid1:hover h5 {
            background: #6BC676;
        }

.pricing-plans-grid:hover .pricing-plans-grid1 ul li {
    color: #fff;
}

.pricing-plans-grid1:hover {
    border-top: 5px solid #212121;
}
/*-- //pricing-plans --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #999;
    font-size: 0.85em;
    margin-bottom: 1em;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: 1em;
        color: #6BC676;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #888;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px 10px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 1em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 1.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width:768px) {
    .grid_5 {
        padding: 0 0 1em;
    }

    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width:640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
            margin-bottom: .5em;
        }

    .progress {
        height: 10px;
        margin-bottom: 10px;
    }

    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.typoh2 {
        font-size: 1.5em;
    }
}

@media (max-width:480px) {
    .table h1 {
        font-size: 26px;
    }

    .table h2 {
        font-size: 23px;
    }

    .table h3 {
        font-size: 20px;
    }

    .label {
        font-size: 53%;
    }

    .alert, p {
        font-size: 14px;
    }

    .pagination {
        margin: 20px 0 0px;
    }
}

@media (max-width: 320px) {
    .caption span {
        margin: 0 0 1.5em;
    }

    .grid_4 {
        margin-top: 18px;
    }

    h3.title {
        font-size: 1.6em;
    }

    .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }

    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }

    .list-group {
        margin-bottom: 10px;
    }

    .well {
        padding: 10px;
    }

    .nav > li > a {
        font-size: 14px;
    }

    table.table.table-striped, .table-bordered, .bs-docs-example {
        display: none;
    }
}
/*-- //Typography --*/
/*-- gallery --*/
.gallery-grids {
    margin: 3em 0 0;
}

    .gallery-grids a img {
        padding: 0 0 0 .5em;
    }

.gallery-grid {
    float: left;
    width: 40%;
}

.gallery-grid-left {
    float: left;
    width: 20%;
}

.gallery-grid, .gallery-grid-left {
    position: relative;
}

    .gallery-grid .textbox, .gallery-grid-left .textbox {
        width: 65.78%;
        height: 66%;
        position: absolute;
        top: 43px;
        left: 83px;
        -webkit-transform: scale(0);
        transform: scale(0);
        background-color: rgba(61, 142, 130, 0.5);
    }

    .gallery-grid:hover .textbox, .gallery-grid-left:hover .textbox {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

.textbox {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

    .textbox h4 {
        font-size: 1em;
        color: #fff;
        margin: 3em 0 .5em;
        text-transform: capitalize;
    }

    .textbox p {
        color: #fff;
        font-size: 10px;
        width: 90%;
        line-height: 1.8em;
        margin: 0 auto;
    }

    .textbox.textbox1 {
        width: 64.2%;
        height: 67%;
        top: 42px;
        left: 45px;
    }

.textbox1 h4 {
    margin: 2.5em 0 .5em !important;
}

.gallery-grids1:nth-child(2) {
    margin: .5em 0;
}
/*-- //gallery --*/
/*-- mail --*/
.mail-grids {
    margin: 3em 0;
}

.mail-grid-left input[type="text"], .mail-grid-left input[type="email"], .mail-grid-left textarea {
    outline: none;
    border: 1px solid #E4E4E4;
    background: #f5f5f5;
    font-size: 14px;
    color: #212121;
    padding: 10px;
    width: 100%;
}

.mail-grid-left input[type="email"] {
    margin: 1em 0;
}

.mail-grid-left textarea {
    min-height: 200px;
    margin: 1em 0 .8em;
}

.mail-grid-left input[type="submit"] {
    outline: none;
    border: none;
    background: #212121;
    font-size: 1em;
    color: #fff;
    padding: 10px 0;
    width: 30%;
}

    .mail-grid-left input[type="submit"]:hover {
        background: #6BC676;
    }

.mail-grid-right1 {
    padding: 2em;
    background: #62B06B;
    text-align: center;
}

    .mail-grid-right1 img {
        margin: 0 auto;
        padding: .5em;
        border: 1px dotted #212121;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
    }

    .mail-grid-right1 h4 {
        font-size: 1em;
        color: #212121;
        margin: 1em 0;
        text-transform: uppercase;
    }

        .mail-grid-right1 h4 span {
            display: block;
            text-transform: capitalize;
            font-size: .8em;
            color: #FFFFFF;
            margin: .5em 0 0;
            font-weight: 500;
            font-family: 'Open Sans', sans-serif;
        }

    .mail-grid-right1 ul.phone-mail li {
        list-style-type: none;
        margin-bottom: 1em;
        font-size: 14px;
        color: #FFFFFF;
    }

        .mail-grid-right1 ul.phone-mail li a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .mail-grid-right1 ul.phone-mail li a:hover {
                color: #212121;
            }

    .mail-grid-right1 ul li i {
        left: -.5em;
    }

ul.phone-mail {
    margin: 0 0 2em;
}

.mail iframe {
    width: 100%;
    min-height: 300px;
    padding: 0 1em;
}
/*-- //mail --*/
/*-- single --*/
.single-grid-left-grid1 {
    padding: 2em;
    background: #f5f5f5;
}

.single-grid-left-grid1-left {
    float: left;
}

    .single-grid-left-grid1-left h3 {
        font-size: 1em;
        color: #212121;
        text-transform: uppercase;
    }

        .single-grid-left-grid1-left h3 span {
            display: block;
            font-size: 2em;
            color: #6BC676;
        }

.single-grid-left-grid1-right h4 {
    text-transform: capitalize;
    font-size: 2em;
    letter-spacing: 1px;
    margin: 0;
}

.single-grid-left-grid1-right {
    float: right;
}

    .single-grid-left-grid1-right p {
        color: #999;
        line-height: 1.8em;
        line-height: 1.8em;
    }

p.fugiat {
    margin: 2em 0;
    color: #999;
    line-height: 1.8em;
}

.single-grid-left-grid1 ul {
    padding: 1em 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

    .single-grid-left-grid1 ul li {
        font-size: 14px;
        color: #999;
        margin-left: 1em;
        margin-right: 2em;
        list-style-type: none;
        display: inline-block;
    }

        .single-grid-left-grid1 ul li a {
            color: #999;
            text-decoration: none;
        }

            .single-grid-left-grid1 ul li a span, .single-grid-left-grid1 ul li span {
                color: #6BC676;
                left: -.5em;
            }

            .single-grid-left-grid1 ul li a:hover {
                color: #6BC676;
            }

.popular-posts {
    margin: 6em 0 3em;
}

    .popular-posts h3, .author h3, .leave-reply h3 {
        font-size: 2em;
        color: #212121;
        margin: 0 0 1em;
        letter-spacing: 1px;
    }

.popular-posts-grid {
    padding-left: 0;
}

.popular-posts-grid1 {
    padding: .5em .5em 1em;
    background: #f5f5f5;
}

    .popular-posts-grid1 h4 a {
        text-decoration: none;
        font-size: 1em;
        color: #6BC676;
        display: block;
        margin: 1em 0 0.5em;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 1.5em;
        font-family: 'Open Sans', sans-serif;
        text-align: center;
    }

        .popular-posts-grid1 h4 a:hover {
            color: #212121;
        }

    .popular-posts-grid1 p {
        color: #999;
        line-height: 1.8em;
        text-align: center;
    }

.author-grid {
    padding: 2em;
    background: #212121;
}

.author-grid-left {
    float: left;
    width: 20%;
}

    .author-grid-left img {
        padding: .5em;
        border: 2px dotted #fff;
        border-radius: 50%;
    }

.author-grid-right {
    float: right;
    width: 75%;
}

    .author-grid-right h4 {
        font-size: 1em;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .author-grid-right h4 span {
            font-size: 14px;
            color: #6BC676;
            font-family: 'Open Sans', sans-serif;
            display: block;
            margin: .5em 0 0;
            text-transform: capitalize;
        }

    .author-grid-right p {
        color: #999;
        line-height: 1.8em;
        margin: 2em 0 1em;
    }

.leave-reply {
    margin: 3em 0 0;
}

    .leave-reply input[type="text"], .leave-reply input[type="email"], .leave-reply textarea {
        outline: none;
        padding: 10px;
        background: #f5f5f5;
        font-size: 14px;
        color: #212121;
        border: 1px solid #EAEAEA;
        width: 100%;
    }

    .leave-reply textarea {
        resize: none;
        min-height: 150px;
        margin: 0 0 .8em;
    }

    .leave-reply input[type="email"] {
        margin: 1em 0;
    }

    .leave-reply input[type="submit"] {
        outline: none;
        padding: 10px 0;
        background: #6BC676;
        font-size: 1em;
        color: #fff;
        border: none;
        margin: 1em 0 0;
        width: 30%;
    }

        .leave-reply input[type="submit"]:hover {
            background: #212121;
        }

.search1 input[type="text"] {
    border: 1px solid #E7E7E7;
    outline: none;
    width: 100%;
    background: none;
    color: #999;
    padding: 10px;
    margin: 0 0 1em;
    font-size: 14px;
}

.search1 input[type="submit"] {
    background: #6BC676;
    color: #fff;
    font-size: 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    border: none;
    outline: none;
    width: 50%;
    padding: 8px 0;
}

    .search1 input[type="submit"]:hover {
        background: #212121;
    }

.categories ul li {
    list-style-type: none;
    background: url(../images/img-sp.png) no-repeat -10px -378px;
    display: block;
    padding-left: 3em;
    margin: 1.5em 0;
    color: #999;
    font-size: 14px;
}

    .categories ul li a {
        color: #999;
        text-decoration: none;
        letter-spacing: 1px;
    }

        .categories ul li a:hover {
            color: #6BC676;
        }

.categories {
    margin: 5em 0;
}

.related-posts {
    margin-top: 5em;
}

    .categories h3, .related-posts h3, .search1 h3 {
        color: #212121;
        font-size: 1.5em;
        text-transform: capitalize;
        margin: 0 0 1em;
    }

.related-post-left {
    float: left;
    width: 30%;
}

.related-post-right {
    float: right;
    width: 65%;
}

.related-post {
    margin: 2.5em 0;
}

.categories-mid ul li:nth-child(6) {
    margin-bottom: 5em;
}

.related-post-right h4 {
    line-height: 1em;
}

    .related-post-right h4 a {
        color: #6BC676;
        font-size: .9em;
        letter-spacing: 1px;
        text-transform: capitalize;
        text-decoration: none;
    }

        .related-post-right h4 a:hover {
            text-decoration: none;
            color: #000;
        }

.related-post-right p {
    color: #999;
    font-style: normal;
    line-height: 1.8em;
    margin: 1em 0;
}

.related-post-right ul li {
    display: inline-block;
    margin: 0 1em 0 0.5em;
    font-size: 14px;
    color: #212121;
}

    .related-post-right ul li span {
        left: -.5em;
        color: #6BC676;
    }
/*-- //single --*/
/*-----start-responsive-design------*/
@media (max-width:1440px) {
    .banner-info {
        margin: 13em auto 0;
    }
}

@media (max-width: 1366px) {
    .banner-info {
        margin: 12em auto 0;
    }
}

@media (max-width: 1280px) {
    .services-bottom-left h3 {
        font-size: 2em;
    }

    .services-bottom {
        min-height: 360px;
        padding: 3.5em 0 0;
    }
}

@media (max-width: 1080px) {
    .navbar-nav {
        margin: 0 0 0 3em;
    }

    .menu--francisco .menu__item {
        margin: 0 1em;
    }

    .banner-info {
        margin: 9em auto 0;
        width: 80%;
    }

        .banner-info h3 {
            font-size: 1.9em;
        }

    .single-grid-left-grid1-right h4 {
        font-size: 1.6em;
    }

    .services, .testimonials, .about, .team, .pricing-plans, .typo, .gallery, .mail, .single {
        padding: 4em 0;
    }

    .services-grids-left-grid1-pos, .services-grids-left-grid3-pos {
        left: 113%;
    }

    .services-grids-left-grid2-pos {
        left: -40.5%;
    }

    .service-grids-bottom {
        width: 80%;
    }

    .nav-tabs {
        width: 45%;
    }

    .tabcontent-grids {
        padding: 1em 0 0;
    }

        .tabcontent-grids p {
            width: 80%;
        }

    .popular-posts-grid1 h4 a {
        font-size: .9em;
    }

    .related-post-right {
        width: 67%;
    }

        .related-post-right ul li span {
            left: -.2em;
        }

        .related-post-right ul li {
            margin: 0 0em 0 0.2em;
        }

    .pa_italic i, .collapsed span {
        left: 34em;
    }

    .textbox.textbox1 {
        top: 34px;
        left: 38px;
    }

    .textbox1 h4 {
        margin: 2em 0 .5em !important;
    }

    .gallery-grid .textbox {
        width: 65.4%;
        height: 67%;
        top: 34px;
        left: 70px;
    }
}

@media (max-width:991px) {
    .phone {
        padding-left: 1em;
    }

    .menu--francisco .menu__item {
        margin: 0 0.5em;
    }

    .navbar-nav {
        margin: 0 0 0 1em;
    }

    .navbar-brand {
        height: 45px;
        font-size: .7em;
    }

    .menu--francisco .menu__item {
        margin: 0 0.3em;
    }

    .menu--francisco .menu__link {
        height: 4.9em;
        padding: 2em 0 1em;
    }

    .phone {
        margin: 0.5em 0 0;
    }

    .banner-info h3 {
        font-size: 1.6em;
    }

    .services h3, .testimonials h3, .about h3, .team h3, .pricing-plans h3, h3.title, .gallery h3, .mail h3 {
        font-size: 2em;
    }

    .services-grids-left-grid1-pos, .services-grids-left-grid3-pos {
        left: 107.5%;
    }

    .services-grids-left-grid1:nth-child(2) {
        padding: 5em 0;
    }

    .services-grids-right-grid {
        text-align: right !important;
    }

    .services-grids-right {
        padding-right: 0;
    }

    .services-grids-right-grids {
        padding: 0em 5em 5em 0;
        border-right: 1px solid #999;
    }

    .services-grids-left-grid2-pos {
        left: 104.5%;
    }

    .services-grids-left-grid3-pos {
        top: 30%;
    }

    .service-grids-bottom {
        width: 100%;
    }

    .services-bottom-left {
        float: left;
        width: 25%;
    }

    .nav-tabs {
        width: 60%;
    }

    .tabcontent-grids {
        padding: 0;
    }

        .tabcontent-grids p {
            width: 100%;
        }

    .footer-grid {
        float: left;
        width: 33.33%;
    }

    .footer {
        padding: 3em 0;
    }

    .footer-grid input[type="submit"] {
        width: 100%;
    }

    .footer-grids1-left ul li {
        margin-right: 0.5em;
    }

    .popular-posts-grid {
        float: left;
        width: 33.33%;
    }

    .popular-posts h3, .author h3, .leave-reply h3 {
        font-size: 1.8em;
    }

    .single-grid-right {
        margin: 3em 0 0;
    }

    .categories {
        margin: 3em 0;
    }

    .related-posts {
        margin-top: 3em;
    }

    .related-post-right ul li {
        margin: 0 2em 0 0.2em;
    }

    .related-post-right {
        margin: 4em 0 0;
    }

    .pa_italic i, .collapsed span {
        left: 54em;
    }

    .about-grids-right {
        margin: 3em 0 0;
    }

    .team-grid {
        float: left;
        width: 33.33%;
    }

    .team-grids p {
        width: 80%;
        margin: 2em auto 0;
    }

    .pricing-plans-grid {
        float: left;
        width: 33.33%;
        padding-left: 0;
    }

    .pricing-plans-grid1 ul {
        padding: 2em 1em 1em;
    }

    .banner1 {
        min-height: 200px;
        padding: 5em 0 0;
    }

    .textbox h4 {
        font-size: .8em;
    }

    .textbox p {
        font-size: 8px;
    }

    .textbox.textbox1 {
        top: 26px;
        left: 31px;
        width: 63%;
    }

    .textbox1 h4 {
        margin: 1em 0 .5em !important;
    }

    .gallery-grid .textbox {
        width: 64.7%;
        top: 26px;
        left: 55px;
    }

    .textbox h4 {
        margin: 2.5em 0 .5em;
    }

    .mail-grid-right {
        margin: 3em 0 0;
    }
}

/*@media (max-width:800px) {
    .banner-info {
        margin: 5em auto 0;
        width: 80%;
    }

    .more a {
        padding: 8px 20px;
    }

    .services-grids-left, .services-grids-right {
        margin-right: 4em;
    }

    .services-grids-left-grid1-pos, .services-grids-left-grid3-pos {
        left: 108.5%;
    }

    .services-grids-left-grid2-pos {
        left: 105.5%;
    }

    .services-bottom-left h3 {
        font-size: 1.8em;
    }

    .services-bottom-left p {
        font-size: 1.6em;
    }

    .services-bottom-left i {
        font-size: 1.5em;
    }

    .services-bottom {
        min-height: 290px;
        padding: 2.5em 0 0;
    }

    .services h3:after, .testimonials h3:after, .about h3:after, .gallery h3:after, .mail h3:after, .team h3:after, .pricing-plans h3:after, h3.title:after {
        width: 40%;
        left: 30%;
    }

    .services h3:before, .testimonials h3:before, .about h3:before, .gallery h3:before, .mail h3:before, .team h3:before, .pricing-plans h3:before, h3.title:before {
        width: 20%;
        right: 40%;
    }
}

@media (max-width:768px) {
    .banner-info p {
        margin: 1em auto 2em;
    }

    .services, .testimonials, .about, .team, .pricing-plans, .typo, .gallery, .mail, .single {
        padding: 3em 0;
    }

        .mail iframe {
            min-height: 250px;
        }

    ul.phone-mail {
        margin: 0 0 1em;
    }
}

@media (max-width:767px) {
    .navbar-brand {
        margin: .5em 0;
    }

    .navbar-default .navbar-toggle {
        border-color: #212121;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #212121;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: transparent;
        }

    .navbar-toggle {
        margin: 1.3em 0 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-collapse {
        padding: 0;
        box-shadow: none;
    }

    .navbar-nav {
        margin: 0;
        background: #212121;
        padding: 0 0 1em;
    }

    

        .phone p span {
            color: #fff;
            padding-left: 4.5em;
        }

    .menu--francisco .menu__link {
        height: 3.5em;
        padding: 1em 0 1em;
    }

        .menu--francisco .menu__link::before {
            height: 1px;
        }
}

@media (max-width:667px) {
    .banner-info {
        margin: 2.5em auto 0;
    }
}

@media (max-width:640px) {
    .banner-info {
        width: 95%;
        margin: 3em auto 0;
    }

    .services-grids-left-grid1-pos, .services-grids-left-grid3-pos {
        left: 111%;
    }

    .services-grids-left-grid h4 {
        font-size: 1.2em;
    }

    .services-grids-left-grid2-pos {
        left: 107.5%;
    }

    div#myTabContent {
        padding: 2em 0 0;
    }

    .footer-grid {
        float: none;
        width: 100%;
    }

        .footer-grid:nth-child(2) {
            margin: 2em 0;
        }

        .footer-grid h3 {
            font-size: 1.3em;
        }

            .footer-grid h3:after {
                width: 10%;
            }

    .footer-grids1-left, .footer-grids1-right {
        float: none;
        text-align: center;
    }

        .footer-grids1-left ul li {
            margin-right: 1.5em;
        }

    .footer-grids {
        margin-bottom: 1.5em;
    }

    .footer-grids1-right p {
        margin: 1em 0 0;
    }

    .banner1 h2 {
        font-size: 1.5em;
    }

    .banner1 {
        min-height: 150px;
        padding: 3.5em 0 0;
    }

    .popular-posts h3, .author h3, .leave-reply h3 {
        font-size: 1.5em;
    }

    .related-post-right {
        margin: 2.5em 0 0;
    }

    .pa_italic i, .collapsed span {
        left: 43em;
    }

    .pricing-plans-grid {
        float: none;
        width: 60%;
        margin: 0 auto;
    }

        .pricing-plans-grid:nth-child(2) {
            margin: 2em auto;
        }

    .gallery-grid, .gallery-grid-left {
        float: none;
        width: 60%;
        margin: 0 auto;
    }

    .gallery-grids a img {
        padding: 0 0 .5em;
    }

    .gallery-grid .textbox {
        width: 66.7%;
        top: 33px;
        left: 59px;
        height: 64.5%;
    }

    .textbox p {
        font-size: 9px;
    }

    .textbox h4 {
        font-size: 1em;
    }

    .textbox.textbox1 {
        top: 68px;
        left: 59px;
        width: 66.5%;
        height: 65%;
    }

    .textbox1 h4 {
        margin: 7em 0 .5em !important;
    }
}

@media (max-width:600px) {
    .banner-info h3 {
        font-size: 1.4em;
    }

    .banner-info {
        margin: 3.5em auto 0;
        width: 100%;
    }

        .banner-info h3 {
            font-size: 1.2em;
            letter-spacing: 3px;
        }

        .banner-info p {
            margin: 1em auto 1em;
        }

    .more a {
        padding: 5px 15px;
    }
}

@media (max-width:480px) {
    .banner-info {
        margin: 2em auto 0;
    }

    .services h3, .testimonials h3, .about h3, .team h3, .pricing-plans h3, h3.title, .gallery h3, .mail h3 {
        font-size: 1.7em;
    }

    .services, .testimonials, .about, .team, .pricing-plans, .typo, .gallery, .mail, .single {
        padding: 2em 0;
    }

    .services-grids {
        margin: 3em 0 0;
    }

    .services-grids-left-grid h4 {
        font-size: 1em;
    }

    .services-grids-left-grid h5 {
        font-size: 13px;
    }

    .services-grids-left-grids {
        padding-right: 4em;
    }

    .services-grids-left-grid1:nth-child(2) {
        padding: 3em 0;
    }

    .services-grids-left-grid3-pos {
        top: 20%;
    }

    .services-grids-left-grid2-pos {
        left: 111.5%;
    }

    .services-grids-right-grids {
        padding: 0em 5em 3em 0;
    }

    .service-grids-bottom h2 {
        font-size: 1.1em;
    }

    .service-grids-bottom {
        padding: 1.5em;
    }

    .services-bottom-left h3 {
        font-size: 1.5em;
    }

    .services-bottom-left p {
        font-size: 1.3em;
    }

    .services-bottom-left h3 {
        margin: .5em 0 1em;
    }

    .services-bottom-left i {
        font-size: 1em;
    }

    .services-bottom {
        min-height: 225px;
    }

    .nav-tabs {
        width: 90%;
    }

    .testimonials-grids, .team-grids, .pricing-plans-grids {
        margin: 2em 0 0;
    }

    .pricing-plans-grid {
        width: 70%;
    }

    .about-grids {
        margin: 1.5em 0 0;
    }

    .about-grids-left h4 {
        font-size: 1em;
    }

    .pa_italic i, .collapsed span {
        left: 34em;
    }

    .team-grid {
        float: none;
        width: 60%;
        margin: 0 auto;
    }

        .team-grid:nth-child(2) {
            margin: 2em auto;
        }

    .team-grids p {
        width: 100%;
        margin: 1em auto 0;
    }

    .single-grid-left-grid1-left h3 span {
        font-size: 1.2em;
    }

    .single-grid-left-grid1-right h4 {
        font-size: 1em;
    }

    p.fugiat {
        margin: 1em 0;
    }

    .single-grid-left-grid1 ul li {
        margin-right: 0.4em;
    }

    .popular-posts h3, .author h3, .leave-reply h3, .categories h3, .related-posts h3, .search1 h3 {
        font-size: 1.3em;
    }

    .popular-posts-grid {
        float: none;
        width: 75%;
        margin: 0 auto;
    }

        .popular-posts-grid:nth-child(2) {
            margin: 2em auto;
        }

    .author-grid {
        padding: 1.5em;
    }

    .categories {
        margin: 2em 0;
    }

    .related-posts {
        margin-top: 2em;
    }

    .related-post-right {
        margin: 0;
    }

    .gallery-grid, .gallery-grid-left {
        width: 80%;
    }

    .textbox.textbox1 {
        top: 66px;
        height: 65.5%;
    }

    .mail-grids {
        margin: 2em 0;
    }

    .mail-grid-right {
        margin: 2em 0 0;
    }

    .mail iframe {
        min-height: 200px;
    }

    .gallery-grids1:nth-child(2) {
        margin: 0;
    }

    .mail-grid-left input[type="submit"] {
        width: 100%;
    }
}

@media (max-width:414px) {
    .banner-info h3 {
        font-size: 1.1em;
        letter-spacing: 1px;
    }

    .banner-info {
        margin: 1.5em auto 0;
    }

    .services h3, .testimonials h3, .about h3, .team h3, .pricing-plans h3, h3.title, .gallery h3, .mail h3 {
        font-size: 1.5em;
    }

        .services h3:after, .testimonials h3:after, .about h3:after, .gallery h3:after, .mail h3:after, .team h3:after, .pricing-plans h3:after, h3.title:after {
            width: 60%;
            left: 20%;
        }

        .services h3:before, .testimonials h3:before, .about h3:before, .gallery h3:before, .mail h3:before, .team h3:before, .pricing-plans h3:before, h3.title:before {
            width: 36%;
            right: 33%;
        }

    .services-grids-left-grid1-pos, .services-grids-left-grid3-pos {
        left: 115%;
    }

    .services-grids-left-grid2-pos {
        left: 114.5%;
    }

    .services-bottom-left {
        width: 50%;
    }

        .services-bottom-left:nth-child(2) {
            margin: 0 0 2em;
        }

    .services-bottom {
        min-height: 420px;
    }

    .services-bottom-left i {
        font-size: 1.3em;
    }

    .footer-grids1-left ul li {
        margin-right: 0.5em;
    }

    .single-grid-left, .single-grid-right {
        padding: 0;
    }

    .single-grid-left-grid1 {
        padding: 1.5em;
    }

    .popular-posts-grid {
        width: 90%;
    }

    .author-grid-right p {
        margin: 1em 0 1em;
    }

    .leave-reply input[type="submit"] {
        width: 100%;
    }

    .related-post {
        margin: 1.5em 0;
    }

    .about-grids-left {
        padding: 0;
    }

    .pa_italic i, .collapsed span {
        left: 30em;
    }

    .navbar-nav {
        padding: 0;
    }

    .pricing-plans-grid {
        width: 90%;
    }

    .gallery-grid, .gallery-grid-left {
        width: 96%;
    }

    .mail-grid-left, .mail iframe {
        padding: 0;
    }

        .mail-grid-left input[type="submit"] {
            padding: 10px 0;
            font-size: 14px;
        }

    .footer {
        padding: 2em 0;
    }
}

@media (max-width: 384px) {
    p {
        font-size: 13px;
    }

    .banner-info h3 {
        font-size: 1em;
        letter-spacing: 0;
    }

    .banner-info {
        margin: 1em auto 0;
    }

    .nav-tabs {
        width: 100%;
    }

    .nav-tabs {
        width: 100%;
    }

    .banner1 h2 {
        font-size: 1.2em;
    }

    .banner1 {
        min-height: 100px;
        padding: 2.5em 0 0;
    }

    .author-grid-left {
        width: 30%;
    }

    .author-grid-right {
        width: 65%;
    }

    .related-post-right p {
        margin: 1em 0 .5em;
    }

    .related-post-right ul li {
        margin: 0 1em 0 0.2em;
    }

    .pa_italic i, .collapsed span {
        left: 28em;
    }

    .pa_italic i, .collapsed span {
        left: 28em;
    }

    .gallery-grid, .gallery-grid-left {
        width: 100%;
    }
}

@media (max-width:375px) {
    .banner-info p {
        font-size: 12px;
    }

    .more a {
        font-size: 13px;
    }

    .services-grids {
        margin: 2em 0 0;
    }

    .services-grids-left-grid1-pos span {
        background: url(../images/img-sp.png) no-repeat 0px 0px;
        background-size: 515%;
        width: 80px;
        height: 80px;
    }

    .services-grids-left, .services-grids-right {
        margin-right: 3em;
    }

    .services-grids-left-grid3-pos span {
        background: url(../images/img-sp.png) no-repeat -195px 0px;
        width: 80px;
        height: 80px;
        background-size: 515%;
    }

    .services-grids-left-grid1-pos, .services-grids-left-grid3-pos {
        left: 103%;
    }

    .services-grids-left-grid2-pos span {
        background: url(../images/img-sp.png) no-repeat -90px 0px;
        background-size: 515%;
        width: 80px;
        height: 80px;
    }

    .services-grids-left-grid2-pos {
        left: 103.5%;
    }

    .services-grids-right-grids {
        padding: 0em 3em 3em 0;
    }

    .services-grids-left-grids {
        padding-right: 2em;
    }

    .navbar-nav > li > a {
        font-size: 13px;
    }

    .single-grid-left-grid1-left, .single-grid-left-grid1-right {
        float: none;
    }

    .single-grid-left-grid1-right {
        margin: 1em 0 0;
    }

    .single-grid-left-grid1-left h3 span {
        display: inline-block;
    }

    .popular-posts-grid {
        width: 100%;
    }

    .leave-reply input[type="submit"] {
        font-size: 14px;
    }

    .gallery-grid .textbox {
        top: 30px;
        left: 55px;
    }

    .textbox h4 {
        margin: 2em 0 .5em;
    }

    .textbox.textbox1 {
        top: 62px;
        height: 65.5%;
        left: 54.5px;
    }
}

@media (max-width: 320px) {
    .banner-info h3 {
        font-size: 1em;
        margin-bottom: 0;
    }

    .banner-info p {
        margin: 0em auto .5em;
    }

    .banner-info {
        margin: 0.5em auto 0;
    }

    .services-grids-left {
        padding-left: 0;
    }

    .services-grids-left-grid1:nth-child(2) {
        padding: 2em 0;
    }

    .services-grids-left-grid3-pos {
        top: 11%;
    }

    .service-grids-bottom {
        padding: 1em;
    }

        .service-grids-bottom h2 {
            font-size: 1em;
        }

    .nav-tabs > li > a {
        padding: 10px;
    }

    .nav-tabs > li.active:after {
        bottom: -100%;
    }

    .footer-grids1-left ul li a, .footer-grid input[type="email"], .mail-grid-right1 ul.phone-mail li, .mail-grid-left input[type="text"], .mail-grid-left input[type="email"], .mail-grid-left textarea, .pricing-plans-grid1 ul li, .panel_text, ul.footer-grid-list li, .categories ul li, .single-grid-left-grid1 ul li, .leave-reply input[type="text"], .leave-reply input[type="email"], .leave-reply textarea, .search1 input[type="text"] {
        font-size: 13px;
    }

    .footer-grid input[type="submit"] {
        font-size: 14px;
        padding: 10px 0;
    }

    .footer-grid {
        padding: 0;
    }

    .mail-grid-right {
        padding: 0;
    }

    .about-grids-right {
        margin: 2em 0 0;
    }

    .single-grid-left-grid1 {
        padding: 1em;
    }

    .single-grid-left-grid1-right h4 {
        font-size: .9em;
    }

    .search1 input[type="submit"] {
        font-size: 14px;
        width: 100%;
        padding: 10px 0;
    }

    .pricing-plans-grid1 ul {
        padding: 1.5em 1em 1em;
    }

    .related-post-right ul li {
        margin: 0 0 0em .2em;
        font-size: 13px;
    }

    .pa_italic i, .collapsed span {
        left: 23em;
    }

    .pricing-plans-grid {
        width: 100%;
        padding: 0;
    }

    .pricing-plans-grid1 h5 {
        font-size: 1.5em;
    }

    .pricing-plans-grid1 h4 {
        font-size: 1.3em;
    }

    .gallery-grids {
        margin: 2em 0 0;
    }

    .gallery-grid .textbox {
        top: 25px;
        left: 45px;
    }

    .textbox h4 {
        margin: 1.5em 0 .5em;
    }

    .textbox.textbox1 {
        top: 53px;
        height: 65%;
        left: 45.5px;
    }

    .textbox1 h4 {
        margin: 5em 0 .5em !important;
    }

    .services-grids-left-grid1-pos, .services-grids-left-grid3-pos {
        left: 105%;
    }
}*/

.bar {
    background-color: #002E5A !important;
}

.mrlrauto {
    margin-left: auto;
    margin-right: auto;
}

.simple-lightbox {
    display: none;
}


.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        margin: 16% auto;
    }
}

.mrt14 {
    margin-top: 14px;
}


.navbar-inverse {
    background-color: #13a3e7;
    border: none;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #FFFFFF;
        transition: 0.2s ease-in-out;
    }

    .navbar-inverse .navbar-brand {
        color: #FFFFFF;
        transition: 0.4s ease-in-out;
    }

.navinner {
    background-color: #13a3e7;
}

.mt10 {
    margin-top: 10px;
}

.serhad {
    margin-top: 10px;
    padding: 10px;
    background-color: rgba(13, 133, 179, 0.13);
}

.btn {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
}

.btn-default {
    color: #FFF;
    background-color: #13a3e7;
    border: none;
    transition: 0.3s ease-in-out;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: #13a3e7;
    }

.mb10 {
    margin-bottom: 10px;
}

.mt16 {
    margin-top: 16px;
}

.formobile {
    margin-top: 16px;
    color: #455263;
    font-weight: bolder;
}

.formobile2 {
    color: white;
    font-weight: bolder;
    font-size: 16px;
    background-color: #13a3e7;
    text-align: center;
    padding: 10px 10px;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

.formobile3 {
    margin-top: 5px;
    color: #ffffff;
    font-weight: bolder;
}

.forNews {
    background-color: #F1F1F1;
    margin-top: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mt51 {
    margin-top: 5px;
}

.divservice {
    background-color: #e7f2f7;
    padding-bottom: 15px;
    border: solid 1px #13a3e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.divserviceHome {
    background-color: rgba(156, 28, 94, 0.17);
    border-radius: 32px;
}

.titleservice {
    color: white;
    font-weight: bolder;
    font-size: 16px;
    background-color: #13a3e7;
    text-align: center;
    padding: 10px 10px;
}

.imgser {
    text-align: center;
    height: 140px;
    color: #13a3e7;
    background-color: white;
}


.serdetail {
    padding: 14px 14px;
    text-align: justify;
}

.mt24 {
    margin-top: 24px;
}

.padzero {
    padding: 0px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
    transition: 0.5s;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #13a3e7;
    }

.divsheme {
    margin-top: 10px;
    background-color: #F1F1F1;
    padding: 10px;
}

.divshemetitle {
    text-align: center;
    background-color: rgba(222, 222, 222, 0.8);
    padding: 5px;
    border-radius: 4px;
}

.padrzero {
    padding-right: 0px;
}

.padLzero {
    padding-left: 0px;
}

.newsdiv {
    padding-top: 10px;
    color: #13a3e7;
    font-weight: bolder;
    font-size: 16px;
    border: solid 1px #13a3e7;
    margin-top: 5px;
}

.mt18px {
    margin-top: 18px;
}

.blankarea {
    border: solid 1px silver;
}



.segmented-control {
    position: relative;
    display: inline-block;
    border: 1px solid currentColor;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-tap-highlight-color: transparent;
}

    .segmented-control > input {
        position: absolute;
        left: -10000px;
        opacity: 0;
    }

        .segmented-control > input[type='checkbox'] ~ label {
            -moz-transition-duration: 0;
            -o-transition-duration: 0;
            -webkit-transition-duration: 0;
            transition-duration: 0;
        }

            .segmented-control > input[type='checkbox'] ~ label:before {
                opacity: 0;
            }

        .segmented-control > input:disabled:nth-child(1) ~ label:nth-of-type(1) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:nth-of-type(1):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(1) ~ label:before {
            left: 0%;
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
            left: 0%;
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
            left: 0%;
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
            left: 0%;
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            left: 0%;
        }

        .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(1):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
            left: 0%;
        }

        .segmented-control > input:disabled:nth-child(2) ~ label:nth-of-type(2) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:nth-of-type(2):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(2) ~ label:before {
            left: 50%;
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
            left: 33.33333%;
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
            left: 25%;
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            left: 20%;
        }

        .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(2):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
            left: 16.66667%;
        }

        .segmented-control > input:disabled:nth-child(3) ~ label:nth-of-type(3) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:nth-of-type(3):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(3) ~ label:before {
            left: 66.66667%;
        }

        .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
            left: 50%;
        }

        .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            left: 40%;
        }

        .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(3):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
            left: 33.33333%;
        }

        .segmented-control > input:disabled:nth-child(4) ~ label:nth-of-type(4) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:nth-of-type(4):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(4) ~ label:before {
            left: 75.0%;
        }

        .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            left: 60%;
        }

        .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(4):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
            left: 50%;
        }

        .segmented-control > input:disabled:nth-child(5) ~ label:nth-of-type(5) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:nth-of-type(5):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(5) ~ label:before {
            left: 80%;
        }

        .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(5):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
            left: 66.66667%;
        }

        .segmented-control > input:disabled:nth-child(6) ~ label:nth-of-type(6) {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:nth-of-type(6):before {
            opacity: 1;
        }

        .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6):before, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > input:nth-child(6):checked ~ label:first-of-type:nth-last-of-type(6) ~ label:before {
            left: 83.33333%;
        }

    .segmented-control > label {
        display: inline-block;
        cursor: pointer;
        float: left;
        font-style: inherit;
        font-weight: inherit;
        text-decoration: inherit;
        -moz-transition-property: none;
        -o-transition-property: none;
        -webkit-transition-property: none;
        transition-property: none;
        -moz-transition-duration: inherit;
        -o-transition-duration: inherit;
        -webkit-transition-duration: inherit;
        transition-duration: inherit;
        -moz-transition-timing-function: inherit;
        -o-transition-timing-function: inherit;
        -webkit-transition-timing-function: inherit;
        transition-timing-function: inherit;
        font-size: 14px;
    }

        .segmented-control > label:before, .segmented-control > label:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .segmented-control > label:after {
            color: white;
            content: attr(data-value);
            text-align: center;
            padding: inherit;
            z-index: 10;
            font-style: inherit;
            text-decoration: inherit;
            font-weight: inherit;
            opacity: 0;
            -moz-transition-property: opacity, left;
            -o-transition-property: opacity, left;
            -webkit-transition-property: opacity, left;
            transition-property: opacity, left;
            -moz-transition-duration: inherit;
            -o-transition-duration: inherit;
            -webkit-transition-duration: inherit;
            transition-duration: inherit;
            -moz-transition-timing-function: inherit;
            -o-transition-timing-function: inherit;
            -webkit-transition-timing-function: inherit;
            transition-timing-function: inherit;
        }

        .segmented-control > label:after, .segmented-control > label {
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .segmented-control > label:before {
                content: '';
                color: inherit;
                background: currentColor;
                -moz-transition-property: left;
                -o-transition-property: left;
                -webkit-transition-property: left;
                transition-property: left;
                -moz-transition-duration: inherit;
                -o-transition-duration: inherit;
                -webkit-transition-duration: inherit;
                transition-duration: inherit;
                -moz-transition-timing-function: inherit;
                -o-transition-timing-function: inherit;
                -webkit-transition-timing-function: inherit;
                transition-timing-function: inherit;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(1), .segmented-control > label:first-of-type:nth-last-of-type(1):after, .segmented-control > label:first-of-type:nth-last-of-type(1):before, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(1) ~ label:before {
                width: 100%;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(2), .segmented-control > label:first-of-type:nth-last-of-type(2):after, .segmented-control > label:first-of-type:nth-last-of-type(2):before, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(2) ~ label:before {
                width: 50%;
                padding: 5px;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(3), .segmented-control > label:first-of-type:nth-last-of-type(3):after, .segmented-control > label:first-of-type:nth-last-of-type(3):before, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(3) ~ label:before {
                width: 33.33333%;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(4), .segmented-control > label:first-of-type:nth-last-of-type(4):after, .segmented-control > label:first-of-type:nth-last-of-type(4):before, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(4) ~ label:before {
                width: 25%;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(5), .segmented-control > label:first-of-type:nth-last-of-type(5):after, .segmented-control > label:first-of-type:nth-last-of-type(5):before, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(5) ~ label:before {
                width: 20%;
            }

            .segmented-control > label:first-of-type:nth-last-of-type(6), .segmented-control > label:first-of-type:nth-last-of-type(6):after, .segmented-control > label:first-of-type:nth-last-of-type(6):before, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:after, .segmented-control > label:first-of-type:nth-last-of-type(6) ~ label:before {
                width: 16.66667%;
            }

    .segmented-control.italic, .segmented-control .italic {
        font-style: italic;
    }

    .segmented-control.bold, .segmented-control .bold {
        font-weight: bold;
    }

    .segmented-control.underline, .segmented-control .underline {
        text-decoration: underline;
    }

    .segmented-control.line-through, .segmented-control .line-through {
        text-decoration: line-through;
    }

.segmented-control {
    margin: .8em auto;
    display: block;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.section {
    padding: 6em 4em;
    text-align: center;
}

.section-inner {
    margin: auto;
    max-width: 1000px;
}

.section + .section {
    border-top: 1px solid #EEE;
}

.sandbox-editor {
    width: 800px;
    height: 250px;
    margin: auto;
    border-radius: 2px;
    text-align: left;
}

.sandbox-output {
    min-height: 58px;
    width: 100%;
}

.sharing-buttons {
    font-size: 1px;
    margin: 15px auto 0 auto;
    width: 250px;
}

    .sharing-buttons > li {
        margin-bottom: 0;
        display: block;
        float: left;
        width: 120px;
    }

.footer a:hover {
    color: #515457;
}


.titlebox {
    padding: 7px;
    font-size: 20px;
    background-color: #f1f1f1;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #000;
    border-top: none !important;
}

.table-bordered {
    border: 1px solid silver;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid silver;
    }

.lblfortext {
    font-size: 15px;
    margin-top: 12px;
    color: black;
}

.divborder {
    border: solid 1px silver;
    padding: 10px;
    margin: 10px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 100%;
    width: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    height: 34px;
    margin-top: 10px;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #3b3d40;
    border-color: #000;
    color: white;
}

.fornumber {
    font-weight: bold;
    color: red;
    font-size: 36px;
    height: 42px;
}



/*.mt20 {
    margin-top: 20px;
}*/

/*.row {
    margin-left: -5px;
    margin-right: -5px;
}*/

.autoimage {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1c6358;
}


.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 4px;
}

.socialtop {
    text-align: center;
    margin-top: 20px;
}

    .socialtop li {
        display: inline-block;
        font-size: 20px;
        padding: 7px 18px;
        background-color: #13a3e7;
        color: white;
        border-radius: 4px;
        margin: 0px 5px;
        transition: 0.3s ease-in-out;
    }

        .socialtop li:hover {
            background-color: #13a3e7;
            color: white;
            cursor: pointer;
            transform: rotate(360deg);
        }

.formobi {
    font-size: 140px;
}


.forpost {
    font-size: 100px;
    margin-top: 20px;
}


.forbus {
    font-size: 100px;
    margin-top: 20px;
}

.logooperator {
    transition: 0.5s ease-in-out;
}

    .logooperator:hover {
        transform: rotateZ(360deg);
    }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
    color: #13a3e7;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
    margin-left: -15px;
    color: #13a3e7;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: black;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #13a3e7;
}

.topsummury {
    background-color: rgba(192, 192, 192, 0.14);
    padding: 8px;
    font-size: 16px;
    margin: 4px;
    border: solid 1px #13a3e7;
    border-radius: 6px;
    color: black;
}

.table-hover > tbody > tr:hover {
    background-color: #cbeae6;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e7f2f7;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #13a3e7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #13a3e7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.logo {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #13a3e7;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    text-shadow: 0px 0px 10px #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 2px 5px #153266;
    color: #fff;
    background-color: #153266;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: #13a3e7;
}

.navbar-brand {
    float: left;
    height: 35px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
}


.carousel {
    position: relative;
    margin-top: 14px;
}


.custtitle {
    background-color: #13a3e7;
    padding: 10px 18px;
    color: white;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.divdetailOdd {
    background-color: #e7f2f7;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.fortelevision {
    font-size: 100px;
    margin-top: 20px;
}

.forfile {
    font-size: 88px;
    margin-top: 20px;
}

.formoney {
    font-size: 100px;
    margin-top: 20px;
}

.imgserdiv {
    background-color: white;
    border-radius: 140px;
    margin: 10px;
}

.logooperator {
    height: 138px;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    color: white;
}

.form-control {
    border: 1px solid #13a3e7;
    border-radius: 4px;
}

    .form-control:focus {
        border-color: #13a3e7;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(156, 28, 94);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(21, 157, 213);
    }

.fa {
    padding-right: 5px;
    color: #fff;
}

.faColor {
    color: #13a3e7;
}

.pad4 {
    padding-left: 4px;
    padding-right: 4px;
}

.mt6 {
    margin-top: 6px;
}




.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    position: relative;
    min-height: 40px;
    border: 1px solid transparent;
}

.textnumber {
    font-size: 45px;
    height: 60px;
    font-weight: bolder;
}

.forselect {
    font-size: 20px;
    height: 36px;
}

.foramount {
    font-size: 28px;
    height: 36px;
    font-weight: bolder;
}

.fontsize18 {
    font-size: 18px;
}

.mt80 {
    margin-top: 110px;
}

.mt0 {
    margin-top: 0px;
}


.textnumber::-webkit-input-placeholder {
    font-size: 18pt;
    line-height: 18px;
    color: #999999;
}

.textnumber::-moz-placeholder {
    font-size: 18pt;
    color: #999999;
}

.textnumber:-ms-input-placeholder {
    font-size: 18pt;
    color: #999999;
}

.textnumber:-moz-placeholder {
    font-size: 18pt;
    color: #999999;
}


.foramount::-webkit-input-placeholder {
    font-size: 16pt;
    color: #999999;
}

.foramount::-moz-placeholder {
    font-size: 16pt;
    color: #999999;
}

.foramount:-ms-input-placeholder {
    font-size: 16pt;
    color: #999999;
}

.foramount:-moz-placeholder {
    font-size: 16pt;
    color: #999999;
}

.minheigh400px {
    min-height: 400px;
}

.width200 {
    width: 200px;
}

.formlbl {
    margin-top: 5px;
    font-size: 18px;
}

.kycdetailbutton {
    margin: 11px 10px 0px 18px;
}

.divservice2 {
    background-color: #e7f2f7;
    border: solid 1px #13a3e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.mt21 {
    margin-top: 20px;
    width: 120px;
}

.labelBold {
    font-weight: bold;
    font-size: 36px;
    color: #13a3e7;
}

.labelBoldMedium {
    font-weight: bold;
    font-size: 25px;
    color: #13a3e7;
}


.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    font: bold 13px/26px;
}

.validation-summary-info {
    font-weight: bold;
    color: #006400;
    font: bold 15px/26px;
}

.gridSelected {
    font-weight: bold;
    background-color: #999999 !important;
}

.form-star {
    color: red;
    font-size: 14px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f52525;
    border-color: #ee2323;
}

.fortopup {
    font-size: 13px;
    margin-top: 10px;
}

.textforAmount {
    font-size: 30px;
    height: 50px;
    font-weight: bold;
}

.ddforoperator {
    font-size: 24px;
    height: 50px;
    font-weight: bold;
}

.textformobile {
    font-size: 30px;
    height: 50px;
    font-weight: bold;
}

.with100 {
    width: 100%;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divservice {
    background-color: rgba(14, 99, 128, 0.15);
    border-bottom-right-radius: 14px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    /*background-color: #000;*/
}

/* ========================== Navigation Used in Dynamic Utility Bill Payment ========================== */
.navigation {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #13a3e7;
    border-top: 1px solid #13a3e7;
}

    .navigation li {
        float: left;
        margin: 0;
        padding: 0;
    }

        .navigation li a {
            padding: 10px 20px;
            float: left;
        }

        .navigation li.active a {
            background: #13a3e7;
            color: #fff;
        }
/* ========================== Navigation Used in Dynamic Utility Bill Payment ========================== */
.radio {
    color: #ffffff;
}

#divInputs {
    padding: 100px;
}

.searchJourney {
    height: 50px;
    background-color: #209cd5;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
}

.col-md-12 {
    width: 100%;
    padding: 0px;
}

.containerBook {
    background-color: rgba(0, 0, 0, 0.55);
}

.airSerchList {
    /*background-color: #fff;*/
    padding-bottom: 30px;
    padding-top: 30px;
    /*width:80%;*/
}

.searchList, .searchListTitle {
    padding-bottom: 10px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition-property: box-shadow;
    transition-duration: 0.4s;
    /*transition-delay: 0s;*/
    background-color: #fff;
    margin-bottom: 8px;
    border-radius: 5px;
    border: 0.5px solid #bdbdba;
}

.searchListTitle {
    padding-bottom: 10px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition-property: box-shadow;
    transition-duration: 1s;
    transition-delay: 0s;
    background-color: #fff;
    margin-bottom: 10px;
}

.searchList:hover {
    box-shadow: 0px 10px 30px #888888;
    z-index: 99;
}

.col-md-8 .col-sm-8 .col-xs-12 {
    padding-top: 10px;
}

#divFlight {
    background-color: #e8e7e4;
    width: 100%;
}

.time {
    font-size: 14px !important;
    float: left;
}

.waiting {
    text-align: center;
    padding: 5px;
    font-size: 10px;
    color: red;
}

.seperator {
    border-top: 1px dashed #9f9f9f;
}

.airlineLogo {
    margin: 5px;
    height: auto;
    width: 30px;
}

.fa {
    color: #fff;
}

.fafare {
    color: #000;
}

.cityName, .seats {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    padding-top: 5px;
}

.airportCode {
    font-size: 15px;
    padding-left: 5px;
}

.airlineName {
    padding-top: 5px !important;
    color: #999;
}

.fare {
    font-size: 18px;
    padding-left: -10px;
    float: right;
}

.planeIcon {
    transform: rotate(45deg);
    color: black;
}

div.sticky {
    color: #ffffff;
    position: sticky;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #13a3e7;
    margin-left: -49px;
}

.radio_icon {
    background-position: -147px -418px;
    width: 19px;
    height: 19px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    /*background: url(../images/radio-on-button.png) no-repeat;*/
}

    .radio_icon:hover {
        background-position: -147px -418px;
        width: 19px;
        height: 19px;
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(../images/radio-on-button.png) no-repeat;
        z-index: 200;
    }

.radio_click input[type='radio'] {
}

.sticky_bottom {
    background: rgba(74, 74, 74, 0.99);
    border-top: solid 1px #fff;
    color: #bcbcbc;
    padding-top: 10px;
    margin-bottom: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
}

.Left_Panel {
    float: left;
}

.Right_Panel {
    float: right;
}

.bottomPanel {
    margin-bottom: 10px;
}


/*--------CustomRadioButton---------------*/
.conrainerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .conrainerRadio input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #737373;
}

/* On mouse-over, add a grey background color */
.conrainerRadio:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the radio button is checked, add a blue background */
.conrainerRadio input:checked ~ .checkmark {
    background-color: #737373;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.conrainerRadio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.conrainerRadio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    /*background: white;*/
}


/*-------------*/
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.show {
    display: block;
}

.arrowRight {
    padding-top: 15px;
}


.stk_btm_fltTime {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.btmairline {
    font-size: 15px;
}

#LoapCode, #LdapCode, #RoapCode, #RdapCode {
    font-size: 20px;
    font-weight: 900;
    padding-top: 0px;
}

.bookbtn {
    background-color: #ffffff;
    color: #13a3e7;
}

    .bookbtn:hover {
        background-color: #ffffff;
        color: #13a3e7;
    }

#correct {
    display: none;
}

.departure {
    background-image: url(../Images/depart.png);
}

.ListDetailTitle {
    padding-left: 30px;
    padding-bottom: 10px;
}

.fareSummary {
    padding-bottom: 30px;
}
.personFare {
    padding-bottom:5px;
    padding-top:5px;
}
.personDetails {
    padding-left:10px;
    padding-right:10px;
}