/* 
 Theme Name:     Servo for Divi
 Author:         Pennyblack Templates
 Author URI:     https://www.pennyblacktemplates.com 
 Template:       Divi
 Text Domain:    servo-for-divi
 Version:        1.4
*/


/* ----------- COMMON CSS START ---------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 0;
}

body {
	font-size: 16px;
	color: #898989;
}

.page-template-page-template-blank .section_has_divider.et_pb_bottom_divider {
	display: none;
}


/* PAGE HEADER BREADCRUMMB SECTION */

#crumbs,
#crumbs a {
	color: #ffffff;
}

#crumbs span {
	color: #f2f2f2;
	line-height: 24px;
}

#crumbs a:hover {
	color: #ff6a01;
}

.sticky,
.bypostauthor {
	display: block;
}


/* ----------- COMMON CSS END ---------------------------*/


/* ----------- MENU START ---------------------------*/

#main-header {
	background-color: #FFFFFF;
}

#logo {
	max-height: 100%;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,
.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 33px !important;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 33px !important;
}

#top-menu>li.current-menu-item>a {
	color: #ff6a01;
}

#top-menu li li {
	margin: 0;
	padding: 0 0;
}

#top-menu-nav>ul>li>a:hover {
	color: #ff6a01 !important;
}

#top-menu li.current-menu-ancestor>a {
	color: #ff6a01;
}

.mobile_menu_bar:before {
	color: #ff6a01;
	background-color: #ffffff;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.et_mobile_menu {
	border-top: 3px solid #333333;
	background-color: rgb(255, 255, 255);
}

.et_mobile_menu li a {
	border-bottom: 1px solid #dcdcdc;
	color: #333333;
	display: block;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
}

.et_mobile_menu li:last-child a {
	border-bottom: 0;
}

.nav li ul {
	visibility: hidden;
	z-index: 9999;
	width: auto;
	opacity: 0;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

ul#top-menu li a {
	color: rgb(51, 51, 51);
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
}

#top-menu .sub-menu {
	background-color: #ffffff;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
}

.fullmenu-mod ul.sub-menu li a {
	border-bottom: 1px solid #eeeeee;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #333333;
	font-size: 13px !important;
	line-height: 1.4em;
}

.fullmenu-mod ul.sub-menu li:last-child a {
	border-bottom: 0;
}

.fullmenu-mod ul.sub-menu {
	padding: 0;
}

ul#top-menu ul.sub-menu li a {
	line-height: 1.1em;
	margin-bottom: 0px;
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #eeeeee;
	color: #333333;
	font-size: 14px !important;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
}

ul#top-menu ul.sub-menu li:last-child a {
	border-bottom: 0;
}

ul.et_mobile_menu>li:last-child {
	padding-bottom: 20px;
}

.nav li ul {
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 3px;
	width: auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	position: absolute;
}

.nav li li {
	margin: 0;
	padding: 0 0;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
	background-color: #f2f2f2;
	opacity: 1;
	color: #555555;
}

ul#top-menu ul.sub-menu li a:hover {
	color: #ffffff;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
}

.et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: 700;
}

.fullmenu-mod .sub-menu li a,
.fullmenu-mod li a {
	position: relative !important;
	z-index: 1;
}

.fullmenu-mod .fullwidth-menu>li {
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.fullmenu-mod li a::before {
	border-radius: 50%;
	background-color: #ffffff;
	left: -16px;
	top: -11px;
	content: "";
	position: absolute;
	height: 43px;
	width: 43px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fullmenu-mod .sub-menu li a::before,
.fullmenu-mod li a:hover::before {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body .fullmenu-mod ul li a:hover,
.et-db #et-boc .et-l .et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a:hover{
	color: #ff6a01 !important;
	opacity: 1;
}

.fullmenu-mod .sub-menu li a::before {
	border-radius: 50%;
	background-color: #ffffff;
	left: 0px !important;
	top: -4px !important;
	content: "";
	position: absolute;
	height: 43px;
	width: 43px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* ----------- MENU END ---------------------------*/


/* ----------- HOME PAGE START ---------------------------*/

.home-form-mod .et-pb-contact-message p,
.home-form-mod .et-pb-contact-message li {
	color: #ffffff;
}

.counter-mod .percent {
	height: 0 !important;
	margin-bottom: 60px !important;
}

.team-mod .et_pb_member_social_links a {
	background-color: #ffffff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
}

.team-mod.team-img-circle .et_pb_team_member_image img {
	border-radius: 50%;
}

.services4-mod::after,
.services3-mod::before,
.services2-mod::after,
.services1-mod::before {
	background-color: #ffffff;
	position: absolute;
	height: 50px;
	content: "";
	width: 106%;
	transform: translateZ(-1px) rotate(5deg);
	-webkit-transform: translateZ(-1px) rotate(5deg);
	-moz-transform: translateZ(-1px) rotate(5deg);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px transparent;
	outline: 1px solid transparent;
	-webkit-background-clip: padding-box;
	-webkit-transform-origin: 51% 51%;
}

.services4-mod::before,
.services3-mod::after,
.services2-mod::before,
.services1-mod::after {
	background-color: #ffffff;
	position: absolute;
	height: 50px;
	content: "";
	width: 106%;
	transform: translateZ(-1px) rotate(-5deg);
	-webkit-transform: translateZ(-1px) rotate(-5deg);
	-moz-transform: translateZ(-1px) rotate(-5deg);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px transparent;
	outline: 1px solid transparent;
	-webkit-background-clip: padding-box;
	-webkit-transform-origin: 51% 51%;
}

.services4-mod::before,
.services3-mod::before,
.services2-mod::before,
.services1-mod::before {
	top: -20px;
	left: -3px;
}

.services4-mod::after,
.services3-mod::after,
.services2-mod::after,
.services1-mod::after {
	bottom: -20px;
	left: -4px;
}

.services4-mod,
.services3-mod,
.services2-mod,
.services1-mod {
	position: relative;
}

.packages-mod .et_pb_button.et_pb_pricing_table_button::before,
.header-slider .et_pb_slides .et_pb_slide .et_pb_button::before,
.cont-mod.et_pb_contact_form_container .et_pb_contact_submit.et_pb_button::before,
.common-btn::before {
	content: "";
	position: absolute;
	background-color: #ff6a01;
	opacity: 0.8;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-left: 0 !important;
}

.cont-mod.et_pb_contact_form_container .et_pb_contact_submit.et_pb_button::before {
	left: -15px;
}

.packages-mod .et_pb_button.et_pb_pricing_table_button,
.header-slider .et_pb_slides .et_pb_slide .et_pb_button,
.cont-mod.et_pb_contact_form_container .et_pb_contact_submit.et_pb_button,
.common-btn {
	position: relative;
}

.packages-mod .et_pb_button.et_pb_pricing_table_button:hover::before,
.header-slider .et_pb_slides .et_pb_slide .et_pb_button:hover::before,
.cont-mod.et_pb_contact_form_container .et_pb_contact_submit.et_pb_button:hover::before,
.common-btn:hover::before {
	box-shadow: 1px 2px 5px #898989;
	-webkit-box-shadow: 1px 2px 5px #898989;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.packages-mod .et_pb_button.et_pb_pricing_table_button {
	padding: 15px 0 0 30px !important;
}

.what-mod::before {
	background-color: #ff6a01;
	content: "";
	position: absolute;
	height: 0%;
	left: 0;
	top: 0;
	width: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.what-mod:hover::before {
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.what-mod:hover {
	box-shadow: 0 0px 5px rgba(34, 34, 34, 0.20);
	-webkit-box-shadow: 0 0px 5px rgba(34, 34, 34, 0.20);
	-moz-box-shadow: 0 0px 5px rgba(34, 34, 34, 0.20);
}

.floor-type-col:hover .et_pb_main_blurb_image img,
.floor-type-col,
.what-mod:hover,
.what-mod {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.floor-type-col:hover .et_pb_main_blurb_image img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.floor-type-col .et_pb_main_blurb_image {
	overflow: hidden;
}

.floor-type-col .et_pb_main_blurb_image img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.team1-img .et_pb_team_member_image::before,
.team-img .et_pb_team_member_image::before {
	background-color: #ff6a01;
	content: "";
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team-col1:hover .team1-img .et_pb_team_member_image::before,
.team-col:hover .team-img .et_pb_team_member_image::before {
	width: 100%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team1-img,
.team-img {
	position: relative;
	overflow: hidden;
}

.team-img .et_pb_member_social_links {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	text-align: center;
	webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team-col:hover .team-img .et_pb_member_social_links {
	bottom: 20px;
	webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team1-img .et_pb_team_member_description {
	background-color: rgba(255, 106, 1, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 0px;
	padding: 30px 20px;
	margin-top: 0px;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team1-col:hover .team1-img .et_pb_team_member_description {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.testi-row {
	background-color: #f9f9f9;
	display: table;
}

.testi-col-left {
	float: left;
	width: 40%;
}

.test-img img {
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.testi-row:hover .test-img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.testi-col-right {
	float: left;
	width: 60%;
	padding: 30px;
	position: relative;
}

.quotes-img {
	position: absolute;
	left: 50px;
	top: 40%;
}

.testi-content {
	text-align: right;
	position: relative;
	z-index: 1;
}

.testi-content p {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #898989;
}

.testi-content p.testi-name {
	color: #ff6a01;
	font-weight: 600;
	letter-spacing: 1px;
}

.testi-content h5 {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.cont-form.et_pb_contact_form_container .et_pb_contact_submit.et_pb_button:hover,
.common-btn:hover {}

.cont-mod.et_pb_contact_form_container .et_contact_bottom_container {
	display: table;
	margin: 0 auto;
	float: none;
}

.email-mod .et_pb_main_blurb_image img {
	max-width: 45px;
}

#page-container {
	padding-top: 0 !important;
}

#main-header {
	display: none;
	top: 0;
}


/* Slider */

.header-slider .et_pb_slides .et_pb_slide .et_pb_slide_content,
.header-slider .et_pb_slides .et_pb_slide .et_pb_slide_title {
	width: 70%;
}

.header-slider .et_pb_slides .et_pb_slide:nth-child(2) .et_pb_slide_content,
.header-slider .et_pb_slides .et_pb_slide:nth-child(2) .et_pb_slide_title {
	margin: 0 auto;
}

.header-slider .et_pb_slides .et_pb_slide:nth-child(3) .et_pb_slide_content,
.header-slider .et_pb_slides .et_pb_slide:nth-child(3) .et_pb_slide_title {
	margin-left: auto;
}

.what-col1 {
	position: relative;
}

.what-col-inner-row {
	position: absolute;
	top: 20%;
	width: 50%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.features-mod,
.services-mod {
	/*display: inline-block;*/
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #ffffff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.features-mod:before,
.services-mod:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f6f6f6;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.features-col:hover .features-mod::before,
.features-mod:focus:before,
.features-mod:active:before,
.services-mod:hover:before,
.services-mod:focus:before,
.services-mod:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.features-icon {
	position: absolute;
	top: -30px;
	z-index: 1;
	left: 0;
	right: 0;
}

.features-col {
	position: relative;
}

.service-bg::before {
	top: -20px;
	transform: translateZ(-1px) rotate(5deg);
	-webkit-transform: translateZ(-1px) rotate(5deg);
	-moz-transform: translateZ(-1px) rotate(5deg);
}

.service-bg::after,
.service-bg::before {
	background-color: #ffffff;
	position: absolute;
	height: 50px;
	left: 0px;
	content: "";
	width: 102%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px transparent;
	outline: 1px solid transparent;
	-webkit-background-clip: padding-box;
	-webkit-transform-origin: 51% 51%;
}

.service-bg::after {
	bottom: 100px;
	transform: translateZ(-1px) rotate(-5deg);
	-webkit-transform: translateZ(-1px) rotate(-5deg);
	-moz-transform: translateZ(-1px) rotate(-5deg);
}

.pack-mod .et_pb_pricing_table,
.packages1-mod .et_pb_pricing_table {
	border: 0 !important;
}

.et_pb_module.pack-mod {
	margin-bottom: 0 !important;
}


/*

.packages1-mod .et_pb_pricing_table::before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


*/

.packages1-mod-center .et_pb_pricing_table {
	box-shadow: 20px 0px 6px -17px #ff6a01;
	-webkit-box-shadow: 20px 0px 6px -17px #ff6a01;
	-moz-box-shadow: 20px 0px 6px -17px #ff6a01;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.packages1-mod:hover .et_pb_pricing_table {
	box-shadow: 0px 18px 22px -24px #898989;
	-webkit-box-shadow: 0px 18px 22px -24px #898989;
	-moz-box-shadow: 0px 18px 22px -24px #898989;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pack-mod .et_pb_pricing_content_top,
.packages1-mod .et_pb_pricing_content_top {
	padding: 20px 0 0 0;
	border: 0;
}

.pack-mod .et_pb_pricing_heading {
	padding-bottom: 20px;
	border-bottom: 1px dashed #eeeeee;
	padding-top: 30px !important;
}

.pack-mod.pack1-mod .et_pb_pricing_heading {
	padding-top: 50px !important;
}

.pack-mod .et_pb_pricing_content {
	padding: 0;
}

.packages1-mod .et_pb_pricing_heading {
	padding-bottom: 20px;
	border-bottom: 1px dotted #eeeeee;
	padding-top: 60px !important;
}

.packages1-mod .et_pb_pricing_content {
	padding: 20px;
}

.work-style-mod .et_pb_module_header {
	border-left: 2px solid #ff6a01;
	padding-left: 20px;
	margin-bottom: 20px;
}


/* ------- HEADER SECTION ------- */

.common-header-section .et_pb_button_module_wrapper {
	display: inline-block;
}


/* ------- CONTACT FORM SECTION ------- */

.contact-form-common .et_pb_contact {
	padding: 30px;
	box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.6);
}

.contact-form-common .et_pb_contact_main_title {
	padding: 20px;
	border-radius: 20px 20px 0 0;
}

.contact-form-common .et_contact_bottom_container,
.common-contact-us-page .et_contact_bottom_container {
	float: none;
	text-align: center;
	margin-top: 20px;
}

.contact-form-common .et_contact_bottom_container .et_pb_contact_reset,
.common-contact-us-page .et_contact_bottom_container .et_pb_contact_reset {
	margin-left: 0;
}

.contact-form-common .et-pb-contact-message p {
	padding-top: 30px;
}

.contact-form-common .et-pb-contact-message {
	color: #ffffff;
	padding-left: 30px;
	padding-bottom: 0;
}

.entry-content .contact-form-common ul {
	padding: 0 0 0px 1em;
}

.common-contact-us-page .et_contact_bottom_container .et_pb_contact_submit:after,
.contact-form-common .et_contact_bottom_container .et_pb_contact_submit:after {
	line-height: 24px !important;
	font-size: 14px !important;
	opacity: 1;
	margin-left: 4px !important;
	left: auto;
}

.pack-det-col {
	position: relative;
}

.pack-det-price {
	position: absolute;
	right: 0;
	top: 60%;
}

.team2-img {
	position: relative;
	overflow: hidden;
}

.team2-img .et_pb_team_member_description {
	position: absolute;
	right: -60px;
	top: -60%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team-center-row .team2-img .et_pb_team_member_description {
	position: absolute;
	right: 0px;
	left: -40px;
	top: -60%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team-row:hover .team2-img .et_pb_team_member_description {
	top: 20%;
}

.team-row:hover .team2-img {
	overflow: inherit;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team2-img .et_pb_member_social_links li {
	display: block;
}

.team2-img img {
	transform: scale(0.73);
	-webkit-transform: scale(0.73);
	-moz-transform: scale(0.73);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.team-row:hover .team2-img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.career-list .job-list:last-child {
	padding-bottom: 0;
}

.job-list li {
	display: inline-block;
	width: 48%;
}

.job-list li p {
	font-size: 16px;
	font-weight: 600;
	color: #898989;
}

.job-list li:last-child p {
	color: #333333;
}


/* Testimonial */
.testimonial-row .white .sa_owl_theme .owl-nav .owl-prev,
.testimonial-row .white .sa_owl_theme .owl-nav .owl-next {
	background-image: none !important;
	position: absolute;
	background-color: #ff6a01 !important;
	width: 40px !important;
	height: 40px !important;
	top: 50%;
	border-radius: 50%;
	opacity: 0.5;
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
}

.testimonial-row .white .sa_owl_theme .owl-nav .owl-prev {
	left: 0;
}

.testimonial-row .white .sa_owl_theme .owl-nav .owl-next {
	right: 0;
}

.testimonial-row .white .sa_owl_theme .owl-nav .owl-prev:hover,
.testimonial-row .white .sa_owl_theme .owl-nav .owl-next:hover {
	opacity: 1;
	background-color: #ff6a01 !important;
}

.testimonial-row .sa_owl_theme .owl-nav button::before {
	position: absolute;
	top: 50%;
	padding: 2px 0px !important;
	display: inline-block;
	margin-top: -17px !important;
	line-height: 30px !important;
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	font-family: fontawesome !important;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	pointer-events: none;
	left: 10px;
}

.testimonial-row .sa_owl_theme .owl-nav button.owl-prev::before {
	content: "\f178";
}

.testimonial-row .sa_owl_theme .owl-nav button.owl-next::before {
	content: "\f177";
}


/* ----------- HOME PAGE END ---------------------------*/

body #page-container .common-contact-us-page .et_contact_error {
	border-top-width: 0px !important;
	border-left-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom: 1px solid red !important;
}

.entry-content .common-contact-us-page ul {
	padding-bottom: 10px;
}


/* ----------- CONTACT US PAGE END ---------------------------*/


/* ----------------- SHOP PAGE SIDEBAR START  ----------------- */

#main-content.servo_blog_content .container {
	padding-bottom: 50px;
	padding-top: 80px;
}

.single-post #sidebar .common_widget.et_pb_module {
	margin-bottom: 0;
}


/* Image Gallery Post */

.image-gallery li {
	padding: 10px 15px 0 0;
}

.image-gallery li a.popup {
	padding: 0;
}

.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search .search-field {
	padding: .7em;
	height: 40px !important;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: 1px solid #ddd;
	color: #666;
	width: 100%;
	background-color: transparent;
}

.woocommerce-product-search button {
	background-color: #ff6a01;
	border: 2px solid #ff6a01;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	transition: 300ms ease-in;
	padding: 4px 10px;
}

.woocommerce-product-search button:hover {
	background-color: #ffffff;
	border: 2px solid #ff6a01;
	color: #ff6a01;
	transition: 300ms ease-in;
}

.woocommerce-page span.onsale,
.woocommerce span.onsale {
	background-color: #ff6a01 !important;
	color: #ffffff;
}

.widget.woocommerce .tag-cloud-link {
	background-color: #f3f3f3;
	color: #898989 !important;
	border: 1px solid #dddddd;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 5px;
	font-weight: 400;
	padding: 5px 10px;
	transition: 300ms ease-in;
	font-size: 16px !important;
}

#sidebar .widget.woocommerce.widget_product_tag_cloud .tag-cloud-link:hover {
	background-color: #f3f3f3;
	border: 1px solid #ff6a01;
	transition: 300ms ease-in;
	color: #ff6a01 !important;
}

.widget.woocommerce>ul>li,
.widget.woocommerce ul.menu>li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-top: 10px;
}

.widget.woocommerce>ul>li::before,
.widget.woocommerce ul.menu>li::before {
	color: #ff6a01;
	content: "\f101";
	font-family: Fontawesome !important;
	font-size: 12px;
	margin-right: 10px;
	vertical-align: top;
}

.woocommerce-page .shop-content span.onsale,
.woocommerce .shop-content span.onsale {
	background: #ff6a01;
	padding: 5px 10px;
	font-size: 13px;
}

#commentform .form-submit {
	display: table;
	position: relative;
	z-index: 1;
}

body #commentform .form-submit:hover {
	padding: 0 !important;
}

.checkout_coupon .button,
#commentform .form-submit input,
.servo_blog_content .single_add_to_cart_button,
.account-mod .button,
#place_order,
.cart-mod .button,
.servo_blog_content .button.wc-forward,
.woocommerce-page .shop-content .add_to_cart_button {
	background-color: transparent !important;
	border: 0 !important;
	padding: 8px 20px;
	font-size: 16px !important;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333 !important;
	position: relative;
	width: auto;
	display: table !important;
	margin-top: 20px;
	z-index: 1;
	padding: 0 0 0 20px !important;
}

.checkout_coupon .button::after,
#commentform .form-submit::after,
.servo_blog_content .single_add_to_cart_button::after,
.account-mod .button::after,
#place_order::after,
.cart-mod .button::after,
.servo_blog_content .button.wc-forward::after,
.woocommerce-page .shop-content .add_to_cart_button::after {
	content: "";
	position: absolute;
	background-color: #ff6a01;
	opacity: 0.8 !important;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	left: 0;
	margin: 0 !important;
	top: -11px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cart-mod .button {
	margin-top: 8px !important;
}

.woocommerce-page ul.products li.product .price {
	padding-bottom: 20px;
}

.shop-content .products .add_to_cart_button::after {
	/*background-color:transparent !important;*/
	left: -20px;
	top: -14px;
}

.shop-content .products .add_to_cart_button:hover::after {
	box-shadow: none !important;
}

.shop-content .products .add_to_cart_button {
	padding-left: 0 !important;
	font-size: 13px !important;
}

.servo_blog_content .added_to_cart.wc-forward {
	font-size: 13px !important;
	padding-top: 25px !important;
}

body .shop-content .products .add_to_cart_button:hover {
	padding: 0 0 0 0px !important;
}

.checkout_coupon .button::after,
#commentform .form-submit::after,
.servo_blog_content .single_add_to_cart_button:after,
.account-mod .button::after,
#place_order::after,
.cart-mod .button:after,
.servo_blog_content .button.wc-forward:after,
.woocommerce-page .shop-content .add_to_cart_button:after {
	content: "" !important;
}

.checkout_coupon .button:hover,
#commentform .form-submit:hover,
.servo_blog_content .single_add_to_cart_button:hover,
.account-mod .button:hover,
#place_order:hover,
.cart-mod .button:hover,
.servo_blog_content .button.wc-forward:hover,
.woocommerce-page .shop-content .add_to_cart_button:hover {
	padding: 0 0 0 20px !important;
	background-color: transparent !important;
}

.checkout_coupon .button:hover:after,
#commentform .form-submit:hover:after,
.servo_blog_content .single_add_to_cart_button:hover:after,
.account-mod .button:hover::after,
#place_order:hover::after,
.cart-mod .button:hover:after,
.servo_blog_content .button.wc-forward:hover:after,
.woocommerce-page .shop-content .add_to_cart_button:hover:after {
	box-shadow: 1px 2px 5px #898989;
	-webkit-box-shadow: 1px 2px 5px #898989;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.servo_blog_content .button.wc-forward {
	margin-top: 0;
}

.servo_blog_content .added_to_cart.wc-forward {
	font-size: 16px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333 !important;
	padding-top: 25px;
}

.cart-mod .button {
	float: right !important;
}

.cart-mod .product-name a,
.shop-content .woocommerce-loop-product__title {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 24px !important;
	color: #333333 !important;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.shop-content .price {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 12px !important;
	color: #898989 !important;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.woocommerce-notice.woocommerce-notice--success,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	background: #f2f2f2 !important;
  	margin-top: 20px;
}

.woocommerce-notice.woocommerce-notice--success,
.woocommerce-info a,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-size: 13px !important;
	color: #898989 !important;
	padding: 15px !important;
}

p.woocommerce-notice.woocommerce-notice--success {
	color: #009900 !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	background-color: #f2f2f2;
	padding: 15px 15px;
	margin-top: 30px;
}

.woocommerce .quantity input.qty, 
.woocommerce-page .quantity input.qty{
	padding: 16px 0;
}

/*Checkout*/

.woocommerce-checkout-review-order,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
	margin-top: 20px;
}

.woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce-address-fields__field-wrapper,
#customer_details {
	margin-bottom: 40px;
}

.woocommerce-checkout-payment {
	padding-bottom: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 6px 15px !important;
	border: 1px solid #eeeeee;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #eeeeee;
}

.woocommerce-order-details {
	margin-top: 20px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr a {
	color: #333333;
}

.woocommerce .woocommerce-customer-details address {
	border: 1px solid #eeeeee;
	padding: 20px;
}

.woocommerce .woocommerce-customer-details address br {
	line-height: 35px;
}

.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone {
	padding-top: 20px;
}


/*Account */
.account-mod .woocommerce-MyAccount-navigation ul {
	border: 1px solid #eeeeee;
	padding: 0;
}

.account-mod .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0px;
	list-style: none;
}

.account-mod .woocommerce-MyAccount-navigation li a {
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	padding: 0px 10px 0 40px;
	position: relative;
}

.account-mod .woocommerce-MyAccount-content {
	color: #898989 !important;
	padding: 20px;
}

.account-mod .woocommerce-MyAccount-content p a {
	color: #333333 !important;
	text-decoration: underline;
	font-weight: 600;
}

.woocommerce-shipping-calculator input.input-text,
.woocommerce-shipping-calculator textarea,
.wc-page-common .comment-form-comment textarea,
.account-mod .woocommerce form .form-row input.input-text,
.account-mod .woocommerce form .form-row textarea {
	padding: 8px 15px;
	border-radius: 3px;
	font-size: 14px !important;
	font-family: "Open sans", Helvetica, Arial, Lucida, sans-serif;
	border: 1px solid #eeeeee;
}

.woocommerce-shipping-calculator .select2-selection {
	border-radius: 3px;
	font-size: 14px !important;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
	font-family: "Open sans", Helvetica, Arial, Lucida, sans-serif;
	border: 0;
}

.woocommerce-LostPassword.lost_password {
	margin-top: 20px !important;
}

.woocommerce-form.woocommerce-form-register .woocommerce-form-register__submit {
	margin-top: 30px !important;
}

.woocommerce-form.woocommerce-form-register {
	padding: 20px 20px 40px 20px !important;
}

.woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
	margin-top: 30px !important;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	width: 100% !important;
}

.product_meta .tagged_as a,
.product_meta .posted_in a,
.servo_blog_content ins {
	color: #333333 !important;
}

#tab-additional_information h2,
.woocommerce-Address-title.title h3,
.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-order-details .woocommerce-order-details__title,
.related.products .woocommerce-loop-product__title,
.woocommerce-Reviews-title,
.woocommerce-page #comments h2.woocommerce-Reviews-title,
.woocommerce-Tabs-panel--description h2 {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 24px !important;
	color: #333333 !important;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 15px !important;
}

.product_title.entry-title,
.product .related h2 {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	color: #333333 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #898989;
}

.woocommerce .wc-product-meta-group {
	text-align: center;
}

.shop-content .products .add_to_cart_button {
	margin-left: auto;
	margin-right: auto;
}

.orderby {
	background-color: transparent;
	border: 1px solid #eeeeee;
	padding-top: 8px;
	padding-bottom: 8px;
}

.products li.product {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 20px 20px 40px 20px !important;
}

.products li.product:hover {
	background-color: #f6f6f6;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	padding: 0 3px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li:hover a {
	background-color: #ff6a01;
	color: #ffffff;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 30px 8px;
}

.comment-content address,
.entry-content address,
body.et-pb-preview #main-content .container address {
	font-style: normal !important;
}

#tab-additional_information td,
#tab-additional_information th {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


/* ----------------- SHOP PAGE SIDEBAR END  ----------------- */


/* --------------------------- COMING SOON PAGE START ---------------------*/

.coming-soon.et_pb_countdown_timer .sep {
	display: none;
}

.coming-soon.et_pb_countdown_timer .section.values {
	background-color: transparent;
	border: 2px solid #ff6a01;
	padding: 20px 20px;
	border-radius: 5px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.coming-soon.et_pb_countdown_timer .section.values:hover {
	background-color: transparent;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.coming-soon .et_pb_countdown_timer_0 {
	padding-bottom: 0;
}

.coming-soon.et_pb_countdown_timer {
	padding: 20px;
}


/* ------ SUBSCRIBE FORM ------ */

.timer-form .coming-soon-subscribe-form .et_bloom_inline_form {
	margin: 0;
	display: block;
}

.timer-form .coming-soon-subscribe-form .et_bloom_header_outer {
	display: none;
}

.timer-form .coming-soon-subscribe-form .et_bloom_form_container {
	background: transparent;
}

.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content,
.timer-form .coming-soon-subscribe-form .et_bloom_form_content {
	background: transparent;
	padding: 0;
}

.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content button:hover {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content span.et_bloom_button_text {
	color: #ffffff;
}

.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content button:hover span.et_bloom_button_text {
	color: #ff6a01 !important;
	line-height: 19px;
}

.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content button {
	background-color: #ff6a01;
	border: 2px solid #ff6a01;
	border-radius: 50px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: 40px;
	line-height: 19px;
}

.timer-form .coming-soon-subscribe-form .et_bloom_form_content .et_bloom_popup_input {
	padding-right: 0px;
}

.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
	padding: 10px 20px !important;
	border-radius: 50px !important;
	line-height: 23px;
}

.timer-form .coming-soon-subscribe-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
	opacity: 1;
	color: #fff;
	background: #82C016;
	padding: 8px 7px 7px 10px;
	border-radius: 30px;
	left: 50%;
	margin-left: -20px;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	display: block;
	height: 28px;
	width: 28px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	position: absolute;
	top: 0;
	margin-top: -48px;
}

.et_bloom .et_bloom_form_container h2.et_bloom_success_message {
	padding: 10px;
}

.timer-form .coming-soon-subscribe-form .carrot_edge .et_bloom_form_content::before {
	display: none;
}
/* --------------------------- COMING SOON PAGE END ---------------------*/


/* --------------------------- 404 PAGE START --------------------------- */

.error404 #main-content .container,
.error404 #content-area,
.error404 #left-area {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: none;
}

.error404 #sidebar {
	display: none;
}

.error404 .et_pb_post:last-child {
	margin-bottom: 0;
	padding: 0 !important;
}

.error404 .container {
	padding-top: 0 !important;
}


.error404 .et_pb_post.not_found {
    padding: 100px 20px  !important;
    text-align: center;
    margin: 0 auto;
    display: table;
  	width: 100%;
}
.error404 .et_pb_post.not_found h1{
  	text-align: center;
}
/* --------------------------- 404 PAGE END --------------------------- */


/* ----------------- BLOG PAGE START ----------------- */

.et_pb_widget {
	float: none;
	max-width: 100%;
}

.et_pb_post .entry-featured-image-url {
	margin-bottom: 10px;
}

.servo_blog_content .et_pb_post,
.common_post .et_pb_post,
.single .et_pb_post,
body.search #left-area .entry {
	background-color: #f2f2f2;
	padding: 20px 20px;
	border-radius: 5px;
}

.et_pb_post {
	margin-bottom: 30px;
}

.pagination {
	margin-top: 30px;
}

.pagination div a {
	display: inline-block;
	border: 2px solid #ff6a01;
	border-radius: 3px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 8px 15px;
	text-transform: uppercase;
}

.pagination a,
#main-content .alignright a,
#main-content .alignleft a {
	background-color: #ff6a01;
	display: inline-block;
	border: 2px solid #ff6a01;
	border-radius: 50px;
	color: #ffffff;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#main-content .alignright a:hover,
#main-content .alignleft a:hover {
	background-color: #ffffff;
	border: 2px solid #ff6a01;
	color: #ff6a01;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* ----------------- BLOG PAGE END ----------------- */


/* ----------------- SINGLE BLOG PAGE START ----------------- */

#main-content {
	background-color: #ffffff;
}

.servo_blog_content #left-area {
	padding-right: 0;
	width: 64.833%;
	padding-bottom: 0;
}

.servo_blog_content #sidebar {
	padding-left: 0;
	margin-right: 0;
	width: 29.666%;
}

#sidebar {
	float: right
}

article.et_pb_post:last-of-type {
	margin-bottom: 0;
}

.servo_blog_content .entry p {
	padding-top: 0;
}

.servo_blog_content .et_pb_post img {
	margin-bottom: 10px;
}

.et_pb_blog_0 .et_pb_post .post-content {
	color: #ffffff;
}

body.single-post article .entry-content .et_pb_section,
body.single-post article .entry-content .et_pb_section .et_pb_row {
	padding: 0;
}

body.single-post article.et_pb_post .entry-content {
	padding-top: 0px;
}

body.single-post article.et_pb_post .entry-content .et_pb_section {
	background-color: transparent;
}

body.single-post #respond {
	padding-top: 0px;
}

.servo_blog_content #commentform.comment-form .form-submit .submit.et_pb_button {
	background-color: transparent !important;
	border: 0;
	color: #333333 !important;
	border-radius: 3px;
	letter-spacing: 1px;
	font-size: 16px !important;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
	display: inline-block;
	padding: 7px 20px !important;
	text-transform: uppercase;
	margin-top: 0 !important;
}

.servo_blog_content #commentform.comment-form .form-submit .submit.et_pb_button:hover {
	display: inline-block;
}

.servo_blog_content #commentform.comment-form .form-submit .submit.et_pb_button:hover,
.servo_blog_content .form-submit .submit.et_pb_button:hover {
	background-color: transparent !important;
	color: #333333 !important;
}

.comment-form-comment {
	margin-bottom: 20px;
}

#commentform {
	padding-bottom: 0;
}

.servo_blog_content #sidebar {
	padding-bottom: 0px;
}

body.single-post article .et_pb_post .entry-content {
	padding-top: 0;
}

.et_pb_post .post-meta {
	margin-bottom: 10px;
}

.single .et_pb_post:last-child {
	padding-bottom: 25px;
}

.servo_blog_content .logged-in-as a {
	color: #ff6a01;
}

.servo_blog_content #comment-wrap {
	padding-top: 20px;
}

.servo_blog_content #commentform.comment-form input,
.servo_blog_content #commentform.comment-form textarea {
	background-color: #dddddd;
	padding: 10px 15px;
	color: rgb(153, 153, 153);
	font-size: 16px !important;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	line-height: 26px !important;
	letter-spacing: 1px;
	border-radius: 5px;
}

.servo_blog_content #commentform input[type=email],
.servo_blog_content #commentform input[type=text],
.servo_blog_content #commentform input[type=url] {
	width: 100%;
}

#main-content .container::before {
	background-color: transparent;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}

#main-content .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

#main-content.servo_blog_content h2.entry-title {
	padding-bottom: 5px;
}

body.search-no-results #main-content #left-area .entry h1 {
	padding-bottom: 5px;
}

#main-content.servo_blog_content .comment-reply-title,
#main-content.servo_blog_content h2.entry-title,
#main-content.servo_blog_content h1.entry-title,
#main-content.single-post .et_post_meta_wrapper h1.entry-title,
.et_bloom h2.et_bloom_success_message,
body.search-no-results #main-content #left-area .entry h1 {
	font-size: 24px;
	color: #333333;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 34px;
	padding-bottom: 5px;
}

#main-content.servo_blog_content .post-meta,
#main-content.servo_blog_content .post-meta a,
#main-content.servo_blog_content .post-meta span {
	color: #898989;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 25px;
	padding-bottom: 0;
}

#left-area .post-meta {
	padding-bottom: 10px;
}

.et_pb_widget.widget_text .textwidget a.about-link,
.more-link {
	background-color: transparent;
	border: 0;
	padding: 8px 20px;
	font-size: 16px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333 !important;
	position: relative;
	width: auto;
	display: table !important;
	margin-top: 20px;
	z-index: 1;
}

.about-link:before,
.more-link:before {
	content: "";
	position: absolute;
	background-color: #ff6a01;
	opacity: 0.8;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	left: 0;
	top: -6px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.more-link:after {
	line-height: 24px !important;
	font-size: 14px !important;
	opacity: 1;
	margin-left: 8px !important;
	left: auto;
	position: absolute;
	text-shadow: none;
	font-family: fontawesome;
	font-weight: 400;
	text-transform: none;
	content: "";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.about-link:hover:before,
.more-link:hover:before {
	box-shadow: 1px 2px 5px #898989;
	-webkit-box-shadow: 1px 2px 5px #898989;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.single-post .comment-reply-link {
	background-color: #ff6a01;
	border: 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
	border-radius: 5px;
	padding: 7px 20px;
	text-transform: uppercase;
	transition: 500ms ease-in;
}

.single-post .comment-reply-link:hover {
	background-color: #FF7238;
	border: 0;
	color: #ffffff;
	transition: 500ms ease-in;
}

.single-post .comment-reply-link:after {
	display: none;
}

.single-post .et_post_meta_wrapper h1.entry-title {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom: 0;
}

.single-post h1#comments.page_title {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom: 10px;
}

.single-post .comment-respond h3.comment-reply-title {
	font-size: 20px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	color: #333333;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom: 0;
}

#commentform div.error {
	color: #ff0000;
	padding-top: 5px;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 1px;
}

#commentform input[type="text"].error,
#commentform input[type="email"].error,
#commentform textarea.error {
	border: 1px solid #ec3c06;
}

#commentform input[type=text]::placeholder {
	color: #898989;
	opacity: 1;
}

#commentform input[type=text]::-webkit-input-placeholder {
	color: #898989;
	opacity: 1;
}

#commentform input[type=text]:-moz-placeholder {
	/* Firefox 18- */
	color: #898989;
	opacity: 1;
}

#commentform input[type=text]::-moz-placeholder {
	/* Firefox 19+ */
	color: #898989;
	opacity: 1;
}

#commentform input[type=text]:-ms-input-placeholder {
	color: #898989;
	opacity: 1;
}


/* ----------------- SINGLE BLOG PAGE END ----------------- */


/* ----------------- SHOP PAGE START ----------------- */
.woocommerce p.stars a::before,
.woocommerce p.stars a:hover::before{
	color: #ff6a01;
}

/* ----------------- SHOP PAGE END ----------------- */

/* ----------------- SIDEBAR WIDGET STYLE START ----------------- */


/* Widget Title */

.widget .widget-title,
.widget.woocommerce .widget-title,
.et_pb_widget_area h4 a.rsswidget,
.et_pb_widget_area h4,
.et_pb_widget_area h4 a {
	margin-bottom: 0;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	text-align: center;
	height: 40px;
	overflow: hidden;
	text-transform: uppercase;
}

.widget .widget-title,
.widget.woocommerce .widget-title,
.et_pb_widget .widgettitle {
	background-color: transparent;
	position: relative;
	text-align: left;
	margin-bottom: 17px;
	padding: 5px 5px 40px 25px;
	overflow: inherit;
	z-index: 1;
}

.widget .widget-title::before,
.widget.woocommerce .widget-title::before,
.et_pb_widget .widgettitle::before {
	content: "";
	position: absolute;
	background-color: #ff6a01;
	opacity: 0.8;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	left: 0;
	top: -6px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget:hover .widget-title::before,
.widget.woocommerce:hover .widget-title::before,
.et_pb_widget:hover .widgettitle::before {
	box-shadow: 1px 2px 5px #898989;
	-webkit-box-shadow: 1px 2px 5px #898989;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.et_pb_widget_area h4>span {
	margin-right: 15px;
	vertical-align: text-top;
}

.et_pb_widget_area h4>span>img {
	max-width: 30px;
	max-height: 30px;
}

#wp-calendar caption {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 28px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0;
}

#wp-calendar th {
	font-weight: normal;
}

.et_pb_widget_area .et_pb_widget {
	margin-bottom: 30px;
}

.et_pb_widget_area .et_pb_widget:last-child {
	margin-bottom: 0;
}

.et_pb_widget_area .et_pb_widget ul {
	padding-left: 0;
}

.widget ul.sub-menu,
.et_pb_widget_area .et_pb_widget ul.sub-menu {
	padding-top: 5px;
	padding-left: 8px;
}

.widget li,
.et_pb_widget_area .et_pb_widget li {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 5px;
}

.et_pb_column .common_widget .et_pb_widget {
	margin-bottom: 30px;
}

.et_pb_column .common_widget .et_pb_widget:last-child {
	margin-bottom: 0;
}


/* Widget Title */

.widget,
.widget.woocommerce,
.et_pb_widget_area .et_pb_widget {
	padding: 30px 20px;
	border: 0;
	border-radius: 5px;
	background-color: #f2f2f2;
}

.widget,
.widget.woocommerce {
	margin-bottom: 30px;
}

article.et_pb_post {
	background-color: #f2f2f2;
	padding: 20px 20px 40px 20px;
}

.et_pb_widget_area .et_pb_widget {
	position: relative;
}

.et_pb_widget_area .et_pb_widget .title {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-top: 10px;
}

.et_pb_widget_area .et_pb_widget .spacer {
	height: 25px;
}

.et_pb_widget_area .widget_media_audio .et_pb_widget .spacer,
.et_pb_widget_area .widget_media_video .et_pb_widget .spacer {
	height: 40px;
}

.et_pb_widget_area .et_pb_widget select {
	margin-top: 15px;
}


/* Widget Content Typo */

.widget .et_pb_widget li,
.widget .et_pb_widget p,
.widget .et_pb_widget a,
.et_pb_widget_area .et_pb_widget li,
.et_pb_widget_area .et_pb_widget p,
.et_pb_widget_area .et_pb_widget a {
	color: #898989;
	font-size: 16px;
	line-height: 26px;
}

.et_pb_widget_area .et_pb_widget li a:hover,
.et_pb_widget_area .et_pb_widget a:hover,
.et_pb_widget_area .et_pb_widget .readmore a,
.et_pb_widget_area .et_pb_widget .sab-link a {
	color: #ff6a01;
}

.widget>ul>li,
.widget ul.menu>li,
.et_pb_widget_area .et_pb_widget>ul>li,
.et_pb_widget_area .et_pb_widget ul.menu>li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}

.widget>ul>li:before,
.widget ul.menu>li:before,
.et_pb_widget_area .et_pb_widget>ul>li:before,
.et_pb_widget_area .et_pb_widget ul.menu>li:before {
	color: #ff6a01;
	content: "\f101";
	font-family: Fontawesome !important;
	font-size: 12px;
	margin-right: 10px;
	vertical-align: top;
}

.widget.widget_rss>ul>li:before,
.et_pb_widget_area .widget_rss .et_pb_widget>ul>li:before {
	content: "";
	font-size: 0;
	margin-right: 0;
}

.et_pb_widget_area .et_pb_widget>ul>li:last-child,
.et_pb_widget_area .et_pb_widget ul.menu>li:last-child {
	padding-bottom: 0;
	border: 0;
}

.widget>ul>li:hover,
.widget ul.menu>li:hover,
.widget.woocommerce>ul>li:hover,
.widget.woocommerce ul.menu>li:hover,
.et_pb_widget_area .et_pb_widget>ul>li:hover,
.et_pb_widget_area .et_pb_widget ul.menu>li:hover {
	border-bottom-color: #ff6a01;
}

.et_pb_widget_area .et_pb_widget>ul>li:hover>a>:not(ul),
.et_pb_widget_area .et_pb_widget>ul>li:hover:before,
.et_pb_widget_area .et_pb_widget ul.menu>li:hover>a>:not(ul),
.et_pb_widget_area .et_pb_widget ul.menu>li:hover:before {
	color: #ff6a01;
}

.et_pb_widget_area .et_pb_widget ul.menu ul.sub-menu {
	padding-left: 15px;
}

.et_pb_widget_area select,
.footer-widget .fwidget select {
	width: 100%;
	padding: 6px 8px;
	height: 35px;
}


/* ========= WIDGET SEARCH ========= */

.et_pb_widget_area .widget_search .spacer {
	height: 50px;
}

.et_pb_widget_area .widget_search input#s {
	height: 40px;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #ddd;
	color: #898989;
	font-size: 14px;
	background-color: transparent;
	line-height: normal;
	border-radius: 3px;
}

.et_pb_widget_area .widget_search #searchsubmit {
	background-color: #ff6a01;
	border: 2px solid #ff6a01;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	transition: 300ms ease-in;
}

.et_pb_widget_area .widget_search #searchsubmit:hover {
	background-color: #ffffff;
	border: 2px solid #ff6a01;
	color: #ff6a01;
	transition: 300ms ease-in;
}


/* ========= WIDGET TEXT ========= */

.et_pb_widget_area .widget_text .textwidget img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.et_pb_widget_area .widget_text .textwidget select {
	width: 100%;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	-webkit-appearance: none;
}

.et_pb_widget_area .widget_text .textwidget select option {
	width: 200px;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	-webkit-appearance: none;
}


/* ========= WIDGET RSS ========= */

.et_pb_widget_area .widget_rss li a.rsswidget {
	color: #333333;
	display: inline;
	clear: right;
}

.et_pb_widget_area .widget_rss li .rss-date {
	color: #898989;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
}


/* ========= WIDGET CALENDER ========= */

.et_pb_widget_area #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar td a {
	color: #333333;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar td {
	text-align: center;
	padding: 3px;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
	border-top: 0;
}

.entry-content table,
body.et-pb-preview #main-content .container table {
	border: 0;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar #prev,
.et_pb_widget_area #wp-calendar #next {
	padding-top: 0;
}

.et_pb_widget_area #wp-calendar #prev {
	text-align: left;
}

.et_pb_widget_area #wp-calendar #next {
	text-align: right;
}


/* ========= WIDGET RECENT POSTS ========= */

.et_pb_widget_area .recent-section>.widget_recent_entries>ul {
	padding-left: 15px;
}

.widget_recent_entries li {
	list-style: none;
}

.et_pb_widget_area .single-article {
	margin-bottom: 20px;
}

.et_pb_widget_area .single-article:last-child {
	margin-bottom: 0;
}

.et_pb_widget_area .post-img {
	float: left;
	margin-right: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	width: 30%;
}

.et_pb_widget_area .post-img {
	width: 85px;
}

.et_pb_widget_area .post-img img {
	width: 100%;
	height: 60px;
}

.et_pb_widget_area .recent_posts_cnt {
	padding-left: 0;
	float: left;
	width: 63%;
}

.et_pb_widget_area .recent_posts_cnt p {
	height: 30px;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.et_pb_widget_area .entry-meta.recent-date ul {
	float: left;
	margin-right: 15px;
	padding-left: 0;
}

.et_pb_widget_area .entry-meta.recent-date li {
	display: inline-block;
	padding-right: 5px;
}

.et_pb_widget_area .entry-meta.recent-date .post-date {
	float: left;
	margin-right: 10px;
}

.et_pb_widget_area .entry-meta.recent-date .post-comments img,
.et_pb_widget_area .entry-meta.recent-date .post-date img {
	padding-right: 5px;
}

.et_pb_widget_area .entry-meta.recent-date .post-comments,
.et_pb_widget_area .entry-meta.recent-date .post-date {
	font-size: 14px;
	letter-spacing: 1px;
}

.about-img img {
	width: auto !important;
}

.wp-block-columns .wp-block-image img,
.wp-block-columns .wp-block-image {
	margin-bottom: 0;
}

.wp-block-columns {
	margin-bottom: 15px;
}

.wp-block-quote {
	border-left: 3px solid #FF6A01;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.wp-block-quote p {
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.wp-block-columns .wp-block-column p {
	padding-bottom: 15px;
}

ul.post-li-list {
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}

.product-li-list {
	padding-top: 20px !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}

.product-li-list li,
.post-li-list li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.product-li-list li:before,
.post-li-list li::before {
	color: #FF6A01;
	content: "\f101";
	font-family: Fontawesome;
	font-size: 18px;
	top: 0;
	left: 0;
	border: 0;
	position: absolute;
}


/* ========= WIDGET ADD BANNER ========= */

.et_pb_widget_area .et_pb_widget .sab-description {
	margin-top: 10px;
	line-height: 22px;
}

.et_pb_widget_area .et_pb_widget .sab-link {
	margin-top: 10px;
}


/* ========= WIDGET ABOUT AUTHOR ========= */

.et_pb_widget_area .insight_widget_about_author .about-img,
.et_pb_widget_area .insight_widget_about_author .about-img img {
	text-align: center;
	max-width: 100%;
}

.et_pb_widget_area .insight_widget_about_author p {
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}

.et_pb_widget_area .insight_widget_about_author p.readmore {
	text-align: center;
	margin: 10px 0 0 0;
}


/* ========= WIDGET CATEGORIES ========= */

.et_pb_widget_area .underline {
	border-bottom: 1px dotted #898989;
}

.et_pb_widget_area .tags-section ul,
.et_pb_widget_area .categories-inner ul {
	padding-left: 0;
}

.et_pb_widget_area .categories-inner>ul>li {
	display: inline-block;
	margin-right: 5px;
}

.et_pb_widget_area .widget_categories label {
	margin-right: 10px;
	margin-bottom: 5px;
}

.et_pb_widget_area .widget_categories li.categories-inner {
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_widget_area .widget_categories .cat-item ul.children {
	margin-top: 10px;
	padding-left: 15px;
}


/* ========= WIDGET TAG CLOUD ========= */

.widget_tag_cloud .tagcloud a {
	background-color: #f3f3f3;
	color: #898989 !important;
	border: 1px solid #dddddd;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 5px;
	font-weight: 400;
	padding: 5px 10px;
	transition: 300ms ease-in;
	font-size: 16px !important;
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: #f3f3f3;
	border: 1px solid #ff6a01;
	transition: 300ms ease-in;
	color: #ff6a01 !important;
}

.et_pb_widget_area .widget_tag_cloud .tagcloud a:last-child {
	margin-bottom: 5px;
	padding: 5px 10px;
}


/* widget reset margin */

.et_pb_widget_area .et_pb_widget ul,
.et_pb_widget_area .et_pb_widget li:last-child,
.et_pb_widget_area .et_pb_widget p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* widget page */

.et_pb_widget_area .widget_pages .page_item ul.children {
	margin-top: 5px;
	padding-left: 15px;
}


/* contact us widget */

.ciw_contactinformation {
	float: none;
	margin-top: 15px;
}

.ciw_contactinformation .ciw_contact_address {
	padding-top: 0;
}

.ciw_contactinformation .ciw_company_name {
	padding-bottom: 10px;
}

.ciw_contactinformation .ciw_company_name:empty {
	display: none;
}


/* ========= WIDGET CONTACT INFO ========= */

.et_pb_widget_area .pbt-ciw-ul>li:before {
	content: '';
	font-size: 0;
	margin-right: 0;
}

.et_pb_widget_area .pbt-ciw-ul>li h4 {
	margin-top: 0;
}

.et_pb_widget_area .pbt-social-icons>li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0;
}

.et_pb_widget_area .pbt-social-icons>li:last-child {
	margin-right: 0;
}

.et_pb_widget_area .pbt-social-icons>li a {
	min-width: 45px;
	min-height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	font-size: 18px;
	text-align: center;
}

.et_pb_widget_area .pbt-ciw-li .icon-div,
.et_pb_widget_area .pbt-ciw-li .text-div {
	display: table-cell;
}

.et_pb_widget_area .pbt-ciw-ul li .icon-div {
	min-width: 35px;
	padding-right: 10px;
	text-align: left;
}

.et_pb_widget_area .pbt-ciw-li .icon-left i {
	font-size: 26px;
}

.et_pb_widget_area .pbt-social-icons li i {
	font-size: 18px;
	color: #333333;
}

.et_pb_widget_area .pbt-social-icons>li a:hover,
.et_pb_widget_area .pbt-social-icons>li a:hover i {
	background-color: #ff6a01;
	color: #ffffff;
}


/* Categories List */

.et_pb_widget_area .widget_categories .cat-item .post_count,
.et_pb_widget_area .widget_archive .post_count {
	float: right;
	background-color: #ff6a01;
	color: #ffffff;
	width: 30px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border-radius: 12px;
}

.product .entry-summary p.price span {
	font-size: 16px !important;
}

.product_meta .posted_in {
	display: table;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0 10px 0;
	width: 100%;
}

.product_meta span.tagged_as,
.product_meta span.posted_in {
	font-weight: 600;
}

.product_meta .tagged_as {
	display: table;
	border-bottom: 1px solid #eeeeee;
	padding: 5px 0 10px 0;
	width: 100%;
}


/* ----------------- SIDEBAR WIDGET STYLE END ----------------- */


/* ----------------- FOOTER WIDGET START ----------------- */

#main-footer {
	background-color: #222222;
}
#footer-info {
  text-align: center; 
  float: none;
}

#footer-widgets {
	padding-bottom: 80px;
	padding-top: 80px;
}

#main-footer #footer-widgets .footer-widget {
	margin-bottom: 0;
}

.footer-widget .fwidget {
	margin-bottom: 30px !important;
}

#main-footer .footer-widget .fwidget h4.title a.rsswidget,
.footer-widget .fwidget h4.title,
.footer-widget .fwidget h4.title a {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widget .fwidget a.rsswidget {
	border-bottom: 0 !important;
}

.footer-widget .fwidget ul {
	padding-left: 0;
	margin-top: 0;
}

.footer-widget .fwidget ul.sub-menu {
	padding-top: 5px;
	padding-left: 8px;
}

.footer-widget .fwidget li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0;
}

#footer-widgets .footer-widget li:before {
	color: #ffffff;
	font-family: Fontawesome;
	font-size: 18px;
	top: 0;
	left: 0;
	border: 0;
	position: absolute;
}

#footer-widgets .footer-widget li::before {
	content: "\f101";
}

.footer-widget .fwidget ul>li>ul>li:before {
	display: none;
}

.footer-widget .fwidget ul>li>ul>li {
	padding-left: 0;
}

#footer-widgets .footer-widget li {
	padding-left: 20px;
}

#footer-widgets .footer-widget .social-icons li:first-child {
	padding-left: 0;
}

#footer-widgets .footer-widget .social-icons li {
	padding-left: 10px;
}

#footer-widgets .footer-widget li:last-child {
	margin-bottom: 0px;
}


/* Footer One Widget Content Typo */

#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li,
#footer-widgets .footer-widget span,
#footer-widgets .footer-widget label,
#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget p,
#footer-widgets .footer-widget i,
#footer-widgets .footer-widget div {
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	transition: 500ms ease-in;
}

#footer-widgets .footer-widget p.wp-caption-text {
	color: #ffffff;
}

#footer-widgets .footer-widget li a:hover,
.footer-widget .fwidget li a:hover,
.footer-widget .fwidget .readmore a,
.footer-widget .fwidget .sab-link a {
	color: #aaaaaa;
}

.footer-widget .fwidget label {
	margin-right: 10px;
}


/* ========= FOOTER - WIDGET ABOUT ME ========= */

.footer-widget .fwidget.widget_aboutmewidget img#about-image {
	float: left;
	margin: 3px 8px 15px 0;
}


/* ========= FOOTER - WIDGET SEARCH ========= */

.footer-widget .fwidget .searchform input#s {
	border: 0;
	background-color: #f2f2f2;
	border-radius: 3px;
	color: #cccccc;
}

.footer-widget .fwidget .searchform #searchsubmit {
	background-color: #333333;
	border: 2px solid #333333;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	width: 85px;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700;
	transition: 300ms ease-in;
}

.footer-widget .fwidget .searchform #searchsubmit:hover {
	background-color: #ffffff;
	border: 2px solid #333333;
	color: #333333;
	transition: 300ms ease-in;
}


/* ========= FOOTER - WIDGET TEXT ========= */

.footer-widget .fwidget.widget_text .textwidget img {
	max-width: 100%;
	height: auto;
}

.footer-widget .fwidget.widget_text .textwidget select {
	width: 100%;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	-webkit-appearance: none;
}

.footer-widget .fwidget.widget_text .textwidget select option {
	width: 120px;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	-webkit-appearance: none;
}


/* ========= FOOTER - WIDGET RSS ========= */

.footer-widget .fwidget.widget_rss li a.rsswidget {
	color: #ff6a01;
	display: block;
	clear: right;
}

.footer-widget .fwidget.widget_rss li .rss-date {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
}


/* ========= FOOTER - WIDGET CALENDER ========= */

.footer-widget .fwidget #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}

.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar td {
	text-align: center;
	padding: 3px;
}

.footer-widget .fwidget #wp-calendar caption {
	color: #333333;
}

.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar td a {
	color: #333333;
}

.footer-widget .fwidget #wp-calendar td {
	color: #898989;
}

.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar #prev,
.footer-widget .fwidget #wp-calendar #next {
	padding-top: 0;
}

.footer-widget .fwidget #wp-calendar #prev {
	text-align: left;
}

.footer-widget .fwidget #wp-calendar #next {
	text-align: right;
}


/* ========= FOOTER - WIDGET CATEGORIES ========= */

.footer-widget .fwidget .underline {
	border-bottom: 1px dotted #999999;
}

.footer-widget .fwidget .categories-inner>ul>li {
	display: inline-block;
	margin-right: 5px;
}

.footer-widget .fwidget .widget_categories li img {
	padding-right: 5px;
	padding-bottom: 4px
}

.footer-widget .fwidget .widget_categories .underline {
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}

.footer-widget .fwidget .widget_categories ul li:last-child p.underline {
	border-bottom: 0;
}

.footer-widget .fwidget .widget_categories li.categories-inner {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widget .fwidget .widget_categories ul.children,
.footer-widget .fwidget .widget_pages .page_item ul.children {
	margin-top: 10px;
	padding-left: 15px;
}


/* ========= FOOTER - WIDGET TAG CLOUD ========= */

.footer-widget .fwidget .widget_tag_cloud .tagcloud li a {
	font-size: 13px;
	color: #ffffff;
}


/* ========= FOOTER - SOCIAL ICON IMAGE ========= */

.footer-widget .footer-logo {
	margin-bottom: 10px;
}

.footer-widget .fwidget ul.social-icons {
	margin-top: 20px;
}

.footer-widget .fwidget ul.social-icons {
	list-style: none;
	line-height: 0;
	font-size: 0;
}

#footer-widgets .footer-widget .fwidget.widget_text ul.social-icons li>img {
	margin-bottom: 0;
}

.footer-widget .fwidget .social-icons li:first-child {
	padding-left: 0;
}

.footer-widget .fwidget .social-icons li {
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 0;
}

.footer-widget .fwidget .social-icons li:before {
	display: none;
}

#footer-widgets .footer-widget .social-icons li a:hover {
	padding-left: 0;
	transition: 500ms ease-in;
}


/* ========= FOOTER - SUBSCRIBE FORM ========= */

.footer-widget .fwidget .subscribe-form p {
	margin-bottom: 15px;
}

.footer-widget .fwidget .subscribe-form .et_bloom_success_checkmark {
	top: 0px;
}

.footer-widget .fwidget .subscribe-form p {
	padding-bottom: 0;
}

.footer-widget .fwidget .subscribe-form .et_bloom_header_outer,
.footer-widget .fwidget .subscribe-form .et_bloom_form_content:before {
	display: none;
}

.footer-widget .fwidget .subscribe-form .et_bloom_inline_form {
	margin-top: 20px;
	margin-bottom: 0;
	display: block !important;
}

.subscribe-form .et_bloom_form_content {
	background-color: transparent;
	padding: 0;
}

.footer-widget .fwidget .subscribe-form .et_bloom_form_container,
.footer-widget .fwidget .subscribe-form .et_bloom_form_container .et_bloom_form_content {
	background-color: transparent;
}

.footer-widget .fwidget .subscribe-form .et_bloom_popup_input {
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
}

.footer-widget .fwidget .subscribe-form .et_bloom_form_content button {
	width: 100%;
	background-color: #ff6a01;
	border: 2px Solid #ff6a01 !important;
	border-radius: 50px !important;
	transition: 500ms ease-in;
}

.footer-widget .fwidget .subscribe-form .et_bloom_form_content button span {
	color: #ffffff;
}

.footer-widget .fwidget .subscribe-form .et_bloom_form_content button:hover span {
	color: #ff6a01 !important;
}

.footer-widget .fwidget .subscribe-form .et_bloom_form_content button:hover {
	background-color: transparent;
	transition: 500ms ease-in;
}

.footer-widget .fwidget .subscribe-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
	opacity: 1;
	top: -50px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.footer-widget .fwidget .subscribe-form .et_bloom_inline_form.et_bloom_optin.et_bloom_make_form_visibleet_bloom_optin_1 {
	margin: 0;
	display: block;
}

.footer-widget .fwidget .subscribe-form .et_bloom .et_bloom_inline_form {
	clear: both;
	margin: 0 0;
	display: inline-block;
}

.footer-widget .fwidget .subscribe-form .et_bloom_form_container .et_bloom_form_content {
	padding: 0 0;
	padding-top: 0;
}

.footer-widget .fwidget .subscribe-form .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
	padding: 13px 20px !important;
	border-radius: 50px !important;
}


/* ========= FOOTER - CONTACT US ========= */

.footer-widget .fwidget .footer-contact li {
	border: 0;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}

.footer-widget .fwidget .footer-contact li:last-child {
	margin-bottom: 0;
}

.footer-widget .fwidget .footer-contact li:last-child:before,
.footer-widget .fwidget .footer-contact li:nth-child(3):before,
.footer-widget .fwidget .footer-contact li:nth-child(2):before,
.footer-widget .fwidget .footer-contact li:first-child:before {
	color: #f2f2f2;
	font-family: Fontawesome;
	font-size: 18px;
	top: 0;
	left: 0;
	border: 0;
	position: absolute;
}

.footer-widget .fwidget .footer-contact li:first-child:before {
	content: "\f041";
}

.footer-widget .fwidget .footer-contact li:nth-child(2):before {
	content: "\f095";
}

.footer-widget .fwidget .footer-contact li:nth-child(3):before {
	content: "\f0e0";
}

.footer-widget .fwidget .footer-contact li:last-child:before {
	content: "\f0ac";
}


/* ----------------- FOOTER WIDGET END ----------------- */


/* ----------------- COPY RIGHT START ----------------- */

#footer-bottom {
	background-color: #191919;
	padding: 10px 0;
	border: 0;
}

#footer-bottom .container,
#footer-bottom .container a {
	color: #f2f2f2;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 600;
}


/* ----------------- COPY RIGHT END ----------------- */


/* ----------------- MEADIA QUIERY START ----------------- */

@media only screen and (min-width:981px) and (max-width:1280px) {
	/* ------- MENU ----- */
	#top-menu li {
		padding-right: 15px;
	}
	.et_pb_column.res-pad-top-0 {
		padding-top: 0;
	}
	.common-news-con {
		margin: 0 auto !important;
		display: table !important;
	}
	.common-news-con.res-top-pad-10.et_pb_blurb {
		padding-top: 10px !important;
	}
	.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
		width: 100%;
		float: left;
	}
	.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
		text-align: center;
		margin: 0 auto;
		display: table;
	}
}

@media only screen and (min-width:768px) and (max-width:980px) {
	.et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
		margin-bottom: 40px;
	}
	.servo_blog_content #left-area .image-gallery li {
		padding: 5px 10px 5px 10px;
		width: auto;
	}
	.team-mod .et_pb_team_member_image {
		float: none !important;
		width: 100% !important;
		text-align: center;
		margin: 0 auto !important;
		padding-bottom: 20px;
	}
	.team-mod .et_pb_team_member_description {
		margin: auto;
		width: 100% !important;
		float: none;
		display: table;
		text-align: center;
	}
	.features-sec .et_pb_row,
	.common-row,
	.serv-det4-row,
	.serv-det3-row,
	.serv-det2-row,
	.serv-det1-row,
	.services-row2,
	.services-row1,
	.skill-counter-row .et_pb_row,
	.team1-row,
	.what-we-sec .et_pb_row,
	.modern-ser-row,
	.cta-row,
	.counter-row,
	.work-row,
	.flooring-type-row,
	.experts-row,
	.testimonial-row,
	.client-row,
	.cont-form {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	.team-img .et_pb_team_member_description {
		display: block;
	}
	.product-row .et_pb_blurb_container {
		vertical-align: middle;
	}
}

@media only screen and (min-width:480px) and (max-width:980px) {
	.client-row .et_pb_column_1_5,
	.client-row.et_pb_row .et_pb_column_1_5 {
		width: 17.6% !important;
		margin-right: 3% !important;
		margin-bottom: 0;
	}
	.client-row.et_pb_row .et_pb_column_1_5:last-child {
		margin-right: 0 !important;
	}
}

@media only screen and (min-width:250px) and (max-width:980px) {
	/* ------- MENU DROPDOWN ----- */
	.e t_mobile_menu {
		max-height: 300px;
		height: 300px;
		overflow-y: scroll;
	}
	.et_mobile_menu {
		padding: 20px;
	}
	/* ------- RESPONSIVE COMMON WIDTH ------- */
	.res-width-common,
	.service-col-common,
	.common-price-column,
	.news-col,
	.common-test-monial,
	.about-team-sec,
	.service-sec-page,
	.ser-test-monial {
		width: 380px;
		margin: 0 auto 30px auto !important;
		float: none !important;
	}
	.res-width-common.et_pb_column:last-child {
		width: 380px;
		margin-top: 0;
		margin-bottom: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
	}
	.res-width-common-row {
		width: 380px;
		margin-top: 0;
		margin-bottom: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none;
	}
	/* ------- HOME & CONTACT US PAGE FORM ------- */
	.res-form-width {
		width: 75% !important;
	}
	.et_pb_row .res-form-width-contact.et_pb_column:last-child {
		width: 75%;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: auto !important;
		margin-left: auto;
		float: none;
	}
	.common-news-con.et_pb_blurb {
		padding-left: 0 !important;
	}
	.common-news-con.et_pb_blurb.res-top-pad-10 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.common-news-con {
		margin: 0 auto;
		display: table !important;
	}
	.common-news-con.res-top-pad-10.et_pb_blurb {
		padding-top: 15px !important;
	}
	/* ------- COUNTER SECTION ------- */
	.counter-section .percent {
		height: 40px;
	}
	.common-domain-form #wdc-style button {
		display: block;
	}
	/* ------- BLOG PAGE PAGINATION ----- */
	.et_pb_column .et_pb_widget:nth-child(n) {
		margin: 0 auto 30px auto;
	}
	.pagination div a {
		margin-top: 0;
	}
	.single .et_pb_post {
		margin-bottom: 30px;
	}
	.widget.woocommerce,
	.et_pb_widget {
		float: none !important;
		width: 60% !important;
	}
	.widget.woocommerce {
		margin-left: auto;
		margin-right: auto;
	}
	body.single #sidebar,
	body.search #sidebar,
	body #sidebar {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.team-page-2-col-img {
		height: 300px;
		display: block !important;
	}
	/* ------- COMING SOON PAGE ----- */
	.coming-soon.et_pb_countdown_timer .section.values {
		margin-bottom: 10px;
		width: 50%;
	}
	.timer-form .coming-soon-subscribe-form .et_bloom_form_content button {
		margin: 20px 0 auto 0;
		text-align: center;
		float: none;
		width: 100%;
	}
	.timer-form .coming-soon-subscribe-form p.et_bloom_popup_input {
		width: 100% !important;
		padding-right: 0;
	}
	.timer-form .coming-soon-subscribe-form .et_bloom_form_container .et_bloom_form_content button {
		position: inherit;
		right: 0px;
	}
	/* ------- FONT SIZE DECREASE ------- */
	.et_pb_module.header-slider.et_pb_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_title,
	.header-slider .et_pb_slide_title,
	h1 {
		font-size: 32px !important;
		line-height: 45px !important;
	}
	h2 {
		font-size: 28px !important;
		line-height: 38px !important;
	}
	h3 {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	h4,
	.service-price-value span {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	h5 {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	h6 {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.subtitle .et_pb_text_inner {
		font-size: 20px;
	}
	.header-subtitle .et_pb_text_inner {
		font-size: 28px;
	}
	.header-subtitle .et_pb_text_inner p {
		line-height: 35px !important;
	}
	#main-content.servo_blog_content .comment-reply-title,
	#main-content.servo_blog_content h2.entry-title,
	#main-content.servo_blog_content h1.entry-title,
	#main-content.single-post .et_post_meta_wrapper h1.entry-title,
	.et_bloom h2.et_bloom_success_message,
	body.search-no-results #main-content #left-area .entry h1,
	.single-post .et_post_meta_wrapper h1.entry-title,
	.single-post h1#comments.page_title {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	/* ------- FOOTER WIDGET ----- */
	.fwidget.et_pb_widget {
		float: none !important;
		width: 100% !important;
	}
	#footer-widgets {
		text-align: center !important;
	}
	.footer-widget .fwidget.widget_search #s,
	.footer-widget .fwidget.widget_archive select,
	.footer-widget .fwidget.widget_categories select {
		width: 60% !important;
		margin: 0 auto !important;
	}
	.footer-widget .fwidget .searchform #searchsubmit {
		right: 100px;
	}
	.footer-widget .fwidget.widget_calendar #wp-calendar {
		width: 60% !important;
		margin: 10px auto 0;
		empty-cells: show;
	}
	.footer-address,
	.footer-contact,
	.footer-widget .fwidget.widget_archive ul,
	.footer-widget .fwidget.widget_categories ul,
	.footer-widget .fwidget.widget_pages ul,
	.footer-widget .fwidget.widget_meta ul,
	.footer-widget .fwidget.widget_rss ul,
	.footer-widget .fwidget.widget_nav_menu ul,
	.footer-widget .fwidget.widget_recent_entries ul {
		margin: 0 auto !important;
		display: table !important;
		text-align: left !important;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}
	#footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 30px;
	}
	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0px;
	}
	.footer-widget .fwidget .subscribe-form {
		width: 80%;
		margin: 0 auto;
	}
	.et_pb_row .section-full-height-2col-img.team-page-2-col-img.et_pb_column:last-child {
		margin-right: auto !important;
	}
	#footer-widgets {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	#main-content.servo_blog_content .container {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

@media only screen and (min-width:250px) and (max-width: 767px) {
	#footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 30px;
	}
	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0;
	}
	#main-content .et_pb_gallery_2.et_pb_gallery .et_pb_gallery_item,
	#main-content .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item,
	#main-content .gallery-4col.et_pb_gallery .et_pb_gallery_item {
		margin-bottom: 0;
		margin-right: 0;
		width: 50%;
	}
	.et_bloom .et_bloom_bottom_inline p.et_bloom_popup_input {
		padding-bottom: 0;
	}
	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 30px;
	}
	.comment-reply-link {
		bottom: 0;
	}
	.widget.woocommerce,
	.et_pb_widget {
		float: none !important;
		width: 100% !important;
	}
	.servo_blog_content .comment .children {
		margin-left: 30px;
	}
	.price-value span {
		font-size: 16px;
		line-height: 26px;
	}
	p.price-value {
		font-size: 36px;
		line-height: 46px;
	}
	.domain-name li {
		padding: 5px 5px;
	}
	.common-contact-us-page .et_pb_contact_message,
	.contact-form-common .et_pb_contact_message {
		min-height: 120px;
	}
	.common-contact-us-page .et_pb_contact p input,
	.contact-form-common .et_pb_contact p input {
		padding: 10px;
	}
}

@media only screen and (max-width:980px) {
	.cta-content .et_pb_module_header {
		padding-bottom: 15px;
	}
	.logo-mod .et_pb_image_wrap {
		display: table !important;
		margin: 0 auto !important;
	}
	.menu-row {
		width: 500px !important;
	}
	.top-left-col {
		margin-bottom: 10px !important;
	}
	.fullmenu-mod .et_pb_menu__wrap .mobile_menu_bar {
		-webkit-transform: translateY(73%) !important;
		transform: translateY(73%) !important;
	}
	.team-img {
		margin-bottom: 0 !important;
	}
	.floor-type-mod .et_pb_main_blurb_image {
		margin-bottom: 10px !important;
	}
	.counter-mod .percent {
		height: 0 !important;
		margin-bottom: 45px !important;
	}
	.services2-mod::after,
	.services1-mod::after {
		bottom: -68px;
		left: -4px;
	}
	.team1-row .team1-img .et_pb_team_member_image {
		float: none !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
	.team1-row .team1-img {
		width: 320px;
		margin: 0 auto;
	}
	.service-bg {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.service-bg-content {
		padding: 20px 20px;
	}
	.packages1-mod .et_pb_pricing_table::before {
		width: 320px;
		margin: 0 auto;
		left: 0;
		right: 0;
		display: table;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	}
	.packages1-mod {
		margin-bottom: 0 !important;
	}
	.packages2-col {
		margin-bottom: 60px !important;
	}
	.packages2-row .packages2-col:last-child {
		margin-bottom: 0px !important;
	}
	.team2-img .et_pb_team_member_image,
	.team-mod .et_pb_team_member_image {
		float: none !important;
		width: 100% !important;
	}
	.team-col-right,
	.team-col-left1 {
		width: 60%;
	}
	.team-col-right {
		padding-left: 20px;
		padding-top: 20px;
	}
	.team-col-left1 {
		padding-right: 20px;
		padding-top: 20px;
	}
	.team-col-right1,
	.team-col-left {
		width: 40%;
	}
	.features2-row .features-col {
		margin-bottom: 60px !important;
	}
	.features2-row .features-col:last-child {
		margin-bottom: 0px !important;
	}
	body .et_pb_countdown_timer.coming-soon-mod h1.title {
		font-size: 30px !important
	}
	.shop_table .coupon {
		margin-bottom: 0 !important;
	}
	.what-col2.et_pb_column,
	.what-col1.et_pb_column {
		width: 100% !important;
	}
	.fullmenu-mod li a::before {
		background-color: transparent;
	}
	.fullmenu-mod ul.sub-menu li a,
	.et_mobile_menu li a {
		border-bottom: 1px solid #444444;
	}
}

@media only screen and (max-width:768px) {
	.header-slider .et_pb_slides .et_pb_slide .et_pb_slide_content,
	.header-slider .et_pb_slides .et_pb_slide .et_pb_slide_title {
		width: 100%;
	}
	.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
		width: 100%;
		display: table !important;
		margin-top: 40px !important;
		text-align: left;
		margin-bottom: 40px;
	}
	.woocommerce-cart table.cart td.actions .button[name="apply_coupon"] {
		width: 100%;
		display: table !important;
		margin-top: 40px !important;
		text-align: left;
		margin-bottom: 10px;
	}
	.checkout_coupon .button {
		margin-top: 20px !important;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:767px) {
	.gallery-mod .et_pb_gallery_image {
		padding: 15px !important;
	}
	.et_pb_blurb.more-quest {
		margin: 0 auto;
		width: 100%;
	}
	.job-list li p {
		font-size: 13px;
		font-weight: 600;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		width: 100%;
	}
	.shop-content .single_add_to_cart_button {
		width: 100% !important;
		margin-top: 30px !important;
		text-align: left;
	}
}

@media only screen and (max-width:541px) {
	.menu-row {
		padding-left: 20px !important;
		padding-right: 20px !important;
		width: 100% !important;
	}
	.email-mod .et_pb_module_header {
		word-break: break-all;
	}
	.team-col-right1,
	.team-col-left,
	.team-col-right,
	.team-col-left1 {
		width: 100%;
	}
	.team2-img .et_pb_team_member_image {
		margin: 0 auto;
	}
	.team-col-right {
		padding-left: 0px;
		padding-top: 0px;
	}
	.team-col-left1 {
		padding-right: 0px;
		padding-top: 0px;
	}
	.team-col-left1 .et_pb_team_member_description,
	.team-col-left1 .et_pb_member_position,
	.team-col-left1 .et_pb_module_header,
	.team-col-right .et_pb_team_member_description,
	.team-col-right .et_pb_member_position,
	.team-col-right .et_pb_module_header {
		text-align: center !important;
	}
	.team2-img .et_pb_team_member_description {
		right: 30px !important;
		top: -80% !important;
	}
	.team-row:hover .team2-img .et_pb_team_member_description {
		top: 20% !important;
	}
	.team-center-row .team2-img .et_pb_team_member_description {
		left: 50px !important;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
	}
	.entry-summary p.price span {
		font-size: 16px !important;
	}
	#tab-additional_information td,
	#tab-additional_information th {
		display: block;
		width: 100%;
		padding: 10px 10px !important;
	}
}

@media only screen and (max-width: 481px) {
	/* ------- COMING SOON PAGE ----- */
	.coming-soon.et_pb_countdown_timer .section.values {
		margin-bottom: 10px;
		width: 40% !important;
	}
	.counter-section.res-mar-bot.et_pb_column {
		margin-bottom: 30px;
	}
	.res-form-width {
		width: 90% !important;
	}
	.footer-widget .fwidget.widget_search #s,
	.footer-widget .fwidget.widget_archive select,
	.footer-widget .fwidget.widget_categories select {
		width: 100% !important;
		margin: 0 auto !important;
	}
	.footer-widget .fwidget .searchform #searchsubmit {
		right: 0;
	}
	.footer-widget .fwidget.widget_calendar #wp-calendar {
		width: 100% !important;
		margin: 10px auto 0;
		empty-cells: show;
	}
}

@media only screen and (max-width: 480px) {
	/* ------- RESPONSIVE COMMON WIDTH ------- */
	.res-width-common,
	.service-col-common,
	.common-price-column,
	.news-col,
	.common-test-monial,
	.about-team-sec,
	.service-sec-page,
	.ser-test-monial {
		width: 100%;
	}
	.service-col-common.et_pb_column:last-child,
	.common-price-column.et_pb_column:last-child,
	.news-col.et_pb_column:last-child,
	.common-test-monial.et_pb_column:last-child,
	.about-team-sec.et_pb_column:last-child,
	.service-sec-page.et_pb_column:last-child,
	.ser-test-monial.et_pb_column:last-child {
		width: 100%;
	}
	/* ------- FOOTER WIDGET BUTTON ------- */
	.footer-widget .fwidget .subscribe-form {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:479px) {
	.menu-logo-section img {
		max-width: 60%;
	}
	.servo_blog_content .comment-form-author,
	.servo_blog_content .comment-form-email,
	.servo_blog_content .comment-form-comment {
		padding-bottom: 30px;
		width: 100%;
	}
	.servo_blog_content #commentform.comment-form textarea {
		height: 70px;
	}
	.servo_blog_content #left-area .image-gallery li {
		padding: 5px 5px;
		width: 50%;
	}
	.top-right1-col {
		margin-bottom: 10px !important;
	}
	.email-mod {
		display: table;
		margin: 0 auto;
	}
	.email-mod .et_pb_main_blurb_image img {
		max-width: 24px;
	}
	.team-img .et_pb_team_member_image {
		margin-left: auto;
		margin-right: auto;
	}
	.team1-row .team1-img {
		width: 100%;
		margin: 0 auto;
	}
	.client-row .et_pb_column {
		width: 46% !important;
	}
	.client-row .et_pb_column:nth-child(2n+1) {
		margin-right: 8% !important;
	}
	.testi-col-left,
	.testi-col-right {
		float: none;
		width: 100%;
	}
	.testi-col-right {
		padding: 0 20px 30px 20px;
	}
	.test-img {
		display: table;
		margin: 0 auto;
		text-align: center;
	}
	.what-col-inner-row {
		position: relative;
		top: 0;
		width: 100%;
		margin: 0 auto;
		left: 0;
		right: 0;
		padding-bottom: 0 !important;
	}
	.service-bg {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.packages1-mod .et_pb_pricing_table::before {
		width: 100%;
	}
}

@media only screen and (max-width:478px) {
	.visited-col-right {
		padding: 20px !important;
	}
	.woocommerce-page .shop-content .add_to_cart_button {
		margin-bottom: 20px !important;
	}
}

@media only screen and (max-width:414px) {
	.servo_blog_content #left-area .image-gallery li {
		padding: 0px 4px 0px 4px;
	}
	.coming-soon-mod .section.values {
		width: 100%;
		margin-bottom: 15px;
	}
	.coming-soon-mod .sep {
		display: none;
	}
}


/* ----------------- MEDIA QUIERY END ----------------- */