.footer-section {
	background-color: #233243;
	position: relative;
	overflow: hidden;
	z-index: 9;
  }
  .footer-section:before {
	content: '';
	position: absolute;
	top: -146%;
	left: -18%;
	width: 44%;
	height: 257%;
	transform: rotate(54deg);
	background-color: rgb(31, 47, 64);
	-webkit-transform: rotate(54deg);
	-moz-transform: rotate(54deg);
	-ms-transform: rotate(54deg);
	-o-transform: rotate(54deg);
	z-index: -10;
  }
  .footer-section:after {
	position: absolute;
	content: '';
	background-color: rgb(31, 47, 64);
	top: -24%;
	right: 4%;
	width: 26%;
	height: 264%;
	transform: rotate(44deg);
	-webkit-transform: rotate(44deg);
	-moz-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	z-index: -10;
  }
  .footer-top {
	padding-top: 96px;
	padding-bottom: 50px;
  }
  .footer-top p,
  .company-footer-contact-list li {
	color: #ffffff;
  }
  .company-footer-contact-list {
	margin-top: 10px;
  }
  .company-footer-contact-list li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
  }
  .company-footer-contact-list li+li {
	margin-top: 5px;
  }
  .company-footer-contact-list li i {
	margin-right: 10px;
	font-size: 20px;
	display: inline-block;
  }
  
  .footer-top .site-logo {
	  margin-bottom: 25px;
	  display: block;
	  max-width: 170px;
  }
  .widget-title {
	text-transform: capitalize;
  }
  .footer-top .widget-title {
	color: #ffffff;
	margin-bottom: 40px;
  }
  .courses-link-list li+li {
	margin-top: 10px;
  }
  .courses-link-list li a {
	color: #ffffff;
	text-transform: capitalize;
	font-family: var(--para-font);
	font-weight: 400;
  }
  .courses-link-list li a:hover {
	color: #002447;
  }
  .courses-link-list li i {
	margin-right: 5px;
  }
  .footer-top .small-post-title a {
	font-family: var(--para-font);
	color: #ffffff;
	font-weight: 400;
  }
  .small-post-item .post-date {
	color: #002447;
	margin-bottom: 3px;
	font-family: var(--para-font);
	font-weight: 400;
  }
  .small-post-list li+li {
	margin-top: 30px;
  }
  .news-letter-form {
	margin-top: 15px;
  }
  .news-letter-form input {
	width: 100%;
	padding: 12px 25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: none;
  }
  .news-letter-form input[type="submit"] {
	width: auto;
	border: none;
	background-color: #002447;
	padding: 9px 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #ffffff;
	margin-top: 10px;
  }
  .footer-bottom {
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.149);
  }
  .copy-right-text {
	color: #ffffff;
  }
  .copy-right-text a {
	color: #002447;
  }
  .terms-privacy li+li {
	margin-left: 30px;
  }
  .terms-privacy li a {
	color: #ffffff;
	position: relative;
  }
  .terms-privacy li a:after {
	position: absolute;
	content: '-';
	color: #ffffff;
	display: inline-block;
	top: 0;
	right: -18px;
  }
  .terms-privacy li+li a:after {
	display: none;
  }
  .fw1{
    font-size: 42px;
    font-family: cursive;
    color: #002447;
  }

  .f1{
	font-size: 35px!important;
    color: #9d5161;
    border: 1px dashed black;
    padding: 20px;
    border-radius: 50%;
    transition: 0.5s;
    height: 80px;
    width: 80px;
    text-align: center;
  }

  
  .f1:hover{
	font-size: 35px!important;
    color: #9d5161;
    border: 1px dashed #004694;
    padding: 20px;
    border-radius: 50%;
    transition: 0.5s;
    height: 80px;
    width: 80px;
    text-align: center;
  }

  .fw2 {
    font-size: 30px;
    font-family: cursive;
	color: #002447
}

.f3{
	font-size: 20px;
    font-weight: 600;
    color: #004694;
}

.team {
	background: #f5f5f5;
	padding: 5em 0;
}

@media (min-width: 768px) {
  .container {
	width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
	width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
	width: 1170px;
  }
}
h3.title {
	color: #faad81;
	font-size: 50px;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 600;
	font-style: italic;
}
.team-grid {
	text-align: center;
}
.col-xs-4 {
	width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/*-- Team --*/

.team {
	background: #f5f5f5;
	padding: 5em 0;
}

.team-grid {
	text-align: center;
}

.team-grid h4 {
	font-size: 25px;
	color: #000;
	font-weight: 600;
	margin: 40px 0 20px;
}

.team-grid p {
	color: #777;
	font-size: 1em;
}

.social-nav li {
	display: inline-block;
}

.social-nav a {
	display: inline-block;
	float: none;
	width: 30px;
	height: 30px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	background: #000;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.model-3d-0 a {
	background: #5C5B5B;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.model-3d-0 .front,
.model-3d-0 .back {
	width: 30px;
	height: 30px;
	font-size: 1em;
	color: #fff;
	background: #faad81;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateZ(18px);
	-moz-transform: translateZ(18px);
	-ms-transform: translateZ(18px);
	-o-transform: translateZ(18px);
	transform: translateZ(18px);
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	-o-backface-visibility: visible;
	backface-visibility: visible;
}

.model-3d-0 .back {
	font-size: 1em;
	color: #fff;
	-webkit-transform: rotateX(90deg) translateZ(18px);
	-moz-transform: rotateX(90deg) translateZ(18px);
	-ms-transform: rotateX(90deg) translateZ(18px);
	-o-transform: rotateX(90deg) translateZ(18px);
	transform: rotateX(90deg) translateZ(18px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.twitter .back,
.facebook .back,
.instagram .back,
.pinterest .back {
	background: #81cdfa;
}

.model-3d-0 a:hover {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.model-3d-0 a:hover .back {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	-o-backface-visibility: visible;
	backface-visibility: visible;
}

.stack img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 10px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.stack:last-of-type {
	margin-right: 0;
}

/* Third stack example (One stack element rotated in the opposite direction) */

.stack.twisted:before {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}

.stack.twisted:after {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}

/* Reset all rotations on hover */

.stack:hover:before,
.stack:hover:after,
.team-grid:hover .stack:before,
.team-grid:hover .stack:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

/* Stacks creted by the use of generated content */

.stack:before,
.stack:after {
	content: "";
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 100%;
	height: 100%;
	position: absolute;
	border: 10px solid #fff;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
}

.stack:before {
	top: 4px;
	z-index: -10;
}

/* 1st element in stack (behind image) */

.stack:after {
	top: 8px;
	z-index: -20;
}

/* 2nd element in stack (behind image) */

.stack {
	float: none;
	width: 92%;
	margin: 3% 0% 8% 4%;
	position: relative;
	z-index: 1;
}

/*-- //Team --*/

.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}
.bg-color{
	background-color: white;
}

