body {
    font-family: Poppins,sans-serif;
}

@media (min-width:1200px) {
    .container:not(.container-lg-custom):not(.container-xl-custom) {
        max-width: 1200px;
    }
}

.custom-border-radius-1 {
    border-radius: 7px !important;
}

.custom-text-underline-1 {
    border-bottom: 1px solid rgba(255,255,255,.7);
}

.custom-btn-border-radius {
    border-radius: 12px;
}

.custom-btn-arrow-effect-1 > svg {
    transition: ease transform .3s;
}

.custom-btn-arrow-effect-1:hover > svg {
    transform: translate3d(8px,0,0);
}

.custom-select-1.custom-select-1-arrow-position:before {
    right: 30px;
}

.custom-svg-1 {
    position: absolute;
    left: 0;
    top: -100px;
    width: 640px;
}

.custom-svg-2 {
    position: absolute;
    top: 43%;
    left: -260px;
    width: 190px;
    transform: translate3d(0,-50%,0);
}

.custom-svg-3 {
    display: none;
    position: absolute;
    right: 0;
}

@media (min-width:576px) {
    .custom-svg-3 {
        display: block;
        bottom: -80px;
        width: 80px;
    }
}

@media (min-width:1440px) {
    .custom-svg-3 {
        bottom: -150px;
        width: 150px;
    }
}

.custom-bg-color-grey-1 {
    background-color: #f4f4f4 !important;
}

.custom-alert-bg-color-1 {
    background-color: #fffcd6 !important;
}

.custom-section-background .container:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 85%;
    width: 100vw;
    height: calc(100% + 150px);
    background: #fff;
    z-index: 0;
    transform: translate3d(0,-50%,0);
}

@media (min-width:1920px) {
    .custom-background-style-1 {
        background-size: cover;
    }
}

@media (min-width:2050px),(max-width:991px) {
    .custom-background-size-1 {
        background-size: cover !important;
    }
}

@media (min-width:2050px) {
    .custom-background-size-1 {
        background-position: 14vw 50% !important;
    }
}

.custom-svg-background-1 {
    position: absolute;
    width: 1000%;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate3d(-50%,0,0);
}

@media (max-width:991px) {
    .custom-svg-background-1 {
        left: 77%;
    }
}

@media (max-width:575px) {
    .custom-svg-background-1 {
        left: 82%;
    }
}

@media (max-width:991px) {
    .custom-remove-mobile-border-left {
        border-left: 0 !important;
    }
}

@media (max-width:575px) {
    .custom-remove-mobile-xs-border-left {
        border-left: 0 !important;
    }
}

.custom-divider > hr {
    height: 4px !important;
}

@-webkit-keyframes customLineAnim {
    from {
        stroke-dasharray: 1600;
        stroke-dashoffset: 1600;
    }

    to {
        stroke-dasharray: 2500;
        stroke-dashoffset: 1600;
    }
}

@keyframes customLineAnim {
    from {
        stroke-dasharray: 1600;
        stroke-dashoffset: 1600;
    }

    to {
        stroke-dasharray: 2500;
        stroke-dashoffset: 1600;
    }
}

.customLineAnim {
    -webkit-animation-name: customLineAnim;
    animation-name: customLineAnim;
}

@-webkit-keyframes customLineAnim2 {
    from {
        stroke-dasharray: 2650;
        stroke-dashoffset: 2650;
    }

    to {
        stroke-dasharray: 2650;
        stroke-dashoffset: 0;
    }
}

@keyframes customLineAnim2 {
    from {
        stroke-dasharray: 2650;
        stroke-dashoffset: 2650;
    }

    to {
        stroke-dasharray: 2650;
        stroke-dashoffset: 0;
    }
}

.customLineAnim2 {
    -webkit-animation-name: customLineAnim2;
    animation-name: customLineAnim2;
}

@-webkit-keyframes customLineProgressAnim {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
}

@keyframes customLineProgressAnim {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
}

.customLineProgressAnim {
    -webkit-animation-name: customLineProgressAnim;
    animation-name: customLineProgressAnim;
}

.custom-social-icons-divider > li + li {
    position: relative;
    margin-left: 20px;
}

    .custom-social-icons-divider > li + li:before {
        content: '';
        border-left: 1px solid #dadcdd;
        height: 80%;
        position: absolute;
        left: -13px;
        top: 50%;
        transform: translate3d(0,-50%,0);
    }

#header .header-container {
    /*height: 110px;*/
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-radius: 5px !important;
}

#header .header-nav-features .header-nav-feature.px-4 .header-nav-features-dropdown.show {
    right: calc(100% - 30px) !important;
}

.custom-left-border-1 {
    position: relative;
}

    .custom-left-border-1:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -22px;
        height: 60%;
        border-left: 1px solid #ccc;
        transform: translate3d(0,-50%,0);
    }

.custom-icon-style-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
}

    .custom-icon-style-1:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 2px solid #ccc;
        border-radius: 7px;
        transform: rotate(45deg);
        z-index: 0;
        transition: ease background .3s;
    }

    .custom-icon-style-1 svg {
        position: relative;
        z-index: 1;
    }

.custom-icon-box-style-1 h3 {
    transition: ease color .3s;
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
    border-radius: 25px !important;
    border: 5px solid transparent !important;
    transition: ease border .3s;
}

.custom-thumb-info-style-1 h3 {
    transition: ease color .3s;
}

.custom-img-thumbnail-style-1.img-thumbnail.img-thumbnail-hover-icon:before {
    border-radius: 0 !important;
}

.custom-testimonial-style-1 blockquote {
    padding: 5px 20px !important;
}

    .custom-testimonial-style-1 blockquote p {
        font-family: Poppins,sans-serif;
    }

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
}

@media (min-width:1200px) {
    .custom-carousel-box-shadow-1 {
        position: relative;
    }

        .custom-carousel-box-shadow-1:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 65%;
            height: 0;
            box-shadow: 0 0 40px 120px rgba(0,0,0,.07);
            transform: translate3d(-50%,-50%,0);
            z-index: 0;
        }
}

@media (max-width:1199px) {
    .real-word-stories:before {
        display: none;
    }
}

.real-word-stories .owl-dots {
    margin-top: -35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

    .real-word-stories .owl-dots button {
        border: 2px solid #222529 !important;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        line-height: 15px !important;
        text-align: center;
        position: relative;
        margin-right: 4px;
    }

        .real-word-stories .owl-dots button:last-child {
            margin-right: 0;
        }

        .real-word-stories .owl-dots button span {
            display: none !important;
            margin: 0 auto !important;
            width: 7px !important;
            height: 7px !important;
            background-color: #222529 !important;
        }

        .real-word-stories .owl-dots button.active span {
            display: block !important;
        }

.real-word-stories .custom-testimonial-container {
    width: 72.5%;
    padding-right: 150px;
}

@media (max-width:1199px) {
    .real-word-stories .custom-testimonial-container {
        padding-right: 200px;
    }
}

@media (max-width:991px) {
    .real-word-stories .custom-testimonial-container {
        padding-right: 200px;
    }
}

@media (max-width:767px) {
    .real-word-stories .custom-testimonial-container {
        padding-right: 120px;
    }
}

@media (max-width:575px) {
    .real-word-stories .custom-testimonial-container {
        width: 100%;
        padding-right: 40px;
    }
}

.real-word-stories .custom-testimonial-container .custom-testimonial {
    min-height: 320px;
    padding: 0 15px 0 0;
}

    .real-word-stories .custom-testimonial-container .custom-testimonial blockquote h4, .real-word-stories .custom-testimonial-container .custom-testimonial blockquote p {
        font-family: Arial,Helvetica,sans-serif;
    }

    .real-word-stories .custom-testimonial-container .custom-testimonial .testimonial-author strong {
        font-size: 18px;
    }

    .real-word-stories .custom-testimonial-container .custom-testimonial .testimonial-author img {
        max-width: 70px;
        max-height: 70px;
    }

    .real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right {
        width: 50%;
        height: 210px;
        right: 0;
        top: 20px;
        box-shadow: 0 0 30px rgba(0,0,0,.08);
    }

        .real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right img {
            max-width: 350px;
            height: auto;
        }

        .real-word-stories .custom-testimonial-container .custom-testimonial .custom-testimonial-right .custom-button-testimonial-right {
            width: 165px;
            height: 50px;
            line-height: 50px;
            bottom: -25px;
        }

.custom-accordion-style-1 > .card {
    border: 1px solid transparent !important;
    transition: ease border-color .3s;
}

    .custom-accordion-style-1 > .card .card-header a {
        position: relative;
        padding: 23px 30px;
        background-color: #f4f4f4;
        transition: ease background-color .3s,ease color .3s;
    }

        .custom-accordion-style-1 > .card .card-header a:after {
            content: '+';
            position: absolute;
            top: 50%;
            right: 25px;
            font-size: inherit;
            font-weight: inherit;
            transform: translate3d(0,-50%,0) rotate(45deg);
            transform-origin: 50% 50%;
            transition: ease transform .3s;
        }

        .custom-accordion-style-1 > .card .card-header a.collapsed:after {
            transform: translate3d(0,-50%,0) rotate(0);
        }

    .custom-accordion-style-1 > .card .card-header + .collapse.show, .custom-accordion-style-1 > .card .card-header + .collapsing {
        border: 1px solid #ccc;
        border-top: 0;
    }

    .custom-accordion-style-1 > .card + .card {
        margin-top: 17px;
    }

.card-accordion-our-services-container {
    border: 1px solid #eef0f4;
}

    .card-accordion-our-services-container .card-accordion-our-services {
        border: 9px solid #eef0f4;
        border-top: 0;
    }

.custom-cards {
    position: relative;
}

@media (max-width:1199px) {
    .custom-cards {
        height: auto;
    }
}

.custom-cards .cards-container:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media (max-width:1199px) {
    .custom-cards .cards-container {
        position: static;
        padding-bottom: 0;
    }
}

@media (min-width:1200px) {
    .custom-cards .cards-container.box-shadow-1:before {
        width: 99% !important;
        height: 99% !important;
    }
}

@media (max-width:1199px) {
    .custom-cards .cards-container > div:nth-child(1) .card, .custom-cards .cards-container > div:nth-child(2) .card {
        margin-top: 0;
        padding-bottom: 0;
    }
}

.custom-cards .cards-container .card {
    padding: 70px 0;
    box-shadow: 0 0 50px rgba(0,0,0,.07);
}

    .custom-cards .cards-container .card:before {
        box-shadow: none !important;
    }

    .custom-cards .cards-container .card .card-body {
        padding: 0 25px;
        border-right: 1px solid #eef0f4;
    }

@media (max-width:1199px) {
    .custom-cards .cards-container .card .card-body {
        border-right: 0;
    }
}

.custom-cards .cards-container .card .card-body img {
    padding-bottom: 35px;
}

.custom-cards .cards-container .card .card-body .card-title {
    font-size: 24px;
}

.custom-cards .cards-container .card .card-body .card-text, .custom-cards .cards-container .card .card-body .card-title {
    margin: 0;
}

.members {
    padding: 30px 0;
}

    .members .members-phone {
        margin-right: 37px;
    }

        .members .members-phone > span {
            width: 48px;
            height: 48px;
            line-height: 46px;
            background-color: #dde2ea;
            border-radius: 50%;
            text-align: center;
            margin-right: 8px;
        }

.custom-nav-list-effect-1 > li > a {
    position: relative;
    transition: ease padding .3s,ease color .3s;
}

    .custom-nav-list-effect-1 > li > a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 4px solid #ccc;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0,-50%,0);
        transition: ease opacity .3s,ease width .3s;
    }

.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
    padding-left: 45px;
    font-weight: 700;
}

    .custom-nav-list-effect-1 > li.active > a:before, .custom-nav-list-effect-1 > li.open > a:before, .custom-nav-list-effect-1 > li:hover > a:before {
        width: 30px;
        opacity: 1;
        visibility: visible;
    }

.custom-feature-box-justify-center {
    justify-content: center;
}

    .custom-feature-box-justify-center .feature-box-icon, .custom-feature-box-justify-center .feature-box-info {
        flex: 0 0 auto;
    }

.custom-form-style-1 .form-control {
    border: 0;
    background: #f4f4f4;
    border-radius: 10px;
    height: auto;
    padding: 10px 15px;
}

.datepicker {
    padding: 10px;
    margin: 0 auto;
    line-height: 1.1em;
}

    .datepicker.datepicker-inline {
        line-height: 1.7em;
        width: 100%;
    }

    .datepicker table {
        width: 100%;
    }

        .datepicker table tr td {
            border-radius: 0;
        }

        .datepicker table thead tr th {
            cursor: pointer;
            font-size: 12.8px;
            font-size: .8rem;
            text-align: center;
            font-weight: 400;
        }

            .datepicker table thead tr th.prev {
                content: '\f0d9';
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
            }

            .datepicker table thead tr th.next {
                content: '\f0da';
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
            }

            .datepicker table thead tr th:hover {
                color: #fff;
            }

        .datepicker table thead tr:last-child th {
            font-weight: 600;
        }

            .datepicker table thead tr:last-child th:hover {
                color: #ccc;
            }

        .datepicker table td {
            text-align: center;
            font-size: 12px;
            font-size: .75rem;
        }

            .datepicker table td.day {
                transition: background-color .1s ease-in .1s,color .1s ease-in .1s;
                cursor: pointer;
            }

#footer {
    background: #333;
}

    #footer a:not(.btn):not(.no-footer-css), #footer li, #footer p, #footer span {
        color: #888;
    }

.custom-list-style-1 > li {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .custom-list-style-1 > li + li {
        border-top: 1px solid #46474a;
    }

    .custom-list-style-1 > li:first-child {
        padding-top: 0;
    }

    .custom-list-style-1 > li:last-child {
        padding-bottom: 0;
    }
