@font-face {
  font-family: 'Aller-Regular';
  src: url('../fonts/Aller-Regular.woff') format('woff'),
       url('../fonts/Aller-Regular.ttf') format('truetype'),
       url('../fonts/Aller-Regular.svg#Aller-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Aller-Bold';
  src: url('../fonts/Aller-Bold.woff') format('woff'),
       url('../fonts/Aller-Bold.ttf') format('truetype'),
       url('../fonts/Aller-Bold.svg#Aller-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'Aller-Italic';
  src: url('../fonts/Aller-Italic.woff') format('woff'),
       url('../fonts/Aller-Italic.ttf') format('truetype'),
       url('../fonts/Aller-Italic.svg#Aller-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

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



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

                                        THEME STYLE MAIN CSS STARTED

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



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

body {
	word-wrap: break-word;
 	font-size: 14px;
 	font-weight: 400;
 	overflow-x: hidden;
 	color: #2a363b;
 	font-family: 'Montserrat', sans-serif;
}

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: #ff0000;
	outline:0!important;

}

a:hover {
	color: #f6df17;
}

.upb_row_bg {
	width: 100% !important;
}

* {
outline:none!important;
}


button,input[type='submit'],input[type='button'] {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: none;

}

button:hover,input[type='submit']:hover,input[type='button']:hover {	

}

.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 0px #2a363b;
}


h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: 'Montserrat', sans-serif;
	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;
}

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

/* content */

.content {

}

.content h1 {

}

.content h2 {
    
}

.content h3 {

}

.content h4 {
    
}

.content h5 {
    
}

.content h6 {
    
}

.content ol li, 
.content ul li {
	list-style-position: outside;
}

.content ol, 
.content ul {
	margin: 20px 0 20px 20px;
	margin-bottom: 7px;
}

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

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

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

::selection {
   color: #ff0000; 
   background: #f6df17 !important;
}

/* header */

.home .header {
	background: #2f3a3e;
	z-index: 99;
   position: relative;
   box-shadow: 0px 0px 0px;
}

.header {
	background: rgba(47,58,62,.7); 
	position: fixed;
   left: 0;
   top: 0px;
   width: 100%;
   z-index: 99;
   box-shadow: 0px 0px 16px rgba(0,0,0,.6); 
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}



.header .phoneBox ul li,
.header .phoneBox,
.header .menuBar .mainmenu {
	display: inline-block;
	vertical-align: top;
}

.header .menuBar {
	text-align: right;
}

.header .menuBar .mainmenu {
	padding-top: 51px;
}

.header .phoneBox {
	 padding-top: 40px;
}

.header.scrolled .phoneBox {
	padding-top: 38px;
}

.header .phoneBox ul li a {
	font-size: 15px;
	font-family: 'Aller-Bold';
	color: #fff;
	display: inline-block;
	border-radius: 50px;
}

.header.scrolled .phoneBox ul li.marker a,
.header .phoneBox ul li.tel a {
	border: 2px solid #fff;
	padding: 8px 20px 8px;
	background: transparent;	
}

.header .phoneBox ul li.tel {
	margin-right: 15px;
}

.header.scrolled .phoneBox ul li.marker a:hover,
.header .phoneBox ul li.tel a:hover {
	background: #ff0000;
	border-color: transparent;
}

.header .phoneBox ul li a img {
	margin-right: 8px;
	width: 16px;
}

.header .phoneBox ul li.marker a {
	background: #ff0000;	
	font-family: 'Aller-Regular';
	border: 2px solid transparent;
   padding: 8px 20px 8px;
}

.header .phoneBox ul li.marker a:hover {
	background: transparent;
	border-color: #fff;
		
}
.header .phoneBox ul li.marker a img {
    width: 18px;	
    margin-top: -2px;
}
.header.scrolled .phoneBox ul li.marker a img {
	width: 22px;
    margin-top: 0px;
}

.header .logo img {
	width: 205px;
	margin-bottom: -14px;
}

.scrolling .header.scrolled {
	 visibility: visible;
    opacity: 1;
    z-index: 99;
    background: #2f3a3e;
}

.header.scrolled {
	 position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
    padding-bottom: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	visibility: hidden;
    opacity: 0;
    box-shadow: 0px 0px 0px;
}

.scrolling #mobilemenu {
	display: block;
}
.header.unscrolled {
    box-shadow: 0px 0px 16px rgba(0,0,0,.6);	
}

.header.scrolled .phoneBox ul li a {
	font-size: 0;
	color: transparent;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
   line-height: 40px;
   padding: 0 !important;
   overflow: hidden;
}

.header.scrolled .phoneBox ul li a img {
	margin-right: 0;
	width: 20px;
}

.header.scrolled .logo img {
	 margin-bottom: -35px;
}

header .container {
	position: relative;
}

.header.scrolled .phoneBox {
	padding-right: 44px;
}

/* Banner */

.banner {
	padding-bottom: 150px;
}
.banner h1 {
	color: #fff;
	font-size: 66px;
	font-family: 'Aller-Bold';
}

.banner h1 label {
	display: block;
	color: #ff0000;
	margin-top: 10px;
}

.banner p {
	color: #e5e8e9;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	max-width: 450px;
   margin: 0 auto;
}

.banner p:last-child {
	padding-bottom: 0;
}

.banner .bottom-to-top {
	margin-bottom: 0;
}

.banner .dbtn {
	color: #fff !important;
   border: none !important;
   background: none !important;
   font-family: 'Aller-Bold';
   font-size: 22px !important;
   padding: 0 !important;
    
}

.banner .dbtn:hover {
	color: #ff0000 !important;
}

.banner .dbtn:after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/2018/10/arrow-1.png) no-repeat right center;
	width: 40px;
   height: 40px;
   background-size: 100%;
   vertical-align: middle;
   margin-left: 28px;
   position: inherit; 
   top: -3px;
}

.banner .dbtn:hover {
	 transform: rotateX(0) !important;
}

body .roundWrap {
	border-radius: 50px;
}

.iconWrap {
	 z-index: 9;
    margin-top: -88px;
   box-shadow: 0px 2px 18px -4px rgba(0,0,0,0.5);
}

.iconWrap .aio-icon-component {
	margin-bottom: 0;
	text-align: center;
}

.iconWrap .aio-icon-component .aio-icon-header {
	padding: 0 !important;
}

.iconWrap .aio-icon-component .aio-icon-title {
	color: #2a363b;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px !important;
	-webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
	
	
}

.iconWrap .aio-icon-component .aio-icon-box-link:hover .aio-icon-title {
	color: #f6df17;
}

.iconWrap .wpb_column {
	border-right: 2px solid #f0f0f0;
	margin: 30px 0px;
}

.iconWrap .wpb_column:last-child {
	border-right: none;
}

.iconWrap .aio-icon-component .aio-icon-img {
	position: inherit !important;
	height: 86px;
}

.iconWrap .aio-icon-component .aio-icon-box {
	padding-top: 0px !important;
}

.iconWrap .aio-icon-component .aio-icon-box-link {
	margin-top: 0 !important;
	display: inline-block;
	text-align: center;
}

/* WelcomeWrap*/


.welcomeWrap .infoBlock .aio-icon-component {
	 padding-left: 152px;
}

.welcomeWrap .infoBlock .aio-icon-component .aio-icon-img {
	 margin-right: 31px;
}

.welcomeWrap .infoBlock .aio-icon-component .aio-icon-title {
	font-size: 18px;
}

.welcomeWrap {
	margin-top: -92px;
	padding-top: 149px;
	padding-bottom: 210px;
}

.welcomeWrap .aio-icon-component .aio-icon-description,
.welcomeWrap p {
	line-height: 26px;
	font-size: 15px;
}


.banner.inner {
	padding-top: 205px;
}

/* Contact Page */



.contactDetals .infoBlock .aio-icon-description p {
	display: none;
}

.contactDetals .infoBlock .aio-icon-description .aio-icon-title {
	    margin-bottom: 11px;
}

.contactDetals .infoBlock .aio-icon-description ul {
	margin: 0 ;
}

.contactDetals .infoBlock .aio-icon-description ul li {
	list-style: none;
}

.contactDetals .infoBlock .aio-icon-description a,
.contactDetals .infoBlock .aio-icon-description ul li a {
	 color: #2a363b;
}

.contactDetals .infoBlock .aio-icon-description a:hover,
.contactDetals .infoBlock .aio-icon-description ul li a:hover {
	 color: #ff0000;
}

.contactDetals .aio-icon-component {
	    margin-bottom: 50px;
}

.contactDetals .textBlock p:last-child {
	padding-bottom: 0;
}

.formWrap form {
	max-width: 464px;
	margin: 0 auto;
	text-align: center;
}

.formWrap form span {
	display: block;
	font-size: 15px;
}

.formWrap form label {
	display: block;
	margin-bottom: 34px;
}

.formWrap .text {
	margin-bottom: 10px;
}

.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;
    width: 100%;
    background: #f4f5f5;
    border: none;
    height: 60px;
    padding: 18px;
    border-radius: 30px;
}


.iphone select,
.iphone input[type='tel'],
.iphone textarea,
.iphone input[type='email'],
.iphone input[type='text'] {
	background: #cfcfcf;
}

.formWrap form textarea {
	min-height: 246px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #2a363b;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
	color: #2a363b;
}

textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
	color: #2a363b;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
	color: #2a363b;
}

.formWrap form .dbtn:after {
	display: none;
}

.formWrap form .dbtn {
	text-align: center;
    padding: 13px 48px 8px !important;
}

.formWrap form p {
	padding-bottom: 0;
}

.mapWrap .ultimate-map-wrapper {
	margin-bottom: 0 !important;
}


.mapWrap .ultimate-map-wrapper div {
	   animation-duration: 0s !important;
}

.formWrap span.wpcf7-not-valid-tip {
	font-size: 14px;
}

/* Services Page */


.srvindexWrap .sectionTitle h2 {
	margin: 0 auto;
}

.srvindexWrap .sectionTitle h2:after {
	margin: 16px auto 44px;
}

.srvindexWrap .wpb_text_column {
	max-width: 750px;
   margin: 0 auto 27px;
}

/* Error Pade */


.error404 .wrapper {
    margin-top: 183px;
    margin-bottom: 155px;
}

.search-no-results button,
.search-results button,
.error404 button {
	background: #ff0000;
	color: #fff; 
	padding: 15px 32px;
   margin-left: -6px;
   height: 50px;
   
 
}

.search-no-results button:hover,
.search-results button:hover,
.error404 button:hover {
	background: #f6df17;
}

.search-no-results input[type='search'],
.search-results input[type='search'],
.error404 input[type='search'] {
	border-radius: 0px;
	min-width: 350px;
	height: 50px;
}

.error404 form {
	margin-top: 20px;
}

.search-results label,
.error404 label {
	margin-bottom: 0;

}

.search-no-results label .screen-reader-text,
.search-results label .screen-reader-text,
.error404 label .screen-reader-text {
	display: none;
}

.search-results .wrapper {
	 margin-top: 183px;
    margin-bottom: 155px;
}

.search-results form {
	text-align: right;
}

.search-results .SearchTitle {
	margin-top: 10px;
}

.search-no-results .wrapper {
	 margin-top: 200px;
    margin-bottom: 215px;
}

.search-no-results .searchPage {
	text-align: center;
}

.search-no-results hr,
.search-no-results .contentSearch,
.search-no-results .SearchTitle {
	display: none;
}



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

                                    THEME STYLE RESPONSIVE CSS STARTED

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


/* Large desktop */


@media (min-width: 1270px) {
	
	.container {
		width: 1270px;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (max-width: 1269px) {
	
	.mainmenu ul li {
		margin: 0 22px !important;
	}
	
	.mainmenu ul li ul li {
		margin: 0 !important;
	}
	
	.welcomeWrap .infoBlock .aio-icon-component {
		padding-left: 78px;
	}
}

@media (min-width: 1200px) {

	.gecko .footer .footerLogo,
	.safari .footer .footerLogo {
		width: 26%;
	} 
	
	.gecko .footer .footerContact,
	.safari .footer .footerContact {
		width: 30%;
	}





	 	
}

@media (min-width: 992px) and (max-width: 1199px) { 
	
	.mainmenu ul li {
		 margin-right: 26px !important;
	}
	
	.mainmenu ul li a {
		font-size: 16px !important;
	}
	
	.mainmenu ul li ul li a {
		font-size: 14px !important;
	}
	
	.mainmenu ul li ul {
		top: 69px !important;
	}
	
	.mainmenu ul li ul li {
		margin: 0 !important;
	}
	
	.header .phoneBox ul li a {
		font-size: 16px;
	}
	
	
	.header .phoneBox ul li.tel {
		margin-right: 12px;
	}
	
	#mobilemenu .slicknav_menu .slicknav_btn {
		top: 50px !important;
	}
	
	.header.scrolled .phoneBox {
		padding-top: 38px;
	}
	
	.header .phoneBox {
		padding-top: 40px;
	}
	
	#mobilemenu .slicknav_nav {
		padding: 170px 30px 50px !important;
	}
	
	#mobilemenu .getBtn a,
	#mobilemenu .slicknav_nav li a {
		font-size: 16px !important;
	}
	
	#mobilemenu .slicknav_nav li .sub-menu li a {
		font-size: 15px !important;
	}
	
	.welcomeWrap .infoBlock .aio-icon-component {
		padding-left: 50px;
	}
	
	.search-results input[type='search'] {
		 min-width: 326px;
	}
	
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) { 
	
	.mainmenu ul li {
		 margin-right: 14px !important;
	}
	
	.header .phoneBox ul li a,
	.mainmenu ul li a {
		font-size: 14px !important;
	}
	
	.mainmenu ul li ul {
		top: 49px !important;
	}
	
	.mainmenu ul li ul li {
		margin: 0 !important;
	}
	
	.header .menuBar {
		padding-top: 0px;
	}
	
	.header .phoneBox ul li.tel a {
		padding: 8px 12px 8px;
	}
	
	.header .phoneBox ul li.marker a {
		padding: 8px 9px 8px;
	}
	
	.header .phoneBox ul li.tel {
		margin-right: 6px;
	}
	
	.header .menuBar .mainmenu {
		padding-top: 35px;
	}
	
	.header.scrolled .phoneBox {
		padding-top: 19px;
	}
	
	.header .phoneBox {
		padding-top: 22px;
	}
	
	.mainmenu ul li a {
		padding: 0px 0px 30px !important;
	}
	
	.mainmenu ul li ul li a {
		padding: 15px !important;
		font-size: 13px !important;
	}
	
	#mobilemenu .slicknav_menu .slicknav_btn {
		top: 30px !important;
	}
	
	.header.scrolled {
		padding-bottom: 13px;
	}
	
	.banner h1 {
		font-size: 60px;
	}
	
	.iconWrap .aio-icon-component .aio-icon-title {
		font-size: 14px;
	}
	
	#mobilemenu .getBtn a,
	#mobilemenu .slicknav_nav li a {
		font-size: 14px !important;
	}
	
	#mobilemenu .slicknav_nav li .sub-menu li a {
		font-size: 13px !important;
	}
	
	#mobilemenu .slicknav_nav {
		padding: 170px 15px 50px !important;
	}
	
	#mobilemenu .footerContact {
		padding-left: 15px !important;
	}
	
	.welcomeWrap .infoBlock .aio-icon-component {
		padding-left: 50px;
	}
	
	.welcomeWrap .infoBlock .aio-icon-component .aio-icon-img {
		 margin-right: 8px;
	}
	
	.welcomeWrap .infoBlock .aio-icon-component .aio-icon-img img {
		width: 60px;
	}
	
	.header .logo img {
		width: 148px;
	}
	
	.contactDetals .infoBlock .aio-icon-component .aio-icon-img img {
		width: 36px;
	}
	
	.contactDetals .infoBlock .aio-icon-component .aio-icon-img {
		font-size: 36px !important;
	}
	
	.contactDetals .infoBlock .aio-icon-description a, 
	.contactDetals .infoBlock .aio-icon-description ul li a {
		word-break: break-all;
	}
	
		
	.search-results input[type='search'] {
		 min-width: 232px;
	}
	.header .phoneBox ul li a img {
    	width: 14px;
      margin-top: -2px;
	}
	.header .phoneBox ul li.marker a img {
    	width: 15px;
       margin-top: -1px;
	}
	
	
	
	

}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

	.header.dekstopOnly {
		display: none;
	}

	.header.scrolled {
		visibility: visible;
    	opacity: 1;
	}
	
	.header .phoneBox ul li.marker a {
		border: 2px solid #fff;
		background: transparent;
	}
	
	.header .phoneBox ul li.marker a:hover {
		background: #ff0000;
		border-color: transparent;
	}
	
	.header.scrolled .phoneBox ul li a img {
		width: 15px;
	}
	
	.banner h1 {
		font-size: 54px;
	}
	
	.banner p {
		font-size: 16px;
	}
	
	.banner .dbtn:after {
    	margin-left: 32px;
	}
	
	.iconWrap .wpb_column {
		border-right: none;
		border-bottom: 2px solid #f0f0f0;
		padding: 30px 0px 30px;
		margin: 0px;
	}
	
	.iconWrap .wpb_column:last-child {
		border: none;
	}
	
	.iconWrap .aio-icon-component .aio-icon-title {
		font-size: 14px;
	}
	
	.home .wrapper {
		margin-top: 121px;
	}
	
	#mobilemenu .responsiveMenu {
		border-right: none !important;
		min-height: 0 !important;

	}
	
	#mobilemenu .footerContact .textwidget {
		border-top: 7px double #fff;
		margin-top: 30px;
		padding-top: 30px;
	} 

	#mobilemenu .footerContact {
		padding-left: 15px !important;

	}
	
	#mobilemenu .slicknav_nav {
		padding: 170px 37px 50px 15px !important;
	}
	
	#mobilemenu .getBtn a,
	#mobilemenu .slicknav_nav li a {
		font-size: 14px !important;
	}
	
	#mobilemenu .slicknav_nav li .sub-menu li a {
		font-size: 13px !important;
	}
	
	#mobilemenu .getBtn,
	#mobilemenu .footerContact h2,
	#mobilemenu .slicknav_nav li {
		text-align: center !important;
	}
	
	#mobilemenu .slicknav_nav li>a, #mobilemenu .slicknav_nav>li>a {
		text-align: center !important;
	}
	
	.welcomeWrap {
		text-align: center;
		padding-bottom: 0;
		padding-top: 94px;
	}
	
	.welcomeWrap .infoBlock .aio-icon-component {
		padding-left: 0;
	}

	.welcomeWrap .infoBlock .aio-icon-component .aio-icon-left {
		display: block;
	}
	
	.welcomeWrap .infoBlock .aio-icon-component .aio-icon-img {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.welcomeWrap .upb_row_bg {
		background-image: none !important;
	}
	
	.welcomeWrap .textBlock {
		background: #fff;
	}
	
	.welcomeWrap .infoBlock {
		background: #e5e8e9;
		padding-bottom: 128px;
		padding-top: 15px;

	}
	
	#mobilemenu .footerContact h2:after {
		margin: 18px auto 0;
	}
	
	#mobilemenu .slicknav_nav li ul {
		margin-left: 0 !important;
	}
	
	#mobilemenu .slicknav_nav li a span.slicknav_arrow:after,
	#mobilemenu .slicknav_nav li a span.slicknav_arrow:before,
	#mobilemenu .slicknav_nav li.slicknav_open>a>span.slicknav_arrow::before {
		 width: 10px !important;
		 left: 5px !important;
	}
	
	#mobilemenu .slicknav_nav li a span.slicknav_arrow:after {
		left: 0px !important;
	}
	
	#mobilemenu .slicknav_nav li a span.slicknav_arrow {
		top: 5px !important;
	}
	
	.contactDetals .infoBlock .aio-icon-component .aio-icon-img img {
		width: 36px;
	}
	
	.contactDetals .infoBlock .aio-icon-component .aio-icon-img {
		font-size: 36px !important;
	}
	
	.contactDetals .infoBlock .aio-icon-description a, 
	.contactDetals .infoBlock .aio-icon-description ul li a {
		word-break: break-all;
	}
	
	.contactDetals .textBlock .align-icon {
		text-align: center !important;
	}
	
	.contactDetals .textBlock {
		 padding-bottom: 45px;
	}
	
	.contactDetals .aio-icon-component {
		 margin-bottom: 35px;
	}
	
	body .srvindexWrap {
		padding-bottom: 90px !important;
	}
	
	.search-no-results input[type='search'], 
	.search-results input[type='search'],
	.error404 input[type='search'] {
		min-width: 240px;
	}
	
	.search-results .wrapper, 
	.error404 .wrapper {
		margin-top: 70px;
    	margin-bottom: 88px;
	}
	
	.search-results form,
	.search-results {
		text-align: center;
	}
		
	.search-no-results .wrapper {
		margin-top: 88px;
    	margin-bottom: 83px;
	}

}

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

	.header.scrolled .phoneBox ul li a {
		width: 35px;
    	height: 35px;
    	line-height: 32px;
	}
	
	.header.scrolled .phoneBox ul li.tel {
		margin-right: 4px;
	}
	
	.header.scrolled .logo {
		width: 48%;
	}
	
	.header.scrolled .menuBar {
		width: 52%;
		padding-top: 0px;
	}
	
	#mobilemenu .slicknav_menu .slicknav_btn {
		top: 21px !important;
	}

	.header .phoneBox {
		padding-top: 0px;
	}
	
	.header.scrolled .phoneBox {
		 padding-top: 14px;
	}
	
	.header.scrolled {
		padding-bottom: 9px;
	}
	
	.banner h1 {
		font-size: 36px;
	}
	
	.banner .dbtn {
		font-size: 20px !important;
	}
	
	.header.scrolled .logo img {
		width: 115px;
	}
	
	.home .wrapper {
		margin-top: 63px;
	}
	
	#mobilemenu .footerContact ul li a {
		word-break: break-word;
	}
	
	.error404 label,
	.search-results label,
	.search-no-results label {
		display: block;
	}
	
	.search-no-results input[type='search'],
	.search-results input[type='search'],
	.error404 input[type='search'] {
		min-width: 100%;
	}
	
	.search-no-results button,
	.search-results button,
	.error404 button {
		display: block;
		width: 100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	
	

	

	


}


@media (max-width: 320px) { 



}