/*
*	Theme Name: Parabola Developments
*	Theme URI: http://www.paraboladevelopments.com/
*	Author: Sunny Rangnani
*	Author URI: http://www.adster.ca/
*	Description: <strong>WordPress theme developed by <a href="http://www.adster.ca/">Adster Creative Inc</a></strong>
*	Tags: parabola, developments
*	Text Domain: Parabola Developments
*	Version: 1.0
*	Copyright (C) Adster Creative Inc - All Rights Reserved
*	Unauthorized copying of this file, via any medium is strictly prohibited.
*	Proprietary and Confidential
*/

@font-face {
    font-family: 'gotham-black';
    src: url('./fonts/gotham-black-webfont.eot');
    src: local('gotham-black-webfont'), url('./fonts/gotham-black-webfont.woff') format('woff'), url('./fonts/gotham-black-webfont.ttf') format('truetype');
	font-display: swap;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('./fonts/gotham-bold-webfont.eot');
    src: local('gotham-bold-webfont'), url('./fonts/gotham-bold-webfont.woff') format('woff'), url('./fonts/gotham-bold-webfont.ttf') format('truetype');
	font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ==================================================================================== */


/* ================================ Resource Overrides =============================== */


/* ==================================================================================== */

.container-fluid {
    max-width: 1600px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.navbar-nav>li>a {
    display: inline-block;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.plyr:not(.plyr--fullscreen-active) {
    cursor: pointer;
    margin: 30px 0px;
}


/* 5 columns layout - http://www.wearesicc.com/quick-tips-5-column-layout-with-twitter-bootstrap/ */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* ==================================================================================== */


/* ==================================== Global Styles ================================= */


/* ==================================================================================== */

body {
    font-family: 'Work Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    color: #0a0a0d;
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 26px 0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
    margin-top: 26px;
    margin-bottom: 26px;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'Economica', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: 'gotham-bold', sans-serif;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 46px;
    line-height: 52px;
    color: #0a0a0d;
}

h2,
.h2 {
    font-size: 38px;
    line-height: 52px;
    color: #15151b;
}

h3,
.h3 {
    font-size: 30px;
    line-height: 52px;
    color: #202029;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 26px;
    color: #15151b;
}

h5,
.h5 {
    font-size: 22px;
    line-height: 26px;
    color: #3B7289;
}

h6,
.h6 {
    font-size: 19px;
    line-height: 26px;
    color: #202029;
}


/* Anchor Tags */

a {
    font-weight: 700;
    color: #F27721;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #3B7289;
    text-decoration: none;
}

.ls-inner a:hover,
.ls-inner a:active,
.ls-inner a:focus {
    color: #8BC0D9;
    text-decoration: none;
}


/* List Items */

ol.steps {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
}

ol.steps li {
    position: relative;
    counter-increment: step-counter;
    margin-bottom: 40px;
    padding-left: 3em;
    font-family: 'Economica', sans-serif;
    font-style: italic;
    font-size: 20px;
}

ol.steps li:before {
    position: absolute;
    left: 0;
    content: counter(step-counter);
    font-size: 45px;
    color: #F27721;
    font-weight: 700;
    list-style-type: none;
    font-family: 'Merriweather', sans-serif;
    margin-top: -15px;
    font-style: normal;
}


/* Borders */


/* Buttons */

.btn {
    margin-right: 26px;
    padding: 11px 30px;
    border-width: 2px;
    border-radius: 0px;
    font-weight: 400;
    min-width: 180px;
    font-family: 'gotham-bold', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.2s linear;
    white-space: normal;
}

.btn-featured {
    color: #fff;
    border: 1px solid #fff;
}

.btn-featured:hover {
    color: #fff;
    background: #3B7289;
}

.btn-orange {
    color: #fff;
    background: #F27721;
    border-color: #F27721;
}

.btn-orange:hover {
    color: #F27721;
    background: transparent;
    border-color: #F27721;
}

.btn-primary {
    color: #FFFFFF;
    background: #337ab7;
    border-color: #337ab7;
}

.btn-primary:hover {
    color: #fff;
    background: #286090;
    border-color: #286090;
}

.btn-outline {
    color: #337ab7;
    background: transparent;
    border-color: #337ab7;
}

.btn-outline:hover {
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}


/* Backgrounds */

.bg-grey-light {
    background: #EAE8E8;
}

.bg-grey {
    background: #CECDCC;
}

.bg-orange-light {
    background: #FFA24A;
}

.bg-orange {
    background: #F27721;
}

a.services-cta{
	border: 1px solid #f17721;
	background: #f17721;
	color: #fff;
	margin: 0px;
}

a.services-cta:hover{
	background: transparent;
    border: 1px solid #f17721;
    color: #f17721;
    margin: 0px;
}


/* Forms */


/* Contact Form 7 */

.required {
    color: #FF0000;
}

.wpcf7 {
    font-family: 'Economica', sans-serif;
    font-size: 20px;
    color: #15151b;
}

.wpcf7 p {
    margin: 10px 0;
    font-size: 19px;
}

.wpcf7 input,
.wpcf7 textarea {
    font-size: 17px;
}

.wpcf7 textarea {
    background: #E8EAEC;
    border: 0px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
    background: #E8EAEC;
    border: 0px;
    height: 40px;
    border: 0px;
}

.wpcf7 .btn-featured {
    background: transparent;
    border: 1px solid #F27721;
    color: #F27721;
    margin: 2rem 0 0;
}

.wpcf7 .btn-featured:hover {
    background: #F27721;
    color: #fff;
	border: 1px solid #F27721;
	margin: 2rem 0 0;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}


/* Header rows */

hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #7E8082;
}


/* Pagination */

.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #F27721;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #F27721;
    border-color: #F27721;
    color: #fff;
}


/* LayerSlider */
/* 
.ls-l, 
.ls-layer.row,
.ls-wrapper.ls-in-out,
{
    width: 100% !important;
} */


.ls-bg {
    opacity: 0.85;
}

.ls-wrapper.ls-in-out, .ls-wrapper.ls-in-out > div, .ls-bg-wrap{
	width: 100% !important;
	left: 0 !important;
}

.ls-l>.row {
    white-space: normal;
}

.ls-l>.row>.col-md-6 {
    padding: 0px;
}

.ls-inner .grey-box {
    margin: 120px 0 0 0;
    padding: 40px 25px;
}

.home .ls-inner .grey-box {
    background: rgba(79, 79, 92, 0.7);
}

.ls-inner h1,
.ls-inner h2 {
    color: #fff;
}

.ls-inner p {
    color: #fff;
	white-space: normal;
	font-size: 16px;
}

.ls-inner a {
    font-size: 15px;
    text-transform: uppercase;
}

.page:not(.home) .ls-inner p,
.category .ls-inner p,
.blog .ls-inner p {
    color: #fff;
    font-size: 18px;
}

.ls-inner .grey-box > *:last-child {
    margin-bottom: 0;
}


/* Child Services Layer slider styling */


.slider-form-services{
    background-color: #fae6d8;
    padding: 20px;
    margin-top: 1%;
}


.slider-form-services form .col-md-6{
    width: 100%;
    padding: 0;
}

.slider-form-services h2{
    margin-top: 0;
    width: 320px;
}
.page:not(.home) .ls-inner .slider-form-services p{
    color: #0a0a0d;
    margin: 0;
    margin-bottom: 10px;
}

.slider-form-services :is(.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], textarea ){
    background-color: #ffffff;
    border: solid 1px #c3c4c6;
    box-sizing: border-box;
}

.slider-form-services .wpcf7 textarea{
    height: 100px;
}

.slider-form-services .wpcf7 .btn-featured {
    background-color: #e8833a;
    color: #fff;
}

/*End of Child Services Layer slider styling */



/* Essential Grid */

.esg-grid {
    background: transparent !important;
}

.google-review-homepage{
	width: 80%;
	margin: 0 auto;
}


/* Back to top - https://codyhouse.co/gem/back-to-top/ */

.cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #F27721 url(/wp-content/themes/parabola-developments/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 0.5;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 0.5;
}

.cd-top:hover {
    background-color: #3B7289;
    opacity: 1;
}


/* ==================================================================================== */


/* ======================================= Header ===================================== */


/* ==================================================================================== */

header {
    background: #fff;
}


/* Logo */

header #logo img {
    margin: 0px;
    width: 200px;
}


/* Navigation */

#header-nav {
    margin-top: 8px;
}

#header-cta,
#header-cta p,
#header-cta a {
    text-align: right;
    color: #F27721;
    font-size: 30px;
    font-family: 'Economica', sans-serif;
    text-decoration: none;
}

header #header-cta a:hover {
    text-decoration: underline;
}

#header-cta p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav>li>a {
    font-size: 15px;
    padding: 0px;
    margin: 10px;
    color: #51515D;
    text-decoration: none;
}

#header-nav .navbar-nav {
    float: right;
}

#header-nav .navbar-nav>li:hover>a,
#header-nav .navbar-nav>li>a:focus,
#header-nav .navbar-nav>li>a:hover,
#header-nav .navbar-nav>li.active>a {
    background-color: transparent;
    color: #F27721;
    padding-bottom: 2px;
    border-bottom: 1px solid #F27721;
}

#header-nav li.dropdown>a:first-child {
    margin-right: 0px;
}

#header-nav li.dropdown>a:nth-child(2) {
    margin-left: 0px;
}

#header-nav .dropdown:hover .dropdown-menu {
    display: block;
}

#header-nav .dropdown-menu {
    border-top: 20px solid #8BC0D9;
    padding-top: 15px;
}

#header-nav .dropdown-menu:after,
.dropdown-menu:before {
    top: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#header-nav .dropdown-menu:after {
    border-color: rgba(139, 192, 217, 0);
    border-top-color: #8BC0D9;
    border-width: 10px;
    margin-left: -10px;
}

#header-nav .dropdown-menu:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 13px;
    margin-left: -13px;
}

#header-nav .dropdown-menu>li>a {
    text-decoration: none;
}

#header-nav .dropdown-menu>li>a:focus,
#header-nav .dropdown-menu>li>a:hover,
#header-nav .dropdown-menu>li.active>a {
    background-color: #F27721;
    color: #fff;
}

.navbar-toggle {
    margin-top: 40px;
}

.navbar-toggle .icon-bar {
    background-color: black;
}


/* ==================================================================================== */


/* ============================== Pages & Posts Styling =============================== */


/* ==================================================================================== */

p.featured {
    font-style: italic;
    font-family: 'Economica', sans-serif;
    font-size: 20px;
    color: #51515D;
}

p.featured a {
    font-family: 'Economica', sans-serif;
}

#why-us,
.box-content {
    padding-bottom: 30px;
}

#why-us h4 {
    font-size: 16px;
}

.box-header {
    padding: 20px 0;
    margin-bottom: 30px;
}

.box-header h2,
.box-header h3 {
    color: #fff;
    margin: 0;
}

.box-header h2 {
    margin-top: 14px;
    font-family: 'gotham-bold', sans-serif;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.box-header h3 {
    font-weight: 400;
    font-style: italic;
}

.box-content h4 {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 23px;
}

.box-content p {
    color: #51515D;
}

#mission {
    background: url('/wp-content/uploads/2016/05/banner_cta.jpg') 60% 0% no-repeat transparent;
    min-height: 500px;
    padding: 85px;
    margin-top: 50px;
}

#mission h3 {
    color: #fff;
    font-size: 40px;
}

#mission p {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    font-family: 'Merriweather', sans-serif;
}

#testimonials {
    background: #8BC0D9;
    padding: 30px 0;
    color: #fff;
}

#testimonials h3 {
    color: #fff;
    font-size: 32px;
}

#testimonials .quote {
    padding-top: 20px;
    font-style: italic;
    font-size: 15px;
}

#testimonials .author {
    font-family: 'gotham-bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

#services-list {
    font-family: 'Economica', sans-serif;
    font-size: 19px;
    font-style: italic;
    font-weight: 700;
    color: #7E8082;
}

#services-list a {
    font-family: 'Economica', sans-serif;
    color: #7E8082;
}

.image-overlay {
    position: relative;
}

.image-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(81, 81, 93, 0.5);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    margin: 15px;
}

.image-overlay:hover:before {
    background: rgba(81, 81, 93, 0.8);
}

.image-overlay img {
    width: 100%;
    margin: 15px 0;
}

.image-overlay h3,
.image-overlay p {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
    font-family: 'Economica', sans-serif;
}

.image-overlay h3 span,
.image-overlay p span {
    display: block;
    font-family: 'gotham-bold', sans-serif;
    font-size: 22px;
    font-style: normal;
}

.image-overlay.featured h3 {
    top: 25%;
    font-size: 35px;
    line-height: 50px;
}

.image-overlay.featured h3 span {
    font-size: 50px;
}

.share {
    text-align: right;
    /* color: #8BC0D9; */
    font-family: 'gotham-bold', sans-serif;
}

.share a {
    font-size: 30px;
    color: #51515D;
    text-align: right;
    padding: 2px 12px;
}

/** single post pagination  **/
#next-prev-post .navigation.pagination{
    display: flex;
    background: transparent;
}
#next-prev-post .navigation.pagination a{
    color: #F27721;
	min-height: 105px;
}
#next-prev-post .navigation.pagination a:hover{
    color: #3B7289;
}

#next-prev-post .nav-links>a.post-navi.prev>div.prev:before,
#next-prev-post .nav-links>a.post-navi.next>div.next:before {
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 35%;
}

#next-prev-post .nav-links>a.post-navi.prev>div.prev:before {
    content: "\f053";
    left: 5px;
}

#next-prev-post .nav-links>a.post-navi.next>div.next:before {
    content: "\f054";
    right: 5px;
}

@media screen and (max-width: 320px) {
    #next-prev-post .navigation.pagination a{
        font-size: 10px;
    }
}




.category .post-content img {
    width: 195px;
    padding: 10px;
}

.blog .post-content h4 a,
.category .post-content h4 a {
    font-family: 'Economica', sans-serif;
    font-size: 25px;
}

.bg-dark {
    background: rgba(79, 79, 92, 0.7);
    padding: 5px;
}


/* ==================================================================================== */


/* ======================================= Sidebar ==================================== */


/* ==================================================================================== */

#sidebar {
    margin: 20px 0;
}

#sidebar>div {
    margin-bottom: 50px;
}

#sidebar hr.underline {
    width: 25%;
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #F27721;
}

#why-choose {
    border: 1px solid #F27721;
    padding: 10px 30px;
    text-align: center;
    color: #F27721;
}

#why-choose h2 {
    color: #F27721;
    margin: 10px 0 15px 0;
}

#why-choose h4 {
    font-family: 'Economica', sans-serif;
    font-size: 20px;
    color: #F27721;
    margin: 20px 0 0 0;
}

#why-choose h6 {
    font-family: 'gotham-bold', sans-serif;
    font-size: 16px;
}

#why-choose a,
#why-choose a:hover {
    color: #F27721;
    margin-top: 20px;
    display: block;
}

#sidebar .image-overlay:before {
    margin: 15px 0;
}

#sidebar .image-overlay p {
    top: 40%;
    font-size: 24px;
}

#sidebar .image-overlay p span {
    font-size: 20px;
}


/* ==================================================================================== */


/* ======================================= Footer ===================================== */


/* ==================================================================================== */

footer {
    background: #51515D;
    padding: 20px 0;
    color: #EAE8E8;
}

footer a {
    color: #EAE8E8;
    text-decoration: none;
    font-family: "Work-Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

footer a:hover {
    color: #EAE8E8;
    text-decoration: underline;
}

footer h6,
footer .h6 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style-type: none;
    line-height: 1.7em;
    letter-spacing: 0.05em;
}

footer #social {
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 0;
    margin: 0 10px;
    position: relative;
}

footer #social {
    position: relative;
    background: #51515d;
    border: 1px solid #fff;
}

footer #social a {
    font-size: 30px;
}

footer #social:after,
#social:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

footer #social:after {
    border-color: rgba(81, 81, 93, 0);
    border-left-color: #51515d;
    border-width: 15px;
    margin-top: -15px;
}

footer #social:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 16px;
    margin-top: -16px;
}

footer #cta-phone,
footer #credentials,
footer #payment-methods,
footer #copyright {
    text-align: right;
    margin-right: 25px;
}

footer #cta-phone,
footer #cta-phone p,
footer #cta-phone a {
    color: #F27721;
    font-size: 30px;
    font-family: 'Economica', sans-serif;
    text-decoration: none;
}

footer #credentials img,
footer #payment-methods img {
    height: 50px;
    padding-left: 20px;
}

footer #payment-methods img {
    height: auto;
}

footer #copyright {
    color: #8BC0D9;
}


/* ==================================================================================== */


/* ==================================== Media Queries ================================= */


/* ==================================================================================== */


/* Extra-Large devices (1200px and up) */

@media (min-width: 1600px) {
	
	/**Layer slider**/
	div.ls-inner{
		width: 1600px;
		max-width: 1600px;
		margin: 0 auto;
	}
    .page-id-66 img.ls-bg{
		max-height: 600px;
	}

}


/* Large devices (1200px - 1599px) */

@media (max-width: 1599px) {}

@media screen and ( min-width: 1200px ) and (max-width: 1400px ){
	.grey-box.extended {
	 margin-top: 155px;
	}
}

/* Medium devices (992px - 1199px) */

@media (min-width: 1200px){
	.ls-layer.row,
	.ls-wrapper.ls-bg-outer,
	.ls-wrapper.ls-in-out,
	{
		width: 100% !important;
	}
	div#Slider .row{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	img.ls-bg{
		transform: translateX(0) !important;
		max-height: 400px;
	}
	
	
	.ls-wrapper.ls-in-out{
		left: 0 !important;
	}
	
    .ls-inner .grey-box {
        padding: 40px;
    }
	
    /* slider settting at responsive tablet view */
    .ls-wp-fullwidth-container,
    .ls-wp-fullwidth-helper,
    .ls-wp-container.ls-container.ls-v5,
    .ls-inner,
    .ls-slide.ls-slide-1.ls-animating {
        height: 400px !important;
    }

    .home .ls-wp-fullwidth-container,
    .home .ls-wp-fullwidth-helper,
    .home .ls-wp-container.ls-container.ls-v5,
    .home .ls-inner,
    .home .ls-slide.ls-slide-1.ls-animating {
        height: 500px !important;
    }


    
    /* chid services page slider with form styling */
    .page-template-page-services-inner .ls-wp-container.ls-container.ls-v5,
    .page-template-page-services-inner .ls-inner .ls-layers{
        height: 835px !important;
    }

    .grey-services-box{
        background: rgba(255, 255, 255, 1);
        padding:10px 20px; 
    }

    .ls-inner .grey-box.services-slider{
        margin-top: 40px;
    }

    .ls-inner h1.grey-services-box, 
    .page:not(.home) .ls-inner p.grey-services-box,
    .slider-form-services h2 {
        color: #000;
    }


    h1.grey-services-box{
        max-width: 358px;
    }



/* end child services page slider with form styling */

}

@media (max-width: 1199px) {
    .image-overlay h3 {
        top: 25%;
        font-size: 35px;
        line-height: 50px;
    }
    .image-overlay h3 span {
        font-size: 45px;
    }
	/* slider settting at responsive tablet view */
    .ls-wp-fullwidth-container,
    .ls-wp-fullwidth-helper,
    .ls-wp-container.ls-container.ls-v5,
    .ls-inner,
    .ls-slide.ls-slide-1.ls-animating {
        height: 400px !important;
    }
    .home .ls-wp-fullwidth-container,
    .home .ls-wp-fullwidth-helper,
    .home .ls-wp-container.ls-container.ls-v5,
    .home .ls-inner,
    .home .ls-slide.ls-slide-1.ls-animating {
        height: 500px !important;
    }
	
	div#Slider .row{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	img.ls-bg{
		transform: translateX(0) !important;
	}
	
	.page:not(.home) .ls-inner .grey-box,
    .category .ls-inner .grey-box,
    .blog .ls-inner .grey-box {
        background: rgba(79, 79, 92, 0.7);
        text-align: center;
        height: auto;
        margin: 0;
		width: 100vw !important;
    }

    .page:not(.home).page-template-page-services-inner .ls-inner .grey-box.page-template-page-services-inner {
        height: auto;
    }
    .page:not(.home).page-template-page-services-inner .ls-inner .grey-box h1{
        margin-top: 0;
    }

    .page-template-page-services-inner  .ls-wp-container.ls-container.ls-v5 {
        height: auto !important;
    }
    .page-template-page-services-inner  .ls-inner{
        height: 1080px !important;
    }

    .slider-form-services h2{
        width: 100%;
    }
 
	
}


@media screen and ( min-width: 992px ) and (max-width: 1200px ){
	.page:not(.home) .ls-inner .grey-box, .category .ls-inner .grey-box, .blog .ls-inner .grey-box{
		min-height: 245px;
	}
}


/* Small devices (768px - 991px) */

@media (max-width: 991px) {
    .row-eq-height {
        display: block;
    }
    .col-centered {
        float: none;
        display: block;
    }
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
    .ls-l>.row>.col-md-6 {
        padding: 0px 15px;
    }
    .home .ls-l>.row {
        margin-top: 8vh;
    }
	
	.empty-padding div{
		min-height: 0;
	}
	
    .home .ls-inner .grey-box {
        margin: 0 auto;
        padding: 20px 25px;
    }
	div#Slider .row, .ls-wrapper.ls-in-out, .ls-layer{
		width: 100vw !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
    .col-md-5.col-centered.grey-box.header-2 h1 {
        font-size: 1.7em;
    }
    .page:not(.home) .ls-inner .grey-box,
    .category .ls-inner .grey-box,
    .blog .ls-inner .grey-box {
        background: rgba(79, 79, 92, 0.7);
        text-align: center;
		min-height: 245px;
        margin: 0;
		width: 100vw !important;
    }
	.home img.ls-bg{
		height: 350px !important;
	}
    .page:not(.home) .ls-inner .grey-box h1,
    .category .ls-inner .grey-box h1,
    .blog .ls-inner .grey-box  h1{
      margin-top: 80px;
    }

    /* for the gallery when it is mobile view gallery is in page-id 11 */
    .page-id-11 .ls-inner .grey-box{
        margin: 0;
        height: 300px;
    }
    .page-id-11 .ls-inner .grey-box h1{
        margin-top: 30px;
    }

    
	/* slider settting at responsive tablet view */
    .ls-wp-fullwidth-container,
    .ls-wp-fullwidth-helper,
    .ls-wp-container.ls-container.ls-v5,
    .ls-inner,
    .ls-slide.ls-slide-1.ls-animating {
        height: 350px !important;
    }
   
	.home .ls-wp-fullwidth-container,
    .home .ls-wp-fullwidth-helper,
    .home .ls-wp-container.ls-container.ls-v5,
    .home .ls-inner,
    .home .ls-slide.ls-slide-1.ls-animating {
        height: 500px !important;
    }

    .home.page-id-5 .ls-inner,
    .home.page-id-5 .ls-wrapper.ls-bg-outer,
    .home.page-id-5 .ls-wp-container.ls-container.ls-v5 {
        height: 455px !important;
    }

    .home.page-id-5 img.ls-bg{
        height: 430px !important;
    }

    footer #cta-phone,
    footer #credentials,
    footer #payment-methods,
    footer #copyright {
        text-align: center;
        margin-right: 0px;
    }
}

.empty-padding{
	padding: 0;
}	

/* Extra-Small devices (0px - 767px) */

@media (max-width: 767px) {
    .navigation {
        background: #8BC0D9;
    }
    #mobile-nav .navbar-nav {
        margin: 0 15px;
    }
    #mobile-nav .nav .open {
        background-color: #eee;
    }
    #mobile-nav .navbar-nav li a.dropdown-toggle {
        float: right;
        padding: 10px 30px;
        margin: 0px;
    }
    #mobile-nav .navbar-nav li a {
        color: #2C5F86;
        line-height: 20px;
        font-size: 16px;
        text-decoration: none;
    }
    #mobile-nav .navbar-nav li.active>a {
        color: #2C5F86;
        text-decoration: underline;
        background: transparent;
    }
    .home .ls-l>.row {
        margin-top: 5vh;
    }
	
	div#Slider .row, .ls-wrapper.ls-in-out{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
    /* slider settting at responsive mobile view */
	.home .ls-wp-fullwidth-container,
    .home .ls-wp-fullwidth-helper,
    .home .ls-wp-container.ls-container.ls-v5,
    .home .ls-inner,
    .home .ls-slide.ls-slide-1.ls-animating {
        height: 340px !important;
    }

 
	
    .ls-wp-fullwidth-container,
    .ls-wp-fullwidth-helper,
    .ls-wp-container.ls-container.ls-v5,
    .ls-inner,
    .ls-slide.ls-slide-1.ls-animating {
        height: 300px !important;
    }
    .ls-l>.row>.col-md-6 {
        padding: 0 10px;
    }
    .home .ls-l>.row {
        margin-top: 0;
    }
    .home .ls-inner .grey-box {
        margin: 0 auto;
        padding: 20px;
    }

    .col-md-5.col-centered.grey-box.header-2 h1 {
        font-size: 1.4em;
        margin-top: 0;
    }
    .ls-inner .grey-box {
        margin: 20px 0 0 0;
        padding: 40px 25px;
    }

    .page-id-11 .ls-inner .grey-box{
        padding: 20px;
    }
    #mission {
        padding: 20px;
    }
    footer #social {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }
    footer #social {
        display: none;
    }
    footer #social p {
        display: inline-block;
    }
    .cd-top {
        right: 40px;
        bottom: 40px;
    }
}


@media (max-width: 425px){
    .page:not(.home) .ls-inner .grey-box h1, .category .ls-inner .grey-box h1, .blog .ls-inner .grey-box h1{
        margin-top: 40px;
    }
	
	.ls-inner .grey-box{
		width: 100%;
	}
	
	.home img.ls-bg, img.ls-bg{
		transform: translateX(0px) !important;
	}
	.ls-wrapper{
		left: 0 !important;
	}
	img.ls-bg{
		object-fit: cover;
	}
	
	.page-id-1271 img.ls-bg,
	.category-6 img.ls-bg
	{
		object-fit: fill;
	}
	
	

	img.ls-bg,
	.ls-wrapper.ls-in-out,
	.ls-layer,
	.ls-layer .row,
	{
		width: 100% !important;
		margin-right: 0;
		margin-left: 0;
	}
	
	.ls-wrapper.ls-bg-outer, img.ls-bg{
		height: 350px !important;
	}
	
	
}