body {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    background: #fff;
    overflow-x: hidden
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
/*    background: none*/
}

html, body {
    height: 100%
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    margin-top: 0px;
    color: #333;
    font-weight: 400
}

a {
    text-decoration: none;
    transition: all 0.2s ease 0s
}

    a:hover {
        text-decoration: none
    }

    a:focus {
        outline: none;
        text-decoration: none
    }

p {
    margin-bottom: 0
}

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

::-webkit-input-placeholder {
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif
}

:-moz-placeholder {
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif
}

::-moz-placeholder {
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif
}

:-ms-input-placeholder {
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0
}

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #ffb900;
    border-right: 8px solid #ffb900;
    border-bottom: 8px solid #ffb900;
    border-left: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

.status-mes h4 {
    color: #edf3fe;
    position: relative;
    font-size: 24px;
    margin-top: 30px;
    text-transform: capitalize;
    letter-spacing: 1px
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 120px 0
}

.section-title {
    margin-bottom: 60px
}

    .section-title h1 {
        font-size: 40px;
        font-weight: 500;
        margin-top: 0;
        position: relative;
        text-transform: capitalize
    }

h1.section-title-white {
    font-size: 60px;
    font-weight: 900;
    margin-top: 0;
    position: relative;
    text-transform: capitalize
}

p.section-title-white {
    color: #fff
}

@media only screen and (max-width: 480px) {
    .section-title h1 {
        font-size: 30px
    }
}

.section-title span {
    background: #ffb900 none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin: 20px auto;
    width: 60px
}

.section-title-white-span {
    background: #fff !important
}

.section-title-white {
    color: #fff;
    position: relative
}

.section-title p {
    padding: 0 10px;
    width: 60%;
    margin: auto
}

@media only screen and (max-width: 480px) {
    .section-title p {
        padding: 0 10px;
        width: 90%;
        margin: auto
    }
}

.topcontrol {
    background: #ffb900 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 5px;
    top: auto !important;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    position: fixed;
    right: 5px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 50px
}

    .topcontrol:hover {
        background: #222;
        color: #fff
    }

.app-btn {
    background: #ffb900 none repeat scroll 0 0;
    border: 1px solid #ffb900;
    border-radius: 30px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    color: #fff;
    margin-right: 15px;
    padding: 15px 40px;
    text-transform: capitalize;
    transition: all 0.2s ease 0s
}

    .app-btn:hover {
        color: #fff
    }

    .app-btn i {
        margin-right: 5px
    }

    .app-btn:hover, .app-btn:focus {
        box-shadow: none
    }

.app-btn-two {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    border: 1px solid #fff;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    color: #333;
    margin-right: 15px;
    padding: 15px 40px;
    transition: all 0.2s ease 0s
}

    .app-btn-two i {
        color: #333;
        margin-right: 5px
    }

    .app-btn-two:hover, .app-btn-two:focus {
        color: #333;
        box-shadow: none
    }

.google-btn {
    background: #005bbc none repeat scroll 0 0;
    border: 1px solid #005bbc;
    border-radius: 30px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    color: #fff;
    margin-right: 15px;
    padding: 15px 40px;
    transition: all 0.2s ease 0s
}

    .google-btn i {
        margin-right: 5px
    }

    .google-btn:hover, .google-btn:focus {
        box-shadow: none
    }

.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ffb900 !important;
        background-color: transparent
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #ffb900 !important;
        background-color: transparent
    }

.navbar-nav {
    float: left;
    margin: 0px 0 0;
}

.navbar-brand {
    height: auto;
    padding: 0
}

    .navbar-brand img {
        max-width: 135px;
    }

@media (max-width: 991px) {
    .navbar-header {
        float: none
    }

    .navbar-toggle {
        display: block;
        margin-right: 0
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1)
    }

        .navbar-collapse.collapse {
            display: none !important
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px
    }

        .navbar-nav > li {
            float: none
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px
            }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333 !important;
        white-space: inherit;
        background: transparent
    }

    li.dropdown.lv2.open > ul {
        padding-left: 10px
    }
}

.dropdown-menu > li > a {
    padding-right: 35px
}

    .dropdown-menu > li > a .fa {
        position: absolute;
        right: 1px;
        top: 3px;
        width: 30px;
        height: 20px;
        text-align: center;
        line-height: 20px
    }

li.dropdown:hover > ul {
    top: calc(100% - 3px)
}

@media (min-width: 992px) {
    li.dropdown:hover > ul {
        display: block
    }
}

li.dropdown.lv2 > ul {
    top: 0;
    left: 100%
}

@media only screen and (max-width: 991px) {
    .navbar-brand img {
        margin-left: 0px
    }

    li.dropdown > a > .fa {
        position: absolute;
        right: 1px;
        top: 3px;
        width: 30px;
        height: 20px;
        text-align: center;
        line-height: 20px
    }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    margin-top: 0px
}

.menu-top {
    background: transparent none repeat scroll 0 0
}

    .menu-top li a {
        color: #fff !important;
        font-size: 16px;
        font-weight: 500;
        /* text-transform: uppercase; */
        white-space: inherit
    }

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

@media only screen and (max-width: 991px) {
    .menu-top {
        background-color: #fff;
        position: static
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 100000px !important
    }

    .navbar-default .navbar-nav > li > a {
        color: #333 !important
    }
}

.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
    padding: 10px 0;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .menu-top {
        color: #222 !important;
        margin-left: 0px
    }
}

.navbar-default.menu-shrink li a {
    color: #333 !important
}

    .navbar-default.menu-shrink li a:hover {
        color: #ffb900 !important
    }

.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffb900
    }

.block-menu {
    background: transparent none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 5px 40px 0 rgba(42,111,199,0.2);
    color: white !important;
    display: inline-block;
    margin-top: 0;
    padding: 4px 20px !important;
    transition: all 0.3s ease 0s;
    border: 2px solid white;
}

    .block-menu:hover {
        background: #fff none repeat scroll 0 0 !important;
        color: #333 !important
    }

.navbar-default.menu-shrink li a.block-menu {
    background: #fff none repeat scroll 0 0 !important;
    color: #333 !important
}

    .navbar-default.menu-shrink li a.block-menu:hover {
        color: #333 !important
    }

@media only screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a.block-menu {
        color: #333 !important
    }

        .navbar-default .navbar-nav > li > a.block-menu:hover {
            color: #333 !important
        }
}

.home-parallax {
    position: relative;
    height: 750px
}

@media only screen and (max-width: 991px) {
    .home-parallax {
        height: 1150px
    }
}

@media only screen and (max-width: 480px) {
    .home-parallax {
        height: 1300px
    }
}

@media only screen and (max-width: 360px) {
    .home-parallax {
        height: 1300px
    }
}

@media only screen and (max-width: 320px) {
    .home-parallax {
        height: 1300px
    }
}

.home-parallax:before {
    background: transparent url(//bizweb.dktcdn.net/100/293/798/themes/799367/assets/pattern.png?1606556738844) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.pt250 {
    padding-top: 250px
}

@media only screen and (max-width: 480px) {
    .pt250 {
        padding-top: 200px
    }
}

.hero-text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
    margin: 0;
    text-transform: capitalize
}

@media only screen and (max-width: 768px) {
    .hero-text h2 {
        font-size: 40px;
        line-height: 54px
    }
}

@media only screen and (max-width: 480px) {
    .hero-text h2 {
        font-size: 34px;
        line-height: 45px
    }
}

@media only screen and (max-width: 360px) {
    .hero-text h2 {
        font-size: 26px;
        line-height: 36px
    }
}

.hero-text p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 15px
}

.home_btn {
    margin-left: -10px
}

    .home_btn a {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        display: inline-block;
        font-weight: 500;
        letter-spacing: 0;
        margin: 0 10px 15px;
        padding: 10px 35px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s
    }

        .home_btn a:hover {
            background: #fff;
            color: #333
        }

        .home_btn a i {
            font-size: 20px;
            margin-right: 5px;
            vertical-align: middle
        }

.hero-text-img {
    padding-top: 200px
}

    .hero-text-img img {
        width: 406px
    }

@media only screen and (max-width: 991px) {
    .hero-text-img {
        padding-top: 58px
    }
}

@media only screen and (max-width: 480px) {
    .hero-text-img {
        display: inline-block;
        padding-top: 112px
    }

        .hero-text-img img {
            width: 100%
        }
}

@media only screen and (max-width: 414px) {
    .hero-text-img {
        padding-top: 138px
    }
}

@media only screen and (max-width: 375px) {
    .hero-text-img {
        padding-top: 128px
    }
}

@media only screen and (max-width: 360px) {
    .hero-text-img {
        padding-top: 116px
    }
}

@media only screen and (max-width: 320px) {
    .hero-text-img {
        padding-top: 171px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hero-text.pt250 {
        padding-top: 150px !important
    }
}

.single_about h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize
}

.single_about p {
    margin-bottom: 40px
}

.single_about ul {
    list-style: none
}

    .single_about ul li {
        font-size: 18px;
        margin-bottom: 10px
    }

        .single_about ul li i {
            border: 1px solid #ffb900;
            border-radius: 30px;
            color: #ffb900;
            height: 35px;
            line-height: 35px;
            margin-right: 10px;
            text-align: center;
            width: 35px
        }

.single_about_img {
    display: inline-block;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .single_about_img {
        margin-bottom: 60px;
        margin-top: 60px
    }
}

.owl-theme .owl-controls {
    margin-top: 50px;
    text-align: center
}

    .owl-theme .owl-controls .owl-page {
        display: inline-block
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-theme .owl-controls .owl-page span {
    background-color: #ffb900 !important;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #fff
}

.owl-theme .owl-controls {
    display: block !important;
    margin-top: 20px;
    text-align: center
}

.main_feature {
    position: relative
}

    .main_feature:before {
        background: transparent linear-gradient(rgba(34,38,75,0.5), rgba(34,38,75,0.5)) repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

.single-feature {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    margin-bottom: 60px;
    padding: 30px 20px
}

@media only screen and (max-width: 480px) {
    .single-feature {
        margin-bottom: 60px
    }
}

.single-feature i {
    background: #ffb900 none repeat scroll 0 0;
    border: 1px solid #ffb900;
    border-radius: 100px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
    color: #fff;
    font-size: 24px;
    height: 60px;
    left: 0;
    line-height: 56px;
    margin: -30px auto auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 60px
}

.single-feature h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase
}

.single-feature-two {
    margin-bottom: 30px
}

    .single-feature-two i {
        color: #ffb900;
        font-size: 24px;
        margin-bottom: 20px
    }

    .single-feature-two h4 {
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase
    }

.main_feature_three {
    border-top: 1px solid #eee
}

.single_future_img_one {
    display: inline-block;
    text-align: center;
    margin-top: 80px
}

@media only screen and (max-width: 768px) {
    .single_future_img_one {
        margin-top: 60px
    }
}

.single_future_img_two {
    display: inline-block;
    text-align: center;
    margin-top: 80px
}

.video_section {
    position: relative;
    background-position: center top;
    background-repeat: repeat-y;
    padding: 200px 0
}

    .video_section:before {
        background: rgba(0,0,0,0.4);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    margin-top: 55px;
    max-width: 900px;
    width: 100%
}

.company_video h2 {
    color: #fff;
    margin-bottom: 30px
}

.company_video a {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffb900;
    display: block;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    padding-left: 5px;
    padding-top: 2px;
    text-align: center;
    width: 100px
}

.single_overview_img img {
    margin: auto
}

@media only screen and (max-width: 768px) {
    .single_overview_img img {
        margin: auto
    }
}

.single_overview {
    padding-top: 80px
}

@media only screen and (max-width: 768px) {
    .single_overview {
        padding-top: 0px
    }

    .single_overview_m {
        margin-bottom: 100px
    }
}

.single_overview h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize
}

.overview_btn {
    margin-top: 30px
}

.overview-two {
    border-top: 1px solid #eee
}

.products-features {
    background: #edf3fe
}

.single_product_features {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(42,111,199,0.2);
    margin: 15px 15px 10px;
    padding: 20px
}

    .single_product_features h2 {
        border-bottom: 1px solid #eee;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 15px;
        padding-bottom: 10px;
        text-transform: uppercase
    }

        .single_product_features h2 a {
            color: #333
        }

    .single_product_features h3 {
        color: #ffb900;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .single_product_features img {
        display: inline-block
    }

.products_overview_btn {
    margin: 40px 0 20px
}

.testimonial {
    background: #f9f9f9;
    padding: 20px 40px 20px 70px;
    margin: 0 10px 60px;
    position: relative
}

    .testimonial:before {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 50px solid #eee;
        border-left: 50px solid #fff;
        box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        left: 0
    }

    .testimonial .testimonial-title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px
    }

    .testimonial .post {
        color: #ffb900;
        display: block;
        font-weight: 400;
        margin-top: 10px
    }

    .testimonial .pic {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        bottom: -35px;
        right: 23px
    }

        .testimonial .pic img {
            width: 100%;
            height: auto
        }

.owl-theme .owl-controls {
    display: block !important;
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls {
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

    .owl-theme .owl-controls .owl-buttons div {
        background: #ffb900 none repeat scroll 0 0;
        border-radius: 0;
        opacity: 1;
        padding: 5px 15px
    }

.owl-prev:before, .owl-next:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #fff
}

.owl-next:before {
    content: "\f054"
}

@media only screen and (max-width: 767px) {
    .owl-theme .owl-controls {
        margin-top: 20px
    }
}

@media only screen and (max-width: 480px) {
    .testimonial {
        margin: 0 10px 60px;
        text-align: center;
        padding: 20px 30px 20px 40px
    }
}

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 20px 25px 20px 25px
    }
}

.template_faq {
    background: #edf3fe
}

.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.04);
    margin-bottom: 0;
    padding: 30px
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 30px
}

#accordion .panel-title a {
    display: block;
    padding: 12px 20px 12px 50px;
    background: #ffb900;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s
}

    #accordion .panel-title a.collapsed {
        background: #fff;
        color: #333;
        border: 1px solid #ddd
    }

        #accordion .panel-title a:after, #accordion .panel-title a.collapsed:after {
            content: "\f107";
            font-family: fontawesome;
            width: 55px;
            height: 55px;
            line-height: 55px;
            border-radius: 50%;
            background: #ffb900;
            font-size: 25px;
            color: #fff;
            text-align: center;
            border: 1px solid transparent;
            box-shadow: 0 3px 10px rgba(0,0,0,0.58);
            position: absolute;
            top: -5px;
            left: -20px;
            transition: all 0.3s ease 0s
        }

        #accordion .panel-title a.collapsed:after {
            content: "\f105";
            background: #fff;
            color: #333;
            border: 1px solid #ddd;
            box-shadow: none
        }

#accordion .panel-body {
    padding: 20px 25px 10px 9px;
    background: transparent;
    border-top: none;
    position: relative
}

    #accordion .panel-body p {
        padding-left: 25px;
        border-left: 1px dashed #8c8c8c
    }

.newsletter_form {
    position: relative;
    padding: 60px 30px
}

    .newsletter_form:before {
        background: rgba(0,0,0,0.4);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

.newsletter-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize
}

@media only screen and (max-width: 768px) {
    .newsletter-title {
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: 0;
        text-align: center
    }
}

.newsletter input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0px !important;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 50px !important
}

    .newsletter input:hover, .newsletter input:focus {
        background: #fff none repeat scroll 0 0;
        border: 1px solid rgba(255,255,255,0.1);
        box-shadow: none !important
    }

.newsletter_form_border {
    background: #fff none repeat scroll 0 0;
    display: block;
    position: relative;
    height: 2px;
    margin: auto auto 30px;
    width: 100px
}

.btn-newsletter-bg {
    background: #ffb900 none repeat scroll 0 0;
    border: 2px solid #ffb900;
    border-radius: 0;
    box-shadow: 0 8px 25px 0 rgba(0,0,0,0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-left: 20px;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    height: 50px
}

@media only screen and (max-width: 480px) {
    .btn-newsletter-bg {
        padding: 7px 20px
    }
}

.btn-newsletter-bg:hover, .btn-newsletter-bg:focus {
    background: #fff;
    color: #333;
    border: 2px solid #fff
}

@media only screen and (max-width: 480px) {
    .btn-newsletter-bg {
        margin-left: 0px
    }
}

.technical_details {
    background: #edf3fe;
    padding-top: 60px;
    padding-bottom: 30px
}

.technicalbox {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 50px 0 rgba(0,0,0,0.04);
    margin-bottom: 30px;
    padding: 60px 30px;
    position: relative
}

    .technicalbox .technical-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        border-radius: 50%;
        background: #ffb900;
        font-size: 36px;
        color: #fff;
        margin: 0 auto 30px;
        position: relative;
        transition: all 500ms ease 0s
    }

    .technicalbox:hover .technical-icon {
        transform: scale(0.8, 0.8)
    }

    .technicalbox .technical-icon:after {
        content: "";
        width: 111px;
        height: 111px;
        border-radius: 50%;
        border: 4px solid #ffb900;
        position: absolute;
        top: -10px;
        left: -10px;
        opacity: 0;
        transform: scale(0.8, 0.8);
        transition: all 500ms ease 0s
    }

    .technicalbox:hover .technical-icon:after {
        opacity: 1;
        transform: scale(1, 1)
    }

    .technicalbox .number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background: #fff;
        font-size: 14px;
        color: #123a06;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1
    }

.download_app {
    background: #ffb900;
    padding-top: 60px
}

.get_app {
    padding-top: 60px
}

@media only screen and (max-width: 768px) {
    .get_app {
        padding-top: 0px
    }
}

.get_app h2 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 20px
}

.get_app span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 30px 0 40px;
    width: 100px
}

.get_app p {
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .download_icon {
        margin-bottom: 60px
    }
}

@media only screen and (max-width: 375px) {
    .download_icon a {
        display: block;
        margin-bottom: 20px;
        text-align: center
    }
}

.get_app_img {
    margin-top: 70px;
    text-align: center
}

.partner-logo {
    background: #edf3fe none repeat scroll 0 0
}

.partner {
    text-align: center
}

    .partner.owl-theme .owl-controls {
        display: none !important
    }

.footer {
    background-color: #161616;
    padding-top: 60px;
    padding-bottom: 30px
}

@media only screen and (max-width: 480px) {
    .footer_social {
        margin-bottom: 60px
    }
}

.footer_social h4 {
    color: #fff;
    margin-top: 0;
    font-size: 30px
}

.footer_social span {
    background: #ffb900 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px 0;
    width: 60px
}

.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

    .footer_social ul li {
        display: inline-block
    }

        .footer_social ul li a {
            background: #333 none repeat scroll 0 0;
            border-radius: 50px;
            color: #fff;
            display: block;
            font-size: 18px;
            height: 45px;
            line-height: 45px;
            transition: all 0.2s ease 0s;
            width: 45px;
            text-align: center
        }

@media only screen and (max-width: 768px) {
    .footer_social ul li a {
        font-size: 12px
    }
}

@media only screen and (max-width: 360px) {
    .footer_social ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width: 320px) {
    .footer_social ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width: 480px) {
    .footer_social ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.footer_social ul li a:hover {
    background: #ffb900;
    color: #fff
}

.brtop {
    border-top: 1px solid #333;
    margin-top: 60px;
    padding-top: 30px
}

.footer_address h4 {
    color: #fff;
    margin-top: 0;
    font-size: 30px
}

.footer_address span {
    background: #ffb900 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px 0;
    width: 60px
}

.footer_address ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

    .footer_address ul li {
        color: #fff
    }

.footer_copyright p {
    color: #fff;
    margin: 0;
    text-transform: capitalize
}

@media only screen and (max-width: 480px) {
    .footer_copyright p {
        text-align: center
    }
}

.footer_menu {
    float: right;
    margin-top: 5px
}

@media only screen and (max-width: 480px) {
    .footer_menu {
        margin-top: 15px;
        float: none
    }
}

.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 480px) {
    .footer_menu ul {
        text-align: center
    }
}

.footer_menu ul li {
    display: inline
}

@media only screen and (max-width: 480px) {
    .footer_copyright ul li a {
        text-align: center
    }
}

.footer_menu ul li a {
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

    .footer_menu ul li a:hover {
        color: #ffb900
    }

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px
    }

@media (min-width: 767px) {
    .navbar-nav .dropdown-menu .caret {
        transform: rotate(-90deg)
    }
}

.menu-top li .dropdown-menu {
    background: rgba(0,0,0,0.5);
    border-radius: 0px;
    margin: 1px 2px;
    width: 300px
}

.navbar-default.menu-shrink li a {
    white-space: inherit
}

.menu-top .dropdown-menu > li > a:focus, .menu-top .dropdown-menu > li > a:hover {
    background-color: rgba(0,0,0,0.5)
}

.navbar-default.menu-shrink li .dropdown-menu {
    background: #FFF
}

.navbar-default .navbar-collapse.in {
    background: rgba(0,0,0,0.5)
}

@media (max-width: 767px) {
    .navbar-nav {
        width: 100%
    }

        .navbar-nav .open .dropdown-menu > li > .dropdown-menu > li > a {
            padding: 5px 15px 5px 35px
        }
}

.footer_address ul li a {
    color: #FFF
}

    .footer_address ul li a:hover {
        color: #ffb900
    }

.footer_copyright p a {
    color: #FFF
}

    .footer_copyright p a:hover {
        color: #ffb900
    }

.single_about h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize
}

h2.section-title-white {
    font-size: 60px;
    font-weight: 900;
    margin-top: 0;
    position: relative;
    text-transform: capitalize
}

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize
}

.wrap-modal-dv {
    width: 650px;
    background: #fff
}

@media (max-width: 991px) {
    .wrap-modal-dv {
        width: 90vw;
        margin: 0 auto
    }
}

.wrap-modal-dv .modal-title {
    background: #ffb900;
    color: #fff;
    text-align: center
}

    .wrap-modal-dv .modal-title h3 {
        color: #fff;
        font-size: 21px;
        line-height: 50px;
        margin: 0;
        font-weight: 500
    }

@media (max-width: 543px) {
    .wrap-modal-dv .modal-title h3 {
        font-size: 18px;
        line-height: 20px;
        padding: 15px;
        padding-right: 35px
    }
}

.wrap-modal-dv .modal-content {
    padding: 30px
}

    .wrap-modal-dv .modal-content h3 {
        margin-top: 0
    }

    .wrap-modal-dv .modal-content .price-box {
        color: #ffb900;
        margin: 10px 0 25px;
        padding-top: 0px;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 1.71429em
    }

.wrap-modal-dv .input-group.date .input-group-addon {
    cursor: pointer;
    background: transparent;
    border-left: none;
    color: #555;
    border-color: #e1e1e1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.wrap-modal-dv form {
    margin: 0
}

.wrap-modal-dv .btn-full {
    background: #333
}

@media (max-width: 767px) {
    .wrap-modal-dv .modal-content .price-box {
        margin: 10px 0 25px;
        padding-top: 0px;
        font-size: 20px
    }

    .wrap-modal-dv .modal-content h3 {
        margin-top: 0;
        font-size: 20px
    }

    .wrap-modal-dv .modal-content {
        padding: 15px
    }
}

.navbar-default .navbar-collapse.in {
    background: transparent
}

a#btnclose {
    position: absolute
}

.bread-crumb {
    background: transparent;
    margin-bottom: 30px;
    text-align: center;
    color: #363636;
    text-align: left;
    padding: 8px 0;
    line-height: 36px;
    padding-left: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-top: 100px
}

    .bread-crumb .social-media {
        font-size: 14px;
        float: right;
        margin-right: 9px
    }

        .bread-crumb .social-media a {
            width: 36px;
            height: 36px;
            text-align: center;
            display: inline-block;
            line-height: 36px;
            border-radius: 50%;
            border: 1px solid #ebebeb
        }

.breadcrumb {
    margin: 0;
    font-size: 15px;
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

    .breadcrumb li {
        display: inline
    }

        .breadcrumb li + li:before {
            display: none
        }

        .breadcrumb li > a {
            font-size: 15px
        }

            .breadcrumb li > a > span:hover {
                color: #ffb900
            }

        .breadcrumb li span {
            display: inline
        }

            .breadcrumb li span .fa {
                font-size: 15px;
                margin: 3px
            }

        .breadcrumb li strong span {
            color: #898989
        }

        .breadcrumb li.active, .breadcrumb li strong {
            color: #898989;
            font-weight: 400;
            font-size: 15px
        }

.pagination {
    margin: 30px 0;
    float: right
}

    .pagination .page-link {
        float: left;
        margin: 2.5px;
        width: 40px;
        background: #fff;
        text-align: center;
        height: 40px;
        font-size: 1.07143em;
        padding: 0;
        line-height: 40px;
        color: #464646;
        border: 1px solid #e1e1e1;
        text-decoration: none
    }

        .pagination .page-link:hover {
            border-color: #ffb900;
            color: #fff;
            background: #ffb900
        }

    .pagination .page-item.disabled .page-link {
        border-color: #ffb900;
        display: none
    }

    .pagination .page-item.active .page-link {
        border-color: #ffb900;
        color: #fff;
        background: #ffb900;
        display: block
    }

.col-49 {
    width: 44.444444%;
    padding: 0 15px;
    float: left
}

.col-59 {
    width: 55.555555%;
    padding: 0 15px;
    float: left
}

@media (max-width: 767px) {
    .col-49, .col-59 {
        width: 100%;
        float: none
    }
}

.blog-item {
    overflow: hidden;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px #e1e1e1 dashed
}

    .blog-item:last-child {
        margin-bottom: 0
    }

    .blog-item .date {
        position: absolute;
        background: #ffb900;
        text-align: center;
        color: #fff;
        padding: 3px 10px;
        z-index: 10
    }

        .blog-item .date span {
            display: block;
            line-height: 45px
        }

            .blog-item .date span ~ span {
                overflow: hidden;
                border-top: 1px solid #fff
            }

.blog-item-name {
    font-weight: 400;
    position: relative;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 17px
}

    .blog-item-name .fa {
        position: absolute;
        left: 0;
        top: 9px;
        font-size: .78571em;
        color: #ffb900
    }

.post-time {
    color: #898989;
    font-size: .92857em;
    margin-bottom: 15px
}

    .post-time span {
        color: #333
    }

.blog-item-summary {
    font-size: 1em;
    margin-bottom: 20px;
    color: #7d7d7d;
    line-height: 20px
}

.blog-item-thumbnail {
    position: relative
}

    .blog-item-thumbnail > a {
        display: inline-block;
        max-width: 100%
    }

.blog-list h5 {
    text-transform: uppercase;
    line-height: 26px;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 5px
}

.blog-list .loop-blog {
    min-height: 80px;
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px dashed #e1e1e1
}

    .blog-list .loop-blog:last-child {
        border: none
    }

    .blog-list .loop-blog .thumb-left {
        width: 90px;
        max-width: 90px;
        height: auto;
        display: block;
        float: left
    }

    .blog-list .loop-blog .name-right {
        display: block;
        float: left;
        width: calc(100% - 100px);
        margin-left: 10px
    }

        .blog-list .loop-blog .name-right h3 {
            font-size: 1.14286em;
            line-height: 22px;
            margin: 0px;
            word-break: break-word;
            font-weight: 600
        }

            .blog-list .loop-blog .name-right h3:hover a {
                text-decoration: none;
                color: #ffb900
            }

.blog-list .more_blog a {
    line-height: 3;
    font-size: 1.07143em;
    color: #898989;
    display: block
}

    .blog-list .more_blog a:hover {
        text-decoration: none;
        color: #ffb900
    }

.article-main .article-title {
    font-size: 1.71429em;
    line-height: 1.92857em;
    margin: 15px 0 8px
}

.article-main .postby {
    font-size: 1.14286em;
    line-height: 1.71429em;
    color: #676767;
    margin-bottom: 10px
}

.article-main .article-content {
    font-size: 1.14286em
}

.tag-share {
    border-bottom: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 10px
}

    .tag-share span, .tag-share label {
        font-weight: 400;
        color: #000;
        margin-right: 5px;
        display: inline-block
    }

    .tag-share .social-media {
        text-align: right
    }

    .tag-share .a-left > .social-media {
        text-align: left
    }

#article-comments {
    margin-top: 30px
}

    #article-comments .article-comment {
        margin-bottom: 10px
    }

    #article-comments .article-comment-user-image {
        margin: 0;
        float: left;
        width: 50px;
        margin-right: 12px
    }

    #article-comments .article-comment-user-comment {
        padding-left: 63px;
        font-size: 1em
    }

    #article-comments .user-name-comment {
        margin: 0;
        color: #333;
        font-size: 16px;
        line-height: 1
    }

        #article-comments .user-name-comment trong {
            font-weight: 400
        }

    #article-comments .article-comment-date-bull {
        padding: 5px 0;
        display: block;
        color: #acacac
    }

.social-media {
    font-size: 1em
}

    .social-media label {
        display: inline-block
    }

    .social-media a {
        margin-right: 7px
    }

    .social-media .list-inline li {
        margin-right: 20px
    }

.section-news-2 {
    margin-bottom: 20px
}

header.other-page .navbar-default {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
    padding: 10px 0;
    width: 100%
}

    header.other-page .navbar-default li a {
        color: #333 !important
    }

        header.other-page .navbar-default li a:hover {
            color: #ffb900 !important
        }

.title-head {
    font-size: 2.14286em;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    position: relative
}

    .title-head a {
        color: #333
    }

        .title-head a:hover {
            color: #ffb900
        }

.box-heading .title-head {
    display: inline-block;
    background: #fff;
    display: inline-block;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 30px
}

.box-heading:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    border-bottom: 1px #e1e1e1 dashed;
    top: 40%;
    margin-top: -2px;
    left: 0;
    z-index: -1
}

.subtitle-head {
    font-size: 1.28571em;
    color: #333;
    margin: 20px 0
}

.aside-item {
    margin-bottom: 40px
}

    .aside-item .aside-title {
        position: relative
    }

        .aside-item .aside-title:after {
            content: "";
            width: 100%;
            height: 1px;
            position: absolute;
            border-bottom: 1px #e1e1e1 dashed;
            top: 75%;
            margin-top: -2px;
            left: 0;
            z-index: -1
        }

        .aside-item .aside-title h2 {
            font-size: 24px;
            margin: 0;
            font-weight: 400;
            display: inline-block;
            background: #fff;
            padding-right: 15px;
            position: relative
        }

    .aside-item .aside-content {
        margin-top: 15px
    }

    .aside-item.collection-category .nav-item {
        position: relative;
        clear: left
    }

        .aside-item.collection-category .nav-item a {
            font-size: 1.07143em;
            color: #363636;
            padding: 5px 24px 5px 0;
            white-space: inherit
        }

            .aside-item.collection-category .nav-item a:hover {
                color: #ffb900
            }

        .aside-item.collection-category .nav-item .fa {
            position: absolute;
            right: 0;
            top: 7px;
            display: block;
            width: 24px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            cursor: pointer;
            font-size: 16px
        }

        .aside-item.collection-category .nav-item .dropdown-menu {
            position: static;
            width: 100%;
            border: 0;
            padding-left: 15px;
            box-shadow: none
        }

        .aside-item.collection-category .nav-item.active > a {
            color: #ffb900
        }

        .aside-item.collection-category .nav-item.active > .dropdown-menu {
            display: block
        }

    .aside-item .nav > li > a:focus, .aside-item .nav > li > a:hover {
        background: none
    }

    .aside-item .list-tags span.tag-item {
        line-height: 30px;
        border: 1px solid #ebebeb;
        height: 30px;
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 20px;
        margin-right: 5px;
        color: #898989;
        border-radius: 0px
    }

        .aside-item .list-tags span.tag-item:hover {
            color: #fff;
            background: #ffb900;
            border-color: #ffb900
        }

            .aside-item .list-tags span.tag-item:hover a {
                color: #fff
            }

@media (max-width: 1199px) {
    .product-image-block {
        padding: 0
    }

    .aside-item.aside-mini-list-product {
        margin-bottom: 0
    }

    #open-filters {
        color: #fff;
        background: #ffb900;
        position: fixed;
        right: 0;
        top: 35% !important;
        padding: 4px 10px;
        cursor: pointer;
        z-index: 99999;
        font-size: 18px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

        #open-filters.open {
            right: 256px
        }

            #open-filters.open i:before {
                content: '\f00d'
            }

        #open-filters span {
            display: none
        }

    .dqdt-sidebar {
        position: fixed;
        width: 256px;
        background: #fff;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 15px;
        border: solid 1px #ebebeb;
        overflow: auto;
        z-index: 100000;
        visibility: hidden;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

        .dqdt-sidebar.open {
            visibility: visible;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0)
        }
}

form#article_comments {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .bread-crumb {
        padding-top: 10px
    }
}

@media (max-width: 767px) {
    .blog-main .blog-item-name {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .blog-main .blog-item-summary {
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .fix-xs-footer {
        height: 0;
        opacity: 0;
        display: block
    }

    .tag-share .social-media {
        text-align: left
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333 !important;
        white-space: inherit
    }

    .navbar-nav {
        margin: 0
    }

        .navbar-nav a {
            padding-left: 0
        }

    .navbar-toggle {
        display: block;
        margin-right: 15px;
        margin-top: 15px
    }

    .navbar-brand {
        height: auto;
        padding: 0;
        padding-left: 12px
    }

    form#mc-embedded-subscribe-form .input-group.input-group-lg.newsletter {
        width: 100%
    }

    form#mc-embedded-subscribe-form .input-group-btn {
        display: block;
        width: 100%
    }

    form#mc-embedded-subscribe-form input {
        width: 100%;
        display: block;
        margin-bottom: 10px
    }

    form#mc-embedded-subscribe-form button {
        display: block;
        width: 100%
    }

    .single-feature-two {
        margin-bottom: 30px;
        text-align: center
    }

    .awe-section-1 .hero-text.pt250 {
        padding-top: 100px;
        text-align: center
    }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px 8px;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 14px;
}

@media (max-width: 1199px) and (min-width: 991px) {
    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 9px
    }
}
