@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


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

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

a {
    text-decoration: none;
    color: #000;
    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-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}


/***** 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: 10px 18px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #e4000f;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

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

.theme_btn:hover {
    color: #fff;
}

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

/*btn 2*/

.theme_btn2 {
    padding: 10px 18px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #000;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.theme_btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #e4000f;
    z-index: -1;
    transition: all 850ms;
}

.theme_btn2:hover {
    color: #fff;
}

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

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

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

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

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

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

select {
    background: #fff url('../images/arrow.png') 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: #000;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
}

.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: #000;
}

.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  */


/*custom css strt*/

.btn_head {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}

.theme_btn1 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 10px 18px;
}

.menuSec ul li a i{
    font-size: 10px;
    margin: 0 0 0 5px;
}

header {
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.08);
    padding: 5px 0;
    background: #fff;
}

section.main_banner {
    padding: 80px 0;
    background: url(../images/banner-girl.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.bann_txt h1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
}

.bann_txt h6 {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}


.bann_txt p {
    color: #fff;
}


section.main_banner:before{position: absolute;content: "";top: 0;left: 0;right: 0;bottom: 0;background: rgb(0 0 0 / 57%);z-index: -1;height: 100%;width: 100%;}



.form_wrp .d-flex .grp {
    width: 33.33333%;
}

.form_wrp .d-flex .grp input {
    width: 100%;
    height: 45px;
    border-radius: 50px;
    padding: 10px 20px;
    border: 0;
    background: #fff;
}

.form_wrp .d-flex {
    gap: 20px;
    margin: 0 0 20px 0;
}

.form_wrp .d-flex .grp1 {
    width: 50%;
}

.form_wrp .d-flex .grp1 textarea{
    width: 100%;
    height: 90px;
    border-radius: 10px;
    padding: 10px 20px;
    border: 0;
    background: #fff;
    resize: none;
    }

.form_wrp {
    padding: 15px 0 0 0;
}


.form_wrp .services-group label {
    width: 49%;
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.services-group label input {
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
    border: 0;
    border-radius: unset;
    font-size: unset;
}



.sec_fold_img img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    height: 600px;
    object-fit: cover;
}


.padd{
    padding: 60px 0;
}    


.head {
    font-size: 32px;
    margin: 0px 0px 30px 0px;
    padding-left: 0;
    color: rgb(68, 68, 68);
    font-weight: 700;
}


.sec_fold_txt ul li {
    background: white;
    color: black;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: all 0.3s ease;
    display: flex;
}

.sec_fold_txt ul li .left_img i {
    font-size: 28px;
}

.sec_fold_txt ul li .right_txt h6 {
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
}

.sec_fold_txt ul li .right_txt p {
    margin: 4px 0 0;
    font-size: 14px;
    opacity: 0.8;
}


.sec_fold_txt ul li:hover{    background: rgb(227, 23, 8);
    transform: translateX(5px);
    color: white;}

.sec_fold_txt ul li:hover h6{color: #fff;}    

section.sec_fold_Sec {
    background: #F5F5F5;
}

.sec_fold_img {
    padding: 0 10px 0 0;
}


.sec_fold_txt h2 {
    border-left: 4px solid rgb(227, 23, 8);
    padding-left: 10px;
}


.compare_Sec h2 {
    text-align: center;
    color: #e4000f;
    margin: 0 0 60px 0;
}

.compare_Sec .compare_bx {
    background: #f9f9f9;
    padding: 30px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    height: 365px;
}

.compare_Sec .compare_bx h5 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}

.compare_bx ul li {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 0 0 15px 0;
}

.compare_bx ul {
    margin: 0;
}

.compare_Sec_btm p {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin: 30px auto;
    padding: 0 200px;
}


.compare_bx.midd {
    border: 2px solid #e31708;
    background: #fff5f4 !important;
}


.get_your_book {
    background: #F5F5F5;
}

.get_your_book .get_txt {
    text-align: center;
    padding: 0 160px;
}

.get_your_book ul {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    text-align: center;
    margin: 60px 0 0 0;
    position: relative;
}


.get_your_book ul li {
    width: 33.3333%;
}


.get_your_book ul li h6 {
    width: 50px;
    height: 50px;
    background: #e4000f;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    z-index: 1;
    position: relative;
}

.get_your_book ul li h5 {
    color: #e4000f;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
}

.get_your_book ul li p {
    font-size: 14px;
    color: #555;
    max-width: 260px;
    margin: 0 auto;
}

.get_your_book ul:before{position: absolute;content: "";height: 2px;width: 70%;background: #e4000f;left: 0;right: 0;top: 25px;margin: auto;}


.servi_sec .servi_bx {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    background: #F4F4F4;
    height: 230px;
    margin: 0 0 25px 0;
}

.servi_sec .servi_bx i {
    font-size: 50px;
    color: #E4000F;
    margin-bottom: 15px;
}

.servi_sec .servi_bx h3 {
    margin-bottom: 8px;
    font-size: 18px;
    color: black;
}

.servi_sec .servi_bx p {
    font-size: 14px;
    color: black;
    line-height: 1.6;
    margin: 0;
}


.servi_sec .servi_bx:hover{    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}



.we_make_img img {
    width: 100%;
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}

.we_make_img {
    padding: 0 80px;
}


.we_make_txt h2 {
    font-size: 48px;
    margin: 0 0 15px 0;
}

.we_make_txt h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}    


.we_make_txt h5 {
    color: #E4000F;
    font-size: 20px;
    font-weight: 700;
}


.we_make_txt ul {
    margin: 0 0 30px 0;
}

.we_make_txt ul li {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.we_make_txt ul li i {
    color: #e4000f;
    margin: 0 10px 0 0;
}


.shapeadd{
    position: relative;
    background: linear-gradient(to bottom, #ececec 0%, #f5f5f5 60%, #ffffff 100% );
    padding: 200px 0 120px 0;
    overflow: hidden;
    }

/* TOP SHAPE */
.top-shape{position: absolute;top: -5px;left: 0;width: 100%;height: 180px;background: #fff;clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 65%, 0 20% );}



section.cta_Sec {
    padding: 30px 0;
    background: #e4000f;
}



.cta_wrp {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: anchor-center;
}

.cta_wrp p {
    color: #f4f4f4;
    font-size: 18px;
    margin: 0;
}

.cta_wrp a {
    padding: 6px 20px;
    background: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e4000f;
}


.testi_wrp {
    text-align: center;
    margin: 0 0 80px 0;
}

.testi_wrp h2 {
    font-size: 48px;
}

.testi_Sec {
    background: #f4f4f4;
}


.testi_box .d-flex {
    gap: 30px;
}

.testi_box .d-flex .item_img {
    width: 18%;
}

.testi_box .d-flex  .item_txt {
    width: 82%;
}

.testi_box .d-flex .item_img img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    object-fit: cover;
}


.item_txt span i {
    color: #fcb900;
    font-size: 18px;
}

.item_txt p {padding: 30px 0 30px 0;font-weight: 400;border-bottom: 1px solid #cccccc;margin: 0 0 30px 0;}

p.paralast {
    padding: 0;
    margin: 0;
    border: 0;
}

.testi_box {
    margin: 0 0 50px 0;
}

.item_txt h6 {
    margin: 0 0 10px 0;
    font-weight: 700;
}


.port_wrpr h2 {
    font-size: 48px;
}

.port_wrpr {
    text-align: center;
    padding: 0 150px;
    margin: 0 0 50px 0;
}


.portfolio_section{
    padding: 80px 0 0 0;
}

.sec_last_section img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.sec_last_section ul {
    margin: 0;
}

.sec_last_section ul li {
    padding: 0 0 10px 0;
    font-size: 15px;
    margin: 0 0 7px 0;
    color: #000;
}

.sec_last_section ul li i {
    margin: 0 5px 0 0;
    color: #e4000f;
}


.faq_wrpr h3 {
    text-align: center;
    
}

.faq_detail {
    padding: 30px 120px;
}


.faq_detail h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.faq_detail h2 button{font-weight: 600;padding: 25px 20px;}


.faq_detail .accordion-button:not(.collapsed) {
    color: #000;
    background-color: unset;
    box-shadow: unset;
}


.faq_detail .accordion-button:focus {border-color: unset; box-shadow: unset;}
.accordion-button::after{content: "+"; background-image: unset;     font-size: 24px;}
.accordion-button:not(.collapsed)::after {background-image: unset;transform: rotate(-135deg);}
.accordion-body p {margin: 0; }


.bottom_form {
    background: #f4f4f4;
    padding: 90px 0;
}

.bottom_form .btm_detail {
    text-align: center;
    padding: 0 340px;
}


.btm_detail h2 {
    font-size: 48px;
    color: #000;
}

.btm_detail p {
    font-size: 22px;
}


.grp input {
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
}

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

.form_btmw {
    margin: 0 250px;
}

.form_btmw .d-flex {
    justify-content: space-between;
    gap: 20px;
}

.form_btmw .d-flex .grp{width: 50%;}

.services-group label {
    padding: 0;
    font-weight: 400;
    width: 48%;
    font-size: 14px;
    color: #000;
}

.services-group label input{}


.grp textarea {
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    resize: none;
    height: 100px;
}

.grp h6 {
    color: #000;
}


.bottom_form .grp button {
    width: 20%;
}


footer {
    background: #000;
    padding: 70px 0 10px 0;
}


.ftr_wrp img {
    width: 70%;
    margin: 0 0 20px 0;
}

.ftr_wrp p {
    color: #fff;
    font-size: 14px;
}


.ftr_wrp1 h6 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.ftr_wrp1 ul li {
    padding: 0 0 15px 0;
}

.ftr_wrp1 ul li a {
    color: #fff;
}


.ftr_wrp {
    padding: 0 20px 0 0;
}


.ftr_btm {
    text-align: center;
    padding: 40px 0 0 0;
}

.ftr_btm p {
    color: #fff;
}

.ftr_btm p a {
    color: #fff;
} 


.ftr_wrp1 ul li a i {
    margin: 0 10px 0 0;
}


.about_boxz {
    background: white;
    border-radius: 16px;
    padding: 28px;
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    margin: 0 0 25px 0;
}

.about_boxz h2 {
    margin: 0 0 10px 0;
}

.about_boxz p {
    font-weight: 400;
    line-height: 1.4;
}

.about_boxz ul {
    margin: 0;
}

.about_boxz ul li {
    padding: 0 0 10px 0;
    font-weight: 600;
}

.about_boxz ul li i {
    padding: 0 10px 0 0;
    color: #e4000f;
}

.about_boxz:hover{transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); background: #F5F5F5;}


    p.bg_para {
    background: #fff5f4;
    padding: 12px 14px;
    border-left: 4px solid rgb(228, 0, 15);
    font-size: 14px;
    color: #333;
    border-radius: 6px;
    margin-bottom: 10px;
}

.abut_pg .compare_bx{
    height: 260px;
    background: #fff;
}

.abut_pg .compare_Sec h2{color: #000;}


.abut_pg .compare_Sec{
    background: #f9f9f9;
}


.next_wrp {
    text-align: center;
    background: #ffffff;
    color: #333;
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    margin: 0px 200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}


.contact_Sec {
    background: #f1f3f6;
}

.contact_txt {
    text-align: center;
    padding: 0 250px;
    margin: 0 0 40px 0;
}


.contct_bx {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contct_bx ul {
    margin: 0;
}

.contct_bx ul li {
    padding: 0 0 10px 0;
}

.ifrme_Sec iframe {
    width: 100%;
}


.ifrme_Sec {
    background: #f1f3f6;
}

.faq_Sec_new {
    background: #f1f3f6;
}

.faq_Sec_new ul {
    margin: 0;
}

.faq_Sec_new ul li {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq_Sec_new ul li p {
    margin: 0;
}

.faq_Sec_new ul li h6 {
    font-weight: 600;
    margin: 0 0 10px 0;
}

.telephone_Sec img {
    width: 100%;
    object-fit: cover;
}

.enquire_left h3 {
    font-weight: 700;
    font-size: 51px;
    color: #e4000f;
}

.enquire_left {
    text-align: end;
}


.enquire_right h6 {
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 20px;
}


.Servi_sec_fold_wrp {padding: 0 200px;}

.Servi_sec_fold_wrp h2 {
    text-align: center;
        background: linear-gradient(to right, #000000 0%, #e2000f 10%, #000000 60%, #e2000f 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 15s ease-in-out infinite alternate;
    font-size: 51px;
}

.Servi_sec_fold_wrp p {
    text-align: center;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}



.Servi_sec_fold_wrp ul {
    margin: 0;
}

.Servi_sec_fold_wrp ul li {
    background: #fff;
    margin: 15px 0;
    padding: 15px 20px;
    border-left: 5px solid #e4000f;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 500;
}

.Servi_sec_fold_wrp ul li i {
    color: #e4000f;
    margin: 0 10px 0 0;
}

.Servi_sec_fold_wrp ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);}



.proces_Sec h2 {
    text-align: center;
    color: #e4000f;
}

.proces_Sec p {
    text-align: center;
}

.prces_bxz {
    margin: 40px 0 0 0;
    padding: 30px 20px;
    border-radius: 12px;
    background: #ffffffe8;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

}

.prces_bxz i {
    font-size: 40px;
    color: #e4000f;
}

.prces_bxz h6 {
    margin: 30px 0 10px 0;
    font-size: 20px;
    font-weight: 700;
}    


.proces_Sec.servi_bg {
    background: rgb(249, 249, 249);
}


.cta_new_Add h2 {
    margin: 0 0 15px 0;
}

.cta_new_Add .btns_cta a {
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
}

.cta_new_Add {
    background: #f9f9f9;
}

.traditional_chart_Sec {
    text-align: center;
}

.chart_txt h2 {
    color: #e4000f;
}


.traditional_chart_Sec ul li {
    padding: 15px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 20px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.traditional_chart_Sec ul li p {
    margin: 0;
}

.traditional_chart_Sec ul.red_bg li{
    background-color: #E4000F;
    color: #fff;
    box-shadow: 0 10px 25px rgba(228, 0, 15, 0.3);
}

.traditional_chart_Sec ul li.bg_gry {    background-color: #f7f7f7;}


.traditional_chart_Sec .chart_txt {
    margin: 0 0 50px 0;
}


.result_wrp p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.6;
    background: #fff8f8;
    padding: 15px 20px;
    border-left: 4px solid #c0392b;
    border-radius: 6px;
}

.result_wrp p i {
    color: #e4000f;
    margin: 0 10px 0 0;
}


.proces_Sec.servi_bg .slick-active {
    opacity: 1;
}

.your_book.next_chanpter{
    background: #f5f5f5;
}


.your_book.next_chanpter .next_wrp i{
    color: #e4000f;
    font-size: 50px;
    margin: 0 0 20px 0;
}


.TY_sec{padding: 200px 0;background: #8b8b8b57;}


section.terms_sec {
    padding: 60px 0;
}


.terms_sec h3 {
    color: #e4000f;
}


html {overflow-x: hidden; }





/*children page css start*/


.chlidrn_pg .main_banner{
    background: url(../images/banner_child.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
}

.chlidrn_pg .main_banner:before{display: none;}

.chlidrn_pg .bann_txt h1{color: #000; }
.chlidrn_pg .bann_txt h1 span{color: #E4000F; }
.chlidrn_pg .bann_txt p {color: #000; }
.chlidrn_pg .form_wrp .services-group label{color: #000; }


section.child_sec_fold2 {
    padding: 120px 0 350px 0;
    background: url(../images/banner_sec.png);
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}


.child_sec_fold_wrp h2 {
    font-size: 50px;
    color: #000;
    font-weight: 700;
}

.child_sec_fold_wrp h2 span {
    color: #e4000f;
}


.btn_wrpr {
    display: flex;
    gap: 10px;
    margin: 30px 0 0 0;
}


.chlidrn_pg .Servi_sec_fold_wrp ul li img{
    margin: 0 20px 0 0;
}

.chlidrn_pg .btn_wrpr {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}


.chlidrn_pg .Servi_sec_fold {
    position: relative;
    padding: 120px 0;
}

.chlidrn_pg .Servi_sec_fold img.left_1_img{
    position: absolute;
    left: 200px;
    top: 80px;
}
.chlidrn_pg .Servi_sec_fold img.left_2_img{
    position: absolute;
    left: 150px;
    bottom: -20px;
    width: 15%;
}

.chlidrn_pg .Servi_sec_fold img.right_1_img{
    position: absolute;
    right: 340px;
    top: 100px;
}
.chlidrn_pg .Servi_sec_fold img.right_2_img{
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 17%;
}


.chlidrn_pg .proces_Sec {
    padding: 100px 0;
    background: url(../images/process_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.chlidrn_pg .proces_Sec h2 {color: #fff;}
.chlidrn_pg .proces_Sec p {color: #fff;}
.chlidrn_pg .prces_bxz{
    padding: 30px 60px;
}

.chlidrn_pg .prces_bxz h6 {color: #e4000f; }
.chlidrn_pg .prces_bxz p{color: #000;margin: 0;height: 75px;}
.head span{
    color: #e4000f;
}

.prt_wrpr_ch {
    text-align: center;
}




.portfolio_Sec_childrnpg ul {
    display: flex;
    justify-content: center;
    margin: 180px 0 0 0;
    padding: 30px 30px;
    background: #FFEAC8;
    border-radius: 50px;
    gap: 0px;
}

.portfolio_Sec_childrnpg ul li img{
    width: 80%;
    margin: -100px auto 0;
    display: block;
}



section.portfolio_Sec_childrnpg {
    position: relative;
    padding: 100px 0 180px 0;
}

section.portfolio_Sec_childrnpg img.port_after {
    position: absolute;
    right: 0;
    top: 0;
}

section.portfolio_Sec_childrnpg img.port_before {
    position: absolute;
    left: 240px;
    bottom: 100px;
}


.chlidrn_pg .cta_new_Add{
    background: url(../images/cta-gb.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px 0;
    position: relative;
}


.chlidrn_pg .cta_new_Add .btns_cta a {
    display: inline-block;
}


.chlidrn_pg .cta_add_new {
    padding: 0 200px;
}

.chlidrn_pg .cta_add_new h2.head {
    color: #fff;
}

.chlidrn_pg .cta_add_new p {
    color: #fff;
}


.chlidrn_pg .cta_add_new .btns_cta {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.chlidrn_pg .cta_add_new .btns_cta a:nth-child(1) {
    
background: #fff;
    
color: #000;
}

.chlidrn_pg .cta_add_new .btns_cta a:nth-child(1):hover{color: #fff;}

.chlidrn_pg .cta_add_new .btns_cta a:nth-child(2) {
    
background: transparent;
    
border: 1px solid #fff;
}



section.testi_new_Sec_Add {
    background: #FFEAC8;
    padding: 100px 0;
}


.testi_head {
    text-align: center;
}

.testi_head h2 {
    margin: 0 0 30px 0;
}


.testi_boxx {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    margin: 0 0 25px 0;
}


.testi_lower {
    padding: 0 0 0 50px;
}

.testi_lower ul {
    margin: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.testi_lower ul li h5 {
    margin: 0;
    color: #E4000F;
    font-weight: 700;
}

.testi_lower ul li p {
    margin: 0;
    color: #888888;
    font-size: 15px;
}

.testi_boxx:before{
    content: "";
    position: absolute;
    left: 25px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    }


.chlidrn_pg .cta_new_Add img {
    position: absolute;
    left: 0;
    top: -130px;
}    



.chlidrn_pg .prces_bxz {
    border-left: 8px solid #e4000f;
}


.chlidrn_pg .child_sec_fold2 .btn_wrpr {
    justify-content: left;
}
.chlidrn_pg .Servi_sec_fold img.left_1_img {left: 0;}
.chlidrn_pg .Servi_sec_fold img.right_1_img {right: 0;}
.chlidrn_pg .Servi_sec_fold img.left_2_img {left: 0; width: 12%; }
.chlidrn_pg .Servi_sec_fold img.right_2_img {width: 12%; }
.chlidrn_pg .proces_Sec {padding: 60px 0;}
section.portfolio_Sec_childrnpg img.port_after {width: 10%;}
section.portfolio_Sec_childrnpg img.port_before {    left: 0;}
.portfolio_Sec_childrnpg ul li img {width: 65%;}




