 	 	@font-face {
    font-family: "Gibson";
    src: url("../fonts/gibson/Gibson-Regular.woff2") format("woff2"), url("../fonts/gibson/Gibson-Regular.woff") format("woff");
    font-weight: 400;
	  }
	  
	  @font-face {
	    font-family: "Gibson";
	    src: url("../fonts/gibson/Gibson-Medium.woff2") format("woff2"), url("../fonts/gibson/Gibson-Medium.woff") format("woff");
	    font-weight: 500;
	  }
	  
	  @font-face {
	    font-family: "Gibson";
	    src: url("../fonts/gibson/Gibson-SemiBold.woff2") format("woff2"), url("../fonts/gibson/Gibson-SemiBold.woff") format("woff");
	    font-weight: 600;
	}
	
	#home_banner img{
	width: 100vw;
	}
	#home_banner {
	padding: 0px;
	}
	#home_banner1
	{
		display: none;
	}
	#home_banner2
	{
		display: none;
	}
	
	#home_introduction {
		margin-top: inherit; 
		background-color: #eedddd;
		background-color: transparent;
		padding: 0px 5vw 0px 5vw;
	}
	#home_introduction .content
	{
		
		padding: 1.5rem;
	}
	#home_introduction div.visual {
		background-size: auto 100% ;
		background-repeat: no-repeat;
	}
	#home_introduction .col-lg-6, #home_introduction .col-md-6, #home_introduction .col-sm-12
	{
		background:#ffffff;
		
	}
	#home_introduction section {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0px;
		padding-bottom:0px;
	}
	#home_introduction p{
		font-size: 1rem;
	}
	#home_introduction img{
		width: 100vw;
	}
	#home_our_goal .custom-head {  
	    text-align: center !important;
	}
	#home_our_goal .custom-head h2{
	    font-weight: 600 !important;
	    font-size: 3rem;
	    line-height: normal;
	    letter-spacing: inherit; 
	    margin: 0px 0px 20px 0px;
	}
	#home_our_goal .custom-sub_head {
	 
	    text-align: center;
	
	}
	#home_our_goal .custom-sub_head h1{
	    font-family: 'Helvetica',sans-serif;
	    color: #898989;
	    font-size: 21px;
	    line-height: 30px;
	    letter-spacing: 0px;
	    font-weight: 400;
	    padding: 0;
	    margin: 0;
	    word-break: break-word;
	}


	#home_our_goal .goal-col h3 {
		margin: 30px 0px 30px 0px;
		font-weight: normal;
		  font-family: "Gibson";
			font-weight: 500;
		color: #252525;
		font-size: 1.2rem;
		line-height: normal;
		letter-spacing: normal;
		padding: 2rem;
		margin: auto;
		max-width: 300px;
	}
	#home_our_goal .goal-col{
	    text-align: center;
	}
	#home_our_goal section{
		max-width: 1140px !important;
	    margin-right: auto;
	    margin-left: auto;
		padding-top:30px;
	}
	
	 .goal-icon{
		border-radius: 300%;
		height: 140px;
	    width: 140px;
	    transition: 400ms;
	    margin-bottom: 8px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.goal-icon {
		border-radius: 50%;
		height: 140px;
		width: 140px;
		transition: 400ms;
		margin-bottom: 8px;
		margin-left: auto;
		margin-right: auto;
		background: #fafafa;
		padding-top: 10%;
		border: 5px solid #cccccc42;
	}
	 .goal-icon img{ 
	  margin-left: auto;
	  margin-right: auto;
	 max-width: 75px;
	}
	.goal-row{
		    margin: 50px 0px 0px 0px;
	}
	
	.home_post_content h3 {
		text-align: left;
		  font-family: "Gibson";
			font-weight: 500;
		font-size: 1.5rem;
		padding-bottom: 1rem;
	}
	
	.home_post_content p {
		text-align: left;
	}
	
	#home_options{
		background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover; 
		padding: 119px 0px 98px 0px;
		position: relative;
	    z-index: 1;
	    margin-top: 3vw;
	}
	
	#home_options::after{
		content: " ";
	    display: block;
	    position: absolute;
	    height: 100%;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: -1;
	    opacity: 0.7;
	    background: #116477;
	}
	.home_option{ 
	    text-align: center;
	     border-width: 2px 2px 2px 2px;
	    border-style: solid;
	    border-color: #f5f5f5;
		padding:20px;
	}
	.home_option {
		text-align: center;
		border-width: 2px 2px 2px 2px;
		border-style: solid;
		border-color: #f5f5f500;
		padding: 20px;
		background: #009cd6bd;
		margin-bottom:10px;
	}
	.home_option i{
	   font-size: 48px;
	   font-weight: 900;
	   transition: 400ms;
	   margin-top: 1.5vw;
	}
	.home_option h3{
	     visibility: visible;
	    animation-duration: 400ms;
	    animation-delay: 300ms;
	    animation-name: fadeIn;
	    color: #ffffff;
	    font-size: 44px;
	    margin: 10px 0 12px;
	    padding: 0;
	    position: relative;
		font-size:32px;
		  font-family: "Gibson";
			font-weight: 500;
	}
	.home_option a{
	   font-size: 48px;
	   font-weight: 900;
	   transition: 400ms;
	   color: #3baad5;
	   background: #ffffff;
	   font-weight: 700;
	   border-radius: 4px 4px 4px 4px;
	   font-size: 17px;
	   padding: 5px 15px;
	    transition: 400ms;
	    display: inline-block;
	    margin-top: 20px;
	    position: relative;
	    z-index: 2;
	    margin-bottom: 5px;
		background:transparent;
		border:2px solid #ffffff;
		border-radius:9px;
		color:#ffffff;
		font-weight:bold;
	}
	#home_options .fas::before {
		color: #ffffff;
		border: 2px solid #ffffff;
		padding: 20px;
		border-radius: 50%;
		margin-bottom: 20px;
		display: block;
		width:100px;
		height:100px;
		-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	}
	#home_options .fas:hover, #home_options .fas::before:hover
	{
		background:#009cd6 !important;
		
	}
	#home_options .row{
		margin-right: auto;
	    margin-left: auto;
	    max-width: 1140px !important;
	 }
	 #home_posts{
	    background-color: #42a7bd;
		 background-color: transparent;
	    padding: inherit;
	    margin: 5vw 0px 5vw 0px;
	 }
	#home_posts .row{
	    margin-right: auto;
	    margin-left: auto;
	    max-width: 1140px !important;
	    position: relative;
	    z-index: 1;
	 }
	 .home_post{
	 	background-color: #ffffff;
	 	padding-bottom: 1vw;
	 	box-shadow: 0 0 24px rgba(169,202,216,.08);
	 }
	 .home_post_content{
	 	margin: 26px 26px 26px 26px;
	 }
	 #home_posts .row > div::after{
	    margin: 0 15px 0px 15px;
		content: " ";
	    display: block;
	    position: absolute;
	    height: 100%;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: -1; 
	    background: #ffffff;
	}
	.home_post_content a.link {
		margin-left: 0vw;
		color: #009ad3;
		background: #98a7b5;
		border-radius: 4px !important;
		border-color: #98a7b5;
		text-decoration: none;
		box-shadow: none;
		display: inline-block;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		user-select: none;
		padding: inherit;
		font-size: inherit;
		line-height: 1.25;
		border-radius: 4px;
		transition: all 400ms ease;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
		-o-transition: color 0.2s ease-out;
		-ms-transition: color 0.2s ease-out;
		transition: color 0.2s ease-out;
		background: transparent;
		font-weight: bold;
	}
	.home_post_content a{
		margin-left: 0vw;
		color: #fff;
	    background: #98a7b5 ;
	   	border-radius: 4px !important;
	    border-color: #98a7b5;
	    text-decoration: none;
	    box-shadow: none;
	        display: inline-block;
	    font-weight: 400;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    user-select: none;
	    padding: 8px 12px;
	    font-size: 16px;
	    line-height: 1.25;
	    border-radius: 4px;
	    transition: all 400ms ease;
		-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
		
		 background: #009cd6 ;
		font-weight:bold;
	}
	.home_option a:hover {
		color: #ffffff;
		background-color: #74808c; 
		text-decoration:none;
		background-color:#009cd6;
	}
	.home_post_content a:hover{
		color: #ffffff;
		background-color: #74808c; 
		 background: #009cd6 ;
	}


@media only screen 
     and (min-device-width: 320px) 
     and (max-device-width: 479px) 
{
	#home_banner
	{
		display: none;
	}
	#home_banner2
	{
		display: block;
		padding: 0px;
	    width: 100%;
	    height: auto;
	    min-height: 450px;
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	    background-color: #ffffff;
	    background-size: contain;
	}
	#home_banner3
	{
		display: none;
	}
	
}
@media only screen 
  and (max-device-height: 500px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  #home_banner
	{
		display: none;
	}
	#home_banner2
	{
		display: none;
	}
	#home_banner3
	{
		display: block;
		padding: 0px;
	    width: 100%;
	    height: auto;
	    min-height: 450px;
	    background-size: auto 100%;
	    background-repeat: no-repeat;
	    background-color: #ffffff;
	    background-size: contain;
	}
	nav.navbar button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    	background-color: #ffffff !important;
	}
}
