#header .header-logo img {
    width:auto !important;
	height:85px !important;
}
.sticky-header-active #header .header-logo img {
	height:60px !important;
}

.custom-about-content {
    padding: 34px;
	    border-style: dashed;
    border-width: 1px;
}

    .custom-about-content p {
        color: white;
        line-height: 22px;
    }
    .custom-about-content a {
        color: white;
        text-decoration:underline;
    }

    .custom-about-content .about-custom-height {
        padding-right: 6px;
    }

.about-custom-height {
    max-height: 388px;
}

.custom-scroll {
    overflow: auto;
}

.custom-scroll::-webkit-scrollbar {
	width: 4px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
	background-color: transparent;
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.7);
	border-radius: 4px;
}

/* Handle on hover */
.custom-scroll::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,1);
}
#footer .footer-border {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #272a36;
    color: #8d8e94;
}
.custom-hero-heading {
    font-size: 5.5vw;
    line-height: 6.2vw;
}
.registration-form  h4 {
    color: #222;
    margin-bottom: 19px;
    margin-top: 16px;
    font-weight: 600;
    font-size: 18px !important;
    border-bottom: solid 2px #eee;
    padding-bottom: 10px;
    width: 100%;
}

.registration-form  .form-group label {
    color: #888 !important;
    font-weight: 600 !important;
    margin-bottom: 3px;
}
.registration-form  .form-group .form-select,
.registration-form  .form-group .form-control {
    padding: .8rem .6rem;
    border: 2px solid #f1f1f1;
    border-radius: .3rem;
}

.white-popup-block {
    padding: 20px;
    max-width: 800px;
}


.form-loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    padding: .6rem 0;
    border-top: solid .1rem #eee;
    color: #444;
    overflow: hidden;
    transition: all .4s ease-in-out;
    z-index: 9999;
    text-align: center;
    display: none;
}
.form-loading.active {
    display: block;
}

.form-loading .text {
    width: 100%;
    height:100%;
    color:white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position:relative;
        
}
.form-loading .text i {
    font-size: 24px;
    margin-bottom:24px;
}
.form-loading .text strong {
    display: block;
    font-size: 15px;
}
.form-loading .text span {
    display: block;
    font-size: 13px;
}

.form-loading .overlay {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    pointer-events: none;
    position: absolute;
    z-index:8;
}
.custom-hero {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
	    background-size: cover;
    background-position: center;
}
.custom-hero .pattern {
    position: fixed;
    right: -16%;
    bottom: 0px;
    animation-name: rotateAnim;
    animation-duration: 100s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
body section.custom-timeline .timeline-box.right {
    width: 86%;
}

.s-logo img{
	width:100%;
	height:auto;
}
.w-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    padding: .6rem 0;
    border-top: solid .1rem #eee;
    color: #444;
    overflow: hidden;
    transition: all .4s ease-in-out;
    z-index: 9999;
    text-align: center;
    display: none;
}
.w-popup.hide {
	display: none;
}

.w-popup.active {
	display: block;
}

.w-popup .text {
	display: inline-block;
	width: calc(100% - 3.4rem);
}

.w-popup .overlay {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	pointer-events: none;
	position: absolute;
}

.w-popup .w-img {
	width: 98%;
	max-width: 620px;
	height: auto;
	background: black;
	border-radius: 4px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	top:8%;
}

.w-popup .w-img img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.w-popup .close {
	font-family: Arial;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 16px;
	top: 16px;
	width:35px;
	height:35px;
	background:black;
	border-radius:40px;
	color:white;
	text-shadow:none;
}


@-webkit-keyframes rotateAnim {
    0% {
        transform: rotate(0deg);
    } 
	100% {
        transform: rotate(360deg);
    }
}
@media (min-width: 768px){
	body section.custom-timeline .timeline-box-time {
		left: -30px;
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align:left !important;
	}
	#header .header-nav.header-nav-links nav > ul li:hover > a {
		color: #fff;
		text-shadow:1px 1px 0 #000;
	}
}
@media (max-width: 991px) {
	.custom-hero-heading {
		font-size: 14vw;
		line-height: 14vw;
	}
	#header .header-logo img {
		height: 56px !important;
	}
	.s-logo img{
		width:76%;
	}
}