* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
}

body:focus {
    outline: none;
}

p:empty {
    display: none;
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}


.logo img {
    width: 315px;
}

.top-btn {
    justify-content: flex-end;
    display: flex;
}

.top-btn a {
    padding: 12px 32px;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    border-radius: 20px;
    color: #F26722;
}

header {
    margin-bottom: 50px;
}

.banner-box {
    background-image: url(../images/headerbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 184px;
}

.banner-content h1 {
    font-size: 55px;
    color: #FFFFFF;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    padding-bottom: 27px;
}

.banner-content p {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    padding-bottom: 38px;
}

.banner-content a {
    padding: 16px 36px;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 22px;
    border-radius: 50px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    transition: 0.39s;
}

.banner-content a:hover {
    background-color: #e4e4e4;
}

.form-box {
    background-color: #FFFFFF;
    border-radius: 40px;
}

.bentleys-box {
    padding: 50px 0px;
    position: relative;
}

.bentleyimg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40%;
}

.bentley img {
    border-radius: 0px 84px 0px 0px;
}

.bentley-content {
    padding-left: 40px;
}

.bentley-content h2 {
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 24px;
    font-family: "Poppins", sans-serif;

}

.bentley-content p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    padding-bottom: 43px;
}


.btn-bentley {
    color: #ffff;
    background-color: #F26722;
    border-radius: 30px;
    padding: 16px 35px;
    font-size: 19px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    border: none;
    display: inline-block;
    transition: 0.30s;
}

.btn-bentley:hover {
    background-color: #c84200;
}

.you-learn {
    text-align: center;
}


.you-learn h3 {
    font-size: 25px;
    font-weight: 600;
    color: #262626;
    font-family: "Poppins", sans-serif;
    padding-bottom: 22px;
}


.you-learn h2 {
    font-size: 40px;
    font-weight: 600;
    color: #262626;
    font-family: "Poppins", sans-serif;
    padding-bottom: 6px;


}

.you-learn span {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #F26722;
    padding-bottom: 52px;
}


.you-learn p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    padding-bottom: 93px;
}


.card-section {
    background-color: #1B1B1B;
    border-radius: 24px;
    padding: 20px;
    height: 100%;


}


.card-section h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #F26722;
    padding-top: 24px;
    padding-bottom: 54px;
    text-align: right;
    position: relative;
}

.card-section h3:after {
    width: 60%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    content: '';
    right: 39%;
    top: 40px;
}


.card-icon {
    display: flex;
    justify-content: space-between;
}

.card-icon a img {
    width: 64px;
}



.card-section h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.card-section p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 44px;
}

.card-section ul {
    padding-left: 0;
}

.card-section ul li {
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    list-style: none;
}

.card-section ul li i {
    padding-right: 20px;
}


.What-you-learn .btn-bentley {
    margin-top: 40px;
    margin-bottom: 40px;
}

.get-started {
    text-align: center;
}



.why-join-section {
    padding-top: 51px;
    padding-bottom: 50px;
}

.why-join-section h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #262626;
}

.why-join-section h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #262626;
    padding-bottom: 18px;
}

.why-join-section p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #606060;
    padding-bottom: 45px;

}

.why-join-section ul {
    padding-left: 0;
}

.why-join-section ul li {
    font-size: 22px;
    font-weight: 500;
    color: #606060;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 24px;
    list-style: none;
    padding-left: 40px;
    position: relative;
}

.why-join-section ul li img {
    padding: 5px 0px;
    position: absolute;
    left: 0;
}

.testimonial-section h2 {}


.contact-section {
    background: #F26722;
    position: relative;
}

.outer-img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
    transform: translateY(-50%);
    border-radius: 40px 0 0px 40px;
}

section {
    padding: 80px 0;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #262626;
    padding-bottom: 25px;
}

/* contact-section start */

.form-card {
    background-color: #fff;
    padding: 80px 40px;
    border-radius: 15px;
}

.form-group {
    margin-bottom: 30px;
}

.form-card .form-group:last-child {
    margin-bottom: 0;
}

.form-control,
textarea {
    background: #FFE1B4;
    border: 1px solid #f9ce8e;
    font-size: 16px;
    padding: 15px;
    border-radius: 50px;
}

.form-group textarea {
    border-radius: 10px;
    min-height: 200px;
}

/* contact-section end */

/* testimonial Start */
.testimonial-card {
    background: #F8F8F8;
    padding: 40px;
}

.name {
    font-size: 16px;
    margin-bottom: 5px;
}

.profile {
    margin-bottom: 0;
    font-size: 14px;
    color: #909B99;
}

.star-ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-top: 5px;
    gap: 4px;
}

.star-ul li img {
    width: 15px !important;
}

.box {
    background: #262626;
    border-radius: 10px;
    padding: 30px 50px;
    color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

/* testimonial end */


/* faq-section start */

.faq-section {
    background: #F8F8F8;
}



.accordion-item {
    margin-bottom: 10px;
    border: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.accordion-header button {
    font-size: 18px;
    font-weight: 500;
    padding: 18px 24px;
}

.accordion-body {
    font-size: 15px;
}
/* faq-section end */

.copy-text {
	color: #ffffff;
    text-align: center;
}


@media screen and (max-width: 1199px) {
    .logo img {
        width: 200px;
    }

    .form-card {
        padding: 40px;
    }

    .banner-content h1 {
        font-size: 45px;
    }

    .bentleys-box {
        padding: 90px 0px;
    }

    .you-learn h3 {
        font-size: 20px;
        padding-bottom: 0;
    }

    .you-learn h2 {
        font-size: 32px;
    }

    .you-learn p {
        font-size: 18px;
    }

    .you-learn p br {
        display: none;
    }

    .card-section h3 {
        font-size: 20px;
    }

    .card-section h4 {
        font-size: 16px;
    }

    .card-section p {
        font-size: 16px;
    }

    .card-icon a img {
        width: 44px;
    }

    .why-join-section .col-lg-6:first-child {
        margin-bottom: 30px;
    }

    .outer-img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        transform: translateY(0%);
        border-radius: 40px;
        margin-top: 40px;
    }

    .faq-section .img-card {
        text-align: center;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .banner-box .form-card {
        margin-top: 50px;
    }

    .bentleys-box {
        padding: 0px 0px;
    }

    .bentleyimg {
        position: relative;
        top: 0%;
        left: 0;
        transform: translateY(0%);
        width: 100%;
    }

    .bentley-content {
        padding-top: 40px;
    }

    .bentleys-box {
        padding-bottom: 80px;
    }

    .you-learn p {
        padding-bottom: 40px;
    }

    .card-section-row .col-md-4 {
        margin-bottom: 25px;
    }

    .why-join-section {
        padding-top: 0;
    }

    .box {
        text-align: center;
    }

    .col-md-3.col-12.text-end {
        text-align: center !important;
    }
}

@media screen and (max-width: 575px) {
    .bentley-content {
        padding-left: 20px;
    }

    .section-title {
        padding-bottom: 0;
    }

    .faq-section .section-title {
        font-size: 26px;
        padding-bottom: 20px;
    }
}

.mobile-border .border-center,
.content-border .border-center {
  float: left;
  width: 54%;
  background: #f7941e;
  height: 4px;
  content: "";
  display: inline-block;
  position: relative;
  z-index: 2;
}
.mobile-border .border-right,
.content-border .border-right {
  float: left;
  width: 23%;
  background: #f26722;
  height: 4px;
  content: "";
  display: inline-block;
  position: relative;
  z-index: 2;
}
.content-border {
  height: 15px;
}