@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}


a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}

/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}



img.pull-left,
.imgOverlay.pull-left {
    margin: 0 30px 20px 0;
}

img.pull-right {
    margin: 0 0 20px 30px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Quicksand", sans-serif;
    font-size: 45px;
    line-height: 50px;
    color: #393939;
    font-weight: 700;
    margin: 0 0 30px;
}

h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

input[type="text"],
input[type="password"],
select,
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    border: 1px solid #ececec;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 15px;
    border-radius: 6px;
    height: 50px;
}

textarea {
    padding: 10px;
    height: 167px;
}

input[type="submit"] {
    color: #fff;
    background-color: #33458d;
    height: 55px;
    padding: 0px 65px;
    font-size: 12px;
    line-height: 20px;
    border: 2px solid #33458d;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

input[type="submit"]:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-color: #fff;
    color: #33458d;
    border-color: #33458d;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 10px 20px 0;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*banner css start */
.main_slider {
    position: relative;
    padding: 15% 0 5%;
    background: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.main_slider .container {
    position: relative;
    z-index: 5;
}

.main_slider:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 680px;
    height: 100%;
    background: url(../images/girl.png) no-repeat;
    background-size: 100%;
    background-position: -38px bottom;
    z-index: 0;
}

.main_slider:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 110px;
    width: 241px;
    height: 100%;
    background: #FFB210;
    z-index: 0;
}



.banner_icon {
    width: 100%;
    position: relative;
}

.banner_icon a {
    position: absolute;
    top: 0px;
    right: 0%;
    width: 100%;
    max-width: 80px;
    animation: 3s ease-out 4s infinite alternate-reverse bounce-top
}

.banner_icon a.img_1 {
    right: inherit;
    left: 2%;
    top: -110px;
    animation: 5s ease-out 1s infinite alternate-reverse bounce-top;
}

.banner_icon a.img_2 {
    right: inherit;
    left: -5%;
    top: 70px;
    animation: 2s ease-out 1s infinite alternate-reverse bounce-top;
}

.banner_icon a.img_3 {
    right: inherit;
    left: -7%;
    top: 200px;
    animation: 3s ease-out 1s infinite alternate-reverse bounce-top;
}

.banner_icon a.img_4 {
    right: -15%;
    top: -100px;
    animation: 4s ease-out 1s infinite alternate-reverse bounce-top;
}




.banner_img {
    max-width: 996px;
    max-height: 760px;
    position: absolute;
    bottom: 0%;
    right: 13%;
}

span.blue_bg {
    background: #140545;
    padding: 4px 15px;
    color: #fff;
    display: table;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 40px;
    display: inline;
}

.banner_text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin: 3% 0 5%;
    width: 90%;
    color: #fff;
}

.blue {
    color: #FFB210;
}

.banner_btn .btn_blue {
    width: 310px;
}


.banner_img img {
    width: 100%;
    height: 100%;
}

/*book cover section*/


.book_sec {
    position: relative;
    padding: 5% 0;
    background: linear-gradient(to bottom, #ffe1a2 0%, #fffbf5 35%, #fffbf5 63%, #fff8f3 100%);


}

.book_sec h2 {
    color: #162668;
    font-weight: 700;
    margin: 0 0 30px;
}

.book_sec p {
    margin: 0 auto 8%;
    display: block;
    width: 98%;
}

.slick-active,
.slick-slide {
    opacity: 1;
}

/*helping sec start*/

.helping_sec {
    position: relative;
    padding: 5% 0;
}

.helping_sec .container {
    position: relative;
}

.helping_sec:after {
    position: absolute;
    content: '';
    top: 2%;
    right: 0;
    width: 90px;
    height: 330px;
    background: url(../images/circ.png) no-repeat;
    background-size: 110%;
}

.helping_sec:before {
    position: absolute;
    content: '';
    bottom: -11%;
    left: 0;
    width: 120px;
    height: 460px;
    background: url(../images/circ2.png) no-repeat;
    background-size: 60%;
}

.help_text h2 {
    color: #162668;
}

.btn_yellow {
    width: 163px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFB210;
    border-radius: 50px;
    gap: 14px;
    color: #000;
    font-size: 13px;
    padding: 0 5px 0 15px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.btn_yellow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.05));
    opacity: 0;
    transition: opacity 0.35s ease;
}

.btn_yellow:hover::before {
    opacity: 1;
}

.btn_yellow:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 178, 16, 0.45);
}

.btn_yellow i {
    background: linear-gradient(to bottom, #3b5c6e 0%, #060f14 100%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    transition:
        transform 0.45s ease,
        background 0.45s ease;
}

.btn_yellow:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 178, 16, 0.45);
}

.btn_yellow:hover i {
    transform: rotate(360deg);
    background: linear-gradient(to right, #060f14 0%, #3b5c6e 100%);
}

.btn_yellow.pourple {
    background: #140545;
    color: #fff;
}

.btn_yellow.pourple i {
    background: #ffb210;

    color: #fff;
}

.banner_btn {
    display: flex;
    gap: 20px;
}

.banner_btn.common_btn {
    margin: 5% 0 0;
}


.lines:after {
    position: absolute;
    content: '';
    top: 7%;
    left: 2%;
    width: 60px;
    height: 340px;
    background: url(../images/lines.png) no-repeat;
    animation: 3s ease-out 4s infinite alternate-reverse bounce-top;

}

@keyframes bounce-top {

    0%,
    100% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(-20px)
    }
}


.hel_img img {
    width: 90%;
    margin: 0 auto;
}


/*figure_sec css start*/

.figure_sec {
    position: relative;
    padding: 1% 0;
    background: #130445;
}



.figure_head.text-center {
    padding: 5% 0 0;
}

.figure_head h2 {
    color: #fff;
}

.figure_head p {
    color: #fff;
    width: 90%;
    margin: 0 auto;
}


.figure_sec:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 220px;
    height: 310px;
    background: url(../images/rightkona.png) no-repeat;
    background-size: 100%;
}

.figure_sec:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 240px;
    height: 240px;
    background: url(../images/leftkona.png) no-repeat;
    background-size: 60%;
}




#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 5%;
    width: 100%;
}

#counter .item {
    padding: 15px 10px;
    margin: 0 30px;
    text-align: center;
    border-radius: 20px;
    position: relative;
}

#counter .item:after {
    position: absolute;
    content: '';
    right: -60px;
    top: 30%;
    width: 2px;
    height: 92px;
    background: #f7ac0d;
    border-radius: 10px;
}

#counter .item:last-child:after {
    display: none;
}






#counter .item .count {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h3 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 23px;
    margin: 0;
}



/*professniol sec css start */

.professniol_sec {
    padding: 5% 0;
    position: relative;
}

.professniol_sec h2 {
    color: #162668;
    width: 65%;
    margin: 0 auto 30px;
    text-align: center;
}

.prof_box {
    text-align: center;
}

.prof_box.pur .img_box {
    width: 105px;
    height: 105px;
    background: #130445;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: -110px auto 0;
    border: 2px solid #F7941D;
}


.prof_box h4 {
    font-size: 35px;
    line-height: 40px;
    color: #130445;
    font-weight: 600;
    margin: 10px 0 5px;
}


.prof_box h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 27px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    margin: 0px 0 10px;
    text-transform: capitalize;
}

.prof_box p {
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    width: 85%;
    margin: 0 auto 10px;
}

.prof_box .hr {
    background-color: #130445;
    border: 0;
    opacity: 1;
    height: 2px;
    width: 220px;
    display: table;
    margin: 10px auto 20px;
}

.prof_box {
    text-align: center;
    height: 344px;
    border: 1px solid #130445;
    border-radius: 20px;
    position: relative;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}



.prof_box:hover {
    box-shadow: 0px 0px 10px #130445;
}

.prof_box a:hover {
    background: #f7941d;
    color: #fff;
}

.prof_box a {
    width: 198px;
    height: 51px;
    color: #000;
    margin: 0 auto;
    border: 1px solid #130445;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
}


.professniol_sec .slick-list {
    position: relative;
    display: block;
    overflow: inherit;
    margin: 0;
    padding: 0;
}

.professniol_sec .slick-slide img {
    width: auto;
}



.prof_box.pur.yel .img_box {
    background: #F7941D;

    border: 2px solid #130445;
}


.yellow_patch {
    position: relative;
}

.yellow_patch:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 100px;
    box-shadow: 0px 0px 100px #ffb210bd;
    border-radius: 110px;
    bottom: -120px;
    right: -190px;
    background: #ffe3a98f;
}

.row.rev {
    padding: 10% 0 0;
}



.professniol_sec .yellow_patch:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 100px;
    box-shadow: 0px 0px 100px #ffb210bd;
    border-radius: 110px;
    bottom: -160px;
    right: -30px;
    background: #ffe3a98f;
}

.professniol_sec .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #f7941d;
    border-radius: 50px;
}


.professniol_sec .slick-dots li.slick-active button {
    background: #130445;
}

.professniol_sec .slick-dots li button:before {

    display: none;
}

.professniol_sec .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.professniol_sec .slick-dots {
    bottom: -75px;
}

.hr_row {
    position: relative;
}

.hr_row:after {
    position: absolute;
    content: '';
    top: 30px;
    right: 0px;
    width: 219px;
    height: 55px;
    background: url(../images/hline.png) no-repeat;
    /* animation: 3s ease-out 4s infinite alternate-reverse bounce-top; */
}

/*amazon sec start*/
.amazon_sec {
    padding: 8% 0;
    position: relative;
    background: #130445;
    overflow: hidden;
}


.amazon_sec .offset-1 {
    margin-left: 4.333333%;
}

.amazon_sec .container-fluid {
    z-index: 5;
    position: relative;
}

.amazon_sec:after {
    /*clip-path: polygon(100% 0, 0 0, 100% 19%);*/
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    width: 900px;
    height: 88px;
    background: url(../images/righttop.png) no-repeat;
    z-index: 5;
}

.amazon_sec:before {
    /*clip-path: polygon(100% 100%, 0 100%, 0 84%);*/
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 580px;
    height: 178px;
    background: url(../images/leftbot.png) no-repeat;
    z-index: 5;
}

.amazon_text h2 {
    font-size: 38px;
    line-height: 43px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 30px;
}

.amazon_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.ama_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ama_btn .call_btn i {
    width: 47px;
    height: 47px;
    border: 1px solid #ffb210;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #ffb210;
    background: transparent;
}

.ama_btn .call_btn small {
    font-size: 13px;
    color: #ffb210;
    font-weight: 300;
}

.ama_btn .ino {
    font-size: 14px;
    color: #fff;
}



.amzon_box {
    background: #fff;
    width: 480px;
    height: 350px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    gap: 0px;
    position: relative;
    overflow: hidden;
}

.amzon_box:after {
    position: absolute;
    content: '';
    top: -35px;
    right: -35px;
    width: 110px;
    height: 110px;
    background: #f7ac0d;
    z-index: 5;
    border-radius: 100px;
}

.user_div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user_div h4 {
    font-size: 22px;
    line-height: 29px;
    color: #000;
    font-weight: 700;
    margin: 0 0 4px;
}


.amzon_text {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.amzon_box p {
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #000;
    margin: 0;
}

.amazon_sec .slick-slide img {
    width: auto;
}

.ama_img h5 {
    display: flex;
    gap: 7px;
}


.amazon_slider .slick-prev {
    left: inherit;
    right: 60px;
}

.amazon_slider .slick-next {
    right: 10px;
}

.amazon_slider .slick-prev,
.amazon_slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    bottom: -70px;
    z-index: 5;
}

.amazon_slider .slick-prev:before,
.amazon_slider .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #130445;
    background: #f7ac0d;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amazon_slider .slick-prev:before {
    content: "\f060";
    /* arrow-left */
}

.amazon_slider .slick-next:before {
    content: "\f061";
    /* arrow-right */
}

/*first time author */

.fist_time_sec {
    padding: 5% 0;
    position: relative;
    overflow: hidden;
}

.fist_time_sec .container {
    position: relative;
    z-index: 5;
}

.fist_time_sec:after {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    box-shadow: 0px 0px 470px #ffb210;
    border-radius: 100%;
    bottom: 4%;
    left: -140px;
    background: #ffe09ee0;
    z-index: -1;
}

.fist_time_sec:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    box-shadow: 0px 0px 470px #ffb210;
    border-radius: 100%;
    top: 24%;
    right: -180px;
    background: #ffe8b7;
    z-index: -1;
}

.fist_time_text {
    margin: 0 0 6%;
}


.fist_time_text h2 {
    color: #130445;
    font-weight: 700;
    margin: 0 0 30px;
}




.author_book {
    display: flex;
    gap: 90px;
}


.author_book a img {
    box-shadow: 10px 10px 10px #00000052;
}

.author_book.dual {
    gap: 90px;
    margin-top: -20%;
    margin-left: -8%;
}

.author_book.dual a img {
    width: 90%;
}

.fist_time_sec .lines:after {
    position: absolute;
    content: '';
    top: 12%;
    left: inherit;
    right: 3%;
    width: 60px;
    height: 340px;
    background: url(../images/lines.png) no-repeat;
    animation: 3s ease-out 4s infinite alternate-reverse bounce-top;
    z-index: 5;
}



/*best seller sec start */

.best_selling {
    padding: 4% 0;
    background: #130445;
    position: relative;
}

.best_selling .container {
    position: relative;
    z-index: 5;
}

.best_selling:after {
    position: absolute;
    content: '';
    top: 7%;
    left: 0px;
    width: 760px;
    height: 440px;
    background: url(../images/circbook.png) no-repeat;
    z-index: 9;
    bottom: 0;
    background-size: 80%;
}



section {
    overflow: hidden;
}



/*Transparent_sec css satrt*/


.Transparent_sec {
    padding: 5% 0;
    position: relative;
}

.Transparent_sec .hr_row:after {
    position: absolute;
    content: '';
    top: 30px;
    left: -10px;
    width: 219px;
    height: 55px;
    background: url(../images/hline.png) no-repeat;
    right: inherit;
    transform: rotate(180deg);
}

/* .Transparent_sec .container {
    position: relative;
    z-index: 5;
} */

.Transparent_sec:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    box-shadow: 0px 0px 470px #ffb210;
    border-radius: 100%;
    top: 24%;
    right: -290px;
    background: #ffe8b7;
    z-index: -1;
}

.Transparent_sec:after {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    box-shadow: 0px 0px 470px #ffb210;
    border-radius: 100%;
    bottom: 4%;
    left: -290px;
    background: #ffe09ee0;
    z-index: -1;
}

.Trans_head {
    margin: 0 0 15%;
}



.Trans_head h2 {
    color: #130445;
}

.trans_box {
    width: 100%;
    height: 335px;
    background: #140546;
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}

.trans_box span {
    background: radial-gradient(ellipse at center, #ffb210 0%, #edd8ac 100%);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: -70px;
}

.trans_box p {
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
}

.trans_box h4 {
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 13px;
}



/*right choice sec start*/
.right_choice_sec {
    position: relative;
    padding: 5% 0;
    background: #140546;
}

.right_choice_sec .container {
    position: relative;
    z-index: 5;
}


.right_choice_sec:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 80px;
    height: 340px;
    background: url(../images/rightcirc.png) no-repeat;
    background-size: 110%;
}

.right_choice_sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80px;
    height: 330px;
    background: url(../images/leftcirc.png) no-repeat;
    background-size: 100%;
}

.tekon_box {
    background: #fff;
    width: 100%;
    height: 385px;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    text-align: center;
    padding: 0 20px;
    margin: 0 0 10%;
}

span.tekon {
    display: flex;
    height: 105px;
    width: 100%;
    background: #13044536;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

span.tekon a {
    display: flex;
    height: 100px;
    width: 100px;
    background: url(../images/tekon.png) no-repeat;
    background-size: 88%;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    background-position: center;
}

.tekon_box h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 0px;
}

.tekon_box p {
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
}

.tekon_box .hr {
    background-color: #F8AC0D;
    border: 0;
    opacity: 1;
    height: 4px;
    width: 95px;
    display: table;
    margin: 0px auto 0px;
    border-radius: 9px;
}

.tekon_bg {
    position: relative;
    z-index: 5;
}


.tekon_bg:after {
    position: absolute;
    background: url(../images/tekon_bg.png) no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 650px;
    height: 740px;
    animation: 3s ease-out 4s infinite alternate-reverse bounce-top;
    z-index: -1;
}

.position {
    position: relative;
}

.sign2 {
    position: absolute;
    right: -110px;
    animation: 3s ease-out 4s infinite alternate-reverse bounce-top;
    bottom: -70px;
}


/*testimoinal sec css start*/

.testimonial_sec {
    position: relative;
    padding: 5% 0;
}


.testimonial_sec:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    box-shadow: 0px 0px 470px #ffb210;
    border-radius: 100%;
    top: 0%;
    right: -290px;
    background: #ffe8b7;
    z-index: -1;
}

.testimonial_sec::after {
    position: absolute;
    content: '';
    width: 320px;
    height: 320px;
    box-shadow: 0px 0px 470px #ffb210;
    border-radius: 100%;
    top: 0%;
    left: -290px;
    background: #ffe09ee0;
    z-index: -1;
}

.testi_box {
    background: #fff;
    box-shadow: 0px 0px 20px #00000026;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
    height: 250px;
    width: 100%;
    position: relative;
    padding: 0 20px;
    margin: 40px 0 20px;
}

.testi_box.gal {
    margin: 28% 0 5%;
}

.testi_box p {
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
    color: #000;
    margin: 30px 0 10px;
    overflow: auto;
    height: 100px;
}

.testi_box p::-webkit-scrollbar {
    width: 6px;
}

.testi_box p::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.testi_box p::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #FFB210, #d89600);
    border-radius: 10px;
}

.testi_box p::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #d89600, #b87800);
}

.testi_box h3 {
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 0px;
}

.name_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.star_div a {
    color: #F6B81A;
    font-size: 14px;
}

.testi_box img {
    position: absolute;
    top: -40px;
    width: 100px;
    left: 20px;
}



/*.professniol_sec .yellow_patch:after{
  position:absolute;
  content: '';
  width: 110px;
  height: 100px;
  box-shadow: 0px 0px 100px #ffb210bd;
  border-radius: 110px;
  bottom: -160px;
  right: -30px;
  background: #ffe3a98f;
 }
*/
.testislide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #f7941d;
    border-radius: 50px;
}


.testislide .slick-dots li.slick-active button {
    background: #130445;
}

.testislide .slick-dots li button:before {

    display: none;
}

.testislide .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.testislide .slick-dots {
    bottom: -75px;
}



/*faq sec css start */

.faq_sec {
    position: relative;
    padding: 5% 0;
    background: linear-gradient(to top, #ffe1a261 0%, #fffbf500 35%, #fffbf500 63%, #fff8f300 100%);
}

.faq_sec h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #140546;
}


.faq_main .accordion-button:not(.collapsed) {
    color: #333333;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    border: 0;
}

.faq_main .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    background-color: #F3E6CB;
    border: 0;
    border-radius: 10px;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    padding: 10px 35px 10px 21px;
    border: 0px solid #eaeaea;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin: 0 0 20px;
    line-height: 28px;
}



.faq_main .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125);
    margin: 0 0 0%;
    border: 0;
}

.faq_main .accordion-button:not(.collapsed) .accordion-item {

    border-top: 0;
}

.faq_main button:focus:not(:focus-visible) {
    outline: none;
}

.faq_main .accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: inherit;
}

.faq_main button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
    border-top: 0px solid #ccc;
}

.faq_main .accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform 0.2s ease-in-out;
    margin-right: -20px;
}

.faq_main .accordion-button::after {
    background-image: url(../images/arr.png);
    transition: all 0.5s;
}

.faq_main .accordion-button:not(.collapsed)::after {
    background-image: url(../images/arr.png);
    transform: rotate(-90deg);
}

.faq_main .accordion-button::after {
    transition: all 0.5s;
}

h2.accordion-header {
    margin: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}

/*contact sec start*/
.contact_sec {
    padding: 5% 0;
    background: #130445;
    position: relative;
}

.contact_sec .container {
    position: relative;
    z-index: 5;
}

.contact_sec:after {
    position: absolute;
    content: '';
    top: 30px;
    right: 0;
    width: 248px;
    height: 232px;
    background: url(../images/conimg.png) no-repeat;
    background-size: 100%;
    z-index: 8;
}

.main_form .btn_yellow {
    border: 0;
    outline: noen
}

.contact_sec h2 {
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 30px;
}

.main_form {
    background: #42366A;
    padding: 20px 20px;
    border-radius: 20px;
}

.custom-radio {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.custom-radio input {
    display: none;
}

/* Outer circle */
.radio-mark {
    width: 18px;
    height: 18px;
    border: 2px solid #FFB210;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
}

/* Inner dot */
.radio-mark::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFB210;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.25s ease;
}

/* Checked state */
.custom-radio input:checked+.radio-mark::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Hover effect */
.custom-radio:hover .radio-mark {
    border-color: #d89600;
}


.custom-radio a {
    color: #F8AC0D;
}


label.custom-radio {
    margin: 20px 0 0;
}

.con_img {
    animation: 3s ease-out 4s infinite alternate-reverse bounce-top;
}


.email_div {
    display: flex;
    flex-direction: column;
    margin: 0 0 3% 0%;
}

.email_div a {
    width: 294px;
    height: 49px;
    background: #f8ac0d85;
    border-radius: 40px;
    align-items: center;
    padding: 0 0px 0 6px;
    color: #fff;
    margin: 0 0 20px;
    display: none;
}

.email_div a i {
    background: #130445;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    transition: transform 0.45s ease,
        background 0.45s ease;
}


.email_div a:hover i {
    transform: rotate(360deg);
}

.email_div a:last-child {
    margin: 0 0 0 39%;
}



/*foooter css start*/
footer {
    padding: 10% 0 0;
    position: relative;
}

footer .container {
    position: relative;
    z-index: 5;
}


footer:after {

    position: absolute;

    content: '';

    top: 0px;

    left: 0;

    width: 100%;

    height: 120px;

    background: url(../images/footbg.png) no-repeat;

    background-size: cover;

    z-index: 8;
}

.social_icon {
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.social_icon a i {
    font-size: 18px;
    color: #ffb210;
    border-radius: 40px;
    border: 1px solid #ffb210;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.45s ease,
        background 0.45s ease;
}

.social_icon a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.social_icon a:hover i {
    transform: rotate(360deg);
}


.foot_links h5,
.h5head {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
}

.foot_links ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 0 0 5px;
    line-height: 15px;
    padding: 0 0 10px;
}

.foot_links ul li a:hover {
    color: #F7941D
}


.foot_links ul {
    column-count: 3;
    gap: 30px;
    list-style: disc;
    padding: 0 0 0 20px;
}

.foot_links.secnd ul {
    column-count: 2;
    gap: 30px;
}


.right_foot {
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
    padding: 2% 0 0;
    margin: 0 0 2%;
}






.foot_bot {
    display: flex;
    justify-content: space-between;
}

.foot_bot a i {
    font-size: 18px;
    color: #ffb210;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.45s ease,
        background 0.45s ease;
}

.foot_bot a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #000;
}

.foot_bot a:hover i {
    transform: rotate(360deg);
}





.fottp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}

.fottp p {
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #000;
    text-align: end;
    width: 60%;
    /* position: absolute; */
    right: 0;
    top: -72px;
    /* float: right; */

}


.copy_right_sec {
    background: #130445;
    height: 42px;
    margin: 5% 0 0;
}

.copy_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
}

.copy_right p {
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
    margin: 0;
}

.term_div {
    display: flex;
    gap: 10px;
}

.term_div a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 0;
}

.term_div a:first-child {
    border-right: 1px solid #fff;
    padding: 0 10px 0 0;
}

.term_div a:hover {
    color: #F7941D;
}

.mf {
    background: #f8ac0d14;
}

/*.row.cs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}*/

a.btn_yellow.pourple i {
    position: relative;
    right: -10px;
}


/*inner pages css satrt*/


/*contact us page*/

.inner_banner {
    background: url(../images/inner_banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 0;
    position: relative;
}


.inner_banner h1 {
    font-size: 46px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 17px;
    text-transform: capitalize;
}


.inner_page_common .hel_img img {
    border-radius: 100px 0px 100px 0px;
}


ul.listing {
    list-style: disc;
    padding: 0 0 0 20px;
}

.listing li {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding: 0 0 5px;
    position: relative;
}

.listing li:after {
    position: absolute;
    content: '';
    top: 8px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #000;
}




.inner_authorVideo video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    border-radius: 20px;
}


.inner_authorVideo {
    width: 100%;
    height: 400px;
}

.subheading {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
    display: block;
}



.inner_banner .listing li {
    color: #f7f7f7;
}

.inner_banner .listing li:after {
    background: #fff;
}















.inner_page_common .helping_sec .row {
    padding: 0 0 10% 0;
}


.fiction_sec {
    padding: 5% 0 6%;
}


.slider_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0;
}

.slider_btn span {
    background: linear-gradient(to bottom, #3b5c6e 0%, #060f14 100%);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    transition: transform 0.45s ease,
        background 0.45s ease;
}

.slider_btn h4 {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    line-height: 29px;
    color: #393939;
    font-weight: 600;
    margin: 0 0 13px;
}


.banner_formHead {
    font-size: 29px;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    text-align: center;
    width: 300px;
    margin: 10px auto;
    font-weight: 600;
}

.banner_formBox {
    padding: 40px 30px;
    width: 85%;
    margin: 20px auto 0;
    background: #F3F7FA;
    border-radius: 30px;
    border-top: 5px solid #ffb210;
    position: relative;
    box-shadow: 0 0 15px 1px #0004;
    /* animation: movement 3s linear infinite; */
    background: #42366A;
}

.input_feild button {
    outline: none;
    border: 0;
}

.banner_formBox:before {
    position: absolute;
    width: 430px;
    height: 430px;
    content: '';
    background: var(--c2);
    border-radius: 100%;
    z-index: -1;
    top: 50%;
    transform: translatey(-50%);
    right: -90px;
    animation: newSpin 3s linear infinite;
}

.banner_formBox:after {
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
    background: var(--c1);
    right: -100px;
    top: 50px;
    border-radius: 100%;
    animation: spin 3s linear infinite;
}

@keyframes newSpin {
    0% {
        transform: translatey(-50%) rotate(0);
    }

    100% {
        transform: translatey(-50%) rotate(360deg);
    }
}

.banner_btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

@keyframes movement {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -10px;
    }

    50% {
        margin-top: 0px;
    }

    75% {
        margin-top: -10px;
    }

    100% {
        margin-top: 0px;
    }
}


.trans_box img {
    width: 70px;
}

.Transparent_sec .trans_box.bott {
    margin: 15% 0 0;
}



/* popup form css start */

.form_close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    top: 9px;
    right: 8px;
    z-index: 999;
    background: #ffb210;
    border-radius: 12px;
}

.popup_form {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #59362982;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    backdrop-filter: blur(24px);
    overflow: hidden;
}

.popup_form .form_arrow {
    display: none;
}

.popup_form.active {
    display: flex;
}

.popup_form .form_close {
    display: flex;
}

.form_close:hover {
    background: transparent;
    box-shadow: 0px 0px 10px 0px #ffb210;
    color: #ffb210;
}

.popup_form .chat_form {
    width: 30%;
}

.popup_form .main_ban_form {
    width: 52%;
    margin: 0 auto;
}

.contact_form_main {
    width: 30%;
}

.contact_form_main h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 20px;
}

.contact_form_main .main_form {
    padding: 30px 30px;
}

.contact_form_main  .form-group :is(input, textarea) {
    padding: 9px 12px;
    height: auto;
}

/* popup form css end */

.inner_cont h3 {
    font-size: 71px;
    color: #fff;
}
.thankyou {
    margin: 0;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thankyou_btn {text-align: -webkit-center;margin-top: 60px;}

.thankyou_btn a {
    width: 32%;
    font-weight: 500;
    padding-left: 30px;
}
.professniol_sec-title {
    padding-bottom: 90px;
}

.professniol_sec-title p {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.professniol-sec-tag-line {
    padding-top: 70px;
    text-align: center;
}

/*Extra */

.fottp img {
    width: 30%;
}
section.privacy {
    padding: 100px 0px;
}

.policy_content h4 {
    font-size: 40px;
    font-weight: 800;
    padding: 10px 0px;
    color: #FFB210;
}
.amzon_text img {
    display: none;
}
.policy_content ul li {
    font-weight: 600;
    color: #000;
}
.logo a img {
    width: 70%;
}