﻿@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Raleway', sans-serif !important;*/
    /*font-family: 'Roboto', sans-serif;*/
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
}

.header {
    background: #dfdfe1;
    padding: 10px 0;
}

.fixedMenu {
    position: fixed;
    top: 0;
    background: #dfdfe1;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
    -webkit-box-shadow: 0 4px 50px 0 #96aabb;
    -webkit-box-shadow: 0 4px 50px 0 rgba(150,170,187,0.2);
    box-shadow: 0 4px 50px 0 #96aabb;
    box-shadow: 0 4px 50px 0 rgba(150, 170, 187, 0.2);
    border-radius: 0;
    border: none;
}

.header .logo {
    /*padding: 10px 0;*/
}

.header .menu {
    margin: 0;
}

    .header .menu > li {
        display: inline-block;
        position: relative;
    }

        .header .menu > li > a {
            color: #333333;
            padding: 0 15px;
            font-weight: 500;
            display: block;
            font-size: 15px;
            text-transform: uppercase;
        }

            .header .menu > li > a.btn {
                padding: 6px 12px;
                color: #ffffff;
                margin-left: 5px;
                /*background: #7e0101;
                border-color: #7e0101;*/
            }

header .top-img {
    margin: 0;
}

.header .top-img > li {
    position: relative;
}

.header .top-img img {
    width: 200px;
}

.header .top-img span {
    position: absolute;
    top: 52px;
    left: 42px;
    color: #ffffff;
}

.slider {
    background: #7e0101;
    /*background: url(../images/banner.jpg) center center;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 90px;
    position: relative;
}

    .slider:after {
        /*position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
        content: '';*/
    }

    .slider h1 {
        color: #323a45;
        word-spacing: 5px;
        font-size: 36px;
        margin-bottom: 20px;
        letter-spacing: 2px;
        font-weight: 600;
    }

    .slider p {
        color: #323a45;
        margin-bottom: 20px;
    }

    .slider .btn {
        /*background: #c1130c;
        position: relative;
        color: #ffffff;*/
    }

    .slider .licenseForm {
        background: #dfdfe1;
        position: relative;
        padding: 20px 15px;
    }

        .slider .licenseForm h2 {
            font-size: 20px;
            font-weight: 600;
            margin: 0 0 20px;
            text-align: center;
            color: #404040;
        }

        .slider .licenseForm label {
            color: #404040;
            font-weight: 500;
        }

        .slider .licenseForm button {
            background: #7e0101;
            color: #ffffff;
            font-weight: 500;
            position: relative;
        }

        .slider .licenseForm input {
            background-clip: border-box;
            border: none;
            height: 42px;
        }

.about {
    padding: 80px 0;
    position: relative;
    background: #ffffff;
}

.title-section {
    position: relative;
    margin-bottom: 50px;
}


    .title-section .line {
        background: #c1130c;
        height: 3px;
        width: 90px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .title-section h2 {
        margin: 0 0 5px;
        font-size: 36px;
        /*text-transform: uppercase;*/
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

        .title-section h2 span {
            color: #7e0101;
        }

.about p {
    /*font-size: 17px;*/
    letter-spacing: 1px;
    /*font-weight: 500;*/
}

.features {
    padding: 0 0 80px;
    /*background: #f9f9f9;*/
    position: relative;
}

    .features .card {
        box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
        border-radius: 30px 0px 30px 0px;
        border: 0;
        transition: all 0.3s ease-in;
        overflow: hidden;
        position: relative;
        z-index: 99;
        margin-bottom: 20px;
    }


        .features .card::after {
            background-image: linear-gradient(55deg, #c72630 0%, #7e0101 100%);
            opacity: 1;
            width: 100%;
            height: 0%;
            top: 0px;
            left: 0px;
            transition: all 0.3s ease-in;
        }



        .features .card::after {
            position: absolute;
            content: "";
            bottom: 0px;
            left: 0px;
            height: 0;
            width: 0%;
            background-image: linear-gradient(55deg, #c72630 0%, #7e0101 100%);
            transition: all 0.3s ease-in;
        }

        .features .card:hover::after {
            height: 100%;
        }

        .features .card::after {
            width: 100%;
        }

        .features .card:hover, .features .card:hover p, .features .card:hover p a {
            color: #ffffff;
        }

    .features .title-section, .clientSection .title-section {
        margin-bottom: 80px;
        background: url('../images/1.jpg') center center no-repeat;
        background-size: cover;
        padding: 30px 0;
        position: relative;
    }

        .features .title-section:after, .clientSection .title-section:after {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: -moz-linear-gradient(-29deg,rgba(193, 15, 65, .8) 0,rgb(128, 0, 0) 100%);
            background: -webkit-linear-gradient(-29deg,rgba(193, 15, 65, .8) 0,rgb(128, 0, 0) 100%);
            background: linear-gradient(-29deg,rgba(193, 15, 65, .8) 0,rgb(128, 0, 0) 100%);
            z-index: 1;
        }

        .features h2, .clientSection .title-section h2 {
            text-align: center;
            position: relative;
            z-index: 9;
        }

    .features .panel {
        position: relative;
    }

    .features .icon {
        width: 80px;
        height: 80px;
        background: -moz-linear-gradient(135deg, #e02e3a, #7e0101);
        background: -webkit-linear-gradient(135deg, #e02e3a, #7e0101);
        background: linear-gradient(135deg, #e02e3a, #7e0101);
        /*background: #f6f6f6;*/
        border-radius: 50%;
        text-align: center;
        margin: 0 auto 20px;
        box-shadow: 0 10px 10px rgba(0,0,0,0.3);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: relative;
    }

    .features .card:hover .icon {
        background: transparent;
        box-shadow: none;
    }

    .features .icon i, .features .icon img {
        font-size: 30px;
        color: #fff;
        line-height: 80px;
    }

    .features .panel-box {
        text-align: center;
        position: relative;
        z-index: 99;
    }

        .features .panel-box h3 {
            margin: 0 0 15px;
            font-weight: 600;
            font-size: 20px;
        }

        .features .panel-box p {
            font-size: 15px;
            line-height: 25px;
            font-weight: 500;
            color: #676666;
        }

            .features .panel-box p a {
                color: #676666;
                text-decoration: underline;
            }

    .features .row + .row {
        margin-top: 50px;
    }

.clientSection {
    padding: 0 0 80px;
    /*background: url(../images/1.jpg) center center no-repeat;
    background-attachment: fixed;*/
    position: relative;
    background: #ffffff;
}
    /*.clientSection:after{
    position:absolute;
    content:'';
    top:0;
    right:0;
    bottom:0;
    left:0;
}*/

    .clientSection .title-section {
        margin-bottom: 80px;
    }

.text-white {
    color: #ffffff;
}

.clientSection img {
    text-align: center;
    margin: 0 auto;
}

.clientSection ul {
    margin: 0;
}

    .clientSection ul > li {
        color: #333333;
        margin-bottom: 40px;
        padding: 0;
        display: flex;
        align-items: center;
    }

        .clientSection ul > li span {
            font-size: 18px;
            font-weight: 600;
        }

        .clientSection ul > li i {
            margin-right: 10px;
            font-size: 20px;
            background: #7e0101;
            color: #ffffff;
            width: 50px;
            height: 50px;
            text-align: center;
            border-radius: 50%;
            line-height: 50px;
            vertical-align: middle;
            display: block;
            flex: none;
        }

.clientSection a {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}

.workSection {
    padding: 80px 0 0;
    /*z-index: 1;*/
    position: relative;
    /*background: #f9f9f9;*/
}

    .workSection ul > li {
        font-weight: 500;
    }

        .workSection ul > li > i {
            color: #800000;
        }

        .workSection ul > li a {
            color: #7e0101;
            text-decoration: underline;
        }

    .workSection h2 {
        color: #333333;
    }

    .workSection .title-section p {
        color: #848484;
    }

.title-section p {
    font-size: 16px;
    font-weight: 500;
}

.workSection ul {
    margin: 0;
}

    .workSection ul > li {
        margin-bottom: 15px;
    }

        .workSection ul > li > img {
            margin-right: 10px;
        }

.workSection .map-wrap {
    position: relative;
    padding: 40px 0 10px;
    margin: 60px 0;
    max-width: 100%;
}

    .workSection .map-wrap > .map-line {
        position: absolute;
        left: 50%;
        top: 0;
        background: rgba(193, 19, 12, .2);
        height: 100%;
        width: 2px;
        content: '';
        z-index: 9;
    }

.workSection .map-line:before {
    top: 0;
}

.workSection .map-line:after {
    bottom: 0;
}

.workSection .map-line:after, .map-line:before {
    position: absolute;
    background: rgba(193, 19, 12, .6);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: '';
    left: -4px;
}

.workSection .map {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    padding-bottom: 100px;
}

    .workSection .map.map-right {
        display: flex;
        justify-content: flex-end;
    }

    .workSection .map.map-left {
        display: flex;
        justify-content: flex-start;
    }

.workSection .map-step {
    position: relative;
}

.workSection .map-right.map .map-step:before {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #7e0101;
    left: -98px;
    top: 4px;
}

.workSection .map-step:before, .map-step:after {
    position: absolute;
    content: '';
}

.workSection .map-right.map .map-step:after {
    height: 2px;
    width: 70px;
    background: rgba(193, 19, 12, .2);
    left: -90px;
    top: 12px;
}

.workSection .map-left.map .map-step:before {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #7e0101;
    right: -81px;
    top: 4px;
}


.workSection .map-left.map .map-step:after {
    height: 2px;
    width: 70px;
    background: rgba(193, 19, 12, .2);
    right: -74px;
    top: 12px;
}

.workSection .map-step p {
    font-size: 19px;
    font-weight: 600;
}

.m-r-123 {
    margin-right: 123px;
}

.m-l-152 {
    margin-left: 152px;
}

.workSection a.btn {
    background: #7e0101;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: .5px;
    text-align: center;
    margin: 0 auto;
}

.contact-section {
    background: url('../images/contact.jpg') no-repeat;
    background-size: cover;
    padding: 170px 0;
}

.testimonial {
    padding: 100px 0 50px;
    background: url(../images/testimonial.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

    .testimonial:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(126, 1, 1, .9);
        content: '';
    }

    .testimonial .title-section {
        position: relative;
        z-index: 99;
    }

    .testimonial .profile {
        text-align: center;
        margin-top: 20px;
        margin: 0;
    }

        .testimonial .profile > .userIcon {
            margin-bottom: 10px;
        }

            .testimonial .profile > .userIcon > img {
                width: 120px;
                margin: 0 auto;
            }

    .testimonial .name {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        text-align: center;
    }

    .testimonial .designation {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
    }

    .testimonial .description {
        text-align: center;
        margin: 15px 0;
        font-size: 17px;
        color: #ffffff;
        font-style: italic;
        letter-spacing: 1px;
    }

    .testimonial .owl-theme .owl-dots .owl-dot.active span, .testimonial .owl-theme .owl-dots .owl-dot:hover span {
        background: #1d4670;
    }

    .testimonial .owl-theme .owl-dots .owl-dot span {
        background: none;
        border: 2px solid #1d4670;
    }

.footer-top {
    background: #7f0202;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}

    .footer-top h4 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .footer-top div {
        font-size: 18px;
    }

.footer-bottom {
    background: #ffffff;
    padding: 10px 0;
}

    .footer-bottom ul {
        margin: 0;
    }

        .footer-bottom ul > li {
            display: inline-block;
        }

            .footer-bottom ul > li > a {
                color: #ffffff;
                padding: 0 10px;
            }

.main-container {
    padding: 80px 0;
}

    .main-container p {
        font-size: 15px;
        color: #080808;
        font-weight: 500;
    }

.radio {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    user-select: none;
    display: flex;
    align-items: center;
}

    .radio input[type="radio"] {
        opacity: 0;
        position: absolute;
    }

        .radio input[type="radio"]:checked + .label {
            border-color: #800000;
        }

    .radio .label {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #929191;
        border-radius: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    .radio input[type="radio"]:checked + .label:after {
        transform: scale(1);
        transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
        opacity: 1;
    }

    .radio .label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #800000;
        transform: scale(0);
        transition: all 0.2s ease;
        opacity: 0.08;
        pointer-events: none;
    }

#signup-form label {
    font-weight: bold;
}

.card-header {
    font-size: 17px;
    font-weight: bold;
}

.mail-list {
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
}

    .mail-list > li {
        margin-bottom: 10px;
    }

        .mail-list > li p {
            margin-left: -15px;
        }

.btn-maroon {
    background: #800000;
    color: #ffffff;
    border-color: #800000;
}

    .btn-maroon:hover, .btn-maroon:focus, .btn-maroon:active {
        color: #ffffff;
    }

#signup-form .text-red {
    font-size: 20px;
}

.error {
    color: red;
}

.input-validation-error {
    border-color: #ff0000 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, .6) !important;
}

    .input-validation-error:focus {
        border-color: #e8110d;
        outline: none !important;
    }

input.error, select.error {
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(255, 0, 0, 0.6) 0px 0px 8px !important;
    outline-color: rgba(255, 0, 0, 0.6) !important;
    border-color: rgba(255, 0, 0, 0.6) !important;
}

#signup-form .btn {
    padding: 6px 50px;
    border-radius: 50px;
    font-size: 18px;
}

#responsive-menu {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #000000;
    z-index: 999;
}



.btn-theme, .btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    background: #7e0101;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.service-section {
    padding: 100px 0;
}

.bg-dark-theme {
    background: #800000;
}

.bg-theme {
    background: #800000;
}

.service-section .card {
    min-height: 230px;
}

    .service-section .card p {
        font-family: 'Poppins', sans-serif;
    }

.text-theme {
    color: #800000;
}

.tollfree p {
    color: #333333;
    font-size: 18px;
}

.footer {
    background: #080808;
    padding: 30px 0;
}

    .footer h4 {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer ul {
    }

        .footer ul > li {
            margin-bottom: 15px;
        }

            .footer ul > li > a {
                color: #ffffff;
            }

.footer {
}

    .footer .social-link {
    }

        .footer .social-link > li {
            display: block;
            color: #ffffff;
            margin-bottom: 10px;
        }

            .footer .social-link > li > a {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                text-align: center;
                color: #ffffff;
                display: inline-block;
                line-height: 35px;
                margin-right: 5px;
            }

                .footer .social-link > li > a.facebook {
                    background: #3b5998;
                }

                .footer .social-link > li > a.twitter {
                    background: #00acee;
                }

                .footer .social-link > li > a.youtube {
                    background: #c4302b;
                }

                .footer .social-link > li > a.linkedin {
                    background: #0e76a8;
                }

#videoModal .close {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 1;
    background: #ffffff;
    border-radius: 50%;
    width: 24px;
}

#videoModal .modal-body {
    line-height: 0;
}

#videoModal iframe, .register-container iframe {
    width: 100%;
}

.mh-345 {
    min-height: 345px;
}

.mh-270 {
    min-height: 270px;
}

.stateform-container {
    padding: 50px 0;
}

    .stateform-container p {
        font-size: 17px;
        /*letter-spacing: .5px;*/
        color: #292626;
    }

    .stateform-container .table thead th {
        border-width: 1px;
    }

    .stateform-container .table-striped tbody tr:nth-of-type(even) {
        background-color: rgba(240, 199, 115, .5);
    }

    .stateform-container .table-striped tbody tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

.contact-container {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

    .contact-container label {
        font-weight: bold;
    }

    .contact-container input {
        height: 50px;
        background: #fafafa;
    }

.text-red {
    color: red;
}

.contact-container textarea {
    background: #fafafa;
    resize: none;
}

.contact-container .card {
    /*background: #f7fdce;*/
}

#management {
    font-size: 20px;
    position: relative;
    top: -9px;
}

.register-container {
    padding: 50px 0;
}

    .register-container .detail {
        margin-top: 30px;
    }

        .register-container .detail label {
            font-weight: 600;
            font-size: 15px;
        }

        .register-container .detail input:not([type='radio']):not([type=checkbox]), .register-container .detail select {
            height: 50px;
            background: #fafafa;
            font-size: 15px;
        }

        .register-container .detail textarea {
            font-size: 15px;
            background: #fafafa;
        }

.border-theme {
    border-color: #7e0101;
}

.register-container .form-wizard {
    /*box-shadow: 0px 0px 6px 3px rgba(119, 119, 119, .1);*/
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.register-container .form-wizard {
    font-family: 'Poppins', sans-serif !important;
    color: #212529;
    font-weight: 400;
    position: relative;
}

    .register-container .form-wizard h1, .register-container .form-wizard h2 {
        color: #800000;
        font-weight: 600;
    }

    .register-container .form-wizard .form-control {
        font-weight: 400;
        color: #495057;
        font-family: 'Poppins', sans-serif;
    }

    .register-container .form-wizard textarea {
        height: auto;
        resize: none;
    }

.register-container .form-header-classic .form-wizard-step.active .form-wizard-step-icon {
    background: #9e1010;
    color: #ffffff;
}

.register-container .form-wizard .progress-bar {
    background-color: #f2ba49;
}

.bg-green {
    background: #84c225;
}

.register-container .form-body-classic.form-wizard .btn {
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: #FF9800;
}

.register-container .form-wizard .btn.btn-previous, .register-container .form-wizard .btn.btn-previous:focus, .register-container .form-wizard .btn.btn-previous:active:focus, .register-container .form-wizard .btn.btn-previous.active:focus {
    background: #f4f5f7;
    color: #212529;
    transition: all .15s ease;
    /*box-shadow:0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);*/
}

.register-container .form-wizard .btn.btn-next, .register-container .form-wizard .btn.btn-next:focus, .register-container .form-wizard .btn.btn-next:active:focus, .register-container .form-wizard .btn.btn-next.active:focus {
    background: #337ab7;
}

.register-container .form-wizard .btn.btn-submit, .register-container .form-wizard .btn.btn-submit:focus, .register-container .form-wizard .btn.btn-submit:active:focus, .register-container .form-wizard .btn.btn-submit.active:focus {
    background: #5cb85c;
}

.register-container .form-header-classic .form-wizard-step-icon {
    font-size: 20px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #212529;
    cursor: pointer;
    margin: 0;
}

.register-container .form-wizard-progress {
    height: 5px;
}

.register-container .form-wizard-progress-line {
    height: 5px;
    background: #800000;
}

.register-container .form-header-classic .form-wizard-step.activated .form-wizard-step-icon {
    line-height: 48px;
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

.register-container .form-wizard-buttons {
    border-top: 1px solid #ccc;
    /*margin-top: 20px;*/
    padding-top: 10px;
}

.register-container input.error, select.error {
    border: 1px solid #e8110d;
    box-shadow: 0 0 0px 1px #e8110d;
}

    .register-container input.error:focus, select.error:focus {
        box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(255, 0, 0, 0.6) 0px 0px 8px !important;
        outline-color: rgba(255, 0, 0, 0.6) !important;
        border-color: rgba(255, 0, 0, 0.6) !important;
    }

.form-wizard-steps {
    z-index: 2;
}

.register-container .card-header {
    font-size: 16px;
    font-weight: 500;
}

.lineheight1 {
    line-height: 1;
}

.register-container .radio input[type="radio"], .register-container .radio-inline input[type="radio"] {
    margin: 0;
}

.dropzone {
    width: 100%;
    border: 2px dashed #949494 !important;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .dropzone i {
        font-size: 50px;
        color: #7e0101;
    }

.login-container {
    background: #7e0101;
}

.h-100vh {
    height: 100vh;
}

.login-container label {
    font-weight: 500;
}

.register-container .form-wizard {
    line-height: normal;
}

.bg-theme2 {
    background: #337ab7;
}

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
    color: #337ab7;
}

#fundDropdown {
    right: 0;
    left: auto;
    min-width: 350px;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
    top: 52px;
    margin: 0;
}

    #fundDropdown h4 {
        font-size: 18px;
    }

.register-container .custom-control-input:checked ~ .custom-control-label::before {
    background: #7e0101;
    border-color: #7e0101;
}

.register-container .custom-control-label::after, .register-container .custom-control-label::before {
    width: 18px;
    height: 18px;
}

.policy-container {
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

    .policy-container p {
        color: #616161;
    }

.roboto {
    font-family: 'Roboto', sans-serif;
}

.about-container {
    padding: 50px 0 0;
    font-family: 'Poppins', sans-serif;
}

    .about-container p {
        color: #616161;
    }

.faq-container {
    padding: 50px 0;
}

.acc__card {
    margin: 1em 0;
    position: relative;
}

.acc__title {
    background: #ffffff;
    color: #212121;
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    font-weight: 600;
}

    .acc__title.active {
        background: #800000;
        color: #ffffff;
        border: none;
    }

    .acc__title::after {
        width: 10px;
        height: 10px;
        border-right: 2px solid #4a6e78;
        border-bottom: 2px solid #4a6e78;
        position: absolute;
        right: 10px;
        content: " ";
        top: 25px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .acc__title.active::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-color: #ffffff;
    }

.acc__panel {
    display: none;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, .2);
}

.faq-container p {
    font-family: 'Poppins', sans-serif;
    color: #616161;
}

@media (min-width: 992px) {
    .clientSection .col-md-offset-4 {
        margin-left: 32%;
    }

    #responsive-menu {
        display: none;
    }

    .mr-md-10 {
        margin-right: 10rem !important;
    }
}

@media (max-width: 992px) {
    .logo img {
        width: 170px;
    }
}


@media(max-width: 991px) {
    .top-img {
        display: none;
    }

    .header .menu {
        display: none;
        float: none;
    }

    html, body {
        overflow-x: hidden;
    }

    .header .menu > li {
        display: block;
        border-bottom: 1px solid #d3d3d3;
    }

        .header .menu > li > a {
            padding: 15px 0;
        }

    .video-btn {
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {
    .slider {
        padding: 50px 0;
    }

    #fundDropdown {
        left: 0;
        right: 0;
    }
}

@media(max-width:650px) {
    .contact-section {
        background-position: 20%;
        padding: 100px 0;
    }
}

@media(max-width:380px) {
    #fundDropdown {
        min-width: 300px;
    }
}

@media(max-width:359px) {
    .slider .licenseForm {
        padding: 15px 10px;
    }
}
