@import url(../fonts/stylesheet.css);

:root {
    --main-color: #5E2DF5;
    --second-color: #ffc107;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/roboto/Roboto-Regular.woff);
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url(../fonts/Oswald-Regular.ttf);
}

html {
    height: 100%;
}

body {
    font-family: 'Roboto-Regular';
    font-weight: 500;
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main_wrapper {
    background: #fff;
}

a {
    text-decoration: none !important;
}

.py-70 {
    padding: 70px 0;
}

.py-50 {
    padding: 50px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald-Regular';
}

.btn-theme,
.btn-theme-dark,
.btn-main,
#contact-form-submit,
.post-content-inner a.btn {

    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid var(--main-color);
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    transition: all .5s ease-in-out;
}

.btn-theme-dark {
    border-color: #fff;
}

.btn-theme,
.btn-main,
#contact-form-submit,
.post-content-inner a.btn {
    background-color: var(--main-color);
    color: #fff;
}

.btn-theme:hover,
.btn-main:hover,
#contact-form-submit:hover,
.post-content-inner a.btn:hover {
    color: var(--main-color);
    opacity: .85;
    background-color: #fff;
}

.btn-theme-dark {
    background-color: #fff;
    color: var(--main-color);
}

.btn-theme-dark:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

img {
    max-width: 100%;
}

/* header css start */
.navbar-brand img {
    height: 40px !important;
}

.header-fix {
    position: static;
    background: transparent;
    transition: all 0.3s ease, opacity .5s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-fix.fix .navbar {
    background-color: #fff;
    padding: 3px 20px;
    animation: 300ms ease-in-out fadeInDown;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10) !important;
}

.header-fix.fix {
    opacity: 1;
    position: fixed;
      top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-fix.fix .navbar .navbar-nav .nav-item .nav-link {
    color: #071c4d;
}

.header-light.header-fix .navbar .navbar-nav .nav-item .nav-link {
    color: #071c4d;
}

.header-light.header-fix .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--main-color);
}

.header-fix.fix .navbar .service-menu {
    top: 59px;
}

.header-light.header-fix .navbar {
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.10);
    background: #fff;
}

[class*="navbar-expand"] .navbar-nav .nav-item .nav-link {
    padding: 16px 10px;
    font-size: 16px;
}

/* Header Css End */

.owl-nav i {
    color: white;
    padding: 10px;
    font-size: 20px;
}

.banner-sec {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-color: var(--main-color);
    background-blend-mode: color-dodge;
    padding: 100px 0 0;
}
.banner-lft-dis span {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 12px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    color: var(--main-color);
}

.banner-lft-dis {
    position: relative;
    z-index: 9;
}

.banner-lft-dis h1 {
    color: #fff;
    font-size: 50px;
}

.banner-lft-dis p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.banner-image img {
    width: 100%;
}

/* Banner css End */


.main-title h2 {
    font-size: 35px;
    color: #0f2447;
}

.benefit-card {
    border-radius: 10px;
    text-align: center;
    margin-bottom: 70px;
    transition: all .5s ease-in-out;
    background: #fff;
    padding: 20px;
    position: relative;
    min-height: 250px;
}

.benefit-card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.benefit-card h4 {
    font-size: 24px;
    margin-bottom: 8px;
}

.benefit-card p {
    margin-bottom: 0;
    line-height: 28px;
}

.benifit-icn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-top: -75px;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.benifit-icn img {
    width: 100px;
}

.pd-100 {
    padding: 70px 0;
}

.bg-blue {
    background: var(--main-color);
}

.business-choose .main-title h2,
.business-choose .main-title p {
    color: #fff;
}



.conc-lft-dis h2 {
    font-size: 42px;
    color: #fff;
}

.conc-lft-dis p {
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.banner-image {
    border-radius: 10px;
}

.box-title {
    font-size: 24px;
    line-height: 1.333;
    font-weight: 600;
}

.conc-rt-img img {
    width: 100%;
}

.benefits-sec {
    background: rgb(115 85 208 / 10%);
    background-size: cover;
    background-position: center center;
}


.conclusion-sec {
    background: url('../images/bg-vector.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    background-color: var(--main-color);
    background-blend-mode: saturation;
}

.build-solutions {
    background: #F3F6FD;
}


a.blog_img {
    display: inline-block;
    height: 200px;
    background: #f1eefa;
    width: 100%;
}

.blog-single-slide>a img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;

}

.blog-single-slide {
    background: #fff;
    box-shadow: 1px 1px 18px #ccc;
    height: 100%;
}

.blog-slide-text h4 a {
    font-size: 18px;
    color: #000;
}

.blog-slide-text h4 a:hover {
    color: var(--main-color);
}

.blog-slide-text {
    padding: 20px;
}

.blog-slide-text p {
    margin-bottom: 10px;
}

.blog-slide-text p i {
    margin-right: 5px;
}

.blog-slide-text p span {
    margin-right: 7px;
}

.blog-btn {
    position: absolute;
    bottom: 20px;
}

.blog-slide-text {
    padding: 20px 20px 70px;
}

.blog_wrap {
    background: #f1eefa;
    padding: 70px 0;
}




.bg-blue {
    background: #062a4b;
}


.hero-content-wrap h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    margin-bottom: 20px;
}

.feature-iconbox {
    margin: auto;
    width: 52px;
    height: 50px;
    margin-bottom: 22px;
}

.feature-iconbox.no-hardware {
    background-position: -554px -335px;
}

.feature-iconbox.pay-as-you-go {
    background-position: -161px -43px;
}

.feature-iconbox.quick-setup {
    background-position: -278px -700px;
}

.feature-iconbox.easy-scalabilitynew {
    background-position: -554px -278px;
}

.feature-iconbox.crm-intgration {
    background-position: -113px -44px;
}

.feature-iconbox.smooth-portability {
    background-position: -335px -700px;
}

.copyright-text {
    border-top: 1px solid #ffffff78;
}

.footer-logo-img {
    height: 50px !important;
}

footer .footer-widget ul {
    padding-left: 0;
}

footer .footer-widget ul li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 10px;
}

footer .footer-widget ul li a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

footer .footer-widget ul li a:hover {
    color: var(--main-color);
    text-decoration: none;
}

footer .footer-widget {
    margin-left: 50px;
    position: relative;
}

footer hr {
    background-color: #fff;
}

footer .copyright-text p {
    font-weight: 500;
}

footer .copyright-text a {
    color: var(--second-color);
}

.copyright-text a:hover,
footer h2 a:hover {
    color: #8FBEDD;
}

/* ==================Login page==================== */
.field-loginform-password {
    position: relative;
}

.login-signup .field-loginform-password span {
    float: right;
    position: absolute;
    z-index: 2;
    left: auto;
    right: 30px;
    top: 17px;
    color: #000;
}

.login-signup {
    height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #daecff;
}

.login-box {
    padding: 50px;
    box-shadow: 0 0 10px #0000002a;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    backdrop-filter: blur(6.800000190734863px);
    color: #fff;
}

.login-signup input.form-control {
    height: 50px;
    border-radius: 4px;
    background-color: #fff !important;
}

.login-signup .form-group {
    position: relative;
    margin-bottom: 1rem;
}

.uppercase {
    text-transform: uppercase;
}

.login-btn {
    border-radius: 5px;
    background: #F4B400;
    color: #000;
    font-weight: 600;
    height: 50px;
}

.login-btn:hover {
    text-decoration: none;
    background: #ffcb30;

}

#remember .custom-control-input:checked~.custom-control-label::before {
    color: #000;
    border-color: #f4b400;
    background-color: #f4b400;
}

#remember label,
.forgot-password {
    font-weight: 600;
    letter-spacing: 0.3px;
}

.forgot-password {
    color: #f4b400;
}

.forgot-password:hover {
    color: #ffcb30;
}

@media (min-width : 1500px) {
    .fluid-2 {
        padding: 0 10% !important;
    }
}


@media only screen and (max-width: 768px) {
    .col-lg-5.offset-lg-2 {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    footer .footer-widget {
        margin-left: 0px;
    }

    .banner-section {
        padding: 150px 0;
    }
}

@media only screen and (max-width: 600px) {
    .col-lg-5.offset-lg-2 {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .mobility {
        margin-top: 15px;
    }

    footer .footer-widget {
        margin-left: 0px;
    }

    .mobility {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-content-wrap h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 46px;
    }

    .lead {
        font-size: 1rem;
    }

    .butn {
        font-size: 16px;
    }

    .banner-section {
        padding: 150px 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .col-lg-5.offset-lg-2 {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .mobility {
        margin-top: 15px;
    }

    footer .footer-widget {
        margin-left: 0px;
    }
}

.owl-nav i {
    color: white;
    padding: 10px;
    font-size: 20px;
}

.bg-blue-header {
    background: var(--main-color);
    color: #fff;
}

.bg-blue-header h2,
.area-title {
    color: #fff;
    margin-bottom: 0;
    font-size: 2rem;
}

/************ support and help section start***************/

.contact-back,
.faq-section {
    background: rgb(115 85 208 / 10%);
}

.light-gray-bg {
    background: rgb(115 85 208 / 10%);
}

.faq-section .accordion {
    margin-top: 20px;
    padding: 20px;
}

.faq-section .accordion .card {
    border: 1px solid #dee2f1;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 1.5rem;
}

.faq-section .accordion .card .card-header {
    border: none;
    padding: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.faq-section .accordion .card .card-header button {
    background: no-repeat #fbbc05;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 1rem 0;
    text-align: left;
    border: 0;
    cursor: auto;
}

.faq-section .accordion .card .card-header button span {
    display: block;
    margin-inline: 15px;
    font-family: Roboto-Regular;
    font-weight: 600;
    color: #fff;
}

.help-section-index {
    padding-top: 100px;
    padding-bottom: 100px;
}

.help-section-detail {
    padding-top: 100px;
}

.cx-blog-section {
    padding-top: 50px;
}

.post h3 {
    background: #f2e7c8;
    padding: 15px;
    margin-top: 5px;
}

.feedback h3 {
    background: #f2e7c8;
    padding: 15px;
}

.feedback a {
    margin-top: 10px;
}

.help-view .breadcrumb {
    background: var(--main-color);
}

.breadcrumb a {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb li {
    color: #fbbc05 !important;
}

.portfolio-filter-1 li a {
    text-transform: capitalize !important;
}

.terms-and-conditions ol {
    list-style: inside decimal;
}

.list-wrapper li a {
    text-transform: capitalize;
}

.custom-Concepts {
    list-style: inside disc;
}

.copyright-text p {
    margin-bottom: 0;
    padding-top: 15px;
}

.privacy_policy ul {
    list-style: inside;
}



.search-container button:hover {
    background: var(--main-color);
}

.woot-elements--right.woot-widget-bubble.woot--close,
.woot-widget-bubble.woot-elements--right.woot-widget--expanded,
.woot-widget-bubble.woot-elements--right.woot-widget--expanded,
.font-medium.text-white.py-3.px-4.rounded.shadow-sm.w-full {
    background: var(--main-color) !important;
}

.services-content ul li {
    list-style: inside disc !important;
}

.services-content img {
	width: 100%;
	margin-top: 30px;
}

.privacy-policy-row ul li {
    list-style: inside;
}

#interview-form button {
    margin-top: 20px !important;
}

#accordionFAQ li {
    list-style: inside;
}

#accordionFAQ li p {
    display: inline-block;
}

#accordionFAQ ul li:last-child p {
    margin-bottom: 0;
}

#accordionFAQ ul {
    margin-bottom: 0;
}

.social-share.footer-social-menu li a::before {
    font-family: "Font Awesome 5 Brands";
}

.social-share.footer-social-menu.list-unstyled {
    gap: 5px !important;
    display: flex;
    justify-content: end;
}

#loginform-password {
    padding-right: 50px !important;
}

@media(max-width:1199px) and (min-width:992px) {
    .footer-menu a.butn.btn-gredient {
        font-size: 16px;
        padding-inline: 20px;
    }
}

@media(max-width:1199px) {
    #interview-form {
        margin-inline: 20px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .footer-menu a.butn.btn-gredient {
        font-size: 13px;
        padding-inline: 8px;
    }

}

@media(max-width:767px) {
    .card.card-primary.blog-widget-view {
        margin-top: 25px;
    }

    .bg-blue-header h1 {
        font-size: 30px;
    }
}

@media(max-width:575px) {
    .post-content-inner h2 {
        font-size: 24px;
    }

    .portfolio-heading-section .area-title {
        font-size: 30px !important;
    }

    .page-title-inner h1 {
        font-size: 30px;
    }
}

.alert {
    margin-top: 80px !important;
}

.contact-us-wrapper {
    padding-top: 120px;
    padding-bottom: 0;
}

#search-form button {
    min-width: 83px;
}

#search-form {
    flex-wrap: nowrap;
}

.services-content ul {
    padding-left: 0;
}

.alert a.close {
    float: right;
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-30 {
    margin-top: 30px !important
}

.pb-20 {
    padding-bottom: 20px !important
}


.pb-30 {
    padding-bottom: 30px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-120 {
    padding-top: 120px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pb-80 {
    padding-bottom: 80px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

/* Blog Css Start*/


a.read-more {
    border: 2px solid #6dbd63;
    padding: 7px 14px;
    color: #6dbd63;
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
}


.content.p-bg {
    margin-top: 72px;
}


.content.p-bg,
.p-bg.quote-content {
    padding: 45px 0;
    position: relative;
    background: var(--main-color);
}

.portfolio-heading-section .area-title {
    text-transform: capitalize;
}

.area-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
}

.card-header {
    background-color: var(--main-color);
    color: #fff;
}

/* ===================
pricing css 
====================== */
.pricing-item {
    background: #fff;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 8px;
    transition: all .5s ease-in-out;
    height: 100%;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pricing-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.pricing-header-wrapper {
    border-radius: 8px;
    height: 175px;
    padding-top: 25px;
    position: relative;
    z-index: 1;
}

.pricing-header-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    border-radius: 10px;
    left: 0;
    top: 0;
    z-index: -1;
}

.pricing-header h5 {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.pricing-header p {
    color: #fff;
}

.pricing-amount {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid var(--main-color);
    color: var(--main-color);
    font-weight: 700;
    padding: 30px 0;
    box-shadow: 1px 1px 10px rgb(68 68 68/ 60%);
}

.pricing-amount strong {
    font-size: 37px;
    font-weight: 900;
    color: var(--main-color);
    line-height: 1;
}

.pricing-amount-type {
    position: relative;
    z-index: 1;
    color: var(--main-color);
    font-size: 13px;
    text-transform: uppercase;
}

.pricing-feature {
    margin-top: 50px;
    padding: 40px 0 70px;
    text-align: center;
}

.pricing-feature li {
    margin-bottom: 15px;
    list-style: none;
}

.pricing-feature li:last-child {
    margin-bottom: 0px;
}

.pricing-feature li i {
    color: var(--main-color);
    margin-right: 5px;
}

.pricing-footer {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30px;
}

/* pricing Css End */
/* features Css start */
.features-inner.min-height .f-desc ul {
    padding-left: 0;
}

.features-inner {
    height: 100%;
    margin-bottom: 0;
}

.jischool-erp .row>div {
    margin-bottom: 30px;
}


.features-block_One {
    color: #fff;
    padding: 50px 0;
    background: var(--main-color);

}

.features-block_One h2 {
    margin: 0;
}

.img-wrap {
    border-right: 0;

}

.features-section .container-fluid .row {
    margin-inline: auto;
}

.features-section .container-fluid .row:nth-child(2) {
    margin-inline: auto;
    padding-top: 50px;
}

section.content.py-5 {
    display: none;
}

.features-section {
    overflow: hidden;

}

/* Features Css End */
/* Footer CSS Start */
.footer-wrap {
    position: relative;
    background-color: #18074f;
    padding-top: 70px;
    padding-bottom: 20px;
    margin-top: auto;
}

.footer-wrap .footer-widget {
    margin: 0 0 30px
}

.footer-wrap .footer-widget .footer-widget-title,
.footer-wrap .footer-widget p,
.footer-wrap .footer-widget a {
    color: #fff
}

.footer-wrap .footer-widget .footer-logo {
    margin: 0 0 20px;
    display: block
}

.footer-menu {
    padding-left: 0px;
}


.footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #fe0000;
    width: 50px;
    height: 1px
}

.footer-wrap .footer-widget .footer-menu li {
    padding-bottom: 10px;
    display: block;
}

.footer-wrap .footer-widget .footer-menu li a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: .4s;
    transition: .4s
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: var(--second-color);
    text-decoration: none;
}


.footer-wrap .footer-widget .footer-menu li:last-child {
    padding-bottom: 0;
}

.footer-menu .btn-theme:hover {
    color: #5e2df5 !important;
}

/* Footer CSS End */

.footer_blog .blg-content {
    color: #fff;
}

.footer_blog .blg_img img {
    width: 80px !important;
    border-radius: 10px;
    object-fit: cover;
    max-width: inherit;
}

.footer_blog .blg-content a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer_blog .blg-content a:hover,
.footer-widget ul li a:hover {
    color: var(--second-color);
}

.social_lnk ul li a:hover {
    background: #fff;
    color: #000;
}

.footer_blog .blg-content span {
    font-size: 14px;
}

.footer_blog {
    margin-bottom: 15px;
    margin-right: 15px;
}

.footer-logo img {
    height: 40px !important;
}

/* Footer CSS End */


.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    padding: 30px 0 40px;
}

.pagination li a,
.pagination li span {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    color: #333;
    box-shadow: 0 0 5px 1px #21212159 !important;
    margin: 5px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.75s;
    background-color: #fff;
}

.pagination li:first-of-type a,
.pagination li:first-of-type span,
.pagination li:last-of-type a {
    padding: 10px 20px;
    background-color: var(--main-color);
    color: #fff;
}

.pagination li.active a {
    background-color: var(--main-color);
    color: #fff!important;
}

.pagination-list-wrapper li a:hover {
    box-shadow: 0 0 5px 1px #21212159;
}

@media (max-width:1399px) {
    a.blog_img {
        height: 178px;
    }
}

@media (max-width:1199px) {
    a.blog_img {
        height: 148px;
    }
}

@media (max-width:991px) {
    a.blog_img {
        height: 350px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    a.blog_img {
        height: 258px;
    }

}

@media (max-width:767px) {
    a.blog_img {
        height: 175px;
    }

}

.header-fix .navbar-toggler:focus {
	box-shadow: none;
}

.thankyou_wrap {
	background: #E3DAFF;
	padding: 60px 30px;
	color: #000;
}
.thankyou_wrap h1 {
	font-weight: 500;
}
.search-container button {
	background: var(--main-color);
}

.features-inner .f-desc h3 a{
color: #000;
}
.features-inner .f-desc h3 a:hover{
    color: var(--main-color);
    }
 
 .support-group   .card .wrap h3 {
        color: #071c4d;
    }