.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/*!
Theme Name: WebizSEO
Theme URI: http://underscores.me/
Author: James
Author URI: https://www.webizseo.com
Description: This is a custom wordpress theme by WebizSEO Inc
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webizseo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

WebizSEO is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/************************* margins and paddings***************************************************************/

.marginxs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.marginsm {
    margin-top: 70px;
    margin-bottom: 70px;
}

.marginmd {
    margin-top: 90px;
    margin-bottom: 90px;
}

.marginlg {
    margin-top: 150px;
    margin-bottom: 150px;
}

.mrg-bt-40 {
    margin-bottom: 40px;
}

.mrg-bt-20 {
    margin-bottom: 20px;
}

.mrg-bt-10 {
    margin-bottom: 10px;
}

.marginauto {
    margin: auto;
}

.notopmargin {
    margin-top: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.noleftmargin {
    margin-left: 0 !important;
}

.norightmargin {
    margin-right: 0 !important;
}

.notoppadding {
    padding-top: 0 !important;
}

.nobottompadding {
    padding-bottom: 0 !important;
}

.noleftpadding {
    padding-left: 0 !important;
}

.norightpadding {
    padding-right: 0 !important;
}

.custom-width-80 {
    width: 80%;
    margin: auto;
}

.custom-width-90 {
    width: 90%;
}

.txt-padded {
    padding-left: 15px;
    padding-right: 15px;
}

.no-padding {
    padding: 0 !important;
}

.page-min-height {
    min-height: 80vh;
}


/************************* margins and paddings end***************************************************************/


/*****************backgrounds, borders and lines**************************************************************************************/

.line {
    height: 1px;
    border-bottom: 1px solid #dde5ff;
}

.line-light {
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
}

.line-light-half {
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    width: 40%;
    margin: 40px auto;
}

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #ececec;
}

.home .bg-white {
    position: relative;
    z-index: 9;
}

.bg-dark {
    color: #ffffff;
    background: #555555
}

.bg-dark-tr {
    color: #ffffff;
    background: rgba(0, 0, 0, 1.0);
}

.bg-md-gray {
    background: #eeeeee;
}

.bg-blue {
    background: #00217e;
}

.bg-dark a {
    color: #ffffff !important;
}

.bg-dark a:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.bg-dark img {
    border: 2px solid #444444;
}

.bg-light-gray {
    background: #eeeeee;
    color: #000000;
}

.bg-brown {
    background: #171717;
}

.bg-brown p,
.bg-brown h1,
.bg-brown h2,
.bg-brown h3,
.bg-brown h5,
.bg-brown h6 {
    background: #171717;
    color: #ffffff;
}

.bg-brown .add_to_cart_button,
.bg-brown a {
    color: #ffffff;
}

.topbottomborder {
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

.bdr-15 img {
    border: 15px solid #dddddd;
}


/*.bg-dark-gray{background: #222222;}*/


/*****************backgrounds, borders and lines**************************************************************************************/


/*************************** general global styles**************************************************************************************/

.deadcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gen-transition {
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}

.gen-rel {
    position: relative;
}

.img-100 img {
    max-width: 100%;
    height: auto !important;
}

.img-min-100 img {
    max-width: 100%;
    min-width: 100%;
    height: auto !important;
}

.hidden {
    display: none !important;
}

.img-inner-page img {
    border: 2px solid;
    padding: 1px;
}

.img-width-100 img {
    width: 100%
}


/*************************** general global styles end**************************************************************************************/

img.home-about-mask {
    margin: auto;
    display: block;
    width: 100%;
    -webkit-mask-image: url(/s/img/wp-content/themes/webizseo/assets/images/background-images/home-about-mask.png);
    mask-image: url(/s/img/wp-content/themes/webizseo/assets/images/background-images/home-about-mask.png);
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.home-service-section {
    background-image: url(/s/img/wp-content/themes/webizseo/assets/images/background-images/services-bg.jpg);
    background-size: cover;
    background-position: center;
}

.header-phone {
    position: relative;
    float: left;
    width: 100%;
}

.header-phone a {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    padding: 29px 10px;
    display: flow-root;
    text-align: center;
}

.header-phone a {
    background: transparent
}

.is-sticky .header-phone a,
.is-sticky .header-phone a {
    background: #555555
}

.is-front-page .header-phone a {
    background: #555555;
}

.footer-box-inner p {
    line-height: 7px;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-section .footer-content {
    color: #ffffff
}

.navbar-brand {
    height: auto;
    padding: 5px 0 5px 15px;
}

.service-box {
    min-height: 200px;
    margin-bottom: 20px;
}

.gallery_caption_icon .icon-zoom {
    display: inline-block;
    font-size: 50px;
    background: #8b8b8b;
    padding: 24px 0;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    margin-top: 39%;
}

.testimonials .icon-testimonial {
    font-size: 80px;
    display: inline-block;
    float: right;
}

ul.header-social {
    margin: 0;
    padding: 0;
    text-align: center;
}

.header-social li {
    display: inline-block;
    padding: 29px 0;
}

.header-social li a {
    color: #fff;
    font-size: 22px;
    padding: 20px 8px;
}

.aboutus-index-2-icon-div a {
    display: block;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    float: left;
}

.testimonials {
    height: 490px;
}

.write-a-review {
    margin-top: -150px;
    position: relative;
    z-index: 99;
    float: right;
    margin-right: 130px;
}

textarea.form-control {
    height: 130px !important;
}

.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/s/img/wp-content/themes/webizseo/assets/images/loader.gif) center center no-repeat #ffffff;
    z-index: 99999;
}

@media (max-width: 768px) {
    #cssmenu,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #menu-button {
        float: none;
    }
    ul.header-social {
        position: absolute;
        top: 8px;
        right: 80px;
        z-index: 99;
    }
    .header-social li {
        padding: 0;
    }
    .header-social li a {
        font-size: 22px;
    }
    .header-menubar .navbar-brand {
        padding: 8px 0;
        width: 100%;
        background-color: #000000;
    }
    .navbar-brand {
        padding: 8px 0;
        width: 100%;
        background-color: #000000;
    }
    .navbar-brand>img {
        margin: auto;
    }
    .aboutus-index-2-effect img {
        left: 12%;
    }
    .header-phone a {
        font-size: 25px;
        padding: 10px 0;
        background: #000000;
    }
    .page-info {
        padding-top: 0
    }
}


/*** 

====================================================================
	Fixed Appointment Form
====================================================================

***/

.fixed-appoint-form{
	position:fixed;
	top:35%;
	right:-350px;
	z-index:50;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.app-form-visible .fixed-appoint-form{
	right:0px;
}

.fixed-appoint-form .appointment-box-btn{
	position:absolute;
	content:'';
	left:-141px;
	top:83px;
	z-index:10;
	color:#ffffff;
	text-align:center;
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.fixed-appoint-form .appointment-box-btn .appointment-btn{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	display:block;
	width:224px;
	padding:16px 24px;
	background-color:#f64e49;
	border-radius:5px 5px 0px 0px;
}

.fixed-appoint-form .appoint-form{
	position:relative;
	width:350px;
}

.fixed-appoint-form .appoint-form h5{
	font-size:14px;
	color:#b4b4b4;
	margin-bottom:20px;
}

.fixed-appoint-form .appoint-form .inner{
	position:relative;
	padding:25px 25px 20px;
	background:#f5f7f8;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

.fixed-appoint-form .appoint-form .default-form .form-group{
	margin-bottom:10px;	
}

.fixed-appoint-form .appoint-form .default-form .form-group input{
	height:40px;
	line-height:24px;
	font-size:14px;
	font-weight:400;	
}

.fixed-appoint-form .appoint-form .default-form .form-group textarea{
	height:100px;
	font-size:14px;
	font-weight:400;
	margin-bottom:0px;	
}

.fixed-appoint-form .appoint-form .default-form .form-group button{
	display:block;
	width:100%;
	text-align:center;	
}

.promotion-section {
    background: #e1e7ed;
    padding: 40px 0;
        border-top: 2px solid #d7dbe1;
    border-bottom: 2px solid #d7dbe0;
}
.promotion-section h1 {
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 900;
    line-height: 62px;
    color: #555555;
    text-transform: uppercase;
}
.promotion-section p { font-size: 22px;}