body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

:root {
    --web-cl: #d70017;
    --btn-cl: #ff0012;
    --sec-cl: #fffafa;
    --dred-cl: #bd2031;
    --wt-cl: #fff;
    --blk-cl: #000000;
    --yl-cl: #ffd846;
    --fm-cl: #cdcccd;
    --fmh-cl: #818081;
}

a {
    text-decoration: none !important;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.web-btn {
    background: var(--btn-cl);
    color: var(--wt-cl) !important;
    font-weight: 400;
    font-size: 35px;
    border: 1px solid var(--wt-cl);
    padding: 5px 15px;
    box-shadow: 2px 2px 5px black;
}

/* header css start */



/* header css end */

header {
    background: var(--web-cl);
    padding: 10px 0;
}

/* banner-sec css start */

.banner-sec {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 660px;
    display: flex;
    align-items: center;
}

.book-editing {
    padding: 100px 0 0 25px;
}

.book-editing h1 {
    color: var(--wt-cl);
    font-size: 69px;
    font-weight: 600;
    text-shadow: 3px 2px 5px black;
}

.book-editing p {
    color: var(--wt-cl);
    text-shadow: 3px 2px 5px black;
    font-size: 33px;
    font-weight: 400;
    line-height: 26px;
}

.banner-btn {
    text-align: end;
    width: 80%;
}

/* banner-sec css end */

/* profestional-book css start */

.profestional-book {
    padding-bottom: 150px;
    background-color: var(--sec-cl);
}

.main-profestional {
    margin: auto;
    width: 70%;
    box-shadow: 0px 0px 8px 2px #000000a6;
    padding: 20px;
    border-radius: 5px;
    margin-top: -25px;
    background: var(--wt-cl);
}

.profestional-book-content ul li {
    padding-bottom: 25px;
}

.profestional-book-content ul li h4 {
    color: var(--btn-cl);
    font-weight: 700;
    font-size: 20px;
    word-spacing: 5px;
}

.profestional-book-content ul li p {
    color: var(--btn-cl);
    font-weight: 500;
    font-size: 15px;
    text-align: justify;
}

.profestinal-books-slide {
    background: var(--web-cl);
    padding: 15px;
    border-radius: 5px;
}

.medals-img {
    text-align: center;
    margin-bottom: 16px;
}

.books-show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-item {
    margin: 0 3px;
}

.book-content {
    margin-top: 15px;
}

.book-content p {
    color: var(--wt-cl);
    font-weight: 500;
    text-align: justify;
    font-size: 17px;
    line-height: 28px;
}

.book-content h5 {
    text-align: end;
    font-weight: 600;
    color: var(--wt-cl);
    margin-top: 10px;
    font-size: 20px;
}

.book-associates h2 {
    margin: 30px 0 15px 0px;
    text-align: center;
    color: var(--btn-cl);
    font-weight: 700;
    font-size: 35px;
}


.steps-associates {
    text-align: center;
}

.steps-associates img {
    margin: auto;
    width: 40%;
    margin-bottom: 15px;
}

.steps-associates h5 {
    color: var(--btn-cl);
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
}

.steps-associates p {
    color: var(--btn-cl);
    font-weight: 700;
    font-size: 18px;
    margin: auto;
    margin-bottom: 20px;
    width: 85%;
}

.book-associates-btn {
    text-align: center;
}

/* profestional-book css end */

/* profestional-services css start */

.profestional-services {
    background: var(--btn-cl);
    padding-bottom: 50px;
}


.book-services {
    text-align: center;
    background: var(--btn-cl);
    margin: auto;
    margin-top: -50px;
    border-radius: 30px;
    width: 65%;
}

.service-content {
    background: var(--dred-cl);
    border: 4px solid var(--wt-cl);
    margin: auto;
    margin-top: 30px;
    width: 75%;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    padding: 5px 20px 0 20px;
    margin-bottom: 30px;
}

.servic-type {
    width: 70%;
    position: relative;
    z-index: 0;
}

.servic-type:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    bottom: 80px;
    background: var(--wt-cl);
    width: 83%;
    height: 3px;
}

.servic-type:after {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    bottom: 70px;
    background: var(--wt-cl);
    width: 83%;
    height: 3px;
}

.book-services h2 {
    padding-top: 15px;
    color: var(--wt-cl);
    font-weight: 700;
    font-size: 35px;
}

.service-content img.img-fluid.circle-back {
    position: absolute;
    z-index: -1;
    right: -270px;
    top: -200px;
    width: 90%;
}

.servic-type h4 {
    font-size: 32px;
    text-align: start;
    color: var(--wt-cl);
    font-weight: 600;
    margin-bottom: 25px;
}

.service-para p {
    margin: auto;
    margin-top: 30px;
    color: var(--wt-cl);
    text-align: center;
    width: 65%;
    font-size: 24px;
    font-weight: 500;
}

.service-back-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 270px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

.serv-1 {
    background: url('../images/serv-1.png');
}

.serv-2 {
    background: url('../images/serv-2.png');
}

.serv-3 {
    background: url('../images/serv-3.png');
}

.serv-4 {
    background: url('../images/serv-4.png');
}

.serv-5 {
    background: url('../images/serv-5.png');
}

.serv-6 {
    background: url('../images/serv-6.png');
}

.service-back-img h4 {
    color: var(--wt-cl);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 50px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 2px;
    line-height: 38px;
    text-shadow: 3px 2px 5px black;
}

.serv-content {
    background: var(--wt-cl);
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.layout-service {
    height: 100px;
}

.services-main-book {
    margin: auto;
    width: 80%;
    margin-top: 30px;
}

.serv-content .book-associates-btn .web-btn {
    margin-top: -30px;
    font-size: 20px;
    padding: 5px 30px;
}

.serv-content h5 {
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
    color: var(--blk-cl);
}

.serv-content p {
    margin: auto;
    margin-top: 50px;
    text-align: center;
    color: var(--blk-cl);
    font-weight: 500;
    width: 80%;
    font-size: 18px;
}

/* profestional-services css end */

/* testimonial css start */

.testimonial {
    padding: 80px 0;
}

.book-associates-btn h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}

.book-associates-btn h2 {
    font-weight: 700;
    margin: 20px 0;
    color: var(--btn-cl);
    font-size: 45px;
}

.book-associates-btn p {
    color: var(--btn-cl);
    margin: auto;
    width: 80%;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 500;
}

.main-author-slide {
    border-radius: 30px;
    background: var(--btn-cl);
    position: relative;
    z-index: 0;
    margin: auto;
    width: 80%;
    padding: 20px;
    margin-top: 100px;
    margin-left: 0;
}

.main-author-slide .qoute-item {
    position: absolute;
    z-index: 0;
    top: -100px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-author-slide .qoute-item img {
    width: 45%;
    box-shadow: 0 0 3px 3px white;
}

.main-author-slide img.img-fluid.clt-img {
    position: absolute;
    z-index: 0;
    right: -100px;
    top: 40px;
    width: 38%;
        border-radius: 60%;
}

.main-author-slide p {
    margin: 45px 0 10px 0px;
    width: 83%;
    text-align: justify;
    color: var(--wt-cl);
    font-weight: 500;
    font-size: 18px;
}

.main-author-slide h5 {
    color: var(--yl-cl);
    font-weight: 500;
    font-size: 22px;
}

.testimonial-carousel-two .main-author-slide {
    width: 100%;
    margin-top: 150px;
    padding-top: 170px;
    text-align: center;
}

.testimonial-carousel-two .qoute-item img {
    position: unset !important;
    width: 20% !important;
    border-radius: 60%;
}

.testimonial-carousel-two .qoute-item {
    justify-content: center;
    right: 0;
}

.main-author-slide img.img-fluid.star-review {
    margin: auto;
    width: 12%;
}

.main-author-slide h4 {
    font-size: 45px;
    color: var(--wt-cl);
    font-weight: 600;
}

.testimonial-carousel-two .main-author-slide p {
    text-align: center;
    margin: auto;
    margin-bottom: 12px;
}

.testimonial-carousel-two .main-author-slide h5 {
    color: var(--yl-cl);
    font-weight: 700;
    font-size: 30px;
}

/* testimonial css end */


/* sign-up-form css start */


.sign-up-form {
    padding-top: 100px;
}

.advisor {
    background: var(--btn-cl);
    padding: 0px 50px 0px 50px;
    border-radius: 30px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.advisor-content h2 {
    color: var(--wt-cl);
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.advisor-content p {
    color: var(--wt-cl);
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    width: 90%;
}

.sign-up-free-form {
    background: var(--wt-cl);
    padding: 50px 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    z-index: 0;
    margin: auto;
    width: 80%;
    margin-top: -30px;
    padding-left: 50px;
    margin-right: 0;
}

.sign-up-free-form h5 {
    color: var(--btn-cl);
    font-weight: 800;
    font-size: 28px;
    text-align: center;
}

.sign-up-free-form h4 {
    color: var(--btn-cl);
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

.sign-up-free-form p {
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 20px;
    width: 90%;
    font-size: 14px;
}

.sign-up-free-form .form-control {
    background: var(--fm-cl);
    padding: 18px 20px;
    border-radius: 6px;
    border: none;
    margin-bottom: 10px;
}

.sign-up-free-form .form-control:hover {
    background: var(--fmh-cl);
    color: var(--wt-cl);
}

.sign-up-free-form .banner-btn {
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 10px;
}

.sign-up-free-form .banner-btn button {
    padding: 15px 15px;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: unset;
    font-weight: 500;
}

.form-girl-img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -240px;
}

.form-girl-img img {
    width: 74%;
    animation: top 5s infinite linear;
}

.contact-info {
    position: relative;
    z-index: 0;
}

.contact-info:before {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    bottom: 100px;
    background: white;
    width: 68%;
    height: 2px;
}

.customer-support {
    margin-top: 20px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}

.contact-info:before {
    height: 100%;
    width: 2px;
    left: 45%;
    top: 0px;
}
.customer-support h6 {
    color: var(--wt-cl);
    font-size: 15px;
    font-weight: 400;
}

.customer-support img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.customer-support a {
    color: var(--wt-cl);
    font-weight: 500;
    font-size: 12px;
}

@keyframes top {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-120px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* sign-up-form css end */

/* footer css start */

footer {
    background: var(--btn-cl);
    padding: 10px 0;
}

.copy-right p {
    color: var(--wt-cl);
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}

.copy-right p span {
    font-weight: 400;
}

.copy-right.text-end img {
    width: 40px;
    margin-left: 20px;
}

/* footer css end */
/*MOdel Form*/


.modal-open {
    padding-right: 0 !important;
}

.modal-content {
    border: 0 !important;
    background-color: transparent !important;
}

.modal-body {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    background-color: var(--dred-cl);
}

.btn-close-ctm {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(635%) hue-rotate(273deg) brightness(119%) contrast(100%);
}

.header-form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid rgb(234, 234, 234) !important;
    background-color: #fff;
    height: 50px;
    padding: 10px;
}

.header-form select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid rgb(234, 234, 234);
    background-color: #fff;
    height: 50px;
    padding: 10px;
    appearance: auto;
}

.header-form input:focus {
    background-color: transparent;
    border: 1px solid rgb(77, 78, 78);
    box-shadow: none;
}

.js-submit {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    background-color: #ffa70b;
    padding: 14px 60px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    transition: 0.5s ease-in-out;
}

.header-form textarea.form-control {
    height: unset !important;
}

.header-form .web-btn {
    font-size: 20px;
    font-weight: 600;
    margin: auto;
    width: 50%;
    margin-top: 10px;
    padding: 10px 0;
}

/*MOdel Form End*/


.copy-right ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.copy-right ul li a {
    color: var(--wt-cl);
    font-weight: 600;
    font-size: 16px;
}

.copy-right ul li.ml_10.mr_10.c_white {
    color: white;
}