@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

body {
    font-family: 'Open Sans';
    font-weight: 300;
    background: #FFF;
    font-weight: normal;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    line-height: 1.7em;
}

.top-head {
    width: 100%;
    background-color: #f6f6f6;
    color: #2a1e6a;
    font-size: 13px;
    font-family: 'Open Sans';
    border-bottom: 1px solid #efeff0;
}

.top-head.color-bar .contact-details li a:before {
    color: rgba(255, 255, 255, .2);
}

.top-head.dark-bar .contact-details li a:before {
    color: rgba(255, 255, 255, .2);
}

.top-head .contact-details li {
    display: inline-block;
}

.top-head .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 13px;
    margin: 0 6px;
    top: -1px;
    color: #ddd;
}

.top-head .contact-details li a:before {
    color: #666;
}

.top-head .contact-details li:first-child a:before {
    display: none;
}

.top-head .contact-details li a {
    font-size: 13px;
    display: block;
    line-height: 32px;
}

.top-head.color-bar ul.social-list li a i {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.top-head.color-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.top-head.dark-bar ul.social-list li a i {
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.top-head.dark-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255, 255, 255, .08);
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
    color: #fff;
}

ul.social-list li a.facebook:hover {
    background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
    background-color: #63CDF1;
}

ul.social-list li a.google:hover {
    background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
    background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
    background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
    background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
    background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
    background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
    background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
    background-color: #36C4F3
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2;
}

ul.social-list li:last-child a i {
    border-right: 1px solid #f2f2f2;
}

.head-txt {
    font-family: 'Oswald', sans-serif;
    color: #2e2e2e;
    font-size: 13px;
    margin-top: 30px;
    letter-spacing: .8px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.btn-primary {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    border-radius: 0;
    color: #fff !important;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #00a0e3;
    border: 1px solid #333;
    color: #333 !important;
}

h1 {
    font-family: 'Oswald', sans-serif;
    color: #4f4e4d;
    font-size: 17px;
}

h2 {
    font-family: 'Oswald', sans-serif;
    color: #4f4e4d;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}

p {
    font-family: 'Oswald', sans-serif;
    color: #4f4e4d;
    font-size: 16px;
    line-height: 25px;
}

h3 {
    font-family: 'Oswald', sans-serif;
    color: #4f4e4d;
    font-size: 15px;
}

h3 {
    font-family: 'Oswald', sans-serif;
    color: #4f4e4d;
    font-size: 15px;
    text-transform: uppercase;
}

h2.section-title {
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.txt {
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
    color: #262525;
    font-weight: normal;
    margin-top: -5px;
}

.text {
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
    color: #262525;
    font-weight: normal;
}

.text-new {
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
    color: #262525;
    font-weight: normal;
    padding-top: 15px;
}

.table-txt {
    padding-left: 10px;
    font-family: 'Open Sans';
    color: #262525;
    font-size: 13px;
}

.header-section {
    padding: 0;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 2px;
}

.header-section .logo a {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #444;
}

.logo-img {
    margin-top: 5px;
}

ul.top-info {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    float: right;
}

ul.top-info li {
    position: relative;
    float: left;
    font-size: 14px;
    margin-left: 20px;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #EEE;
}

ul.top-info li:first-child {
    border-left: 0;
}

ul.top-info li .info-box span.info-icon {
    font-size: 36px;
    margin-right: 10px;
    color: #69b0cb;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -3px;
    border-radius: 3px;
}

ul.top-info li .info-box span.info-icon i {
    margin-left: 5px;
}

ul.top-info li .info-box .info-box-content {
    display: inline-block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

ul.top-info li .info-box .info-box-content p.info-box-title {
    color: #1e2227;
    letter-spacing: 0.7px;
    font-family: 'Oswald', sans-serif;
}

ul.top-info li .info-box .info-box-content p {
    margin: 0 0 5px 0;
    line-height: normal;
    color: #777;
}

.default-page {
    background: #fff;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
}

.default-page p {
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans';
    color: #262525;
    font-weight: normal;
}

.pro img {
    border-radius: 3px;
}

.pro img {
    padding: 1px;
    border: 1px solid #e6dcdc;
    border-radius: 0px 15px 0px 15px;
    padding: 5px;
}

.pro p {
    font-size: 13px;
    font-family: 'Open Sans';
    color: #2b2a29;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
}

.pro-new img {
    border: 1px solid #e6dcdc;
    padding: 5px;
}

a.pro-link:link {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    background-color: #c8c7c6;
    text-decoration: none;
}

a.pro-link:hover {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    color: #6b38ff;
    text-decoration: none;
}

a.pro-link:active {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    color: #6b38ff;
    text-decoration: none;
}

#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea {
    color: #262525;
    font-size: 13px;
    font-family: 'Open Sans';
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navigation {
    width: 100%;
    background: #03889b;
}

.navbar {
    margin-bottom: 0;
    background: #03889b;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar .navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>li {

    //padding-left:1px;padding-top:20px;padding-bottom:20px;}
    .navbar-default .navbar-nav>li:first-child {
        padding-left: 0;
    }

    .navbar-default .navbar-nav>li>a {
        color: #FFF !important;
        border-right: 1px solid #d9dbdc;
        display: block;
        font-size: 16px;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0px 18px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .navbar-default .navbar-nav>li>a i {
        margin: 0 -2px 0 -5px;
    }

    .navbar-default .navbar-default .navbar-nav>li:hover>a {
        color: #fff;
    }

    .navbar-nav>li>a.active {
        color: #00aeef;
    }

    .navbar-default .navbar-nav>li>a:after {
        position: absolute;
        bottom: 0;
        content: '';
        left: 50%;
        display: block;
        height: 5px;
        width: 5px;
        opacity: 0;
        margin: 0 0 -3px -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
    }

    .navbar-default .navbar-nav>li>a.active:after {
        opacity: 1;
    }

    .navbar-default .navbar-nav .dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        width: 200px;
        background-color: #03889b;
        visibility: hidden;
        z-index: 100;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .navbar-default .navbar-nav>li.drop:hover .dropdown {
        visibility: visible;
        opacity: 1;
    }

    .dropdown li,
    .sup-dropdown li {
        position: relative; //border-top:1px solid rgba(0, 0, 0, 0.04);}

        .dropdown li:first-child,
        .sup-dropdown li:first-child {
            border-top: none;
        }

        .dropdown li a,
        .sup-dropdown li a {
            display: block;
            color: #FFF;
            font-size: 13px;
            font-family: 'Oswald', sans-serif;
            text-transform: uppercase;
            padding: 12px 25px;
            border-bottom: 1px solid #444;
            text-decoration: none;
            transition: padding 0.2s ease-in-out;
            -moz-transition: padding 0.2s ease-in-out;
            -webkit-transition: padding 0.2s ease-in-out;
            -o-transition: padding 0.2s ease-in-out;
        }

        .dropdown>li:hover>a,
        .sup-dropdown li:hover>a {
            padding-left: 15px;
        }

        .dropdown li a i {
            margin: 0 0 0 -4px;
        }

        .navbar-default .navbar-nav .sup-dropdown {
            position: absolute;
            left: 100%;
            top: 0;
            width: 180px;
            background-color: #fff;
            margin-top: 10px;
            transition: margin-top 0.2s ease-in-out;
            -moz-transition: margin-top 0.2s ease-in-out;
            -webkit-transition: margin-top 0.2s ease-in-out;
            -o-transition: margin-top 0.2s ease-in-out;
            visibility: hidden;
            z-index: 3;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
            visibility: visible;
            margin-top: 0;
        }

        .main-slider {
            background: #fff;
        }

        .main-slider img {
            width: 100%;
            height: auto;
        }

        .main-slider .carousel-caption {

            //position:absolute;top:30%;left:8%;width:45%;text-align:left;}
            .main-slider .carousel-caption h1 {
                background: rgba(6, 53, 73, 0.8);
            }

            .main-slider .carousel-caption h2 {
                background: rgba(6, 53, 73, 0.8);
            }

            .main-slider .carousel-caption p {
                background: rgba(6, 53, 73, 0.8);
            }

            .main-slider .carousel-caption h1 {
                color: #fff;
                font-family: 'Oswald', sans-serif;
                font-weight: 600;
                text-transform: uppercase;
                padding: 20px;
                font-size: 30px;
                -webkit-animation: zoomIn;
                animation: zoomIn;
                -webkit-animation-duration: 500ms;
                animation-duration: 500ms;
            }

            .main-slider .carousel-caption h2 {
                color: #fff;
                font-family: 'Oswald', sans-serif;
                font-weight: 600;
                padding: 20px;
                font-size: 30px;
                -webkit-animation: zoomIn;
                animation: zoomIn;
                -webkit-animation-duration: 500ms;
                animation-duration: 500ms;
            }

            .main-slider .carousel-caption p {
                color: #fff;
                font-size: 20px;
                padding: 20px;
                font-weight: 600;
                font-family: 'Open Sans';
            }

            .main-slider .carousel-control {
                width: 5%;
            }

            .main-slider .carousel-control i {
                position: absolute;
                top: 50%;
                font-size: 50px;
            }

            .main-slider .carousel-indicators {
                bottom: 5px;
            }

            .carousel-control {
                background: transparent !important;
            }

            .carousel-control:hover,
            .carousel-control:focus {
                background: transparent;
            }

            .boxed {
                background: #03889b;
                padding: 20px 0 15px 0;
            }

            .boxed-new {
                background: #03889b;
                padding: 20px 0 30px 0;
            }

            .boxed-new h2 {
                color: #fff;
                padding: 1px 0;
                line-height: 22x;
                font-size: 22px;
                text-align: center;
                letter-spacing: 1px;
            }

            .boxed h1 {
                color: #fff;
                padding: 1px 0;
                line-height: 22x;
                font-size: 20px;
                letter-spacing: 1px;
            }

            .boxed h2 {
                color: #fff;
                padding: 1px 0;
                line-height: 22x;
                font-size: 22px;
                letter-spacing: 1px;
            }

            .boxed p {
                color: #fff;
                font-size: 14px;
            }

            .boxed .btn-border {
                float: right;
                margin-top: 30px;
                color: #FFF;
            }

            .btn-border {
                border: 1px solid #fff;
                color: #fff;
            }

            .services-section {
                padding: 40px 0 40px 0;
            }

            .service-details ul {
                padding-top: 8px;
            }

            .service-details li {
                padding-bottom: 8px;
            }

            .feature,
            .feature-2 {
                background: #fff;
                margin-top: 15px;
            }

            .feature-2 {
                text-align: center;
            }

            .feature h3,
            .feature-2 h3 {
                font-size: 17px;
                color: #444;
                padding-bottom: 0px;
                font-family: 'Oswald', sans-serif;
            }

            .feature p,
            .feature-2 p {
                color: #444;
                font-family: 'Open Sans';
                font-size: 13px;
                line-height: 25px;
            }

            .feature i {
                font-size: 50px;
                position: relative;
                width: 50px;
                height: 50px;
                color: #236387;
            }

            .content-box {
                font-size: 13px;
                clear: both;
                margin-top: 30px;
                background: #EEEEEE;
                border: 1px solid #CCCCCC;
                padding: 1em;
                overflow: hidden;
            }

            ul {
                padding: 0;
                list-style-type: none;
            }

            .content-box li {
                font-size: 13px;
                padding-bottom: 5px;
            }

            .industry li {
                font-size: 13px;
                padding-bottom: 6px;
            }

            .lang {
                width: 100%;
                padding: 10px 0 5px 0;
                text-align: center;
            }

            .thumb-info {
                display: block;
                position: relative;
                text-decoration: none;
                max-width: 100%;
                background-color: #FFF;
                border: 1px solid #DDD;
                border-radius: 4px;
                overflow: hidden;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .thumb-info .thumb-info-wrapper {
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                border-radius: 4px;
                margin: 4px;
                overflow: hidden;
                display: block;
                position: relative;
            }

            .thumb-info .thumb-info-wrapper:after {
                content: "";
                background: rgba(23, 23, 23, 0.8);
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                border-radius: 4px;
                bottom: -4px;
                color: #FFF;
                left: -4px;
                position: absolute;
                right: -4px;
                top: -4px;
                display: block;
                opacity: 0;
                z-index: 1;
            }

            .thumb-info .thumb-info-action-icon {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                background: #CCC;
                border-radius: 0 0 0 25px;
                display: inline-block;
                font-size: 25px;
                height: 50px;
                line-height: 50px;
                position: absolute;
                right: -100px;
                text-align: center;
                top: -100px;
                width: 50px;
                z-index: 2;
            }

            .thumb-info .thumb-info-action-icon i {
                font-size: 24px;
                left: 3px;
                position: relative;
                top: -4px;
                color: #FFF;
            }

            .thumb-info .thumb-info-inner {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                display: block;
            }

            .thumb-info .thumb-info-inner em {
                display: block;
                font-size: 0.8em;
                font-style: normal;
                font-weight: normal;
            }

            .thumb-info .thumb-info-title {
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                background: rgba(23, 23, 23, 0.8);
                bottom: 10%;
                color: #FFF;
                font-size: 18px;
                font-weight: 700;
                left: 0;
                letter-spacing: -1px;
                padding: 9px 11px 9px;
                position: absolute;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
                text-transform: uppercase;
                z-index: 2;
                max-width: 90%;
            }

            .thumb-info .thumb-info-type {
                background-color: #CCC;
                border-radius: 2px;
                display: inline-block;
                float: left;
                font-size: 12px;
                font-weight: 400;
                letter-spacing: 0;
                margin: 8px -2px -15px -2px;
                padding: 2px 9px;
                text-transform: none;
                z-index: 2;
            }

            .thumb-info .owl-carousel {
                z-index: auto;
            }

            .thumb-info .owl-carousel .owl-dots {
                z-index: 2;
            }

            .thumb-info img {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
                border-radius: 3px;
                position: relative;
                width: 100%;
            }

            .thumb-info:hover .thumb-info-wrapper:after {
                opacity: 1;
            }

            .thumb-info:hover .thumb-info-action-icon {
                right: 0;
                top: 0;
            }

            .thumb-info:hover .thumb-info-title {
                background: #000;
            }

            .thumb-info:hover img {
                -webkit-transform: scale(1.1, 1.1);
                -moz-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

            .thumb-info.thumb-info-no-zoom:hover img {
                -webkit-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -o-transform: scale(1, 1);
                transform: scale(1, 1);
            }

            .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
                background: rgba(23, 23, 23, 0.25);
            }

            .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
                display: none;
            }

            .thumb-info.thumb-info-centered-icons .thumb-info-action {
                -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
                -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
                transition: transform 0.2s ease-out, opacity 0.2s ease-out;
                transform: translate3d(0, -10px, 0);
                top: 50%;
                left: 3px;
                right: auto;
                bottom: auto;
                width: 100%;
                height: 40px;
                margin-top: -20px;
                text-align: center;
                position: absolute;
                opacity: 0;
                z-index: 2;
            }

            .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
                -webkit-transition: all 0.1s ease;
                -moz-transition: all 0.1s ease;
                transition: all 0.1s ease;
                position: relative;
                z-index: 2;
                left: auto;
                right: auto;
                top: auto;
                bottom: auto;
                width: 40px;
                height: 40px;
                line-height: 33px;
                border-radius: 50%;
                margin-right: 3px;
            }

            .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
                position: static;
                font-size: 18px;
            }

            .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
                -webkit-transform: scale(1.15, 1.15);
                -moz-transform: scale(1.15, 1.15);
                -ms-transform: scale(1.15, 1.15);
                -o-transform: scale(1.15, 1.15);
                transform: scale(1.15, 1.15);
            }

            .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
                transform: translate3d(0, 0, 0);
                opacity: 1;
            }

            .thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
                position: relative;
            }

            .thumb-info.thumb-info-centered-info .thumb-info-title {
                background: transparent;
                left: 5%;
                width: 90%;
                -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
                -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
                transition: transform 0.2s ease-out, opacity 0.2s ease-out;
                transform: translate(0%, -30%);
                top: 50%;
                bottom: auto;
                opacity: 0;
                text-align: center;
                padding: 0;
                position: absolute;
            }

            .thumb-info.thumb-info-centered-info .thumb-info-type {
                float: none;
            }

            .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
                opacity: 1;
                transform: translate(0%, -50%);
            }

            .thumb-info.thumb-info-bottom-info .thumb-info-title {
                background: #FFF;
                left: 0;
                width: 100%;
                max-width: 100%;
                -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
                -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
                transition: transform 0.2s ease-out, opacity 0.2s ease-out;
                transform: translate3d(0, 100px, 0);
                top: auto;
                bottom: 0;
                opacity: 0;
                padding: 15px;
                text-shadow: none;
                color: #777;
            }

            .thumb-info.thumb-info-bottom-info .thumb-info-type {
                float: none;
                background: none;
                padding: 0;
                margin: 0;
            }

            .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
                transform: translate3d(0, 0, 0);
                opacity: 1;
            }

            .thumb-info.thumb-info-bottom-info:hover img {
                -webkit-transform: translateY(-18px);
                -moz-transform: translateY(-18px);
                -ms-transform: translateY(-18px);
                -o-transform: translateY(-18px);
                transform: translateY(-18px);
            }

            .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
                background: -webkit-linear-gradient(bottom, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
                background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
                color: #FFF;
            }

            .thumb-info.thumb-info-push-hor img {
                -webkit-transform: translatex(-18px);
                -moz-transform: translatex(-18px);
                -ms-transform: translatex(-18px);
                -o-transform: translatex(-18px);
                transform: translatex(-18px);
                width: calc(100% + 19px);
                max-width: none;
            }

            .thumb-info.thumb-info-push-hor:hover img {
                -webkit-transform: translatex(0);
                -moz-transform: translatex(0);
                -ms-transform: translatex(0);
                -o-transform: translatex(0);
                transform: translatex(0);
            }

            .thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
                opacity: 0.65;
            }

            .thumb-info.thumb-info-hide-info-hover .thumb-info-title {
                opacity: 1;
                top: 50%;
            }

            .thumb-info.thumb-info-hide-info-hover .thumb-info-type {
                float: none;
            }

            .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
                opacity: 0.1;
            }

            .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
                opacity: 0;
            }

            .thumb-info.thumb-info-no-borders,
            .thumb-info.thumb-info-no-borders img {
                border: 0;
                padding: 0;
                margin: 0;
                border-radius: 0;
            }

            .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
                border: 0;
                padding: 0;
                margin: 0;
                border-radius: 0;
            }

            .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
                border-radius: 0;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
            }

            .thumb-info.thumb-info-preview .thumb-info-wrapper:after {
                display: none;
            }

            .thumb-info.thumb-info-preview .thumb-info-image {
                min-height: auto;
                display: block;
                background-position: center top;
                background-repeat: no-repeat;
                background-size: 100% auto;
                position: relative;
                transition: background-position 0.8s linear 0s;
            }

            .thumb-info-caption {
                padding: 10px 0 10px 20px;
            }

            .thumb-info-caption .thumb-info-caption-text,
            .thumb-info-caption p {
                font-size: 0.9em;
                line-height: 20px;
                margin: 0 0 8px;
                padding: 10px;
                display: block;
            }

            .thumb-info-side-image .thumb-info-side-image-wrapper {
                padding: 20px;
            }

            .thumb-info-side-image .thumb-info-caption .thumb-info-caption-text {
                padding: 17px;
            }

            .thumb-info-side-image-right .thumb-info-side-image-wrapper {
                float: right;
                margin-left: 20px;
                margin-right: 0;
            }

            .mt-xlg {
                margin-top: 30px !important;
                margin-bottom: 30px;
            }

            .home-about-us {
                background: #fff;
                padding-top: 20px;
            }

            .home-about-us img {
                padding-bottom: 30px;
            }

            .home-about-us p {
                text-align: justify;
                font-family: 'Open Sans';
                font-size: 13px;
                color: #262525;
                line-height: 22px;
            }

            .home-about-us li {
                padding-bottom: 5px;
            }

            .home-about-us li i {
                padding-right: 5px;
                color: #666;
            }

            .home-about-us a {
                margin-top: 10px;
            }

            .home-about-us a:hover {
                color: #333 !important;
            }

            .running-project {
                background: #fff;
                padding-top: 20px;
                border-radius: 5px;
            }

            .project {
                margin-bottom: 15px;
                background-color: #5ca595;
            }

            .project-details strong {
                font-weight: 500;
            }

            .project .project-details {
                color: #FFF;
                text-align: center;
                font-size: 15px;
                font-family: 'Oswald', sans-serif;
                font-weight: normal;
                padding: 10px 0 10px 0;
            }

            .project-details a {
                color: #FFF;
                text-align: center;
                font-size: 15px;
                font-family: 'Oswald', sans-serif;
                font-weight: normal;
            }

            .project-section {
                margin-top: 30px;
                margin-bottom: 30px;
            }

            .portfolio-desc h2 {
                margin: 20px 0;
                padding: 0;
                text-align: center;
            }

            .portfolio-desc h2 a {
                color: #222;
            }

            .portfolio-desc h2 a:hover {
                color: #1ABC9C;
            }

            .project-2-col,
            .project-3-col,
            .project-4-col {
                padding-top: 20px;
                margin-bottom: 30px;
            }

            #portfolio-list {
                list-style: none;
                margin: 0;
                padding: 0;
                display: block;
            }

            #portfolio-list li {
                position: relative;
                display: inline-block;
                width: 33.47%;
                margin-left: -4px;
                margin-bottom: -5px;
                padding: 0;
                text-align: center;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

            .sticky {
                position: fixed;
                top: 0;
                width: 100%;
                z-index: 999;
                background-color: #fff;

            }

            @media only screen and (max-width:550px) {
                #portfolio-list li {
                    width: 100%;
                }

                ul.top-info li .info-box .info-box-content p.info-box-title {

                    color: #1e2227;
                    letter-spacing: 0.7px;
                    font-family: 'Oswald', sans-serif;
                    display: none;

                }

                ul.top-info li .info-box span.info-icon i {

                    margin-left: -15px;

                }

                .fa {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: 18px;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

                .navbar-toggle {
                    color: #fff;
                }
            }

            @media only screen and (max-width:900px) and (min-width:551px) {
                #portfolio-list li {
                    width: 49.9%;
                }
            }

            @media (min-width:901px) {
                #portfolio-list li {
                    width: 33.47%;
                }

                .project-2-col #portfolio-list li {
                    width: 49.9%;
                }

                .project-4-col #portfolio-list li {
                    width: 25%;
                }
            }

            @media only screen and (max-width:320px) {
                .portfolio-item p {
                    font-size: 12px;
                    margin: 10px 10px 15px 10px;
                }

                .portfolio-item h3 {
                    font-size: 14px;
                }

                .portfolio-item a {
                    display: none;
                }
            }

            @media only screen and (min-width:321px) and (max-width:480px) {
                .portfolio-item p {
                    margin: 25px 25px 35px 25px;
                }

                .portfolio-item h3 {
                    padding-top: 15px;
                }
            }

            @media only screen and (min-width:481px) and (max-width:600px) {
                .portfolio-item p {
                    font-size: 12px;
                    margin: 20px 10px 15px 10px;
                }

                .portfolio-item h3 {
                    font-size: 14px;
                    padding-top: 10px;
                }

                .portfolio-item a {
                    display: none;
                }
            }

            @media only screen and (min-width:601px) and (max-width:768px) {
                .portfolio-item a {
                    display: none;
                }
            }

            .portfolio-item h3 {
                color: #fff;
                padding-top: 5px;
            }

            .portfolio-item p {
                margin: 20px 20px 30px 20px;
                padding: 10px;
                color: #fff;
                border: 2px solid #fff; //text-transform:none;font-size:15px;}

                .portfolio-item a {
                    background: transparent;
                    border: 1px solid #fff;
                    padding: 10px 15px;
                    color: #fff; //margin-top:5px;}

                    .portfolio-item a:hover {
                        background: #fff;
                        color: #333;
                    }

                    .project-4-col .portfolio-item p {
                        font-size: 12px;
                        margin: 10px 10px 15px 10px;
                    }

                    .project-4-col .portfolio-item h3 {
                        font-size: 14px;
                    }

                    .project-4-col .portfolio-item a {
                        padding: 5px 10px;
                        font-size: 13px;
                    }

                    .project-2-col .portfolio-item p {
                        margin: 30px 30px 40px 30px;
                    }

                    .project-2-col .portfolio-item h3 {
                        padding-top: 25px;
                    }

                    .portfolio-item .figure-caption {
                        position: absolute;
                        top: 0;
                        opacity: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.5);
                    }

                    .portfolio-item:hover .figure-caption {
                        opacity: 1;
                        animation: pulse;
                        -webkit-animation: pulse;
                        animation-duration: 300ms;
                        -webkit-animation-duration: 300ms;
                    }

                    .call-to-action {
                        background-image: url(../images/bg.jpg);
                        background-attachment: fixed;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center center;
                        text-align: center;
                        margin-top: 30px; //margin-bottom:30px;}

                        .overlay {
                            padding-top: 30px;
                            padding-bottom: 50px;
                        }

                        .overlay {
                            background-color: rgba(4, 31, 48, 0.7);
                        }

                        .call-to-action h1 {
                            color: #fff;
                            font-family: 'Oswald', sans-serif;
                            font-weight: 300;
                            font-size: 40px;
                            line-height: 50px;
                            text-transform: uppercase;
                            letter-spacing: 2px;
                        }

                        .call-to-action p {
                            color: #fff;
                            font-size: 25px;
                            line-height: 35px;
                            padding-top: 10px; //padding-bottom:20px;}

                            .call-to-action a.custom-btn {
                                display: inline-block;
                                margin-top: 20px;
                                font-size: 20px;
                                padding: 15px 35px;
                                color: #666;
                                background: #fff;
                                border: 1px solid #fff;
                                text-transform: uppercase;
                                font-family: 'Oswald', sans-serif;
                                font-weight: 300;
                            }

                            .call-to-action a.custom-btn:hover {
                                background: none;
                                border: 1px solid #fff;
                                color: #fff;
                            }

                            .clients-grid.grid-3 li {
                                width: 33.33%;
                            }

                            .clients-grid {
                                list-style: none;
                                overflow: hidden;
                            }

                            .clients-grid li {
                                float: left;
                                position: relative;
                                width: 20%;
                                padding: 20px 0;
                            }

                            .clients-grid li::before {
                                height: 100%;
                                top: 0;
                                left: -1px;
                                border-left: 1px dashed #DDD;
                            }

                            .clients-grid li::after {
                                width: 100%;
                                height: 0;
                                top: auto;
                                left: 0;
                                bottom: -1px;
                                border-bottom: 1px dashed #DDD;
                            }

                            .clients-grid li::after,
                            .clients-grid li::before {
                                content: '';
                                position: absolute;
                            }

                            .clients-grid li a img {
                                width: 100%;
                            }

                            .clients-grid li a,
                            .clients-grid li img {
                                display: block;
                                width: 75%;
                                margin-left: auto;
                                margin-right: auto;
                            }

                            .latest-news {
                                background: #fff;
                                margin-top: 30px;
                                padding: 0;
                            }

                            .latest-news p {
                                font-size: 13px;
                                line-height: 22px;
                                font-family: 'Open Sans';
                            }

                            .latest-post {
                                padding-right: 20px;
                            }

                            .latest-post h3 {
                                font-weight: 300;
                                font-family: 'Oswald', sans-serif;
                            }

                            .latest-post h3 a {
                                font-size: 20px;
                                font-size: 16px;
                                font-weight: 400;
                            }

                            .latest-post p {
                                padding-top: 10px;
                                text-align: justify;
                                font-size: 13px;
                                line-height: 22px;
                                font-family: 'Open Sans';
                            }

                            .latest-post .news-details {
                                padding-top: 5px;
                            }

                            .latest-post a {
                                color: #777;
                                font-weight: 300;
                            }

                            .latest-post .news-details li {
                                display: inline;
                                padding-right: 10px;
                            }

                            .latest-post .news-details li i {
                                padding-right: 5px;
                            }

                            .latest-post a.btn-primary:hover {
                                color: #333 !important;
                            }

                            #latest-news .owl-buttons {
                                position: absolute;
                                right: 15px;
                                top: -44px;
                            }

                            #latest-news .owl-buttons div {
                                color: #333;
                                background: none;
                                padding: 0;
                            }

                            .testimonial-section {
                                margin-top: 30px;
                                padding: 0 20px 8px 20px;
                            }

                            .testimonial-page {
                                margin-top: 30px; //margin-bottom:30px;background:#fff;border:1px solid #f1f1f1;padding:20px;}

                                .testimonial {
                                    text-align: center;
                                    width: 60%;
                                    margin: 0 auto;
                                }

                                .testimonial img {
                                    width: 64px;
                                    height: auto;
                                    margin: 0 auto;
                                    padding-bottom: 5px;
                                    border-radius: 100%;
                                }

                                .testimonial h3 {
                                    font-weight: 400;
                                    font-size: 14px;
                                    line-height: 22px;
                                    color: #FFF
                                }

                                .testimonial span {
                                    font-weight: 400;
                                    font-size: 13px;
                                    line-height: 22px;
                                    color: #FFF
                                }

                                .testimonial p {
                                    text-align: center;
                                    font-size: 20px;
                                    line-height: 30px;
                                    font-family: 'Open Sans';
                                }

                                #testimonials .owl-buttons {
                                    position: absolute;
                                    right: 0;
                                    top: -44px;
                                }

                                #testimonials .owl-buttons div {
                                    color: #e7e6e6;
                                    background: none;
                                    padding: 0;
                                }

                                .clients-section {
                                    margin-top: 30px;
                                    margin-bottom: 30px;
                                    padding: 0;
                                }

                                #clients img {
                                    width: 146px;
                                    height: auto;
                                }

                                #clients .owl-buttons {
                                    position: absolute;
                                    right: 0;
                                    top: -44px;
                                }

                                #clients .owl-buttons div {
                                    color: #333;
                                    background: none;
                                    padding: 0;
                                }

                                .footer-section {
                                    background: #041921;
                                    color: #f1f3f5;
                                    margin-top: 40px;
                                    padding: 30px 0;
                                }

                                .footer-txt {
                                    color: #f1f3f5;
                                    font-size: 13px;
                                    line-height: 25px;
                                    font-family: 'Open Sans';
                                }

                                .footer-section h2 {
                                    font-family: 'Oswald', sans-serif;
                                    font-size: 17px;
                                    line-height: 22px;
                                    padding-bottom: 15px;
                                    color: #fff;
                                }

                                .footer-address strong {
                                    font-weight: 500;
                                }

                                .footer-gallery li {
                                    position: relative;
                                    overflow: hidden;
                                    display: inline-block;
                                    width: 32.3%;
                                }

                                .footer-gallery li img {
                                    width: 100%;
                                    height: auto;
                                }

                                .footer-link li {
                                    font-size: 13px;
                                    padding-bottom: 10px;
                                    -webkit-transition: all 0.3s;
                                    -moz-transition: all 0.3s;
                                    -o-transition: all 0.3s;
                                    transition: all 0.3s;
                                }

                                .footer-link li:hover {}

                                .footer-link li a {
                                    color: #f1f3f5;
                                    font-family: 'Open Sans';
                                }

                                .footer-link li a i {
                                    padding-right: 5px;
                                    font-size: 13px;
                                }

                                .footer-social li {
                                    display: inline-block;
                                    margin-top: 15px;
                                    margin-bottom: 20px;
                                }

                                .footer-social p {
                                    color: #f1f3f5;
                                    font-family: 'Open Sans';
                                    font-size: 13px;
                                    line-height: 22px;
                                }

                                .footer-social li a {
                                    padding: 8px 12px;
                                    font-size: 20px;
                                    color: #fff;
                                    -webkit-transition: all 0.3;
                                    -moz-transition: all 0.3;
                                    -o-transition: all 0.3;
                                    transition: all 0.3;
                                }

                                .footer-social li a:hover {
                                    background: transparent;
                                    border: 1px solid #fff;
                                }

                                .footer-social li a i {
                                    width: 15px;
                                    height: 15px;
                                }

                                .footer-social .btn-primary:hover {
                                    color: #fff !important;
                                    border-color: #fff;
                                }

                                .footer-section .navbar-form {
                                    padding-left: 0;
                                    padding-right: 0;
                                }

                                .footer-section .form-control {
                                    padding-right: 0;
                                    width: 158px;
                                    border-radius: 0;
                                }

                                .footer-big-contacts {
                                    color: #CDD0D5;
                                    font-size: 17px;
                                    font-weight: bold;
                                    margin-bottom: 30px;
                                }

                                .footer-big-contacts span {
                                    display: block;
                                    font-size: 13px;
                                    font-weight: 600;
                                    text-transform: uppercase;
                                    color: #4a94ae;
                                }

                                .small,
                                small {
                                    font-size: 15px;
                                    color: #FFF;
                                }

                                .copyright-section {
                                    background: #03889b;
                                    color: #f1f3f5;
                                    font-family: 'Open Sans';
                                    font-size: 13px;
                                    padding: 20px;
                                    border-top: ;
                                }

                                .design {
                                    text-align: right;
                                    font-family: 'Open Sans';
                                    color: #f1f3f5;
                                }

                                .design a {
                                    font-family: 'Open Sans';
                                    color: #f1f3f5;
                                }

                                .team-section {
                                    background: #fff;
                                    border: 1px solid #f1f1f1;
                                    padding: 0 20px 20px 20px;
                                    margin-top: 30px;
                                }

                                .team-section .nav-tabs.nav-justified>.active>a,
                                .team-section .nav-tabs.nav-justified>.active>a:hover,
                                .team-section .nav-tabs.nav-justified>.active>a:focus {
                                    border-radius: 0; //border-left-color:transparent;color:#666;border-bottom-color:#ddd;font-family:'Oswald', sans-serif;font-weight:300;}

                                    .team-section .nav-tabs.nav-justified>li {
                                        border-right: 1px solid #f1f1f1;
                                    }

                                    .team-section .nav-tabs.nav-justified>li:last-child {
                                        border-right: none;
                                    }

                                    .team-section .nav-tabs.nav-justified>li>a {
                                        padding: 15px;
                                        font-size: 18px;
                                        color: #fff;
                                        font-family: 'Oswald', sans-serif;
                                        font-weight: 300;
                                    }

                                    .team-section .nav-tabs.nav-justified>li>a:hover {
                                        border-radius: 0;
                                        color: #333;
                                    }

                                    .team-section .tab-content .tab-pane .our-team {
                                        padding-top: 20px;
                                    }

                                    .team-section .tab-content .tab-pane .team-member img {
                                        width: 99%;
                                        height: auto;
                                        text-align: center;
                                    }

                                    .team-member .team-details {
                                        background-color: rgba(92, 165, 149, 0.8);
                                    }

                                    .team-member .team-details {
                                        position: absolute;
                                        top: 0;
                                        width: 99%;
                                        height: 100%;
                                        color: #fff;
                                        padding: 0 2px;
                                        opacity: 0;
                                        text-align: center;
                                        -webkit-transition: all 0.3s;
                                        -moz-transition: all 0.3s;
                                        -o-transition: all 0.3s;
                                        transition: all 0.3s;
                                    }

                                    .team-member:hover .team-details {
                                        opacity: 1;
                                        -webkit-animation: bounceIn;
                                        animation: bounceIn;
                                        animation-duration: 1s;
                                        -webkit-animation-duration: 1s;
                                    }

                                    .team-member .team-details h3 {
                                        padding-top: 30%;
                                        font-size: 22px;
                                        font-family: 'Oswald', sans-serif;
                                    }

                                    .team-member .team-details li {
                                        display: inline-block;
                                        padding-top: 20px;
                                    }

                                    .team-member .team-details li a {
                                        padding: 8px 12px;
                                        background: #fff;
                                        color: #666;
                                        font-size: 16px;
                                    }

                                    .team-member .team-details li:hover a {
                                        background: transparent;
                                        border: 1px solid #ddd;
                                        color: #fff;
                                    }

                                    .page-title {
                                        background: #03889b;
                                        margin-top: 0px;
                                        height: auto;
                                    }

                                    .page-title-overlay {
                                        padding: 10px 0 20px 0;
                                        color: #fff;
                                    }

                                    .page-title-overlay h1 {
                                        font-family: 'Oswald', sans-serif;
                                        font-weight: 400;
                                        color: #FFF;
                                        font-size: 20px;
                                        text-transform: uppercase;
                                    }

                                    .page-title .breadcrumb {
                                        position: absolute;
                                        right: 3%;
                                        top: 50%;
                                        background: none;
                                    }

                                    .page-title .breadcrumb a {
                                        color: #fff;
                                        font-size: 15px;
                                    }

                                    .page-title .breadcrumb .active {
                                        color: #333;
                                    }

                                    .about-slider {
                                        margin-top: 30px;
                                        background: #fff;
                                        padding: 25px 20px 22px 20px;
                                        border: 1px solid #f1f1f1;
                                    }

                                    .about-slider .owl-controls {
                                        margin-top: 0;
                                        position: absolute !important;
                                        left: 45%;
                                        bottom: 5%;
                                    }

                                    .welcome-text {
                                        margin-top: 30px;
                                        background: #fff;
                                        border: 1px solid #f1f1f1;
                                        padding: 0 20px 20px 20px;
                                    }

                                    .welcome-text p,
                                    .welcome-text-2 p {
                                        text-align: justify;
                                    }

                                    .welcome-text-2 {
                                        margin-bottom: 30px;
                                        background: #fff;
                                        border: 1px solid #f1f1f1;
                                        padding: 0 20px 20px 20px;
                                    }

                                    .welcome-text-2 ol {
                                        padding-left: 20px;
                                    }

                                    .welcome-text-2 ol li {
                                        padding-bottom: 10px;
                                    }

                                    .about-text {
                                        background: #fff;
                                        margin-top: 30px;
                                    }

                                    .about-text p {
                                        text-align: justify;
                                    }

                                    .about-text img {
                                        width: 500px;
                                        height: auto;
                                        padding-right: 15px;
                                        padding-bottom: 10px;
                                    }

                                    .skill-shortcode {
                                        background: #fff;
                                        border: 1px solid #f1f1f1;
                                        padding: 0 20px 22px 20px;
                                        margin-top: 30px; //margin-bottom:30px;}

                                        .skill p {
                                            margin-bottom: 10px;
                                            color: #888;
                                        }

                                        .progress {
                                            overflow: visible;
                                            height: 25px;
                                            margin-bottom: 10px;
                                            background-color: #f9f9f9;
                                            border-radius: 0px;
                                            -webkit-box-shadow: none;
                                            box-shadow: none;
                                        }

                                        .progress-bar {
                                            float: left;
                                            height: 100%;
                                            font-size: 12px;
                                            color: #ffffff;
                                            text-align: center;
                                            -webkit-box-shadow: none;
                                            -moz-box-shadow: none;
                                            -o-box-shadow: none;
                                            box-shadow: none;
                                            -webkit-transition: width 0.6s ease;
                                            -moz-transition: width 0.6s ease;
                                            -moz-transition: width 0.6s ease;
                                            transition: width 0.6s ease;
                                            position: relative;
                                        }

                                        .progress-bar-span {
                                            opacity: 1;
                                            position: absolute;
                                            top: -5px;
                                            background: #ACB2B8;
                                            padding: 3px 10px;
                                            color: #FFF;
                                            border-radius: 0px;
                                            right: 0px;
                                            -webkit-transition: all .5s ease-in-out;
                                            -moz-transition: all .5s ease-in-out;
                                            -o-transition: all .5s ease-in-out;
                                            -ms-transition: all .5s ease-in-out;
                                            transition: all .5s ease-in-out;
                                        }

                                        .skill:hover .progress-bar-span {
                                            opacity: 1;
                                            -webkit-transition: all .5s ease-in-out;
                                            -moz-transition: all .5s ease-in-out;
                                            -o-transition: all .5s ease-in-out;
                                            -ms-transition: all .5s ease-in-out;
                                            transition: all .5s ease-in-out;
                                        }

                                        .accordion {
                                            background: #5ca595;
                                            border: 1px solid #f1f1f1;
                                            padding: 0 20px 20px 20px;
                                            margin-top: 30px; //margin-bottom:30px;}

                                            .panel-group .panel {
                                                border-radius: 2px;
                                                -webkit-border-radius: 2px;
                                                -moz-border-radius: 2px;
                                                -o-border-radius: 2px;
                                            }

                                            .panel-default {
                                                border-color: #e8e8e8;
                                            }

                                            .panel-body {
                                                padding: 4px 15px 10px 15px;
                                            }

                                            .panel-heading {
                                                padding: 0;
                                                border-radius: 0;
                                            }

                                            .panel-title {
                                                font-size: 15px;
                                                font-weight: 400;
                                                color: #2b2a29;
                                                font-family: 'Oswald', sans-serif;
                                            }

                                            .panel-title a {
                                                position: relative;
                                                color: #2b2a29;
                                                display: block;
                                                padding: 8px 12px;
                                                font-size: 15px;
                                                font-family: 'Oswald', sans-serif; //background-color:#fff;font-weight:400;box-shadow:none;-o-box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;}

                                                .panel-title a.collapsed {
                                                    color: #2b2a29;
                                                }

                                                .panel-title a.collapsed:hover {
                                                    color: #5ca595;
                                                }

                                                .panel-title a .control-icon {
                                                    position: absolute;
                                                    top: 50%;
                                                    right: 10px;
                                                    margin-top: -11px;
                                                    transition: all 0.2s ease-in-out;
                                                    -moz-transition: all 0.2s ease-in-out;
                                                    -webkit-transition: all 0.2s ease-in-out;
                                                    -o-transition: all 0.2s ease-in-out;
                                                }

                                                .panel-title a.collapsed .control-icon {
                                                    -webkit-transform: rotate(-180deg);
                                                    -moz-transform: rotate(-180deg);
                                                    -ms-transform: rotate(-180deg);
                                                    -o-transform: rotate(-180deg);
                                                }

                                                .panel-title a i {
                                                    font-size: 1.2em;
                                                    padding-right: 5px;
                                                }

                                                .panel-default>.panel-heading+.panel-collapse .panel-body {
                                                    border-top: none;
                                                }

                                                .blog-section {
                                                    margin-top: 30px;
                                                }

                                                .blog-post {
                                                    background: #fff;
                                                    border: 1px solid #f1f1f1;
                                                    margin-bottom: 30px;
                                                    padding: 20px;
                                                }

                                                .blog-post .post-head {
                                                    overflow: hidden;
                                                    position: relative;
                                                    margin-bottom: 16px;
                                                }

                                                .blog-post .post-head .thumb-overlay {
                                                    position: absolute;
                                                    top: 0;
                                                    left: 0;
                                                    width: 100%;
                                                    height: 100%;
                                                    border-radius: 4px;
                                                    -webkit-border-radius: 4px;
                                                    -moz-border-radius: 4px;
                                                    -o-border-radius: 4px;
                                                    background-color: rgba(0, 0, 0, 0);
                                                    transition: all 0.4s ease-in-out;
                                                    -moz-transition: all 0.4s ease-in-out;
                                                    -webkit-transition: all 0.4s ease-in-out;
                                                    -o-transition: all 0.4s ease-in-out;
                                                }

                                                .blog-post .post-head:hover .thumb-overlay {
                                                    background-color: rgba(255, 255, 255, 0.4);
                                                }

                                                .blog-post .post-head .thumb-overlay i {
                                                    font-size: 3em;
                                                    color: rgba(0, 0, 0, 0);
                                                    position: absolute;
                                                    left: 50%;
                                                    top: 42%;
                                                    margin-left: -27px;
                                                    margin-top: -19px;
                                                    transition: all 0.4s ease-in-out;
                                                    -moz-transition: all 0.4s ease-in-out;
                                                    -webkit-transition: all 0.4s ease-in-out;
                                                    -o-transition: all 0.4s ease-in-out;
                                                }

                                                .blog-post .post-head:hover .thumb-overlay i {
                                                    color: #444;
                                                    top: 50%;
                                                }

                                                .blog-post .post-head img {
                                                    max-width: 100%;
                                                    height: auto;
                                                    border-radius: 4px;
                                                    -webkit-border-radius: 4px;
                                                    -moz-border-radius: 4px;
                                                    -o-border-radius: 4px;
                                                }

                                                .blog-post .post-content {
                                                    padding-left: 54px;
                                                    position: relative;
                                                }

                                                .blog-post .post-type {
                                                    position: absolute;
                                                    left: 0;
                                                    top: 5px;
                                                    width: 36px;
                                                    height: 36px;
                                                    line-height: 36px;
                                                    text-align: center;
                                                    background-color: #444;
                                                    border-radius: 2px;
                                                    -webkit-border-radius: 2px;
                                                    -moz-border-radius: 2px;
                                                    -o-border-radius: 2px;
                                                }

                                                .blog-post .post-type i {
                                                    font-size: 1.2em;
                                                    color: #fff;
                                                }

                                                .blog-post.quote-post .post-type {
                                                    top: 0;
                                                }

                                                .post-content h1 {
                                                    margin-bottom: 4px;
                                                }

                                                .post-content h1 a {
                                                    color: #444;
                                                    font-size: 30px;
                                                    font-weight: 300;
                                                    transition: all 0.2s ease-in-out;
                                                    -moz-transition: all 0.2s ease-in-out;
                                                    -webkit-transition: all 0.2s ease-in-out;
                                                    -o-transition: all 0.2s ease-in-out;
                                                }

                                                .blog-post.quote-post .qoute-box {
                                                    background: #444;
                                                    border-radius: 2px;
                                                    -webkit-border-radius: 2px;
                                                    -moz-border-radius: 2px;
                                                    -o-border-radius: 2px;
                                                    padding: 20px 25px;
                                                    color: #fff;
                                                    margin-bottom: 10px;
                                                }

                                                .blog-post.quote-post .qoute-box a {
                                                    color: #999;
                                                }

                                                .blog-post.quote-post .qoute-box h1 {
                                                    font-family: 'Lora', serif;
                                                    font-size: 18px;
                                                    line-height: 26px;
                                                    font-style: italic;
                                                    font-weight: 400;
                                                    color: #fff;
                                                    margin-bottom: 10px;
                                                }

                                                .blog-post.quote-post .qoute-box .qoute-author {
                                                    margin-left: 5px;
                                                }

                                                .blog-post.quote-post .qoute-box .qoute-author:before,
                                                .blog-post.quote-post .qoute-box .qoute-author:after {
                                                    content: " - "
                                                }

                                                .blog-post .post-slider {
                                                    position: relative;
                                                }

                                                ul.post-meta {
                                                    margin-bottom: 10px;
                                                    margin-top: 10px;
                                                }

                                                ul.post-meta li {
                                                    display: inline-block;
                                                }

                                                ul.post-meta li:after {
                                                    content: "-";
                                                    margin: 0 8px 0 8px;
                                                }

                                                ul.post-meta li:last-child:after {
                                                    content: "";
                                                    margin: 0;
                                                }

                                                ul.post-meta li,
                                                ul.post-meta li a {
                                                    color: #666;
                                                    transition: all 0.2s ease-in-out;
                                                    -moz-transition: all 0.2s ease-in-out;
                                                    -webkit-transition: all 0.2s ease-in-out;
                                                    -o-transition: all 0.2s ease-in-out;
                                                }

                                                .post-content p {
                                                    margin-bottom: 15px;
                                                    text-align: justify;
                                                }

                                                p.menu_head {
                                                    background: #03889b;
                                                    border-top: 3px solid #00aeef;
                                                    padding: 5px 0 7px 13px;
                                                    color: #fff;
                                                    text-transform: uppercase;
                                                    font-size: 15px;
                                                    margin: 0;
                                                }

                                                .sidebar_box {
                                                    padding: 0;
                                                }

                                                .menu {
                                                    width: auto;
                                                    height: auto;
                                                    padding: 0;
                                                    margin: 0;
                                                    list-style: none;
                                                    background: #f2f8fa;
                                                }

                                                .menu ul li a:before {
                                                    content: "\f105";
                                                    font-family: "FontAwesome";
                                                    color: #2b2a29;
                                                    font-weight: 400;
                                                    padding-right: 10px;
                                                }

                                                ul {
                                                    padding: 0;
                                                    list-style: none;
                                                }

                                                .menu>li>a {
                                                    width: 100%;
                                                    line-height: 32px;
                                                    text-indent: 14px;
                                                    letter-spacing: .4px;
                                                    display: block;
                                                    position: relative;
                                                    color: #2b2a29;
                                                    font-size: 13px;
                                                    font-family: 'Oswald', sans-serif;
                                                    font-weight: 400;
                                                    text-decoration: none;
                                                    border-bottom: 1px solid #d8ebf2;
                                                    text-transform: uppercase;
                                                }

                                                .menu>li>a:before {
                                                    content: "\f090";
                                                    font-family: "FontAwesome";
                                                    color: #03889b;
                                                    padding-right: 15px;
                                                }

                                                /*------------------menu---------------*/
                                                .lists li {
                                                    padding: 10px;
                                                    list-style: disc !important;
                                                    margin-left: 30px;
                                                }

                                                ul li {
                                                    padding: 0;
                                                    list-style: none;
                                                }

                                                .menu>li :before {
                                                    content: "\f090";
                                                    font-family: "FontAwesome";
                                                    color: #03889b;
                                                    padding-right: 15px;
                                                }

                                                .menu ul li {
                                                    width: 100%;
                                                    display: block;
                                                    position: relative;
                                                    font-size: 13px;
                                                    font-family: 'Open Sans';
                                                    color: #2b2a29;
                                                    font-weight: normal text-decoration:none;
                                                    border-bottom: 1px solid #ddd;
                                                    line-height: 35px;
                                                    text-indent: 1.2em;
                                                }

                                                .menu ul li a {
                                                    width: 100%;
                                                    display: block;
                                                    position: relative;
                                                    font-size: 13px;
                                                    font-family: 'Open Sans';
                                                    color: #2b2a29;
                                                    font-weight: normal text-decoration:none;
                                                    border-bottom: 1px solid #ddd;
                                                    line-height: 35px;
                                                    text-indent: 1.2em;
                                                }

                                                .menu ul li a:hover {
                                                    border-right: 5px solid #03889b;
                                                    color: #03889b;
                                                }

                                                .menu>li>a:hover,
                                                .menu>li>a.active {
                                                    background: #fff;
                                                }

                                                .menu ul.kid-menu li a {
                                                    border-bottom: none;
                                                }

                                                ul.icons-list-new li a {
                                                    font-size: 13px;
                                                    font-family: 'Open Sans';
                                                    color: #2b2a29;
                                                }

                                                ul.icons-list-new li.active a {
                                                    font-size: 13px;
                                                    font-family: 'Open Sans';
                                                    color: #00aeef;
                                                }

                                                .widget {
                                                    margin-bottom: 30px;
                                                    background: #fff;
                                                }

                                                .sidebar {
                                                    margin-top: 30px;
                                                }

                                                .sidebar a {
                                                    color: #888;
                                                }

                                                .sidebar .widget {
                                                    overflow: hidden; //margin-bottom:50px;}

                                                    .sidebar .widget ul {
                                                        margin: 0;
                                                    }

                                                    .widget-search {
                                                        padding-top: 20px;
                                                    }

                                                    .widget-search input[type="search"] {
                                                        position: relative;
                                                        margin: 0;
                                                        float: left;
                                                        height: 37px;
                                                        line-height: 37px;
                                                        width: calc(100% - 38px);
                                                        border-right: none;
                                                        border-radius: 2px 0 0 2px;
                                                        -webkit-border-radius: 2px 0 0 2px;
                                                        -moz-border-radius: 2px 0 0 2px;
                                                        -o-border-radius: 2px 0 0 2px;
                                                    }

                                                    .widget-search .search-btn {
                                                        display: inline-block;
                                                        width: 38px;
                                                        height: 37px;
                                                        border: none;
                                                        color: #fff;
                                                        font-size: 1.2em;
                                                        line-height: 36px;
                                                        text-align: center;
                                                        border-radius: 0 2px 2px 0;
                                                        -webkit-border-radius: 0 2px 2px 0;
                                                        -moz-border-radius: 0 2px 2px 0;
                                                        -o-border-radius: 0 2px 2px 0;
                                                        transition: all 0.2s ease-in-out;
                                                        -moz-transition: all 0.2s ease-in-out;
                                                        -webkit-transition: all 0.2s ease-in-out;
                                                        -o-transition: all 0.2s ease-in-out;
                                                    }

                                                    .widget-search .search-btn:hover {
                                                        background-color: #444;
                                                    }

                                                    .sidebar .widget h3 {
                                                        text-transform: uppercase;
                                                        padding-bottom: 8px;
                                                        margin-bottom: 16px;
                                                        font-size: 14px;
                                                        font-weight: 500;
                                                        position: relative;
                                                    }

                                                    .sidebar .widget h3 .head-line {
                                                        position: absolute;
                                                        bottom: 0;
                                                        left: 0;
                                                        display: block;
                                                        width: 50px;
                                                        height: 2px;
                                                        background-color: #ddd;
                                                        margin: 0;
                                                    }

                                                    .widget-categories ul li a {
                                                        padding: 8px 0;
                                                        text-decoration: none;
                                                        display: block;
                                                        border-bottom: 1px solid #eee;
                                                        transition: all 0.2s ease-in-out;
                                                        -moz-transition: all 0.2s ease-in-out;
                                                        -webkit-transition: all 0.2s ease-in-out;
                                                        -o-transition: all 0.2s ease-in-out;
                                                    }

                                                    .widget-categories ul li:first-child a {
                                                        padding-top: 0;
                                                    }

                                                    .widget-categories ul li a:hover {}

                                                    .sidebar .widget-popular-posts li {
                                                        margin-bottom: 12px;
                                                        padding-bottom: 12px;
                                                        border-bottom: 1px solid #eee;
                                                    }

                                                    .sidebar .widget-popular-posts li:last-child {
                                                        margin: 0;
                                                        padding: 0;
                                                        border: none;
                                                    }

                                                    .sidebar .widget-popular-posts .widget-thumb {
                                                        float: left;
                                                        margin-right: 8px;
                                                        border: 3px solid #eee;
                                                        border-radius: 2px;
                                                        -webkit-border-radius: 2px;
                                                        -moz-border-radius: 2px;
                                                        -o-border-radius: 2px;
                                                    }

                                                    .sidebar .widget-popular-posts .widget-thumb img {
                                                        width: 65px;
                                                        height: 65px;
                                                        opacity: 1;
                                                        transition: all 0.2s ease-in-out;
                                                        -moz-transition: all 0.2s ease-in-out;
                                                        -webkit-transition: all 0.2s ease-in-out;
                                                        -o-transition: all 0.2s ease-in-out;
                                                    }

                                                    .sidebar .widget-popular-posts .widget-thumb:hover img {
                                                        opacity: 0.7;
                                                    }

                                                    .sidebar .widget-popular-posts .widget-content h3 {
                                                        font-size: 13px;
                                                        line-height: 19px;
                                                        margin-bottom: 5px;
                                                        font-weight: 300;
                                                    }

                                                    .sidebar .widget-popular-posts .widget-content span {
                                                        color: #bbb;
                                                        font-size: 12px;
                                                    }

                                                    .sidebar .tagcloud a {
                                                        display: inline-block;
                                                        color: #888;
                                                        font-size: 12px;
                                                        padding: 4px 10px;
                                                        background: #eee;
                                                        margin-bottom: 4px;
                                                        border-radius: 2px;
                                                        -webkit-border-radius: 2px;
                                                        -moz-border-radius: 2px;
                                                        -o-border-radius: 2px;
                                                        transition: all 0.2s ease-in-out;
                                                        -moz-transition: all 0.2s ease-in-out;
                                                        -webkit-transition: all 0.2s ease-in-out;
                                                        -o-transition: all 0.2s ease-in-out;
                                                    }

                                                    .sidebar .tagcloud a:hover {
                                                        color: #fff;
                                                    }

                                                    .widget-search input[type="search"],
                                                    #contact-form input[type="text"],
                                                    #contact-form textarea,
                                                    #respond input[type="text"],
                                                    #respond textarea {
                                                        color: #262525;
                                                        font-size: 13px;
                                                        font-family: 'Open Sans';
                                                        border: 1px solid #eee;
                                                        border-radius: 2px;
                                                        -webkit-border-radius: 2px;
                                                        -moz-border-radius: 2px;
                                                        -o-border-radius: 2px;
                                                        outline: none;
                                                        width: 100%;
                                                        padding: 7px 14px;
                                                        display: block;
                                                        margin-bottom: 10px;
                                                        transition: all 0.4s ease-in-out;
                                                        -moz-transition: all 0.4s ease-in-out;
                                                        -webkit-transition: all 0.4s ease-in-out;
                                                        -o-transition: all 0.4s ease-in-out;
                                                    }

                                                    .widget-search input[type="search"] {
                                                        width: 88%;
                                                    }

                                                    .widget-search input[type="search"]:focus,
                                                    #contact-form input[type="text"]:focus,
                                                    #contact-form textarea:focus,
                                                    #respond input[type="text"]:focus,
                                                    #respond textarea:focus {
                                                        border-color: #9b9a9a;
                                                        border-radius: 5px;
                                                        box-shadow: 0 0 3px #eee;
                                                        -o-box-shadow: 0 0 3px #eee;
                                                        -moz-box-shadow: 0 0 3px #eee;
                                                        -webkit-box-shadow: 0 0 3px #eee;
                                                    }

                                                    label {
                                                        font-size: 13px;
                                                        color: #333;
                                                        font-weight: 600;
                                                    }

                                                    label .required {
                                                        color: #ED2C3A;
                                                        margin-left: 2px;
                                                    }

                                                    *------------------------------------------*/.blog-page,
                                                    .blog-post-page {
                                                        padding-top: 5px;
                                                    }

                                                    .blog-post-page .blog-post {
                                                        margin-bottom: 30px;
                                                        padding-bottom: 15px;
                                                        border-bottom: 1px solid #eee;
                                                    }

                                                    .blog-post-page ul.post-meta {
                                                        margin-bottom: 12px;
                                                    }

                                                    .post-content h2 {
                                                        font-weight: 500;
                                                    }

                                                    .post-bottom {
                                                        padding: 20px 0;
                                                        margin-bottom: 20px;
                                                        border-bottom: 1px solid #f6f6f6;
                                                    }

                                                    .post-tags-list {
                                                        float: right;
                                                        padding-top: 6px;
                                                    }

                                                    .post-tags-list a {
                                                        display: inline-block;
                                                        color: #888;
                                                        font-size: 12px;
                                                        padding: 2px 8px;
                                                        background: #eee;
                                                        margin-bottom: 4px;
                                                        border-radius: 2px;
                                                        -webkit-border-radius: 2px;
                                                        -moz-border-radius: 2px;
                                                        -o-border-radius: 2px;
                                                        transition: all 0.2s ease-in-out;
                                                        -moz-transition: all 0.2s ease-in-out;
                                                        -webkit-transition: all 0.2s ease-in-out;
                                                        -o-transition: all 0.2s ease-in-out;
                                                    }

                                                    .post-tags-list a:hover {
                                                        color: #fff;
                                                    }

                                                    .post-share {
                                                        float: left;
                                                    }

                                                    .post-share span {
                                                        margin-right: 4px;
                                                        font-size: 13px;
                                                        color: #888;
                                                    }

                                                    .post-share a {
                                                        display: inline-block;
                                                        border-radius: 2px;
                                                        -webkit-border-radius: 2px;
                                                        -moz-border-radius: 2px;
                                                        -o-border-radius: 2px;
                                                        transition: all 0.2s ease-in-out;
                                                        -moz-transition: all 0.2s ease-in-out;
                                                        -webkit-transition: all 0.2s ease-in-out;
                                                        -o-transition: all 0.2s ease-in-out;
                                                    }

                                                    .post-share a.facebook {
                                                        background-color: #507CBE;
                                                    }

                                                    .post-share a.facebook:hover {
                                                        background-color: #3E68A8;
                                                    }

                                                    .post-share a.twitter {
                                                        background-color: #63CDF1;
                                                    }

                                                    .post-share a.twitter:hover {
                                                        background-color: #36BFED;
                                                    }

                                                    .post-share a.gplus {
                                                        background-color: #F16261;
                                                    }

                                                    .post-share a.gplus:hover {
                                                        background-color: #EF4545;
                                                    }

                                                    .post-share a.linkedin {
                                                        background-color: #90CADD;
                                                    }

                                                    .post-share a.linkedin:hover {
                                                        background-color: #72BBD3;
                                                    }

                                                    .post-share a i {
                                                        width: 32px;
                                                        height: 32px;
                                                        line-height: 32px;
                                                        text-align: center;
                                                        display: block;
                                                        color: #fff;
                                                        font-size: 1em;
                                                    }

                                                    .blog-post .author-info {
                                                        display: block;
                                                        margin-bottom: 10px;
                                                    }

                                                    .blog-post .author-info .author-image {
                                                        float: left;
                                                    }

                                                    .blog-post .author-info .author-image img {
                                                        width: 70px;
                                                        height: 70px;
                                                        border-radius: 3px;
                                                        -webkit-border-radius: 3px;
                                                        -moz-border-radius: 3px;
                                                        -o-border-radius: 3px;
                                                        border: 4px solid #eee;
                                                    }

                                                    .blog-post .author-info .author-bio {
                                                        padding-left: 85px;
                                                    }

                                                    .blog-post .author-info h3 {
                                                        margin-bottom: 4px;
                                                        font-weight: 500;
                                                    }

                                                    .blog-post .author-info p:last-child {
                                                        margin: 0;
                                                    }

                                                    #comments {
                                                        background: #fff;
                                                        border: 1px solid #f1f1f1;
                                                        margin-bottom: 30px;
                                                        padding: 20px;
                                                    }

                                                    #comments .comments-list {
                                                        padding: 0;
                                                        margin: 0 0 35px 0;
                                                    }

                                                    #comments .comments-title {
                                                        font-weight: 500;
                                                        margin-bottom: 20px;
                                                    }

                                                    #comments .comments-list li .comment-box {
                                                        padding: 20px;
                                                        border-radius: 3px;
                                                        -webkit-border-radius: 3px;
                                                        -moz-border-radius: 3px;
                                                        -o-border-radius: 3px;
                                                        margin-bottom: 20px;
                                                        border: 1px solid #e8e8e8;
                                                        box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
                                                        -o-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
                                                        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
                                                        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .04) inset;
                                                    }

                                                    #comments .comments-list li ul {
                                                        padding-left: 80px;
                                                    }

                                                    #comments .avatar {
                                                        float: left;
                                                    }

                                                    #comments .avatar img {
                                                        width: 60px;
                                                        height: 60px;
                                                        padding: 3px;
                                                        border-radius: 3px;
                                                        -webkit-border-radius: 3px;
                                                        -moz-border-radius: 3px;
                                                        -o-border-radius: 3px;
                                                        border: 1px solid #e8e8e8;
                                                    }

                                                    #comments .comment-content {
                                                        padding-left: 72px;
                                                    }

                                                    #comments .comment-content .comment-meta {
                                                        margin-bottom: 5px;
                                                    }

                                                    .comment-content .comment-meta span:after {
                                                        content: "-";
                                                        margin: 0 5px;
                                                        font-weight: 100;
                                                        color: #888;
                                                    }

                                                    .comment-content .comment-meta span:last-child:after {
                                                        content: "";
                                                        margin: 0;
                                                    }

                                                    .comment-content .comment-meta .comment-by {
                                                        font-weight: 600;
                                                        color: #444;
                                                    }

                                                    .comment-content .comment-meta .comment-date {
                                                        color: #888;
                                                    }

                                                    #respond .respond-title {
                                                        font-weight: 500;
                                                        margin-bottom: 15px;
                                                    }

                                                    .not-found {
                                                        background: #fff;
                                                        border: 1px solid #f1f1f1;
                                                        margin-top: 30px;
                                                        margin-bottom: 30px;
                                                        text-align: center;
                                                        padding: 100px;
                                                        font-family: 'Oswald', sans-serif;
                                                    }

                                                    .not-found h1 {
                                                        font-size: 150px;
                                                        font-weight: 300;
                                                        line-height: 170px;
                                                        text-align: center;
                                                    }

                                                    .not-found h2 {
                                                        text-transform: uppercase;
                                                        font-weight: 300;
                                                        font-size: 35px;
                                                        line-height: 60px;
                                                    }

                                                    .pricing-section {
                                                        background: #fff;
                                                        border: 1px solid #f1f1f1;
                                                        margin-top: 30px; //margin-bottom:30px;padding:0 20px 0 20px;}

                                                        .pricing-table {
                                                            text-align: center;
                                                            border: 1px solid #f1f1f1;
                                                            margin: 20px;
                                                        }

                                                        .pricing-section-2 {
                                                            background: #fff;
                                                            border: 1px solid #f1f1f1;
                                                            margin-top: 30px;
                                                            margin-bottom: 30px;
                                                            padding: 0 20px 20px 20px;
                                                        }

                                                        .pricing-table-2 {
                                                            text-align: center;
                                                            border: 1px solid #f1f1f1;
                                                        }

                                                        .plan-name {
                                                            padding: 15px 0; //border-bottom:1px solid #eee;}

                                                            .plan-name h2 {
                                                                font-weight: 300;
                                                                color: #fff;
                                                            }

                                                            .plan-price {
                                                                padding: 25px 0;
                                                            }

                                                            .plan-price .price-value {
                                                                font-size: 38px;
                                                                line-height: 40px;
                                                                font-weight: 600;
                                                                color: #444;
                                                            }

                                                            .plan-price .price-value span {
                                                                font-size: 18px;
                                                                font-weight: 300;
                                                                line-height: 18px;
                                                            }

                                                            .plan-price .interval {
                                                                line-height: 14px;
                                                            }

                                                            .plan-list li {
                                                                padding: 13px;
                                                                font-size: 14px;
                                                                border-bottom: 1px solid #eee;
                                                            }

                                                            .plan-list li:first-child {
                                                                border-top: 1px solid #eee;
                                                            }

                                                            .plan-signup {
                                                                padding: 25px 0;
                                                            }

                                                            .plan-signup a {
                                                                text-transform: uppercase;
                                                                color: #fff;
                                                            }

                                                            .pricing .owl-buttons {
                                                                position: absolute;
                                                                right: 0;
                                                                top: -44px;
                                                            }

                                                            .pricing .owl-buttons div {
                                                                color: #333 !important;
                                                                background: none !important;
                                                                padding: 0 !important;
                                                            }

                                                            #map {
                                                                position: relative;
                                                                height: 450px;
                                                                width: 100%;
                                                            }

                                                            .contact-section {
                                                                background: #fff;
                                                                padding: 0px 0 20px 0;
                                                            }

                                                            .contact-section strong {
                                                                font-weight: 600;
                                                            }

                                                            .contact-section p {
                                                                padding-bottom: 10px;
                                                            }

                                                            ul.icons-list {
                                                                margin-bottom: 6px;
                                                            }

                                                            ul.icons-list li,
                                                            ul.list-unstyled li {
                                                                margin-bottom: 10px;
                                                                font-size: 13px;
                                                            }

                                                            ul.icons-list li i {
                                                                font-size: 14px;
                                                                margin-right: 4px;
                                                            }

                                                            .back-to-top {
                                                                display: none;
                                                                position: fixed;
                                                                bottom: 18px;
                                                                right: 15px;
                                                            }

                                                            .back-to-top i {
                                                                display: block;
                                                                width: 36px;
                                                                height: 36px;
                                                                line-height: 36px;
                                                                color: #fff;
                                                                border-radius: 2px;
                                                                -webkit-border-radius: 2px;
                                                                -moz-border-radius: 2px;
                                                                -o-border-radius: 2px;
                                                                text-align: center;
                                                                background-color: #444;
                                                                transition: all 0.2s ease-in-out;
                                                                -moz-transition: all 0.2s ease-in-out;
                                                                -webkit-transition: all 0.2s ease-in-out;
                                                                -o-transition: all 0.2s ease-in-out;
                                                            }

                                                            .colors-switcher {
                                                                width: 100px;
                                                                padding: 20px 18px 14px 20px;
                                                                position: fixed;
                                                                z-index: 1993;
                                                                top: 90px;
                                                                right: 0;
                                                                background-color: #fff;
                                                                border-radius: 2px 0 0 2px;
                                                                border: 1px solid rgba(0, 0, 0, .1);
                                                                -webkit-transition: all .4s ease-in-out;
                                                                -moz-transition: all .4s ease-in-out;
                                                                -ms-transition: all .4s ease-in-out;
                                                                -o-transition: all .4s ease-in-out;
                                                                transition: all .4s ease-in-out;
                                                            }

                                                            .colors-switcher>p {
                                                                font-size: 11px;
                                                                line-height: 0;
                                                            }

                                                            .colors-switcher #show-panel {
                                                                position: absolute;
                                                                left: -38px;
                                                                top: 15px;
                                                                width: 38px;
                                                                height: 38px;
                                                                z-index: 1992;
                                                                display: block;
                                                                background-color: #fff;
                                                                border-radius: 2px 0 0 2px;
                                                                border: 1px solid rgba(0, 0, 0, .1);
                                                                border-right: none;
                                                                cursor: pointer;
                                                            }

                                                            .colors-switcher #show-panel i {
                                                                color: #3D3D3D;
                                                                font-size: 20px;
                                                                line-height: 38px;
                                                                margin-left: 15px;
                                                            }

                                                            .colors-switcher .colors-list {
                                                                margin: 0;
                                                                padding: 0;
                                                            }

                                                            .colors-switcher .colors-list li {
                                                                float: left;
                                                                display: block;
                                                                margin-bottom: 2px;
                                                                margin-right: 6px;
                                                            }

                                                            .colors-switcher .colors-list li a {
                                                                display: inline-block;
                                                                width: 24px;
                                                                height: 24px;
                                                                border-radius: 2px;
                                                                transition: all 0.2s linear;
                                                                -moz-transition: all 0.2s linear;
                                                                -webkit-transition: all 0.2s linear;
                                                                -o-transition: all 0.2s linear;
                                                                cursor: pointer;
                                                            }

                                                            .colors-switcher .colors-list li a:hover {
                                                                box-shadow: inset 0 0 6px rgba(0, 0, 0, .4);
                                                            }

                                                            .colors-switcher .colors-list a.light-red {
                                                                background-color: #FF432E;
                                                            }

                                                            .colors-switcher .colors-list a.blue {
                                                                background-color: #28ABE3;
                                                            }

                                                            .colors-switcher .colors-list a.light-blue {
                                                                background-color: #69D2E7;
                                                            }

                                                            .colors-switcher .colors-list a.green {
                                                                background-color: #5BB12F;
                                                            }

                                                            .colors-switcher .colors-list a.black {
                                                                background-color: #333;
                                                            }

                                                            .colors-switcher .colors-list a.yellow {
                                                                background-color: #fed136;
                                                            }

                                                            #loader {
                                                                position: fixed;
                                                                top: 0;
                                                                left: 0;
                                                                width: 100%;
                                                                height: 100%;
                                                                background: #fff;
                                                                z-index: 9999999999;
                                                            }

                                                            .spinner {
                                                                position: absolute;
                                                                width: 40px;
                                                                height: 40px;
                                                                top: 50%;
                                                                left: 50%;
                                                                margin-left: -40px;
                                                                margin-top: -40px;
                                                                -webkit-animation: rotatee 2.0s infinite linear;
                                                                animation: rotatee 2.0s infinite linear;
                                                            }

                                                            .dot1,
                                                            .dot2 {
                                                                width: 60%;
                                                                height: 60%;
                                                                display: inline-block;
                                                                position: absolute;
                                                                top: 0;
                                                                border-radius: 100%;
                                                                -webkit-animation: bouncee 2.0s infinite ease-in-out;
                                                                animation: bouncee 2.0s infinite ease-in-out;
                                                            }

                                                            .dot2 {
                                                                top: auto;
                                                                bottom: 0px;
                                                                -webkit-animation-delay: -1.0s;
                                                                animation-delay: -1.0s;
                                                            }

                                                            @-webkit-keyframes rotatee {
                                                                100% {
                                                                    -webkit-transform: rotate(360deg)
                                                                }
                                                            }

                                                            @keyframes rotatee {
                                                                100% {
                                                                    transform: rotate(360deg);
                                                                    -webkit-transform: rotate(360deg);
                                                                }
                                                            }

                                                            @-webkit-keyframes bouncee {

                                                                0%,
                                                                100% {
                                                                    -webkit-transform: scale(0.0)
                                                                }

                                                                50% {
                                                                    -webkit-transform: scale(1.0)
                                                                }
                                                            }

                                                            @keyframes bouncee {

                                                                0%,
                                                                100% {
                                                                    transform: scale(0.0);
                                                                    -webkit-transform: scale(0.0);
                                                                }

                                                                50% {
                                                                    transform: scale(1.0);
                                                                    -webkit-transform: scale(1.0);
                                                                }
                                                            }

                                                            .scroll-table {
                                                                width: 100%;
                                                            }

                                                            @media only screen and (max-width:1199px) {
                                                                .navbar-default .navbar-nav>li>a {
                                                                    padding: 0px 19px;
                                                                }
                                                            }

                                                            @media only screen and (max-width:991px) {
                                                                .navbar-default .navbar-nav>li>a {
                                                                    padding: 0px 14px;
                                                                }
                                                            }

                                                            @media (max-width: 767px) {
                                                                p {
                                                                    font-size: 18px !important;
                                                                }

                                                                p.menu_head {
                                                                    font-size: 18px !important;
                                                                }

                                                                .content-box li {
                                                                    padding: 10px 0;
                                                                }

                                                                .text li {
                                                                    padding: 0 0 10px 0;
                                                                }

                                                                .text {
                                                                    font-size: 18px;
                                                                }

                                                                h3 {
                                                                    font-size: 22px;
                                                                }

                                                                h1 {
                                                                    font-size: 24px !important;
                                                                }

                                                                ul.top-info li {
                                                                    font-size: 18px;
                                                                }

                                                                .boxed p {
                                                                    font-size: 18px;
                                                                }

                                                                .btn {
                                                                    font-size: 18px;
                                                                }

                                                                h2 {
                                                                    font-size: 24px !important;
                                                                }

                                                                .feature h3,
                                                                .feature-2 h3 {
                                                                    font-size: 22px;
                                                                }

                                                                .feature p,
                                                                .feature-2 p {
                                                                    font-size: 18px;
                                                                }

                                                                .call-to-action p {
                                                                    font-size: 18px;
                                                                }

                                                                .testimonial h3 {
                                                                    font-size: 22px;
                                                                }

                                                                .testimonial span {
                                                                    font-size: 18px;
                                                                }

                                                                h2.section-title {
                                                                    font-size: 24px;
                                                                }

                                                                .latest-news p {
                                                                    font-size: 18px;
                                                                }

                                                                .latest-post h3 a {
                                                                    font-size: 18px;
                                                                }

                                                                .latest-post p {
                                                                    font-size: 18px;
                                                                }

                                                                .footer-txt {
                                                                    font-size: 18px;
                                                                }

                                                                .footer-section h2 {
                                                                    font-size: 24px;
                                                                }

                                                                .footer-link li {
                                                                    font-size: 18px;
                                                                }

                                                                .footer-big-contacts span {
                                                                    font-size: 18px;
                                                                }

                                                                .small,
                                                                small {
                                                                    font-size: 18px;
                                                                }

                                                                .copyright-section {
                                                                    font-size: 18px;
                                                                    line-height: 30px;
                                                                }

                                                                .scroll-table {
                                                                    overflow-x: auto;
                                                                }

                                                                h2 {
                                                                    font-size: 24px;
                                                                }

                                                                .content-box li {
                                                                    font-size: 18px !important;
                                                                    line-height: 34px;
                                                                }

                                                                .default-page p {
                                                                    font-size: 18px !important;
                                                                    line-height: 34px;
                                                                }

                                                                h3 {
                                                                    font-size: 22px !important;
                                                                }

                                                                .text {
                                                                    font-size: 18px !important;
                                                                }

                                                                .table-txt {
                                                                    font-size: 18px !important;
                                                                }

                                                                .industry li {
                                                                    font-size: 18px !important;
                                                                }

                                                                .menu>li>a {
                                                                    font-size: 20px !important;
                                                                    line-height: 42px;
                                                                }

                                                                ul.icons-list-new li a {
                                                                    font-size: 18px !important;
                                                                    line-height: 42px;
                                                                }

                                                                .navbar-default .navbar-nav>li>a {
                                                                    font-size: 17px !important;
                                                                    border-right: 0 !important;
                                                                }

                                                                .navbar-default .navbar-nav>li {
                                                                    padding-top: 7px !important;
                                                                    padding-bottom: 7px !important;
                                                                }

                                                                body {
                                                                    font-size: 18px !important;
                                                                    line-height: 30px;
                                                                }

                                                                ul.icons-list li,
                                                                ul.list-unstyled li {
                                                                    font-size: 16px;
                                                                }

                                                                .dropdown li a,
                                                                .sup-dropdown li a {
                                                                    font-size: 20px !important;
                                                                }

                                                                .design {
                                                                    text-align: center !important;
                                                                    line-height: 40px;
                                                                }

                                                                .navbar-nav>li>a {
                                                                    line-height: 30px;
                                                                }
                                                            }

                                                            .cen-text {
                                                                font-family: Verdana, Geneva, sans-serif !important;
                                                            }

                                                            .float {
                                                                position: fixed;
                                                                background: #fff;
                                                                bottom: 25px;
                                                                right: 25px;
                                                                z-index: 100;
                                                                border-radius: 50%;
                                                            }
                                                            @media (min-width: 481px) and (max-width: 1920px) {
    /* For tablets */
     .float {
        display: none;
    }
}

                                                            #whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #4dc247;
  color: #fff;
  position: fixed;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.whatsapp-chat-header {
  background: #009688;
  color: #fff;
  padding: 20px;
   
  & h3 {
    margin: 0 0 10px;
  }
  
  & p {
    font-size: 14px;
    line-height: 1.7;
    margin: 10px;
    color: #fff;
  }
  
  .whatsapp-chat-name {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
}

.whatsapp-chat-avatar {
  position: relative;
  &::after {
      content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px;
  }
  
  img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    
  }
}


.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: 'Open Sans';
    width: 100%;
    height:45px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background:#eee;
  
  svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #whatsapp-chat {
    /*width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;*/
    display: none;
  }
  a.blantershow-chat{
    display: none;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("../images/whatsapp.png");
    // background-image: url(../images/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}



/* contact-form */
.is-invalid {
    border-color: #d00 !important;
    background-color: #fff5f5 !important;
}
.invalid-feedback {
    color: #d00;
    font-size: 90%;
    display: block;
    margin-top: 3px;
}
.rfq-title {
    margin-bottom:40px;
    color: #009de2;
    font-size: 22px !important;
    
}
.rfq-form {
    background: #fff;
    padding: 24px 24px 0 24px;
    border-radius: 6px;
    box-shadow: 0 1px 8px #e0e0e0;
    max-width: 100%;
    margin-bottom: 30px;
}
.rfq-required {
    color: #d00;
}
.rfq-divider {
    margin:20px 0 20px 0;
    color: #949393;
}
#mailDebugPanel.debug-panel {
    display: none;
    margin: 12px 0;
    background: #fff3f3;
    border:1px solid #d44;
    color: #b00;
    padding:15px;
    border-radius:4px;
}
.captcha-error-msg {
    display: none;
    color: #d00;
    font-size: 90%;
    margin-top: 5px;
}
.rfq-btn-row {
    margin-top: 16px;
}
.rfq-btn-submit,
.rfq-btn-reset {
    min-width: 100px;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
}

.rfq-btn-reset {
    margin-left: 8px;
}

@media (max-width: 576px) {
    .rfq-btn-submit,
    .rfq-btn-reset {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-top: 10px;
    }
    .rfq-btn-submit {
        margin-top: 0;
    }
}

.form-group{
    margin-top: 10px;
}
@media (max-width: 484px) {
    .captcha-flex-row {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .captcha-flex-row > label {
        margin-bottom: 10px !important;
        margin-right: 0 !important;
        min-width: 0 !important;
    }
    .captcha-flex-row > div {
        width: 100%;
    }
}