body,
.navbar-custom a {
    font-family: 'Rajdhani', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 4px !important;
    line-height: 1.1 !important
}

.navbar {
    min-height: 80px;
}

.navbar-custom .navbar-brand .logo {
    max-height: 500px !important;
}

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
    max-height: 500px !important;
    max-width: 500px !important;
}

.intro {
    text-shadow: none !important
}

.intro-body:before {
    background: transparent !important
}

.btn {
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    padding: 18px 36px !important
}

.btn:hover {
    opacity: 1 !important
}

.btn:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.btn-primary {
   /* background-color: #4285F4 !important;
    border-color: #4285F4 !important;*/
}

.btn-primary:hover {
    background-color: #679df6 !important
}

.btn-primary:active {
    background-color: #7aa9f7 !important
}

.btn-light {
    background-color: #ffffff !important;
    color: #4285F4 !important
}

.btn-light:hover {
    opacity: 0.7 !important
}

.btn-border {
    background-color: #ffffff !important;
    border: 1px solid #DADCE0 !important;
    color: #4285F4 !important;

}

.btn-border:hover {
    background-color: #f4f8ff !important
}

.btn-border:active {
    background-color: #c6dafc !important
}



.text-dark {
    color: #3A3A3A !important
}

section,
.section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.headline {
    letter-spacing: 0px !important;
}

.sub_headline {
    font-size: 20px !important;
    font-weight: 500 !important
}

.carousel-indicators li {
    background-color: #9f9f9f !important
}

.carousel-indicators .active {
    background-color: #4285F4 !important
}

.sub_headline_banner {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #343434 !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.sub_headline_banner i {
    /*    font-size: 16px !important;*/
    margin-right: 16px !important;
    color: #4285F4 !important;
    margin-bottom: 4px !important
}

.mt-1 {
    margin-top: 12px !important
}

.mt-2 {
    margin-top: 24px !important
}

.mb-1 {
    margin-bottom: 12px !important
}

.mb-2 {
    margin-bottom: 24px !important
}

.get_banner {
    background-color: rgba(232, 232, 232, 0.5) !important
}

.card_hover {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 16px;
    transition: 0.4s 0s linear
}


.card_hover:hover {
    box-shadow: 0px 0px 36px rgb(0 0 0 / 10%) !important;
    border: 1px solid transparent !important;
    cursor: pointer;
    /*    transform: translateY(-2px) !important*/
}

.price_card_hover {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 16px;
    transition: 0.4s 0s linear
}


.price_check {
    margin-right: 16px;
    color: #4285F4 !important
}

.price_x {
    margin-right: 16px;
    color: #ff5722 !important;
    /*    margin-left: 4px*/
    width: 20px
}

.navbar-custom {
    background: #ffffff !important;
    border-bottom: 1px solid #e3e3e3 !important
/*    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%)*/
}


/*   Bg Text Title   */

.section-title.t_center {
    text-align: center;
    position: relative;
    z-index: 2;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h6 {
    position: absolute;
    left: 0px;
    right: 0;
    opacity: 0.5;
    font-size: 100px;
    top: -40px;
    color: #eef0fe;
    z-index: -1;
    font-weight: 600;

}

.section-title h5 {
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    color: #343434;
    margin: 0 0 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    color: #eaf2ff;
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .section-title h6 {
        font-size: 40px
    }

    .section-title {
        margin-bottom: 24px;
    }

    .section-title h2 {
        font-size: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-title h6 {
        font-size: 40px
    }

    .section-title {
        margin-bottom: 24px;
    }

    .section-title h2 {
        font-size: 0px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .section-title h6 {
        font-size: 40px
    }

    .section-title {
        margin-bottom: 24px;
    }

    .section-title h2 {
        font-size: 0px;
    }
}

/*   Bg Text Title   */

/* Firefox BUG FIX */
#Carousel-intro .carousel-inner {
    position: absolute !important;
}

/* Firefox BUG FIX */