/* Hero Section */

.hero_section {
    display: block;
    position: relative;
}

.fade-carousel {
    position: relative;
    min-height: 55rem;
}

.fade-carousel .hero_slide {
    min-height: 65rem;
    display: flex;
    align-items: center;
}

.fade-carousel .hero_slide_inner {
    text-align: center;
}

#bs-carousel .carousel-indicators {
    bottom: 5rem;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: var(--cololr-3);
    border-color: var(--cololr-3);
    opacity: .7;
    width: 20px;
    height: 5px;
    border-radius: .1rem;
    cursor: pointer;
    transition: all linear .3s;
}

.fade-carousel .carousel-indicators > li.active {
    width: 25px;
    opacity: 1;
}

.left.carousel-control {
    left: 4rem;
}

.right.carousel-control {
    right: 4rem;
}

.left.carousel-control,
.right.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4rem;
    width: 4rem;
    color: var(--cololr-5);
    background-color: var(--cololr-3);
    font-size: 1.7rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
}

.left.carousel-control:hover,
.right.carousel-control:hover {
    opacity: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #06285f7a;
    opacity: .7;
}

.btn.btn-lg {
    padding: 1rem 4rem;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.fade-carousel .slides .slide-1 {
    background-image: url('/public/Login/assets/img/banner222.png');
}

.fade-carousel .slides .slide-2 {
    background-image: url('/public/Login/assets/img/banner2223.png');
}

.fade-carousel .slides .slide-3 {
    background-image: url('/public/Login/assets/img/banner2224.png');
}

.hero .main_heading {
    margin-bottom: 1rem;
}

.btn_hero {
    margin: 4rem auto 0;
}

/* Hero Section */
/*/////////////////////////////*/
/* why us section */

.section-head {
    margin-bottom: 4.5rem;
}

.item {
    background-color: #fff;
    text-align: center;
    padding: 3rem 2.5rem;
    border-radius: 2rem;
    border: .2px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: all .5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 100%;
}

.item:hover, .item.active {
    background: var(--cololr-3);
    box-shadow: 0 .8rem 2rem 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item.active .item, .item.active span.icon,
.item:hover .item, .item:hover span.icon {
    background: #fff;
    border-radius: 1rem;
    -webkit-transition: all .5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item.active h6, .item.active p,
.item:hover h6, .item:hover p {
    color: #fff;
    -webkit-transition: all .5s ease 0s;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 4rem;
    margin-bottom: 2.5rem;
    background: var(--cololr-1);
    width: 9rem;
    height: 9rem;
    line-height: 9.6rem;
    border-radius: 5rem;
    display: inline-block;
    transition: all linear .3s;
}

.item .icon .fa {
    color: var(--cololr-3);
}

.item h6 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--cololr-1);
}


/* Why Us Section */
/*/////////////////////////////*/
/* Services Section */


.section-services {
    background-color: var(--cololr-1);
    color: #fff;
}

.section-services .section_heading span {
    color: #FFFFFF;
}

.section-services .header-section {
    margin-bottom: 3.5rem;
}

.section-services .header-section .title {
    position: relative;
    margin-bottom: 4rem;
    padding-bottom: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.section-services .header-section .description {
    color: var(--cololr-5);
}

.section-services .single-service {;
    background-color: #000000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    transition: background-color linear .3s;
    height: 100%;
}

.section-services .single-service:hover {
    background-color: var(--cololr-3);
}

.section-services .single-service .part-2 a,
.section-services .single-service .part-2 .description,
.section-services .single-service .part-1 .title,
.section-services .single-service .part-1 i,
.section-services .single-service .part-2 a i {
    transition: all linear .3s;
}

.section-services .single-service:hover .part-2 a,
.section-services .single-service:hover .part-2 .description,
.section-services .single-service:hover .part-1 .title,
.section-services .single-service:hover .part-1 i,
.section-services .single-service:hover .part-2 a i {
    color: var(--cololr-1);
}

.section-services .single-service .part-1 {
    padding: 4rem 4rem 0;
}

.section-services .single-service .part-1 i {
    margin-bottom: 2.5rem;
    font-size: 5rem;
    color: var(--cololr-3);
}

.section-services .single-service .part-1 .title {
    font-size: 1.7rem;
    color: var(--cololr-5);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}

.section-services .single-service .part-2 {
    padding: 3rem 4rem 4rem;
}

.section-services .single-service .part-2 .description {
    margin-bottom: 2.2rem;
    color: #6f6f71;
    font-size: 1.4rem;
    line-height: 1.8em;
}

.section-services .single-service .part-2 a {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
}

.section-services .single-service .part-2 a i {
    margin-right: 1rem;
    color: var(--cololr-3);
}

.section-services .row.custom_row_gap {
    row-gap: 3rem;
}

/* Services Section */
/*/////////////////////////////*/
/* Pricing Section */


.single-price {
    text-align: center;
    background: #080d15;
    transition: .7s;
    margin-top: 20px;
    overflow: hidden;
}

.single-price h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    margin-top: -80px;
    color: #fff;
}

.single-price h4 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}

.single-price h4 span.sup {
    vertical-align: text-top;
    font-size: 25px;
}

.deal-top {
    position: relative;
    background: var(--cololr-3);
    font-size: 16px;
    text-transform: uppercase;
    padding: 136px 24px 0;
}

.deal-top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid var(--cololr-3);
    border-left: 175px solid transparent;
    border-right: 183px solid transparent;
}

.deal-bottom {
    padding: 56px 16px 0;
}

.deal-bottom ul {
    margin: 0;
    padding: 0;
}

.deal-bottom ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: 16px;
    border-top: 1px solid #E4E4E4;
    padding-top: 16px;
    list-style: none;
}

.btn-area {
    padding-bottom: 4rem;
}

.btn-area .main_btn {
    display: inline-block;
    color: #fff;
    background: var(--cololr-3);
    margin-top: 32px;
}


.single-price:hover {
    background: var(--cololr-3);
}

.single-price:hover .deal-top {
    background: #262626;
}

.single-price:hover .deal-top:after {
    border-top: 50px solid #262626;
}

.single-price:hover .btn-area .main_btn {
    background-color: #262626;
}


/* Services Section */
/*/////////////////////////////*/
/* Buy & Sell Section */

.buy_and_sell {
    background-color: var(--cololr-1);
    color: var(--cololr-5);
}

.buy_and_sell .sub-heading, .buy_and_sell .main_para {
    margin-bottom: 2rem;
}


/* Buy & Sell Section */
/*/////////////////////////////*/
/* Testimonial Section */

#money_bank_section {
    min-height: 375px;
    color: #fff;
    position: relative;
    background: #080d15;
}


.testimonial {
    min-height: 375px;
    position: relative;
    background: var(--testimonial_img);
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 0;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 0;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: rgb(255, 255, 255);
    font-size: 17px;
    line-height: 1.8;
    margin: 40px 0px 20px;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}


/* Testimonial Section */
/*/////////////////////////////*/
/* Faqs Section */

.faq .main_heading, .faq .main_para {
    color: var(--cololr-2);
    text-align: center;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
    margin-top: 3rem;
}

.faq .faq-list li {
    /*background-color: var(--cololr-3);*/
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 40px;
  	border: 1px solid #ffa500;
    color: #ffa500;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #ffa500;
    text-decoration: none;
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s;
}

.faq-list .collapse {
    margin-top: 2rem;
}

.collapsed i.fas.fa-arrow-up {
    transform: rotate(180deg);
}


@media (max-width: 1100px) {
    .deal-top::after {
        border-top: 50px solid var(--cololr-3);
        border-left: 151px solid transparent;
        border-right: 140px solid transparent;
    }
}

@media (max-width: 991px) {
    .buy_and_sell .col-lg-6.custom-column {
        order: 0;
    }

    .buy_and_sell .col-lg-6.custom-column_1 {
        order: 1;
    }

    .section-head {
        margin-bottom: 0
    }

    .why_us.feat .container .row {
        row-gap: 3rem;
    }

    .single-price {
        margin-top: 30px;
    }

    .deal-top::after {
        display: none !important;
    }

    .deal-top {
        padding: 110px 24px 0;
    }

    .single-price h3 {
        margin-top: -94px;
        font-size: 20px;
    }

    .single-price h4 {
        font-size: 38px;
    }

    .single-price h4 span.sup {
        font-size: 20px;
    }

    .deal-bottom {
        padding: 25px 16px 0;
    }

    .row.custom_row {
        row-gap: 3rem;
    }
}

@media (max-width: 767px) {
    .fade-carousel .hero_slide {
        min-height: 45rem;
    }

    .nav-item:hover:after, .nav-item.active:after {
        display: none !important;
    }

    .header-btn .main_btn {
        margin-top: 2rem;
        width: 100%;
    }

    .testimonial4_slide {
        width: 100%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: -3rem;
    }

    .testimonial4_control_button .carousel-control.left {
        left: -3rem;
    }

    .left.carousel-control, .right.carousel-control {
        height: 3rem;
        width: 3rem;
        font-size: 1.2rem;
    }

    .right.carousel-control {
        right: 2rem;
    }

    .left.carousel-control {
        left: 2rem;
    }

    .faq .faq-list a {
        font-size: 13px;
        line-height: 1.4;
    }

    .faq-list .collapse p {
        font-size: 12px;
        line-height: 1.5;
    }

}

@media (max-width: 600px) {
    .testimonial4_slide {
        width: 92%;
    }

    .testimonial4_control_button .carousel-control.right {
        right: 0;
    }

    .testimonial4_control_button .carousel-control.left {
        left: 0;
    }

    .navigation-wrap {
        background-color: rgba(0, 0, 0, .9);
    }

    .right.carousel-control {
        right: 1rem;
    }

    .left.carousel-control {
        left: 1rem;
    }

    .fade-carousel .hero_slide_inner {
        padding: 0 3rem;
    }

    .main_heading {
        font-size: 2.9rem;
    }

    .section_heading {
        line-height: 1.5;
    }
}
