﻿@charset "utf-8";

* {
    outline: 0 !important;
    margin: 0;
    padding: 0
}

:focus {
    outline: 0 !important
}

select option:focus {
    outline: 0 !important
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    background-color: #fff
}

    select.form-control {
        background: url(../images/caret.png);
        background-repeat: no-repeat;
        background-position: 97% center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

input::-ms-clear {
    display: none
}

select::-ms-expand {
    display: none
}

body {
    font-family: Ubuntu_Regular;
    overflow-x: hidden
}

a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.btn-red {
    background-color: #98312e;
    color: #fff;
    border-radius: 20px
}

    .btn-red:focus, .btn-red:hover {
        background-color: #232323;
        color: #fff
    }

.btn-red-border {
    background: 0 0;
    border: 1px solid #98312e;
    border-radius: 20px;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    color: #98312e;
    background-image: linear-gradient(to left,transparent,transparent 50%,#98312e 50%,#98312e);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in
}

    .btn-red-border:focus, .btn-red-border:hover {
        color: #fff;
        background-position: 0 0
    }

.btn-black-border {
    background: 0 0;
    border: 1px solid #333;
    border-radius: 20px;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    color: #333;
    background-image: linear-gradient(to left,transparent,transparent 50%,#98312e 50%,#98312e);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in
}

    .btn-black-border:focus, .btn-black-border:hover {
        color: #fff;
        background-position: 0 0
    }

.btn-white {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff
}

    .btn-white:focus, .btn-white:hover {
        background-color: #98312e;
        color: #fff
    }

.scrollup {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999;
    border: 1px solid #832c30;
    border-radius: 50%;
    background: #832c30
}

.logo {
    display: inline-block;
    padding: 0
}

header {
    height: 104px;
    background-color: transparent;
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 99;
    display: inline-block;
    left: 0;
    padding: 1% 5%
}

.header {
    padding: 0;
    padding-bottom: 10px;
    width: 100%;
    background-color: transparent;
    z-index: 10000;
    position: relative;
    top: -8px
}

.header-fixed {
    position: fixed;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.2)
}

header .cta a {
    color: #fff;
    width: auto !important;
    font-size: 1em;
    margin-right: 10px;
    text-decoration: none !important;
    position: relative;
    display: inline-block
}

    header .cta a i {
        color: #f90;
        padding: 4px 5px 0 0;
        float: left
    }

    header .cta a:first-child i {
        color: #f90;
        font-size: 1.6em;
        padding-top: 0
    }

    header .cta a:hover {
        color: #fff
    }

.header a {
    color: #fff;
    text-decoration: none
}

    .header a:focus, .header a:hover {
        color: #98312e
    }

.cta {
    display: inline-block;
    float: right;
    margin-top: 8px;
    font-size: 1.17em
}

    .cta a {
        display: inline-block;
        padding: 5px 10px
    }

.search_form {
    margin-top: 5px;
    float: right;
    display: inline-block;
    padding: 0;
    height: 40px
}

    .search_form input {
        width: 220px;
        border: none;
        padding: 8px 10px;
        height: 39px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px
    }

    .search_form a {
        display: inline-block;
        padding: 8px 0 0 0;
        margin: 0 10px 5px 10px;
        color: #00005a;
        border-bottom: 2px #00005a solid;
        text-decoration: none !important
    }

    .search_form select {
        border: none;
        background-color: transparent;
        height: 23px
    }

.select_holder {
    color: #282828;
    display: inline-block;
    padding: 8px 10px 8px 15px;
    margin-left: -4px;
    background: #fff
}

.search_form .submit_btn {
    color: #fff;
    border: none;
    padding: 10px 12px 9px 12px;
    font-size: .9em;
    transition: .3s;
    background: #f90;
    height: 39px;
    margin-left: -4px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px
}

.search_form .instant-btn {
    color: #fff;
    border: none;
    padding: 11px 12px 9px 12px;
    font-size: .9em;
    transition: .3s;
    background: #f56f4b;
    height: 39px;
    margin-left: -4px;
    border-radius: 20px;
    margin-right: 10px
}

    .search_form .instant-btn i, .search_form .submit_btn i {
        padding-left: 10px;
        font-size: 1em
    }

.search_form .submit_btn:focus, .search_form .submit_btn:hover {
    background-color: #f3f3f3
}

.input_effect {
    font-size: 15px;
    -webkit-box-shadow: -80px -20px 80px 10px transparent;
    -moz-box-shadow: -80px -20px 80px 10px transparent;
    box-shadow: -80px -20px 80px 10px transparent;
    transition: .3s
}

    .input_effect:focus {
        -webkit-box-shadow: -80px -20px 80px 10px rgba(0,0,0,.4);
        -moz-box-shadow: -80px -20px 80px 10px rgba(0,0,0,.57);
        box-shadow: -80px -20px 80px 10px rgba(0,0,0,.4);
        transition: .3s
    }

.input_effect2 {
    -webkit-box-shadow: 0 -20px 80px 10px transparent;
    -moz-box-shadow: 0 -20px 80px 10px transparent;
    box-shadow: 0 -20px 80px 10px transparent;
    transition: .3s
}

    .input_effect2:focus {
        -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
        box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
        transition: .3s
    }

.line {
    color: #666464;
    font-size: .9em
}

.pulse:focus {
    box-shadow: 0 0 0 rgba(204,169,44,.4);
    animation: pulse 1s ease-in-out
}

.main_nav li > i {
    display: none
}

.search_form {
    position: relative
}

    .search_form input.empty {
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit
    }

.top_links {
    display: block;
    clear: both;
    margin-bottom: 0
}

.nav_holder {
    display: block;
    overflow: hidden;
    clear: both
}

.main_nav {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    font-size: 1.17em;
    margin-top: 45px
}

    .main_nav li {
        display: inline-block;
        position: relative
    }

    .main_nav > li > a {
        color: #000;
        text-decoration: none !important;
        font-size: .9em;
        padding: 10px 15px;
        position: relative;
        display: inline-block
    }

    .main_nav li:last-child::after {
        display: none
    }

    .main_nav > li > a i {
        padding-left: 5px
    }

    .main_nav li a:focus, .main_nav li a:hover, .main_nav li.actmenu a {
        color: #fff;
        background-color: #98312e;
        border-radius: 20px
    }

    .main_nav li span {
        position: absolute;
        bottom: 0;
        height: 3px;
        display: block;
        left: 0;
        width: 0%;
        right: 0;
        transition: 1s
    }

    .main_nav li:focus span, .main_nav li:hover span {
        width: 100%;
        animation: overspan 1s forwards;
        transition: 1s
    }

.nav_holder {
    overflow: visible
}

.main_nav li {
    position: relative
}

    .main_nav li > .fa-angle-down {
        display: none
    }

.main_nav > li > ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 280px;
    background-color: #832d30;
    z-index: 10000;
    display: none
}

    .main_nav > li > ul > li > ul {
        position: absolute;
        margin: 0;
        padding: 0;
        left: 280px;
        width: 280px;
        top: 0;
        background-color: #1c1c34;
        z-index: 10000;
        display: none
    }

    .main_nav > li > ul > li > ul {
        background-color: #101025 !important
    }

    .main_nav > li:hover > ul, .main_nav > li > ul > li:hover ul {
        display: block
    }

.main_nav > li:nth-child(n+5) > ul > li > ul {
    left: -280px
}

.main_nav li ul li {
    display: block
}

    .main_nav li ul li a {
        display: block;
        padding: 13px 15px !important;
        border-bottom: 1px #6b1d20 solid;
        color: #fff;
        text-align: left;
        width: 100%;
        font-size: .85em !important;
        position: relative
    }

        .main_nav li ul li a i {
            position: absolute;
            right: 0;
            top: 0;
            padding: 16px 15px
        }

        .main_nav li ul li a:hover {
            background-color: #fff;
            color: #000;
            border-radius: 0
        }

.main_nav > li > ul > li:focus > a, .main_nav > li > ul > li:hover > a {
    background-color: #fff;
    color: #000;
    border-radius: 0
}

.search_form h4 {
    display: none
}

.menu_bar {
    display: none
}

.search_bar {
    display: none
}

.plus_btn {
    display: none
}

.bg-light {
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100% !important;
    height: 100%;
    display: block;
    position: fixed;
    display: none
}

.bg-light2 {
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100% !important;
    height: 100%;
    display: block;
    position: fixed;
    display: none
}

.multi_part {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.49);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    margin: 0 auto;
    top: -1000px;
    left: 0;
    right: 0;
    position: fixed;
    width: 60% !important;
    height: auto !important;
    transition: .3s;
    overflow-y: scroll;
    height: 250px !important;
    z-index: 100000
}

.pop {
    display: block;
    top: 120px;
    transition: .3s
}

header .top-links {
    position: relative;
    margin-top: 5px;
    float: right;
    display: block
}

    header .top-links ul {
        display: block
    }

        header .top-links ul li {
            list-style: none;
            display: inline-block;
            padding: 0 20px
        }

            header .top-links ul li a {
                color: #000
            }

                header .top-links ul li a:focus, header .top-links ul li a:hover {
                    opacity: .65
                }

                header .top-links ul li a i {
                    padding-right: 5px
                }

.header-fixed {
    background: #fff;
    width: 100%;
    display: inline-block;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    height: 104px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,.61);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,.61);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,.61)
}

.home-banner-section {
    position: relative;
    margin-top: 1%;
    overflow-x: hidden;
    overflow-y: hidden
}

    .home-banner-section .banner-slider {
        position: absolute;
        top: 25%;
        color: #000;
        left: 5%;
        z-index: 0
    }

        .home-banner-section .banner-slider h1 {
            font-size: 3em;
            font-family: Ubuntu_Bold;
            padding-bottom: 2%
        }

        .home-banner-section .banner-slider span {
            font-size: 3em;
            font-family: Ubuntu_Bold;
            padding-bottom: 2%
        }

        .home-banner-section .banner-slider a.btn {
            margin-top: 3%
        }

        .home-banner-section .banner-slider .floating-text {
            width: 50%;
            display: inline-block
        }

.text-slide.owl-carousel .owl-stage-outer {
    width: 50%;
    display: inline-block
}

.text-slide.owl-theme .owl-controls {
    bottom: -25%
}

.rfq-form {
    position: absolute;
    right: 5%;
    top: 30%;
    background: #fff;
    padding: 1%;
    max-width: 400px;
    z-index: 1;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(125,125,125,1);
    -moz-box-shadow: 0 3px 20px 0 rgba(125,125,125,1);
    box-shadow: 0 3px 20px 0 rgba(125,125,125,1)
}

    .rfq-form h2 {
        text-align: center;
        margin-top: 0;
        font-family: Ubuntu_Bold
    }

.form-horizontal .form-group {
    margin-right: 0
}

.rfq-form .btn {
    width: 100%
}

.p-l-0 {
    padding-left: 0
}

.form-control {
    border-radius: 20px
}

.customer-section {
    padding: 0 5%;
    display: inline-block;
    background-color: #fff;
    width: 100%
}

.customer-text {
    padding: 18% 5%;
    background: url(../images/customer-bg.png) no-repeat;
    background-size: cover
}

    .customer-text h2 {
        font-family: Ubuntu_Bold
    }

.customer-logos {
    margin-top: 7%;
    text-align: center
}

    .customer-logos a {
        display: inline-block;
        margin-bottom: 20px;
        text-align: center
    }

    .customer-logos.owl-carousel .owl-controls .owl-dot.active, .owl-carousel .owl-controls .owl-dot:hover, .service-slider.owl-carousel .owl-controls .owl-dot.active, .service-slider.owl-carousel .owl-controls .owl-dot:hover, .testi-slider.owl-carousel .owl-controls .owl-dot.active, .testi-slider.owl-carousel .owl-controls .owl-dot:hover {
        background-color: #98312e
    }

    .customer-logos.owl-carousel .owl-controls .owl-dot, .service-slider.owl-carousel .owl-controls .owl-dot, .testi-slider.owl-carousel .owl-controls .owl-dot {
        border: 1px solid #99312e
    }

    .about-logos.owl-theme .owl-controls, .customer-logos.owl-theme .owl-controls, .service-slider.owl-theme .owl-controls, .testi-slider.owl-theme .owl-controls {
        bottom: auto;
        text-align: center
    }

.about-logos.owl-carousel .owl-controls .owl-dot {
    border: 1px solid #fff;
    background: 0 0
}

    .about-logos.owl-carousel .owl-controls .owl-dot.active, .about-logos.owl-carousel .owl-controls .owl-dot:hover {
        background-color: #fff
    }

.service-section {
    padding: 3% 5% 6%;
    width: 100%;
    display: inline-block;
    background: url(../images/service-bg.jpg) no-repeat;
    background-size: cover
}

    .service-section h2 {
        text-shadow: 2px 3px 3px #000;
        font-size: 2.5em;
        text-align: center;
        font-family: Ubuntu_Bold;
        color: #fff;
        margin-bottom: 2%
    }

.service-boxes {
    padding: 0 5% 4%;
    margin-top: -100px
}

.service-box {
    min-height: 285px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    border-bottom: 2px solid #333;
    background: #fff
}

    .service-box h3 {
        font-size: 1.1em;
        margin: 20px 0;
        font-family: Ubuntu_Medium;
        min-height: 40px
    }

    .service-box .btn {
        margin-bottom: 30px
    }

.how-it-works .col-md-10, .how-it-works .col-md-2 {
    padding: 0
}

.process-section {
    background: #f5f5f5;
    padding: 3% 0 3% 5%;
    width: 100%;
    display: inline-block;
    min-height: 295px
}

    .process-section h2 {
        text-align: center;
        margin-bottom: 3%
    }

.process-box {
    width: 14%;
    display: inline-block;
    text-align: center
}

    .process-box p {
        font-family: Ubuntu_Medium;
        margin-top: 5px
    }

.contact-details {
    color: #fff;
    border-left: 2px solid #e4e4e4;
    width: 100%;
    display: inline-block;
    background: #98312e;
    padding: 15% 0 0 0;
    min-height: 295px
}

    .contact-details .circle-box {
        color: #000;
        width: 30px;
        height: 30px;
        border: 2px solid #f5f5f5;
        border-radius: 50%;
        background: #f5f5f5;
        text-align: center;
        position: absolute;
        left: -15px;
        top: 50%;
        margin-top: -15px
    }

        .contact-details .circle-box p {
            padding-top: 3px
        }

    .contact-details .number {
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
        margin-bottom: 25%
    }

        .contact-details .number i {
            color: #fff;
            font-size: 1.5em;
            padding-top: 10px
        }

        .contact-details .number p {
            margin-bottom: 0;
            color: #fff
        }

        .contact-details .number a {
            color: #fff;
            font-family: Ubuntu_Bold;
            font-size: 1.5em
        }

.capabilities-section {
    padding: 0 5% 3% 5%;
    display: inline-block
}

    .capabilities-section h3 {
        margin-top: 0;
        color: #000;
        font-size: 2.5em;
        position: relative;
        width: auto;
        display: inline-block;
        margin-bottom: 20px
    }

        .capabilities-section h3:after {
            content: "";
            width: 100%;
            display: inline-block;
            height: 3px;
            background: #98312e;
            position: absolute;
            left: 0;
            bottom: -5px
        }

.skill-slider > div:first-child {
    position: relative;
    z-index: 2
}

.skill-slider .img-overlay {
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1
}

.capabilities-section + .skills-section .skill-box {
    padding: 0 5%
}

.skill-slider .skill-content {
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 7%;
    width: 85%;
    display: inline-block;
    z-index: 2
}

.owl-stage-outer {
    z-index: 2
}

ul.capabilities {
    display: inline-block;
    width: 100%
}

    ul.capabilities li {
        display: inline-block;
        width: 33%;
        list-style: none;
        padding-top: 10px
    }

        ul.capabilities li p {
            font-size: 1.1em;
            color: #000
        }

            ul.capabilities li p:before {
                content: "";
                font: normal normal normal 14px/1 FontAwesome;
                font-size: .6em;
                color: #98312e;
                padding-right: 10px
            }

.about-section {
    position: relative;
    color: #fff;
    background: url(../images/about-bg.jpg) no-repeat center bottom;
    background-size: cover;
    height: 450px;
    background-attachment: fixed
}

    .about-section .floating-text {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 0 20%
    }

        .about-section .floating-text h3 {
            font-size: 2.5em;
            font-family: Ubuntu_Bold;
            margin-bottom: 4%
        }

        .about-section .floating-text p {
            font-size: 1.1em;
            line-height: 1.4em
        }

        .about-section .floating-text .about-logos img {
            margin-top: 5%;
            margin-right: 20px;
            transform: scale(.8);
            vertical-align: middle
        }

.about-content {
    position: absolute;
    bottom: -10%;
    left: 10%;
    background: #98312e;
    width: 80%;
    border-radius: 10px;
    padding: 3%;
    color: #fff
}

.about-logos {
    text-align: center;
    margin-top: 6%
}

    .about-logos a {
        display: inline-block;
        margin-bottom: 20px;
        text-align: center
    }

.solution-section {
    background: url(../images/hitech-bg.png) no-repeat;
    background-size: cover;
    padding-bottom: 5%
}

    .solution-section .hitech-bg {
        width: 90%;
        margin: 10% auto 0;
        padding: 3% 15%;
        background: #f5f5f5;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        text-align: center
    }

        .solution-section .hitech-bg h3 {
            font-size: 2.5em;
            margin-bottom: 20px
        }

.solution-boxes {
    width: 90%;
    margin: 0 auto 2%;
    background: #98312e;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 2%;
    position: relative;
    display: inline-block;
    left: 5%
}

.solution-box {
    color: #fff;
    vertical-align: top
}

    .solution-box img {
        width: 80px;
        display: inline-block;
        float: left;
        margin-right: 30px
    }

    .solution-box h3 {
        font-size: 2em;
        margin: 0;
        margin-bottom: 10px
    }

.calc-section {
    position: relative;
    background: url(../images/calc-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2% 5%
}

.calc-content {
    width: 40%;
    margin: 0 auto;
    text-align: center
}

    .calc-content h3 {
        font-size: 2.5em
    }

    .calc-content .btn i {
        padding-right: 10px
    }

    .calc-content .btn {
        position: absolute;
        bottom: -18px;
        left: 50%;
        margin-left: -70px;
        padding: 10px 20px
    }

.testimonials {
    background: #f5f5f5;
    padding: 3% 5%
}

.testimonial-box {
    background: #fff
}

.testimonials h2 {
    font-size: 2.5em;
    text-align: left;
    font-family: Ubuntu_Bold;
    color: #000;
    margin-bottom: 5%;
    padding-left: 1%
}

.testimonials span {
    font-size: 2.5em;
    text-align: left;
    font-family: Ubuntu_Bold;
    color: #000;
    margin-bottom: 5%;
    padding-left: 1%;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.1
}

.testimonials .name-box {
    padding-left: 15%;
    color: #000;
    cursor: default
}

    .testimonials .name-box h4 {
        font-family: Ubuntu_Bold;
        margin-bottom: 5px
    }

    .testimonials .name-box p {
        font-family: Ubuntu_Medium;
        font-size: .9em
    }

.testimonials a {
    cursor: default
}

    .testimonials a:focus .testi-box, .testimonials a:hover .testi-box {
        cursor: default;
        background: #98312e;
        color: #fff;
        border-color: #98312e
    }

        .testimonials a:hover .testi-box:after, .testimonials a:hover .testi-box:before {
            border-left-color: #98312e
        }

.testimonials .btn {
    margin-top: 3%;
    margin-right: 3%;
    width: 185px;
    cursor: pointer
}

.testi-box {
    border-radius: 10px;
    padding: 20px;
    color: #000;
    background: #fff;
    position: relative;
    font-family: Ubuntu_Medium;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 125px
}

footer {
    background: #171717;
    color: #fff;
    padding: 3% 5%
}

    footer a {
        color: #fff
    }

    footer .address-box {
        padding: 5% 0 0;
        display: inline-block
    }

        footer .address-box a {
            display: inline-block;
            width: 100%;
            margin-bottom: 3%;
            font-size: 1.1em;
            text-indent: -18px;
            padding-left: 40px
        }

            footer .address-box a i {
                font-size: 1.4em;
                padding-right: 15px
            }

            footer .address-box a:focus, footer .address-box a:hover {
                color: #fff
            }

    footer ul {
        display: block
    }

        footer ul li {
            display: block;
            list-style: none
        }

            footer ul li a {
                padding: 5px;
                display: inline-block;
                font-size: 1.1em
            }

                footer ul li a:focus, footer ul li a:hover {
                    color: #fff;
                    opacity: .65
                }

.newsletter-social {
    background: #fff;
    padding: 2% 5%;
    color: #000
}

    .newsletter-social .newsletter-box i {
        color: #98312e;
        width: 10%;
        display: inline-block;
        font-size: 2em;
        vertical-align: top;
        padding-top: 12px
    }

    .newsletter-social .text {
        width: 89%;
        display: inline-block
    }

        .newsletter-social .text h3 {
            margin: 0;
            font-family: Ubuntu_Medium
        }

        .newsletter-social .text span {
            margin: 0;
            font-family: Ubuntu_Medium;
            font-size: 24px;
            font-weight: 500;
            line-height: 1.1;
            color: inherit
        }

        .newsletter-social .text p {
            font-size: .9em;
            padding-top: 5px
        }

    .newsletter-social .btn:focus, .newsletter-social .btn:hover {
        background: #000
    }

.socials {
    text-align: left
}

    .socials a {
        display: inline-block;
        color: #fff;
        padding: 3px 5px
    }

        .socials a:focus, .socials a:hover {
            opacity: .65
        }

        .socials a i {
            font-size: 1.5em
        }

.copyright {
    font-size: .9em;
    text-align: right
}

.body-padding {
    padding-top: 100px
}

.inner-banner-section img {
    width: 100%;
    display: inline-block;
    position: relative
}

.inner-banner-section .floating-content {
    position: absolute;
    top: 20%;
    left: 5%;
    color: #fff
}

    .inner-banner-section .floating-content .breadcrumb {
        background: 0 0;
        color: #fff;
        padding: 8px 0
    }

        .inner-banner-section .floating-content .breadcrumb li a {
            color: #fff
        }

        .inner-banner-section .floating-content .breadcrumb > .active {
            color: #fff
        }

    .inner-banner-section .floating-content h1 {
        font-size: 3em;
        text-shadow: 2px 3px 3px #000;
        font-family: Ubuntu_Medium
    }

    .inner-banner-section .floating-content p {
        text-shadow: 2px 3px 3px #000
    }

    .inner-banner-section .floating-content .btn {
        font-family: Ubuntu_Medium;
        font-size: 1.2em;
        padding: 10px 30px;
        margin-top: 20%;
        float: right
    }

.breadcrumb {
    background: 0 0;
    color: #000;
    padding: 2% 5% 0
}

    .breadcrumb li a, .breadcrumb > .active {
        color: #000
    }

.PCB-service-section {
    width: 100%;
    display: inline-block
}

.service-list {
    padding: 2% 3%;
    border-radius: 30px;
    margin: 0 5%;
    position: relative;
    top: -42px;
    background: #fff
}

    .service-list h2 {
        font-family: Ubuntu_Medium;
        color: #000
    }

    .service-list .list a {
        border-radius: 35px;
        font-size: 1.2em;
        color: #000;
        font-family: Ubuntu_Medium;
        padding: 1%;
        display: inline-block;
        width: 23%;
        margin-top: 1%;
        margin-right: 1%
    }

        .service-list .list a img {
            padding-right: 10px
        }

        .service-list .list a:focus, .service-list .list a:hover {
            background: #98312e;
            color: #fff
        }

            .service-list .list a:focus img, .service-list .list a:hover img {
                -webkit-filter: brightness(0) invert(1);
                -moz-filter: brightness(0) invert(1);
                -ms-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1)
            }

.calc-quotes-section {
    padding: 1% 5%
}

.calculate-section {
    border-radius: 20px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    max-height: 395px;
    margin-bottom: 5%
}

    .calculate-section img {
        width: 100%
    }

    .calculate-section .floating-text {
        position: absolute;
        top: 30%;
        left: 10%;
        color: #fff;
        width: 87%;
        display: inline-block
    }

        .calculate-section .floating-text h3 {
            font-size: 2em;
            font-family: Ubuntu_Medium
        }

        .calculate-section .floating-text .btn {
            padding: 10px 30px
        }

            .calculate-section .floating-text .btn:focus, .calculate-section .floating-text .btn:hover {
                background: #fff;
                color: #000
            }

    .calculate-section .brochure-section, .calculate-section .custom-quote {
        max-height: 225px;
        position: relative
    }

        .calculate-section .brochure-section .floating-text {
            top: 35%
        }

        .calculate-section .custom-quote .floating-text {
            top: 0
        }

        .calculate-section .brochure-section .floating-text img {
            width: auto;
            position: absolute;
            top: -50px;
            right: -10px
        }

    .calculate-section .floating-text .btn {
        font-size: 1.2em;
        font-family: Ubuntu_Medium
    }

    .calculate-section.quote-brochure .floating-text p {
        margin-bottom: 3%
    }

.PCB-assembly-section .service-list {
    display: inline-block;
    padding: 0
}

.no-padding {
    padding: 0
}

.PCB-assembly-section .service-categories {
    background: #f5f5f5;
    padding: 2% 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    min-height: 450px
}

    .PCB-assembly-section .service-categories h2 {
        padding: 10px 20px;
        font-size: 1.5em;
        color: #000
    }

    .PCB-assembly-section .service-categories .seervcies-span {
        padding: 10px 20px;
        font-size: 1.5em;
        color: #000;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: Ubuntu_Medium
    }

.s-ul {
    margin-top: 17px
}

.s-main-div-p {
    padding: 8.5% 0 !important
}

.PCB-assembly-section .service-categories .quick-contact-span {
    padding: 10px 20px;
    font-size: 1.5em;
    color: #000;
    font-family: Ubuntu_Medium;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    display: block
}

.PCB-assembly-section .service-categories ul {
    display: block
}

    .PCB-assembly-section .service-categories ul li {
        display: block
    }

        .PCB-assembly-section .service-categories ul li a {
            width: 100%;
            display: inline-block;
            color: #000;
            padding: 10px 30px
        }

            .PCB-assembly-section .service-categories ul li a i {
                font-size: 1em;
                padding-right: 5px
            }

            .PCB-assembly-section .service-categories ul li a:focus, .PCB-assembly-section .service-categories ul li a:hover, .PCB-assembly-section .service-categories ul li.active a {
                background: #98312e;
                color: #fff
            }

.PCB-assembly-section .service-content {
    padding: 10px 2%;
    min-height: 450px
}

    .PCB-assembly-section .service-content h3 {
        font-size: 1.3em;
        font-family: Ubuntu_Medium;
        margin-top: 4%;
        color: #000
    }

    .PCB-assembly-section .service-content p a {
        color: #98312e;
        font-family: Ubuntu_Medium
    }

    .PCB-assembly-section .service-content ul li p {
        font-family: Ubuntu_Medium;
        font-size: 1.1em;
        text-indent: -10px;
        padding-left: 20px
    }

        .PCB-assembly-section .service-content ul li p i {
            font-size: .7em;
            color: #98312e;
            padding-right: 5px
        }

.PCB-assembly-section table p {
    margin: 0;
    padding: 5px 0 5px 10px
}

.contact-section {
    padding: 0 5% 3%
}

    .contact-section h3 {
        font-size: 2.5em;
        color: #000;
        font-family: Ubuntu_Medium;
        margin-top: 0
    }

    .contact-section .form-group {
        margin-bottom: 25px
    }

    .contact-section form {
        margin-top: 2%
    }

    .contact-section .form-control {
        height: 40px
    }

    .contact-section textarea.form-control {
        height: auto;
        border-radius: 40px;
        padding-top: 15px
    }

    .contact-section .btn {
        width: 130px
    }

.layer {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 150px auto;
    display: table;
    position: absolute
}

.cell {
    display: table-cell;
    vertical-align: middle;
    width: 0;
    height: 100%;
    padding: 10px;
    margin: 0 auto
}

code {
    display: block;
    border-radius: 0
}

.tab1x:before {
    content: "    "
}

.tab2x:before {
    content: "        "
}

.tab3x:before {
    content: "            "
}

.tab4x:before {
    content: "                "
}

.tab5x:before {
    content: "                    "
}

#file2 {
    line-height: 0
}

    #file2 .file {
        background: #fff !important;
        color: #000 !important;
        padding: 2px 20px !important;
        position: absolute;
        top: 0;
        right: 2%;
        line-height: 2em;
        border: 1px solid #ccc !important;
        border-radius: 20px 20px 20px 20px
    }

    #file2 > div .icon {
        display: none !important
    }

    #file2 > div .text {
        color: #000 !important;
        margin-right: 5px;
        line-height: 2em
    }

    #file2 > div .delete {
        background: #fff !important;
        color: #000 !important;
        border-radius: 50% !important;
        padding: 0 6px !important;
        line-height: 1.4em;
        margin-top: 4px
    }

        #file2 > div .delete i {
            font-size: 10px
        }

    #file2 > div {
        width: auto !important;
        display: inline-block !important;
        border: 0 !important;
        margin-right: 10px;
        height: auto !important
    }

.contact-address {
    padding: 0 5% 3%
}

    .contact-address .contact-detail {
        overflow: hidden;
        background: #98312e;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        min-height: 300px
    }

    .contact-address .contact-map {
        overflow: hidden;
        width: 100%;
        display: inline-block;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .contact-address .contact-detail img {
        width: 100%
    }

    .contact-address .contact-detail .company-name {
        background: #000;
        padding: 10px 20px;
        font-family: Ubuntu_Medium;
        color: #fff
    }

        .contact-address .contact-detail .company-name h4 {
            font-size: 1.5em
        }

    .contact-address .contact-detail .contacts {
        padding: 10px 20px;
        color: #fff
    }

        .contact-address .contact-detail .contacts p {
            text-indent: -10px;
            padding-left: 20px;
            padding-bottom: 20px
        }

            .contact-address .contact-detail .contacts p i {
                padding-right: 5px
            }

            .contact-address .contact-detail .contacts p a {
                color: #fff
            }

    .contact-address .contact-detail .socials {
        padding-left: 20px;
        padding-bottom: 20%
    }

.about-us-section {
    width: 100%;
    display: inline-block
}

.about-wrapper {
    margin: -80px 4.2% 0;
    border-radius: 40px;
    display: inline-block;
    width: 90%;
    position: relative;
    bottom: -80px;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    height: 472px
}

    .about-wrapper .col-md-4 {
        overflow: hidden;
        padding: 0
    }

        .about-wrapper .col-md-4 img {
            width: 100%
        }

    .about-wrapper h1, .about-wrapper h2 {
        color: #000
    }

    .about-wrapper h2 {
        font-size: 1.7em
    }

    .about-wrapper h1 {
        font-family: Ubuntu_Medium;
        padding-right: 15%;
        font-size: 2.5em;
        line-height: 1.2em
    }

.red-line {
    width: 5px;
    left: 0;
    position: absolute;
    height: 100%;
    bottom: 0;
    background: #98312e
}

.about-wrapper .about-text {
    padding-left: 3%;
    position: relative;
    margin: 3% 0;
    width: 90%
}

    .about-wrapper .about-text p {
        font-size: 1em;
        font-family: Ubuntu_Regular;
        color: #000;
        padding-bottom: 10px
    }

.thought-section {
    color: #fff;
    padding: 7% 3% 3%;
    background: #98312e
}

    .thought-section p {
        font-size: 1.8em;
        text-align: center
    }

        .thought-section p span {
            font-size: .6em;
            font-family: Ubuntu_Light
        }

.how-we-do {
    width: 100%;
    display: inline-block;
    padding: 3% 5%;
    text-align: center;
    background: #f5f5f5
}

    .how-we-do h3 {
        font-size: 2.5em;
        color: #000;
        font-family: Ubuntu_Medium
    }

    .how-we-do p {
        padding: 0 30%
    }

    .how-we-do .video-wrapper {
        margin: 2% 3%;
        width: 50%;
        display: inline-block;
        text-align: center
    }

.skill-section {
    padding: 2% 5% 5%
}

    .skill-section h3 {
        font-size: 2.5em;
        color: #000;
        font-family: Ubuntu_Medium;
        text-align: center;
        margin-bottom: 3%
    }

.skill-slider .item .img-circle {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    display: inline-block;
    overflow: hidden
}

.skill-slider .owl-nav i {
    font-size: 3em
}

.skill-slider.owl-theme .owl-controls {
    top: 40%
}

    .skill-slider.owl-theme .owl-controls .owl-next, .skill-slider.owl-theme .owl-controls .owl-prev {
        position: absolute;
        top: 0;
        z-index: 1
    }

    .skill-slider.owl-theme .owl-controls .owl-next {
        right: -3%
    }

    .skill-slider.owl-theme .owl-controls .owl-prev {
        left: -3%
    }

.login-bg {
    background: url(../images/login-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.login-section {
    padding: 3% 5%
}

.login-box {
    background: 0 0;
    width: 100%;
    display: inline-block;
    padding: 1% 5% 5%;
    min-height: 866px
}

    .login-box h2 {
        color: #fff;
        width: 100%;
        display: inline-block
    }

.register {
    border-radius: 20px;
    min-height: 200px;
    background: #fff;
    padding: 1% 3% 5%;
    display: inline-block;
    width: 100%
}

    .register h2 {
        color: #000;
        margin: 0
    }

#forgot-pass {
    display: none
}

.login-bg .no-padding {
    padding: 0
}

.login-box .form-group {
    margin-top: 10px
}

.login-box .checkbox label, .login-box a {
    color: #fff
}

.login-box .form-control {
    background: 0 0;
    color: #fff
}

.login-box .forgot-pass {
    padding-top: 5px;
    display: inline-block
}

.login-box .btn {
    display: inline-block;
    width: 150px;
    margin-top: 30px;
    color: #000;
    background: #fff;
    border-radius: 20px
}

    .login-box .btn:focus, .login-box .btn:hover {
        background-color: #98312e;
        color: #fff
    }

.register .form-group {
    margin-bottom: 30px
}

.register form {
    margin-top: 20px
}

.register input, .register textarea {
    background: 0 0;
    color: #000
}

.register .form-control {
    color: #000
}

.register option {
    color: #000
}

.register .shipping {
    margin-top: 2%;
    width: 100%;
    display: inline-block
}

    .register .shipping h3 {
        font-size: 1.3em;
        color: #000;
        margin-bottom: 2%
    }

.register .checkbox label, .register .checkbox label a {
    color: #000;
    margin-bottom: 10px
}

    .register .checkbox label a {
        text-decoration: underline
    }

.register .btn {
    width: 150px;
    margin-top: 30px
}

.register .btn {
    display: inline-block;
    width: 150px;
    margin-top: 30px;
    color: #000;
    background: #ccc;
    border-radius: 20px
}

    .register .btn:focus, .register .btn:hover {
        background-color: #98312e;
        color: #fff
    }

#forgot-pass .col-lg-6, #login .col-lg-6 {
    padding-left: 0
}

.pcba-calc .form-control:focus {
    outline: 0;
    border: 1px solid #ccc;
    box-shadow: none
}

.pcba-calc {
    background: #ededed
}

    .pcba-calc h1 {
        padding: 0 5%
    }

.calc-wrapper {
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    width: 90%;
    margin: 0 4.5% 5%;
    webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,.61);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,.61);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,.61)
}

.pcba-calc .form-wrapper {
    border-right: 1px solid #ccc;
    padding: 3%
}

.pcba-calc .steps-wrapper {
    padding: 3%
}

.pcba-calc .panel {
    border: 0;
    box-shadow: none
}

.pcba-calc .btn-primary {
    background: #98312e;
    border-color: #98312e;
    border-radius: 20px
}

.pcba-calc .btn-reset {
    font-size: 1.2em;
    font-family: Ubuntu_Medium;
    color: #000
}

    .pcba-calc .btn-reset i {
        font-size: .9em;
        color: #000
    }

.pcba-calc .form-wrapper .form-group {
    margin-bottom: 30px
}

.pcba-calc .form-wrapper label.control-label {
    display: block !important;
    color: #666 !important
}

.pcba-calc .form-wrapper label span {
    color: #f00
}

    .pcba-calc .form-wrapper label span i {
        color: #666
    }

.pcba-calc .form-wrapper .checkbox {
    margin: 0
}

.pcba-calc .form-wrapper .control-label.value {
    display: block;
    font-size: 1.2em;
    font-family: Ubuntu_Medium;
    color: #000
}

textarea {
    resize: vertical
}

.pcba-calc .tooltip {
    z-index: 1
}

.stepwizard-step p {
    margin-top: 0;
    color: #666;
    width: 80%;
    display: inline-block;
    text-align: left;
    font-family: Ubuntu_Medium;
    font-size: 1.3em;
    color: #8b9096
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.steps-wrapper .calc-btn {
    margin-top: 10%;
    display: inline-block
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb
}

.stepwizard-row:before {
    top: -30%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    height: 100%;
    background-color: #ccc;
    z-index: 0;
    display: inline-block;
    left: 10%
}

.stepwizard-step {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 5%
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 1.2em;
    line-height: 1.5em;
    border-radius: 50%;
    border: 2px solid #ccc
}

    .btn-circle.btn-success {
        border-color: #98312e;
        background: #fff;
        color: #98312e
    }

        .btn-circle.btn-success + p {
            color: #98312e
        }

.boxed {
    margin-bottom: 30px
}

    .boxed label {
        display: inline-block;
        width: 31%;
        margin-right: 20px;
        border: dashed 2px #e0e0e0;
        transition: all .3s;
        color: #8b9096;
        font-size: 1.2em;
        border-radius: 20px;
        padding: 20px 10px;
        background: #fafafa;
        cursor: pointer;
        font-weight: lighter
    }

        .boxed label span {
            display: block;
            font-size: .8em;
            color: #8b9096 !important
        }

    .boxed input[type=radio] {
        display: none
    }

        .boxed input[type=radio]:checked + label {
            border: solid 2px #98312e;
            color: #98312e;
            background: #fff;
            font-weight: 700
        }

            .boxed input[type=radio]:checked + label span {
                color: #98312e !important
            }

.boxed-100 label {
    width: 100%;
    padding: 4px 10px
}

.img-border {
    border: 1px solid #ccc;
    border-radius: 20px
}

    .img-border .form-control {
        border: 0;
        display: inline-block;
        width: 100%;
        box-shadow: none
    }

        .img-border .form-control:focus {
            box-shadow: none;
            border: 0
        }

    .img-border img {
        display: inline-block;
        width: 40px
    }

.toggle-wrapper button {
    display: inline-block;
    margin-right: 20%
}

.toggle-wrapper img {
    display: inline-block;
    width: 40px
}

.btn-toggle {
    margin: 6px 0;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 7rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8
}

    .btn-toggle.focus, .btn-toggle.focus.active, .btn-toggle:focus, .btn-toggle:focus.active {
        outline: 0
    }

    .btn-toggle:after, .btn-toggle:before {
        line-height: 2.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 1.2em;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity .25s
    }

    .btn-toggle:before {
        content: 'No';
        left: -4rem
    }

    .btn-toggle:after {
        content: 'Yes';
        right: -4rem;
        opacity: .5
    }

    .btn-toggle > .handle {
        position: absolute;
        top: .1875rem;
        left: .1875rem;
        width: 2.125rem;
        height: 2.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left .25s
    }

    .btn-toggle.active {
        transition: background-color .25s
    }

        .btn-toggle.active > .handle {
            left: 4.6875rem;
            transition: left .25s
        }

        .btn-toggle.active:before {
            opacity: .5
        }

        .btn-toggle.active:after {
            opacity: 1
        }

    .btn-toggle.btn-sm:after, .btn-toggle.btn-sm:before {
        line-height: -.5rem;
        color: #000;
        letter-spacing: .75px;
        left: 7.4125rem;
        width: 2.325rem
    }

    .btn-toggle.btn-sm:before {
        text-align: right
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1
    }

    .btn-toggle.btn-xs:after, .btn-toggle.btn-xs:before {
        display: none
    }

    .btn-toggle:after, .btn-toggle:before {
        color: #6b7381
    }

    .btn-toggle.active {
        background-color: #98312e
    }

.order-summary {
    width: 100%;
    display: none;
    margin-top: 5%
}

    .order-summary p {
        font-size: 1.3em;
        font-family: Ubuntu_Medium;
        color: #8b9096
    }

        .order-summary p.price {
            color: #000;
            font-size: 2em
        }

            .order-summary p.price span {
                display: block;
                font-size: .5em;
                font-family: Ubuntu_Regular
            }

    .order-summary .link-btns {
        width: 100%;
        display: inline-block;
        margin-top: 5%
    }

        .order-summary .link-btns a {
            color: #98312e;
            font-size: 1.1em;
            font-family: Ubuntu_Medium;
            padding-right: 30px
        }

            .order-summary .link-btns a i {
                color: #000;
                font-size: 1.3em;
                padding-right: 5px
            }

.submit-wrapper .order-summary {
    display: inline-block
}

.order-summary p.price .cut-text {
    padding-left: 10px;
    display: inline-block;
    font-size: .6em;
    color: #000;
    text-decoration: line-through
}

.order-summary p.price i {
    padding-left: 10px;
    font-size: .5em;
    display: inline-block;
    font-family: Ubuntu_Regular
}

    .order-summary p.price i span {
        font-size: 1em;
        font-family: Ubuntu_Medium;
        display: inline-block
    }

.order-summary .coupon-code {
    margin-bottom: 20px
}

    .order-summary .coupon-code input {
        width: 70%;
        display: inline-block
    }

    .order-summary .coupon-code a {
        display: inline-block;
        font-family: Ubuntu_Medium;
        color: #98312e
    }

.note {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 4%;
    width: 100%;
    float: left
}

    .note li {
        display: block;
        color: #666
    }

        .note li p span {
            color: #f00
        }

        .note li p i {
            font-size: .5em;
            padding-right: 5px
        }

.view-details {
    display: inline-block;
    width: 100%;
    margin: 2% 0;
    float: left
}

    .view-details a {
        display: inline-block;
        width: 100%;
        color: #98312e;
        font-family: Ubuntu_Medium
    }

        .view-details a:before {
            content: "";
            width: 90%;
            height: 2px;
            background: #000;
            display: inline-block;
            padding-right: 10px
        }

    .view-details .control-label:nth-child(odd) {
        margin-top: 30px
    }

.pcba-calc #file2 .file {
    background: #98312e !important;
    color: #fff !important;
    top: 25px
}

.pcba-calc #file2 > div .text {
    color: #000 !important
}

.pcba-calc .row {
    margin: 0
}

.pcba-calc .address-edit {
    display: inline-block;
    width: 100%;
    color: #98312e;
    font-family: Ubuntu_Medium;
    margin-top: 10px
}

.pcba-calc h3 {
    font-family: Ubuntu_Medium;
    color: #000;
    font-size: 1.6em
}

    .pcba-calc h3 + p {
        font-size: 1em;
        line-height: 1.3em;
        margin-bottom: 30px;
        color: #8b9096
    }

.view-content {
    display: none
}

.view-details .view-link:after {
    content: "View Details"
}

.show-detail .view-link:after {
    content: "Hide Details"
}

.form-wrapper .col-md-6 .form-group .col-md-6 {
    padding: 0
}

.certifications-section {
    background: #f5f5f5;
    padding: 3% 5%;
    display: inline-block;
    width: 100%;
    text-align: center
}

    .certifications-section h3 {
        color: #000;
        font-family: Ubuntu_Medium;
        font-size: 2.5em;
        text-align: center;
        position: relative;
        width: 100%;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 4%
    }

        .certifications-section h3:after {
            content: "";
            height: 3px;
            background: #98312e;
            width: 30%;
            position: absolute;
            left: 35%;
            bottom: -10px
        }

.certification-logo {
    width: 60%;
    margin: 0 auto
}

    .certification-logo a {
        display: inline-block;
        margin: 0 6%
    }

.search-form .form-group {
    float: right !important;
    transition: all .35s,border-radius 0s;
    width: 20%;
    height: 32px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    border-radius: 25px;
    border: 1px solid #000;
    margin-bottom: 0
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: 0 0;
        box-shadow: none;
        display: block;
        color: #000
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            display: none
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            display: none
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none
        }

    .search-form .form-group span.fa {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #000;
        left: initial;
        font-size: 14px
    }

.hide-search-sm {
    display: block
}

.show-search-sm {
    display: none
}

.page-not-found {
    text-align: center;
    margin-bottom: 3%
}

    .page-not-found h1, .page-not-found h3 {
        margin-bottom: 2%
    }

    .page-not-found h3 {
        font-family: Ubuntu_Light;
        color: #000
    }

    .page-not-found p {
        font-size: 1.2em;
        padding: 1% 20%;
        line-height: 1.4em
    }

    .page-not-found .text-success {
        color: #50a750
    }

    .page-not-found h1 + p {
        padding: 1% 20%
    }

    .page-not-found .btn {
        width: auto;
        color: #fff
    }

    .page-not-found a {
        color: #98312e
    }

.dash-menu-mobile {
    display: none
}

    .dash-menu-mobile .btn {
        color: #fff
    }

    .dash-menu-mobile p {
        display: inline-block;
        width: 49%;
        margin-bottom: 0
    }

.dashboard-section {
    padding: 2% 5%;
    display: inline-block;
    width: 100%;
    background: url(../images/flower-bg.png)
}

    .dashboard-section .side-menubar {
        background: #eee;
        min-height: 445px;
        position: relative;
        max-width: 300px;
        width: 300px;
        display: inline-block;
        float: left
    }

        .dashboard-section .side-menubar ul {
            display: inline-block;
            width: 100%;
            margin-bottom: 0;
            -webkit-padding-start: 0;
            -moz-padding-start: 0
        }

            .dashboard-section .side-menubar ul li {
                display: block;
                list-style: none
            }

                .dashboard-section .side-menubar ul li a {
                    color: #000;
                    font-size: 1.2em;
                    display: inline-block;
                    width: 100%;
                    padding: 15px 20px
                }

                    .dashboard-section .side-menubar ul li a i {
                        padding-right: 10px
                    }

                    .dashboard-section .side-menubar ul li a.active, .dashboard-section .side-menubar ul li a:focus, .dashboard-section .side-menubar ul li a:hover {
                        background: #98312e;
                        color: #fff
                    }

    .dashboard-section .dash-box {
        background: #eee;
        display: inline-block;
        width: 100%;
        padding: 20% 1%;
        text-align: center;
        color: #000;
        font-size: 1.6em;
        margin-bottom: 20px
    }

        .dashboard-section .dash-box i {
            font-size: 2.5em;
            padding-bottom: 10px
        }

        .dashboard-section .dash-box.active, .dashboard-section .dash-box:focus, .dashboard-section .dash-box:hover {
            background: #f6ba3c
        }

    .dashboard-section .side-menubar .btn {
        display: none
    }

.change-password-section, .edit-profile-section, .profile-section {
    padding-bottom: 5%
}

    .address-add h1, .change-password-section h1, .download-section h1, .edit-profile-section h1, .profile-section h1, .profile-section h3 {
        font-size: 2em;
        margin: 0 10px 30px;
        text-transform: uppercase;
        text-align: left
    }

    .change-password-section label, .edit-profile-section label, .profile-section label {
        font-size: 1.1em;
        line-height: 1.5em
    }

        .edit-profile-section label a, .profile-section label a {
            color: #000
        }

#edit-profile {
    display: none
}

.change-password-section .form-control, .edit-profile-section .form-control {
    background: 0 0
}

    .change-password-section .form-control:focus, .edit-profile-section .form-control:focus {
        border-color: #004985;
        box-shadow: none
    }

.download-table a {
    font-size: 1.3em;
    color: #000;
    display: inline-block;
    padding-right: 20px
}

    .download-table a:focus, .download-table a:hover {
        color: #98312e
    }

.profile-section h2 {
    font-size: 2.5em;
    margin-top: 0
}

.profile-section .yellow-line {
    margin-bottom: 20px
}

.download-table a:last-child {
    padding-right: 0
}

.download-table .checkbox {
    margin-bottom: 0
}

    .download-table .checkbox input[type=checkbox] {
        opacity: 1;
        top: -3px
    }

    .download-table .checkbox label::before {
        display: none
    }

.download-section .btn {
    margin: 0 10px 20px;
    font-size: 15px;
    width: 100%
}

.table > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: middle;
    padding: 0
}

.address-add, .address-edit {
    display: none
}

    .address-add .checkbox input[type=checkbox] {
        margin-left: 0
    }

.table > tbody > tr > td.hiddenRow {
    padding: 0
}

    .table > tbody > tr > td.hiddenRow p {
        width: 24%;
        display: inline-block;
        padding: 10px 20px 5px;
        vertical-align: top
    }

.table-expand {
    width: 100%
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #98312e;
    border-color: #98312e
}

.pagination > li > a, .pagination > li > span {
    color: #000
}

.modal-body a {
    margin: 10px 0
}

.accordian-body .col-lg-12 .col-md-3, .accordian-body .col-lg-12 .col-md-4 {
    min-height: 100px;
    display: inline-flex;
    align-items: center
}

.otp-box {
    display: none
}

.form-control-submit {
    position: absolute;
    top: 0;
    display: inline-block;
    border: 0;
    background: 0 0;
    box-shadow: none;
    width: 32px;
    right: 0;
    padding-right: 0 !important;
    z-index: 9
}

    .form-control-submit:focus {
        outline: 0;
        box-shadow: none
    }

.inner-header .search-form .form-group input.form-control {
    color: #000
}

.img-hide image, .img-hide img {
    display: none !important
}

.mob-search-view {
    z-index: 999999;
    position: fixed;
    top: 70px;
    width: 100%;
    background-color: #98312e;
    left: 0;
    right: 0
}

.inner-header .mob-search-view {
    background-color: #fff
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 25px
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bdc1c8;
    -webkit-transition: .4s;
    transition: .4s
}

    .slider:before {
        position: absolute;
        content: "";
        height: 23px;
        width: 23px;
        left: 2px;
        bottom: 1px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

input:checked + .slider {
    background-color: #98312e
}

input:focus + .slider {
    box-shadow: 0 0 1px #98312e
}

input:checked + .slider:before {
    -webkit-transform: translateX(43px);
    -ms-transform: translateX(43px);
    transform: translateX(43px)
}

.slider.round {
    border-radius: 34px
}

    .slider.round:before {
        border-radius: 50%
    }

.field-validation-error {
    padding-top: 15px;
    color: #c30808;
    display: inline-block
}

.service-content .container {
    width: auto
}

section.blogs-listing {
    margin-left: 5%;
    width: 100%
}

.position-static-class {
    position: static
}

.mega-parent {
    position: static !important
}

.mega-menu-ul {
    width: 100% !important;
    left: 0
}

    .mega-menu-ul li {
        float: left;
        width: 25%
    }

.contact-margin {
    margin-top: 50px
}

.breadcrumb {
    background: 0 0;
    color: #000;
    padding-top: 2%;
    margin-bottom: 0
}

    .breadcrumb li a, .breadcrumb li.active {
        color: #000
    }

.margin-top-none {
    margin-top: 0
}

.skills-section {
    margin-bottom: 50px
}

.industries-section {
    padding: 2% 5%;
    display: inline-block;
    width: 100%
}

    .industries-section h3 {
        font-size: 2.5em;
        color: #000;
        font-family: proxima_nova_altbold;
        text-align: center;
        margin-bottom: 4%
    }

    .industries-section a.col-md-3 {
        color: #000;
        margin-bottom: 30px
    }

    .industries-section .industry-box {
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 15% 15%;
        text-align: center;
        display: inline-block;
        width: 100%;
        min-height: 330px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease
    }

        .industries-section .industry-box p {
            margin-top: 20%;
            font-size: 1.3em;
            color: #000
        }

        .industries-section .industry-box:hover {
            background: #074278
        }

            .industries-section .industry-box:hover p {
                color: #fff
            }

            .industries-section .industry-box:hover img {
                -webkit-filter: brightness(0) invert(1);
                -moz-filter: brightness(0) invert(1);
                -ms-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1)
            }

.banner-slider .btn.btn-white {
    border-radius: 20px;
    color: #000;
    background: #fff
}

    .banner-slider .btn.btn-white:hover {
        background: #98312e;
        color: #fff
    }

.contact-margin {
    margin-top: 50px
}

.container {
    margin-top: 20px
}

.hitech-bg2 {
    width: 100%;
    padding: 2% 15%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    text-align: left
}

.solution-section .hitech-bg2 h3 {
    font-size: 2.5em;
    margin-bottom: 20px
}

.capabilities-section ul > li {
    list-style: none
}

.capabilities-section .lists h4 {
    color: #d5181e;
    font-weight: 700
}

.sitemap ul li ul {
    padding-left: 5%;
    padding-top: 10px
}

    .sitemap ul li ul li {
        list-style: disc
    }

.sitemap ul li a {
    color: #d5181e;
    font-size: 1.1em;
    padding: 5px 0;
    font-weight: 700;
    display: inline-block
}

.sitemap ul li ul li a {
    font-size: 1em;
    color: #000;
    padding: 5px 0;
    display: inline-block;
    font-weight: lighter;
    vertical-align: middle
}

.sitemap ul > li {
    list-style: none
}

.sitemap {
    line-height: 1.5em;
    text-align: left
}

.text-slide .floating-text span {
    font-size: 3em;
    font-family: Ubuntu_Bold;
    padding-bottom: 2%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.owl-carousel .owl-controls .owl-dot {
    border: 1px solid #98312e
}

    .owl-carousel .owl-controls .owl-dot.active, .owl-carousel .owl-controls .owl-dot:hover {
        background-color: #98312e
    }

.owl-dots {
    margin-left: 11px
}

.quick-contact {
    background-color: #ccc !important;
    border-radius: 30px !important;
    margin: 5px !important;
    min-height: 470px !important;
    overflow-y: auto
}

    .quick-contact .g-recaptcha {
        transform: scale(.77);
        -webkit-transform: scale(.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }

.service-content .container ul {
    margin-left: 25px
}

.banner-title-p {
    margin: 15px 0 15px 0;
    font-size: 3em;
    font-weight: 900;
    line-height: 1.1;
    font-family: Ubuntu_Bold;
    padding-bottom: 2%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500
}

.blog-inner-detail > .container {
    width: 100%;
    padding: 0;
}

.pt-3 {
    padding-top: 20px;
}