:root{
	
	--white: #ffffff !important;
	--green: #00CB17 !important;
	--blue-dark: #072E65 !important;
	--grey: #575873 !important;
	--bg1: url('/assets/newdesign/img/sdk/bg-1-sdk.png');
	--bg2: url('/assets/newdesign/img/sdk/bg-2-sdk.png');
	--bg3: url('/assets/newdesign/img/location_back.png');
	--bg4: url('/assets/newdesign/img/sdk/bg-4-sdk.png');
	--bg5: url('/assets/newdesign/img/bg-1.png');
    --bg6: url('/assets/newdesign/img/ugc/ugc-reels-bg-top.png');
	--bg7: url('/assets/newdesign/img/ugc/ugc-bg-girl.png');
	--bg8: url('/assets/newdesign/img/ugc/bg-8.png');
	--bg9: url('/assets/newdesign/img/ugc/ugc-sec-6-bg.png');
	--bg10: url('/assets/newdesign/img/bg1-proposal.png');
	--bg11: url('/assets/newdesign/img/bg-achieve-goal.png');
	--bg12: url('/assets/newdesign/img/section-bg-campaign.png');
	--bg13: url('/assets/newdesign/img/section-bg-campaign-map.png');	
    --bghomepage_hero_banner: url('/assets/newdesign/img/homepage_hero_banner.jpg');
    --global-problem-section-bg:url('/assets/newdesign/img/global_problem_bg.jpg');
    --global-solution-section-bg:url('/assets/newdesign/img/solution.jpg');
    --people-based-targeting-section-bg:url('/assets/newdesign/img/people_based_targeting.jpg');
    --spend-wasted-section-bg:url('/assets/newdesign/img/spend_wasted.jpg');
    --onmyway-solution-section-bg:url('/assets/newdesign/img/onmyway_solution.jpg');
    --onmyway_solution_guarantee-section-bg:url('/assets/newdesign/img/onmyway_solution_guarantee.png');  
    --homepage-last-section-bg:url('/assets/newdesign/img/next_step.png');
    --archiepage-section2-bg:url('/assets/newdesign/img/archie_section2.png');
    --archiepage-section3-bg:url('/assets/newdesign/img/archie_page_road_bg.png');
    --archiepage-section4-bg:url('/assets/newdesign/img/archie_section4_bg.png');
     
     
}
.btn-icon-phone {
    max-width: 18px;
    margin-bottom: -4px;
    margin-right: 8px;
}
.bgcolor-green{
   background: #1cbd1f !important;
   border:2px solid #1cbd1f !important;
}
.bgcolor-dark-blue{
   background: var(--blue-dark) !important;
   border:2px solid var(--blue-dark) !important;
}
.bgcolor-orange{
   background: #E98C00 !important;
   border:2px solid #E98C00 !important;
}

.mb-0{
	margin-bottom: 0px !important;
}
.h2-bottom-heading-h5.mb-0{
	margin-bottom: 0px !important;
}
.section-with-divider {
    border-bottom: 24px solid #53739F;
}
@media only screen and (max-width: 768px) {
	.d-n-m {
		display: flex !important;
	}	
	.d-n-d {
		display: none !important;
	}
	.img-slider-2 {
		position: relative !important;
		display: flex ;
		align-content: center;
		align-items: center;
		justify-content: space-evenly;
		flex-wrap: nowrap;
		padding: 0px 60px 0px 60px;
	}
	.img-slider-2 .slick-prev {
		left: 0px !important;
	}
	.img-slider-2 .slick-next {
		right: 0px !important;
	}
}


@media only screen and (min-width: 767px) {
	.d-n-m {
		display: none !important;
	}	
	.d-n-d {
		display: grid !important;
	}

}
.img-slider {
    position: relative !important;
    display: flex !important;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0px 40px;
}

.shot-cards img, .slick-list {
	width: 100% !important;
}

.slick-prev {
    left: -50px;
}
.arrow-white {
    position: absolute;
    background: #1cbd1f;
    padding: 	13px;
    z-index: 1;
}
@media only screen and (max-width: 567px){
	.img-slider-2 .slick-prev {
		left: 20% !important;
		bottom: 0px;
	}
	.img-slider-2 .slick-next {
		right: 20% !important;
		bottom: 0px;
	}

	.img-slider .slick-next {
		right: 0px !important;
	}
	.img-slider .slick-prev {
		left: 0px !important;
	}
	.img-slider-2 {
		position: relative !important;
		display: flex;
		align-content: flex-end !important;
		align-items: flex-end !important;
		justify-content: space-evenly;
		flex-wrap: nowrap;
		padding: 0px 0px 60px 0px !important;
	}
}
.slick-arrow {
    cursor: pointer;
}
.slick-next {
    right: -50px;
}

p {
	margin-top: 0px;
	margin-bottom: 1rem;
}
* {
	margin:0px;
	padding: 0px;
	box-sizing: border-box;
}

.row, .ul-list-2, .ul-list {
	display: grid;
	gap: 25px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
#section-5 .grid-1 {
    margin-bottom: 2rem !important;
}
.container {
    margin: auto;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}

.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.align-items-center {
    align-items: center !important;
}

.full-width {
width:100%;
}

section{width: 100% !important;}

div#body-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin-top: -5px;
    border: none;
    background: #072e65;
}
header.header_inner_pages {
    z-index: 999;
}

.blue-text {
	color: #40BAFF !important;
}

.red-text {
	color: #FF002E !important;
}

.pink-text {
	color: #F140A9 !important;
}

.orange-text {
	color: #E98C00 !important;
}

.purple-text {
	color: #7F5AFF !important;
}

.green-color { color: var(--green) !important; }
.white-color { color: var(--white) !important; }
.blue-dark-color { color: var(--blue-dark) !important; }
.grey-color { color: var(--grey) !important; }


.blue-background { background-color: var(--blue-dark) !important; }



.section-bg-1, .section-bg-2, .section-bg-3, .section-bg-4, .section-bg-5,
.section-bg-6,.section-bg-7,.section-bg-8,.section-bg-9,.section-bg-proposal-1,.section-bg-achieve-1,.section-bg-campaign-1{
	background-size: cover; 
	background-position: center bottom;
}



.section-bg-1 {
	background-image: var(--bg1); 
}
.section-bg-proposal-1 {
	background-image: var(--bg10); 
}
.section-bg-achieve-1 {
	background-image: var(--bg11); 
}
.section-bg-campaign-1 {
	background-image: var(--bg12); 
}
.section-bg-2 {
	background-image: var(--bg2); 
}
.section-bg-3 {
	background-image: var(--bg3); 
	background-size: contain;
    background-position: center center;
    padding: 100px 0;
    background-repeat: no-repeat;
}
.section-bg-4 {
	background-image: var(--bg4); 
}

.section-bg-5 {
	background-image: var(--bg5); 
}
.section-bg-6{
	background-image: var(--bg6); 
}
.section-bg-7{
	background-image: var(--bg7); 
}
.section-bg-8{
	background-image: var(--bg8); 
}

.section-bg-9{
	background-image: var(--bg9); 
}

.f-w-400 {
	font-weight: 400 !important;
}
.f-w-500 {
	font-weight: 500 !important;
}
.f-w-600 {
	font-weight: 600 !important;
}
.f-w-700 {
	font-weight: 700 !important;
}
.f-w-800 {
	font-weight: 800 !important;
}



.padding-t-1 {
	padding-top: 1rem !important;
}
.padding-b-1 {
	padding-bottom: 1rem !important;
}
.padding-t-2 {
	padding-top: 2rem !important;
}
.padding-b-2 {
	padding-bottom: 2rem !important;
}
.padding-t-3 {
	padding-top: 3rem !important;
}
.padding-b-3 {
	padding-bottom: 3rem !important;
}
.padding-t-4 {
	padding-top: 4rem !important;
}
.padding-b-4 {
	padding-bottom: 4rem !important;
}
.padding-t-5 {
	padding-top: 5rem !important;
}
.padding-b-5 {
	padding-bottom: 5rem !important;
}

.padding-t-7 {
	padding-top: 7rem !important;
}
.padding-b-7 {
	padding-bottom: 7rem !important;
}

.mx-auto{
	margin-left:auto !important;
	margin-right:auto !important;
}

.margin-b-0 {
	margin-bottom: 0!important;
}
.margin-t-0 {
	margin-top: 0!important;
}
.margin-t-1 {
	margin-top: 1rem !important;
}
.margin-b-1 {
	margin-bottom: 1rem !important;
}
.margin-t-2 {
	margin-top: 2rem !important;
}
.margin-b-2 {
	margin-bottom: 2rem !important;
}
.margin-t-3 {
	margin-top: 3rem !important;
}
.margin-b-3 {
	margin-bottom: 3rem !important;
}
.margin-t-4 {
	margin-top: 4rem !important;
}
.margin-b-4 {
	margin-bottom: 4rem !important;
}
.margin-t-5 {
	margin-top: 5rem !important;
}
.margin-b-5 {
	margin-bottom: 5rem !important;
}

.margin-b-6 {
	margin-bottom: 6rem !important;
}
.margin-t-6 {
	margin-top: 6rem !important;
}
.margin-t-7 {
	margin-top: 7rem !important;
}
.margin-b-7 {
	margin-bottom: 7rem !important;
}

ul,
li,
a {
	list-style-type: none;
	text-decoration: none;
}

body {
	font-size: 1rem;
	background: transparent;
	font-family: 'Poppins' !important;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.no_pad {
	padding: 0;
}
div#site-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
a {
	transition: ease all 0.4s;
	-webkit-transition: ease all 0.4s;
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
}
.col-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.blue-card-c {
	box-shadow: 0px 5px 13px 0px #19182d66;
	background-color: var(--blue-dark);
	padding: 40px;
	border-radius: 16px;
	margin-bottom: 30px;
}

.white-card-c {
	box-shadow: 0px 5px 13px 0px #19182d66;
	background-color: #ffffff4a;
	padding: 40px;
	border-radius: 16px;
}
.oval {
	display: inline-block;
	border-radius: 12345px;
	padding: 20px 80px;
}

.dollar-10 {
    font-size: 80px;
    font-weight: 700;
    line-height: 4.8rem;
}

.big-divider {
	display: block;
	width: 45%;
	border-top: 3px dashed #d9d9d936;
	margin: 10px auto 15px auto;
}
body {color: #575873;}
strong,
b {

	font-weight: 700 !important;

}
.small-divider {

	display: block;
	height: 3px;
	background-color: #d9d9d936;
	border-radius: 50px;
	width: 40px;
	margin: 10px auto 20px auto;

}

.custom-button-3 {
    outline: none !important;
    background: #1cbd1f;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    height: auto;
    margin: 0px 10px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 15px;
    color: white !important;
    padding: 10px 28px;
    font-weight: 600 !important;
    font-size: 16px;
    border: 2px solid #1cbd1f;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.full-width.shot-cards- {
	padding: 0px;
}
.bg-blue-design-with-radius {
	background-color: var(--blue-dark);
	padding: 40px;
	border-radius: 16px;
}
.blue-dark-color-2 p {
	color: var(--blue-dark) !important;
}
picture {
    display: grid;
}

/* Font Sizes */
	p {
		line-height: normal;
	}
	.p-15 {
		line-height: normal;
	}
	.h1-heading, .h1-d  {
		font-size: 48px;
	}

	.h1-heading {
		font-weight: 800 !important;
		margin-bottom: 2rem;
		line-height: normal;
	}
	
	.h2-d {
		font-weight: 500;
		line-height: normal;
	}
	.h2-heading {
		font-weight: 800 !important;
		margin-bottom: 2rem;
		line-height: normal;
	}


	.h2-bottom-heading-h5 {
		line-height: normal;
		font-weight: 500 !important;
		margin-top: -1rem;
		margin-bottom: 3rem !important;
	}

	.h2-d {
		font-weight: 500;
		line-height: normal;
	}
	.h2-d-30 {
		line-height: normal;
		font-weight: 500;
	}
	.h2-d-34 {
		line-height: normal;
		font-weight: 500;
	}

	.h5-d-20 {
		line-height: normal;
		font-weight: 500;
	}

	.h5-d-22 {
		line-height: normal;
		font-weight: 500;
	}

	.h5-d-25 {
		line-height: normal;
		font-weight: 500;
	}

@media only screen and (min-width: 1140px){
	.d-n-m-2 {
		display: none !important;
	}	
	.d-n-d-2 {
		display: block !important;
	}
	#section-4 .h2-heading.blue-dark-color.text-left.text-uppercase {
    margin-bottom: 4rem !important;
}
	.padding-t-14 {
	padding-top: 14rem !important;
}
.padding-b-14 {
	padding-bottom: 14rem !important;
}
	
	.line-d {
		background-image: url(/assets/newdesign/img/stripe.svg);
		background-repeat: no-repeat;
		background-position: center 40px;
		padding: 0 0 40px 0;
	}	
	.line-d-r {
		background-image: url(/assets/newdesign/img/stripe.svg);
		background-repeat: no-repeat;
		background-position: right 54px;
		padding: 0 0 40px 0;
	}
	p {
		font-size: 17px;
	}
	.p-15 {
		font-size: 15px;
	}

	.h2-heading {
		font-size: 38px;
	}


	.h2-bottom-heading-h5 {
		font-size: 20px;
	}

	.h2-d {
		font-size: 38px;
	}
	.h2-d-30 {
		font-size: 30px;
	}
	.h2-d-34 {
		font-size: 34px;
	}

	.h5-d-20 {
		font-size: 20px;
	}

	.h5-d-22 {
		font-size: 22px;
	}

	.h5-d-25 {
		font-size: 25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1140px){
	.d-n-m-2 {
		display: block !important;
	}	
	.d-n-d-2 {
		display: none !important;
	}
	.padding-b-14 {
		padding-bottom: 10rem !important;
	}
	.padding-t-7 {
		padding-top: 4rem !important;
	}
	.h2-d-34 {
		font-size: 24px !important;
	} 
	.footer_columns_center ul li p {
		font-size: 16px !important;
	}
	.dollar-10 {
		font-size: 50px !important;
		font-weight: 700 !important;
		line-height: 2.8rem !important;
	}
	.meter-g {
		margin-top: 0.5rem;
		font-size: 20px !important;
	}
	.meter-b {
		margin-top: 0.5rem;
		font-size: 20px !important;
	}
	.h2-heading {
		font-size: 22px !important;
	}
	.h2-bottom-heading-h5 {
		font-size: 16px !important;
	}
	.h5-d-20 {
		font-size: 18px !important;
	}
	.h5-d-22 {
		font-size: 18px !important;
	}
	.h5-d-25 {
		font-size: 18px !important;
	}
	.p-15 {
		font-size: 16px !important;
	}
	p {
		font-size: 14px !important;
	}
	.footer_columns ul li a {
		font-size: 12px;
	}
	#footer .grid-1 {
		gap: 20px;
		grid-template-columns: 100% !important; 
	}

}

@media only screen and (max-width: 767px){
	.i-design {padding: 10px 15px !important;}
		.d-n-m-2 {
		display: block !important;
	}	
	.d-n-d-2 {
		display: none !important;
	}
	.padding-b-14 {
    padding-bottom: 10rem !important;
}
.padding-t-7 {
    padding-top: 4rem !important;
}
	ul#quick {
    padding: 0 0 0 20px !important;
}
	.h2-d-34 {
		font-size: 20px !important;
	} 
	.footer_columns_center ul li p {
		font-size: 14px !important;
	}
	.dollar-10 {
		font-size: 50px !important;
		font-weight: 700 !important;
		line-height: 2.8rem !important;
	}
	.meter-g {
		margin-top: 0.5rem;
		font-size: 20px !important;
	}
	.meter-b {
		margin-top: 0.5rem;
		font-size: 20px !important;
	}
	.h2-heading {
		font-size: 20px !important;
	}
	.h2-bottom-heading-h5 {
		font-size: 14px !important;
	}
	.h5-d-20 {
		font-size: 14px !important;
	}
	.h5-d-22 {
		font-size: 16px !important;
	}
	.h5-d-25 {
		font-size: 18px !important;
	}
	.p-15 {
		font-size: 14px !important;
	}
	p {
		font-size: 14px !important;
	}
	.footer_columns ul li a {
		font-size: 12px;
	}

}






@media only screen and (min-width: 1200px) {

	.container {
		max-width: 1140px !important;
	}

}

@media only screen and (min-width: 1140px) and (max-width: 1200px) {

	.container {
		max-width: 1120px !important;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1140px) {

	.container {
		max-width: 960px !important;
	}
}


@media only screen and (min-width: 720px) and (max-width: 980px) {

	.container {
		max-width: 720px !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 720px) {	
.container {
		max-width: 540px !important;
	}
}

@media only screen and (max-width: 576px) {	
.container {
		max-width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
	#section-4 .grid-2 {
		justify-content: center !important;
	}
	#tab_img {
		max-width: 400px !important;
	}
	.navbar-collapse {
		top: 70px !important;
	}

	.ul-list-2, .ul-list {
		gap: 0px 20px !important;
	}
	header.header_inner_pages {
		padding: 20px 15px 20px 15px !important;
	}
	.slick-initialized .slick-slide {
		display: grid !important;
	} 

}

@media only screen and (max-width: 767px) {
	#section-3 .p-15 {
    font-size: 14px !important;
    padding: 0px 5px;
}

	header.header_inner_pages {
		padding: 20px 15px 20px 15px !important;
	}

	#footer .grid-1 {
		grid-template-columns: 1fr !important;
	}	
	.slick-initialized .slick-slide {
		display: grid !important;
	}
	section, header, footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.grid-divs {
		display: none;
	}
	

	.container {
		max-width: 100% !important;
	}
	header.header_inner_pages {
		padding: 20px 15px 20px 15px !important;
	}
	.navbar-toggler {
		padding: 0.25rem 0 !important;
	}
	.footer_columns_center ul {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.white-card-c {
		padding: 15px !important;
	}
	.blue-card-c.oval {
		padding: 15px 40px !important;
	}
	.blue-card-c {
		padding: 15px !important;
	}

	ul {
		padding: 0px !important;
	}
}

.img-slider {
    width: 100%;
}

footer#footer {
    overflow: hidden;
}

body {
	    min-width: 320px;
}

/*header CSS only*/




@media only screen and (min-width: 1141px ){
	.navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		
	}

	
nav.navbar.navbar-expand-lg ul li a.nav-link {
    padding: 0;
    color: var(--white);
    margin: 0 0 0 20px;
    font-family: 'ProximaNova';
    font-weight: 600;
    font-size: 15px;
    position: relative;
}
}


@media only screen and (max-width: 1140px ){
.navbar-collapse.show {
    right: 0;
}
nav.navbar {
    position: static;
}
.navbar-collapse {
    position: absolute;
    top: 80px;
    right: -100%;
    width: 100%;
    transition: 0.4s ease all;
    background: #fff;
    height: calc(100% - 65px);
    z-index: 999;
}
ul.navbar-nav {
    display: block;
}
nav.navbar.navbar-expand-lg ul li a.nav-link {
    color: #000;
    padding: 15px 20px;
    border-bottom: 1px solid #ededed;
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
}
}
nav.navbar.navbar-expand-lg ul li a.nav-link {
		font-weight: 600;
	}

.nav-link {
    display: block;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat;
}
.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.collapse:not(.show) {
    display: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
header.header_inner_pages {
	background: var(--blue-dark);
	padding: 45px 0;
}

nav.navbar {
	width: 100%;
	padding: 0;
}

nav.navbar div#navbarSupportedContent {
	justify-content: flex-end;
}

nav.navbar {
	width: 100%;
	padding: 0;
}

a.navbar-brand {
	padding: 0;
}

.content_section {
	margin: 203px 0 217px 0;
	text-align: center;
}

.content_title h1 {
	font-weight: 800;
	font-size: 65px;
	text-align: center;
	color: var(--white);
	float: left;
	width: 100%;
	margin: 0 0 211px 0;
	line-height: 89.7px;
}

.content_title h1 span {
	color: var(--green);
}

.content_description h3 {
	float: left;
	width: 100%;
	color: var(--green);
	font-weight: 700;
	font-size: 52px;
	margin: 0 0 39px 0;
}

.content_description p {
	float: left;
	width: 100%;
	font-weight: 500;
	font-size: 38px;
	color: var(--white);
	margin: 0 0 0 0;
}



nav.navbar.navbar-expand-lg ul li.active a {
	color: var(--green);
}

nav.navbar.navbar-expand-lg ul li a.nav-link:hover {
	color: var(--green);
}

nav.navbar.navbar-expand-lg ul li.nav_button a.nav-link {
	margin: 0 0 0 94px;
	background: var(--green);
	border-radius: 50px;
	width: 172px;
	text-align: center;
	height: 51px;
	line-height: 51px;
	font-weight: 700;
	text-transform: uppercase;
}

nav.navbar.navbar-expand-lg ul li.nav_button a.nav-link:after {
	display: none;
}

nav.navbar.navbar-expand-lg ul li.nav_button a.nav-link:hover {
	background: #fff;
	box-shadow: 0 0 30px 8px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 30px 8px rgba(255, 255, 255, 0.2);
}

ul.navbar-nav {
	align-items: center;
}

.navbar-toggler {
	border: none;
	padding: 0;
}

a.navbar-brand img {
    display: inline-block;
    width: 240px;
    vertical-align: top;
}

.navbar-toggler-icon {
	background-image: url('../img/hamburger.png') !important;
}


/*footer*/

footer {
	background: #041C3F;
	padding: 59px 0 0 0;
}

.footer_columns h2 {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--white);
	margin: 0 0 18px 0;
	text-transform: uppercase;
}

.footer_columns ul {
	float: left;
	width: 100%;
	padding: 0 0 0 15px;
}

#footer .grid-1{
	display: grid;
	display: -ms-grid;
	/* grid-template: 1fr 1fr/ 1fr 1fr; */
	grid-column-gap: 25px;
	row-gap: 0;
	grid-template-columns: repeat(3, 1fr);
	grid-template-columns: 20% 60% 20%;
}

.footer_columns:last-child {}

.footer_columns ul li {
	float: left;
	width: 100%;
	line-height: 49px;
	list-style-type: disc;
	color: var(--green);
}

.footer_columns ul li a {
	float: left;
	width: auto;
	font-weight: 500;
	font-size: 16px;
	/* line-height: 49px; */
	color: #2481FF;
}

.footer_columns ul li a:hover {
	color: var(--white);
}

p.footer_bottom a:hover {
	color: var(--green);
}

.footer_columns_center ul li {
	width: 100%;
	list-style-type: none;
	padding: 0 0 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	margin: 0 0 23px 0;
}

.footer_columns_center ul {
	padding: 0 10px 0 0;
	display: grid;
	display: -ms-grid;
	/* grid-template: 1fr 1fr/ 1fr 1fr; */
	grid-column-gap: 25px;
	row-gap: 0;
	grid-template-columns: repeat(2, 1fr);
}

.footer_columns_center ul li a {
	line-height: 27px;
}

.footer_columns_center ul li p {
	float: left;
	width: 100%;
	color: #B0B0C1;
	margin: 0;
	line-height: 27px;
	font-weight: 500;
	font-size: 16px;
}

.footer_columns:last-child ul {
	padding: 0;
}

.footer_columns:last-child ul li {
	list-style-type: none;
}

.footer_columns:last-child ul li a {}

.footer_columns:last-child ul li a svg {
	margin: 0 15px 0 0;
	position: relative;
    top: 9px;
}

p.footer_bottom {
	float: left;
	width: 100%;
	padding: 31px 0;
	font-size: 16px;
	text-align: center;
	color: #B0B0C1;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 21px 0 0 0;
}

p.footer_bottom a {
	color: var(--white);
}

p.footer_bottom span {
	color: var(--white);
}

.footer_columns_center ul li:nth-child(3) {
	border: none;
}

.footer_columns_center ul li:nth-child(4) {
	border: none;
}

@media only screen and (max-width: 767px){
	.margin-m-t-2{
		margin-top: 2rem !important;
	}
}