/*
Theme Name: Potts Gray
Theme URI: http://www.pottsgray.co.uk/
Author: Ballsy Media
Author URI: https://ballsymedia.co.uk/
Description: Bringing you better property managment
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Potts Gray

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
  font-family: 'Rift-Bold';
  src: url('fonts/Rift-Bold.eot');
  src: url('fonts/Rift-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Rift-Bold.svg#Rift-Bold') format('svg'),
       url('fonts/Rift-Bold.ttf') format('truetype'),
       url('fonts/Rift-Bold.woff') format('woff'),
       url('fonts/Rift-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Athelas-Bold';
  src: url('fonts/Athelas-Bold.eot');
  src: url('fonts/Athelas-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/Athelas-Bold.svg#Athelas-Bold') format('svg'),
       url('fonts/Athelas-Bold.ttf') format('truetype'),
       url('fonts/Athelas-Bold.woff') format('woff'),
       url('fonts/Athelas-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Athelas-BoldItalic';
  src: url('fonts/Athelas-BoldItalic.eot');
  src: url('fonts/Athelas-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('fonts/Athelas-BoldItalic.svg#Athelas-BoldItalic') format('svg'),
       url('fonts/Athelas-BoldItalic.ttf') format('truetype'),
       url('fonts/Athelas-BoldItalic.woff') format('woff'),
       url('fonts/Athelas-BoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}








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

                                        THEME STYLE default CSS START

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


body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
   font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
 	font-size: 16px;
 	overflow-x: hidden;
 	color: #151d29;
 	opacity: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
	padding: 0;
}
body.elementor-editor-active {
	opacity: 1;
}
.elementor-editor-active .smart-page-loader {
	display: none !important;
}
b, strong {
	font-weight: 700;
}

a:link,a:active,a:visited {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color:#149748;
	outline:0!important;
}

a:hover {
	color: #151d29;
}

.upb_row_bg {
	width: 100% !important;
}

::selection {
   color: #ffffff; 
   background: #149748 !important;
}

* {
outline:none!important;
}

.select2-container .select2-choice,
select,
input[type='tel'],
textarea,
input[type='email'],
input[type='text'],
input[type='search'] {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
    color: #464646;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 11px 25px;
    background: #ebebeb;
    border: none !important;
    border-radius: 0 !important;
    height: 55px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

textarea {
	min-height: 200px;
}
.header ul li.moveButton a,
.dbtn {
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: normal !important;
    padding: 10px 32px 12px !important;
    text-transform: uppercase;
    background: transparent !important;
    background-color: #149748 !important;
    color: #ffffff !important;
    border: 2px solid #149748 !important;
    border-radius: 0 !important;
    display: inline-block;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    margin-bottom: 0;
    font-family: 'Rift-Bold';
    position: relative;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
}
.header ul li.moveButton a:hover,
.dbtn:hover {
    border-color: #151d29 !important;	
}
.header ul li.moveButton a:after,
.dbtn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0,101%,0);
    transform: translate3d(0,101%,0);
    background: #151d29;
    transition: all .4s;
    z-index: -1;
}
.header ul li.moveButton a:hover:after,
.dbtn:hover:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.select2-container .select2-choice:focus,
select:focus,
input[type='tel']:focus,
textarea:focus,
input[type='email']:focus,
input[type='text']:focus,
input[type='search']:focus,button:focus,input[type='submit']:focus,input[type='button']:focus,input[type='text']:focus {
	box-shadow:0 0 6px #777;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #777;
	opacity: 1;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
	color: #777;
	opacity: 1;
}

textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
	color: #777;
	opacity: 1;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
	color: #777;
	opacity: 1;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'Rift-Bold';
   color: #151d29;
	font-weight: 700;
}

ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0;
}

p {
	padding-bottom:20px;
	margin-bottom:0;
}

.wrapper p {
	
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

.containerWrap p {
    margin-top: 0;
    padding-bottom: 25px;
    line-height: 30px;
}
.containerWrap h1 {
	font-size: 48px;
	margin-bottom: 10px;  
}

.containerWrap h2 {
 	font-size: 40px;
	margin-bottom: 10px;     
}

.containerWrap h3 {
	font-size: 35px;
	margin-bottom: 10px;  
}

.containerWrap h4 {
 	font-size: 31.5px;
	margin-bottom: 10px;     
}

.containerWrap h5 {
  	font-size: 26px;
	margin-bottom: 10px;    
}

.containerWrap h6 {
 	font-size: 24px;
	margin-bottom: 10px;     
}

.containerWrap ol li, 
.containerWrap ul li {
	list-style-position: outside;
 	line-height: 26px;
 	margin-bottom: 7px;
}
.containerWrap ol li:last-child, 
.containerWrap ul li:last-child {
	margin-bottom: 0;
}

.containerWrap ol, 
.containerWrap ul {
	margin: 0 0 25px 40px;
}

img.alignnone,
img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

img.aligncenter {
	margin: 30px auto 25px;
	display: block;
	clear: both;
}

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

                                    THEME STYLE Main CSS START

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

.footer form {
    max-width: 740px;
    margin: 0 auto 10px;
    text-align: center;	
}
.footer form h3 {
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 9px;
    width: 28%;
    text-align: left;
    letter-spacing: 2px;
    padding-right: 15px;
    line-height: 32px;
    vertical-align: middle;
}
.footer form input {
    width: 42%;
    margin-right: 25px;
    border-radius: 0px !important;
    vertical-align: top;	
}
.footer form button {
    width: 26%;
    background-color: transparent !important;
    border-color: #ffffff !important;
    padding: 12px 32px 12px !important;
    box-shadow: 0 0 0 !important;
}
.footer form button:hover {
	border-color: #149748 !important;
}
.footer form button:after {
    background: #149748;
}
.footer .addressBox .elementor-icon-list-item a .elementor-icon-list-text {
    font-size: 17px;
    text-align: right;
    line-height: 32px;	
}
.footer .footerLogo>.elementor-column-wrap {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.footer .addressBox>.elementor-column-wrap {
	padding-right: 70px !important;
}
.footer .socialBox>.elementor-column-wrap {
	padding-left: 70px !important;
}
.footer .footerLogo img {
    width: 130px;
    height: auto;
}
.footer .socialBox .elementor-icon-list-item a .elementor-icon-list-text {
    font-size: 18px;
    font-weight: 600;
    padding-left: 0px;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0%, 0px);
    -moz-transform: translate3d(0, 0%, 0px);
    -o-transform: translate3d(0, 0%, 0px);
    transform: translate3d(0, 0%, 0px);
}
.footer .socialBox .elementor-icon-list-items .elementor-icon-list-icon {
	position: relative;
	transition: all .5s;
	overflow: hidden;
    width: 0 !important;
}
.footer .socialBox .elementor-icon-list-items .elementor-icon-list-icon i {
	font-size: 18px !important;
}
.footer .socialBox .elementor-icon-list-items a:hover .elementor-icon-list-icon {
    width: 20px !important;
    overflow: visible;
}
.footer .socialBox .elementor-icon-list-items .elementor-icon-list-item {
    margin-bottom: 12px;	
}
.footer .socialBox .elementor-icon-list-item a:hover .elementor-icon-list-text {
    -webkit-transform: translate3d(7px, 0%, 0px);
    -moz-transform: translate3d(7px, 0%, 0px);
    -o-transform: translate3d(7px, 0%, 0px);
    transform: translate3d(7px, 0%, 0px);
}

.copyrightBar p {
	font-size: 14px;
    margin-top: 0;
    padding-bottom: 0;
}
.copyrightBar p a {
	color: #ffffff;
}
.copyrightBar p a:hover {
	color: #149748;
}

.footer .addressBox .elementor-icon-list-item a .elementor-icon-list-icon {
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;	
	    margin-top: 47px;
}
.footer .addressBox .elementor-icon-list-item a .elementor-icon-list-icon {
    animation-delay: 1s !important;
    transition-delay: 1s;
    animation-duration: 2s !important;
    animation: bounced .2s ease-out .50ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounced {
    0%,100%,20%,50%,80% {
        bottom:-15px;

    }

    40% {
        bottom:-30px;
    }

    60% {
        bottom:-10px;
    }
    
}

@keyframes bounced {
   0%,100%,20%,50%,80% {
        bottom:-15px;
    }

    40% {
        bottom:-30px;
    }

    60% {
        bottom:-10px;
    }
    
    
}

.footer .addressBox .elementor-icon-list-item a .elementor-icon-list-icon {
	opacity: 0;		
}
.footer .addressBox .elementor-icon-list-item a:hover .elementor-icon-list-icon {
	opacity: 1;
} 

.moveWrap .blankLink .dbtn {
    color: transparent !important;
    padding: 0 !important;
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
	background-color: transparent !important;
}
.moveWrap .elementor-container,
.moveWrap .elementor-container .elementor-row, 
.moveWrap .elementor-container .elementor-row .elementor-element, 
.moveWrap .elementor-container .elementor-row .elementor-element .elementor-column-wrap, 
.moveWrap .blankLink {
	position: static !important;
}
.moveWrap .blankLink .dbtn:after,
.entry-footer .edit-link {
	display: none;
}
.moveWrap .elementor-widget-wrap {
	position: static;
}
.moveWrap .blankLink .dbtn:hover {
	background-color: transparent !important;
}
.moveWrap .elementor-widget-wrap h2 {
	font-size: 44px;
	letter-spacing: 2px;
    margin-bottom: 5px;
}
.moveWrap .elementor-widget-wrap h4 {
    font-size: 34px;
    font-family: athelas, serif;
    font-style: italic;
}
.moveWrap .elementor-widget-wrap img {
	width: 40px;
	height: auto;	
    -webkit-transform: translate3d(0, 0%, 0px);
    -moz-transform: translate3d(0, 0%, 0px);
    -o-transform: translate3d(0, 0%, 0px);
    transform: translate3d(0, 0%, 0px);
}
.moveWrap:hover .elementor-widget-wrap img {
    -webkit-transform: translate3d(30%, 0%, 0px);
    -moz-transform: translate3d(30%, 0%, 0px);
    -o-transform: translate3d(30%, 0%, 0px);
    transform: translate3d(30%, 0%, 0px);	
}

.moveWrap {
	 transition: all .5s !important;
}
.newsWrap .row {
    margin: 0 -12px;	
}
.newsWrap .row:after {
	content: '';
	display: table;
	clear: both;
}
.newsWrap .row .postgridWrap {
    width: 33.3%;
    float: left;
    padding: 0 12px;	
}
.newsWrap .row .postgridWrap article {
    border: 2px solid #cbccd0;
    padding: 20px;	
    position: relative;
}

.newsWrap .row .postgridWrap .featuredImg a {
	height: 294px;
	display: block;
}

.newsWrap .row .postgridWrap article:hover .featuredImg a {
	 transform: scale(1.03);
}

.newsWrap .row .postgridWrap .dateBar h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;	
	color: #ffffff;	
    position: relative;
    z-index: 9;
}
.newsWrap .row .postgridWrap .dateBar .cat {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;	
	color: #ffffff;	
}
.newsWrap .row .postgridWrap h3 {
	font-size: 24px;
	letter-spacing: 2px;
    position: relative;
    z-index: 9;
}
.newsWrap .row .postgridWrap .dateBar .cat a,
.newsWrap .row .postgridWrap h3 a {
	color: #ffffff;	
    position: relative;
    z-index: 9;
}
.newsWrap .row .postgridWrap .textGrid {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 25px 22px 10px;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
  
}

.newsWrap .row .postgridWrap:hover .textGrid {
	  background: rgba(20,151,72,.5);
}

.newsWrap .row .postgridWrap .featuredImg {
	position: relative;
	overflow: hidden;
	background: #ffffff;
}
.newsWrap .row .postgridWrap .featuredImg:before {
	content: '';
	display: inline-block;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    z-index: 9;
}
.scnTitle h2 {
    font-size: 40px;
    font-family: athelas, serif;
    font-style: italic;	
    position: relative;
    display: inline-block;
    background: #ffffff;
    z-index: 9;
    padding-right: 30px !important;
}

.newsWrap .scnTitle h2 {
	padding-left: 30px;
}

.scnTitle .elementor-widget-container:after {
    content: '';
    display: block;
    height: 3px;
    background: #149748;
    width: 0;
    vertical-align: top;
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	transition-delay: .5s;
   
}

.aos-animate .scnTitle .elementor-widget-container:after {
 	 width: 100%;

}

.sclMdl h2 {
	padding-left: 30px !important;
} 

.sclMdl {
    max-width: 945px;
    margin: 0 auto 30px !important;	
}

.ie .newsWrap .row .postgridWrap .featuredImg:before {
	background: rgba(0,0,0,.45);
}

.newsWrap .sclMdl h2 {
	background: transparent;
}
.newsWrap .sclMdl .elementor-widget-container:after {
	
}
.helpTop .sclMdl .elementor-widget-container:before,
.newsWrap .sclMdl .elementor-widget-container:before {
	content: '';
	display: block;
	height: 3px;
	background: #149748;
	width: 0;
	vertical-align: top;
	position: absolute;
	top: calc(50% - 1.5px);
	right: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	transition-delay: .5s;	
}
.newsWrap .aos-animate .scnTitle .elementor-widget-container:before,
.newsWrap .aos-animate .scnTitle .elementor-widget-container:after {
    width: 315px;
}
.helpTop .aos-animate .scnTitle .elementor-widget-container:before,
.newsWrap .aos-animate .scnTitle .elementor-widget-container:before {
	left: 0;
}

.helpTop .aos-animate .scnTitle .elementor-widget-container:before,
.helpTop .aos-animate .scnTitle .elementor-widget-container:after {
    width: 87px;
}






.page-loaded.home .bannerWrap .elementor-widget-spacer,
.home .bannerWrap .elementor-widget-spacer {
	opacity: 1 !important;
    transform: inherit !important;
}

.bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:before,
.inrBnr .mapBox .wpgmp_map:before,
.inrBnr .imgBox .elementor-spacer-inner:before,
.newsWrap .row .postgridWrap .featuredImg .aos-item a:before {
	content: '';
	display: inline-block;
	background: #ffffff;	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0%, 0%, 0px);
	-moz-transform: translate3d(0%, 0%, 0px);
	-o-transform: translate3d(0%, 0%, 0px);
	transform: translate3d(0%, 0%, 0px);
    transition: all 1s;

}
.page-loaded .bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:before,
.page-loaded .inrBnr .mapBox .wpgmp_map:before,
.page-loaded .inrBnr .imgBox .elementor-spacer-inner:before,
.newsWrap .row .postgridWrap .featuredImg .aos-item.aos-animate a:before {
	-webkit-transform: translate3d(0, -100%, 0px);
	-moz-transform: translate3d(0, -100%, 0px);
	-o-transform: translate3d(0, -100%, 0px);
	transform: translate3d(0, -100%, 0px);	
}
.bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:after,
.inrBnr .mapBox .wpgmp_map:after,
.inrBnr .imgBox .elementor-spacer-inner:after,
.newsWrap .row .postgridWrap .featuredImg .aos-item a:after {
	content: '';
	display: inline-block;
	background: #ffffff;	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;	
	-webkit-transform: translate3d(0%, 0%, 0px);
	-moz-transform: translate3d(0%, 0%, 0px);
	-o-transform: translate3d(0%, 0%, 0px);
	transform: translate3d(0%, 0%, 0px);
   transition: all .5s;
}
.page-loaded .bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:after,
.page-loaded .inrBnr .mapBox .wpgmp_map:after,
.page-loaded .inrBnr .imgBox .elementor-spacer-inner:after,
.newsWrap .row .postgridWrap .featuredImg .aos-item.aos-animate a:after {
	-webkit-transform: translate3d(0, -100%, 0px);
	-moz-transform: translate3d(0, -100%, 0px);
	-o-transform: translate3d(0, -100%, 0px);
	transform: translate3d(0, -100%, 0px);
}
.bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner,
.inrBnr .mapBox .wpgmp_map,
.inrBnr .imgBox .elementor-spacer-inner {
	position: relative;
	overflow: hidden;
}
.bannerWrap .elementor-widget-spacer .elementor-widget-container,
.inrBnr .imgBox .elementor-widget-container {
	transform: scale(1.07);
	transition: all .5s;
	overflow: hidden;	
}
.page-loaded .bannerWrap .elementor-widget-spacer .elementor-widget-container,
.page-loaded .inrBnr .imgBox .elementor-widget-container {
   transform: translateZ(0) scale(1);	
}

.archiveWrap [data-aos][data-aos][data-aos-duration="400"], 
body[data-aos-duration="400"] .archiveWrap [data-aos] {
	    transition-duration: 1s;
}
.bannerWrap .elementor-widget-spacer .elementor-widget-container {
	transition-delay: 1s !important;		
}
.bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:after,
.bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:before {
   height: 1000%;
   transition: all 1s;

}
.page-loaded .bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:after,
.page-loaded .bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:before {

}
.home .bannerWrap .elementor-widget-spacer .elementor-widget-container {
	animation-delay: 2.5s !important;	
}
.home .bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:after,
.home .bannerWrap .elementor-widget-spacer .elementor-widget-container .elementor-spacer-inner:before {
    transition: all 2.5s; 
}








/******/

.testimonialWrap {
	 background-size: 57% !important;
}

.testimonialWrap .textBox h2 {
    margin-bottom: 15px !important;	
    background: transparent;
}

.testimonialWrap .textBox .scnTitle .elementor-widget-container:after {
	right: inherit;
	left: 230px;
	width: 0;
}

.testimonialWrap .textBox .aos-animate .scnTitle .elementor-widget-container:after {
	width: calc(100% - 420px);
}

.testimonialWrap .textBox p {
    font-size: 18px;
    line-height: 33px;
}
.testimonialWrap .textBox p:last-child {
	padding-bottom: 0;
}
.testimonialWrap .slideBox .swiper-slide .elementor-testimonial__text {
	font-size: 18px;
	font-weight: 300;
    line-height: 29px;
}
.testimonialWrap .slideBox .swiper-slide .elementor-testimonial__cite span {
    font-family: 'Rift-Bold';
    font-size: 25px;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 2px;
}
.testimonialWrap .slideBox .swiper-slide {
    padding: 30px;	
}
.testimonialWrap .slideBox {
    margin-bottom: -65px;	
}
.testimonialWrap .elementor-main-swiper .elementor-swiper-button {
    left: inherit !important;
    right: -84px !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
    background: #ffffff;
    border: 1px solid #393939;	
}
.testimonialWrap .elementor-main-swiper .elementor-swiper-button-prev {
    margin-top: -26px;	
}
.testimonialWrap .elementor-main-swiper .elementor-swiper-button-next {
    margin-top: 26px;	
    
}
.testimonialWrap .elementor-main-swiper .elementor-swiper-button-prev i:before,
.testimonialWrap .elementor-main-swiper .elementor-swiper-button-next i:before {
	width: 20px;
	height: 16px;
}
.testimonialWrap .elementor-main-swiper .elementor-swiper-button-prev:hover {
	background: #151d29;
}
.testimonialWrap .elementor-main-swiper .elementor-swiper-button-next:hover {
	background: #151d29;
}

.testimonialWrap .elementor-main-swiper .elementor-swiper-button-prev:hover i:before {
    transform: rotate(180deg);	
}
.testimonialWrap .elementor-main-swiper .elementor-swiper-button-next i:before {
    transform: rotate(180deg);	
}
.testimonialWrap .elementor-main-swiper .elementor-swiper-button-next:hover i:before {
    transform: rotate(0deg);		
}
.testimonialWrap .elementor-background-overlay {
    background-image: none !important;
}
.testimonialWrap>.elementor-container {
    padding-top: 20px;
    padding-bottom: 20px;	
}

.mc4wp-response p {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 0;	
}
.mc4wp-response p a {
	color: #ffffff;
}
.mc4wp-response p a:hover {
	color: #149748;
}
.hlpWrap .helpBottom .elementor-inner-column>.elementor-column-wrap {
	
}
.hlpWrap .helpBottom .elementor-image-box-wrapper {
	position: relative;
}

.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 25px;
    width: 100%;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: right;
    z-index: 9;
    position: relative;
}

.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content {
	 position: absolute;
    bottom: 20px;
   left: 0;
   padding: 0 25px;
   text-align: right;
   overflow: hidden;
}

.newsWrap .row .postgridWrap .textGrid .linkBox,
.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.newsWrap .row .postgridWrap article:hover .textGrid .linkBox,
.hlpWrap .helpBottom .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-description {
	height: 53px;
	overflow: visible;
}


.newsWrap .row .postgridWrap .textGrid .dbtn,
.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn {
	background-color: transparent !important;
	border-color: #fff !important;
	color: #fff !important;
	padding-right: 50px !important;	
}

.newsWrap .row .postgridWrap .textGrid .dbtn:hover,
.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn:hover {
	border-color: #151d29 !important;
}

.newsWrap .row .postgridWrap .textGrid .dbtn:before,
.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn:before {
    content: '';
    width: 25px;
    height: 20px;
    position: absolute;
    right: 17px;
    top: calc(50% - 10px);
}

.hlpWrap .helpBottom .elementor-image-box-wrapper:before {
    content: '';
    display: inline-block;
    border: 2px solid #cbccd0;
    width: calc(100% - 50px);
    height: 100%;
    z-index: 0;
    position: absolute;
    left: -32px;
    top: -32px;
    transition: all .5s;
}
.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-img {
	margin-bottom: 0 !important;
	position: relative;
	z-index: 1;
}

/*.hlpWrap .helpBottom .elementor-widget-image-box:hover .elementor-image-box-wrapper:before {
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}*/

.hlpWrap .helpBottom .elementor-image-box-wrapper:after {
	content: '';
	background: rgba(20,151,72,.5);
	width: 100%;
	height: calc(100% - 4px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hlpWrap .helpBottom .elementor-image-box-wrapper:hover:after {
	opacity: 1;
	visibility: visible;
}





.footer>.elementor-container {
    background: #151d29;
    padding-bottom: 40px;
    padding-top: 40px;
/*    top: -25px;
    margin-bottom: -25px;*/
}
.footer>.elementor-container>.elementor-row {
    max-width: 1120px;
    margin: 0 auto;	
}
.newsWrap .row .postgridWrap .dateBar .cat a:hover, .newsWrap .row .postgridWrap h3 a:hover {
   /* color: #149748;*/
}
.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-img a {
    display: block;	
}
.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-img a:before {
    content: '';
    display: inline-block;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 70%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 70%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}



.safari.osx body .scrolling .header .moveBtn a {
    padding: 16px 35px 18px 38px !important;
}

.safari.osx body .header .moveBtn a {
    padding: 20px 50px 19px !important;
}
.footerWrap {
   background-color: #eaeaea; 
   	padding-bottom: 70px;
}
.footer {
	margin: -25px 70px 0px;

}

.gecko.osx .footer form button:after {
    width: calc(100% + 2px);
}

/*******/

.header .mainmenu nav.elementor-nav-menu--dropdown li.lastList {
	padding: 0 20px 0 60px;
	text-align: left;
}
.header .mainmenu nav.elementor-nav-menu--dropdown .sub-arrow {
    font-size: 28px;	
}
.header .mainmenu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu {
    padding-bottom: 60px !important;	
}

/***** popup css ********/

.mvWrap {
	overflow: hidden;
    padding-bottom: 38px !important;
}
.mvWrap .elementor-column-wrap .elementor-widget-wrap {
    padding: 45px 45px 0;	
}
.mvWrap .elementor-column-wrap {
    padding-bottom: 0 !important;
}
.mvWrap .elementor-column-wrap h2 {
    font-size: 38px;
    letter-spacing: 2px;	
}
.mvWrap .elementor-text-editor {
	font-size: 17px;
	font-weight: 700;
}
.mvWrap .select2-container .select2-choice, 
.mvWrap select, .mvWrap input[type='tel'],.mvWrap textarea, .mvWrap input[type='email'], .mvWrap input[type='text'], .mvWrap input[type='search'] {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #ffffff !important;
    box-shadow: 0 0 0 !important;
    color: #ffffff !important;
    opacity: 1;
    padding: 10px 0px;
    font-size: 16px;
}
.mvWrap .elementor-field-type-submit {
    margin-bottom: 0 !important;
    display: block;
    text-align: right;
	 padding-top: 14px;
}
.mvWrap .elementor-field-type-submit .dbtn {
    background-color: #000000 !important;
    border-color: #000000 !important;
    position: relative;
    right: -55px;
    bottom: 0px;
    padding: 16px 45px 17px !important;
}
.mvWrap .elementor-field-type-submit .dbtn:hover {
    border-color: #8d9193 !important;	
}
.mvWrap .elementor-field-type-submit .dbtn:after {
    background-color: #8d9193 !important;		
}
.elementor-popup-modal .dialog-widget-content .dialog-close-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #000000;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    right: -25px;
    top: -25px;
}
.elementor-popup-modal {
    background-color: rgba(255,255,255,.8) !important;	
	 cursor: crosshair;
}
.elementor-popup-modal .dialog-widget-content {
	cursor: default;
}
.mvWrap .elementor-message {
    position: absolute;
    right: 0;
    bottom: 35px;
    text-align: right;
    color: #ffffff;	
}

/*** news page */

.archiveWrap .gridView .postgridWrap {
	margin-bottom: 50px;
}

.navigation .nav-links {
	text-align: center;
}
.navigation .nav-links a,
.navigation .nav-links span {
    background: #1c2836;
    color: #ffffff;
    padding: 5px 10px 6px;
    font-size: 15px;
    display: inline-block;
    line-height: normal;	
}
.navigation .nav-links .current,
.navigation .nav-links a:hover {
	background: #149748;
}

.withDivider {
    background-position: top right -194px !important;
	 background-size: 80% 100% !important;	
}
.hlpWrap.withDivider {
    background-position: top right 0px !important;
    background-size: 60% 100% !important;	
}

/* Error404 Page*/

.search-no-results .not-found {
    padding-top: 90px;
    padding-bottom: 90px;	
 	text-align: center;
}
.error404 .error-404 {
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
}
.search-no-results .innerWrap h1,
.error404 .error-404 h1  {
	margin-top: 10px;
    font-size: 30px;
}
.error404 .error-404 label .screen-reader-text {
	display: none;
}
.search-no-results input[type='search'],
.search-no-results input[type='search'],
.wrapper.blog.searchPage input[type='search'],
.error404 .error-404 input[type='search'] {
	min-width: 350px;
    color: #464646;
    height: 52px;
    line-height: 24px;
    margin: 0;
    box-shadow: 0 0 0;
}
.wrapper.blog.searchPage input[type='search']:focus,
.error404 .error-404 input[type='search']:focus {
	box-shadow: 0 0 0;
}
.search-no-results .archiveWrap button,
.search-results .contentSearch button,
.search-no-results .search-form button,
.error404 .error-404 button {
    padding: 12px 26px !important;
    vertical-align: top;
    box-shadow: 0 0 0;
    border: none;
    background: #006fba;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px !important;
}
.search-no-results .archiveWrap .no-results .search-form label,
.search-no-results .innerWrap .search-form label,
.error404 .error-404 label {
	margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.error404 .error-404 p {
    font-size: 15.8px;
    line-height: 27px;	
}
.error404 .header {
    background: #1c2836 !important;
    padding: 18px 40px 21px;
}
.error404 .containerWrap {
	margin-top: 116px;
}

/* no result page */
body.search-no-results .archiveWrap .elementor-shortcode hr,
body.search-no-results .archiveWrap .elementor-shortcode>.gridView,
.search-no-results .blog hr,
.search-no-results .blog .gridView {
	display: none !important;
}
.search-no-results .innerWrap {

}

/*search-results*/

.search-results .contentSearch input[type='search'] {
    width: auto;
    min-width: 260px;
    color: #464646;
    height: 52px;
    line-height: 24px;
    margin: 0;
    box-shadow: 0 0 0;	
}
.search-results .archiveWrap hr {
    margin: 30px 0 30px;
    border: none !important;
    border-top: 2px solid #cbccd0 !important;
}
.search-results .contentSearch {
    text-align: right;
    float: right;
    width: 50%;
    padding: 0 12px;
}
.search-results .SearchTitle {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 2px;
    width: 50%;
    float: left;
    padding: 0 12px;
}

/** contact us ***/

.formWrap .bxTop h5 {
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 15px;
}
.formWrap .bxTop .elementor-widget-image-box h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.formWrap .bxTop .elementor-image-box-img img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.formWrap .bxTop .elementor-image-box-img a {
    width: 55px;
    background: #149748;
    border-radius: 50%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 0;
    display: inline-block;
}
.formWrap .bxTop .elementor-image-box-img {
	width: auto !important;
}
.formWrap .bxTop .elementor-widget-image-box h5 a {
    color: #151d29;	
}
.formWrap .bxTop .elementor-widget-image-box h5 a:hover {
    color: #149748;	
}
.formWrap .bxTop .phone {
    margin-right: 118px;
}
.formWrap .bxTop .elementor-column-wrap {
    padding: 38px 35px 42px !important;
}
.formWrap .bxTop {
    margin-top: -99px;	
}
.formWrap .bxBtm .scnTitle h2 {
	background: #009843;
	padding-left: 30px;	
}
.scnWhite .elementor-widget-container:after {
	background: #ffffff;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-group {
	padding: 10px 15px 20px !important;
   margin: 0;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper {
	margin: 0 -15px !important;
}
.formWrap .bxBtm .elementor-form label {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit,
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-recaptcha,
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-html {
	background: transparent;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-textarea {
	padding-bottom: 15px !important;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-textarea textarea {
	height: auto;
	 min-height: 170px;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-html p {
	color: #ffffff;
	font-size: 15px;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit {
	width: 50%;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-recaptcha {
	width: 50%;	
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn {
    background: transparent !important;
    border-color: #ffffff !important;
    display: inline-block;
    width: auto;
    max-width: 230px;
    padding: 14px 56px 15px 17px !important;
    font-size: 24px !important;
    top: -9px;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn:hover {
    border-color: #151d29 !important;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-recaptcha iframe {
    transform: scale(.8);
    background: #ffffff;
    margin-left: 51px;
    display: block;
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-recaptcha .elementor-field {
	background-color: transparent !important;
}
.formWrap .elementor-message {
background: #ffffff;
    padding: 8px;
    text-align: center;
    font-size: 14px;	
}

.formWrap .bxBtm .elementor-text-editor p {
    padding-bottom: 10px;	
}

/* why page */

.counterWrap .elementor-counter {
	text-align: center;
   background: #ffffff;
}
.counterWrap .elementor-counter span,
.counterWrap .elementor-counter .elementor-counter-title {
    display: inline-block;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: 'Rift-Bold';
}
.counterWrap .elementor-counter-number-wrapper {
    display: inline-block !important;
    font-size: 0px !important;	
}
.counterWrap .boxLast .elementor-counter-number {
	display: none;
}
.whimgWrap .txtBox h3 {
	font-family: 'Athelas-BoldItalic';	
    font-size: 30px;
    margin-bottom: 10px;
}
.whimgWrap .txtBox .elementor-widget-wrap {
    padding: 0 0px 0 50px;	
}
.whimgWrap.whimgRight .txtBox .elementor-widget-wrap {
    padding: 0 50px 0 0px;	
}
.whimgWrap {
	padding-bottom: 70px;
}
.whWrap .whTop {
    padding-top: 20px;	
}
.whWrap {
    background-size: 71% 70% !important;
    background-position: top 170px right !important;	
}
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn:before {
    width: 22px;
    height: 16px;
    position: absolute;
    right: 28px;
    top: calc(50% - 8px);
}
.whWrap .whTop p {
	font-size: 22px;
	line-height: 32px;
}
.counterWrap .elementor-counter .elementor-counter-number {
    margin-right: -2px;	
}

/*/freehold-management page/*/

.srvInner .listWrap ul {
    margin: 0;	
}
.srvInner .listWrap ul li {
    list-style: none;
    display: block;
    position: relative;
    padding-left: 30px;
    font-family: 'Rift-Bold';
    font-size: 24px;
    color: #009847;
    letter-spacing: 2.1px;
    margin-bottom: 30px;
}
.srvInner .listWrap ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #b8b8b8;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}
.srvInner .listWrap ul li:last-child {
	margin-bottom: 0;
}
.srvInner {
    background-size: 100% auto !important;
}
.srvInner .listWrap {
	overflow: hidden;
}


/****  browser fixing    *******/

.safari.iphone.osx .faqWrap .elementor-toggle .elementor-active .elementor-toggle-icon .elementor-toggle-icon-opened, 
.safari.iphone.osx .faqWrap .elementor-toggle .elementor-toggle-icon .elementor-toggle-icon-closed {
    margin-top: 6px;	
    vertical-align: middle;
}






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

                                    THEME STYLE RESPONSIVE CSS START

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




/* Portrait tablet to landscape and desktop */
@media (min-width: 1920px) {

	.bannerWrap .elementor-widget-spacer {
    	top: inherit !important;
	}
	.newsWrap .sclMdl h2 {
	   padding-left: 24px;	
	   padding-right: 24px !important;
	}
	.home .containerWrap {
/*	background-size: 90% !important;	*/
	}

}



@media (max-width: 1899px) and  (min-width: 1680px) {

	.bannerWrap .elementor-widget-spacer {
    	top: inherit !important;
	}

}

@media (max-width: 1600px) and  (min-width: 1441px) {

	.bannerWrap .elementor-widget-spacer {
    	top: inherit !important;
	}
	
}

@media (max-width: 1440px) and  (min-width: 1367px) {
	.bannerWrap .elementor-widget-spacer {
    	top: inherit !important;
	}
}

@media (max-width: 1366px) and  (min-width: 1281px) {

	.bannerWrap .elementor-widget-spacer {
    	top: inherit !important;
	}

}

@media (max-width: 1280px) and  (min-width: 1025px) {

	.bannerWrap .elementor-widget-spacer {
    	top: inherit !important;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) and (max-width: 1380px) {
	
	.footer .addressBox>.elementor-column-wrap {
    	padding-right: 30px !important;
	}
	.footer .socialBox>.elementor-column-wrap {
    	padding-left: 30px !important;
	}
	.footer .addressBox .elementor-icon-list-item a .elementor-icon-list-text {
	    font-size: 16px;	
	}
	.footer {
	    margin: -25px 35px 0px !important;	
	}
	.footerWrap {
		padding-bottom: 35px;
	}
	.footer .socialBox .elementor-icon-list-item a .elementor-icon-list-text {
	    font-size: 17px;	
	}
	.footer .socialBox .elementor-icon-list-items .elementor-icon-list-icon i {
    	font-size: 17px !important;
	}	
	.newsWrap .row .postgridWrap h3 {
	  font-size: 22px;	
	}
	.newsWrap .row .postgridWrap article {
	    padding: 12px;	
	}
	.newsWrap .row .postgridWrap .textGrid {
	    bottom: 12px;
    	left: 12px;
    	width: calc(100% - 24px);
    	height: calc(100% - 24px);
    	padding: 25px 12px 10px;	
	}
	.whWrap {
    	background-size: 64% 64% !important;
    	background-position: top 113px right !important;
	}
	.srvInner {
    	background-size: 100% auto !important;
	}
	.srvIndex {
	    padding-top: 68px !important;	
	}		

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1025px) and (max-width: 1200px) {
	
   .testimonialWrap {
 	 	background-size: 57% 100% !important;
  	}
  	
	.testimonialWrap .slideBox .swiper-slide {
    	padding: 25px 15px;
	}
	.testimonialWrap .slideBox>.elementor-column-wrap {
		border-width: 20px !important;
	}
   .testimonialWrap .slideBox .swiper-slide .elementor-testimonial__cite span,
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content h3 {
		font-size: 23px;
	}
	.testimonialWrap .textBox .scnTitle .elementor-widget-container:after {
	  width: calc(100% - 233px);	
	}
	
	.newsWrap .row .postgridWrap .textGrid .dbtn,
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn {
		font-size: 18px !important;
		padding: 10px 50px 12px 26px !important;
	}
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn:before {
		 right: 14px;
	}
	
	.counterWrap .elementor-counter span, .counterWrap .elementor-counter .elementor-counter-title {
	   font-size: 26px;
	}
	.whWrap {
		padding-top: 70px !important;
	background-size: 58% 58% !important;
    background-position: top 169px right !important;
	}
	.faqWrap {
		padding-top: 140px !important;
	}
	.hlpWrap.withDivider {
		padding-top: 120px !important;	
	}
	
	.srvInner {
    	background-size: 80% 225% !important;
    background-position: top 110px right !important;
	}	
	.srvIndex {
	    padding-top: 35px !important;	
	}	
	.newsWrap .aos-animate .scnTitle .elementor-widget-container:before, .newsWrap .aos-animate .scnTitle .elementor-widget-container:after {
		width: 260px;
	}		
	.sclMdl {
	    max-width: 848px;	
	}	
	
}

/* Large desktop */
@media (min-width: 1025px) {
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding-left: 80px;
		padding-right: 80px;
	}
	
		 	
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 

	.elementor-section.elementor-section-boxed > .elementor-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footer .addressBox>.elementor-column-wrap {
    	padding-right: 30px !important;
	}
	.footer .socialBox>.elementor-column-wrap {
    	padding-left: 30px !important;
	}
	.footer .addressBox .elementor-icon-list-item a .elementor-icon-list-text {
	    font-size: 16px;	
	}
	.footer {
	    margin: -25px 15px 0 15px !important;	
	}
	.footerWrap {
		padding-bottom: 15px;
	}
	.footer .socialBox .elementor-icon-list-item a .elementor-icon-list-text {
	    font-size: 17px;	
	}
	.footer .socialBox .elementor-icon-list-items .elementor-icon-list-icon i {
    	font-size: 17px !important;
	}	
	.newsWrap .row .postgridWrap h3 {
	  font-size: 22px;	
	}
	.newsWrap .row .postgridWrap article {
	    padding: 10px;	
	}
	.newsWrap .row .postgridWrap .textGrid {
	   bottom: 10px;
    	left: 10px;
    	width: calc(100% - 20px);
    	height: calc(100% - 20px);
    	padding: 25px 10px 10px;	
	}
	.footer .footerLogo {
		width: 30% !important;
	}
	.footer .socialBox {
	    width: 35% !important;	
	}
	.footer .addressBox {
	    width: 35% !important;	
	}	
	.moveWrap .elementor-widget-wrap h2 {
	   font-size: 38px;	
	}
	.moveWrap .elementor-widget-wrap h4 {
	    font-size: 32px;	
	}
	.footer form input {
	    width: 41.8%;	
	 margin-right: 20px;
	}
	.footer>.elementor-container>.elementor-row {
	    padding: 0 10px;	
	}
	.newsWrap .row .postgridWrap {
	    padding: 0 10px;	
	}
	.scnTitle h2 {
	    font-size: 32px;
	    padding-right: 22px !important;	
	}
	.sclMdl h2 {
    	padding-left: 22px !important;
	}
	
   .testimonialWrap {
 	 	background-size: 54% 100% !important;
  	}
	.testimonialWrap .slideBox .swiper-slide {
    	padding: 25px 10px;
	}
	.testimonialWrap .slideBox>.elementor-column-wrap {
		border-width: 15px !important;
	}
.testimonialWrap .slideBox .swiper-slide .elementor-testimonial__cite span,
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 21px;
    line-height: 25px;
	}	
	
	.testimonialWrap .slideBox .swiper-slide .elementor-testimonial__text {
	    font-size: 16px;
    	line-height: 27px;	
	}
	.testimonialWrap .textBox p {
	    font-size: 16px;
       line-height: 29px;	
	}
	.testimonialWrap>.elementor-container {
      background-position: top -1px right 20px !important;		
	}
	.hlpWrap .helpBottom .elementor-inner-column>.elementor-column-wrap {
    	padding: 40px 10px 20px 30px !important;	
	}
	.hlpWrap .helpBottom .elementor-image-box-wrapper:before {
	    left: -22px;
       top: -22px;
        width: calc(100% - 20px);	
	}
	
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content h3 {
		padding: 0 10px;
	}
	.testimonialWrap .slideBox {
	    width: 55% !important;
    padding-right: 60px;
	}
	.testimonialWrap .textBox {
		width: 45% !important;		
	}
	.testimonialWrap .elementor-main-swiper .elementor-swiper-button {
	    right: -70px !important;	
	}
	.testimonialWrap .textBox .scnTitle .elementor-widget-container:after {
		left: 168px;
    	width: calc(100% - 156px);	
	}
	
	.newsWrap .row .postgridWrap .textGrid .dbtn,
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn {
		font-size: 18px !important;
		padding: 10px 50px 12px 26px !important;
	}
	
	
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn:before {
		 right: 14px;
	}
	.withDivider {
    	background-position: top right -141px !important;
    	background-size: 106% 100% !important;
	}	
	.archiveWrap {
	    padding: 95px 0px 75px 0px !important;	
	}
	.hlpWrap.withDivider {
		padding-top: 113px !important;
	}
	.counterWrap .elementor-counter span, .counterWrap .elementor-counter .elementor-counter-title {
	   font-size: 22px;
	}
	.counterWrap .elementor-column>.elementor-column-wrap {
	     margin: 0 !important;	
	}
	.whWrap {
		padding-top: 50px !important;
		background-size: 62% 62% !important;
    	background-position: top 64px right !important;
	}	
	.whWrap .counterWrap {
	    padding: 15px 0px 30px 0px !important;	
	}
	.whimgWrap .txtBox .elementor-widget-wrap,
	.whimgWrap.whimgRight .txtBox .elementor-widget-wrap {
    	padding: 0;
	}
	.whimgWrap .txtBox h3 {
	    font-size: 26px;	
	}
	.whimgWrap {
    	padding-bottom: 50px;
	}
	.faqWrap {
		padding-top: 132px !important;
	}
	.whWrap .whTop p {
		font-size: 20px;
	}
	
	.srvInner {
    	background-size: 80% 225% !important;
    background-position: top 110px right !important;
	}	
	.srvIndex {
	    padding-top: 50px !important;	
	}	
	.newsWrap .aos-animate .scnTitle .elementor-widget-container:before, .newsWrap .aos-animate .scnTitle .elementor-widget-container:after {
		width: 240px;
	}		
	.sclMdl {
	    max-width: 730px;	
	}
	.helpTop .aos-animate .scnTitle .elementor-widget-container:before, .helpTop .aos-animate .scnTitle .elementor-widget-container:after {
		width: 125px;
	}
	
	
	
}

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}
  	.elementor-section.elementor-section-boxed > .elementor-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.withSidebar .elementor-widget-theme-post-content .aligncenter, 
	.withSidebar .elementor-widget-theme-post-content .alignleft, 
	.withSidebar .elementor-widget-theme-post-content .alignright {
    	max-width: 100%;
    	float: none;
    	display: block;
    	margin: 0 auto 20px;
	}
		
	.footer .addressBox>.elementor-column-wrap {
        padding-right: 10px !important;
        padding-top: 0 !important;
	}
	.footer .socialBox>.elementor-column-wrap {
    	padding-left: 10px !important;
	}
	.footer .addressBox .elementor-icon-list-item a .elementor-icon-list-text {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
	}
	.footer {
	    margin: -25px 15px 0 15px !important;	
	}
	.footerWrap {
		padding-bottom: 15px;
	}
	.footer .socialBox .elementor-icon-list-item a .elementor-icon-list-text {
	    font-size: 17px;	
	}
	.footer .socialBox .elementor-icon-list-items .elementor-icon-list-icon i {
    	font-size: 17px !important;
	}	
	.newsWrap .row .postgridWrap h3 {
	  font-size: 22px;	
	}
	.newsWrap .row .postgridWrap article {
	    padding: 10px;	
	}
	.newsWrap .row .postgridWrap .textGrid {
	   bottom: 10px;
    	left: 10px;
    	width: calc(100% - 20px);
    	height: calc(100% - 20px);
    	padding: 25px 10px 10px;	
       text-align: center;
	}
	.footer .footerLogo {
	}
	.footer .socialBox {
	padding: 22px 0 30px;
	}
	.footer .addressBox {
    padding-bottom: 18px;
	}	
	.moveWrap .elementor-widget-wrap h2 {
	   font-size: 32px;	
	}
	.moveWrap .elementor-widget-wrap h4 {
	    font-size: 28px;	
	}
	.footer form input {
    width: 100%;
    margin-right: 0;
	}
	.footer>.elementor-container>.elementor-row {
	    padding: 0 10px;	
	}
	.newsWrap .row .postgridWrap {
	    padding: 0 10px;
    width: 100%;
    margin-bottom: 20px;
	}
	.scnTitle h2 {
    font-size: 24px;
    padding-right: 10px !important;
	}
	.sclMdl h2 {
    	padding-left: 10px !important;
	}
	.footer form h3 {
	    width: 100%;
    text-align: center;
    font-size: 26px;
	}
	.footer form button {
		width: 100%;
		margin-top: 10px;
	}
	.footer form {
		max-width: 400px;
	    margin-bottom: 0;
	}
	.footer .addressBox .elementor-icon-list-item a {
		display: block;
	    text-align: center;
	}
	.footer .addressBox .elementor-icon-list-item a .elementor-icon-list-icon {
	    display: block;
    margin: -12px auto 30px;	
        opacity: 1;
	}
	
	.footer .footerLogo>.elementor-column-wrap {
		border-left: none;
    	border-right: none;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
    padding-top: 36px !important;
    padding-bottom: 36px !important;
	}
	.footer .elementor-inner-section {
		padding-top: 0 !important;
	    padding-bottom: 0 !important;
	}
	.footer .socialBox .elementor-icon-list-items .elementor-icon-list-item {
		display: block;
		text-align: center;
	}
	.footer .socialBox .elementor-icon-list-items .elementor-icon-list-item a {
		display: block;
	}
	.footer .socialBox .elementor-widget-social-icons {
		text-align: center !important;
	}
	
	.footer .footerLogo img {
	    width: 100px;	
	}
	.copyrightBar p {
		text-align: center;
		padding-bottom: 15px;
	}
	
	.copyrightBar .elementor-image-gallery .gallery-item {
		display: block;
	    margin: 0 auto 20px !important;
	}
	.footer>.elementor-container {
	    padding-bottom: 32px;
    padding-top: 44px;	
	}
	.moveWrap {
	    padding: 45px 10px 50px 10px !important;	
	}
	.newsWrap .sclMdl h2 {
		background: #ffffff;
	}
	.newsWrap {
	    padding: 45px 0px 20px 0px !important;	
	}
	.footer .socialBox .elementor-icon-list-items a .elementor-icon-list-icon {
		opacity: 0;
	}
	.footer .socialBox .elementor-icon-list-items a:hover .elementor-icon-list-icon {
		opacity: 1;
	}
	
	
   .testimonialWrap {
 	 	background-size: cover !important;
 	 	    padding: 0px 0px 105px 0px !important;
  	}
	.testimonialWrap .slideBox .swiper-slide {
    	padding: 25px 10px;
	}
	.testimonialWrap .slideBox>.elementor-column-wrap {
		border-width: 15px !important;
	}
   .testimonialWrap .slideBox .swiper-slide .elementor-testimonial__cite span,
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 21px;
    line-height: 25px;
	}	
	
	.testimonialWrap .slideBox .swiper-slide .elementor-testimonial__text {
	    font-size: 16px;
    	line-height: 27px;	
	}
	.testimonialWrap .textBox p {
	    font-size: 16px;
       line-height: 29px;	
	}
	.testimonialWrap>.elementor-container {
       background-position: top 15px right 20px !important;
    padding-top: 60px;
        background-size: 55px !important;	
	}
	.hlpWrap .helpBottom .elementor-inner-column>.elementor-column-wrap {
    	padding: 30px 0px 20px 10px !important;	
	}
	.hlpWrap .helpBottom .elementor-image-box-wrapper:before {
    left: -15px;
    top: -15px;
    width: calc(100% - 20px);
	}
	
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content h3 {
		padding: 0 10px;
	    text-align: center;
	}
	.testimonialWrap .slideBox {
    width: 100% !important;
    padding-right: 0;
	}
	.testimonialWrap .textBox {
		width: 100% !important;		
      padding-bottom: 15px;
	}
	.testimonialWrap .elementor-main-swiper .elementor-swiper-button {
    	right: 0px !important;
    	top: -70px !important;
    	transform: inherit !important;
        margin-top: 0;
	}
	.testimonialWrap .textBox .scnTitle .elementor-widget-container:after {
    left: 142px;
    width: calc(100% - 110px);
	}	
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-img a img {
		width: 100%;
	}
	.testimonialWrap .elementor-main-swiper .elementor-swiper-button-prev {
		right: 50px !important;
	} 
	.hlpWrap {
		padding-bottom: 25px !important;
		padding-top: 85px !important;
	}
	.header .mainmenu nav.elementor-nav-menu--dropdown li.lastList {
    	padding: 0 0px 0 0px;
    	text-align: center;
	}
	.header .mainmenu nav.elementor-nav-menu--dropdown .sub-arrow {
    	font-size: 24px;
	}
	.header .mainmenu nav.elementor-nav-menu--dropdown .menuExtra {
	    transform: translate3d(-100%, 0, 0);	
	}
	
	.header .mainmenu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu {
    	padding-bottom: 20px !important;
	}	
	
	.newsWrap .row .postgridWrap .textGrid .dbtn,
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn {
		font-size: 18px !important;
		padding: 10px 50px 12px 26px !important;
	}

	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content .dbtn:before {
		 right: 14px;
	}
	
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-content {
		text-align: center;
	}
	
	#elementor-popup-modal-275 .dialog-message {
		width: 400px !important;
	}
	.mvWrap .elementor-field-group {
		margin-bottom: 20px !important;
	}	
	
	.mvWrap .elementor-column-wrap .elementor-widget-wrap {
    	padding: 20px 5px 0;
	}	
	.mvWrap .elementor-field-type-submit .dbtn {
	    right: -15px;	
	padding: 10px 37px 11px !important;
	}
	
	.elementor-popup-modal .dialog-widget-content .dialog-close-button {
	    right: -10px;
	    width: 45px;
	    height: 45px;
	    line-height: 45px;	
	}
	.mvWrap .elementor-field-type-submit {
	    margin-bottom: 0 !important;	
	}
	.mvWrap .elementor-column-wrap h2 {
		font-size: 32px;
	}
		
  .mvWrap .elementor-text-editor {
     font-size: 14px;
     font-weight: 400;
  }
	.mvWrap .elementor-widget-text-editor {
		margin-bottom: 10px !important;
	}
	.mvWrap .elementor-message {
	bottom: 15px;	
	}
	
	.archiveWrap {
		padding-bottom: 45px !important;
	}
	.withDivider {
    	background-position: top right 0px !important;
    	background-size: 85% 100% !important;
	}	
	
	.search-no-results input[type='search'], .search-no-results input[type='search'], .wrapper.blog.searchPage input[type='search'], .error404 .error-404 input[type='search'] {
	    min-width: 320px;	
	    text-align: left;
	}
	.search-no-results .not-found, .error404 .error-404 {
      padding: 70px 10px 90px;
         text-align: center;
	}	
	.error404 .header {
	  padding-left: 0px;
	  padding-right: 0px;		
	}	
	
	.search-results .SearchTitle {
		margin-bottom: 15px;
		margin-top: 0;
		width: 100%;
		float: none;
		text-align: center;	
 		font-size: 32px;
	}
	.search-results .contentSearch {
		text-align: center;
		float: none;
		width: 100%;
	}
	.search-results .archiveWrap {
		padding-bottom: 70px !important;
	}
	.search-no-results .archiveWrap {
    	padding-bottom: 20px !important;
	}
	.search-no-results .not-found h1 {
		font-size: 40px;
	}
	.hlpWrap.withDivider {
		padding-top: 16px !important;
	    padding-bottom: 110px !important;
	}	
	.formWrap .bxTop .phone {
    	margin-right: 0;
    	width: 100% !important;
       margin-bottom: 10px !important;
	}	
	.formWrap .bxTop .email {
		width: 100% !important;
	}
	.formWrap .bxTop .elementor-image-box-img a {
	   height: 50px;
      line-height: 50px;	
		width: 50px;
	}
	.formWrap .bxTop .elementor-widget-image-box h5 {
	  font-size: 18px;	
	}
	.formWrap .bxTop .elementor-image-box-img {
	    margin-right: 10px !important;
	}
	.formWrap .bxTop .elementor-column-wrap {
    	padding: 30px 10px 19px !important;
	}	
	.formWrap .bxTop .elementor-widget-image-box .elementor-image-box-content {
		width: auto;
		display: inline-block;
	}
	
	.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-html p {
		text-align: center;
       padding-bottom: 0px;
	}
	.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-recaptcha {
    	width: 100%;
       display: block;
	}	
	
	.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit {
		width: 100%;	
		text-align: center;
		display: block;
	}
	.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn {
	    max-width: none;
    padding: 13px 57px 15px 27px !important;
    font-size: 18px !important;	
	}
	.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-recaptcha .elementor-g-recaptcha>div {
	    margin: 0 auto;
    display: block;	
	}
	.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-recaptcha iframe {
		margin: 0 auto;
	}
	.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-group {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.formWrap {
		padding-bottom: 55px !important;
	}
	.formWrap .bxTop h5 {
		font-size: 22px;
	}
	.counterWrap .elementor-counter span, .counterWrap .elementor-counter .elementor-counter-title {
	   font-size: 20px;
	}
	.counterWrap .elementor-column>.elementor-column-wrap {
	     margin: 0 !important;	
	}
	.whWrap {
		padding-top: 30px !important;
	}	
	.whWrap .counterWrap {
	    padding: 15px 0px 30px 0px !important;	
	}	
	.whWrap {
    	padding-top: 42px !important;
    	background-size: 84% 56% !important;
    	background-position: top 64px right !important;
    	padding-bottom: 40px !important;
	}	
	.whWrap .counterWrap {
	    padding: 15px 0px 30px 0px !important;	
	}
	.whimgWrap .txtBox .elementor-widget-wrap,
	.whimgWrap.whimgRight .txtBox .elementor-widget-wrap {
    	padding: 0;
		 text-align: center;
	}
	.whimgWrap .txtBox h3 {
	    font-size: 22px;	
	  	padding-top: 10px;
	}
	.whimgWrap {
    	padding-bottom: 20px;
	}	
	.whimgWrap .txtBox p:last-child {
		padding-bottom: 0;
	}
	.whWrap .whTop {
	   padding: 0 10px;	
	   text-align: center;
	}
	.helpTop {
    	padding-top: 20px !important;	
	}
	.helpTop p {
	    padding-bottom: 10px;	
	}
	.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn:before {
	    width: 19px;
	right: 22px;	
	}
	.whWrap .whTop p {
    	font-size: 18px;
    	line-height: 30px;
	}	
	
	.srvInner {
    	background-size: 80% 225% !important;
      background-position: top 110px right !important;
	}
	.srvInner .listWrap {
    padding: 36px 10px 35px !important;
    margin-top: 15px !important;
    margin-bottom: 40px !important;
    text-align: center;
	}
	.srvInner .listWrap ul {
		display: inline-block;
	}
	.srvInner .listWrap ul li {
		text-align: left;
      font-size: 22px;
       margin-bottom: 20px;
	}	
	.srvIndex {
	    padding-top: 20px !important;	
	}
	.srvInner p {
    	font-size: 16px;
    	line-height: 28px;
    	text-align: center;
	}
	.helpTop .scnTitle {
		max-width: 445px;
	}
	.hlpWrap .helpBottom .elementor-image-box-wrapper .elementor-image-box-img:after {
		content: '';
		background: transparent;
		width: 100%;
		height: calc(100% - 4px);
		position: absolute;
		top: 0;
		left: 0;
		z-index:999;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;	
	}
	.hlpWrap .helpBottom .elementor-image-box-wrapper.active:after {
		opacity: 1;
		visibility: visible;
	}
	.newsWrap .row .postgridWrap article:hover .textGrid .linkBox,
	.hlpWrap .helpBottom .elementor-image-box-wrapper.active .elementor-image-box-content .elementor-image-box-description {
		height: 53px;
		overflow: visible;
	}	
	
	
}

     
/* Landscape phones and down */
@media (max-width: 480px) { 


	#elementor-popup-modal-275 .dialog-message {
		width: 280px !important;
	}
	
	.search-results .contentSearch button,
   .search-no-results .search-form button, .error404 .error-404 button {
		display: block !important;
		width: 100%;
   }
  	.search-results .contentSearch .search-form label,
   .search-no-results .search-form label, .error404 .error-404 label {
	    margin-bottom: 6px !important;
	    display: block !important;
	}	
	.search-results .contentSearch input[type='search'],
	.search-no-results input[type='search'], .wrapper.blog.searchPage input[type='search'], .error404 .error-404 input[type='search'] {
	    min-width: inherit;
	    width: 100%;
	}
   .whWrap {
     background-size: 90% 50% !important;	
   }
	.srvInner {
    	background-size: 80% 225% !important;
    background-position: top 110px right !important;
	}

	

}

/* Landscape phones and down */
@media (max-width: 370px) {
	
.formWrap .bxBtm .elementor-form .elementor-form-fields-wrapper .elementor-field-type-recaptcha iframe {
    margin: 0 auto 0 -28px;
}

}




