/*font-family: 'Merriweather', serif;*/



@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');



body {

    font-family: 'Conv_ProximaNova-Regular';

    font-size: 16px;

    overflow-x: hidden;

    color: #262626;

    background-color: #fff;

}



* {

    margin: 0;

    padding: 0;

    list-style-type: none;

    box-sizing: border-box;

}



p {

    font-size: 14px;

    line-height: 1.4;

    font-weight: 500;

    margin: 0 0 15px;

    color: #090909;

}



a {

    color: #1e0f24;

    text-decoration: none !important;

    transition: ease-in-out 0.3s;

    display: inline-block;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    color: #230416;

    margin: 0;

    line-height: 1.4;

    font-family: 'Conv_ProximaNova-Bold';

}



h1 {font-size: 33px;}

h2 {font-size: 28px;}

h3 {}

h4 {}

h5 {}

h6 {}



ul {margin: 0;}



input,

select,

textarea,

button,

input:focus,

button:focus {outline: none;}



button {transition: ease-in-out 0.3s;}



img {max-width: 100%;}



header,

section,

footer {width: 100%;}



section{position: relative;}





header {

    background: #fff;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 999;

    width: 100%;

    padding: 10px 0px;

    transition: all 0.3s;

}



header.sticky {

    padding: 0px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1);

}



header .navbar-expand-lg {

    padding-left: 0;

    padding-right: 0;

}



.navbar-expand-lg .navbar-nav .nav-link {

    color: #262626;

    font-size: 14px;

    font-family: 'Conv_ProximaNova-Semibold';

    padding: 12px 15px;

    font-weight: 500;

}



.navbar-expand-lg .navbar-nav .nav-link:hover {

    color: #d281b5;

}



header .navbar-collapse {justify-content: center}

header .navbar-collapse .navbar-nav {margin-left: 0px;}



.sticky99 {

    padding-top: 99px;

}







.btn_1 {

    background-color: #d281b5;

    color: #fff !important;

    font-size: 15px !important;

    min-width: 117px;

    text-align: center;

}



.btn_1:hover {

    background-color: #c370a5;

    color: #fff !important;

}







.banner {position: relative;}



/*.banner:after{position: absolute; content: ''; left: 0px; bottom: 0px; width: 100%; height: 60px; background-color: #d281b5;}*/



.bannerCol {

    position: relative;

    z-index: 1;

}



.bannerCol img {

    width: 100%;

}



.bannerCol .bannerCaption {

    position: absolute;

    width: 100%;

    max-width: 300px;

    top: 50%;

    left: 60px;

    transform: translateY(-50%);

}



.bannerCol .bannerCaption h2 {color: #353131;}






.welcomeSection {

     
    position: relative;
    background-image: url(../../images/welcomebg.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 150px;
}

 


.welcomeSection:after {

    position: absolute;

    content: '';

    left: 0px;

    bottom: 100%;

    width: 100%;

    height: 115px;

    background-color: #d281b5;
    display: block;
    margin-bottom: -2px;

}







.welcomeNote {

    text-align: center;

    width: 100%;

    max-width: 740px;

    margin: 0 auto;

    padding: 50px 0px;

}



.welcomeNote h1 {

    color: #fff;

    font-family: 'Merriweather', serif;

    font-weight: 700;

    margin-bottom: 15px;

}



.welcomeNote p {

    color: #fff;

    font-size: 19px;

    font-family: 'Conv_ProximaNova-Semibold';

}







.reasonsSection {padding-bottom: 70px; position: relative;}



.titleHeadRight {text-align: right; margin-bottom: 50px;}



.title_1 {color: #230416; font-size: 40px; padding-right: 15px;}



.subTitle {

    color: #230416;

    font-size: 25px;

    margin-bottom: 15px;

    font-family: 'Conv_ProximaNova-Regular';

}



.titleHeadRight .subTitle {

    padding-right: 30px;

}







.reasonsCol {

    width: 100%;

    max-width: 240px;

    margin: 0px auto;

}



.reasonsCol .circleImgHolder {

    width: 194px;

    height: 194px;

    border-radius: 50%;

    overflow: hidden;

    margin: 0 auto 10px;

    box-shadow: 0px 0px 24px rgba(210, 129, 181, 0.4);

}



.reasonsCol .circleImgHolder img {

    min-width: 100%;

    min-height: 100%;

    object-fit: cover;

}



.reasonsCol .reasonsInfo {

    display: flex;

    align-items: center;

}



.reasonsCol .reasonsInfo span {

    font-size: 100px;

    color: #d281b5;

    opacity: 0.3;

    font-family: 'Conv_ProximaNova-Regular';

    line-height: 1;

}



.reasonsCol .reasonsInfo p {

    color: #090909;

    font-size: 16px;

    padding-left: 10px;

    line-height: 1.6; margin-bottom: 0;
     padding-top: 15px;
    padding-bottom: 15px;

}



.solutionsSection {

    padding-top: 70px;

}



.title02 {

    color: #230416;

    text-align: center;

    font-size: 28px;

    margin-bottom: 30px;

}



.solutionsBox {

    width: 100%;

    display: flex;

    align-items: center;

    background-color: #fff;

    box-shadow: 0px 0px 28px rgba(210, 129, 181, 0.30);

    height: 240px;

    height: auto;

	min-height: 240px;

    margin: 70px 0px 130px 0px;



}

.solutionsBox:last-child{margin-bottom: 0px;}



.solutionImg {

    position: absolute;

    width: 327px;

    height: 327px;

    left: -50px;

}



.solutionImg img {

    border-radius: 400px;

    box-shadow: 0px 0px 24px rgba(253, 202, 250, 0.65);

}



.solutionInfo h6 {

    font-size: 22px;

    color: #1f0516;

    margin-top: 0px;

    margin-bottom: 10px;

    font-family: 'Conv_ProximaNova-Bold';

    line-height: 1.2;

}

.solutionInfo p{margin-bottom: 0px;}



.solutionInfo {

    margin-left: 265px;

    text-align: center; padding: 15px;

}



.shopNowBTN {

    display: inline-block;

    border: solid 2px #d281b5;

    background-color: #fff;

    color: #444444;

    font-size: 14px;

    font-family: 'Conv_ProximaNova-Regular';

    padding: 15px 45px;

    line-height: 1;

    margin-top: 15px;

}



.shopNowBTN:hover,

.shopNowBTN:active {

    border: solid 2px #d281b5;

    background-color: #d281b5;

    color: #fff;

}



.righsideBox {

    margin-left: auto;

    margin-right: 265px;

    text-align: center;

}



.righsideBox .solutionImg {

    right: -50px;

    left: auto;

}



.righsideBox .solutionInfo {

    margin-right: 265px;

    margin-left: 0;

	padding: 15px;

    text-align: center;

}



.solutionsSection {

    background-image: url('../../images/bgShape2.svg');

    background-position: center top;

    background-repeat: no-repeat;

    background-size: 100%;

    background-color: #fff;

}



.coordinationSection {

    background-image: url('../../images/bgShape3.svg');

    background-position: center top;

    background-repeat: no-repeat;

    background-size: 100%;

    padding-top: 230px;

    text-align: center;

    color: #fff;

    padding-bottom: 100px;

}



.title03 {

    color: #fff;

    font-size: 22px;

    font-family: 'Conv_ProximaNova-Regular';

}



.title03 span {

    display: block;

    font-size: 48px;

    font-family: 'Conv_ProximaNova-Bold';

}



footer {

    padding: 20px 0px;

    text-align: center;

}



.socialicons {

    width: 100%;

    display: flex;

    align-items: center;

    margin-bottom: 15px;

    justify-content: center;

}

.socialicons a{
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #51545e;
    color: #fff;
    border-radius: 100px;
    margin: 0px 3px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;

}
.socialicons a:hover{
    background-color: #c370a5;
}

footer p{

    color: #7c7c7c;

}

.copyright{

    margin-bottom: 5px;

    font-size: 14px;

}

.designedBy{

    font-size: 11px;

}

.navbar-nav{

    margin-left: 30px;

}
.mobileView{
    display: none;
}