/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Slider Area css
============================================================================================ */
.home_banner_area {
  border-top: 2px solid #5A99D3;
  position: relative;
	padding-top: 75px;
}

.swiper-slide.swiper-slide-active .slider_text_inner {
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.swiper-slide img{
    width: 100% !important;
    height: auto;
	/* width: 32% !important;
    padding-top: 100px;
    padding-left: 150px;
    float: left; */
}

.slider_text_inner {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.slider_text_inner .slider_text {

  border-radius: 5px;
  padding: 65px;
  position: relative;
}

.slider_text_inner .slider_text:before {
  content: "";
  /* width: 360px;
  height: 500px;
  position: absolute;
  border-bottom: solid 10px #5A99D3;
  border-top: solid 10px #5A99D3;
  border-right: solid 10px #5A99D3;
  right: -95px;
  top: -70px;
  z-index: -1; */
}

.slider_text_inner .slider_text h2 {
  font-size: 48px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.slider_text_inner .slider_text p {
  margin-bottom: 30px;
}

.slider_text_inner .slider_text .banner_btn {
  margin-left: 7px;
}

.banner_box {
  max-width: 1620px;
  margin: auto;
}

.banner_area {
  position: relative;
  z-index: 1;
  background: url(../images/banners/banner_ar.jpg) no-repeat scroll center center;
  background-size: cover;
}

.banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
}

.banner_area .banner_inner .banner_content {
  max-width: 655px;
  background: #fff;
  padding: 50px 65px;
  position: relative;
  border-radius: 5px;
}

.banner_area .banner_inner .banner_content:before {
  content: "";
  width: 313px;
  height: 216px;
  background: rgba(214, 177, 97, 0.8);
  position: absolute;
  right: -50px;
  top: -30px;
  z-index: -1;
}

.banner_area .banner_inner .banner_content h2 {
  color: #000000;
  font-size: 36px;
  margin-bottom: 0px;
  display: inline-block;
  text-transform: uppercase;
}

.banner_area .banner_inner .banner_content .page_link {
  display: inline-block;
  float: left;
  padding-top: 10px;
}

.banner_area .banner_inner .banner_content .page_link a {
  font-size: 14px;
  color: #666666;
  font-family: "Raleway", sans-serif;
  margin-left: 32px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}

.banner_area .banner_inner .banner_content .page_link a:before {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner_area .banner_inner .banner_content .page_link a:last-child {
  margin-left: 0px;
}

.banner_area .banner_inner .banner_content .page_link a:last-child:before {
  display: none;
}

/* End Home Slider Area css
============================================================================================ */
@media (max-width:1199px){
	/* Main Menu Area css
	============================================================================================ */
	.header_area .navbar .nav .nav-item {
		margin-left: 28px;
	}
	/* End Main Menu Area css
	============================================================================================ */
	/* Home Banner Area css
	============================================================================================ */
	.home_banner_area .banner_inner {
		padding: 100px 0px;
	}
}
@media (max-width:991px){
	.home_banner_area .banner_inner .banner_content .banner_map_img {
		display: none;
	}
        	.home_banner_area .donation_inner{
		margin-bottom: -30px;
	}
	.home_banner_area .dontation_item{
		max-width: 350px;
		margin: auto;
	}
	.home_banner_area {
		padding-top: 62px;
	}
}
@media (max-width:767px){
	.home_banner_area {
		
	}
	.home_banner_area .banner_inner {
		min-height: 500px;
	}
	.home_banner_area .banner_inner .banner_content {
		margin-top: 0px;
	}
	/* Blog Page Area css
	============================================================================================ */
    .blog_banner .banner_inner .blog_b_text h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.blog_info.text-right{
		text-align: right !important;
		margin-bottom: 10px;
	}
	/* End Blog Page Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 30px;
	}
	.home_banner_area .banner_inner .banner_content p br {
		display: none;
	}
	.home_banner_area .banner_inner .banner_content h3 span {
		line-height: 45px;
		padding-bottom: 0px;
		padding-top: 0px;
	}
}
@media (max-width:575px){
	.top_menu {
		display: none;
	}
    /* Home Banner Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.home_banner_area {
		
	}
	.home_banner_area .banner_inner {
		min-height: 500px;
	}
	.blog_banner .banner_inner .blog_b_text {
		margin-top: 38px;
	}
	.home_banner_area .banner_inner .banner_content img{
		display: none;
	}
	.home_banner_area .banner_inner .banner_content h5 {
		margin-top: 0px;
	}
        }
        @media (max-width:480px){
	/* Main Menu Area css
	============================================================================================ */
	.header_area .navbar-collapse{
		max-height: 250px;
	}
	/* End Main Menu Area css
	============================================================================================ */
	
	/* Home Banner Area css
	============================================================================================ */
    .home_banner_area .banner_inner .banner_content {
		padding: 0px 0px;
		margin-top: 0px;
	}
	.banner_content .white_btn {
		display: block;
	}
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 24px;
	}}
/* item meta */
.item-meta {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6;
}
.item-meta i {
  margin-left: 10px;
  width: 1em;
  text-align: center;
  position: relative;
  font-size: 1.2em;
}
.item-meta span {
  padding: 0 0.5em;
}
/* item media & item links */
.item-media {
  position: relative;
  overflow: hidden;
}
.item-media img {
  width: 100%;
}
.item-media.cover-image {
  height: 100%;
}
.media-links {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.media-links div {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  z-index: 4;
}
.content-absolute .media-links div {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .content-absolute .media-links div {
    display: none;
  }
}
.content-absolute .media-links div a {
  transition: all 0.35s ease 0.1s;
}
.content-absolute .media-links div a:hover {
  transform: scaleX(-1);
}
.content-absolute .media-links div a:first-child {
  transition-delay: 0s;
}
.media-links:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #20252b;
  opacity: 0;
  transition: all 0.2s linear;
  border-radius: 5px;
}
[class*="-item"]:hover .media-links:before {
  opacity: 0.5;
}
.media-links a.abs-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
[class*="-item"]:hover .media-links a.abs-link {
  opacity: 1;
}
[class*="-item"] .links-wrap a {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 58px;
  top: -100px;
  border: 2px solid transparent;
  display: inline-block;
  z-index: 5;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*="-item"] .links-wrap a.link-zoom {
  color: #fff;
}
[class*="-item"] .links-wrap a.link-zoom:hover {
  opacity: 1;
  color: #fff;
}
[class*="-item"] .links-wrap a.link-anchor {
  background-color: #fff;
  border-color: #fff;
  transition-delay: 0.1s;
}
[class*="-item"] .links-wrap a.link-anchor:hover {
  opacity: 1;
  color: #fff;
}
[class*="-item"] .links-wrap a:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
[class*="-item"] .links-wrap a.link-anchor:before {
  content: "\f041";
}
[class*="-item"]:hover .links-wrap a {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
[class*="-item"]:hover .media-links div {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* item icons */
.item-icons {
  margin-top: 35px;
  font-size: 12px;
}
.content-padding .item-icons {
  margin-top: 0;
}
.item-icons i {
  padding: 0 4px;
}
.item-icons .col {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
.bordered {
  border-radius: 5px;
}
.media .media-body h5 {
  margin-bottom: 12px;
}
/*
 ** Blog
 */
.blog-slider {
  margin-bottom: 73px;
}
@media (min-width: 992px) {
  .blog-slider .intro_layers_wrapper {
    right: 130px;
    left: 130px;
  }
}
@media (max-width: 767px) {
  .blog-slider {
    display: none;
  }
}
.blog-slider h2 {
  line-height: 60px;
}
.blog-slider .intro_section.page_slider {
  border-radius: 5px;
}
.blog-slider .flex-direction-nav .flex-prev {
  right: 47.5%;
}
.blog-slider .flex-direction-nav .flex-next {
  left: 47%;
}
.blog-featured-posts .post {
  height: 100%;
}
@media (max-width: 991px) {
  .blog-featured-posts {
    margin-bottom: 0 !important;
  }
}
.entry-title, .entry-title:last-child {
  text-transform: none;
  margin: 0 0 0.7em;
  line-height: 1;
  font-size: 32px;
}
@media (max-width: 575px) {
  .entry-title, .entry-title:last-child {
    font-size: 20px;
  }
}
h4.entry-title {
  font-size: 24px;
  margin-bottom: 0.7em;
}
.item-media + .item-content h1.entry-title {
  margin-top: 5px;
}
.post {
  position: relative;
}
.post > .fa {
  position: absolute;
  left: 9px;
  top: 7px;
  color: #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.post > .fa:before {
  position: relative;
  z-index: 3;
}
.post > .fa:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: -14px;
  right: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
}
.post + .post {
  margin-top: 60px;
}
.post h3.entry-title + .entry-meta {
  margin-top: -0.65em;
}
.post h1.entry-title + .entry-meta {
  margin: -1em 0 2em;
}
.post.cover-image {
  padding: 35px 30px 30px;
  text-align: center;
  height: auto;
}
@media (max-width: 767px) {
  .post.cover-image {
    padding: 35px 20px 30px;
  }
}
@media (min-width: 992px) {
  .post.cover-image {
    padding: 60px 60px 70px;
  }
}
.post.cover-image .post-thumbnail {
  display: none;
}
.post ul li, .post ol li {
  padding: 3px 0;
}
.post ul li:before, .post ol li:before {
  padding-left: 17px;
  top: -3px;
}
.post-thumbnail {
  text-align: center;
}
.post-thumbnail .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.post-thumbnail + .entry-content {
  margin-top: 1.5em;
}
.post-password-form input[type="password"] {
  margin-top: 0.5em;
  width: auto;
}
.post-password-form input[type="submit"] {
  position: relative;
  top: -2px;
}
.entry-meta-wrap {
  position: relative;
  text-align: center;
}
.entry-meta {
  bottom: 0;
  right: 0;
  left: 0;
  padding: 19px 20px 19px 26px;
  z-index: 10;
  line-height: 1;
  clear: both;
  margin: 0 -1px;
  position: absolute;
}
.has-post-thumbnail .entry-meta {
  position: absolute;
}
@media (max-width: 767px) {
  .entry-meta {
    text-align: right;
    padding: 19px 27px !important;
  }
}
@media (max-width: 991px) {
  .entry-meta {
    padding: 19px 60px;
  }
}
.entry-meta i {
  padding-left: 5px;
  font-size: 14px;
}
.entry-meta a {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 23px;
  letter-spacing: 0;
  font-weight: 500;
}

.entry-meta .post-categories {
  margin-left: 23px;
}
.entry-meta .post-categories a {
  margin: 0;
}
.bg-dark-transpatent {
  background-color: rgba(32, 37, 43, 0.8);
}
.entry-footer {
  margin-top: 40px;
  margin-bottom: 50px;
}
.entry-footer .fa {
  margin-left: 10px;
}
.entry-content:before, .entry-footer:before, .entry-header:before, .entry-content:after, .entry-footer:after, .entry-header:after {
  display: block;
  content: '';
  clear: both;
}
.cat-links {
  font-size: 0;
  display: block;
  line-height: 1;
}
.cat-links a {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.35em 0.5em 0.25em;
  color: #fff;
  border-radius: 1px;
}


.entry-footer .edit-link, .entry-header .edit-link {
  float: left;
}
.entry-footer .edit-link a:before, .entry-header .edit-link a:before {
  font-family: 'FontAwesome';
  content: '\f040';
  padding-left: 0.4em;
}
.entry-footer .entry-title + .edit-link, .entry-header .entry-title + .edit-link {
  position: absolute;
  left: 15px;
  top: 0.5em;
}
.post-adds {
  display: flex;
  background-color: #f5f5f5;
  line-height: 1;
  align-items: center;
  margin-bottom: 30px;
}
.post-adds i {
  width: 1em;
}
.post-adds a {
  display: inline-block;
  margin: 0;
}
.post-adds .dropdown-menu {
  padding: 0;
  border: none;
}
.post-adds .share_buttons {
  display: flex;
}
.post-adds .share_button {
  color: #fff;
  line-height: 60px;
  padding: 0 21px;
}
.post-adds .like_button {
  line-height: 60px;
  padding: 0 21px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.post-adds .votes_count {
  padding: 0 21px;
}
.post-adds .views-count {
  margin-right: auto;
  padding: 22px 30px;
  color: #fff;
}
@media (max-width: 576px) {
  .post-adds {
    flex-wrap: wrap;
  }
  .post-adds .share_button {
    line-height: 40px;
    padding: 0 11px;
  }
  .post-adds .like_button {
    line-height: 40px;
    padding: 0 11px;
  }
  .post-adds .views-count {
    padding: 10px 15px;
    width: 100%;
  }
}
/*gallery post*/
.post .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.post .gallery .gallery-item {
  width: 50%;
  padding: 0 7px;
}
.post .gallery .gallery-item figcaption {
  padding: 20px;
  max-width: 100%;
  border-radius: 0 0 5px 5px;
}
@media (min-width: 992px) {
  .post .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .post .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .post .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .post .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .post .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .post .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
  .post .gallery.gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
  .post .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .post .gallery.gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
/*post author*/
.item-content {
  padding: 20px;
}
.author-bio .item-content {
  padding: 57px 58px 30px;
}
@media (max-width: 767px) {
  .author-bio .item-content {
    padding: 30px 20px;
  }
}
.author-bio a.fa {
  margin: 0 12px;
}
.author-bio a.fa:first-child {
  margin: 0 12px 0 0;
}
.author-bio a span {
  float: left;
  margin-top: 6px;
  font-weight: 300;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .author-bio a span {
    float: right;
  }
}
.author-bio h4 {
  margin-bottom: 25px;
}
.author-bio p {
  margin-bottom: 9px;
}
/*********************************
6. Hero Boxes
*********************************/

.hero_boxes {
	width: 100%;
	height: 0px;
	z-index: 9;
	padding-top: 0px;
        position: relative;
        display: table;
}
.hero_boxes_inner {
	//position: absolute;
	right: 0;
	width: 100%;
        padding: 30px 0;
}
.hero_box
{
	width: 100%;
	height: 161px;
	background: #ffffff;
	cursor: pointer;
        text-align: center;
        border: solid 2px #5A99D3;
}
.hero_box:hover {
	background: #5A99D3;
}
.hero_box img {
	width: 150px;
	height: auto;
	margin-top: 6px;
}
.svg {
	background: #5A99D3;
}
.hero_box svg {
	width: 62px;
	height: auto;
        float: right;
}
.hero_box:hover .svg {
	background: #FFFFFF;
}
.hero_box_content {
	padding-right: 13px;
	padding-top: 11px;
	margin-top: -6px;
        
        float: right;
}
.hero_box_title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 2px;
}
.hero_box:hover .hero_box_title {
    color: #FFFFFF;
}
.hero_box_link {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 3px;
}
.hero_box_link:hover {
	color: #1a1a1a;
}
@media only screen and (max-width: 1199px){
	.hero_box {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 991px){
	.hero_slide_content h1
	{
		font-size: 48px;
	}
	.hero_boxes{
		padding-top: 30px;
	}
	.hero_boxes_inner{
		position: relative;
		top: auto;
		right: auto;
	}
	.hero_box_col
	{
		margin-bottom: 30px;
	}
	.hero_box_col:last-child
	{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 479px) {
	.hero_boxes {
		padding-top: 30px;
	}
	.hero_box {
		padding-right: 15px;
		height: 120px;
	}
	.hero_box_content {
		padding-top: 6px;
	}
	.hero_box img {
		width: 45px;
	}
	.hero_box_title {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.hero_box_link {
		font-size: 10px;
	}
}

/*********************************
6. Home About
*********************************/
.about-desc {
  width: 100%;
  float: right;
  z-index: 0;
  padding-right: 2em; }
  @media screen and (max-width: 768px) {
    .about-desc {
      padding-left: 0;
      margin-bottom: 4em; } }
  .about-desc .about-img-1 {
    width: 80%;
    height: 310px;
    float: left;
    -webkit-box-shadow: 26px 26px 78px -34px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 26px 26px 78px -34px rgba(0, 0, 0, 0.52);
    box-shadow: 26px 26px 78px -34px rgba(0, 0, 0, 0.52);
    z-index: 1;
        background-size: contain;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .about-desc .about-img-2 {
    width: 80%;
    height: 310px;
    margin-top: -3em;
    float: right;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  
  .colorlib-heading {
  margin-bottom: 2em;
  position: relative; }
  .colorlib-heading h1.heading-big {
    position: absolute;
    bottom: 0px;
    right: 17px;
    color: rgba(0, 0, 0, 0.05);
    z-index: 0;
    font-weight: 700;
    font-size: 60px;
  }
  .colorlib-heading h2{
      font-size: 30px;
      z-index: 1;
      top: -28px;
      position: relative;
      right: -12px;
  }
    @media screen and (max-width: 768px) {
      .colorlib-heading h1.heading-big {
        font-size: 40px; } }
  .colorlib-heading h2 {
    font-size: 28px;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .colorlib-heading h2 {
        font-size: 30px; } }
  .colorlib-heading.center-heading h1.heading-big {
    right: 0;
    left: 0; }

  
  .counter-entry {
  padding: 0;
  position: relative;
  margin-bottom: 30px; }
@media screen and (max-width: 768px) {
    .counter-entry {
        margin-bottom: 20px;
    }
}

    .colorlib-counters {
        width: 100%;
        background-color: #EEE;
        text-align: center;

        margin-bottom: 20px
    }

    .colorlib-counters .icon {
        padding: 15px 0;
        margin: 0;
        width: 100%;
        display: block;
    }
    .colorlib-counters .icon i {
        font-size: 35px;
        color: rgba(0, 0, 0, 0.9);
        z-index: 1;
    }
    
    
  .colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    font-family: "Rubik", Arial, sans-serif;
    width: 100%;
    font-weight: 500;
    margin-bottom: 0; }
  .colorlib-counters .colorlib-counter-label {
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    display: block;
    font-weight: 400;
  }
  
  /*********************************
7. Section Title
*********************************/
  div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section_title {

}
.section_title h1 {
	display: block;
	color: #1a1a1a;
	font-weight: 500;
	padding-top: 24px;
}
.section_title h1::before {
	display: block;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 4px;
	content: '';
	background: #5A99D3;
}
/*********************************
13. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	background: #1a1a1a;
}
.testimonials_background_container
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.testimonials_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}
.testimonials .section_title h1
{
	color: #FFFFFF;
}
.testimonials_slider_container
{
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 56px;
}
.testimonials_item
{
	width: 100%;
	padding-bottom: 75px;
}
.quote{
    font-size: 36px;
}
.testimonials_text
{
	color: #FFFFFF;
	margin-bottom: 0px;
}
.testimonial_user
{
	margin-top: 43px;
}
.testimonial_image
{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial_image img
{
	width: 100%;
	height: auto;
}
.testimonial_name
{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f6af03;
	margin-top: 21px;
}
.testimonial_title
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 6px;
}
.testimonials_slider .owl-dots
{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}
.testimonials_slider .owl-dot span
{
	width: 8px !important;
	height: 8px !important;
	border: solid 2px #FFFFFF;
	background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
	width: 16px !important;
	height: 16px !important;
	border: none;
	background: #5A99D3 !important;
}

/*********************************
14. Events
*********************************/

.event_items
{
	margin-top: 68px;
}
.event_item
{
	margin-bottom: 56px;
}
.event_item:last-child
{
	margin-bottom: 0px;
}
.event_date
{
	width: 131px;
	height: 131px;
	border: solid 2px #5A99D3;
	margin: 0 auto 18px;
        padding-top: 25px;
}
.event_day
{
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 1px;
	line-height: 1;
        display: block;
}
.event_month {
	font-size: 16px;
	font-weight: 700;
        display: block;
            margin: 0;
}
.event_name a {
	font-size: 19px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_date_hom{
    width: 100%;
    height: 95px;
    border: solid 2px #5A99D3;
    padding-top: 26px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #5A99D3;
}
.event_day_hom{
    font-size: 26px;
    margin-bottom: 1px;
    line-height: 1;
    display: inline-block;
    color: #5A99D3;
}
.event_month_hom{
    font-size: 26px;
    display: inline-block;
    margin: 0 10px;
    color: #5A99D3;
}
.event_name_hom a {
    min-height: 100px;
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #1a1a1a;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}
.event_content p
{
	font-weight: 500;
	color: #a5a5a5;
	margin-top: 21px;
	margin-bottom: 13px;
}
.event_image
{

}
.event_image img
{
	width: 100%;
}

/*********************************
10. Register
*********************************/

.register
{
	width: 100%;
}
.register_section
{
	width: 100%;
	background: #5A99D3;
	padding-top: 156px;
	padding-bottom: 161px;
}
.register_content
{
	width: 522px;
}
.register_title
{
	color: #FFFFFF;
	margin-bottom: 16px;
	line-height: 1.63;
}
.register_title:last-child
{
	margin-bottom: 0px;
}
.register_title	span
{
	color: #1a1a1a;
}
.register_text
{
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 32px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 0px;
}
.register_button{
    background: #171a1f;
    margin: 30px auto 0;
    padding: 8px 0 14px;
    width: 60%;
     display: block;
    color: #FFFFFF;
}
.register_button:hover{
    color: #5A99D3;
}

/*********************************
11. Search
*********************************/

.search_section{
    width: 100%;
    height: 100%;
    background: #ececec;
    padding-top: 154px;
    padding-bottom: 154px;
}
.search_content{
	width: 522px;
}
.search_background{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.23;
}
.search_title
{
	color: #1a1a1a;
}

/*********************************
11.1 Search Form
*********************************/

.search_form
{
	margin-top: 57px;
}
.input_field
{
	width: 100%;
	height: 42px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: solid 2px #FFFFFF;
	padding-right: 25px;
	margin-bottom: 24px;
}
input:last-of-type
{
	margin-bottom: 0px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 2px #5A99D3;
}
.search_submit_button
{
	width: 100%;
	height: 48px;
	background: #5A99D3;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 28px;
	border: none;
	cursor: pointer;
}
.search_submit_button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.search_submit_button:focus
{
	outline: solid 2px #FFFFFF;
}

@media only screen and (max-width: 1280px){
	.register_content,
	.search_content{
		width: 442px;
	}
}
@media only screen and (max-width: 991px){
	.search_section{
		padding-top: 156px;
		padding-bottom: 161px;
	}
	.register_content,
	.search_content{
		width: 75%;
	}
	.testimonials_slider_container{
		padding-right: 0px;
		padding-left: 0px;
	}
	.event_date{
            width: 100px;
            height: 135px;
            margin-top: 30px;
	}
	.event_name{
		margin-top: 17px;
	}
	.event_content p{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 767px){
        .event_items{
            margin-top: 30px;
        }
        .event_item {
            margin-bottom: 56px;
            padding: 0 20px;
        }
	.event_date{
            width: 100%;
            height: 135px;
            padding-top: 40px;
            margin-top: 0;
	}
        .event_day{
            font-size: 30px;
            display: inline-block;
	}
        .event_month {
            font-size: 30px;
            display: inline-block;
            margin: 0 10px;
        }
}
@media only screen and (max-width: 575px){
	.register_section,
	.search_section{
		padding-top: 115px;
		padding-bottom: 120px;
	}
	.register_content,
	.search_content{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.register_text{
		margin-top: 25px;
	}
	.register_button{
		margin-top: 53px;
	}
	.testimonials_slider .owl-dots{
		display: none !important;
	}
	.testimonials_item{
		padding-bottom: 0px;
	}
	.event_name{
		margin-top: 5px;
	}
}





.choose-course-2 .item-course {
    width: 100%;
    cursor: pointer;
    border: 1px solid #5A99D3;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 70px 0;
    transition: all .5s ease-in-out;
    background-color: #FFF;
}

.choose-course-2 .item-course .icon-course .icons-img {
    font-size: 64px;
    line-height: 80px;
    color: #5A99D3;
    transition: all .5s ease-in-out;
}

.choose-course-2 .item-course .info-course {
    margin-top: 15px;
}

.choose-course-2 .item-course .info-course .name-course {
    font-size: 21px;
    color: #49575f;
    margin-bottom: 10px;
    font-weight: 700;
}

.choose-course-2 .item-course .info-course .info {
    font-size: 18px;
    color: #6f8190;
}

.choose-course-2 .item-course .hover-text {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #5A99D3;
    color: #fff;
    transition: all .5s ease-in-out;
}

.choose-course-2 .item-course .hover-text .wrapper-hover-text {
    display: table;
    height: 100%;
    width: 100%;
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    line-height: 24px;
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title:hover {
    border-bottom: 1px solid #fff;
}

.choose-course-2 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.choose-course-2 .item-course:hover .hover-text {
    top: 0;
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 30px;
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.choose-course-3 .choose-course-3-wrapper.row {
    margin: 0;
}
@media screen and (max-width: 768px) {
    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 30px;
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
.choose-course-2 .col-md-4.col-xs-6 :nth-child(2n - 1) {
        padding-left: 8px;
    }

    .choose-course-2 .col-md-4.col-xs-6 :nth-child(2n) {
        padding-right: 7px;
    }

    .choose-course-2 .item-course {
        padding: 55px 0;
    }

    .choose-course-2 .item-course .info-course {
        margin-top: 10px;
        padding: 0 10px;
    }

    .choose-course-2 .item-course .info-course .name-course {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .choose-course-2 .item-course .hover-text .wrapper-hover-content {
        padding: 10px;
    }
}
@media screen and (max-width: 380px) {
    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 30px;
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:last-child {
        margin-bottom: 0;
    }
        .choose-course-2 .col-md-4.col-xs-6 {
        width: 100%;
        padding: 0 15px !important;
    }
}