/* DEFAULT STYLING */

/* margin styling */
.mt-10 {margin-top: 10px !important;} .mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;} .mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;} .mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;} .mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;} .mt-55 {margin-top: 55px !important;}
.mt-60 {margin-top: 60px !important;} .mt-65 {margin-top: 65px !important;}
.mt-70 {margin-top: 70px !important;} .mt-75 {margin-top: 75px !important;}
.mt-80 {margin-top: 80px !important;} .mt-85 {margin-top: 85px !important;}
.mt-90 {margin-top: 95px !important;} .mt-95 {margin-top: 95px !important;}
.mb-10 {margin-bottom: 10px !important;} .mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;} .mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;} .mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;} .mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;} .mb-55 {margin-bottom: 55px !important;}
.mb-60 {margin-bottom: 60px !important;} .mb-65 {margin-bottom: 65px !important;}
.mb-70 {margin-bottom: 70px !important;} .mb-75 {margin-bottom: 75px !important;}
.mb-80 {margin-bottom: 80px !important;} .mb-85 {margin-bottom: 85px !important;}
.mb-90 {margin-bottom: 95px !important;} .mb-95 {margin-bottom: 95px !important;} 

/* container styling */
/* .container { padding-top:50px; padding-bottom: 50px;} */

body {
	margin: 0;
	padding: 0;
	/* font-family: 'Poppins', sans-serif; */
	font-family: "Raleway", sans-serif;
	color: #000000;
	font-size: 14px;
  }

  /* .raleway {
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
  } */


/* text styling */
h1,h2,h3,h4,h5,h6,p,a{
	 /* font-family: 'Poppins', sans-serif; */
	
	 font-family: "Montserrat", sans-serif;
	
	}
h1 { font-size: 50px; }
h2 { font-size: 40px; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 400; }
.font-bold { font-weight: 700; }
.font-bolder { font-weight: 800; }
ul,li,a,p { font-size: 20px; }

/* color styling */
.font-white { color:#fff; }
.font-dark { color: rgb(22, 22, 109); }
.font-pink { color:#ee0091; }
.font-orange { color: #f5b830; }
.font-yellow { color: #ffeb04; }
.font-red { color: #ff0000; }
.font-violet { color: #7239ff; }
.font-blue { color: #0279ee; }
.font-cyan { color: #3ee5cc; }
.font-grey { color: #3c4362; }
.font-gold { color: #e5c01e; }
.yallow-color {
	color: #f69110;
  }
  .text-dark{
	color: rgb(22, 22, 109) !important;
  }
  .font-graan{
	color: rgb(25, 158, 254);
  }
/* image styling */
.img-center { display:block; max-width: 100%; margin: auto;}

.intro-box{
	background-color: rgb(255, 255, 255);
  display: inline-block;
  padding: 5px 30px;
  border-radius: 38px;
  color:#000;
}

@media (max-width: 767px) {
	.img-center {
		display: block;
		max-width: 100%;
		margin: auto;
	  }
  }
  @media (min-width: 768px) {
	.logo-img  img{	  display: block;
	  max-width: 360px;
	  width: 100%;
	 
	}
	.intro-box {
		background-color: rgb(255, 255, 255);
		color:#000;
		display: inline-block;
		padding: 5px 50px;
		border-radius: 38px;
	}
}
@media (max-width: 768px) {
	.logo-img img {	

	  max-width: 260px;
	  width: 100%;
	}
}
  .gradient-color2 {
	background: #ff0f47;
	background: linear-gradient(to bottom, #ff0f47 0%, #da5736 100%);
	  background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }


/* text styling */
.text-center { text-align: center; }
.text-right { text-align: right; }

.content-inner {
	padding: 50px 0;
}

.content-inner-2 {
	padding: 80px 0 0 0;
}

.content-inner-3 {
	padding: 80px 0 150px;
}


.font16 {
	font-size: 16px
}

.font18 {
	font-size: 18px
}

.font20 {
	font-size: 20px
}

.font22 {
	font-size: 22px
}

.font24 {
	font-size: 24px
}

.font26 {
	font-size: 26px
}

.font28 {
	font-size: 28px
}

.font30 {
	font-size: 30px
}

.font32 {
	font-size: 32px
}

.font34 {
	font-size: 34px
}

.font36 {
	font-size: 36px
}

.font38 {
	font-size: 38px
}

.font40 {
	font-size: 40px
}

.font42 {
	font-size: 42px
}

.font44 {
	font-size: 44px
}

.font46 {
	font-size: 46px
}

.font48 {
	font-size: 48px
}

.font50 {
	font-size: 50px
}

.mtop0 {
	margin-top: 0 !important
}

.mtop1 {
	margin-top: 1px !important
}

.mtop2 {
	margin-top: 2px !important
}

.mtop3 {
	margin-top: 3px !important
}

.mtop4 {
	margin-top: 4px !important
}

.mtop5 {
	margin-top: 5px !important
}

.mtop6 {
	margin-top: 6px !important
}

.mtop7 {
	margin-top: 7px !important
}

.mtop8 {
	margin-top: 8px !important
}

.mtop9 {
	margin-top: 9px !important
}

.mtop10 {
	margin-top: 10px !important
}

.mtop11 {
	margin-top: 11px !important
}

.mtop12 {
	margin-top: 12px !important
}

.mtop13 {
	margin-top: 13px !important
}

.mtop14 {
	margin-top: 14px !important
}

.mtop15 {
	margin-top: 15px !important
}

.mtop16 {
	margin-top: 16px !important
}

.mtop17 {
	margin-top: 17px !important
}

.mtop18 {
	margin-top: 18px !important
}

.mtop19 {
	margin-top: 19px !important
}

.mtop20 {
	margin-top: 20px !important
}

.mtop21 {
	margin-top: 21px !important
}

.mtop22 {
	margin-top: 22px !important
}

.mtop23 {
	margin-top: 23px !important
}

.mtop24 {
	margin-top: 24px !important
}

.mtop25 {
	margin-top: 25px !important
}

.mtop26 {
	margin-top: 26px !important
}

.mtop27 {
	margin-top: 27px !important
}

.mtop28 {
	margin-top: 28px !important
}

.mtop29 {
	margin-top: 29px !important
}

.mtop30 {
	margin-top: 30px !important
}

.mtop31 {
	margin-top: 31px !important
}

.mtop32 {
	margin-top: 32px !important
}

.mtop33 {
	margin-top: 33px !important
}

.mtop34 {
	margin-top: 34px !important
}

.mtop35 {
	margin-top: 35px !important
}

.mtop36 {
	margin-top: 36px !important
}

.mtop37 {
	margin-top: 37px !important
}

.mtop38 {
	margin-top: 38px !important
}

.mtop39 {
	margin-top: 39px !important
}

.mtop40 {
	margin-top: 40px !important
}

.mtop41 {
	margin-top: 41px !important
}

.mtop42 {
	margin-top: 42px !important
}

.mtop43 {
	margin-top: 43px !important
}

.mtop44 {
	margin-top: 44px !important
}

.mtop45 {
	margin-top: 45px !important
}

.mtop46 {
	margin-top: 46px !important
}

.mtop47 {
	margin-top: 47px !important
}

.mtop48 {
	margin-top: 48px !important
}

.mtop49 {
	margin-top: 49px !important
}

.mtop50 {
	margin-top: 50px !important
}

.mtop51 {
	margin-top: 51px !important
}

.mtop52 {
	margin-top: 52px !important
}

.mtop53 {
	margin-top: 53px !important
}

.mtop54 {
	margin-top: 54px !important
}

.mtop55 {
	margin-top: 55px !important
}

.mtop56 {
	margin-top: 56px !important
}

.mtop57 {
	margin-top: 57px !important
}

.mtop58 {
	margin-top: 58px !important
}

.mtop59 {
	margin-top: 59px !important
}

.mtop60 {
	margin-top: 60px !important
}

.mtop61 {
	margin-top: 61px !important
}

.mtop62 {
	margin-top: 62px !important
}

.mtop63 {
	margin-top: 63px !important
}

.mtop64 {
	margin-top: 64px !important
}

.mtop65 {
	margin-top: 65px !important
}

.mtop66 {
	margin-top: 66px !important
}

.mtop67 {
	margin-top: 67px !important
}

.mtop68 {
	margin-top: 68px !important
}

.mtop69 {
	margin-top: 69px !important
}

.mtop70 {
	margin-top: 70px !important
}

.mtop71 {
	margin-top: 71px !important
}

.mtop72 {
	margin-top: 72px !important
}

.mtop73 {
	margin-top: 73px !important
}

.mtop74 {
	margin-top: 74px !important
}

.mtop75 {
	margin-top: 75px !important
}

.mtop76 {
	margin-top: 76px !important
}

.mtop77 {
	margin-top: 77px !important
}

.mtop78 {
	margin-top: 78px !important
}

.mtop79 {
	margin-top: 79px !important
}

.mtop80 {
	margin-top: 80px !important
}

.mtop81 {
	margin-top: 81px !important
}

.mtop82 {
	margin-top: 82px !important
}

.mtop83 {
	margin-top: 83px !important
}

.mtop84 {
	margin-top: 84px !important
}

.mtop85 {
	margin-top: 85px !important
}

.mtop86 {
	margin-top: 86px !important
}

.mtop87 {
	margin-top: 87px !important
}

.mtop88 {
	margin-top: 88px !important
}

.mtop89 {
	margin-top: 89px !important
}

.mtop90 {
	margin-top: 90px !important
}

.mtop91 {
	margin-top: 91px !important
}

.mtop92 {
	margin-top: 92px !important
}

.mtop93 {
	margin-top: 93px !important
}

.mtop94 {
	margin-top: 94px !important
}

.mtop95 {
	margin-top: 95px !important
}

.mtop96 {
	margin-top: 96px !important
}

.mtop97 {
	margin-top: 97px !important
}

.mtop98 {
	margin-top: 98px !important
}

.mtop99 {
	margin-top: 99px !important
}

.mtop100 {
	margin-top: 100px !important
}

@media(min-width:768px) {
	.font-md16 {
		font-size: 16px
	}

	.font-md18 {
		font-size: 18px
	}

	.font-md25 {
		font-size: 25px
	}

	.font-md20 {
		font-size: 20px
	}

	.font-md22 {
		font-size: 22px
	}

	.font-md24 {
		font-size: 24px
	}

	.font-md26 {
		font-size: 26px
	}

	.font-md28 {
		font-size: 28px
	}

	.font-md30 {
		font-size: 30px
	}

	.font-md32 {
		font-size: 32px
	}

	.font-md34 {
		font-size: 34px
	}

	.font-md35 {
		font-size: 35px
	}

	.font-md36 {
		font-size: 36px
	}

	.font-md38 {
		font-size: 38px
	}

	.font-md40 {
		font-size: 40px
	}

	.font-md42 {
		font-size: 42px
	}

	.font-md44 {
		font-size: 44px
	}

	.font-md45 {
		font-size: 45px
	}

	.font-md46 {
		font-size: 46px
	}

	.font-md48 {
		font-size: 48px
	}

	.font-md50 {
		font-size: 50px
	}

	.font-md52 {
		font-size: 52px
	}

	.font-md54 {
		font-size: 54px
	}

	.font-md55 {
		font-size: 55px
	}

	.font-md56 {
		font-size: 56px
	}

	.font-md58 {
		font-size: 58px
	}

	.font-md60 {
		font-size: 60px
	}

	.font-md62 {
		font-size: 62px
	}

	.font-md64 {
		font-size: 64px
	}

	.font-md65 {
		font-size: 65px
	}

	.font-md66 {
		font-size: 66px
	}

	.font-md68 {
		font-size: 68px
	}

	.font-md70 {
		font-size: 70px
	}

	.font-md72 {
		font-size: 72px
	}

	.font-md74 {
		font-size: 74px
	}

	.font-md75 {
		font-size: 75px
	}

	.font-md78 {
		font-size: 78px
	}

	.font-md80 {
		font-size: 80px
	}

	.font-md85 {
		font-size: 85px
	}
	.font-md100 {
		font-size: 100px;
	  }
	.font-md120 {
		font-size: 120px
	}

	.mtop-md0 {
		margin-top: 0 !important
	}

	.mtop-md1 {
		margin-top: 1px !important
	}

	.mtop-md2 {
		margin-top: 2px !important
	}

	.mtop-md3 {
		margin-top: 3px !important
	}

	.mtop-md4 {
		margin-top: 4px !important
	}

	.mtop-md5 {
		margin-top: 5px !important
	}

	.mtop-md6 {
		margin-top: 6px !important
	}

	.mtop-md7 {
		margin-top: 7px !important
	}

	.mtop-md8 {
		margin-top: 8px !important
	}

	.mtop-md9 {
		margin-top: 9px !important
	}

	.mtop-md10 {
		margin-top: 10px !important
	}

	.mtop-md11 {
		margin-top: 11px !important
	}

	.mtop-md12 {
		margin-top: 12px !important
	}

	.mtop-md13 {
		margin-top: 13px !important
	}

	.mtop-md14 {
		margin-top: 14px !important
	}

	.mtop-md15 {
		margin-top: 15px !important
	}

	.mtop-md16 {
		margin-top: 16px !important
	}

	.mtop-md17 {
		margin-top: 17px !important
	}

	.mtop-md18 {
		margin-top: 18px !important
	}

	.mtop-md19 {
		margin-top: 19px !important
	}

	.mtop-md20 {
		margin-top: 20px !important
	}

	.mtop-md21 {
		margin-top: 21px !important
	}

	.mtop-md22 {
		margin-top: 22px !important
	}

	.mtop-md23 {
		margin-top: 23px !important
	}

	.mtop-md24 {
		margin-top: 24px !important
	}

	.mtop-md25 {
		margin-top: 25px !important
	}

	.mtop-md26 {
		margin-top: 26px !important
	}

	.mtop-md27 {
		margin-top: 27px !important
	}

	.mtop-md28 {
		margin-top: 28px !important
	}

	.mtop-md29 {
		margin-top: 29px !important
	}

	.mtop-md30 {
		margin-top: 30px !important
	}

	.mtop-md31 {
		margin-top: 31px !important
	}

	.mtop-md32 {
		margin-top: 32px !important
	}

	.mtop-md33 {
		margin-top: 33px !important
	}

	.mtop-md34 {
		margin-top: 34px !important
	}

	.mtop-md35 {
		margin-top: 35px !important
	}

	.mtop-md36 {
		margin-top: 36px !important
	}

	.mtop-md37 {
		margin-top: 37px !important
	}

	.mtop-md38 {
		margin-top: 38px !important
	}

	.mtop-md39 {
		margin-top: 39px !important
	}

	.mtop-md40 {
		margin-top: 40px !important
	}

	.mtop-md41 {
		margin-top: 41px !important
	}

	.mtop-md42 {
		margin-top: 42px !important
	}

	.mtop-md43 {
		margin-top: 43px !important
	}

	.mtop-md44 {
		margin-top: 44px !important
	}

	.mtop-md45 {
		margin-top: 45px !important
	}

	.mtop-md46 {
		margin-top: 46px !important
	}

	.mtop-md47 {
		margin-top: 47px !important
	}

	.mtop-md48 {
		margin-top: 48px !important
	}

	.mtop-md49 {
		margin-top: 49px !important
	}

	.mtop-md50 {
		margin-top: 50px !important
	}

	.mtop-md51 {
		margin-top: 51px !important
	}

	.mtop-md52 {
		margin-top: 52px !important
	}

	.mtop-md53 {
		margin-top: 53px !important
	}

	.mtop-md54 {
		margin-top: 54px !important
	}

	.mtop-md55 {
		margin-top: 55px !important
	}

	.mtop-md56 {
		margin-top: 56px !important
	}

	.mtop-md57 {
		margin-top: 57px !important
	}

	.mtop-md58 {
		margin-top: 58px !important
	}

	.mtop-md59 {
		margin-top: 59px !important
	}

	.mtop-md60 {
		margin-top: 60px !important
	}

	.mtop-md61 {
		margin-top: 61px !important
	}

	.mtop-md62 {
		margin-top: 62px !important
	}

	.mtop-md63 {
		margin-top: 63px !important
	}

	.mtop-md64 {
		margin-top: 64px !important
	}

	.mtop-md65 {
		margin-top: 65px !important
	}

	.mtop-md66 {
		margin-top: 66px !important
	}

	.mtop-md67 {
		margin-top: 67px !important
	}

	.mtop-md68 {
		margin-top: 68px !important
	}

	.mtop-md69 {
		margin-top: 69px !important
	}

	.mtop-md70 {
		margin-top: 70px !important
	}

	.mtop-md71 {
		margin-top: 71px !important
	}

	.mtop-md72 {
		margin-top: 72px !important
	}

	.mtop-md73 {
		margin-top: 73px !important
	}

	.mtop-md74 {
		margin-top: 74px !important
	}

	.mtop-md75 {
		margin-top: 75px !important
	}

	.mtop-md76 {
		margin-top: 76px !important
	}

	.mtop-md77 {
		margin-top: 77px !important
	}

	.mtop-md78 {
		margin-top: 78px !important
	}

	.mtop-md79 {
		margin-top: 79px !important
	}

	.mtop-md80 {
		margin-top: 80px !important
	}

	.mtop-md81 {
		margin-top: 81px !important
	}

	.mtop-md82 {
		margin-top: 82px !important
	}

	.mtop-md83 {
		margin-top: 83px !important
	}

	.mtop-md84 {
		margin-top: 84px !important
	}

	.mtop-md85 {
		margin-top: 85px !important
	}

	.mtop-md86 {
		margin-top: 86px !important
	}

	.mtop-md87 {
		margin-top: 87px !important
	}

	.mtop-md88 {
		margin-top: 88px !important
	}

	.mtop-md89 {
		margin-top: 89px !important
	}

	.mtop-md90 {
		margin-top: 90px !important
	}

	.mtop-md91 {
		margin-top: 91px !important
	}

	.mtop-md92 {
		margin-top: 92px !important
	}

	.mtop-md93 {
		margin-top: 93px !important
	}

	.mtop-md94 {
		margin-top: 94px !important
	}

	.mtop-md95 {
		margin-top: 95px !important
	}

	.mtop-md96 {
		margin-top: 96px !important
	}

	.mtop-md97 {
		margin-top: 97px !important
	}

	.mtop-md98 {
		margin-top: 98px !important
	}

	.mtop-md99 {
		margin-top: 99px !important
	}

	.mtop-md100 {
		margin-top: 100px !important
	}
}

.l100 {
	line-height: 100%
}

.l110 {
	line-height: 110%
}

.l120 {
	line-height: 120%
}

.l130 {
	line-height: 130%
}

.l140 {
	line-height: 140%
}

.lh150 {
	line-height: 150%
}

.l160 {
	line-height: 160%
}

.l170 {
	line-height: 170%
}

.l180 {
	line-height: 180%
}

.l200 {
	line-height: 200%
}

.weight100 {
	font-weight: 100 !important
}

.weight200 {
	font-weight: 200 !important
}

.weight300 {
	font-weight: 300 !important
}

.weight400 {
	font-weight: 400 !important
}

.weight500 {
	font-weight: 500 !important
}

.weight600 {
	font-weight: 600 !important
}

.weight700 {
	font-weight: 700 !important
}

.weight800 {
	font-weight: 800 !important
}

.weight900 {
	font-weight: 900 !important
}

.relative {
	position: relative;
}


.cavet {
	font-family: 'Caveat', cursive;
}

.bg-light-yellow {
	background-color: rgba(255, 249, 235);
}

.bg-light-pink {
	background-color: rgb(250 244 255);
}

ul.feature-lists {
	margin: 0px;
	padding: 0px;
}

ul.feature-lists.style-1 li {
	list-style: none;
	background: url(../images/checked-1.png) no-repeat top left;
	padding-left: 35px;
	background-size: 25px;
}



ul.feature-lists-lg li:last-child {
	margin-bottom: 0px;
}

/* Header End */


.line-box {
	position: relative;
	z-index: 0;
}

.line-box .line3 {
	position: absolute;
	bottom: 0px;
	left: 15px;
	z-index: -1;
}

.effect-1 {
	position: relative;
	z-index: 1;
	display: inline-block;
}


.effect-2 {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.effect-3 {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.effect-4 {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.t-text1{
	color: rgb(57, 57, 93);
}

.t-g-clr {
	background: linear-gradient(90deg, #FF17FC 0.01%, #FFD548 99.99%);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			
}

.effect-1::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	left: 50%;
	bottom: 0px;
	background: url(../images/line1.png) no-repeat center center;
	background-size: auto;
	z-index: -1;
	transform: translateX(-50%);
	background-size: 100% 100%;
}
.effect-2::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 10px;
	left: 50%;
	bottom: 18px;
	background-color: rgb(255, 0, 0);
	z-index: -1;
	transform: translateX(-50%);
}
.effect-4::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	left: 50%;
	bottom: 10px;
	background-color: rgb(0, 205, 255);
	z-index: -1;
	transform: translateX(-50%);
}

@media (max-width: 400px) {
	.effect-2::before {
		content: '';
		position: absolute;
		width: 102%;
		height: 25px;
		left: 50%;
		bottom: 0px;
		background-color: rgb(255, 0, 0);
		z-index: -1;
		transform: translateX(-50%);
		padding: 0;
	}
	.effect-4::before {
		content: '';
		position: absolute;
		width: 102%;
		height: 25px;
		left: 50%;
		bottom: 0px;
		background-color: rgb(0, 205, 255);
		z-index: -1;
		transform: translateX(-50%);
		padding: 0;
	}
	.makeover {
		background: url(../images/makeover.png) no-repeat center center;
		background-size: auto;
		background-size: 100% 100%;
		padding: 8px 15px;
		display: block;
	}
}




.effect-3::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	left: 50%;
	bottom: 10px;
	background-color: rgb(255, 182, 10);
	z-index: -1;
	transform: translateX(-50%);
}

@media (max-width: 400px) {
	.effect-3::before {
		content: '';
		position: absolute;
		width: 102%;
		height: 25px;
		left: 50%;
		bottom: 0px;
		background-color: rgb(255, 182, 10);
		z-index: -1;
		transform: translateX(-50%);
		padding: 0;
	}
}


.strok1 {
	border: dashed 1px #ffa34e;
	display: inline-block;
	padding: 3px;
	margin-right: 10px;
}


@media (min-width: 768px) {
	.strok1 {
		background: url(../images/strok1.png) no-repeat center center;
		background-size: auto;
		background-size: auto;
		background-size: 100% 100%;
		border: none;
		padding: 5px 30px 4px -18px;
		margin-right: 0px;
		padding: 0px 50px 30px 15px;
	}
}

.strok2 {
	border: dashed 2px #ffa34e;
	display: inline-block;
	padding: 5px;
	margin-right: 10px;
}

.strok-color {
	color: #ffa34e;
}

.strok3 {
	background-image: linear-gradient(90deg, #0030FE 0%, #00DFFE 100%);
  border-radius: 4px;
	display: inline-block;
	padding: 3px;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.strok2 {
		background: url(../images/strok2.png) no-repeat center center;
		background-size: auto;
		background-size: 100% 100%;
		border: none;
		padding: 0px 40px 20px 15px;
		margin-right: 0px;
	}

	.strok3 {
		background: url(../images/strok3.png) no-repeat center center;
		background-size: auto;
		background-size: 100% 100%;
		border: none;
		padding: 10px 40px 10px 40px;
		margin-right: 0px;
	}
}


.sbox-1 {
	padding: 5px 30px;
	background-color: rgb(70, 0, 239);
	display: inline-block;
	border-radius: 360px;
}

.data-box {
	padding: 5px 10px;
	background-color: #2ddaff;
	color: #06337e;
}


.ltaxt-box {
	background-image: linear-gradient(90deg, rgb(255, 20, 252) 0%, rgb(66, 32, 255) 100%);
	padding: 5px 10px;
	display: inline-block;
}

.text-sahdow {
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.50);
}

.t-clr{
	color: rgb(255, 233, 25);
}
.t-clr1{
	color: rgb(0, 255, 219);
}
.t-clr2{
	color: rgb(249, 0, 25);
}
.t-clr3{
	color: rgb(255, 0, 240);
}
.t-clr4{
	color: rgb(255, 133, 0);
}
.t-clr5{
	color: rgb(216, 254, 19);
}
.t-clr6{
	color: rgb(104, 23, 247);
}
.t-clr7{
	color: rgb(85, 179, 28);
}
.t-clr8{
	color: rgb(255, 0, 72);
}

.t-clr9{
	color: rgb(0, 112, 255);
}

.t-clr10{
	color: rgb(255, 233, 25);
}

