body{
	background-color:#faf9fc;
}

@font-face {
	font-family: AvenirNextLTPro-Regular;
	src: url(../fonts/AvenirNextLTPro-Regular.woff);
}

@font-face {
	font-family: Roboto-Regular;
	src: url(../fonts/Roboto-Regular.woff);
}

@font-face {
	font-family: Biennale-Medium;
	src: url(../fonts/Biennale-Medium.woff);
}

a, p{
	font-family: Roboto-Regular;
}

p{
	font-weight:100;
}

h1, h2, h3, h4, h5{
	margin-bottom:unset;
}

.top-bar{
	background-color:black;
	display:flex;
	justify-content:right;
	padding:5px 50px 5px 0px;
}

.top-bar p{
	margin-bottom:unset;
	padding:0px 10px;
}

.top-bar a{
	color:white;
	text-decoration:none;
}

.top-bar a:hover{
	color:#a855f7;
}

.header{
	position:relative;
	width: 100%;
	transition: all 0.3s ease;
	background-color:#FAF9FC;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

body.has-sticky {
  padding-top: 90px;
}

.header .logo-nav{
	display:flex;
	justify-content: space-between;
}

.header .logo-nav .logo{
	padding:10px 100px;
}

.header .logo-nav .nav{
	padding:30px 100px 0px 0px;
}

.header .logo-nav .nav ul{
	display:flex;
}

.header .logo-nav .nav ul li{
	list-style:none;
	padding:0px 10px;
}

.header .logo-nav .nav ul li a{
	text-transform:uppercase;
	text-decoration:none;
	color:#555555;
	font-weight: 600;
    font-size: 1.1rem;
	transition:0.3s ease;
	white-space: nowrap;
}

.header .logo-nav .nav ul li a:hover{
	color:#7626ba;
	transition:0.3s ease;
}

.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle{
	padding:10px;
}

.sec1{
	position:relative;
	border-bottom:1px solid #ebd8fe;
}

.sec1 .content{
	padding:100px 0px;
}

.sec1 .content label{
	text-transform:uppercase;
	font-size:1rem;
	color:#6f23ae;
	font-weight:600;
	letter-spacing: 3px
}

.sec1 .content h1{
	text-transform:uppercase;
	font-size:8rem;
	font-weight:bold;
}

.sec1 .content h2{
	text-transform:uppercase;
	letter-spacing:3px;
}

.sec1 .content span{
	color:#6f23ae;
}

.sec1 .banner-content{
	display:flex;
	justify-content: space-between;
	padding:50px 50px 0px 0px;
}

.sec1 .banner-content p{
	width:450px;
	margin-bottom: unset;
	font-size:1.3rem;
	color:#776b70;
}

.sec1 .banner-content .contact-btn{
	margin-top:15px;
}

.sec1 .banner-content .contact-btn a{
	text-decoration:none;
	text-transform:uppercase;
	color:white;
	padding:15px 30px;
	background-color:#6f23ae;
	font-weight:bold;
	margin-bottom: 10px;
	transition:0.3s ease;
	white-space:nowrap;
}

.sec1 .banner-content .contact-btn a:hover{
	background-color:#a040f0;
	transition:0.3s ease;
}

.sec2{
	padding:100px 0px;
	background-color:white;
}

.sec2 h2{
	font-size:5rem;
	width:500px;
	position: relative;
	padding-bottom: 20px;
	line-height: 1.1;
	text-transform:uppercase;
	font-weight: 650;
}

.sec2 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #6f23ae;
}


.sec2 p{
	font-size:1.3rem;
	color:#776b70;
}

.sec3 .more-service .content{
	padding-top:100px;
}

.sec3 .more-service .content h2{
	margin-bottom:30px;
	text-transform:uppercase;
	font-size:2.5rem;
}

.sec3{
	padding:50px 0px;
	background-color:#f6f6f6;
}

.sec3 label {
  font-size: 1.3rem; /* Adjusted for "Our Services" size */
  color: #666;    /* Grey color from your image */
  position: relative;
  padding-left: 60px; /* This creates the gap where the line will sit */
  display: flex;
  align-items: center;
}

.sec3 label::before {
  content: "";
  position: absolute;
  left: 0;           /* Starts at the very left of the h2 */
  width: 50px;       /* This is the length of your purple line */
  height: 3px;       /* This is the thickness of your purple line */
  background-color: #6f23ae;
  
  /* These two lines center the line vertically against the text */
  top: 50%;
  transform: translateY(-50%);
}

.sec3 .sec3-content{
	padding:20px 0px;
	display:flex;
	justify-content:space-between;
}

.sec3 .sec3-content h2{
	font-size:4rem;
	font-weight:650;
	width:700px;
}

.sec3 .sec3-content span{
	color:#880ff2;
}

.sec3 .sec3-content .service-btn{
	padding-top: 30px;
}

.sec3 .sec3-content .service-btn a{
	text-decoration:none;
	color:white;
	background-color:#880ff2;
	padding:15px 30px;
	border-radius:50px;
	font-size:1.3rem;
	transition:0.3s ease;
	white-space:nowrap;
}

.sec3 .sec3-content .service-btn a:hover{
	background-color:#a852f3;
	transition:0.3s ease;
}

.sec3 .seo-services{
	padding-top:50px;
	text-align:center;
}

.sec3 .seo-services h2{
	padding:20px 0px;
	font-size:5rem;
	font-weight:bold;
}

.sec3 .seo-services span{
	color:#880ff2;
	text-transform:uppercase;
}

.sec3 .seo-services p{
	font-size:1.2rem;
	color:#776b70;
	width:90%;
	padding-left:10%;
}

.sec3 .services-box{
	padding:50px 0px;
}

.sec3 .services-box .box{
	background-color:white;
	padding:50px;
	border-radius:20px;
	transition:0.3s ease;
	max-height:300px;
}

.sec3 .services-box a{
	text-decoration:none;
	color:black;
}

.sec3 .services-box a:hover .box{
	background: #6F23AE;
	background: linear-gradient(90deg,rgba(111, 35, 174, 0.1) 100%, rgba(237, 221, 83, 1) 100%);
	transition: background-color 0.5s ease, width 0.5s ease-in-out;
}

.sec3 .services-box .box i{
	display: flex;
	align-items: center;
	justify-content: center;
	width:70px;
	height:70px;
	background-color:#880ff2;
	color:white;
	padding:20px;
	border-radius:50px;
}

.sec3 .services-box .box h5{
	padding:15px 0px 5px 0px;
	font-size:2rem;
}

.sec3 .services-box .box p{
	color:#776b70;
	font-size:1.3rem;
}

.sec3 .more-service .content img{
	float:left;
	height:auto;
	width:600px;
	margin:0px 20px 0px 0px;
}

.sec4{
	background-color:white;
	padding:100px 0px;
}

.sec4 .title{
	justify-content: center;
    display: grid;
}

.sec4 .title label{
	font-size: 1.3rem;
    color: #666;
    position: relative;
    padding-left: 60px;
    display: flex;
    align-items: center;
}

.sec4 .title label::before {
  content: "";
  position: absolute;
  left: 0;           /* Starts at the very left of the h2 */
  width: 50px;       /* This is the length of your purple line */
  height: 3px;       /* This is the thickness of your purple line */
  background-color: #6f23ae;
  
  /* These two lines center the line vertically against the text */
  top: 50%;
  transform: translateY(-50%);
}

.sec4 .content{
	padding:20px;
	text-align:center;
}

.sec4 .content h2{
	font-size:3rem;
	font-weight:650;
}

.sec4 .content span{
	color:#880ff2;
}

.services-label {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #777;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-label::before {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #6f23ae;
}

.sec4 .services{
	padding:50px 0px 0px 0px;
}

.main-title {
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.1;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.main-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 6px;
	background-color: #6f23ae;
}

.card-container {
	display: flex;
	gap: 25px;
	margin-bottom: 80px;
}

.card {
	flex: 1;
	background: white;
	padding: 40px 30px;
	border-radius: 25px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.card.active { 
	background-color: #f3e8ff; 
}

.icon-circle {
	width: 50px;
	height: 50px;
	background: #a855f7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.5rem;
	margin-bottom: 25px;
}

.process-container {
	display: flex;
	justify-content: space-between;
	padding-left: 110px;
}
.step {
	flex: 1;
	text-align: left;
	position: relative;
	font-family: Biennale-Medium;
}
.step-circle {
	width: 100px;
	height: 100px;
	background: #880ff2;
	border-radius: 50%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 2rem;
	position: relative;
}

.step p{
	width: 250px;
	margin-top: 10px;
}

.number {
	position: absolute;
	right: -30px;
	top: 31px;
	background: #1a1a1a;
	color: white;
	font-size: 0.9rem;
	padding: 8px 11px;
	border:2px solid white;
	border-radius: 20px;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50px;
	left: 140px;
	width: calc(92% - 120px);
	height: 2px;
	background-color: #6f23ae;
}

.sec5{
	padding:50px 0px;
	background-color:#1a0238;
}

.sec5 label {
  font-size: 1.3rem; /* Adjusted for "Our Services" size */
  color: #ffff;    /* Grey color from your image */
  position: relative;
  padding-left: 60px; /* This creates the gap where the line will sit */
  display: flex;
  align-items: center;
}

.sec5 label::before {
  content: "";
  position: absolute;
  left: 0;           /* Starts at the very left of the h2 */
  width: 50px;       /* This is the length of your purple line */
  height: 3px;       /* This is the thickness of your purple line */
  background-color: #6f23ae;
  
  /* These two lines center the line vertically against the text */
  top: 50%;
  transform: translateY(-50%);
}

.sec5 h2{
	color:white;
	width:45%;
	font-size:4rem;
	margin:30px 0px;
}

.sec5 .title{
	display:flex;
	justify-content:space-between;
}

.sec5 .title .qoute{
	padding-top:20px;
}

.sec5 .title .qoute a{
	padding: 15px 40px;
	background-color:#880FF2;
	color:white;
	text-decoration:none;
	border-radius:30px;
	font-size:1.3rem;
	transition:0.3s ease;
}

.sec5 .title .qoute a:hover{
	background-color:#a852f3;
	transition:0.3s ease;
}

.sec5 .sec5-content .img{
	text-align:center;
}

.sec5 .sec5-content .img img{
	height:400px;
}

.sec5 .content{
	padding-top:30px;
}

.sec5 .content .section{
	color:white;
	padding:20px 0px;
	font-family: Biennale-Medium !important;
}

.sec5 .content .section h5{
	font-size:2rem;
	padding:10px 0px;
}

.sec5 .content .section p{
	font-family: Biennale-Medium !important;
}

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

.sec6{
	padding:50px 20px;
	background-color:#8519b9;
}

.sec6 h2{
	color: white;
    font-size: 3rem;
    text-align: center;
	font-family: AvenirNextLTPro-Regular;
}

.sec7{
	padding:100px 0px;
}

.sec7 .title label{
	color:#8519B9;
	text-transform:uppercase;
	letter-spacing: 3px;
	font-weight:650;
}

.sec7 .title h2{
	padding:20px 0px;
	font-size:4rem;
	text-transform:uppercase;
	font-weight:650;
}

.sec7 .team{
	padding:50px 0px;
}

.sec7 .team .col-md-3{
	padding:0px;
}

.sec7 .team .box .box-img {
	background-color:#f5f4f7;
	height:300px;
	text-align:center;
	position:relative;
	transition:0.5s ease;
}

.sec7 .team .box .box-img img{
	height:100%;
}

.sec7 .team .box{
	position:relative;
}

.sec7 .team .box .description{
	justify-content:center;
	align-items:center;
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:100%;
	width:100%;
	padding:10px 15px;
	background-color:#a855f7;
	display: flex;              /* always flex */
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition:
		opacity 0.4s ease,
		transform 0.4s ease,
		visibility 0.4s ease;
	z-index:1;
}

.sec7 .team .box .description p{
	color:white;
}

.sec7 .team .box:hover .description{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	
}

.sec7 .team .box .box-content{
	padding: 20px 50px;
	font-family: AvenirNextLTPro-Regular;
}

.sec7 .team .box .box-content h5{
	font-weight:600;
}

.sec8{
	background-color:#0a0a0b;
	padding:50px 0px;
}

.sec8 .title label{
	color:#8519b9;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:650;
}

.sec8 .title h2{
	color:white;
	text-transform:uppercase;
	font-size:4rem;
	font-weight:650;
	width:30%;
	padding-top:10px;
}

.sec8 .testimonial{
	padding:50px 0px;
}

.sec8 .testimonial .review {
	background-color:#111111;
	padding:30px;
	margin:10px;
}

.sec8 .testimonial .review .qmark svg{
	color:#581c8780;
	width: 50px;
	height: 50px;
}

.sec8 .testimonial .review:hover .qmark svg { 
	color:#a855f7;
	transition:0.3s ease;
}

.sec8 .testimonial .review:hover{
	box-shadow: 0px 0px 0px 1px rgba(88,28,135,0.75);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(88,28,135,0.75);
	-moz-box-shadow: 0px 0px 0px 1px rgba(88,28,135,0.75);
	transition:0.3s ease;
}

.sec8 .testimonial .review .star{
	margin:30px 0px;
}

.sec8 .testimonial .review .star svg{
	color:#a855f7;
	fill: #a855f7;
}

.sec8 .testimonial .review .feedback p{
	color:#D4D4D4;
	min-height:180px;
}

.sec8 .testimonial .review .img{
	background-image:url(../images/marc-150x150.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:70px;
	width:70px;
	border-radius: 50%;
}
.sec8 .testimonial .review .img1{
	background-image:url(../images/emil.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:70px;
	width:70px;
}
.sec8 .testimonial .review .img2{
	background-image:url(../images/carrie-150x150.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:70px;
	width:70px;
}

.sec8 .testimonial .review .client{
	display:flex;
}

.sec8 .testimonial .review .client .name{
	padding:10px 0px 0px 20px;
}

.sec8 .testimonial .review .client .name h5{
	color:white;
}

.sec8 .testimonial .review .client .name p{
	color:#797b77;
}

.sec9{
	padding:100px 0px;
}

.sec9 .gform_title{
	display:none;
}

.sec9 .git label{
	letter-spacing:3px;
	text-transform:uppercase;
	color:#880ff2;
	font-weight:650;
}

.sec9 .git h2{
	font-size:5rem;
	text-transform:uppercase;
	font-weight:650;
	width:50%;
}

.sec9 .git p{
	font-size:1.3rem;
	padding-top:30px;
	color:#535650;
	padding-right:100px;
}

.sec9 .git-contact{
	padding-top:30px;
}

.sec9 .git-contact span{
	color:black;
	font-weight:600;
}

.sec9 .git-contact p{
	margin-bottom:unset;
	padding-top:10px;
	color:#797b77;
}

.sec9 .git-contact a{
	color:#797b77;
	text-decoration:none;
}

.sec9 .git-contact a:hover{
	color:#a855f7;
}

.sec9 .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
	text-transform:uppercase;
	color:#737373;
	font-size:0.8rem;
}

.sec9 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border: unset;
	border-bottom:2px solid #E5E5E5;
    background-color: #FAF9FC;
	outline:none;
}

.sec9 .gform_wrapper .gform_body input:focus {
	border-bottom: 2px solid #880FF2 !important;
}

.sec9 .gform_wrapper textarea.medium{
	border: unset;
	border-bottom:2px solid #E5E5E5;
    background-color: #FAF9FC;
	outline:none;
}

.sec9 .gform_wrapper textarea:focus{
	border-bottom: 2px solid #880FF2 !important;
}

.sec9 .contact-form .gform_footer input{
	padding:10px 30px;
	background-color:#880ff2;
	color:white;
	text-transform:uppercase;
	font-size:0.8rem;
	font-weight:650px;
	border:unset;
}

.sec9 .contact-form .gform_footer input:hover{
	background-color:#a852f3;
}

.footer{
	padding:100px 0px 10px 0px;
	background-color:#0a0a0a;
}

.footer .content h2{
	color:white;
	font-size:5rem;
	width:70%; 
	text-transform:uppercase;
	font-weight:650;
}

.footer .content span{
	color:#a855f7;
}

.footer .start-project{
	padding-top:20px;
}

.footer .start-project a{
	text-decoration:none;
	color:white;
	font-size:1.3rem;
	transition:0.5s ease;
}

.footer .start-project svg{
	position:relative;
	top:-3px;
	transition:0.5s ease;
}

.footer .start-project a:hover{
	color:#a855f7;
	transition:0.5s ease;
}

.footer .start-project a:hover svg{
	top:-5px;
	transition:0.5s ease;
}

.footer .footer-contact{
	text-align:right;
	margin-top:20px;
}

.footer .footer-contact p{
	margin-bottom:unset;
	font-size:1.3rem;
}

.footer .footer-contact a{
	color:white;
	text-decoration:none;
}

.footer .footer-contact a:hover{
	color:#a855f7;
}

.footer .footer-contact h5{
	font-size:0.8rem;
	text-transform:uppercase;
	color:rgb(115 115 115 / var(--tw-text-opacity, 1));
	padding:30px 0px 10px 0px;
	letter-spacing:1px;
}

.footer .socmed-icon ul{
	display:flex;
	justify-content:right;
}    

.footer .socmed-icon ul li{
	list-style:none;
	padding-left:30px;
}

.footer .socmed-icon ul li a{
	color:white;
	text-decoration:none;
	font-size:2rem;
	transition:0.3s ease;
}

.footer .socmed-icon ul li a:hover{
	color:#a855f7;
	transition:0.3s ease;
}

.footer .container{
	border-bottom: 1px solid;
	min-height:300px;
}

.footer .copyright{
	padding-top:30px;
	display:flex;
	justify-content:space-between;
	padding:30px 100px 0px 100px;
}

.footer .copyright p{
	color:#666864;
}

.footer .copyright .privacy a{
	text-decoration:none;
	color:#666864;
	margin:0px 10px;
}

.footer .copyright .privacy a:hover{
	color:white;
}


@media (max-width: 767.98px) {
	
	.header .logo-nav{
		display:unset;
	}
	
	.header .logo-nav .logo{
		padding:unset;
		padding-top:20px;
		text-align:center;
	}
	
	.top-bar {
		padding: 10px 0px;
	}
	
	.nav [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
		text-transform:uppercase;
		font-weight:600;
		position: relative;
        top: -55px;
		width: 60px;
	}
	
	.nav button i{
		font-size:2rem;
		color:#6F23AE;
	}
	
	.sec1 .content {
		padding: 50px 0;
	}
	
	.header .logo-nav .nav{
		padding:unset;
		position:relative;
	}
	
	.sec1 .content h1{
		font-size: 5rem;
	}
	
	.sec1 .content h2{
		letter-spacing: 2px;
	}
	
	.sec1 .banner-content{
		display:unset;
		padding:unset;
	}
	
	.sec1 .banner-content p{
		width:unset;
		padding:40px 0px;
	}
	
	.sec1 .banner-content .contact-btn{
		text-align:center;
		margin-top: 50px;
	}
	
	.sec2{
		padding:50px 0px;
	}
	
	.sec2 h2{
		width:unset;
		font-size: 4rem;
	}
	
	.sec2 p{
		padding:50px 0px 0px 0px;
	}
	
	.sec3 .sec3-content{
		display:unset;
	}
	
	.sec3 .sec3-content h2{
		width:unset;
		font-size: 3rem;
		padding:20px 0px;
		text-align:center;
	}
	
	.sec3 .sec3-content .service-btn{
		text-align:center;
	}
	
	.sec3 .seo-services p{
		width:unset;
		padding-left:unset;
	}
	
	.sec3 .services-box .box{
		margin:10px 0px;
		text-align:center;
	}
	
	.sec3 .services-box .box .icon{
		display:grid;
		justify-content:center;
	}
	
	.sec3 .title{
		display:grid;
		justify-content:center;
	}
	
	.sec3 .seo-services h2{
		font-size:3rem;
	}
	
	.sec3 .more-service .content h2{
		font-size:2rem;
	}
	
	.sec3 .more-service .content img{
		padding:0px 0px 20px 0px;
	}
	
	.process-container {
		padding-left:unset;
		display:unset;
	}
	
	.step:not(:last-child):after{
		position:unset;
	}
	
	.step{
		text-align:center;
	}
	
	.step p{
		width:unset;
	}
	
	.step .circle{
		display:grid;
		justify-content:center;
	}
	
	.sec5 .title{
		display: grid;
		justify-content: center;
	}
	
	.sec5 .title .qoute{
		padding-top:unset;
		padding:50px 0px;
	}
	
	.sec5 h2{
		width:unset;
		font-size: 3rem;
	}
	
	.sec5 .sec5-content .img img{
		height:auto;
		width:100%;
	}
	
	.sec5 .content .section{
		text-align:center;
	}
	
	.sec6 h2{
		font-size: 2.5rem;
	}
	
	.sec7 .title{
		text-align:center;
	}
	
	.sec8 .title{
		text-align:center;
	}
	
	.sec8 .title h2{
		width:unset;
		font-size: 3rem;
	}
	
	.sec8 .slick-prev{
		left: 0;
        top: 274px;
        z-index: 1;
	}
	
	.sec8 .slick-next{
		float: right;
        right: 0px;
        top: -225px;
	}
	
	.sec9{
		padding: 100px 0px 0px 0px;
	}
	
	.sec9 .git h2{
		width:unset;
		font-size: 4rem;
	}
	
	.sec9 .git p{
		padding-right:unset;
	}
	
	.sec9 .git .title{
		text-align:center;
	}
	
	.sec9 .contact-form{
		margin-top:50px;
	}
	
	.footer .content h2{
		width:unset;
		font-size: 4rem;
		text-align: center;
	}
	
	.footer .start-project{
		text-align:center;
	}
	
	.footer .footer-contact{
		text-align:center;
	}
	
	.footer .socmed-icon ul{
		text-align:center;
		justify-content: center;
		padding-left:0px;
	}
	
	.footer .socmed-icon ul li{
		padding-left:unset;
		padding:0px 15px;
	}
	
	.footer .copyright {
		display: unset;
		padding: unset;
		text-align:center;
	}
	
	.footer .container {
		min-height: unset;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.grecaptcha-badge{
		display:none;
	}
	
}