@charset "UTF-8";

/** SPACE
===================================*/
.space5 {
  height: 5px;
  display: block;
  width: 100%;
}

.space10 {
  height: 10px;
  display: block;
  width: 100%;
}

.space15 {
  height: 15px;
  display: block;
  width: 100%;
}

.space20 {
  height: 20px;
  display: block;
  width: 100%;
}

.space30 {
  height: 30px;
  display: block;
  width: 100%;
}

.space45 {
  height: 45px;
  display: block;
  width: 100%;
}

.space60 {
  height: 60px;
  display: block;
  width: 100%;
}

.navbar-brand img {
  width: 150px;
}

#events .event__thumb {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

@media screen and (max-width: 48em) {
  #events .event__thumb {
    background-image: none;
  }

  #events .event__thumb {
    height: 350px;
    overflow: hidden;
  }
}

@media screen and (max-width: 24em) {
  #events .event__thumb {
    height: 245px;
  }
}

#events .event__thumb img {
  display: inline-block;
}

/*@media screen and (min-width: 48em) {
	#events .event__thumb img {
		display: none;
	}
}*/
.text-muted {
  color: #333;
  opacity: 0.6;
}

.navbar.navbar-light {
  /*box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.16862745098039217);*/
  border-bottom: 1px solid #cdcdcd;
}

.navbar.fixed-top.navbar-ontop {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Contact */
.contact-dtl__item {
  overflow: hidden;
  margin-bottom: 22px;
}

.contact-dtl__desc a,
.contact-dtl__desc a:hover {
  color: black;
  text-decoration: none;
}

.contact-dtl__item .contact-dtl__icon {
  float: left;
  margin-right: 10px;
  width: 35px;
}

.contact-dtl__item .contact-dtl__icon .fas {
  font-size: 24px;
}

.contact-dtl__item .contact-dtl__desc {
  overflow: hidden;
}

.contact-dtl__item .contact-dtl__desc h5 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.contactform h2 {
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-weight: 600;
}

.contactform .form-group {
  margin-bottom: 20px;
}

.contactform .btn.btn--fullwidth {
  height: 49px;
}

/* Form General */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.4rem;
}

.form-group .form-control {
  border-radius: 0;
}

/* Button General */
.btn {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #0c4da2;
  border-color: #0c4da2;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 0;
}

.btn:hover {
  background-color: #ef3e35;
  border-color: #ef3e35;
}

.btn.btn--fullwidth {
  width: 100%;
}

/* Layouting */
.container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}

ul {
  padding-left: 1rem;
}

/* Title General */
h1 {
  font-weight: 600;
  line-height: 1.3em;
  font-family: 'Nunito Sans SemiBold', sans-serif;
}

h2 {
  font-weight: 600;
  line-height: 1.3em;
  font-family: 'Nunito Sans SemiBold', sans-serif;
}

h3 {
  font-weight: 600;
  line-height: 1.3em;
  font-family: 'Nunito Sans SemiBold', sans-serif;
}

h4 {
  font-weight: 600;
  line-height: 1.3em;
  font-family: 'Nunito Sans SemiBold', sans-serif;
}

h5 {
  font-weight: 600;
  line-height: 1.3em;
  font-family: 'Nunito Sans SemiBold', sans-serif;
}

h6 {
  font-weight: 600;
  line-height: 1.3em;
  font-family: 'Nunito Sans SemiBold', sans-serif;
}

h1 {
  font-size: 27px;
}

@media screen and (min-width: 62em) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 23px;
}

@media screen and (min-width: 62em) {
  h2 {
    font-size: 30px;
  }
  .featured-details h2.post-title a {
    font-size: 23px;
    line-height: 0em;
  }
}

h3 {
  font-size: 22px;
}

@media screen and (min-width: 62em) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 20px;
}

@media screen and (min-width: 62em) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 18px;
}

@media screen and (min-width: 62em) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a.link-more {
  color: #003399;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}

a.link-more:after {
  content: '➞';
  position: relative;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

a.link-more:hover {
  text-decoration: none;
  opacity: 0.8;
}

a.link-more:hover:after {
  right: -2px;
}

.b-quote {
  background: #232734 url("../images/bg-rainbow.png") right top no-repeat;
  color: white;
  min-height: 300px;
  text-align: center;
  padding: 3rem 0;
  font-size: 21px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 60px;
  line-height: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 62em) {
  .b-quote {
    font-size: 24px;
  }
}

.b-quote--icon {
  background: transparent url("../images/left-quote.svg") top center no-repeat;
  background-size: 44px auto;
  height: 50px;
  margin-bottom: 20px;
  display: block;
}


.objective article>img {
  width:  130px;
  max-height: none;
}

@media screen and (min-width: 48em) {
  .objective article>img {
    width: auto;
  }
  .page-template-projects .objective article>img {
    width: auto;
    max-height: 125px;
  }
}

@media screen and (max-width: 48em) {
  .anchor-menu {
    display: block;
  }
}

.meta-desc {
  text-transform: uppercase;
  color: #333333;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
}

.prog-dtl-thumb {
  margin-bottom: 25px;
}

@media screen and (max-width: 48em) {
  .prog-dtl-thumb {
    text-align: center;
    padding: 0 15px;
  }
}

/*Footer */
.footer {
  background-color: #efefef;
}

.foo-copyright {
  font-size: 14px;
}


@media screen and (max-width: 62em) {
  .widget_arise_social_widget a.socmed-icon {
    float: none;
    display: inline-block;
  }

  .sosmed-wrap {
    width: 100%;
    text-align: left !important;
    flex: 100%;
    max-width: 100%;
  }
}

/*Sticky Header*/
.navbar.navbar-light {
  width: 100%;
}
.sticky-head {
   width: 100%;
  left: 0;
  top: 0;
  background: white;
}

@media screen and (max-width : 62em) {
   .navbar-light {
      height:  auto !important;
   }
   .sticky-head {
      position: relative !important;
   }
}