@charset "iso-8859-1";
/* CSS Document */

#header .header-body {
  background-color: #f8f4e3;
}

#footer {
  background: #ff595e;
}

#footer .footer-copyright {
  background-color: #ff595e;
}

.footer-top-border {
    border-top: 1px solid #ff595e !important;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -.03em;
}

h1 {
  font-size: 1.8em;
  line-height: 40px;
  margin: 0 0 20px 0;
  font-weight: 700;
}

h3 {
  text-transform: none;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-size-1 {
  color: #f72585;
  font-size: 57px;
}

.header-size-2 {
  color: #FFF;
  font-size: 32px;
}

p {
  margin: 0 0 20px 0;
  color: #000;
}

a, a:hover {
  color: #f72585;
}

.post-content ul li {
  color: #000;
}

.post-content h3 {
  font-size: 1.4em;
}

.post-content ol li {
  color: #000;
}

.post-block h3 {
    font-size: 1.4em;
      font-weight: 700;
    margin: 0 0 20px;
    text-transform: none;
}

.text-5 {
    font-size: 1.1em !important;
}

.text-6 {
    font-size: 1.6em !important;
}

#header .header-nav-main nav > ul > li > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  font-family: 'Poppins', sans-serif;
}

html .toggle-primary .toggle label, html .toggle-primary .toggle .toggle-title {
  color: #f72585;
}

html .toggle-primary .toggle label, html .toggle-primary .toggle .toggle-title {
  border-left-color: #f72585;
  border-right-color: #f72585;
}

html .toggle-primary .toggle.active > label, html .toggle-primary .toggle.active > .toggle-title {
  background-color: #f72585;
  border-left-color: #f72585;
  border-right-color: #f72585;
}

.badge {
  font-family: 'Poppins', sans-serif;
}

.badge-dark {
    background-color: #3d6e90 !important;
    color: #FFF;
}

.thumb-info .thumb-info-type {
    font-size: 0.7em;
}

html .bg-color-primary, html .bg-primary {
    background-color: #3d6e90 !important;
}

html .btn-light {
  background-color: #faf7eb;
}

.btn-primary:hover {
  background-color: #444 !important;
  border-color: #444 !important;
}

.accordion .card-header a {
  color:#322e18;
}

.accordion h3 {
  font-size: 1.4em;
}

.card-body a {
  font-weight: 700;
}

.post-content a {
  font-weight: 700;
}

html .testimonial-primary blockquote {
    background: #3d6e90;
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #3d6e90;
}

html .testimonial-secondary blockquote {
    background: #ff595e;
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #ff595e;
}

html .testimonial-quaternary blockquote {
    background: #444;
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #444;
}

html .testimonial-tertiary blockquote {
    background: #f72585;
}

html .blockquote-tertiary {
    border-color: #f72585 !important;
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #f72585;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
  background: #444; 
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
  background: #444; 
  border-color: #444;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover {
  background: #444; 
  border-color: #444;
}

.blog-posts:not(.blog-posts-no-margins) article {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.post-content-1 {
    background-color: #f7f7f7;
    padding: 10px;
  min-height: 320px;
}

.post-content-2 {
    background-color: #f7f7f7;
    padding: 10px;
}

.post-content-3 {
    background-color: #f7f7f7;
    padding: 10px;
}

.post-content-4 {
    background-color: #f7f7f7;
    padding: 10px;
  min-height: 255px;
}

div.thumb-info-show-more-content > p {
  font-size: 1em !important;
}

.bg-color-grey {
  background-color: #bcdfe8 !important;
}

.testimonial blockquote:before {
    content: "";
}

.startimage1 {
  position:absolute;
  top: 400px;
  left: 350px;
}

.card-1 {
    min-height: 280px;
}

.bg-color-444-read-more {
    background-color: #444;
    border-radius: 5px;
    padding: 2rem;
}

.bg-color-444 {
    background-color: #444;
    border-radius: 5px;
    min-height: 288px;
}

.bg-color-444-read-more h4, .bg-color-444 h4 {
    color: #FFF;
}

.bg-color-444-read-more ul, .bg-color-444 ul {
    padding-left: 1rem;;
}

.bg-color-444-read-more ul li, .bg-color-444 ul li {
    color: #FFF;
}


.bg-color-444-read-more .readmore-overlay {
    bottom: 0px !important;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.position-relative {
    height: 224px;
}

.form-check-input:checked {
    background-color: #3d6e90;
    border-color: #3d6e90;
}

.table {
    --bs-table-striped-bg: rgba(244, 172, 176, 0.7);
}

blockquote footer {
	color: #000;
}

@media only screen and (max-width: 600px) {
   h1 {
    margin-top: 20px;
    font-size: 1.4em;
    line-height: 32px;
  }

  #start-presentation-profile-image {
    display: none !important;
  }
}

  .video-start1 {
    padding-top: 1rem !important;
  }

.post-content-1 {
    background-color: #f7f7f7;
    padding: 10px;
    min-height: 260px;
}

@media (max-width: 767px) {
  .owl-carousel.nav-style-4 .owl-nav .owl-next {
    right: 37px;
  }
  
  h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 0;
	}
  
  .post-content h1 {
    margin-top: 20px;
    font-size: 1.1em;
    line-height: 24px;
	}
  
  .post-content h3 {
    font-size: 1em;
	}
  
  .thumb-info .thumb-info-type {
    font-size: 0.8em;
	}

	.hide-mobile {
		display: none;
	}
  
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1180px) 
and (orientation : landscape) {

    .startimage1 {
    position:absolute;
    top: 250px;
    left: 100px;
  }
  
   .startimage1 h1 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 32px;
  }
  
.header-size-2 {
  color: #FFF;
  font-size: 24px;
}

  .video-start1 {
    padding-top: 1rem !important;
  }

}
  
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

    .startimage1 {
    position:absolute;
    top: 250px;
    left: 100px;
  }
  
   .startimage1 h1 {
    margin-top: 20px;
   font-size: 32px;
    line-height: 32px;
  }
  
.header-size-2 {
  color: #FFF;
  font-size: 24px;
}
  
  .video-start1 {
    padding-top: 1rem !important;
  }

}

@media (min-width:1281px) {
    .video-start1 {
    margin-top: -30px !important;
  }
  blockquote.enlarge {
    min-height: 288px !important;
  }
}

@media only screen and (min-width: 400px) {
	.desktop-visible {
		display:none;
	}
}
