[Table of contents]


1. body
2. header
3. section
4. services
5. pricing
6. our services
7. team
8. Testimonials
9. Blog
10. Our blog
11. Our clients
12. Widget
13. Page title
14. Advantages box
15. Leave a request
16. about us
17. call to action
18. project
19. features
20. contact
21. 404
22. coming soon
23. offline
24. footer
25. animation
26. get a quote
27. typography
28. splash screen
29. shop


-------------------------------------------------------------------*/

/***********************************************************************************
 1. body start
***********************************************************************************/
body {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #36434d;
	background-color: #fff;
}
a {
	color: #337ab7;
	text-decoration: none;
	cursor:pointer;
}
a:hover, a:focus {
	color: #23527c;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.overflow_hidden {
	overflow: hidden;
}
.overflow_auto {
	overflow: auto;
}
/***********************************************************************************
 1. body end
***********************************************************************************/

/***********************************************************************************
 2. header start
***********************************************************************************/
.fixit_header {
	position: fixed;
	left: 0;
	right: 0;
	padding: 10px 50px;
	min-height: 100px;
	background-color: #ffffff;
	z-index:100;
	text-align: center;
	backface-visibility: hidden;
}
.fixit_header.fixed_menu {
	padding: 0px 50px;
	min-height: 80px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	z-index: 10000;  
        top:0%;              
}
.fixit_header .fixit_header_left {
	float: left;
}
.fixit_header .fixit_header_left .fixit_logo {
	margin-top: 12px;
}
.fixit_header .fixit_header_center {
	display: inline-block;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
/* new label */
.fixit_header .fixit_menu > ul > li > ul > li span.fixit_tag {
	position: absolute;
	top: 12px;
	right: 20px;
	background-color: #18bc72;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	padding: 0px 5px;
	font-weight: 600;
	letter-spacing: 1px;
}
/* menu start */
.fixit_header .fixit_menu {
	width: 100%;
	float: left;
}
.fixit_header .fixit_menu > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
        line-height: 6;
}
.fixit_header .fixit_menu > ul > li {
	float: left;
	padding: 0 14px;
	position: relative;
}
.fixit_header .fixit_menu > ul > li:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	right: -1.5px;
	width: 3px;
	height: 3px;
	display: inline-block;
	background-color: #18b870;
}
.fixit_header .fixit_menu > ul > li:last-child:after {
	display: none;
}
.fixit_header .fixit_menu > ul > li > a {
	font-size: 15px;
	font-weight: bold;
	/*color: #36434d;*/
	text-transform: uppercase;
	line-height: 54px;
	cursor: pointer;
}
.fixit_header .fixit_menu > ul > li.active > a, .fixit_header .fixit_menu > ul > li > a:hover {
	color: #FF6600;
}
/* menu level 2 start */
.fixit_header .fixit_menu > ul > li > ul {
	position: absolute;
	min-width: 270px;
	background-color: #FFF;
	box-shadow: 4px 4px 40px rgba(22, 49, 68, 0.10);
	border: 1px solid #EEE;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px) rotateX(90deg);
	-moz-transform: translateY(-10px) rotateX(90deg);
	transform: translateY(-10px) rotateX(90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.fixit_header .fixit_menu > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px) rotateX(0deg);
	-moz-transform: translateY(0px) rotateX(0deg);
	transform: translateY(0px) rotateX(0deg);
}
.fixit_header .fixit_menu > ul > li > ul > li {
	position: relative;
}
.fixit_header .fixit_menu > ul > li > ul > li.fixit_dropdown:after {
	content: "\f105";
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fixit_header .fixit_menu > ul > li > ul > li > a {
	font-size: 14px;
	font-weight: 500;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #36434d;
	padding: 0 25px;
	text-transform: capitalize;
	cursor: pointer;
}
.fixit_header .fixit_menu > ul > li > ul > li:hover > a {
	background-color: #ffee38;
}
/* menu level 2 end */

/* menu level 3 start */
.fixit_header .fixit_menu > ul > li > ul > li > ul {
	position: absolute;
	min-width: 270px;
	background-color: #FFF;
	box-shadow: 4px 4px 40px rgba(22, 49, 68, 0.10);
	border: 1px solid #EEE;
	height: auto;
	z-index: 199;
	top: 0px;
	left: calc(100% - 10px);
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px) rotateX(90deg);
	-moz-transform: translateY(-10px) rotateX(90deg);
	transform: translateY(-10px) rotateX(90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.fixit_header .fixit_menu > ul > li > ul > li > ul > li > ul.sub-menu {
	position: absolute;
	min-width: 270px;
	background-color: #FFF;
	box-shadow: 4px 4px 40px rgba(22, 49, 68, 0.10);
	border: 1px solid #EEE;
	height: auto;
	z-index: 199;
	top: 0px;
	left: calc(100% - 10px);
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10px) rotateX(90deg);
	-moz-transform: translateY(-10px) rotateX(90deg);
	transform: translateY(-10px) rotateX(90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 1000ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 1000ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 1000ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 1000ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.fixit_header .fixit_menu > ul > li > ul > li > ul > li > ul.sub-menu li a{
	font-size: 14px;
    font-weight: 500;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #36434d;
    padding: 0 25px;
    text-transform: capitalize;
    cursor: pointer;
}
.fixit_header .fixit_menu > ul > li > ul > li > ul > li > ul.sub-menu li:hover > a {
	background-color: #F9F9F9;
}
.fixit_header .fixit_menu > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px) rotateX(0deg);
	-moz-transform: translateY(0px) rotateX(0deg);
	transform: translateY(0px) rotateX(0deg);
}
.fixit_header .fixit_menu > ul > li > ul > li > ul > li {
	position: relative;
}
.fixit_header .fixit_menu > ul > li > ul > li > ul > li > a {
	font-size: 14px;
	font-weight: 500;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #36434d;
	padding: 0 25px;
	text-transform: capitalize;
}
.fixit_header .fixit_menu > ul > li > ul > li > ul > li:hover > a {
	background-color: #F9F9F9;
}
.fixit_header .fixit_menu > ul > li > ul > li > ul >li.fixit_dropdown:after{
	content: "\f105";
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fixit_header .fixit_menu > ul > li > ul > li > ul >li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px) rotateX(0deg);
    -moz-transform: translateY(0px) rotateX(0deg);
    transform: translateY(0px) rotateX(0deg);
}
/* menu level 3 end */

/* menu end */


.fixit_header .fixit_header_right {
	float: right;
}
.fixit_menu_toggle {
	position: absolute;
	top: 50px;
	left: 40px;
	width: 30px;
	height: 26px;
	cursor: pointer;
	display: none;
	z-index: 3;
}
.fixit_header.fixed_menu .fixit_menu_toggle {
	top: 27px;
}
.fixit_menu_toggle > span {
	width: 30px;
	height: 2px;
	border-radius: 2px;
	background-color: #333333;
	display: block;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}
.fixit_menu_toggle > span:last-child {
	margin-bottom: 0;
}
.fixit_home3 .fixit_menu_toggle > span {
	background-color: #ffffff;
}
.header_v3.fixit_home3 .fixit_menu_toggle > span {
	background-color: #333333;
}
.fixit_home3 .fixit_menu_toggle.toggle_open > span {
	background-color: #333333;
}
.fixit_menu_toggle.toggle_open {
/* left:270px; */
}
.fixit_menu_toggle.toggle_open > span:nth-child(1) {
	width: 15px;
	-webkit-transform: rotate(-45deg) translate(-6px, 3px);
	-moz-transform: rotate(-45deg) translate(-6px, 3px);
	-ms-transform: rotate(-45deg) translate(-6px, 3px);
	-o-transform: rotate(-45deg) translate(-6px, 3px);
	transform: rotate(-45deg) translate(-6px, 3px);
}
.fixit_menu_toggle.toggle_open > span:nth-child(3) {
	width: 15px;
	-webkit-transform: rotate(45deg) translate(-6px, -3px);
	-moz-transform: rotate(45deg) translate(-6px, -3px);
	-ms-transform: rotate(45deg) translate(-6px, -3px);
	-o-transform: rotate(45deg) translate(-6px, -3px);
	transform: rotate(45deg) translate(-6px, -3px);
}
.fixit_main_slider {
	width: 100%;
	float: left;
}
.fixit_main_slider .zeus.tparrows {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #36434d;
	min-width: inherit;
	min-height: inherit;
}
.fixit_main_slider .zeus .tp-title-wrap {
	background: none;
}
.fixit_main_slider .zeus.tparrows:before {
	line-height: 60px;
}
.fixit_main_slider .tparrows.tp-leftarrow {
	border-top-left-radius: 0;
}
.fixit_main_slider .tparrows.tp-rightarrow {
	border-top-right-radius: 0;
}
.fixit_main_slider .tparrows.tp-leftarrow .tp-arr-imgholder {
	border-top-left-radius: 0;
}
.fixit_main_slider .tparrows.tp-rightarrow .tp-arr-imgholder {
	border-top-right-radius: 0;
}
.fixit_slider_btngroup {
	display: inline-block;
	border: 3px solid #feef1f;
	border-radius: 25px 0 25px 0;
}
.fixit_slider_btngroup a {
	display: inline-block;
	margin-left: -3px !important;
	cursor: pointer;
	height: 50px;
	line-height: 46px;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	padding: 0 30px;
	border-radius: 20px 0 20px 0;
	position: relative;
	z-index: 2;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
}
.fixit_slider_btngroup span.hover_bg {
	position: absolute;
	height: 50px;
	width: 55%;
	top: 3px;
	left: 0;
	border-radius: 20px 0 20px 0;
	z-index: 1;
	background-color: #feef1f;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995) !important;
}
.fixit_slider_btngroup a:last-child {
	margin-left: -3px !important;
}
.fixit_slider_btngroup a.active {
	color: #36434d;
}
.fixit_main_slider .tp-caption.NotGeneric-SubTitle, .fixit_main_slider .NotGeneric-SubTitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.075em;
}
.fixit_main_slider .tp-caption.NotGeneric-SubTitle i.fa, .fixit_main_slider .NotGeneric-SubTitle i.fa {
	font-size: 25px;
	margin-right: 20px;
	margin-top: -1px;
	float: left;
}
.fixit_main_slider .fixit_btn {
	line-height: 38px !important;
	font-size: 15px !important;
	font-weight: bold !important;
}
/* home 3 slider start */
.fixit_home3 .fixit_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	box-shadow: none;
}
.fixit_home3 .fixit_header.fixed_menu {
	background-color: #36434d;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.fixit_home3 #fixit_main_content {
	margin-top: 0;
}
.fixit_home3 .fixit_main_slider {
	position: relative;
}
.fixit_home3 .fixit_main_slider > .fixit_main_slider_img {
	position: relative;
}
.fixit_home3 .fixit_main_slider > .fixit_main_slider_img img {
	width: 100%;
}
.fixit_home3 .fixit_main_slider .fixit_slider_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(54, 67, 77, 0.85);
}
.fixit_home3 .fixit_header .fixit_menu > ul > li > a {
    color: #efefef;
    font-weight: 500;	
	letter-spacing: 1px;
}
.fixit_home3 .fixit_header .fixit_menu > ul > li.active > a, .fixit_home3 .fixit_header .fixit_menu > ul > li > a:hover {
	color: #18b870;
}
.fixit_home3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content {
	width: 800px;
	background-color: rgba(255, 255, 255, 0.86);
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 70px 0 70px 0;
	padding: 50px;
	padding-right: 230px;
	opacity: 0;
}
.fixit_home3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content.loaded {
	-webkit-animation: fixit_slider_content_anim 0.5s ease-in-out;
	-moz-animation: fixit_slider_content_anim 0.5s ease-in-out;
	animation: fixit_slider_content_anim 0.5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
 @-webkit-keyframes fixit_slider_content_anim {
 0% {
 opacity:0;
 -webkit-transform:translate(-50%, -50%) scale(0.9);
}
 100% {
 opacity:1;
 -webkit-transform:translate(-50%, -50%) scale(1);
}
}
@-moz-keyframes fixit_slider_content_anim {
 0% {
 opacity:0;
 -moz-transform:translate(-50%, -50%) scale(0.9);
}
 100% {
 opacity:1;
 -moz-transform:translate(-50%, -50%) scale(1);
}
}
@keyframes fixit_slider_content_anim {
 0% {
 opacity:0;
 transform:translate(-50%, -50%) scale(0.9);
}
 100% {
 opacity:1;
 transform:translate(-50%, -50%) scale(1);
}
}
.fixit_home3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content .floating_img {
	position: absolute;
	bottom: 0;
	right: -80px;
}
.fixit_home3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content h3 {
	margin: 0;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}
.fixit_home3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content h3 span {
	color: #18b870;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
}
.fixit_home3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content p {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
}
/* home 3 slider end */

/* header version 1 start */
.header_v1 .fixit_header .fixit_menu > ul > li:nth-last-child(3) > ul > li > ul,
.header_v1 .fixit_header .fixit_menu > ul > li:nth-last-child(2) > ul > li > ul,
.header_v1 .fixit_header .fixit_menu > ul > li:nth-last-child(1) > ul > li > ul {
	left:auto;
	right:100%;
	}	
.header_v1 .fixit_header .fixit_header_center {
	width: calc(100% - 0px);
	float: left;
}
.fixit_header .fixit_search_wrapper {
	width: 20px;
	height: 20px;
	float: left;
	margin: 20px auto;
}
.fixit_header .fixit_search_wrapper > .icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
.fixit_header .fixit_search_wrapper > .icon:hover {
	color: #18b870;
}
.fixit_header .fixit_search_wrapper > .search_box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	height: 120px;
	opacity: 0;
	visibility: hidden;
}
.fixit_header .fixit_search_wrapper > .search_box > .search_box_close_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fixit_header .fixit_search_wrapper.open > .search_box {
	opacity: 1;
	visibility: visible;
}
.fixit_header .fixit_search_wrapper > .search_box input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 50px;
	color: #000;
	height: 110px;
	background-color: transparent;
}
.fixit_header .fixit_search_wrapper.open > .icon {
	position: relative;
	z-index: 1;
}
.fixit_header .fixit_search_wrapper.open > .icon > i:before {
	content: "\f00d";
}
.fixit_header.fixed_menu .fixit_search_wrapper > .search_box {
	height: 80px;
}
.fixit_header.fixed_menu .fixit_search_wrapper > .search_box input {
	height: 80px;
}
/* header version 1 end */


/* header version 2 start */
.header_v2 {
	overflow-x: hidden;
}
.header_v2.open_menu .fixit_header {
	left: 270px;
}
.header_v2 .fixit_header .fixit_menu_toggle {
	display: block;
	right: 50px;
	left: auto;
}
.fixit_home3.header_v2 .fixit_header .fixit_menu_toggle.toggle_open > span {
	background-color: #ffffff;
}
.header_v2 .fixit_header .fixit_header_center {
	position: fixed;
	left: -270px;
	top: -3px;
	bottom: 0;
	width: 270px;
	background-color: #F7F7F7;
	overflow-y: auto;
	overflow-x: hidden;
}
.header_v2 .fixit_header .fixit_header_center.mob_open_menu {
	left: 0;
}
.header_v2 .fixit_header .fixit_menu ul > li {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0;
}
.header_v2 .fixit_header .fixit_menu ul > li.fixit_dropdown:before {
    content: "\f105";
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header_v2 .fixit_header .fixit_menu ul > li > a {
	line-height: 50px;
	display: block;
	padding: 0 15px;
}
.header_v2 .fixit_header .fixit_menu ul > li.active > a {
	background-color: #1BC97A;
	color: #fff;
}
.header_v2 .fixit_header .fixit_menu ul > li:after {
	display: none;
}
.header_v2 .fixit_header .fixit_menu > ul > li > ul > li > ul, .header_v2 .fixit_header .fixit_menu > ul > li > ul {
	width:100%;
	float:left;
	position: relative;
	left: auto !important;
	right: auto !important;
	top: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding-left: 15px;
	transform: none;
    transition: none;
    animation: none;
}
.header_v2 .fixit_header .fixit_menu > ul > li > ul > li > ul li a {
	font-size: 12px;
}
.header_v2 .fixit_header .fixit_menu > ul > li ul li ul li a:hover, .header_v2 .fixit_header .fixit_menu > ul > li ul li a:hover {
	background-color: transparent;
	color: #18b870;
}
.fixit_home3.header_v2 .fixit_header .fixit_menu ul > li.active > a, .header_v2 .fixit_header .fixit_menu ul > li.active > a {
	background-color: #1BC97A;
	color: #fff;
}
.fixit_home3.header_v2 .fixit_header .fixit_menu > ul > li > a:hover, 
.header_v2 .fixit_header .fixit_menu > ul > li > a:hover {
	color: #18b870;
}
.header_v2 .fixit_header .fixit_menu > ul > li.active > a:hover ,
.fixit_home3.header_v2 .fixit_header .fixit_menu > ul > li.active > a:hover{
	color:#ffffff;
} 
.fixit_home3.header_v2 .fixit_header .fixit_menu > ul > li > a {
	color: #36434d;
	font-weight: bold;
}
.header_v2.open_menu .fixit_footer, .header_v2.open_menu #fixit_main_content {
	margin-left: 270px;
}
.fixit_home3.header_v2 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content {
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	padding: 0;
}
.fixit_home3.header_v2 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content h3 {
	font-size: 70px;
	font-weight: 100;
	opacity: 0;
}
.fixit_home3.header_v2 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content h3 span {
	font-size: 74px;
	display: block;
}
.fixit_home3.header_v2 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content p, .fixit_home3.header_v2 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content a {
	opacity: 0;
}
.header_v2 .fixit_main_slider_img {
	z-index: 0;
}
.header_v2 .fixit_header .fixit_header_right .fixit_btn {
	margin: 0;
	margin-right: 50px;
	margin-top: 14px;
}
.fixit_home3.header_v3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content.loaded h3, .fixit_home3.header_v2 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content.loaded h3 {
	-webkit-animation: fixit_slider_content_anim2 0.5s ease-in-out;
	-moz-animation: fixit_slider_content_anim2 0.5s ease-in-out;
	animation: fixit_slider_content_anim2 0.5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.fixit_home3.header_v3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content.loaded p, .fixit_home3.header_v2 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content.loaded p {
	-webkit-animation: fixit_slider_content_anim2 0.5s ease-in-out;
	-moz-animation: fixit_slider_content_anim2 0.5s ease-in-out;
	animation: fixit_slider_content_anim2 0.5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
}
.fixit_home3.header_v3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content.loaded a, .fixit_home3.header_v2 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content.loaded a {
	-webkit-animation: fixit_slider_content_anim2 0.5s ease-in-out;
	-moz-animation: fixit_slider_content_anim2 0.5s ease-in-out;
	animation: fixit_slider_content_anim2 0.5s ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}
 @-webkit-keyframes fixit_slider_content_anim2 {
 0% {
 opacity:0;
 -webkit-transform:translateY(20px);
}
 100% {
 opacity:1;
 -webkit-transform:translateY(0px);
}
}
@-moz-keyframes fixit_slider_content_anim2 {
 0% {
 opacity:0;
 -moz-transform:translateY(20px);
}
 100% {
 opacity:1;
 -moz-transform:translateY(0px);
}
}
@keyframes fixit_slider_content_anim2 {
 0% {
 opacity:0;
 transform:translateY(20px);
}
 100% {
 opacity:1;
 transform:translateY(0px);
}
}
/* header version 2 end */


/* header version 3 start */
.header_v3 .fixit_header .fixit_menu > ul > li:nth-last-child(3) > ul > li > ul,
.header_v3 .fixit_header .fixit_menu > ul > li:nth-last-child(2) > ul > li > ul,
.header_v3 .fixit_header .fixit_menu > ul > li:nth-last-child(1) > ul > li > ul {
	left:auto;
	right:100%;
	}
.header_v3.fixit_home3 .fixit_header .fixit_menu > ul > li > a{
	font-weight: bold;
    color: #36434d;
}	
.header_v3.fixit_home3 .fixit_main_slider .fixit_slider_overlay{
	background-color: rgba(255, 255, 255, 0.85);
}
.header_v3.fixit_home3 .fixit_header.fixed_menu{
	background-color: #ffffff;
}
.header_v3 .fixit_header .fixit_header_center {
	width: calc(100% - 20px);
	float: left;
}

.header_v3 .fixit_header .fixit_search_wrapper > .search_box input {
	color: #ffffff;
}
.fixit_home3.header_v3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content {
	background-color: transparent;
	border-radius: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	padding: 0;
}
.fixit_home3.header_v3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content h3 {
	font-size: 70px;
	font-weight: 100;
	opacity: 0;
}
.fixit_home3.header_v3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content h3 span {
	font-size: 74px;
	display: block;
}
.fixit_home3.header_v3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content p, .fixit_home3.header_v3 .fixit_main_slider .fixit_slider_overlay .fixit_slider_content a {
	opacity: 0;
}
.header_v3 .fixit_main_slider_img {
	z-index: 0;
}
.header_v3 .fixit_header .fixit_header_right .fixit_btn {
	margin: 0;
	margin-right: 50px;
	margin-top: 14px;
}
/* header version 3 end */

/***********************************************************************************
 2. header end
***********************************************************************************/

/***********************************************************************************
 3. section start
***********************************************************************************/
#fixit_main_content {
	width: 100%;
	float: left;
	margin-top: 120px;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_section {
	width: 100%;
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.fixit_section.no_padding_top {
	padding-top: 0;
}
.fixit_section.no_padding_bottom {
	padding-bottom: 0;
}
.fixit_section.dark_overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(54, 67, 77, 0.8);
}
.fixit_section.light_overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
}
.fixit_section.bottom_shape:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	height: 240px;
	background-color: #efefef;
	z-index: 0;
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	transform: skewY(-3deg);
}
.fixit_section.top_shape:after {
	content: "";
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	height: 240px;
	background-color: #efefef;
	z-index: 0;
	-webkit-transform: skewY(3deg);
	-moz-transform: skewY(3deg);
	transform: skewY(3deg);
}
.fixit_section.top_shape > div, .fixit_section.bottom_shape > div {
	z-index: 1;
	position: relative;
}
.fixit_section.top_shape.plan_shape:after, .fixit_section.bottom_shape.plan_shape:after {
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	transform: skewY(0deg);
	bottom: 0;
}
/***********************************************************************************
 3. section end
***********************************************************************************/

/***********************************************************************************
 4. services start
***********************************************************************************/
.fixit_page_section {
    width: 100%;
    float: left;
	padding-top: 100px;
}
.fixit_page_section.fixt_no_padding_top{
	padding-top:0px !important;
} 
.fixit_services_wrapper {
	width: 100%;
	float: left;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fixit_services_wrapper .container .row .col-lg-3 {
	padding: 0;
}
.fixit_services_wrapper .container .row .col-lg-3:first-child {
	padding-left: 15px;
}
.fixit_services_wrapper .container .row .col-lg-3:last-child {
	padding-right: 15px;
}
.fixit_services {
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px;
	color: #fff;
	background: rgba(24,184,112,1);
	background: -moz-linear-gradient(-45deg, rgba(24,184,112,1) 0%, rgba(27,206,125,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(24,184,112,1)), color-stop(100%, rgba(27,206,125,1)));
	background: -webkit-linear-gradient(-45deg, rgba(24,184,112,1) 0%, rgba(27,206,125,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(24,184,112,1) 0%, rgba(27,206,125,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(24,184,112,1) 0%, rgba(27,206,125,1) 100%);
	background: linear-gradient(135deg, rgba(24,184,112,1) 0%, rgba(27,206,125,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b870', endColorstr='#1bce7d', GradientType=1 );
}
.fixit_services > .title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 34px;
	margin: 8px auto;
}
.fixit_services > .detail {
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	line-height: 25px;
	letter-spacing: 0.01em;
}
.fixit_services:hover, .fixit_services.active {
	box-shadow: 0px 0px 10px rgba(93, 82, 76, 0.5);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}
.fixit_service_order_wrapper {
	width: 100%;
	float: left;
}
.fixit_service_order_wrapper .fixit_sow_detail {
	width: 100%;
	float: left;
	padding-left: 85px;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_icon {
	width: 104px;
	height: 104px;
	line-height: 84px;
	border-radius: 104px 0 104px 104px;
	margin-right: 50px;
	float: left;
	text-align: center;
	font-size: 72px;
	font-weight: 900;
	background-color: #f6bf0a;
	color: #ffffff;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list {
	width: calc(100% - 154px);
	float: left;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list > h3 {
	font-size: 60px;
	font-weight: 900;
	color: #18b870;
	margin-top: 0;
	margin-bottom: 50px;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list > h3 > span {
	color: #36434d;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list > ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list > ul > li {
	width: 100%;
	float: left;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list > ul > li > .fixit_sowd_order {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list > ul > li > .fixit_sowd_order .fixit_sowdo_icon {
	width: 50px;
	height: 50px;
	text-align: center;
	margin-right: 20px;
	float: left;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list > ul > li > .fixit_sowd_order .fixit_sowdo_txt {
	width: calc(100% - 70px);
	float: left;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_list > ul > li > .fixit_sowd_order .fixit_sowdo_txt > h3 {
	font-size: 18px;
	color: #36434d;
	font-weight: bold;
	margin-top: 0;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_button_wrapper .fixit_select_dropdown_wrapper {
	margin: 0 auto;
	margin-right: 30px;
	margin-bottom: 20px;
	vertical-align: bottom;
}
.fixit_service_order_wrapper .fixit_sow_detail .fixit_sowd_button_wrapper .fixit_btn {
	min-width: 270px;
	margin: 0 auto;
	vertical-align: top;
}
.fixit_service_order_wrapper .fixit_sow_image {
	width: 100%;
	float: left;
}
.fixit_service_order_wrapper .fixit_sow_image img {
	max-width: 100%;
}
/* Why we are the best? start */
.fixit_services .icon img {
    vertical-align: initial;
}
.whywe_arethe_best_section.bottom_shape:after {
	height: 330px;
	width:100%;
	transform: skewY(0deg);
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	-o-transform: skewY(0deg);
    bottom: 0;
}
.wwa_title h3 {
	font-size: 72px;
	font-weight: 900;
	text-align: center;
	color: #18b870;
	display: inline-block;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transform: translateX(100px);
	margin-bottom: 150px;
}
.wwa_title  h3 span {
	color: #36434d;
	margin-right: 200px;
}
 .wwa_image > img {
	max-width: 100%;
	margin-top: -265px;
}
 .wwa_service {
	text-align: left;
	margin-bottom: 45px;
	padding-right: 70px;
}
 .wwa_service .wwa_service_header {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
 .wwa_service .wwa_service_header .icon {
	float: left;
	margin-right: 20px;
}
 .wwa_service .wwa_service_header h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
 .wwa_service.right_align {
	text-align: right;
	padding-left: 70px;
	padding-right: 0px;
}
 .wwa_service.right_align .wwa_service_header .icon {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
}
.whywe_arethe_best_section .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/* Why we are the best? end */

/***********************************************************************************
 4. services end
***********************************************************************************/

/***********************************************************************************
 5. pricing start
***********************************************************************************/
.fixit_gray_dark{
	background-color:#dbdbdb;
}
.fixit_section .vc_column-inner {
	padding-top:0px !important;
}
.fixit_price_section.fixit_price_wrapper {
   /*  margin-top: 65px; */
}
.fixit_price_wrapper .fixit_price_header .fixit_price_header_icon img {
    width: 176px;
    height: 175px;
}
.container.fixit_price_des_padding .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.fixit_price_wrapper {
	width: 100%;
	float: left;
	background-color: #ffffff;
	text-align: center;
/* 	margin-bottom: 66px; */
	overflow: hidden;
	position:relative;
}
.fixit_price_wrapper .fixit_price_footer, .fixit_price_wrapper .fixit_price_body, .fixit_price_wrapper .fixit_price_header {
	width: 100%;
	float: left;
	padding: 40px;
}
.fixit_price_wrapper .fixit_price_header .fixit_price_header_icon {
	position: absolute;
	top: 20px;
	left: -90px;
	/* z-index: -1; */
}
.fixit_price_wrapper .fixit_price_header .fixit_price {
	width: 140px;
	height: 140px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: 20px auto;
}
.fixit_price_wrapper .fixit_price_header .fixit_price > h1 {
	margin: 0;
	font-size: 40px;
	color: #ffffff;
	font-weight: 900;
	position: relative;
	z-index: 1;
	line-height: 130px;
}
.fixit_price_wrapper .fixit_price_header .fixit_price > span {
	width: 140px;
	height: 140px;
	background-color: #18b870;
	border-bottom: 3px solid #15a663;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 140px 0 140px 140px;
	z-index: 0;
}
.fixit_home2 .fixit_section_heading.light p.sub_title, .fixit_home2 .fixit_section_heading.light h3.title {
    color: #36434d;
}

.fixit_home2 .fixit_section_heading.light h3.title:before, .fixit_home2 .fixit_section_heading.light h3.title:after {
    background-color:#36434d;
}
.fixit_home2 .vc_row[data-vc-full-width]{
	overflow:inherit;
}
.fixit_price_wrapper .fixit_price_header .fixit_price_heading {
	font-size: 22px;
	font-weight: bold;
}
.fixit_price_wrapper .fixit_price_body {
	padding: 0 40px;
}
.fixit_price_wrapper .fixit_price_body .fixit_price_feature {
	width: 100%;
	float: left;
}
.fixit_price_wrapper .fixit_price_body .fixit_price_feature ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixit_price_wrapper .fixit_price_body .fixit_price_feature ul li {
	font-weight: 600;
	line-height: 50px;
	border-bottom: 1px solid #dfdfdf;
}
.fixit_price_wrapper .fixit_price_body .fixit_price_feature ul li:last-child {
	border-bottom: none;
}
.fixit_price_wrapper .fixit_price_footer {
	padding: 30px 40px;
	padding-bottom: 50px;
}
.fixit_price_wrapper .fixit_price_footer .fixit_btn {
	width: 100%;
}
.fixit_price_wrapper.active .fixit_price_header .fixit_price > span, .fixit_price_wrapper:hover .fixit_price_header .fixit_price > span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #36434d;
	border-color: #566c7d;
}
.fixit_price_wrapper.active .fixit_price_footer .fixit_btn, .fixit_price_wrapper:hover .fixit_price_footer .fixit_btn {
	color: #ffffff;
	background-color: #18b870;
	border-color: #15a663;
}
.fixit_price_wrapper .fixit_price_tag {
	position: absolute;
	top: -40px;
	right: -75px;
	background-color: #feef1f;
	line-height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	padding: 0 50px;
	font-weight: 500;
}
.fixit_home_grid_services {
    padding: 100px 0px;
}
/* home 2 pricing start */
.fixit_home2 .fixit_price_wrapper {
	box-shadow: none;
	background-repeat: no-repeat;
	background-size: cover;
}
.fixit_home2 .fixit_price_wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(54, 67, 77, 0.9);
	z-index: -1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_home2 .fixit_price_wrapper.active:before, .fixit_home2 .fixit_price_wrapper:hover:before {
	background-color: rgba(246, 191, 10, 0.85);
}
.fixit_home2 .fixit_price_wrapper .fixit_price_header .fixit_price_header_icon {
	opacity: 0.4;
}
.fixit_home2 .fixit_price_wrapper .fixit_price_body .fixit_price_feature ul li {
	border-bottom-color: #ffffff;
}
.fixit_home2 .fixit_price_wrapper .fixit_price_body .fixit_price_feature ul li, .fixit_home2 .fixit_price_wrapper .fixit_price_header .fixit_price_heading {
	color: #ffffff;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_home2 .fixit_price_wrapper.active .fixit_price_body .fixit_price_feature ul li, .fixit_home2 .fixit_price_wrapper.active .fixit_price_header .fixit_price_heading, .fixit_home2 .fixit_price_wrapper:hover .fixit_price_body .fixit_price_feature ul li, .fixit_home2 .fixit_price_wrapper:hover .fixit_price_header .fixit_price_heading {
	color: #36434d;
}
.fixit_home2 .fixit_price_wrapper .fixit_price_footer .fixit_btn {
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
/* home 2 pricing end */

/* home 3 pricing start */
.fixit_home3 .fixit_price_wrapper {
	box-shadow: none;
}
.fixit_home3 .fixit_price_wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(54, 67, 77, 0.9);
	z-index: -1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_home3 .fixit_price_wrapper.active:before, .fixit_home3 .fixit_price_wrapper:hover:before {
	background-color: rgba(246, 191, 10, 0.85);
}
.fixit_home3 .fixit_price_wrapper .fixit_price_header .fixit_price_header_icon {
	opacity: 0.4;
}
.fixit_home3 .fixit_price_wrapper .fixit_price_body .fixit_price_feature ul li {
	border-bottom-color: #ffffff;
}
.fixit_home3 .fixit_price_wrapper .fixit_price_body .fixit_price_feature ul li, .fixit_home3 .fixit_price_wrapper .fixit_price_header .fixit_price_heading {
	color: #ffffff;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_home3 .fixit_price_wrapper.active .fixit_price_body .fixit_price_feature ul li, .fixit_home3 .fixit_price_wrapper.active .fixit_price_header .fixit_price_heading, .fixit_home3 .fixit_price_wrapper:hover .fixit_price_body .fixit_price_feature ul li, .fixit_home3 .fixit_price_wrapper:hover .fixit_price_header .fixit_price_heading {
	color: #36434d;
}
.fixit_home3 .fixit_price_wrapper .fixit_price_footer .fixit_btn {
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
/* home 3 pricing end */

/***********************************************************************************
 5. pricing end
***********************************************************************************/

/***********************************************************************************
 6. our services start
***********************************************************************************/
.fixit_our_service_wrapper {
	width: 100%;
	float: left;
}
.fixit_ourservices_section.fixit_padding_top {
    padding-top: 100px;
}
.fixit_our_service_wrapper > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
.fixit_our_service_wrapper > ul > li {
	width: 25%;
	float: left;
	position: relative;
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service {
	width: 100%;
	float: left;
	min-height: 187px;
	text-align: center;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	padding-top: 50px;
	z-index: 1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_img {
	width: 100%;
	float: left;
	overflow: hidden;
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_img img {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_our_service_wrapper > ul > li:nth-child(4n) > .fixit_our_service {
	border-right: none;
}
.fixit_our_service_wrapper > ul > li:nth-last-child(1) > .fixit_our_service, .fixit_our_service_wrapper > ul > li:nth-last-child(2) > .fixit_our_service, .fixit_our_service_wrapper > ul > li:nth-last-child(3) > .fixit_our_service, .fixit_our_service_wrapper > ul > li:nth-last-child(4) > .fixit_our_service {
	border-bottom: none;
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > .icon > svg {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 1;
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > .icon > svg path {
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 18px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > p {
	line-height: 24px;
	padding: 0 85px;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_our_service_wrapper > ul > li:hover > .fixit_our_service .fixit_our_service_img img {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.fixit_our_service_wrapper > ul > li:hover > .fixit_our_service:before {
	background-color: rgba(24, 184, 112, 0.9);
}
.fixit_our_service_wrapper > ul > li:hover > .fixit_our_service .fixit_our_service_overlay > .icon > svg path {
	fill: #ffffff;
}
.fixit_our_service_wrapper > ul > li:hover > .fixit_our_service .fixit_our_service_overlay > h3 {
	color: #ffffff;
}
/* home 2 our services start */
.fixit_home2 .fixit_our_service_wrapper > ul > li {
	width: 33.333333%;
}
.fixit_home2 .fixit_our_service_wrapper > ul > li > .fixit_our_service:before {
	background-color: rgba(24, 184, 112, 0.9);
}
.fixit_home2 .fixit_our_service_wrapper > ul > li:hover > .fixit_our_service:before {
	background-color: rgba(54, 67, 77, 0.9);
}
.fixit_home2 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_img img {
	opacity: 1;
	visibility: visible;
}
.fixit_home2 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay {
	top: calc(50% + 50px);
}
.fixit_home2 .fixit_our_service_wrapper > ul > li:hover > .fixit_our_service .fixit_our_service_overlay {
	top: 50%;
}
.fixit_home2 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > .icon > svg path {
	fill: #ffffff;
}
.fixit_home2 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > h3 {
	color: #ffffff;
}
.fixit_home2 .fixit_our_service_wrapper > ul > li > .fixit_our_service {
	border: none;
}
.fixit_home2 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > p {
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
}
.fixit_home2 .fixit_our_service_wrapper > ul > li:hover > .fixit_our_service .fixit_our_service_overlay > p {
	display: block;
	opacity: 1;
	visibility: visible;
}
/* home 2 our services end */

/* home 3 our services start */
.fixit_home3 .fixit_our_service_wrapper > ul > li {
	width: 33.333333%;
}
.fixit_home3 .fixit_our_service_wrapper > ul > li > .fixit_our_service:before {
	background-color: rgba(24, 184, 112, 0.9);
}
.fixit_home3 .fixit_our_service_wrapper > ul > li:hover > .fixit_our_service:before {
	background-color: rgba(54, 67, 77, 0.9);
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.fixit_home3 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_img img {
	opacity: 1;
	visibility: visible;
}
.fixit_home3 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay {
	top: calc(50% + 50px);
}
.fixit_home3 .fixit_our_service_wrapper > ul > li:hover > .fixit_our_service .fixit_our_service_overlay {
	top: 50%;
}
.fixit_home3 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > .icon > svg path {
	fill: #ffffff;
}
.fixit_home3 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > h3 {
	color: #ffffff;
}
.fixit_home3 .fixit_our_service_wrapper > ul > li > .fixit_our_service {
	border: none;
}
.fixit_home3 .fixit_our_service_wrapper > ul > li > .fixit_our_service .fixit_our_service_overlay > p {
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
}
.fixit_home3 .fixit_our_service_wrapper > ul > li:hover > .fixit_our_service .fixit_our_service_overlay > p {
	display: block;
	opacity: 1;
	visibility: visible;
}
/* home 3 our services end */


/* Our services page start */
.fixit_ourservice {
	text-align: center;
	position: relative;
	display: table;
	margin: 0 auto;
}
.fixit_ourservice .fixit_ourservice_img {
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	transform: translateY(50px);
}
.fixit_ourservice .fixit_ourservice_list {
	position: absolute;
	color: #fff;
	z-index: 1;
	left: -100px;
	right: -100px;
	bottom: 230px;
}
.fixit_ourservice .fixit_ourservice_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixit_ourservice .fixit_ourservice_list ul li {
	width: 50%;
	margin-top: 90px;
	opacity: 0;
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(2n + 1) {
	float: left;
	text-align: left;
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(2n) {
	float: right;
	text-align: right;
}
.fixit_ourservice .fixit_ourservice_list ul li > div {
	display: inline-block;
	text-align: center;
	width: 230px;
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(1) > div {
	margin-left: 170px;
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(2) > div {
	margin-right: 170px;
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(3) > div {
	margin-left: 30px;
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(4) > div {
	margin-right: 30px;
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(5) > div {
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(6) > div {
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(7) > div {
}
.fixit_ourservice .fixit_ourservice_list ul li:nth-child(8) > div {
}
.fixit_ourservice.play .fixit_ourservice_img {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.fixit_defaultpage_section .fixit-page-content .fixit_ourservice_img img{
	max-width:inherit !important;
}
.fixit_ourservice.play .fixit_ourservice_list ul li:nth-child(1), .fixit_ourservice.play .fixit_ourservice_list ul li:nth-child(2) {
	-webkit-animation: overservice78 0.3s;
	-moz-animation: overservice78 0.3s;
	animation: overservice78 0.3s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.fixit_ourservice.play .fixit_ourservice_list ul li:nth-child(3), .fixit_ourservice.play .fixit_ourservice_list ul li:nth-child(4) {
	-webkit-animation: overservice78 0.3s;
	-moz-animation: overservice78 0.3s;
	animation: overservice78 0.3s;
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.fixit_ourservice.play .fixit_ourservice_list ul li:nth-child(5), .fixit_ourservice.play .fixit_ourservice_list ul li:nth-child(6) {
	-webkit-animation: overservice78 0.3s;
	-moz-animation: overservice78 0.3s;
	animation: overservice78 0.3s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.fixit_ourservice.play .fixit_ourservice_list ul li:nth-child(7), .fixit_ourservice.play .fixit_ourservice_list ul li:nth-child(8) {
	-webkit-animation: overservice78 0.3s;
	-moz-animation: overservice78 0.3s;
	animation: overservice78 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes overservice78 {
 0% {
-webkit-transform:translateY(50px);
opacity:0;
}
 100% {
-webkit-transform:translateY(0px);
opacity:1;
}
}
@-moz-keyframes overservice78 {
 0% {
-moz-transform:translateY(50px);
opacity:0;
}
 100% {
-moz-transform:translateY(0px);
opacity:1;
}
}
@keyframes overservice78 {
 0% {
transform:translateY(50px);
opacity:0;
}
 100% {
transform:translateY(0px);
opacity:1;
}
}
/* Our services page end */

.fixit_service_brochure {
	width: 100%;
	float: left;
	text-align: center;
}
.fixit_service_brochure img {
	margin-bottom: 10px;
	max-width: 100%;
}
/***********************************************************************************
 6. our services end
***********************************************************************************/

/***********************************************************************************
 7. team start
***********************************************************************************/
.fixit_team_wrapper {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}
.fixit_team_wrapper:after, .fixit_team_wrapper:before {
	content: "";
	position: absolute;
	background-color: #dfdfdf;
}
.fixit_team_wrapper:before {
	width: 1px;
	top: 0;
	bottom: 0;
	right: -15px;
}
.fixit_team_wrapper:after {
	bottom: 50px;
	left: -30px;
	right: 0;
	height: 1px;
}
.row.team_row .col-lg-3:nth-child(4n) .fixit_team_wrapper:before {
	display: none;
}
.row.team_row .col-lg-3:nth-child(4n + 1) .fixit_team_wrapper:after {
	left: 0;
}
.row.team_row .col-lg-3:nth-last-child(1) .fixit_team_wrapper:after, .row.team_row .col-lg-3:nth-last-child(2) .fixit_team_wrapper:after, .row.team_row .col-lg-3:nth-last-child(3) .fixit_team_wrapper:after, .row.team_row .col-lg-3:nth-last-child(4) .fixit_team_wrapper:after {
	display: none;
}
.row.team_row .col-lg-3:nth-last-child(1) .fixit_team_wrapper, .row.team_row .col-lg-3:nth-last-child(2) .fixit_team_wrapper, .row.team_row .col-lg-3:nth-last-child(3) .fixit_team_wrapper, .row.team_row .col-lg-3:nth-last-child(4) .fixit_team_wrapper {
	padding-bottom: 0;
}
.fixit_team_wrapper.last {
	border-right: none;
}
.fixit_team_wrapper .team_image {
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
}
.fixit_team_wrapper .team_image > img {
	position: relative;
	z-index: 1;
	max-height: 390px;
	-webkit-backface-visibility: hidden;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.fixit_team_wrapper .team_overlay {
	position: absolute;
	background-color: rgba(24, 184, 112, 0.8);
	left: 75px;
	right: 75px;
	bottom: 116px;
	border-radius: 80px 0 80px 0;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	z-index: 50;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
.fixit_team_wrapper .team_overlay > .member_name {
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.fixit_team_wrapper .team_overlay > .member_designation {
	margin: 0;
	margin-bottom: 20px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.fixit_team_wrapper .team_overlay > .fixit_social > ul > li {
	margin: 0 10px;
}
.fixit_team_wrapper .team_overlay > .fixit_social > ul > li > a {
	width: 22px;
	height: 20px;
	line-height: 20px;
	border-width: 1px;
	color: #fff;
	font-size: 10px;
}
.fixit_team_wrapper .team_overlay > .fixit_social > ul > li > a:hover {
	color: #feef1f;
}
.fixit_team_wrapper:hover .team_overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	backface-visibility: hidden;
}
.fixit_team_wrapper:hover .team_image > img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	max-height: 430px;
	margin-top: -40px; 
	backface-visibility: hidden; 			
}
.blog_post_wrapper .post_detail_wrapper > .post_detail img {
    width: auto;
    max-width: 100%;
}
.fixit_home2 .fixit_section_blog_home.fixit_gray {
    background-color: #fff;
}
.fixit_home2 .fixit_testimonials_section .fixit_section_heading.light h3.title {
    color: #fff;
}
.fixit_home2 .fixit_testimonials_section .fixit_section_heading.light h3.title:before {
    background-color: #fff;
}
.fixit_home2 .fixit_testimonials_section .fixit_section_heading.light h3.title:after {
    background-color: #fff;
}
/* home3 team start */
.fixit_home3 .fixit_section_blog_home.fixit_gray {           
    background-color: #fff;
}
.fixit_home3 .fixit_team_wrapper .team_overlay {
	background-color: #36434d;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0;
	padding: 20px;
}
.admin-bar.header_v2 .fixit_header .fixit_header_center{
   top: 26px !important;      
}
.admin-bar.header_v2 .fixit_header {
    top: 32px;
}
.admin-bar.header_v2 .fixit_header.fixed_menu .fixit_menu_toggle {
    top: 58px;
}
.admin-bar.header_v3 .fixit_header.fixit_custom_anim.fixed_menu {
    margin-top: 30px;
}
.admin-bar.fixit_home3 .fixit_header {
   /*  margin-top: 32px; */
}
.fixit_header .fixit_menu > ul > li.current_page_item > a{
    color: #FF6600;
}
.header_v3 .fixit_header .fixit_search_wrapper > .search_box input{
	color:#333;      
}
/* home3 team end */

/***********************************************************************************
 7. team end
***********************************************************************************/

/***********************************************************************************
 8. Testimonials start
***********************************************************************************/
.fixit_testimonials_wrapper {
	width: 100%;
	float: left;
}
.fixit_testimonials_slider .item {
	text-align: center;
}
.fixit_testimonials_slider .item p.text {
	color: #fff;
	line-height: 24px;
	margin-bottom: 30px;
}
.fixit_testimonials_slider .item span.name {
	font-weight: bold;
	color: #fff;
}
.fixit_testimonials_section .fixit_section_heading {
	margin-bottom: 0;
}
/***********************************************************************************
 8. Testimonials end
***********************************************************************************/

/***********************************************************************************
 9. Blog start
***********************************************************************************/
.fixit_blog_wrapper {
	width: 100%;
	float: left;
	background-color: #ffffff;
	margin-bottom: 35px;

}
.fixit_section_grid_view .fixit_blog_wrapper{
  /*  min-height: 478px; */
}
.fixit_section_grid_view .fixit_blog_wrapper .fixit_blog_detail{
	min-height: 295px;      
}
.fixit_section_blog_home{
	padding-top:100px;
	padding-bottom: 100px;
}
.fixit_blog_wrapper .fixit_blog_image {
	width: 100%;
	float: left;
	overflow: hidden;
}
.fixit_section_blog_home .fixit_blog_wrapper .fixit_blog_detail {        
    min-height: 274px;
}
.fixit_blog_wrapper .fixit_blog_image img {
	width: 100%;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fixit_blog_wrapper .fixit_blog_detail {
	width: 100%;
	float: left;
	padding: 30px;
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span {
	color: #949494;
	font-size: 12px;
	letter-spacing: 0.01em;
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span > a{
	color: #949494;
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span:before {
	content: "";
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity:0.8;
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span:hover > a{
	color: #4c4c4c;
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span:hover:before {
	opacity:1;
}

.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span.date {
	float: left;
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span.date:before {
	background-image: url(../images/icon/meta_date.svg);
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span.user {
	float: right;
}
.fixit_blog_wrapper .fixit_blog_detail .fixit_meta > span.user:before {
	background-image: url(../images/icon/meta_user.svg);
}
.fixit_blog_wrapper .fixit_blog_detail > h3 {
	width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
}
.fixit_blog_wrapper .fixit_blog_detail > p {
	margin-bottom: 20px;
}
.fixit_blog_wrapper .fixit_blog_detail > h3 > a {
	color: #36434d;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.01em;
}
.fixit_blog_wrapper .fixit_blog_detail > a.fixit_btn {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
	line-height: inherit;
}
.fixit_blog_wrapper .fixit_blog_detail > a.fixit_btn:hover {
	color: #15a663;
	background-color: transparent;
}
.fixit_blog_wrapper:hover .fixit_blog_image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transform-origin: center center;
}
/* home 2 blog start */	
.fixit_home2 .fixit_blog_wrapper .fixit_blog_detail {
	padding: 30px 30px 30px;
}
/* home 2 blog end */	


/* home 3 blog start */	
.fixit_home3 .fixit_blog_wrapper .fixit_blog_detail {
	padding: 30px;
	background-color: #f7f7f7;
}
/* home 3 blog end */	



/* blog post start */
.blog_post_wrapper {
	width: 100%;
	float: left;
}
.blog_post_wrapper .fixit_section_heading h3.title {
	font-size: 22px;
}
.blog_post_wrapper .post_detail_wrapper {
	width: 100%;
	float: left;
	line-height: 24px;
	margin-bottom: 100px;
}
.blog_post_wrapper .post_detail_wrapper > h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}
.blog_post_wrapper .post_detail_wrapper > .fixit_meta {
	margin-bottom: 20px;
}
.blog_post_wrapper .post_detail_wrapper > .fixit_meta span, .blog_post_wrapper .post_detail_wrapper > .fixit_meta span a {
	color: #949494;
	font-size: 12px;
}
.blog_post_wrapper .post_detail_wrapper > .fixit_meta span.user {
	float: right;
}
.blog_post_wrapper .post_detail_wrapper > .fixit_meta span i {
	margin-right: 10px;
}
.blog_post_wrapper .post_detail_wrapper > img {
	width: auto;
    max-width: 100%;
}
.fixit_defaultpage_section .fixit-page-content img{
	width: auto;
    max-width: 100%;
}
.blog_post_wrapper .post_detail_wrapper > .post_detail {
	background-color: #ffffff;
	padding: 30px;
	width: 100%;
	float: left;
}
.blog_post_wrapper .post_detail_wrapper > .post_detail iframe {
	width: 100%;
	margin-bottom: 30px;
	border: none;
}
.blog_post_wrapper .post_detail_wrapper > .post_detail p {
	margin-bottom: 30px;
}
.blog_post_wrapper .post_detail_wrapper > .post_detail h4 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 28px;
}
.blog_quote {
	width: 100%;
	float: left;
	background-color: #f7f7f7;
	padding: 30px;
	margin-bottom: 30px;
}
.blog_quote > .icon {
	width: 55px;
	height: 55px;
	float: left;
	border-radius: 55px;
	border-top-right-radius: 0;
	margin-right: 30px;
	background-color: #feef1f;
	background-image: url(../images/icon/left_quotes.svg);
	background-position: center;
	background-repeat: no-repeat;
}
.blog_quote > .detail {
	width: calc(100% - 85px);
	float: left;
	line-height: 24px;
}
.blog_quote > .detail p {
	margin-bottom: 20px !important;
}
.blog_quote > .detail h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.post_meta_tag .tags {
	color: #949494;
	font-size: 12px;
	float: left;
}
.post_meta_tag .tags span.fa {
	margin-right: 10px;
}
.post_meta_tag .tags a {
	color: #949494;
}
.post_meta_tag .tags a:hover {
	color: #18b870;
}
.post_meta_tag .post_share_icon {
	float: right;
}
.post_share_icon {
	display: block;
}
.post_share_icon > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.post_share_icon > ul > li {
	float: left;
}
.post_share_icon > ul > li > a {
	display: block;
	margin: 0 10px;
}
.post_share_icon > ul > li:first-child > a {
	margin-left: 0;
}
.post_share_icon > ul > li:last-child > a {
	margin-right: 0;
}
.post_share_icon > ul > li > a > i.fa-facebook {
	color: #3b5998;
}
.post_share_icon > ul > li > a > i.fa-pinterest-p {
	color: #bf1124;
}
.post_share_icon > ul > li > a > i.fa-twitter {
	color: #55acee;
}
.post_share_icon > ul > li > a > i.fa-google-plus {
	color: #dc4e41;
}
.post_comment_wrapper {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 30px;
	margin-bottom: 100px;
}
.post_comment_wrapper ol {
	/* list-style: none; */
	margin: 0;
	margin-top: 20px;
}
.post_comment_wrapper ol > li {
	/* display: block; */
	clear: both;
	margin-bottom: 20px;
}
.post_comment_wrapper ol > li:last-child {
	/* margin-bottom: 0; */
}
.post_comment_wrapper ol > li ul {
    margin: 0;
    clear: both;
    margin-top: 20px;
}
.post_comment_wrapper ol > li ul li {
	clear: both;
	margin-bottom: 30px;
}
.post_comment_wrapper .comment_wrapper .image {
	width: 95px;
	height: 95px;
	float: left;
	margin-right: 30px;
}
.post_comment_wrapper .comment_wrapper .image img {
	width: 95px;
	height: 95px;
	border-radius: 95px;
	border-top-right-radius: 0;
}
.post_comment_wrapper .comment_wrapper .comment_text {
	overflow: hidden;
}
.post_comment_wrapper .comment_wrapper .comment_text .meta {
	margin-bottom: 17px;
}
.post_comment_wrapper .comment_wrapper .comment_text .meta .name {
	color: #000000;
	font-weight: bold;
	margin-right: 20px;
}
.post_comment_wrapper .comment_wrapper .comment_text .meta .date {
	font-size: 12px;
	color: #949494;
	padding-left: 20px;
	border-left: 1px solid #a5a5a5;
}
.post_comment_wrapper .comment_wrapper .comment_text .meta .replay {
	float: right;
	color: #494848;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	opacity: 0;
	visibility: hidden;
}
.post_comment_wrapper .comment_wrapper:hover .comment_text .meta .replay {
	opacity: 1;
	visibility: visible;
}
.post_comment_wrapper .comment_wrapper .comment_text .meta .replay a {
	color: #494848;
}
.post_comment_wrapper .comment_wrapper .comment_text .meta .replay a:hover {
	color: #18b870;
}
.post_comment_wrapper .comment_wrapper .comment_text .meta .replay a i {
	margin-left: 10px;
}
.post_add_comment_wrapper {
	width: 100%;
	float: left;
}
.post_add_comment_wrapper p.form-submit{
	width:100%;
	float:left;
	padding: 0px 15px;
}
.post_add_comment_wrapper .fixit_btn {
	display: block;
	clear: both;
	width:100%;
}
.post_add_comment_wrapper .input_wrapper {
	margin-bottom: 20px;
}
.post_add_comment_wrapper .input_wrapper .input_error {
	display: none;
}
h3.comment-reply-title {
    font-size: 22px;
    color: #36434d;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
h3.comment-reply-title:before, h3.comment-reply-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    background-color: #36434d;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
h3.comment-reply-title:before {
    width: 50px;
    margin-bottom: 1px;
}
h3.comment-reply-title:after {
    width: 40px;
    top: calc(100% + 2px);
}
p.comment-notes {
    text-align: center;
    width: 100%;
    float: left;
}
a#cancel-comment-reply-link {
    color: #18b870;
    font-size: 12px;
    font-weight: bold;
}
p.form-submit input#commentform {
    width: 100%;
}
.post_comment_wrapper p.form-submit {
    float: left;
    width: 100%;
    padding: 0px 15px;
}
.post_comment_wrapper ol.comment-list li ul.children li {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.post_comment_wrapper ol > li ul.children {
    float: left;
    width: 100%;
	padding-left: 70px;
	padding-top:30px;
}
.post_comment_wrapper ol.comment-list li ul.children li ul.children li:first-child {
    margin-top: 40px;
}
.post_comment_wrapper ol.comment-list li ul.children li ul.children li:last-child {
    margin-bottom: 0px;
}
.post_comment_wrapper ol > li ul.children li ul.children {
    margin-top: 0;
	padding-top:0px;
}
.widget.widget_recent_comments ul > li:before, .widget.widget_rss ul li:before{
	display:none !important;
}
.fixit_gray{
	background-color:#dbdbdb;
}
/* blog post end */

/***********************************************************************************
 9. Blog end
***********************************************************************************/

/***********************************************************************************
 10. Our blog start
***********************************************************************************/
.fixit_ourblog_slider {
	width: 100%;
	float: left;
}
.fixit_ourblog_slider .item {
	width: 100%;
	float: left;
}
.fixit_ourblog_slider .item .fixit_blog_wrapper {
	margin-bottom: 0;
}
/***********************************************************************************
 10. Our blog start
***********************************************************************************/

/***********************************************************************************
 11. Our clients start
***********************************************************************************/
.fixit_ourclients_slider {
	width: 100%;
	float: left;
}
.fixit_ourclients_slider .item img:hover path fill{        
  color:#000 !important;
}
/***********************************************************************************
 11. Our clients end
***********************************************************************************/

/***********************************************************************************
 12. Widget start
***********************************************************************************/
.fixit_sidebar_wrapper {
	width: 100%;
	float: left;
	background-color: #ffffff;
	padding: 50px 30px 40px 30px;
}
.fixit_sidebar_wrapper .widget:last-child {
	margin-bottom: 0;
}
.widget {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget .widget-title {
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
}
.widget .widget-title > span {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	display: inline-block;
	background-color: #fff;
	padding: 0 25px;
	position: relative;
	z-index: 1;
}
.widget .widget-title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #dfdfdf;
}
/* search widget start */
.widget.widget_search .form_group {
	width: 100%;
	float: left;
	position: relative;
}
.widget.widget_search .form_group:before {
	content: "\f002";
	position: absolute;
	top: 14px;
	right: 20px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget.widget_search .form_group input {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	padding-right: 40px;
	border: none;
	outline: none;
	border-bottom: 3px solid #475966;
	box-shadow: none;
    background-color: transparent !important;
	border-radius: 0;
}
/* search widget end */

/* categories widget start */
.widget.widget_archive ul > li,
.widget.widget_categories ul > li, .widget.widget_pages ul > li, .widget.widget_meta ul > li, .widget.widget_categories ul > li, .widget.widget_nav_menu ul > li, .widget.widget_meta ul > li {
	width: 100%;
	float: left;
	color: #18b870;
	text-align: right;
	padding-left: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}
.widget.widget_archive ul > li:last-child,
.widget.widget_categories ul > li:last-child, .widget.widget_pages ul > li:last-child, .widget.widget_meta ul > li:last-child, .widget.widget_nav_menu ul > li:last-child, .widget.widget_meta ul > li:last-child {
	margin-bottom: 0;
}
.widget.widget_archive ul > li:before,
.widget.widget_categories ul > li:before, .widget.widget_pages ul > li:before, .widget.widget_meta ul > li:before, .widget.widget_recent_comments ul > li:before, .widget.widget_nav_menu ul > li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #18b870;
	display: block;
}
.widget.widget_archive ul > li > a,
.widget.widget_categories ul > li > a, .widget.widget_pages ul > li > a, .widget.widget_meta ul > li > a, .widget.widget_nav_menu ul > li > a {
	width: calc(100% - 30px);
	float: left;
	color: #18b870;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}
.widget.widget_meta ul li a abbr {
    font-size: 12px;
    color: #949494;
}
/* categories widget end */

/* recent comments widget start */
.widget.widget_recent_comments ul li a {
    color: #36434d;
}
.widget.widget_recent_comments ul > li {
    width: 100%;
    float: left;
    padding-left: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    color: #36434d;
}
.widget.widget_recent_comments ul > li:hover a {
    color: #18b870;
}
.widget.widget_recent_comments ul > li:before {
	color: #36434d;
}
.widget.widget_recent_comments ul > li:hover:before {
	background-color: #18b870;
}
/* recent comments widget end */

/* recent post widget start */
.widget.widget_fixit_recent_post ul li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.widget.widget_fixit_recent_post ul li:last-child {
	margin-bottom: 0;
}
.widget.widget_fixit_recent_post ul li > img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail {
	overflow: hidden;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail > a {
	font-weight: bold;
	color: #36434d;
	line-height: 25px;
	margin-bottom: 17px;
	display: block;
}
.widget.widget_fixit_recent_post ul li:hover > .fixit_rp_detail > a {
	color: #18b870;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta {
	width: 100%;
	float: left;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span a {
	font-size: 12px;
	color: #949494;
	float: left;
	margin-right: 20px;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span:before {
	content: "";
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span.date:before {
	background-image: url(../images/icon/meta_date.svg);
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span.comment {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span.comment:before {
	content: "\f0e5";
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span.like {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span.like:before {
	content: "\f004";
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span.dollar {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.widget.widget_fixit_recent_post ul li > .fixit_rp_detail .meta span.dollar:before {      
	content: "\f155";
}
.widget_recent_entries ul li {
    width: 100%;
    float: left;
    padding-left: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
.widget_recent_entries ul li a {
    font-weight: bold;
    color: #18b870;
    line-height: 25px;
    display: block;
}
.widget_recent_entries ul li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #36434d;
	display: block;
}
.widget_recent_entries ul li:hover a {
    color: #18b870;
}
.widget_recent_entries ul li:hover:before {
    background-color: #18b870;
}
header.page-header.fixit_search_result {
	margin:0px 0px 50px 0px;
	border-color:#dfdfdf;
}
.page-header{
	border-color:#dfdfdf !important;
}
header.page-header.fixit_search_result h1.page-title {
    margin-top: 0px;
    padding-bottom: 25px;
}
.fixit_addhighlight{
	 color:#18b870;
 }
 .no-results.not-found header.page-header {
    margin: 0px 0px 45px 0px;
}

.no-results.not-found header.page-header h1.page-title {
    margin-top: 0px;
    padding-bottom: 30px;
}
/* recent post widget end */

/* tag widget start */ 
.widget.widget_tag_cloud .tagcloud a {
	height: 40px;
	line-height: 40px;
	border-radius: 20px 0 20px 0;
	font-size: 12px !important;
	font-weight: bold;
	color: #36434d;
	padding: 0 20px;
	background-color: #feef1f;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.widget.widget_tag_cloud .tagcloud a:hover {
	background-color: #18b870;
	color: #ffffff;
}
/* tag widget end */ 

/* tag calendar start */ 
.widget.widget_calendar caption{
	
} 
/* tag calendar end */ 
/* rss widget start */ 
.widget.widget_rss ul > li {
    width: 100%;
    float: left;
    padding-left: 13px;
    margin-bottom: 20px;
    position: relative;
}
.widget.widget_rss ul > li > a {
    color: #36434d;
    font-weight: bold;
    display: block;
}
.widget.widget_rss ul > li > .rss-date {
    font-size: 12px;
    font-weight: bold;
    color: #18b870;
}
.widget.widget_rss ul > li cite {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    float: right;
    color: #36434d;
    margin-top: 5px;
}
.widget.widget_rss ul > li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #36434d;
	display: block;
}
div#calendar_wrap table#wp-calendar caption {
    text-align: center;
	color: #36434d;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	position:relative;
	padding-bottom: 25px;
}
table#wp-calendar td{
	padding-top: 14px;
    text-align: center;
}

table#wp-calendar td#today {
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 13px;
    padding-right: 0;
    border: none;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 17px 0 17px 0;
    border-bottom: 3px solid transparent;
    background-color: #18b870;
    border-bottom-color: #15a663;
    color: #fff;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 5px;
}
table#wp-calendar td#today a{
	color:#fff;
}

table#wp-calendar thead th {
    text-align: center;
}
table#wp-calendar td#prev {
    text-align: left !important;
}
table#wp-calendar tfoot tr td#prev a, table#wp-calendar tfoot tr td#next a  {
    color: #18b870;
    font-weight: bold;
}
table#wp-calendar td td#next{
	text-align: right !important;
}
.widget.widget_categories ul li ul.children li {
    padding-top: 10px !important;
	margin-bottom: 2px;
}
.widget.widget_categories ul li ul.children li:before {
    top: 18px;
}
.widget.widget_pages ul.children li {
    padding-top: 10px;
    margin-bottom: 2px;
}
.widget.widget_pages ul.children li:before {
    top: 18px;
}
.widget.widget_recent_comments ul#recentcomments li span.comment-author-link a.url {
    color:#18b870;
}
.widget.widget_nav_menu ul.sub-menu li {
    padding-top: 10px;
    margin-bottom: 0;
}
.widget.widget_nav_menu ul.sub-menu li:before{
	top:18px;
} 
.comment_wrapper .comment_text table th {
    padding: 15px 0px;
}

.comment_wrapper .comment_text table td {
    padding: 5px 10px 10px 0px;
    border-bottom: 1px solid #dfdfdf;
}

.comment_wrapper .comment_text table td a {
    font-weight: bold;
	color:#18b870;
}

.comment_wrapper .comment_text th {
    padding: 15px 0px;
}

.comment_wrapper .comment_text td {
    padding: 5px 10px 10px 0px;
    border-bottom: 1px solid #000;
}

.comment_wrapper .comment_text td a {
    font-weight: bold;
}

.post_comment_wrapper ol > li ul li {
    margin-bottom: 20px;
}
.post_comment_wrapper ol > li ul li.comment{
	list-style:none;
	float: left;
    width: 100%;
}
.post_comment_wrapper ol > li.comment:last-child{
	margin-bottom:0px;
}
.post_comment_wrapper ol > li.comment{
	margin-bottom:40px;
	list-style:none;
	    float: left;
    width: 100%;
} 
.post_comment_wrapper ol.comment-list li ul.children li:last-child{
	margin-bottom:0px;
}
.post_comment_wrapper ol > li ul li.comment ul {
    list-style: none;
}
.post_comment_wrapper .comment_wrapper .comment_text p {
    margin: 15px 0px;
}
.blog_post_wrapper .post_detail_wrapper table tbody th {
    padding: 10px 0px;
}
.blog_post_wrapper .post_detail_wrapper table tbody th a{
	color:#18b870;
}
.blog_post_wrapper .post_detail_wrapper table td {
    border-bottom:1px solid #dfdfdf;
}
a.rsswidget {
    color: #36434d;
}
h1.page-title {
    font-size: 24px;
    font-weight: bold;
	text-transform:capitalize;
}
.no-results h1.page-title {
    font-size: 24px;
    font-weight: bold;
}
.no-results input.form-control.search {
    height: 40px;
    border-radius: 0;
}
/* rss widget end */ 

/* footer widget start */
.fixit_footer .widget {
	margin-bottom: 15px;
}
.fixit_footer .widget .widget-title {
	text-align: left;
}
.fixit_footer .widget .widget-title:before {
	display: none;
}
.fixit_footer .widget .widget-title span {
	background-color: transparent;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
}
.widget.contact_detail > img {
	display: block;
	margin-bottom: 30px;
}
.widget.contact_detail > .address {
	margin-bottom: 30px;
	line-height: 25px;
}
.widget.contact_detail > .number {
	margin-bottom: 30px;
}
.widget.contact_detail > .number > p {
	margin-bottom: 0;
	line-height: 25px;
}
.widget.contact_detail > .mailto {
	display: inline-block;
	color: #feef1f;
	margin-bottom: 30px;
}
.widget.contact_detail > .mailto:hover {
	opacity: 0.8;
}
.widget.contact_detail > .fixit_social {
	display: block;
}
.widget.working_hour ul li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #475966;
}
.widget.working_hour ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget.working_hour ul li span.day {
	float: left;
}
.widget.working_hour ul li span.time {
	float: right;
}
.widget.subscribe .subscribe_form {
	width: 100%;
	float: left;
}
.widget.subscribe .subscribe_text {
	line-height: 25px;
	margin-bottom: 30px;
}
.widget.subscribe .subscribe_form .input_wrapper {
	width: calc(100% - 176px);
	float: left;
	position: relative;
}
.widget.subscribe .subscribe_form .input_wrapper input {
	width: 100%;
	float: left;
	height: 40px;
	background-color: #475966;
	border: none;
	border-bottom: 3px solid #596f7e;
	border-radius: 5px;
	padding: 0 16px;
	outline: none;
}
.widget.subscribe .subscribe_form .fixit_btn {
	float: right;
	border-radius: 5px;
	margin: 0;
	width: 146px;
}
/* footer widget end */

/***********************************************************************************
 12. Widget end
***********************************************************************************/

/***********************************************************************************
 13. Page title start
***********************************************************************************/
.fixit_page_title {
	width: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.fixit_page_title .fixit_page_title_inner {
	width: 100%;
	float: left;
	padding: 85px 0;
	text-align: center;
	background-color: rgba(54, 67, 77, 0.7);
}
.fixit_page_title .fixit_page_title_inner > h3 {
	color: #fff;
	margin: 0;
	margin-bottom: 12px;
	font-size: 36px;
	font-weight: bold;
}
.fixit_page_title .fixit_page_title_inner > ul, .fixit_page_title .fixit_page_title_inner > .breadcrumb {
	background-color: transparent;
	display: inline;
	margin-left:0px;
}
.fixit_page_title .fixit_page_title_inner > .breadcrumb > li, .fixit_page_title .fixit_page_title_inner > .breadcrumb > li > a {
	color: #fff;
	font-weight: bold;
}
.fixit_page_title .fixit_page_title_inner > .breadcrumb > li > a:hover {
	color: #18b870;
}
.fixit_page_title .fixit_page_title_inner > .breadcrumb > li + li:before {
	content: "-";
	font-weight: bold;
	color: #fff;
	padding-right: 10px;
}
/***********************************************************************************
 13. Page title end
***********************************************************************************/

/***********************************************************************************
 14. Advantages box start
***********************************************************************************/
.fixit_advantage_box {
	width: 100%;
	float: left;
	border: 3px solid #18b870;
	position: relative;
	text-align: center;
	padding: 35px;
	margin-top: 35px;
	margin-bottom: 30px;
}
.fixit_advantage_box .fab_icon {
	width: 70px;
	height: 70px;
	line-height: 85px;
	margin: 0 auto;
	position: absolute;
	top: -35px;
	left: calc(50% - 35px);
}
.fixit_advantage_box .fab_icon img{
	width: 30px;
    height: 30px;
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.fixit_advantage_box .fab_icon:before {
	content: "";
	width: 70px;
	height: 70px;
	background-color: #18b870;
	border-radius: 70px;
	display: block;
	border-top-left-radius: 0;
	box-shadow: 3px 3px #15a663;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}
.fixit_advantage_box .fab_icon svg {
	z-index: 1;
	position: relative;
}
.fixit_advantage_box h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 28px;
	margin-bottom: 15px;
}
.fixit_advantage_box:hover {
	background-color: #36434d;
	border-color: #36434d;
	color: #fff;
}
.fixit_advantage_box:hover .fab_icon:before {
	background-color: #36434d;
	box-shadow: 3px 3px #566c7d;
}
.fixit_advantage_box:hover h3 {
	color: #fff;
}
.row.advantage_clearfix > .col-lg-3:nth-child(4n + 1) {
	clear: left;
}
/* home3 box start */
.fixit_home3 .fixit_advantage_box {
	border-radius: 60px 0;
}
/* home3 box end */

/***********************************************************************************
 14. Advantages box end
***********************************************************************************/

/***********************************************************************************
 15. Leave a request start
***********************************************************************************/
.fixit_leavearequest_wrapper {
	width: 100%;
	float: left;
	text-align: center;
}
.fixit_leavearequest_wrapper > h3 {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	margin-bottom: 60px;
}
.fixit_leavearequest_wrapper > h3 > span {
	color: #feef1f;
}
.fixit_leavearequest_wrapper .fixit_leavearequest_form .input_wrapper {
	width: auto;
	float: none;
	min-width: 255px;
	margin: 0 15px;
	display: inline-block;
	margin-bottom: 15px;
}
.fixit_leavearequest_wrapper .fixit_leavearequest_form .fixit_select_dropdown_wrapper {
	margin: 0 15px;
	min-width: 255px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 18px;
}
.fixit_leavearequest_wrapper .fixit_leavearequest_form .fixit_select_dropdown_wrapper .btn.dropdown-toggle {
	background-color: #475966;
	border-bottom: 3px solid #596f7e;
}
.fixit_leavearequest_wrapper .fixit_leavearequest_form .fixit_btn {
	margin: 0 15px;
	vertical-align: top;
}
span.wpcf7-not-valid-tip {
    margin-top: 10px !important;
	line-height: 40px;
    text-align: left;
}

/***********************************************************************************
 15. Leave a request end
***********************************************************************************/

/***********************************************************************************
 16. about us start
***********************************************************************************/
.fixit_little_aboutus .fixit_little_aboutus_detail h3 {
	font-size: 60px;
	font-weight: 900;
	color: #18b870;
	margin-top: 0;
	margin-bottom: 60px;
}
.fixit_little_aboutus .fixit_little_aboutus_detail h3 span {
	color: #36434d;
}
.fixit_little_aboutus .fixit_little_aboutus_detail p {
	margin-bottom: 75px;
}
.fixit_little_aboutus .fixit_little_aboutus_detail ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position:relative;
	z-index:1;
}
.fixit_little_aboutus .fixit_little_aboutus_detail ul li {
	display: block;
	float: left;
	margin-bottom: 30px;
}
.fixit_little_aboutus .fixit_little_aboutus_detail ul li > .icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 55px;
	float: left;
	margin-right: 30px;
	position: relative;
	z-index: 1;
}
.fixit_little_aboutus .fixit_little_aboutus_detail ul li > .icon > svg {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.fixit_little_aboutus .fixit_little_aboutus_detail ul li > .icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	border-radius: 55px;
	border-top-right-radius: 0;
	background-color: #feef1f;
	display: block;
	z-index: -1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_little_aboutus .fixit_little_aboutus_detail ul li:hover > .icon:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #36434d;
}
.fixit_little_aboutus .fixit_little_aboutus_detail ul li:hover > .icon > svg path {
	fill: #ffffff;
}
.fixit_little_aboutus .fixit_little_aboutus_detail ul li > .text {
	font-size: 18px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	height: 55px;
}
.fixit_little_aboutus {
    width: 100%;
    float: left;
    padding-top: 100px;
}
.bottom_shape:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 240px;
    background-color: #efefef;
    z-index: 0;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.fixit_little_aboutus_img{
	position:relative;
	z-index:1000;
}
/* happy client start */
.fixit_happy_client {
    width: 100%;
    float: left;
    padding: 100px 0px;
}
.fixit_happy_client .fixit_hc_item {
	display: block;
	text-align: center;
	color: #ffffff;
}
.fixit_happy_client .fixit_hc_item .icon img {
	max-width: 45px;
	max-height: 45px;
}
.fixit_happy_client .fixit_hc_item h3 {
	font-size: 48px;
	font-weight: bold;
}
.fixit_happy_client .fixit_hc_item p {
	font-size: 24px;
	font-weight: bold;
}
/* happy client end */

/***********************************************************************************
 16. about us end
***********************************************************************************/

/***********************************************************************************
 17. call to action start
***********************************************************************************/
.fixit_calltoaction {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 100px 0;
	z-index: 1;
}
.fixit_calltoaction h3 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	margin-bottom: 30px;
}
.fixit_calltoaction .number {
	width: 450px;
	height: 120px;
	line-height: 110px;
	background-color: #feef1f;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	border-radius: 60px 0 60px 0;
	border: 3px solid #ffffff;
}
.fixit_calltoaction .img_section {
	position: absolute;
	border: 3px solid #ffffff;
	z-index: -1;
	background-size: cover;
	background-position: center;
}
.fixit_calltoaction .img_section:after {
	content: "";
	background-color: rgba(54, 67, 77, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fixit_calltoaction .img_section.left {
	top: 0;
	left: 0;
	bottom: 100px;
	right: calc(50% - 225px);
	border-bottom-right-radius: 60px;
	border-top: none;
	border-left: none;
}
.fixit_calltoaction .img_section.right {
	top: calc(50% - 26px);
	right: 0;
	bottom: 0;
	left: calc(50% - 225px);
	border-top-left-radius: 60px;
	border-right: none;
	border-bottom: none;
}
/***********************************************************************************
 17. call to action end
***********************************************************************************/

/***********************************************************************************
 18. project start
***********************************************************************************/
.fixit_project_wrapper {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 35px;
	z-index: 111;
}
.fixit_project_wrapper > img {
	width: 100%;
	backface-visibility: hidden;
}
.fixit_project_wrapper .project_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(54, 67, 77, 0.9);
	border-radius: 150px 0 150px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotate3d(1, 1, 0, 45deg);
	-moz-transform: rotate3d(1, 1, 0, 45deg);
	transform: rotate3d(1, 1, 0, 45deg);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}
.fixit_project_wrapper .project_overlay .project_overlay_detail {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 0 70px;
}
.fixit_project_wrapper .project_overlay .project_overlay_detail h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #ffffff;
	margin: 0;
	margin-bottom: 20px;
}
.fixit_project_wrapper .project_overlay .project_overlay_detail a {
	font-size: 14px;
	color: #ffffff;
}
.fixit_project_wrapper .project_overlay .project_overlay_detail a:hover {
	color: #15a663;
}
.fixit_project_wrapper:hover .project_overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate3d(1, 1, 0, 0deg);
	-moz-transform: rotate3d(1, 1, 0, 0deg);
	transform: rotate3d(1, 1, 0, 0deg);
}
/* project list start */
.fixit_project_wrapper.fixit_project_list {
	background-color: #ffffff;
}
.fixit_project_wrapper.fixit_project_list .image_wrapper img {
	width: 100%;
}
.fixit_project_wrapper.fixit_project_list .project_overlay {
	position: relative;
	opacity: 1;
	visibility: visible;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background-color: transparent;
	border-radius: 0;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.fixit_project_wrapper.fixit_project_list .project_overlay .project_overlay_detail {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align: left;
	padding: 45px 0px;
	padding-bottom: 30px;
}
.fixit_project_wrapper.fixit_project_list .project_overlay .project_overlay_detail h3 {
	color: #36434d;
}
.fixit_project_wrapper.fixit_project_list .project_overlay .project_overlay_detail a {
	color: #36434d;
	font-weight: bold;
}
.fixit_project_wrapper.fixit_project_list .project_overlay .project_overlay_detail a:hover {
	color: #15a663;
}
.fixit_project_wrapper.fixit_project_list .project_overlay .project_overlay_detail .project_meta {
	color: #949494;
	font-size: 12px;
	margin-bottom: 30px;
}
.fixit_project_wrapper.fixit_project_list .project_overlay .project_overlay_detail .project_meta > div {
	margin-bottom: 10px;
}
.fixit_project_wrapper.fixit_project_list .project_overlay .project_overlay_detail .project_meta > div:last-child {
	margin-bottom: 0;
}
.fixit_project_wrapper.fixit_project_list .project_overlay .project_overlay_detail .project_meta > div > span {
	width: 10px;
	margin-right: 10px;
}
.image_wrapper.slider.owl-carousel .owl-controls .owl-nav > div.owl-prev {
	left: 20px;
}
.image_wrapper.slider.owl-carousel .owl-controls .owl-nav > div.owl-next {
	right: 20px;
}
.image_wrapper.video {
	position: relative;
}
.image_wrapper.video .video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.image_wrapper.video .video_overlay .play_btn {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 80px;
	text-align: center;
	background-color: #36434d;
	color: #ffffff;
	font-size: 35px;
	display: block;
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	cursor: pointer;
}
.image_wrapper.video .video_overlay .play_btn i {
	margin-left: 5px;
}
.image_wrapper.video .video_wrapper {
	position: relative;
}
.image_wrapper.video > img {
	position: absolute;
	z-index: 1;
	height: 100%;
}
.image_wrapper.video .video_wrapper iframe {
	width: 100%;
	height: 248px;
	border: none;
}
/* project list end */


/* project single start */
.fixit_project_detail_wrapper {
	width: 100%;
	float: left;
}
.fixit_project_detail_wrapper > h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}
.fixit_project_detail_wrapper .fixit_meta {
	margin-bottom: 20px;
}
.fixit_project_detail_wrapper .fixit_meta span, .fixit_project_detail_wrapper .fixit_meta span a {
	color: #949494;
	font-size: 12px;
}
.fixit_project_detail_wrapper .fixit_meta span i {
	margin-right: 10px;
}
.fixit_project_detail_wrapper > img {
	width: 100%;
}
.fixit_project_detail_wrapper > .fixit_project_detail {
	background-color: #ffffff;
	padding: 50px;
}
.project_gallery_slider {
	padding: 0 75px;
	margin-top: 50px; 
}
.project_gallery_slider img {
	width: 100%;
	backface-visibility: hidden;
}
.project_gallery_slider.owl-carousel .owl-controls .owl-nav > div.owl-prev {
	left: 0;
}
.project_gallery_slider.owl-carousel .owl-controls .owl-nav > div.owl-next {
	right: 0;
}
.fixit_project_detail h4 {
	font-weight: bold;
	margin: 0;
	margin-bottom: 25px;
	margin-top:50px;
}
.fixit_project_detail ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixit_project_detail ul li {      
	margin-bottom: 15px;
}
.fixit_project_detail ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #18b870;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}
.fixit_project_detail .project_location {
	width: 100%;
	float: left;
	position: relative;
	margin-top:50px;
}
.fixit_project_detail .project_location .project_location_map {
	width: 100%;
	height: 383px;
}
.fixit_project_detail .project_location .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: rgba(24, 184, 112, 0.9);
	color: #ffffff;
}
.fixit_project_detail .project_location .overlay div {
	margin-bottom: 10px;
}
.fixit_project_detail .project_location .overlay div:last-child {
	margin-bottom: 0;
}
.fixit_project_detail .project_location .overlay div span {
	width: 10px;
	margin-right: 10px;
}
/* project single end */

/* project filter start */
.fixit_project_filter {
	width: 100%;
	float: left;
}
.fixit_project_filter .filter_link {
	width: 100%;
	float: left;
	text-align: center;
}
.fixit_project_filter .filter_link > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	margin-bottom: 60px;
}
.fixit_project_filter .filter_link > ul > li {
	float: left;
	padding: 0 32.5px;
	position: relative;
}
.fixit_project_filter .filter_link > ul > li:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	right: -1.5px;
	width: 3px;
	height: 3px;
	display: inline-block;
	background-color: #18b870;
}
.fixit_project_filter .filter_link > ul > li:last-child:after {
	display: none;
}
.fixit_project_filter .filter_link > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	color: #36434d;
	text-transform: capitalize;
}
.fixit_project_filter .filter_link > ul > li > a.active, .fixit_project_filter .filter_link > ul > li > a:hover {
	color: #18b870;
}
.fixit_project_filter .filterable_projects {
	width: 100%;
	float: left;
	text-align: center;
}
.fixit_project_filter .filterable_projects .fixit_grid .grid-item {
	width: 33.3333333333%;
	display: inline-block;
}
.filterable_projects .fixit_project_wrapper {
	margin-bottom: 0;
	padding-bottom: 13px;
}
.filterable_projects .fixit_project_wrapper:hover {
	background-color: #f7f7f7;
}
.filterable_projects .fixit_project_wrapper .project_overlay {
	position: relative;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	transform-style: inherit;
	background-color: transparent;
	border-radius: 0;
}
.filterable_projects .fixit_project_wrapper .project_overlay .project_overlay_detail {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align: left;
	padding: 20px 30px;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}
.filterable_projects .fixit_project_wrapper .project_overlay .project_overlay_detail h3 {
	color: #36434d;
	margin-bottom: 10px;
	line-height: inherit;
}
.filterable_projects .fixit_project_wrapper .project_overlay .project_overlay_detail h3 a {
	color: #36434d;
}
.filterable_projects .fixit_project_wrapper .project_overlay .project_overlay_detail > a {
	color: #949494;
	font-size: 12px;
}
.filterable_projects .fixit_project_wrapper .project_overlay .project_overlay_detail > a > span {
	margin-right: 10px;
}
/* project filter end */

/***********************************************************************************
 18. project end
***********************************************************************************/

/***********************************************************************************
 19. features start
***********************************************************************************/
.fixit_features {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	padding: 0 35px;
}
.fixit_features .fab_icon {
	width: 70px;
	height: 70px;
	line-height: 85px;
	margin: 0 auto;
}
.fixit_features .fab_icon svg {
	z-index: 1;
	position: relative;
}
.fixit_features .fab_icon svg path {
	fill: #f7c31c;
}
.fixit_features h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
}
/***********************************************************************************
 19. features end
***********************************************************************************/

/***********************************************************************************
 20. contact start
***********************************************************************************/
.fixit_contact_box {
	width: 100%;
	float: left;
}
.fixit_contact_box > div {
	background-color: #36434d;
	padding: 37px 40px;
	color: #ffffff;
	width: 100%;
	float: left;
}
.fixit_contact_box > div.active {
	color: #36434d;
	background-color: #feef1f;
	box-shadow: 0px 0px 10px rgba(93, 82, 76, 0.30);
}
.fixit_contact_box > div > .icon {
	width: 70px;
	height: 70px;
	float: left;
	line-height: 70px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 70px;
	border-bottom-right-radius: 0;
	margin-right: 30px;
}
.fixit_contact_box > div > .detail {
	width: calc(100% - 100px);
	float: left;
}
.fixit_contact_box > div > .detail h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}
.fixit_contact_box > div > .detail p {
	margin-bottom: 0;
	line-height: 25px;
}
.contact_Map {
	width: 100%;
	height: 500px;
}

 .wpcf7-mail-sent-ok{
	border-color:transparent !important;
	color:#18b870 !important;
}
div.wpcf7-response-output {
   margin: 0px !important;       
   padding:0px !important; 
}
.post_add_comment_wrapper.fixit_contact_wrapper {
    float: left;
    width: 100%;
}
.post_add_comment_wrapper.fixit_contact_wrapper input, .post_add_comment_wrapper.fixit_contact_wrapper textarea{
	width: 100%;
    float: left;
	height:auto !important;
    border: none !important;
    border-bottom: 3px solid  #eaeaea !important;
    border-radius: 5px !important;
    padding: 0 16px !important;
    outline: none !important;
	background-color: #ffffff !important;
    color: #36434d !important;
}
.post_add_comment_wrapper.fixit_contact_wrapper input{
	height:40px !important;
}
.post_add_comment_wrapper.fixit_contact_wrapper textarea{
	height:130px !important;
}
.post_add_comment_wrapper.fixit_contact_wrapper input[type="submit"]{
	height: 40px !important;
    line-height: 38px !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #36434d !important;
    padding: 0 30px !important;
    background-color: #feef1f !important;
    outline: none !important;
    box-shadow: none !important;
	border-radius:5px !important;
    border: none !important;
    border-bottom: 3px solid #ddab05 !important;
    text-decoration: none !important;
    margin: 10px auto !important;
    cursor: pointer !important;
	
}
.post_add_comment_wrapper.fixit_contact_wrapper input[type="submit"]:hover{
	color: #ffffff !important;
    background-color: #18b870 !important;
    border-color: #15a663 !important;
}
.fixit-page-content div.wpcf7-validation-errors {
    border: 2px solid transparent !important;
	color: #f00 !important;
	text-align:center !important;
} 
.fixit_leavearequest_wrapper .fixit_leavearequest_form .input_wrapper input {
	width:255px !important;
}
.fixit_leavearequest_form p {
    display: inline !important;
}
/***********************************************************************************
 20. contact end
***********************************************************************************/

/***********************************************************************************
 21. 404 start
***********************************************************************************/
.fixit_404_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background-size: cover;
	overflow: auto;
	background-position: center;
}
.fixit_404_wrapper .fixit_404_inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fixit_404_wrapper .fixit_404_inner > .fixit_logo {
	margin-bottom: 120px;
}
.fixit_404_wrapper .fixit_404_inner > h1 {
	font-size: 72px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 60px;
}
/* .fixit_404_wrapper .fixit_404_inner > h1 > span {
	color: #18b870;
} */
.fixit_404_wrapper .fixit_404_inner > p {
	font-size: 60px;
	font-weight: bold;
	border: 8px solid;
	display: inline-block;
	line-height: 151px;
	margin-bottom: 30px;
	padding: 0 50px;
}
.fixit_404_wrapper .fixit_404_inner > a.fixit_btn {
	margin: 0;
	margin-bottom: 120px;
}
.fixit_404_wrapper .fixit_404_inner > .fixit_social {
	margin-bottom: 50px;
}
.fixit_404_wrapper .fixit_404_inner > .fixit_social > ul > li > a {
	color: #36434d;
}
.fixit_404_wrapper .fixit_404_inner > .fixit_social > ul > li > a:hover {
	color: #18b870;
}
/***********************************************************************************
 21. 404 end
***********************************************************************************/

/***********************************************************************************
 22. coming soon start
***********************************************************************************/
.fixit_comingsoon_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background-size: cover;
	overflow: auto;
	background-position: center;
}
.fixit_comingsoon_wrapper .fixit_comingsoon_inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fixit_comingsoon_wrapper .fixit_comingsoon_inner > .fixit_logo {
	margin-bottom: 120px;
}
.fixit_comingsoon_wrapper .fixit_comingsoon_inner > h3 {
	font-size: 72px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 60px;
}
.fixit_comingsoon_wrapper .fixit_comingsoon_inner > h3 > span {
	color: #18b870;
}
.fixit_date_counter {
	display: inline-block;
	padding: 70px 50px;
	border: 8px solid #18b870;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 120px;
}
.fixit_counter {
	display: inline-block;
}
.fixit_counter > span {
	display: inline-block;
	text-align: right;
	margin: 0 40px;
}
.fixit_counter > span > p.number {
	width: 104px;
	height: 104px;
	line-height: 104px;
	border-radius: 104px;
	border-bottom-right-radius: 0;
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	background-color: #18b870;
	text-align: center;
}
.fixit_comingsoon_wrapper .fixit_comingsoon_inner > a.fixit_btn {
	margin: 0;
	margin-bottom: 120px;
}
.fixit_comingsoon_wrapper .fixit_comingsoon_inner > .fixit_social {
	margin-bottom: 50px;
}
.fixit_comingsoon_wrapper .fixit_comingsoon_inner > .fixit_social > ul > li > a {
	color: #36434d;
}
.fixit_comingsoon_wrapper .fixit_comingsoon_inner > .fixit_social > ul > li > a:hover {
	color: #18b870;
}
/***********************************************************************************
 22. coming soon end
***********************************************************************************/

/***********************************************************************************
 23. offline start
***********************************************************************************/
.fixit_offline_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background-size: cover;
	overflow: auto;
	background-position: center;
}
.fixit_offline_wrapper .fixit_offline_inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fixit_offline_wrapper .fixit_offline_inner > .fixit_logo {
	margin-bottom: 120px;
}
.fixit_offline_wrapper .fixit_offline_inner > h3 {
	font-size: 72px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 60px;
	border: 8px solid #feef1f;
	margin-bottom: 120px;
	display: inline-block;
	padding: 50px;
}
.fixit_offline_wrapper .fixit_offline_inner > h3 > span {
	color: #18b870;
}
.fixit_offline_wrapper .fixit_offline_inner > a.fixit_btn {
	margin: 0;
	margin-bottom: 120px;
}
.fixit_offline_wrapper .fixit_offline_inner > .fixit_social {
	margin-bottom: 50px;
}
.fixit_offline_wrapper .fixit_offline_inner > .fixit_social > ul > li > a {
	color: #36434d;
}
.fixit_offline_wrapper .fixit_offline_inner > .fixit_social > ul > li > a:hover {
	color: #18b870;
}
/***********************************************************************************
 23. offline end
***********************************************************************************/

/***********************************************************************************
 24. footer start
***********************************************************************************/
.fixit_footer {
	width: 100%;
	float: left;
	padding: 60px 0;
	background-color: #36434d;
	color: #c4c4c4;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_footer .row > .col-md-4:nth-child(1) {
	width: 29.166666665%;
}
.fixit_footer .row > .col-md-4:nth-child(2) {
	width: 29.166666665%;
}
.fixit_footer .row > .col-md-4:last-child {
	width: 41.66666667%;
}
/***********************************************************************************
 24. footer end
***********************************************************************************/

/***********************************************************************************
 25. animation start
***********************************************************************************/
.fixit_custom_anim {
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995); /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995); /* custom */
}
/***********************************************************************************
 25. animation end
***********************************************************************************/

/***********************************************************************************
 26. get a quote start
***********************************************************************************/
.fixit_quote_img {
	width: 100%;
	float: left;
	text-align: center;
}
.fixit_quote_img img {
	display: inline-block;
}
/***********************************************************************************
 26. get a quote end
***********************************************************************************/


/***********************************************************************************
 27. typography start
***********************************************************************************/
/* button start */
.fixit_btn {
	height: 40px;
	line-height: 38px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #36434d;
	padding: 0 30px;
	background-color: #feef1f;
	border-radius: 20px 0 20px 0;
	outline: none;
	box-shadow: none;
	border:none;
	border-bottom: 3px solid #ddab05;
	text-decoration: none;
	margin: 10px auto;
	cursor: pointer;
}
.fixit_btn:hover {
	color: #ffffff;
	background-color: #18b870;
	border-color: #15a663;
}
.fixit_btn.fixit_btn_dark:focus, .fixit_btn.fixit_btn_dark:hover {
	color: #ffffff;
	background-color: #36434d;
	border-color: #566c7d;
}
.fixit_btn.fixit_btn_default {
	border-radius: 5px;
}
/* button end */



/* select dropdown start */
.fixit_select_dropdown_wrapper {
	display: inline-block;
	position: relative;
	min-width: 270px;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: left;
}
.fixit_select_dropdown_wrapper select.fixit_select_dropdown {
	display: none;
}
.fixit_select_dropdown_wrapper .fixit_select_dropdown {
	display: block;
	width: 100%;
	float: left;
}
.fixit_select_dropdown_wrapper .btn.dropdown-toggle {
	width: 100%;
	height: 40px;
	line-height: 35px;
	display: block;
	padding: 0 20px;
	color: #c4c4c4;
	background-color: #36434d;
	border-bottom: 3px solid #566c7d;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	float: none;
	box-shadow: none !important;
	text-align: left;
}
.fixit_select_dropdown_wrapper .btn.dropdown-toggle span.filter-option {
	width: 100%;
}
.fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding-top: 15px;
	padding-bottom: 0;
	border: none;
	box-shadow: none;
	z-index: 100;
	float: none;
	max-height: inherit !important;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: transparent;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	display: block;
	opacity: 0;
	visibility: hidden;
}
.fixit_select_dropdown_wrapper > .fixit_select_dropdown.open > .dropdown-menu {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	overflow: visible !important;
}
.fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu > .dropdown-menu.inner {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #36434d;
	border-bottom: 3px solid #566c7d;
	border-radius: 5px;
	padding: 0 20px;
	position: relative;
	margin: 0;
	width: 100%;
	top: auto;
	bottom: auto;
	left: auto;
	max-height: 220px !important;
	overflow-y: auto !important;
	overflow-x: visible !important;
}
.fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu:before {
	content: '';
	position: absolute;
	top: 9px;
	right: 19px;
	border-bottom: 7px solid #36434d;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu > .dropdown-menu.inner > li > a {
	display: block;
	color: #c4c4c4;
	line-height: 50px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	cursor: pointer;
	padding: 0;
}
.fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu > .dropdown-menu.inner > li.selected > a, .fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu > .dropdown-menu.inner > li > a:focus, .fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu > .dropdown-menu.inner > li > a:hover {
	background-color: transparent;
	color: #ffffff;
	outline: none;
}
.fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu > .dropdown-menu.inner > li:last-child > a {
	border-bottom: none;
}
.fixit_select_dropdown_wrapper > .fixit_select_dropdown > .dropdown-menu > .dropdown-menu.inner > li > a > span.glyphicon {
	display: none;
}

.bootstrap-select{
	display: block;
    width: 100%;
    float: left;
}
.bootstrap-select select{
	display:none;
}
.bootstrap-select .dropdown-toggle{
    width: 100%;
    height: 40px;
    line-height: 35px;
    display: block;
    padding: 0 20px;
    color: #c4c4c4;
    background-color: #36434d;
    border-bottom: 3px solid #566c7d;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    float: none;
    box-shadow: none !important;
    text-align: left;	 
} 
.bootstrap-select .dropdown-toggle span.filter-option{
    width: 100%;
} 
.bootstrap-select > .dropdown-menu{
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 0;
    border: none;
    box-shadow: none;
    z-index: 100;
    float: none;
    max-height: inherit !important;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: transparent;
    -webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
    transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
    transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
    display: block;
    opacity: 0;
    visibility: hidden;
}
.bootstrap-select.open > .dropdown-menu{
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    overflow: visible !important;
}
.bootstrap-select > .dropdown-menu:before{
	content: '';
    position: absolute;
    top: 9px;
    right: 19px;
    border-bottom: 7px solid #36434d;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner{
	list-style: none;
    padding: 0;
    margin: 0;
    background-color: #36434d;
    border-bottom: 3px solid #566c7d;
    border-radius: 5px;
    padding: 0 20px;
    position: relative;
    margin: 0;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    max-height: 220px !important;
    overflow-y: auto !important;
    overflow-x: visible !important;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner > li{
	margin-bottom:0;
    padding-left: 0;	
}
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner > li:before{
	display:none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner > li > a{
	display: block;
    color: #c4c4c4;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    cursor: pointer;
    padding: 15px 0;
    font-weight: 400;
    text-transform: none;
    white-space: normal;	
	width: 100%;
}  
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner > li:last-child > a{
	border-bottom:none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner > li > a:focus,
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner > li > a:hover{
	background-color: transparent;
    color: #ffffff;
    outline: none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu.inner > li > a > span.glyphicon{
	display:none;
}

/* select dropdown end */

/* section heading start */
.fixit_section_heading {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 60px;
}
.fixit_section_heading h3.title {
	font-size: 36px;
	color: #36434d;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.fixit_section_heading h3.title:before, .fixit_section_heading h3.title:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	background-color: #36434d;
	height: 1px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.fixit_section_heading h3.title:before {
	width: 50px;
	margin-bottom: 1px;
}
.fixit_section_heading h3.title:after {
	width: 40px;
	top: calc(100% + 2px);
}
.fixit_section_heading p.sub_title {
	line-height: 24px;
	margin-bottom: 0;
}
.fixit_section_heading.light p.sub_title, .fixit_section_heading.light h3.title {
	color: #ffffff;
}
.fixit_section_heading.light h3.title:before, .fixit_section_heading.light h3.title:after {
	background-color: #ffffff;
}
/* section heading end */

/* social start */
.fixit_social {
	display: inline-block;
}
.fixit_social > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.fixit_social > ul > li {
	margin: 0 9px;
	float: left;
}
.fixit_social > ul > li:first-child {
	margin-left: 0;
}
.fixit_social > ul > li:last-child {
	margin-right: 0;
}
.fixit_social > ul > li > a {
	width: 27px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	display: block;
	color: #c4c4c4;
	font-size: 11px;
	border: 2px solid;
	border-radius: 12px 0 12px 0;
}
.fixit_social > ul > li > a:hover {
	color: #18b870;
}
/* social end */

/* owl slider controls start */
.owl-carousel img {
	backface-visibility: hidden;
}
.owl-carousel .owl-controls {
	width: 100%;
	float: left;
}
.owl-carousel .owl-controls .owl-dots {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dots > .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
}
.owl-carousel .owl-controls .owl-dots > .owl-dot > span {
	width: 15px;
	height: 15px;
	border-radius: 15px 0 15px 15px;
	background-color: #feef1f;
	display: block;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	backface-visibility: hidden;
}
.owl-carousel .owl-controls .owl-dots > .owl-dot.active > span {
	background-color: #18b870;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.owl-carousel .owl-controls .owl-nav > div {
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background-color: #36434d;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 2px 10px rgba(93, 82, 76, 0.3);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-controls .owl-nav > div:hover {
	background-color: #18b870;
}
.owl-carousel .owl-controls .owl-nav > div.owl-prev {
	left: -75px;
	border-top-left-radius: 0;
	background-image: url(../images/icon/owl_prev.svg);
}
.owl-carousel .owl-controls .owl-nav > div.owl-next {
	right: -75px;
	border-top-right-radius: 0;
	background-image: url(../images/icon/owl_next.svg);
}
/* owl slider controls end */

/* calendar start */
.fixit_calendar {
	width: 100%;
	float: left;
}
.fixit_calendar .xdsoft_datetimepicker {
	width: 100%;
	padding: 0;
	border: none;
	font-family: 'Raleway', sans-serif;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_datepicker {
	width: 100%;
	margin-left: 0;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker {
	width: 100%;
	float: left;
	background-color: transparent;
	color: #36434d;
	text-align: center;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_next, .fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_prev {
	width: 30px;
	height: 37px;
	background-image: none;
	position: relative;
	overflow: visible;
	opacity: 1;
	text-indent: inherit;
	float: none;
	display: inline-block;
	margin: 0 auto;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_prev:after {
	content: "\f104";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	color: #1bce7c;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	width: 30px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-weight: bold;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_next:after {
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	color: #1bce7c;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	width: 30px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-weight: bold;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker button.xdsoft_today_button {
	display: none;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label {
	background-color: transparent;
	float: none;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	height: 37px;
	line-height: 37px;
	padding: 0 3px;
	-webkit-transform: translateY(-13px);
	-moz-transform: translateY(-13px);
	-ms-transform: translateY(-13px);
	-o-transform: translateY(-13px);
	transform: translateY(-13px);
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label.xdsoft_year {
	width: auto;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label:hover > span {
	text-decoration: none;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label > i {
	display: none;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_mounthpicker .xdsoft_label .xdsoft_select {
	display: none !important;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar th {
	width: 39px !important;
	height: 31px;
	line-height: 31px;
	text-align: center;
	padding-right: 0;
	margin-bottom: 5px;
	color: #36434d;
	font-weight: bold;
	font-size: 15px;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar td, .fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar th {
	border: none;
	width: auto;
	background: none !important;
	box-shadow: none !important;
	padding: 4px;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #fff;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar td:hover div {
	background-color: #18b870;
	border-bottom-color: #15a663;
	color: #fff;
	font-weight: bold;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div {
	background-color: #18b870;
	border-bottom-color: #15a663;
	color: #fff;
	font-weight: bold;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today div {
	background-color: #18b870;
	border-bottom-color: #15a663;
	color: #fff;
	font-weight: bold;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar td:hover {
	background: none !important;
}
.fixit_calendar .xdsoft_datetimepicker .xdsoft_calendar td div {
	line-height: 35px;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #36434d;
	padding-right: 0;
	border: none;
	margin-bottom: 0;
	margin-right: 0;
	width: 35px;
	height: 35px;
	border-radius: 17px 0 17px 0;
	border-bottom: 3px solid transparent;
}
/* calendar end */

/* pagination start */
.fixit_pagination {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.fixit_pagination > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.fixit_pagination > ul > li {
	float: left;
}
.fixit_pagination > ul > li > a {
	display: block;
	height: 45px;
	line-height: 44px;
	background-color: #feef1f;
	color: #36434d;
	border-bottom: 3px solid #ddab05;
	border-radius: 22.5px 0 22.5px 0;
	margin: 0 15px;
	padding: 0 19px;
	font-size: 16px;
	font-weight: bold;
}
.fixit_pagination > ul > li.active > a, .fixit_pagination > ul > li > a:hover {
	color: #fff;
	background-color: #18b870;
	border-bottom-color: #15a663;
}
.fixit_pagination > ul > li:first-child > a {
	margin-left: 0;
}
.fixit_pagination > ul > li:last-child > a {
	margin-right: 0;
}
.fixit_pagination .pagination > li > a, .fixit_pagination .pagination > li > span {
	display: block;
	height: 45px;
	line-height: 44px;
	background-color: #feef1f;
	color: #36434d;
	border: none;
	border-bottom: 3px solid #ddab05;
	border-radius: 22.5px 0 22.5px 0;
	margin: 0 15px;
	padding: 0 19px;
	font-size: 16px;
	font-weight: bold;
}
.fixit_pagination .pagination > li:first-child > a, .fixit_pagination .pagination > li:first-child > span {
	margin-left: 0;
	border-radius: 22.5px 0 22.5px 0;
}
.fixit_pagination .pagination > li:last-child > a, .fixit_pagination .pagination > li:last-child > span {
	border-radius: 22.5px 0 22.5px 0;
	margin-right: 0;
}
.fixit_pagination .pagination > .active > a, .fixit_pagination .pagination > .active > span, .fixit_pagination .pagination > .active > a:hover, .fixit_pagination .pagination > .active > span:hover, .fixit_pagination .pagination > .active > a:focus, .fixit_pagination .pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #18b870;
	border-bottom-color: #15a663;
}
.fixit_pagination .pagination > .disabled > span, .fixit_pagination .pagination > .disabled > span:hover, .fixit_pagination .pagination > .disabled > span:focus, .fixit_pagination .pagination > .disabled > a, .fixit_pagination .pagination > .disabled > a:hover, .fixit_pagination .pagination > .disabled > a:focus {
	color: #ddd;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #eee;
}
/* pagination end */
/* input box and error/success message start */
.input_wrapper {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
.input_wrapper > textarea, .input_wrapper  input {
	width: 100%;
	float: left;
	height: 40px;
	background-color: #475966;
	border: none;
	border-bottom: 3px solid #596f7e;
	border-radius: 5px;
	padding: 0 16px;
	outline: none;
	color: #ffffff;
}
.input_wrapper > textarea {
	height: auto;
	padding: 16px;
	min-height: 130px;
}
.input_wrapper select {
	width: 100%;
	float: left;
	height: 40px;
	background-color: #475966;
	border: none;
	border-bottom: 3px solid #596f7e;
	border-radius: 5px;
	padding: 0 16px;
	outline: none;
	color: #ffffff;
}
.input_wrapper.light > textarea, .input_wrapper.light > input {
	background-color: #ffffff;
	border-bottom-color: #eaeaea;
	color: #36434d;
}
.input_wrapper.light select {
	background-color: #ffffff;
	border-bottom-color: #eaeaea;
	color: #36434d;
}
.input_wrapper .input_error {
	position: absolute;
	line-height: 37px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0 20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 3px solid #eaeaea;
	border-radius: 3px;
	background-color: #f2f2f2;
	top: 120%;
	left: 0px;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.input_wrapper .input_error:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 10px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #f2f2f2;
	z-index: 1;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.input_wrapper .input_error:after {
	content: '';
	position: absolute;
	top: -7px;
	left: 9px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #eaeaea;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	-o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
	transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.input_wrapper.error textarea, .input_wrapper.error input {
	border-bottom-color: #ff0000;
}
.input_wrapper.error .input_error {
	top: 100%;
	opacity: 1;
	visibility: visible;
	color: #ff0000;
}
.input_wrapper.success textarea, .input_wrapper.success input {
	border-bottom-color: #18b870;
}
.input_wrapper.success .input_error {
	top: 100%;
	opacity: 1;
	visibility: visible;
	color: #18b870;
}
/* input box and error/success message end */

/* page loader start */
.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
	text-align: center;
	background-color: #FFF;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.css3-spinner > div.css3-spinner-cube1 {
	border: 4px solid #E0E0E0;
	border-radius: 50%;
	border-top: 4px solid #18b870;
	width: 40px;
	height: 40px;
	-webkit-animation: spin_spinner1 1.5s linear infinite;
	-moz-animation: spin_spinner1 1.5s linear infinite;
	animation: spin_spinner1 1.5s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px;
}
@-webkit-keyframes spin_spinner1 {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin_spinner1 {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@keyframes spin_spinner1 {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.css3-spinner > div.css3-spinner-cube2 {
	border: 4px solid #36434d;
	border-radius: 50%;
	border-top: 4px solid #18B870;
	width: 20px;
	height: 20px;
	-webkit-animation: spin_spinner1 1.5s linear infinite;
	-moz-animation: spin_spinner1 1.5s linear infinite;
	animation: spin_spinner1 1.5s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10.5px;
	margin-left: -10px;
}
/* page loader end */

/* accordion start */
.fixit_accordion_wrapper {
	width: 100%;
	float: left;
}
.fixit_accordion_wrapper .panel-default {
	border: none;
	box-shadow: none;
}
.fixit_accordion_wrapper .panel-default > .panel-heading {
	padding: 0;
	background-color: transparent;
	border: none;
}
.fixit_accordion_wrapper .panel-group .panel-heading + .panel-collapse > .panel-body, .fixit_accordion_wrapper .panel-group .panel-heading + .panel-collapse > .list-group, .fixit_accordion_wrapper .panel-default .panel-body {
	border-top: none;
	text-align: center;
	line-height: 24px;
}
.fixit_accordion_wrapper .panel-default > .panel-heading > .panel-title > a {
	min-height: 52px;
	background-color: #feef1f;
	border-radius: 20px 0 20px 0;
	outline: none;
	box-shadow: none;
	border-bottom: 3px solid #ddab05;
	font-size: 16px;
	font-weight: bold;
	color: #36434d;
	padding: 16px 21px;
	padding-right: 50px;
	display: block;
	position: relative;
}
.fixit_accordion_wrapper .panel-default > .panel-heading > .panel-title > a > span {
	float: right;
	font-size: 22px;
	margin-left: 10px;
	position: absolute;
	top: calc(50% - 9px);
	right: 20px;
}
.fixit_accordion_wrapper .panel-default > .panel-heading > .panel-title > a[aria-expanded=true] {
	color: #ffffff;
	background-color: #36434d;
	border-color: #566c7d;
}
.fixit_accordion_wrapper .panel-default > .panel-heading > .panel-title > a[aria-expanded=true] > span {
	color: #ffffff;
}
/* accordion end */

/* image popup start */
.mfp-bg{
	z-index: 1000000 !important;
}
.mfp-wrap{
	z-index: 1000001 !important;
}
/* image popup end */

/* checkbox start */
.fixit_checkbox {
	float: left;
	width: 100%;
	text-align: left;
}
.fixit_checkbox [type="checkbox"]:not(:checked), .fixit_checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.fixit_checkbox [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.fixit_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #263238;	
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;

}
.fixit_checkbox [type="checkbox"]:not(:checked) + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background-color: #B0BEC5;
	border-radius: 2px;
	outline: none;
}
.fixit_checkbox [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #B0BEC5;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	outline: none;
}
.fixit_checkbox [type="checkbox"]:not(:checked) + label:after, .fixit_checkbox [type="checkbox"]:checked + label:after {
    content: "";
    width: 14px;
	height: 14px;
	background-color: #18b870;
    background-image: url(../images/icon/checked.svg);
    background-repeat: no-repeat;
	background-position: center;
    background-size: 10px 8px;
	border-radius: 2px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.fixit_checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transition:all 0.3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.fixit_checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	transition:all 0.3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.fixit_checkbox [type="checkbox"]:disabled:not(:checked) + label:before, .fixit_checkbox [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.fixit_checkbox [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}
.fixit_checkbox [type="checkbox"]:disabled + label {
	color: #aaa;
}
/* checkbox end */

/* radio start */
.fixit_radio {
	float: left;
	width: 100%;
	text-align: left;
}
.fixit_radio [type="radio"]:not(:checked), .fixit_radio [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
.fixit_radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
.fixit_radio [type="radio"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #263238;	
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;

}
.fixit_radio [type="radio"]:not(:checked) + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background-color: #B0BEC5;
	border-radius: 14px;
	outline: none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.fixit_radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #18b870;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	outline: none;
}
.fixit_radio [type="radio"]:checked + label:after {
	content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    top: 6px;
    left: 3px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.fixit_radio [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.fixit_radio [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.fixit_radio [type="radio"]:disabled:not(:checked) + label:before, .fixit_radio [type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.fixit_radio [type="radio"]:disabled:checked + label:after {
	color: #999;
}
.fixit_radio [type="radio"]:disabled + label {
	color: #aaa;
}
/* radio end */

.fixit_iframe_wrapper{
	width:100%;
	float:left;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.fixit_iframe_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/***********************************************************************************
 27. typography end
***********************************************************************************/

/***********************************************************************************
 28. splash screen start
***********************************************************************************/
.fixit_splash .fixit_main_slider {
	position: relative;
}
.fixit_splash .fixit_main_slider > .fixit_main_slider_img {
	position: relative;
}
.fixit_splash .fixit_main_slider > .fixit_main_slider_img img {
	width: 100%;
}
.fixit_splash .fixit_main_slider .fixit_slider_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(54, 67, 77, 0.85);
}
.fixit_splash .fixit_main_slider .fixit_slider_overlay .fixit_slider_content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.fixit_splash .fixit_main_slider .fixit_slider_overlay .fixit_slider_content h3 {
	font-size: 50px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 900;
	letter-spacing: 3px;
}
.fixit_splash .fixit_main_slider .fixit_slider_overlay .fixit_slider_content h3 span {
	font-size: 70px;
	color: #18b870;
}
.fixit_splash .fixit_main_slider .fixit_slider_overlay .fixit_slider_content p {
	font-size: 20px;
	margin-bottom: 30px;
}
.fixit_splash .fixit_project_wrapper .project_overlay {
	border-radius: 0;
}
.fixit_splash .project_link {
	display: block;
	text-align: center;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	clear: both;
	margin-bottom: 50px;
}
.fixit_splash .project_link span.fixit_tag {
	background-color: #18bc72;
	color: #fff;
	font-size: 15px;
	border-radius: 2px;
	padding: 0px 5px;
	font-weight: 600;
	letter-spacing: 1px;
}
/* .fixit_splash .fixit_footer .fixit_social {
	float: right;
	margin-top: 10px;
} */
/* .fixit_splash .widget.contact_detail {
	text-align: center;
} */
/* .fixit_splash .fixit_footer .widget, .fixit_splash .widget.contact_detail > .mailto, .fixit_splash .widget.contact_detail > .address {
	margin-bottom: 0;
} */
.fixit_splash .fixit_footer .widget.logo {
	margin-top: 7px;
}
.fixit_splash .fixit_our_service_wrapper > ul > li:hover > .fixit_our_service .fixit_our_service_img img {
	opacity: 0;
	visibility: hidden;
}
.fixit_splash .fixit_footer * {
	backface-visibility: hidden;
}
/***********************************************************************************
 28. splash screen end
***********************************************************************************/

/***********************************************************************************
 29. shop start
***********************************************************************************/
.fixit_product_wrapper{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 35px;	
}
.fixit_product_wrapper .product_image{
	width: 100%;
    float: left;
	position: relative;
}
.fixit_product_wrapper .product_image img{
	width:100%;
}
.fixit_product_wrapper .product_image .product_overlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(54, 67, 77, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate3d(1, 1, 0, 45deg);
    -moz-transform: rotate3d(1, 1, 0, 45deg);
    transform: rotate3d(1, 1, 0, 45deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
.fixit_product_wrapper:hover .product_image .product_overlay{
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
    -moz-transform: rotate3d(1, 1, 0, 0deg);
    transform: rotate3d(1, 1, 0, 0deg);	
}
.fixit_product_wrapper .product_image .product_overlay .link_wrapper{
	position:absolute;
	top: 50%;
    left: 0;
    right: 0;
    -webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	text-align:center;
}
.fixit_product_wrapper .product_image .product_overlay .link_wrapper a{
	color: #ffffff;
    padding: 10px;
    font-size: 20px;
	background-color: transparent;
}
.fixit_product_wrapper .product_image .product_overlay .link_wrapper a.added_wishlist,
.fixit_product_wrapper .product_image .product_overlay .link_wrapper a:hover{
	color: #18b870;
}

.fixit_product_wrapper .product_detail{
	width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    background-color: #f7f7f7;
}
.fixit_product_wrapper .product_detail h4{
	margin: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.fixit_product_wrapper .product_detail h4 a{
    color: #36434d;	
}
.fixit_product_wrapper .product_detail span.price{
	font-size: 30px !important;
    color: #18b870 !important;
    font-weight: 600;
}

/* featured product start */
.fixit_product_wrapper.featured_product{
	background-color: #f7f7f7;
}
.fixit_product_wrapper.featured_product .product_image{
	width:50%;
	float:left;
}
.fixit_product_wrapper.featured_product .product_detail{
	width:50%;
	float:left;
	padding: 50px 25px;
	text-align:left;
}
.fixit_product_wrapper.featured_product .product_detail .price{
	margin-bottom:15px;
	display: block;
}
.fixit_product_wrapper.featured_product .product_detail .fixit_btn{
	margin-bottom:20px;
}
.fixit_product_wrapper.featured_product .product_detail .share_product h5{
	margin-bottom:20px;
}
/* featured product end */

/* shop page banner start */
.fixit_shop_banner{
	width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.fixit_shop_banner .fixit_shop_banner_inner{
	width: 100%;
    float: left;
    padding: 85px 0;
    text-align: center;
    background-color: rgba(102, 187, 106, 0.9);
    padding-bottom: 0;
	overflow:hidden;
}
.fixit_shop_banner .fixit_shop_banner_inner .banner_content{
	color: #fff;
    margin: 120px auto;
	text-align: left;
}
.fixit_shop_banner .fixit_shop_banner_inner .banner_content > h3{
	margin:0;
	font-size: 60px;
    font-weight: 300;
	margin-bottom:20px;
	opacity:0;
}
.fixit_shop_banner .fixit_shop_banner_inner .banner_content > h3 > span{
	font-weight: 900;
    text-transform: uppercase;
	color: #feef1f;
}
.fixit_shop_banner .fixit_shop_banner_inner .banner_content > p{
	margin-bottom:20px;
	opacity:0;
}
.fixit_shop_banner .fixit_shop_banner_inner .banner_content > a{
	opacity:0;
}

@-webkit-keyframes shop_banner_content{
	0%{-webkit-transform:translateX(50px); opacity:0;}
	100%{-webkit-transform:translateX(0px); opacity:1;}
}
@-moz-keyframes shop_banner_content{
	0%{-moz-transform:translateX(50px); opacity:0;}
	100%{-moz-transform:translateX(0px); opacity:1;}
}
@keyframes shop_banner_content{
	0%{transform:translateX(50px); opacity:0;}
	100%{transform:translateX(0px); opacity:1;}
}
.fixit_loaded .fixit_shop_banner .fixit_shop_banner_inner .banner_content > a,
.fixit_loaded .fixit_shop_banner .fixit_shop_banner_inner .banner_content > p,
.fixit_loaded .fixit_shop_banner .fixit_shop_banner_inner .banner_content > h3{
	-webkit-animation: shop_banner_content 0.3s;
	-moz-animation: shop_banner_content 0.3s;
	animation: shop_banner_content 0.3s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.fixit_loaded .fixit_shop_banner .fixit_shop_banner_inner .banner_content > h3{
	-webkit-animation-delay:0.5s;
	-moz-animation-delay:0.5s;
	animation-delay:0.5s;
}
.fixit_loaded .fixit_shop_banner .fixit_shop_banner_inner .banner_content > p{
	-webkit-animation-delay:0.7s;
	-moz-animation-delay:0.7s;
	animation-delay:0.7s;
}
.fixit_loaded .fixit_shop_banner .fixit_shop_banner_inner .banner_content > a{
	-webkit-animation-delay:0.9s;
	-moz-animation-delay:0.9s;
	animation-delay:0.9s;
}

.fixit_shop_banner .fixit_shop_banner_inner .banner_image img{
	max-width:100%;
	opacity:0;
	max-height:536px;
	visibility:hidden;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	transform:translateY(100%);
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}

.fixit_loaded .fixit_shop_banner .fixit_shop_banner_inner .banner_image img{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	transform:translateY(0);
}


/* shop page banner end */

/* wishlist message box start */
.fixit_wishlist_message{
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    background-color: #fff;
    padding: 20px;
	text-align: center;
	min-width: 260px;
	backface-visibility:hidden;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%,-50%) scale(1.2);
    -moz-transform: translate(-50%,-50%) scale(1.2);
    transform: translate(-50%,-50%) scale(1.2);
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -moz-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -o-transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
    transition: all 300ms cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -webkit-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -moz-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
    -o-transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
    transition-timing-function: cubic-bezier(0.685, 0.010, 0.355, 0.995);
}
.fixit_wishlist_message.open{
	opacity:1;
	visibility:visible;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}

.fixit_wishlist_message > i{
	font-size: 30px;
    color: #18b870;
	margin-bottom: 10px;
}
.fixit_wishlist_message > h3{
	margin: 0;
    margin-bottom: 10px;
}
.fixit_wishlist_message > p{
	margin: 0;
    font-weight: 500;
}
/* wishlist message box end */

/* cart page start */
.woocommerce table.shop_table{
	background-color:transparent!important;
    text-align: left;
    width: 100%;
    border-radius: 0;
	margin-bottom:30px;
	border: none !important;
}
.woocommerce table.shop_table thead tr th{
	padding: 10px 15px;
    font-size: 16px !important;
    font-weight: 500;
    background-color: #36434d;
    color: #fff;
	text-transform: capitalize;
}
.woocommerce table.shop_table tbody tr.cart_item{
	border-bottom: 1px solid #dedede;
}
.woocommerce table.shop_table tbody tr td{
	padding: 10px 15px;
}
.woocommerce table.shop_table tbody tr td a{
	color: #36434d;
}
.woocommerce table.shop_table tbody tr td a:hover{
	color: #18b870;
}
.woocommerce table.shop_table tbody tr td a.fixit_btn:hover{
	color:#ffffff;
}
.woocommerce table.shop_table tbody tr td.product-remove a{
	margin-left:20px;
}
.woocommerce table.shop_table tbody tr td.product-remove a:hover{
	color: #F44336;
}
.woocommerce table.shop_table tbody tr td.product-name dl{
	margin-bottom: 0;
}
.woocommerce table.shop_table tbody tr td.product-name dl dt{
	float: left;
    margin-right: 15px;
}
.woocommerce table.shop_table tbody tr td.product-quantity input{
	background-color: #e6e6e6;
    border: none;
    padding: 5px;
    max-width: 50px;
    outline: none;
    text-align: center;
	line-height: 1.5 !important;
}
.woocommerce table.shop_table tbody tr td.product-subtotal{
	font-weight:bold;
}

.shipping ul{
	list-style:none;
	padding:0;
	margin:0;
}
.shipping ul .fixit_select_dropdown_wrapper{
	margin: 0;
	margin-bottom:10px;
    width: 100%;
}
.shipping ul .fixit_select_dropdown_wrapper .btn.dropdown-toggle{
	background-color: #ffffff;
    border-bottom-color: #eaeaea;
    color: #36434d;
    padding: 0 16px;
}
.coupon p,
.shipping .shipping-form p{
	margin-bottom:30px;
}

.cart_totals{
    background-color: #36434d;
    color: #fff;
    padding: 15px 35px;
    width:33.3% !important;	
}
.cart_totals > h2{
	margin: 0;
	margin-top:8px;
    margin-bottom: 20px;
}
.cart_totals ul{
	list-style:none;
	padding:0;
	margin:0;
}
.cart_totals ul li{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.cart_totals ul li label{
	font-weight:500;
	float:left;
}
.cart_totals ul li span{
	float:right;
	color:#18b870;
	font-weight: 600;
}
.cart_totals .order_total{
	width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #18b870;
    padding: 10px;
    margin-bottom: 20px;
}
.cart_totals .order_total label{
    margin-bottom: 0;
    font-weight: 500;	
}
.cart_totals .order_total span{
	float: right;
    font-weight: 600;
}

/* cart page end */

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

.star-rating {
	position: relative;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	width: 5.3em;
	font-family: star;
	text-align: center;
	float:left;
}
.star-rating:before {
	content: "\53\53\53\53\53";
	color: #cecece;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}
.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #18b870;
}

.stars{
	position: relative;
    font-size: 1em;
	margin: 0 0 10px;
}
.stars a{
	margin-right:10px;
	color:#ccc;
}
.stars a.active,
.stars a:hover{
	color:#18b870;
}
.stars a.star-1:after, 
.stars a.star-2:after,
.stars a.star-3:after,
.stars a.star-4:after,
.stars a.star-5:after{
	font-family: star;
    text-indent: 0;
}
.woocommerce p.stars a.star-1:after{
    content: "\53";	
}
.woocommerce p.stars a.star-2:after{
    content: "\53\53";	
}
.woocommerce p.stars a.star-3:after{
    content: "\53\53\53";	
}
.woocommerce p.stars a.star-4:after{
    content: "\53\53\53\53";	
}
.woocommerce p.stars a.star-5:after{
    content: "\53\53\53\53\53";	
}


.stars a.star-1 {
    width: 2em;
}
.stars a.star-2 {
    width: 3em;
}
.stars a.star-3 {
    width: 4em;
}
.stars a.star-4 {
    width: 5em;
}
.stars a.star-5 {
    width: 6em;
}
/*star rating end*/

/* product single page start */
.woocommerce.single-product .product{
	width:100%;
	float:left;
}
.woocommerce.single-product .product .images{
	width:100%;
	float:left;	
	margin-bottom: 50px;
}
.woocommerce.single-product .product .images img{
	width:100%;
}

.woocommerce.single-product .product .images .product_image_slider.owl-carousel .owl-controls .owl-dots{
	margin-top: -30px;
    position: relative;
}

.woocommerce.single-product .product .entry-summary{
	width:100% !important;
	float:left !important;	
	margin-bottom: 50px !important;
	margin-top:0px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color:#9e9e9e;
    font-size:18px;
}
.woocommerce.single-product .product .entry-summary .stock{
    margin-bottom: 10px !important;
    font-size: 18px !important;
    color: #9e9e9e !important;
}
.woocommerce.single-product .product .entry-summary .stock > span{
    font-weight: 600;	
}
.woocommerce.single-product .product .entry-summary .stock.in-stock > span{
    color: #18b870;
}
.woocommerce.single-product .product .entry-summary .stock.out-of-stock > span{
    color: #E53935;
}

.woocommerce.single-product .product .entry-summary .product_title{
    margin: 0;
    margin-bottom: 10px;
    font-size: 26px;
}
.woocommerce.single-product .product .entry-summary .price_wrapper{
    margin-bottom: 10px;
    font-size: 18px;
    color: #9e9e9e;
}
.woocommerce.single-product .product .entry-summary .price_wrapper p{
	margin-bottom:0;
}

.woocommerce.single-product .product .entry-summary .price_wrapper ins{
    margin-left: 15px;
    text-decoration: none;	
}
.woocommerce.single-product .product .entry-summary .price_wrapper p > span,
.woocommerce.single-product .product .entry-summary .price_wrapper ins .amount{
	color: #36434d;
    font-weight: 700;
    font-size: 24px;
}

.woocommerce.single-product .product .entry-summary .rating_wishlist_wrapper{
	width:100%;
	float:left;
	background-color: #F5F5F5;
	margin-bottom:20px;
	padding: 20px;
	padding-bottom: 10px;
}
.woocommerce.single-product .product .entry-summary .woocommerce-product-rating{
	float: left;
    margin-bottom: 10px;
}
.woocommerce.single-product .product .entry-summary .woocommerce-product-rating .woocommerce-review-link{
	float:left;
	margin-left:9px;
	color: #36434d;
	line-height: 1.1em;
}

.woocommerce.single-product .product .entry-summary .add_to_wishlist{
	float: left;
    margin-bottom: 10px;
}
.woocommerce.single-product .product .entry-summary .add_to_wishlist a{
	float:left;
	margin-left:15px;
	color: #36434d;
	line-height: 1.1em;
}

.woocommerce.single-product .product .entry-summary .description{
    width: 100%;
    float: left;
	margin:10px 0px 20px 0px;
    font-size: 13px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #9a9a9a;
}
.woocommerce .quantity .qty{
	width:80px!important;
}
.product_meta .posted_in a, .product_meta .tagged_as a {
    color: #18b870;
}
.woocommerce.single-product .product .entry-summary .description ul{
	list-style:none;
	padding-left: 20px;
	margin:0px;
}
.woocommerce.single-product .product .entry-summary .description ul li{
	display:block;
	margin-bottom:10px;
	position:relative;
}
.woocommerce.single-product .product .entry-summary .description ul li:before{
	content: "\f046";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	margin-right:6px;
	color: #18b870;
}
.woocommerce.single-product .product .entry-summary .product_action{
	width:100%;
	float: left;
    margin-bottom: 10px;
}
.woocommerce.single-product .product .entry-summary .product_action .quantity{
	float:left;
}
.woocommerce.single-product .product .entry-summary .product_action .quantity input{
	background-color: #e6e6e6;
    border: none;
    padding: 5px;
	height:40px;
	width: 100%;
    max-width: 80px;
    outline: none;
    text-align: center;
}
.woocommerce.single-product .product .entry-summary .product_action .fixit_btn{
	margin:0 auto;
	float:left;
	margin-left:15px;
}


.description_tab_wrapper{
	width:100%;
	float: left;
	margin-bottom:30px;
}
.description_tab_wrapper .description_tab{
	width:auto;
	float: left;
}
.description_tab_wrapper .description_tab ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
.description_tab_wrapper .description_tab ul li{
	float:left;
}
.description_tab_wrapper .description_tab ul li a{
    display: block;
    padding: 10px 20px;
    background-color: #36434d;
    color: #ffffff;
    font-weight: 500;
    margin-right: 1px;
}
.description_tab_wrapper .description_tab ul li a.active{
	background-color: #f5f5f5;
    color: #36434d;

}
.description_tab_wrapper .description_tab_content{
	width:100%;
	float: left;
	background-color:#f5f5f5;
	padding:30px;
	margin-top: 0px !important;
}
.description_tab_wrapper .description_tab_content table{
	width:100%;
	margin-bottom:20px;
}
.description_tab_wrapper .description_tab_content table thead{
	
}
.description_tab_wrapper .description_tab_content table thead tr{
	background-color: #dedede;
}
.description_tab_wrapper .description_tab_content table thead tr th{
	padding: 10px;
}
.description_tab_wrapper .description_tab_content table tr:nth-child(2n){
	background-color:#efefef;
}
.description_tab_wrapper .description_tab_content table tr td{
	padding: 10px;
	width: 70%;
}

.description_tab_wrapper .description_tab_content #comments{
	width:100%;
	float:left;
}
.description_tab_wrapper .description_tab_content #comments .woocommerce-Reviews-title{
	margin: 0;
    font-size: 20px;
	margin-bottom: 15px;
}
.description_tab_wrapper .description_tab_content #comments .commentlist{
	list-style:none;
	padding:0;
	margin-bottom:15px;
}
.description_tab_wrapper .description_tab_content #comments .commentlist > li{
	background-color:#ffffff !important;
	width:100% !important;
	float:left !important;
	padding: 10px !important;
	margin-bottom: 1px !important;
	position:relative !important;
}
.description_tab_wrapper .description_tab_content #comments .commentlist > li > ul{
    width: 100%;
    float: left;
	list-style: none;
    padding-left: 70px;
    margin-top: 10px;    
}
.description_tab_wrapper .description_tab_content #comments .commentlist > li > ul > li{
	width:100%;
	float:left;
}
.description_tab_wrapper .description_tab_content #comments .commentlist > li > ul > li .comment_container{
	border-top: 1px solid #f5f5f5;
    padding-top: 10px;
}

.description_tab_wrapper .description_tab_content #comments .commentlist > li .comment_container > img{
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px !important;
    float: left !important;
    margin-right: 20px !important;
    background-color: transparent !important;
    border: none !important;
}
.description_tab_wrapper .description_tab_content #comments .commentlist > li .comment_container > .comment-text{
	width:calc(100% - 80px);
	float:left;
	padding:5px 0px;
}
.description_tab_wrapper .description_tab_content #comments .commentlist > li .comment_container > .comment-text .star-rating{
	float:right;
}
.description_tab_wrapper .description_tab_content #comments .commentlist > li .comment_container > .comment-text .meta > span{
	font-size: 12px;
    font-weight: 500;
    color: #a2a2a2;
}
.description_tab_wrapper .description_tab_content #review_form_wrapper{
	width:100%;
	float:left;
}

.fixit_related_product{
	width:100%;
	float:left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none !important;
    padding:0px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 15px !important;
    color: #36434d !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin:0px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child{
	margin-bottom:30px !important;
}
/* product single page end */


/* checkout page start */
.woocommerce .woocommerce-checkout{
	width:100%;
	float:left;
}
.woocommerce .woocommerce-checkout > h3{
	margin: 0;
    margin-bottom: 30px;
    font-size: 36px;
    color: #36434d;
    font-weight: bold;
}
.woocommerce .woocommerce-checkout .input_wrapper{
	margin-bottom:30px;
}
.woocommerce .woocommerce-checkout .input_wrapper .required{
	font-size: 20px;
    line-height: 1px;
    color: red;
    display: inline-block;
}

.woocommerce-checkout-review-order{
	width:100%;
	float:left;
	background-color: #efefef;
    padding: 20px;
}
.woocommerce-checkout-review-order > h3{
	margin: 0;
    margin-bottom: 20px;
}
.woocommerce-checkout-review-order table{
	width:100%;
	font-weight: 500;	
	margin-bottom:30px;
}
.woocommerce-checkout-review-order table td,
.woocommerce-checkout-review-order table th{
	padding:10px 0;
}
.woocommerce-checkout-review-order table td:last-child,
.woocommerce-checkout-review-order table th:last-child{
	text-align:right;
}
.woocommerce-checkout-review-order table thead{
	border-bottom: 1px solid #ccc;
}
.woocommerce-checkout-review-order table tbody{
	border-bottom: 1px solid #ccc;
}
.woocommerce-checkout-review-order table tbody td.product-name{
	font-size:14px;
}
.woocommerce-checkout-review-order table tbody td.product-name .variation{
	margin-bottom:0;
	font-size:10px;
}
.woocommerce-checkout-review-order table tbody td.product-name .variation dt{
	float:left;
	margin-right:8px;
}

.woocommerce-checkout-review-order .place-order{
	width:100%;
	float:left;
	text-align:center;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul{
	width: 100%;
    float: left;
	list-style:none;
	padding:0;
	margin:0;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li{
	width: 100%;
    float: left;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .fixit_radio label{
    width: 100%;
    float: right;
    padding: 10px 20px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .fixit_radio label:before{
	top: 13px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .fixit_radio label:after{
	top: 16px;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li:last-child{
	border-bottom:none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box{
	width: 100%;
    float: left;
    padding: 15px;
    background-color: #eaeaea;
	display:none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box img{
	max-width:100%;
}
/*--woocommerce pagination--*/
.woocommerce nav.woocommerce-pagination ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block !important;
	border:none !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
	z-index: 2 !important;
	color: #fff !important;
	background-color: #18b870 !important;
	border-bottom-color: #15a663 !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right:none !important;
    padding: 0;
    margin: 0;
    float: left;
    display: inline !important;
    overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    display: block !important;
    height: 45px !important;
    line-height: 44px !important;
    background-color: #feef1f !important;
    color: #36434d !important;
    border: none !important;
    border-bottom: 3px solid #ddab05 !important;
    border-radius: 22.5px 0 22.5px 0 !important;
    margin: 0 15px !important;
    padding: 0 19px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
a.added_to_cart.wc-forward {
    color: #18b870 !important;
    font-weight: bold;
    font-size: 18px !important;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 18px !important;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0 !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 {
    float: left;
   width: 100% !important;            
}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
    height: 40px !important;
    line-height: 38px !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #36434d !important;
    padding: 0 30px !important;
    background-color: #feef1f !important;
    border-radius: 20px 0 20px 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 3px solid #ddab05 !important;
    text-decoration: none !important;
    margin: 10px auto !important;
    cursor: pointer !important;
}

.widget_recently_viewed_products ul.product_list_widget li a {
    color: #36434d;           
}
.woocommerce #respond input#submit:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	color: #ffffff !important;
    background-color: #18b870 !important;
    border-color: #15a663 !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative !important;
    padding: 0 !important;
    margin-right: 20px !important;
}
.description_tab_content .review_form_wrapper h3.comment-reply-title {
    text-align: left !important;
    font-weight: normal !important;
    font-size: 24px !important;
}
.description_tab_content .review_form_wrapper h3.comment-reply-title:before, .description_tab_content .review_form_wrapper h3.comment-reply-title:after{
	display:none !important;
} 
.woocommerce-Reviews .input_wrapper > textarea {
	height: auto !important;
	min-height: 130px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px !important;
}
.woocommerce a.remove {
    display: block;
    font-size: 15px;
	color:#36434d !important;
}
.woocommerce a.remove:hover{
	color:#F44336 !important;
	background-color:transparent !important;
}
.coupon .input-text{

    padding: 5px 10px 5px !important;
    margin: 10px 11px 0 0 !important;
    height: 42px !important;
    color: #36434d !important;
    width: 150px !important;
    background-color: #ffffff !important;
    border-bottom: 3px solid #eaeaea !important;
    color: #36434d;
    border-radius: 5px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}
.coupon input{
	opacity:1 !important;
}
.shop_table tr th{
	font-weight:500 !important;
}
tr.order-total th, tr.order-total td {
    border: none !important;
	line-height: 1.4em !important;
}
.shop_table tr.order-total {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #18b870;
    padding: 10px;
    margin-bottom: 20px;
    border-top: none;
	color: #fff;
}
tr.order-total span.woocommerce-Price-amount.amount {
    color: #fff !important;
	float: right !important;
	font-weight: 600 !important;
}
.wc-proceed-to-checkout .fixit_btn {
    height: 40px !important;
    line-height: 38px !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #fff !important;
    padding: 0 30px !important;
    background-color:#18b870 !important;
    border-radius: 20px 0 20px 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 3px solid #15a663 !important;
    text-decoration: none !important;
    margin: 10px auto !important;
    cursor: pointer !important;
}
.wc-proceed-to-checkout .fixit_btn:hover{
	color: #ffffff !important;
    background-color: #18b870 !important;
    border-color: #15a663 !important;
}
tr.cart-subtotal span.woocommerce-Price-amount.amount {
    float: right !important;
	color:#18b870 !important;
}
.wc-proceed-to-checkout {
    padding: 0px !important;
}
tr.cart-subtotal th, tr.cart-subtotal td {
    line-height: 1.8 !important;
    padding: 10px 0px 15px 0px!important;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table{
	margin:0px !important;
}
.woocommerce-message{
	border-color:#18b870 !important;
}
.woocommerce-message:before {
    color:#18b870 !important;
}
.woocommerce-message a, .woocommerce-info a{
    height: 40px !important;
    line-height: 38px !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #36434d !important;
    padding: 0 30px !important;
    background-color: #feef1f !important;
    border-radius: 20px 0 20px 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 3px solid #ddab05 !important;
    text-decoration: none !important;
    cursor: pointer !important; 
	float:right;
}
.woocommerce-message a:hover, .woocommerce-info a:hover{
	color: #ffffff !important;
    background-color: #18b870 !important;
    border-color: #15a663 !important;
}
.return-to-shop .fixit_btn{
    height: 40px !important;
    line-height: 38px !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #36434d !important;
    padding: 0 30px !important;
    background-color: #feef1f !important;
    border-radius: 20px 0 20px 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 3px solid #ddab05 !important;
    text-decoration: none !important;
    margin: 10px auto !important;
    cursor: pointer !important;
}
.return-to-shop .fixit_btn:hover {
	color: #ffffff !important;
    background-color: #18b870 !important;
    border-color: #15a663 !important;
}
.woocommerce-billing-fields {
    width: 100%;
    float: left;
}
.woocommerce-billing-fields .woocommerce-checkout input, .woocommerce-billing-fields .woocommerce-checkout select, .woocommerce form .form-row .select2-container{
	width: 100% !important;
    float: left !important;
    height: 40px !important;
	background-color: #ffffff !important;
    border-bottom: 3px solid #eaeaea !important;
    color: #36434d !important;
	border-radius: 5px !important;
    padding: 0 16px !important;
	border-width:0px 0px 1px 0px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 48% !important;
}
.woocommerce-billing-fields input {
    margin-bottom: 10px !important;
}
.woocommerce-shipping-fields {
    width: 100%;
    float: left;
}
.woocommerce-shipping-fields textarea {
    min-height: 130px !important;
    border-bottom: 3px solid #eaeaea !important;
    border-width: 0px 0px 3px 0px !important;
	border-radius:5px !important;
	resize:none;
	padding:16px !important;
}
.fixit_shopsigle_sidebar .owl-carousel .owl-controls .owl-nav > div.owl-next {
    right: 0;
}
.fixit_shopsigle_sidebar .owl-carousel .owl-controls .owl-nav > div {
    margin-top: -90px;
    width: 35px;
    height: 35px;
}
.fixit_shopsigle_sidebar .owl-carousel .owl-controls .owl-nav > div.owl-prev {
    left: 0;
}
.fixit_shopsigle_sidebar .fixit_product_wrapper .product_detail h4 {
    font-size: 20px;
}
.fixit_shopsigle_sidebar .fixit_product_wrapper .product_detail span.price {
    font-size: 27px !important;
}
.fixit_shopsigle_sidebar .fixit_product_wrapper .product_detail {
    min-height: 112px;
}
.select2-container .select2-choice {
    border: none !important; 
    color: #36434d;
    line-height: 2.4em !important;
    background-color: transparent !important;
    height: 40px;
}
form.checkout_coupon input#coupon_code {
    height: 42px !important;
    padding: 16px !important;
    border-radius: 5px !important;
    border-bottom: 3px solid #eaeaea !important;
    border: 1px solid transparent;
    margin-top: 10px !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #eaeaea !important;
}
.woocommerce form .form-row .input-checkbox {
    margin: -5px 8px 0 0 !important;
    width: auto !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none !important;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 30px !important;
	color:#18b870 !important;
}
.woocommerce form .form-row.woocommerce-invalid label{
	color:#FF0000;
}
.woocommerce-error {
    border-top-color: #FF0000 !important;
    background-color: #efefef !important;
}
.woocommerce-error:before {
    color: #FF0000 !important;
}
.woocommerce-message , .woocommerce-info{
   background-color: #efefef !important;
}
.select2-search {
    margin: 0;
    padding-left:0px !important;
    padding-right:0px !important;
    padding-bottom: 4px !important;
    margin-top: 5px !important;
}
.select2-results {
	border:none !important;
}
.select2-drop-active {
    border: none !important;
    border-top: none;
}
.select2-results .select2-ajax-error, .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    padding: 10px !important;
	margin:0px;
}
/*--shop_sidebar--*/
.widget.woocommerce .widget_shopping_cart_content {
    width: 100%;
    float: left;
}
.widget.woocommerce .widget_shopping_cart_content ul li a{
	font-weight: bold;
    color: #36434d;
    line-height: 25px;
    margin-bottom: 17px;
    display: block;
}
.widget.woocommerce .widget_shopping_cart_content ul li a:hover{
	color:#18b870 !important;
}
.widget.woocommerce ul.cart_list li, .widget.woocommerce ul.product_list_widget li {
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 80px !important;
    height: 80px !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #dfdfdf;
    padding: 10px 0 0;
}
.widget.woocommerce.widget_shopping_cart .wc-forward {
	height: 40px !important;
    line-height: 38px !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #36434d !important;
    padding: 0 30px !important;
    background-color: #feef1f !important;
    border-radius: 20px 0 20px 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 3px solid #ddab05 !important;
    text-decoration: none !important;
    margin: 10px auto !important;
    cursor: pointer !important;
}
.widget.woocommerce.widget_shopping_cart .wc-forward:hover{
	color: #ffffff !important;
    background-color: #18b870 !important;
    border-color: #15a663 !important;
}
.widget_product_search form.woocommerce-product-search {
    position: relative;
}
.widget_product_search form.woocommerce-product-search:after{
	content: "\f002";
    position: absolute;
    top: 14px;
    right: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget.widget_search .form_group input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    padding-right: 40px;
    border: none;
    outline: none;
    border-bottom: 3px solid #475966;
}
.widget.woocommerce.widget_product_search input[type="search"] {
    width: 100% !important;
    height: 40px !important;
    padding: 0 20px !important;
    padding-right: 40px !important;
    border: none !important;
    outline: none !important;
    border-bottom: 3px solid #475966 !important;
}
.widget.woocommerce.widget_product_search input[type="submit"]{
    background-color: transparent!important;
    border: 1px solid transparent!important;
    color: #fff !important;
    padding: 7px 8px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    position: absolute;
    top: 0!important;
    right: 0!important;
    opacity: 0!important;
    z-index: 1000!important;
}
.widget.woocommerce.widget_product_search input[type="submit"]:hover{
	color: #ffffff !important;
    background-color: #18b870 !important;
	border-color:#18b870 !important;
}
.widget.woocommerce del {
    color:#18b870 !important;
}
.widget.woocommerce.widget_product_search input[type="submit"]:focus, .widget.woocommerce.widget_product_search input[type="search"]:focus{
	outline:none !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color:#18b870 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color:#18b870 !important;
}
.widget.woocommerce.widget_product_categories li {
    width: 100% !important;
    float: left !important;
    color: #18b870 !important;
    padding-left: 13px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    position: relative !important;
}
.widget.woocommerce.widget_product_categories li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #18b870;
    display: block;
}
.widget.woocommerce.widget_product_categories li.cat-item a {
    width: calc(100% - 30px)!important;
    float: left!important;
    color: #18b870!important;
    text-transform: uppercase!important;
    font-weight: bold !important;
    text-align: left !important;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a{
	height: 40px;
    line-height: 40px;
    border-radius: 20px 0 20px 0;
    font-size: 12px !important;
    font-weight: bold;
    color: #36434d;
    padding: 0 20px;
    background-color: #feef1f;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    background-color: #18b870;
    color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color:#dfdfdf !important;
}
.widget.woocommerce.widget_products li {
    padding: 0px !important;
}
.widget.woocommerce.widget_products li a{
    color:#36434d !important;
}
.widget.woocommerce.widget_products li a:hover{
    color:#18b870 !important;
}

.widget.woocommerce.widget_recent_reviews li a {
	color:#36434d !important;
}
.widget.woocommerce.widget_recent_reviews li a :hover{
    color:#18b870 !important;
}
.widget.woocommerce.widget_recent_reviews li  .star-rating{
	margin:10px 0px !important;
}
.widget.woocommerce.widget_top_rated_products li a{
	color:#36434d !important;
}
.widget.woocommerce.widget_top_rated_products li a:hover{
    color:#18b870 !important;
}
.widget_shopping_cart_content a.remove {
    color: #f00  !important;
}
.widget.woocommerce.widget_top_rated_products li  .star-rating{
	margin:10px 0px !important;
}
.widget.woocommerce .woocommerce-Price-amount.amount {
    color:#18b870 !important;
	font-weight:600;
}
.widget.woocommerce del .woocommerce-Price-amount.amount{
	font-weight:400 !important;
}
.widget.woocommerce ins {
    background: transparent !important;
}
p.lost_password a{
	color:#18b870 !important;
}
.woocommerce form.login input.input-text {
    height: 42px !important;
    padding: 16px !important;
    border-radius: 5px !important;
    border-bottom: 3px solid #eaeaea !important;
    border: 1px solid transparent;
    margin-top: 10px !important;
}
table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table td{
	padding: 10px 7px 15px 10px!important;
}
.woocommerce table.shop_table td {
    border-bottom: none !important;
}
/* checkout page end */

/***********************************************************************************
 29. shop end
***********************************************************************************/
/*-------Default page css------*/
.fixit_defaultpage_section .textwidget {
    width: 100%;
    float: left;
}
.fixit_defaultpage_section.fixit_defaultpage_nopadding{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.fixit_defaultpage_section .textwidget img {
    max-width: 100%;
}
.fixit_defaultpage_section {
    width: 100%;
    float: left;
    padding: 100px 0px;
}
.fixit_defaultpage_section .fixit_sidebar_wrapper {
    padding: 0px 30px 40px 30px;
}
.textwidget {
    width: 100%;
    float: left;
}
.textwidget img {
    max-width: 100%;
}
.fixit_defaultpage_section .fixit-page-content table {
    width: 100%;
    float: left;
}

.fixit_defaultpage_section .fixit-page-content table tr th {
    padding: 10px;
	font-weight:bold;
}
.fixit_defaultpage_section .fixit-page-content {        
   /*  margin-bottom: 70px; */
}
.fixit_defaultpage_section .fixit-page-content table tr td {            
    padding: 10px;
	border-bottom: 1px solid #dfdfdf;
}
.fixit_defaultpage_section .fixit-page-content table tr td a{
	color:#18b870;
	font-weight:bold;
}
p.logged-in-as a{
	color:#18b870;
	font-weight:bold;
}
span.edit-link {
    float: left;
    width: 100%;
}
.mimi-submit{    height: 40px;
    line-height: 38px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #36434d;
    padding: 0 30px;
    background-color: #feef1f;
    border-radius: 20px 0 20px 0;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 3px solid #ddab05;
    text-decoration: none;
    margin: 10px auto;
    cursor: pointer;
    float:right;
}
.mimi-form p{float:left;}
.mimi-form p input{width:250px;}
.fixit_logo img{width:250px;height:100px;}
.fixit_logo{margin-top:0px !important;}
@media (max-width:1199px){
    .fixit_header .fixit_menu > ul > li > a {
    font-size: 13px;
}
.fixit_logo img{width:189px;height:auto;}
}
.homebuttonborder a{border: 2px solid #ffffff !important;}

#menu-item-915 a{    background-color: #ffee38;
    color: #191919;
    border-color: #ddcc16;
    padding:12px; 
    border-radius:5px;
}
@media (max-width:472px){
.text1 h4{font-size:20px !important;}
.text2 h5{font-size:15px !important;}
.text2 h5 span{font-size:20px !important;}
}
.current_page_parent >  a:first-child{

color: #FF6600 !important;
}


