/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');*/
@font-face {
    font-family: 'Poppins';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/

}

@font-face {
    font-family: 'Poppins';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/

}

@font-face {
    font-family: 'Poppins';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    /*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/

}


* {
    margin: 0px;
    outline: none;
    padding: 0px;
}

body {
    color: #5f5d5d;
    font-family: 'Poppins', sans-serif;
    /*font-size: 1;*/
    line-height: 22px;
    overflow-X: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    text-transform: capitalize;
    /*    text-align: center;*/
}

/*h2,
h3,
h4,
h5,
h6 {
    color:#022c64;
}*/
.banner .banner-inner h1,
.banner .banner-inner h4.h2 {
    font-size: 35px;
    line-height: 41px;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
}

h3 {

    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

a {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #0761f5;
}

a:hover,
a:focus,
a:active {
    color: #022961;
    outline: none;
    text-decoration: none;
}

p {
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    margin: 0 0 10px 0;
    text-align: left;
}

ul {
    margin: 0px;
}

figure {
    margin-bottom: 0;
    position: relative;
}

blockquote {
    quotes: none;
}

select,
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=text],
input[type=submit] {}

input[type=search] {
    width: 370px;
    font-size: 14px;
    padding: 10px 20px;
}

input[type=text] {}

textarea {
    height: 150px;
}

input:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {

    opacity: 1;
}

:-ms-input-placeholder {
    color: #282828;
}

::-webkit-input-placeholder {
    color: #282828;
}

:-moz-placeholder {
    color: #282828;
}

::-moz-placeholder {
    color: #282828;
}

:-ms-input-placeholder {
    color: #282828;
}

/*  =============================================== Theme General ================================================  */

.bg-light-theme {
    background: #f4f4f4;
}

.bg-danger-theme {
    background: #ea0d22 !important;
}

.text-danger-wd {
    color: #75151E !important;
}

.text-danger-theme {
    color: #ff0000 !important;
}

.text-black {
    color: #000 !important;
}

.container-fluid {
    max-width: 2560px !important;
}

/*  ================================================== Header ========================================================  */

.fixed-top {
    animation-name: moveHeader;
    animation-duration: 2s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    z-index: 99999 !important;
    background-color: #fff !important;
}

@keyframes moveHeader {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

header .menu .bg-light {
    background-color: transparent !important;
}

header .banner_shapes .m_banner_1 {
    top: -190px;
    right: -80px;
    animation-name: marketing_shape_2;
}

header .banner_shapes .m_banner_1,
header .banner_shapes .m_banner_2 {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

header .banner_shapes img {
    position: absolute;
    z-index: -1;
}

@keyframes marketing_shape_2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(0);
    }
}

header .banner_shapes .m_banner_2 {
    top: -190px;
    right: -45px;
    animation-name: marketing_shape_1;
}

@keyframes marketing_shape_1 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0);
    }
}

/*  ================================================== Nav =======================================================  */
.current {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5) !important;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 20px;
}

.navbar-toggler:focus {
    outline: none !important;
}

/*  ================================================== Banner =======================================================  */

.banner {
    position: relative;
}

.banner .banner-inner h5 {
    position: relative;
}

.banner .banner-inner h5:before {
    position: absolute;
    content: "";
    top: 0;
    left: -50px;
    width: 46px;
    height: 97px;
}

.banner .banner-inner .banner-inner-detail>h3 {
    position: relative;
}

.banner .banner-inner .banner-inner-detail>h3:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 320px;
    border-bottom: 2px solid;
}

.banner .banner-inner .banner-inner-detail>h3:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 220px;
    border-bottom: 2px solid;
}

.banner .banner-inner h4 {
    font-weight: 600;
}

.banner .banner-inner .banner-inner-detail span.btn button {
    color: #0761f5;
    font-size: 20px;
    line-height: 26px;
    border: none;
    background: none;
    cursor: pointer;
}

.banner .banner-inner .banner-inner-detail .col-xl-12 span.btn button:focus {
    border: none;
    outline: none;
}

.banner .banner-inner .banner-inner-detail span.cta {
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #fff;
}

.banner .banner-inner .banner-inner-detail span.cta .fa,
.signup .cta .fa {
    transform: rotate(90deg);
}

.reg {
    background: #ffcb05;
    padding: 4px;
    border-radius: 10px;
}

.reg_inner {
    background: #005baf;
    padding: 1px;
}

.reg_input {
    padding: 3px;
}

.reg_input input {
    font-size: 26px;
    line-height: 32px;
    width: 100%;
    min-height: 54px;
    color: #000;
}

.reg_input input::-webkit-input-placeholder {
    color: #a07a1b;
}

.reg_input input::-moz-placeholder {
    color: #a07a1b;
}

.reg_input input:-ms-input-placeholder {
    color: #a07a1b;
}

.reg_input input:-moz-placeholder {
    color: #a07a1b;
}

.bullets .list-group-item {
    position: relative;
}

.bullets .list-group-item:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f00c";
    font-family: FontAwesome;
    color: #009933;
}

.testimonial {
    border: 10px solid #e4f2fe;
    padding: 20px 0 10px 0;
    margin: 10px 50px;
    text-align: center;
    position: relative;
    min-height: 230px;
}

.testimonial:before {
    content: "Average 4.75 Rating";
    width: 227px;
    height: 135px;
    background: #fff;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    font-weight: bold;
}

.testimonial .title {
    padding: 7px 0;
    margin: 0 -30px 22px;
    border: 7px solid #fff;
    background: #009933;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.testimonial .title:before {
    content: "";
    border-top: 15px solid #009933;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    left: 0;
}

.testimonial .title:after {
    content: "";
    border-top: 15px solid #009933;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -37px;
    right: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.testimonial .description {
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}

.testimonial .description:after {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    right: 10px;
    bottom: 0;
    z-index: 1;
    font-size: 50px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f !important;
    color: #fff !important;
    border-radius: 0 !important;
    margin-right: 5px !important;
    opacity: 1 !important;
}

.owl-prev:before,
.owl-next:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 20px;
}

.owl-next:before {
    content: "\f061";
}

@media only screen and (max-width: 990px) {
    .testimonial {
        margin: 30px;
    }
}

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

.owl-controls {
    display: none !important;
}

.rating-parent {
    background: #000 !important;
    position: relative;
    padding: 10px 0;
}

.jq-ry-container {
    pointer-events: none;
    margin-left: 80px;
}

.jq-ry-normal-group.jq-ry-group {
    background: #009ada !important;
}

/*  ================================================== Review ===================================================  */
.demo {
    background: #f8f8f8;
}

.review {
    margin: 0 20px 40px;
}

.review .review-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    border: 1px solid #f0f0f0;
    position: relative;
}

.review .review-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f8f9fa;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.review-content .review-icon {
    width: 50px;
    height: 45px;
    background: #009933;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.review-content .review-icon:before {
    content: "";
    border-bottom: 16px solid #009933;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.review .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.review .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.review .post {
    display: block;
    font-size: 14px;
    color: #009933;
}

/*  ================================================== Condition Section ===================================================  */

.conditions h5,
h4 {
    color: #002060;
}

.conditions span {
    color: #162E14;
}

.conditions a:not(:first-child) {
    max-width: 275px;
    background: #009933;
}

.conditions a small {
    font-size: 14px;
    line-height: 20px;
    border: 2px solid #fff;
}

.conditions .card {
    min-height: 100%;
}

/*  ================================================== Engines Section ===================================================  */

.engines h5,
h4 {
    color: #002060;
}

.content-detail h5,
h4 {
    color: #000;
}

.engines span {
    color: #162E14;
}

.engines a:not(:first-child) {
    max-width: 275px;
    background: #10c164;
}

.engines a small {
    font-size: 14px;
    line-height: 20px;
    border: 2px solid #fff;
}

.engines .card {
    min-height: 100%;
}

/*  ================================================== Checks Section ===================================================  */

.checks .checks-info general {
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.gearbox .checks-info a {
    cursor: pointer !important;
}

.checks .checks-info general:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "\f058";
    font-family: FontAwesome;
    color: #009933;
}

.checks.unique .checks-info general:before {
    content: "\f054";
}

.gearbox .checks-info a {
    position: relative;
}

.gearbox .checks-info a:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 0.5em;
    font-size: 30px;
    position: absolute;
    top: 16px;
    right: -34px;
    transition: all 1s;
    opacity: 0;
    color: #009933;
}

.gearbox .checks-info a:hover:before {
    opacity: 1;
    right: 0;
}

/*  =================================== Services Section =====================================  */

.services h2 {
    font-size: 2.5rem;
}

.services .rounded-circle {
    width: 130px;
    height: 130px;
    line-height: 130px;
    position: relative;
}

.button__holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.button__holder:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.plus {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #1a1a1a;
    border-radius: 50%;
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}

.plus:after {
    font-size: 2.5em;
    line-height: 1.1em;
}

.button__holder:hover .plus {
    box-shadow: 0 0 1px 15px rgba(0, 153, 51, 0.5), 0 0 1px 30px rgba(158, 158, 158, 0.1), 0 0 1px 45px rgba(181, 181, 181, 0.1);
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #009933, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #009933, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.services p {
    font-size: 15px;
    line-height: 21px;
    color: #989898 !important;
}

.content-detail ul li {
    list-style: none;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.content-detail ul li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    color: #009933;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 20px;
}

/*  ================================================== Footer ===================================================  */

footer {
    background: #1e1f2c;
}

footer .list-group-item a {
    color: #c3c4c5;
    font-size: 14px;
    line-height: 20px;
}

footer h3 {
    position: relative;
}

footer h3:after {
    content: "";
    background-color: #fe2a4d;
    width: 45px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
}

footer hr {
    border-top: 1px solid #383d41;
}

.social {
    max-width: 180px;
}

.social li {
    border: 1px solid #fe2a4d !important;
    width: 30px;
    height: 30px;
    line-height: 0px;
}

/*  ============    Back to Top   =================   */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 0px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

.img-light {
    display: none;
}

/*  ==================================================    Contact Us Page    ====================================================   */

.contact-detail {
    min-height: calc(100vh - 211px);
}

.contact-detail b {
    font-size: 18px;
    line-height: 24px;
}

.contact-version strong {
    font-size: 16px;
    color: #1e2126;
}

.contact-version i {
    display: inline-block;
    font-size: 22px !important;
    margin: 6px 15px 36px 0;
}

.contact-widget li i {
    padding-right: 5px;
    font-size: 16px;
    color: #06924b;
}

.related-post,
.contact-widget {
    list-style: none;
    padding: 0;
}

.contact-widget li address,
.contact-widget li address a {
    color: #999999;
}

.contact-detail .form-control {
    font-size: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.form-control::-moz-placeholder {
    color: #ccc;
}

.form-control:-ms-input-placeholder {
    color: #ccc;
}

.form-control:-moz-placeholder {
    color: #ccc;
}

.contact-detail #contact_us .form-group {
    position: relative;
}

.contact-detail .question_mark {
    right: 4%;
}

.contact-detail .form-group input:focus {
    box-shadow: none !important;
}

.contact-detail .form-group input {
    border: 1px solid #e9ecef;
}

/*  ==================================================    Model PopUp    ====================================================   */

.close {
    color: #fff;
    opacity: 1;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    outline: none;
}

/* ================================================== signup ================================================== */

.signup {
    background-color: #363940;
}

.signup #signup_form .form-group {
    position: relative;
}

.signup .form-group label span {
    color: red;
}

.signup-banner {
    background-size: cover;
}

.signup-banner h1 {
    font-size: 24px;
    line-height: 30px;
    text-transform: inherit;
}

.signup a span {
    font-size: 20px;
    line-height: 26px;
    border: 2px solid #fff;
}

.signup .form-group input:focus {
    box-shadow: none;
}

.signup .card {
    background-color: #1f3958;
}


.signup .card form .form-control {
    height: 45px;
}

.has-error {
    border: 2px solid #f00 !important;
}

.signup .signup-detail {
    position: relative;
}

/* .signup .signup-detail::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
} */

.signup .cta {
    max-width: 370px;
}

.signup .signup-detail ul li {
    background: transparent !important;
}

.signup .signup-detail ul li .fa-check:before {
    font-size: 20px;
    line-height: 26px;
}

.signup-form-detail .list-group .list-group-item .fa-check-circle:before {
    font-size: 26px;
    line-height: 32px;
    vertical-align: middle;
}

/* ===================================== Listing Detail Page ======================================== */
.product-listing small {
    font-size: 16px;
}

.product-listing h5 {
    position: relative;
}

.product-listing h5:before {
    position: absolute;
    content: "";
    top: 0;
    left: -50px;
    width: 46px;
    height: 97px;
}

.product-listing figure img {
    border: 5px solid #ccc;
}

.email-icon,
.contact-icon {
    position: relative;
}

.email-icon input,
.contact-icon input {
    padding-left: 30px;
}

.email-icon:before,
.contact-icon:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    left: 7px;
    z-index: 9999;
}

.email-icon:before {
    content: "\f0e0";
}

.contact-icon:before {
    content: "\f095";
}

.go {
    font-size: 20px;
    line-height: 36px;
    border: 1px solid;
}

.product-listing h3 {
    position: relative;
}

.product-listing h3:before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 320px;
    border-bottom: 2px solid;
}

.product-listing h3:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    width: 220px;
    border-bottom: 2px solid;
}

/* =========================== Thanks ========================== */
.thanks,
.thanks .row {
    min-height: calc(100vh - 312px);
}

/* =========================== Error ========================== */
.error h1 {
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

.text ul li {
    list-style: none;
}

.text ul p:first-child {
    transform: translateY(-22px);
}

.error .row {
    min-height: calc(100vh - 264px);
}

.contact-detail .form-group textarea:focus,
.contact-detail .form-group select:focus {
    box-shadow: none;
}

/* ====================== model ======================== */

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    color: #000;
    background-color: #fff;
    border: rgba(0, 0, 0, 0);
}

.modal-message .modal-dialog {
    width: 300px;
}

.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

.modal-message .modal-header .fa,
.modal-message .modal-header .glyphicon,
.modal-message .modal-header .typcn,
.modal-message .modal-header .wi {
    font-size: 30px;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-backdrop.in {
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
}

.modal-backdrop {
    background-color: #fff;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
    justify-content: center;
}

.content-detail img {
    border: 3px solid #008848;
    border-radius: 5px;
}