/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on  : Dec 18, 2017, 11:11:03 AM
    Author          : InDesign Media 
    ORANGE          :#f86a23;
    GREEN           :#6ab00a;
    BLACK           :#232323;
    LIGHT GREY      :#f9f9f9;
*/


:root {
    --main-bg : #ffffff;
    --main-text-color: #474747;
    --half-text-color: #232323;
    --red-color: #d20514;
    --green-color: #1469b7;
    --orange-color: #1469b7;
    --light-grey-color: #f9f9f9;
    --title-black: #232323;
    --title-green: #1469b7;
    --title-red: #d20514;
}

body{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    color: var(--main-text-color);
}

.grecaptcha-badge { 
    visibility: hidden;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5{
    font-family: 'Oswald', sans-serif;
    color: var(--title-black);
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

h1.styleheading {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
}
h1.styleheading-normal {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

select[multiple], select[size] {
    height: auto;
    height: 112px;
}

#breadcrumbs {
    
}

#breadcrumbs a {
    color: #f86a23;
}

.head-grey {
    background: #898989;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
}
.head-orange {
    background: var(--orange-color);
    width: 35px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 8px;
}

h1.styleheading-center {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.head-grey-center {
    background: #898989;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
}
.head-orange-center {
    background: var(--orange-color);
    width: 35px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 8px;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}


h3 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

h1.bigger-title {
    font-size: 30px;
}

.greybg {
    background: #f8f8f8;
    padding-left: 40px;
    padding-top: 5px;
}
.greybg-space {
    background: #f8f8f8;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.modal-dialog {
    width: 400px;
    margin: 30px auto;
}

.blackhead {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    color: var(--title-black);
    text-transform: uppercase;
}
.greenhead {
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    color: var(--title-green);
    text-transform: uppercase;
}

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

/*OTHER GENERAL RESETERS CODES START*/
.wrapper{
    padding: 0px;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.32);
    box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.32);
    margin-bottom: 50px;
}
.left_right_wrapper{
    padding: 0px 25px;
}

.st_margin_left{
    margin-left: 60px;
}
.st_margin_left_10{
    margin-left: 10px;
}
.st_margin_left_15{
    margin-left: 15px;
}
.st_margin_left_20{
    margin-left: 20px;
}
.st_margin_right{
    margin-right: 60px;
}
.st_margin_right_10{
    margin-right: 10px;
}
.st_margin_right_15{
    margin-right: 15px;
}
.st_margin_right_20{
    margin-right: 20px;
}
.no-padding-left {
    padding-left: 0px;
}
.showInline {
    display: inline-block;
}
.st_margin_left_right{
    margin: 0px 15px;
}
.center_title{
    text-align: center;
}
/*OTHER GENERAL RESETERS CODES END*/

/*MARGIN TOP BOOTOM LEFT RIGHT*/
/*MARGIN TOP START */
.st_margin_top_100 {
    margin-top: 100px;
}
.st_margin_top_90 {
    margin-top: 90px;
}
.st_margin_top_80{
    margin-top: 80px;
}
.st_margin_top_70 {
    margin-top: 70px;
}
.st_margin_top_60 {
    margin-top: 60px;
}
.st_margin_top_50 {
    margin-top: 50px;
}
.st_margin_top_40{
    margin-top: 40px;
}
.st_margin_top_30 {
    margin-top: 30px;
}
.st_margin_top_20 {
    margin-top: 20px;
}
.st_margin_top_15 {
    margin-top: 15px;
}
.st_margin_top_10 {
    margin-top: 10px;
}
/*MARGIN TOP END*/

/*MARGIN BOTTOM START*/
.st_margin_bottom_100 {
    margin-bottom: 100px;
}
.st_margin_bottom_90 {
    margin-bottom: 90px;
}
.st_margin_bottom_80 {
    margin-bottom: 80px;
}
.st_margin_bottom_70 {
    margin-bottom: 70px;
}
.st_margin_bottom_60 {
    margin-bottom: 60px;
}
.st_margin_bottom_50 {
    margin-bottom: 50px;
}
.st_margin_bottom_40 {
    margin-bottom: 40px;
}
.st_margin_bottom_30 {
    margin-bottom: 30px;
}
.st_margin_bottom_20 {
    margin-bottom: 20px;
}
.st_margin_bottom_10 {
    margin-bottom: 10px;
}
/*MARGIN BOTTOM END*/
/*MARGIN TOP BOOTOM LEFT RIGHT END*/

/*PADDING CSS TOP BOOTOM LEFT RIGHT */
/*PADDING TOP START*/
.st_padding_top_100{
    padding-top: 100px;
}
.st_padding_top_90{
    padding-top: 90px;
}
.st_padding_top_80 {
    padding-top: 80px;
}
.st_padding_top_70 {
    padding-top: 70px;
}
.st_padding_top_60 {
    padding-top: 60px;
}
.st_padding_top_50 {
    padding-top: 50px;
}
.st_padding_top_40 {
    padding-top: 40px;
}
.st_padding_top_30 {
    padding-top: 30px;
}
.st_padding_top_20 {
    padding-top: 20px;
}
.st_padding_top_10 {
    padding-top: 10px;
}
.st_padding_top_5 {
    padding-top: 5px;
}

/*PADDING*/
.st_padding_left_100{
    padding-left: 100px;
}
.st_padding_left_90{
    padding-left: 90px;
}
.st_padding_left_80 {
    padding-left: 80px;
}
.st_padding_left_70 {
    padding-left: 70px;
}
.st_padding_left_60 {
    padding-left: 60px;
}
.st_padding_left_50 {
    padding-left: 50px;
}
.st_padding_left_40 {
    padding-left: 40px;
}
.st_padding_left_30 {
    padding-left: 30px;
}
.st_padding_left_20 {
    padding-left: 20px;
}
.st_padding_left_10 {
    padding-left: 10px;
}
.st_padding_left_5 {
    padding-left: 5px;
}
.st_padding_right_100{
    padding-right: 100px;
}
.st_padding_right_90{
    padding-right: 90px;
}
.st_padding_right_80 {
    padding-right: 80px;
}
.st_padding_right_70 {
    padding-right: 70px;
}
.st_padding_right_60 {
    padding-right: 60px;
}
.st_padding_right_50 {
    padding-right: 50px;
}
.st_padding_right_40 {
    padding-right: 40px;
}
.st_padding_right_30 {
    padding-right: 30px;
}
.st_padding_right_20 {
    padding-right: 20px;
}
.st_padding_right_10 {
    padding-right: 10px;
}
.st_padding_right_5 {
    padding-right: 5px;
}
/*PADDING TOP END HERE*/

/*PADDING BOTTOM START*/
.st_padding_bottom_100{
    padding-bottom: 100px;
}
.st_padding_bottom_90{
    padding-bottom: 90px;
}
.st_padding_bottom_80{
    padding-bottom: 80px;
}
.st_padding_bottom_70{
    padding-bottom: 70px;
}
.st_padding_bottom_60 {
    padding-bottom: 60px;
}
.st_padding_bottom_50 {
    padding-bottom: 50px;
}
.st_padding_bottom_40 {
    padding-bottom: 40px;
}
.st_padding_bottom_30 {
    padding-bottom: 30px;
}
.st_padding_bottom_20 {
    padding-bottom: 20px;
}
.st_padding_bottom_10 {
    padding-bottom: 10px;
}
/*PADDING BOTTOM END*/
/*PADDING CSS TOP BOOTOM LEFT RIGHT END */

/*NO GUTTER*/
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}
/*NO GUTTER*/

/*GENEERAL*/
.orange-color {
    color: var(--red-color);
}
.green-color {
    color: var(--green-color);
}   
.red-color {
    color: var(--red-color);
}

.title-red-color {
    color: var(--title-red);
    position: relative;
}  
.title-green-color {
    color: var(--title-green);
    position: relative;
}
.title-black-color {
    color: var(--title-black);
    position: relative;
}
.inline-block {
    display: inline-block;
}
.light-grey-bg {
    background: var(--light-grey-color);
}
.triangle-style {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 74px;
    height: 73px;
    background: url('../img/triangle.png') top left no-repeat;
}

/*HEADER*/
.main-logo {
    margin-top: 14px;
    margin-left: 30px;
    margin-bottom: 10px;
}
.top-head-holder {
    display: grid;
    grid-template-columns: 11fr 3fr;
    background: url('../img/header-bg.jpg') top center no-repeat;
}
.top-header-left {

}
.top-header-right {
    color: #fff;
    padding: 25px 23px;
}
.row-logo {
    display: grid;
    grid-template-columns: 7fr 13fr;
}
.row-logo-left {

}
.row-logo-right {
    padding-top: 50px;
}

.header-slug {
    font-size: 16px;
    font-weight: 500;
    color: var(--green-color);
}
.header-slug-secondary {
    font-size: 15px;
    display: block;
    font-weight: 500;
}
.rowOne {
    font-size: 16px;
    text-align: center;
}
.rowTwo {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-top: 6px;
}
.twoThree {
    border-bottom: 1px solid #fff;
    height: 10px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 5px;
}
.twoThree span{
    display: inline-block;
    padding: 5px 8px;
    background: var(--orange-color);
}
.rowFour {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.mainnav {
    font-family: 'Oswald', sans-serif;
    height: 55px;
}
/*HEADER*/

/*BUTTONS*/
.white-btn {
    background: #fff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    display:inline-block;
    cursor:pointer;
    color:var(--orange-color);
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    width: 100%;
    text-align: center;
    padding: 7px 0px;
}
.white-btn a{

}
.white-btn a:hover{
    text-decoration: none;
    color:var(--orange-color);
    background: #f0f0f0;
}
.white-btn:hover {
    text-decoration: none;
    color:var(--orange-color);
    background: #f0f0f0;
}
.white-btn:active {
    position:relative;
    top:1px;
}
.orange-btn {
    font-family: 'Oswald', sans-serif;
    background: var(--orange-color);
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    display:inline-block;
    cursor:pointer;
    color:#fff;
    font-size:18px;
    font-weight:400;
    text-decoration:none;
    text-align: center;
    padding: 7px 40px;
    text-transform: uppercase;
    border: none;
}
.orange-btn a{

}
.orange-btn a:hover{
    text-decoration: none;
    color:#fff;
    background: var(--orange-color);
}
.orange-btn:hover {
    text-decoration: none;
    color:#fff;
    background: var(--orange-color);
}
.orange-btn:active {
    position:relative;
    top:1px;
}
/*BUTTONS*/


/*SLIDER*/
.slider {
    margin-top: 3px;
    position: relative;
    color: #fff;
}
.shadow-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    left: 0px;
    bottom: -30px;
}
.slider-shadow-left {}
.slider-shadow-right {}
.slider-typo-holder {
    position: absolute;
    bottom: 40%;
    left: 5%;
}
.slider-typo-holder-inner {
    position: absolute;
    bottom: 23%;
    left: 5%;
}
.bigtext {
    font-size: 40px;
    font-weight: 700;
}
.smalltext {
    font-size: 20px;
}
/*SLIDER*/


/*HERO SECTION*/
.hero-section {
    display: grid;
    grid-template-columns: 8fr 4fr;
    grid-gap: 16px;
}

.hero-section-left {
    background: var(--light-grey-color);
    padding: 60px 15px 20px 15px; 
    text-align: justify;
}
.hero-section-right {}

.form-cover {
    position: relative;
    margin-right: 10px;
}

.form-cover-normal {
    position: relative;
    margin-right: 10px;
    margin-top: 58px;
}
.form-header {
    position: absolute;
    width: 100%;
    left: 0px;
    top: -58px;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    background: var(--green-color);
    padding: 8px 0px;
    z-index: 9999;
    text-transform: uppercase;
}
.form-body {
    margin-top: 1px;
    border: 1px solid #e9e8e8;
    padding: 16px;
    background: #fff;
}


/*FORM GROUP*/
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-control:focus {
    border-color: var(--green-color);
    box-shadow: none;
}

.form-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.form-row1 {
    margin-top: 16px;
}

.drop_list {
    width: 100%;
    overflow: hidden;
    background: no-repeat;
    background-image: url(../img/drop.png);
    background-position: top right;
}
.drop_list select {
    -webkit-appearance: none;
    background: transparent;
    width: 100%;
    overflow: hidden;
}

.form-control::-moz-placeholder {
    color: var(--main-text-color);
}
.form-control:-ms-input-placeholder {
    color: var(--main-text-color);
}
.form-control::-webkit-input-placeholder {
    color: var(--main-text-color);
}
.form-field {}
.form-field textarea{
    height: 100px;
}


.front-services {
    padding: 0px 15px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(249,249,249,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(249,249,249,0.65) 100%); 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(249,249,249,0.65) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6f9f9f9',GradientType=0 );
    margin-top: 50px;
    margin-bottom: 50px;
}
.front-services-left {
    text-align: justify;
}
.front-services-right {
    display: block;
}

.service-item-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.service-item {
    padding: 15px;
    border: 1px solid #ccc;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -transition: all ease 0.5s;
}

.service-item:hover {
    cursor: pointer;
    background: var(--orange-color);
    border: 1px solid var(--orange-color);
}
.service-item:hover .service-item-title{
    color: #fff;
}

a .service-item {
    text-decoration: none;
    color: var(--title-green);
}


.service-scoller .owl-item img {
    display: block;
    width: 60px;
}
.service-item img{
    width: 60px;
    height: 60px;
}
.service-item-title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

.prefooterblock {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    grid-gap: 30px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 50px;
}

.prefooterblock-item {

}
.prefooterblock-item p{
    text-align: justify;
}

.footerheader {
    display: block;
    margin-bottom: 2rem;
}

.common-list {
    font-family: 'Oswald', sans-serif;
}

.common-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.common-list ul li{
    list-style: none;
    display: block;
    padding: 9px 0px;
    cursor: pointer;
    border-bottom: 1px dotted #e8e8e8;
    font-weight: 500;
    font-size: 16px;
    color: #777777;
}

.common-list ul li:hover{
    color: var(--orange-color);
}

.testimonial-header {
    background: #fff;
    position: relative;
    height: 1px;
    width: 100%;
}
.testimonial-main-header {
    background: #fff;
    height: 103px;
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
}


.front-testimonal-box {
    position: relative;
    display: block;
    width: 350px;
    padding: 0em;
}

.testimonal-inner {
    margin-top: 100px;
    text-align: center;
    background: var(--light-grey-color);
    position: relative;
}
.testimonal-inner p{
    text-align: center;
    padding: 2em;
    padding-top: 70px;
}
.donner {
    margin-top: 1em;
    font-weight: 600;
}
.donner-img {
    position: absolute;
    top: -96px;
    right: 0px;
    height: 100px;
    width: 100px;
}

.testimonal-inner-space {
    padding: 2em 3em;
    margin-top: 0px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 19px;
    height: 4px;
    margin: 5px 7px;
    background: #d0d0d0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--orange-color);
}

.footer {
    background: #0f100f;
    color: #fff;
    padding: 1em;
    font-weight: 400;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
    color: var(--orange-color);
    text-decoration: none;
}
.copy-right {
    text-align: right;
}

.service-scoller .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 9px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    position: absolute;
    top: -47px;
    right: -3px;
    border: 1px solid #ccc;
}
.service-scoller .owl-nav .owl-prev {
    color: #FFF;
    font-size: 14px;
    margin: 5px 0px 5px 5px;
    padding: 4px 9px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    position: absolute;
    top: -47px;
    right: 46px;
    border: 1px solid #ccc;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f0f0f0;
    color: #FFF;
    text-decoration: none;
}

.mainarea-top-space {
    padding-top: 40px;
}

.testimonialGreed {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 3em;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 80px;
}

.contact-card-holder {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-gap: 3em;
}
.contact-card {
    background: #fff;
    padding: 1em;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.05);
}

.pagenavigator {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
    background-image: url('../img/sepa.png');
    background-position: right top;
    background-repeat: no-repeat;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-current-menu-item {
    background-image: url('https://expresspressureclean.com.au/wp-content/uploads/2018/06/st.png'), url('../img/sepa.png');
    background-position: center bottom, right top;
    background-repeat: no-repeat, no-repeat;
}

.mobile-logos {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.topphone {
    border-radius: 20px;
    display: block;
    margin-top: 29px;
    padding: 4px 10px 3px 10px;
    font-size: 20px;
    background: var(--green-color);
    font-weight: 700;
    text-align: center;
}
.freequote {
    font-size: 19px;
    color: #ef2724;
    font-weight: 700;
    text-align: right;
}

.freequote a{
    display: block;
    color: #ef2724;
    padding: 5px 10px;
}
.freequote a:hover{
    color: #1b6bb3;
}
.topmenuarea {
    background: #eceaea;
        margin-left: 10px;
    margin-right: 10px;
}
.top-light-menu {
    background: #eceaea;
}
.top-light-menu ul{
    margin: 0px;
    padding: 0px;
}
.top-light-menu ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 0px;
}
.top-light-menu ul li a{
    display: block;
    font-weight: 500;
    padding: 0px 10px;
    border-right: 1px solid #ccc;
    color: #6a6a6a;
}
.top-light-menu ul li:last-child a{
    border: none;
}
.top-light-menu ul li a:hover{}

.calls {}
.calls a{color: #fff;}
.calls a:hover{color: #fff; text-decoration: none;}


@media screen and (max-width: 768px) {
    
.topphone {
    border-radius: 20px;
    display: block;
    margin-top: 18px;
    margin-bottom: 10px;
    padding: 4px 10px 3px 10px;
    font-size: 20px;
    background: var(--green-color);
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-left: 40px;
    margin-right: 40px;
}
    
    .top-head-holder, .row-logo {
        grid-template-columns: 1fr;
    }
    .main-logo {
        margin-top: 14px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .row-logo-right {
        padding-top: 10px;
    }
    .header-slug {
        font-size: 12px;
        font-weight: 600;
        color: var(--green-color);
        text-align: center;
        display: block;
    }
    .header-slug-secondary {
        font-size: 12px;
        display: block;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: center;
    }
    .bigtext {
        font-size: 18px;
        font-weight: 700;
    }
    .smalltext {
        font-size: 14px;
    }
    .slider-typo-holder {
        position: absolute;
        bottom: 25%;
        left: 5%;
    }
    .hero-section {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .hero-section-left {
        background: var(--light-grey-color);
        padding: 30px 15px 20px 15px;
        text-align: justify;
    }
    .mobile-padding-bottom-50 {
        margin-bottom: 50px;
    }
    .st_margin_top_50 {
        margin-top: 20px;
    }
    .form-cover {
        position: relative;
        margin-right: 10px;
        margin-left: 10px;
    }
    .front-services {
        padding: 0px 15px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(249,249,249,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(249,249,249,0.65) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(249,249,249,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6f9f9f9',GradientType=0 );
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .service-item-holder {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .service-scoller {
        margin-top: 80px;
    }
    .prefooterblock {
        display: grid;
        grid-template-columns: 2fr;
        grid-gap: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 50px;
    }
    .front-testimonal-box {
        position: relative;
        display: block;
        width: 345px;
        padding: 0em;
    }
    .donner-img {
        position: absolute;
        top: -96px;
        right: 3px;
        height: 100px;
        width: 100px;
    }
    .footer {
        background: #0f100f;
        color: #fff;
        padding: 1em;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
    }
    .copy-right {
        text-align: center;
    }
    .st_padding_top_40 {
        padding-top: 20px;
    }
    .testimonialGreed {
        display: grid;
        grid-template-columns: 2fr;
        grid-gap: 1em;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 80px;
    }
    .mobile-paragraphs p{
        text-align: center;
        padding: 0em;
        padding-top: 40px;
    }
    .contact-card-holder {
        display: grid;
        grid-template-columns: 2fr;
        grid-gap: 1em;
    }
}