/*
=========================================
=========================================

   Showtracker landing page

=========================================
========================================= */
/*
*
* ===========================================================
*     GENERAL
* ===========================================================
*
*/
@font-face {
  font-family: 'helvetica';
  src:  url('../fonts/helvetica-neue-lt-arabic.ttf');
  src:
    url('../fonts/helvetica-neue-lt-arabic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

  /* .shape-1::after {
  content: '';
  display: block;
  height: 50rem;
  width: 50rem;
  height: 80rem;
  width: 75rem;
  background: url(../img/design.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -9rem;
  right: -18rem;
  z-index: -1;
} */
  /*
*
* ===========================================================
*     NAVBAR
* ===========================================================
*
*/
  /*
*
* ===========================================================
*     FOOTER
* ===========================================================
*
*/
  /*
*
* ===========================================================
*     HERO SECTION
* ===========================================================
*
*/
  /*
*
* ===========================================================
*     FEATURES SECTION
* ===========================================================
*
*/
  /* .gradient-icon {
  border-radius: 0.8rem;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background: #cc2d37;
  line-height: 3.5rem;
  text-align: center;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.features-link {
  font-weight: 700;
}

.features-link:hover, .features-link:focus {
  text-decoration: none;
} */
  /*
*
* ===========================================================
*     TV SHOWS SECTION
* ===========================================================
*
*/
  /* .tv-shows-slider {
  padding: 1.5rem 0;
}

.tv-shows-image {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
} */
  /*
*
* ===========================================================
*     SHOWCASE SECTION
* ===========================================================
*
*/
  /* .showcase-image-holder {
  position: relative;
  margin: 1.5rem auto 0;
}

@media (max-width: 991.98px) {
  .showcase-mockup {
    display: block;
  }
}

.showcase-image {
  position: absolute;
  top: -5rem;
  right: -90%;
  z-index: -1;
  width: 150%;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.showcase-link {
  font-weight: 600;
  color: #999;
}

@media (max-width: 767.98px) {
  .showcase-link {
    font-size: 1rem !important;
  }
}

.showcase-link i {
  color: rgba(84, 12, 250, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.5rem;
}

.showcase-link.active, .showcase-link:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 1rem;
  color: #333;
}

.showcase-link.active i, .showcase-link:hover i {
  color: #cc2d37;
} */
  /*
*
* ===========================================================
*     TESTIMONIALS SECTION
* ===========================================================
*
*/
  /* .feeds {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.feed-block {
  padding: 1rem 1.2rem;
  background: #141414;
  border-radius: 0.6rem;
  color: #fff;
}

.feed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.feed-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feed-user-avatar {
  min-width: 3rem;
  width: 3rem;
  min-height: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 0.7rem;
}

.feed-icon {
  color: #6F6F6F;
}

.feed-text {
  font-size: 0.85rem;
  line-height: 1.5rem;
}

.feed-date {
  font-weight: 700;
  font-size: 0.85rem;
  color: #6F6F6F;
  margin-top: 2rem;
} */
  /*
*
* ===========================================================
*     SCHEDULE SECTION
* ===========================================================
*
*/
  /* .schedule-table {
  background: #fff;
  padding: 0;
  z-index: 999;
  position: relative;
}

.schedule-nav {
  border-bottom: none;
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 0.2rem;
}

@media (max-width: 991.98px) {
  .schedule-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.schedule-nav-link {
  border: none !important;
  border-radius: 0.2rem;
  font-weight: 700;
  color: #555;
  font-size: 1.1rem;
}

.schedule-nav-link.active {
  color: #fff !important;
}

.schedule-nav-link:hover, .schedule-nav-link:focus {
  color: #F2C314;
}

.schedule-table-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #eee;
}

.schedule-item-image {
  border-radius: 0.2rem;
  overflow: hidden;
  display: inline-block;
  max-height: 20rem;
}

.schedule-item-genre {
  padding: 0.5rem 1rem;
  position: relative;
  background: #cc2d37;
  color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}

.schedule-item-description {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-bottom: 0.7rem;
  font-weight: 300;
  max-width: 30rem;
}

.schedule-item-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  .schedule-item-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.viewing-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991.98px) {
  .viewing-times {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.viewing-times i {
  display: inline-block;
  margin-right: 0.5rem;
}

.viewing-times-list {
  margin-left: 1rem;
}

@media (max-width: 991.98px) {
  .viewing-times-list {
    margin-left: 0;
    margin: 1rem 0 !important;
  }
}

.viewing-times-item {
  background: #ebebeb;
  border-radius: 0.2rem;
  padding: 0.5rem 1.2rem;
  font-weight: 700;
  color: #777;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .viewing-times-item {
    margin-bottom: 0.7rem;
  }
}

.viewing-times-item.disabled {
  color: #b1b1b1;
}

.viewing-times {
  font-weight: 700;
  color: #666;
}

.duration {
  font-weight: 700;
  color: #777;
}

.certification {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #555;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  display: inline-block;
  margin-left: 0.7rem;
}

.contact-block {
  margin-top: 5rem;
}

.contact-text {
  font-size: 1rem;
  text-transform: uppercase;
  color: #555;
}

.contact-number {
  color: #cc2d37;
  font-weight: 700;
  font-size: 3rem;
}

.testimonials-slider-1,
.testimonials-slider-2 {
  height: 100%;
}

.testimonials-slider-1 .swiper-slide,
.testimonials-slider-2 .swiper-slide {
  height: auto !important;
  margin: 1rem 0;
}
.wrapper {
  max-width: 100%;
  width: 100%;
}
.wrapper .img {
  overflow: hidden;
} */
  /*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
  /* #style-switch-button {
  position: fixed;
  top: 120px;
  left: 0px;
  border-radius: 0;
  z-index: 2;
}

#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  left: 0;
  background: #fff;
  border: solid 1px #ced4da;
  z-index: 2000;
}

#style-switch h4 {
  color: #495057;
} */
  /* =========================================

      THEMING OF THE BOOTSTRAP COMPONENTS

   =========================================

    1 - NAVBAR
    2 - BUTTONS
    3 - TYPE
    4 - PAGINATION
    5 - UTILITIES
    6 - FORMS
    7 - CODE
    8 - NAV
    9 - CARD
    10 - DROPDOWNS

*/
  /*
 * 1. NAVBAR
 */
  /*
 * 2. BUTTONS
 */
  /*
 * 3. TYPE
 */
  /*
 * 4. PAGINATION
 */
  /*
* 5. UTILITIES
*/
  /*
  * 6. FORMS
  */
  /*
* 7.CODE
*/
  /*
* 8. NAV
*/
  /*
* 9. CARD
*/
  /*
* 10. DROPDOWNS
*/
  /* rtl styles */


@media (min-width: 1200px) {
	.home .container {
		max-width: 1200px;
	}
}

.home .text-small {
	font-size: 0.9rem !important;
}

.home .bg-black {
	background: #000 !important;
}

.home .blockquote {
	color: #495057;
	background: #f8f9fa;
	font-weight: 300;
}

.home .breadcrumb {
	background: none;
}

.home .breadcrumb li.breadcrumb-item {
	color: #999;
}

.home .padding-big {
	padding: 8.75rem 0;
}

.home .pt-big {
	padding-top: 8.75rem;
}

.home .pb-big {
	padding-bottom: 8.75rem;
}

.home .margin-big {
	margin: 8.75rem 0;
}

.home section {
	position: relative;
}

.home .section-padding {
	padding-top: 8.75rem;
	padding-bottom: 8.75rem;
}

.home .page-holder {
	overflow: hidden;
}

.home .shape-1 {
	position: relative;
}

.home .shape-1::after {
	content: '';
	display: block;
	height: 80rem;
	width: 68rem;
	background: url(../images/design.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -12px;
	right: 0;
	z-index: -1;
	opacity: 0.5;
}
.rtl .home .shape-1::after {
	right:auto;
	left: 0;
}

@media (max-width: 991.98px) {
	.home .shape-1::after {
		display: none;
	}
}

.home .shape-1-sm::after {
	width: 40rem;
	height: 40rem;
}

.home .shape-2 {
	position: relative;
}

.home .shape-2::after {
	content: '';
	display: block;
	height: 16rem;
	width: 16rem;
	background: url(../img/shape-2.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -5rem;
	left: -9rem;
	z-index: -1;
}

@media (max-width: 767.98px) {
	.home .shape-2::after {
		display: none;
	}
}

.home .subscription-form .form-group {
	position: relative;
}

.home .subscription-form .form-group button {
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 4rem;
    /* padding-top: 1.25rem;
  padding-bottom: 1.25rem; */;
}
.rtl .home .subscription-form .form-group button {
 	right:auto;
    left: 0;
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius:0.25rem;
	border-bottom-left-radius: 0.25rem;

}

@media (max-width: 991.98px) {
	.home .subscription-form .form-group button {
		position: static;
		width: 100%;
		margin-top: 1rem;
	}
}

.home .subscription-form input {
    /* padding-top: 1.25rem;
  padding-bottom: 1.25rem; */
	height: 4rem;
	padding-left: 1.5rem;
	border: none;
	background: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.home .subscription-form input::-moz-placeholder {
	font-weight: 400;
	color: #aaa;
}

.home .subscription-form input::-webkit-input-placeholder {
	font-weight: 400;
	color: #aaa;
}

.home .subscription-form input:-ms-input-placeholder {
	font-weight: 400;
	color: #aaa;
}

.home .subscription-form input:focus {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.home .subscription-form label {
	font-weight: 700;
	color: #cc2d37;
	position: absolute;
	top: 0.5rem;
	left: 1.5rem;
}

.home .gradient-1 {
	background: linear-gradient(150deg, #9C09DB, #1C0FD7) !important;
	-webkit-box-shadow: 0 2px 4px rgba(36, 8, 128, 0.2);
	box-shadow: 0 2px 4px rgba(36, 8, 128, 0.2);
}

.home .gradient-2, .home .schedule-nav-link.active {
	background: linear-gradient(150deg, #F2C314, #FC3832) !important;
	-webkit-box-shadow: 0 2px 4px rgba(128, 32, 0, 0.2);
	box-shadow: 0 2px 4px rgba(128, 32, 0, 0.2);
}

.home .gradient-3 {
	background: linear-gradient(150deg, #32FBFC, #3214F2) !important;
	-webkit-box-shadow: 0 2px 4px rgba(8, 38, 168, 0.2);
	box-shadow: 0 2px 4px rgba(8, 38, 168, 0.2);
}

.home .modal {
	background: rgba(0, 0, 0, 0.85);
}

.home .modal-content {
	border-radius: 0;
}

.home .modal-content .close {
	width: 3rem;
	height: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #cc2d37;
	display: block;
	opacity: 1;
	padding: 0;
	outline: none;
}

.home .modal-content .close span {
	color: #fff;
}

.lp-header .navbar {
	border-bottom: 2px solid #eee;
	background: #fff;
}

@media (min-width: 768px) {
	.lp-header .navbar .dropdown-menu {
		margin-top: 1.1rem;
	}
}

@media (max-width: 991.98px) {
	.lp-header .navbar .dropdown-menu {
		border: none;
	}
}

.lp-header .navbar .nav-link.active {
	color: #cc2d37;
}

.lp-header .navbar .navbar-toggler i {
	font-size: 1.2rem;
}

.lp-header .navbar-brand {
	width: 7.5rem;
}

.lp-header .navbar-nav .nav-link {
	  font-weight: 700;
	  color: #2c3f5f;
    font-size: 16px;
    /* padding:12px !important; */
}

.lp-header .navbar-nav .nav-link:hover, .lp-header .navbar-nav .nav-link:focus {
	color: #cc2d37;
}

.home .section-header-title {
	display: inline-block;
	color: #333;
	font-weight: 300;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.home .copyrights {
	padding-bottom: 1.5rem;
}

.home .social {
	padding: 0;
	margin-right: 0;
}

.home .social-link {
	color: #aaa !important;
	margin: 0 0.5rem;
	font-size: 1.2rem;
}

.home .copyrights-text {
	color: #aaa;
}

.home .copyrights-link {
	color: #aaa;
	text-decoration: underline;
}

.home .hero {
	padding: 6.25rem 0;
}

.home .platforms {
	margin-top: 5rem;
}

.home .platforms-title {
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.12rem;
	color: #B1B1B1;
}

.home .platforms-list {
	margin-top: 1rem;
}

.home .platform-image {
	height: 1.5rem;
	margin: 0 0.7rem;
	opacity: 0.3;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.home .platform-image:hover {
	opacity: 1;
}

.lp-header .navbar {
	padding: 1rem 1rem;
}

.lp-header .navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
}

.lp-header .navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.lp-header .navbar-toggler:hover, .lp-header .navbar-toggler:focus {
	outline: none;
}

.lp-header .navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.lp-header .navbar-light .navbar-brand:hover, .lp-header .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.lp-header .navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.lp-header .navbar-light .navbar-nav .nav-link:hover, .lp-header .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.lp-header .navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.lp-header .navbar-light .navbar-nav .show > .nav-link,
  .lp-header .navbar-light .navbar-nav .active > .nav-link,
  .lp-header .navbar-light .navbar-nav .nav-link.show,
  .lp-header .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.lp-header .navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.lp-header .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.lp-header .navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.lp-header .navbar-dark .navbar-brand {
	color: #fff;
}

.lp-header .navbar-dark .navbar-brand:hover, .lp-header .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.lp-header .navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.lp-header .navbar-dark .navbar-nav .nav-link:hover, .lp-header .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.lp-header .navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.lp-header .navbar-dark .navbar-nav .show > .nav-link,
  .lp-header .navbar-dark .navbar-nav .active > .nav-link,
  .lp-header .navbar-dark .navbar-nav .nav-link.show,
  .lp-header .navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.lp-header .navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.lp-header .navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.lp-header .navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.home .btn {
	font-weight: 700;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.home .btn {
		-webkit-transition: none;
		transition: none;
	}
}

.home .btn:focus, .home .btn.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.25);
}

.home .btn.disabled, .home .btn:disabled {
	opacity: 0.65;
}

.home .btn:not(:disabled):not(.disabled):active, .home .btn:not(:disabled):not(.disabled).active {
	background-image: none;
}

.home .btn-link {
	font-weight: 400;
	color: #cc2d37;
}

.home .btn-link:hover {
	color: #cc2d37;
	text-decoration: underline;
}

.home .btn-link:focus, .home .btn-link.focus {
	text-decoration: underline;
}

.home .btn-link:disabled, .home .btn-link.disabled {
	color: #6c757d;
}

.home .btn-primary {
	color: #fff !important;
	background-color: #cc2d37;
	border-color: #cc2d37;
}

.home .btn-primary:hover {
	color: #fff !important;
	background-color: #29334e;
	border-color: #29334e;
}

.home .btn-primary:focus, .home .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.5);
}

.home .btn-primary.disabled, .home .btn-primary:disabled {
	color: #fff;
	background-color: #cc2d37;
	border-color: #cc2d37;
}

.home .btn-primary:not(:disabled):not(.disabled):active, .home .btn-primary:not(:disabled):not(.disabled).active,
  .home .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #29334e;
	border-color: #3e04c2;
}

.home .btn-primary:not(:disabled):not(.disabled):active:focus, .home .btn-primary:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.5);
}

.home .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.home .btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.home .btn-secondary:focus, .home .btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.home .btn-secondary.disabled, .home .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.home .btn-secondary:not(:disabled):not(.disabled):active, .home .btn-secondary:not(:disabled):not(.disabled).active,
  .home .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.home .btn-secondary:not(:disabled):not(.disabled):active:focus, .home .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.home .btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.home .btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.home .btn-success:focus, .home .btn-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.home .btn-success.disabled, .home .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.home .btn-success:not(:disabled):not(.disabled):active, .home .btn-success:not(:disabled):not(.disabled).active,
  .home .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.home .btn-success:not(:disabled):not(.disabled):active:focus, .home .btn-success:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.home .btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.home .btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.home .btn-info:focus, .home .btn-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.home .btn-info.disabled, .home .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.home .btn-info:not(:disabled):not(.disabled):active, .home .btn-info:not(:disabled):not(.disabled).active,
  .home .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.home .btn-info:not(:disabled):not(.disabled):active:focus, .home .btn-info:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.home .btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.home .btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.home .btn-warning:focus, .home .btn-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.home .btn-warning.disabled, .home .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.home .btn-warning:not(:disabled):not(.disabled):active, .home .btn-warning:not(:disabled):not(.disabled).active,
  .home .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.home .btn-warning:not(:disabled):not(.disabled):active:focus, .home .btn-warning:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.home .btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.home .btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.home .btn-danger:focus, .home .btn-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.home .btn-danger.disabled, .home .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.home .btn-danger:not(:disabled):not(.disabled):active, .home .btn-danger:not(:disabled):not(.disabled).active,
  .home .show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.home .btn-danger:not(:disabled):not(.disabled):active:focus, .home .btn-danger:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.home .btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.home .btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.home .btn-light:focus, .home .btn-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.home .btn-light.disabled, .home .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.home .btn-light:not(:disabled):not(.disabled):active, .home .btn-light:not(:disabled):not(.disabled).active,
  .home .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.home .btn-light:not(:disabled):not(.disabled):active:focus, .home .btn-light:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.home .btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.home .btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.home .btn-dark:focus, .home .btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.home .btn-dark.disabled, .home .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.home .btn-dark:not(:disabled):not(.disabled):active, .home .btn-dark:not(:disabled):not(.disabled).active,
  .home .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.home .btn-dark:not(:disabled):not(.disabled):active:focus, .home .btn-dark:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.home .btn-outline-primary {
	color: #cc2d37;
	background-color: transparent;
	background-image: none;
	border-color: #cc2d37;
}

.home .btn-outline-primary:hover {
	color: #fff;
	background-color: #cc2d37;
	border-color: #cc2d37;
}

.home .btn-outline-primary:focus, .home .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.5);
}

.home .btn-outline-primary.disabled, .home .btn-outline-primary:disabled {
	color: #cc2d37;
	background-color: transparent;
}

.home .btn-outline-primary:not(:disabled):not(.disabled):active, .home .btn-outline-primary:not(:disabled):not(.disabled).active,
  .home .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #cc2d37;
	border-color: #cc2d37;
}

.home .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .home .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.5);
}

.home .btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
}

.home .btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.home .btn-outline-secondary:focus, .home .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.home .btn-outline-secondary.disabled, .home .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.home .btn-outline-secondary:not(:disabled):not(.disabled):active, .home .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .home .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.home .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .home .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-outline-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.home .btn-outline-success {
	color: #28a745;
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
}

.home .btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.home .btn-outline-success:focus, .home .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.home .btn-outline-success.disabled, .home .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.home .btn-outline-success:not(:disabled):not(.disabled):active, .home .btn-outline-success:not(:disabled):not(.disabled).active,
  .home .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.home .btn-outline-success:not(:disabled):not(.disabled):active:focus, .home .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-outline-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.home .btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
}

.home .btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.home .btn-outline-info:focus, .home .btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.home .btn-outline-info.disabled, .home .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.home .btn-outline-info:not(:disabled):not(.disabled):active, .home .btn-outline-info:not(:disabled):not(.disabled).active,
  .home .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.home .btn-outline-info:not(:disabled):not(.disabled):active:focus, .home .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.home .btn-outline-warning {
	color: #ffc107;
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
}

.home .btn-outline-warning:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.home .btn-outline-warning:focus, .home .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.home .btn-outline-warning.disabled, .home .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.home .btn-outline-warning:not(:disabled):not(.disabled):active, .home .btn-outline-warning:not(:disabled):not(.disabled).active,
  .home .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.home .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .home .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-outline-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.home .btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}

.home .btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.home .btn-outline-danger:focus, .home .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.home .btn-outline-danger.disabled, .home .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.home .btn-outline-danger:not(:disabled):not(.disabled):active, .home .btn-outline-danger:not(:disabled):not(.disabled).active,
  .home .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.home .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .home .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-outline-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.home .btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}

.home .btn-outline-light:hover {
	color: #fff;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.home .btn-outline-light:focus, .home .btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.home .btn-outline-light.disabled, .home .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.home .btn-outline-light:not(:disabled):not(.disabled):active, .home .btn-outline-light:not(:disabled):not(.disabled).active,
  .home .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.home .btn-outline-light:not(:disabled):not(.disabled):active:focus, .home .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-outline-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.home .btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

.home .btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.home .btn-outline-dark:focus, .home .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.home .btn-outline-dark.disabled, .home .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.home .btn-outline-dark:not(:disabled):not(.disabled):active, .home .btn-outline-dark:not(:disabled):not(.disabled).active,
  .home .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.home .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .home .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .home .show > .btn-outline-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.home .btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.home .btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.home body {
	font-family: "Roboto",'helvetica', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #29334e;
	background-color: #f5f5f5;
}

.home a {
	color: #cc2d37;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: none;
}

.home a:hover, .home a:focus {
	color: #cc2d37;
	text-decoration: underline;
}

.home h1,
  .home h2,
  .home h3,
  .home h4,
  .home h5,
  .home h6,
  .home .h1,
  .home .h2,
  .home .h3,
  .home .h4,
  .home .h5,
  .home .h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
}

.home h1,.home .h1 {
  font-size: 3.75rem;
  color: #2c3f5f;

}

.home h2,
  .home .h2 {
	font-size: 2.8rem;
}

.home h3,
  .home .h3 {
	font-size: 2rem;
}

.home h4,
  .home .h4 {
	font-size: 1.7rem;
}

.home h5,
  .home .h5 {
	font-size: 1.4rem;
}

.home h6,
  .home .h6 {
	font-size: 1rem;
}

.home .lead {
	font-size: 1.35rem;
	font-weight: 300;
}

.home .display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.home .display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.home .display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.home .display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.home hr {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.home small,
  .home .small {
	font-size: 80%;
	font-weight: 400;
}

.home mark,
  .home .mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.home .blockquote {
	padding: 1.8rem 1.8rem;
	margin-bottom: 2rem;
	font-size: 1.1rem;
	border-left: 5px solid #cc2d37;
}

.home .blockquote-footer {
	color: #6c757d;
}

.home .blockquote-footer::before {
	content: "\2014 \00A0";
}

.home .text-primary {
	color: #cc2d37 !important;
}

.home a.text-primary:hover, .home a.text-primary:focus {
	color: #29334e !important;
}

.home .page-item:first-child .page-link {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.home .page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.home .page-item.active .page-link {
	color: #fff;
	background-color: #cc2d37;
	border-color: #cc2d37;
}

.home .page-item.disabled .page-link {
	color: #6c757d;
	background-color: #fff;
	border-color: #dee2e6;
}

.home .page-link {
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	color: #cc2d37;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.home .page-link:hover, .home .page-link:focus {
	color: #cc2d37;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.home .pagination-lg .page-link {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.home .pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.home .pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

.home .pagination-sm .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.home .pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
}

.home .pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}

.home .bg-primary {
	background-color: #cc2d37 !important;
}

.home a.bg-primary:hover, .home a.bg-primary:focus,
  .home button.bg-primary:hover,
  .home button.bg-primary:focus {
	background-color: #29334e !important;
}

.home .bg-secondary {
	background-color: #6c757d !important;
}

.home a.bg-secondary:hover, .home a.bg-secondary:focus,
  .home button.bg-secondary:hover,
  .home button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.home .bg-success {
	background-color: #28a745 !important;
}

.home a.bg-success:hover, .home a.bg-success:focus,
  .home button.bg-success:hover,
  .home button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.home .bg-info {
	background-color: #17a2b8 !important;
}

.home a.bg-info:hover, .home a.bg-info:focus,
  .home button.bg-info:hover,
  .home button.bg-info:focus {
	background-color: #117a8b !important;
}

.home .bg-warning {
	background-color: #ffc107 !important;
}

.home a.bg-warning:hover, .home a.bg-warning:focus,
  .home button.bg-warning:hover,
  .home button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.home .bg-danger {
	background-color: #dc3545 !important;
}

.home a.bg-danger:hover, .home a.bg-danger:focus,
  .home button.bg-danger:hover,
  .home button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.home .bg-light {
	background-color: #f8f9fa !important;
}

.home a.bg-light:hover, .home a.bg-light:focus,
  .home button.bg-light:hover,
  .home button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.home .bg-dark {
	background-color: #343a40 !important;
}

.home a.bg-dark:hover, .home a.bg-dark:focus,
  .home button.bg-dark:hover,
  .home button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.home .border-primary {
	border-color: #cc2d37 !important;
}

.home .border-secondary {
	border-color: #6c757d !important;
}

.home .border-success {
	border-color: #28a745 !important;
}

.home .border-info {
	border-color: #17a2b8 !important;
}

.home .border-warning {
	border-color: #ffc107 !important;
}

.home .border-danger {
	border-color: #dc3545 !important;
}

.home .border-light {
	border-color: #f8f9fa !important;
}

.home .border-dark {
	border-color: #343a40 !important;
}

.home .text-primary {
	color: #cc2d37 !important;
}

.home a.text-primary:hover, .home a.text-primary:focus {
	color: #29334e !important;
}

.home .text-secondary {
	color: #6c757d !important;
}

.home a.text-secondary:hover, .home a.text-secondary:focus {
	color: #545b62 !important;
}

.home .text-success {
	color: #28a745 !important;
}

.home a.text-success:hover, .home a.text-success:focus {
	color: #1e7e34 !important;
}

.home .text-info {
	color: #17a2b8 !important;
}

.home a.text-info:hover, .home a.text-info:focus {
	color: #117a8b !important;
}

.home .text-warning {
	color: #ffc107 !important;
}

.home a.text-warning:hover, .home a.text-warning:focus {
	color: #d39e00 !important;
}

.home .text-danger {
	color: #dc3545 !important;
}

.home a.text-danger:hover, .home a.text-danger:focus {
	color: #bd2130 !important;
}

.home .text-light {
	color: #f8f9fa !important;
}

.home a.text-light:hover, .home a.text-light:focus {
	color: #dae0e5 !important;
}

.home .text-dark {
	color: #343a40 !important;
}

.home a.text-dark:hover, .home a.text-dark:focus {
	color: #1d2124 !important;
}

.home .badge-primary {
	color: #fff;
	background-color: #cc2d37;
}

.home .badge-primary[href]:hover, .home .badge-primary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #29334e;
}

.home .badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

.home .badge-secondary[href]:hover, .home .badge-secondary[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #545b62;
}

.home .badge-success {
	color: #fff;
	background-color: #28a745;
}

.home .badge-success[href]:hover, .home .badge-success[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34;
}

.home .badge-info {
	color: #fff;
	background-color: #17a2b8;
}

.home .badge-info[href]:hover, .home .badge-info[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b;
}

.home .badge-warning {
	color: #212529;
	background-color: #ffc107;
}

.home .badge-warning[href]:hover, .home .badge-warning[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #d39e00;
}

.home .badge-danger {
	color: #fff;
	background-color: #dc3545;
}

.home .badge-danger[href]:hover, .home .badge-danger[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130;
}

.home .badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

.home .badge-light[href]:hover, .home .badge-light[href]:focus {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5;
}

.home .badge-dark {
	color: #fff;
	background-color: #343a40;
}

.home .badge-dark[href]:hover, .home .badge-dark[href]:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124;
}

.home .form-control {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.home .form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.home .form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.home .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ac89fd;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(84, 12, 250, 0.25);
}

.home .form-control::-webkit-input-placeholder {
	color: #6c757d;
}

.home .form-control:-ms-input-placeholder {
	color: #6c757d;
}

.home .form-control::-ms-input-placeholder {
	color: #6c757d;
}

.home .form-control::placeholder {
	color: #6c757d;
}

.home .form-control:disabled, .home .form-control[readonly] {
	background-color: #e9ecef;
}

.home select.form-control:not([size]):not([multiple]) {
	height: calc(2.5rem + 2px);
}

.home select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.home .form-control-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.home select.form-control-sm:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}

.home .form-control-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.home select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

.home .valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.home .valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.8);
	border-radius: .2rem;
}

.home .was-validated .form-control:valid, .home .form-control.is-valid, .home .was-validated
.custom-select:valid,
  .home .custom-select.is-valid {
	border-color: #28a745;
}

.home .was-validated .form-control:valid:focus, .home .form-control.is-valid:focus, .home .was-validated
.custom-select:valid:focus,
  .home .custom-select.is-valid:focus {
	border-color: #28a745;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.home .was-validated .form-control:valid ~ .valid-feedback,
  .home .was-validated .form-control:valid ~ .valid-tooltip, .home .form-control.is-valid ~ .valid-feedback,
  .home .form-control.is-valid ~ .valid-tooltip, .home .was-validated
.custom-select:valid ~ .valid-feedback,
  .home .was-validated
.custom-select:valid ~ .valid-tooltip,
  .home .custom-select.is-valid ~ .valid-feedback,
  .home .custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

.home .was-validated .form-check-input:valid ~ .form-check-label, .home .form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}

.home .was-validated .form-check-input:valid ~ .valid-feedback,
  .home .was-validated .form-check-input:valid ~ .valid-tooltip, .home .form-check-input.is-valid ~ .valid-feedback,
  .home .form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.home .was-validated .custom-control-input:valid ~ .custom-control-label, .home .custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}

.home .was-validated .custom-control-input:valid ~ .custom-control-label::before, .home .custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #71dd8a;
}

.home .was-validated .custom-control-input:valid ~ .valid-feedback,
  .home .was-validated .custom-control-input:valid ~ .valid-tooltip, .home .custom-control-input.is-valid ~ .valid-feedback,
  .home .custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

.home .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .home .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	background-color: #34ce57;
}

.home .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .home .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.home .was-validated .custom-file-input:valid ~ .custom-file-label, .home .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}

.home .was-validated .custom-file-input:valid ~ .custom-file-label::before, .home .custom-file-input.is-valid ~ .custom-file-label::before {
	border-color: inherit;
}

.home .was-validated .custom-file-input:valid ~ .valid-feedback,
  .home .was-validated .custom-file-input:valid ~ .valid-tooltip, .home .custom-file-input.is-valid ~ .valid-feedback,
  .home .custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.home .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .home .custom-file-input.is-valid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.home .invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545;
}

.home .invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.8);
	border-radius: .2rem;
}

.home .was-validated .form-control:invalid, .home .form-control.is-invalid, .home .was-validated
.custom-select:invalid,
  .home .custom-select.is-invalid {
	border-color: #dc3545;
}

.home .was-validated .form-control:invalid:focus, .home .form-control.is-invalid:focus, .home .was-validated
.custom-select:invalid:focus,
  .home .custom-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.home .was-validated .form-control:invalid ~ .invalid-feedback,
  .home .was-validated .form-control:invalid ~ .invalid-tooltip, .home .form-control.is-invalid ~ .invalid-feedback,
  .home .form-control.is-invalid ~ .invalid-tooltip, .home .was-validated
.custom-select:invalid ~ .invalid-feedback,
  .home .was-validated
.custom-select:invalid ~ .invalid-tooltip,
  .home .custom-select.is-invalid ~ .invalid-feedback,
  .home .custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

.home .was-validated .form-check-input:invalid ~ .form-check-label, .home .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545;
}

.home .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .home .was-validated .form-check-input:invalid ~ .invalid-tooltip, .home .form-check-input.is-invalid ~ .invalid-feedback,
  .home .form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.home .was-validated .custom-control-input:invalid ~ .custom-control-label, .home .custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}

.home .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .home .custom-control-input.is-invalid ~ .custom-control-label::before {
	background-color: #efa2a9;
}

.home .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  .home .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .home .custom-control-input.is-invalid ~ .invalid-feedback,
  .home .custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.home .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .home .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	background-color: #e4606d;
}

.home .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .home .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.home .was-validated .custom-file-input:invalid ~ .custom-file-label, .home .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545;
}

.home .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .home .custom-file-input.is-invalid ~ .custom-file-label::before {
	border-color: inherit;
}

.home .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  .home .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .home .custom-file-input.is-invalid ~ .invalid-feedback,
  .home .custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.home .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .home .custom-file-input.is-invalid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.home .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #cc2d37;
}

.home .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(84, 12, 250, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(84, 12, 250, 0.25);
}

.home .custom-control-input:active ~ .custom-control-label::before {
	color: #fff;
	background-color: #cfbbfe;
}

.home .custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}

.home .custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.home .custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.home .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #cc2d37;
}

.home .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.home .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #cc2d37;
}

.home .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.home .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(84, 12, 250, 0.5);
}

.home .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(84, 12, 250, 0.5);
}

.home .custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.home .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #cc2d37;
}

.home .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.home .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(84, 12, 250, 0.5);
}

.home code {
	font-size: 87.5%;
	color: #e83e8c;
}

.home .nav-link {
	padding: 0.5rem 1rem !important;
}

.home .nav-link.disabled {
	color: #6c757d;
}

.home .nav-tabs .nav-item {
	margin-bottom: -1px;
}

.home .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.home .nav-tabs .nav-link:hover, .home .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.home .nav-tabs .nav-link.disabled {
	color: #6c757d;
}

.home .nav-tabs .nav-link.active,
  .home .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
}

.home .nav-tabs .dropdown-menu {
	margin-top: -1px;
}

.home .nav-pills .nav-link {
	border-radius: 0.25rem;
	padding: 1.2rem;
	font-size: 1.2rem;
}

.home .nav-pills .nav-link.active,
  .home .nav-pills .show > .nav-link {
	color: #333;
	background-color: #fff;
}

.home .card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.home .card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.home .card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.home .card-body {
	padding: 1.25rem;
}

.home .card-title {
	margin-bottom: 0.75rem;
}

.home .card-subtitle {
	margin-top: -0.375rem;
}

.home .card-link + .card-link {
	margin-left: 1.25rem;
}

.home .card-header {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.home .card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.home .card-header-transparent {
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom: none;
}

.home .card-footer {
	padding: 0.75rem 1.25rem;
	background-color: #f8f9fa;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.home .card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.home .card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.home .card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.home .card-img-overlay {
	padding: 1.25rem;
}

.home .card-img-overlay-opacity {
	background: rgba(0, 0, 0, 0.2);
}

.home .card-img {
	border-radius: calc(0.25rem - 1px);
}

.home .card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.home .card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.home .card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.home .card-deck {
		margin-right: -15px;
		margin-left: -15px;
	}

	.home .card-deck .card {
		margin-right: 15px;
		margin-left: 15px;
	}
}

.home .dropdown-menu {
	min-width: 10rem;
	padding: 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-ms-border-radius: 0.25rem;
	-o-border-radius: 0.25rem;
}

.home .dropdown-item {
	padding: 0.6rem 1.5rem;
	font-weight: 700;
	color: #212529;
	border-bottom: 1px solid #eeeeee;
	text-transform: capitalize;
}

.home .dropdown-item:hover, .home .dropdown-item:focus {
	color: #16181b;
	background-color: #f8f9fa;
}

.home .dropdown-item.active, .home .dropdown-item:active {
	color: #fff;
	background-color: #cc2d37;
}

.home .dropdown-item.disabled, .home .dropdown-item:disabled {
	color: #6c757d;
}

.lp-header .navbar {
	padding: 0 1rem;
}

.lp-header .navbar-brand img {
	width: 100px;
}

.rtl.home {
	direction: rtl;
	text-align: right;
	font-family: 'helvetica' !important;
}

.home.rtl .subscription-form .form-group button {
	left: 0;
	right: auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.home.rtl .shape-1::after {
	left: 0rem;
	right: auto;
}

.home.rtl .dropdown-menu {
	text-align: right;
}






/*************************** Nourhan ***************************/


@media (max-width: 640px) {

  .home h1, .home .h1 {
    font-size: 3.1rem;
}
}
@media (max-width: 480px) {
  .home h1, .home .h1 {
    font-size: 2.75rem;
}
.home .lead {
  font-size: 1.3rem;}

  .lp-header .navbar-brand img {
    width: 80px;
}
}
@media (max-width: 320px) {
  .main_logo span {
    font-size: 13px;
}
}



@media (min-width: 992px) and (max-width: 1200px){
  .lp-header .navbar-nav .nav-link {

    font-size: 14px;
  }
}
