/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #4fa6d5;
  text-decoration: none;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #68A4C4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #85b6cf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 997;
  background: #68a4c4;
}

#header.header-transparent {
  background: none;
}

#header.header-scrolled {
  background: rgba(104, 164, 196, 0.8);
  height: 60px;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}


#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 80px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #68A4C4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.section-padding-top {
  padding-top: 20px !important;
}

.section-spacer{
	margin-bottom: 40px !important;
}

/*--------------------------------------------------------------
# Intro section styles
--------------------------------------------------------------*/
.intro .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.intro .icon-box+.icon-box {
  margin-top: 50px;
}

.intro .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.intro .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}

.intro .icon-box:hover .icon {
  background: #68A4C4;
}

.intro .icon-box:hover .icon i {
  color: #fff;
}

.intro .icon-box .title {
  margin-left: 5px;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 22px;
  text-transform: uppercase;
}

.intro .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.intro .icon-box .title a:hover {
  color: #68A4C4;
}

.intro .icon-box .subtitle {
  margin-left: 6px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
	color: #68a4c4;
  text-transform: uppercase;
}

.intro .icon-box .description {
  margin-left: 10px;
  line-height: 24px;
  font-size: 16px;
}

.intro .video-box {
  position: relative;
}

.intro .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}
.intro-main-image {
	height: 512px !important;
	width: 365px !important;
}

/*--------------------------------------------------------------
#  Youth section styles
--------------------------------------------------------------*/
.youth {
	margin-top: -10px !important;
  padding-bottom: 10px;
}

.youth .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.youth .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.youth .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.youth .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -25px;
  transition: 0.3s;
}

.youth .card-title {
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;	
  text-transform: uppercase;
}

.youth .card-title a {
  color: #1e4356;
  transition: 0.3s;
}

.youth .card-text {
  color: #5e5e5e;
}

.youth .card:hover img {
  transform: scale(1.1);
}

.youth .card:hover .card-body {
  border-color: #68A4C4;
}

.youth .card:hover .card-body .card-title a {
  color: #68A4C4;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 20px;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon {
  background: #fceef3;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}

/*--------------------------------------------------------------
# Tribute
--------------------------------------------------------------*/
.tribute .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}

.tribute .icon-box+.icon-box {
  margin-top: 50px;
}

.tribute .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.tribute .icon-box .icon i {
  color: #68A4C4;
  font-size: 32px;
}

.tribute .icon-box:hover .icon {
  background: #68A4C4;
}

.tribute .icon-box:hover .icon i {
  color: #fff;
}

.tribute .icon-box .title {
  margin-left: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.tribute .icon-box .title a {
  color: #111;
}

.tribute .icon-box .title a:hover {
  color: #68A4C4;
}

.tribute .icon-box .description {
  margin-left: 15px;
  line-height: 24px;
}

.tribute .video-box {
  position: relative;
}

.tribute .video-box img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tribute .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#68A4C4 50%, rgba(104, 164, 196, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 75px;
  top: 200px;
  overflow: hidden;
}

.tribute .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.tribute .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(104, 164, 196, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.tribute .play-btn:hover::after {
  border-left: 15px solid #68A4C4;
  transform: scale(20);
}

.tribute .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0b212d;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0d2735;
  border-top: 1px solid #17455e;
  border-bottom: 1px solid #123649;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}


/*--------------------------------------------------------------
# Other styles
--------------------------------------------------------------*/
.btn-primary {
	background-color: #68A4C4 !important;
	border-color:  #68A4C4 !important; 
}

.bottom-spacer{
	margin-bottom: 20px !important;
}

.row-left-margin {
	margin-left: 20px !important;
}

.row-box-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.jubilee-min-width {
	min-width:150px !important;
}

.fade_rule {
        height: 1px;
        background-color: #E6E6E6;
        width: 66.0em;
        margin: 0 auto;
        background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );
}
