﻿body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    color: #888;
    font-weight: 400;
    line-height: 1.7;
}
a, a:active, a:focus {
    color: #888;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    color: #888;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    color: #888;
}
.menu_area-light.scrollHeader .navbar-nav > li > a {
    color: #888 !important;
}
.menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: #ff402a !important;
}
.header-style1.scrollHeader .attr-nav > ul > li > a {
    color: #888;
}
.form-control {
    font-size: 16px !important;
    padding: 13px 15px !important;
    height: 52px !important;
    min-height: auto !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    color: #888;
}

.custom-select {
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    font-size: 16px !important;
    padding: 13px 15px !important;
    height: 52px !important;
    min-height: auto !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    border-radius: 5px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    display: block;
    color: #888;
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    transition: 0.3s ease opacity;
    text-align: center;
    width: 100%;
    height: 100%
}

#preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #ff402a;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

#preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #ff402a;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s
}

@keyframes LoaderCicle {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1
    }
    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1
    }
    100% {
        width: 70px;
        height: 70px;
        opacity: 0
    }
}

a:hover,
a:active {
    color: #ff402a;
    text-decoration: none
}

.h-100vh {
    height: 100vh
}

.theme-overlay[data-overlay-dark]:before {
    background: #ff402a
}

.text-primary {
    color: #ff402a !important
}

.text-secondary {
    color: #ff402a !important;
}

.text-dark {
    color: #282b2d !important
}

.bg-primary {
    background: #ff402a !important
}

.bg-secondary {
    background: #285cb1 !important
}
.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #ff402a;
    border: 1px solid #ff402a;
    width: 40px;
    height: 40px;
    line-height: 38px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease;
}
.scroll-to-top i {
    color: #fff
}
.scroll-to-top:hover {
    color: #ff402a;
    background: #fff
}

.scroll-to-top:hover i {
    color: #1e2022
}

.scroll-to-top:visited {
    color: #1e2022;
    text-decoration: none
}

.butn {
    color: #fff;
    background: #ff402a;
    text-align: center !important;
    display: inline-block;
    padding: 13px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    border: unset;
}

.butn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #888;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    height: 110%;
}

.butn:hover,
.butn:active,
.butn:focus {
    color: #fff !important
}

.butn:hover:before,
.butn:active:before,
.butn:focus:before {
    transform-origin: left center;
    transform: scale(1, 1)
}

.butn.medium {
    padding: 9px 32px !important
}

.butn.small {
    padding: 8px 20px !important
}

.butn.primary {
    background: #ff402a
}

.butn.primary:hover:before,
.butn.primary:active:before,
.butn.primary:focus:before {
    background: #fff
}

.butn.primary:hover,
.butn.primary:active,
.butn.primary:focus {
    color: #ff402a !important
}

.butn.primary.secondary-hover:hover:before,
.butn.primary.secondary-hover:active:before,
.butn.primary.secondary-hover:focus:before {
    background: #285cb1
}

.butn.primary.secondary-hover:hover,
.butn.primary.secondary-hover:active,
.butn.primary.secondary-hover:focus {
    color: #fff !important
}

.min-vh-100 {
    min-height: 100vh
}

.height-300 {
    height: 300px
}

.list-style1 li {
    background: #efefef;
    border: none;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-radius: 5px
}

.list-style1 li:hover,
.list-style1 li:active,
.list-style1 li:focus {
    background-color: #ff402a
}

.list-style1 li:hover a,
.list-style1 li:active a,
.list-style1 li:focus a {
    color: #fff
}

.list-style1 li:last-child {
    margin-bottom: 0
}

.list-style2 li {
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.list-style2 li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #ff402a;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 2
}

.list-style2 li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
    border: 1px solid #ff402a
}

.navbar-nav li.current>a,
.navbar-nav li.active>a {
    color: #ff402a
}

.navbar>ul>li.current>a:after {
    border-color: transparent #ff402a #ff402a transparent
}

.menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
    color: #ff402a
}

.menu_area-light .navbar>ul>li.current>a:after {
    border-color: transparent #ff402a #ff402a transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
    color: #ff402a
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
    color: #ff402a
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: #ff402a
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #ff402a #ff402a transparent
}

@media screen and (min-width: 992px) {
    .header-style1 .navbar-nav li.current>a,
    .menu_area-light .navbar-nav li.current>a {
        color: #ff402a
    }
    .header-style1 .navbar>ul>li.current>a:after,
    .menu_area-light .navbar>ul>li.current>a:after {
        border-color: transparent #ff402a #ff402a transparent
    }
    .header-style1.scrollHeader .navbar-nav li.current>a,
    .menu_area-light.scrollHeader .navbar-nav li.current>a,
    .header-style1.scrollHeader .navbar-nav li.current>a:hover,
    .menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
        color: #ff402a
    }
    .header-style1.scrollHeader .navbar>ul>li.current>a:after,
    .menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #ff402a #ff402a transparent
    }
}

.main-title {
    padding-right: 44px;
    padding-left: 44px;
    position: relative;
    color: #ff402a;
    font-weight: 600;
    margin-bottom: 22px;
    display: inline-block;
    text-transform: uppercase;
}

.main-title.title-left {
    padding-left: 0
}

.main-title .line-right,
.main-title .line-left {
    width: 31px;
    height: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.main-title .line-right {
    left: 0
}

.main-title .line-left {
    right: 0
}

.main-title .line-left::before {
    content: '';
    background-color: #ff402a;
    position: absolute;
    height: 2px;
}

.main-title .line-right::before, .main-title .line-left::after, .main-title .line-right::after {
    content: '';
    background-color: #ff402a;
    position: absolute;
    height: 2px;
}

.main-title.white .line-left:before,
.main-title.white .line-right:before,
.main-title.white .line-left:after,
.main-title.white .line-right:after {
    background-color: #fff
}

.main-title .line-left:before,
.main-title .line-right:before {
    width: 100%;
    top: 0;
    right: 0
}

.main-title .line-left:after,
.main-title .line-right:after {
    width: 17px;
    bottom: 0
}

.main-title .line-left:before,
.main-title .line-left:after {
    left: 0
}

.main-title .line-right:before,
.main-title .line-right:after {
    right: 0
}

@media screen and (max-width: 991px) {
    .main-title {
        margin-bottom: 10px
    }
}

.page-title-section {
    padding: 200px 0 150px
}

.page-title-section h1 {
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

.page-title-section2 h1 {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0
}

.page-title-section ul,
.page-title-section2 ul {
    margin-bottom: 0;
    margin-top: 8px
}

.page-title-section ul li,
.page-title-section2 ul li {
    display: inline-block
}

.page-title-section ul li:last-child a,
.page-title-section2 ul li:last-child a {
    color: #ff402a
}

.page-title-section ul li:last-child:after,
.page-title-section2 ul li:last-child:after {
    content: none
}

.page-title-section ul li:after,
.page-title-section2 ul li:after {
    content: '\e622';
    font-weight: 700;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'themify';
    padding: 0 5px 0 10px
}

.page-title-section ul li a,
.page-title-section2 ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.page-title-section .active a,
.page-title-section2 .active a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 175px 0 125px
    }
    .page-title-section h1 {
        font-size: 42px;
        line-height: 46px
    }
    .page-title-section2 h1 {
        font-size: 42px;
        line-height: 46px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 148px 0 100px
    }
    .page-title-section h1 {
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 42px
    }
    .page-title-section2 h1 {
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 42px
    }
    .page-title-section ul,
    .page-title-section2 ul {
        margin-top: 5px
    }
}

.card-style1 {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 5px
}

.card-style1 .service-data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px 30px 22px 40px;
    background-color: rgba(249, 146, 24, 0.95);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(19, 191, 54, 0.95)', endColorStr='rgba(131, 236, 56, 0.95)');
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.card-style1 .card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 92, 177, 0.83);
    padding: 45px 40px;
    transition: all 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateY(100%);
    border-radius: 5px
}

.card-style1 .card-body .service-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px
}

.card-style1 .card-body .service-title {
    margin-bottom: 0;
    font-size: 22px
}

.card-style1:hover .service-data {
    transform: translateY(100%);
    opacity: 0
}

.card-style1:hover .card-body {
    transform: translateY(0%);
    opacity: 1
}

@media screen and (max-width: 1200px) {
    .card-style1 .service-data {
        padding: 22px 20px 22px 30px
    }
    section.payment_form .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
     section.payment_form .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
     section.payment_form .col-md-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .card-style1 .card-body {
        padding: 15px 24px
    }
    .card-style1 .service-data {
        padding: 22px 12px 22px 18px
    }
}

@media screen and (max-width: 767px) {
    .card-style1 .card-body {
        padding: 45px 40px
    }

    section.payment_form .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
     section.payment_form .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
     section.payment_form .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.card-style2 {
    border: unset;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative
}

.card-style2 .card-body {
    padding: 45px 30px 30px 40px
}

.card-style2 span {
    position: absolute;
    right: 40px;
    top: -32px;
    height: 60px;
    width: 60px;
    background-color: #ff402a;
    border-radius: 50%;
    font-size: 25px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
    text-align: center
}

@media screen and (max-width: 575px) {
    .card-style2 span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        top: -25px;
        right: 30px
    }
    .card-style2 .card-body {
        padding: 30px
    }
}

.card-style3 {
    border: unset;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    height: 100%
}

.card-style3 .card-body {
    transition: all 0.7s ease
}

.card-style3 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card-style3:hover .card-body {
    background-color: #285cb1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.card-style3:hover .butn {
    background-color: #fff;
    color: #285cb1
}

.card-style3 .card-body h3 {
    color: #282b2d
}

.card-style3:hover .card-body h3,
.card-style3:hover .card-body h6 {
    color: #fff
}

.card-style4 {
    border: none;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px
}

.card-style4 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card-style5 {
    border: unset;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    height: 100%
}

.card-style6 {
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px
}

.card-style6 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card-style6 .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #888;
    transition: all 300ms linear 0ms;
    transform: scaleX(0);
    opacity: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card-style6:hover .item-overlay {
    opacity: 0.7;
    transform: scaleX(1)
}

.card-style6 .btn-readmore {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center
}

.card-style6 .btn-readmore a {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    height: 54px;
    width: 54px;
    line-height: 50px;
    text-align: center;
    background-color: #285cb1;
    border-radius: 100%
}

.card-style6 .btn-readmore a:hover {
    background-color: #ff402a
}

.card-style6:hover .btn-readmore {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease .1s;
    transition: all .3s ease .1s
}

.card-style7 .card-body {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 92, 177, 0.88);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 50px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px
}

.card-style7:hover .card-body {
    opacity: 1;
    visibility: visible
}

.card-style7 .card-body .social-icon-style3 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.card-style7 .card-body .team-content {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.card-style7:hover .card-body .team-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.card-style7:hover .card-body .social-icon-style3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.card-style7:hover .card-body .social-icon-style3 li {
    display: inline-block
}

@media screen and (max-width: 992px) {
    .card-style7 .card-body {
        padding: 35px 0
    }
}

.card-style8 {
    border: none;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px
}

.card-style8 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card-style8 .video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.card-style8 .social-icon a {
    color: #285cb1
}

.card-style8 .social-icon a:hover {
    color: #ff402a
}

.about-img .image-box {
    position: relative;
    display: block;
    padding-right: 40px;
    margin-right: 20px;
   
}

.about-img .image-box .image-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    padding: 20px;
    border-radius: 5px
}

.about-img .image-box .image-1 {
    position: relative;
    overflow: hidden;
}

.content-box ul li {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.content-box ul li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #ff402a;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 2
}

.content-box ul li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
    border: 1px solid #ff402a
}

.about-box {
    position: absolute;
    left: 150px;
    bottom: 55px;
    border-radius: 5px;
    background-color: #285cb1;
    padding: 30px 20px;
    width: 180px;
    text-align: center
}

@media screen and (max-width: 1200px) {
    .about-box {
        left: 75px
    }
}

@media screen and (max-width: 992px) {
    .about-img .image-box {
        padding-right: 20px;
        margin-right: 0px
    }
    .about-box {
        left: 25px;
        bottom: 65px;
        padding: 20px;
        width: 150px
    }
}

@media screen and (max-width: 991px) {
    .about-img .image-box .image-2 {
        padding: 20px 0 20px 20px
    }
}

@media screen and (max-width: 575px) {
    .about-img .image-box {
        padding-right: 0;
        padding-bottom: 45px
    }
    .about-img .image-box .image-2 {
        display: none
    }
    .about-box {
        left: 35px;
        bottom: 15px
    }
}

.testimonial-carousel .user-img .quote i {
    font-size: 55px;
    position: absolute;
    top: 115px;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.testimonial-carousel .owl-nav {
    margin-top: 0
}

.testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 1rem;
    right: inherit
}

.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 1rem;
    left: inherit
}
.testimonial-carousel .owl-nav button {
    width: 60px;
    height: 60px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
    background-color: #888 !important;
}
.testimonial-carousel.owl-theme .owl-nav button:hover {
    background-color: #ff402a !important
}

.testimonial-carousel.owl-theme .owl-nav button span {
    color: #fff
}

@media screen and (max-width: 991px) {
    .testimonial-carousel .owl-nav {
        justify-content: flex-end
    }
    .testimonial-carousel .user-img .quote i {
        font-size: 38px
    }
    .testimonial-carousel .user-img img {
        width: 100px
    }
    .testimonial-carousel .owl-nav button {
        width: 40px;
        height: 40px
    }
    .testimonial-carousel .owl-nav button span {
        font-size: 22px
    }
}

@media screen and (max-width: 575px) {
    .testimonial-carousel .user-img img {
        width: 80px
    }
    .testimonial-carousel .user-img .quote i {
        font-size: 30px
    }
}

.story-video {
    height: 100%
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #ff402a;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.video_btn:hover i,
.video_btn:focus i {
    color: #fff
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.video_btn.small:after {
    height: 50px;
    width: 50px
}

.video_btn.small:before {
    height: 65px;
    width: 65px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 1199px) {
    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 75px
    }
    .video_btn:after {
        height: 75px;
        width: 75px
    }
    .video_btn:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 991px) {
    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 70px
    }
    .video_btn:after {
        height: 70px;
        width: 70px
    }
    .video_btn:before {
        height: 85px;
        width: 85px
    }
    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }
        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 60px
    }
    .video_btn:after {
        height: 60px;
        width: 60px
    }
    .video_btn:before {
        height: 75px;
        width: 75px
    }
}

.filtering {
    margin-bottom: 40px
}

.filtering span {
    cursor: pointer;
    font-size: 14.4px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 15px;
    background: #285cb1;
    color: #ffffff;
    border-radius: 5px
}

.filtering span:last-child {
    margin: 0
}

.filtering .active {
    color: #ffffff;
    background: #ff402a
}

@media screen and (max-width: 767px) {
    .filtering {
        margin-bottom: 0
    }
    .filtering span {
        margin-bottom: 17px
    }
}

@media screen and (max-width: 575px) {
    .filtering span {
        padding: 6px 8px;
        margin-right: 5px;
        font-size: 13px
    }
}

.portfolio-box:before {
    background-color: #123075;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    content: "";
    position: absolute;
    transition: all .4s ease .2s;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px
}

.portfolio-box:hover:before {
    opacity: .93;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.portfolio-box .portfolio-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 50px;
    padding-right: 50px
}

.portfolio-box:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease .1s;
    transition: all .3s ease .1s
}

@media screen and (max-width: 991px) {
    .portfolio-box .portfolio-content {
        padding-left: 40px;
        padding-right: 30px
    }
}

.pot-data-list {
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px
}

.portfolio-carousel .owl-carousel .owl-dots.disabled {
    display: block
}

.portfolio-carousel.owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 5px;
    background-color: #285cb1
}

.portfolio-carousel.owl-theme .owl-dots .owl-dot.active span,
.portfolio-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff402a
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline;
    margin-right: 20px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination a {
    background: #efefef;
    font-weight: 700;
    text-align: center;
    padding: 8px 20px;
    border-radius: 5px;
    color: #575a7b;
    border: none;
    line-height: 25px
}

.pagination a:hover {
    background-color: #ff402a;
    color: #ffffff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #002147;
    border: 1px solid #dbdbdb;
    cursor: default
}

@media screen and (max-width: 575px) {
    .pagination li {
        margin-right: 8px
    }
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff402a;
}

.owl-nav i,
.owl-nav span {
    color: #232323;
    font-size: 28px
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block
}

.calculator-loan input {
    min-height: 46px;
    border-radius: 0;
    isplay: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.calculator-loan label {
    font-weight: bold;
    font-size: 16px
}

.calculator-loan .results-label {
    margin-bottom: 1rem;
    display: block;
    text-align: left;
    font-size: 22px
}

.calculator-loan .results>p {
    display: inline-block;
    width: 49%;
    font-size: 18px;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 1.5
}

.calculator-loan .results p strong {
    font-weight: 500
}

.calculator-loan .results p:nth-child(3),
.calculator-loan .results p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 575px) {
    .calculator-loan .results>p {
        display: block;
        width: 100%;
        font-size: 16px;
        margin-bottom: 2rem;
        font-weight: 600;
        line-height: 1.5
    }
    .calculator-loan .results p:nth-child(3) {
        margin-bottom: 2rem
    }
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none
}

.accordion-style .card:last-child {
    margin-bottom: 0
}

.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none
}

.accordion-style .btn-link {
    color: #ff402a;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 15px 55px;
    text-decoration: none
}

.accordion-style .btn-link:hover {
    text-decoration: none
}

.accordion-style .btn-link.collapsed {
    color: #575a7b
}

.accordion-style .btn-link.collapsed:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1rem;
    color: #ff402a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12)
}

.accordion-style .btn-link:after {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1rem;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff402a;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12)
}

.accordion-style .card-body {
    padding-top: 0px;
    padding-left: 3.5rem;
    padding-bottom: 0
}

.accordion-style .card-body:before {
    position: absolute;
    content: "";
    border-style: dashed;
    border-width: 0 0 0 1.2px;
    border-color: #ff402a;
    left: 20px;
    top: 0;
    z-index: 1;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .accordion-style .btn-link {
        padding: 15px 40px 15px 55px
    }
}

@media screen and (max-width: 575px) {
    .accordion-style .btn-link {
        padding: 15px 30px 15px 55px
    }
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    padding-left: 0
}

.resp-tabs-list li {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: 180px
}

.resp-tabs-list li:last-child {
    margin-right: 0
}

.resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 0
}

.resp-tabs-list li.resp-tab-active i {
    color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    float: left;
    width: 100%
}

h2.resp-accordion {
    background: #fff !important;
    cursor: pointer;
    display: none;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-top: 0px solid #e4e4e4;
    margin: 0px;
    padding: 15px 21px;
    float: left;
    width: 100%
}

h2.resp-tab-active {
    border-bottom: 0px solid #e4e4e4 !important;
    background: #ff402a !important;
    color: #fff
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e4e4 !important;
    background: #00baee
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

.tab-style1 .resp-tabs-list li {
    min-width: 140px;
    text-align: center;
    padding: 10px 13px 10px 14px;
    border-radius: 5px
}

.tab-style1 .resp-tabs-list li.resp-tab-active {
    background-color: #ff402a !important;
    color: #fff
}

.tab-style1 .resp-tab-content {
    padding: 20px 0 0px 0
}

.tab-style1 .resp-tabs-list .resp-tab-item:before,
.tab-style1 .resp-tabs-list .resp-tab-item:after {
    display: none
}

.tab-style1 h2.resp-accordion {
    border-top: 1px solid #e4e4e4
}

@media screen and (max-width: 991px) {
    .tab-style1 .resp-tab-content {
        padding: 20px;
        border: 1px solid #e4e4e4;
        border-top: unset
    }
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 34px 40px !important;
    margin: 0 0 12px;
    cursor: pointer;
    float: none;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #fff;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px
}

.resp-vtabs .resp-tabs-list li:last-child {
    margin-bottom: 0
}

.resp-vtabs .resp-tabs-list li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent transparent transparent #ff402a;
    border-style: solid;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: none;
    float: left;
    width: 50%;
    min-height: 250px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    background-color: #ff402a
}

.resp-vtabs li.resp-tab-active h3,
.resp-vtabs li.resp-tab-active p {
    color: #fff
}

.resp-vtabs li.resp-tab-active:after {
    opacity: 1
}

.resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

@media screen and (max-width: 991px) {
    ul.resp-tabs-list {
        display: none
    }
    h2.resp-accordion {
        display: block
    }
    h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px
    }
    h2.resp-tab-active h3 {
        color: #fff
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #e4e4e4;
        padding: 10px
    }
    .resp-vtabs .resp-tabs-container {
        border-top: 1px solid #e4e4e4;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }
    .resp-accordion-closed {
        display: none !important
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
    .resp-tab-content {
        background-color: #fff;
        border: 1px solid #eee;
        padding: 20px
    }
}

.tab-style2 .resp-tabs-list li {
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    min-width: 164px;
    text-align: center;
    padding: 8px 10px;
    position: relative;
    border-radius: 5px
}

.tab-style2 .resp-tabs-list li.resp-tab-active {
    background-color: #ff402a;
    color: #fff
}

.tab-style2 .resp-tabs-list li.resp-tab-active:after {
    opacity: 1
}

.tab-style2 .resp-tabs-list li:after {
    content: "";
    position: absolute;
    left: 42%;
    bottom: -36px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: #f48f19 transparent transparent transparent;
    border-style: solid;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

@media screen and (max-width: 1199px) {
    .tab-style2 .resp-tabs-list li {
        min-width: 130px;
        padding: 8px 11px
    }
}

@media screen and (max-width: 991px) {
    .tab-style2 h2.resp-accordion {
        border-top: 1px solid #e4e4e4
    }
    .tab-style2 h2.resp-tab-active {
        border-top: none !important
    }
    .tab-style2 .loan-img img {
        border-radius: 0
    }
    .tab-style2 .loan-text {
        border: 1px solid #e4e4e4;
        border-top: none
    }
    .tab-style2 h2.resp-accordion:nth-child(1) {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }
    .tab-style2 h2.resp-accordion:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.loan-type ul li {
    margin-bottom: 15px
}

.loan-type ul li a {
    display: block;
    box-shadow: 0px 0px 23px 0 rgba(0, 0, 0, 0.12);
    padding: 16px 18px;
    transition: all .5s ease;
    border-radius: 5px
}

.loan-type ul li.active a {
    color: #ffffff !important;
    border-color: #ff402a;
    background: #ff402a
}

.loan-type ul li a:hover {
    color: #285cb1
}

.modal-backdrop {
    z-index: 99999
}

.modal {
    z-index: 999999
}

.icon-gallery .d-table {
    margin-top: 30px
}

.icon-gallery .d-table-cell {
    width: 125px;
    height: 125px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    vertical-align: middle;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    background: #fff
}

.icon-gallery i {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    color: #ff402a
}

pre[class*="language-"] {
    max-height: 45vh;
    height: 100%;
    margin: 35px 0 15px 0;
    padding-top: 0
}

.html-code {
    background-color: #fbfbfb;
    position: relative;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ededed
}

.html-code:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px
}

.copy-element {
    position: absolute;
    top: 0;
    right: 85px;
    transition: opacity 0.3s ease-in-out
}

.source-element {
    position: absolute;
    top: 0;
    right: 0;
    transition: opacity 0.3s ease-in-out
}

.html-code .copy-element {
    top: 15px;
    right: 30px
}

.html-code:hover .copy-element,
.html-code:hover .source-element {
    opacity: 1
}

.box-hover:hover .copy-element,
.box-hover:hover .source-element {
    opacity: 1
}

.copy-element>a,
.source-element>a {
    border-radius: 0.25rem;
    background: #dde1e6;
    color: #777 !important;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer !important;
    font-weight: 600
}

.copy-element>a:hover,
.source-element>a:hover {
    background: #ff402a;
    color: #fff !important
}

.copy-clipboard {
    cursor: pointer;
    padding: 5px 15px
}

.white-popup-block {
    background-color: #fbfbfb;
    position: relative;
    max-width: 650px;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 60px 30px 30px 30px;
    border-radius: 5px;
    margin: 40px auto;
    border: 1px solid #ededed
}

.white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0
}

.white-popup-block:before {
    color: rgba(3, 169, 245, 0.2);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px
}

.white-popup-block:hover .copy-element {
    opacity: 1
}

.white-popup-block .copy-element {
    top: 45px;
    right: 30px
}

.box-hover {
    position: relative
}

.box-hover .container {
    position: relative
}

.inner-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 35px;
    padding-bottom: 20px
}

@media screen and (max-width: 767px) {
    .elements-block .inner-title {
        margin-bottom: 65px
    }
    .copy-element,
    .source-element {
        top: 65px
    }
}

.contact-box {
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12)
}

.contact-box .media i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #ff402a;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .contact-box .media i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }
}

@media screen and (max-width: 575px) {
    .contact-box .media i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 15px
    }
}

.countdown {
    list-style: none;
    padding-left: 0
}

.countdown li {
    border-right: 1px solid rgba(59, 59, 59, 0.13);
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    color: #232323
}

.countdown li:first-child {
    padding-left: 0
}

.countdown li:last-child {
    padding-right: 0;
    border-right: none
}

.countdown li span {
    font-size: 50px;
    margin-bottom: 5px;
    position: relative
}

.countdown li span:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .countdown li {
        padding: 0 20px
    }
}

@media screen and (max-width: 575px) {
    .countdown li {
        padding: 0 10px
    }
    .countdown li p.timeRefDays,
    .countdown li p.timeRefHours,
    .countdown li p.timeRefMinutes,
    .countdown li p.timeRefSeconds {
        font-size: 10px
    }
}

.sidebar .widget {
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px
}

.sidebar .form-search .input-group .form-control {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #ecf3ff;
    display: block;
    outline: 0;
    border-radius: 5px;
    transition: .5s
}

.sidebar .form-search .input-group button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1;
    border: none;
    padding: 0 !important;
    color: #fff;
    background-color: #285cb1;
    transition: .5s;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.sidebar .tags a {
    background: #efefef;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    margin: 0.6rem 10px 0 0;
    display: inline-block
}

.sidebar .tags a:hover {
    background: #ff402a;
    color: #fff
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    margin-bottom: .5rem
}

.form-control:focus {
    border-color: #ff402a
}

.form-check-input:checked {
    border-color: #ff402a;
    background-color: #ff402a
}

.quform-input {
    position: relative
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-element>label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 15px
}

.quform-element>label .quform-required {
    color: #cc0101;
    font-size: 10px
}

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}

.quform-errors>.quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type=file],
.quform-has-error .custom-file-label {
    border-color: #f5543f
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
    float: none
}

.quform-loading-wrap {
    float: none
}

.quform-loading-wrap .quform-loading {
    display: inline-block
}

.quform-element {
    margin-bottom: 1rem
}

.social-icon-style1 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none
}

.social-icon-style1 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.social-icon-style1 li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #ff402a;
    height: 41px;
    line-height: 41px;
    width: 41px;
    border-radius: 50%
}

.social-icon-style1 li a:hover {
    background: #285cb1
}

.social-icon-style1 li:last-child {
    margin-right: 0
}

.social-icon-style2 a {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    background: #ff402a;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #ff402a
}

.social-icon-style2 a:hover {
    color: #ff402a;
    background: #fff;
    border: 1px solid #ff402a
}

.social-icon-style3 li a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 38px;
    color: #ff402a;
    font-size: 16px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px
}

.social-icon-style3 li a:hover {
    background-color: #ff402a;
    border: 1px solid rgba(249, 146, 24, 0.2);
    color: #fff
}

.services-block {
    margin-top: -116px;
    position: relative;
    z-index: 9;
    overflow: visible;
    background-color: rgba(225, 225, 225, 0.2)
}

@media screen and (max-width: 991px) {
    .services-block {
        margin-top: 0;
        background-color: #285cb1
    }
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 999999
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #ff6d34
}

.lg-progress-bar .lg-progress {
    background-color: #ff6d34
}

.lg-backdrop.in {
    opacity: 0.85
}

.search-form_input {
    color: #ff402a
}

.search-frame h4 a:hover {
    color: #ff402a
}

.search-frame .search_list .match {
    color: #ff402a
}

.search-frame .search_list li:before {
    color: #ff402a
}

.search-frame .search_list li+li {
    border-top: 3px solid #ff402a
}

.search-frame .search {
    color: #ff402a
}

footer {
    padding: 80px 0 0;
    background: #191919
}

footer .newsletter-form input {
    border: none
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 60px
    }
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 80px;
    text-align: center;
    background: #0c0c0c
}

@media screen and (max-width: 767px) {
    .footer-bar {
        margin-top: 60px
    }
}

.footer1 .form-control {
    border: none;
    color: #616870;
    font-size: 16px;
    font-weight: 500;
    height: 53px;
    border-radius: 5px
}

.footer1 .footer-link li a {
    color: #fff
}

.footer1 .footer-link li a:hover {
    color: #ff402a
}

.footer1 .media img {
    border-radius: 5px
}

.footer1 .footer-top {
    background-color: rgba(255, 255, 255, 0.1) !important
}

.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 130px;
    right: -89px;
    background: #ff402a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

.buy-theme i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.buy-theme:hover,
.all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #232323
}

.buy-theme span,
.all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}

.buy-theme:hover span,
.all-demo:hover span {
    opacity: 1;
    color: #fff
}

.buy-theme:hover i,
.all-demo:hover i {
    color: #fff
}

.buy-theme a,
.all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 172px;
    right: -105px;
    background: #285cb1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}


.text-white.display-16.display-sm-14.display-md-9.display-lg-7.display-xl-3.lh-1.mb-2-3.text-shadow {
    font-size: 33px;
    max-width: 500px;
}
.loan_forms {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 520px;
    margin: 0;
    display: block;
    float: right;
}
.loan_forms h4 {
    margin: 0;
    color: #ff402a !important;
    font-weight: 400 !important;
    font-size: 16px;
    margin-bottom: 12px;
    color: #ff402a !important;
    font-family: 'Inter', sans-serif;
    letter-spacing: 2px;
    line-height: 20px;
}
.loan_forms h2 {
    color: #888;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 19px;
}
.loan_forms h2 span {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
}
.loan_forms .form-group ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
    display: block;
}
.loan_forms .form-group ul li {
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
    margin: 0;
    padding: 0;
    position: relative;
}
.loan_forms .form-group ul li .rdo_box {
    display: flex;
    width: 100%;
    height: 100%;
    border: none;
    padding: 15px;
    align-items: center;
    background: #f5f5f5;
    border-radius: 10px;
}
.loan_forms .form-group ul li:last-child {
    margin-top: 10px;
}
/*.loan_forms .form-group ul li:last-child .rdo_box {border-left: transparent;    border-radius: 0px 16px 16px 0px;}
*/
/*.loan_forms .form-group ul li input:checked ~ .rdo_box {
    background-color: #ffccc6;
    transition: background-color .2s linear;
}*/
.loan_forms .form-group {margin-bottom: 20px;}
.loan_forms .info {
    margin-top: -10px;
}
.loan_forms .info p {
    margin: 0;
    font-weight: 700;
    color: #888;
}
.loan_forms .info p span {
    color: #ff402a;
}

.loan_forms .content {padding-left: 20px;}
.loan_forms .content h6 {
    font-size: 18px;
    color: #888;
    margin: 0;
    padding: 0;
    line-height: 18px;
    margin-bottom: 8px;
}
.loan_forms .content p {
    color: #888 !important;
    font-size: 15px;
    margin: 0;
    line-height: 15px;
}
.loan_forms .content p img {
    display: none;
}
.loan_forms .chkmrks {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 5px;
    flex: 0 0 40px;
    background: #888;
}
.loan_forms .form-group ul li input:checked ~ .rdo_box .chkmrks {
    position: relative;
    background-color: #ff402a;
}
.loan_forms .form-group ul li input:checked ~ .rdo_box .chkmrks::before {
    content: "\f00c";
    display: block;
    font-family: 'fontawesome';
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.loan_forms .form-group ul li input {width: 100%;    height: 100%;    position: absolute;    z-index: 2;    opacity: 0;    cursor: pointer;}
.loan_forms .input_group {
    display: flex;
    background: transparent;
    border: 2px solid #eaeaea;
    border-radius: 6px;
    padding: 16px;
    align-items: center;
    margin-bottom: 15px;
}
.loan_forms .numinput {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: textfield !important;
    color: #888;
    font-size: 17px !important;
    min-height: auto !important;
    line-height: 18px !important;
    width: 100%;
    height: auto !important;
}
.loan_forms .form-group .butn {
    width: 100%;
    padding: 15px 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.loan_forms .input_group p {
    color: #888;
    font-size: 17px;
    margin: 0;
    flex: 0 0 50px;
    line-height: 16px;
    font-weight: 700;
}
/*.loan_forms .info ul {list-style: none;    margin: 0px -15px;    padding: 0;    align-items: center;    display: flex;}
.loan_forms .info ul li {padding: 0px 15px;}
.loan_forms .info ul li p {color: #888;    margin: 0;    font-weight: 700;}*/


#steps {overflow: visible;    background: transparent;    padding: 0;    padding-bottom: 60px;}
#steps .steps-box {background-color: #fff;    border-radius: 10px;    box-shadow: 0 20px 45px 0 rgba(51, 77, 114, 0.15);    z-index: 3;    padding: 30px 15px;    position: relative;    margin-top: -135px;}
#steps .col-md-4 {border-right: 1px solid #dee2e6;    flex: 0 0 20%;    max-width: 20%;}
#steps .col-md-4:last-child {border-right: none;}
#steps .steps_boxs {padding: 0px 30px;  text-align: center;}

#steps .steps_boxs h4 {
    font-size: 20px;
    margin: 15px 0;
}
#steps .steps_icon {
    height: 30px;
}
#steps .steps_icon i {
    color: #ff402a !important;
    font-size: 30px;
}
#steps .steps_boxs p {font-size: 15px;    line-height: 22px;    margin: 0;}


/*----------------------------------------*/
/*   Calculaor widget CSS
  /*----------------------------------------*/
.calculator-widget .single-calculator-widget {
    padding: 42px 50px;
    border: 1px solid #dcdee0;
    border-radius: 10px;
    background: #f7f9fa;
}
.calculator-widget .single-calculator-widget .single-range .range-header h6 {
    font-size: 16px;
    font-weight: 700;
    color: #888;
}
.calculator-widget .single-calculator-widget .single-range .range-header input {
    height: 37px;
    border-radius: 4px;
    border: 1px solid #c9cdd4;
    background-color: #fff;
    font-size: 18px;
    color: #888;
    font-weight: 500;
    width: 150px;
    text-align: center;
}
.calculator-widget .single-calculator-widget .single-range .range-header input:focus {
    border-color: #285cb1;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs {
    background-color: rgba(0, 80, 178, 0.1);
    border-radius: 15px;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar {
    position: absolute;
    height: 29px;
    left: 95px;
    width: 81px;
    border-radius: 15px;
    background-color: #285cb1;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .active_bar.left {
    width: 95px;
    left: 0;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item {
    border: none;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link {
    border-radius: 15px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    height: 30px;
    line-height: 29px;
    padding: 0 25px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #ff402a;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 1;
}
.calculator-widget .single-calculator-widget .single-range .nav-tabs .nav-item .nav-link.active {
    color: #fff;
}
.calculator-widget .interestBox {
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #c9cdd4;
    margin: 0px !important;
}
.calculator-widget .interestBox p {
    font-weight: 700;
    font-size: 16px;
    color: #ff402a;
    margin: 0;
}
.calculator-widget .interestBox span {
    font-weight: 700;
    font-size: 16px;
    color: #285cb1;
    margin-top: 10px;
    display: block;
}
.calculator-widget .calculator-result-widget {
    padding: 50px 45px;
    border: 1px solid #dcdee0;
    border-radius: 10px;
    background: #f5f7fa;
    height: 100%;
}
.calculator-widget .calculator-result-widget h6 {
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color: #888;
    margin: 0;
}
.calculator-widget .calculator-result-widget h6::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -16px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.calculator-widget .calculator-result-widget span {
    font-weight: 400;
    color: #575a7b;
    font-size: 14px;
}
.calculator-widget .calculator-result-widget p {
    font-weight: 700;
    font-size: 18px;
}
.calculator-widget .calculator-result-widget .emi-amount h6::before {
    background-color: #ff402a;
}
.calculator-widget .calculator-result-widget .emi-amount p {
    color: #888;
}
.calculator-widget .calculator-result-widget .interest-payable h6::before {
    background-color: #285cb1;
}
.calculator-widget .calculator-result-widget .interest-payable p {
    color: #888;
}
.calculator-widget .calculator-result-widget h4 {
    font-weight: 700;
    font-size: 24px;
    color: #ff402a;
}
.calculator-widget .calculator-result-widget h1 {
    font-size: 40px;
    color: #888;
    font-weight: 700;
}
.calculator-widget .radial-progress {
    height: auto;
    padding: 0;
    transform: rotate(-65deg);
    width: 100%;
}
.calculator-widget .radial-progress circle {
    stroke-width: 8;
    fill: transparent;
}
.calculator-widget .radial-progress circle.incomplete {
    stroke: #285cb1;
}
.calculator-widget .radial-progress circle.complete {
    stroke-width: 7;
    stroke: #ff402a;
    stroke-dasharray: 188.49555921538757;
}

.rounded-circle.p-2.border {
    flex: 0 0 120px;
    max-width: 120px;
}


section {
    padding: 60px 0 !important;
}

#blog {background: #f5f5f5;}

.row.megamenu.sub-menu {
    padding: 15px;
}
.row.megamenu.sub-menu .col-lg-3.has-sub ul li a {
    display: flex;
    align-items: center;
    line-height: 20px;
    padding: 15px 0;
}

.row.megamenu.sub-menu .col-lg-3.has-sub ul li a img {
    flex: 0 0 40px;
    max-width: 40px;
    margin-right: 15px !important;
}


.rigth_pane {position: absolute;    top: 50%;    z-index: 2;    right: 0;    transform: translate(0%, -50%);}
.rigth_pane ul {display: block;    margin: 0;    padding: 0;}
.rigth_pane ul li {list-style: none;    padding: 5px 0;    margin: 0px !important;}
.rigth_pane ul li a {display: block;}
.panel_boxs {display: flex;    background: transparent;    width: 210px;    padding: 5px;    border-radius: 50px 0 0 50px;    align-items: center;    position: relative;    right: -138px;    transition-duration: 700ms;}
.panel_icon {width: 56px;    height: 56px;    border-radius: 50%;   background: #fff;    padding: 5px;    transition-duration: 700ms;    margin-right: 15px;}
.panel_content p { color: #fff !important;    margin: 0px;    padding: 0;}
.rigth_pane ul li .panel_boxs:hover { display: flex;    background: #ff402a;    right: 0px;    transition-duration: 700ms;}

.calc_boxs {
    background: #fff;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    padding: 50px 30px;
    border-radius: 15px;
    padding-top: 30px;
}
.calc_boxs .amount_box {display: block;    margin-bottom: 30px;}
.calc_boxs .amount_box ul {display: flex;    list-style: none;    margin: 0px -15px;    padding: 0;    align-items: center;    justify-content: center;}
.calc_boxs .amount_box ul li {padding: 0px 15px;}
.calc_boxs .select_amount {display: flex;    align-items: center;    margin: 0;    background: #cccc;    border-radius: 50px;    padding: 0;    position: relative;    overflow: hidden;}
.calc_boxs .select_amount input {position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    opacity: 0;    cursor: pointer;    z-index: 3;}
.calc_boxs .select_amount label {padding: 10px 25px;    display: block;    color: #888;   line-height: 22px;    position: relative;    z-index: 2;    transition-duration: 700ms;}
.calc_boxs .select_amount label:nth-child(2) {color: #fff;}
.calc_boxs .indiacates {position: absolute;    width: 50%;    left: 0;    top: 0;    background: #ff402a !important;    z-index: 1;    height: 100%;    border-radius: 50px;    transition-duration: 700ms;}
.calc_boxs .select_amount input:checked ~ .indiacates {transition-duration: 700ms;    left: 50%;}
.calc_boxs .select_amount input:checked ~ label:nth-child(2){color: #888;}
.calc_boxs .select_amount input:checked ~ label:nth-child(3){color: #fff;}
.calc_boxs .form-group.inputs_goup {border: 1px solid #ccc;    display: flex;    padding: 12px;    border-radius: 5px;    margin: 0;    align-items: center;}
.calc_boxs .form-group.inputs_goup span {color: #888;    font-size: 18px;    line-height: 23px;    display: block;}
.calc_boxs .form-group.inputs_goup input {appearance: textfield;    border: none !important;    width: 100%;    display: block;    box-shadow: none !important;    line-height: 25px;    font-size: 16px;    color: #888;    outline: none;}
.calc_boxs #weight {text-align: right;    padding-right: 10px;}
.calc_boxs #money {padding-left: 10px;}
.calc_boxs .form-group.inputs_goup span.rupee {padding-top: 5px;}
.calc_boxs .amount_box ul li p {margin: 0;    color: #888;}
.calc_boxs .buttion_box {margin-top: 20px;    text-align: center;}
.calc_boxs .buttion_box p {font-size: 11px;    color: #333;    margin-top: 50px;    margin-bottom: -20px;}

.container {width: 100% !important;    max-width: 1320px !important;    padding: 0px 15px;    margin: 0 auto;}

#open_login .butn.small {padding: 6px 10px !important;    font-size: 15px;    margin-right: 15px;    border-radius: 40px;}
#open_login .butn.small i {font-size: 15px;    vertical-align: middle;    display: inline-block;    margin-right: 3px;}

#logout .butn.small {padding: 6px 10px !important;    font-size: 15px;    margin-right: 15px;    border-radius: 40px;}
#logout .butn.small i {font-size: 15px;    vertical-align: middle;    display: inline-block;    margin-right: 3px;}


#opensidebars_form.open,#openapply_form.open,#open_gold_scheme_form.open {content: "";    display: block;    background: rgba(0,0,0,0.7);    z-index: 111111;    position: fixed;    top: 0;    left: 0;    right: 0;    bottom: 0;    cursor: pointer;}
.sidebars .button_box {margin-top: 25px;}
.sidebars {position: fixed;    top: 0;    z-index: 1111111;    transition-duration: 700ms;    right: -400px;    max-width: 380px;    padding: 30px 30px 50px 30px;    background: #fff;    height: 100vh;    width: 100%;    text-align: center;    display: block;    overflow-y: auto;}
.sidebars .header h4 {color: #285cb1;    font-size: 27px;    line-height: normal;    margin: 0;}
.sidebars .close_sidebars {background: #285cb1; color: #fff;    font-size: 16px;    width: 30px; opacity: 0; pointer-events: none; height: 30px;    text-align: center; line-height: 30px;  position: fixed;    transition-duration: 700ms; right: 380px;   top: 0; z-index: 11111;}
.sidebars.open {right: 0px;    transition-duration: 700ms;}
.sidebars.open .close_sidebars {display: block;    cursor: pointer;    transition-duration: 700ms;    opacity: 1;    pointer-events: all;}
.sidebars .form-control {color: #888;}
.sidebars .lins_boxs.right {text-align: right;    margin-top: -10px;}
.sidebars .lins_boxs.right a {color: #ff402a;    font-size: 14px;    border-bottom: 1px solid !important;    padding-bottom: 2px;}
.sidebars .other_info {margin-top: 50px;}
.sidebars .other_info p {margin-bottom: 9px;    color: #aaa;}
.sidebars .other_info .butn {background: transparent !important;    border: 1px solid #285cb1 !important;    color: #285cb1;}
.sidebars .other_info .butn:hover {background: transparent !important;    border: 1px solid transparent !important;    color: #285cb1;}
.sidebars .header {margin-bottom: 20px;}
.sidebars .header p {margin: 0;}

#open_login.web_d-none {
    display: none !important;
}

#logout.web_d-none {
    display: none !important;
}

.page_banners {
    margin-top: -86px;
    padding: 220px 0 150px 0px !important;
}

.maps_boxs {
    width: 100%;
    height: 100%;
}

.flex-cmp {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px !important;
    box-sizing: border-box;
}
.flex-cmp_boxs {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.single-cmp.cmp_box {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #e6e6e6;
    margin: 0;
    background: #fff;
    height: 100%;
}


.cmp_box_left {
    box-shadow: -10px 5px 20px #969494;
}
.cmp_box_right {
    box-shadow: 10px 5px 20px #969494;
}
.cmp_logo {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0px 5px 15px #efefef;
    z-index: 1;
    position: relative;
    padding: 10px !important;
}
.cmp_logo img {
    max-width: 200px;
    object-fit: contain;
    height: 100px;
}
.cmp_descri {
    padding: 25px;
    position: relative;
}
.cmp_descri .read-more-block {
    min-height: 265px;
    max-height: 265px;
    overflow: hidden;
    overflow-y: auto;
}


.cmp_box_left .cmp_descri {
    border-left: 1px solid #d1d1d1;
    padding: 0 0 25px 25px;
}
.cmp_box_right .cmp_descri {
    /*border-right: 1px solid #d1d1d1;*/
    border-right: 1px solid #d1d1d1;
    padding: 0 25px 25px 0;
}
.section_cmp {
    background: #f9f9f9;
    /*background: #fff;*/
    /*background: #FBEAEA;*/
}
.cmp_descri h3 {
    font-weight: 700;
    font-size: 18px;
}
.cmp_line {
    width: 70px;
    display: inline-block;
    border-top: 2px solid #ef4023;
    margin-bottom: 20px;
}
.section_inner {
    padding: 50px 0px;
    position: static;
}


/*READ MORE CSS*/

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.cmp_descri a {
    color: #de4019;
    font-weight: 700;
    padding: 10px 0px;
    text-decoration: none;
}
.cmp_descri a:hover {
    color: #888;
}
.cmp_descri:after {
    content: "";
    background: #de4019;
    position: absolute;
    left: 0px;
    height: 1px;
    width: 188px;
    top: 0px;
}

body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}



#career {
    padding: 0px !important;
    padding-bottom: 60px !important;
}
#career .button_box {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 40px;
}

#locations {
    padding: 0px 0px 40px 0px !important;
    margin-top: -20px;
}
#locations .row [class*="col"] {
    margin: 15px 0;
}
.location_boxs {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #e6e6e6;
    margin: 0;
    background: #fff;
    height: 100%;
    padding: 20px;
    padding-bottom: 10px;
}
.location_boxs ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.location_boxs ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.location_boxs ul li p {
    margin: 0;
    display: flex;
}
.location_boxs ul li p b {
    flex: 0 0 150px;
}

#scheme {
    padding: 60px 0 !important;
}

#scheme .button_box {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 40px;
}



#teams .teams_boxs .row {display: -ms-flexbox;    display: flex; align-items: center;   -ms-flex-wrap: wrap;    flex-wrap: wrap;    margin-right: -15px;    margin-left: -15px;}
#teams .teams_boxs .col-md-12 {-ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%;    padding: 0 15px;}
#teams .teams_boxs .col-md-5 {-ms-flex: 0 0 25%;    flex: 0 0 25%;    max-width: 25%;    padding: 0 15px;margin: 0 auto;}
#teams .teams_imgs {width: 100%;    position: relative;    display: block;    aspect-ratio: 16/16;    overflow: hidden; border-radius: 6px;}
#teams .teams_imgs img {position: absolute;    top: 50%;    left: 50%;    min-width: 100%;    min-height: 100%;    max-width: none;    transform: translate(-50%, -50%);}
#teams .hover_content {display: flex; background-color: rgba(39, 39, 39, 0.88); position: absolute; top: 0; left: 0; width: 100%; height: 100%; align-items: center; transform: scale(0); transition-duration: 700ms;}
#teams .content_boxs {padding: 15px;    text-align: center;    flex: 0 0 100%;    max-width: 100%;}
#teams .content_boxs h4 {color: #fff;    font-size: 20px;    margin: 0px;    padding: 0;}
#teams .content_boxs p {margin: 0;    color: #ff402a !important;    font-size: 15px;    margin-top: 2px;}
#teams .teams_imgs:hover .hover_content {transform: scale(1); transition-duration: 700ms;}
#teams .teams_boxs .col-md-3 {margin-bottom: 30px;}
#teams .team-info {padding: 10px 0;}
#teams .team-info p {margin: 0; line-height: 22px;text-align: justify}
#teams .teams_boxs.emps .row {align-items: flex-start;justify-content: center;} 

#teams .teams_boxs .col-md-5 .teams_imgs {
    max-width: 300px;
    margin: 0 auto;
}
#teams .teams_boxs .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0 15px;
}

@media (max-width: 1440px) 
{
    .container.d-flex.flex-column.bg_rights { padding-right: 90px;}
}

@media (max-width: 992px) 
{
    .navbar ul ul li.col-lg-3.has-sub .submenu-button {display: none !important;}
    .navbar ul ul li.col-lg-3.has-sub .sub-menu {display: block !important;}
    .row.megamenu.sub-menu .col-lg-3.has-sub ul li a {padding: 7px 0;}
    .row.megamenu.sub-menu .col-lg-3.has-sub ul li a img {flex: 0 0 30px; max-width: 30px; margin-right: 10px !important;}

    #steps .col-md-4 {flex: 0 0 33.333%; max-width: 33.3333%; margin: 15px 0; border: none;}
    #steps .steps-box {box-shadow: 0px 0px 4px #ccc;    padding: 15px;    margin-top: 0;}


    .container.d-flex.flex-column.bg_rights {padding-right: 15px !important;}
    .row.align-items-center.min-vh-100 {height: auto !important;}
    .bg-img.cover-background.full-screen.top-position1.p-0  .col-md-5 {flex: 0 0 100%;    width: 100%;}
    .bg-img.cover-background.full-screen.top-position1.p-0  .col-md-7 {flex: 0 0 100%;    width: 100%;}
    .bg-img.cover-background.full-screen.top-position1.p-0 {min-height: 700px !important;    padding-top: 120px !important;}
    .loan_forms {max-width: calc(100% - 90px);    margin: 0;    float: none;}
    .text-white.display-16.display-sm-14.display-md-9.display-lg-7.display-xl-3.lh-1.mb-2-3.text-shadow {font-size: 20px;    max-width: 230px;    line-height: 25px !important;    margin-bottom: 15px;}
    .display-28.letter-spacing-2.d-block.mb-1-6.text-primary.fw-bold {margin-bottom: 7px;    max-width: 110px;}

    #open_login.web_d-none {display: block !important;    padding: 12px 0;}
    #open_login .butn.small {
        padding: 6px 10px !important;
        font-size: 15px;
        border-radius: 40px;
        display: inline-block;
        margin: 0 auto;
        max-width: 160px;
        color: #fff !important;
        text-transform: capitalize !important;
        float: right;
        margin-right: 10px;
    }

    #logout.web_d-none {display: block !important;    padding: 12px 0;}
    #logout.no-login {text-align: center;}
    #logout .butn.small {
        padding: 6px 10px !important;
        font-size: 15px;
        border-radius: 40px;
        display: inline-block;
        margin: 0 auto;
        max-width: 160px;
        color: #fff !important;
        text-transform: capitalize !important;
        float: right;
        margin-right: 10px;
    }
    #logout.no-login .butn.small {
        float: none;
        margin-right: 0px;
    }
    .cmp_logo img {height: 70px;}
    .flex-cmp_boxs {flex: 0 0 50%; max-width: 50%;}
    #career .button_box {width: 80%; margin: 0 auto;}
    #career .button_box .w-20 {width: 100% !important;}
    #career .card-body.p-1-9 {padding: 20px;}

    .header-profile-user{margin-left: 20px !important}
}

@media (max-width: 768px) 
{
    .rigth_pane {top: 100px;    transform: translate(0%, 0%);}
    .panel_icon {width: 50px;    height: 50px;}
    .rigth_pane ul li {padding: 0px 0;}

    .panel_boxs {width: 200px;    padding: 5px;    right: -130px;}
    .rigth_pane ul li .panel_boxs:hover {right: 0px;}

    .bg-img.cover-background.full-screen.top-position1.p-0 {min-height: auto !important;    padding-top: 0px !important;    background-size: auto 500px !important;    background-position: top center !important; background-color: #fff;}
    .bg-img.cover-background.full-screen.top-position1.p-0 .col-md-5 {flex: 0 0 100%;    width: 100%;    padding: 140px 15px !important;}

    .panel_content p {line-height: 20px;}
    .bg-img.cover-background.full-screen.top-position1.p-0::before {background: #888;    height: 500px;}
    .loan_forms {max-width: 100%;    margin: 0;    background: #fff;    box-shadow: 0px 0px 4px #ccc;    margin-bottom: 2px;}
    .amount_forms .col-md-6 {flex: 0 0 50%;    max-width: 50%;}
    .loan_forms .input_group {background: #fff !important;}

    .MsoTableGrid {
        margin: 0px !important;
        margin-bottom: 15px !important;
    }
   #fpc ol[type="1"] {margin: 0; padding: 0; margin-left: 15px !important;}


   #teams .teams_boxs .col-md-3, 
   #teams .teams_boxs .col-md-5 {-ms-flex: 0 0 50%;    flex: 0 0 50%;    max-width: 50%;}
}
@media (max-width: 640px) 
{
    #steps .col-md-4 {flex: 0 0 50%;    max-width: 50%;    margin: 15px 0;    border: none;}

    /*.loan_forms h2 {font-size: 20px;}
    .loan_forms .form-group ul {display: block;}
    .loan_forms .form-group ul li {max-width: 100%;    margin: 10px 0;}
    .loan_forms .form-group ul li .rdo_box {border-radius: 10px !important;    border: 1px solid #c9cdd4 !important;    margin: 0px !important; padding: 10px;}
    .loan_forms .form-group ul li input:checked ~ .rdo_box {border: 1px solid #ff402a !important;    background-color: rgba(234,85,24,.06);}
    .loan_forms .chkmrks {width: 20px;    height: 20px;    flex: 0 0 20px;}
    .loan_forms .form-group ul li input:checked ~ .rdo_box .chkmrks::before {top: 2px;    left: 6px;}
    .loan_forms .content {padding-left: 10px;}
    .loan_forms .content h6 {font-size: 16px;}

    .loan_forms .input_group {display: block; background: transparent !important;   border: none !important;    border-radius: 0;    padding: 0; position: relative;}
    .loan_forms .numinput {background: #fff !important;    border: 1px solid #c9cdd4 !important;    height: auto !important;    color: #285cb1;    font-size: 16px !important;    line-height: 18px !important;    width: 100%;    padding: 15px;    border-radius: 42px;    padding-left: 55px;}
    .loan_forms .input_group p {position: absolute;    top: 21px;    left: 15px;}
    .loan_forms .input_group .butn {padding: 15px;    display: block;    margin: 0 auto;    margin-top: 18px;}
    .loan_forms .info ul li p {font-size: 13px;    line-height: 13px;}
    .loan_forms .info ul {margin: 0px -10px;}
    .loan_forms .info ul li {padding: 0px 10px;}
    .loan_forms .info ul li:first-child {flex: 0 0 70px;}*/

    .loan_forms .content h6 {font-size: 16px;    margin: 0;    padding: 0;    line-height: 16px;    margin-bottom: 6px;}
    .loan_forms .content p {font-size: 14px;    line-height: 17px;}

   .loan_forms .chkmrks {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }
        .loan_forms .form-group ul li input:checked ~ .rdo_box .chkmrks::before {
        font-size: 15px;
        line-height: 38px;
    }
    .loan_forms .content {
        padding-left: 15px;
    }
    #steps .steps-box {box-shadow: none;    padding: 0;    margin-top: 0;}
    .loan_forms .form-group ul li .rdo_box {padding: 12px;    border-radius: 5px;}
    .loan_forms .input_group {padding: 10px 12px;}
    .loan_forms .info p {font-size: 13px;    line-height: 17px;}
    .loan_forms h2 {font-size: 20px;}
    .loan_forms h4 {font-size: 16px;}
    .loan_forms .form-group .butn {padding: 12px;}
    .flex-cmp_boxs {flex: 0 0 100%; max-width: 100%;}
    .single-cmp.cmp_box {height: auto;}
    .cmp_descri .read-more-block {min-height: auto;    max-height: none;}
    .cmp_descri {padding: 20px;    position: relative;    padding-bottom: 0;}
    #logout .butn.small {
        max-width: 120px !important;
    }
    #logout.no-login .butn.small {
        max-width: 160px !important;
    }
}

@media (max-width: 575px) 
{
   .footer1 .row [class*="col-"] {margin-bottom: 30px !important;}
   .footer-bar {margin-top: 0px;}
   .footer1 .row.align-items-center .col-md-6 {
    margin-bottom: 0 !important;
    text-align: left;
}
   .social-icon-style1 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none;
    padding: 0;
}
}
@media (max-width: 480px) 
{
    #steps .col-md-4 {flex: 0 0 100%; max-width: 100%; margin: 15px 0; border: none;}

    .calc_boxs {padding: 30px 15px;    border-radius: 8px;}
    .calc_boxs .amount_box ul {margin: 0px -5px;}
    .calc_boxs .amount_box ul li {padding: 0px 5px;}
    .amount_forms .col-md-6 {flex: 0 0 100%;    max-width: 100%;    margin-top: 15px;}
    .calc_boxs #weight {text-align: left;    padding-right: 10px;}

    .butn {padding: 10px 30px;}

    .sidebars .close_sidebars {right: 0;    top: 0;}
    .sidebars {padding: 20px 20px 40px 20px;}

    #teams .teams_boxs .col-md-3, 
    #teams .teams_boxs .col-md-5 {-ms-flex: 0 0 100%;    flex: 0 0 100%;    max-width: 100%;}
    /*#teams .hover_content {top: auto; width: 100%;  height: auto;  transform: scale(1); bottom: 0;}*/
}

@media (max-width: 390px) 
{
    #logout .butn.small {
        max-width: 80px !important;
        font-size: 13px;
        padding: 5px 5px !important;
    }

    #logout.no-login .butn.small {
        max-width: 160px !important;
        font-size: 15px;
        padding: 6px 10px !important;
    }

    .wrapper .option .dot {
        height: 12px !important;
        width: 12px !important;
    }

    .wrapper .option .dot::before {
        top: 2px !important;
        left: 2px !important;
        width: 8px !important;
        height: 8px !important;
    }
}

.teams_boxs .col-md-12 {
    margin-bottom: 30px;
}


.button_box p {
    margin-top: 20px;
}

.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

#grievance .tab-list {
    background: #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#grievance .tab-list {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 1px 8px rgb(178, 179, 181);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#grievance a {
    color: #888;
}

#grievance a:hover {
    color: #ff402a;
}

.grievance ul{
    list-style: none;
    font-size: 13px;
    display: none;
}

.grievance.show ul{
    list-style: none;
    font-size: 13px;
    display: block;
}
.grievance.show a[href="javascript:;"]{
    color: #ff402a !important;
}

#grm .ml-50 {
  margin-left: 50px;
}
#grm th,
#grm td {
  border: 4px;
}
#grm th,
#grm td {
  border-style: double;
}
#grm td:first-child {
  width: 20%;
  text-align: center;
}
#grm tr td:not(:first-child) {
  padding: 30px;
}
#grm table {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#grm table tr {
  border: 1px solid #ddd;
  padding: 0.35em;
}

#grm table th,
#grm table td {
  padding: 0.625em;
}

#grm table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#grm ::marker {
    color: #ff402a;
    font-weight: 600;
}

.text-redirect {
    position: relative;
    color: #ff402a;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    margin-left: 1.9rem !important;
    text-transform: uppercase;
}

#signin input::-webkit-outer-spin-button,
#signin input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#signin input[type=number] {
  -moz-appearance: textfield;
}

#signin .register-otp {
    position: relative;
}

#signin .register-otp a {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 3px 25px;
    background: transparent;
    border-left: 2px solid #285cb1 !important;
    border: none;
    color: #285cb1;
    font-weight: bold;
}

.payment_form .register-otp {
    position: relative;
}

.payment_form .register-otp a {
    position: absolute;
    top: 4px;
    right: 0;
    padding: 0px 7px;
    background: transparent;
    border-left: 1px solid #285cb1 !important;
    border: none;
    color: #285cb1;
    font-size: 15px;
    font-weight: bold;
}

.menu_area-light #page-header-user-dropdown span,.menu_area-light.fixedHeader #page-header-user-dropdown span,#page-header-user-dropdown i,.menu_area-light.fixedHeader #page-header-user-dropdown i{
    color: #fff;
}

.menu_area-light.scrollHeader #page-header-user-dropdown span,.menu_area-light.scrollHeader #page-header-user-dropdown i{
    color: #888 !important;
}

#page-header-user-dropdown img{
    vertical-align: middle;
}

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: #f6f6f6;
}

.after_login .dropdown-menu{
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    border:none;
    border-radius:0;
    margin-top: 8px;
}

.after_login .dropdown-menu .dropdown-item
{
    color:#6f6f6f;
    padding: 0 20px;
    margin-bottom: 12px;
}

.after_login .dropdown-menu .dropdown-item:last-child{
    margin-bottom: 0;
}

.after_login .dropdown-menu .dropdown-item:hover
{
    color:#282b2d;
    background-color:#fff;
}

#toast-container {
    z-index: 9999999 !important;
}

@media screen and (max-width: 600px) {
    .text-redirect {
        margin-left: 0 !important;
    }
    #grm table {
        border: 0;
    }

    #grm td:first-child {
        width: 100%;
        text-align: center;
    }
    #grm table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    #grm table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
    }

    #grm table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 1201px) {
    section.payment_form .col-md-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    section.payment_form .col-md-2 {
        flex: 0 0 15%;
        max-width: 15%;
    }
}

.theme-loader {
    height: 100%;
    width: 100%;
    background-color: #000000cc;
    position: fixed;
    z-index: 999999;
    top: 0;
    display: none;
}
.theme-loader .ball-scale {
    top: 50%;
    transform: translate(0%,-50%);
    position: absolute;
    width: 100%;
}
@keyframes bounceIn {
    0% {
      transform: scale(0.1);
      opacity: 0;
    }
    60% {
      transform: scale(1.2);
      opacity: 1;
    }
    100% {
      transform: scale(1);
    }
  }
  
  @-webkit-keyframes bounceIn {
    0% {
      transform: scale(0.1);
      opacity: 0;
    }
    60% {
      transform: scale(1.2) rotate(90deg);
      opacity: 1;
    }
    100% {
      transform: scale(1);
    }
  }
  
  div#load {
    animation : bounceIn 2s;
    -webkit-animation: bounceIn 2s ease-in-out;
    width: 150px;
    height: 150px;
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
      border-radius:0;
    }
    100% {
      opacity: 1;
      border-radius:50px;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
      border-radius:0;
    }
    100% {
      opacity: 1;
      border-radius:50px;
    }
  }
  
  @keyframes rotateR {
    from {
      transform: rotate(0deg);
      
    }
    to {
      transform: rotate(360deg);
      
    }
  }
  
  @-webkit-keyframes rotateR {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  div#SqCo {
    text-align:center;
    width: 100%;
    height: 150px;
    padding-top: 34.5px;
  }
  
  div#SqCo .bloc{
    background:white;
    display:inline-block;
    width:30px;
    height:30px;
    margin: 0 10px;
    opacity:0;
  }
  
  div#SqCo .bloc.one {
    -webkit-animation: fadeIn 1s linear 0s infinite alternate,
                      rotateR 1s linear 0s infinite;
    animation: fadeIn 1s linear 0s infinite alternate,
                rotateR 1s linear 0s infinite;
  }
  div#SqCo .bloc.two {
    -webkit-animation: fadeIn 1s linear 0.5s infinite alternate,
                rotateR 1s linear 0.5s infinite;
    animation: fadeIn 1s linear 0.5s infinite alternate,
                rotateR 1s linear 0.5s infinite;
  }
  div#SqCo .bloc.three {
    -webkit-animation: fadeIn 1s linear 1s infinite alternate,
                rotateR 1s linear 1s infinite;
    animation: fadeIn 1s linear 1s infinite alternate,
                rotateR 1s linear 1s infinite;
  }
  div#SqCo .bloc.four {
    -webkit-animation: fadeIn 1s linear 1.5s infinite alternate,
                rotateR 1s linear 1.5s infinite;
    animation: fadeIn 1s linear 1.5s infinite alternate,
                rotateR 1s linear 1.5s infinite;
  }
  div#SqCo .bloc.five {
    -webkit-animation: fadeIn 1s linear 2s infinite alternate,
                rotateR 1s linear 2s infinite;
    animation: fadeIn 1s linear 2s infinite alternate,
                rotateR 1s linear 2s infinite;
  }
  
  div#SqCo p{
    color:white;
    font-size:24px;
    font-family:"farray";
    margin-bottom:10px;
  }
  
  div#SqCo p .point{
    opacity:0;
  }
  
  div#SqCo p .point.one {
    -webkit-animation: fadeIn 1s linear 0s infinite alternate;
    animation: fadeIn 1s linear 0s infinite alternate;
  }
  div#SqCo p .point.two {
    -webkit-animation: fadeIn 1s linear 0.5s infinite alternate;
    animation: fadeIn 1s linear 0.5s infinite alternate;
  }
  div#SqCo p .point.three {
    -webkit-animation: fadeIn 1s linear 1s infinite alternate;
    animation: fadeIn 1s linear 1s infinite alternate;
  }
  * {
    scrollbar-width: thin;
    scrollbar-color: #adadad #ffffff;
  }

  /* Chrome, Edge, and Safari */
  body::-webkit-scrollbar {
    width: 3px;
  }

  body::-webkit-scrollbar-track {
    background: #ffffff;
  }

  body::-webkit-scrollbar-thumb {
    background-color: #adadad;
    border-radius: 10px;
    border: 3px none #ffffff;
  }