/* Extra small devices (portrait phones, less than 576px)
   No media query since this is the default in Bootstrap */


.activate-mailto { unicode-bidi: bidi-override; direction: rtl; color: #13bd9f; }
.activate-mailto.white { color: #fff; }
.activate-mailto:hover { cursor: pointer; text-decoration: underline; }

.help-block-validation { background-color: #f8d7da; color: #bd2130; padding: 4px; display: block; }


body {
	font-weight: 400;
}

.heading-section.heading-section-white h2
{
	font-weight: 200!important;
}

.home-slider .slider-item .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .99;
	background: #11bea2 url("/images/home-bg.jpg") 10% 65%;
}

.home-slider .slider-item .slider-text .typewrite > .wrap:after {
          position: absolute;
          top: 0;
          bottom: 5px;
          right: -5px;
          width: 4px;
          content: '';
          background: #fff; }

.home-slider .slider-item .slider-text {
      height: calc(100vh - 150px);
      min-height: 400px;
      }

	  
.ftco-section-featured .container .carousel img {
    border: 3px solid #dedede;
    /*border-radius: 12px;*/
}
	 

.ftco-navbar-light
{
	background: transparent !important;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3;
	top: 30px;
}
	.ftco-navbar-light .logo-small
	{
		display: none;
	}
	.ftco-navbar-light .logo-big
	{
		display: inline-block;
	}
	
	.ftco-navbar-light.scrolled  .logo-small
	{
		display: inline-block;
	}
	
	.ftco-navbar-light.scrolled  .logo-big
	{
		display: none;
	}
	
@media (max-width: 991.98px)
{
    .ftco-navbar-light {
		background: #404044 !important;
		top: 0;
		position: relative;
	}
	.ftco-navbar-light .logo-small
	{
		display: inline-block;
	}
	.ftco-navbar-light .logo-big
	{
		display: none;
	}
}

	




.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    opacity: 1 !important;
}
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
		background-color: #ffffff2e;
	}

@media (min-width: 992px)
{
	.ftco-navbar-light.scrolled .nav-link {
		padding-top: 0.2rem !important;
		padding-bottom: 0.2rem !important;
		color: #fff !important;
	}
}
.ftco-navbar-light.scrolled .nav-link {
	color: #fff !important;
}


@media (max-width: 991.98px)
{
	.ftco-navbar-light {
		background: #0e9c85 !important;
		top: 0;
		position: relative;
	}
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #0e9c85 !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ftco-navbar-light.scrolled .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    opacity: 1 !important;
}

.ftco-navbar-light.scrolled .nav-item.active > a {
    color: #fff !important;
}
.ftco-navbar-light.scrolled .navbar-nav > .nav-item.active > a {
    color: rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 992px)
{
	/*
	.ftco-navbar-light.scrolled .nav-item > a:hover {
		box-shadow: 0 0px 10px #ffffff61;
		border-radius: 0px;
	}
	*/
}

.ftco-navbar-light.scrolled .navbar-toggler {
    color: rgba(255, 255, 255, 0.5) !important;
}
	
	
	
	
	


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)
{ 
	.home-slider .slider-item .overlay { background-position:  8% 56%; }
	
	.home-slider .slider-item .slider-text {
      height: calc(100vh - 250px);
      min-height: 400px;
      }
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{ 
	.home-slider .slider-item .overlay { background-position:  7% 53%; }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{ 
	.home-slider .slider-item .overlay { background-position:  5% 50%; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{ 
	.home-slider .slider-item .overlay { background-position:  2% 40%; }
}

.ftco-degree-bg {
  position: relative; }
  .ftco-degree-bg:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -80px;
    overflow: visible;
    width: 100%;
    height: 150px;
    z-index: 0;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-color: #fff; }
  
  
   @media (max-width: 991.98px) {
          .home-slider .slider-item .slider-text h1 {
            font-size: 25px; }
	.home-slider .slider-item .slider-text p {
		 font-size: 16px;
		 line-height: 1.5;
	 }
   }
   

   .owl-carousel .owl-dots .owl-dot {
      width: 20px;
      height: 20px;
      margin: 10px;
      border-radius: 50%;
      background: #dadadc; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #10bea2; }
	  
.ftco-section-featured .container .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
}



.ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 15em 0;
    background: #00503C; }












.ribbon-container {
  background: transparent !important;
  position: relative;
  z-index: 1;
}
.ribbon {
background: #d2aa19;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.51);
    font-size: 16px;
    line-height: 1.0;
    text-align: center;
    margin: 0 auto;
    padding: 0.4em 0;
    position: relative;
    width: 85%;
}
.ribbon:before,
.ribbon:after {
  border: 1.5em solid #b79415;
  content: '';
  display: block;
  position: absolute;
  bottom: -1em;
  z-index: -1;
}
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
  box-shadow: -2px 2px 2px rgba(0,0,0,0.5);
}
.ribbon-content {
border-top: 1px dashed #8c6100;
    border-bottom: 1px dashed #8c6100;
   /* box-shadow: inset 0px 1px 1px rgba(0,0,0,0.08), inset 0px -1px 1px rgba(255,255,255,0.08), 0px -1px 1px rgba(255,255,255,0.2), 0px 1px 1px rgba(0,0,0,0.08);*/
    display: block;
    padding: 0.3875em 0;
}
.ribbon-content:before,
.ribbon-content:after {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-color: #7d6203 transparent transparent transparent;
  bottom: -1em;
}
.ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
.ribbon a {
    color: #fff!important;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.ribbon a:hover {
  color: hsl(30, 90%, 43%);
}
.underpage {
  background: #fff;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 70%, rgba(207,207,207,1) 100%);
    box-shadow: 0px 5px 8px #00291f;
  color: #000;
  margin: 0 auto;
  padding: 4.5em 1.5em 1.5em;
  position: relative;
  top: -4em;
  width: 75%;
  z-index: -1;
  /*border-radius: 10px;*/
}
.underpage p:last-child {
  margin-bottom: 0;
}


@media (min-width: 992px)
{
.ribbon { width: 71%; }
.underpage { width: 65%; }
}




.ftco-section-parallax .block-6 .color-2 {
	background-color: #006149;
}

.ftco-section-parallax .block-6 .icon
{
	height: 100px;
	width: 100px;
}

.ftco-section-parallax .block-6 .icon span {
    color: #b1d8ce;
}
.ftco-section-parallax .block-6 .icon span:before {
    font-size: 50px;
}



.testimony-wrap .user-img .quote
{
	background: #15bea3;
}


.testimony-wrap .name {
    color: #ccc;
    font-style: italic;
}


.ftco-counter{
	background: rgb(25,174,255);
background: -moz-linear-gradient(180deg, rgba(25,174,255,1) 0%, rgba(0,98,224,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(25,174,255,1) 0%, rgba(0,98,224,1) 100%);
background: linear-gradient(180deg, rgba(25,174,255,1) 0%, rgba(0,98,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19aeff",endColorstr="#0062e0",GradientType=1);
}

	.ftco-counter .media-body .heading { color: #fff; }
	
	
	
.ftco-footer
{
	background-color: #13bd9f;
	padding: 6em 0 4em 0;
}






.ftco-footer-widget
{
	text-align: center;
}



.btn-white
{
	color: #fff;
}