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

/***** General CSS *****/

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

a {
    text-decoration: none;
    color: #FB8C00;
    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;
    line-height: 1.2;
}


/***** 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;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 11px 25px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #1C3232;
    position: relative;
    font-size: 18px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0;
    background-color: #fb8c00;
    z-index: -1;
    transition: all 950ms;
}

.theme_btn:hover {
    color: #fff;
    border-color: #fb8c00;
}

.theme_btn:hover::before {
    width: 100%;
}



.theme_btn1 {
    padding: 12px 25px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #FB8C00;
    position: relative;
    font-size: 18px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0;
    background-color: #1C3232;
    z-index: -1;
    transition: all 950ms;
}

.theme_btn1:hover {
    color: #fff;
}

.theme_btn1:hover::before {
    width: 100%;
}

.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: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #2d5252 url(../images/arrow.webp) no-repeat right;
    /* padding: 0 40px 0 30px; */
}

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

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

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

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

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



header {
    padding: 30px 0 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}


.head_btn {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.main_banner {
    position: relative;
    z-index: 0;
    padding: 200px 0 160px 0;
}

img.banner_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.mini {
    color: #FB8C00;
    font-size: 24px;
    margin: 0 0 5px 0;
}

.head {
    font-size: 47px;
    font-weight: 600;
    color: #1C3232;
    line-height: 55px;
}

.word {
    color: #FB8C00;
}

.bann_txt h1 {
    color: #fff;
}


.para {
    color: #6C6C6C;
    font-size: 17px;
    font-weight: 400;
    line-height: 160%;
}

.btns {
    display: flex;
    gap: 20px;
    margin: 30px 0 0 0;
}


.bann_txt img {
    margin: 0 0 10px 0;
    animation: bounceIn 3s ease-out infinite;
}

.form_banner {
    padding: 40px 30px;
    background: #1D3939;
    border: 1px solid #559898;
    border-radius: 30px;
}

.form_banner h5 {
    color: #FB8C00;
    font-size: 20px;
    margin: 0 0 5px 0;
}

.form_banner h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}


.form_banner .grp input {
    background: #2D5252;
    border: 0;
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
    height: 50px;
    color: #fff;
}

.form_banner .grp {
    margin: 0 0 15px 0;
}

.form_banner .grp textarea {
    background: #2D5252;
    border: 0;
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
    resize: none;
    height: 100px;
    color: #fff;
}

.form_banner .grp input::placeholder {
    color: #fff;
}

.form_banner .grp textarea::placeholder {
    color: #fff;
}

.form_banner .grp button {
    width: 100%;
}


.bann_txt p {
    color: #fff;
}


.sec_fold {
    padding: 80px 0 0 0;
    background: #E5E5E5;
    margin: 0;
}


.sec_fold_wrp {
    padding: 0 250px 0 0;
}


.top_bg {
    background: #e5e5e5;
}


.our_approach_Sec {
    padding: 80px 0;
}

.out_txt {
    text-align: center;
    padding: 0 10px;
    margin: 0 0 100px 0;
}

.approach_bx {
    box-shadow: 0 10px 25px 16px rgb(0 0 0 / 9%), 0 4px 10px rgb(0 0 0 / 0%);
    border-radius: 20px;
    padding: 30px 40px 50px 40px;
    transition: all 900ms;
}


.approach_bx img {
    margin: -90px 0 0 0;
}


.approach_bx h4 {
    font-size: 30px;
    color: #FB8C00;
}


.approach_bx h6 {
    font-size: 30px;
    color: #FB8C00;
}



.approach_bx p {
    font-size: 18px;
    color: #6C6C6C;
    margin: 0;
    height: 140px;
    font-weight: 400;
    line-height: 160%;
}

.approach_bx:hover {
    transform: translate3d(0px, -5px, 0px);
}


.our_approach_Sec .btns {
    justify-content: center;
    margin: 60px 0 0 0;
}

.personlized_Sec {
    padding: 80px 0;
    position: relative;
}


.vise_versa {
    padding: 60px 0;
}


.cta_Sec {
    padding: 60px 0 0 0;
    margin: 0 0 -150px 0;
}

.cta_bg {
    background: #FB8C00;
    padding: 70px 50px 0px 150px;
    border-radius: 30px;
    margin: 0 130px;
}


.cta_inner h2 {
    color: #fff;
    padding: 0 400px 0 0;
}

.cta_inner p {
    color: #fff;
    padding: 0 300px 0 0;
}

.cta_Sec .btns .theme_btn {
    border: 0;
}

.cta_Sec .btns .theme_btn1 {
    border: 1px solid #fff;
}


.cta_bg img {
    margin: -180px 0 0 0;
}


.servi_sec {
    padding: 300px 0 80px 0;
    background: url(../images/services_bg.webp);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 60px 60px;
}


.servi_txt {
    text-align: center;
    margin: 0 0 100px 0;
}

.servi_box {
    padding: 40px 50px;
    background: #fff;
    border-radius: 20px;
}

.servi_box h4 {
    color: #FB8C00;
    font-size: 30px;
}

.servi_box p {
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    height: 200px;
}


.servi_sec .slick-active {
    opacity: 1;
}


.servi_sec .slick-dots {
    bottom: -60px;
}


.servi_sec .slick-dots li {
    margin: 0;
}

.servi_sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fb8c00;
}

.servi_sec .slick-dots li button:before {
    font-size: 30px;
}

.servi_sec .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #FB8C00;
}


.testi_Sec {
    padding: 80px 0 50px 0;
}

.testi_Sec .testi_txt {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 300px;
}


.testi_box {
    box-shadow: 0 10px 25px 10px rgb(0 0 0 / 9%), 0 4px 10px rgb(0 0 0 / 0%);
    border-radius: 20px;
    padding: 30px 30px;
    transition: all 900ms;
    height: 380px;
    margin: 50px 0;
}

.testi_box .d-flex {
    gap: 20px;
    align-items: center;
    margin: 0 0 20px 0;
}

.testi_box .d-flex .right_db h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.testi_box h5 {
    font-size: 20px;
    color: #6C6C6C;
    font-weight: 500;
}

.testi_box p {
    font-size: 17px;
    color: #6C6C6C;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}


.testi_Sec .slick-active {
    opacity: 1;
}


.testi_Sec .slick-dots {
    bottom: -20px;
}


.testi_Sec .slick-dots li {
    margin: 0;
}

.testi_Sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fb8c00;
}

.testi_Sec .slick-dots li button:before {
    font-size: 30px;
}

.testi_Sec .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #FB8C00;
}


.bottom_form_Sec {
    padding: 80px 0;
}

.bottom_form_Sec .form_detail {}

.bottom_form_Sec .form_detail ul {
    margin: 20px 0 0 0;
}

.bottom_form_Sec .form_detail ul li {
    display: inline-block;
    width: 49%;
    color: #6C6C6C;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    padding: 0 0 6px 25px;
    position: relative;
}

.bottom_form_Sec .form_detail ul li:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #6C6C6C;
    left: 0;
    top: 15px;
    border-radius: 50px;
}

.form_banner .grp select {
    /* background: #2D5252; */
    border: 0;
    width: 100%;
    padding: 0 0px 0 10px;
    border-radius: 10px;
    height: 50px;
    color: #fff;
    background: #2d5252 url(../images/arrow.webp) no-repeat right 10px center;
}


.bottom_form_Sec .form_banner {
    margin: 0 0 0 50px;
}


.get_in_Sec {
    padding: 80px 0 300px 0;
    background: #1C3232;
}

.get_in_Sec .get_in_txt {
    padding: 0 270px 0 0;
}

.get_in_Sec .get_in_txt h2 {
    color: #fff;
}

.get_in_Sec .get_in_txt p {
    color: #fff;
}


.girl_bg_Sec {
    background: #FB8C00;
    height: 737px;
    border-radius: 30px;
}

.girl_bg_Sec .girl_txt {
    padding: 50px 0 50px 60px;
}

.girl_img img {
    width: 100%;
    margin: -54px 0 0 0;
}


.girl_img {
    position: relative;
}

.girl_Sec {
    margin: -180px 0 0 0;
}


.girl_txt h2 {
    color: #fff;
}

.girl_txt p {
    color: #fff;
}

.girl_txt ul li {
    color: #fff;
    font-size: 16px;
    padding: 0 0 5px 20px;
    margin: 0;
    position: relative;
}

.girl_txt ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    background: #fff;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}


.girl_txt .btns .theme_btn {
    border-color: #1c3232;
}

.girl_txt .btns .theme_btn1 {
    border: 1px solid #fff;
}


.faq_Sec {
    padding: 80px 0;
}


.faq_Sec .accordion-flush .accordion-item {
    margin: 0 0 20px 0;
}


.faq_Sec .accordion-flush .accordion-item .accordion-button {
    background: #E8E8E8;
    border-radius: 10px;
    padding: 25px 20px;
}


.faq_Sec .accordion-flush .accordion-item .accordion-button h6 {
    margin: 0;
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
}


.faq_Sec .accordion-flush .accordion-item {
    border: 0;
    background: #e8e8e8;
    border-radius: 10px;
}

.faq_Sec .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.faq_Sec .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.faq_Sec .accordion-button::after {
    background-image: url("../images/plus.webp");
    width: 15px;
    height: 15px;
    background-size: contain;
}

.faq_Sec .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.webp");
    height: 2px;
}


footer {
    padding: 80px 0 20px 0;
    background: #E6E6E6;
}

.footer_end p {
    margin: 0;
    color: #2A2A2A;
    font-size: 15px;
}

.footer_end {
    padding: 40px 0 0 0;
}

.footer_txt p {
    color: #1C3232;
}

.smm_links a {}

.smm_links {
    display: flex;
    gap: 20px;
    margin: 20px 0 0 0;
}

.logo_footer img {
    margin: 0 0 30px 0;
}

footer ul {
    margin: 0;
}

footer ul li {
    padding: 0 0 30px 0;
}

footer ul li a {
    font-size: 20px;
    color: #1C3232;
    display: flex;
    align-items: center;
    font-weight: 500;
}

footer ul li a img {
    margin: 0 20px 0 0;
}


.footer_txt {
    padding: 0 110px 0 0;
}


/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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


/*Process Sec css start*/


.process_Sec {
    padding: 100px 0;
    background: #1C3232;
    border-radius: 0 0 100px 100px;
}


.process_txt {
    text-align: center;
    padding: 0 50px;
    margin: 0 0 80px 0;
}

.process_txt h2 {
    color: #fff;
}

.process_btn {
    text-align: center;
    position: relative;
}

.proces_detail h6 {
    font-size: 40px;
    color: #525959;
}

.proces_detail h5 {
    color: #FB8C00;
    font-size: 40px;
}

.proces_detail h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.proces_detail p {
    color: #fff;
}

.proces_detail .btns {
    margin: 50px 0 0 0;
}

.process_btn ul {
    display: inline-block;
    margin: 0;
}


.process_btn ul li {
    width: 200px;
    height: 220px;
    background: #284646;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    clip-path: polygon(50% 0%,
            100% 25%,
            100% 75%,
            50% 100%,
            0% 75%,
            0% 25%);
    transition: 0.3s ease-in;
}


.process_btn ul li h6 {
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #fff;
}
.process_btn ul.procss_left li:nth-child(2) {
    margin: -30px 0 0 -120px;
}

.process_btn ul.procss_left li:nth-child(3) {
    margin: -30px 0 0 0;
}
.process_btn ul li:hover {
    transition: 0.3s ease-in;
    cursor: pointer;
    transform: scale(0.9);
}
.process_btn ul.procss_right li:nth-child(1) {}

.process_btn ul.procss_right li:nth-child(2) {
    margin: -30px 0 0 0px;
    position: relative;
    right: -120px;
}

.process_btn ul.procss_right li:nth-child(3) {
    margin: -30px 0 0 0;
}


.process_btn ul.procss_left {
    margin: 0 12px 0 0;
}

.process_btn ul.procss_right {
    margin: 0 0 0 12px;
}



.process_btn img.center_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.proces_detail {
    padding: 0 30px 0 0;
}


.proces_detail .tabs {
    display: none;
}

.proces_detail .tabs.current {
    display: block;
}


.process_btn ul li.current {
    background: #FB8C00;
}



/*Process Sec css end*/


a.theme_btn i {
    animation: tada 1s linear infinite !important;
}



.sec_fold_wrp ul {
    margin: 0;
}

.sec_fold_wrp ul li {
    padding: 0 0 10px 0px;
    color: #6C6C6C;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}



.sec_fold_wrp ul li i {
    padding: 0 10px 0 0;
    color: #fb8c00;
}

/*marketing page css star*/



.marketing_pg .person_img img {
    width: 100%;
    position: unset;
}


.marketing_pg .cta_bg img {
    margin: -150px 0 0 217px;
}


.market_servi_bx {
    padding: 30px 40px;
    background: #fff;
    border-radius: 20px;
    margin: 0 0 30px 0;
}

.market_servi_bx .d-flex {
    gap: 20px;
    align-items: center;
    margin: 0 0 25px 0;
}

.market_servi_bx .d-flex h3 {
    margin: 0;
    line-height: 30px;
    color: #1C3232;
    font-size: 26px;
}


.market_servi_bx p {
    height: 135px;
    margin: 0;
}


.price_Sec {
    padding: 60px 0;
}

.price_Sec .price_txt {
    text-align: center;
    margin: 0 0 50px 0;
}

.price_Sec .price_bx {
    padding: 50px 35px;
    border: 1px solid #E6E6E6;
    border-radius: 30px;
    margin: 0 5px;
}

.price_bx h2 {
    background: #fb8c00;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 0 50px 50px 0px;
    margin: 0 0 0 -35px;
    width: 90%;
}


.price_bx ul li {
    font-size: 16px;
    color: #6C6C6C;
    margin: 0px 0 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.2;
    padding: 0 10px 0 0;
}

.price_bx ul {
    margin: 40px 0 40px 0;
    height: 250px;
    overflow-y: scroll;
}


.price_Sec .price_bx .btns {
    justify-content: space-between;
}


.price_Sec .price_bx.active {
    border: 1px solid #fb8c00;
    box-shadow: 0 10px 25px 16px rgb(0 0 0 / 9%), 0 4px 10px rgb(0 0 0 / 0%);
}


.listscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar-thumb {
    background-color: #fb8c00;
}


.price_bx.active h2 {
    background: #1C3232;
}


.marketing_pg .process_btn ul li .itm {
    padding: 0 10px;
}


.marketing_pg .bottom_form_Sec .form_detail ul li {
    font-size: 18px;
}

/*audioobook page css strt*/

.audio_pg .approach_bx p {
    height: 200px;
}

.audio_pg .cta_bg img {
    margin: -180px 0px 0 200px;
}

.audio_pg .girl_bg_Sec {
    height: 572px;
}

.audio_pg .girl_img img {
    width: 80%;
    margin: -62px 0 0 0;
}

.audio_pg .person_img img {
    width: 100%;
    position: unset;
}

/*popup form css start*/

/*Bouce close window*/
#ouibounce-modal h4:before {
    background: #ff851d;
    content: "";
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
}

.expertise-col a:hover {
    background: #de122e;
    border-color: #de122e;
    color: #fff;
}

#ouibounce-modal .modal-body a {
    padding-right: 62px;
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 10px;
}

.modal-footer a {
    cursor: pointer;
    border: #0c8a41 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    display: block;
    padding: 15px;
}

#ouibounce-modal .modal:before {
    content: "";
    background: url(../images/opt-shark.png) no-repeat left top;
    width: 187px;
    height: 273px;
    position: absolute;
    left: -27px;
    top: 18px;
    visibility: hidden;
}

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

#ouibounce-modal .modal:after {
    background: url('../images/sprite.png') no-repeat 0 0;
    width: 22px;
    height: 60px;
    content: "";
    position: absolute;
    z-index: 1;
    visibility: hidden;
    right: 0;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modal {
    width: 410px;
    height: 425px;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 24px;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 14px 24px 24px 20px;
    overflow: visible;
}

#ouibounce-modal .modal-body p {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 0;
}

#ouibounce-modal h4 {
    color: #000;
    font-size: 25px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    padding-left: 19px;
    margin-top: 13px;
    margin-bottom: 8px;
}

#ouibounce-modal .modal-body {
    font-size: 13px;
    padding: 7px 0 10px;
}

#ouibounce-modal h2+p {
    color: #344a5f
}

#ouibounce-modal form {}

#ouibounce-modal form input[type=text],
#ouibounce-modal form input[type=email],
#ouibounce-modal form textarea {
    padding: 12px 12px 12px 32px;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    background: #f4f4f4;
    margin: 0;
    color: #000;
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    padding: 12px;
    font-size: 22px;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    background-color: #ff851d;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    text-shadow: #000 0px 1px 1px;
    width: 49%;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#ouibounce-modal {
    display: none;
}

#ouibounce-modal .modal-footer {}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 98%;
    margin: 8px 3px;
    display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li input[type="tel"],
.popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}


.popupform ul li.first,
.popupform ul li:nth-child(4) {
    width: 98%;
}

.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: #FB8C00;
    color: #fff;
    font-size: 18px;
    border: #FB8C00 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    /* background: #ca2f35 !important; */
}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
    border: #FB8C00 1px solid !important;
}


.popupform {
    width: 850px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #FB8C00 5px solid;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #FB8C00 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: #FB8C00 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}


input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

#ouibounce-modal .modal-footer {
    position: absolute;
    top: -10px;
    right: -8px;
    border: 0px none;
}

div#btmsticky b {
    color: #fcb314;
    font-size: 24px;
}

div#btmsticky span {
    display: block;
    color: #fcb314;
    font-size: 29px;
}

div#btmsticky .content a {
    display: inline-block;
    /* width: 250px; */
    position: relative;
    top: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0px none;
    cursor: pointer;
    color: #000;
    padding: 18px 6px;
    font-size: 15px;
    margin: 0 0 0 19px;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #fcb314;
}

div#btmsticky h2 {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    width: 61%;
    color: #f5f5f5;
    margin: 13px 0 0 0;
}

.btm-sticky {
    position: fixed;
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    background: #2b2b2b;
    padding: 16px 0;
    border-top: #000 2px solid;
    z-index: 4;
}

.hide {
    opacity: 0;
    left: -100%;
}

.show {
    opacity: 1;
    left: 0;
}

/*popup form css start*/



/*children page css start*/



section.banner_children {
    position: relative;
    height: 155vh;
    padding: 140px 0 0px 0;
}

section.banner_children img.bann_iner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* display: none; */
}


.vertical_wrpr {
    text-align: center;
}


.vertical_wrpr h2 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    padding: 10px 130px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.vertical_wrpr h2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.vertical_wrpr h1 span {
    color: #5BBEBE;
}


.vertical_form form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 30px;
    background: #fb8c004d;
    border-radius: 20px;
    border: 1px solid #FB8C00;
    box-shadow: 0 10px 25px 10px rgb(254 230 199), 0 4px 10px rgb(0 0 0 / 0%);
    backdrop-filter: blur(30px);
}

.vertical_form form .grpp {
    width: 28%;
}

.vertical_form {
    margin: 30px 0 0 0;
}

.vertical_form form .grpp input,.vertical_form form .grpp textarea {
    width: 100%;
    padding: 10px 10px;
    height: 50px;
    border: 0;
    border-radius: 10px;
}
.vertical_form form .grpp textarea {
    margin: 0 0 8px 0;
}
.banner_children .vertical_form form .grpp:nth-child(4) {
    width: 28%;
    margin: 0 0px -6px 0;
}

.vertical_form form .grpp:nth-child(4) {
    width: 15%;
}


.child_sec_fold_txt {
    padding: 0 40px 0 0;
}

.child_sec_fold_img img {
    margin: 0 0 0 -50px;
    width: 100%;
}

.head span {
    color: #FB8C00;
}

.child_sec_fold_txt ul {
    margin: 20px 0;
}

.child_sec_fold_txt ul li {
    display: inline-block;
    width: 49%;
    color: #6C6C6C;
    font-size: 16px;
    padding: 0 0 10px 15px;
    position: relative;
}


section.child_sec_fold {
    margin: -220px 0 0 0;
    padding: 0 0 60px 0;
}


.child_sec_fold_txt ul li:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #6C6C6C;
    border-radius: 50px;
}



section.why_Choose_Chlidren {
    padding: 80px 0;
    position: relative;
}

.why_Choose_Chlidren .why_chose_txt {
    text-align: center;
    margin: 0 0 70px 0;
    padding: 0 80px;
}

.why_Choose_Chlidren img.why_Choose_1 {
    position: absolute;
    top: 100px;
    left: 200px;
    width: 8%;
    animation: bounceIn 3s ease-out infinite;
}

.why_Choose_Chlidren .why_box_choose {
    padding: 35px 40px;
    border-radius: 20px;
    transition: all 900ms;
}

.why_Choose_Chlidren .why_box_choose .d-flex {
    align-items: center;
    gap: 20px;
    margin: 0 0 20px 0;
}

.why_Choose_Chlidren .why_box_choose .d-flex h5 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
}

.why_Choose_Chlidren .why_box_choose p {
    margin: 0;
    height: 135px;
}


.why_Choose_Chlidren .row .col-md-4:nth-child(1) .why_box_choose {
    background: #FFE1BA;
}

.why_Choose_Chlidren .row .col-md-4:nth-child(2) .why_box_choose {
    background: #1C3232;
}

.why_Choose_Chlidren .row .col-md-4:nth-child(3) .why_box_choose {
    background: #E0FFFF;
}


.why_Choose_Chlidren img.why_Choose_2 {
    position: absolute;
    right: 180px;
    bottom: 20px;
    width: 10%;
    animation: tada 1s linear infinite !important;
}


.why_Choose_Chlidren .row .col-md-4:nth-child(1) .why_box_choose .d-flex h5 {
    color: #fb8c00;
}

.why_Choose_Chlidren .row .col-md-4:nth-child(2) .why_box_choose .d-flex h5 {
    color: #fff;
}

.why_Choose_Chlidren .row .col-md-4:nth-child(3) .why_box_choose .d-flex h5 {
    color: #559898;
}

.why_Choose_Chlidren .row .col-md-4:nth-child(2) .why_box_choose p {
    color: #fff;
}


.why_Choose_Chlidren .btns {
    justify-content: center;
    margin: 60px 0 0 0;
}

.why_Choose_Chlidren .why_box_choose:hover {
    transform: translate3d(0px, -5px, 0px);
}


section.expert_Sec {
    position: relative;
    padding: 80px 0 0 0;
    height: 1000px;
}

section.expert_Sec img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}


section.portfolio_Sec {
    position: relative;
    padding: 150px 0 80px 0;
    margin: -115px 0 0 0;
    /* height: 1120px; */
}

section.portfolio_Sec img.port_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}


.portfolio_txt {
    text-align: center;
    padding: 0 100px;
    margin: 0 0 50px 0;
}

.port_bx img {
    width: 100%;
    margin: 10px;
}


.childrn_pg .process_Sec {
    background: #fff;
}


.childrn_pg .process_btn ul li {
    background: #FFF6EA;
}

.childrn_pg .process_btn ul li.current {
    background: #FB8C00;
}

.childrn_pg .process_txt h2 {
    color: #000;
}


.childrn_pg .proces_detail p {
    color: #000;
}


.childrn_pg .process_btn ul li h6 {
    color: #1C3232;
}

.childrn_pg .process_btn ul li.current h6 {
    color: #fff;
}

.childrn_pg .process_btn ul li .itm img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(818%) hue-rotate(328deg) brightness(102%) contrast(108%);
}

.childrn_pg .process_btn ul li.current .itm img {
    filter: unset;
}

.childrn_pg .process_txt {
    padding: 0 100px;
}


.faq_Sec .child_faq_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
}


.childrn_pg .faq_Sec {
    position: relative;
}


.childrn_pg .faq_Sec .form_banner {
    margin: 0 0 0 20px;
}


.childrn_pg .testi_Sec {
    background: #FB8C00;
    border-radius: 80px;
}


.childrn_pg .testi_Sec h2 {
    color: #fff;
}


.childrn_pg .testi_Sec .testi_box {
    background: #fff;
}

.childrn_pg .testi_Sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}


.dog_sec_bg {
    background: #1C3232;
    margin: 0 140px;
    border-radius: 50px;
    padding: 40px 0 0 0;
}

section.dog_cta_Sec {
    padding: 20px 0 0 0;
}


.dg_txt h2 {
    color: #fff;
}

.dg_txt p {
    color: #fff;
}


.dg_img img {
    margin: 0 0 -120px 0;
    width: 100%;
}


.childrn_pg .price_Sec {
    position: relative;
    padding: 160px 0 120px 0;
}

.childrn_pg .price_Sec img.pack_bg_child {
    position: absolute;
    top: -320px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}


.childrn_pg .price_Sec img.boy_img {
    position: absolute;
    left: 80px;
    bottom: -40px;
    width: 10%;
}


.childrn_pg .price_Sec .price_bx {
    background: #fff;
}


.vertical_wrpr h1 {
    padding: 0 20px;
}


.audio_pg .bottom_form_Sec .form_detail ul li {
    font-size: 16px;
}

.privacy p,
.privacy ul li {
  font-family: "Poppins", sans-serif;
  color: #222222 !important;!i;!;!i;!;
  font-size: 16px;
  line-height: 25px;
  list-style: disc;
  padding: 10px 0;
  margin: 0;
}
.privacy h2 {
    font-size: 27px;
    margin: 0;
}

.privacy h3 {
    font-size: 20px;
}

.privacy ul li.ml-5 {
  list-style: circle;
}

.privacy ul li {
  padding: 3px 0;
  margin-left: 20px;
}

.privacy h3 {
  padding: 10px 0;
  font-size: 25px;
  margin: 0;
}
.menu.list-item{padding:0 !important;}
.menu.list-item li {
  color: #fff;
  margin-left: 20px;
  list-style: disc;
}

.menu.list-item li::marker {
  color: #FB8C00;
  font-size: 22px;
}
.footer_end p a {
    color: #000;
}