* {
  margin:0;
  padding:0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  scrollbar-width: thin;
  scrollbar-color: #4051d6 #111111;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: #111111;
}
*::-webkit-scrollbar-thumb {
  background-color: #4051d6;
  border-radius:16px;
  border: 1px solid #111111;
}

@-webkit-keyframes zoomInfinite {
	0% {
		transform: scale(1);
		opacity:0.03;
	}
	50% {
		transform: scale(1.1);
		opacity:0.08;
	}
	100% {
		transform: scale(1);
		opacity:0.03;
	}
}

@keyframes zoomInfinite {
	0% {
		transform: scale(1);
		opacity:0.03;
	}
	50% {
		transform: scale(1.1);
		opacity:0.08;
	}
	100% {
		transform: scale(1);
		opacity:0.03;
	}
}

html {
	scroll-behavior: smooth;
}

html,body {
    height: 100%
}

body {
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: 17px;
    color: #ebebeb;
    background-color: #215b77;
    text-align: center;
}

@font-face {
    font-family: "montserrat-semibold";
    src: url(../fonts/montserrat/montserrat-semibold-webfont.woff2) format("woff2");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "montserrat-medium";
    src: url(../fonts/montserrat/montserrat-medium-webfont.woff2) format("woff2");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "montserrat-regular";
    src: url(../fonts/montserrat/montserrat-regular-webfont.woff2) format("woff2");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: "montserrat-light";
    src: url(../fonts/montserrat/montserrat-light-webfont.woff2) format("woff2");
    font-style: normal;
    font-weight: normal
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 100 900;
  src: url(../fonts/Oswald/Oswald-VariableFont_wght.ttf) format('truetype');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url(../fonts/Raleway/Raleway-VariableFont_wght.ttf) format('truetype');
}

a {
	text-decoration:none;
}

p {
	margin-bottom: 80px;
}

ol, ul {
	padding-left:0;
}

.footer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:60px;
	color:#fff;
	font-size:1.3rem;
}

.footer a {
	color:#fff;
	margin: 0 10px;
	display: inline-block;
}

.img {
    min-width: 100px;
    /* max-width: 90%; */
    width: 100%;
    padding: 0 10% 0.7rem;
}

#landingArea {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width:100%;
	height:100%;
	text-align: center;
	margin: auto;
	display: block;
}

#landingAreaInner {
	position:absolute;
	top: 45%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	width: 100%;
}

.landingText {
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 2.2rem;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 5%;
	width: auto;
	position:absolute;
	top: 100px;
	right:0;
	text-shadow: 2px 2px #4051d6;
	animation: titleDistort 1.8s linear infinite;
}

@keyframes titleDistort {
	0%, 9% {
		font-size: 2.2rem;
		text-shadow: 2px 2px #4051d6;
	}

	10%, 16% {
		font-size: 2.6rem;
		text-shadow: 25px 15px #4051d6;
	}

	17%, 34% {
		font-size: 2.2rem;
		text-shadow: 2px 2px #4051d6;
	}

	35%, 41% {
		font-size: 1.8rem;
		text-shadow: 14px 22px #4051d6;
	}

	42%, 57% {
		font-size: 2.2rem;
		text-shadow: 2px 2px #4051d6;
	}

	58%, 65% {
		font-size: 2.4rem;
		text-shadow: 20px 10px #4051d6;
	}

	66%, 100% {
		font-size: 2.2rem;
		text-shadow: 2px 2px #4051d6;
	}
	
}

#myVideo {
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#myVideoContainer {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     min-width: 100%;
     min-height: 100%;
     overflow: hidden;
}

.owl-item {
	transition: 0.8s ease-in-out all;
	filter: saturate(30%);
	cursor: grab;
}

.owl-grab {
	cursor: grabbing;
}

.owl-item.active + .owl-item.active {
	filter: saturate(100%);
}

.applyBtn {
	font-size: 24px;
	margin: 24px 0 0 !Important;
	padding: 12px 28px;
	animation: shineBtn 1.8s ease-in-out infinite;
}

@-webkit-keyframes shineBtn {
	0% {
		filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 3px #eee);
	}

	50% {
		filter: drop-shadow(0px 0px 8px #eee) drop-shadow(0px 0px 10px #eee) drop-shadow(0px 0px 12px #eee);
	}

	100% {
		filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 3px #eee);
	}
}

@keyframes shineBtn {
	0% {
		filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 3px #eee);
	}

	50% {
		filter: drop-shadow(0px 0px 8px #eee) drop-shadow(0px 0px 10px #eee) drop-shadow(0px 0px 12px #eee);
	}

	100% {
		filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 3px #eee);
	}
}

.owl-item.active + .owl-item.active + .owl-item.active {
	filter: saturate(30%);
}

.owl-item:after {
	content:"";
	display:block;
	background:rgba(0,0,0,0);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:999999;
	background:rgba(0,0,0,0.6);
	transition: 0.8s ease-in-out all;
}

.owl-item:active:after{
	cursor:grabbing;
}

.owl-item.active:after, .owl-item.active + .owl-item.active + .owl-item.active:after {
	background:rgba(0,0,0,0.4);
}

.owl-item.active + .owl-item.active:after {
	background:rgba(0,0,0,0);
}
/* preloader start */
.loader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle {
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 100%;
    background: #c4cbff;
    animation: radar 0.9s ease-in-out infinite;
    box-shadow: 0px 0px 20px rgba(64,81,214,0.5);
}

.circle:nth-of-type(1) {
    animation-delay: 0.2s;
}

.circle:nth-of-type(2) {
    animation-delay: 0.35s;
}

.circle:nth-of-type(3) {
    animation-delay: 0.5s;
}

.circle:nth-of-type(4) {
    box-shadow: none;
    animation: none;
    width: 205px;
    height: 205px;
    background: rgba(28,28,28,0.95);
}

@keyframes radar {
    0% {
      width:0;
      height:0;
	  opacity: 0.2;
    }

    30% {
        width: 220px;
        height: 220px;
		opacity: 0.6;
    }


    100% {
        width: 220px;
        height: 220px;
        opacity: 0.5;
    }
}

.preloaderSVG {
	position: absolute;
	width: 125px;
	animation: rotateBallLoader 2s ease-in-out infinite;
}

@keyframes rotateBallLoader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.page-title {
	padding:0 0 80px;
}

.cl-loaded .pace {
	display:none;
}

/* preloader end */

/* Works on Chrome only to remove blurry images */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast;    
	}
}

a, .faq .accordion-list li div a, .ui-widget-content a {
  color: #004799;
}

a:hover, .faq .accordion-list li div a:hover {
  color: #004799;
  text-decoration: none;
}

.breadcrumbs li {
	font-size: 16px;
}

.breadcrumbs a {
	color:#4051d6;
	font-size: 16px;
	transition:0.3s all ease-in-out;
}

.breadcrumbs a:hover {
	color:#ebebeb;
}

.leftI {
	display: table-cell;
	margin-right: 7px;
	vertical-align: middle;
	width: 50px;
}

.leftI:after {
	content:"";
	display: block;
	padding: 0 0 15px 0;
}

.leftSpan {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

.leftSpan:after {
	content:"";
	display: block;
	margin: 0 0 15px 0;
}

.leftCol {
	float: left;
	text-align: left;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #4051d6;
    background: #4051d6;
    font-weight: normal;
    color: #ebebeb;
	text-transform: uppercase;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 4px solid #4051d6;
    background: #4051d6;
    font-weight: normal;
    color: #ebebeb;
    text-transform: uppercase;
    transition:0.2s all ease-in-out;
}

.ui-state-hover {
	letter-spacing: 0.01rem;
}

.ui-accordion-header span {
	filter:contrast(1000)invert() !important;
}
.ui-accordion-content p {
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  /* font-weight:400; */
}

.ui-accordion-content a{
  font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    height: 100%;
    width: 100%;
    display: table
}

#helper{
  float: left;
  margin-top: 20px;
  color: $light-blue;
  font-style: italic;
}

#homePageImage {
    min-width: 100%;
    min-height: 100%;
    background: url('../images/predictTheScoreBG.jpg') left center no-repeat;
    background-size: cover;
    margin: 0;
    overflow: hidden;
    padding: 0;
    -webkit-backface-visibility: hidden
}

.recruitmentImg {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 80px auto;
	display: block;
}

.rangeslider__fill {
  background: #428bca !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.blackBG {
    background: #000000;
}

.blackBG80 {
	background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
}

.no-js #preloader,.oldie #preloader {
    display: none
}

#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 18px;
  bottom: 18px;
  z-index: 999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: rgba(64,81,214,0.75);
  color: #0f0f0f;
  transition: 0.3s;
}

.back-to-top i:hover {
  background: #4051d6;
  color: #fff;
}

#headerNoHitBox {
	position:absolute;
	top:0;
	right:0;
	width: 110px;
	height: 62px;
	z-index: 1002;
}

#mute{
	font-size:2rem;
	position:absolute;
	bottom:0;
	height:2rem;
	width:2rem;
}

.swipeIconDiv {
	position: relative;
	top: -20px;
	z-index: 999;
	right: 20px;
}

.swipeIconDiv .fa-hand-pointer {
	position:absolute;
	top:0;
	font-size:50px;
	left: calc(100% + 55px);
	margin-left:-50%;
	animation:handSwipeAnim 2.3s linear infinite;
}

@keyframes handSwipeAnim {
	0% {
		transform:rotate3d(0,0,1,-20deg);
		left: calc(100% + 0px);
	}

	10% {
		transform:rotate3d(0,0,1,-18deg);
		left: calc(100% + 0px);
	}
	
	16.5% {
		transform:rotate3d(0,0,1,20deg);
		left: calc(100% + 55px);
	}

	26.5% {
		transform:rotate3d(0,0,1,-20deg);
	}

	40% {
		transform:rotate3d(0,0,1,-20deg);
		left: calc(100% + 20px);
	}		
	
	50% {
		transform:rotate3d(0,0,1,20deg);
		left: calc(100% + 0px);
	}

	60% {
		transform:rotate3d(0,0,1,20deg);
		left: calc(100% + 0px);
	}
	
	66.5% {
		transform:rotate3d(0,0,1,-20deg);
		left: calc(100% - 55px);
	}

	76.5% {
		transform:rotate3d(0,0,1,-18deg);
	}

	90% {
		transform:rotate3d(0,0,1,-20deg);
		left: calc(100% - 20px);
	}

	100% {
		transform:rotate3d(0,0,1,-20deg);
		left: calc(100% + 0px);
	}
}

.swipeLeftImg, .swipeRightImg {
	position:absolute;
	top:0;
	width:100px;
	transform-origin: center left;
	transform: scale(0);
	margin-left:-50%;
}

.swipeLeftImg {
	left: calc(100% + 0px);
	animation:swipeLeftAnim 2.3s linear infinite;
}

@keyframes swipeLeftAnim {
	0% {
		transform:scale(0);
		left: calc(100% + 20px);
	}

	60% {
		transform:scale(0);
		left: calc(100% + 35px);
	}
	
	66.5% {
		transform:scale(-1);
		left: calc(100% + 55px);
	}

	76.5% {
		transform:scale(0);
	}

	90% {
		transform:scale(0);
		left: calc(100% + 20px);
	}

	100% {
		transform:scaleX(0);
		left: calc(100% + 0px);
	}
}

.swipeRightImg {
	left: calc(100% + 0px);
	transform: scale(0);
	transform-origin:center left;
	animation:swipeRightAnim 2.3s linear infinite;
}

@keyframes swipeRightAnim {
	0% {
		transform:scale(0);
		left: calc(100% + 0px);
	}

	10% {
		transform:scale(0);
		left: calc(100% + 20px);
	}
	
	16.5% {
		transform:scale(1);
		left: calc(100% - 10px);
	}

	26.5% {
		transform:scale(0);
		left: calc(100% + 20px);
	}

	100% {
		transform:scale(0);
		left: calc(100% + 0px);
	}
}

.s-header {
    width: 100%;
    height: 50px;
    background-color: rgb(28 28 28);
    position: fixed;
    top: 0;
    z-index: 1002;
    box-shadow: 0 0 3px #000;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    visibility: hidden;
}

.s-header.transparent {
	height: 60px;
	background-color: rgba(28,28,28,0.8);
	opacity: 1;
	visibility: visible;
}

.text-left {
	text-align:left !important;
}

.tutorialImg {
	width:100%;
	display:block;
	margin:auto;
	max-width:500px;
}

.logoImg, .logoEur {
	height: 100px;
	width: auto;
	position: absolute;
	right: 75px;
	top: 0;
	z-index:1;
	animation:rotateBall 7s linear infinite;
	filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 8px #eee) drop-shadow(0px 0px 18px #eee);
}

.logoEur {
	animation:none;
	right: 175px;
	z-index:2;
	animation: shineEur 4s linear infinite;
}

@-webkit-keyframes rotateBall {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotateBall {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes shineEur {
	0% {
		filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 8px #eee) drop-shadow(0px 0px 18px #eee);
	}

	50% {
		filter: drop-shadow(0px 0px 16px #eee) drop-shadow(0px 0px 16px #eee) drop-shadow(0px 0px 22px #eee);
	}

	100% {
		filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 8px #eee) drop-shadow(0px 0px 18px #eee);
	}
}

@keyframes shineEur {
	0% {
		filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 8px #eee) drop-shadow(0px 0px 18px #eee);
	}

	50% {
		filter: drop-shadow(0px 0px 16px #eee) drop-shadow(0px 0px 16px #eee) drop-shadow(0px 0px 22px #eee);
	}

	100% {
		filter: drop-shadow(0px 0px 2px #eee) drop-shadow(0px 0px 8px #eee) drop-shadow(0px 0px 18px #eee);
	}
}

.logoKazin {
	height:220px;
}

.logo img {
	position:relative;
	top:-10px !important;
	transition: 0.2s all ease-in-out;
}

.transparent .logo img {
	top: 10px !important;
}

.header-nav {
    background-color: #4051d6;
    color: rgba(255,255,255,.65);
    font-family: "Oswald",sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    padding: 1.4rem 0;
    /* height: 100%; */
    width: 296px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1004;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    box-shadow: 0px 0px 5px 0px black;
}

.header-nav a, .header-nav a:visited,
.vbox-close, .vbox-close:visited{
    color: rgba(255,255,255,1) !important;
}

.header-nav a:hover,.header-nav a:focus,.header-nav a:active {
    color: rgba(12,12,12,1) !important;
}

.vbox-close:hover, .vbox-close:focus, .vbox-close:active {
    color: rgba(255,255,255,1) !important;
}

.header-nav h3 {
    font-family: "Oswald",sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5rem;
    margin: 0 2.6rem 0;
    padding-top: 30px;
    padding-bottom: 1.8rem;
    color: #ffb999;
}

.header-nav p {
    margin: 0 2.6rem 0.8rem;
    text-align: center;
}

@media(min-width:488px) {
	#headerNoHitBox {
		width:150px;
	}
}

@media (min-height:578px) {
	body:not(.otherOpen) #navInfoLinks{
		position:absolute;
		bottom: 16px;
	}
}

@media (min-height:720px) {
	.otherOpen #navInfoLinks{
		position:absolute;
		bottom:16px;
	}
}

.header-nav__content {
    position: absolute;
    left: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.header-nav__list {
    font-family: "Oswald",sans-serif;
    font-size: 1.4rem;
    margin: 1.8rem 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 1rem;
    vertical-align: middle;
}

.header-nav__list ul {
	padding: 0 0 0 1rem;
}

ul ul {
	list-style-type: none;
}

#header-nav__list_ul[aria-expanded="true"] .bx-chevron-down {
   display: none;
}

#header-nav__list_ul[aria-expanded="false"] .bx-chevron-up {
   display: none;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 2.5rem;
    margin: 0.4rem 2.6rem;
    color: #fff;
    cursor:pointer;
}

.header-nav__list li li {
	margin:0;
}

.header-nav__list a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 0;
	letter-spacing: 0.12rem;
	text-transform: uppercase;
}

.header-nav__list a,.header-nav__list a:visited {
    color: #fff
}

.header-nav__list a:hover {
	color:#0c0c0c !important;
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
    /* padding: 0 0 0 86px; */
}

.header-nav__social li {
    margin-right: 12px;
    padding-left: 0;
    display: inline-block
}

.header-nav__social li a {
    color: rgba(255,255,255,1);
    
    margin: 0;
    display: inline-block;
}

.header-nav__social li .fa-facebook-f {
    font-size: 27px;
}

.header-nav__social li:first-child a {
    margin-left: 0;
}

.header-nav__social li:last-child a {
    margin-right: 0;
}

.header-nav__social li a:hover,.header-nav__social li a:focus {
    color: #fff
}

.header-nav__social li{
	margin-right: 0;
    display: inline-block;
}

.header-nav__social li i{
    position:relative;
    font-size:34px;
    padding: 0 1.8rem;
    height: 40px;
}

.header-nav__social li i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.header-nav__social li:first-child {
    margin: 0;}

.header-nav__close, .Slider-cross-bg, .vbox-close {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    background-color: rgba(0,0,0,.3) !important;
    position: fixed;
    top: 22px;
    right: 23px;
    z-index: 800;
    cursor: pointer;
    font: 0/0 a;
    text-shadow:none;
}

.vbox-close span {
  font: 0/0 a;
}

.header-nav__close, .Slider-cross-bg,
.button-arrow-left, .button-arrow-right, .vbox-close {
	transition: 0.3s ease-in-out;
    opacity:0.6;
	cursor:	pointer;
}

.header-nav__close:hover, .header-nav__close:focus, .vbox-close:hover, .vbox-close:focus, .vbox-next:hover, .vbox-next:focus, .vbox-prev:hover, .vbox-prev:focus, .Slider-cross-bg:hover, .Slider-cross-bg:focus, .button-arrow-left:hover, .button-arrow-left:focus,  .button-arrow-right:hover, .button-arrow-right:focus {
	opacity: 1;
}

.header-nav__close span::before,.header-nav__close span::after, .Slider-cross-bg span::before, .Slider-cross-bg span::after, 
.vbox-close span::before, .vbox-close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
}

.header-nav__close span::before, .Slider-cross-bg span::before,
.vbox-close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-nav__close span::after, .Slider-cross-bg span::after, 
.vbox-close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

hr {
  border-top: 1px solid #ccc;
  display:block;
  padding: 0;
  margin: 80px auto;
  width:60%;
  max-width:600px;
  opacity: 0 !important;
}

hr.aos-animate {
	opacity: 0.25 !important;
}

.row.content + hr {
	margin-top: 3rem;
}

.col-lg-4 .fas.fa-check {
	width:50px;
	margin-right:7px;
	display: block !important;
}

.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
}

.header-menu-toggle {
  position: fixed;
  right: 18px;
  top: -10px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-family: "montserrat-medium",sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  -webkit-transition: all 0s linear, background-color .2s ease-in-out, top .2s ease-in-out;
  transition: all 0s linear, background-color .2s ease-in-out, top .2s ease-in-out;
  z-index: 1002;
  background-color: rgba(64,81,214,0.5);
}

.noscroll .header-menu-toggle {
	right:29px;
}

.header-menu-toggle.opaque {
    background-color: #4051d6;
    top: 11px;
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: #000
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px
}

.header-menu-icon {
    display: block;
    width: 20px;
    height: 2px;
    margin-top: 0px;
    position: absolute;
    left: 9px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.opaque  .header-menu-icon {
	background-color: #000;
}

.header-menu-icon::before,.header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
}

.header-menu-icon::before {
    top: -7px;
}

.header-menu-icon::after {
    bottom: -7px;
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
    background-color: #4051d6;
}

.header-menu-toggle:hover .header-menu-icon, .header-menu-toggle:focus .header-menu-icon {
    background-color: #fff;
}

#navTransparentBG {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:1003;
	display:none;
}

@media only screen and (max-width: 600px) {
    .header-logo {
        left: 30px
    }

    .header-menu-toggle {
        right: 25px
    }
}

@media only screen and (max-width: 400px) {
    .header-menu-text {
        display:none
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
background: rgba(255,255,255,0.7);}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(213, 213, 213, 0.9);
}

.logo {
  margin: 0 18px;
  transition: 0s all ease-in-out;
}

.logo img {
	height: 40px;
}

#hero {
  /* width: 100%; */
  /* max-height: 100vh; */
  /* background: #f9f9f9; */
  /* background-size: cover; */
  /* position: relative; */
  /* z-index: 1001; */
  /* margin-top: 62px; */
  padding: 0;
  /* max-height: 100vh; */
  }

/* Get Started Button */
.get-started-btn {
  margin-left: 25px;
  background: #008cff;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover, .get-started-btn:focus,
.get-started-btn:active {
  background: #4051d6;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 18px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #111111;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #282828;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  transition:0.3s all ease;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #007bff;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(15, 15, 15, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
  transition: 0.3s all ease;
}

.mobile-nav-active .mobile-nav-toggle:hover i,
.mobile-nav-active .mobile-nav-toggle:focus i {
  color: #4051d6;
}

.mobile-nav-active .mobile-nav-toggle i{
  color: #fff;
}

.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000
}

#instructors .text {
	/* padding: 0 0 0 20px; */
	float: left;
	max-width: 400px;
	width: 60%;
	text-align: left;
}

#instructors .container {
	max-width:100%;
}

#instructors .section-title {
	margin: 0 15px;
}

#career-bg .title p {
	text-transform:none;
}

#career-bg .title li {
    text-transform: none;
	font-weight:400;
}

.InstructorDiv {
	margin: 15px;
	padding: 2%;
	background-color: rgba(0,0,0,0.15);
	text-align: center;
	margin: 15px auto;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

span[id="percentage"]::after {
  content: " %";
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.index section#about {
	padding-top:100vh;
	padding-bottom: 0;
}

section {
	padding: 80px 0 80px;
	overflow: hidden;
}

section#gallery {
    padding-top: 0;
    padding-bottom: 25px;
}

.section-bg {
  background-color: #8fffd6;
}

.section-title {
    text-align: center;
}

.index #about .section-title {
	margin-top:70px;
}

.section-title h2, .InstructorDiv h2 {
	font-size: 28px;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
}

.BottomSpacer {
	width: 100%;
	max-width: 300px;
	max-height: 50px;
	margin-bottom: 40px;
	filter: drop-shadow(0px 0 9px #4051d6);
}

.BottomSpacerSlim {
	width: 70%;
	max-width: 257px;
	max-height: 35px;
	margin-bottom: 40px;
}

 .BottomSpacer:after, .BottomSpacerSlim:after {
	content:'';
	display:table;
	clear:both;
	float:none;
	width:100%;
}

.section-title h1 {
  font-size: 32px;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  display: table;
}

.section-title h1 + .BottomSpacer {
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.section-title h2 + .BottomSpacer,
.InstructorDiv h2 + .BottomSpacer{
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.section-title p, .inner-page p {
  margin-bottom: 0;
  color: #ebebeb;
  font-size: 17px;
}

#contactUs .section-title  p {
  font-size: 17px;
}

#aboutUs .fas.fa-check {
	display:block
}

#aboutUs .fas.fa-check::before, #aboutUs .fas.fa-check:before {
    color: #2cbe06
}

#aboutUs tr td:nth-child(2) {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
}

h2 {
  margin-bottom: 30px;
}

h3 {
  margin-bottom: 30px;
}

#about .content h2 {
  font-weight: 400;
  /* font-size: 22px; */
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
	position:relative;
	display: table;
	padding-left: 0;
	margin-bottom: 10px;
	text-align: justify;
	vertical-align: middle;
}

#about .content ul li + li {
  margin-top: 10px;
}

#about .content ul i {
  font-size: 20px;
  color: #4051d6;
  line-height: 1;
}

#about .content ul i, #about .content ul span {
	position:relative;
	display: table-cell;
	left:unset;
	top:unset;
	vertical-align: middle;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #4051d6;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #4051d6;
}

#about .content .btn-learn-more:hover,
#about .content .btn-learn-more:focus,
#about .content .btn-learn-more:active {
  background: #4051d6;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid #fff;
}

.services .icon-box .icon {
  width: 64px;
  height: 64px;
  background: #009961;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #282828;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  border-color: #009961;
}

.services .icon-box:hover h4 a {
  color: #009961;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  background: #009961;
  color: #fff;
  border-radius: 50px;
}

.cta .cta-btn:hover {
  background: #00b371;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #009961;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.fas.fa-check:before {
	display: table-cell;
	content:"";
	background-image: url('../images/ticks.svg');
	background-size: 50px;
	background-repeat: no-repeat;
	width: 50px;
	height: 36px;
	margin-right: 7px;
	filter: drop-shadow(0px 0 6px #777);
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f4f4f4;
  border-radius: 50px;
}

.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active {
  color: #fff;
  background: #0569db;
}

.gallery #gallery-flters li:last-child {
  margin-right: 0;
}

.gallery .gallery-item {
  margin-bottom: 30px;
  overflow: hidden;
cursor: pointer;}

.gallery .gallery-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gallery .gallery-item .gallery-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(255,255,255,0.4);
  height: 40px;
  padding: 0;
  z-index: 4;
  transform: scale(1.1);
}

.gallery .gallery-item .gallery-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.gallery .gallery-item .gallery-info p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.gallery .gallery-item .gallery-info .preview-link, .gallery .gallery-item .gallery-info .details-link {
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: calc(50% - 18px);
  color: rgb(255, 255, 255);
  transition: ease-in-out 0.3s;
}

.gallery .gallery-item .gallery-info .preview-link:hover, .gallery .gallery-item .gallery-info .details-link:hover {
  color: #ffa600;
}

.gallery .gallery-item .gallery-info .details-link {
  right: 15px;
}

.gallery .gallery-item:hover img {
  transform: scale(1.04);
}

.gallery .gallery-item:hover .gallery-info {
  opacity: 1;
  bottom: 0;
  height: 100%;
  text-align: center;
}

.gallery-container .gallery-info-expand {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    color: #000 !important;
    font-size:50px;
}

.gallery-container .fa-expand:before {
    display: block;
}

.vbox-title {
  display:none !important;
}

.vbox-prev {
    left:0;
}

.vbox-next {
    right: 8px;
}

.vbox-next, .vbox-prev {
  display: block;height:80%;
  margin-top: 0;
  top:10%;
  background-color: rgba(0, 0, 0, 0.3);
  transition:  0.3s ease-in-out;
  border-radius: 3px;
  width: 62px;
  opacity:0.6;
  cursor: pointer;
  color: #fff;
  font: 0/0 a;
  text-shadow: none;
}

.vbox-next span, .vbox-prev span {
  top:50%;
  font: 0/0 a;
  text-shadow: none;
}

.vbox-next span {
  right: 25px;
}

.vbox-prev span {
  left: 25px;
}

.vbox-overlay {
	background: rgba(23, 23, 23, 0.9) !important;
}

.displayNone {
	display:none;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq {
  padding: 0;
  position: relative;
}

.faq .content {
  padding: 80px 100px 0 100px;
  text-align:center;
}

.faq .content h2 {
  font-weight: 400;
  font-size: 34px;
  margin-bottom:8px;
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 17px;
  color: #ebebeb;
}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faqImage {
	display: table;
	position: absolute;
	width: 100%;
	min-height: 300px;
	height:36%;
	background-image: url("../images/questionMarksOrange2e.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	z-index: -1;
}

.faqImage:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 15%,  rgba(0,0,0,0.9) 85%, rgba(12,12,12,1) 100%);
}

.faq .accordion-list {
  padding: 15px 50px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li + li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #000000;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 3px #cecece;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color:#4051d6;
  transition: 0.3s ease-in-out
}

.faq .accordion-list li div a {
  display: inline-block;
  padding: 0;
  overflow-wrap: anywhere;
}

.faq .accordion-list li div a:hover {
  text-decoration: underline
}

.faq .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #ebebeb;
}

.faq .accordion-list a.collapsed:hover {
  color: #005499;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .faq .content, .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

#contactUs .col-sm-12 {
	padding:0;
}

#contactUs i {
    width: 50px;
    height: 50px;
    border-radius:50%;
    background-color: #121212;
}

#contactUs .info {
  width: 100%;
}

#contactUs .email, 
#contactUs .phone {
  margin-top: 40px;
}

#contactUs i {
  font-size: 27px;
  color: #4051d6;
  float: left;
  line-height: 1;
  position: relative;
  filter: drop-shadow(0px 0 9px #4051d6);
}

#contactUs i:before{
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate3d(-50%,-50%,0);
}

#contactUs h3 {
  padding: 0 0 0 60px;
  font-size: 22px;
  /* font-weight: 600; */
  margin-bottom: 5px;
  color: #aaaaaa;
}

#contactUs p {
  margin-top: 0;
  font-size: 14px;
  color: #ebebeb;
}

#contactUs .info p, #contactUs .email p, #contactUs .phone p {
	padding-left:60px;
	margin-bottom: 0;
}

#contactUs .email, #contactUs .info, #contactUs .phone {
  margin: 20px 0;
} 

#contactUs .php-email-form {
  width: 100%;
  position:relative;
}

#contactUs .php-email-form .form-field {
  padding-bottom: 1rem;
  margin-bottom: 0.4rem;
  padding-right: 0;
  padding-left: 0;
}

#contactUs .form-row .form-field #contactName {
	width: 98%;
	margin-right: 2%;
}

#contactUs .form-row .form-field #contactEmail {
	width: 98%;
	margin-left: 2%;
}

#contactUs .form-field label#contactName-error {
	width: 98%;
	left: -4%;
	top: 31px;
}

#contactUs .form-field label#contactEmail-error {
	width: 96%;
	left: 0%;
	bottom: unset;
	top: 31px;
}

#contactUs .contact .php-email-form .validate {
  display: none;
  color: #f81818;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
}

#contactUs .php-email-form .error-message {
  display: none;
  color: #f81818;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contactUs .php-email-form .sent-message {
  display: none;
  color: #43dd00;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contactUs .php-email-form .sent-message br + br {
  margin-top: 25px;
}

#contactUs .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contactUs .php-email-form .loading:before {
  margin: 0;
}

#contactUs .php-email-form input, #contactUs .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

#contactUs .php-email-form input:focus, #contactUs .php-email-form textarea:focus {
  border-color: #000;
}

#contactUs .php-email-form input {
  height: 44px;
}

#contactUs .php-email-form textarea {
  padding: 10px 12px;
}

#contactUs .form-field {
    position: relative
}

#contactUs .form-field:after, .clearBoth:after, .leftCol:after {
    content: "";
    display: table;
    clear: both
}

form select.error, form input.error, form textarea.error {
	border: 1px solid #4051d6;
}

form label.error {
	color:#ffffff;
	background:#4051d6;
	width:100%;
}

#contactUs .form-field label {
    position: absolute;
    bottom: 0.3rem;
    right: .7rem;
    letter-spacing: .1rem;
    padding: 0 2rem;
    margin: 0;
    color: #fff;
    background: #4051d6;
    z-index: 1;
	font-weight:400;
	text-transform:uppercase;
}

.ui-widget-content {
    border: 1px solid #333;
    background: #000;
    color: #ebebeb;
}

#contactUs .form-field label::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #4051d6;
}

#contactUs .form-row {
	margin-left:0;
	margin-right:0;
}

#contactUs .php-email-form input[type="submit"] {
  background: #4051d6;
  border: 0;
  padding: 10px 30px;
  color: #000;
  transition: 0.4s;
  border-radius: 50px;
  font-weight:600;
  width: auto;
  margin: auto;
  font-size: 16px;
}

#contactUs .php-email-form input[type="submit"]:hover {
  background: #4051d6;
  color: #fff;
}

#contactUs .row {
	margin-left:0;
	margin-right:0;
}

#contactUsFormID {
	position:relative
}

#contactUs #contactUsForm .php-email-form .loading {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background: none;
	right:0;
	background-color: rgba(255,255,255,0.6);
	text-align:center;
	width:100%;
	height:100%;
	margin: auto;
}

#contactUs #contactUsForm .php-email-form .loading.d-block {
	display: table !important;
}

#message-warning, #message-success {
    display: none;
    font-size: 1.2rem;
    width: 100%;
    text-align:center;
    padding: 1.5rem 0 0;
}

#message-success {
	padding: 5.2rem 0;
}

#message-warning, #message-warning i {
	color: #c10002;
}

#message-success, #message-success i{
    color: #009961;
}

#message-warning i,#message-success i {
    font-size: 3rem;
    border-radius: 0;
    background-color: unset;
    display:inline-block;
    text-align:center;
    float: none;
    margin-bottom: 1rem;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  min-height: 40px;
  margin: 100px 18px 0;
}

.breadcrumbs .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.breadcrumbs h1 {
  display:table;
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.breadcrumbs h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #444444;
  bottom: 0;
  left: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #7f7f7f;
  content: "/";
}

/*--------------------------------------------------------------
# Gallery Details
--------------------------------------------------------------*/
.gallery-details {
  padding-top: 40px;
}

.gallery-details .gallery-details-container {
  position: relative;
}

.gallery-details .gallery-details-carousel {
  position: relative;
  z-index: 1;
}

.gallery-details .gallery-details-carousel .owl-nav, .gallery-details .gallery-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.gallery-details .gallery-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.gallery-details .gallery-details-carousel .owl-dot.active {
  background-color: #009961 !important;
}

.gallery-details .gallery-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.gallery-details .gallery-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.gallery-details .gallery-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.gallery-details .gallery-info ul li + li {
  margin-top: 10px;
}

.gallery-details .gallery-description {
  padding-top: 50px;
}

.gallery-details .gallery-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.gallery-details .gallery-description p {
  padding: 0 0 0 0;
}

@media (max-width: 992px) {
  .gallery-details .gallery-description h3 {
    width: 100%;
  }
  .gallery-details .gallery-info {
    position: static;
    margin-top: 30px;
  }
}

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

#footer h2 {
	margin-bottom: 8px;
}

#footer h3 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-family: "Oswald", sans-serif;
  padding: 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links i {
  font-size: 34px;
  margin: 0 4px 0 0;
  display: inline-block;
  background-color: #121212;
  color: #4051d6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  position: relative;
  filter: drop-shadow(0px 0 9px #4051d6);
}

#footer .social-links i:before{
  position: absolute;
  top:50%;
  left: 50%;
  transform:translate3d(-50%,-50%,0);
}

#footer .social-links i.fa-facebook-f {
  font-size: 27px;
}

#footer .social-links a:hover i {
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 15px;
}

#footer .credits a {
  color: #4051d6;
  transition: 0.3s;
  font-weight: 400;
  text-wrap: nowrap;
}

#footer .credits a:hover {
  color: #d6a400;
}

/*--------------------------------------------------------------
# Study Guides
--------------------------------------------------------------*/

.guides h3, .guides p, .forms h3, .forms p {
	margin-bottom:50px
}

#accordion {
	width: 800px;
    max-width: 100%;
    margin: auto;
}

#accordion hr {
	padding: 0;
	margin: 44px auto;
}

.card {
   background-image: linear-gradient(to right, #283048 0%, #859398  51%, #283048  100%);
   text-align: center;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;
 }

 .card:hover {
   background-position: right center;
   color: #ffffff;
   text-decoration: none;
 }

 .card button:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

 .card-header button {
   font-size: 20px;
   text-decoration: none;
   color: #fff;
   width: 100%;
   padding: 1.2rem 1.5rem;
 }

.card .h5 {
	font-size:18px;
}

.career-bg {
  background: url("../images/gallery/JPEG_1Q/IMG12.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
}

.career-bg .title {
  color: #fff;
  margin-bottom: 40px;
}

.career-bg .title h3 {
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0 0 6px black;
  margin-bottom: 0;
}

.career-bg p, .career-bg li {
  text-shadow: 0 0 8px black;
}

 .btnDownload {
	background-color: #4051d6;
	font-size: 20px;
    padding: 12px 35px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s all ease;
	color: #000;
	border: 0;
	border-radius: 10px;
	display: block;
	margin:auto;
	box-shadow:0 1px 3px rgba(0,0,0,0.4);
}

  .btnDownload:hover {
    color: #fff;
    text-decoration: none;
    filter: drop-shadow(0px 0 9px #4051d6);
}
 

/*--------------------------------------------------------------
# Instructors Page
--------------------------------------------------------------*/

.title {
	margin-bottom: 50px;
	text-transform: uppercase;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
     
}
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .6rem;
    box-shadow: 0 0 0 0 #555, 0px 1px 2px 0px #777;
    margin-top:20px;
}

.carousel-indicators {
	bottom:-60px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.carousel-indicators li {
    opacity:.6;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #000000;
}

.carousel-indicators .active {
    background-color: #4051d6;
    max-width: 12px;
    margin: 0 3px;
    height: 12px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234051d6' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234051d6' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
	flex-direction: column;
}

.prev-icon, .next-icon {
	position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    position: absolute;
    top: 50%;
    display: block;
}
.prev-icon {
	-ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	border-top-color:#4051d6;
	border-right-color:#4051d6;
}
.next-icon {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top-color:#4051d6;
	border-right-color:#4051d6;
}

.noscroll {
	overflow:hidden;
	padding-right: 11px;
}

.noscroll #head .logo {
	margin-right: 29px;
}

.btn {
	margin-top: auto;
}

#btnBack {
  font-size: 24px;
  padding: 15px;
}

.s-works {
    /* background:#fff; */
    padding: 0 0 15rem 0;
    /* min-height:800px; */
    position: relative;
	overflow-x:hidden;
}

.s-works .intro-wrap {
    padding: 15rem 0 25.2rem;
    background: #111
}

.videoThumbnail {
	overflow:hidden;
	cursor:pointer;
	position: relative;
}

.videoThumbnail .fa-play {
	position: absolute;
	top: -50%;
	right: 50%;
	transform: translate3d(50%,-50%, 0);
	font-size:50px;
	border-radius:100%;
	background-color: #4051d6;
	width:80px;
	height:80px;
	text-align:center;
	margin:auto;
	opacity: 0.7;
	transition: 0.3s all ease;
}

.fa-play:before {
	position: absolute;
	color:#000;
	top: 50%; 
	right: 50%;
	transform: translate3d(50%,-50%,0);
}

.videoThumbnail img {
	width:100%;
	height: auto;
	transition:0.3s all ease;
}

.videoThumbnail:hover img {
	scale:1.1;
}


.videoThumbnail:hover .fa-play {
	top: 50%;
}

.vidTitle {
	font-size:18px;
	font-weight:600;
	margin: 0.4rem 0 1.7rem 0;
}

#vidSection4 .vidTitle {
	margin-bottom:0
}

.hoverVideoThumbnailBG {
	content:'';
	display:table;
	background-color: rgba(255,255,255,0.4);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left: -100%;
	right:0;
	bottom:0;
	transition: 0.1s all ease;
}

.videoThumbnail:hover .hoverVideoThumbnailBG {
	left:0;
}

.videoThumbnail:hover .fa-play:before {
	position: absolute;
	color:#000;
	top: 50%; 
	right: 50%;
	transform: translat3de(50%,-50%,0);
}

#introVideoPlayer {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

#videoPlayer {
	height:300px;
	position:relative;
}

#videoIframe {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

.videoSpacer {
	height:62px;
}

#videoPlayerIntro {
	height:100vh;
	padding: 0;
}

#galleryVideos {
    padding: 2.5rem 0 15rem 0;
    position: relative;
    overflow:hidden;
}

#galleryVideos img {
	cursor:pointer;
	max-width:400px;
}

#googleMap {
	border:0;
	width: 100%;
	height: 350px;
	padding: 80px 0;
}



@media (max-width:1000px) {
    .landingText {
    	font-size: 2rem;
    }
}

@media (max-width:768px) {
    .landingText {
    	font-size: 1.7rem;
    }
	
	.videoThumbnail .fa-play {
		width:100px;
		height:100px;
		font-size: 50px;
	}
	
	#contactUs .row {
		margin: auto;
		position: relative;
		width: auto;
		display: table;
	}
}

@media (min-width: 768px){
	.page-title {
		padding: 80px 0;
	}
}

@media (min-width: 992px){
	.col-lg-4 {
		flex: 0 0 auto;
		width: auto;
		max-width: 33.33333333%;
		margin: auto;
	}
	
	.fas.fa-check:before {
		margin-right: 0;
	}	
}