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

body{
    font-family: 'Inter', sans-serif;
    color: #000;
}
h1,h2,h3,h4{
    font-family: 'Playfair Display', serif;
}
html{
    scroll-behavior: smooth;
}
/*lazy*/
.lazy {
    opacity: 0;
    transition: opacity 0.35s linear;
}
.lazy[data-scroll="in"] {
    opacity: 1;
    transition-duration: 1s;
}
/*container*/
.container {
    max-width: 100% !important;
    padding: 0 5%;
}
/*container*/
/*lazy*/
/*Extra*/
:root {
    --sky: #5CC2D5;
    --white: #ffffff;
    --black: #000;
    --orange: #fbbd10;
}
.btn.btn-business{
    background-color: var(--sky);
    border: 2px solid var(--sky);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #fff;
    padding: 25px 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}
.btn.btn-business:hover{
    color: #fff !important;
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
    border-radius: 0px 40px 0px 40px !important;
}
.dis-flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.dis-flex{
    display: flex;
    align-items: center;
    justify-content: center;

}
.dis-flex-end{}
.sec-para{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
}
.hd{
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
}
.sec-heading{font-size: 45px;font-weight: 700;line-height: 68px;color: var(--orange);text-transform: capitalize;}
.sec-heading strong{
    color: #529842;
    font-weight: 700;
}
.p-60{
    padding: 60px 0;
}
.p-80{
    padding: 80px 0;
}
.p-100{
    padding: 100px 0;
}
/*Extra*/



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    /* display: flex; */
    /* align-items: stretch; */
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    transition: all 0.3s;
    position: fixed;
    z-index: 999;
    height: 100vh;
}

#sidebar.active {
    min-width: 240px;
    max-width: 240px;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 50px;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0 0 30px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #000;
    text-decoration: none;
}
#sidebar ul li a:hover {
    color: #df4661;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

nav#sidebar .headsearch {
    padding: 100px 30px 20px 30px;
}

nav#sidebar .input-group {
    border: 1px solid #707070;
    border-radius: unset !important;
}

nav#sidebar .input-group input.form-control.rounded {
    font-size: 15px;
    line-height: 20px;
    border: unset;
    box-shadow: unset !IMPORTANT;
}

nav#sidebar .input-group span#search-addon {
    background: transparent;
}
nav#sidebar ul.socialicon {
    padding-left: 40px;
}

nav#sidebar ul.socialicon li {
    display: inline-flex;
}

nav#sidebar ul.socialicon li a i {
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3637A;
    margin: 0 !IMPORTANT;
    font-size: 14px;
    border-radius: 20px;
    transition: .5s ease;
}

nav#sidebar ul.socialicon li a {
    padding: 0 1px !important;
}

nav#sidebar ul.socialicon li a i:hover {
    background: #000;
}
a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 0 0 0 300px;
    min-height: 100vh;
    transition: all 0.3s;
}

#content .navbar button{
    display: none;
}
.main-btnn {
    display: none;
}

/*-----------------------BANNER-----------------------------*/
section.banner {
    background: url(../../assets/images/banner.png);
    height: 1050px;
    display: flex;
    align-items: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden !IMPORTANT;
}

section.banner img.img1 {
    position: fixed;
    content: "";
    width: 120px;
    height: 115px;
    left: 23%;
    top: -20%;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    transform: translatex(-50%) translatey(-50%);
    z-index: 1;
}
section.banner img.img2 {
    position: fixed;
    content: "";
    width: 57px;
    object-fit: contain;
    height: 58px;
    left: 39%;
    top: 0%;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    transform: translatex(-50%) translatey(-50%);
    z-index: 1;
}
section.banner img.img3 {
    position: fixed;
    content: "";
    width: 110px;
    object-fit: contain;
    height: 110px;
    left: 0%;
    right: -20%;
    top: 20%;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    transform: translatex(-50%) translatey(-50%);
    z-index: 1;
}
section.banner img.img4 {
    position: fixed;
    content: "";
    width: 120px;
    height: 115px;
    left: 23%;
    bottom: 10%;
    margin: auto;
    background-repeat: no-repeat;
    transform: translatex(-50%) translatey(-50%);
    z-index: 1;
}

section.banner h2 {
    font-size: 54px;
    font-weight: 900;
    line-height: 64px;
    color: #272626;
    width: 60%;
    text-transform: uppercase;
}

section.banner h2 strong {
    color: #E3637A;
    font-weight: 800 !IMPORTANT;
}
section.banner .carousel-caption{
    bottom: unset !important;
    top: 30%;
    text-align: left;
}
section.banner a.btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 30px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(91deg, #db314f, #e56b80 , #d35369 , #e56b80);
    background-size: 300% 100%;
    border: unset;
    -webkit-transition: all .4s ease-in-out !important;
}
section.banner a:hover {
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out !important;
}
section.banner a img {
    padding-left: 20px;
}
section.banner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    width: 75%;
    color: #000;
    padding-bottom: 20px;
}

section.banner a i {
}
/*-----------------------BANNER-----------------------------*/
/*-----------------------SECTION-1-----------------------------*/
.section-1 {
    padding: 70px 0 !IMPORTANT;
    background: #f9f3ef;
    z-index: 999;
    position: relative;
}

.section-1 h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 45px;
    color: #E3637A;
}

.section-1 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #000000;
    padding-bottom: 20px;
}

.section-1 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 40px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    background: linear-gradient(91deg, #db314f, #e56b80 , #d35369 , #e56b80);
    background-size: 300% 100%;
    border: unset;
    -webkit-transition: all .4s ease-in-out !important;
}

.section-1 a:hover{
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out !important;
}
.section-1 .sec-1-in {
    background: #fff;
    padding: 60px 30px;
    border-radius: 100px 100px 100px 20px;
    transition: .5s ease;
    text-align: center;
}

.section-1 .sec-1-in:hover {
    border-radius: 20px 20px 20px 20px;
}

.section-1 .sec-1-in h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    color: #3A2529;
    padding-top: 20px;
}

.section-1 .sec-1-in h5 {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    color: #000000a6;
}

.section-1 .sec-1-in p {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 10px;
}

.section-1 .sec-1-in a {
    font-size: 10px;
    padding: 15px 30px !important;
}
/*-----------------------SECTION-1-----------------------------*/
/*-----------------------SECTION-2-----------------------------*/
.section-2 {
    background: #f9f3ef;
    padding: 25px 0 !IMPORTANT;
    position: relative;
    z-index: 1;
}
.section-2:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 17%;
    height: 530px;
    background-repeat: no-repeat;
}
.section-2 h2 {
    font-size: 35px;
    font-weight: 900;
    line-height: 45px;
    color: #E3637A;
    margin: 10px 0;
    text-transform: uppercase;
}
.sec-heading{
        font-size: 35px;
    font-weight: 900;
    line-height: 45px;
    color: #E3637A;
    margin: 10px 0;
    text-transform: uppercase;
}
.section-2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #000000;
    padding-bottom: 30px;
}

.section-2 ul {}

.section-2 ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    position: relative;
    margin-bottom: 60px;
    padding-left: 20px;
}

.section-2 ul li:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/sec2ul.png);
    width: 44px;
    height: 44px;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto !important;
    box-shadow: 0px 0px 20px -7px #a22239 !important;
    border-radius: 10px;
}
/*-----------------------SECTION-2-----------------------------*/
/*-----------------------SECTION-3-----------------------------*/
.section-3 {
    background: url(../../assets/images/section3bg.png);
    height: 445px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99 !important;
    position: relative;
    overflow: hidden;
}
.section-3 h2 {
    font-size: 84px;
    font-weight: 800;
    line-height: 90px;
    color: #FFD268;
}

.section-3 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #FFF2F2;
    width: 70%;
    margin: auto;
    padding: 30px 0;
}

.section-3 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 30px;
    background: #fff;
    color: #000000;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.section-3 a img {
    filter: brightness(0);
    padding-left: 20px;
}
/*-----------------------SECTION-3-----------------------------*/
/*-----------------------SECTION-4-----------------------------*/
.section-4 {
    background: #f9f3ef;
    padding: 50px 0;
    z-index: 1;
    position: relative;
}
.section-4 .pro-img img {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
}

.section-4 p {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    padding-bottom: 120px;
    width: 70%;
    margin: auto;
    position: relative;
}

.section-4 h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    color: #E3637A;
    font-family: 'Inter';
    margin: 0;
}

.section-4 h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
    font-family: 'Inter';
}

.section-4 p:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/testiarrow.png);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    width: 61px;
    height: 54px;
    background-repeat: no-repeat;
}
.section-4 .slick-next:before {
    visibility: hidden;
    display: none;
}
.section-4 .slick-prev:before {display: none;}
.section-4 .slick-next:after {
    content: "" !IMPORTANT;
    font-size: 20px;
    color: #000;
    z-index: 9999 !important;
    background: url(../../assets/images/r-arrow.png);
    width: 100px;
    height: 100px;
    position: absolute;
    right: -50px;
}

.section-4 .slick-prev:after {
    content: "" !IMPORTANT;
    font-size: 20px;
    color: #000;
    z-index: 9999 !important;
    background: url(../../assets/images/l-arrow.png);
    width: 100px;
    height: 100px;
    position: absolute;
    left: -50px;
}
.section-4 .slick-next, .section-4 .slick-prev {
    top: 40%;
}
/*-----------------------SECTION-4-----------------------------*/
/*-----------------------SECTION-5-----------------------------*/
.section-5 {
    background: #F9F3EF;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.section-5:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/be);
    width: 50%;
    height: 120%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.section-5 h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 55px;
    color: #000000;
}

.section-5 h2 strong {
    color: #E3637A;
    font-weight: 800;
}

.section-5 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    width: 70%;
    padding-bottom: 10px;
}

.section-5 p strong {
    color: #E3637A;
    font-weight: 600;
}

.section-5 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 30px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(91deg, #db314f, #e56b80 , #d35369 , #e56b80);
    background-size: 300% 100%;
    border: unset;
    -webkit-transition: all .4s ease-in-out !important;
}
.section-5 a:hover {
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out !important;
}
.section-5 a img {
    padding-left: 10px;
}
/*-----------------------SECTION-5-----------------------------*/
/*-----------------------SECTION-6-----------------------------*/
.section-6 {
    background: #f9f3ef;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.section-6 h2 {
    font-size: 58px;
    font-weight: 800;
    line-height: 68px;
    color: #000000;
}

.section-6 h2 strong {
    color: #E3637A;
    font-weight: 800;
}

.section-6 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
    padding-bottom: 20px;
    width: 70%;
}

.section-6 .sec-6-in {
    background: #fff;
    padding: 100px 0;
    border-radius: 100px 100px 100px 20px;
    transition: .5s ease;
}
.section-6 .sec-6-in:hover{
    border-radius: 20px 20px 20px 20px;
}
.section-6 .sec-6-in h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #000000;
    font-family: inter !IMPORTANT;
    padding-top: 20px;
    min-height: 80px;
}
/*-----------------------SECTION-6-----------------------------*/
/*-----------------------SECTION-7-----------------------------*/
.section-7 {
    background: linear-gradient(45deg, #db314f, #e56b80);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.section-7 h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
    color: #FFFFFF;
}

.section-7 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    width: 90%;
}

.section-7 .email-form input#exampleInputEmail1 {
    height: 75px;
    border-radius: 40px;
    padding: 10px 40px;
    font-size: 20px;
    font-weight: 500;
    box-shadow: unset !important;
    border-color: #dd405b !IMPORTANT;
}

.section-7 .email-form {
    position: relative;
    width: 100%;
}

.section-7 .email-form button.btn.btn-primary {
    position: absolute;
    top: 10px;
    right: 15px;
    bottom: 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: unset !important;
    height: 55px;
    border-radius: 30px;
    padding: 10px 30px;
    background: linear-gradient(91deg, #db314f, #e56b80 , #d35369 , #e56b80);
    background-size: 300% 100%;
    border: unset;
    -webkit-transition: all .4s ease-in-out !important;
}
.section-7 .email-form button.btn.btn-primary:hover{
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out !important;
}
/*-----------------------SECTION-7-----------------------------*/
/*-----------------------FOOTER-----------------------------*/
footer {
    position: relative;
    z-index: 1;
}

footer:before {
    position: absolute;
}

footer:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/footerbe.png);
    right: 0;
    bottom: 0;
    width: 27%;
    height: 570px;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-up {
    padding: 100px 0 70px 0;
}

.footer-up img {
    margin-bottom: 30px;
}

.footer-up .foot1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    width: 80%;
    font-family: inter;
    padding-bottom: 20px;
}

.footer-up .foot1 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: unset !important;
    border-radius: 30px;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    box-shadow: 12px 12px 30px -17px #000 !important;
    background: linear-gradient(91deg, #db314f, #e56b80 , #d35369 , #e56b80);
    background-size: 300% 100%;
    border: unset;
    -webkit-transition: all .4s ease-in-out !important;
}
.foot1 img {
    width: 50%;
}

.footer-up .foot1 a:hover{
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out !important;
}
.footer-up h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: inter;
    color: #000000;
    padding-bottom: 30px;
}

.footer-up ul {
    margin: 0;
    padding: 0;
}

.footer-up ul li {
    list-style: none;
    margin-bottom: 20px;
}

.footer-up ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    transition: .5s ease;
}

.footer-up ul li a:hover {
    color: #db3653;
}

.footer-up p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
}
.footer-up ul.socialicon li {
    display: inline-flex;
    margin: 0 5px 0 0;
}

.footer-up ul.socialicon li a i {
    width: 44px;
    height: 44px;
    background: #E3637A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 18px;
    border: 2px solid #E3637A;
    transition: .5s ease;
}

.footer-up ul.socialicon li a i:hover {
    background: transparent;
    color: #E3637A;
}

.copyright {
    padding: 30px 0;
}

.copyright p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}
/*-----------------------FOOTER-----------------------------*/


/*Service Page */
section.service-section1 {
    padding: 100px 0px !important;
    background: linear-gradient(359deg, #F9F3EF 75%, #fff );
    position: relative;
    z-index: 1;
}

section.service-section1 h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: #E3637A;
    text-transform: uppercase;
    margin: 10px 0;
}
section.service-section1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}

section.service-section1 .imgbox1 {
    /*background: url(../../assets/images/banner.png);*/
    /*background-repeat: no-repeat !important;*/
    /*background-size: cover !important;*/
}
section.service-section1 .imgbox2 {}
section.service-section1 .servicebox-1 {
    padding: 5%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 400px;
    flex-direction: column;
    border-radius: 100px 100px 100px 0px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px #00000040;
}
section.service-section1 .servicebox-1:before{
    position:absolute;
    content:"";
    background-color: #00000085;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100px 100px 100px 0px;
}
section.service-section1 .button1 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 60px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(91deg, #db314f, #e56b80 , #d35369 , #e56b80);
    background-size: 300% 100%;
    border: unset;
    -webkit-transition: all .4s ease-in-out !important;
    margin-top: 3%;
}
section.service-section1 .minisection {
    padding-top: 100px;
}
section.service-section1 h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
}

section.service-section1 .servicebox-1 p {
    font-size: 16px;
    line-height: 24px;
}
section.service-section1 .button1 a:hover {
    background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out !important;
}
/*Service Page */


/*About Page Start*/

section.aboutsection:before {
    top: 0;
    background: url(../../assets/images/LOG_BELLE-03.png);
    width: 29%;
    background-repeat: no-repeat;
}

section.aboutsection {
    background: linear-gradient(3deg, #f9f3ef 85%, #fff);
    padding: 80px 0px;
    position: relative;
    padding-bottom: 0px;
}
section.aboutsection .section-2 {
    background: unset;
}
.section-5:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/MaskGroup2.png);
    width: 25%;
    height: 769px;
    z-index: -1;
    background-repeat: no-repeat;
    right: 0;
    top: -30%;
}
/*About Page End*/

/*Professionals*/
.p-box {
    background: #fff;
    padding: 40px 22px 40px 35px !important;
    border-radius: 10px;
    margin: 0 0 30px;
}

.p-box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    font-family: inter ! IMPORTANT;
}

.p-box h2 {
    color: #e77797;
    font-size: 37px;
    padding-bottom: 10px;
}

.p-box li {padding-bottom: 8px;list-style: square;}

.p-box ul {
    padding: 0px 0px 0px 30px;
}

.pro-sec {padding: 106px 0px 83px !IMPORTANT;}
/*Professionals*/

/*Stylist Page*/
.stylist-banner {
    background: url(../../assets/images/stylist-banner.png) !important;
}
section.stylist-section1 {
    padding: 100px 0 0 0px !important;
    background: linear-gradient(359deg, #F9F3EF 75%, #fff );
    position: relative;
    z-index: 1;
}

section.stylist-section1 h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
    color: #E3637A;
    padding-bottom: 20px;
    text-transform: uppercase;
}
section.stylist-section1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    color: #000000;
    margin: 0 auto;
}
.stylist-section1 .stylistin-1 .slick-next:before {
    visibility: hidden;
    display: none;
}
.stylist-section1 .stylistin-1 .slick-prev:before {display: none;}
.stylist-section1 .stylistin-1 .slick-next:after {
    content: "" !IMPORTANT;
    font-size: 20px;
    color: #000;
    z-index: 9999 !important;
    background: url(../../assets/images/styright.png);
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
}

.stylist-section1 .stylistin-1 .slick-prev:after {
    content: "" !IMPORTANT;
    font-size: 20px;
    color: #000;
    z-index: 9999 !important;
    background: url(../../assets/images/styleft.png);
    width: 46px;
    height: 46px;
    position: absolute;
    left: 0;
}
.stylist-section1 .stylistin-1 .slick-next, .stylist-section1 .stylistin-1 .slick-prev {
    top: 45% !important;
}
.stylist-section1 .stylistin-1 .box {background: url(/assets/images/stylisttesti.png);background-position: center;background-size: cover;height: 560px;display: flex;align-items: center;justify-content: center;padding: 0 15%;}

.stylist-section1 .stylistin-1 button.slick-prev.slick-arrow {
    z-index: 9;
}

.stylist-section1 .stylistin-1 p {
    font-size: 34px !important;
    font-weight: 400 !important;
    line-height: 43px !important;
    color: #000000 !important;
    font-family: 'Playfair Display';
}
.stylist-section1 .stylistmini {
    padding: 50px 0;
}
.stylist-section1 .stylistbox-1 img {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px -10px #0000007a !important;
    border-radius: 115px 115px 115px 15px;
}

.stylist-section1 .stylistbox-1 h3 {
    font-size: 34px;
    font-weight: 800;
    line-height: 43px;
    color: #E3637A;
    text-transform: uppercase;
}

.stylist-section1 .stylistbox-1 p {
}

.stylist-section1 .stylistbox-1 {
    margin-bottom: 40px;
}
/*Stylist Page*/

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1720px) {
    section.banner {
        height: 1015px;
    }
}
@media (max-width: 1700px) {
    section.banner {
        height: 1015px;
    }
}
@media (max-width: 1690px) {
    section.banner {
        height: 1000px;
    }
}
@media (max-width: 1680px) {
    section.banner {
        height: 980px;
    }
}
@media (max-width: 1650px) {
    section.banner {
        height: 965px;
    }

}
@media (max-width: 1620px) {
    section.banner {
        height: 955px;
    }
}
@media (max-width: 1580px) {}
@media (max-width: 1520px) {
    section.banner {
        height: 880px;
    }
    .p-box h2 {
    color: #e77797;
    font-size: 31px;
    padding-bottom: 8px;
}
.p-box h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
    font-family: inter ! IMPORTANT;
}
.p-box li {
    padding-bottom: 5px;
    list-style: square;
    FONT-SIZE: 15PX;
}
.p-box {
    background: #fff;
    padding: 36px 20px 36px 30px !important;
    border-radius: 10px;
}
}
@media (max-width: 1444px) {
    section.banner {
        height: 825px;
    }
    section.banner h2 {
        width: 75%;
    }

    section.banner p {
        width: 69%;
    }

    .section-1 p {
        font-size: 16px;
    }

    .section-1 .sec-1-in {
        border-radius: 50px 50px 50px 20px;
        padding: 50px 30px;
    }

    .section-2 ul li {
        padding-left: 10px;
    }

    .section-3 p {
        width: 90%;
        font-size: 18px;
        padding: 20px 0;
    }

    .section-3 {
        height: 345px;
    }

    .section-3 h2 {
        font-size: 64px;
        font-weight: 800;
        line-height: 60px;
    }

    .section-4 p {
        width: 90%;
        font-size: 18px;
    }

    .section-5 h2 {
        font-size: 48px;
        font-weight: 800;
        line-height: 58px;
    }
    .section-5 p {
        width: 90%;
    }

    .section-6 p {
        width: 90%;
        font-size: 18px;
    }

    .section-6 .sec-6-in {
        padding: 60px 0;
        border-radius: 50px 50px 50px 20px;
    }

    .footer-up .foot1 p {
        width: 100%;
        font-size: 16px;
    }
}
@media (max-width: 1366px) {
    section.banner h2 {
        width: 80%;
    }

    section.banner {
        height: 770px;
    }

    .section-1 h2 {
        font-size: 33px;
        font-weight: 900;
        line-height: 40px;
    }

    .section-1 p {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }

    .section-1 .sec-1-in {
        padding: 40px 15px;
        border-radius: 50px 50px 50px 20px;
    }

    .section-2 ul li {
        margin-bottom: 50px;
        font-size: 15px;
    }

    .section-2 p {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }

    .section-3 {
        height: 325px;
    }

    .section-3 h2 {
        font-size: 60px;
        font-weight: 800;
        line-height: 60px;
    }

    .section-3 p {
        width: 80%;
        font-size: 16px;
        padding: 20px 0;
    }

    .section-3 a {
        padding: 15px 20px;
        font-size: 15px;
    }

    .section-5 h2 {
        font-size: 45px;
        font-weight: 800;
        line-height: 54px;
    }

    .section-5 p {
        width: 80%;
        font-size: 18px;
    }

    .section-5 a {
        font-size: 15px;
        padding: 15px 30px;
    }

    .section-6 h2 {
        font-size: 50px;
    }

    .section-6 p {
        width: 90%;
        font-size: 18px;
    }

    .section-6 .sec-6-in {
        padding: 50px 0;
        border-radius: 50px 50px 50px 20px;
    }

    .section-7 .email-form input#exampleInputEmail1 {
        font-size: 16px;
    }

    .footer-up ul.socialicon li a i {
        width: 35px;
        height: 35px;
    }

    .footer-up {
        padding: 70px 0 50px 0;
    }
    .section-1 {
        padding: 50px 0 !IMPORTANT;
    }
    .section-1 .sec-1-in a {
        padding: 15px 20px !important;
    }
}
@media (max-width: 1326px) {
    section.banner {
        height: 740px;
    }
}
@media (max-width: 1280px) {
    #content .navbar button{
        display: unset;
        left: 90%;
        position: relative;
        background: #e25a71;
        border: unset;
        box-shadow: unset !IMPORTANT;
    }
    nav#sidebar ul.socialicon {
        padding-left: 10px;
    }
    .main-btnn {
        display: unset !important;
        background: transparent !IMPORTANT;
    }
    #content{
        padding: 0 0%;
    }
    #sidebar {
        min-width: 250px;
        max-width: 250px;
        text-align: center;
        margin-left: -250px !important;
    }
    a[aria-expanded="false"]::before,
    a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0px !important;
        background: #fff;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* Affiliate */

.affiliate_section1{
    position: relative;
}
.affiliate_section1:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/MaskGroup2.png);
    width: 25%;
    height: 769px;
    z-index: -1;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
.p-75{
    padding: 0 25%;
}
/* Affiliate */
/*Faqs*/
section.faqs{
    background-color: #f9f3ef;
    padding: 40px 0;
    text-align: center;
    z-index: 1;
    position: relative;
    border-top: 1px solid #e3637a14;
    border-bottom: 1px solid #e3637a14;
}
section.faqs h2{
    margin:0 0 30px;
}
section.faqs h4{
    margin: 40px 0 20px;
    text-decoration: underline;
}
section.faqs .accordion {
    border: 0 !important;
}
section.faqs .accordion .card{
    border: 0 !important;
    text-align: left;
    margin: 0 0 20px;
}
section.faqs .accordion .card .card-header{
    background-color: #E3637A;
}
section.faqs .accordion .card .card-header h2{padding: 0 10%;display: flex;}
section.faqs .accordion .card .card-header button{
    padding: 0 0;
    color: #000;
    text-decoration: none;
    width: 100%;
    text-align: left;
}
section.faqs .accordion .card-body{
    background-color: #f9f3ef;
    padding: 20px 10%;
}.section-2-sec {
    padding-bottom: 40px !IMPORTANT;
}.section-2-sec a {
    font-size: 15.7px;
    font-weight: 500;
    line-height: 20px;
    padding: 19px 30px;
    background: #db3351;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.section-2-sec a img {
    filter: brightness(1);
    padding-left: 18px;
}
/*Faqs*/
.affiliate_section1 p {
    color: #000 !important;
}

section.contact_us_sec {
    padding: 60px 0;
}

section.contact_us_sec form {
    padding: 3% 3%;
    background-color: #f9f3ef;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px #0000002b;
    width: 60%;
    margin: auto;
}

section.contact_us_sec form input,section.contact_us_sec form textarea {padding: 20px 20px;font-size: 14px;min-height: 55px;border-radius: 40px;resize: none;outline: none !important;box-shadow: none !important;transition: all .5s ease;}
section.contact_us_sec form button {
    background-color: #000;
    border: 1px solid #000;
    padding: 10px 40px;
    border-radius: 30px;
}
section.contact_us_sec form input:focus, section.contact_us_sec form textarea:focus {
    border-color: #E3637A;
    outline: none;
}
section.section_app {
    position: relative;
    background-color: #fff;
    padding: 60px 0;
    z-index: 11;
}

section.section_app .img-box img {
    border-radius: 20px;
    /* box-shadow: 0px 0px 10px 0px #ccc; */
    width: 95%;
    height: 100%;
    margin: 0 0 40px;
}
 .mobile_service {
    background-color: #f9f3ef;
    padding: 60px 0;
    z-index: 11;
    position: relative;
}
.mobile_service h2 {
    color: #333;
    margin-bottom: 20px;
}
.mobile_service .form-control,
.mobile_service .form-check-label,
.mobile_service .btn {
    border-radius: 5px;
    background-color: #f9f3ef;
}
.mobile_service .btn{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 20px 30px;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(91deg, #db314f, #e56b80, #d35369, #e56b80);
    background-size: 300% 100%;
    border: unset;
    -webkit-transition: all .4s ease-in-out !important;
}
.mobile_service .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}
.mobile_service .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
.row_box {
    background: #fff;
    padding: 40px 22px 40px 35px !important;
    border-radius: 10px;
    margin: 0 0 30px;
}
.dis-flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Contact Info*/
section.contact_info_sec {
    padding: 60px 0;
    background-color: #f9f3ef;
}

section.contact_info_sec ul {
    padding: 0;
    margin: 0;
}

section.contact_info_sec ul li {
    list-style: none;
    line-height: 30px;
}

section.contact_info_sec ul li span {
    font-weight: 600;
    font-size: 20px;
}

section.contact_info_sec ul li p {
    margin: 0;
}

section.contact_info_sec ul li a {
    color: #e04d66;
}
/* Contact Info*/
section.service_banner {
    background: url(../../assets/images/service_banner.jpg);
}

section.mission_banner {
    background: url(../../assets/images/mission_banner.jpg);
}
section.professional_banner {
    background: url(../../assets/images/professional_banner.jpg);
}
section.affiliate_banner{
    background: url(../../assets/images/affiliate_banner.jpg);
}
section.service_banner:before,
section.service_banner:before,
section.mission_banner:before,
section.professional_banner:before,
section.affiliate_banner:before{
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #ffffff, transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contact_banner {
    background: unset !important;
    height: 400px !important;
    background-color: #fbe9dc !important;
}