header#header {
    position: relative !important;
    background: #424141;
}

/* #mega-menu-wrap-header-menu,
.scrollto{
	display: none !important;
} */

.auto-height{
	min-height: auto !important;
}
h1 {
    font-size: 41px;
    margin-top: 22px;
    margin-bottom: 11px;
    line-height: 1.1;
    letter-spacing: 0px;
}

p{
	letter-spacing: 0px;
	margin: 0px 0px 11px;
}
p.banner-text{
	margin-bottom: 10px!important;
}
.core-services-container .wpb_single_image{
	margin-bottom: 5px;
}
.core-services {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
}
.text-panel-with-heading h3{
	font-size: 25px;
    letter-spacing: 1px;
    font-family: Roboto,sans-serif;
    margin: 0;
    padding: 10px 0 20px 0;
}

.btn-gr.btn-lg, .btn-group-lg>.btn-gr.btn {
    padding: 13px 40px !important;
    font-weight: 600;
}
#popmake-719 .pum-close{
	top: 5% !important;
}
.newsletter-btn{
	display: block;
    width: 100%;
    padding: 6px 12px !important;
}
.estimator-v3 label.btn-gr {
    width: 100%;
    color: #222;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: normal !important;
}
.estimator-v3 label.active {
    background: #666;
    color: #fff;
    border-color: #666;
    box-shadow: none;
}
.estimator-v3 #enrollNow{
	width: 100%;
}

.testimonials-bg,
.blog-header {
    width: 24% !important;
    margin-left: 1%;
}
.testimonials-bg:first-child,
.blog-header:first-child {
    margin-left: 0%;
}

.testimonials-bg .vc_column-inner,
.blog-header .vc_column-inner{
	pointer-events: none;
    overflow: hidden;
    padding: 0px;
    border-radius: 0px;
    height: 170px;
}

.testimonials-bg .foreground,
.blog-header .foreground{
	position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
}

.testimonials-bg .testimonial-title{
	pointer-events: none; 
	position: absolute; 
	bottom: 5px; 
	left: 12px; 
	right: 12px; 
	color: #fff; 
	text-shadow: 1px 1px 1px #333;
}

.blog-header .testimonial-title{
	pointer-events: none; 
	position: absolute; 
	bottom: 30px; 
	left: 12px; 
	right: 12px; 
	color: #fff; 
	text-shadow: 1px 1px 1px #333;
}

.testimonials-bg .play-icon,
.blog-header .play-icon{
	pointer-events: none; 
	position: absolute; 
	top: 0; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	width: 100%; 
	height: 100%;
}

.video-thumbnail {
    position: relative;
	background-color: #d61315;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 380px;
    background-position: center center;
	cursor: pointer;
}
.video-thumbnail[data-vendor=youtube]:after, .video-thumbnail[data-vendor=vimeo]:after {
    position: absolute;
    left: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
}
.video-thumbnail[data-vendor=vimeo]:after {
    height: 40px;
    width: 65px;
    display: block;
    bottom: 50%;
    z-index: 3;
    background-color: rgba(214,19,21,.65);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=);
    background-size: 100% 100%;
    border-radius: 5px;
    margin: 0 0 -32px -20px;
}
.video-thumbnail[data-vendor=vimeo]:hover:after {
    background-color: #d61315;
}
.media-testimonials-heading{
	font-size: 1.333rem;
    line-height: 1.4;
    font-weight: 600;
	text-transform: uppercase!important;
	font-family: "Roboto", sans-serif;
	color: white;
}
.media-testimonials-content p{
	color: white;
	margin-bottom: 11px;
}
.video-thumbnail iframe{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    min-height: 360px;
    height: 360px;
    background: #010001;
}
.slide-thumbnail img.img-responsive {
    width: 88px;
    border: 1px solid #fff;
    opacity: 0.5;
}
.slick-current.slide-thumbnail img.img-responsive {
	opacity: 1;
}
button.slick-prev.slick-arrow {
    background: rgba(66, 65, 65, 0.65);
    border-radius: 0 140px 140px 0;
    z-index: 999;
    width: 70px;
    height: 140px;
    left: 0px;
}
.slick-prev::before {
    font-family: gr-icons!important;
    content: '\f104' !important;
    font-size: 43px !important;
}

.slick-next::before {
    font-family: gr-icons!important;
    content: '\f105' !important;
    font-size: 43px !important;
}
button.slick-next.slick-arrow {
    transform: translateY(-50%);
    background: rgba(66, 65, 65, 0.65);
    width: 70px;
    height: 140px !important;
	border-radius: 140px 0 0 140px !important;
}

@media only screen and (max-width: 768px) {
    .testimonials-bg .play-icon, 
    .blog-header .play-icon{
        height: 65%;
    }
}