/*
	Theme Name: Altitude Pro Theme
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.2

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing  
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700,800');


@font-face {
	font-family:'ProximaNova-Regular';
	src: url('fonts/ProximaNova-Regular_gdi.eot');
	src: url('fonts/ProximaNova-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Regular_gdi.woff') format('woff'),
		url('fonts/ProximaNova-Regular_gdi.ttf') format('truetype'),
		url('fonts/ProximaNova-Regular_gdi.svg#ProximaNova-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2666;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular.eot');
    src: url('fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('fonts/MyriadProRegular.woff2') format('woff2'),
         url('fonts/MyriadProRegular.woff') format('woff'),
         url('fonts/MyriadProRegular.ttf') format('truetype'),
         url('fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}



body {
    color: #777;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height:26px;  
	-webkit-font-smoothing: antialiased;
	 overflow-x: hidden;
}
.top_sec_menu ul li a {
    font-size: 17px;
    color: #231F20;
}
.top_sec_menu {
    float: left;
}
body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.sticky-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color:#ec008c; 
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size:17px;
	line-height:26px;
	color:#777;
}

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

li {
	
	font-family: 'Raleway', sans-serif;
	font-size:17px;
	color:#777;
}

b,
strong {
	font-weight: 800;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee; 
	clear: both;
	margin: 40px 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
	line-height: 1.2;
	margin: 0 0 20px;
	font-size:30px;
	color:#000;
	font-weight:normal;
}

h2{ font-size:28px;}
h3{ font-size:26px;}
h4{ font-size:26px;}
h5{ font-size:24px;}
h6{ font-size:24px;}  



.image-section h2,
.solid-section h2 {
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
}

.front-page-2.solid-section h2 {
	font-size: 48px;
}



.image-section h4,
.solid-section h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, select, textarea {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 20px;
    width: 100%;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	opacity: 1;
}  

::-webkit-input-placeholder {
	color: #000;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
    background-color: #2d2d2d;
    border: 2px solid #2d2d2d;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #fff;
	cursor: not-allowed;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1180px;
}

.site-inner {
    clear: both;
    position: relative;
    word-wrap: break-word;
    z-index: 9;
}
.top_right_menu ul#main_navigation li a{
	   border-right: 1px solid #dcdcdc;
    height: 76px;
    line-height: 76px;
    padding: 0 20px;
    display: inline-block;
}
.top_right_menu ul#main_navigation li {
padding: 0;
 
}
.top_menu ul li a:hover {
    color: #f4c500;
}
.ls-bg.ls-preloaded{
	margin: 0 !important
}
.top_right_menu ul#main_navigation li a:hover{
	background:#fdc628;
	}

.top_right_menu ul#main_navigation li:first-child {
    border-left: 1px solid #dcdcdc;
}
.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
   overflow: hidden;
    display: none;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title {
	font-size: 48px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #ec008c;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */


.toggleMenu {
    display: none;
}
.top_menu {
   background: #231f20 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 5000;
}
.top_menu_sec {
    margin: 0 auto;
    width: 1115px;
}
/*.feature_img_section222 {
    display: none;
}*/
.main_inner_heading .wpb_wrapper > h1 {
  color: #000000;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 38px;
    margin-top: 43px;
    position: relative;
}
.main_inner_heading .wpb_wrapper > p {
    color: #000000;
}
.yellow_color h4 {
   color: #000000;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 12px;
}
.text_align_center_text .wpb_wrapper > p {
    text-align: center;
}
.yellow_color img {
    margin-top: -41px;
}
.big_text .wpb_wrapper > p {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
}
.yellow_text {
    color: #ffbd33;
    font-size: 26px;
}
.yellow_color {
   background: #ffbd33 none repeat scroll 0 0;
    margin-bottom: 46px !important;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}
.yellow_color .wpb_wrapper > p {
    margin-bottom: 13px;
}
.main_inner_heading .wpb_wrapper > h1::before {
    background: #fdc628 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: -16px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    width: 60px;
}
#inner_header_image {
    background-attachment: fixed;
    background-position: center top !important;
    height: 332px;
}
#main_navigation li {

	position: relative;
}
.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}



.site-header.sticky-header > .wrap {
	border-bottom: none;
}

.site-header.sticky-header .nav-secondary {
	display: none;
}



/* Title Area
--------------------------------------------- */

6438
.title-area {
	float: left;
	padding:0;
}
.top_sec_menu {
    float: left;
	width:100%;
}
.top_right_menu {
    float: right;
}
.site-header.sticky-header .title-area {
	padding: 15px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.sticky-header .title-area {
	padding: 0;
}

.header-image .site-title > a {
 background-size: contain !important;
    display: block;
    margin: 0;
    text-indent: -9999px;
   height: 105px;width: 192px;
}

  

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 30px 15px;
	text-transform: uppercase;
}

.site-header.sticky-header .genesis-nav-menu a {
	padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
	border-color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */

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

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(30%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000',GradientType=0 );
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #fff;
}
.easy_t_single_testimonial .easy_testimonial_title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 9px;
    position: relative;
}
.easy_testimonial_title {
    float: right;
    width:48% !important
}
.testimonial_body > p {
    color: #505050;
    height: 100px;
    overflow: hidden;
}
blockquote.easy_testimonial {
    float: left;
}
.testimonial-client {
       float: right;
    font-weight: bold;
    left: 0;
    margin-top: 8px;
    position: relative;
    width:48%;
}
.testimonial-position{
  float: right;
    font-weight: bold;
    left: 0;
    margin-top: 0;
    position: relative;
    width:48%;
}
.easy-t-cycle-pager {
    display: none !important;
}
blockquote.easy_testimonial::before {
    content: inherit !important;
}
blockquote.easy_testimonial .wp-post-image {

    float: left;
    margin: 0 10px 10px 0;
    max-height: 182px !important;
    max-width: 255px !important;
    width: 255px !important;
}
.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #22a1c4;
}

.solid-section {
	background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}


/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
	
.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 0 0px;
	width: 100%;
}



.jcarousel .easy-logo_image{
height:85px !important

}
.jcarousel-pagination {
    display: none;
}
.jw_easy_slider_name {
    display: none;
}
.jcarousel-wrapper {
    border: medium none !important;
    border-radius: inherit !important;
    box-shadow: inherit !important;
    margin: inherit !important;
    position: relative !important;
}



.full-width-content.front-page .content {
	padding: 0;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 11px !important;
}


/* Entries
--------------------------------------------- */

.entry {

}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol, .entry-content ul {
    margin-bottom: 30px;
    margin-left: 1px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
    padding:0px 0 4px 0px;
	margin-left:15px;
}
.jcarousel li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;

}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #22a1c4;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #22a1c4;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color: #000;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	padding: 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #22a1c4;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}
 
/*------------
menu------------------*/

.top_sec_menu ul li{list-style:none; display:block;  padding: 0 5%;}
.top_sec_menu ul li a {display: block;font-size:32px;font-weight: bold;line-height:40px;  color:#fff;}
.top_sec_menu ul li a:hover{color:#EC008C;}
.top_sec_menu ul li.current-menu-item a{color:#EC008C;}  
.top_sec_menu .nav { width:100%; text-align:center;}
.tog-event{border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);border-style: solid;border-width: 11px 10.5px 0;
content: "";position: absolute;height: 0;right: 21px;top: 13px;width: 0;}

#main_navigation li .sub-menu li {
    padding: 0 20px;
}
#main_navigation li .sub-menu {
    padding: 5px 0;
}

#main_navigation li .sub-menu li a {
    font-size: 26px;
    line-height: normal;
    padding: 5px 0;
}

#main_navigation li .sub-menu li {
    padding: 0 20px;
}
/*drop menu*/


.header-navmenu-popup .top_sec_menu ul li a {

    padding: 10px 0;
	display: inline-block;
}
.header-navmenu-popup .top_sec_menu ul li{padding: 0 5%;
    text-align: left;}
	

/*--------------
header--------------------*/

.site-header{ text-align:center;background:none; z-index:500; position:relative;}
.site-header .wrap{ max-width:100%; width:100%; padding:0 50px;}
.header-nav-popcus{ float:right; }
.header-widget-area{ display:inline-block;position:relative; left:-10%; z-index:555;}
.header-menu-click{ background:url("images/togel_img.png") no-repeat 0 0; width:58px; height:60px; margin-top:43px;
text-indent:-5000px; cursor:pointer; position:relative; z-index:99999;}
.header-cus-nav-phone{float:left; margin-right:50px; margin-top:60px;}
.header-cus-nav-phone a {
    background: rgba(0, 0, 0, 0) url("images/header_call.png") no-repeat scroll left center;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
    padding: 0 0 0 20px;
}
.title-area {
  float: left;
}



.header-cus-nav-phone a:hover{ color:#ec008c;}
.header-cus-nav-book{float:left;margin-right:25px;margin-top: 37px;position: relative;top: 6px;}
.header-cus-nav-book a{ border:2px solid #fff; width:158px; height:60px; line-height:60px; text-align:center; font-weight:bold;
font-size:14px; font-weight:bold; display:block; color:#fff;}
.header-cus-nav-consultation{float:left;float: left;margin-top: 37px;position: relative;top: 6px;}
.header-cus-nav-consultation a{border:2px solid #fff; width:158px; height:60px; line-height:60px; text-align:center; font-weight:bold;
font-size:14px; font-weight:bold; display:block; color:#fff;} 
.header-cus-nav-consultation a::before, .header-cus-nav-book a::before {background:#ec008c;bottom: 0;content: "";left: 0;
position: absolute;right: 0;top: 0;transform: scaleX(0);transform-origin: 50% 50% 0;transition-duration: 0.3s;
transition-property: transform;transition-timing-function: ease-out;z-index: -1;} 
.header-cus-nav-consultation a, .header-cus-nav-book a  {box-shadow: 0 0 1px rgba(0, 0, 0, 0);display: inline-block;
position: relative;transform: perspective(1px) translateZ(0px);transition-duration: 0.3s;transition-property: color;vertical-align: middle;}
[class^="hvr-"] {color: rgb(102, 102, 102);cursor: pointer;margin: 0.4em;padding: 1em;text-decoration: none;}
.header-cus-nav-consultation a:hover::before, .header-cus-nav-consultation a:focus::before, .header-cus-nav-consultation a:active::before {
transform: scaleX(1);}
.header-cus-nav-consultation a:hover, .header-cus-nav-consultation a:focus, .header-cus-nav-consultation a:active {color: rgb(255, 255, 255);}
.header-cus-nav-book a:hover::before, .header-cus-nav-book a:focus::before, .header-cus-nav-book a:active::before {
transform: scaleX(1);}
.header-cus-nav-book a:hover, .header-cus-nav-book a:focus, .header-cus-nav-book a:active {color: rgb(255, 255, 255);}
.eader-widget-area a{font-family: 'Lato', sans-serif;}
.office-hours {
    height: auto;
	background: rgba(0, 0, 0, 0) url("images/time-icon.png") no-repeat scroll 0 0;
    line-height: normal;
	  color: #000000;
    margin-bottom: 20px;
 padding: 0 0 0 50px;
}
 .dis-block {
    display: block;
    height: auto !important;
    line-height: normal;
	
}


/*-------
slider section----------*/

.slider_area {margin-top: -105px;}
.slider_area .vc_col-sm-12{ position:relative!important;}
.slider_area .vc_col-sm-12 .slotholder::before {background: rgba(236, 0, 140, 0.7) none repeat scroll 0 0;content: "";display:block;height:100%;
position:absolute;width:38.5%;z-index:5;} 
.slider_area .vc_col-sm-12 .vc_column-inner .slotholder .tp-bgimg::after{background:rgba(35, 33, 118, 0.5) none repeat scroll 0 0;content: "";display:block;height:100%;position:absolute;width:61.5%;
z-index:5;right:0; padding:0!important;}  
h1{ font-size:41px!important; text-transform:uppercase;font-family: 'Raleway', sans-serif!important;
line-height:41px!important; font-weight:bold!important; margin-bottom:10px!important; color: #fff;}    
.slider_sub_title { font-size:36px!important; text-transform:uppercase;font-family: 'Lato', sans-serif!important;
line-height:36px!important; font-weight:light!important;margin-bottom:10px!important;} 

.slider_read a {color: rgb(255, 255, 255);
font-family: "Raleway",sans-serif;font-weight: bold !important;padding: 0 40px 0 0 !important;text-transform: uppercase;
font-size:15px!important; position:relative!important;}
.slider_read{ position:relative;}
.slider_read:before{background: rgb(255, 255, 255) none repeat scroll 0 0;content: "";height: 2px;margin-top: -10px;
position: absolute;width: 87px;}
.slider_read {margin-top:50px!important;}

.slider_read a::before {background: rgba(0, 0, 0, 0) url("images/slider_arrow.png") no-repeat scroll right center;
content: "";display: block;height: 17px;padding: 0 1px;position: absolute;right: 0;transform: translateZ(0px);transition-duration: 0.1s;
transition-property: transform;transition-timing-function: ease-out;width: 24px;}
.slider_read a  {box-shadow: 0 0 1px rgba(0, 0, 0, 0);display: inline-block;padding-right: 2.2em;position: relative;transform: perspective(1px) translateZ(0px);
transition-duration: 0.1s;vertical-align: middle; padding-top:8px!important;}
[class^="hvr-"] {background: rgb(225, 225, 225) none repeat scroll 0 0;color: rgb(102, 102, 102);cursor: pointer;margin: 0.4em;
text-decoration: none;}
.slider_read a:hover::before, .slider_read a:focus::before, .slider_read a:active::before {transform: translateX(4px);}		
.slider_area .wpb_revslider_element{ margin-bottom:0!important;}
.slider_bottom_arrow {margin-bottom: 0 !important;position: relative;text-align: center;top: -40px;}
.slider_area .tp-bullets{ left:0!important; top:50%!important;}    
.slider_area .tp-bullet {left: 60px !important;margin-bottom: 5px;position: relative !important;top: 0 !important;}


.scroll {cursor: pointer;display: block;height: 50px;margin: -53px auto 0 !important;width: 30px;}
.scroll .mouse{width: 100%;height: 100%;position: absolute; top: 0;left: 0;display: block;border: 2px solid #fff!important;
border-radius: 20px;}
.scroll .wheel {animation-duration: 3s; animation-iteration-count: infinite;animation-name: scroll-wheel;background: #ffffff none repeat scroll 0 0;
border-radius: 35%;display: block;height: 8px;left: 48%;margin-left: -2px;position: absolute;top: 10px;width: 6px;
color:transparent;}
.get-touch-slider-btn a {border: 2px solid #ffffff !important;color: #ffffff;display: block;font-size: 16px !important;
letter-spacing: 2px !important;padding: 10px 15px !important;}
.scroll .mouse::before {background: #ffffff none repeat scroll 0 0;content: "";height: 10px;left: 12px;position: absolute;
top: 0;width: 2px;}

@keyframes scroll-wheel{
    from{
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to{
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}







     
 
/*-----------------
slider nottom section--------------*/

.slider_bottom_left {align-items: center;display: flex!important;min-height:860px!important;}    
.slider_bottom_left .vc_column-inner{ width:500px!important; margin:0 auto!important; float:none!important;}
.left_bottom_slider_title{ position:relative; margin-bottom:80px!important;}  
.left_bottom_slider_title h3{font-family: 'Raleway', sans-serif; font-size:41px; color:#3f3f3f; line-height:41px; font-weight:bold;
text-transform:uppercase; position:relative;}    
.left_bottom_slider_title h3 span{ font-size:36px; font-weight:300;}
.left_bottom_slider_title::before {border: 10px solid #e1e1e1;content: "";display: block;height: 145px;position: absolute;
right: -98px;top: -50px;width:440px;}
.slider_bottom_left p{ font-size:27px; color:#000; line-height:36px;}		  		 		  
.slider_bottom_right .vc_col-sm-6{ min-height:430px!important;}		
.slider_bottom_right .vc_col-sm-6 .vc_column-inner{ position:absolute; height:100%; top:0!important;
align-items: center;display: flex!important; padding:0 65px!important;background-position: center center;
    background-size:cover;}		
.bottom_background:hover .bottom_background  > .vc_column-inner{transform: scale(1.2);}
.slider_bottom_right .vc_col-sm-6 h4{ text-transform:uppercase;}		
.slider_bottom_right .vc_col-sm-6 p{ color:#000; font-size:17px; line-height:27px;}
.bottom_background .vc_column-inner:before{ position:absolute; background:rgba(236, 0, 140, 0.7) none repeat scroll 0 0;
display:block;height:100%; content:""; width:100%; top:0; left:0;}
.bottom_background{ overflow:hidden;}
.bottom_background .vc_column-inner{transition: all 0.5s ease 0s;}
.bottom_background:hover .vc_column-inner{ transition: all 0.5s ease 0s;}

 

 

/*--------------
service section------------------*/

.service_section{ padding:100px 0!important;}
.service_section .services_left_img{ position:absolute!important; left:0!important; min-height:629px; width:28%!important;}  
.service_section .services_left_img .vc_column-inner{ height:100%; position:absolute;}
.services_right{ float:right!important; width:70%!important;}
.services_right .vc_column-inner{ padding:0!important;}   
.services_right .vc_row.wpb_row.vc_inner.vc_row-fluid{ margin:0!important;}
.services_right .vc_col-sm-4 {margin-bottom:27px;margin-right:27px;width:31.1%; min-height:190px;}
.services_right .vc_col-sm-4 .wpb_text_column{ margin-bottom:0!important;}
.services_right .vc_col-sm-4:last-child{ margin-right:0!important;}
.services_right .vc_col-sm-4 .vc_column-inner{ padding:30px 40px 0!important;}
.service_blank .vc_column-inner{ display:none!important;}
.service_blank{background:#e8e8e8!important;margin-bottom:0!important;}
.service_one{background:#fff url("images/emergency.png") no-repeat right 20px bottom 20px;}
.service_two{background:#fff url("images/fast_quotes.png") no-repeat right 20px bottom 20px;}
.service_three{background:#fff url("images/free_consultation.png") no-repeat right 20px bottom 20px;} 
.service_four{background:#fff url("images/guarantee-seals.png") no-repeat right 20px bottom 20px;}
.service_five{background:#fff url("images/fixed_price.png") no-repeat right 20px bottom 20px;}
.service_six{background:#fff url("images/case_back_on_time.png") no-repeat right 20px bottom 20px;}
.service_seven{background:#fff url("images/set_time.png") no-repeat right 20px bottom 20px; margin-bottom:0!important;}
.service_one:hover{background:#232176 url("images/emergency.png") no-repeat right 20px bottom 20px;}
.service_two:hover{background:#232176 url("images/fast_quotes.png") no-repeat right 20px bottom 20px;}
.service_three:hover{background:#232176 url("images/free_consultation.png") no-repeat right 20px bottom 20px;} 
.service_four:hover{background:#232176 url("images/guarantee-seals.png") no-repeat right 20px bottom 20px;}
.service_five:hover{background:#232176 url("images/fixed_price.png") no-repeat right 20px bottom 20px;}
.service_six:hover{background:#232176 url("images/case_back_on_time.png") no-repeat right 20px bottom 20px;}
.service_seven:hover{background:#232176 url("images/set_time.png") no-repeat right 20px bottom 20px;}
.services_right .vc_col-sm-4:hover h2{ color:#bbb;}
.services_right .vc_col-sm-4:hover p{color:#bbb;}
.services_right .vc_col-sm-4 h2{ font-size:25px!important; font-weight:bold; color:#3f3f3f; text-transform:uppercase; 
margin-bottom:10px!important;}
.services_right .vc_col-sm-4 h2 span{font-weight:300;}
.services_right .vc_col-sm-4 p{ color:#000; font-size:17px; line-height:26px; margin-bottom:0;}  
.services_left_img:hover .vc_column-inner:before{ position:absolute; background:rgba(236, 0, 140, 0.7) none repeat scroll 0 0;
display:block;height:100%; content:""; width:100%; top:0; left:0;}
.services_left_img{ overflow:hidden;}  
.services_left_img .vc_column-inner{transition: all 0.5s ease 0s;}
.services_left_img:hover .vc_column-inner{transform: scale(1.1);transition: all 0.5s ease 0s;}



/*------------
why choose us-------------*/

.why_choose_section .vc_column-inner{ padding:0!important;}
.why_choose_left{background: rgba(236, 0, 140, 0.7) none repeat scroll 0 0;content: "";display:block;height:100%;
position:absolute!important;width:38.5%!important;align-items: center;display: flex; padding:0px 0 100px!important;}   
.why_choose_left .vc_column-inner{ width:510px!important; margin:0 auto!important;    padding-right: 30px !important;}
.why_choose_left h1{font-family: "Raleway",sans-serif;font-size: 41px;font-weight: bold;line-height: 41px;position: relative;  
text-transform: uppercase; color:#fff; margin-bottom:140px!important;margin-top:120px!important;} 
.why_choose_left h1 span{ font-size:36px; font-weight:500;}
.why_choose_left h1::before {border:10px solid rgba(225, 225, 225, 0.4);content:"";display:block;height:250px;
position:absolute;right:45px;top:-83px;width:287px;}
.why_choose_left p{ font-size:27px; color:#fff; line-height:36px;}  

.why_choose_right{float:right!important; width:58%!important; padding:100px 0;}   
.why_choose_section .vc_inner{ margin:0!important;}
.why_choose_right:before{ width:105%; height:720px; position:absolute; content:""; border:10px solid rgba(225, 225, 225, 0.4);
display:block; left:-150px; top:100px;}  
.why_choose_boxes {position:relative; z-index:555; padding-top:80px;}
.why_choose_boxes .choose_box{ float:left; width:33%; margin-right:200px; margin-bottom:147px;}
.why_choose_boxes .choose_box:nth-of-type(2n){ margin-right:0;}
.why_choose_boxes .choose_box:nth-of-type(3n){ margin-bottom:120px;}
.why_choose_boxes .choose_box:nth-of-type(4n){ margin-bottom:100px;}
.why_choose_boxes .choose_box p{ color:#fff; font-size:21px; line-height:26px; margin-bottom:0!important;}
.why_choose_boxes .choose_box h6{ font-size:25px; font-weight:bold; color:#fff; text-transform:uppercase;}
.why_choose_boxes .choose_box h6 span{ font-weight:300; text-transform:uppercase;} 
.choose_box img{transform: translate3d(0px, 0px, 0px);transition: all 0.7s ease 0s;}		
.choose_box:hover img{transform: rotateY(180deg);  transform-style: preserve-3d;}		
		
		 
/*-----------
services bottom------------*/

.bottom_services .vc_column-inner {padding:0!important;}	
.bottom_service_left{ min-height:849px!important; width:38.5%!important; }
.bottom_service_left .vc_column-inner{ position:absolute; height:100%;top:0;}
.bottom_service_right{ width:61.5%!important; background:#f8f8f8;min-height:849px!important;}
.bottom_service_left .retail{ width:600px; height:432px; background:#e8e8e8 url("images/retail.png") no-repeat right bottom;
float:right; padding:74px 0 0 74px; margin-top:182px;}  
.bottom_service_left .retail h6{ font-size:35px; font-weight:bold; color:#3f3f3f;}
.bottom_services ul{ list-style:none; margin:0;}
.bottom_services ul li{ background:url("images/listing_arrow.png") no-repeat scroll  left top 2px; padding:0 0 0 32px; margin:0; 
 margin: 0 0 10px;   padding: 0 0 0 32px;transition: all 0.7s ease 0s;  text-transform: capitalize;}
.bottom_services ul li a{  display: block; font-size: 18px; line-height: 24px;color:#000;}
.bottom_services ul li:hover{ padding:0 0 0 40px;}
.bottom_services ul li a:hover{ color:#ec008c;}
.service_bottom_title{ margin-bottom:0!important; min-height:218px; background:#e8e8e8; padding-left:70px;}
.service_bottom_title h5{ font-size:41px; text-transform:uppercase; color:#3f3f3f; font-weight:bold; line-height:218px;}	    
.commercial_inner_div{ width:600px; height:432px; background:#d7d7d7 url("images/commercial.png") no-repeat right bottom;        
 padding:74px 0 0 64px;}  
.commercial_inner_div h6{ font-size:35px; font-weight:bold; color:#3f3f3f;}
.bottom_service_left .wpb_wrapper{ position:relative; z-index:5000;}
.bottom_service_left:hover::before {background: rgba(236, 0, 140, 0.7) none repeat scroll 0 0;content: "";display: block;
height: 849px;position: absolute;width: 100%;z-index: 5;}  	

 
    
/*---------------
areas_we_serve--------------*/

.areas_we_serve{ padding:100px 0;}
.areas_left{ width:65%!important; z-index:500;}
.areas_right{ width:35%!important;}   
.areas_right_location{ width:65%!important;}  
.areas_serve_title h6{ font-size:41px; color:#3f3f3f; font-weight:bold; text-transform:uppercase; line-height:41px;
float:right; position:relative; z-index:55;}
.areas_serve_title h6::before {border: 10px solid #e1e1e1;content: "";display: block;height: 125px;position: absolute;
right: -231px;top: -30px;width: 300px;z-index:-5;}
.areas_serve_title h6 span{ font-size:36px; font-weight:500;}
.areas_serve_title > p {color: #000000;float: right;font-size: 18px;line-height: 30px;position: relative;right: 25px;
text-align: right;top: 11px;width:70%;} 

.areas_left ul{ list-style:none;}
.areas_left ul li a{ margin:0 0 10px!important; background: #f2f2f2 url("images/listing arrow.png") no-repeat scroll left 25px top 16px;color:#707070;
display: block;padding: 10px 10px 10px 60px;transition: all 0.7s ease 0s; width: 100%;}
.areas_left ul li a:hover {padding: 10px 10px 10px 70px;background: #e8e8e8 url("images/listing arrow.png") no-repeat scroll left 25px top 16px;
color: #000;}

.areas_left .vc_col-sm-4{ width:32.5%!important;}
.areas_listing {clear:both;float:right;margin-top:12px;padding-right:90px;width:95%;}

  
  

/*----------two parts
-----------------------*/

.heaven_sent_left {height: 100%;left: 0;position:absolute!important;}
.heaven_sent_left .vc_column-inner{ height:100%; padding:130px 100px!important;}
.heaven_sent_right{ float:right!important; min-height:825px!important;}
.heaven_sent_right .vc_column-inner{ height:100%; position:absolute;}
.heaven_sent_left h2{font-size:41px; color:#3f3f3f; font-weight:bold; text-transform:uppercase; line-height:41px;
position:relative; z-index:55; margin-bottom:90px;}
.heaven_sent_left h2 span{padding-left: 10px; font-size:inherit!important;	 font-weight:500;}
.heaven_sent_left p{ font-size:27px; color:#000;line-height:40px; margin-bottom:40px;}
	.heaven_sent_left h2::before {border: 10px solid #e1e1e1;content: "";display: block;height: 145px;position: absolute;
right:0!important;top: -59px;width:70%!important;z-index:-5;}	
.heaven_sent_left ul{ list-style:none;}
.heaven_sent_left ul li{ background:url("images/listing_big_arrow.png") no-repeat 0 7px; padding:0 0 20px 38px;
font-size:21px; line-height:28px; margin:0; color:#000;}

.heaven_sent_right{overflow:hidden;}
.heaven_sent_right .vc_column-inner{transition:all 0.5s ease 0s;}
.heaven_sent_right:hover .vc_column-inner {transform: scale(1.1);transition: all 0.5s ease 0s;}
.heaven_sent_right:hover:before{ background:rgba(236, 0, 140, 0.7) none repeat scroll 0 0; position:absolute;
display:block; min-height:825px; width:100%; top:0; left:0; content:""; z-index:5; }
    

/*------------- 
logos section-----------*/

.logo_section{ padding:85px 0; text-align:center;}
.logo_section .wpb_content_element { margin-bottom:0!important;}
.logo_section img{ margin:0 40px;}


/*------------
footer section------------*/

.footer-area{ background:#2b2b2b; padding:100px 0 70px 0; float:left; width:100%; color:#fff; font-size:24px; line-height:34px; font-family: "MyriadProRegular";}
.footer-inner{ width:90%; margin:0 auto; float:none;font-weight:normal; line-height:32px;
/*font-family: 'MyriadProRegular';*/ } 
.footer-inner-location{ float:left; width:24%;}
.footer-inner-info{ float:left; width:18%;}
.footer-inner-contact{ float:left; width:40%; padding:0 60px; border-right:1px solid #6b6b6b;border-left:1px solid #6b6b6b;}
.footer-inner-social{ float:right; margin-right:20px;}
.footer-area h6{ color:#fff; margin-bottom:5px;font-family: 'MyriadProRegular';font-size: 26px;}
.footer-area a{ color:#fff;}
.footer-area a:hover{ color:#f02fa1;}
.footer-inner-location-area{ margin-bottom:30px;}
.footer-inner-contact .wpcf7-form input{ background:none; border:1px solid #fff; color:#fff; -webkit-text-fill-color: #fff;}      
.two_input{ float:left; width:100%;}  
.two_input p{ float:left; width:48%;}  
.two_input p:last-child{ float:right;}
.full_input{ float:left; width:100%; clear:both;}  
.full_input textarea{background:none; border:1px solid #fff; color:#fff; height:80px;-webkit-text-fill-color: #fff;}
.full_input .wpcf7-submit{ background:#474747 url("images/footer_arrow.png") no-repeat left 10px center!important; width:145px; 
height:47px; border:none!important; line-height:47px; padding:0; border-radius:0px; color:#fff!important;
-webkit-text-fill-color: #fff!important;}  
.full_input .wpcf7-submit:hover{ background:#5e5e5e url("images/footer_arrow.png") no-repeat left 10px center!important;} 
.footer-inner-info .footer-inner-info-one{ margin-top:30px;}  
.footer-copy {clear: both;float: left;width: 100%;background:#2b2b2b; padding-bottom:70px;}	 
.footer-copy .footer-copy-inner{ width:90%; margin:0 auto; float:none;}
.footer-copy .footer-copy-inner .footer-copyright{color: #ffffff;font-family: "MyriadProRegular";font-size: 24px;line-height: normal;float:left; }
.footer-inner-social img{ margin:0 10px;}	 
.footer-inner-social img:hover{ opacity:0.7;}  	 
	     
	   
	     

/*-------------
menu section--------------*/

.header-navmenu-popup {background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0 !important;float: left;height: 100vh;left: 0;
position: fixed;right: 0;top: 0;width: 100%;z-index: 9999;align-items: center;  display: flex;}





/*------------
project section-----------*/

.project_section_area{ padding:100px 0!important; margin:0!important; text-align:center;}
.project_section_area .vc_col-sm-12 {float: none !important;margin: 0 auto !important;max-width: 1550px;padding: 0;
width: 100% !important;}  
.project_section_area .view_section .vc_col-sm-12{ width:100%!important;}
.project_section_area .vc_column-inner{ padding:0!important;}  

.view_section {overflow: visible !important;}
.project_button_right {margin: -29% 0 0 !important;position: absolute;right: 0 !important;width: 143px !important;z-index: 9999;}
.project_box{ display:none!important;}
.view_title{ font-size:29px; color:#3f3f3f; font-weight:bold; text-transform:uppercase; line-height:35px;}   
.view_title span{ font-weight:lighter;}	 
.vie_all_button {border:10px solid #e1e1e1;height:366px;width:144px;}	 
.view_title {color: #3f3f3f;font-size: 29px;font-weight: bold;left: 0;line-height: 35px;position: absolute;text-transform: uppercase;
top: 100px;transform: rotate(90deg);}  
.view_title a {display:block;width:170%!important; position:relative; color:#3f3f3f;}
.view_title a::before {background:url("images/view_all_arow.png") no-repeat scroll 0 0;content: "";display: block;height: 46px;
left: 173px;position: absolute;top: 10px;width: 46px;transition: all 0.7s ease 0s;}
.view_title a:hover{ color:#f02fa1;}
.view_title a:hover:before{ left:180px;}     

    
.project_section_area ul{ list-style:none; display:inline-block;width:74%; margin:0;}
.project_section_area ul li{ margin:0;float:left;margin: 0 50px 0 0;width:30.3%; padding:0; position:relative;}
.project_section_area ul li:last-child{ margin-right:0;}
.project-image img{ display:block;transition: all 0.5s ease 0s;border:1px solid #e5e5e5;}
.project_section_area .right_cs{ float:left; width:100%; background:#fff; padding:20px; margin-top:-109px; position:relative;
border:1px solid #e5e5e5; text-align:left;}
.project_section_area .right_cs .content{ display:none;margin-top:10px; line-height:22px;}
.project_section_area .right_cs h3{ margin:0 0 0px!important; line-height:26px; text-transform:uppercase;}
.project_section_area .right_cs h3 a{ font-size:22px; font-weight:bold; color:#3f3f3f;}
.project_section_area .right_cs h3 a span{ display:block; font-weight:lighter;}

.project_section_area .our_project_content {border:10px solid #e1e1e1;float:left;vertical-align:top; text-align:left;
margin-bottom: 0 !important;margin-right:50px;min-height:300px;padding:61px 35px 0;width:22%; min-height:524px; position:relative;
top:14px;}
.project_section_area h5{ font-size:34px; font-weight:bold; text-transform:uppercase; color:#3f3f3f; line-height:34px;}
.project_section_area h5 span{ font-weight:lighter;}
.project_section_area p{ color:#000; font-size:18px; color:#000; line-height:30px;}
.project-image{transition: all 0.5s ease 0s;}

.project-image{ overflow:hidden; padding:15px 0; position:relative;}     
.project_section_area ul li:hover .project-image img{transform: scale(1.1);transition: all 0.5s ease 0s; }   
.project_section_area ul li:hover{ box-shadow:0 0px 7px rgba(51, 51, 51, 0.5);}     
.project_section_area ul li:hover .project-image::before {background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;content: "";
height: 100%;left: 0;position: absolute;right: 0;top: 0;width: 100%;z-index: 50;}          
.project_section_area ul li:hover .right_cs {background:none;border: medium none;margin-top: -156px;z-index: 500;}  
.project_section_area ul li:hover .right_cs h3 a{ color:#fff!important;}
.project_section_area ul li:hover .right_cs .content{ display:block; color:#fff!important;}


.advand_title h5 {display: none;}


/*-----------------
inner page-----------------*/
@media only screen and (min-width:1930px) 
{
	.feature_img_section222{background-size:cover;}
}
.feature_img_section222 {background-attachment: fixed; background-repeat: no-repeat;background-position: center top;
height: 500px;margin-bottom: 30px;margin-top: -105px;position: relative;}
.feature_img_section222:before{ background: rgba(236, 0, 140, 0.7) none repeat scroll 0 0;content: "";display: block;
height: 100%;position: absolute;width: 38.5%;z-index: 5;}  
.feature_img_section222:after{ background: rgba(35, 33, 118, 0.5) none repeat scroll 0 0;content: "";display: block;
height: 100%;padding: 0 !important;position: absolute;right: 0;width: 61.5%;z-index: 5; top:0;} 
.feature_img_section222 .newheader{ width:1180px; margin:0 auto; float:none; position:relative; z-index:50;}  
.newheader h1 {color:#fff;font-family: "Raleway",sans-serif;font-size: 50px;letter-spacing: 2px;line-height: 55px;margin-bottom: 35px;
padding-bottom: 25px;padding-top:30%;position: relative;text-transform: uppercase; float: none !important;
text-align:center;}
  
.center_text{text-align:center;}
.left_text{text-align:left;}
.right_text{text-align:right;}
   
 
/*---------------
contact us--------------*/
   
.address_one{background:url("images/contact_address.jpg") no-repeat 0 0; padding:0 0 0 50px; margin-bottom:20px;
 color:#000;}
.call_one{background:url("images/contact_call.jpg") no-repeat 0 0; padding:0 0 0 50px;height:35px; margin-bottom:20px;
line-height:35px;color:#000;}
.fax_one{background:url("images/contact_fax.jpg") no-repeat 0 0; padding:0 0 0 50px;height:35px; margin-bottom:20px;
line-height:35px;color:#000;}
.email_one{background:url("images/contact_email.jpg") no-repeat 0 0; padding:0 0 0 50px;height:35px; margin-bottom:20px;
line-height:35px;color:#000;} 
.contact_left_section a{ color:#000;}
.contact_left_section a:hover{ color:#ec008c!important;}
.contact_right_section .vc_column-inner{ padding:70px!important;}
.contact_right_section .wpcf7-form{ width:520px;}
.contact_left_section .vc_column-inner {float: right;padding:70px 80px 70px 0!important;width:590px!important;}
.contact_one_title h2{ color:#000; text-transform:uppercase;}
.contact_left_section p{ color:#000;font-size:18px;}
.contact_right_section .half_inputs p{ float:left; width:48%;}
.contact_right_section .half_inputs p:last-child{ float:right;}
.full_inputs p{ margin-bottom:20px!important;}
.full_inputs{float:left; width:100%;}
.half_inputs{float:left; width:100%;}
.contact_right_section .wpcf7-form input{ border:1px solid #fff;}
.contact_right_section .wpcf7-form textarea{ border:1px solid #fff;}
.contact_right_section .wpcf7-form input:focus{ border:1px solid #afafaf;}
.contact_right_section .wpcf7-form textarea:focus{ border:1px solid #afafaf;}
.contact_right_section .wpcf7-form .wpcf7-submit{background:#ec008c!important;letter-spacing: 0;
padding: 12px;width: 150px !important;border:none!important; border-radius:0px!important; float: right;}   
.contact_right_section .wpcf7-form .wpcf7-submit:hover{ background:#232176 !important;}
.contact_map .vc_column-inner { padding:0!important;} 
.contact_map .wpb_text_column{ margin-bottom:0!important;}
.vc_row.vc_hidden[data-vc-full-width]{opacity:1!important;}       
.contact_right_section .wpb_text_column.wpb_content_element {margin: 0 !important;} 
.contact_map iframe{ display:block;} 
.page-id-121 .feature_img_section222{ margin-bottom:0!important;}    
 
 
 
/*-----------
FAQ -------------------*/

.vc_tta-title-text::before { color:#3F3F3F; content: "Q"; font-size: 32px; font-weight: 900; left: -41px;  position: absolute; top: -6px;}
.vc_tta-title-text {border-left: 2px solid #3F3F3F; color:#3F3F3F!important; margin-left: 30px; padding-left: 18px; 
position: relative; font-size: 22px; display:block;}
.vc_tta-panel { border-bottom: 2px solid #3F3F3F!important;} 
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading { background-color: inherit !important; border-color: rgba(0, 0, 0, 0) !important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading { background-color: inherit !important; border-color: rgba(0, 0, 0, 0) !important;}
.vc_active .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left > a { padding-bottom: 3px !important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a { padding-left: 12px !important; padding-right: 70px !important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a { color: #000000 !important;}
.vc_tta.vc_general .vc_tta-panel-title > a { padding: 23px 20px !important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a { color: #000000 !important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
border-color:#3F3F3F!important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { left: inherit !important; right: 20px;}
.vc_tta .vc_tta-controls-icon { height: 30px !important; position: relative; width: 30px !important;}
.vc_tta.vc_general .vc_tta-panel-body::before { color:#3F3F3F; content: "A" !important; font-size: 33px;  font-weight: 900;  left: -38px; position: absolute;
top:23px;  z-index: 10000000;}
.vc_tta.vc_general .vc_tta-panel-body { border-left: 2px solid #cccccc !important; margin-left: 43px; overflow: visible !important;  padding-left:20px !important;
position: relative;  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; border: medium none !important; border-radius: 0 !important;}
.faq_section .vc_custom_heading {color: #0168b3; font-size: 27px; font-weight: 600; text-transform: uppercase;}
.vc_tta-panel-body ul li b { color: #0168b3;}
.vc_general .vc_tta-panel-body ul li {background-image: url("images/listing_arrow.png") !important; background-position: left top 4px;
 background-repeat: no-repeat !important; list-style-type: none; margin-left: 0;margin-bottom: 4px;  padding-left: 31px;}
.vc_tta-panels-container .vc_tta-panel-body p b{color: #0168B3;}
.faq_section.inner_page_top_b { margin-bottom: 30px;}
 
.faq_button a{ border:2px solid #EC008C;  padding: 0 30px;  height:60px; line-height:60px; text-align:center; font-weight:bold;
font-size:14px; font-weight:bold; display:block; color:#EC008C;}
.tip-faq-head {
    margin-bottom: 20px !important;
}
.faq_button{position: relative; width:100%;}
.faq_button a::before, .faq_button a::before {background:#ec008c;bottom: 0;content: "";left: 0;
position: absolute;right: 0;top: 0;transform: scaleX(0);transform-origin: 50% 50% 0;transition-duration: 0.3s;
transition-property: transform;transition-timing-function: ease-out;z-index: -1;} 
.faq_button a, .faq_button a{box-shadow: 0 0 1px rgba(0, 0, 0, 0);display: inline-block;
position: relative;transform: perspective(1px) translateZ(0px);transition-duration: 0.3s;transition-property: color;vertical-align: middle;}
[class^="hvr-"] {color: rgb(102, 102, 102);cursor: pointer;margin: 0.4em;padding: 1em;text-decoration: none;}
.faq_button a:hover::before, .faq_button a:focus::before, .faq_button a:active::before {
transform: scaleX(1);}
.faq_button a:hover, .faq_button a:focus, .faq_button a:active {color: rgb(255, 255, 255);}


 
/*-----------
privacy page----------*/

.offers_title_section{margin-bottom:20px!important;}
.offers_title_section h2{color:#ec008c; font-size:50px;}
.offers_title_section p{font-size:22px; line-height:30px;}  
.content_left{border-top:8px solid #2B2B2B;border-bottom:8px solid #2B2B2B; padding:30px 0px!important;} 
.content_left p {color: #000000;font-size: 24px;line-height: 40px;}
.content_left .wpb_text_column{ margin-bottom:0!important;} 
.content_right{ padding-left:20px!important;}   
 
.pricing-plan {background:#ffffff;border: 1px solid #dddddd;border-radius: 3px;display: block;padding: 0;}
.pricing-plan.pricing-color-true .pricing-plan-head {color: #ffffff;margin: -1px -1px 0;}
.pricing-plan .pricing-plan-head {border-radius: 3px 3px 0 0;}
.pricing-plan-head {text-align: center;}
.pricing-plan.pricing-color-true .pricing-plan-head h3 {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;color: #ffffff;}
.pricing-plan .pricing-plan-head h3 {font-size: 16px;text-transform: uppercase;}
.pricing-plan .pricing-plan-head h3 {display: block;font-size: 14px !important;font-weight: 700;letter-spacing: 1px;margin: 0;
padding: 12px 0;}
.pricing-plan.pricing-color-true .pricing-price {background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;box-shadow: none;
margin: 0;}
.pricing-plan .pricing-price span.pricing-amount {font-size: 42px;font-weight: 300;}
.pricing-plan .pricing-price span.pricing-amount {display: block;line-height: 1;margin: 0;padding: 24px 0 5px;}
.pricing-plan .pricing-price span.pricing-per {display: block;margin: 0;opacity: 0.6;padding: 0 0 24px;}
.pricing-plan ul {background: #ffffff none repeat scroll 0 0;color: #777777;list-style: outside none none;margin: 20px 0;
padding: 0;}
.pricing-plan li {border-bottom: 1px solid #efefef;margin: 0 20px;padding: 10px 0!important;text-align: center;}
.pricing-plan .pricing-signup {background: #f9f9f9 none repeat scroll 0 0;display: block;margin: 20px 0 0;padding: 20px 0;
text-align: center;}
a.button.color-5 {background: #999999 none repeat scroll 0 0;border: 2px solid #999999;color: #ffffff;} 
.pricing-signup a:hover{ background:#333333!important; border: 2px solid #333;} 

  
  
/*-----------
offer page-----------*/

 
.two_part_content .vc_column-inner{ padding:50px!important; background:#f7f7f7;}  
.two_part_img{ height:100%; position:absolute!important;} 
.two_part_img .vc_column-inner{ height:100%; background-size:cover!important;}
.two_part_content{float:right!important;}  
.two_part_section{ display:flax!important;}  .special-offer .cons-form .vc_column-inner {    padding: 0 !important;}.consultation-form-area.special-offer .cons-form {    float: none;}.special-offer .head {    margin-bottom: 35px !important;}
  
  
  
  
  
/*about us page*/

.txt-center {
    text-align: center;
}     
/*.cont-main-heading {
    margin-bottom: 50px!important;
}


.Our-Purpose .icn-heading {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("images/porpose.png") no-repeat scroll 0 0 / 50px auto;
    display: flex;
    margin-bottom: 20px;
    min-height: 53px;
    padding-left: 70px;
}
.our-value .icn-heading {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("images/over-values.png") no-repeat scroll 0 0 / 50px auto;
    display: flex;
    margin-bottom: 20px;
    min-height: 53px;
    padding-left: 70px;
}
.our-mission  .icn-heading {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("images/values.png") no-repeat scroll 0 0 / 50px auto;
    display: flex;
    margin-bottom: 20px;
    min-height: 53px;
    padding-left: 70px;
}   
  

.abt_service-main_sec::after {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.abt_service-main_sec{  padding: 50px 0;}
.abt_service-main_sec .vc_column_container {
  
    position: relative;
    z-index: 9999;
}*/
.abt-our-misstion-sec {
    padding: 65px 0;
}
.standard-parallax-section {
    padding: 125px 0;
	 background-attachment: fixed!important;
}
.btn-group .btn-div br {
    display: none;
}
.btn-group .btn-div a {
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
	display: inline-block;
    letter-spacing: 1px;
    line-height: 1;
    margin-right: 5px;
    padding: 15px 25px;
	  border: 2px solid rgba(0, 0, 0, 0);
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.col-white, .col-white p , .col-white h3, .col-white h4{color:#fff;}  
.black-btn{background:#333333; color:#fff; }
.white-btn{background:#fff; color:#333; }

.btn-group .btn-div .black-btn:hover{border: 2px solid #fff; background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color:#fff;}
.btn-group .btn-div .white-btn:hover{border: 2px solid #fff; background: rgba(0, 0, 0, 0) none repeat scroll 0 0;color:#fff; }	  
.standard-parallax-section h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
} 


.fa-ul-check li, .fa-star-ul li, .fa-check-circle-ul  li {
    list-style: outside none none;
	 line-height: 1;
	  margin-bottom: 10px !important;
	   transition: all 0.7s ease 0s;
  padding: 12px 20px !important;
    position: relative;
	 background: #f2f2f2 none repeat scroll 0 0;
}  
.fa-ul-check li  a, .fa-star-ul li  a, .fa-check-circle-ul  li  a{color: #707070;display: block; transition: all 0.7s ease 0s;}  
.fa-ul-check li:hover, .fa-star-ul li:hover, .fa-check-circle-ul  li:hover{color: #000;}  
.fa-ul-check li:hover, .fa-star-ul li:hover, .fa-check-circle-ul  li:hover {color: #000000;}
.fa-ul-check li a::before, .fa-star-ul li a::before, .fa-check-circle-ul li a::before {
    content: "ï€Œ";
    font-family: FontAwesome;
    margin-right: 15px;
}
.fa-ul-check li a:hover::before, .fa-star-ul li a:hover:before, .fa-check-circle-ul  li a:hover:before { color: #ee1a98;}

.services-area .entry-title {
    align-items: center; 
    display: flex;
    min-height: 78px;
}
.header-cus-nav-book a {
    text-transform: capitalize;
}
.cont-main-head  h2 {
    font-size: 36px;
    line-height: normal;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.cont-main-head p {
    color: #888888;
    font-size: 20px;
}




.cont-main-head h2::after {
    background: #ee1a98 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 70px;
}
.cont-main-head{margin-bottom:50px!important;}

/*404*/

.title-404  h2 {
    color: #777777;
	  text-align: center;
   
}

.page-404 h2 {
    align-items: center;
    border: 10px solid #999999;
    border-radius: 50%;
    color: #999999;
    display: flex;
    font-size: 100px;
    font-weight: 700;
    height: 300px;
    justify-content: center;
    margin: 0 auto 60px;
    text-align: center;
    width: 300px;
	font-family: 'Lato', sans-serif;
}
.page-404 h3 {
    color: #999999;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
	text-align: center;
    margin: 0;
    text-transform: uppercase;
}
.mrg-none {
    margin: auto !important;
}
.not-found-txt {
    background:#F9F9F9 none repeat scroll 0 0;
    margin-bottom:60px;
    padding: 25px 0;
}
.page-id-188 .feature_img_section222 {
    margin-bottom: 0 !important;
}


/*blog*/

.page-template-template-blog .sidebar-right, .single .sidebar-right {
    float: right;
  padding-left: 40px;
    width:30%;
}
.page-template-template-blog main.content, .single main.content{
    float: left;
    width:70%;
	 padding-right: 40px;
	 border-right: 1px solid #efefef;
}
.page-template-template-blog .entry-image , .single .entry-image {
    border-radius: 2px;
    margin: 0 0 30px;
	 overflow: hidden;
    position: relative;
}

.page-template-template-blog .blog-page .post h1, .page-template-template-blog  .blog-page .post h2, .signle .blog-page .post h1, .single  .blog-page .post h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
}
.page-template-template-blog .entry-image img, .single .entry-image img {
    display: block;
}
.page-template-template-blog .entry-title > h2 , .single .entry-title > h2 {
  
    font-weight: 500;
}
.page-template-template-blog .entry-meta, .single .entry-meta {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	  margin: 20px 0 0;
	
}
.page-template-template-blog .entry-meta ul li::after, .single .entry-meta ul li::after {
    color: #efefef;
    content: " | ";
margin: 0 6px;}

.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li{list-style:none;float:left;  font-size: 14px;color: #999999;font-family: 'Lato', sans-serif;}
.entry-meta a { color: #999999;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area{
    border-bottom: 1px solid #efefef;
    margin: 0 0 60px;
    padding: 0 0 53px;
}
.page-template-template-blog .entry-date, .single .entry-date{
    border-right: 1px solid #efefef;
    color: #999999;
    float: left;
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    text-align: center;
    width: 42px;
 	 display: inline-table;
	   font-family: 'Lato', sans-serif;
}

.page-template-template-blog .entry-date .date, .single .entry-date .date {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
	  font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

.page-template-template-blog .entry-date .month, .single .entry-date .month {
    display: block;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.page-template-template-blog .entry-date span , .single .entry-date span {
    display: block;
}
.sidebar-right .widget {
    color: #888888;
    margin-bottom: 40px; 
}
.page-template-template-blog .entry-image a:hover::after {
    align-items: center;
    background: rgba(242, 76, 174, 0.7) none repeat scroll 0 0;
    color:#fff;
    content: "ï?§";
    display: flex;
    font-family: FontAwesome;
    font-size: 22px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.page-template-template-blog .entry-image a {
    display: block;

}

.entry-meta ul li:last-child::after {
    content: "";
    margin: 0;
}
.page-template-template-blog .blog-area, .single .blog-area  {
    display: flex;
}
.page-template-template-blog  .widget_portfolio .portfolio-widget-item:nth-child(3n) + .portfolio-widget-item , .single  .widget_portfolio .portfolio-widget-item:nth-child(3n) + .portfolio-widget-item {
    clear: both;
}
.sidebar-right  .widget ul li {
    border-bottom: 1px solid #efefef;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 10px 0;
	position: relative;
}

.sidebar-right .search-form {
    display: block;
}

.sidebar-right .search-form  input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
    padding: 10px 12px 10px 36px;
    width: 100%;
}

.sidebar-right .widget_search form::before {
    color: #999999;
    content: "ï€‚";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 14px;
    line-height: 1;
    position: absolute;
    top: 14px;
}
.sidebar-right .widget_search form {
    position: relative;
}
.sidebar-right .widget ul li:first-child {
    padding-top: 0;
}


.page-template-template-blog .entry-image:hover a {
    animation: 0s ease 0s normal none 1 running none;
    transform: scale3d(1.15, 1.15, 1);
}
.page-template-template-blog .entry-image {
    animation: 0s ease 0s normal none 1 running none;
    transform: scale3d(1, 1, 1);
    transition: transform 500ms ease 0s;
}

.sidebar-right .search-form  #osd-search-submit {
    display: none;
}

.sidebar-right .widget ul li::after {
    color: #cccccc;
    content: "ï„…";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 10px;
}

.sidebar-right .widget ul li:hover::after, .sidebar-right .widget ul li:hover a {
    color:#F24CAE;
}
.sidebar-right .widget ul li a {
    color: #777777;
    display: block;
}
.page-template-template-blog .entry-meta, .page-template-template-blog .entry-content, .page-template-template-blog .entry-title , .page-template-template-blog .entry-wrap, .page-template-template-blog .entry-image , .page-template-template-blog  .blog-area{float:left;width:100%;}
.single .entry-meta, .single .entry-content, .single .entry-title , .single .entry-wrap, .single .entry-image , .single  .blog-area{float:left;width:100%;}
.widget_portfolio .portfolio-widget-item {  float: left;  margin: 0 10px 10px 0; }
.widget_portfolio .portfolio-widget-item a, .widget_portfolio .portfolio-widget-item img { display: block;}

.widget_portfolio .portfolio-widget-item:nth-child(3n) { margin: 0 0 10px;}
.single .entry-meta {  margin-bottom: 20px; margin-top: 0;}
.entry-social #s-share-buttons a{margin-right: 10px !important;}

.single .comment-area { float: left;  width: 100%; margin-bottom: 35px;
    margin-top: 35px;}
.single .comment-area .wpad_content_comment {
    border: medium none !important;
}


.single  .wpad_row {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

 .single .blog-area .blog-innre-area:last-child {
    margin-bottom: 0;
}

.single  .comment-area .wpad_row {
    border-bottom: 1px solid #efefef;
    display: block;
    margin-bottom: 0;
    padding: 50px 0;
    width: 100%;
}	
.single  .comment-area .wpad_content_wrap{ margin-left: 110px;}

.single  .comment-area .wpad_front_gravatar {
    float: left;
    margin-left: 0;
    text-align: center;
    width: auto !important;
	  padding: 0 !important;
}
.single  .comment-area  .wpad_content_comment {
    font-size: 18px;
    font-weight: 500 !important;
}
.single  .comment-area .wpad_content_comment strong {
    font-weight: 700;
}
.single  .comment-area  .wpad_content_comment img{ margin: auto !important;}
.single  .comment-area  .wpad_list_comments_frontend{ padding: 0;}

.comment-area .wpad_comment_fields_wrapper .wpad_email_not_publish:empty { display: none;}
.comment-area .wpad_form_group {
    padding: 0 !important;
}
.comment-area  .wpad_form_group .input_container, .comment-area  .wpad_input_wrap{display: block; padding: 0 !important;}
#wpad_user_name{float:left;width:33.33%; padding:0 10px;}

.comment-area .wpad_form_group:nth-of-type(n) {
    float: left;
    margin-bottom: 20px;
    width: 33.33%;
}
.comment-area .wpad_form_group[ids="wpad_comment"]{  width: 100%; float: left; }
.comment-area .wpad_form_group[ids="wpad_user_name"], .comment-area .wpad_form_group[ids="wpad_user_email"], .comment-area .wpad_form_group[ids="wpad_url_element"]{  float: left;
    margin-bottom: 20px;
    padding: 0 !important;   
    width: 100%;}
.comment-area  .wpad_comment_fields_wrapper h3 {
    margin: 0 0 15px !important;
    padding: 10px 0 !important;
}	
.comment-area .wpad_form_group:last-of-type {
    width: 100% !important;
	 position: relative;
    top: -12px;
}
.comment-area  .wpad_submit_comment.wpad_btn.wpad_primary {
    background: #f24cae none repeat scroll 0 0!important;
    border-color: #f24cae!important;
    border-radius: 0;
}
.comment-area  .wpad_submit_comment.wpad_btn.wpad_primary:hover {
    background: #333 none repeat scroll 0 0!important;
    border-color: #333!important;
    border-radius: 0;
}
.comment-area .wpad_form_group:last-of-type label {
    display: none;
}
.comment-area .wpad_form_group[ids="wpad_user_name"] {
    padding-left: 0 !important;
}

.wpad_comment_fields_wrapper h3 {
    margin: 0 0 20px !important;
    padding: 0;
}
 .comment-area .wpad_form_group[ids="wpad_url_element"]{ padding-right: 0 !important;}
 
 
.areas_we_serve .areas_left ul li{ display: flex;align-items: center;} 
.site-inner  .view_section .project_button_right{ width: 115px !important;}

@media only screen and (min-width:1920px) 
{
.site-inner .view_section .project_button_right {
    width: 135px !important;
} 
}




.services-list {
    float: left;
    width: 33.33%;
}
.services-list .services-area {
    padding: 0 20px 40px;
}
.services-list .services-area a{outline:none;}
.services-list:nth-of-type(3n) + .services-list {
    clear: both;
}

.services-content-area {
    margin: 0 -20px; 
}
.service-image img {
    display: block;
    width: 100%;
}
.services-area .entry-title {
    background: #f24cae none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;        
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 20px;
}

.service-image {
    overflow: hidden;
    position: relative;
	   transition: all 0.6s ease 0s;
    width: 100%;
}


.service-image{
    overflow: hidden;
    position: relative;
}
.services-list .services-area a:hover .service-image img, .releted-services .service-image:hover img {
    animation: 0s ease 0s normal none 1 running none;
    transform: scale3d(1.15, 1.15, 1);
}
.services-area  .service-image img {
    animation: 0s ease 0s normal none 1 running none;
    transform: scale3d(1, 1, 1);
    transition: transform 500ms ease 0s;
}
.wp-pagenavi {
    border-top: 1px solid #eeeeee;
    clear: both;
    margin: 30px 0;
    padding-top: 30px;
    text-align: center;
}
.wp-pagenavi span.pages {
    border: medium none;
}
.wp-pagenavi a.nextpostslink {
    border: medium none;
}
.wp-pagenavi a, .wp-pagenavi span{  border: medium none; padding: 5px 8px!important;color: #333333; margin: 0 3px!important; border:none!important;}
.wp-pagenavi a.page {
    background: #eeeeee none repeat scroll 0 0;
}
.wp-pagenavi span.current {
    background: #f24cae none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
}
.releted-pro-area {
    margin: 0 -20px;
}
.releted-pro-area .services-list .services-area a {
    color: #ffffff;
}
.service-template-default main.content {
    border: medium none;
    padding: 0;
    width: 100%;
}
.releted-services {
    margin-bottom: 40px;
}

@media only screen and (max-width:1600px) 
{
	
.slider_bottom_right .vc_col-sm-6 .vc_column-inner{ padding: 0 12% !important;}	
.service_section .services_left_img{ width: 30% !important;}
.services_right .vc_col-sm-4{width: calc(33.33% - 18px);}
.services_right{padding: 0 30px !important; width: 70% !important;}
.why_choose_right::before{ height: 75%;top: 10%;  left: -13%;}
.full_input > .wpcf7-form-control-wrap {overflow: hidden; width: 210px;}
}


@media only screen and (min-width:1501px)and (max-width:1550px)
{
.left_bottom_slider_title h3, .why_choose_left h1, .heaven_sent_left h2 {font-size: 36px;}
.left_bottom_slider_title h3 span, .why_choose_left h1 span, .heaven_sent_left h2 span{ font-size: 30px;}	
.slider_bottom_right .vc_col-sm-6 h4{  font-size: 32px !important;}
.services_right .vc_col-sm-4 h2{font-size: 22px !important;}
.slider_bottom_left p{font-size: 24px; line-height: 34px;}
.project_section_area .vc_col-sm-12{ max-width: 95%;}
.content .project_section_area ul li { margin: 0 20px 0 0; width: 28.9% !important;}   
.view_section .project_button_right {margin: -33% 0 0 !important; right: 0 !important; width: 143px !important;}
.view_section .vie_all_button {width: 124px; height: 315px;}   
.view_section .view_title {left: -7px;  top: 90px;}  
.project_section_area .our_project_content {margin-right: 20px; min-height: 465px; padding: 61px 26px 0; top: 6px; width: 21%; margin-left: 20px;}   
.project_section_area .right_cs {padding: 10px 20px !important;}
.project_section_area .our_project_content{padding: 40px 26px;margin-left: 0;}
.project_section_area h5{font-size: 30px;}
.project_section_area .right_cs h3 a{font-size: 24px;}
.why_choose_left p { font-size: 25px;  line-height: 35px;  padding-right: 10%;}
.why_choose_left .vc_column-inner {  position: relative;  top: -4%;}
.why_choose_boxes .choose_box h6{font-size: 22px;}
.bottom_services ul li a{ font-size: 20px;}
.commercial_inner_div h6{font-size: 30px;}
.heaven_sent_left .vc_column-inner{padding: 100px 5% !important;}
.heaven_sent_left h2{ display: inline-block;}
.heaven_sent_left h2::before{width: 400px;right: -271px;}
.footer-area{ font-size: 23px;}

	
}


@media only screen and (min-width:1501px)and (max-width:1550px)
{
.left_bottom_slider_title h3, .why_choose_left h1, .heaven_sent_left h2 {font-size: 36px;}
.left_bottom_slider_title h3 span, .why_choose_left h1 span, .heaven_sent_left h2 span{ font-size: 30px;}	
.slider_bottom_right .vc_col-sm-6 h4{  font-size: 32px !important;}
.services_right .vc_col-sm-4 h2{font-size: 22px !important;}
.slider_bottom_left p{font-size: 24px; line-height: 34px;}
.project_section_area .vc_col-sm-12{ max-width: 95%;}
.content .project_section_area ul li { margin: 0 20px 0 0; width: 28.9% !important;}   
.view_section .project_button_right {margin: -33% 0 0 !important; right: 0 !important; width: 143px !important;}
.view_section .vie_all_button {width: 124px; height: 315px;}   
.view_section .view_title {left: -7px;  top: 90px;}  
.project_section_area .our_project_content {margin-right: 20px; min-height: 465px; padding: 61px 26px 0; top: 6px; width: 21%; margin-left: 20px;}   
.project_section_area .right_cs {padding: 10px 20px !important;}
.project_section_area .our_project_content{padding: 40px 26px;margin-left: 0;}
.project_section_area h5{font-size: 30px;}
.project_section_area .right_cs h3 a{font-size: 24px;}
.why_choose_left p { font-size: 25px;  line-height: 35px;  padding-right: 10%;}
.why_choose_left .vc_column-inner {  position: relative;  top: -4%;}
.why_choose_boxes .choose_box h6{font-size: 22px;}
.bottom_services ul li a{ font-size: 20px;}
.commercial_inner_div h6{font-size: 30px;}
.heaven_sent_left .vc_column-inner{padding: 100px 5% !important;}
.heaven_sent_left h2{ display: inline-block;}
.heaven_sent_left h2::before{width: 400px;right: -271px;}
.footer-area{ font-size: 23px;}

	
}


@media only screen and (min-width:1401px)and (max-width:1500px)
{
.left_bottom_slider_title h3, .why_choose_left h1, .heaven_sent_left h2, .areas_serve_title h6 {font-size: 32px; line-height: normal;}
.left_bottom_slider_title h3 span, .why_choose_left h1 span, .heaven_sent_left h2 span, .areas_serve_title h6 span{ font-size: 26px; line-height: normal;}	
.slider_bottom_right .vc_col-sm-6 h4 { font-size: 28px !important;  line-height: 32px !important;}
.services_right .vc_col-sm-4 h2{font-size: 20px !important;}
.slider_bottom_left p{font-size: 21px; line-height: 31px;}
.project_section_area .vc_col-sm-12{ max-width: 95%;}
.content .project_section_area ul li { margin: 0 20px 0 0; width: 28.7% !important;}   
.view_section .project_button_right {margin: -33% 0 0 !important; right: 0 !important; width: 143px !important;}
.view_section .vie_all_button {width: 124px; height: 315px;}   
.view_section .view_title {left: -7px;  top: 90px;}  
.project_section_area .our_project_content {margin-right: 20px; min-height: 465px; padding: 61px 26px 0; top: 6px; width: 21%; margin-left: 20px;}   
.project_section_area .right_cs {padding: 10px 20px !important;}
.project_section_area .our_project_content{padding: 40px 26px;margin-left: 0;}
.project_section_area h5{font-size:25px;line-height: 31px;}
.project_section_area .right_cs h3 a{font-size: 24px;}
.why_choose_left p { font-size: 22px;  line-height: 32px;  padding-right: 10%;}
.why_choose_left .vc_column-inner {  position: relative;  top: -4%;}
.why_choose_boxes .choose_box h6{font-size: 22px;}
.bottom_services ul li a{ font-size: 20px;}
.commercial_inner_div h6, .bottom_service_left .retail h6{font-size: 30px;}
.heaven_sent_left .vc_column-inner{padding: 100px 5% !important;}
.heaven_sent_left h2{ display: inline-block;}
.heaven_sent_left h2::before{width: 400px;right: -271px;}
.footer-area{ font-size: 21px;}
.project_section_area p{  font-size: 16px;  line-height: 26px;}
.project_section_area .our_project_content{ min-height: 432px;}
.services_right .vc_col-sm-4 p{ font-size: 15px; line-height: 25px;}

.left_bottom_slider_title::before {  height: 115px;  right: -46px;  top: -40px;  width: 350px;}
.slider_bottom_right .vc_col-sm-6 p { color: #000000; font-size: 16px;  line-height: 26px;}
.project_section_area ul{ width: 75%;}
.heaven_sent_left ul li{ font-size: 18px; padding: 0 0 20px 38px; line-height: 27px;}

.heaven_sent_left p {font-size: 22px;  line-height: 34px;  margin-bottom: 30px;}
.service_bottom_title h5{font-size: 56px;}
.bottom_service_left .retail{ width: calc(540px + 14px);}
.why_choose_boxes .choose_box{ margin-bottom: 75px; margin-right: 180px;  width: 34%;}
.why_choose_left p{ font-size: 21px;}
.left_bottom_slider_title{ margin-bottom: 75px !important;}
.footer-copy .footer-copy-inner .footer-copyright, .footer-link #main_navigation li a{font-size: 21px;}
.footer-inner-contact{padding: 0 50px;  width: 38%;}
li, body, p{font-size:15px;}
.areas_we_serve .areas_left ul li{min-height: 72px;	}
.areas_listing{width: 100%;}


	
}


@media only screen and (min-width:1301px)and (max-width:1400px)
{
.left_bottom_slider_title h3, .why_choose_left h1, .heaven_sent_left h2, .areas_serve_title h6 {font-size: 32px; line-height: normal;}
.left_bottom_slider_title h3 span, .why_choose_left h1 span, .heaven_sent_left h2 span, .areas_serve_title h6 span{ font-size: 26px; line-height: normal;}	
.slider_bottom_right .vc_col-sm-6 h4 { font-size: 28px !important;  line-height: 32px !important;}
.services_right .vc_col-sm-4 h2{font-size: 20px !important;}
.slider_bottom_left p{font-size: 21px; line-height: 31px;}
.project_section_area .vc_col-sm-12{ max-width: 95%;}
.content .project_section_area ul li { margin: 0 20px 0 0; width: 28.7% !important;}   
.view_section .project_button_right {margin: -38% 0 0 !important; right: 0 !important; width: 143px !important;}
.view_section .vie_all_button {width: 124px; height: 315px;}   
.view_section .view_title {left: -7px;  top: 90px;}  
.project_section_area .our_project_content {margin-right: 20px; min-height: 465px; padding: 61px 26px 0; top: 6px; width: 21%; margin-left: 20px;}   
.project_section_area .right_cs {padding: 10px 20px !important;}
.project_section_area .our_project_content{padding:30px 26px;margin-left: 0;}
.project_section_area h5{font-size:25px;line-height: 31px;}
.project_section_area .right_cs h3 a{font-size: 24px;}
.why_choose_left p { font-size: 22px;  line-height: 32px;  padding-right: 10%;}
.why_choose_left .vc_column-inner {  position: relative;  top: -4%;}
.why_choose_boxes .choose_box h6{font-size: 22px;}
.bottom_services ul li a{ font-size: 20px;}
.commercial_inner_div h6, .bottom_service_left .retail h6{font-size: 30px;}
.heaven_sent_left .vc_column-inner{padding: 100px 5% !important;}
.heaven_sent_left h2{ display: inline-block;}
.footer-area{ font-size: 21px;}
.heaven_sent_left h2::before {right: -40px;    top: -69px;}
.project_section_area p{  font-size: 16px;  line-height: 26px;}
.project_section_area .our_project_content{ min-height: 432px;}
.services_right .vc_col-sm-4 p{ font-size: 15px; line-height: 25px;}

.left_bottom_slider_title::before {  height: 115px;  right: -46px;  top: -40px;  width: 350px;}
.slider_bottom_right .vc_col-sm-6 p { color: #000000; font-size: 16px;  line-height: 26px;}
.project_section_area ul{ width: 75%;}
.heaven_sent_left ul li{ font-size: 18px; padding: 0 0 20px 38px; line-height: 27px;}

.service_bottom_title h5{font-size: 56px;}
.bottom_service_left .retail{ width: calc(540px - 15px);}
.why_choose_boxes .choose_box {  margin-bottom: 75px; margin-right: 120px;  width: 36%!important; }
.why_choose_left p{ font-size: 21px;}
.left_bottom_slider_title{ margin-bottom: 75px !important;}
.footer-copy .footer-copy-inner .footer-copyright, .footer-link #main_navigation li a{font-size: 21px;}
.footer-inner-contact{padding: 0 50px;  width: 38%;}
li, body, p{font-size:15px;}
.areas_we_serve .areas_left ul li{min-height: 72px;	}
.areas_listing{width: 100%;}
.services_right .vc_col-sm-4 .vc_column-inner { padding: 30px 30px 0 !important;}
.project_section_area ul li:last-child {  margin-right: 0;}
.project_section_area{ padding: 80px 0 !important;}
.content .project_section_area ul li{width: 28.3% !important; }
.why_choose_left .vc_column-inner{  width: 420px !important;}
.why_choose_boxes .choose_box{ width: 32%;}

	
}

@media only screen and (min-width:1201px)and (max-width:1300px)
{
.left_bottom_slider_title h3, .why_choose_left h1, .heaven_sent_left h2, .areas_serve_title h6 {font-size: 32px; line-height: normal;}
.left_bottom_slider_title h3 span, .why_choose_left h1 span, .heaven_sent_left h2 span, .areas_serve_title h6 span{ font-size: 26px; line-height: normal;}	
.slider_bottom_right .vc_col-sm-6 h4 { font-size: 28px !important;  line-height: 32px !important;}
.services_right .vc_col-sm-4 h2{font-size: 20px !important;}
.slider_bottom_left p{font-size: 21px; line-height: 31px;}
.project_section_area .vc_col-sm-12{ max-width: 95%;}
.content .project_section_area ul li { margin: 0 20px 0 0; width: 28.7% !important;}   
.view_section .project_button_right {margin: -33% 0 0 !important; right: 0 !important; width: 143px !important;}
.view_section .vie_all_button {width: 124px; height: 315px;}   
.view_section .view_title {left: -7px;  top: 90px;}  
.project_section_area .our_project_content {margin-right: 20px; min-height: 465px; padding: 61px 26px 0; top: 6px; width: 21%; margin-left: 20px;}   
.project_section_area .right_cs {padding: 10px 20px !important;}
.project_section_area .our_project_content{padding:30px 26px;margin-left: 0;}
.project_section_area h5{font-size:25px;line-height: 31px;}
.project_section_area .right_cs h3 a{font-size: 24px;}
.why_choose_left p { font-size: 22px;  line-height: 32px;  padding-right: 10%;}
.why_choose_left .vc_column-inner {  position: relative;  top: -4%;}
.why_choose_boxes .choose_box h6{font-size: 22px;}
.bottom_services ul li a{ font-size: 20px;}
.commercial_inner_div h6, .bottom_service_left .retail h6{font-size: 30px;}
.heaven_sent_left .vc_column-inner{padding: 100px 5% !important;}
.heaven_sent_left h2{ display: inline-block;}
.heaven_sent_left h2::before{width: 400px;right: -271px;}
.footer-area{ font-size: 21px;}
.project_section_area p{  font-size: 16px;  line-height: 26px;}
.project_section_area .our_project_content{ min-height: 432px;}
.services_right .vc_col-sm-4 p{ font-size: 15px; line-height: 25px;}

.left_bottom_slider_title::before {  height: 115px;  right: -46px;  top: -40px;  width: 350px;}
.slider_bottom_right .vc_col-sm-6 p { color: #000000; font-size: 16px;  line-height: 26px;}
.project_section_area ul{ width: 75%;}
.heaven_sent_left ul li{ font-size: 18px; padding: 0 0 20px 38px; line-height: 27px;}

.heaven_sent_left p {font-size: 22px;  line-height: 34px;  margin-bottom: 30px;}
.service_bottom_title h5{font-size: 56px;}
.bottom_service_left .retail{ width: calc(540px - 15px);}
.why_choose_boxes .choose_box {  margin-bottom: 75px; margin-right: 120px;  width: 36%!important; }
.why_choose_left p{ font-size: 21px;}
.left_bottom_slider_title{ margin-bottom: 75px !important;}
.footer-copy .footer-copy-inner .footer-copyright, .footer-link #main_navigation li a{font-size: 21px;}
.footer-inner-contact{padding: 0 50px;  width: 38%;}
li, body, p{font-size:15px;}
.areas_we_serve .areas_left ul li{min-height: 72px;	}
.areas_listing{width: 100%;}
.services_right .vc_col-sm-4 .vc_column-inner { padding: 30px 30px 0 !important;}
.project_section_area ul li:last-child {  margin-right: 0;}
.project_section_area{ padding: 80px 0 !important;}
.content .project_section_area ul li{width: 28.3% !important; }
.why_choose_left .vc_column-inner{  width: 420px !important;}
.why_choose_boxes .choose_box{ width: 32%;}

	
}
.cust-cont-form input, .cust-cont-form select, .cust-cont-form  textarea{ border:none!important; background-color:#F0F0F0;}
.cust-cont-form { background: #f9f9f9 none repeat scroll 0 0; margin-bottom: 30px;  border: 15px solid #f0f0f0; padding:25px;}
.cust-cont-form .vc_column_container .vc_column-inner {  padding: 0;}
.cust-cont-form input[type="submit"] { background: #f24cae none repeat scroll 0 0;  border-radius: 0 !important;  min-width: 120px !important;}
.cust-cont-form .submit-btn { margin-bottom: 0 !important;}
.areas_left_location {  width:35% !important;}
.areas_we_serve_location {  margin-bottom: 20px;  padding-top: 15px !important;}




/*


.areas_right_location  .areas_listing ul li:hover::before {
    opacity: 1;
    transform: scale(1);
	 z-index: 9;

}
.areas_right_location  .areas_listing ul li a{ z-index: 99;position: relative;}
.areas_right_location  .areas_listing ul li::before {
    border-bottom: 2px solid #ee1a98 ;
    border-top: 2px solid #ee1a98 ;
    transform: scale(0, 1);
}
.areas_right_location  .areas_listing ul li::after, .areas_listing ul li::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease-in-out 0s;
    z-index: -10;
}
.areas_right_location  .areas_listing ul li:hover::after {
    opacity: 1;
    transform: scale(1);
	 z-index: 9;

}
.areas_right_location  .areas_listing ul li::after {
    border-left: 2px solid #ee1a98 ;
    border-right:2px solid #ee1a98 ;
    transform: scale(1, 0);
}
.areas_right_location  .areas_listing ul li::after, .areas_listing ul li::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease-in-out 0s;
    z-index: -10;
}
.areas_right_location .areas_listing ul li{
    transition: all 0.5s ease 0s;
	margin-right: 20px !important;
}
*/

.areas_right_location .areas_left{  width: 100%!important;}
.comment-area input, .comment-area select, .comment-area textarea {
    background: #f7f7f7 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: inherit !important;
	 font-size: 15px!important; padding: 11px 20px!important;
}



.contact_right_section  div.wpcf7-response-output{ margin: 2em auto 1em !important;}
	
.contact_section_area  select.wpcf7-select, .consultation-form-area  select.wpcf7-select, .location-dtl-right-frm select {
   background-image:url("images/dropdown_icon.png");
   background-repeat:no-repeat;
   background-position:right 20px center;
    overflow: hidden;
-webkit-appearance: none;
	-moz-appearance: none;
}


.areas_we_serve_location {  padding: 0 6%;}
.areas_left_location iframe { display: block;  height:705px !important;filter: grayscale(100%);}  
.page-id-182 .site-inner {
    float: none !important;
    margin: auto;
    max-width: 95% !important;
    width: 90% !important;
}
.areas_we_serve_location, .area-location-wrap  {
    left: 0 !important;
    margin: auto !important;
    padding: 0 !important;
    width: 100% !important;
}
.areas_right_location .areas_listing {
    margin-top: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.half-service-ul  ul {
    float: left;
    padding-right: 25px;
    width: 50%;
}
.privancy-poicy-cont p {
    margin-bottom: 30px;
}

.project_section_area ul li:last-of-type {
    margin-right: 0;
}

.page-id-395 .feature_img_section222, .page-id-393 .feature_img_section222 {
    margin-bottom: 0 !important;
}
/*popup*/


#popupBox {
    align-items: center;
    display: flex;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
}
#popupBox .popupTop, #popupBox .popupBot, #popupBox .pngbg  {
    display: none;
}
#popupBox tr td , #popupBox tbody { 
    border: medium none !important;
}
.location-dtl-left {
    padding-right: 25px!important;
} 


.ser-icn-content-sec .wpb_wrapper {
    display: flex;
}
.ser-icn-content-sec .txt {
    float: left;
    padding-left: 15px;
    width: 100%;
}
.ser-icn-content-sec .icn {
    float: left;
}
.ser-icn-content-sec .txt .head-title {
    font-weight: bold;
	 color: #212121;
    margin-bottom: 8px;
}
.single-service .site-inner {
    max-width: 100%;
}
.single-service .wrap {
    float: none !important;
}
.consultation-form-area {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    padding:50px 0;
    width: 100%;
}
.consultation-form-area .cons-form {
    margin: auto;
    width: 960px; 
}
.consultation-form-area .head .cons-title {
    margin-bottom: 10px;
}
.consultation-form-area .head {
    margin-bottom: 35px;
    text-align: center;
}

.consultation-form-area .contact_right_section .wpcf7-form {
      margin: auto;
}


.consultation-form-area .submit-btn{text-align: center;}
.category-description {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}	
.lb-number{display:none!important;}
.lb-data .lb-close{ background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll right top!important;}
.lb-nav a.lb-prev{background: rgba(0, 0, 0, 0) url("images/prev.png") no-repeat scroll left!important;}
.lb-nav a.lb-next{background: rgba(0, 0, 0, 0) url("images/next.png") no-repeat scroll right!important;}
.lightbox {
    align-items: center !important;
    display: flex ;
    height: 100%;
    position: fixed !important;
    top: 0 !important;
}
	
.lightbox .lb-image{width: auto !important;height: 500px !important;margin: auto !important;border-radius: inherit !important;}
.lb-data .lb-details{    display: none !important;}	

.lb-dataContainer {
    position: absolute;
    right: 20px;
    top: 20px;
}
.consultation-form-area .head .cons-title + p {
    margin: auto;
    width: 550px;
}

.location-dtl-right-frm  .wpcf7-form{width:100%!important;}
.location-dtl-right-frm  .vc_column-inner { padding:20px !important;}

.location-dtl-right-frm .contact-title-name {
    color: #ec008c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:15px;
}
.location-dtl-right-frm .wpcf7-form textarea{  max-height: 77px;}
.location-dtl-right-frm  .ajax-loader {
    position: absolute;
    right: 0;
}
.location-dtl-right-frm   .send{position:relative;}
.location-dtl-right-frm   .wpcf7-form .wpcf7-submit{width: 100% !important;}

@media only screen and (max-width:1395px) 
{
	.areas_left ul li a{min-height: 70px;}
	.areas_left_location iframe{  height: 991px;}
}
	.full_input > .wpcf7-form-control-wrap {overflow: hidden; width: 210px;}
.project-category {
    margin-bottom: 25px;
}	


.areas_we_serve_location {
    display: flex !important;
	 display: -webkit-flex !important;
}
.location-dtl-left * {
    height: 100% !important;
}

.footer-inner-contact div.wpcf7-validation-errors{ background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #ff0000;}
.footer-inner-contact div.wpcf7-response-output{  text-align: center; margin: 2em auto 1em;}	
.slider_bottom_right .bottom_background * {
    text-align: center;
    width: 100%;
	 margin-bottom: 0 !important;
}
.read-more-btn a {
    color: #ffffff;
    font-size:25px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.main-service-img-col .vc_column-inner {
    height: 100%;
}
.main-service-content-inner-col {
    padding: 40px!important;
	background:#F7F7F7 none repeat scroll 0 0;
}
.main-service-content-inner-col.left-txt {
    text-align: right;
}

.main-service-button {margin-top:20px;}
.main-service-button .btn {
    background: #ec008c none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0 !important;
    color: #ffffff;
    display: block;
    letter-spacing: 0;
    line-height: normal;
    margin-top: 20px;
    padding: 12px;
    text-align: center;
    width: 150px !important;
}
.main-service-content-inner-col.left-txt .main-service-button .btn {float:right;}
.main-service-content-inner-col .vc_column-inner {
    padding: 0 !important;
}

.area-location-wrap .vc_row .vc_col-sm-6 {
    padding-right: 25px;
}

.area-location-wrap .vc_row .vc_col-sm-6  + .vc_col-sm-6 {
    padding-right: 0;
}
.main-service-button .btn:hover {
    background: #232176 none repeat scroll 0 0 !important;
}
.bottom_background:hover .vc_column-inner {
    transition: all 0.5s ease 0s;}

.two_part_section {
    position: relative;
padding: 0 15px;
}
.faq_page_section ul {
    margin-bottom: 15px;
}

.full-section {
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip{
  font-size: 16px;
  line-height: 20px;
}
.footer-inner-contact div.wpcf7-response-output {
  font-size: 15px;
  line-height: 20px;

}


.footer-link {
    border-left: 1px solid #ffffff;
    float: left;
    margin-left: 15px;
    padding-left: 15px;
}
.footer-link  #main_navigation li{float:left; list-style-type:none; margin-right:15px; border-right: 1px solid #ffffff;
    padding-right: 15px;}
.footer-link #main_navigation li:last-child {
    border-right: medium none; 
}	
.footer-link #main_navigation li a {  color: #ffffff; font-family: "MyriadProRegular";
    font-size: 24px;
    line-height: normal;  text-transform: capitalize;}
	
.sitemap-img-section > .vc_column-inner {
    margin: 30px 0 !important;
    padding: 0 !important;
}
.sitemap-ul {
    display: flex;
    justify-content: center;
    padding-left: 30px;
    position: relative;
    z-index: 99;
}
.sitemap-link-block{margin-bottom:0!important;}	
.sitemap-ul li a {
    color: #000000;
}

.sitemap-ul {
    padding-left: 30px;
    position: relative;
    z-index: 99;
}
.sitemap-ul ul ul {
    margin:0 !important;
}
.sitemap-ul ul li {
    margin-top: 10px;
    padding-bottom: 0 !important;
}



.tax-service-cat .newheader h1::after {
    bottom: -29px;
    content: "Let our team make dealing with electrical issues simple and easy";
    font-size: 22px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
	 text-transform: none;
    width: 100%;
}

.post-type-archive-project .project-category {
  text-align: center;
}.single-project .content {    border: medium none !important;    padding: 0 !important;    width: 100% !important;}.single-project .rev_slider_wrapper {    margin-bottom: 30px !important;}.single-project .releted-services {    display: none;} .single-project .wpb_wrapper > p {    text-align: justify;}
.single-project-space {    margin-bottom: 30px !important;}.single-project-space img{display:block;}
div.wpcf7-response-output{clear:both;  float: left; width: 100%;}



.single-project .wpb_wrapper li {
    list-style: inside disc;
    margin-bottom: 5px;
	 padding-left: 8px
}

.single-project .wpb_wrapper > ul {
    margin-bottom: 20px;
}



    

@media only screen and (min-width:1281px)and (max-width:1380px)    
{
	.full_input > .wpcf7-form-control-wrap {overflow: hidden; width: 210px;}
	
	/*what makes us*/
	.content .slider_bottom_right .vc_col-sm-6 {min-height: 350px !important;}
	.content .slider_bottom_left {min-height: 700px !important;}
	
	.content .service_section {padding: 60px 0 !important;}
	.content .project_section_area {padding: 50px 0 !important;}
	.content .why_choose_left {padding: 0 0 60px !important;}
	.content .why_choose_right {padding: 60px 0 !important;}
	.content .bottom_service_right {min-height: 780px !important;}
	.content .bottom_service_left {min-height: 780px !important;}
	.content .areas_we_serve {padding: 60px 0;}
	.content .heaven_sent_right {min-height: 745px !important;}
	.content .logo_section {padding: 55px 0;}     

	.entry-content .bottom_service_left .retail {width: calc(540px - 68px)!important;}
	.entry-content .bottom_services ul li a {font-size: 16px!important;}
	.services_right .vc_col-sm-4 p {font-size: 15px; line-height: 20px;}
	.entry-content .services_right .vc_col-sm-4 {min-height: 196px!important;}
	.entry-content .site-inner .view_section .project_button_right {width: 125px!important;}
	.site-inner .view_section .project_button_right {width: 131px!important;}
}



form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 15px ;
}

.comming-soon-txt {
    color: #000000;
    font-size: 28px;
    line-height: normal;
    padding: 20px 0;
	  text-align: center;
    text-transform: capitalize;
	font-family: "Raleway",sans-serif;
}

  


@media only screen and (min-width:1280px) and (max-width:1380px)
{
	
	.project_section_area .right_cs h3 a {font-size: 16px;}
	.areas_left ul li a {font-size: 14px;  min-height: 74px;}  



	.entry-content .services_right .vc_col-sm-4 {background-size: 18% auto!important ;}
	.content-sidebar-wrap {margin: 0 auto!important; width: 95%!important;}
.widget_portfolio .portfolio-widget-item {float: left; margin: 0 10px 10px 0; width: calc(33.33% - 7px)!important;}
	
	
}
@media only screen and (min-width:1200px) and (max-width:1281px)
{
	/*menu*/
	.top_sec_menu ul li a {font-size: 23px; line-height: 27px;}
	#main_navigation li .sub-menu li a {font-size: 23px;}
	.header-navmenu-popup {display: block;}
	.top_sec_menu .nav {margin-top: 70px;}
	
	
	/*footer*/
.footer-inner-social {float: right; margin-right: 0;}
.footer-inner-location {float: left; font-size: 19px; width: 22%;}
.footer-area h6 {font-size: 23px;}
.footer-inner-info {font-size: 20px; width: 15%;}
.full-width-content .content {float: none; margin: 0 auto !important; padding: 0; width: 95%;}
	
	.project_section_area .right_cs h3 a {font-size: 16px!important;}
	/*home page*/
.left_bottom_slider_title::before {right: 12px; width: 300px;}
.services_right .vc_col-sm-4 h2 {font-size: 18px !important; min-height: 40px;}
.services_right .vc_col-sm-4 p {font-size: 15px; line-height: 24px;}
.services_right .vc_col-sm-4 {background-size: 18% auto;}

.project_section_area ul {width: 73%;}
.project_section_area {width: 95%!important; margin: 0 auto!important; float: none!important;}
.project_section_area .right_cs h3 a {font-size: 15px!important;}
.project_section_area .right_cs {padding: 10px;}

.project_section_area ul li {margin: 0 30px 0 0; width: calc(33.33% - 50px);}
.project_section_area h5 {font-size: 29px;}
.project_section_area p {font-size: 15px; line-height: 26px;}   
.project_section_area .our_project_content {margin-right: 20px; min-height: 374px; padding: 38px 35px 0;}
.site-inner .view_section .project_button_right {margin: -35% 0 0 !important; width: 145px !important;}
.vie_all_button {height: 336px; width: 124px;}

.why_choose_left .vc_column-inner {width: 400px !important;}
.areas_we_serve_location {width: 95% !important;}
.site-inner, .wrap {float: none; margin: 0 auto; max-width: 100% !important;}

.service_bottom_title h5 {font-size: 63px; line-height: 168px;}
.service_bottom_title {min-height: 168px;}
.slider_area {float: left; margin-top: -105px;}
.why_choose_left p {font-size: 21px; line-height: 32px;}
.bottom_service_left .retail {height: 412px; padding: 44px 0 0 34px; width: 400px;margin-top: 132px; }
.bottom_services ul li a {font-size: 15px; line-height: 24px;}
.commercial_inner_div {height: 411px; padding: 36px 0 0 34px; width: 480px;}
.bottom_service_left {min-height: 749px!important;}
.bottom_service_right {min-height: 749px!important;}
.areas_listing {padding-right: 0!important;}
.areas_left ul li a {font-size: 12px; min-height: 73px!important;}   
.heaven_sent_left ul li {font-size: 18px; line-height: 25px;}
.areas_listing {clear: both; float: right; margin-top: 28px!important; padding-right: 0; width: 95%;}
.areas_we_serve {margin: 0 auto!important; padding: 100px 0 40px!important; width: 100%!important;}
.content-sidebar-wrap {margin: 0 auto!important; width: 95%!important;}
.widget_portfolio .portfolio-widget-item {float: left; margin: 0 10px 10px 0; width: calc(33.33% - 7px)!important;}
.footer-inner-contact {padding: 0 25px !important;}
}


@media only screen and (min-width:1281px) and (max-width:1380px)

{
    #main_navigation li .sub-menu li a { font-size: 22px;}

	.project_section_area .right_cs h3 a {font-size: 17px !important;}
        .project_section_area .right_cs { margin-top: -99px;}
        .footer-inner-contact {padding: 0 25px !important;}
}
@media only screen and (max-width:1200px)
{
	
	/*footer*/
        
.footer-inner-social {float: right; margin-right: 0;}
.footer-inner-location {float: left; font-size: 19px; width: 22%;}
.footer-area h6 {font-size: 23px;}
.footer-inner-info {font-size: 20px; width: 15%;}
.full-width-content .content {float: none; margin: 0 auto !important; padding: 0; width: 95%;}


/*home page*/
.left_bottom_slider_title::before {right: 12px; width: 300px;}
.services_right .vc_col-sm-4 h2 {font-size: 18px !important; min-height: 40px;}
.services_right .vc_col-sm-4 p {font-size: 15px; line-height: 24px;}
.services_right .vc_col-sm-4 {background-size: 18% auto;}

.project_section_area ul {width: 73%;}
.project_section_area {width: 95%!important; margin: 0 auto!important; float: none!important;}
.project_section_area .right_cs h3 a {font-size: 15px!important;}
.project_section_area .right_cs {padding: 10px;}

.project_section_area ul li {margin: 0 30px 0 0; width: calc(33.33% - 50px);}
.project_section_area h5 {font-size: 29px;}
.project_section_area p {font-size: 15px; line-height: 26px;}   
.project_section_area .our_project_content {margin-right: 20px; min-height: 344px; padding: 38px 35px 0;}
.site-inner .view_section .project_button_right {margin: -38% 0 0 !important; width: 145px !important;}
.vie_all_button {height: 336px; width: 124px;}

.why_choose_left .vc_column-inner {width: 400px !important;}
.areas_we_serve_location {width: 95% !important;}
.site-inner, .wrap {float: none; margin: 0 auto; max-width: 100% !important;}

.service_bottom_title h5 {font-size: 63px; line-height: 168px;}
.service_bottom_title {min-height: 168px;}
.slider_area {float: left; margin-top: -105px;}
.why_choose_left p {font-size: 21px; line-height: 32px;}
.bottom_service_left .retail {height: 412px; padding: 44px 0 0 34px; width: 400px;margin-top: 132px; }
.bottom_services ul li a {font-size: 15px; line-height: 24px;}
.commercial_inner_div {height: 411px; padding: 36px 0 0 34px; width: 480px;}
.bottom_service_left {min-height: 749px!important;}
.bottom_service_right {min-height: 749px!important;}
.areas_listing {padding-right: 0!important;}
.areas_left ul li a {font-size: 12px; min-height: 73px!important;}
.heaven_sent_left ul li {font-size: 15px; line-height: 22px;}
.areas_listing {clear: both; float: right; margin-top: 28px!important; padding-right: 0; width: 95%;}
.areas_we_serve {margin: 0 auto!important; padding: 100px 0 40px!important; width: 100%!important;}   
.feature_img_section222 .newheader {width: 100%!important;}
.contact_right_section .vc_column-inner {padding: 70px 50px!important;}
.content-sidebar-wrap {margin: 0 auto!important; width: 95%!important;}
.widget_portfolio .portfolio-widget-item {float: left; margin: 0 10px 10px 0; width: calc(33.33% - 7px)!important;}

}
  

.main-service-row-section { margin-bottom: 30px;}

.footer-area .wpcf7-form-control-wrap.your-message {width: 100%;}
.full_input > .wpcf7-form-control-wrap { float: left; margin-right: 20px;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { float: left;  margin-right: 20px;}
.contact_right_section .full_inputs .submit-btn {  float: right; margin-top: 15px;}
.page-id-121 .wpcf7-form-control.wpcf7-submit {margin-top: 14px;}
.footer-area .wpcf7-form-control.wpcf7-submit {float: right;  margin-top: 15px;}

/*5-5-2017*/   
@media only screen and (max-width:736px)
{
.site-header {  background: #2b2b2b none repeat scroll 0 0;}
.slider_area { margin-top: 0;}
.header-image .site-title > a {  float: none;    height: 77px;    margin: 0 auto;    width: 144px;}
.header-cus-nav-consultation {margin-top: 10px;}
.site-title { margin-top: 18px;}
.header-cus-nav-book { margin-top: 10px; margin-right: 15px;}
 
/*menu*/
.top_sec_menu ul li a { font-size: 16px;line-height: 18px;}
#main_navigation li .sub-menu li a {  font-size: 16px;  padding: 3px 0;}
.header-navmenu-popup .top_sec_menu ul li a {padding: 6px 0;}

/*common*/
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 20px;}
.wpb_start_animation.wpb_appear {  transform: inherit;}
.bottom_service_left:hover::before { display: none;}
.service_bottom_title { min-height: inherit !important;}

/*.wpcf7 input, .wpcf7 select, .wpcf7 textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none;	-webkit-border-radius:0;  border-radius:0;}*/
span.wpcf7-not-valid-tip {  text-align: left;}
div.wpcf7-validation-errors {font-size: 13px;    line-height: 20px;    text-align: center;}
.feature_img_section222 { background-attachment: scroll !important;}
.why_choose_right::before {display: none !important;}

}


@media only screen and (min-width:737px) and (max-width:767px)
{

.hermes .tp-bullet{ display: block;}
    .header-widget-area { left: 0;  margin-bottom: 15px;   width: 100%;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone { margin-top: 25px; margin-right: 88px;}  
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 154px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px;    margin-top: -132px;}
    
    
    
    /*slider*/
    #slide-2-layer-4 > img { margin-left: 40px;}
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 20px !important; line-height: 20px !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 30px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 18px !important; line-height: 21px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 30px 0 0;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 20px !important;  line-height: 22px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px;    line-height: 21px;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: 230px !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 50% !important;}
    .read-more-btn a {  top: 110px !important;}
    
    /*services*/
    .service_section { padding: 20px 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 20px 15px 0 0 !important; width: 31.4% !important; in-height: 170px;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;}
    
    /*our projects*/
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 !important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area ul li { margin: 0 15px 0 0 !important;  width: 31.3% !important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 13px !important;  color: #000000 !important;}
    .project_section_area .right_cs .content { font-size: 13px !important; display: block;  color: #000000 !important; width: 100% !important;}
    .project_section_area ul li:hover {  box-shadow: none;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li:hover .project-image::before {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
    .project_section_area ul li:hover .right_cs { margin-top: -16px;  border: 1px solid #e5e5e5 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000 !important;}
    .project_section_area ul li:hover .right_cs .content { color: #000 !Important;}
    .project_section_area .right_cs {margin-top: -20px;  min-height: 155px;}
    .project_section_area ul li:last-of-type { margin-right: 0 !important;}
    .view_title{ font-size: 21px !important; line-height: 25px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .services_right .vc_col-sm-4 h2 span { font-size: 17px;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 0 auto 20px !important;  width: 260px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 22px !Important;}
    .why_choose_left .vc_column-inner {padding-right: 0 !Important; width: 90% !important;}
    .why_choose_left h1::before { display: none;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {margin-bottom: 0!important;  margin-right: 0!important; padding: 0 30px !Important;  width: 49% !Important; min-height: 200px;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 20px;   margin-bottom: 15px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0;}
    .bottom_services .vc_column-inner { padding: 0 15px !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    
    /**/
    .areas_serve_title h6 {font-size: 20px!important;     line-height: 23px!important;}
    .areas_serve_title h6 span { font-size: 20px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .advand_title { border-bottom: 2px solid;  margin-bottom: 0;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 143px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
    .areas_serve_title > p{font-size: 13px; line-height: 21px;  width: 70%; margin-top: -10px;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 48.7% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location { font-size: 15px;  line-height: 22px;  width: 100%;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-location {width: 70%;}
    .footer-inner-info { font-size: 17px;  line-height: 23px; width: 25%;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto; padding: 20px 0 0;   width: 100%;
    border-bottom: 1px solid #ffffff;    border-top: 1px solid #ffffff;    margin-top: 0;    padding: 20px 0;}
   .full_input > p:last-child {  margin-bottom: 0;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {   font-size: 16px;   margin-top: 4px;}
.footer-link #main_navigation li a {font-size: 16px;}
.footer-copy { padding-bottom: 20px;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 {font-size: 22px; margin-bottom: 25px; padding: 80px 0;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 { font-size: 19px;line-height: 25px;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner { padding: 10px;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.main-service-button .btn{float: left !Important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { bottom: 62px;font-size: 15px; line-height: 20px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 13px;}
.tax-service-cat .newheader h1::after {letter-spacing: 1px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding: 20px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.logo_section img { width: 122px !important;}
.consultation-form-area .cons-form {    float: left;  width: 100%;}
.single main.content {padding-right: 0 !important; }
.contact_right_section .wpcf7-form { width: 100%;}

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.contact_left_section .vc_column-inner {float: none !important;  padding: 0 30px !important; width: 100% !important;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 25px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 15px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: left;  margin-right: 15px;  width: 48%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 17px; line-height: 24px;}
.vc_tta-title-text::before {  top: 0;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}

/*news*/
.page-template-template-blog main.content, .single main.content { border-right: medium none !important;  padding-right: 0 !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
.widget_portfolio .portfolio-widget-item { width:100px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important;}
.office-hours{font-size: 13px;  margin-bottom: 10px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-area h6 { font-size: 20px;}
.top_sec_menu ul li a { font-size: 13px;  line-height: 15px;}
.header-navmenu-popup .top_sec_menu ul li a { padding: 0 !important;}

form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {  margin-bottom: 0;}
.full_input > .wpcf7-form-control-wrap {  margin-right: 0;}
.cons-form.contact_right_section .full_inputs > p { margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_row-fluid.ad_about_height {  display: none;}
.page-template-template-blog .entry-date, .single .entry-date{    margin: 0 10px 0 0;   padding: 0 10px 0 0;}
.page-template-template-blog .entry-image {  animation: inherit !important;  transform: inherit !important;  transition: inherit !important;}
.page-template-template-blog .blog-innre-area {  overflow: hidden !important;}

}


@media only screen and (min-width:669px) and (max-width:736px)
{

.hermes .tp-bullet{ display: block;}
    .header-widget-area { left: 0;  margin-bottom: 15px;   width: 100%;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone { margin-top: 25px; margin-right: 88px;}  
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 154px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px;    margin-top: -132px;}
    
    
    
    /*slider*/
    #slide-2-layer-4 > img { margin-left: 40px;}
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 20px !important; line-height: 20px !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 30px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 18px !important; line-height: 21px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 30px 0 0;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 20px !important;  line-height: 22px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px;    line-height: 21px;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: 230px !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 50% !important;}
    .read-more-btn a {  top: 110px !important;}
    
    /*services*/
    .service_section { padding: 20px 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 20px 15px 0 0 !important; width: 31.4% !important; in-height: 170px;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;}
    
    /*our projects*/
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 !important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area ul li { margin: 0 15px 0 0 !important;  width: 31.3% !important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 13px !important;  color: #000000 !important;}
    .project_section_area .right_cs .content { font-size: 13px !important; display: block;  color: #000000 !important; width: 100% !important;}
    .project_section_area ul li:hover {  box-shadow: none;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li:hover .project-image::before {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
    .project_section_area ul li:hover .right_cs { margin-top: -16px;  border: 1px solid #e5e5e5 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000 !important;}
    .project_section_area ul li:hover .right_cs .content { color: #000 !Important;}
    .project_section_area .right_cs {margin-top: -20px;  min-height: 155px;}
    .project_section_area ul li:last-of-type { margin-right: 0 !important;}
    .view_title{ font-size: 21px !important; line-height: 25px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .services_right .vc_col-sm-4 h2 span { font-size: 17px;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 0 auto 20px !important;  width: 260px !important;}
      
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 22px !Important;}
    .why_choose_left .vc_column-inner {padding-right: 0 !Important; width: 90% !important;}
    .why_choose_left h1::before { display: none;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {margin-bottom: 0!important;  margin-right: 0!important; padding: 0 30px !Important;  width: 49% !Important; min-height: 200px;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 20px;   margin-bottom: 15px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0;}
    .bottom_services .vc_column-inner { padding: 0 15px !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    
    /**/
    .areas_serve_title h6 {font-size: 20px!important;     line-height: 23px!important;}
    .areas_serve_title h6 span { font-size: 20px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .advand_title { border-bottom: 2px solid;  margin-bottom: 0;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 423px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
    .areas_serve_title > p{font-size: 13px; line-height: 21px;  width: 70%; margin-top: -10px;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 48.7% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location { font-size: 15px;  line-height: 22px;  width: 100%;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-location {width: 70%;}
    .footer-inner-info { font-size: 17px;  line-height: 23px; width: 25%;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto; padding: 20px 0 0;   width: 100%;
    border-bottom: 1px solid #ffffff;    border-top: 1px solid #ffffff;    margin-top: 0;    padding: 20px 0;}
   .full_input > p:last-child {  margin-bottom: 0;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {   font-size: 16px;   margin-top: 4px;}
.footer-link #main_navigation li a {font-size: 16px;}
.footer-copy { padding-bottom: 20px;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 {font-size: 22px; margin-bottom: 25px; padding: 80px 0;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 { font-size: 19px;line-height: 25px;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner { padding: 10px;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.main-service-button .btn{float: left !Important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { bottom: 62px;font-size: 15px; line-height: 20px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 13px;}
.tax-service-cat .newheader h1::after {letter-spacing: 1px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding: 20px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.logo_section img { width: 122px !important;}
.consultation-form-area .cons-form {    float: left;  width: 100%;}
.single main.content {padding-right: 0 !important; }
.contact_right_section .wpcf7-form { width: 100%;}

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.contact_left_section .vc_column-inner {float: none !important;  padding: 0 30px !important; width: 100% !important;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 25px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 15px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: left;  margin-right: 15px;  width: 48%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 17px; line-height: 24px;}
.vc_tta-title-text::before {  top: 0;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}

/*news*/
.page-template-template-blog main.content, .single main.content { border-right: medium none !important;  padding-right: 0 !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
.widget_portfolio .portfolio-widget-item { width:100px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important;}
.office-hours{font-size: 13px;  margin-bottom: 10px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-area h6 { font-size: 20px;}
.top_sec_menu ul li a { font-size: 13px;  line-height: 15px;}
.header-navmenu-popup .top_sec_menu ul li a { padding: 0 !important;}

form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {  margin-bottom: 0;}
.full_input > .wpcf7-form-control-wrap {  margin-right: 0;}
.cons-form.contact_right_section .full_inputs > p { margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_row-fluid.ad_about_height {  display: none;}
.page-template-template-blog .entry-date, .single .entry-date{    margin: 0 10px 0 0;   padding: 0 10px 0 0;}
.page-template-template-blog .entry-image {  animation: inherit !important;  transform: inherit !important;  transition: inherit !important;}
.page-template-template-blog .blog-innre-area {  overflow: hidden !important;}

}

@media only screen and (min-width:569px) and (max-width:668px)
{

.hermes .tp-bullet{ display: block;}
    .header-widget-area { left: 0;  margin-bottom: 15px;   width: 100%;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone { margin-top: 25px; margin-right: 88px;}  
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 154px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px; margin-top: -117px;}
    
    
    
    /*slider*/
    #slide-2-layer-4 > img { margin-left: 40px;}
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 20px !important; line-height: 20px !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 30px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 18px !important; line-height: 21px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;  width: 95% !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 30px 0 0;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 20px !important;  line-height: 22px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px;    line-height: 21px;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: 230px !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 50% !important;}
    .read-more-btn a {  top: 110px !important;}
    
    /*services*/
    .service_section { padding: 20px 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 20px 15px 0 0 !important; width: 31.4% !important; in-height: 170px;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;}
    
    /*our projects*/
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 !important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area ul li { margin: 0 15px 0 0 !important;  width: 31.3% !important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 13px !important;  color: #000000 !important;}
    .project_section_area .right_cs .content { font-size: 13px !important; display: block;  color: #000000 !important; width: 100% !important;}
    .project_section_area ul li:hover {  box-shadow: none;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li:hover .project-image::before {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
    .project_section_area ul li:hover .right_cs { margin-top: -16px;  border: 1px solid #e5e5e5 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000 !important;}
    .project_section_area ul li:hover .right_cs .content { color: #000 !Important;}
    .project_section_area .right_cs {margin-top: -20px;  min-height: 155px;}
    .project_section_area ul li:last-of-type { margin-right: 0 !important;}
    .view_title{ font-size: 21px !important; line-height: 25px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .services_right .vc_col-sm-4 h2 span { font-size: 17px;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 0 auto 20px !important;  width: 260px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 22px !Important;}
    .why_choose_left .vc_column-inner {padding-right: 0 !Important; width: 90% !important;}
    .why_choose_left h1::before { display: none;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {margin-bottom: 0!important;  margin-right: 0!important; padding: 0 30px !Important;  width: 49% !Important; min-height: 210px;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 20px;   margin-bottom: 15px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0;}
    .bottom_services .vc_column-inner { padding: 0 15px !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    
    /**/
    .areas_serve_title h6 {font-size: 20px!important;     line-height: 23px!important;}
    .areas_serve_title h6 span { font-size: 20px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .advand_title { border-bottom: 2px solid;  margin-bottom: 0;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 423px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
    .areas_serve_title > p{font-size: 13px; line-height: 21px;  width: 70%; margin-top: -10px;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 48.7% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location { font-size: 15px;  line-height: 22px;  width: 100%;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-location {width: 70%;}
	.two_input p {margin: 0 0 20px;}
	.standard-parallax-section .vc_column-inner {padding-top: 0!important;}
    .footer-inner-info { font-size: 17px;  line-height: 23px; width: 25%;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto; padding: 20px 0 0;   width: 100%;
    border-bottom: 1px solid #ffffff;    border-top: 1px solid #ffffff;    margin-top: 0;    padding: 20px 0;}
   .full_input > p:last-child {  margin-bottom: 0;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {   font-size: 16px;   margin-top: 4px;}
.footer-link #main_navigation li a {font-size: 16px;}
.footer-copy { padding-bottom: 20px;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 {font-size: 22px; margin-bottom: 25px; padding: 80px 0;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 { font-size: 19px;line-height: 25px;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner { padding: 10px;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.main-service-button .btn{float: left !Important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { bottom: 62px;font-size: 15px; line-height: 20px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 13px;}
.tax-service-cat .newheader h1::after {letter-spacing: 1px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding: 20px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.logo_section img { width: 122px !important;}
.consultation-form-area .cons-form {    float: left;  width: 100%;}
.single main.content {padding-right: 0 !important; }
.contact_right_section .wpcf7-form { width: 100%;}

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.contact_left_section .vc_column-inner {float: none !important;  padding: 0 30px !important; width: 100% !important;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 25px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 15px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: left;  margin-right: 15px;  width: 48%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 17px; line-height: 24px;}
.vc_tta-title-text::before {  top: 0;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}

/*news*/
.page-template-template-blog main.content, .single main.content { border-right: medium none !important;  padding-right: 0 !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
.widget_portfolio .portfolio-widget-item { width:100px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important;}
.office-hours{font-size: 13px;  margin-bottom: 10px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-area h6 { font-size: 20px;}
.top_sec_menu ul li a { font-size: 13px;  line-height: 15px;}
.header-navmenu-popup .top_sec_menu ul li a { padding: 0 !important;}

form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {  margin-bottom: 0;}
.full_input > .wpcf7-form-control-wrap {  margin-right: 0;}
.cons-form.contact_right_section .full_inputs > p { margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_row-fluid.ad_about_height {  display: none;}
.page-template-template-blog .entry-date, .single .entry-date{    margin: 0 10px 0 0;   padding: 0 10px 0 0;}
.page-template-template-blog .entry-image {  animation: inherit !important;  transform: inherit !important;  transition: inherit !important;}
.page-template-template-blog .blog-innre-area {  overflow: hidden !important;}

}
@media only screen and (min-width:515px) and (max-width:568px)
{
.hermes .tp-bullet{ display: block;}
    .header-widget-area { left: 0;  margin-bottom: 15px;   width: 100%;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone { margin-top: 25px; margin-right: 88px;}  
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 154px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px;    margin-top: -132px;}
    
    
    
    /*slider*/
    #slide-2-layer-4 > img { margin-left: 40px;}
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 20px !important; line-height: 20px !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 30px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 18px !important; line-height: 21px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/   
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 30px 0 0;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 20px !important;  line-height: 22px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px; line-height: 21px;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: 230px !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 50% !important;}
    .read-more-btn a {  top: 110px !important;}
    
    /*services*/
    .service_section { padding: 20px 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 20px 15px 0 0 !important; width: 31.4% !important; in-height: 170px;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;}
    
    /*our projects*/
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 !important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area ul li { margin: 0 15px 0 0 !important;  width: 31.3% !important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 13px !important;  color: #000000 !important;}
    .project_section_area .right_cs .content { font-size: 13px !important; display: block;  color: #000000 !important; width: 100% !important;}
    .project_section_area ul li:hover {  box-shadow: none;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li:hover .project-image::before {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
    .project_section_area ul li:hover .right_cs { margin-top: -16px;  border: 1px solid #e5e5e5 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000 !important;}
    .project_section_area ul li:hover .right_cs .content { color: #000 !Important;}
    .project_section_area .right_cs {margin-top: -20px;  min-height: 155px;}
    .project_section_area ul li:last-of-type { margin-right: 0 !important;}
    .view_title{ font-size: 21px !important; line-height: 25px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .services_right .vc_col-sm-4 h2 span { font-size: 17px;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 0 auto 20px !important;  width: 260px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 22px !Important;}
    .why_choose_left .vc_column-inner {padding-right: 0 !Important; width: 90% !important;}
    .why_choose_left h1::before { display: none;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {margin-bottom: 0!important;  margin-right: 0!important; padding: 0 30px !Important;  width: 49% !Important; min-height: 200px;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 20px;   margin-bottom: 15px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0;}
    .bottom_services .vc_column-inner { padding: 0 15px !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    
    /**/
    .areas_serve_title h6 {font-size: 20px!important;     line-height: 23px!important;}
    .areas_serve_title h6 span { font-size: 20px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .advand_title { border-bottom: 2px solid;  margin-bottom: 0;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 431px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
    .areas_serve_title > p{font-size: 13px; line-height: 21px;  width: 70%; margin-top: -10px;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 48.7% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location { font-size: 15px;  line-height: 22px;  width: 100%;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-location {width: 70%;}
    .footer-inner-info { font-size: 17px;  line-height: 23px; width: 25%;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto; padding: 20px 0 0;   width: 100%;
    border-bottom: 1px solid #ffffff;    border-top: 1px solid #ffffff;    margin-top: 0;    padding: 20px 0;}
   .full_input > p:last-child {  margin-bottom: 0;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {   font-size: 16px;   margin-top: 4px;}
.footer-link #main_navigation li a {font-size: 16px;}
.footer-copy { padding-bottom: 20px;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 {font-size: 22px; margin-bottom: 25px; padding: 80px 0;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 { font-size: 19px;line-height: 25px;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner { padding: 10px;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.main-service-button .btn{float: left !Important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { bottom: 62px;font-size: 15px; line-height: 20px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 13px;}
.tax-service-cat .newheader h1::after {letter-spacing: 1px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding: 20px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.logo_section img { width: 122px !important;}
.consultation-form-area .cons-form {    float: left;  width: 100%;}
.single main.content {padding-right: 0 !important; }
.contact_right_section .wpcf7-form { width: 100%;}

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.contact_left_section .vc_column-inner {float: none !important;  padding: 0 30px !important; width: 100% !important;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 25px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 15px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: left;  margin-right: 15px;  width: 48%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 17px; line-height: 24px;}
.vc_tta-title-text::before {  top: 0;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}

/*news*/
.page-template-template-blog main.content, .single main.content { border-right: medium none !important;  padding-right: 0 !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
.widget_portfolio .portfolio-widget-item { width:100px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important;}
.office-hours{font-size: 13px;  margin-bottom: 10px;  line-height: 19px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-area h6 { font-size: 20px;}
.top_sec_menu ul li a { font-size: 13px;  line-height: 15px;}
.header-navmenu-popup .top_sec_menu ul li a { padding: 0 !important;}

form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {  margin-bottom: 0;}
.full_input > .wpcf7-form-control-wrap {  margin-right: 0;}
.cons-form.contact_right_section .full_inputs > p { margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_row-fluid.ad_about_height {  display: none;}
.page-template-template-blog .entry-date, .single .entry-date{    margin: 0 10px 0 0;   padding: 0 10px 0 0;}
.page-template-template-blog .entry-image {  animation: inherit !important;  transform: inherit !important;  transition: inherit !important;}
.page-template-template-blog .blog-innre-area {  overflow: hidden !important;}


.header-cus-nav-book {     margin-left: 7% !important;    margin-right: 15px;}

}

@media only screen and (min-width:481px) and (max-width:515px)
{
.header-cus-nav-book {     margin-left: 7% !important;    margin-right: 15px;}
  .contact_right_section .wpcf7-form { width: 100%;}

    .header-widget-area { left: 0;  margin-bottom: 15px; width: 100%;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone {  margin-right: 20px; margin-top: 25px; text-align: left;}  
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 151px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px;   margin-top: -117px;}
    .header-cus-nav-book a {width: 120px;}
    .header-cus-nav-consultation { float: right !Important;}
    .site-inner .services_right .vc_col-sm-4 {  background-size: 50px auto !important;  width: 100% !important;}
    
    
    /*slider*/
    .slider_bottom_arrow.scroll { display: block;}
    .slider_area .hermes.tp-bullets { display: block;}
    .home .slider_area .rev_slider_wrapper.fullscreen-container { height: 210px !important;}
    .home .slider_area .forcefullwidth_wrapper_tp_banner{height: 210px !important;}
    
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 18px !important; line-height: 20px !important; margin-bottom: 0 !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 20px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 16px !important; line-height: 20px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 20px 0 0;}
    .slider_bottom_left {float: none !Important;    margin: 0 auto !Important; width: 90% !Important;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 18px !important;  line-height: 20px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px !important;    line-height: 21px !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: inherit !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 100% !important;}
    .read-more-btn a {font-size: 20px; top: 90px;}
    .slider_bottom_right .vc_col-sm-6:last-child {  min-height: 200px !important;}
    
    /*services*/
    .service_blank.wpb_column.vc_column_container.vc_col-sm-4 {    display: none;}
    .service_section { padding: 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .service_section .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 10px auto 0 0 !important; width: 31.4% !important;      min-height: 150px !important;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;  width: 90%;}
    .service_seven.wpb_column.vc_column_container.vc_col-sm-4 {  margin-bottom: 20px !important;}
    .project_section_area ul li:hover .project-image::before {  display: none !important;}
    .project_section_area ul li:hover .right_cs { margin-top: 0 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000000 !important;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li {  float: none !important; width: 344px !important; margin: 15px auto 0 !important;}
    .project_section_area ul li:hover { box-shadow: none !important;}
    .services-list {  width: 345px !important;}
    /*our projects*/
    .why_choose_section  .why_choose_left h1 {  font-size: 18px !important;  line-height: 21px !important;  margin-bottom: 15px !important;  width: 100% !important;}
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 0!important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 14px!important;}
    .project_section_area .right_cs .content { font-size: 13px !important;}
    .project_section_area .right_cs {margin-top: -20px;}
    .project_section_area ul li:last-of-type { margin-right: auto !important;}
    .view_title{ font-size: 18px !important; line-height: 23px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 10px auto 20px !important;  width: 280px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 18px !Important;}
.why_choose_left .vc_column-inner {  padding-right: 10px !important;  width: 90% !important;  padding-left: 10px !important;}
    .why_choose_left h1::before { display: none;}
    .choose_box img {width: 70px;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {  border-bottom: 1px dashed #ffffff; margin-bottom: 15px !important;  margin-right: 0 !important;  min-height: inherit !important;  padding: 0 0 15px !important;
    text-align: center;    width: 100%;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    .why_choose_boxes .choose_box:nth-of-type(4) {  border-bottom: medium none;  margin-bottom: 0;  padding-bottom: 0;}
    .why_choose_section .why_choose_right {padding: 0!Important;  margin-bottom: 0 !important;}
    .half-service-ul ul {padding-right: 0 !important;  width: 100% !important;}
  
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 18px;   margin-bottom: 10px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0; }
    .bottom_services .vc_column-inner { padding: 0 15px !important; position: relative !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    .advand_title { display: block !important;  border-bottom: 1px solid #000;  margin-bottom: 0 !important}
    .advand_title h5 {  padding: 20px 30px !important;}
    
    /**/
    .areas_serve_title h6 {float: left; font-size: 20px; line-height: 23px; margin-bottom: 0;}
    .areas_serve_title h6 span { font-size: 18px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 0px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
.areas_serve_title > p { font-size: 13px !important;line-height: 21px !important; margin-top: 0 !important;  width: 100% !important;  left: 0 !important;
  text-align: left;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 100% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .half-service-ul { float: left;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px; padding: 0 0 10px 0px !important;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .footer-inner-info-mobile { font-size: 15px;}
    .footer-inner-info-office{ font-size: 15px;}
    .footer-inner-info-one{ font-size: 15px;}
    .footer-inner-info-two{font-size: 15px;}
    .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_right-to-left.service_bottom_title.wpb_start_animation { display: none;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    .full_input > .wpcf7-form-control-wrap {    float: left; width: 240px;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location {margin-bottom: 20px;font-size: 15px;  line-height: 22px;  width: 100%;   text-align: center;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-info { font-size: 13px;  line-height: 23px;  margin-bottom: 20px;  width: 100%;  text-align: center;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto;    padding: 0;    width: 100%;
  border-bottom: 1px dashed #ffffff; border-top: 1px dashed #ffffff;  margin-top: 0;    padding: 20px 0 0;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {  font-size: 14px !Important;  margin-top: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li a {font-size: 14px;}
.footer-copy { padding-bottom: 20px;}
.footer-inner-location-area { width: 100%;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 { font-size: 18px;padding: 50px 0; letter-spacing: 0;margin-bottom: 20px !important;}
.contact_right_section .half_inputs p:last-child {  margin-bottom: 10px !Important;}
.contact_right_section .full_inputs > p { text-align: center;}
.contact_right_section .full_inputs > p:last-child { clear: both;  text-align: center;}
.page-template-template-blog .content-sidebar-wrap > .content {padding: 0 10px;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 {font-size: 18px !important;  line-height: 23px !important;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;   margin-top: 10px;}

.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0 !important;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner {display: none;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { letter-spacing: 0px;  bottom: 28px; font-size: 13px; line-height: 16px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 0;  font-size: 13px; float: none;}
.footer-inner-social img { width: 55px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding:15px !important;}
.single-project-space {  margin-bottom: 10px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.single main.content {padding-right: 0 !important; }

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.page-template-default .site-inner .contact_section_area .contact_left_section .vc_column-inner { float: none !important;  margin: 0 auto !important;  padding: 0 !important;
  width: 90% !important;}   
.contact_right_section .wpcf7-form textarea {height: 110px;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 20px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important; float: none; margin: 0 auto !important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px !important;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 13px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: none; margin-right: auto;width: 100%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0 !important;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 14px;  line-height: 20px;}
.vc_tta-title-text::before {  top: 0; left: -29px; font-size: 25px;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { font-size: 20px; right: 0;}
.vc_tta.vc_general .vc_tta-panel-body::before {font-size: 25px;  left: -23px;  top: 17px;}
.vc_tta.vc_general .vc_tta-panel-body {margin-left: 30px !important;}

.contact_right_section .wpcf7-form .wpcf7-submit {   float: none;}
.page-id-182.full-width-content .content {  width: 100%;}
/*news*/
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 15px;  padding: 0 0 15px;}
.page-template-template-blog main.content, .single main.content { border-right: medium none !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
#s-share-buttons.s-share-w-c a{ margin-right: 9px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}
/*FAQ*/
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {padding: 15px 35px 15px 0 !important;}
.vc_tta-title-text {padding-left: 15px;}
.vc_tta .vc_tta-controls-icon { height: 20px !important;  width: 20px !important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a { padding-right: 25px !important;}
.vc_tta-title-text { border-left: 1px solid #3f3f3f !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important; margin-top: 15px !important; }
.service-content.mrg-none { text-align: center;}
.office-hours{font-size: 13px;  margin-bottom: 10px;  padding-bottom: 3px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-link {border-left: medium none; margin-left: 0;  margin-top: 10px;  padding-left: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li { display: inline-block;   float: none;}
.footer-link #main_navigation li:last-child {    margin-right: 0;  padding-right: 0;}
.footer-area h6 {  font-size: 18px;}

.col-white .vc_col-sm-12 > .vc_column-inner {padding-top: 0;}
.consultation-form-area .head { margin-bottom: 25px;}
.email_one { margin-bottom: 20px !important;}
form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {margin-bottom: 0;}
.consultation-form-area .cons-form {  width: 100% !important;}
.contact_right_section .full_inputs .submit-btn { float: none; margin-top: 10px !important;  text-align: center;  clear: both;  margin-bottom: 0 !important;}
.main-service-row-section {  margin: 0 auto 15px!important;  padding: 0!important;  width: 100%!important;   left: 0 !important;}
.main-service-row-section .vc_col-sm-12 > .vc_column-inner { padding: 0px !important;}
.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin: 0 auto 15px !important;}
.tax-service-cat .newheader .entry-title { margin-bottom: 0 !important;  padding-top: 11%;  margin-left: 10px;  margin-right: 10px;}
.tax-service-cat .feature_img_section222 { margin-bottom: 0;}
.project-image {   padding: 0 !important;}
.project_section_area ul li:hover .right_cs .content { width: 100%; color: #000000 !important;}
.project_section_area .right_cs .content { display: block !important; width: 100%;}
.page-template-template-blog .entry-meta, .single .entry-meta { margin: 10px 0 0;}

/**/
div.wpcf7 .wpcf7-recaptcha iframe {   float: left;    margin-bottom: 10px !important;}
.slider_text { margin-top: -40px !important;}
.ajax-loader {  display: none !important;}

.header-cus-nav-book { margin-right: 0 !important;}


}


@media only screen and (min-width:416px) and (max-width:480px)
{

  .contact_right_section .wpcf7-form { width: 100%;}

    .header-widget-area { left: 0;  margin-bottom: 15px; width: 100%;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone {  margin-right: 20px; margin-top: 25px; text-align: left;}  
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 151px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px;  margin-top: -137px;}
    .header-cus-nav-book a {width: 120px;}
    .header-cus-nav-consultation { float: right !Important;}
    .site-inner .services_right .vc_col-sm-4 {  background-size: 50px auto !important;  width: 100% !important;}
    
    
    /*slider*/
    .slider_bottom_arrow.scroll { display: block;}
    .slider_area .hermes.tp-bullets { display: block;}
    .home .slider_area .rev_slider_wrapper.fullscreen-container { height: 210px !important;}
    .home .slider_area .forcefullwidth_wrapper_tp_banner{height: 210px !important;}
    
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 18px !important; line-height: 20px !important; margin-bottom: 0 !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 20px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 16px !important; line-height: 20px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 20px 0 0;}
    .slider_bottom_left {float: none !Important;    margin: 0 auto !Important; width: 90% !Important;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 18px !important;  line-height: 20px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px !important;    line-height: 21px !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: inherit !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 100% !important;}
    .read-more-btn a {font-size: 20px; top: 90px;}
    .slider_bottom_right .vc_col-sm-6:last-child {  min-height: 200px !important;}
    
    /*services*/
    .service_blank.wpb_column.vc_column_container.vc_col-sm-4 {    display: none;}
    .service_section { padding: 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .service_section .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 10px auto 0 0 !important; width: 31.4% !important;      min-height: 150px !important;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;  width: 90%;}
    .service_seven.wpb_column.vc_column_container.vc_col-sm-4 {  margin-bottom: 20px !important;}
    .project_section_area ul li:hover .project-image::before {  display: none !important;}
    .project_section_area ul li:hover .right_cs { margin-top: 0 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000000 !important;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li {  float: none !important; width: 344px !important; margin: 15px auto 0 !important;}
    .project_section_area ul li:hover { box-shadow: none !important;}
    .services-list {  width: 345px !important;}
    /*our projects*/
    .why_choose_section  .why_choose_left h1 {  font-size: 18px !important;  line-height: 21px !important;  margin-bottom: 15px !important;  width: 100% !important;}
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 0!important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 14px!important;}
    .project_section_area .right_cs .content { font-size: 13px !important;}
    .project_section_area .right_cs {margin-top: -20px;}
    .project_section_area ul li:last-of-type { margin-right: auto !important;}
    .view_title{ font-size: 18px !important; line-height: 23px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 10px auto 20px !important;  width: 280px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 18px !Important;}
.why_choose_left .vc_column-inner {  padding-right: 10px !important;  width: 90% !important;  padding-left: 10px !important;}
    .why_choose_left h1::before { display: none;}
    .choose_box img {width: 70px;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {  border-bottom: 1px dashed #ffffff; margin-bottom: 15px !important;  margin-right: 0 !important;  min-height: inherit !important;  padding: 0 0 15px !important;
    text-align: center;    width: 100%;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    .why_choose_boxes .choose_box:nth-of-type(4) {  border-bottom: medium none;  margin-bottom: 0;  padding-bottom: 0;}
    .why_choose_section .why_choose_right {padding: 0!Important;  margin-bottom: 0 !important;}
    .half-service-ul ul {padding-right: 0 !important;  width: 100% !important;}
  
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 18px;   margin-bottom: 10px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0; }
    .bottom_services .vc_column-inner { padding: 0 15px !important; position: relative !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    .advand_title { display: block !important;  border-bottom: 1px solid #000;  margin-bottom: 0 !important}
    .advand_title h5 {  padding: 20px 30px !important;}
    
    /**/
    .areas_serve_title h6 {float: left; font-size: 20px; line-height: 23px; margin-bottom: 0;}
    .areas_serve_title h6 span { font-size: 18px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 0px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
.areas_serve_title > p { font-size: 13px !important;line-height: 21px !important; margin-top: 0 !important;  width: 100% !important;  left: 0 !important;
  text-align: left;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 100% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .half-service-ul { float: left;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px; padding: 0 0 10px 0px !important;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .footer-inner-info-mobile { font-size: 15px;}
    .footer-inner-info-office{ font-size: 15px;}
    .footer-inner-info-one{ font-size: 15px;}
    .footer-inner-info-two{font-size: 15px;}
    .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_right-to-left.service_bottom_title.wpb_start_animation { display: none;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    .full_input > .wpcf7-form-control-wrap {    float: left; width: 240px;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location {margin-bottom: 20px;font-size: 15px;  line-height: 22px;  width: 100%;   text-align: center;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-info { font-size: 13px;  line-height: 23px;  margin-bottom: 20px;  width: 100%;  text-align: center;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto;    padding: 0;    width: 100%;
  border-bottom: 1px dashed #ffffff; border-top: 1px dashed #ffffff;  margin-top: 0;    padding: 20px 0 0;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {  font-size: 14px !Important;  margin-top: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li a {font-size: 14px;}
.footer-copy { padding-bottom: 20px;}
.footer-inner-location-area { width: 100%;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 { font-size: 18px;padding: 50px 0; letter-spacing: 0;margin-bottom: 20px !important;}
.contact_right_section .half_inputs p:last-child {  margin-bottom: 10px !Important;}
.contact_right_section .full_inputs > p { text-align: center;}
.contact_right_section .full_inputs > p:last-child { clear: both;  text-align: center;}
.page-template-template-blog .content-sidebar-wrap > .content {padding: 0 10px;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 {font-size: 18px !important;  line-height: 23px !important;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0 !important;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner {display: none;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { letter-spacing: 0px;  bottom: 28px; font-size: 13px; line-height: 16px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 0;  font-size: 13px; float: none;}
.footer-inner-social img { width: 55px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding:15px !important;}
.single-project-space {  margin-bottom: 10px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.single main.content {padding-right: 0 !important; }

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.page-template-default .site-inner .contact_section_area .contact_left_section .vc_column-inner { float: none !important;  margin: 0 auto !important;  padding: 0 !important;
  width: 90% !important;}   
.contact_right_section .wpcf7-form textarea {height: 110px;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 20px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important; float: none; margin: 0 auto !important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px !important;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 13px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: none; margin-right: auto;width: 100%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0 !important;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 14px;  line-height: 20px;}
.vc_tta-title-text::before {  top: 0; left: -29px; font-size: 25px;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { font-size: 20px; right: 0;}
.vc_tta.vc_general .vc_tta-panel-body::before {font-size: 25px;  left: -23px;  top: 17px;}
.vc_tta.vc_general .vc_tta-panel-body {margin-left: 30px !important;}

.contact_right_section .wpcf7-form .wpcf7-submit {   float: none;}
.page-id-182.full-width-content .content {  width: 100%;}
/*news*/
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 15px;  padding: 0 0 15px;}
.page-template-template-blog main.content, .single main.content { border-right: medium none !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
#s-share-buttons.s-share-w-c a{ margin-right: 9px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}
/*FAQ*/
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {padding: 15px 35px 15px 0 !important;}
.vc_tta-title-text {padding-left: 15px;}
.vc_tta .vc_tta-controls-icon { height: 20px !important;  width: 20px !important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a { padding-right: 25px !important;}
.vc_tta-title-text { border-left: 1px solid #3f3f3f !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important; margin-top: 15px !important; }
.service-content.mrg-none { text-align: center;}
.office-hours{font-size: 13px;  margin-bottom: 10px;  padding-bottom: 3px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-link {border-left: medium none; margin-left: 0;  margin-top: 10px;  padding-left: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li { display: inline-block;   float: none;}
.footer-link #main_navigation li:last-child {    margin-right: 0;  padding-right: 0;}
.footer-area h6 {  font-size: 18px;}

.col-white .vc_col-sm-12 > .vc_column-inner {padding-top: 0;}
.consultation-form-area .head { margin-bottom: 25px;}
.email_one { margin-bottom: 20px !important;}
form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {margin-bottom: 0;}
.consultation-form-area .cons-form {  width: 100% !important;}
.contact_right_section .full_inputs .submit-btn { float: none; margin-top: 10px !important;  text-align: center;  clear: both;  margin-bottom: 0 !important;}
.main-service-row-section {  margin: 0 auto 15px!important;  padding: 0!important;  width: 100%!important;   left: 0 !important;}
.main-service-row-section .vc_col-sm-12 > .vc_column-inner { padding: 0px !important;}
.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin: 0 auto 15px !important;}
.tax-service-cat .newheader .entry-title { margin-bottom: 0 !important;  padding-top: 11%;  margin-left: 10px;  margin-right: 10px;}
.tax-service-cat .feature_img_section222 { margin-bottom: 0;}
.project-image {   padding: 0 !important;}
.project_section_area ul li:hover .right_cs .content { width: 100%; color: #000000 !important;}
.project_section_area .right_cs .content { display: block !important; width: 100%;}
.page-template-template-blog .entry-meta, .single .entry-meta { margin: 10px 0 0;}

/**/
div.wpcf7 .wpcf7-recaptcha iframe {   float: left;    margin-bottom: 10px !important;}
.slider_text { margin-top: -40px !important;}
.ajax-loader {  display: none !important;}

.header-cus-nav-book { margin-right: 0 !important;}

}


@media only screen and (min-width:376px) and (max-width:415px)
{

  .contact_right_section .wpcf7-form { width: 100%;}

    .header-widget-area { left: 0;  margin-bottom: 15px;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone {  margin-right: 0; margin-top: 15px; text-align: left; width: 100%;}  
    .header-cus-nav-book {  margin-right: 0;}
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 174px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px; margin-top: -177px;}
    .header-cus-nav-book a {width: 140px;}
    .header-cus-nav-consultation { float: right !Important;}
    .site-inner .services_right .vc_col-sm-4 {  background-size: 50px auto !important;}
    
    
    /*slider*/
    .slider_bottom_arrow.scroll { display: block;}
    .slider_area .hermes.tp-bullets { display: block;}
    .home .slider_area .rev_slider_wrapper.fullscreen-container { height: 210px !important;}
    .home .slider_area .forcefullwidth_wrapper_tp_banner{height: 210px !important;}
    
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 18px !important; line-height: 20px !important; margin-bottom: 0 !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 20px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 16px !important; line-height: 20px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 20px 0 0;}
    .slider_bottom_left {float: none !Important;    margin: 0 auto !Important; width: 90% !Important;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 18px !important;  line-height: 20px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px !important;    line-height: 21px !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: inherit !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 100% !important;}
    .read-more-btn a {font-size: 20px; top: 90px;}
    .slider_bottom_right .vc_col-sm-6:last-child {  min-height: 200px !important;}
    
    /*services*/
    .service_section { padding: 20px 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .service_section .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 10px auto 0 0 !important; width: 31.4% !important;      min-height: 167px !important;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;  width: 90%;}
    .service_seven.wpb_column.vc_column_container.vc_col-sm-4 {  margin-bottom: 20px !important;}
    .project_section_area ul li:hover .project-image::before {  display: none !important;}
    .project_section_area ul li:hover .right_cs { margin-top: 0 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000000 !important;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li {  float: none !important; width: 344px !important; margin: 15px auto 0 !important;}
    .project_section_area ul li:hover { box-shadow: none !important;}
    .services-list {  width: 345px !important;}
    /*our projects*/
    .why_choose_section  .why_choose_left h1 {  font-size: 18px !important;  line-height: 21px !important;  margin-bottom: 15px !important;  width: 100% !important;}
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 0!important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 14px!important;}
    .project_section_area .right_cs .content { font-size: 13px !important;}
    .project_section_area .right_cs {margin-top: -20px;}
    .project_section_area ul li:last-of-type { margin-right: 0 !important;}
    .view_title{ font-size: 18px !important; line-height: 23px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 10px auto 20px !important;  width: 280px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 18px !Important;}
.why_choose_left .vc_column-inner {  padding-right: 10px !important;  width: 90% !important;  padding-left: 10px !important;}
    .why_choose_left h1::before { display: none;}
    .choose_box img {width: 70px;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {  border-bottom: 1px dashed #ffffff; margin-bottom: 15px !important;  margin-right: 0 !important;  min-height: inherit !important;  padding: 0 0 15px !important;
    text-align: center;    width: 100%;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    .why_choose_boxes .choose_box:nth-of-type(4) {  border-bottom: medium none;  margin-bottom: 0;  padding-bottom: 0;}
    .why_choose_section .why_choose_right {padding: 0!Important;  margin-bottom: 0 !important;}
    .half-service-ul ul {padding-right: 0 !important;  width: 100% !important;}
  
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 18px;   margin-bottom: 10px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0; }
    .bottom_services .vc_column-inner { padding: 0 15px !important; position: relative !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    .advand_title { display: block !important;  border-bottom: 1px solid #000;  margin-bottom: 0 !important}
    .advand_title h5 {  padding: 20px 30px !important;}
    
    /**/
    .areas_serve_title h6 {float: left; font-size: 20px; line-height: 23px; margin-bottom: 0;}
    .areas_serve_title h6 span { font-size: 18px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 0px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
.areas_serve_title > p { font-size: 13px !important;line-height: 21px !important; margin-top: 0 !important;  width: 100% !important;  left: 0 !important;
  text-align: left;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 100% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .half-service-ul { float: left;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px; padding: 0 0 10px 0px !important;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .footer-inner-info-mobile { font-size: 15px;}
    .footer-inner-info-office{ font-size: 15px;}
    .footer-inner-info-one{ font-size: 15px;}
    .footer-inner-info-two{font-size: 15px;}
    .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_right-to-left.service_bottom_title.wpb_start_animation { display: none;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location {margin-bottom: 20px;font-size: 15px;  line-height: 22px;  width: 100%;   text-align: center;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-info { font-size: 13px;  line-height: 23px;  margin-bottom: 20px;  width: 100%;  text-align: center;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto;    padding: 0;    width: 100%;
  border-bottom: 1px dashed #ffffff; border-top: 1px dashed #ffffff;  margin-top: 0;    padding: 20px 0;}
   .full_input > p:last-child {   float: none;  margin: 0 auto;  text-align: center;   clear: both;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {  font-size: 14px !Important;  margin-top: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li a {font-size: 14px;}
.footer-copy { padding-bottom: 20px;}
.footer-inner-location-area { width: 100%;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 { font-size: 18px;padding: 50px 0; letter-spacing: 0;margin-bottom: 20px !important;}
.contact_right_section .half_inputs p:last-child {  margin-bottom: 10px !Important;}
.contact_right_section .full_inputs > p { text-align: center;}
.contact_right_section .full_inputs > p:last-child { clear: both;  text-align: center;}
.page-template-template-blog .content-sidebar-wrap > .content {padding: 0 10px;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 {font-size: 18px !important;  line-height: 23px !important;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0 !important;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner {display: none;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { letter-spacing: 0px;  bottom: 28px; font-size: 13px; line-height: 16px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 0;  font-size: 13px; float: none;}
.footer-inner-social img { width: 55px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding:15px !important;}
.single-project-space {  margin-bottom: 10px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.single main.content {padding-right: 0 !important; }

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.page-template-default .site-inner .contact_section_area .contact_left_section .vc_column-inner { float: none !important;  margin: 0 auto !important;  padding: 0 !important;
  width: 90% !important;}   
.contact_right_section .wpcf7-form textarea {height: 110px;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 20px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important; float: none; margin: 0 auto !important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px !important;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 13px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: none; margin-right: auto;width: 100%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0 !important;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 14px;  line-height: 20px;}
.vc_tta-title-text::before {  top: 0; left: -29px; font-size: 25px;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { font-size: 20px; right: 0;}
.vc_tta.vc_general .vc_tta-panel-body::before {font-size: 25px;  left: -23px;  top: 17px;}
.vc_tta.vc_general .vc_tta-panel-body {margin-left: 30px !important;}

.contact_right_section .wpcf7-form .wpcf7-submit {   float: none;}
.page-id-182.full-width-content .content {  width: 100%;}
/*news*/
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 15px;  padding: 0 0 15px;}
.page-template-template-blog main.content, .single main.content { border-right: medium none !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
#s-share-buttons.s-share-w-c a{ margin-right: 9px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}
/*FAQ*/
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {padding: 15px 35px 15px 0 !important;}
.vc_tta-title-text {padding-left: 15px;}
.vc_tta .vc_tta-controls-icon { height: 20px !important;  width: 20px !important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a { padding-right: 25px !important;}
.vc_tta-title-text { border-left: 1px solid #3f3f3f !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important; margin-top: 15px !important; }
.service-content.mrg-none { text-align: center;}
.office-hours{font-size: 13px;  margin-bottom: 10px;  padding-bottom: 3px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-link {border-left: medium none; margin-left: 0;  margin-top: 10px;  padding-left: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li { display: inline-block;   float: none;}
.footer-link #main_navigation li:last-child {    margin-right: 0;  padding-right: 0;}
.footer-area h6 {  font-size: 18px;}

.col-white .vc_col-sm-12 > .vc_column-inner {padding-top: 0;}
.consultation-form-area .head { margin-bottom: 25px;}
.email_one { margin-bottom: 20px !important;}
form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {margin-bottom: 0;}
.consultation-form-area .cons-form {  width: 100% !important;}
.contact_right_section .full_inputs .submit-btn { float: none; margin-top: 10px !important;  text-align: center;  clear: both;  margin-bottom: 0 !important;}
.main-service-row-section {  margin: 0 auto 15px!important;  padding: 0!important;  width: 100%!important;   left: 0 !important;}
.main-service-row-section .vc_col-sm-12 > .vc_column-inner { padding: 0px !important;}
.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin: 0 auto 15px !important;}
.tax-service-cat .newheader .entry-title { margin-bottom: 0 !important;  padding-top: 11%;  margin-left: 10px;  margin-right: 10px;}
.tax-service-cat .feature_img_section222 { margin-bottom: 0;}
.project-image {   padding: 0 !important;}
.project_section_area ul li:hover .right_cs .content { width: 100%; color: #000000 !important;}
.project_section_area .right_cs .content { display: block !important; width: 100%;}
.page-template-template-blog .entry-meta, .single .entry-meta { margin: 10px 0 0;}

/**/
div.wpcf7 .wpcf7-recaptcha iframe {   float: left;    margin-bottom: 10px !important;}
.slider_text { margin-top: -40px !important;}

}



@media only screen and (min-width:321px) and (max-width:375px)
{
    .slider_text { margin-top: -30px !important;}
  .contact_right_section .wpcf7-form { width: 100%;}

    .header-widget-area { left: 0;  margin-bottom: 15px;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone {  margin-right: 0; margin-top: 15px; text-align: left; width: 100%;}  
    .header-cus-nav-book {  margin-right: 0;}
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 174px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px; margin-top: -177px;}
    .header-cus-nav-book a {width: 140px;}
    .header-cus-nav-consultation { float: right !Important;}
    .site-inner .services_right .vc_col-sm-4 {  background-size: 50px auto !important;}
    
    
    /*slider*/
    .slider_bottom_arrow.scroll { display: block;}
    .slider_area .hermes.tp-bullets { display: block;}
    .home .slider_area .rev_slider_wrapper.fullscreen-container { height: 210px !important;}
    .home .slider_area .forcefullwidth_wrapper_tp_banner{height: 210px !important;}
    
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 18px !important; line-height: 20px !important; margin-bottom: 0 !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 20px !Important;}
    #slide-1-layer-4 > img { display: none;}   
    .slider_sub_title {font-size: 16px !important; line-height: 20px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 20px 0 0;}
    .slider_bottom_left {float: none !Important;    margin: 0 auto !Important; width: 90% !Important;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 18px !important;  line-height: 20px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px !important;    line-height: 21px !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: inherit !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 100% !important;}
    .read-more-btn a {font-size: 20px; top: 90px;}
    .slider_bottom_right .vc_col-sm-6:last-child {  min-height: 200px !important;}
    
    /*services*/
    .service_section { padding: 20px 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .service_section .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 10px auto 0 0 !important; width: 31.4% !important;      min-height: 167px !important;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;  width: 90%;}
    .service_seven.wpb_column.vc_column_container.vc_col-sm-4 {  margin-bottom: 20px !important;}
    .project_section_area ul li:hover .project-image::before {  display: none !important;}
    .project_section_area ul li:hover .right_cs { margin-top: 0 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000000 !important;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li { width: 100% !important; margin: 15px auto 0 !important;}
    .project_section_area ul li:hover { box-shadow: none !important;}
    /*our projects*/
    .why_choose_section  .why_choose_left h1 {  font-size: 18px !important;  line-height: 21px !important;  margin-bottom: 15px !important;  width: 100% !important;}
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 0!important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 14px!important;}
    .project_section_area .right_cs .content { font-size: 13px !important;}
    .project_section_area .right_cs {margin-top: -20px;}
    .project_section_area ul li:last-of-type { margin-right: 0 !important;}
    .view_title{ font-size: 18px !important; line-height: 23px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 10px auto 20px !important;  width: 280px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 18px !Important;}
.why_choose_left .vc_column-inner {  padding-right: 10px !important;  width: 90% !important;  padding-left: 10px !important;}
    .why_choose_left h1::before { display: none;}
    .choose_box img {width: 70px;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {  border-bottom: 1px dashed #ffffff; margin-bottom: 15px !important;  margin-right: 0 !important;  min-height: inherit !important;  padding: 0 0 15px !important;
    text-align: center;    width: 100%;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    .why_choose_boxes .choose_box:nth-of-type(4) {  border-bottom: medium none;  margin-bottom: 0;  padding-bottom: 0;}
    .why_choose_section .why_choose_right {padding: 0!Important;  margin-bottom: 0 !important;}
    .half-service-ul ul {padding-right: 0 !important;  width: 100% !important;}
  
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 18px;   margin-bottom: 10px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0; }
    .bottom_services .vc_column-inner { padding: 0 15px !important; position: relative !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    .advand_title { display: block !important;  border-bottom: 1px solid #000;  margin-bottom: 0 !important}
    .advand_title h5 {  padding: 20px 30px !important;}
    
    /**/
    .areas_serve_title h6 {float: left; font-size: 20px; line-height: 23px; margin-bottom: 0;}
    .areas_serve_title h6 span { font-size: 18px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 0px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
.areas_serve_title > p { font-size: 13px !important;line-height: 21px !important; margin-top: 0 !important;  width: 100% !important;  left: 0 !important;
  text-align: left;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 100% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .half-service-ul { float: left;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px; padding: 0 0 10px 0px !important;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .footer-inner-info-mobile { font-size: 15px;}
    .footer-inner-info-office{ font-size: 15px;}
    .footer-inner-info-one{ font-size: 15px;}
    .footer-inner-info-two{font-size: 15px;}
    .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_right-to-left.service_bottom_title.wpb_start_animation { display: none;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location {margin-bottom: 20px;font-size: 15px;  line-height: 22px;  width: 100%;   text-align: center;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-info { font-size: 13px;  line-height: 23px;  margin-bottom: 20px;  width: 100%;  text-align: center;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto;    padding: 0;    width: 100%;
  border-bottom: 1px dashed #ffffff; border-top: 1px dashed #ffffff;  margin-top: 0;    padding: 20px 0;}
   .full_input > p:last-child {   float: none;  margin: 0 auto;  text-align: center;   clear: both;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {  font-size: 14px !Important;  margin-top: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li a {font-size: 14px;}
.footer-copy { padding-bottom: 20px;}
.footer-inner-location-area { width: 100%;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}
   
/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 { font-size: 18px;padding: 50px 0; letter-spacing: 0;margin-bottom: 20px !important;}
.contact_right_section .half_inputs p:last-child {  margin-bottom: 10px !Important;}
.contact_right_section .full_inputs > p { text-align: center;}
.contact_right_section .full_inputs > p:last-child { clear: both;  text-align: center;}
.page-template-template-blog .content-sidebar-wrap > .content {padding: 0 10px;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 {font-size: 18px !important;  line-height: 23px !important;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0 !important;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner {display: none;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { letter-spacing: 0px;   bottom: 10px; font-size: 13px; line-height: 16px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 0;  font-size: 13px; float: none;}
.footer-inner-social img { width: 55px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding:15px !important;}
.single-project-space {  margin-bottom: 10px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.single main.content {padding-right: 0 !important; }

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.page-template-default .site-inner .contact_section_area .contact_left_section .vc_column-inner { float: none !important;  margin: 0 auto !important;  padding: 0 !important;
  width: 90% !important;}   
.contact_right_section .wpcf7-form textarea {height: 110px;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 20px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important; float: none; margin: 0 auto !important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px !important;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 13px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: none; margin-right: auto;width: 100%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0 !important;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 14px;  line-height: 20px;}
.vc_tta-title-text::before {  top: 0; left: -29px; font-size: 25px;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { font-size: 20px; right: 0;}
.vc_tta.vc_general .vc_tta-panel-body::before {font-size: 25px;  left: -23px;  top: 17px;}
.vc_tta.vc_general .vc_tta-panel-body {margin-left: 30px !important;}

.contact_right_section .wpcf7-form .wpcf7-submit {   float: none;}
.page-id-182.full-width-content .content {  width: 100%;}
/*news*/
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 15px;  padding: 0 0 15px;}
.page-template-template-blog main.content, .single main.content { border-right: medium none !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
#s-share-buttons.s-share-w-c a{ margin-right: 9px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}
/*FAQ*/
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {padding: 10px 35px 10px 0 !important;}
.vc_tta-title-text {padding-left: 15px;}
.vc_tta .vc_tta-controls-icon { height: 20px !important;  width: 20px !important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a { padding-right: 25px !important;}
.vc_tta-title-text { border-left: 1px solid #3f3f3f !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important; margin-top: 15px !important; }
.service-content.mrg-none { text-align: center;}
.office-hours{font-size: 13px;  margin-bottom: 10px;  padding-bottom: 3px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-link {border-left: medium none; margin-left: 0;  margin-top: 10px;  padding-left: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li { display: inline-block;   float: none;}
.footer-link #main_navigation li:last-child {    margin-right: 0;  padding-right: 0;}
.footer-area h6 {  font-size: 18px;}

.col-white .vc_col-sm-12 > .vc_column-inner {padding-top: 0;}
.consultation-form-area .head { margin-bottom: 25px;}
.email_one { margin-bottom: 20px !important;}
form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {margin-bottom: 0;}
.consultation-form-area .cons-form {  width: 100% !important;}
.contact_right_section .full_inputs .submit-btn { float: none; margin-top: 10px !important;  text-align: center;  clear: both;  margin-bottom: 0 !important;}
.main-service-row-section {  margin: 0 auto 15px!important;  padding: 0!important;  width: 100%!important;   left: 0 !important;}
.main-service-row-section .vc_col-sm-12 > .vc_column-inner { padding: 0px !important;}
.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin: 0 auto 15px !important;}
.tax-service-cat .newheader .entry-title { margin-bottom: 0 !important;  padding-top: 11%;  margin-left: 10px;  margin-right: 10px;}
.tax-service-cat .feature_img_section222 { margin-bottom: 0;}
.project-image {   padding: 0 !important;}
.project_section_area ul li:hover .right_cs .content { width: 100%; color: #000000 !important;}
.project_section_area .right_cs .content { display: block !important; width: 100%;}
.page-template-template-blog .entry-meta, .single .entry-meta { margin: 10px 0 0;}

/**/
div.wpcf7 .wpcf7-recaptcha iframe {   float: left;    margin-bottom: 10px !important;}


}   


@media only screen and (min-width:200px) and (max-width:320px)
{
    .contact_right_section .wpcf7-form { width: 100%;}
	.feature_img_section222 {margin-bottom: 0!important;}

    .header-widget-area { left: 0;  margin-bottom: 15px;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone {  margin-right: 0; margin-top: 15px; text-align: left; width: 100%;}  
    .header-cus-nav-book {  margin-right: 0;}
    
    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 154px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px; margin-top: -177px;}
    .header-cus-nav-book a {width: 120px;}
    .header-cus-nav-consultation { float: right !Important;}
    
    
    
    /*slider*/
    .slider_bottom_arrow.scroll { display: block;}
    .slider_area .hermes.tp-bullets { display: block;}
    .home .slider_area .rev_slider_wrapper.fullscreen-container { height: 210px !important;}
    .home .slider_area .forcefullwidth_wrapper_tp_banner{height: 210px !important;}
    
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 18px !important; line-height: 20px !important; margin-bottom: 0 !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 20px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 16px !important; line-height: 20px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 20px 0 0;}
    .slider_bottom_left {float: none !Important;    margin: 0 auto !Important; width: 90% !Important;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 18px !important;  line-height: 20px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px !important;    line-height: 21px !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: inherit !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 100% !important;}
    .read-more-btn a {font-size: 20px; top: 90px;}
    .slider_bottom_right .vc_col-sm-6:last-child {  min-height: 200px !important;}
    
    /*services*/
    .service_section { padding: 20px 0 !important;}
	.service_section {margin-top: 20px!important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .service_section .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 0 auto 20px 0!important; width: 31.4% !important;  min-height: 167px !important;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;  width: 90%;}
    .service_seven.wpb_column.vc_column_container.vc_col-sm-4 {  margin-bottom: 20px !important;}
    .project_section_area ul li:hover .project-image::before {  display: none !important;}
    .project_section_area ul li:hover .right_cs { margin-top: 0 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000000 !important;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li { width: 100% !important; margin: 15px auto 0 !important;}
    .project_section_area ul li:hover { box-shadow: none !important;}
    /*our projects*/
    .why_choose_section  .why_choose_left h1 {  font-size: 18px !important;  line-height: 21px !important;  margin-bottom: 15px !important;  width: 100% !important;}
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 0!important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 14px!important;}
    .project_section_area .right_cs .content { font-size: 13px !important;}
    .project_section_area .right_cs {margin-top: -20px;}
    .project_section_area ul li:last-of-type { margin-right: 0 !important;}
    .view_title{ font-size: 18px !important; line-height: 23px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 10px auto 20px !important;  width: 275px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 18px !Important;}
.why_choose_left .vc_column-inner {  padding-right: 10px !important;  width: 90% !important;  padding-left: 10px !important;}
    .why_choose_left h1::before { display: none;}
    .choose_box img {width: 70px;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {  border-bottom: 1px dashed #ffffff; margin-bottom: 15px !important;  margin-right: 0 !important;  min-height: inherit !important;  padding: 0 0 15px !important;
    text-align: center;    width: 100%;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    .why_choose_boxes .choose_box:nth-of-type(4) {  border-bottom: medium none;  margin-bottom: 0;  padding-bottom: 0;}
    .why_choose_section .why_choose_right {padding: 0!Important;  margin-bottom: 0 !important;}
    .half-service-ul ul {padding-right: 0 !important;  width: 100% !important;}
  
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 18px;   margin-bottom: 10px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0; }
    .bottom_services .vc_column-inner { padding: 0 15px !important; position: relative !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
    .advand_title { display: block !important;  border-bottom: 1px solid #000;  margin-bottom: 0 !important}
    .advand_title h5 {  padding: 20px 30px !important;}
    
    /**/
    .areas_serve_title h6 {float: left; font-size: 20px; line-height: 23px; margin-bottom: 0;}
    .areas_serve_title h6 span { font-size: 18px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 0px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
.areas_serve_title > p { font-size: 13px !important;line-height: 21px !important; margin-top: 0 !important;  width: 100% !important;  left: 0 !important;
  text-align: left;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 100% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .half-service-ul { float: left;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 6px; padding: 0 0 0 0px !important;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .footer-inner-info-mobile { font-size: 15px;}
    .footer-inner-info-office{ font-size: 15px;}
    .footer-inner-info-one{ font-size: 15px;}
    .footer-inner-info-two{font-size: 15px;}
    .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_right-to-left.service_bottom_title.wpb_start_animation { display: none;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location {margin-bottom: 20px;font-size: 15px;  line-height: 22px;  width: 100%;   text-align: center;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-info { font-size: 13px;  line-height: 23px;  margin-bottom: 20px;  width: 100%;  text-align: center;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto;    padding: 0;    width: 100%;
  border-bottom: 1px dashed #ffffff; border-top: 1px dashed #ffffff;  margin-top: 0;    padding: 20px 0;}
   .full_input > p:last-child {   float: none;  margin: 0 auto;  text-align: center;   clear: both;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {  font-size: 14px !Important;  margin-top: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li a {font-size: 14px;}
.footer-copy { padding-bottom: 20px;}
.footer-inner-location-area { width: 100%;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.page-id-224 .feature_img_section222 { height: 130px;margin-top: 0;}
.newheader h1 { font-size: 18px;padding: 50px 0; letter-spacing: 0;margin-bottom: 20px !important;}
.contact_right_section .half_inputs p:last-child {  margin-bottom: 10px !Important;}
.contact_right_section .full_inputs > p { text-align: center;}
.contact_right_section .full_inputs > p:last-child { clear: both;  text-align: center;}
.page-template-template-blog .content-sidebar-wrap > .content {padding: 0 10px;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 {font-size: 18px !important;  line-height: 23px !important;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0 !important;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner {display: none;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { letter-spacing: 0px;   bottom: 10px; font-size: 13px; line-height: 16px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 0;  font-size: 13px; float: none;}
.footer-inner-social img { width: 55px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding:15px !important;}
.single-project-space {  margin-bottom: 10px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.single main.content {padding-right: 0 !important; }

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.page-template-default .site-inner .contact_section_area .contact_left_section .vc_column-inner { float: none !important;  margin: 0 auto !important;  padding: 0 !important;
  width: 90% !important;}   
.contact_right_section .wpcf7-form textarea {height: 110px;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 20px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important; float: none; margin: 0 auto !important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px !important;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 13px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: none; margin-right: auto;width: 100%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0 !important;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 14px;  line-height: 20px;}
.vc_tta-title-text::before {  top: 0; left: -29px; font-size: 25px;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { font-size: 20px; right: 0;}
.vc_tta.vc_general .vc_tta-panel-body::before {font-size: 25px;  left: -23px;  top: 17px;}
.vc_tta.vc_general .vc_tta-panel-body {margin-left: 30px !important;}

.contact_right_section .wpcf7-form .wpcf7-submit {   float: none;}
.page-id-182.full-width-content .content {  width: 100%;}
/*news*/
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 15px;  padding: 0 0 15px;}
.page-template-template-blog main.content, .single main.content { border-right: medium none !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
#s-share-buttons.s-share-w-c a{ margin-right: 9px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}
/*FAQ*/
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {padding: 10px 35px 10px 0 !important;}
.vc_tta-title-text {padding-left: 15px;}
.vc_tta .vc_tta-controls-icon { height: 20px !important;  width: 20px !important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a { padding-right: 25px !important;}
.vc_tta-title-text { border-left: 1px solid #3f3f3f !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important; margin-top: 15px !important;}
.service-content.mrg-none { text-align: center;}
.office-hours{font-size: 13px;  margin-bottom: 10px; padding-bottom: 3px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-link {border-left: medium none; margin-left: 0;  margin-top: 10px;  padding-left: 0;  text-align: center;  width: 100%;}
.footer-link #main_navigation li { display: inline-block;   float: none;}
.footer-link #main_navigation li:last-child {    margin-right: 0;  padding-right: 0;}
.footer-area h6 {  font-size: 18px;}

.col-white .vc_col-sm-12 > .vc_column-inner {padding-top: 0;}
.consultation-form-area .head { margin-bottom: 25px;}
.email_one { margin-bottom: 20px !important;}
form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {margin-bottom: 0;}
.consultation-form-area .cons-form {  width: 100% !important;}
.contact_right_section .full_inputs .submit-btn { float: none; margin-top: 10px !important;  text-align: center;  clear: both;  margin-bottom: 0 !important;}
.main-service-row-section {  margin: 0 auto 15px!important;  padding: 0!important;  width: 100%!important;   left: 0 !important;}
.main-service-row-section .vc_col-sm-12 > .vc_column-inner { padding: 0px !important;}
.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin: 0 auto 15px !important;}
.tax-service-cat .newheader .entry-title { margin-bottom: 0 !important;  padding-top: 11%;  margin-left: 10px;  margin-right: 10px;}
.tax-service-cat .feature_img_section222 { margin-bottom: 0;}
.project-image {   padding: 0 !important;}
.project_section_area ul li:hover .right_cs .content { width: 100%; color: #000000 !important;}
.project_section_area .right_cs .content { display: block !important; width: 100%;}
.page-template-template-blog .entry-meta, .single .entry-meta { margin: 10px 0 0;}

}

/*!important*/



@media screen and (max-height: 575px){#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}}




@media only screen and (min-width:479px) and (max-width:736px)
{
 .header-cus-nav-book{float: left!important; margin-right: 0!important;margin-right: 15px!important;  margin-left: 7%;}
.header-menu-click {
  background-size: cover; 
  height: 41px;
  margin-top: -57px!important;
  width: 40px;}
  .title-area {
    float: none!important;
    padding: 0;
}

 
 .header-cus-nav-consultation {float: left;}
 .header-cus-nav-phone{float: left;margin-top: 25px;  margin-right: 0!important; }
}
   

@media only screen and (max-width:480px)
{
    .header-cus-nav-book, .header-cus-nav-consultation {  width: 50%!important;}
    .header-cus-nav-book a, .header-cus-nav-consultation a{width:100%!important;}
    .header-cus-nav-consultation{padding-left: 10px!important;}
    .header-cus-nav-book{padding-right: 10px!important;}
    .header-cus-nav-phone{   float: left;  width: 100%!important;}
    .header-menu-click{  position: absolute;  top: 101px!important; margin: auto!important;   right: 20px!important;}   
    .site-header{ padding-bottom: 25px!important;}
    .header-widget-area{display: block!important;}
	.title-area {float: none!important;}   
	.page-id-6.full-width-content .content {margin: 0 auto!important;}       
	               
}




.footer-area .footer-inner-contact input:-webkit-autofill, .footer-area .footer-inner-contact textarea:-webkit-autofill, .footer-area .footer-inner-contact select:-webkit-autofill {
    background-color: none!important;
     -webkit-box-shadow: 0 0 0px 1000px #2b2b2b inset;
}

.footer-area input:-webkit-autofill:hover {
    background-color: none!important;
     -webkit-box-shadow: 0 0 0px 1000px #2b2b2b inset;
}
input:-webkit-autofill{
    background-color: none!important;
     -webkit-box-shadow: 0 0 0px 1000px #2b2b2b inset;
}

   

.site-map-main-row.inner_site-map .sitemap-ul li {
  list-style-type: none;
}
.site-map-main-row.inner_site-map .sitemap-ul li a {
  background:url("images/site-right_arrow.png") no-repeat scroll 8px 10px / 21px auto;
  display: block;
  padding: 8px 10px 8px 40px;
  font-weight: bold;
}
.site-map-main-row.inner_site-map .sitemap-ul > ul {
  width: 100%;
}
.site-map-main-row.inner_site-map .vc_col-sm-4 {
  display: block !important;
}
.inner_site-map .sitemap-img-section .vc_column-inner {
  margin: 0 !important;
}
.inner_site-map ul li {
  margin-left: 0;
}
.inner_site-map .sitemap-ul li ul li {
  margin-left: 15px;
}
.inner_site-map .sitemap-ul ul li ul li a {
  background: rgba(0, 0, 0, 0) url("images/submenu_right.png") no-repeat scroll 10px 10px / 18px auto !important;
  font-weight: normal !important;
}

.site-map-main-row.inner_site-map .sitemap-ul li a:hover {

color: #ec008c;

}
.site-map-main-row.inner_site-map {
  padding-bottom: 40px;
}
@media only screen and (min-width:516px) and (max-width:736px)
{
	.home .slider_area .rev_slider_wrapper.fullscreen-container {height: 300px!important;}
.home .slider_area .forcefullwidth_wrapper_tp_banner {height: 300px!important;}
.services_right .vc_col-sm-4 {width: calc(33.33% - 10px)!important;}
	    
}

@media only screen and (min-width:480px) and (max-width:567px)
{
	.header-cus-nav-book, .header-cus-nav-consultation {  width: 50%!important;}
    .header-cus-nav-book a, .header-cus-nav-consultation a{width:100%!important;}
    .header-cus-nav-consultation{padding-left: 10px!important;}
    .header-cus-nav-book{padding-right: 10px!important;}
    .header-cus-nav-phone{   float: left;  width: 100%!important;}
    .header-menu-click{  position: absolute;  top: 101px!important; margin: auto!important;   right: 20px!important;}   
    .site-header{ padding-bottom: 25px!important;}
    .header-widget-area{display: block!important;}
	.title-area {float: none!important;}   
	.page-id-6.full-width-content .content {margin: 0 auto!important;}       
	.header-cus-nav-book {margin-left: 0!important;margin-right: 0!important;}   
.header-cus-nav-phone {
  text-align: left!important;}	
}
@media only screen and (min-width:736px) and (max-width:767px)
{
	
	.hermes .tp-bullet{ display: block;}
    .header-widget-area { left: 0;  margin-bottom: 15px;   width: 68%;}
    .site-header .wrap {padding: 0 20px;}
    .header-cus-nav-phone { margin-top: 36px; margin-right: 20px;}  
    .header-image .site-title > a {width: 162px!important;}
	.header-cus-nav-book {margin-top: 20px; margin-right: 15px;}
.header-menu-click {margin-top: 27px!important;}

   

.header-cus-nav-consultation {
  margin-top: 21px;
}

    .header-cus-nav-book a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px; width: 130px;}
    .header-cus-nav-consultation a{font-size: 13px; border: 1px solid #ffffff; height: 40px; line-height: 40px;  width: 154px;}
    
    .header-menu-click { background-size: cover; height: 41px; width: 40px;    margin-top: -132px;}
    
    
    
    /*slider*/
    #slide-2-layer-4 > img { margin-left: 40px;}
    .slider_read a { font-size: 13px !important;  padding: 0 28px 0 0 !important; line-height: 20px !important;}
    .slider_title { font-size: 20px !important; line-height: 20px !important;}
    .slider_read a::before {background-size: 20px auto !important;}
    .slider_read { margin-top: 30px !Important;}
    #slide-1-layer-4 > img { display: none;}
    .slider_sub_title {font-size: 18px !important; line-height: 21px !important;}
    #slide-2-layer-4 > img { display: none;}
    
    /**/
    .slider_bottom_left .vc_column-inner {padding: 0 !important;}
    .slider_bottom_left { min-height: inherit !important;}
    .left_bottom_slider_title h3 { font-size: 20px; line-height: 22px;}
    .slider_bottom_section { padding: 30px 0 0;}
    .left_bottom_slider_title h3 span { font-size: 20px;}
    .left_bottom_slider_title { margin-bottom: 35px !Important;}
    .slider_bottom_left p { font-size: 13px;  line-height: 20px;}
    .left_bottom_slider_title::before { height: 100px;  right: 30px; width: 300px;  border: 5px solid #e1e1e1; display: none;}
    .slider_bottom_right .vc_col-sm-6 h4 { font-size: 20px !important;  line-height: 22px !important;  margin: 15px 0 !important;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { padding: 0 20px !important; position: relative !important;}
    
    /**/
    .slider_bottom_right .vc_col-sm-6 p {font-size: 13px;    line-height: 21px;}
    .slider_bottom_right .vc_col-sm-6 .vc_column-inner { display: inherit !important; min-height: 230px !important; align-items: baseline !important;}
    .slider_bottom_section .wpb_text_column { margin-bottom: 20px !important;}
    .slider_bottom_right .vc_col-sm-6 { float: left !important;  min-height: inherit!important;  width: 50% !important;}
    .read-more-btn a {  top: 110px !important;}
    
    /*services*/
    .service_section { padding: 20px 0 !important;}
    .service_section .services_left_img { min-height: 270px !important;  position: relative !important;  width: 100% !important;}
    .services_right { padding: 0 20px !important; width: 100% !important;}
    .services_right .vc_col-sm-4 { float: left !important;   margin: 20px 15px 0 0 !important; width: 31.4% !important; in-height: 170px;}
    .services_right .vc_col-sm-4 .vc_column-inner { padding: 15px 15px 0 !Important;}
    .services_right .vc_col-sm-4 p { font-size: 13px;  line-height: 19px;}
    
    /*our projects*/
    .project_section_area { left: 0 !important;  margin: 0 auto !important;  padding: 20px 0 !important;  width: 100% !important;}
    .project_section_area .our_project_content {border: 5px solid #e1e1e1!important;  margin-right: auto!important;  min-height: inherit!important;   padding: 25px 15% !important; text-align: center; 
    top: 0!important;  width: 100%!important; margin-bottom: 10px !important;}
    .project_section_area h5 { font-size: 20px; line-height: 22px;  margin-bottom: 15px;}
    .project_section_area p {  font-size: 13px !Important;   line-height: 20px !Important;}
    .project_section_area ul { width: 100% !Important;}
    .site-inner .view_section .project_button_right { margin: 0 !Important;  position: relative !Important;  width: 100% !Important;}
    .project_section_area ul li { margin: 0 15px 0 0 !important;  width: 31.3% !important;}
    .project_section_area .right_cs h3 { line-height: 21px!important;}
    .project_section_area .right_cs h3 a { font-size: 13px !important;  color: #000000 !important;}
    .project_section_area .right_cs .content { font-size: 13px !important; display: block;  color: #000000 !important; width: 100% !important;}
    .project_section_area ul li:hover {  box-shadow: none;}
    .project_section_area ul li:hover .project-image img {  transform: inherit !important;  transition: inherit !important;}
    .project_section_area ul li:hover .project-image::before {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
    .project_section_area ul li:hover .right_cs { margin-top: -16px;  border: 1px solid #e5e5e5 !important;}
    .project_section_area ul li:hover .right_cs h3 a { color: #000 !important;}
    .project_section_area ul li:hover .right_cs .content { color: #000 !Important;}
    .project_section_area .right_cs {margin-top: -20px;  min-height: 155px;}
    .project_section_area ul li:last-of-type { margin-right: 0 !important;}
    .view_title{ font-size: 21px !important; line-height: 25px !important; position: relative !important; top: 0  !important;
    transform: inherit  !important;}
    .services_right .vc_col-sm-4 h2 span { font-size: 17px;}
    .view_title a { width: 100%  !important; padding: 15px 30px  !important;} 
    .view_title a::before{ right: 30px !important;  top: 20px  !important;}
    .vie_all_button {  border: 5px solid #e1e1e1 !important;  float: none !important;  height: 90px !important;  margin: 0 auto 20px !important;  width: 260px !important;}
    
    
    /**/
    .why_choose_left {position: relative!important;  width: 100% !Important; display: inherit; padding: 0 0 20px !important;}
    .why_choose_left h1{  font-size: 20px !important;  line-height: 23px !important;  margin: 25px auto 10px !important;}
    .areas_right.wpb_column.vc_column_container.vc_col-sm-6 {    display: none;}
    .why_choose_left h1 span { font-size: 22px !Important;}
    .why_choose_left .vc_column-inner {padding-right: 0 !Important; width: 90% !important;}
    .why_choose_left h1::before { display: none;}
    .why_choose_right { float: none !Important;  padding: 20px 0 !Important;  width: 100% !Important; margin-bottom: 20px;}
    .why_choose_left p {  font-size: 13px;   line-height: 21px;}
    .why_choose_section .wpb_text_column.wpb_content_element{ float: left !important;  margin-bottom: 0 !important;  width: 100% !important;}
    .why_choose_boxes .choose_box {margin-bottom: 0!important;  margin-right: 0!important; padding: 0 30px !Important;  width: 49% !Important; min-height: 200px;}
    .why_choose_boxes { padding-top: 30px !important;  float: left;}
    
    .why_choose_right::before { border: 5px solid rgba(225, 225, 225, 0.4); height: 95% !important; left: 20px; top: 4%; width: 90%;}
    .why_choose_boxes .choose_box h6 {font-size: 20px;   margin-bottom: 15px;}
    .why_choose_section .vc_column-inner .why_choose_right .vc_column-inner { padding: 0 20px !important; }
    .why_choose_boxes .choose_box p {font-size: 13px!important; line-height: 21px!important;}
    
    .bottom_service_left {width: 100% !important;     min-height: inherit !important;}
    .bottom_service_left .retail { height: auto!important;padding: 30px!important; width: 100%!important;  margin-top: 0;}
    .bottom_services .vc_column-inner { padding: 0 15px !important;}
    .bottom_service_left .retail h6 { font-size: 20px!important;}
    .bottom_services ul li a { font-size: 13px!important;  line-height: 21px !important;}
       
    /**/
    .areas_serve_title h6 {font-size: 20px!important;     line-height: 23px!important;}
    .areas_serve_title h6 span { font-size: 20px!important;}
    .areas_we_serve { left: 0!important;  margin: 0 auto!important;  padding: 20px 0!important;  width: 100%!important;}
    .advand_title h5 {background: #e8e8e8 none repeat scroll 0 0;  color: #3f3f3f;  display: block !important;  font-size: 30px;  font-weight: 600;  margin-top: 20px;
  padding: 30px; text-transform: uppercase;}
    .advand_title { border-bottom: 2px solid;  margin-bottom: 0;}
    .bottom_service_right {  width: 100% !Important;}
    .commercial_inner_div {float: left !Important;  height: auto !Important;  padding: 30px!Important;  width: 100%!Important; margin-top: 258px;}
    .bottom_services .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    .commercial_inner_div h6 {font-size: 20px;}
    .bottom_service_right { min-height: inherit !Important;}
    
    .areas_serve_title > p{font-size: 13px; line-height: 21px;  width: 70%; margin-top: -10px;}
    .areas_left { width: 100% !important; }
    .areas_serve_title h6::before {   display: none;}
    .areas_left .vc_col-sm-4 {float: left;  margin-right: 10px; width: 48.7% !Important;}
    .areas_we_serve .areas_left .vc_column-inner {padding: 0;}
    .areas_listing { clear: none!important;  float: left!important;  margin: 30px auto!important;  padding-right: 0!important;  width: 100%!important;}
    .areas_left ul li a {   background-position: left 10px top 16px; padding: 10px 10px 10px 38px;  min-height: inherit !Important;}
    .areas_we_serve .areas_left ul li { padding-bottom: 0;  margin-left: 0;} 
    .areas_left ul {margin-left: 0 !important;}
    .areas_left ul li a:hover{ padding: 10px 10px 10px 48px; background-position: left 12px top 16px;}
    .areas_left ul li a:hover { }
    .areas_left .vc_col-sm-4:last-child { margin-right: 0!important;  width: 100% !important;}
    .areas_left .vc_col-sm-4:nth-of-type(2n) {  margin-right: 0;}
    .areas_listing .vc_col-sm-4 .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /**/
    .heaven_sent_left h2 { font-size: 20px;}
    .heaven_sent_left .vc_column-inner { padding: 20px !important;}
    .vc_row.wpb_row.vc_inner.vc_row-fluid.areas_listing {  margin-bottom: 0 !important;}
    .heaven_sent_left h2::before { display: none;}
    .heaven_sent_left h2 {font-size: 20px; margin-bottom: 15px;}
    .heaven_sent_left p { font-size: 20px;    line-height: 27px;  margin-bottom: 20px;}
    .heaven_sent_left ul li {  font-size: 13px;  line-height: 21px;}
    .heaven_sent_section .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_appear.wpb_start_animation { margin-bottom: 0;}
    
    /*logo slider*/
    .logo_section { padding: 20px 0;}
    .logo_section img {   margin: 0 10px;   width: 140px !important;}
    
    /*footer*/
    .footer-area { font-size: 20px;    line-height: 25px;    padding: 40px 0 20px;}
    .footer-inner-location { font-size: 15px;  line-height: 22px;  width: 100%;}
    .footer-inner-location-area { float: left; margin-bottom: 20px;  width: 42%;}
    .footer-inner-location {width: 70%;}
    .footer-inner-info { font-size: 17px;  line-height: 23px; width: 25%;}
    .footer-inner-info .footer-inner-info-one {margin-top: 10px;}
   .footer-inner-contact {    border-left: medium none;    border-right: medium none;    float: left;    margin: 20px auto; padding: 20px 0 0;   width: 100%;
    border-bottom: 1px solid #ffffff;    border-top: 1px solid #ffffff;    margin-top: 0;    padding: 20px 0;}
   .full_input > p:last-child {  margin-bottom: 0;}
   .footer-inner-social { clear: both;  float: none;  margin-right: 0;  text-align: center;}
   .footer-copy .footer-copy-inner .footer-copyright {   font-size: 16px;   margin-top: 4px;}
.footer-link #main_navigation li a {font-size: 16px;}
.footer-copy { padding-bottom: 20px;}

/*common css*/
p { font-size: 13px;    line-height: 21px;    margin: 0 0 10px;}
input, select, textarea{font-size: 13px;}
h6{ font-size: 20px; margin-bottom: 10px;}
h5{ font-size: 20px; margin-bottom: 10px;}
h4{ font-size: 20px; margin-bottom: 10px;}
h3 { font-size: 20px; margin-bottom: 10px;}
h2 { font-size: 20px; margin-bottom: 10px;}
li { font-size: 13px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.mke-dif-box.wpb_start_animation {margin-bottom: 15px;}

/*inner page*/
.feature_img_section222{  margin-top: 0;height: auto;}
.newheader h1 {font-size: 22px; margin-bottom: 25px; padding: 80px 0;}
.project-category { font-size: 13px;  line-height: 21px;}
.services-list .services-area { padding: 0 10px 20px;}
.standard-parallax-section h3 { font-size: 19px;line-height: 25px;}
.standard-parallax-section {padding: 30px 0 !important;}
.col-white .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.wpb_start_animation {margin-bottom: 0;}
.col-white .vc_col-sm-12 .vc_column-inner {padding-top: 0;}
.ad_about_height .vc_col-sm-12 > .vc_column-inner { padding: 10px;}
.main-service-img-col .vc_column-inner {min-height: 210px;}
.main-service-content-inner-col { padding: 20px!important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex { margin-bottom: 15px;}
.main-service-button .btn{float: left !Important;}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service-inner-row-part.vc_row-o-content-middle.vc_row-flex:last-child { margin-bottom: 0;}
.main-service-content-inner-col.left-txt.wpb_column.vc_column_container.vc_col-sm-6 { text-align: left;}
.tax-service-cat .newheader h1::after { bottom: 62px;font-size: 15px; line-height: 20px;}
.category-description {font-size: 13px;  line-height: 21px;}
.footer-inner .wpcf7-form-control.wpcf7-submit { margin-top: 13px;}
.tax-service-cat .newheader h1::after {letter-spacing: 1px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.ser-icn-content-sec.wpb_start_animation { margin-bottom: 20px;}
.consultation-form-area {  padding: 20px !important;}
.contact_right_section .full_inputs > .wpcf7-form-control-wrap { margin-right: 0;}
.logo_section img { width: 122px !important;}
.consultation-form-area .cons-form {    float: left;  width: 100%;}
.single main.content {padding-right: 0 !important; }
.contact_right_section .wpcf7-form { width: 100%;}

/**/
.contact_right_section.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill { clear: both;  float: none;  margin: 0px auto 20px;  width: 90%;}
.contact_left_section .vc_column-inner {float: none !important;  padding: 0 30px !important; width: 100% !important;}
.wpb_text_column.wpb_content_element.contact_one_title { margin-bottom: 0;}
.contact_left_section p {font-size: 13px;}
.contact_section_area .contact_right_section .vc_column-inner {  padding: 30px 25px !important;}
.contact_section_area .contact_right_section .wpcf7-form .wpcf7-submit {width: 130px !Important;}
.single-project .wpb_wrapper li { font-size: 13px;margin-bottom: 0;}

.two_part_content .vc_column-inner {padding: 20px !important;}
.two_part_img {position: relative !important; width: 100% !important;}
.two_part_img .vc_column-inner { min-height: 250px;}
.two_part_content .wpb_text_column.wpb_content_element {  margin-bottom: 0;}
.full_inputs p {  margin-bottom: 10px;}

.cont-main-head h2 { font-size: 20px;}
.wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_left-to-right.txt-center.cont-main-head.wpb_start_animation {  margin-bottom: 20px !important;}
.cont-main-head p { font-size: 15px;}
.areas_right_location .wpb_wrapper li { margin-left: 0;}
.areas_right_location .areas_listing .vc_col-sm-4 { float: left;  margin-right: 15px;  width: 48%;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(2n) { margin-right: 0;}
.areas_right_location .areas_listing .vc_col-sm-4:nth-of-type(3n) { margin-right: 0; width: 100%;}
.areas_right_location .areas_left { margin-bottom: 0;}
.page-id-182 .site-inner .content-sidebar-wrap { width: 100% !important;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.page-id-182 .site-inner {   width: 100% !important;}
.areas_right_location {margin-bottom: 15px;}
.page-id-182 .full-width-content .content { width: 100% !important;}
.vc_tta-title-text{  font-size: 17px; line-height: 24px;}
.vc_tta-title-text::before {  top: 0;}
.vc_general .vc_tta-panel-body ul li {  font-size: 13px;   margin-bottom: 0;}
.faq_button a {height: 50px;    line-height: 50px;    padding: 0 20px;}
.wpb_text_column.wpb_content_element.vc_general {   margin-bottom: 20px;}
.wpb_text_column.wpb_content_element {  margin-bottom: 20px;}

/*news*/
.page-template-template-blog main.content, .single main.content { border-right: medium none !important;  padding-right: 0 !important; width: 100% !important;}
.blog-area .blog-innre-area .entry-wrap .entry-content {font-size: 13px;  line-height: 21px;}
.page-template-template-blog .entry-meta ul li, .single .entry-meta ul li { font-size: 13px;}
.page-template-template-blog .blog-area .blog-innre-area, .single .blog-area .blog-innre-area { margin: 0 0 20px; padding: 0 0 15px;}
.page-template-template-blog .entry-date .month, .single .entry-date .month {font-size: 17px;}
.page-template-template-blog .entry-date .date, .single .entry-date .date { font-size: 23px;}
.widget_portfolio .portfolio-widget-item { width:100px !important;}
.sidebar-right .widget { margin-bottom: 20px;}
.single-post .content-sidebar-wrap { width: 90% !important;}
.page-template-template-blog .sidebar-right, .single .sidebar-right { clear: both !important;  float: none !important;  margin: 0 auto !important; width: 95% !important;}

/*contact us*/
.address_one { font-size: 13px;  margin-bottom: 10px;}
.contact_one_title {margin-bottom: 20px !important;}
.office-hours{font-size: 13px;  margin-bottom: 10px;}
.call_one{font-size: 13px;  margin-bottom: 10px;}
.contact_left_section a{font-size: 13px;}
.conatct_one_detail { margin-bottom: 0 !important;}
.contact_map iframe {   height: 220px;}
.privancy-poicy-cont p {    margin-bottom: 15px;}
.sitemap-ul {   padding-left: 0;}
.sitemap-img-section > .vc_column-inner { margin: 0 0 30px !important;}
.footer-area h6 { font-size: 20px;}
.top_sec_menu ul li a { font-size: 13px;  line-height: 15px;}
.header-navmenu-popup .top_sec_menu ul li a { padding: 0 !important;}

form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {  margin-bottom: 0;}
.full_input > .wpcf7-form-control-wrap {  margin-right: 0;}
.cons-form.contact_right_section .full_inputs > p { margin-bottom: 10px !important;}
.vc_row.wpb_row.vc_row-fluid.ad_about_height {  display: none;}
.page-template-template-blog .entry-date, .single .entry-date{    margin: 0 10px 0 0;   padding: 0 10px 0 0;}
.page-template-template-blog .entry-image {  animation: inherit !important;  transform: inherit !important;  transition: inherit !important;}
.page-template-template-blog .blog-innre-area {  overflow: hidden !important;}

}
	
	
	

.second_col .sitemap-ul ul li ul li a {
  font-weight: bold !important;
}
.second_col .sitemap-ul ul li ul li ul li a {
  font-weight: normal !important;
}



.ser-icn-content-sec .txt .head-title {
 text-transform: uppercase;}


 .cons-title.list {
    font-size: 18px !important;
}

.thanks_msj .wpb_wrapper > p {
  border: 2px solid #398f14;
  color: #398f14;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 25px;
  text-align: center;
}

.page.type-page.status-publish .vc_col-sm-6 .vc_col-sm-6 .wpb_text_column .wpb_wrapper li {
  text-transform: capitalize;
}
.why_choose_left .fornt_cjange {
    font-family: "Raleway",sans-serif;
    font-size: 41px;
    font-weight: bold;
    line-height: 41px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 140px!important;
    margin-top: 120px!important;
}
.why_choose_left .fornt_cjange span {
    font-size: 36px;
    font-weight: 500;
}
.why_choose_left .fornt_cjange::before {
    border: 10px solid rgba(225, 225, 225, 0.4);
    content: "";
    display: block;
    height: 250px;
    position: absolute;
    right: 45px;
    top: -83px;
    width: 287px;
}