.foBjik {
    margin: auto;
    background-color: white;
}
.kZLWUL .gh__footer-txt-bottom p {
    text-align: center !important;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
    margin-right: -15px;
    margin-left: -15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
    padding-right: 15px;
    padding-left: 15px;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
ul {
    list-style-type: none;
    margin: 0;
}
.btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none;
}
.btn:active, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    outline: 0;
}
.gh__header a, .gh__header span, .gh__header img, .gh__footer a, .gh__footer span, .gh__footer img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none !important;
}
ul {
    padding: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
p {
    line-height: 1.7;
    margin: 0;
}
.container, .container-fluid {
    position: relative;
    z-index: 5;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
}
.butn, .btn {
    padding: 12px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.butn span, .btn span {
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}
.butn small, .btn small {
    font-size: 12px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}
.butn.butn-gard::before, .btn.butn-gard::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
    background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn.butn-gard:hover::before, .btn.butn-gard:hover::before {
    left: -50%;
}
.butn.dark-butn, .btn.dark-butn {
    background: #000;
}
.butn.dark-butn span, .butn.dark-butn small, .btn.dark-butn span, .btn.dark-butn small {
    color: #fff;
}
.butn.sm-butn, .btn.sm-butn {
    padding: 10px 25px;
}
.butn.sm-butn span, .btn.sm-butn span {
    font-size: 12px;
}
.butn:hover, .btn:hover {
    background: #cc2131;
    border-color: transparent !important;
}
.butn:hover span, .btn:hover span {
    color: #fff;
}
.butn.btn-icon-circle, .btn.btn-icon-circle {
    position: relative;
    padding-right: 50px;
    text-transform: capitalize;
}
.butn.btn-icon-circle i, .btn.btn-icon-circle i {
    position: absolute;
    right: -43px;
    bottom: -5px;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    font-size: 16px;
}
.butn.btn-icon-circle:hover, .btn.btn-icon-circle:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.butn.btn-icon-circle:hover i, .btn.btn-icon-circle:hover i {
    -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
    animation: RL_smooth 1s ease-in-out infinite alternate both;
}
.hover-red1 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hover-red1:hover {
    background-color: #cc2131 !important;
}
.hover-red1:hover * {
    color: #fff;
}
.section-padding {
    padding: 100px 0;
}
@media screen and (max-width: 991px) {
    .section-padding {
        padding: 70px 0;
    }
}
.bg-red1 {
    background-color: #cc2131 !important;
}
.home-style-14 .navbar.style-14 {
    position: relative;
}
.home-style-14 header.style-14 {
    padding-top: 100px;
}
.home-style-14 header.style-14 .info h1 {
    font-size: 40px;
}
.home-style-14 header.style-14 .info .down_store {
    margin-top: 50px;
}
.home-style-14 .clients.style-14 .logos-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-style-14 .clients.style-14 .logos-content a {
    width: 50%;
    text-align: center;
    padding: 0 20px;
}
.home-style-14 .testimonials-slider14 .swiper-container {
    overflow: hidden !important;
}
.home-style-14 .features.style-14 .nav-pills .nav-link {
    font-size: 10px;
    margin: 5px;
    padding: 12px 15px;
}
.home-style-14 .mb-70 {
    margin-bottom: 30px !important;
}
.home-style-14 .mb-150 {
    margin-bottom: 50px !important;
}
.home-style-14 .features.style-14 .tab-pay-content .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-style-14 .features.style-14 .tab-pay-content .info li i {
    margin-top: 5px;
}
.home-style-14 .fs-1 {
    font-size: 25px !important;
    letter-spacing: 0 !important;
}
.home-style-14 .screenshots.style-14 .img::before {
    bottom: 0;
}
.home-style-14 .about.style-14 .img {
    margin-top: 50px;
}
.home-style-14 .about.style-14 .img .play_ptn {
    left: 50%;
}
.top-navbar {
    z-index: 9999;
}
.navbar.style-14 {
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
}
.navbar-brand {
    margin-top: -15px;
}
.navbar.style-14 .navbar-brand img {
    width: 150px;
}
.navbar.style-14 .nav-link {
    color: #15141a;
    font-size: 14px;
    margin: 0 6px;
    text-transform: capitalize;
}
.navbar.style-14 .nav-link:hover {
    color: #cc2131;
}
.navbar-point-wrap {
    text-align: center;
}
.navbar-point-wrap .point {
    border: 1px solid black;
    display: inline-block;
    padding: 2px;
    border-radius: 3px;
    margin: 0 2px;
    background: white;
}
header.style-14 {
    padding-top: 200px;
    background-image: url(/assets/lp/img/header/header_14_back.png);
    background-size: cover;
    background-repeat: no-repeat;
}
header.style-14 .info {
    padding-bottom: 60px;
}
header.style-14 .info .vid_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
header.style-14 .info .vid_link .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #cc2131;
    color: #fff;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-box-shadow: 3px 8px 15px rgba(204, 33, 49, 0.333333);
    box-shadow: 3px 8px 15px rgba(204, 33, 49, 0.333333);
}
header.style-14 .info .vid_link p {
    font-weight: bold;
    text-transform: uppercase;
    color: #cc2131;
}
header.style-14 .info h1 {
    font-size: 60px;
}
header.style-14 .info h1 span {
    color: #cc2131;
}
header.style-14 .info .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid rgba(153, 153, 153, 0.133333);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666667);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666667);
    padding-left: 15px;
    margin-top: 60px;
}
header.style-14 .info .form-group .form-control {
    border: 0;
    background: transparent;
}
header.style-14 .info .form-group .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header.style-14 .info .down_store {
    margin-top: 200px;
}
header.style-14 .info .down_store .btns a {
    max-width: 160px;
}
.about.style-14 .info .text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.about.style-14 .img {
    position: relative;
}
.about.style-14 .img img {
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}
.about.style-14 .img .play_ptn {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 21px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666667);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666667);
}
.choose-us.style-14 {
    background-color: #ecf0f3;
}
.choose-us.style-14 .choose-card {
    text-align: center;
    margin-top: 30px;
}
.choose-us.style-14 .choose-card .icon {
    height: 60px;
    margin-bottom: 30px;
}
.choose-us.style-14 .choose-card .info h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.choose-us.style-14 .choose-card .info p {
    font-size: 16px;
    color: #666;
}
.testimonials.style-14 {
    position: relative;
    background-color: #ecf0f3;
}
.testimonials.style-14 .testi-card {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 50px 40px;
}
.testimonials.style-14 .testi-card .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666667);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666667);
    position: absolute;
    top: -40px;
    right: 30px;
}
.testimonials.style-14 .testi-card .user-img {
    width: 90px;
    height: 90px;
    margin: 0 auto 40px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials.style-14 .testi-card .info .stars {
    color: #cc2131;
    margin-bottom: 10px;
}
.testimonials.style-14 .testi-card .info .text {
    font-size: 18px;
    color: #171717;
    margin-bottom: 20px;
    line-height: 1.7;
}
.testimonials.style-14 .testi-card .info h6 {
    font-size: 18px;
    color: #171717;
    font-weight: bold;
    margin-bottom: 10px;
}
.features.style-14 {
    position: relative;
    background-color: #ecf0f3;
}
.features.style-14::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #000;
}
.features.style-14 .content {
    padding: 100px 5vw 0 5vw;
    background-color: #fff;
    border-radius: 15px;
}
.features.style-14 .nav-pills .nav-link {
    padding: 17px 30px;
    border: 1px solid rgba(153, 153, 153, 0.333333);
    border-radius: 50px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px;
    color: #000;
    font-size: 14px;
    line-height: 1;
}
.features.style-14 .nav-pills .nav-link:hover, .features.style-14 .nav-pills .nav-link.active {
    color: #fff;
    background-color: #cc2131;
    -webkit-box-shadow: 0 10px 30px rgba(204, 33, 49, 0.333333);
    box-shadow: 0 10px 30px rgba(204, 33, 49, 0.333333);
}
.features.style-14 .tab-pay-content .info .icon {
    margin-bottom: 20px;
}
.features.style-14 .tab-pay-content .info .icon img {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}
.features.style-14 .tab-pay-content .info h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.features.style-14 .tab-pay-content .info li {
    margin: 8px 0;
}
.numbers.style-14 {
    padding: 70px 0;
    background-color: #cc2131;
}
.numbers.style-14 .number-item .icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.133333);
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.133333);
    margin-bottom: 35px;
}
.numbers.style-14 .number-item .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.numbers.style-14 .number-item .info h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 5px;
}
.numbers.style-14 .number-item .info p {
    color: #ffa7af;
    text-transform: uppercase;
}
.clients.style-14 {
    background-color: #000;
    color: #fff;
}
.clients.style-14 .logos-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.clients.style-14 .logos-content a {
    margin-top: 30px;
}
.contact.style-14 {
    position: relative;
}
.contact.style-14::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #ecf0f3;
}
.contact.style-14 .contact-card {
    position: relative;
    padding: 120px 4vw;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666667);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666667);
    overflow: hidden;
}
.contact.style-14 .contact-card .row {
    position: relative;
    z-index: 5;
}
.contact.style-14 .contact-card .img_back {
    position: absolute;
    content: "";
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    max-height: unset;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
footer.style-14 {
    background-color: #ecf0f3;
    background-image: url(./foot_14_pattern.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
footer.style-14 .payment-cards {
    position: relative;
}
footer.style-14 .payment-cards::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
}
footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(2) .pay-card {
    background-color: #a81220;
}
footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(3) .pay-card {
    background-color: #980d1a;
}
footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(4) .pay-card {
    background-color: #700710;
}
footer.style-14 .payment-cards .pay-card {
    padding: 30px;
    color: #fff;
    background-color: #cc2131;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer.style-14 .payment-cards .pay-card .icon img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
footer.style-14 .foot-info .foot-logo {
    margin-bottom: 40px;
}
footer.style-14 .foot-info .foot-logo img {
    width: 175px;
}
footer.style-14 .social-icons {
    margin-top: 40px;
}
footer.style-14 .social-icons a {
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}
footer.style-14 .links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer.style-14 .links ul li {
    width: 50%;
    margin: 7px 0;
}
footer.style-14 a:hover {
    color: #cc2131;
}
footer.style-14 p {
    color: #666;
    font-size: 16px;
}
.gh__container, .gh__container p {
    text-align: center;
}
.gh__nav-menu {
    flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
    .gh__nav-menu {
        margin-top: 20px;
    }
}
.gh__navbar {
    padding: 15px 0 5px !important;
}
.gh__nav-btn {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}
.main-content {
    padding-bottom: 50px;
    position: relative;
}
.gh__footer {
    padding-top: 50px;
    text-align: left;
}
.gh__footer-links {
    display: flex;
    justify-content: space-around;
}
.gh__footer-links ul {
    display: block !important;
}
.gh__footer-links ul li {
    width: 100% !important;
}
.navbar-nav {
    margin: auto;
}
.inner-nav-menu {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .inner-nav-menu {
        flex-direction: column-reverse;
    }
}
