@charset "UTF-8";
/* CSS Document */

.theme-main-menu{
    background-color:#202020;
}
.theme-main-menu-home{
    background-color:transparent;
}
.navbar .navbar-nav .nav-link {
    color: #fff;
    font-family: var(--font-primary);
    font-size: 16px;
}
.navbar .navbar-nav .nav-link:hover{
    color: var(--red-one);
}

.inside-hero-one {
    background: var(--light-cyan);
}

.navbar-collapse.show a.nav-link{
    color: #000!important;
    font-family: var(--font-primary);
    font-size: 16px;
}
.navbar-toggler::before, .navbar-toggler::after{
    background: #fff;
}
.navbar-toggler span{
    background: #fff;
}
.navbar-collapse {
    transition: all 0.15s ease-in-out!important;
}
.theme-btn-thirteen.btn-menu{
    padding: 0 40px;
    border: 2px solid var(--red-one);
    font-weight: 500;
}
.theme-btn-thirteen.btn-menu:hover{
    background-color: transparent;
    border: 2px solid var(--red-one);
    color: var(--red-one);
    font-weight: 500;
}
.accordion-style-four .accordion-button{
    padding: 20px 0 20px 0px;
    border-bottom: 1px solid;
}
.accordion-style-four .accordion-body {
    padding: 0 0px 0 0px;
    color: rgba(0, 0, 0, 0.7);
}
.accordion-style-four .accordion-body p {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
}
.accordion-style-four .accordion-button:not(.collapsed) {
    border-bottom: 0px;
}
.accordion-style-four .accordion-button::after{
    right:0;
    left: auto;
}
.partner-section-two .partent-logos{
  border: 0px;
    margin: 130px auto 130px
}
.partner-section-two .partent-logos .logo{
    border-radius: 15px;
    background-color: white;
}
.card-style-thirteen .title-wrapper p{
    color: rgba(0,0,0,0.7);
}
.card-style-thirteen .arrow-icon{
    border: 1px solid black;
    color: black;
}
.card-style-thirteen .arrow-icon:hover{
    background-color: black;
    color: white;
}
.card-style-thirteen .title-wrapper{
    width: 60%;
}
.card-style-thirteen.aos-init.aos-animate{
    border-top: 1px solid black;
  }
.drive-bg-dark{
    background-color: rgb(12,12,12);
}
.drive-red-bg{
    background-color: rgb(236,61,76) !important;
}
.drive-bg-pink{
    background-color:#fe27594a!important
}
.text-dark-pink{
    color: var(--red-one)
}

h1.font-primary,
h2.font-primary,
h3.font-primary,
h4.font-primary,
h5.font-primary
{
    font-family: var(--font-primary);
}

.font-weight-bold { font-weight: bold; }

.hero-banner-fourteen .hero-heading span.red {
    color: #fd4546;
    font-style: normal;
    text-shadow: none;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff2759;
}
.hero-banner-fourteen .hero-heading span.underlined { color: inherit; }
.hero-banner-fourteen .hero-heading span.underlined img {
    position: absolute;
    top: 220px;
}

@media only screen and (max-width: 1366px) {
    .hero-banner-fourteen .hero-heading span.underlined img {
        position: absolute;
        top: 190px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner-fourteen .hero-heading span.underlined img {
        position: absolute;
        top: 160px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner-fourteen .hero-heading span.underlined img {
        position: absolute;
        top: 95px;
        max-width: 200px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-banner-fourteen .hero-heading span.underlined img {
        position: absolute;
        top: 80px;
        max-width: 170px;
    }
}

@media only screen and (max-width: 360px) {
    .hero-banner-fourteen .hero-heading span.underlined img {
        display: none;
    }
}

.hero-banner-fourteen .shape-one {
    margin: -105px 0 0 27px;
    width: 18%;
}

.title-style-five .title span {
    color: #fd4546;
    text-decoration: underline;
}

.blog-section-three {
    background-color: #aef3f8;
}

.icon-img {
    height: 80px;
    display: inline-block;
}

.custom-style-reviews .title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: .7em;
}

.custom-style-reviews .past-date {
    font-size: .8em;
    color: #999;
    margin-bottom: 5px;
}

.custom-style-reviews img {
    margin-bottom: 10px;
}

.custom-section-90-percent .bg-wrapper {
    padding: 155px 15px 80px;
    background: url(/assets/landing/firststep/images/assets/bg_01.png) no-repeat center;;
    position: relative;
    z-index: 1;
}

.custom-section-your-market .title {
    line-height: 1.8;
}

.vcamp-feature-section-three.dark-bg {
    padding: 180px 0 190px;
}

.custom-section.pink-bg {
    padding: 180px 0 190px;
    background-color: #ecd6d9;
}

.vcamp-footer-one.dark-bg.image-bg {
    padding-top: 200px;
}

.custom-title-style .title span {
    color: #fff;
    text-shadow: 0 0 1px #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.custom-title-style .title em {
    color: #fd4546;
}

.custom-title-style .service-title {
    font-size: 17px;
    font-family: var(--font-primary);
    letter-spacing: 2px;
    color: #B6B6B6;
    text-transform: uppercase;
}

.custom-section .icon {
    width: 62px;
    height: 62px;
    padding: 15px;
    background: var(--heading);
    border-radius: 50%;
    margin-bottom: 35px;
}

.ui-list-item-custom li,
.ui-list-item-custom-x li {
    font-size: 1.3em;
    color: #000;
    margin-bottom: 20px;
    padding-left: 55px;
    line-height: 1.8em;
    position: relative;
}

.ui-list-item-custom li:before,
.ui-list-item-custom-x li:before {
    font-family: bootstrap-icons;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    background: var(--red-one);
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 30px;
    color: #fff;
}

.ui-list-item-custom li:before {
    content: "\f26e";
}

.ui-list-item-custom-x li:before {
    content: "\f62a";
}

/* scrolling logo */
.sticky-menu .logo-dark { display: none; }
.sticky-menu.fixed .logo-light { display: none; }
.sticky-menu.fixed .logo-dark { display: block; }

/* phone number in nav */
.sticky-menu .nav-phone { color: #fff; text-decoration: underline; }
.sticky-menu .nav-phone:hover { text-decoration: none; }
.sticky-menu.fixed .nav-phone { color: #000000; }
@media only screen and (max-width: 575px) {
    .sticky-menu .nav-phone { display: none; }
}

/* form error class */
input.error { border: 1px solid #ff0000; }
label.error {
    color: #ff0000;
    margin-bottom: 15px;
    font-size: .8em;
    line-height: 1em;
}

@media only screen and (max-width: 1023px) {
    .shape-one { display: none; }
