@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@import url(font-awesome.min.css);

@import url(bootstrap.min.css);

@import url(custom.css);

@import url(theme.css);

@import url(rrssb.css);

@import url(animate.css);

@import url(owl.theme.css);

@import url(owl.carousel.css);

html, body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-color: #f3f7f7;
}

.transition, .media, .thumbnail, .form-control, a, h1, h2, h3, h4, h5, h6,
._team .image img, .owl-theme .owl-controls .owl-page span,
.thumbnail:hover .media-left {
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

/*HEADER*/
.themeHeader {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 0 5px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 5px 2px rgba(0,0,0,.1);
  box-shadow: 0 5px 2px rgba(0,0,0,.1);
}

.themeHeader a {
  transition: none !important;
}

.themeHeader .navbar-brand {
  height: auto;
}

.themeHeader .navbar-brand>img {
  display: block;
  height: 65px;
  position: relative;
  right: 15px;
  top: -2px;
}

.themeHeader .navCollapse>ul>li {
  position: relative;
  display: block;
}

.themeHeader .navCollapse>ul>li>a {
  cursor: pointer;
  text-align: center;
  font-size: 17px;
  position: relative;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.themeHeader .navCollapse>ul>li>a ins {
  display: block;
  clear: both;
  font-size: 8pt;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  color: #CCCCCC;
}

.themeHeader .dropdown-menu {
  border: 0;
  border-radius: 0;
}

.themeHeader .navCollapse i.fa.fa-angle-down {
  margin-left: 8px;
}

/*FIXED NAV*/
header .hos {
  position: fixed;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
  z-index: 9;
}

header .hos.fixed {
  height: 54px;
  top: 0;
}

header .hos.fixed .navbar-brand {
  padding: 7px 15px;
}

header .hos.fixed .navbar-brand>img {
  top: -1px;
}

header .hos.fixed .navToggle {
  margin-top: 9px;
}

/*FOOTER*/
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 70px auto 0;
  padding: 0;
}

footer {
  padding: 30px 0;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

footer .copyright_text {
  padding-top: 30px;
}

footer .copyright_text p {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 600;
}

footer .copyright_text a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

footer .socialIcons h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.1em;
  margin: 1em 0;
}

/*HOME SLIDER*/
.fixed-slide,
.eventsBG {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 48%;
}

.carousel-caption>h3, .carousel-caption>p {
  color: #FFF;
}

/*OWL SLIDER*/
.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 5px;
}

/*Slider*/
.singleSlider .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.singleSlider .loader-1 {
  padding-bottom: 70%;
}

.singleSlider figure img {
  border-radius: 2px;
}

.singleSlider h1 {
  font-size: 20px;
  margin: 15px 0 10px;
}

.singleSlider h2 {
  font-size: 16px;
  margin: 8px 0;
}

.singleSlider .readMore i {
  margin-left: 5px;
}

.singleSlider .carousel-indicators {
  z-index: 1;
}

.singleSlider .carousel-indicators li {
  border: 0;
}

/*RELATED ARTICLES*/
.timeline {
  position: relative;
  padding: 21px 0 10px;
}

.timeline .line {
  left: 0;
  position: absolute;
  width: 2px;
  display: block;
  background: currentColor;
  top: 40px;
  bottom: 65px;
  margin-left: 33px;
  color: #989898;
}

.timeline figure,
.timeline figure img {
  width: 70px;
  height: 70px;
  border-radius: 2px;
}

.timeline i.fa-play {
  width: 30px;
  height: 30px;
  font-size: 11px;
  padding: 10.4px 10px;
  border: 2px solid #FFF;
}

.timeline i.fa-play {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  color: #FFF;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  background: rgba(223,113,0,.37);
}

.timeline p {
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 15px;
}

/*SKEW*/
header .skewStyle {
  padding: 0 15px;
  z-index: 9999;
}

.page-header .skewStyle {
  padding: 15px 30px 10px 0;
}

.page-header h4 {
  font-weight: 300;
  margin: 0;
}

.page-header h2 {
  font-weight: 600;
  font-size: 29px;
  margin: 3px 0 0;
}

.skewStyle {
  position: relative;
  float: left;
}

.skewStyle::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1500px;
  height: 100%;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}

.skewStyle img,
.skewStyle .headerTitle {
  position: relative;
  display: inline-block;
  max-width: 100%;
  z-index: 1;
}

header .skewStyle::before {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/*NEWS & EVENTS*/
.custom-carousel .item {
  padding: 0 10px;
}

.thumbnail {
  border-radius: 2px;
  border: 0;
  position: relative;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 2em;
}

.thumbnail:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.thumbnail:hover .media-left {
  opacity: 0;
}

.thumbnail figure {
  padding-bottom: 73%;
}

.thumbnail .caption {
  padding: 1.5em;
}

.thumbnail .caption hr {
  margin: 10px 0;
}

.thumbnail .caption h3 {
  margin: 0 0 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
}

.thumbnail .caption p {
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0 0;
}

.thumbnail .caption .media-left {
  padding: 0 0 5px;
  width: 55px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
  background-color: #FFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.03);
  border-radius: 0 0 2px 2px;
}

.thumbnail .caption h5.category {
  margin: 0 0 10px;
  padding: 5px 0;
  color: #FFF;
}

.thumbnail .caption .eventDate {
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.thumbnail .caption .eventDate .date {
  color: #141823;
  font-size: 2em;
  font-weight: 400;
  line-height: 24px;
}

.thumbnail .caption .eventDate .month {
  font-size: 12px;
  text-transform: uppercase;
}

.thumbnail .line-clamp-2 {
  height: calc(1em * 1.1 * 2);
}

.thumbnail .caption .eventGuest {
  padding: 12px 8px;
  margin: 0;
}

.thumbnail .caption .eventGuest .usersIcon {
  width: 20px;
  height: 15px;
  margin-right: 21px;
  background: url(../images/usersIcon.png);
  display: inline-block;
  position: relative;
  top: 1px;
}

.thumbnail .caption .eventGuest span {
  position: relative;
  top: -2px;
}

.thumbnail .caption .eventJoin {
  text-align: center;
  position: relative;
  top: 2px;
}

/*ABOUT US POST STYLE*/
.postLists .loader-1 {
  width: 300px;
  height: 300px;
}

.postLists .media {
  margin: 0 0 2em;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
}

.postLists .media:last-child {
  margin: 0;
}

.postLists .media:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.postLists .media-left,
.postLists .media-right {
  padding: 2em;
}

.postLists .media-body {
  width: 100%;
}

.postLists .media-body ._detail {
  padding: 2em;
}

.postLists .pLTitle,
.postLists .pLDescription {
  margin: 0;
}

.postLists .pageTitle {
  margin-bottom: 1em;
}

.postLists .pLDescription {
  font-size: 16px;
}

@media (max-width: 991px) {
  .postLists .loader-1 {
    width: 380px;
  }

  .postLists .pLTitle {
    font-size: 18px;
    max-height: 55px;
  }

  .postLists .pLDescription {
    font-size: 14px;
    max-height: 59px;
  }
}

@media (max-width: 767px) {
  .postLists .loader-1 {
    padding-bottom: 50%;
    width: 100%;
  }

  .postLists .media-left {
    padding: 0;
    display: block;
  }
}
		
/*SERVICES*/
.services .thumbnail figure {
  padding-bottom: 45%;
}

.services .thumbnail h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.1em;
  text-align: center;
  margin-top: 0;
}

.services .thumbnail .caption {
  padding: 2em;
}

/*All NEWS & EVENTS*/
._news .caption h3 {
  height: calc(1em * 1.1 * 2);
}

/*TEAM*/
._team .thumbnail {
  padding-top: 1.5em;
}

._team figure,
._team figure img {
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 50%;
  padding: 0;
}

._team .thumbnail .caption {
  text-align: center;
}

._team .thumbnail .caption h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.1em;
}

._team .thumbnail .caption p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

._team .item {
  padding: 0;
  margin: 15px;
  color: #FFF;
  text-align: center;
}

._team .socialIcons ul li a {
  height: 31px;
  width: 31px;
  font-size: 13px;
}

/*COMPANIES SUPPORTERS*/
.comSupporters .item {
  padding: 0 20px;
  min-height: 100px;
}

/*TESTOMONIALS*/
.testimonials {
  background: url(../images/testimonial_bg.jpg) #1ABC9C;
  padding: 60px 0;
  color: #FFF;
}

.testimonials h1 {
  color: #FFF;
  font-size: 3em;
  letter-spacing: 5px;
  margin-bottom: 40px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1em;
  text-align: center;
  margin-top: 0;
}

.testimonials .media-left, .testimonials .media>.pull-left {
  padding-right: 20px;
}

#quote-carousel {
  padding: 0 10px 30px;
  margin-top: 30px 0 0;
  font-weight: 600;
}

#quote-carousel figure,
#quote-carousel figure img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 0;
}

#quote-carousel p {
  color: #FFF;
  font-weight: 500;
}

#quote-carousel small {
  font-style: italic;
  color: #FFF;
  font-weight: 300;
}

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

/*CONTACT US*/
.contact .contactus_1 {
  max-width: 500px;
  margin: 0 auto 2.5em;
}

.contact .contact-address .media-heading {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.contact .contact-address i {
	font-size: 16px;
}

/*FORMS*/
.input-lg {
  font-size: 14px;
}

.inputStyle .form-control-feedback {
  right: auto;
  left: 0;
  border-radius: 3px 0 0 3px;
}

.inputStyle .has-feedback .form-control {
  padding-left: 3.2em;
  padding-right: 0;
}

/*TABS*/
.tabs .nav-tabs {
  border-bottom: 1px solid #FCFCFC;
}

.tabs .tab-content {
  background-color: #FCFCFC;
  padding: 15px;
}

.tabs .nav-tabs>li>a {
  border: 1px solid transparent;
  border-width: 3px 1px 0;
  border-bottom-color: transparent;
}

.tabs .nav-tabs>li>a:hover,
.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li.active>a:hover {
  cursor: default;
  background-color: #FCFCFC;
  border: 1px solid #FCFCFC;
  border-width: 3px 1px 0;
  border-bottom-color: transparent;
  cursor: pointer;
}

.tabs .nav-tabs>li {
  width: 100px;
  text-align: center;
}

.tabs .nav>li>a:focus,
.tabs .nav>li>a:hover {
  background-color: #FFF;
}

/*SINGLE PAGES*/
.pageTitle {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.2em;
  line-height: 1.1em;
  margin-bottom: 1.5em;
}

.pageMeta {
  margin-top: 10px;
}

.pageMeta a {
  color: #EB4A4E;
}

.pageMeta span {
  display: inline-block;
  font-weight: 400;
  line-height: 18px;
}

.pageMeta span:not(:last-child) {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid rgba( 0, 0, 0, 0.05 );
}

.pageBody {
  margin-top: 15px;
  text-align: justify;
}

/*PAGES*/
.frontPage section.singleSecPad {
  padding: 35px 0 2em;
}

.page-header {
  padding: 0;
  margin: 0 0 30px;
  border: 0;
  float: left;
}

.pageSet {
  padding-top: 4em;
  padding-bottom: 5em;
}

/*404*/
.page-404 {
  position: relative;
}

.page-404 img {
  width: 130px;
  margin: auto;
}

.page-404 h1 {
  font-size: 5em;
  border: 0;
  margin: .5em 0 0;
}

.page-404 h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0;
}

.page-404 p {
  font-size: 14px;
}

/*PAGINATION*/
.pagination,
.loadmore {
  margin: 3em 0 1em;
}

.pagination>li {
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  width: 31px;
  height: 31px;
  margin: 0 3px;
  padding: 0;
  line-height: 31px;
  font-size: 13px;
  border: 0;
  border-radius: 50px !important;
}

/*LOADMORE*/
.loadmore .btn {
  width: 50px;
  height: 50px;
  padding: 13px 14px;
  font-size: 18px;
  line-height: 1.33;
  overflow: hidden;
}

/*DISQUS*/
#disqus_thread {
  margin-top: 50px;
}

/*------------------------------------------*/
/*  RESPONSIVENESS                          */
/*------------------------------------------*/
@media (max-width: 550px) {
  .themeHeader .navbar-brand>img {
    height: 50px;
  }

  .pageTitle {
    font-size: 1.5em;
  }

  .page-header {
    margin: 0 0 15px;
  }

  .page-header .skewStyle {
    padding: 10px 25px 5px 0;
  }

  .page-header .headerTitle>h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .page-header .headerTitle>h4 {
    font-size: 15px;
    margin-bottom: 4px !important;
  }

  .pagination>li>a, .pagination>li>span {
    margin: 0 2px;
  }

  .pagination>li>a, .pagination>li>span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }

  .page-404 h1 {
    font-size: 6em;
  }
}

@media (max-width: 767px) {
  .testimonials h1 {
    font-size: 2.3em;
  }

  .testimonials .media-left, .testimonials .media>.pull-left {
    padding-right: 0;
    width: 100%;
    display: inline-block;
  }

  #quote-carousel figure, #quote-carousel figure img {
    margin: 0 auto 20px;
  }

  #quote-carousel p,
  #quote-carousel small {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .themeHeader .navToggle {
    display: none;
  }

  .themeHeader .navCollapse {
    display: block !important;
  }

  .themeHeader .navCollapse>ul>li {
    float: left;
  }

  .themeHeader .navCollapse>ul>li>a {
    padding: 23px 15px;
  }

  header .hos.fixed .navCollapse>ul>li>a {
    padding: 16px 15px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .themeHeader .navbar-header {
    float: none !important;
  }

  .themeHeader .navToggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    margin: 17px 5px 8px 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }

  .themeHeader .navToggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }

  .themeHeader .navToggle .icon-bar+.icon-bar {
    margin-top: 5px;
  }

  .themeHeader .navCollapse {
    display: none;
  }

  .themeHeader .navCollapse {
    border: 0;
    width: 250px;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 999;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
  }

  header .hos.fixed .navCollapse {
    top: 54px;
  }

  .themeHeader .navCollapse>ul>li>a {
    padding: 10px 15px;
    margin: 5px;
    border-bottom: 1px groove rgba(255, 255, 255, 0.1);
  }

  .singleSlider {
    margin-top: 25px;
  }
}