  
  /*---------------------------------------------------------------

    Project Name: Asa Propulsion Labs | Customized Wordpress Template
    File Name: style.css
    Author: Anthony Espinoza
    Author URI: http://www.anthonyespinoza.net
    Version: 1.0.4

  ------------------------------------------------------------------*/
  /*----------------------------------------------------------------

  // Table of contents //

    - BODY
    - TYPOGRAPHY
    - GENERAL
    - BUTTONS
    - PRE LOADER
    - MENU BAR
    - HOME
    - ABOUT
    - BLOG 
    - WORK
    - CONTACT
    - FOOTER
    - RESPONSIVE STYLES

  ------------------------------------------------------------------*/
/* Fonts */
/*
Montserrat Regular
font-family: montserrat, sans-serif;

Raleway
font-family: raleway, sans-serif;
*/

  body {
    background: #fff;
    font-family: montserrat, sans-serif !important;
    overflow-x: hidden;
  }

.clear { clear: both; }


svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vw;
  /* set height to pixels if you want angle to change with screen width */
}

.padbot40 {
	padding-bottom:40px;
}
/*
::selection {
  background: #27918f;
  color: #fff;
}
::-moz-selection {
  background: #27918f; 
  color: #fff;
}
*/

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: inherit;
  }

  h1 {
    color: #231f20;
    font-size: 50px;
    margin-bottom: 30px;
  }

 /*#home h1 {*/
.home-banner-container h1 {
    color: #08355c;
    font-size: 50px;
    margin: 0 auto;
	
  }
.banner-heading-container {
	width: fit-content;
    padding: 7px;
    background: white;
    box-shadow: 0px 0px 10px 3px #444;
    margin: 0 auto;
}

.banner-heading-container h1 {
	 background: #fff;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #dceff1;
    text-transform: uppercase;
    font-style: normal;
    font-size: 30px;
    color: #08355c;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    width: fit-content;
}
  /*#home h1 span {*/
.home-banner-container h1 span{
    color: #08355c;
	font-family: montserrat, sans-serif !important; 
	font-weight: bold;  
    font-size: 20px;
	display: block;
	text-transform: uppercase;  
	letter-spacing: 2px;  
  }

  h2 {
    color: #204b6a;
	font-style: normal;  
    font-size: 26px;
	padding: 5px;
	position: relative;
    display: inline-block;
	  text-transform:uppercase;
	/*border-bottom: 2px solid #204b6a;*/
    /*font-weight: bold;
    text-transform: uppercase;*/
  }
  /*h2:after {
    content: '';
    background: #204b6a;
    width: 130px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
 
  }*/

  h3 {
    color: #231f20;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
	text-transform: uppercase;
	font-size:20px;
    margin:10px 0;
  }

  h4 {
    color: #231f20;
    font-size: 30px;
    line-height: normal;
  }

  p {
    color: #231f20;
    font-size: 16px;
    font-weight: normal;
  }

  p.big {
	color: #231f20;
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
	padding: 30px 0;
  }

  strong {
    font-family: montserrat;
	font-weight: 700;
	font-size: 15px;
  }

.wp-block-media-text__content {
	width:90%;
	margin: 0 auto;
	padding-bottom: 15px;
}

.nav-next {
	float: right;
}

  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
	color: #204b6a;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    outline: none;
	text-decoration: underline;
  }
/*
  body.single .overlay, body.archive .overlay, .overlay {
    background: rgba(10,10,10,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
  }
section#home .overlay, body.blog .overlay, body.post-type-archive-jetpack-portfolio .overlay, body.page .overlay {
	background: rgba(34,120,116,0.7);
}*/

  section {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }



  /*---------------------------------------
     BUTTONS              
  -----------------------------------------*/

  .section-title {
    margin-bottom: 60px;
  }

  .section-title h2 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .section-title .line-bar {
    color: #d9d9d9;
    display: block;
    font-size: 5em;
    line-height: 0;
  }

  .section-btn {
    background: #393939;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .section-btn:hover,
  .section-btn:focus {
    background: #27918f;
    border-color: transparent;
    color: #ffffff;
  }



/*#home a.banner-cta {*/
.home-banner-container .banner-cta a.wp-block-button__link {
	padding: 10px;
    margin-bottom: -11px;
    border: 2px solid #dceff1;	
	text-transform: uppercase;
	font-style: normal;
    font-size: 16px;
    color: #08355c;
	background-color: unset;
    border-radius: 0;
    box-shadow: none;
	text-align:center;
}

.wp-block-button__link {
	background-color: #93340e;
	padding: 10px;
   text-transform: uppercase;
	font-style: normal;
    font-size: 16px;
	 border-radius: 0;
	color: #fff;
}

.wp-block-button__link:hover {
	background-color:#77340E;
	color: #fff;
}

.read-more .wp-block-button__link {

    background-color: unset;
    padding: 10px;
    margin-bottom: -11px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 16px;
    border-radius: 0;
    color: #93340e;
    font-weight: bold;
}

.read-more .wp-block-button__link:hover {
	color: #77340E;
}

.banner-cta a.wp-block-button__link:hover {
    color: #08355c;
	border: 2px solid #08355c;	
	font-weight:auto;
}

.about-cta a {
    padding: 10px 10px 0 10px;
	font-style: italic;
	font-size: 25px;
	border: 1px solid #204b6a;
	background: #fff;
	color: #204b6a !important;
	border-radius: 0;
}

.about-cta a:hover {
	background: #204b6a;
	color: #fff !important;
}

.grant-cta a:hover {
	border: 1px solid #204b6a;
	background: #fff;
	color: #204b6a !important;
}

.grant-cta a {
	background: #204b6a;
	color: #fff !important;
    padding: 10px 10px 0 10px;
	font-style: italic;
	font-size: 25px;
	border-radius: 0;
}

  /*---------------------------------------
       PRE LOADER and SLIDER          
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }

/* Container Spacing */
.portfolio-slider {
    margin: 20px 0;
	width:100%;
}

/* Individual Slide spacing */
.portfolio-item {
    display: block !important; /* Slick sometimes sets this to inline-block */
    margin: 0 10px;
	color: #fff;
}

.portfolio-item h3 {
	color: #fff;
}

/* Make the whole slide clickable */
.portfolio-link {
    text-decoration: none !important;
    display: block;
}

/* Hover effect for that extra "wow" factor */
.portfolio-inner {
    transition: transform 0.3s ease;
	height: 350px; /* Adjust this value to change the slider height */
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Keeps text at the bottom */
	color: #fff;
}
.portfolio-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 70%, transparent 100%);
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
}

.portfolio-item:hover .portfolio-inner {
    transform: scale(1.02);
}

/* Slick Arrow Styling (Optional) */
.slick-prev:before, .slick-next:before {
    color: #08355c !important; /* Change arrow color to black or your theme color */
}




  /*---------------------------------------
      MENU              
  -----------------------------------------*/
  .navbar-fixed-bottom, .navbar-fixed-top {
	z-index:99999;
}
.navbar-header {float:none;}

  .dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 5px 20px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .175);
    box-shadow: 0px 12px 10px 0 rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-item:hover {
	color: inherit;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

li.inline-block {
	display: inline-block;
}

li.nav-item #searchform {
	display: block;
    width: 300px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 999;
	background: #fff;
	display: none;
}
li.nav-item input#s {
	width: 70%
}

li.nav-item #searchsubmit {
	margin: 8px 0;
	height: 34px;
	padding: 0px 5px
}
li.nav-item label.assistive-text {
	display:none;
}

li.search-icon {
	background: #0068b3;
    color: #fff;
    margin-top: 7px;
}

li.search-icon a {
	color: #fff !important;
    padding: 5px 10px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
	.menu-item-has-children:hover ul.dropdown-menu {display:block;}
}

#main-menu2 {
	position:relative;
	right: -38px;
}

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
	background: #fff;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
	margin-top: -7px;
  }

  .navbar-brand img {
	display: inline-block;
	margin-right: 10px;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 3em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .section-btn {
    background: #e66b1b;
    padding: 15px;
    margin-left: 2em;
  }

  .custom-navbar .section-btn:hover {
    background: #393939;
  }

  .custom-navbar .section-btn a {
    padding: 0;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 16px;
	text-transform: uppercase;
    color: #08355c;
    /*padding-right: 22px;
    padding-left: 22px;*/
  }

  .custom-navbar .nav li:not(#menu-item-143) a:hover {
    background: transparent;  
	color: #204b6a;  
	  
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
	font-size:16px;
    background-color: transparent;
	border-bottom: 1px solid #08355c;   
  }

  .custom-navbar .navbar-toggle {
	background-color: transparent;
    border: none;
    padding-top: 10px;
	z-index: 9999;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 25px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #252525;
    }

    .top-nav-collapse .nav li:not(#menu-item-143) a {
      color: #08355c;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
	.navbar-collapse.collapse {
		display: inline-block!important;
		/*float: right;*/
	}
	.navbar-nav>li {
    float: left;
    margin: 0 30px 0 0;  
  }
}



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  /*#home {*/
.home-banner-container {
    /*background: url('../images/home-bg.jpg') no-repeat center center;*/
    background-size: cover;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    padding-top: 15em;
    text-align: left;
  }

.mission-section {
	padding-top:50px;
	background-image: linear-gradient(#cee2ea);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    margin-bottom: 20px;
}

.mission-row, .projects-row {
	padding:50px;
	width: 80%;
    margin: 0 auto !important;
}
.data-counter-row {
	padding:50px;
	width: 90%;
    margin: 0 auto !important;
}


.projects-row a.wp-block-button__link  { 
	position: relative;
	top: -10px;
	left: 25px;
		
}

.about-section {
	padding:0;
}
.about-row {
	padding:50px 50px 0 50px;
	width: 80%;
	margin: 0 auto !important;
}

.project-text {
	margin: 5em !important;
}
.project-text p {
	width: 80%;
}

  .social-sidebar {
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(90deg);
  }

  .social-sidebar ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 5px;
  }

  .social-sidebar ul li:first-child:after {
    background: #d9d9d9;
    content: "";
    width: 2px;
    height: 48px;
    position: absolute;
    top: 1px;
    left: -35px;
  }

  .social-sidebar ul li:first-child:after,
  .social-sidebar ul li a {
    transform: rotate(-90deg);
  }  

  .social-sidebar ul li a {
    display: block;
    font-size: 14px;
  }

.capabilities-bucket {
	text-align: center;
}

.contact-us-block {
	background: #204b6a;
	text-align: center;
	margin: 40px 0;
    padding: 20px 0 40px 0;
}

.contact-us-block h2, .contact-us-block p, .contact-us-block a {
	color: #fff;
	text-align: center;
}

.contact-us-block h2 {
	position: relative;
    display: inline-block;
}

.contact-us-block h2:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 2px;
    display: block; 
}

.home-info { 
 width: 500px;
    padding: 29px !important;
}


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    text-align: left;
  }

  #about .about-info:first-child {
    margin-right: 40px;
  }

  .about-info .section-title {
    margin: 40px 0 20px 0;
  }

  .about-info {
    margin-top: 40px;
  }

.about-gallery-container figure, .about-gallery-container img {
	width:100%;
}

  .about-image img {
    border-radius: 100%;
  }

  .skill-thumb strong {
    display: inline-block;
    margin-bottom: 10px;
  }

  .skill-thumb .progress {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    height: 3px;
    margin-bottom: 15px;
  }

  .skill-thumb .progress-bar {
    background: #1f1f1f;
    box-shadow: none;
  }

.fest-ultra-blocks_block_timeline_block .fest-ultra-blocks_common_paragraph_paragraph img {
	float: left;
	margin: 0 10px 10px 0;
}
.fest-ultra-blocks_block_timeline_block h2 {
	font-family: montserrat;
	font-size: 25px;
	font-style: normal;
	color: #204b6a !important;
    margin-block-start: 0;
    margin-block-end: 0;
}

.fest-ultra-blocks_block_timeline_block h2:nth-child(2) {
	display:none;
}

.fest-ultra-blocks_block_timeline_block h2:after {
	display:none;
}

.fest-ultra-blocks_block_timeline_content p {
	font-size: 14px;
}

.fest-ultra-blocks_block_timeline_stage:nth-child(2) {
	margin-top: -100px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(2) div.fest-ultra-blocks_block_timeline_heading-wrapper {
	display:none;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(3) {
	margin-top: -100px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(4) {
	margin-top: -60px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(5) {
	margin-top: -75px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(6) {
	margin-top: -140px;
}
.fest-ultra-blocks_block_timeline_stage:nth-child(7) {
	margin-top: -190px;
}

.fest-ultra-blocks_block_timeline_stage .fest-ultra-blocks_block_timeline_content .fest-ultra-blocks_block_timeline_heading-wrapper {
	overflow: visible;
}

.div-lines:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 10px;
  left: 0;
  display: block;
}

.div-lines:after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 10px;
  right: 0;
  display: block;
}

.contact-us-block img {
	text-align: center;
	padding-bottom: 10px;
	display: block;
	margin: 0 auto;
}

.contact-us-block h2 {
	margin: 0;
}

.contact-us-block h2:after {
	background: none;
}

/*trustees*/
#post-84 h2 {
	display:block;
}
#post-84 h2:after {
	background: none;
}

  /*---------------------------------------
      GUIDELINES             
  -----------------------------------------*/
body.page-id-21 p,body.page-id-21 ol, body.page-id-21 ul  {
	text-align:left;
}

body.page-id-21 ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

body.page-id-21 ol > li {
  margin: 0;
  padding: 0 0 10px 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  color: #000;	
}

body.page-id-21 ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

body.page-id-21 h1, body.page-id-21 h2 {
	text-align:center;
}

body.page-id-21 h3 {
	text-align: left;
	font-family: montserrat;
	font-size: 20px;
	color: #204b6a;
	text-transform: uppercase;
}

body.page-id-21 h4 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color: #000;
	
}

body.page-id-21 article p {
	width: 100%;
}

.gray-bg {
  margin: 0 -9999rem 38px;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: #e1e1e1;
}

#post-21 {
	margin: 0 auto;
	width: 80%;
}

#post-19 span.deadline{
	display: block;
    padding: 7px 0;
}

#post-19 span.deadline strong{
	font-family: montserrat;
	color:#204b6a;
	text-transform: uppercase;
}

#post-19 .locations ul {
	display: inline-block;
}

#post-19 .locations ul li {
	list-style: none;
}

#post-19 h2:after {
    content: '';
    background: #204b6a;
    width: 30%;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.mentors-section {
	margin:50px 0px 50px 0px;
}

  /*---------------------------------------
      BLOG             
  -----------------------------------------*/

.field-notes-content {
	padding-right: 25px;
    border-right: 2px solid #dceff1;
}

  #blog {
    background: #f0f0f0;
  }

  #blog-header,
  #blog-detail {
    text-align: left;
  }

  #blog-header {
    /*background: url('../images/blog-header-bg.jpg') no-repeat center center;*/
	  margin-top: 114px;
    background-size: cover;
	text-align:center;
	background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40vh;
    color: #ffffff;
    position: relative;
	margin-bottom:50px;
  }

  #blog-header h1 {
	  margin: 0 auto;
  }

  #blog-header h2 {
    color: #ffffff;
  }

  .blog-thumb {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    text-align: left;
    margin-bottom: 30px;
  }

  .blog-thumb small {
    color: #27918f;
    font-weight: 500;
    display: block;
  }

  .blog-thumb small .fa {
    margin-right: 5px;
  }

  .blog-thumb small,
  .blog-thumb small + span {
    display: inline-block;
    vertical-align: middle;
  }

  .blog-thumb small + span {
    color: #595959;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 2px;
  }

  .blog-thumb h4 {
    margin-top: 2px;
    margin-bottom: 0px;
  }
  
.blog-image {
	overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 200px;
}

  #blog-detail h2 {
    padding: 25px 0 10px 0;
  }

  .blog-info {
    padding: 45px 35px;
  }

  .blog-info h3 {
    margin: 0;
    padding: 8px 0 6px 0;
    text-transform: capitalize;
	height:70px;
  }

  .blog-info .section-btn {
    margin-top: 15px;
  }

  .blog-detail-thumb blockquote {
    margin: 20px 0 20px;
  }

  .blog-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .blog-detail-thumb ul li {
    list-style: square;
    font-weight: normal;
    line-height: 20px;
    padding: 4px 12px 4px 0px;
  }

  .blog-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .blog-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    margin: 20px 6px;
    padding: 10px 16px;
  }

  .blog-social-share .btn-primary {
    background: #3b5998;
  }

  .blog-social-share .btn-success {
    background: #1da1f2;
  }

  .blog-social-share .btn-danger {
    background: #dd4b39;
  }

  .blog-social-share a .fa {
    padding-right: 4px;
  }

  .blog-ads {
    background: #f9f9f9;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .blog-ads h4 {
    font-size: 18px;
  }

#categories-2 {
	padding: 0;
}
#categories-2 h4 {
	margin: 0;
	padding: 30px 50px;
}

#categories-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#categories-2 li {
	margin: 0 0 10px 0;
	padding: 10px 0px 10px;
	position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
	border-radius: 5px;
}
#categories-2 li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none !important;
	width: 85%;
	display:inline-block;
}

article.post img.wp-post-image{
	width: 100%;
	height: auto;
}


  /*---------------------------------------
      CONTACT           
  -----------------------------------------*/


#post-23 {
	width: 80%;
    margin: 0 auto;
}

div.wpcf7 {
	margin-top: 45px;
}

div.wpcf7 label {
	width:100%;
	text-align: left;
	text-transform: uppercase;
	font-size:11px;
	margin-bottom:15px;
	font-weight: 500;
	
}


.wpcf7-submit {
	margin-top:50px;
    padding: 10px 10px 0 10px;
	font-style: italic;
	font-size: 25px;
	border: 1px solid #204b6a;
	background: #fff;
	color: #204b6a;
	border-radius: 0;
}

.wpcf7-submit:hover {
	background: #204b6a;
	color: #fff;
}

  input[type=text], input[type=email], textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #000;
    outline: none;
  }
  
textarea {
	height: 150px
}

span.file-size {
	display:block;
	font-family: montserrat;
}

.codedropz-upload-handler {
    border: 1px solid #000;
    border-radius: 0px;
    margin-bottom: 10px;
}
.codedropz-upload-inner h3 {
	font-size: 11px;
	font-family: montserrat;
	color: #000;
}

.codedropz-upload-inner span, .codedropz-upload-inner a {
	display:none;
}

.codedropz-upload-inner h3:after {
	content: '';
    background: url(/wp-content/uploads/2019/07/paper-icon.png) no-repeat;
    height: 34px;
    display: inline-block;
    width: 23px;
    margin-left: 15px;
    vertical-align: middle;
}

div.codedropz-upload-container {
	padding: 5px 15px;
}

.col-md-3 label {
	font-family: montserrat;
}

div.contact-us-block input[type=text], div.contact-us-block input[type=email], div.contact-us-block textarea {
	background: #204b6a;
	border: 1px solid white;
}

div.contact-us-block div.wpcf7 label {
	color: #fff;
}

div.contact-us-block .wpcf7-submit {
	margin-top:0;
    padding: 10px 10px 0 10px;
	font-style: italic;
	font-size: 25px;
	border-radius: 0;
	background: #204b6a;
	color: #fff;
	border: 1px solid white;
}
div.contact-us-block .wpcf7-submit:hover {
	background: #fff;
	color: #204b6a;
}


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #595d5f;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer a {
    color: #757575;
  }

  footer h3 {
    color: #ffffff;
	  text-align:center;
	      font-weight: 300;
    font-size: 16px;
  }

  footer p {
    color: #000;
    display: inline-block;
	font-size: 11px;
  }

  .copyright-text {
    text-align: center;
  }

  .footer-info {
    text-align: right;
  }

  .copyright-text h4 {
    font-size: 30px;
  }

  .entry-footer {
	background: none;	
  }
.page-footer {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/
  
.custom-navbar .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

.custom-navbar .social-icon li {
    display: inline-block;
    list-style: none;
  }

.custom-navbar .social-icon li {
    border-radius: 100px;
	background-color: #8cbed4;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 5px 2px;
  }
.custom-navbar .social-icon li a {
	color: #fff !important;
	padding:5px !important;
}

 .custom-navbar .social-icon li a:hover {
    background: #fff;
    color: #8cbed4;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {

    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
	  .mission-section {
	padding-top:50px;
	margin-bottom: 50px;
	background-size: 100% !important;

		  
}
	  
  }

  @media screen and (max-width: 991px) {

    #home {
      text-align: center;
    }
	  

    .custom-navbar .nav li a {
      font-size: 13px;
      padding-right: 11px;
      padding-left: 11px;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .blog-info {
      padding: 45px 25px;
    }

    .footer-info {
      margin-top: 30px;
    }
	  
	li#menu-item-143 {
		position: relative;
		right: 0;
		margin: 0 120px;
	} 
  }


  @media screen and (max-width: 920px) {
    .social-sidebar {
      top: 80%;
      left: 40%;
      transform: rotate(0deg);
    }

    .social-sidebar ul li a {
      transform: rotate(0deg);
    }
  }

  @media only screen and (min-width: 640px) and (max-width: 767px) {

  }

  @media screen and (max-width: 767px) {
	  
	  	#main-menu2 {
		right: 0 !important;
		margin: 0 !important;
		text-align: right !important;
	}
	
	.custom-navbar .social-icon {
		float: right !important;
	}
	.custom-navbar .nav li.active > a {
       border: none !important;
	   font-weight: bold !important;
	}

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      position:relative;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 5px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    #about .about-info:first-child {
      margin-right: 0;
    }

    .about-info {
      margin: 40px 0 60px 0;
    }

    .footer-info {
      text-align: center;
    }
	  #blog-header {
		  padding: 0;
		 margin-top: unset;
	  }
  }

  @media screen and (max-width: 639px) {

    h1 {
      font-size: 1.9em;
    }

    h2 {
      font-size: 1.5em;
    }
    
  }

@media screen and (max-width: 639px) {

    h1 {
      font-size: 1.9em;
    }

    h2 {
      font-size: 1.5em;
    }
	
	.entry-content img {
	  width:100%;
	}
	

}
	    
  
