body {
  font-family: 'Open Sans', sans-serif;
  /*color: #333;*/
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #2e2e2e;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #c2581b;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
}


.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.menu-link {
  display: inline-block;
  margin-right: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.menu-icon {
  display: inline-block;
  float: right;
  line-height: 13px;
}

.menu-button {
  display: block;
  margin-top: 0px;
  padding: 10px 8px 9px;
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  color: hsla(0, 0%, 100%, .85);
}

.menu-button:hover {
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, .25);
}

.long-text {
  margin-top: 7px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.hero-heading {
  margin-bottom: 14px;
  color: #fff;
  font-size: 50px;
  line-height: 51px;
  letter-spacing: 2px;
}

.hero-subheading {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .63);
  font-size: 18px;
  font-weight: 300;
}

.hero-content {
  text-align: left;
}



.main-section {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #f7f7f7;
}

.main-section.dark {
  margin-right: 0px;
  padding-top: 30px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px none #000;
  background-color: #4d565d;
  background-image: url('../images/footer_bg.png');
  background-position: 50% 0px;
  background-size: 1280px;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}

.main-section.gray {
  background-color: #f8f8f8;
}

.main-section.bottom-padding {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-bottom: 70px;
  background-color: #fff;
}

.before{
/*width: 296px;
  height: 212px;
  background-image: url('../images/befs_bg2.png');
  background-position: 0px 0px;
  background-size: 296px 212px;*/
  
  width: 208px;
  height: 212px;
  background-image: url('../images/befs_bg2.png');
  background-position: 0px 0px;
  background-size: 208px 212px;
  background-repeat: no-repeat;	 
}

.before-2{
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline;
  overflow: visible;
  width: 100px;
  height: 60px;
  float: none;
  clear: none;
}

.before-3 {
  margin-top: 70px;
  margin-right: 0px;
  margin-left: 135px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  font-weight: 300;
  text-align: center;
}

.before-4 {
  width: 150px;
  margin-top: 15px;
  margin-left: 135px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}

.before-5 {
  width: 200px;
  margin-top: 3px;
  margin-left: 100px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.before-6 {
  position: relative;
  overflow: visible;
  width: 100px;
  margin-bottom: 150px;
  margin-left: 250px;
  float: none;
  clear: none;
}

.before-7 {
  width: 100px;
  margin-top: 90px;
  margin-left: 210px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}


.thumbnail-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.thumbnail-wrapper:hover {
  box-shadow: rgba(0, 0, 0, .09) 0px 0px 0px 1px, rgba(0, 0, 0, .09) 0px 2px 23px 0px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.blog-title {
  display: inline-block;
  margin-bottom: 6px;
  color: #101315;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  text-decoration: none;
}

/*.category-tag {
  position: absolute;
  left: 10px;
  top: 4px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
  padding: 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  text-transform: uppercase;
}*/

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.thumbnail-text {
  position: relative;
  overflow: hidden;
  height: 93px;
  padding: 13px;
  border-top: 1px solid #e5e5e5;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.thumb-details {
  padding: 6px 13px;
  border-top: 1px solid #efefef;
  background-color: #fcfcfc;
}

.preview-text {
  overflow: hidden;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-size: 13px;
  line-height: 19px;
}

.author-title {
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, .7);
  font-size: 12px;
}

.container {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.section-heading {
  text-align: center;
}

.med-divider {
  display: block;
  width: 20%;
  height: 1px;
  margin: 16px auto;
  background-color: #dedede;
  list-style-type: lower-alpha;
}

.white {
  clear: left;
  color: #efefef;
}

.form-wrapper {
  display: block;
  width: 500px;
  margin: 20px auto 80px;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  border: 1px none #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #4d565d;
  font-size: 15px;
}

.submit-button {
  width: 25%;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: hsla(0, 0%, 100%, .28);
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-family: 'Open Sans', sans-serif;
}

.submit-button:hover {
  background-color: #dd783f;
}

.footer-section {
  padding-top: 27px;
  padding-bottom: 27px;
  border-top: 1px solid hsla(0, 0%, 100%, .12);
  background-color: rgba(35, 47, 56, .6);
}

.footer-link {
  display: inline-block;
  padding: 3px 0px 3px 20px;
  float: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 11px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #fff;
}

.thumbnail-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d6d6d6;
  background-image: url('https://expo2017astana.com/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .6) 46%, rgba(0, 0, 0, .76));
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  text-align: left;
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('https://expo2017astana.com/images/3f4eb74a.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #999;
  line-height: 25px;
}

.blog-category {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px;
  border-radius: 2px;
  color: #d25f7c;
  text-decoration: none;
  text-transform: uppercase;
}

.author-link {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.author-wrapper {
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #353535;
  font-size: 17px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.author-name:hover {
  color: #243039;
}

.inner-hero {
  position: relative;
  height: 300px;
  padding-top: 125px;
  background-image: url('https://expo2017astana.com/images/bridges.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.inner-hero.about-page {
  background-image: url('https://expo2017astana.com/images/photo-1438636740648-37d6fed50dad.jpg');
  background-size: cover;
}

.inner-hero.category {
  background-image: url('https://expo2017astana.com/images/photo-1413977886085-3bbbf9a7cf6e.jpg');
  background-size: cover;
}

.author-picture {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 300px;
  margin-right: 25px;
  margin-bottom: 17px;
  float: left;
  border-radius: 6px;
}

.author-name-main {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.authorbio p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 29px;
}

.author-links {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  padding: 1px 0px;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.author-links:hover {
  opacity: 1;
}

.social-wrapper {
  margin-bottom: 8px;
}

.hero-header {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.blog-thumbnail {
  margin-bottom: 13px;
  padding: 6px 12px;
}

.footer-logo {
  text-decoration: none;
}

.hero-blog {
  height: 300px;
  background-image: url('https://expo2017astana.com/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.smallest-divider {
  display: block;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  background-color: #dedede;
}

.author-bio {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.author-bio p {
  font-size: 13px;
  line-height: 21px;
}

.social-link {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.45;
}

.blog-post {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.featuredthumbnail {
  padding-top: 7px;
  padding-bottom: 7px;
}

.navmenu {
  position: static;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(35, 47, 56, .22);
}

.nav-link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px;
  opacity: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #000000;
  
  
}

.nav-link:hover {
  border-bottom: 2px solid #fff;
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 2px none #fff;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.nav-link.w--current:hover {
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.view-all {
  margin-bottom: 13px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.full-divide {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dedede;
}

.author-photo {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.social-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.category-section {
  height: 75px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 0px none transparent;
  background-color: #fff;
  text-align: center;
}

.category-link {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  margin-right: 1px;
  padding-top: 13px;
  padding-bottom: 13px;
  float: none;
  clear: none;
  border-radius: 0px;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.category-link:hover {
  border-bottom: 2px solid #000;
  background-color: transparent;
  color: #000;
}

.dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.23;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-shadow: none;
}

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

.category-block {
  display: block;
  padding: 10px;
  text-decoration: none;
}

.category-thumbnail {
  position: relative;
  overflow: hidden;
  height: 140px;
  padding: 57px 30px 30px;
  border-radius: 3px;
  background-image: url('https://expo2017astana.com/images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .39);
}

.category-name {
  position: relative;
  z-index: 10;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
}

.nav-menu {
  margin-right: -5%;
  margin-top: -20%;
  /*float: right;*/
  width:70%;
  clear:both;
  margin:auto;
}

.field-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.contact-field {
  height: 50px;
  padding-bottom: 9px;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
}

.contact-field:focus {
  border: 1px solid #5cc489;
  color: #243039;
}

.contact-field.message {
  height: 150px;
}

.social-text {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  background-image: url('../images/social-18.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #243039;
  font-size: 14px;
  text-decoration: none;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.success-message {
  padding-top: 27px;
  border-radius: 3px;
  background-color: #5cc489;
  color: #fff;
}

.success-text {
  font-size: 16px;
}

.section-title {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 7px;
}

.body {
  /*background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, #073636, #073636);
  background-image: linear-gradient(180deg, #073636, #073636);*/
 /* box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .5);*/
 
 background-image: url('../images/bg.png');
  background-repeat:repeat; 
}

.image {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.container-2 {
  margin-top: 12px;
}

.text-block {
  margin-top: 7px;
  margin-bottom: 16px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.image-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.dynamic-list {
  text-align: center;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.section {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.image-3 {
  margin-top: 1px;
  margin-right: 20px;
}

.image-4 {
  margin-right: 20px;
  margin-left: 20px;
}

.image-5 {
  margin-right: 20px;
  margin-left: 20px;
}

.image-6 {
  margin-right: 20px;
  margin-left: 20px;
}

.image-7 {
  margin-left: 20px;
}

.image-8 {
  margin-right: 20px;
}

.image-9 {
  margin-left: 25px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.section-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-4 {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #ccc;
  font-family: 'Open Sans', sans-serif;
}

.text-block-4 {
  display: block;
  overflow: visible;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}

.text-block-4:hover {
  border-bottom: 2px solid #000;
}

.link-block {
  color: #000;
}

.text-block-5 {
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
}

.text-block-5:hover {
  border-bottom: 2px solid #000;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.text-block-7 {
  margin-right: 5px;
  margin-left: 18px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.link-block-2 {
  float: left;
}

.div-block {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-3 {
  margin-top: 50px;
}

.div-block-2 {
  float: left;
}

.text-block-8 {
  padding-bottom: 15px;
  float: none;
  clear: none;
  border-bottom: 2px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.link {
  position: relative;
  float: none;
  clear: left;
}

.link-block-3 {
  float: none;
  clear: left;
}

.div-block-3 {
  float: left;
}

.text-block-9 {
  float: none;
  clear: left;
}

.div-block-4 {
  width: 112px;
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  clear: none;
  text-align: left;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding-right:10px;
}

.div-block-5 {
  height: 1px;
  margin-bottom: 30px;
  background-color: #fff;
}

.container-4 {
  padding-left: 15px;
}

.div-block-6 {
  margin-top: 60px;
}

.container-5 {
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.heading-3 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-10 {
  margin-bottom: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(90deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(90deg);
  color: #fff;
}

.div-block-7 {
  position: relative;
  left: 50%;
  top: 0px;
  width: 200px;
  height: 1px;
  margin-right: 0px;
  margin-left: -100px;
  padding-right: 0px;
  background-color: #fff;
  text-align: center;
}

.image-11 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.image-12 {
  margin: 15px 5px 0px;
}

.image-12:hover {
  -webkit-filter: invert(25%);
  filter: invert(25%);
}

.link-block-4 {
  text-align: center;
}

.div-block-8 {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 40px;
  margin-right: 3px;
  float: none;
  clear: none;
  text-align: left;
}

.section-5 {
  width: 100%;
  float: none;
  text-align: left;
}

.div-block-9 {
  margin-top: 11px;
  padding-top: 1px;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  width:260px;
  float:right;
}

.image-13 {
  margin-left: 15px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #243039;
}

.image-13:hover {
  -webkit-filter: invert(41%);
  filter: invert(41%);
  color: #243039;
}

.link-2 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-2:hover {
  color: #c7c7c7;
}

.link-3 {
  margin-right: 0px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.link-3:hover {
  color: #c7c7c7;
}

.link-4 {
  margin-right: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.link-4:hover {
  border-bottom: 2px solid #5388b1;
  color: #fff;
}

.link-4:focus {
  border-bottom: 2px solid #243039;
}

.link-5 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.link-5:hover {
  color: #c7c7c7;
}

.div-block-10 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
}

.link-block-5 {
  text-align: justify;
}

.image-14 {
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 12px;
  float: left;
  -webkit-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
  color: #fff;
}

.text-block-11 {
  width: 150px;
  margin-top: 5px;
  margin-right: 1px;
  margin-left: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space:nowrap;
}

.text-block-11:hover {
  color: #c7c7c7;
}

.text-field {
  width: 50%;
}

.text-block-12 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.link-6 {
  margin-right: 0px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.link-6:hover {
  color: #c7c7c7;
}

.link-7 {
  margin-right: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.link-7:hover {
  color: #c7c7c7;
}

.link-8 {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.link-8:hover {
  color: #c7c7c7;
}

.div-block-11 {
  font-family: 'Open Sans', sans-serif;
}

html.w-mod-js *[data-ix="navbar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="hero-text-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: scale(0.97, 0.97);
  -ms-transform: scale(0.97, 0.97);
  transform: scale(0.97, 0.97);
}

html.w-mod-js *[data-ix="view-more"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-section {
    padding: 40px 10px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .preview-text {
    overflow: hidden;
    max-height: 40px;
  }
  .section-heading {
    display: block;
    text-align: center;
  }
  .footer-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
  }
  .featured-title {
    font-size: 23px;
  }
  .category-tag-2 {
    z-index: 10;
  }
  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }
  .blog-thumbnail {
    width: 33.33%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .featuredthumbnail {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .category-block {
    padding: 10px 0px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 440px;
    padding-top: 162px;
  }
  .main-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.dark {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .featured-title {
    font-size: 27px;
  }
  .featured-description {
    font-size: 18px;
  }
  .author-picture {
    width: 210px;
    margin-right: 13px;
    margin-bottom: 6px;
  }
  .authorbio {
    font-size: 14px;
    line-height: 17px;
  }
  .blog-thumbnail {
    width: 50%;
  }
  .featuredthumbnail {
    padding: 10px 0px;
  }
  .navmenu {
    width: 100%;
  }
  .category-wrapper {
    display: inline-block;
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .success-message {
    padding-top: 28px;
    background-color: #5cc489;
    color: #fff;
    font-size: 18px;
  }
  .success-text {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-section {
    height: 430px;
    padding-top: 118px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .navbar {
    padding: 2px 15px 7px;
  }
  .menu-button {
    margin-top: 13px;
  }
  .long-text {
    margin-top: 0px;
  }
  .hero-subheading {
    line-height: 27px;
  }
  .main-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .author-img {
    display: block;
  }
  .section-heading {
    display: block;
  }
  .med-divider {
    width: 60%;
  }
  .form-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .field {
    width: 100%;
    margin-bottom: 5px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .submit-button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .footer-section {
    position: relative;
  }
  .footer-link {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .featured-text {
    padding: 0px 15px 55px;
  }
  .featured-title {
    font-size: 18px;
  }
  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }
  .featured-description {
    display: none;
  }
  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }
  .inner-hero {
    height: 330px;
  }
  .author-picture {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: auto;
    float: none;
    border-radius: 110px;
    text-align: center;
  }
  .author-name-main {
    margin-top: 2px;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
  }
  .authorbio {
    font-size: 14px;
    text-align: center;
  }
  .social-wrapper {
    text-align: center;
  }
  .hero-header {
    font-size: 40px;
  }
  .blog-thumbnail {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .footer-logo {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .footer-logo.w--current {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .blog-post {
    width: 95%;
  }
  .featuredthumbnail {
    padding: 5px 0px;
  }
  .navmenu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-color: rgba(35, 47, 56, .72);
  }
  .nav-link {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 0.7;
    font-size: 17px;
    text-align: center;
  }
  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }
  .logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 40px;
    background-color: rgba(35, 47, 56, .92);
  }
  .close-x {
    position: absolute;
    left: 35px;
    top: 21px;
    right: 35px;
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .success-text {
    line-height: 27px;
  }
}

.w-container2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
}

.mn_blue{ color:#039;}
.mn_blue:hover{ color:#06C;}

.mn_gren{ color:#0F0;}
.mn_gren:hover{ color:#0C6;}

.mn_black{ color:#000;}
.mn_black:hover{ color:#ddd;}

.clr{
	clear:both;
}

.ca-date {
	font-family: Arial,serif;
	font-size:13px;
	font-weight: bold;
	color: #999;
	margin: 15px 0 10px 0;
	text-align: left;
	position:relative;
}
.ca-title {
	font-family: Arial,serif;
	font-size:15px;
	font-weight: bold;
	color: #333;
	margin: 15px 0 10px 0;
	text-align: left;
	position:relative;
}

.counter{
	position:absolute;
	left: 10%;
	margin-top:30px;
}

.sch1{
width: 151px;
height: 32px;
border: 0px;
background: url(../images/sch1.png) no-repeat;
padding-left: 10px;
float: left;
outline: none;
background-position:center;
	background-size:contain;
	margin:0px;
}

.sch2{
	width: 32px;
	height: 32px;
	border: 0px;
	float: left;
	background: url(../images/sch_btn.png) no-repeat;
	cursor: pointer;
	background-position:center;
	background-size:contain;
	margin:0px;
	outline: none;
}
.nav-link-orng {
	color: #c2581b;
	text-shadow: 0px 1px 1px #000;
}
.nav-link-orng:hover {
	color: #c2581b;
	text-shadow: 0px 1px 1px #000;
	border-bottom: 2px solid #c2581b;
}

.bnr{ position:absolute;
	left: 85%;
	margin-top:30px;}