html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #000218;
	overflow-x: hidden;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}

p,
a,
li {
	display: block;
	font: 400 16px/26px 'Nunito', sans-serif;
	color: #fff;
}

p {
	margin-bottom: 28px;
}

p:last-child {
	margin-bottom: 0 !important;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.25;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 32px;
	line-height: 1.438;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 1.6;
}

h5 {
	font-size: 22px;
	line-height: 1.2;
}

h6,
.md-txt {
	font-size: 20px;
	line-height: 1.5;
}

a,
p,
button,
span,
.card {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

a:hover {
	color: #d75348;
}

.container-fluid {
	max-width: 1920px;
}

::before,
::after {
	content: "";
	display: none;
}

@media screen and (min-width: 1501px) {
	.custom-wrapper {
		width: 100%;
		max-width: 1470px;
		margin: 0 auto;
	}
}

.fluid-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.xl-heading {
	font: 700 60px/1.2 'Nunito', sans-serif;
}

.lg-heading {
	font-size: 50px;
	line-height: 1.2;
}

.md-heading {
	font-size: 42px;
	line-height: 1.2;
}

.sm-heading {
	font-size: 35px;
	line-height: 1.286;
}

.sm-txt {
	font-size: 18px;
}

.font-weight-semibold-italic {
	font-weight: 600;
	font-style: italic;
}

.font-weight-semibold {
	font-weight: 600;
}

.font-weight-extrabold {
	font-weight: 800;
}

.font-weight-black {
	font-weight: 900;
}

.font-weight-light {
	font-weight: 300;
}

.font-mauve {
	color: #EBBDFF;
}

.font-mine-shaft {
	color: #373737;
}

.btn {
	display: block;
	width: 100%;
	margin: 0 auto;
	font: 600 16px/16px 'Nunito', sans-serif;
	padding: 12px;
	color: #ffffff;
}

.btn-1 {
	font: 700 36px/1 'Nunito', sans-serif;
	max-width: 1025px;
	padding: 35px 15px;
	background: linear-gradient(to right, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 50%, rgba(61, 50, 191, 1) 100%);
	background-size: 200% auto !important;
	border-radius: 50px;
	box-shadow: 0 15px 24px 0 rgba(0, 0, 0, 0.17);
}

.bg-dark {
	background-color: #171717 !important;
}

.btn-1:hover {
	background-position: right center !important;
}

.btn:focus,
input:focus {
	box-shadow: none !important;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt-v2 {
	background:linear-gradient(to right, #FFB266 0%, #C04350 100%);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	max-width: max-content;
	margin: 0 auto;
}

.color-txt {
	color: #fff799;
}

.vid-wrapper {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	/* border-radius: 8px; */
	overflow: hidden;
	box-shadow: 0 0 30px #6E5CF0;
}

.vid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.xl-padding {
	padding: 100px 0;
}

.lg-padding {
	padding: 80px 0;
}

.md-padding {
	padding: 65px 0;
}

.sm-padding {
	padding: 50px 0;
}

.custom-box {
	width: 100%;
	padding: 16px;
	border: 1px solid #514f4f;
}

.custom-box .sm-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.custom-box .sm-box::after,
.custom-box .sm-box::before {
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: #fff;
	transform: translate(-1px, -1px);
}

.custom-box .sm-box:last-child::before {
	bottom: 0;
	transform: translate(-1px, 1px);
}

.custom-box .sm-box:first-child::after {
	right: 0;
	transform: translate(1px, -1px);
}

.custom-box .sm-box:last-child::after {
	right: 0;
	transform: translate(1px, 1px);
	bottom: 0;
}

/* cockie styles*/
.wrap {
	position: fixed;
	z-index: 2000;
	right: 18px;
	bottom: 18px;
	max-width: 220px;
	background: rgba(63, 61, 57, .9);
	padding: 18px;
}

.wrappara {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

.wrap .my_btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 11px;
	font: 700 16px/16px 'Nunito';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #ffffff;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #f8233f;
	color: #fff;
}

/* end cockie styles*/

.bg-white {
	background-color: #fff;
}

/*Banner*/
#banner {
    padding-top: 40px;
    background: url(../images/ban-f1.png) center /cover, url(../images/ban-bg.png) no-repeat center /cover;
}
#banner .vid-wrapper {
	margin-bottom: 50px;
}

.vid-wrapper {
	max-width: 1050px;
	z-index: 1;
}
.page-vsl {
    max-width: 100%;
    padding: 4px;
    background: linear-gradient(to right, #E87670 0%,#C04350 100%);
    box-shadow: 0 0 30px #6E5CF0;
}
.floating-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
}
.floating-img img {
    position: absolute;
}
.f1 {
    left: -300px;
    top: 0;
}
.f2 {
    right: -300px;
    bottom: -100px;
}


/*End Banner*/

/*Header Start*/
.main-header {
	display: block;
}

.top-header {
	padding: 18px 0;
	background: #000;
}

.top-header .custom-wrapper,
.bottom-header .custom-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.top-header .btn-wrapper {
    background: linear-gradient(to left,#8B010F 0%,#FFB266 50%,#8B010F 100%);
    border-radius: 15px;
    padding: 15px;
    display: block;
    background-size: 200%;
    max-width: 22%;
    width: 100%;
    text-align: center;
}
.top-header .btn-wrapper:hover {
	background-position: right;
}
.bottom-header {
	background: #040218;
	padding: 12px 0;
}

.bottom-header .steps {
    display: flex;
    align-items: center;
    background: #250000;
    padding: 8px 15px;
    border-radius: 100px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    flex: 0 0 33.33%;
    max-width: 30%;
}

.bottom-header .steps img {
	width: 40px;
}

@media screen and (max-width: 1440.98px) {
	.top-header .sm-txt {
		font-size: 16px;
	}

	.top-header .btn-wrapper {
		font-size: 20px;
	}

	.bottom-header .steps p {
		font-size: 14px;
	}

	.top-header .custom-wrapper, .bottom-header .custom-wrapper {
		max-width: 1000px;
	}

	.top-header {
		padding: 12px 0;
	}

	.bottom-header {
		padding: 10px 0;
	}

	.bottom-header .steps {
		padding: 5px;
		flex: 0 0 33.33%;
		max-width: 29%;
	}
}


@media screen and (max-width: 1199.98px) {
	.top-header .sm-txt {
		font-size: 14px;
	}

	.top-header .custom-wrapper, .bottom-header .custom-wrapper {
		max-width: 850px;
	}

	.top-header .btn-wrapper {
		font-size: 18px;
	}
	.bottom-header .steps {
		flex: 0 0 33.33%;
		max-width: 27%;
	}
	.bottom-header .steps img {
		width: 35px;
	}
	.bottom-header .steps p {
		font-size: 13px;
	}
}

@media screen and (max-width: 1024.98px) {

}

@media screen and (max-width: 991.98px) {
	.main-header {
		display: none;
	}

	.top-header .custom-wrapper,
	.bottom-header .custom-wrapper {
		max-width: 90%;
	}

	.main-header .bottom-header .d-flex {
		display: unset !important;
	}

	.bottom-header .steps {
		flex: 0 0 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.bottom-header .steps:not(:last-child) {
		margin-bottom: 15px;
	}

	.bottom-header .arrow {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {

	.top-header .custom-wrapper,
	.bottom-header .custom-wrapper {
		max-width: 95%;
	}
	.top-header .d-flex.justify-content-between {
		flex-wrap: wrap;
		justify-content: center !important;
		margin: 0 auto;
		gap: 15px;
	}
	.top-header .btn-wrapper {
		max-width: 30%;
	}
}

@media screen and (max-width: 640.98px) {

	.top-header p,
	.bottom-header p.md-txt {
		font-size: 12px;
	}

	.top-header a.h4 {
		font-size: 18px;
	}
	.top-header .btn-wrapper {
		max-width: 50%;
	}
}

@media screen and (max-width: 575.98px) {
	.top-header p {
		text-align: center;
	}

	.top-header .wrapper {
		flex-wrap: wrap;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.top-header .wrapper .img-wrapper {
		margin: 0 auto  15px !important;
	}

	.top-header a.h4 {
		margin: 0 auto;
	}

	.top-header .wrapper .img-wrapper,
	.top-header .wrapper .text-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.top-header .d-flex {
		flex-wrap: wrap;
	}

	.bottom-header .steps {
		flex: 0 0 100%;
		max-width: 280px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 360.98px) {	
	.top-header .btn-wrapper {
		max-width: 100%;
		padding: 10px;
		border-radius: unset;
	}
	.bottom-header .steps {
		max-width: 100%;
		border-radius: unset;
	}
	.bottom-header .steps img {
		background: red;
	}
	.bottom-header .steps:not(:last-child) {
		margin-bottom: 10px;
	}
	.bottom-header .steps p {
		font-size: 14px;
	}
}

/*Header end*/
/* is1 */
.is1 {
    padding: 60px 0;
    background: url(../images/ban-f1.png) center /cover, linear-gradient(to left, black, #060B27);
    border-bottom: 1px solid #6E5CF0;
}
.is1 .title-area {
    margin: 0 auto 50px;
}
.is1 .title-area p:first-child {
    background: red;
    max-width: max-content;
    margin: 0 auto 20px;
    padding: 2px 10px;
    font-weight: 700;
    border-radius: 10px;
}
.is1 .img-wrapper {
    margin: 0 auto 50px;
    filter: drop-shadow(0 0 20px rgb(110 92 240 /50%));
}
.is1 .text-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: #250000;
    padding: 30px 50px;
    border-radius: 20px;
    border: 2px solid #27294B;
}

/* is2 */
.is2 {
    padding: 60px 0px;
    background: url(../images/ban-bg.png) no-repeat bottom center /contain, url(../images/ban-f1.png) center /contain;
}
.is2 .title-area {
    margin: 0 auto 60px;
}
.is2 .wrapper .row {
    background: linear-gradient(to bottom, #1C1C27, #000);
    border-radius: 40px;
    padding: 40px 30px;
    border: 1px solid #793c40;
    box-shadow: inset 0 0 40px #4CFF9F;
}
.is2 .colmn .img-wrapper {
    background: linear-gradient(to top, #5F33D6, #B49FEA);
    padding: 30px;
    border-radius: 30px;
}
.is2 .colmn p.h4 {
    background: #2D2E3E;
    max-width: max-content;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    border: 2px solid #c04350;
}
.is2 .price-btn {
    max-width: max-content;
    background: linear-gradient(to left, #C2E96F, #66FF7E);
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}
.is2 .wrapper:not(:last-child) {
    margin-bottom: 50px;
}
.is2 .colmn-1 img {
    width: 400px;
}

.grad-txt {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    max-width: max-content;
	background: linear-gradient(to right, #F6F6F7 0%, #7E808F 100%);
}

/* is5 */
.is5,
.is6 {
    padding: 60px 0;
}
.is5 {
    background: linear-gradient(to bottom, black, #200739);
}
.is6 {
    background: url(../images/ban-bg.png) no-repeat bottom center/contain, linear-gradient(to top, black, #200739);
}
.is5 .title-area {
    max-width: 1000px;
    margin: 0 auto;
}

/* is6 */
.is6 .title-area {
    margin-bottom: 40px;
}	
.is6 .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.is6 .content-wrapper .wrapper:not(:last-child) {
    margin-bottom: 40px;
}
.is6 .content-wrapper .wrapper {
    background: #0A0D24;
    border-radius: 40px;
    padding: 40px 30px;
    border: 3px solid #27294B;
}
.is6 p.h4 {
    border: 2px solid #c04350;
    background: #2D2E3E;
    padding: 10px 15px;
    border-radius: 20px;
    text-transform: uppercase;
}
.is6 .btn-wrapper {
    margin-top: 60px;
}
.is6 .no-thanks {
    max-width: 945px;
    margin: 50px auto 0;
}
.is6 .btn-wrapper a {
    background: linear-gradient(to left,#8B010F 0%,#FFB266 50%,#8B010F 100%);
    display: inline-block;
    padding: 20px 60px;
    border-radius: 10px;
    background-size: 200%;
}
.is6 .btn-wrapper a:hover {
	background-position: right;
	color: #fff;
}
.no-thanks a:hover {
    text-decoration: underline !important;
}


/*Section 1*/
.s1 {
    background: url(../images/ban-f1.png) center /contain, url(../images/ban-bg.png) no-repeat bottom center /contain;
}
.s1 .title-area {
    max-width: 1000px;
    margin: 0 auto 50px;
}
#price .colmn {
    max-width: 31%;
    flex: 0 0 33.33%;
}
#section-1 .content-wrapper .img-wrapper {
	max-width: 80%;
	margin: 0 auto;
}

#section-1 .content-wrapper {
	max-width: 50%;
}
#section-1 #price {
    align-items: flex-start;
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;
    gap: 50px;
}
#section-1 .pricing-table {
    max-width: 100%;
    margin: 0 auto;
    border: 2px solid #793c40;
    border-radius: 20px;
    overflow: hidden;
}
#section-1 .dfy .tbl-wrapper {
	background-color: #171717;
	border-radius: 20px;
	overflow: hidden;
	/* border: 2px solid #733ce2; */
}
#section-1 .pricing-table .pricing-th {
    background: linear-gradient(to bottom, black, #666);
    padding: 0 32px;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section-1 .pricing-table .pricing-body ul {
	padding: 40px 20px 40px;
}

#section-1 .pricing-table ul li {
	padding-left: 40px;
	font-size: 18px;
	color: #ffff !important;
}
#section-1 .pricing-table ul li:not(:last-child) {
	margin-bottom: 25px;
}

#section-1 .pricing-table ul li::after {
	display: block;
	position: absolute;
	background: url(../images/tick.png) center/cover no-repeat;
	width: 24px;
	height: 24px;
	left: 0;
	top: 3px;
}
#section-1 .pricing-table ul li.s::after {
	background: url(../images/star.png) center/cover no-repeat;
}

#section-1 .pricing-table ul li.cross::after {
	background-image: url(../images/cross_tick.svg);
}

#section-1 .pricing-table .btn {
	font-size: 24px;
	padding: 16px;
	max-width: 513px;
	margin-bottom: 10px;
}
#section-1 .pricing-table .divider {
    width: 100%;
    min-height: 134px;
    background: linear-gradient(to top, #1A1335, #977DFF);
}

#section-1 .dfy .divider {
	width: 100%;
	min-height: 134px;
	background: #8f33c4;
}

#section-1 .pricing-table .divider h4 {
	font-size: 28px;
	line-height: 1.2;
	color: #333;
	font-weight: 900;
}

#section-1 .pricing-table .divider h4 span {
	display: block;
	font-size: 24px;
	font-weight: 700;
}

/* #section-1 .row-1 .pricing-table .pricing-th img {
    height: 90px;
    width: auto;
} */
#section-1 .row-2 .pricing-th {
    background: #000 !important;
}
#section-1 .row-2 .pricing-table {
    border: 2px solid #fff !important;
}
#section-1 .pricing-body {
    background: #000 !important;
    padding-bottom: 20px;
}

#section-1 .unlimited .pricing-body,
#section-1 .professional .pricing-body {
	padding-bottom: 20px;
}

#section-1 .unlimited .pricing-body {
	background: linear-gradient(to bottom, #6f39b8 0%, #3d0170 100%);
}

#section-1 .professional .pricing-body {
	background: #fff;
}

#section-1 .professional ul li {
	color: #333;
}

.font-orange {
	color: #ff8a00;
}
.offer-list .font-orange {
	color: #dbf8a1;
}


#section-1 .dfy .pricing-th {
	background: #000;
}

#section-1 .dfy .pricing-body {
	background: #25272a;
	padding-bottom: 20px;
}

#section-1 .whitelabel .pricing-th {
	background: #000;
}

#section-1 .whitelabel .pricing-body {
	background: #fff;
	padding-bottom: 20px;
}

#section-1 .pricing-table.whitelabel {
	border: 2px solid #504cf5;
}
.pricing-table li span {
    font-weight: 700;
    text-decoration: underline !important;
}

/* btn-wrap */
.btn-wrapper a {
   max-width: max-content;
    margin: 0 auto;
}


/* new page */
#new-page {
    background: url(../images/ban-bg.png) no-repeat bottom center /contain, url(../images/ban-f1.png) center /contain;
}
#new-page .content-wrapper {
    max-width: 80% !important;
    margin: 0 auto;
}
#new-page .row p.h3 {
    background: #2D2E3E;
    max-width: max-content;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-bottom: 5px;
    text-shadow: -1px 2px 0px #000;
    font-weight: 700;
    border: 2px solid #c04350;
}
.s11 {
    padding: 60px 0;
}

.s11 .custom-wrapper,
.is4 .custom-wrpaper {
    max-width: 1600px;
    margin: 0 auto;
}

.s11 .title-area {
	margin-bottom: 90px;
}
.s11 .row {
    border-radius: 30px;
    box-shadow: inset 0 0 40px rgb(76 255 159 /50%);
    overflow: hidden;
    align-items: center;
    padding: 30px 20px;
    border: 1px solid #4CFF9F;
}
#new-page .content-wrapper .img-wrapper {
    max-width: max-content !important;
    margin: 0 auto;
}
.s11 .row:nth-child(odd), .s11.s12 .row:nth-child(even) {
    background: linear-gradient(to top, #1C1C27, #000);
}
.s11 .row:nth-child(even),
.s11.s12 .row:nth-child(odd) {
    background: linear-gradient(to bottom, #1C1C27, #000);
}
.s11 .title-area h4 {
	font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    max-width: max-content;
    background: linear-gradient(to right, #FFB266 0%, #C04350 100%);
}
.s11 .colmn-2 img {
    width: 500px;
}

/* Section 17 End */

/* Section 19 Start */
.s12 {
	padding: 60px 0;
}
.is4 {
    padding: 60px 0;
    background: linear-gradient(to left, black, #200739);
}
#is4 .content-wrapper {
    max-width: 1245px !important;
    margin: 0 auto;
}
.is4 .colmn p.h4 {
    background: #2D2E3E;
    max-width: max-content;
    padding: 15px 25px;
    border-radius: 20px;
    border: 2px solid #c04350;
}
.is4 p.md-txt {
    margin-top: 5px;
}


/* Lve */
.live {
    padding: 40px;
    border: 1px solid #977DFF;
	border-left: unset;
	border-right: unset;
    background: url(../images/ban-f1.png) center /contain;
}
.live .md-heading {
    font-size: 60px;
    line-height: 1.2;
}
.live span {
    background: linear-gradient(to right, rgba(61, 50, 191, 1) 0%, rgba(142, 51, 225, 1) 100%);
    padding: 0 10px;
    border-radius: 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: flex;
    max-width: max-content;
    margin: 0 auto;
    text-shadow: 0 3px 4px rgba(0 0 0/70%);
}	
#live .content-wrapper {
    max-width: 100% !important;
}
#live .content-wrapper .img-wrapper {
    filter: drop-shadow(0 0 10px #E9766F);
    max-width: 80%;
    margin: 0 auto;
}

/*End Section 1*/


/* Disclaimer Start */
#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #FF6085 !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
}

.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Nunito', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Nunito';
}

#footer-section li a:hover {
	color: #FF6085 !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 15px;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {
	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */