﻿
/*
=====================================================================================================================================================
DEFAULT STYLE
=====================================================================================================================================================
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        heads;
    }

body, html, form, section {
    height: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    background: #fff;
    /* padding-top: 80px;*/
    padding-top: 147px;
    /*  background: url('../images/bg.png') no-repeat*/
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #323232;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

p {
    margin: 0 0 15px;
}

body {
    opacity: 0;
}

/*
=====================================================================================================================================================
COMMON STYLE
=====================================================================================================================================================
*/

/* GO To Top Style  */
/*==Scroll Up==*/
.scrollup {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 9999;
    font-size: 13px;
}

.scrollup {
    -webkit-animation: fadeInUp 1000ms ease;
    -moz-animation: fadeInUp 1000ms ease;
    -ms-animation: fadeInUp 1000ms ease;
}

a.scrollup {
    color: #000 !important;
    text-decoration: none;
    border: 2px solid #000;
    border-width: 5px 5px 0px 5px;
    background: #fff;
    padding: 10px 5px 4px 5px;
    font-size: 20px;
    line-height: 15px;
    width: 50px;
    right: 5px;
    border-radius: 100px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
    bottom: 0px;
}

    a.scrollup:hover {
        color: #000 !important;
        text-decoration: none;
        border: 5px solid #000;
        border-width: 5px 5px 0px 5px;
        background: #fff;
        text-decoration: none !important;
    }
/* Clear Styles */
.clear {
    clear: both;
}

.spacer1 {
    clear: both;
    width: 100%;
    height: 10px;
}

.spacer2 {
    clear: both;
    width: 100%;
    height: 20px;
}

.spacer3 {
    clear: both;
    width: 100%;
    height: 30px;
}

.spacer4 {
    clear: both;
    width: 100%;
    height: 40px;
}

.spacer5 {
    clear: both;
    width: 100%;
    height: 50px;
}


/* Spacing, Border, Shadow Styles */
.border {
    border: 1px solid #ccc !important;
}

.no-border {
    border: none !important;
}

.no-border-l {
    border-left: none !important;
}

.no-border-r {
    border-right: none !important;
}

.no-border-t {
    border-top: none !important;
}

.no-border-b {
    border-bottom: none !important;
}

.border-t {
    border-top: 1px solid #ccc !important;
}

.border-b {
    border-bottom: 1px solid #ccc !important;
}

.no-border-rad {
    border-radius: 0px !important;
}

.no-shadow {
    box-shadow: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-r {
    margin-right: 0 !important;
}

.no-margin-l {
    margin-left: 0 !important;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

.no-margin-t {
    margin-top: 0 !important;
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.marg-t {
    margin-top: 15px !important;
}

.marg-b {
    margin-bottom: 15px !important;
}

.marg-ftr-t {
    margin-top: 20px !important;
}

.no-pad {
    padding: 0 !important;
}

.no-pad-l {
    padding-left: 0 !important;
}

.no-pad-r {
    padding-right: 0 !important;
}

.no-pad-t {
    padding-top: 0 !important;
}

.no-pad-b {
    padding-bottom: 0 !important;
}

.no-pad-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pad-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pad-t {
    padding-top: 40px !important;
}

.pad-b {
    padding-bottom: 40px !important;
}

.pad-t-nav {
    padding-top: 10px !important;
}


/* Hr Line Style  */
hr.solid {
    border: 0;
    border-top: 1px solid #ccc;
}

hr.dotted {
    border: 0;
    border-top: 1px dotted #666;
    background: #292929;
}

hr.dashed {
    border: 0;
    border-top: 1px dashed #ccc;
    background: #fff;
}

hr.double {
    border: 0;
    border-top: 1px dashed #ccc;
    background: #999;
}


.err {
    font-size: 12px;
    color: #c80000;
}


.errmsg {
    float: left;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -22px;
    z-index: 9;
    background: #c80000;
    padding: 2px 5px;
}

    .errmsg:before {
        content: "";
        position: absolute;
        left: 5px;
        bottom: -5px;
        border-top: 5px solid #c80000;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

.list-inline li {
    margin-bottom: 5px !important;
}

.list-unstyled li {
    margin-bottom: 5px !important;
}

.red {
    color: #c80000;
}

/*  Transition style */
a, .btn {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-06s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.delay-07s {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.delay-08s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.delay-09s {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}


/* Social Media Style */

ul.social_media {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    width: 100%;
}

    ul.social_media li {
        display: inline-block;
        list-style-type: none;
        list-style-image: none;
        padding: 0px;
        margin: 0 0px 10px 5px;
        border: none;
        vertical-align: top;
    }

        ul.social_media li a {
            display: block;
            font-size: 18px;
            background: transparent;
            transition: none .6s ease-in-out;
            -webkit-transition: none .6s ease-in-out;
            -moz-transition: none .6s ease-in-out;
            -o-transition: none .6s ease-in-out;
            -ms-transition: none .6s ease-in-out;
        }

            ul.social_media li a:hover {
                display: block;
            }

    ul.social_media .fa {
        padding: 0px;
        margin: 0px;
        font-weight: 300;
        color: #646464;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border: 1px solid #fff;
    }

        ul.social_media .fa:hover {
            color: #fff;
        }

.fa-facebook, .fa-google, .fa-google-plus, .fa-linkedin, .fa-youtube, .fa-youtube-play, .fa-tumblr, .fa-twitter, .fa-pinterest, .fa-instagram {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

/*.fa-facebook:hover {
        background: #3b5998;
    }

    .fa-google:hover {
        background: #3f85f4;
    }

    .fa-google-plus:hover {
        background: #d13f2d;
    }

    .fa-linkedin:hover {
        background: #0275b5;
    }

    .fa-youtube:hover {
        background: #ce332d;
    }

    .fa-youtube-play:hover {
        background: #ce332d;
    }

    .fa-tumblr:hover {
        background: #274152;
    }

    .fa-twitter:hover {
        background: #4dc8f1;
    }

    .fa-pinterest:hover {
        background: #cb2028;
    }

    .fa-instagram:hover {
        background: #3e739d;
    }*/



/*  Parallax Image CSS */
.parallax-container {
    min-height: 300px;
    width: 100%;
}

.parallax-banner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0px 0;
    margin: 0px;
    overflow: hidden;
    clear: both;
    float: left;
    z-index: 0;
}


/*  Breadcrumbs */
.breadcrumbs_panel {
    padding: 20px 0px 20px 0;
    margin: 0;
    background: #ffffff;
}

.breadcrumb {
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
}

    .breadcrumb li {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 13px;
    }

        .breadcrumb li.active {
            color: #000;
        }

    .breadcrumb a {
        color: #404040;
        text-decoration: none;
        padding: 0;
    }

        .breadcrumb a:hover {
            color: #404040;
            text-decoration: underline;
        }

    .breadcrumb h1 {
        display: inline-block;
        font-size: 14px;
        color: #404040;
    }

@media (min-width: 1600px) {
    .container {
        width: 1700px !important;
    }
}

/* Google Map  */
.map-container {
    width: 100%;
    height: 300px;
    border: 0px;
    float: left;
    padding: 0;
    margin: 0;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0px;
        pointer-events: none;
    }


/*  Form Control / Btn */
.form-control, .btn {
    border-radius: 0px !important;
    resize: none;
}



/*  Bootsratp Grid of 5 */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*  Table Heads bg */
.th {
    background: #00b1ef;
}

.tch {
    background: #999;
    color: #fff;
}

.tc {
    background: #f5f5f5;
}

/*  btn-outline */
.btn-outline {
    background: none;
    border: 1px solid #cccccc !important;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active, .open > .dropdown-toggle.btn-outline {
    }

    .btn-outline:active, .btn-outline.active {
        box-shadow: none;
    }

    .btn-outline.btn-sm {
        border-radius: 0px;
    }


/*  fa width */
.fa-20 {
    width: 20px;
    text-align: center;
}

.fa-25 {
    width: 25px;
    text-align: center;
}

.fa-30 {
    width: 30px;
    text-align: center;
}

/*  text responsive align */
@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .text-md-right {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .text-md-right {
        text-align: right;
    }
}


/*
=====================================================================================================================================================
HEADING STYLE
=====================================================================================================================================================
*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    color: inherit;
    padding: 0;
    margin: 0;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 300;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    /*margin-bottom: 10px;*/
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-weight: 600;
    font-size: 26px;
    color: #323232;
}

.h2, h2 {
    font-size: 20px;
}

.h3, h3 {
    font-size: 18px;
}

.h4, h4 {
    font-size: 16px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}


.heading {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0px auto 30px;
    float: none;
}

    .heading h2, .heading h1 {
        text-transform: capitalize;
        font-size: 30px;
        color: #000; /* #000;
         padding: 0 70px; */
        word-break: break-all;
        display: inline-block;
        font-weight: 600;
        font-size: 2rem;
        /* padding: 0px;
        margin: 0;*/
    }
/*.heading:before {
        content: "";
        width: 25px;
        height: 25px;
        background-image: url(../images/header-img.png);
           bottom: 5px;*/
/*left: 23px;*/
/*left:  -40px;
        position: absolute;
    }*/
/*.heading:before {
        content: "";
        width: 100px;
        height: 2px;
        background: #000*/ /* #000*/ /*;
        
        bottom: -5px;
        position: absolute;
    }*/

/*.heading:after {
        content: "";
        width: 300px;
        height: 15px;
        background-image: url(../images/heading-line.png);
        bottom: -10px;
        left:  0px;
        position: absolute;
    }

    .heading.heading-inverse h2, .heading.heading-inverse h1 {
        color: #fff;
    }*/


/*
=====================================================================================================================================================
WRAPPER
=====================================================================================================================================================
*/
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
}
/* the bottom margin is the negative value of the footer's height */
.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px !important;
}

.footer, .push {
    min-height: 80px;
    clear: both; /* .push must be the same height as .footer */
}

/*
=====================================================================================================================================================
HEADER STYLE
=====================================================================================================================================================
*/

header {
    /*padding: 5px 0px;*/
    /* padding: 20px 0px;*/
    float: left;
    width: 100%;
    background: #fff;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

    header .logo {
        display: inline-block;
        margin-right: 50px;
    }

        header .logo h1 {
            padding: 0;
            margin: 0;
        }

.list-user {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right !important;
}

    .list-user > li {
        display: inline-block;
        margin-left: 0px;
        vertical-align: middle;
        line-height: 70px;
    }

    .list-user .btn {
        padding: 6px 15px !important;
    }

@media (min-width:992px) {
    #navbar {
        position: relative;
        display: inline-block;
    }

    .top-nav-collapse {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5) !important;
        padding: 0px !important;
        height: 70px !important;
    }

    header.top-nav-collapse {
        background: rgba(255,255,255,1) !important;
    }
}

.navbar li {
    list-style-image: url(data:0);
    list-style: none;
    list-style-type: none;
}

.navbar, .navbar-nav {
    border: none !important;
    border-radius: 0px !important;
    margin: 0px !important;
}

.nav > li > a {
    font-size: 20px;
    font-weight: 600;
    display: block !important;
    text-decoration: none;
    line-height: 30px;
}

.navbar-nav li a:hover, .navbar-nav li a.active {
    color: #000 !important;
    text-decoration: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #000 !important;
    background: transparent !important;
}

.nav > li:hover > a {
    color: #000 !important;
    background: transparent !important;
}

.nav > li.active > a {
    padding: 10px !important;
}

    .nav > li.active > a, .nav > li.active > a:hover {
        color: #000;
        /*background: #000;*/

        border: 2px solid #000;
    }

.nav > li.active:hover > a {
    color: #000 !important;
}

.nav > li.dropdown > a {
    padding-right: 15px !important;
    margin-right: 18px;
}

    .nav > li.dropdown > a:after {
        position: absolute;
        top: auto;
        right: 0;
        display: inline-block;
        content: "\f105";
        font-family: 'FontAwesome';
        -webkit-transition: all .50s ease;
        -moz-transition: all .50s ease;
        -ms-transition: all .50s ease;
        -o-transition: all .50s ease;
        transition: all .50s ease;
    }

.nav > li.dropdown:hover > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -13px;
    right: 10px;
    border-bottom: 10px solid #d3d3d3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.dropdown .dropdown-menu {
    padding: 0px;
    margin: 0;
    border: 3px solid #d3d3d3;
    border-radius: 0px;
    -webkit-animation: fadeInDown 300ms ease;
    -moz-animation: fadeInDown 300ms ease;
    -ms-animation: fadeInDown 300ms ease;
}

    .dropdown .dropdown-menu li {
        padding: 5px !important;
    }

        .dropdown .dropdown-menu li:hover {
            color: #000 !important;
        }

            .dropdown .dropdown-menu li:hover > a {
                color: #000 !important;
            }


@media (min-width:992px) {
    header .logo img {
        height: 70px;
        -webkit-transition: height 0.6s;
        -moz-transition: height 0.6s;
        transition: height 0.6s;
    }

    #navbar {
        top: 12px;
        float: right;
    }

    .nav > li {
        display: block;
        margin: 0 15px;
    }

        .nav > li > a {
            color: #383838;
            padding: 10px 0px !important;
        }

    #navbar .nav > li:last-child > a {
        margin-right: 0px;
    }

    .nav > li.active:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        /*border-bottom: 2px solid #000;*/
        display: block;
    }

    .nav > li:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        left: 0;
        /* border-bottom: 2px solid #000;*/
        display: block;
        -webkit-transition: all .50s ease;
        -moz-transition: all .50s ease;
        -ms-transition: all .50s ease;
        -o-transition: all .50s ease;
        transition: all .50s ease;
    }

    .nav > li:hover:before {
        width: 100%;
    }
}

@media (max-width:425px) {
    header .logo h1 {
        line-height: 70px;
        vertical-align: middle;
    }

    header .logo img {
        height: 50px;
    }
}

@media (max-width:767px) {
    body {
        padding-top: 128px;
    }
}

@media (max-width:991px) {
    header .logo {
        margin-right: 0;
        line-height: 70px;
    }

    header {
        background: rgba(255,255,255,1);
        padding: 0;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    }

    .navbar-offcanvas {
        padding: 0px !important;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #ccc;
    }

    .nav > li > a {
        padding: 10px 20px 10px 10px !important;
        margin-right: 10px;
        line-height: 30px !important;
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .nav > li > a {
        font-size: 12px;
    }
}

/* Dropdown Menu */
.menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .menu-dropdown > li > a {
        display: block;
        padding: 10px 15px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

ul.menu-dropdown li {
    border-bottom: 1px solid #ccc;
}

    ul.menu-dropdown li:last-child {
        border-bottom: none;
    }

    ul.menu-dropdown li a {
        font-weight: 600;
        color: #333;
        text-wrap: normal;
        line-height: normal;
        padding: 10px 15px;
        text-decoration: none;
    }

        ul.menu-dropdown li a:hover {
            color: #000;
            background: #f5f5f5;
        }

.nav > li.active ul.menu-dropdown li a {
    color: #333;
}

.navbar-nav .menu-dropdown {
    width: auto;
    border-radius: 0px;
    min-width: 210px;
    padding: 0px !important;
}

.has-dropdown .menu-dropdown li a {
    font-weight: normal !important;
    white-space: normal;
}

.has-dropdown:hover .menu-dropdown {
    display: block !important;
    padding: 0px;
    border: 0px;
    width: 100%;
}

/* First Level Dropdown Menu */
.nav > li.has-dropdown a {
    padding-right: 30px !important;
}

.nav > li.has-dropdown > a:after {
    position: absolute;
    top: auto;
    right: 11px;
    display: inline-block;
    content: "\f107";
    font-family: 'FontAwesome';
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

.nav > li.has-dropdown:hover > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Second Level Dropdown Menu */
.sub-dropdown {
    position: relative;
}

    .sub-dropdown a {
        padding-right: 30px;
    }

    .sub-dropdown > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #999;
        content: '';
    }

    .sub-dropdown > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #999;
        content: '';
    }

    .sub-dropdown > a:before, .sub-dropdown > a:after {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    .sub-dropdown:hover > a:before {
        top: 17px;
        height: 0;
    }

    .sub-dropdown:hover > a:after {
        background: #999;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#navbar .nav ul ul {
    padding: 0px;
    margin: 0px;
    display: none !important;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
}

#navbar .nav ul li:hover > ul {
    display: block !important;
}

#navbar .nav ul li li a {
    display: block;
    color: #333;
    text-align: left;
    background: #f5f5f5;
    text-transform: none;
    padding: 10px 15px;
}

    #navbar .nav ul li li a:hover {
        background: #eee;
    }


@media (min-width: 992px) {
    /* nav dropdown First level */
    .menu-dropdown {
        display: none !important;
        -webkit-animation: fadeInDown 300ms ease;
        -moz-animation: fadeInDown 300ms ease;
        -ms-animation: fadeInDown 300ms ease;
    }

    /* nav dropdown second level */
    #navbar .nav ul ul {
        -webkit-animation: fadeInLeft 300ms ease;
        -moz-animation: fadeInLeft 300ms ease;
        -ms-animation: fadeInLeft 300ms ease;
    }

    #navbar .nav ul ul {
        /*to make dropdown box right*/
        /*margin-left: 100% !important;*/
        /*to make dropdown box left*/
        margin-left: -100% !important;
        top: 0;
        margin-top: 0px;
    }
}

@media (max-width:992px) {
    .nav > li {
        border-bottom: 1px solid #ccc;
    }

        .nav > li > a {
            line-height: normal !important;
            color: #333;
            width: 100%;
            display: block;
        }

    .navbar-nav .open .menu-dropdown > li > a {
        padding: 5px 15px !important;
    }

    .menu-dropdown {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav > li.active > a, .nav > li.active:hover > a {
        background: #000 !important;
        color: #fff !important;
    }
}





/*
=====================================================================================================================================================
FOOTER STYLE
=====================================================================================================================================================
*/

.footer {
    font-weight: normal;
    background: #fff;
    padding: 0px;
    color: #fff;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #fff;
        }

.bg-footer {
    background: #000;
    /*#47418b*/
}

ul.ftr_links {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    float: none;
    margin: auto;
    text-align: center;
}

    ul.ftr_links li {
        padding: 0px 15px;
        margin: 0px;
        list-style: none;
        line-height: normal;
        display: inline-block;
        border-right: 0px solid #ccc;
        position: relative;
        font-size: 18px;
    }

        ul.ftr_links li:first-child {
            padding: 0px 15px 0px 0px;
        }

        ul.ftr_links li:last-child {
            border-right: 0px solid #ccc;
        }

        ul.ftr_links li:before {
            content: '|';
            position: absolute;
            left: -3px;
        }

        ul.ftr_links li:first-child:before {
            display: none;
        }


@media(max-width:1024px) {
    .footer {
        font-weight: normal;
        padding: 0px 0px 10px 0px;
    }

    ul.ftr_links {
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
        float: left;
        text-align: center;
    }

        ul.ftr_links li {
            padding: 10px 6px;
            margin: 0px;
            list-style: none;
            line-height: normal;
            display: inline-block;
            border-right: 0px solid #ccc;
            position: relative;
        }

            ul.ftr_links li:first-child {
                padding-left: 0px;
                padding-right: 6px;
            }

            ul.ftr_links li:last-child {
                padding-left: 6px;
                padding-right: 0px;
            }
}
/*==Social Media==*/
ul.social_media {
    margin: 0px;
    padding: 10px 0px;
    width: auto;
    display: block;
    float: none;
    margin: auto;
    text-align: center;
}

    ul.social_media li {
        display: table-cell;
        list-style-type: none;
        list-style-image: none;
        padding: 0px 5px;
        margin: 0;
        line-height: 40px;
    }

        ul.social_media li a {
            display: block;
            font-size: 18px;
            transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
            -moz-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -ms-transition: all .6s ease-in-out;
        }

            ul.social_media li a:hover {
                display: block;
            }

        ul.social_media li.last-child {
            line-height: 40px;
        }

    ul.social_media .fa {
        background: #000;
        padding: 0px;
        margin: 0px;
        font-weight: 500;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 100%;
    }

    ul.social_media > .fa:hover {
        color: #fff;
    }

.fa-facebook, .fa-twitter, .fa-youtube, .fa-linkedin {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
}

ul.social_media > li .fa-facebook:hover {
    background: #3b5998 !important;
}

ul.social_media > li .fa-twitter:hover {
    background: #4dc8f1 !important;
}

ul.social_media > li .fa-youtube:hover {
    background: #ce332d !important;
}

ul.social_media > li .fa-linkedin:hover {
    background: #0275b5 !important;
}

@media(max-width:1024px) {
    .social_media {
        text-align: center;
        width: 100% !important;
        display: inline-block;
    }

        .social_media li {
            display: inline-block !important;
        }
}

.list ul {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

    .list ul li {
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 8px;
        width: 100%;
        padding-left: 25px;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

        .list ul li:before {
            content: '\f105';
            padding-right: 8px;
            font-family: 'FontAwesome';
            float: left;
            margin-left: -20px;
            font-weight: 800;
            line-height: 18pt;
        }

        .list ul li ul {
            margin-bottom: 0px;
            display: block;
            margin-bottom: 2px;
        }

            .list ul li ul li {
                list-style: none;
                margin: 0px;
                padding: 2px 10px;
                width: 100%;
                padding-left: 32px;
            }

                .list ul li ul li:before {
                    content: '\f0c8';
                    padding-right: 8px;
                    font-family: 'FontAwesome';
                    float: left;
                    margin-left: -15px;
                    font-size: 8px;
                    line-height: 18pt;
                }

                .list ul li ul li ul li {
                    list-style: none;
                    margin: 0px;
                    padding: 0px 10px;
                    width: 100%;
                    padding-left: 20px;
                }

                    .list ul li ul li ul li:before {
                        content: '\f0c8';
                        padding-right: 8px;
                        font-family: 'FontAwesome';
                        color: #999;
                        float: left;
                        margin-left: -15px;
                        font-size: 8px;
                        line-height: 18pt;
                    }

.list-check ul {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

    .list-check ul li {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 8px 20px 8px 45px;
        width: 100%;
        display: block;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        border-bottom: 1px solid rgba(0,0,0,0.10);
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

        .list-check ul li:before {
            content: '\f00c';
            font-family: 'FontAwesome';
            font-size: 1.1rem;
            float: left;
            margin-left: -45px;
            line-height: normal;
            color: #e0e0e0;
            width: 30px;
            _background: #d8d8d8;
            border-radius: 100%;
            text-align: center;
            line-height: 25px;
            color: #aaa;
            margin-top: 0px;
        }
/*Circle and Icon Style*/
.icon-cricle {
    width: 130px;
    height: 130px;
    line-height: 120px;
    border-radius: 100%;
    border: 5px solid #fff;
    float: none;
    margin: auto;
    margin-bottom: 10px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c42230+0,323b74+100 */
    background: rgb(196,34,48); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(196,34,48,1) 0%, rgba(50,59,116,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(196,34,48,1) 0%,rgba(50,59,116,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(196,34,48,1) 0%,rgba(50,59,116,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c42230', endColorstr='#323b74',GradientType=1 ); /* IE6-9 */
}

.icon-50 {
    width: 50px;
}

.icon-70 {
    width: 60px;
}

.icon-80 {
    width: 60px;
}


.text-blue {
    color: #000;
}


/*
=====================================================================================================================================================
HOME BODY STYLE
=====================================================================================================================================================
*/

.home-row {
    margin-bottom: 30px;
    margin-top: 30px;
}

#visual_container {
    /*margin-bottom: 30px;*/
    background: #313131;
}

.tp-banner-container {
    max-width: 100%;
    margin: 0 auto;
}

/*  Product Box */
.prod_box {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 60px;
}

.prod_box {
    -webkit-animation: fadeInUp 1000ms ease;
    -moz-animation: fadeInUp 1000ms ease;
    -ms-animation: fadeInUp 1000ms ease;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

    .prod_box:hover {
        box-shadow: 0px 5px 5px #666;
    }

    .prod_box figure {
        text-align: center;
    }

        .prod_box figure img {
            max-width: 100%;
            position: relative;
            z-index: 0;
            border: 1px solid #e7e7e7;
        }

    .prod_box figcaption {
        padding: 10px;
        background: rgba(255,255,255,0.3);
        position: relative;
        text-align: left;
        border-top: 1px solid #e7e7e7;
        -webkit-transition: all .300s ease;
        -moz-transition: all .300s ease;
        -ms-transition: all .300s ease;
        -o-transition: all .300s ease;
        transition: all .300s ease;
    }

        .prod_box figcaption h2 {
            color: #323232;
            font-weight: 600;
            line-height: normal;
            margin: 0;
            height: 50px;
            line-height: 25px;
        }

    .prod_box a {
        text-decoration: none;
        color: #646464;
    }

    .prod_box figcaption:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        transform-origin: top center;
        background: #fff;
        z-index: -1;
        transition: transform 0.3s;
    }

    .prod_box:hover figcaption:after {
        transform: scaleY(1);
    }




    .prod_box .prod_price {
        font-size: 18px;
        color: #323232;
    }

        .prod_box .prod_price .strikethrough {
            font-size: 14px;
            text-decoration: line-through;
            color: #000;
            margin-left: 10px;
        }

    .prod_box .prod_cart {
        text-align: right;
    }

        .prod_box .prod_cart a {
            color: #000;
            background: transparent;
        }

            .prod_box .prod_cart a:hover {
                color: #fff;
                background: #ff2929;
            }

ul.list-table {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}

    ul.list-table li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: table-cell;
        width: auto;
        vertical-align: middle;
    }

.pic_wrap {
    position: relative;
    background: #fff;
    overflow: hidden;
}

    .pic_wrap img {
        margin: 0 auto;
    }


.prod_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    .prod_overlay .prod_mask {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .prod_overlay .lnr {
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
        opacity: 0;
        font-size: 50px;
        color: #fff;
        z-index: 9;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.prod_box:hover .prod_mask {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prod_box:hover .lnr {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 1;
}






/*  Prod Flags / Ribbon */
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F70505 0%, #8F0808 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F0808;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #8F0808;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F0808;
        }





/*=====================================================================================================================================================
BODY STYLE
=====================================================================================================================================================
*/
#body {
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
}

    #body > .container {
        background: #fff;
        padding: 20px;
        position: relative;
        min-height: 400px;
    }

        #body > .container:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 250px;
            /*box-shadow: 0px -10px 10px rgba(0,0,0,0.2);*/
            display: block;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
        }

.body-right {
    border-left: 1px solid #dcdcdc;
}

@media (max-width:767px) {
    #body {
        margin-top: -20px;
        padding: 0px 15px;
    }

        #body > .container {
            padding: 15px;
        }
}



@media (max-width:767px) {
    #body .prod_details_right {
        padding: 0px;
    }
}


.section-pic {
    height: 200px;
    margin-bottom: 10px;
}

.content_wrapper {
    border: 1px solid #e7e7e7;
    padding: 20px;
    min-height: 350px;
    background: #fff;
}

/*
=====================================================================================================================================================
LEFT PANEL
=====================================================================================================================================================
*/


.body_left .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
}

.body_left .panel-heading {
    padding: 10px 20px;
    border-bottom: none !important;
    border-radius: 0px;
    font-size: 18px;
}

.body_left .panel-body {
    padding: 10px 20px;
}

.body_left .section-head {
    padding: 10px 20px;
}

    .body_left .section-head h1 {
        font-size: 18px;
        color: #fff;
        margin: 0;
    }

.body_left .dealer-body {
    padding: 15px !important;
    font-size: 13px;
}


ul.leftmenu {
    text-align: left;
    padding: 0;
    margin: 10px 0 5px 0 !important;
}

    ul.leftmenu > li {
        padding: 0 0 10px 20px;
        margin: 0 0 10px 0;
        list-style: none;
        border-bottom: 1px solid #e8e8e8;
        position: relative;
    }

        ul.leftmenu > li:before {
            content: "\f105";
            font-family: FontAwesome;
            float: left;
            position: absolute;
            left: 4px;
        }

        ul.leftmenu > li.active:before {
            content: "\f101";
            color: #000;
        }

    ul.leftmenu a, ul.leftmenu a:hover {
        text-decoration: none !important;
        color: #333;
    }

.user-name {
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    padding-left: 40px;
    border-bottom: 2px solid #ccc;
}

    .user-name span {
        display: block;
    }

    .user-name .fa {
        font-size: 20px;
        margin-left: -30px;
        float: left;
    }

/*------  Accordian  --------*/

.panel_trigger {
    overflow: hidden;
    text-transform: none;
    display: block;
}

    .panel_trigger > a {
        color: #cea654;
        font-weight: 600;
        padding: 10px 20px !important;
        font-size: 16px;
        border-top: 1px solid #e8e8e8;
        text-decoration: none;
        display: block;
        position: relative;
        outline: none;
        padding: 5px 40px 0px 5px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

        .panel_trigger > a:hover {
            color: #cea654;
        }

    .panel_trigger.active > a {
        color: #1b285b;
    }

        .panel_trigger.active > a:after {
            content: "\f068";
            font-family: FontAwesome;
        }

    .panel_trigger > a:after {
        content: "\f067";
        font-family: FontAwesome;
        float: right;
        font-size: 14px;
    }

.panel_content {
    background: #fff;
    padding: 0px;
}



/*
=====================================================================================================================================================
POP OUT CONTENT
=====================================================================================================================================================
*/

.popup-heading {
    background: #fff;
    color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

    .popup-heading h1 {
        font-size: 24px;
        color: #000;
        margin: 0;
    }

.popup-content {
    padding: 15px;
    display: block;
}




/*
=====================================================================================================================================================
FORM
=====================================================================================================================================================
*/

.verification_box {
    display: table;
    max-width: 250px;
    float: left;
    margin-bottom: 10px;
}

.captcha_code {
    width: 80px;
    padding: 3px 2px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.captcha_img {
    width: 140px;
    display: table-cell;
    vertical-align: top;
}

.captcha_refresh {
    width: auto;
    display: table-cell;
    padding: 3% 2%;
    text-align: right;
    vertical-align: middle;
}

.form_captcha {
    width: 100px !important;
    padding: 5px !important;
    border-radius: 0px;
}


/*------  Checkbox  --------*/
.panel_content .checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox {
    padding-left: 20px;
}

    .checkbox table {
        padding-left: 0px;
        text-align: left;
    }

        .checkbox table td {
            padding: 5px 0px;
            text-align: left;
        }

.checkbox {
    padding-left: 10px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 8px !important;
        line-height: normal;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 15px;
            height: 15px;
            left: 0;
            margin-top: 2px;
            margin-left: -15px;
            border: 1px solid #cccccc;
            border-radius: 0px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 14px;
            height: 14px;
            left: 0;
            top: 0;
            margin-top: 2px;
            margin-left: -15px;
            padding-left: 2px;
            padding-top: 2px;
            font-size: 12px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
            outline: none;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #cea654;
    border-color: #cea654;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}


/*------  Radio  --------*/
.radio {
    padding-left: 20px;
}

    .radio table {
        padding-left: 0px;
        text-align: left;
    }

    .radio td {
        padding-right: 20px;
        display: inline-block;
        width: auto;
    }

        .radio td label {
            padding-left: 20px;
        }

            .radio td label:before, .radio td label:after {
                margin-left: -15px;
            }

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px !important;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}


/*
=====================================================================================================================================================
About 
=====================================================================================================================================================
*/
/*About */

.home_row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.intro-space {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 65px 10px;
}

.intro_txt {
    margin: 150px 10px;
    /*  background: url(../images/pic-intro.png) no-repeat;*/
}

.parallax-container {
    color: #fff;
}

.news_panel {
    padding: 50px 30px;
    background: #3c4121;
    color: #fff;
    min-height: 550px;
}

.intro_txt:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /*z-index: 999;*/
    left: 0;
    /*background: #f8b2064a;*/
    /*background: #0001a;*/
    /* background: #ffffff;*/
}

.text {
    /*color: #000;*/
    color: #1E1F47;
}
/*
=====================================================================================================================================================
About End
=====================================================================================================================================================
*/



/*
=====================================================================================================================================================
Services
=====================================================================================================================================================
*/


.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-bottom: 0;
        font-family: "Poppins", sans-serif;
        color: #635551;
    }

    .section-title p {
        margin-bottom: 0;
    }

.services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    height: 200px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #ff5821;
}

    .services .icon i {
        color: #fff;
        font-size: 24px;
    }

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

    .services .title a {
        color: #343a40;
    }

.services .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #ff5821;
}

    .services .icon-box:hover .icon i {
        color: #ff5821;
    }

.services .icon-box:hover .title a {
    color: #ff5821;
}

.services .description {
    line-height: 24px;
    font-size: 14px;
}


.values .card {
    border: 0;
    padding: 250px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}

.values .card-body {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
    /*height: 80px;*/
}

.values .card-title {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #1f2047;
    /*margin-bottom: 15px;*/
}

    .values .card-title a {
        color: #473d3a;
    }

.values .card-text {
    color: #4b4949;
}

.values .read-more a {
    color: #656262;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
}

    .values .read-more a:hover {
        text-decoration: underline;
    }

.values .card:hover .card-body {
    background: #46C738;
}

.values .card:hover .read-more a, .values .card:hover .card-title, .values .card:hover .card-title a, .values .card:hover .card-text {
    color: #fff;
}
/*
=====================================================================================================================================================
Services End
=====================================================================================================================================================
*/


/*
=====================================================================================================================================================
Client 
=====================================================================================================================================================
*/



.text-white {
    color: #fff !important;
    margin: 0px !important;
}

.p-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }
}

@media (max-width: 768px) {

    .p-md-1 {
        padding: 10px !important;
    }

    .values .card-title {
        font-size: 20px;
    }
}



.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.font-weight-light {
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }

    .text-white {
        font-size: 22px;
        margin: 5px;
    }
}

@media (min-width: 768px) {
    .text-flex {
        flex: 0 0 25%;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 2.5rem !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    border: 1px solid #000 /*#bebebd*/;
    padding: 15px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/*
=====================================================================================================================================================
Client End
=====================================================================================================================================================
*/
/*
=====================================================================================================================================================
Projects
=====================================================================================================================================================
*/
/*.services-intro {
            margin-top: 80px;
        }*/
/*ul {
    margin: 0;
    padding: 0;
    list-style: none;
}*/

img {
    max-width: 100%;
    height: auto;
}

span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.section-head {
    margin-bottom: 60px;
}

    .section-head h4 {
        position: relative;
        padding: 0;
        color: #1E1F47;
        line-height: 1;
        letter-spacing: 0.3px;
        font-size: 34px;
        font-weight: 700;
        text-align: center;
        text-transform: none;
        margin-bottom: 30px;
    }

        .section-head h4:before {
            content: '';
            width: 60px;
            height: 3px;
            background: #1E1F47;
            position: absolute;
            left: 0px;
            bottom: -10px;
            right: 0;
            margin: 0 auto;
        }

        .section-head h4 span {
            font-weight: 700;
            padding-bottom: 5px;
            color: #2f2f2f;
        }

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p, p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

    .extra-text::before {
        content: '';
        width: 60px;
        height: 3px;
        background: #1E1F47;
        position: absolute;
        left: 0px;
        bottom: -10px;
        right: 0;
        margin: 0 auto;
    }

    .extra-text span {
        font-weight: 700;
        color: #1E1F47;
    }

.item {
    background: #fff;
    text-align: center;
    padding: 8px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 25px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

    .item:hover {
        /*background: #1E1F47;
        -webkit-transition: all .5s ease 0;
        transition: all .5s ease 0;
        transition: all 0.5s ease 0s;*/
        background-color: #1E1F47;
        box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
        z-index: 999;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

        .item:hover .item, .item:hover span.icon {
            /*background: #fff;
            border-radius: 10px;*/
            -webkit-transition: all .5s ease 0;
            transition: all .5s ease 0;
            transition: all 0.5s ease 0s;
            font-size: 100px;
            color: #fff;
        }

            .item:hover .item, .item:hover span.icon.odd {
                margin-left: -30px;
            }

        .item:hover h3 {
            color: #fff;
            font-size: 22px;
        }

        .item:hover p {
            color: #fff;
            -webkit-transition: all .5s ease 0;
            transition: all .5s ease 0;
            transition: all 0.5s ease 0s;
            font-size: 14px;
        }

    .item .icon {
        font-size: 40px;
        margin-bottom: 25px;
        color: #1E1F47;
        width: 90px;
        height: 90px;
        line-height: 96px;
        border-radius: 50px;
        font-size: 75px;
        color: #fff;
    }

    .item .feature_box_col_one {
        /*background:rgba(0, 108, 255, 0.15);*/
        color: #1E1F47;
    }

    .item p {
        font-size: 13px;
        line-height: 22px;
    }

    .item h3 {
        margin-bottom: 10px;
        color: #2f2f2f;
    }

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1E1F47;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

    .skills .prog-item {
        margin-bottom: 25px;
    }

        .skills .prog-item:last-child {
            margin-bottom: 0;
        }

        .skills .prog-item p {
            font-weight: 500;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .skills .prog-item .skills-progress {
            width: 100%;
            height: 10px;
            background: #e0e0e0;
            border-radius: 20px;
            position: relative;
        }

            .skills .prog-item .skills-progress span {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                background: #1E1F47;
                width: 10%;
                border-radius: 10px;
                -webkit-transition: all 1s;
                transition: all 1s;
            }

                .skills .prog-item .skills-progress span:after {
                    content: attr(data-value);
                    position: absolute;
                    top: -5px;
                    right: 0;
                    font-size: 10px;
                    font-weight: 600;
                    color: #fff;
                    background: rgba(0, 0, 0, 0.9);
                    padding: 3px 7px;
                    border-radius: 30px;
                }

@media only screen and (max-width: 479px) {

    .item:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/*
=====================================================================================================================================================
Project End
=====================================================================================================================================================
*/

/*
=====================================================================================================================================================
Footer
=====================================================================================================================================================
*/

.footer { /*border-top:1px solid #789f18; background:#eef3e3;*/
    width: 100%;
}

.footer-con {
    font-weight: normal;
    background: #1f1d1d;
}

.inner-footer-bg:before {
    content: "";
    content: "";
    background-image: url(images/footer-inner-bg.jpg);
    background-repeat: no-repeat;
    position: absolute;
    height: 79px;
    background-size: cover;
    top: -79px;
    width: 100%;
    margin-top: 00px;
}

ul.main-nav-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    font-size: 15px;
    /*text-transform: uppercase;*/
    color: #ffffff;
    width: 100%;
}

    ul.main-nav-list > li {
        border-right: 1px solid #ffffff;
        display: table-cell;
        padding: 17px 0;
    }

        ul.main-nav-list > li h4 {
            font-size: 16px;
        }

        ul.main-nav-list > li a {
            color: #ffffff;
            line-height: 25px;
        }

        ul.main-nav-list > li:first-child {
            width: 15%;
            padding-left: 25px;
            padding-right: 25px;
        }

        ul.main-nav-list > li:nth-child(2) {
            width: 15%;
            padding-left: 25px;
            padding-right: 25px;
        }

        ul.main-nav-list > li:nth-child(3) {
            width: 20%;
            padding-left: 25px;
        }

        ul.main-nav-list > li:nth-child(4) {
            width: 20%;
            border-right: 0px;
            padding-left: 25px;
        }

            ul.main-nav-list > li:nth-child(4) i {
                color: #ffffff;
                padding-right: 5px;
            }

            ul.main-nav-list > li:nth-child(4) a {
                text-transform: lowercase;
                padding-right: 5px;
            }

    ul.main-nav-list .footer-inner-list {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

.fa {
    padding-right: 3px;
}

.copyright {
    background: #121111;
}

    .copyright p {
        text-align: left;
        margin: 10px 0px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

    .copyright span {
        float: right;
    }

@media (max-width:767px) {
    ul.main-nav-list {
        display: block;
    }

        ul.main-nav-list > li {
            width: 100% !important;
        }

        ul.main-nav-list > li {
            padding: 10px 0px 5px;
        }

    .quickFormBtn1 {
        padding: 9px 12px !important;
    }

    .footer-contact {
        text-align: left !important;
        padding-left: 25px;
    }

        .footer-contact li {
            padding-bottom: 20px;
        }

    .copyright span {
        float: left;
    }
    /*.mobile-font-small, .copyright p {
        font-size: 11px !important;
        text-align: initial;
    }*/
}

@media (max-width:991px) {
    ul.main-nav-list > li:first-child, ul.main-nav-list > li:nth-child(2), ul.main-nav-list > li:nth-child(3) {
        width: 33.33%;
        display: inline-block;
        border-right: 0px;
        vertical-align: top;
    }

    ul.main-nav-list > li:nth-child(4) {
        width: 100%;
        display: block !important;
    }
}

a, a:hover, a:focus, a:visited {
    text-decoration: none !important;
    outline: none !important;
}

.footerContactUl li {
    margin-right: 80px;
}

    .footerContactUl li:last-child {
        margin-right: 20px;
    }

.quickFormBtn1 {
    background: #FFF;
    color: #1E1F47 !important;
    padding: 15px 19px 15px 19px;
    margin: 5px;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
    transition: all ease 0.3s;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

    .quickFormBtn1:hover {
        background: #1E1F47 none repeat scroll 0 0;
        color: #ffffff !important;
        cursor: pointer;
    }

.footer-contact {
    text-align: center;
}

.footerSocialIcon {
    margin: 20px 0;
}

.mail {
    margin-top: 7px;
}

/*
=====================================================================================================================================================
Footer End
=====================================================================================================================================================
 */
/*.banner h1, .banner h3, .banner h6 {
    margin: 0;
    text-shadow: 2px 2px 6px #000;
    text-align: center;
    color: #fff;
    font-size: 35px;
}


.banner {
    margin-top: 100px !important;
    color: white;
    background: url('../images/banner-services.jpg') top left/cover no-repeat;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.hero-image {
    background-image: url("../images/banner-services.jpg");
    height: 100%;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

    .hero-text h1 {
        color: #fff;
        font-size: 50px;
    }


    .hero-text button {
        border: none;
        outline: 0;
        display: inline-block;
        padding: 10px 25px;
        color: black;
        background-color: #ddd;
        text-align: center;
        cursor: pointer;
    }

        .hero-text button:hover {
            background-color: #555;
            color: white;
        }
/*
=====================================================================================================================================================
Float box
=====================================================================================================================================================
*/
.form label {
    margin-left: 0px;
    margin-right: 15px;
}

.vert-line {
    position: relative;
    height: 500px;
    display: table;
    margin: 0 auto;
}

    .vert-line > div {
        display: table-cell;
        vertical-align: middle;
    }

    .vert-line:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background: #dcdcdc;
        left: 50%;
        margin-left: 1px;
        z-index: 0;
    }

    .vert-line > div > span {
        background: #dcdcdc;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

@media (max-width:991px) {
    .vert-line {
        height: 80px;
        width: 100%;
    }

        .vert-line:before {
            width: 100%;
            height: 1px;
            background: #dcdcdc;
            left: auto;
            top: 50%;
            margin-left: 0px;
        }
}
/* BMI Radio */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0;
                }

    .enquiries-box {
        background-color: #532d12;
    }

        .enquiries-box a {
            color: #ffffff;
            text-decoration: underline;
        }

            .enquiries-box a:hover {
                color: #c7c7c7;
            }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
            border-top-left-radius: 0;
        }

        .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
            border-bottom-left-radius: 0;
        }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion > .card {
    overflow: hidden;
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0;
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0;
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion > .card .card-header {
        margin-bottom: -1px;
    }



.prod-cards .card {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

    .prod-cards .card:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 3px;
        background: #522c11;
        bottom: -2px;
        left: 50%;
        margin-left: -25px;
    }

.prod-cards a.card:hover {
    border-color: #522c11;
}

.prod-cards .col-12 {
    padding-bottom: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*.prod-cards .card .card-body.ftrheading {-ms-flex:0;flex:0;}*/
.prod-cards .card .card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

    .prod-cards .card .card-body img {
        display: block;
        min-width: 80px;
        min-height: 80px;
        max-width: 100%;
    }

.prod-cards .card .card-footer {
    background: none;
    border: 0;
    text-align: center;
}

.prod-cards .card h2, .prod-cards .card h3 {
    margin: 0;
    font-size: 1.1rem;
}

.prod-cards .card p {
    margin: 10px 0 0;
    font-size: 14px;
}

.prod-cards a, .prod-cards .card {
    text-decoration: none;
    border-radius: 0 !important;
}

.card, .card-header:first-child {
    border-radius: 0 !important;
}

.m-auto {
    margin: auto !important;
}
/*  Form Control / Btn */
.form-control {
    resize: none;
    font-weight: 500 !important;
}

.form-control {
    background: #fff;
    border-color: #ccc;
}

*:focus {
    outline: none;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width:1205px) {
    .float_box1 {
        top: 180px;
        z-index: 9999;
    }
}

@media (min-width:640px) {
    .float_box {
        width: 300px;
        min-height: 210px;
        height: auto;
        background-color: #FFF;
        position: fixed;
        right: -300px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }

        .float_box:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 15px;
        }

    .float_box1 {
        top: 150px;
        z-index: 99;
    }

    .float_box1_open {
        right: 0px;
    }

    .float_box2_open {
        right: 0px;
    }

    .float_box3_open {
        right: 0px;
    }

    .float_box4_open {
        right: 0px;
    }

        .float_box1_open .float_button, .float_box2_open .float_button, .float_box3_open .float_button, .float_box4_open .float_button {
            background: #f57c1a;
        }

    .float_button {
        width: 207px;
        line-height: 45px;
        position: absolute;
        left: -125px;
        top: 185px;
        text-align: center;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        text-transform: uppercase;
        background: #f57c1a;
        transform: rotate(-90deg);
        border-radius: 5px 5px 0 0;
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

    .float_button {
    }

        .float_button:hover {
            background: #f57c1a;
        }

    .float_data {
        padding: 10px;
        color: #333;
        border: 1px solid #DDD;
        border-right: none;
        min-height: 46px;
        -webkit-box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
        box-shadow: 0px 5px 33px -8px rgba(0,0,0,0.75);
    }

        .float_data h2 {
            color: #044679;
        }

    a.float_button {
        text-decoration: none;
        color: #fff;
    }

    .float_box .form-group input {
    }

        .float_box .form-group input::-webkit-input-placeholder {
            color: #999;
        }

        .float_box .form-group input::-moz-placeholder {
            color: #999;
        }

        .float_box .form-group input:-ms-input-placeholder {
            color: #999;
        }

        .float_box .form-group input:-moz-placeholder {
            color: #999;
        }
}

.float_box .form-group textarea {
    resize: none;
}

.float_box label {
    font-size: 10pt;
    font-weight: normal;
    display: none;
}

.float_box .form-group {
    margin-bottom: 10px;
}

/*.float_box .btn {
            background: #DDD;
        }*/

@media (max-width:640px) {
    .float_button {
        margin-bottom: 0;
        color: #FFF;
        background: #f57c1a;
        padding: 8px;
    }

    .float_box {
        padding: 15px;
        background: #FAFAFA;
    }

    .float_data {
        border: #f57c1a 1px solid;
        padding: 10px;
    }
}

@media (min-width:480px) and (max-width:640px) {
    .float_box .col-2 {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .float_box .col-1 {
        width: 100%;
        padding: 10px;
    }
}

.fancybox-opened .fancybox-title {
    visibility: visible;
    width: 100%;
    height: 100%;
    left: 0%;
    right: auto;
    top: 0;
}

    .fancybox-opened .fancybox-title a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

/*       
=====================================================================================================================================================
Float Box End
=====================================================================================================================================================
*/
/*Sidebar*/
/* Sub Menu */
.submenu {
    padding: 0 65px;
    margin: 0;
    list-style: none;
    display: flex;
    margin-top: -60px;
}

    .submenu > li {
        padding: 0px;
        margin: 0 0 20px 0;
        background: #e7e7e7;
    }

        .submenu > li > a {
            color: #323232;
            display: table;
            width: 100%;
            padding: 10px;
            text-decoration: none;
        }

            .submenu > li > a .menu-icon, .submenu > li > a h2 {
                display: table-cell;
                vertical-align: middle;
            }

            .submenu > li > a .menu-icon {
                width: 70px;
                height: 70px;
                line-height: 70px;
                text-align: center;
                background: #fff;
                border-radius: 50%;
            }

            .submenu > li > a h2 {
                font-size: 1.1rem;
                padding-left: 10px;
                text-transform: uppercase;
                font-family: RobotoCondensed;
            }

            .submenu > li > a:hover, .submenu > li.active > a {
                color: #522c11;
            }

        .submenu > li.active, .submenu > li.active a {
            background: #532d12;
            color: #fff !important;
        }

.list-submenu {
    padding: 15px;
    margin: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: .25rem;
}

    .list-submenu li a {
        color: #646464;
        text-decoration: none;
        position: relative;
        padding: 5px 0 5px 10px;
        display: block;
    }

        .list-submenu li a:hover {
            color: #522c11;
        }

    .list-submenu li.active a {
        color: #522c11;
    }

    .list-submenu li a:before {
        content: "\f0da";
        font-family: 'FontAwesome';
        position: absolute;
        display: block;
        left: 0;
        top: 7px;
        font-size: 13px;
    }

.submenu li.catalog-link > a {
    color: #522c11;
}

@media (min-width: 1200px) {
    #sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
    }

    .submenu > li {
        width: 25%;
        margin-right: 15px;
        margin: 0 auto;
    }

        .submenu > li:last-child {
            /* margin-right: 0; */
        }
}
/* Survey */
.mm-survey {
    border: 1px solid #ccc;
    margin-top: 15px;
}

    .mm-survey .mm-ques {
        background: rgba(0,0,0,.03);
        padding: 15px;
    }

        .mm-survey .mm-ques span {
            font-size: 20px;
            font-weight: 700;
        }

.mm-survey-container {
    width: 100%;
    min-height: 100%;
    background: #fff;
}

.mm-survey-results-container {
    width: 100%;
    min-height: 600px;
    background: #fafafa;
}

.mm-survey-page {
    display: none;
    font-weight: 100;
    padding: 25px;
}

    .mm-survey-page.active {
        display: block;
    }

.mm-survey-controller {
    position: relative;
    height: 60px;
    /*background: #333;*/
    background: transparent;
    padding: 12px 14px;
}

.mm-survey-results-controller {
    position: relative;
    height: 60px;
    background: #333;
    padding: 12px 14px;
}

.mm-back-btn {
    display: inline-block;
    position: relative;
    float: left;
}

.mm-prev-btn {
    display: inline-block;
    position: relative;
    float: left;
}

.mm-next-btn {
    display: inline-block;
    /*opacity: 0.25;*/
    position: relative;
    float: right;
}

.mm-finish-btn {
    /*display: none;*/
    position: relative;
    float: right;
}

    .mm-finish-btn a {
        background: #3DD2AF !important;
        color: #fff;
    }

.mm-survey-controller a {
    background: #f57c1a;
    color: #fff;
    border: none;
    padding: 8px 18px;
    font-weight: 300;
}

.mm-survey-results-controller a {
    background: #fff;
    border: none;
    padding: 8px 18px;
}

.mm-survey-progress {
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    overflow: hidden;
}

.mm-progress {
    transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
    height: 30px;
    width: 0%;
    background: linear-gradient(to left, #faa732, #fcbf28);
}

.mm-survey-q {
    list-style-type: none;
    padding: 0px;
}

    .mm-survey-q li {
        display: block;
        /*padding: 20px 0px;*/
        margin-bottom: 10px;
        width: 100%;
        background: #fff;
    }

        .mm-survey-q li input {
            width: 100%;
        }

.mm-survery-content label {
    width: 100%;
    padding: 10px 10px;
    margin: 0px !important;
}

    .mm-survery-content label:hover {
        cursor: pointer;
    }

.mm-survey-question {
    min-height: 100%;
}

    .mm-survey-question p {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 40px;
    }

.mm-survery-content label p {
    /*display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    margin: 0px;*/
    padding: 8px;
    border: 2px solid #ccc;
    display: inline-block;
    position: relative;
    top: -15px;
    left: 35px;
    font-weight: 300;
    margin: 0px;
    width: 1110px !important;
}

.mm-survery-content .rad label::before {
    /*content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
     margin-left: -20px; 
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;*/
    display: inline-block;
    position: relative;
    top: -7px;
    left: 35px;
    margin: 0px;
}

.mm-survery-content input[type="radio"] {
    display: none !important;
}

    .mm-survery-content input[type="radio"] + label {
        color: #292321;
        font-weight: 300;
        font-size: 16px;
    }

    .mm-survery-content input[type="radio"] + label {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 2px 4px 0 0;
        vertical-align: middle;
        cursor: pointer;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .mm-survery-content input[type="radio"] + label {
        border: 2px solid #f57c1a;
        background: transparent;
        margin: 15px 0px !important;
    }

    .mm-survery-content input[type="radio"]:checked + label {
        background-color: #08e345;
        border: 2px solid #f57c1a;
    }

    .mm-survery-content input[type="radio"] + label,
    .mm-survery-content input[type="radio"]:checked + label {
        -webkit-transition: background-color 0.20s ease-in-out;
        -o-transition: background-color 0.20s ease-in-out;
        -moz-transition: background-color 0.20s ease-in-out;
        transition: background-color 0.20s ease-in-out;
    }

.mm-survey-item {
    background: #fff;
    margin-bottom: 15px;
    /*border-bottom: 1px solid rgba(33,33,33,0.15);*/
    border-radius: 0px 0px 4px 4px;
    width: 1175px !important;
}

.mm-prev-btn button:focus, .mm-next-btn button:focus, .mm-finish-btn button:focus {
    outline: none;
    border: none;
}

.mm-survey.okay .mm-next-btn {
    display: inline-block;
    opacity: 1;
}

.mm-finish-btn.active {
    display: inline-block;
}

.mm-survey-results {
    display: none;
}

.mm-survey-results-score {
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -6px;
}

.mm-survey-results-list {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0px;
}

.mm-survey-results-item {
    color: #fff;
    margin-top: 10px;
    padding: 15px 15px 15px 0px;
    font-weight: 300;
}

    .mm-survey-results-item.correct {
        background: linear-gradient(to left, #4CB8C4, #3CD3AD);
    }

    .mm-survey-results-item.incorrect {
        background: linear-gradient(to left, #d33c62, #dc1144);
    }

.mm-item-number {
    height: 40px;
    position: relative;
    padding: 17px;
    background: #333;
    color: #fff;
}

.mm-item-info {
    float: right;
}
/*#stage {
    width: 550px;
    margin: 50px auto;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}

    table tr > td:first-child {
        width: 1px;
        background: rosybrown;
    }

    table td {
        padding: 1rem 1.1rem;
        background: lightgray;
        border: 2px solid white;
    }

.hidden {
    opacity: 0.25;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: not-allowed;
}

button {
    cursor: pointer;
    float: right;
    padding: 12px 17px;
    font-family: inherit;
    background: lightgray;
    border: none;
    position: relative;
}

    button::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        position: absolute;
        right: -23px;
        top: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 21px solid rosybrown;
        -webkit-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
    }

    button:focus {
        outline: 0;
    }

    button:active::before {
        right: -28px;
    }

    button.return::before {
        left: -23px;
        border-left: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-right: 21px solid teal;
    }

    button.return:active::before {
        left: -28px;
    }

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 15px;
}

.question span {
    color: burlywood;
}

.result {
    color: rosybrown;
}

    .result span {
        color: teal;
    }

input {
    -webkit-appearance: none;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: rgba(255, 255, 255, 0.05) 0 0px 1px 1px, inset rgba(0, 0, 0, 0.5) 0 0 0 1px;
    background-color: lightgray;
    -webkit-transition: background 100ms ease-in-out;
    transition: background 100ms ease-in-out;
    outline: none;
}

    input:checked {
        background: teal;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        box-shadow: inset gainsboro 0 0 0 1px;
        -webkit-transition: background 100ms ease-in-out;
        transition: background 100ms ease-in-out;
    }*/

/*       
=====================================================================================================================================================
Testimonial 
=====================================================================================================================================================
*/
/*testimonial*/
.testimonial-bx h2.heading, .fnt-dtl .hdr {
    color: #fff;
    text-shadow: 0 0 5px #444;
}

    .testimonial-bx h2.heading:before {
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }

.testimonial-bx {
    /*padding: 30px 0 0;*/
    background: #f2fcfc;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .testimonial-bx h2 {
        margin: 0 auto;
    }

.testimonial {
    padding: 20px;
    display: flex;
    align-items: center;
    /*margin: 50px 30px 30px;*/
    /*border: 1px solid #ea816b;*/
    position: relative;
}

    .testimonial .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 5px solid #c7373c;
        overflow: hidden;
        margin: 0 auto;
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .description {
        font-size: 16px;
        color: #000;
        line-height: 25px;
        margin: 0;
        position: relative;
    }



    .testimonial .title {
        color: #001d58;
        font-weight: 600;
        font-size: 25px;
        padding-bottom: 10px;
        /*display: inline-table;
                padding: 10px;
                margin: 0 auto;
                background: #fff;
                border: 1px solid #ea816b;
                font-size: 20px;
                font-weight: 700;
                color: #c7373c;
                letter-spacing: 1px;
                text-transform: uppercase;
                position: absolute;
                bottom: -22px;
                left: 0;
                right: 0;*/
    }

    .testimonial .post {
        font-size: 20px;
        color: #000;
        font-weight: 600;
    }

.testimonial-image {
    border: 1px solid #1E1F47;
    padding: 10px;
    border-radius: 150px;
}


.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 100px;
        height: 50px;
        line-height: 40px;
        border-radius: 0;
        background: transparent;
    }

.owl-prev {
    position: absolute;
    left: -5%;
}

.owl-next {
    position: absolute;
    right: -5%;
}

    .owl-prev:after,
    .owl-next:after {
        content: "\f104";
        font-family: "fontAwesome";
        font-weight: 900;
        font-size: 30px;
        color: #1E1F47;
        opacity: 1;
    }

    .owl-next:after {
        content: "\f105";
    }

@media only screen and (max-width: 479px) {
    .testimonial {
        text-align: center;
        padding: 0px;
        border: none;
        display: block;
    }

        .testimonial .description:before {
            top: -20px;
        }

        .testimonial .title {
            font-size: 20px;
            padding-top: 10px;
        }

        .testimonial .post {
            font-size: 14px;
        }
}

@media (min-width: 768px) {

    .modal-body {
        height: 275px !important;
    }
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f57c1a !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff !important;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    #mySmallModal .modal-dialog {
        width: 800px;
        margin: 100px auto;
    }
}

@media only screen and (max-width: 600px) {
    .modal-dialog {
        width: 300px !important;
    }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.modal-body .fixture h1, .fixture h2 {
    color: #fca33e;
    padding: 5px 0 15px;
    display: inline-block;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
}

/*category box*/
.service-block-container {
    display: flex;
    justify-content: center;
}

.service-block {
    min-width: 120px;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    color: #666;
    border: 1px solid #f57c1a;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .service-block {
        min-width: 110px;
        width: 110px;
    }
}

.service-underlay {
    position: absolute;
    height: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: rgb(245, 124, 26);
    /*padding-top: 2px;*/
    transition: all 0.3s ease-in-out;
}

    .service-underlay:active {
        background-color: rgb(245, 212, 1);
    }

.service-block:active {
    border: 1px solid rgb(245, 212, 1);
}

.service-icon {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    color: #737373;
}

    .service-icon img {
        width: 80px;
        height: auto;
    }

.service-name {
    margin: 0 auto;
    display: block;
    text-transform: Capitalize;
}

.service-desc {
    display: block;
    font-size: 12px;
    margin-top: 75px;
}

.service-underlay .cta {
    margin-top: 115px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

/*category box*/
.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .button:hover {
        background: #1E1F47;
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 15% auto;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: 65%;
    height: 60%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: "Lato", sans-serif;
    }

    .popup .close {
        position: absolute;
        top: -30px;
        right: 0px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

        .popup .close:hover {
            color: #fff;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

.iconlist4 {
    padding-left: 0px;
}
/* Search */

#sear {
    display: flex;
}

.search-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    /* left: 50%; */
    margin-left: -20px;
}

    .search-wrapper.active {
    }

    .search-wrapper .input-holder {
        height: 35px;
        width: 50px;
        overflow: hidden;
        background: rgba(255,255,255,0);
        border-radius: 6px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder {
        width: 450px;
        border-radius: 50px;
        background: rgb(255, 255, 255);
        transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        border: 1px solid black;
        margin-left: -475px;
    }

    .search-wrapper .input-holder .search-input {
        width: 100%;
        height: 35px;
        padding: 0px 70px 0 20px;
        opacity: 0;
        position: absolute;
        top: -11px;
        left: 0px;
        background: transparent;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-family: "Open Sans", Arial, Verdana;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #573119;
        transform: translate(0, 60px);
        transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.3s;
    }

    .search-wrapper.active .input-holder .search-input {
        opacity: 1;
        transform: translate(0, 10px);
    }

    .search-wrapper .input-holder .search-icon {
        width: 35px;
        height: 35px;
        border: none;
        border-radius: 50px;
        background: #f5d401;
        padding: 0px;
        outline: none;
        position: relative;
        z-index: 2;
        float: right;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder .search-icon {
        width: 35px;
        height: 35px;
        /*margin: 10px;*/
        border-radius: 30px;
    }

    .search-wrapper .input-holder .search-icon span {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        transform: rotate(325deg);
        transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    }

    .search-wrapper.active .input-holder .search-icon span {
        transform: rotate(-45deg);
    }

    .search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
        position: absolute;
        content: '';
    }

    .search-wrapper .input-holder .search-icon span::before {
        width: 3px;
        height: 11px;
        left: 9px;
        top: 12px;
        border-radius: 2px;
        background: #000;
    }

    .search-wrapper .input-holder .search-icon span::after {
        width: 12px;
        height: 12px;
        left: 4px;
        top: 0px;
        border-radius: 16px;
        border: 2px solid #000;
    }

    .search-wrapper .close {
        position: absolute;
        z-index: 1;
        top: 5px;
        right: 10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transform: rotate(-180deg);
        transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
        transition-delay: 0.2s;
        opacity: 1;
    }

    .search-wrapper.active .close {
        right: -15px;
        transform: rotate(45deg);
        transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.5s;
    }

    .search-wrapper .close::before, .search-wrapper .close::after {
        position: absolute;
        content: '';
        background: #FE5F55;
        border-radius: 2px;
    }

    .search-wrapper .close::before {
        width: 5px;
        height: 23px;
        left: 9px;
        top: 0px;
    }

    .search-wrapper .close::after {
        width: 23px;
        height: 5px;
        left: 0px;
        top: 9px;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}
/*category box*/
/*       
=====================================================================================================================================================
Testimonial End
=====================================================================================================================================================
*/
/*
=====================================================================================================================================================
SECTION COMMON DATA
=====================================================================================================================================================
*/

.visual-inside {
    background: #ebebeb;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin: auto;
    z-index: 1;
}

.visual-inside-big {
    background: #ebebeb;
    position: relative;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

    .visual-inside img, .visual-inside-big img {
        max-width: 100%;
        width: 100%;
    }

    .visual-inside .container, .visual-inside-big .container {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

.logo-inside {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 0px;
    width: auto !important;
    background: rgba(255,255,255,.75);
    padding: 10px 25px;
}

.logo-container {
    position: absolute;
    top: 0px !important;
    left: 0px;
    right: 0px;
}

@media (max-width: 767px) {
    .visual-inside, .visual-inside-big {
        height: 200px;
        background: #eeeeee;
        background-position: center;
        position: relative;
        background-size: cover;
        z-index: 1;
    }

        .visual-inside .container h1 {
            font-size: 1.3rem;
            padding: 0px 0px;
            margin: 0px;
            text-align: left;
        }

        .visual-inside img, .visual-inside-big img {
            max-width: 100%;
            width: 100%;
            height: 200px;
        }

    .logo-container {
        left: 15px !important;
    }

        .logo-container img {
            width: 130px !important;
            height: auto;
        }
}

@media (max-width: 980px) {
    .visual-inside {
        min-height: 200px;
        background: #eeeeee;
        position: relative;
        background-position: center;
        z-index: 1;
    }

        .visual-inside .container {
            margin-top: 3rem;
            position: absolute;
            bottom: 0px;
            right: 0px;
            left: 0px;
            width: 100%;
            max-width: 100%;
            padding-top: 5px;
        }
}

.border-heading {
    padding: 20px 15px;
    text-align: center;
    min-width: initial;
    background: rgba(255,255,255,0.85);
    width: 100%;
}

    .border-heading h1 {
        color: #0b3688 !important;
    }

.d-inline-block {
    display: inline-block !important;
}

.border-box {
    padding: 0px 5px 5px;
    display: inline-block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,191,0,1) 60%, rgba(255,192,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(60%, rgba(255,191,0,1)), color-stop(100%, rgba(255,192,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,191,0,1) 60%, rgba(255,192,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,191,0,1) 60%, rgba(255,192,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(255,191,0,1) 60%, rgba(255,192,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgb(46, 54, 90) 60%, rgb(39, 48, 85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc000', GradientType=0 );
}



/*
=====================================================================================================================================================
SECTION COMMON DATA Ends
=====================================================================================================================================================
*/

@media only screen and (max-width:480px) and (min-width:320px) {
    .heading h2, .heading h1 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 30px;
        /* padding: 0 70px; */
        word-break: inherit;
        text-align: center !important;
    }

    .back {
        background: none;
    }

    .dtl {
        display: none !important;
    }

    .feature-bx .iconlist4 .flip-container {
        height: 320px;
    }

    #body {
        margin-top: 0px;
        padding: 0px 0px;
    }

    .section-visual {
        position: relative;
        background-color: #efefef !important;
        height: 108px;
        background-size: cover;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin-top: 2px;
    }

    .hero-text h1 {
        color: #fff;
        font-size: 25px;
    }

    .search-wrapper {
        margin-left: -30px;
    }

        .search-wrapper.active .input-holder {
            width: 220px;
            border-radius: 50px;
            background: rgb(255, 255, 255);
            transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
            border: 1px solid black;
            margin-right: 248px;
            margin-left: 0px;
        }

        .search-wrapper .input-holder {
            height: 35px;
            /* width: 473px; */
            overflow: hidden;
            background: rgba(255,255,255,0);
            border-radius: 6px;
            position: relative;
            transition: all 0.3s ease-in-out;
        }

        .search-wrapper.active .close {
            right: 222px;
        }

    .offcanvas-toggle {
        padding: 12px 10px;
        background: transparent;
        border: 0px;
        border-radius: 0px;
        display: none;
        cursor: pointer;
        outline: none !important;
        position: relative;
        z-index: 0 !important;
    }

    .enquiries-box {
        background-color: #532d12;
    }

        .enquiries-box a {
            color: #ffffff;
            text-decoration: underline;
        }

            .enquiries-box a:hover {
                color: #c7c7c7;
            }
}

.catactive {
    background-color: rgb(245, 212, 1);
    font-weight: 600;
    color: #522b11;
    padding: 3px;
}

.forgot-pswd {
    color: #0a4a89;
}

.button {
    border-radius: 4px;
    border: none;
    text-align: center;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #1E1F47;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

a:focus, a:hover {
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

.button:hover span {
    padding-right: 25px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}


/*
=====================================================================================================================================================
Contact
=====================================================================================================================================================
*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    border-radius: 4px;
    margin-bottom: 22px;
    background: #fff;
}

    .contact .info-box i, .contact .info-box img {
        font-size: 25px;
        color: #000;
        border-radius: 50%;
        padding: 12px 10px 12px 10px;
        border: 2px dotted #000;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact {
    /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
    padding: 30px;
    border-radius: 4px;
}

    .contact .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .error-message br + br {
            margin-top: 25px;
        }

    .contact .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .contact-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 13px;
        border-radius: 4px;
        background: #fff;
    }

/*product-list*/

.prod_box {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
}

.prod_box {
    -webkit-animation: fadeInUp 1000ms ease;
    -moz-animation: fadeInUp 1000ms ease;
    -ms-animation: fadeInUp 1000ms ease;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -ms-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease;
}

    .prod_box:hover {
        box-shadow: 0px 5px 5px #666;
    }

    .prod_box figure {
        text-align: center;
    }

        .prod_box figure img {
            max-width: 100%;
            position: relative;
            z-index: 0;
            /*border: 1px solid #e7e7e7;*/
        }

    .prod_box figcaption {
        /*padding: 6px;*/
        background: rgba(255,255,255,0.3);
        position: relative;
        text-align: left;
        border: 1px solid #ef3876;
        -webkit-transition: all .300s ease;
        -moz-transition: all .300s ease;
        -ms-transition: all .300s ease;
        -o-transition: all .300s ease;
        transition: all .300s ease;
        COLOR: #000;
    }

        .prod_box figcaption h2 {
            color: #fff;
            font-weight: 600;
            line-height: normal;
            margin: 0;
            background-color: #ef3876;
            height: 75px;
            line-height: 25px;
            font-size: 18px;
            padding-top: 10px;
        }

    .prod_box a {
        text-decoration: none;
        color: #646464;
    }

    .prod_box figcaption:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        transform-origin: top center;
        background: #fff;
        z-index: -1;
        transition: transform 0.3s;
    }

    .prod_box:hover figcaption:after {
        transform: scaleY(1);
    }




    .prod_box .prod_price {
        font-size: 18px;
        color: #323232;
    }

        .prod_box .prod_price .strikethrough {
            font-size: 14px;
            text-decoration: line-through;
            color: #000;
            margin-left: 10px;
        }

    .prod_box .prod_cart {
        text-align: right;
    }

        .prod_box .prod_cart a {
            color: #666666;
            background: transparent !important;
        }

            .prod_box .prod_cart a .fa-heart:before {
                content: "\f004";
                color: #ed6802;
            }

            .prod_box .prod_cart a:hover {
                color: #00a65a;
                background: #fff !important;
            }

            .prod_box .prod_cart a:focus {
                color: #00a65a;
                background: #fff !important;
            }

            .prod_box .prod_cart a:active {
                color: #00a65a;
                background: #fff;
            }

            .prod_box .prod_cart a .fa {
                margin-right: 0 !important;
            }

.pic_wrap {
    position: relative;
    background: #fff;
    overflow: hidden;
}

    .pic_wrap img {
        margin: 0 auto;
        width: 100%;
    }

ul.list-table {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}

    ul.list-table li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: table-cell;
        width: auto;
        vertical-align: middle;
    }
/*about-product-list*/
/* :: about PRODUCTS :: =================================================== */

ul.prod_list {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}

    ul.prod_list > li {
        padding: 0;
        margin: 0 15px 30px;
        list-style: none;
        max-width: 222px;
        display: inline-block;
        vertical-align: top;
    }

    ul.prod_list .prod_thumb {
        padding: 0px;
        margin: 0 auto;
        position: relative;
        border: 1px solid #ddd;
    }

    ul.prod_list img {
        max-width: 100%;
    }

    ul.prod_list li .prod_name {
        padding: 5px;
        text-align: center;
        background-color: #000;
    }

        ul.prod_list li .prod_name h2 {
            font-size: 13px;
            line-height: 20px;
            color: #fff;
        }

    ul.prod_list li a {
        display: block;
        text-decoration: none;
    }

.prod_pic_slider, .prod_pic_slider li {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .prod_pic_slider img {
        max-width: 100%;
    }

.cont-font {
    font-size: 28px !important;
}

.bg-image {
    background: url(../images/bg-image.png) repeat-y;
    background-size: contain;
    width: 100%;
}

.bg-image-white {
    background: url('../images/bg-image-white.png') no-repeat;
    background-size: cover;
}

.text {
    font-size: 18px;
}

/*client*/
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.tabcontent {
    display: none;
}

    .tabcontent div {
        line-height: 200%;
    }
/*client*/

.partner-intro-block h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

.partner-logo-list {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

@media only screen and (max-width:767px) {
    .partner-logo-list {
        margin-bottom: 30px
    }
}

.partner-logo-list li {
    line-height: normal;
    /*width: 18.175%;*/
    padding: 20px 0px 0px 16px;
    /*padding-bottom: 20px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

    .partner-logo-list li img {
        /*width: 145px;*/ padding: 10px;
        border-radius: 30px;
        border: 1px solid #000;
    }

@media only screen and (max-width:1200px) {
    .partner-logo-list li {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .partner-logo-list li {
        padding-top: 20px;
        padding-bottom: 20px
    }
}



@media only screen and (min-width:1920px) {
    /*.partner-logo-list li img {
            width: 200px;
        }*/
    .partner-logo-list li {
        padding: 30px 12px 15px 12px;
    }
}
/*client*/



.circle .hdng {
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 10px 0;
    width: 200px;
    position: relative;
}

    .circle .hdng:first-of-type {
        color: #000;
    }

    .circle .hdng::after {
        content: "";
        width: 200px;
        height: 1px;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

    .circle .hdng:first-of-type::before,
    .circle .hdng:first-of-type::after {
        background: #000;
    }



/* Circle */
.circle h2::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    bottom: -8px;
    left: 200px;
}
@media (max-width:767px) {
    .bg-image {
        background: url(../images/bg-image.png) repeat-y !important;
        background-size: contain !important;
        width: 100%;
    }

    .circle .hdng {
        width: 250px !important;
    }

        .circle .hdng::after {
            width: 250px !important;
        }

    .circle h2::before {
        left: 250px !important;
    }
    .pad-mob {
        padding-left: 50px !important;
        padding-right: 20px !important;
    }
}