@import url("font-awesome/css/fontawesome-all.min.css");

/* -- HEADROOM -- */

#header {
	height: auto;
	background-color: #101539;
}
.headroom {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: transform 0.25s ease-in-out;
}

.headroom--unpinned {
  top: -108px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-108px);
  -o-transform: translateY(-108px);
  -moz-transform: translateY(-108px);
  -ms-transform: translateY(-108px);
  transform: translateY(-108px);
}

.headroom--pinned {
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
/* -- GENERAL -- */
html {
	margin-top: 0;
}
body {
  font-size: 16px;
	overflow-x: hidden!important;
	font-family:"din-2014", san-serif;
	color: #414A51;
	font-display: swap;
}
.noscroll {
	overflow-y: hidden;
}
.overflow-hidden {
	overflow-x: hidden!important;
}
.f_width {
  width: 100%;
}
.f_height {
  height: 100%;
}
.logo img {
  width: 140px;
	max-width: none;
  height: auto;
  padding: 1rem 1.25rem 1rem .75rem;
}
.footer_logo img {
  width: 240px;
	max-width: none;
  height: auto;
  padding: 1rem 1.25rem 1rem .75rem;
}
.footer_creds img{
	max-width: 240px;
	max-height: 80px;
}
.pos_rel {
	position: relative;
}
.pos_ab {
	position: absolute;
}
.callout.message {
    position: relative;
    margin: 0;
    padding: 1rem;
    border: none;
    border-radius: 0;
    background-color: #414A51;
    color: #FFF;
		font-family:"lora", serif;
}
.sub_images {
	border-radius: 4px;
}
.sub_images.team {
	border-radius: 4px;
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.sub_images img {
	width: 100%;
	height: auto;
	max-height: 370px;
	object-fit: cover;
	object-position: center center;
	max-width: none;
}
.hr_main {
  width: 60px;
  text-align: center;
	border-bottom: 1px solid #FFF;
}
.test_logo {
	height: 120px;
	width: auto;
	/* border-radius: 100%; */
	overflow: hidden;
	margin: auto;
}
.test_logo img{
	height: 100%;
	object-fit: cover;
  width: auto;
}
.resource_main {
	border-radius: 4px;
	overflow: hidden;
}
.resource_main img{
	width: 100%;
	height: auto;
	max-height: 370px;
	object-fit: cover;
	object-position: center center;
	max-width: none;
}
.resource_thumb {
	border-radius: 4px;
	width: 170px;
	height: auto;
	overflow: hidden;
}
.resource_thumb img{
	width: 170px;
	height: auto;
	max-height: 120px;
	object-fit: cover;
	object-position: center center;
	max-width: none;
}
.subscribe_container {
	background-color: #fff;
	box-shadow: 0px 3px 6px #0000001A;
	padding: 2rem;
	border-radius: 4px;
}
.value_circle {
	width: 170px;
	height: 170px;
	border-radius: 100%;
	background-color: #E3F4D9;
}
.circle_icon img{
	width: 70px;
	height: auto;
	max-height: 62px;
}
.creds_logo img {
	width: 168px;
	height: auto;
	max-height: 168px;
}
.close-button.menu-mobile {
    right: 2rem;
    top: 1.85rem;
    font-size: 2em;
    line-height: 1;
	 	color: #74BF41;
		font-size: 32px;
}
.error-content {
	height: calc(100vh - 87px);
}
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
/* --BLOG MARKETING STLYES-- */
.blog_text_style{text-align: center!important;}
.blog_cards {
    border-radius: 4px;
    background-color: #fff;
    padding: 1rem;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.l_green_bg_card {background-color: #F7FCF4; border-radius: 10px;}
.r_t_margin{
	margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.font500{
	font-weight: 500!important;
}
/* -- GATEWAY CARDS -- */
.service_cards {
	border-radius: 4px;
	background-color: #E3F4D9;
	padding:1rem;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.service_cards_b {
	border-radius: 4px;
	background-color: #F7FCF4;
	padding:1rem;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.cstudy_cards {
	border-radius: 4px;
	background-color: #F7FCF4;
	padding:1rem;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.card_image {
	overflow: hidden;
	border-radius: 4px;
}
.card_image img{
	width: 100%;
	height: 230px;
	object-fit: cover;
	object-position: center center;
	max-width: none;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.card_desc {
	-webkit-transition: all .4s;
	transition: all .4s;
}
.card_cat {
	font-family:"lora";
	font-size: 16px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.card_title {
	-webkit-transition: all .4s;
	transition: all .4s;
}
.service_cards:hover {
	color:#fff;
	background-color: #414A51;
}
.service_cards:hover .card_title {
	color:#fff;
}
.service_cards:hover .card_desc {
	color:#fff;
}
.service_cards:hover .card_image img {
	transform: scale(1.25);
}

.service_cards_b:hover {
	color:#fff;
	background-color: #414A51;
}
.service_cards_b:hover .card_title {
	color:#fff;
}
.service_cards_b:hover .card_desc {
	color:#fff;
}
.service_cards_b:hover .card_image img {
	transform: scale(1.25);
}

.cstudy_cards:hover {
	color:#fff;
	background-color: #414A51;
}
.cstudy_cards:hover .card_title {
	color:#fff;
}
.cstudy_cards:hover .card_cat {
	color:#fff;
}
.cstudy_cards:hover .card_desc {
	color:#fff;
}
.cstudy_cards:hover .card_image img {
	transform: scale(1.25);
}

a.res_gateway .card_cat {
	color: #414A51;
	-webkit-transition: all .4s;
	transition: all .4s;
}
a.res_gateway .subheading {
	color: #414A51;
	-webkit-transition: all .4s;
	transition: all .4s;
}
a.res_gateway .resource_thumb img{
	-webkit-transition: all .4s;
	transition: all .4s;
}
a:hover.res_gateway .card_cat {
	color: #74BF41;
}
a:hover.res_gateway .subheading {
	color: #74BF41;
}
a:hover.res_gateway .resource_thumb img{
	transform: scale(1.25);
}


/* -- FONTS -- */
h1 {
	font-family:"lora", serif;
	font-size: 32px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 700;
}
h2 {
	font-family:"lora";
	font-size: 20px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 700;
}
h3 {
	font-family:"lora", serif;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family:"lora", serif;
}
.banner_titles {
	font-family:"lora", serif;
	font-size: 32px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 700;
}
.banner_subheading {
	font-family:"din-2014", san-serif;
	font-size: 20px;
}
.subheading {
	font-family:"lora";
	font-size: 20px;
	font-weight: 700;
}
.cat_title {
	font-family:"lora";
	font-size: 16px;
}
.din_light {
	font-family:"din-2014", san-serif;
	font-size: 14px;
	font-weight: 300;
}

/* -- COLOURS -- */

.white {color: #fff;}
.white_bg {background-color: #fff;}
.green {color: #74BF41;}
.green_bg {background-color: #74BF41;}
.m_green {color: #E3F4D9;}
.m_green_bg {background-color: #E3F4D9;}
.l_green {color: #F7FCF4;}
.l_green_bg {background-color: #F7FCF4;}
.d_grey {color: #414A51;}
.d_grey_bg {background-color: #414A51;}
.grey {color: #A0A4A8;}
.grey_bg {background-color: #A0A4A8;}
.l_grey {color: #F4F5F5;}
.l_grey_bg {background-color: #F4F5F5;}

/* -- LINKS N BUTTONS -- */
a {
	color:#74BF41;
	font-family:"lora", serif;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a:hover {
	color:#414A51;
}

a.grey_green_link {
  color:#414A51;
	font-family:"lora", serif;
  padding: 0 1.25vw;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a.grey_green_link.active {
  color:#74BF41;
	font-weight: bold;
}
a.grey_green_link:hover {
  color:#74BF41;
}
/* Nav */
a.grey_green_navlink {
  color:#414A51;
	font-family:"lora", serif;
  transition: all .4s;
	-webkit-transition: all .4s;
	float: left;
	white-space: nowrap;
	display: block;
	width: 100%;
}
a.grey_green_navlink:hover {
  color:#74BF41;
}
a.grey_green_navlink i {
	font-size: 10px;
  margin-left:6px;
	margin-right:-6px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
a.grey_green_navlink:hover i {
  margin-left:12px;
	margin-right:-12px;
}
/* end */
a.grey_green_link_b {
  color:#414A51;
	font-family:"din-2014", san-serif;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a.grey_green_link_b:hover {
  color:#74BF41;
}
a.white_green_link {
	color:#FFF;
	font-family:"lora", serif;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a:hover.white_green_link {
	color:#74BF41;
}
a.green_white_link {
	color:#74BF41;
	font-family:"lora", serif;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a.green_white_link i{
	position: relative;
	left:0;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a:hover.green_white_link {
	color:#FFF;
	font-family:"lora", serif;
}
a:hover.green_white_link i{
	left:0.5rem;
}
a.green_grey_link {
	color:#74BF41;
	font-family:"lora", serif;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a.green_grey_link i{
	position: relative;
	left:0;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a:hover.green_grey_link {
	color:#414A51;
}
a:hover.green_grey_link i{
	left:0.5rem;
}
a.green_pag {
	color:#74BF41;
	font-weight: bold;
	line-height: 1;
	font-family:"lora", serif;
  transition: all .4s;
	-webkit-transition: all .4s;
}
a:hover.green_pag {
	color:#414A51;
}
#mc_embed_signup.override .button {
	padding: 0.75rem 2rem 0.75rem 2rem!important;
}
.green_button.green_button_mailchimp {
	background-color: #74BF41!important;
	padding: 0!important;
}
.green_button {
  background-color: #74BF41!important;
	font-family:"lora", serif;
	font-weight: 700;
  color: #FFF;
	border-radius: 26px!important;
	height: auto;
  transition: all .5s;
	-webkit-transition: all .5s;
  cursor: pointer;
  padding: 0.5rem 2rem;
  width: auto;
	white-space: nowrap;
}
.green_button i {
	position: relative;
	left:5px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.green_button.green_button_mailchimp i {
	position: relative;
	left:-2rem;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.green_button:hover {
  background-color: #414A51;
	color: #FFF;
}
.green_button:hover i {
	left:0.5rem;
}
.green_button.green_button_mailchimp:hover i {
	left:-1.75rem;
}
.green_button_b {
  background-color: #74BF41;
	font-family:"lora", serif;
	font-weight: 700;
  color: #FFF;
	border-radius: 26px;
	height: auto;
  transition: all .5s;
	-webkit-transition: all .5s;
  cursor: pointer;
  padding: 0.5rem 2rem;
  width: auto;
	white-space: nowrap;
}
.green_button_b i {
	position: relative;
	left:5px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.green_button_b:hover {
  background-color: #FFF;
	color: #414A51;
}
.green_button_b:hover i {
	left:0.5rem;
}
.padding_marketing{
	padding: 2rem;
	font-size: 18px;
	background-color: #F7FCF4;
  border-radius: 10px;
}
/* -- OFF CANVAS NAV -- */

#mobileMenu.off-canvas.is-transition-overlap {
    z-index: 10000;
}
/* -- PADDING -- */

.padding_1 {padding:1rem;}
.padding_2 {padding:2rem;}
.padding_3 {padding:3rem;}
.padding_4 {padding:4rem;}
.padding_5 {padding:5rem;}

.t_padding_0_5{padding-top: 0.5rem;}
.t_padding_1 {padding-top:1rem;}
.t_padding_2 {padding-top:2rem;}
.t_padding_3 {padding-top:3rem;}
.t_padding_4 {padding-top:4rem;}
.t_padding_5 {padding-top:5rem;}
.t_padding_6 {padding-top:6rem;}

.t_padding_hp {padding-top:calc(50px + 4rem);}

.b_padding_05 { padding-bottom: 0.5rem; }
.b_padding_1 {padding-bottom:1rem;}
.b_padding_2 {padding-bottom:2rem;}
.b_padding_3 {padding-bottom:3rem;}
.b_padding_4 {padding-bottom:4rem;}
.b_padding_5 {padding-bottom:5rem;}
.b_padding_6 {padding-bottom:6rem;}

.l_padding_05 { padding-left: 0.5rem; }
.l_padding_1 { padding-left: 1rem; }
.l_padding_2 { padding-left: 2rem!important; }
.l_padding_3 { padding-left: 3rem!important; }
.l_padding_4 {padding-left: 4rem;}

.r_padding_05 { padding-right: 0.5rem; }
.r_padding_1 {padding-right:1rem;}
.r_padding_2 {padding-right:2rem;}
.r_padding_3 {padding-right:3rem;}
.r_padding_4 {padding-right:4rem;}

.lr_padding_0 {padding-left: 0;padding-right: 0;}
/* -- MARGINS -- */

.t_margin_minus_50 {margin-top:-50px;}

.t_margin_025 {margin-top:0.25rem;}
.t_margin_05 {margin-top:0.5rem;}
.t_margin_075 {margin-top:0.75rem;}
.t_margin_1 {margin-top:1rem;}
.t_margin_2 {margin-top:2rem;}
.t_margin_3 {margin-top:3rem;}
.t_margin_4 {margin-top:4rem;}
.t_margin_5 {margin-top:5rem;}
.t_margin_6 {margin-top:6rem;}
.t_margin_90 {margin-top:87px;}

.b_margin_0 {margin-bottom:0!important;}
.b_margin_05 {margin-bottom:0.5rem;}
.b_margin_075 {margin-bottom:0.75rem;}
.b_margin_1 {margin-bottom:1rem;}
.b_margin_1-5 {margin-bottom:1.5rem;}
.b_margin_2 {margin-bottom:2rem;}
.b_margin_3 {margin-bottom:3rem;}
.b_margin_4 {margin-bottom:4rem;}
.b_margin_5 {margin-bottom:5rem;}
.b_margin_6 {margin-bottom:6rem;}

.r_margin_1 {margin-right: 1rem;}
.r_margin_2 {margin-right: 2rem;}

.l_margin_1 {margin-left: 1rem;}

/* -- BORDERS -- */
.res_border_1_grey {
	border-left: 1px solid #A0A4A8;
	margin-left: 2rem;
	margin-right: 2rem;
	padding: 0!important;
}

/* -- BORDERS -- */
.textarea {
	width: 100%;
	height: 220px;
	border-radius: 4px;
	border: 4px solid #E3F4D9;
	background-color: #E3F4D9;
	-webkit-box-shadow: none;
  box-shadow: none;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 4px solid #E3F4D9;
    border-radius: 4px;
    background-color: #E3F4D9;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 4px solid #74BF41;
    background-color: #E3F4D9;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
label.form {
    display: block;
		font-family:"lora";
		color: #414A51;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
}
label {
	font-size: 16px;
}
input[type="submit" i] {
    appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    box-sizing: border-box;
    padding: 0;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    /* border-image: ; */
	position: relative;
	margin: 0 0 8px 0;
}
#mc_embed_signup .button {
    font-size: 13px;
    border: none;
		font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: inherit;
    color: #fff;
    background-color: transparent!important;
    box-sizing: border-box;
    height: auto!important;
    line-height: 1!important;
    padding: 0!important;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
		vertical-align: baseline;
}
#mc_embed_signup input.email {
    height: 38px!important;
}
/* -- ACCORDIONS -- */
.accordion.nav {
	background-color: transparent;
	font-family:"lora", serif;
	font-weight: normal;
  color: #414A51;
	height: auto;
  cursor: pointer;
  width: auto;
	margin-bottom: 0;
	position: relative;
}
.accordion.nav .accordion-title{
	border: none;
	background-color: transparent;
	padding: 0 1.25vw 3px;
	margin-right: 1.5rem;
	height: auto;
	border-radius: 0;
	font-family:"lora", serif;
	font-weight: normal;
  color: #414A51;
	font-size: 16px;
	position: relative;
	z-index: 2;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.mobile {
		margin-left: 1.5rem;
}
.accordion.nav .accordion-title.active{
	color: #74BF41;
	font-weight: bold;
}
.accordion.nav .accordion-title::before {
  position: absolute;
	font-family: FontAwesome;
  top: 50%;
  right: -5px;
  margin-top: -9px;
  content: "\f078";
	transition: all .5s;
	-webkit-transition: all .5s;
}
.is-active > .accordion-title::before {
    transform: rotate(180deg);
}
.accordion.nav .accordion-title:hover, .accordion-title:focus {
    background-color: transparent;
		color: #74BF41;
}

.accordion-content.nav {
    display: none;
    padding: 0;
		margin-left: 0.5rem;
		padding: 1rem;
    border: 0;
    border-bottom: 0;
    background-color: #F7FCF4;
    color: #0a0a0a;
		z-index: 1;
		top: 20px;
    position: absolute;
		width: auto;
	}
a.ggs_dd_inner {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 14px;
	color:#fff;
	transition: all .5s;
	-webkit-transition: all .5s;
}
a:hover.ggs_dd_inner {
	color:#414A51;
}



.accordion.ggs_dd {
	background-color: transparent;
	font-family:"lora", serif;
	font-weight: 700;
  color: #FFF;
	height: 40px;
  cursor: pointer;
  width: auto;
}
.accordion.ggs_dd .accordion-title{
	border: none;
	background-color: #74BF41;
	padding:5px 0;
	min-width: 220px;
	height: 40px;
	border-radius: 26px;
	font-family:"lora", serif;
	font-weight: 700;
  color: #FFF;
	font-size: 14px;
	padding: 12px 1rem;
	position: relative;
	z-index: 2;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.accordion.ggs_dd .accordion-title::before {
  position: absolute;
	font-family: FontAwesome;
  top: 50%;
  right: 1rem;
  margin-top: -7px;
  content: "\f078";
	transition: all .5s;
	-webkit-transition: all .5s;
}
.is-active > .accordion-title::before {
    transform: rotate(180deg);
}
.accordion.ggs_dd .accordion-title:hover, .accordion-title:focus {
    background-color: #74BF41;
}

.accordion-content.ggs_dd {
    display: none;
    padding: 0;
		padding-bottom: 2rem;
    border: 0;
    border-bottom: 0;
    background-color: #74BF41;
    color: #0a0a0a;
		border-bottom-left-radius: 26px!important;
		border-bottom-right-radius: 26px!important;
		z-index: 1;
		top: -16px;
    position: relative;
}
a.ggs_dd_inner {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 14px;
	color:#fff;
	transition: all .5s;
	-webkit-transition: all .5s;
}
a:hover.ggs_dd_inner {
	color:#414A51;
}
/* -- SWIPER -- */
.homepage_banner {
	height: 60vh;
}
.homepage_slides {
	height: 100%;
	background-color: rgba(0,0,0,0.425);
}
.homepage_banner_img {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.arrow_container {
	position: absolute;
	top:0;
	height: 100%;
	width: 100%;
}
.homepage_arrows {
	position: relative;
	top:0;
	margin: 0 auto;
	max-width: 75rem;
	height: 100%;
	width: 100%;
}
.hp_next {
	background-image: none;
  right: 15px;
  left: auto;
}
.hp_prev {
	background-image: none;
	left: 0;
  right: auto;
}
.hp_next_m {
	background-image: none;
  right: 0;
  left: auto;
}
.hp_prev_m {
	background-image: none;
	left: 0;
  right: auto;
}
.test_next {
	background-image: none;
  right: 0;
  left: auto;
	position: relative;
}
.test_prev {
	background-image: none;
	left: 0;
  right: auto;
	position: relative;
}
.arrow_circle {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	border: 1px solid #74BF41;
	transition: all .3s ease-in-out;
}
.arrow_circle:hover {
	background-color: #74BF41;
}
.arrow-icon-right {
	font-size: 16px;
	color: #fff;
	margin-left:0;
	transition: all .3s ease-in-out;
}
.arrow-icon-left {
	font-size: 16px;
	color: #fff;
	margin-left:0;
	transition: all .3s ease-in-out;
}
.arrow_circle:hover .arrow-icon-right {
	margin-left:5px;
}
.arrow_circle:hover .arrow-icon-left {
	margin-right:5px;
}
.green_arrow_circle {
	height: 32px;
	width: 32px;
	border-radius: 100%;
	background-color: #74BF41;
}
.swiper-pagination {
	background-color: #414A51;
	border-radius: 4px;
	box-shadow: 0px 3px 6px #0000001A;
	height: 100px;
	width: 100%;
	position: relative;
}
.swiper-pagination-bullet.process_bullet {
  width:auto;
  height: auto;
  background: none;
  color: #fff;
  border-radius: 0;
	-webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  transition: all .5s;
}
.swiper-pagination-bullet.process_bullet:focus {
    outline: none;
}
.swiper-pagination-bullet.process_bullet i{
	font-size: 20px;
}
.swiper-pagination-bullet.process_bullet:hover {
  opacity: 1;
  transition: all .5s;
	color: #74BF41;
}
.swiper-pagination-bullet.process_bullet.swiper-pagination-bullet-active {
  width:auto;
  background: none;
	color: #74BF41;
}
.swiper-button-prev-t {
	position: relative;
	background-image: none;
}
.swiper-button-next-t {
	position: relative;
	background-image: none;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sharing-links a {
	width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #74BF41;
    border-radius: 50%;
    overflow: hidden;
	transition: all 0.2s;
}

.sharing-links a:hover {
	background: #414A51
}

.sharing-links.dark a i{
	color: #E3F4D9;
}

.sharing-links.light a i{
    color: #F7FCF4;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 1024px) {
	.accordion.nav .accordion-title{
	  color: #FFF;
	}
	.accordion-content.nav {
	    display: none;
	    padding: 0;
			margin-left: 0.5rem;
			margin-bottom: 2rem;
			padding: 0 1rem 1rem 1rem;
	    border: 0;
	    border-bottom: 0;
	    background-color: transparent;
	    color: #FFF;
			z-index: 1;
			top: 20px;
	    position: relative;
			width: auto;
		}
		:last-child > .accordion-content:last-child {
    	border-bottom: 1px solid transparent;
		}
}
@media only screen and (max-width: 640px) {
	.m_b_margin_0{margin-bottom: 0;}
	.m_b_padding_0{padding-bottom: 0.5rem;}
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
	.banner_titles {
		font-size: 25px;
	}
	.banner_subheading {
		font-size: 20px;
	}
	.subheading {
		font-size: 20px;
	}
	.cat_title {
		font-size: 16px;
	}
	.din_light {
		font-size: 14px;
	}
	.t_margin_1_m {
		margin-top: 1rem;
	}
	.t_margin_2_m {
		margin-top: 2rem;
	}
	.l_margin_0_m {
		margin-left: 0;
	}
	.video_mobile{position: relative; margin: -30px -3px 0 -3px;}
	.lr_padding_0_m {padding-left: 0!important;padding-right: 0!important;}
	.lr_padding_1_m {padding-left: 1rem!important;padding-right: 1rem!important;}
	.lr_padding_2_m {padding-left: 2rem!important;padding-right: 2rem!important;}
	.text_align{text-align: center!important;}
	.icon_mobile{
		position: relative;
		top: -35px;
		left: 100px;
	}
	.padding_0_m {
		padding:0;
	}
	.t_padding_1_m {
		padding-top: 1rem!important;
	}
	.m_l_padding_1{padding-left: 1rem!important;}
	.t_padding_2_m {
		padding-top: 2rem;
	}
	.l_green_bg_m {background-color: #F7FCF4;}
	.card_cat_m {
		font-size: 12px
	}
	.subheading_m {
		font-size: 14px
	}
	.hp_prev {
    left: 10px;
	}
	.hp_next {
    right: 20px;
	}
	.hp_prev_m {
    left: 10px;
	}
	.hp_next_m {
    right: 20px;
	}
	.arrow_circle:hover {
		background-color: transparent;
	}
	.arrow_circle:hover .arrow-icon-right {
		margin-left:0;
	}
	.arrow_circle:hover .arrow-icon-left {
		margin-right:0;
	}
	.accordion.nav .accordion-title{
	  color: #FFF;
	}
	.accordion-content.nav {
	    display: none;
	    padding: 0;
			margin-left: 0.5rem;
			margin-bottom: 2rem;
			padding: 0 1rem 1rem 1rem;
	    border: 0;
	    border-bottom: 0;
	    background-color: transparent;
	    color: #FFF;
			z-index: 1;
			top: 20px;
	    position: relative;
			width: auto;
		}
		:last-child > .accordion-content:last-child {
    	border-bottom: 1px solid transparent;
		}
		.sub_images.banner {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.sub_images.banner img {
			object-fit: cover;
			object-position: center center;
			height: 100%;
			max-height: none;
		}
		.sub_page_content {
			position: relative;
			z-index: 2;
			color: #fff;
			background-color: rgba(0,0,0,0.5);
			min-height: 50vh;
		}
		.accordion.ggs_dd {
		    height: auto;
		}
		.no-wrap-m {
			white-space: nowrap;
		}
		iframe {
			height: 200px!important;
		}
		.m_b_padding_2{
			padding-bottom: 2rem;
		}
}
