@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Gilda+Display&family=Indie+Flower&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

--------------------------------------------------------------*/
.col_sm1 {
	width: 100%;
	margin: 0 auto;
}
.header_main{
	border-bottom: 2px dotted #000;
}
.top {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}
.top2{
	width: 85%;
	margin: 0 auto;
	max-width: 1200px;
}

.top3{
	width: 65%;
	margin: 0 auto;
	max-width: 1200px;
}

.logo {
	width: 97px;
	float: left;
	margin: 1% 1% 1%;
}
.navbarrr {
	width: 890px;
	float: right;
}
.img{
    width: 100%;
}
.clear{
    clear: both;
}

.mg_top{
    margin-top: 100px;
}

/******** Section 1 --start ************/
.heading1 h2{
    color: #1f1f1f;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 50px 0px 20px 0px;
}

.ctr_box1{
    width: 1200px;
    height: 550px;
    margin: 0 auto;
}
.bg1{
    background-image: url(../images/retailers-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}
.text_ctr1{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_ctr1 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    color: #ffff;
}

/******** Section 2 --start ************/
.heading2 h2{
    color: #1f1f1f;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 50px 0px 20px 0px;
}

.ctr_box2{
    width: 100%;
    height: 400px;
}
.bg2{
    background-image: url(../images/welcome2.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.text_ctr2{
    width: 500px;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_ctr2 p span{
    display: block;
}
.text_ctr2 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    color: #ffff;
}

/******** Section 3 --start ************/
.heading3 h2{
    color: #1f1f1f;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 50px 0px 20px 0px;
    display: none;
}

.ctr_box3{
    width: 850px;
    height: 650px;
    margin: 0 auto;
}
.bg3{
    background-image: url(../images/why-ideas-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}
.text_ctr3{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
.text_ctr3 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    color: #ffff;
}

/******** Section 4 --start ************/
.heading4 h2{
    color: #1f1f1f;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 50px 0px 20px 0px;
}

.ctr_box4{
    width: 100%;
    height: 800px;
    margin: 0 auto;
}
.bg4{
    background-image: url(../images/welcome4.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    height: 100vh;
}
.text_ctr4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_ctr4 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    color: #ffff;
}
.text_ctr4 p span{
    display: block;
}

/******** Section 5 --start ************/
.why_pos_rel {
	position: relative;
}
.why_sm2 {
	width: 50%;
	float: left;
	height: 730px;
}
.bg_clr9 {
	background-color: #7d6eb1;
}
.why_lt_con p {
	color: #1f1f1f;
	margin: 0;
	font-size: 24px;
	padding-bottom: 20px;
	line-height: 150px;
	letter-spacing: 0.5px;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
}
.why_rt_con p {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
	text-align: left;
	margin: 0% !important;
	color: #ffff;
}
.why_rt_con p span{
    display: block;
}
.why_lt_con {
	position: absolute;
	top: 50%;
	left: 25%;
	;
	transform: translate(-50%, -50%);
}
.why_rt_con {
	width: 500px;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}
.why_ctr_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 730px;
	z-index: 99;
}

/******** Section 6 --start ************/
.heading5 h2{
    color: #1f1f1f;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 50px 0px 20px 0px;
    display: none;
}

.ctr_box5{
    width: 1000px;
    height: 700px;
    margin: 0 auto;
}
.bg5{
    background-image: url(../images/philosopy1.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}
.text_ctr5{
    position: absolute;
    top: 45%;
    left: 46%;
    transform: translate(-50%, -50%);
}
.text_ctr5 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    color: #ffff;
}
.text_ctr5 p span{
    display: block;
}


/******** Our Experience --start ************/
.heading6 h2{
    color: #1f1f1f;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 50px 0px 20px 0px;
}

.ctr_box6{
    width: 100%;
    height: 600px;
}
.bg6{
    background-image: url(../images/welcome7.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    height: 85vh;
}
.text_ctr6{
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_ctr6 p span{
    display: block;
}
.text_ctr6 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    color: #ffff;
}

/******** Our Client --start ************/
.client_main{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.client_sm5{
    width: 160px;
    height: 160px;
    border: 2px solid #7d6eb1;
    border-radius: 50%;
    background-color: #7d6eaf;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fst_clt{
    background-color: transparent !important;  
}
.fst_clt p{
    color:#000 !important;
}
.client_sm5 p{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
}

.ctr_box7{
    width: 100%;
}
.bg7{
    background-image: url(../images/welcome8.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    height: 250px;
    background-position: center;
}
.text_ctr7{
    width: 600px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_ctr7 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    color: #ffff;
}

/******** Our Creadit --start ************/
.heading8 h2{
    color: #1f1f1f;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 30px 0px 20px 0px;
}

.creadit_main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    row-gap: 20px;
    margin-top: 60px;
}
.creadit{
    width: 160px;
    height: 160px;
    border: 2px solid #7d6eb1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.creadit a{
    text-decoration: none;
}
.creadit_sub{
    text-align: center;
    border: 1px solid;
    width: 160px;
    height: 160px;
    clip-path: circle(50% at 50% 50%);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.creadit_sub img{
    width:50px;
}
.creadit_sub p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
}

.ctr_box8{
    width: 100%;
}
.bg8{
    background-image: url(../images/welcome9.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    height: 250px;
    background-position: center;
}
.text_ctr8{
    width: 600px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_ctr8 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    text-align: center;
    color: #ffff;
}

/******** Contact us --start ************/
.heading9 h2{
    color: #1f1f1f;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 50px 0px 20px 0px;
    display: none;
}
.ctr_box9{
    width: 700px;
    height: 700px;
    margin: 0 auto;
}
.bg9{
    background-image: url(../images/contact-copy.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}
.text_ctr9{
    width: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text_ctr9 p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
    text-align: center;
    margin: 0% !important;
    color: #000;
}
.text_ctr9 p span:last-child{
    margin-bottom: 10px;
}
.link2 {
    text-decoration: none;
    color: #7e71b1;
}
.text_ctr9 p span{
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 1600px) {
.text_ctr4 {
    top: 40%;
}
.why_rt_con{
    left: 65%;
}
}

@media screen and (max-width: 1200px) {
.ctr_box1{
    width: 760px;
    height: 350px;
}
.text_ctr1 p{
    font-size: 15px;
}
.text_ctr2 {
    top: 65%;
}
.text_ctr4 {
    top: 35%;
    width: 600px;
}

.why_rt_con {
	width: 420px;
    z-index: 999;
    left: 50%;
}
.why_ctr_img{
    left: 40%;
}
.why_lt_con{
    left: 12%;
}
.top3 {
    width: 85%;
}
.top {
    width: 100%;
}
}

@media screen and (max-width: 1000px){
.bg2{
    background-size: contain;
}
.ctr_box3{
    width: 750px;
    height: 550px;
    margin: 0 auto;
}
.ctr_box5 {
    width: 750px;
    height: 550px;
}
.text_ctr5 {
    top: 48%;
    left: 48%;
}
.text_ctr6{
    top: 35%;
}
.logo{
    float: none;
    margin: 1% auto;
    width: 200px;
}
.navbarrr {
    width: 100% !important;
    margin: 0% auto !important;
    background-color: #2d2d2b !important;
}
.header_main{
    border-bottom: 0;
}
} 

@media screen and (max-width: 800px) {
.ctr_box1{
    width: 600px;
    height: 275px;
}
.text_ctr1 p{
    font-size: 12px;
}
.text_ctr2 {
    top: 50%;
}
.ctr_box2 {
    height: 300px;
}
.ctr_box3{
    width: 600px;
    height: 500px;
    margin: 0 auto;
}
.text_ctr4 {
    top: 25%;
    width: 600px;
}
.text_ctr4 p {
    font-size: 15px;
}
.bg4{
    height: 80vh;   
}
.why_ctr_img{
    display: none;
}
.why_lt_con {
    position: static;
    transform: none;
}
.why_sm2 {
    width: 100%;
    float: none;
    height: auto;
}
.why_rt_con {
    position: static;
    transform: none;
    width: 98%;
    padding: 20px;
}
.why_lt_con p{
    padding: 0px;
}
.why_rt_con p{
    text-align: center;
    line-height: 160%;
    font-size: 16px;
}
.why_rt_con p span{
    display: inline;
    text-align: center;
}
.ctr_box5 {
    width: 600px;
    height: 400px;
}
.text_ctr5 {
    top: 46%;
    left: 44%;
}
.text_ctr5 p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 160%;
    text-align: center;
    color: #ffff;
}
.text_ctr6 {
    top: 26%;
}
.text_ctr6 p {
    font-size: 15px;
    line-height: 160%;
}
.top2{
    width: 95%;
}
.top3{
    width: 95%;
}
.ctr_box9{
    width: 600px;
    height: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 600px) {
.why_lt_con p {
    line-height: 37px;
    margin: 50px 0px 20px 0px;
}
.mg_top{
    margin-top: 50px;
}
.ctr_box1{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
}
.text_ctr1 {
    position: static;
    transform: none;
}
.bg1{
    background-image: none;
}
.text_ctr1 p{
    font-size: 15px;
    line-height: 160%;
}

.ctr_box2{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
}
.text_ctr2 {
    position: static;
    transform: none;
    width: 100%;
}
.bg2{
    background-image: none;
}
.text_ctr2 p{
    font-size: 15px;
    line-height: 160%;
}
.text_ctr2 p span {
    display: inline;
}

.ctr_box3{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
}
.text_ctr3 {
    position: static;
    transform: none;
    width: 100%;
}
.bg3{
    background-image: none;
}
.text_ctr3 p{
    font-size: 15px;
    line-height: 160%;
}
.heading3 h2{
    display: block;
}

.ctr_box4{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
}
.text_ctr4 {
    position: static;
    transform: none;
    width: 100%;
}
.bg4{
    background-image: none;
}
.text_ctr4 p{
    font-size: 15px;
    line-height: 160%;
}
.text_ctr4 p span{
    display: inline;
}

.heading5 h2{
    display: block;
}
.ctr_box5{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
}
.text_ctr5 {
    position: static;
    transform: none;
    width: 100%;
}
.bg5{
    background-image: none;
}
.text_ctr5 p{
    font-size: 15px;
    line-height: 160%;
}
.text_ctr5 p span{
    display: inline;
}

.ctr_box6{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
}
.text_ctr6 {
    position: static;
    transform: none;
    width: 100%;
}
.bg6{
    background-image: none;
}
.text_ctr6 p{
    font-size: 15px;
    line-height: 160%;
}
.text_ctr6 p span{
    display: inline;
}

.ctr_box7{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
    margin-top: 40px;
}
.text_ctr7 {
    position: static;
    transform: none;
    width: 100%;
}
.bg7{
    background-image: none;
}
.text_ctr7 p{
    font-size: 15px;
    line-height: 160%;
}
.text_ctr7 p span{
    display: inline;
}

.ctr_box8{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
    margin-top: 40px;
}
.text_ctr8 {
    position: static;
    transform: none;
    width: 100%;
}
.bg8{
    background-image: none;
}
.text_ctr8 p{
    font-size: 15px;
    line-height: 160%;
}

.heading9 h2{
    display: block;
}
.ctr_box9{
    width: 100%;
    height: auto;
    background-color: #7d6eb3;
    position: static;
    padding: 10px;
    margin-top: 40px;
}
.text_ctr9 {
    position: static;
    transform: none;
    width: 100%;
}
.bg9{
    background-image: none;
}
.text_ctr9 p{
    font-size: 15px;
    line-height: 160%;
    color:#fff;
}
.link2{
    color:#fff;
}
}