#pre-loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
    max-width: 100px;
}

.footer .footer-section h2 {
    line-height: 36px;
}

#map {
    height: 400px;
}

.error-404-wrapper {
    min-height: 50vh;
}

.btn-submit:focus {
    outline: none;
}

.btn.btn-back:focus {
    outline: none;
}

.btn.btn-back {
    background: #ffffff;
    border: 1px solid #eee;
    color: #000;
    padding: 7px 10px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    margin-top: 2rem;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.invisible {
    transition: opacity 0.5s ease;
    opacity: 0.0;
}

.visible {
    transition: opacity 0.5s ease;
    opacity: 1.0;
}

.fromTopIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,0);
    opacity: 1.0;
}

.fromTopOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,-10px);
    opacity: 0.0;
}

.fromBottomIn {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,0);
    opacity: 1.0;
}

.fromBottomOut {
    transition: transform 1.0s ease, opacity 1.0s ease;
    transform: translate(0,50px);
    opacity: 0.0;
}

.intro-in {
    animation: intro 1s forwards;
    transform: translateY(-20px);
    transition: transform 1s ease-in-out;
    z-index: 99;
    opacity: 0;
}

.intro-in.one {
    animation-delay: 0.2s;
}

.intro-in.two {
    animation-delay: 0.4s;
}

.intro-in.three {
    animation-delay: 0.6s;
}

.intro-in.four {
    animation-delay: 0.8s;
}

.intro-in.five {
    animation-delay: 1s;
}

.intro-in.six {
    animation-delay: 1s;
}

@keyframes intro {
    from {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes introhalf {
    from {
        transform: translateY(-20px);
        opacity: 0
    }

    to {
        transform: translateY(0px);
        opacity: 0.5
    }
}

.footer-logo {
    max-width: 175px;
}

.center-text h1 {
    line-height: 1.4;
}

.inner-testimonial-wrapper {
    max-width: 65%;
}

.slick-prev {
    left: 180px;
}

.slick-next {
    right: 180px;
}

.footer-subscribe .mc4wp-form .form-control {
    background-clip: unset;
}

.footer-subscribe .form-group .btn-submit {
    border: none;
    border-left: 1px solid;
}

.single .image-section img {
    width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 30px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 30px auto 30px !important;
}

img.alignright {
    float: none;
    margin: 30px 0 20px 20px;
    margin-left: auto !important;
    margin-right: 0 !important;
    display: block;
}

img.alignleft {
    margin: 30px 20px 20px 0;
}

a img.alignnone {
    margin: 30px 20px 20px 0;
}

a img.alignleft {
    margin: 30px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* Responsive */
@media (max-width:991px) {
    .inner-testimonial-wrapper {
        max-width: 85%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }
}
@media (min-width: 1200px) {
    .testimonial-section .slick-prev, .testimonial-section .slick-next {
        top: 50%;
    }

    .inner-testimonial-wrapper p {
        font-size: 1.685vw;
        line-height: 1.4;
    }

    .footer-contacl-last {
        max-width: 230px;
        margin-left: auto;
        margin-right: 0;
    }

    .flex-justified-center h5 {
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inner {
        margin-top: 20px;
    }

    .works-slider {
        overflow-x: hidden;
    }

    .scrolling-images {
        padding-top: 30px;
    }

	.home .testimonial-section {
		padding: 20px 0 30px;
	}
}

