@charset "utf-8";

/* Table of contents 
+ back-top 
+ topbar
 +main-navigation
+ navigation.affix
	+ navbar-default
		+ navbar-nav

 + main-slider
 	+ tp-banner-container
		+ tp-banner
		
 + toggler
 	+ clientsDropDown
		+ toggle-button
		+ form-container
		
+ bg_blue
	+ white_content
	
+ services
	+ service-slider
	+ owl-carousel
		+ item
			+ item_inner
	
+ specialists
	+ specialists_wrap_slider
		+ specialist-slider
		+ owl-carousel	
			+ item
				+ specialist_info
				+ specialist_photo
				
+ info_section
	+ right_box
		+ right_box_inner
			+ white_content
			
+ news
	+ news_main
		+ news_thumb
		
+ testinomial
	+ testinomial-slider
		+ item
		
+ page_header
	+ page_title
		+ page_link
		
+ welcome		
+ .grid_layout
	+ wrap-col
		+ item-container

+ gallery 
	+ work-filter
	+ work-item
		+ gallery_content
		
+ blog
	+ blog_item
		+ blog-slider
		+ blockquote
	+ sidebar
		+ tabs
		+ tab_container

+ appointment
	+ appointment_wrap
		+ callus
			+ datetimepicker
			
+ faq	
	+ faq_wrapper
		+ items
			+ sub-items
			
+ service_wrapper	
	+ items
	
+ department
	+ price
	 	+ price_header	
		+ price_body
			+ pricing_feature
			
+ procedure
	+ tabs 
		+ procedure_content	
		
+ map
+ map2
	+ search_location
	+ riwa	
	
+ feature
+ index2_grid
+ news-slide
	+ news_content
		+ date_comment
	+ comment_text
	
+ index3_appointment	
	+ appointment_form
	+ paralax
			
+ footer
	+ footer_column
		 

*/


/*General Styling*/

html {
	-webkit-text-size-adjust: 100%;
	text-rendering: auto;
	ebkit-font-smoothing: antialiased;
}

body {
	padding: 0;
	margin: 0;
	color: #202125;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

body,
html {
	height: 100%;
	width: 100%;
    font-size: 14px;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:focus {
	color: inherit;
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}
a:focus, a:hover {
    color: #f1c30f;
}

input {
	background: inherit;
	border: none;
	height: inherit;
	width: inherit;
}

.clearfix {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0 10px;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

p {
	font-size: 13px;
    line-height: 24px;
}

.text-white {
	color: #fff;
}

.btn-common-white {
	background: #f1c30f;
	padding: 12px 30px;
	letter-spacing: 0.5px;
	border-radius: 30px;
	display: inline-block;
	margin: 20px 0;
}

.content-area {
    padding: 80px 0;
}
.content-area.no-padding {
    padding: 0;
}
figure {
    margin: auto;
}

.shadow-bg {
  padding: 0px 30px !important;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 4px;
}


/*Placeholders*/

::-webkit-input-placeholder {
	color: #606060;
	font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #606060;
	font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #606060;
	font-family: 'Open Sans', sans-serif;
}

:-ms-input-placeholder {
	color: #606060;
	font-family: 'Open Sans', sans-serif;
}

.vc_btn3.vc_btn3-color-warning {
	background: #f1c30f !important;
}

.vc_row {
	outline: none;
}


/***   share common font family   ***/


/*
.tp-banner h1 > span, #rev_slider_34_1 h1 > span, #rev_slider h1 > span, #rev_slider_35_1 h1 > span{
	font-family: 'Roboto Condensed', sans-serif;
}
h3 , .tp-banner h1 > span.color , #blog .blog_item h3, #rev_slider_34_1 h1 > span.color,
.blog_item .blog-reply h4, #faq .accordion-heading a, .faq_wrapper .items > li > a, .service_wrapper .sub-items .accordion-text h4,
.accordion-image .image_caption h4, .btn-readmore, .price .price_header, #news-slider .news_content .date_comment span, .paralax h1, 
.tp-tab .tp-tab-title, #rev_slider h1 > span.color, .btn-slide, #rev_slider_35_1 h1 > span.color{
	font-family: 'Roboto Condensed', sans-serif;
}*/

ul.hours_wigdet li,
ul.widget_links li a,
#specialist-slider .item .specialist_info h2,
#page_header .page_title .page_link,
ul.tags li a,
.blog_item ul.digits li,
.navbar-nav > li > .dropdown-menu li a {

}

#page_header .page_title h2.title {
}

.padding {
	padding-bottom: 100px;
	padding-top: 100px;
}

.padding-top {
	padding-top: 100px;
}

.padding-bottom {
	padding-bottom: 100px;
}

.padding-half {
	padding-bottom: 50px;
	padding-top: 50px;
}

.no-margin {
	margin: 0 !important;
}

.heading_space {
	margin-bottom: 50px;
}

.half_space {
	margin-bottom: 25px;
}

.heading_top {
	margin-top: 25px;
}

.bg_grey {
	background-color: #f0f5f7;
}

.color {
	color: #ff3332;
}

.bg_blue {
	background-color: #f1c30f;
}

.heading {
	margin: 0 0 0 35px;
    font-weight: 100;
}

.heading-simple {
	font-weight: 100;
    margin-top: 12px;
    
}
.vertical-text {
  display: table;
  position: relative;
  left: -53px;
  top: 52px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  word-spacing: 8px;
}

hr {
	border-color: #b2b2b2;
	margin: -1px 0 0;
}

.dark {
	background: #191919;
}

.bg_blue .heading {
	border-bottom: 2px solid #fff;
}

.bg_blue hr {
	border-color: #fff;
}

.bg_blue .copyright {
	border-color: #fff;
}

.btn-common,
.red-btn {
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: bold;
}

.btn-common {
	background: #1c1c1c;
}

.red-btn {
	background: #ff3332;
}

.red-btn:hover,
.red-btn:focus {
	color: #fff;
}

.btn-readmore {
	color: #121212;
	font-size: 16px;
	display: inline-block;
}

footer.entry-footer {
	display: inline-block;
}

a.post-edit-link {
	color: #333;
	padding: 10px;
	display: block;
	background: #e0e0e0;
	margin: 10px 0;
}

a.post-edit-link:before {
	content: '\f044';
	font-family: fontawesome;
	padding-right: 5px;
}

.error404 .page-header {
	margin: 0 0 25px 0;
}

h1.page-title {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.date-in-search {
    padding: 0 0 10px 0;
    display: block;
}
article {
    clear: both;
}

/*for hover button*/

.button3 {
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	-moz-transition: all 0.5s linear 0s;
	-ms-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.button3:hover,
.button3:focus {
	background: #f1c30f;
}

.bg_blue .button3:hover,
.bg_blue .button3:focus {
	background: #111111;
}
.button {
    font-size: 12px;
    line-height: 20px;
    padding: 12px 46px;
    border-radius: 28px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
    border: none;
}
.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
      transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
      transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 28px;
    border: none;
}
.button:hover:before, .button:focus:before, .button:active:before {
  -webkit-transform: scaleX(1.05);
  -ms-transform: scaleX(1.05);
      transform: scaleX(1.05);
}

/* FULL HEIGH COLUMNS */
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/* FULL HEIGH COLUMNS END */



/* wigdet */

.menu_widget ul {
	margin-bottom: 28px;
}

.menu_widget ul li {
	color: #fff;
	background: #f1c30f;
	font-size: 16px;
	padding: 9px 10px;
	list-style: none;
}

.menu_widget ul li:nth-child(2n+2) {
	background: #FFF;
	color: #000;
}

.menu_widget ul.simple li {
	background: #fafafa;
	color: #111;
}

.menu_widget ul.simple li:nth-child(2n+2) {
	background: #fff;
}

.menu_widget ul li > strong {
	float: right;
}

.menu_widget ul li span {
	float: right;
}

ul.tags {}

ul.tags li {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 1px;
}

ul.tags li a {
	display: block;
	-moz-transition: all .4s ease-in-out .1s;
	-webkit-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
    background: #e6e6e6;
    padding: 1px 13px;
    border-radius: 30px;
    color: #737373;
    font-size: 0.9rem;
}

ul.tags li a:hover,
ul.tags li a:focus {
	color: #ff3332;
}

ul.social_icon {}

ul.social_icon li {
	display: inline-block;
	list-style: none;
	min-width: auto;
    margin-bottom: 0;
}

ul.social_icon li:before {}

ul.social_icon.inpage li a {
	border: 1px solid #999;
	color: #999;
}

ul.social_icon li a {
	display: block;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	z-index: 1;
	position: relative;
	text-decoration: none;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}

ul.social_icon.inpage li a {
	border: 1px solid #333;
	color: #333;
}

ul.social_icon li a:after,
ul.social_icon li.black a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -1px;
	left: -1px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

ul.social_icon li.black a.facebook:after,
ul.social_icon li a.facebook:after {
	background: #3b5998;
	border: 1px solid #3b5998;
}

ul.social_icon li.black a.twitter:after,
ul.social_icon li a.twitter:after {
	background: #55acee;
	border: 1px solid #55acee;
}

ul.social_icon li.black a.google:after,
ul.social_icon li a.google:after {
	background: #dd4b39;
	border: 1px solid #dd4b39;
}

ul.social_icon li.black a.linkedin:after,
ul.social_icon li a.linkedin:after {
	background: #0177b5;
	border: 1px solid #0177b5;
}

ul.social_icon li.black a.instagram:after,
ul.social_icon li a.instagram:after {
	background: #d7c9ae;
	border: 1px solid #d7c9ae;
}

ul.social_icon li.black a:hover,
ul.social_icon li.black a:focus,
ul.social_icon li a:hover,
ul.social_icon li a:focus {
	color: #fff;
}

ul.social_icon li a:hover::after,
ul.social_icon li a:focus::after,
ul.social_icon li.active a:after,
ul.social_icon li.black a:hover::after,
ul.social_icon li.black a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

ul.social_icon li.black a {
	border-color: #111111;
	color: #111111;
}

ul.social_simple li {
    list-style: none;
}

ul.widget_links {}

ul.widget_links li {
	display: inline-block;
	margin-bottom: 10px;
}

footer ul.menu li {
	display: inline-block;
	margin-bottom: 1px;
    line-height: 24px;
}

footer ul.menu li a:before {
	content: "\f178";
	font-family: fontawesome;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 9px;
}

ul.widget_links li a {
	font-size: 14px;
}

.widget ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 7px 0 0;
	font-size: 14px;
}

.widget-area ul.menu li a:hover,
.widget-area ul.menu li a:focus,
.widget-area ul.menu li.active a {
	color: #f1c30f;
}

.bg_blue .widget-area ul.menu li a:hover,
.bg_blue .widget-area ul.menu li a:focus,
.bg_blue .widget-area ul.menu li.active a {
	color: #ff3332;
}

ul.widget_links li a:hover,
ul.widget_links li a:focus,
ul.widget_links li.active a {
	color: #f1c30f;
}

.bg_blue ul.widget_links li a:hover,
.bg_blue ul.widget_links li a:focus,
.bg_blue ul.widget_links li.active a {
	color: #ff3332;
}

.widget-area table {
	width: 100%;
}

.datetimepicker-days .table-condensed thead > tr:first-child {
	background: #f1c30f;
	color: #fff;
}

.datetimepicker thead tr:first-child th:hover {
	background: #f1c30f;
}


/*Go to top button*/

#back-top {
	bottom: 50px;
	position: fixed;
	right: 25px;
	z-index: 800;
	background: #f1c30f;
	color: #fff;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	display: none;
	-webkit-transition: all ease-in 0.6s;
	-moz-transition: all ease-in 0.6s;
	transition: all ease-in 0.6s;
}

#back-top.show {
	display: block;
}


/* =================================== LOADER =================================== */

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1200;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}

.loading-text {
	text-align: center;
	margin: 30px 0;
	font-family: "montserrat", sans-serif;
}

.cssload-thecube {
	width: 47px;
	height: 47px;
	margin: 0 auto;
	margin-top: 48%;
	margin-top: 40vh;
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(226, 80, 17);
	animation: cssload-fold-thecube 2.76s infinite linear both;
	-o-animation: cssload-fold-thecube 2.76s infinite linear both;
	-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
	-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
	-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
	-o-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotateZ(90deg);
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
	-o-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
	-o-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotateZ(270deg);
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
	-o-animation-delay: 0.69s;
	-ms-animation-delay: 0.69s;
	-webkit-animation-delay: 0.69s;
	-moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
	-o-animation-delay: 1.04s;
	-ms-animation-delay: 1.04s;
	-webkit-animation-delay: 1.04s;
	-moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
	0%,
	10% {
		transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%,
	10% {
		-o-transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-o-transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-o-transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%,
	10% {
		-ms-transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-ms-transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-ms-transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%,
	10% {
		-webkit-transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%,
	10% {
		-moz-transform: perspective(87px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-moz-transform: perspective(87px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-moz-transform: perspective(87px) rotateY(180deg);
		opacity: 0;
	}
}


/* =================================== Top Most bar =================================== */

.topbar {
	background-color: #000;
	padding: 10px 0;
	color: #fff;
}

.topbar p {
	margin: 0;
	display: inline-block;
	font-size: 14px;
}

.topbar p > i {
	margin-right: 5px;
}

.topbar p:last-child {
	text-align: right;
}


/* =================================== Header =================================== */

.header_default_bg {
	background: #333;
	height: 88px;
}

.page-header {
	margin: 40px 0 40px;
}

#navigation {
	position: fixed;
	width: 100%;
	z-index: 10;
	min-height: 70px;
}

.admin-bar .affix {
	margin-top: 32px;
}

#navigation.affix {
	position: fixed;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px -1px #576164;
	-moz-box-shadow: 0 1px 2px -1px #576164;
	box-shadow: 0 1px 2px -1px #576164;
}

#main-navigation,
#navigation.affix {
	/*  background-color: rgba(0, 0, 0, 0.73); */
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.4s linear .1s;
	-moz-transition: all 0.4s linear .1s;
	-ms-transition: all 0.4s linear .1s;
	-o-transition: all 0.4s linear .1s;
	transition: all 0.4s linear .1s;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar,
.navbar-default {
	border: none;
}

.navbar {
	margin-bottom: 0;
	min-height: auto;
}

.navbar-collapse {
	overflow-x: visible !important;
}

.navbar-collapse.in {
	overflow-y: auto !important;
	height: auto !important;
	max-height: 300px;
}

.navbar-brand {
	height: auto;
}

#main-navigation .navbar-brand {
	padding: 24px 0;
}

#main-navigation .affix-top .navbar-brand.sitename {
	padding: 34px 0 32px 0 !important;
	font-size: 38px;
    color: #fff;
}

#main-navigation .affix .navbar-brand.sitename {
	padding: 26px 0 23px !important;
	font-size: 38px;
}

.affix-top .main_logo {
    display: block;
}

#navigation.affix .navbar-brand {
	padding: 17px 0;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 0px 6px;
    margin: 0 20px;
	letter-spacing: 0.8px;
	-moz-transition: all 0.4s linear 0.1s;
	-webkit-transition: all 0.4s linear 0.1s;
	-ms-transition: all 0.4s linear 0.1s;
	-o-transition: all 0.4s linear 0.1s;
	transition: all 0.4s linear 0.1s;
}
#main-navigation .affix .navbar-default .navbar-nav > li > a {
	
}

.navbar-nav > li > .dropdown-menu li,
.navbar-nav > li > .dropdown-menu li > .dropdown-menu li {
	list-style: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
}

.navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
    border-bottom: 4px solid #f1c30f;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
}

#main-navigation .affix .navbar-default .navbar-nav > li a {
    color: #202125;
}
#main-navigation .navbar-default .navbar-nav > li a {
	margin-bottom: 24px;
	margin-top: 23px;
}

#navigation.affix .navbar-default .navbar-nav > li a {
	margin-bottom: 14px;
	margin-top: 21px;
}

#main-navigation .navbar-nav > li > .dropdown-menu {
	left: 0;
	background: #fff;
	padding: 0;
	border: none;
	min-width: 220px;
}

#main-navigation .navbar-nav > li > .dropdown-menu > li > a {
	color: #202125;
	font-size: 14px;
	padding: 14px;
	border-bottom: 1px solid rgba(219, 219, 219, 0.22);
	margin: 0 !important;
	-moz-transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s;
	-ms-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}

#main-navigation .navbar-nav > li > .dropdown-menu > li:last-child a {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#main-navigation .navbar-nav > li > .dropdown-menu > li > a:hover,
#main-navigation .navbar-nav > li > .dropdown-menu > li > a:focus,
#main-navigation .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
#main-navigation .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	background: #f1c30f;
	color: #fff;
}

#main-navigation .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #fff;
}

#main-navigation .navbar-nav > li > .dropdown-menu > li.active a {
	background: #f1c30f;
	color: #fff;
}

#main-navigation ul.dropdown-menu li.dropdown {
	display: none;
}

#main-navigation ul.dropdown-menu li.dropdown:hover {
	display: block;
	position: absolute;
	left: 207px;
}

.define_menu {
	font-size: 14px;
	color: #fff;
	padding: 28px 15px 28px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.affix .define_menu {
    color: #000;
}


/* Navigation with Centered Logo */

.navbar-left-1 {
	float: left;
	width: 50%;
	padding-right: 60px;
	text-align: left;
}

.navbar-right-1 {
	float: right;
	padding-left: 60px;
	width: 50%;
}

.navbar-left-1 > li {
	display: inline-block;
	float: none !important;
	text-align: left;
}

.navbar-right-1 > li {
	display: inline-block;
	float: none !important;
}

.logo-center {
	display: inline-block;
	float: none;
	left: 50%;
	position: absolute;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 140px;
	text-align: center;
}

@media (max-width:767px) {
	.logo-center {
		left: 5px;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}

.logo-center > img {
	display: inline-block;
}


/* Navigation with Centered Logo End */


/* Toggle Nav transition*/

#main-navigation .navbar-toggle {
	top: 10px;
}

#navigation.affix .navbar-toggle {
	top: 5px;
}

.navbar-toggle {
	background: transparent !important;
	border: medium none;
	margin-right: 0;
}

.navbar-toggle:hover {
	background: transparent !important;
}

.navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-color: #111 !important;
}

.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
	opacity: 0;
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
}

.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
}

#primary_nav_wrap {}

#primary_nav_wrap ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#primary_nav_wrap ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#primary_nav_wrap ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 10px;
	background: #FFF;
	padding: 0
}

#primary_nav_wrap ul ul li {
	float: none;
}

#primary_nav_wrap ul ul ul {
	top: 0;
	left: 100%
}

#primary_nav_wrap ul li:hover > ul {
	display: block;
}

ul.dropdown-menu li ul.dropdown-menu {
	min-width: 184px;
}

ul.dropdown-menu li ul.dropdown-menu li {
	background: none;
}

ul.dropdown-menu li ul.dropdown-menu li a {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding: 14px 20px;
}

ul.dropdown-menu li ul.dropdown-menu li a:hover {
	background: #f1c30f;
	color: #fff !important;
	border-radius: 0px;
}

li.current_page_parent > a {
	color: #f1c30f;
	border-radius: 0px;
}

ul.dropdown-menu li.active ul.dropdown-menu li a {
	background: none !important;
	color: #1a1a1a !important;
	border-bottom: solid 1px #dbdbdb;
	border-radius: 0px;
}

ul.dropdown-menu li.active ul.dropdown-menu li a:hover {
	background: #f1c30f !important;
	color: #fff !important;
}

ul.dropdown-menu li ul.dropdown-menu li.active a {
	background: #f1c30f !important;
}

.dropdown-menu>li>a {
	color: #202125;
}

/************ Services ************/

/* Service layout 1 */
.service-box {
    padding: 80px 30px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.service-box .icon {
  margin-bottom: 20px;
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
  font-size: 44px;
}
.service-box hr {
  width: 45px;
  height: 3px;
  background: #f1c30f;
  margin: 0 auto 20px;
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
  border: none;
}
.service-box h3 {
  margin-bottom: 10px;
}
.service-box p {
  line-height: 24px;
}
.service-box:hover {
  background: #f1c30f;
}
.service-box:hover hr {
  background: #ffffff;
}
.service-box:hover .icon {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.service-box:hover .icon, .service-box:hover h3, .service-box:hover p {
  color: #ffffff;
}

/* Service layout 3 */
.service-box-3 h5 {
  margin-bottom: 2px;
  -webkit-transition: all 400ms linear;
          transition: all 400ms linear;
  font-size: 12px;
}
.service-box-3 h3 {
  margin: 8px 0;
}
.service-box-3 h5 {
}
.service-box-3.middle {
  margin: 50px 0;
}
.service-box-3 .icon {
  text-align: right;
  -webkit-transition: all 400ms linear;
          transition: all 400ms linear;
  font-size: 44px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
.service-box-3 .icon {
    text-align: center;
    font-size: 36px;
  }
}
.service-box-3:hover h5 {
  color: #202125;
}
.service-box-3:hover .icon {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  color: #f1c30f;
}

/************ Services End ************/



/*TOGGLER to open Form*/

.toggler {
	position: relative;
	z-index: 800;
	margin-bottom: -1px;
}

.clientsDropDown {
	position: absolute;
	bottom: 0;
	z-index: 800;
	left: 15px;
	right: 15px;
}

.toggle-button {
	width: auto;
	display: inline-block;
	text-align: center;
}

.clientsDropDown .btn-slide {
	background: #ff3332;
	color: #fff;
	padding: 12px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	display: inline-block;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3 sease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.clientsDropDown .btn-slide > i {
	display: inline-block;
	padding: 5px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: -18px;
	left: 50%;
	right: 50%;
	width: 30px;
	margin-left: -15px;
	height: 30px;
	line-height: 20px;
}

.clientsDropDown .btn-slide:hover > i,
.clientsDropDown .btn-slide:focus > i,
.clientsDropDown .btn-slide.active > i {
	color: #fff !important;
}

.clientsDropDown .btn-slide:hover,
.clientsDropDown .btn-slide:focus,
.clientsDropDown .btn-slide.active {
	background: #fff;
	color: #ff3332;
}

.form-container {
	background: rgba(255, 255, 255, .9);
	padding: 26px;
	position: static;
	bottom: 0;
	z-index: 800;
}

.form-container form .form-control,
.form-container form textarea {
	height: 40px;
	border: 1px solid #d0d0d0;
	background: #fff;
	color: #606060;
	border-radius: 20px;
	padding: 8px 12px;
	box-shadow: none;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
	height: 40px;
	border: 1px solid #d0d0d0;
	background: #fff;
	color: #606060;
	border-radius: 5px;
	padding: 6px 18px;
	box-shadow: none;
    font-weight: normal;
    font-size: 13px;
}

.wpcf7-form textarea {
	resize: none;
	width: 100%;
}

.wpcf7-form textarea,
.wpcf7-form button {
	display: inline-block;
}

.wpcf7-form button,
.wpcf7-form input[type=submit] {
	background: #111;
	border: none;
	border-radius: 30px;
	color: #fff;
	vertical-align: top;
	width: auto;
}

.form-container form .col-md-3,
.form-container form .col-md-10,
.form-container form .col-md-2,
.form-container form .col-sm-6,
.form-container form .col-sm-12,
.form-container form .col-sm-10,
.form-container form .col-sm-2,
.form-container form .col-md-12 {
	padding-left: 10px;
	padding-right: 10px;
}

.wpb_single_image figure {
	margin-bottom: 0 !important;
}


/*** Counters ***/

.counters-item {
    background: rgba(61, 68, 68, 0.5);
    border-radius: 4px;
	padding: 30px 0;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
	text-align: center;
    -webkit-transition: all 400ms linear;
            transition: all 400ms linear;
}
.counters-item:hover {
    background: #f1c30f;
}
.counters-item:hover i {
    transition: all 400ms linear;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.counters-item h2 {
	color: #fff;
    margin-bottom: 0;
}

.counters-item i {
    color: #f1c30f;
	font-size: 40px;
	display: block;
	margin-bottom: 15px;
    transition: all 400ms linear;
}
.counters-item:hover i {
    color: #fff;
}

.counters-item p {
	color: #fff;
	text-transform: capitalize;
	font-weight: normal;
}


/*** Contact Form 7 ***/

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

.map-cov {
	margin-bottom: 0 !important;
}

.wpb_gmaps_widget iframe {
	margin-top: 5px;
}

.wpcf7-form input[type=date],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	padding: 9px 12px;
	margin: 0 0 10px;
}

.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
	border-color: #ffb049;
}

.wpcf7-form input.form_date {
	background: #fff url(../images/icons/th.png) no-repeat center right;
}

.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.wpcf7-form .wpcf7-list-item-label {
	display: inline-block;
	margin-right: 10px;
}

.wpcf7-form textarea {
	height: 193px;
	resize: none;
}

.wpcf7-form .sbHolder {
	width: 100%;
	font-size: 13.5px;
	margin-bottom: 10px;
	float: none;
}

.wpcf7-form .sbSelector {
	padding-left: 5px;
}

.wpcf7-form .wpcf7-radio {
	color: #6e868c;
	font-size: 13.5px;
	font-weight: normal;
	line-height: 42px;
}

.wpcf7-mail-sent-ok,
.wpcf7-validation-errors {
	color: #fff;
	font-size: 12px;
	padding: 5px 15px !important;
	bottom: 11px;
	text-transform: uppercase;
	margin: 0 !important;
	clear: both;
	overflow: hidden;
	border: 0px !important;
	border-radius: 25px;
	margin: 0 10px !important;
}

.wpcf7-mail-sent-ok {
	background: green;
}

.wpcf7-validation-errors {
	background: red;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-form .wpcf7-not-valid {
	border-color: red !important;
}

.wpcf7-form input[type=submit] {
	margin: 0;
}


/* =================================== Banner =================================== */

#rev_slider_34_1 p,
#rev_slider p,
#rev_slider_35_1 p {
	font-size: 18px;
}


/*arrows Slider*/

#rev_slider_34_1 .tparrows,
#rev_slider_35_1 .tparrows {
	display: none;
}

.tparrows {
	background: rgba(255, 255, 255, 0.9) !important;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	transform: none;
	position: absolute;
	right: 0;
	-moz-transition: background .3s ease-in-out .1s;
	-ms-transition: background .3s ease-in-out .1s;
	-o-transition: background .3s ease-in-out .1s;
	-webkit-transition: background .3s ease-in-out .1s;
}

.tparrows::before {
	color: #111;
	display: block;
	font-family: 'FontAwesome';
	font-size: 25px;
	line-height: 40px;
	text-align: center;
}

.tparrows.tp-leftarrow:before {
	content: "\f104";
}

.tparrows.tp-rightarrow:before {
	content: "\f105";
}

.tp-leftarrow,
.tp-rightarrow {
	margin: 5px;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus,
.tparrows.tp-rightarrow:focus {
	background: #ff3332 !important;
}

.tparrows:hover::before,
.tparrows:focus::before {
	color: #fff;
}


/*Tabs Slider*/

.tp-tabs {
	left: 50% !important;
	margin: -110px auto 0;
	-ms-transform: translateX(-50%) !important;
	-moz-transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	transform: translateX(-50%) !important;
	z-index: 111;
	border-top: 1px solid #111;
	cursor: pointer;
}

.hesperiden .tp-tab {
	position: absolute;
	padding: 0 10px;
	border-bottom: none;
}

.hesperiden .tp-tab:first-child {
	padding-left: 0;
}

.tp-tab .tp-tab-title {
	font-size: 24px;
	margin: 10px 0 0;
	color: #111111;
	line-height: normal;
	position: relative;
	display: inline-block
}

.tp-tab .tp-tab-title:before {
	content: '';
	height: 3px;
	position: absolute;
	display: inline-block;
	top: -10px;
	background: #111111;
	left: 0;
	right: 0;
	width: 100%;
	-moz-transition: background .3s ease-in-out .1s;
	-ms-transition: background .3s ease-in-out .1s;
	-o-transition: background .3s ease-in-out .1s;
	-webkit-transition: background .3s ease-in-out .1s;
}

.tp-tab:hover .tp-tab-title,
.tp-tab.selected .tp-tab-title {
	color: #ff3332;
}

.tp-tab:hover .tp-tab-title::before,
.tp-tab.selected .tp-tab-title:before {
	background: #ff3332;
}

.tp-tab:hover,
.tp-tab.selected {
	background: transparent !important;
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	position: static;
}


/* =================================== blue backgroud Section =================================== */

.bg_blue .white_content {
	margin: 25px 0;
}

.white_content {
	color: #fff;
}

.white_content h4 {
	margin-bottom: 10px;
}

.white_content i {
	font-size: 50px;
	margin-bottom: 15px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .7s ease .1s;
	-o-transition: all .7s ease .1s;
	transition: all .7s ease .1s;
}

.white_content:hover i,
.white_content:focus i {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.white_content h3 {
	margin-bottom: 15px;
}


/* =================================== FROM THE BLOG =================================== */
.blog-section {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms linear;
          transition: all 400ms linear;
  padding: 20px;
  border-radius: 4px;
  margin: 0 15px;
}
.blog-section h4 {
  font-size: 18px;
  line-height: 40px;
  margin: 0;
}
.blog-section h4 a {
  font-size: 18px;
  line-height: 40px;
  margin-top: 0;
  line-height: 22px;
}
.blog-section p {
  line-height: 24px;
}
.blog-section a {
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 400ms linear;
          transition: all 400ms linear;
}
.blog-section a:hover {
  color: #202125;
}
.blog-section .user {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px solid #f5f5f5;
}
.blog-section .user p {
  font-size: 11px;
  line-height: normal;
}
.blog-section .user p img {
  width: 27px;
  height: 27px;
  border-radius: 50px;
  margin-right: 5px;
}
.blog-section .user p .text-right {
  line-height: 24px;
}
@media screen and (max-width: 1199px) {
  .blog-section .user img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-section .user p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .blog-section .user img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-section .user p {
    text-align: inherit;
  }
  .blog-section .user p.text-right {
    text-align: right;
  }
}

/* =================================== FROM THE BLOG END =================================== */



/* =================================== Team Slider =================================== */
.team-slider .owl-controls {
  position: absolute;
  left: 6px;
}
.team-slider .owl-prev {
  margin-right: 5px;
}
.team-slider #image-slider .item {
  margin: 8px;
}
.team-slider #image-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.team-slider .vertical-heading {
  margin-bottom: 50px;
}
.team-sliderp {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
.team-slider #of p {
    margin-bottom: 50px;
  }
}
.team-slider .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.team-slider .hovereffect img {
  display: block;
  position: relative;
}
.team-slider .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  background-color: rgba(32, 33, 37, 0.9);
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all linear 300ms;
          transition: all linear 300ms;
}
.team-slider .hovereffect .overlay .info {
  position: absolute;
  left: 23px;
  top: 30px;
}
.team-slider .hovereffect .overlay .info h6 {
  color: #f1c30f;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
.team-slider .hovereffect .overlay .info p {
  color: #ffffff;
}
.team-slider .hovereffect .overlay .list-inline {
  position: absolute;
  right: 23px;
  bottom: 30px;
}
.team-slider .hovereffect:hover .overlay {
  opacity: 1;
  top: 0;
}
/* =================================== Team Slider End =================================== */
/* =================================== Our Services Section =================================== */

#services {}

#services ul.hours_wigdet {
	margin-bottom: 32px;
}

#services h3 {
	margin-bottom: 15px;
	margin-top: 28px;
}

.slider_wrap {
	margin: 0 -15px;
}

#service-slider .item {
	padding: 0 15px;
}

#service-slider .item .item_inner img,
#service-slider .item .item_inner .image {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
}

#service-slider .item .item_inner img {
	transition: all ease 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#service-slider .item .item_inner:hover img {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#service-slider .item .item_inner:hover h3 > a {
	color: #ff3332;
}

#service-slider .owl-prev,
#service-slider .owl-next {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	top: 30%;
	line-height: 39px;
	padding: 0;
}

#service-slider .owl-prev,
#service-slider .owl-next,
#specialist-slider .owl-prev,
#specialist-slider .owl-next,
#our-specialist .owl-prev,
#our-specialist .owl-next,
#news-slider .owl-prev,
#news-slider .owl-next,
#food-slider .owl-prev,
#food-slider .owl-next{
	position: relative;
    background: none;
	height: 42px;
	width: 15px;
	color: #111;
	font-size: 30px;
	text-align: center;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#food-slider .owl-controls {
    margin-top: 0;
}
#service-slider .owl-prev {
	left: 10px;
}

#service-slider .owl-next {
	right: 10px;
}

#service-slider .owl-prev:hover,
#service-slider .owl-prev:focus,
#service-slider .owl-next:hover,
#service-slider .owl-next:hover {
	background: #f1c30f;
	color: #fff;
}


/*=================================== Specialists =================================== */

#specialists {}

.specialists_wrap_slider {
	margin: 0 -20px;
}

#specialist-slider .item {
	padding: 0 20px;
}

#specialist-slider .item .specialist_photo,
#specialist-slider .item .specialist_info {
	display: table-cell;
}

#specialist-slider .item .specialist_photo {
	/*min-height:350px;*/
	position: relative;
}

#specialist-slider .item .specialist_photo > img {
	height: 100%;
	max-width: none;
}

#specialist-slider .item .specialist_info {
	padding-right: 15px;
	vertical-align: middle;
}

#specialist-slider .item .specialist_info h2 {
	font-size: 60px;
	font-weight: bold;
	position: relative;
	z-index: 11;
	overflow: hidden;
}

#specialist-slider .item .specialist_info h2:after {
	background: #111111;
	content: "";
	display: inline-block;
	height: 1px;
	width: 100%;
	position: absolute;
	right: 0;
	z-index: 5;
	bottom: 9px;
	left: 70px;
}

.specialist_wrap .image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.specialist_wrap .image img {
	transition: all ease 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	height: auto;
}

.specialist_wrap .image:hover img {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#specialist-slider .item .specialist_info h3,
.specialist_wrap h4 {
	margin: 0 0 3px 0;
	color: #f1c30f;
    font-size: 18px;
}

.specialist_info h4 {}

#specialist-slider .item .specialist_info small,
.specialist_wrap small {
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
	display: inline-block;
}

#specialist-slider ul.social_icon {
	margin-top: 25px;
}

#specialist-slider ul.social_icon li a {
	background: #fff;
}

#specialist-slider .owl-prev,
#specialist-slider .owl-next,
#our-specialist .owl-prev,
#our-specialist .owl-next,
#team-slider .owl-prev,
#team-slider .owl-next{
	top: 50%;
	background: none;
	border-radius: 100%;
	border: none;
	line-height: 33px;
    font-size: 40px;
    color: #000;
    opacity: 1;
    margin: 4px -3px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#specialist-slider .owl-prev,
#our-specialist .owl-prev,
#team-slider .owl-prev{
	/* left: -60px; */
}

#specialist-slider .owl-next,
#our-specialist .owl-next,
#team-slider .owl-next{
	right: -60px;
}

#specialist-slider .owl-prev:hover,
#specialist-slider .owl-next:hover,
#our-specialist .owl-prev:hover,
#our-specialist .owl-next:hover,
#team-slider .owl-prev:hover,
#team-slider .owl-next:hover{
	color: #666;
	background: none;
	border-color: none;
}

.padding_left {
	padding-left: 15px;
}

.owl-theme .owl-controls {
    position: absolute;
    margin-top: 25px;
}
.owl-carousel .owl-item {
    
}
#team-slider .owl-next {
    right: -77px;
}
#team-slider .item {
    margin-right:20px;
    position: relative;
}
#team-slider .item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all linear 300ms;
          transition: all linear 300ms;
}


/* =================================== Image With content =================================== */

.info_section {
	background: url(../images/paralax-half.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-color: #f1c30f;
}

.right_box {
	background: rgba(7, 152, 188, .75);
}

.right_box .right_box_inner .white_content {
	margin: 20px 0;
}


/* =================================== Latest News =================================== */

.news_main {
	background: #fff;
}

.news_main h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	display: inline-block;
}

.news_main h3:hover {
	color: #ff3332;
}

.news_main ul.news-social {
	margin: 47px 0;
}

.news_main ul.news-social li {
	display: inline-block;
}

.news_main ul.news-social li a {
	display: block;
	font-size: 14px;
	color: #868686;
	margin-left: 25px;
}

.news_main ul.news-social li:first-child a {
	margin-left: 0;
}

.news_main ul.news-social li a > i {
	margin-right: 5px;
}

.news_thumb .image,
.news_thumb .image > img {
	position: relative;
}

.news_thumb .image > img {
	width: 100%;
	margin-bottom: 20px;
}

.news_thumb .image .overlay {
	color: #fff;
	cursor: pointer;
}

.news_thumb .image .overlay:before {
	bottom: 5px;
	content: "";
	left: 5px;
	opacity: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	border: 1px solid #fff;
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-moz-transition: all .3s ease-in-out .1s;
	-transition: all .3s ease-in-out .1s;
	-webkit-transition: all .3s ease-in-out .1s;
	transition: all .3s ease-in-out .1s;
}

.news_thumb .image:hover .overlay::before {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.news_main .col-md-6.news_thumb,
.news_main .col-sm-6.news_thumb {
	padding-top: 20px;
}

.news_main .col-md-6.news_thumb img,
.news_main .col-sm-6.news_thumb img {
	margin-bottom: 0;
}


/* =================================== Testinimials =================================== */

#client-slider {
  /* top: -120px; */
}
#client-slider .item {
  padding: 40px 50px 60px;
  background: #f1c30f;
  color: #ffffff;
}
#client-slider .item .row {
}
#client-slider .item h3 {
  font-family: "Raleway", sans-serif;
  line-height: 35px;
  color: #ffffff;
}
#client-slider .item .small {
  font-size: 20px;
}
#client-slider .item .stars i {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #client-slider .item .small {
    font-size: 16px;
  }
}
#client-slider .item p {
  color: #ffffff;
}
#client-slider .item p.long {
  margin-bottom: 26px;
}
#client-slider .client-picture {
    border-radius: 100px;
}
#client-slider .client {
  position: relative;
  z-index: 20000;
}
@media screen and (max-width: 767px) {
  #client-slider .client img {
    margin-left: 14px;
  }
}
#client-slider .client .client-name {
  width: 106px;
  text-align: left;
  margin-top: 12px;
}
#client-slider .client .client-name p {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #client-slider .client .client-name {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #client-slider {
    position: static;
  }
}
#client-slider .owl-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-right: 50px;
}
#client-slider .owl-controls .owl-next, #client-slider .owl-controls .owl-prev {
    background: none;
    opacity: 1;
    color: #000;
    font-size: 40px;
    padding: 0;
    margin: 0 0 20px 0;
    width: 20px;
}


/* ================================================= Inner Pages ================================================== */


/* =================================== ABout Us =================================== */

#page_header {
	background-image: url(../images/page-header-1.jpg);
	width: 100%;
	position: relative;
	min-height: 400px;
	background-size: cover;
    background-repeat: no-repeat;
	background-position:top center ;
}

#page_header .page_title {
	padding: 22px 0 20px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#page_header .page_title h2.title {
	font-size: 32px;
	display: block;
	vertical-align: top;
	text-align: left;
	color: #FFF;
    margin-right: 16px;
    text-transform: uppercase;
    font-weight: bold;
    
}

#page_header .page_title .page_link {
	padding: 13px 0px;
	border-radius: 25px;
	font-size: 14px;
	display: block;
	vertical-align: middle;
	text-align: left;
}

#page_header .page_title .page_link i {
	margin: 0 10px;
	display: inline-block;
}

#page_header .page_title .page_link a {
	color: #fff;
}

#page_header .page_title .page_link a:hover,
#page_header .page_title .page_link a:focus,
#page_header .page_title .page_link {
	color: #fff;
	text-transform: uppercase;
}

.default-title {
	font-size: 36px;
	padding: 20px 0;
}

.breadcrumbs {
	width: auto;
	background: rgba(0, 0, 0, 0.46);
	display: inline-block;
	padding: 10px 15px;
}


/* Page Header Style 01 */

#page_header_one {
	background: #f1f1f1;
	width: 100%;
	position: relative;
	padding:100px 0 20px 0;
}

#page_header_one .page_title h2.title {
	float: left;
}

#page_header_one .page_title .page_link {
	float: right;
	margin-left: 20px;
}

#page_header_one .page_title .page_link span.sep {
	padding: 0 10px;
}

#welcome {}

#welcome ul.welcome_list {
	margin-top: 40px;
}

ul.welcome_list li {
	width: 48%;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 15px;
}

ul.welcome_list li:before {
	content: '';
	background: #ff3332;
	height: 7px;
	width: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 100%;
}

#our-specialist .item {
	padding: 0 15px;
}

.specialist_wrap img {
	width: 100%;
}

.grid_layout .wrap-col {
	padding: 0 15px;
}

.grid_layout .wrap-col.first {
	padding-bottom: 30px;
}

.grid_layout .item-container img,
.services_wrap img {
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
	transform: scale(1.15);
}

.grid_layout .item-container {
	overflow: hidden;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.94);
    bottom: 0;
	height: 100%;
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.overlay:hover {
	opacity: 0.9 !important;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.overlay .info {
    margin: 30px 20px;
}
.overlay .info .social_icon {
    transform: none;
    right: 0 !important;
    float: right;
    display: block;
    text-align: right;
    margin: 0 20px 30px 0;
}
.overlay .info .social_icon a {
    width: 36px;
    height: 36px;
    margin-left: 5px;
}
.overlay .info .social_icon a i {
    font-size: 16px;
    padding: 10px 0 0 0;
}


.overlay .overlay-inner {
	margin: auto;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 49%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.overlay,
.overlay .social_icon,
.grid_layout .item-container .overlay a,
#gallery .item-container .overlay a.icon,
.services_wrap .overlay a {
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.overlay .social_icon,
.grid_layout .item-container .overlay a,
#gallery .item-container .overlay a.icon,
.services_wrap .overlay a {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	margin: auto;
	-moz-transform: translateY(1000%);
	-ms-transform: translateY(1000%);
	-o-transform: translateY(1000%);
	-webkit-transform: translateY(1000%);
	transform: translateY(1000%);
	z-index: 9;
}

.item-container:hover .social_icon,
.grid_layout .item-container:hover .overlay a,
#gallery .item-container:hover .overlay a.icon,
.services_wrap:hover .overlay a {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.grid_layout .item-container:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.grid_layout .item-container .overlay a,
#gallery .item-container .overlay a.icon,
.services_wrap .overlay a {
	color: #fff;
	font-size: 30px;
}

.item-container:hover .overlay,
.services_wrap:hover .overlay,
.news_thumb .image:hover .overlay {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/* =================================== Progress Bar =================================== */

.skill-progress {
    margin-bottom: 30px;
    display: block;
}
.skill-progress > p {
    font-size: 18px;
}
.skill-progress .progress {
    border-radius: 0;
    overflow: visible;
}
.skill-progress .progress .progress-bar {
  background: #f1c30f;
  position: relative;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.skill-progress .progress .progress-bar span {
  position: absolute;
  left: 97%;
  display: block;
  padding: 3px;
  color: #ffffff;
  background: #151515;
  font-size: 10px;
  font-weight: 100;
  top: -40px;
}
.skill-progress .progress .progress-bar span:before {
  display: table;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #151515;
  bottom: -8px;
  left: 23%;
}

/* =================================== Progress Bar End =================================== */


/* =================================== Quote =================================== */
.quote {
    color: #fff;
}
.quote i  {
    color: #59717a;
    opacity: 0.7;
}
/* =================================== Quote End =================================== */



/* =================================== Tabbed Content =================================== */
#service-2 img {
  width: 100%;
}
#service-2 #responsiveTabsDemo .tabs-bg {
  background: #ffffff;
  padding: 61px 30px;
}
@media screen and (max-width: 992px) {
  #service-2 #responsiveTabsDemo .tabs-bg {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #service-2 #responsiveTabsDemo .tabs-bg {
    min-height: 300px !important;
  }
}
#service-2 #responsiveTabsDemo .col-md-6 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #service-2 #responsiveTabsDemo .col-md-6 {
    padding: 0 15px;
  }
}
#service-2 #responsiveTabsDemo .r-tabs .r-tabs-panel {
  padding: 50px 0;
}
#service-2 #responsiveTabsDemo ul {
  margin-bottom: 50px;
}
#service-2 #responsiveTabsDemo ul li {
  padding: 5px 30px;
}
@media screen and (max-width: 767px) {
  #service-2 #responsiveTabsDemo {
    text-align: center;
  }
}
#service-2 #responsiveTabsDemo .r-tabs-anchor {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #202125;
  padding: 0;
  padding-bottom: 5px;
}
#service-2 #responsiveTabsDemo .r-tabs-accordion-title {
  text-align: center;
  margin-bottom: 10px;
}
#service-2 .r-tabs-nav .r-tabs-state-active a {
  border-bottom: 3px solid #f1c30f;
  -webkit-transition: border-color 300ms linear;
          transition: border-color 300ms linear;
  padding-bottom: 5px;
  color: #f1c30f;
}
#service-2 #responsiveTabsDemo h2 {
  font-size: 48px;
  color: #e4e4e4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  #service-2 #responsiveTabsDemo h2 {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  #service-2 #responsiveTabsDemo h2 {
    margin-top: 10px;
  }
}
#service-2 #responsiveTabsDemo h3 {
  margin-bottom: 30px;
}
#service-2 #responsiveTabsDemo p { 
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  #service-2 #responsiveTabsDemo h3 {
    margin-bottom: 5px;
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  #service-2 #responsiveTabsDemo h3 {
    margin-bottom: 15px;
  }
}
#services #service-2 #responsiveTabsDemo p {
  margin-bottom: 30px;
  line-height: 24px;
}
@media screen and (max-width: 1199px) {
  #service-2 #responsiveTabsDemo p {
    line-height: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 992px) {
  #service-2 #responsiveTabsDemo p {
    line-height: 22px;
  }
}
#service-2 #responsiveTabsDemo .button {
  background: #f1c30f;
  color: #ffffff;
}
#service-2 #responsiveTabsDemo .button:before {
  background: #202125;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
    .r-tabs .r-tabs-panel{
        padding: 50px 0;
    }
}

/* =================================== Tabbed Content End =================================== */


/* =================================== Gallery =================================== */

.work-filter {
	margin-bottom: 40px;
}

.work-filter li {
	display: inline-block;
	margin: 0 20px;
}

.work-filter li a {
	font-size: 16px;
	border-bottom: 2px solid transparent;
	text-shadow: none;
	position: relative;
	padding: 5px 0;
	display: block;
}

.work-filter li a:before {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.work-filter li a:before,
.work-filter li a.active:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	overflow: hidden;
	width: 0;
	border-bottom: 2px solid #f1c30f;
	color: #f1c30f;
	content: attr(data-hover);
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	transition: width 0.5s;
	padding: 10px 0;
}

.work-filter li a.active:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 100%;
}

.work-filter li a:hover::before,
.work-filter li.active a,
.work-filter li a.active:hover::before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	width: 100%;
}

.work-filter li a:hover,
.work-filter li a.active {
	color: #f1c30f;
}

#gallery .work-item {
	position: relative;
	padding: 0 15px;
}

#gallery .home-gallery .work-item {
	padding: 13px !important;
}

.mix {
	display: none;
}

#gallery .work-item img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all ease 1s;
}

#gallery .work-item:hover img {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#gallery .gallery_content {
	position: relative;
	overflow: hidden;
}

#gallery .gallery_content h3 {
	font-size: 20px;
	color: #f1c30f;
	margin-top: 20px;
}

#gallery .gallery_content small {
	font-size: 14px;
	color: #796e6e;
	margin-bottom: 20px;
	display: inline-block;
}

.gallery_content a.btn-readmore {
	position: relative;
	text-shadow: none;
	text-transform: capitalize;
}

.gallery_content a.btn-readmore:before {
	color: #f1c30f;
	content: attr(data-hover);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	top: 0.5px;
	position: absolute;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	-moz-transform: scale(1.1) translateX(10px) translateY(10px);
	-ms-transform: scale(1.1) translateX(10px) translateY(10px);
	-webkit-transform: scale(1.1) translateX(10px) translateY(10px);
	transform: scale(1.1) translateX(10px) translateY(10px);
	-moz-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s, all 0.3s ease 0s;
	transition: transform 0.3s ease 0s, all 0.3s ease 0s;
}

.gallery_content a.btn-readmore:hover::before,
.gallery_content a.btn-readmore:focus::before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-transform: scale(1) translateX(0px) translateY(0px);
	-webkit-transform: scale(1) translateX(0px) translateY(0px);
	-ms-transform: scale(1) translateX(0px) translateY(0px);
	transform: scale(1) translateX(0px) translateY(0px);
}

.image {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#gallery .work-item i {
	font-size: 4rem;
	color: #fff;
}

.image img {
	width: 100%;
}

#gallery .work-item:hover .overlay {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* =================================== Blog =================================== */

#blog {}

.entry-content p {
	margin-bottom: 25px;
}

#blog ul.comments {
	margin-right: 10px !important;
	display: inline-block;
	position: relative;
}

.blog_item h2.post-title {
	margin-bottom: 10px !important;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}

.blog_item .image_container {
	margin-top: 20px;
}

#blog .postedin {
	margin: 10px 0;
}

#blog ul.comments.postedin {
	padding: 0px 10px;
}
#blog ul.comments.postedin-detail {
	padding: 0px 10px 0 0;
}
#blog ul.comments.postedin:before {
    content: "\f07c";
    font-family: FontAwesome;
    padding-right: 6px;
    font-size: 0.9rem;
    color: #333333;
}

#blog ul.comments.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 6px;
    font-size: 0.9rem;
    color: #333333;
}
#blog ul.comments span.total:before {
    content: "\f27a";
    font-family: FontAwesome;
    padding-left: 16px;
    font-size: 0.9rem;
    color: #333333;
}
#blog ul.comments span.byauthor:before {
    content: "\f007";
    font-family: FontAwesome;
    padding: 0 3px 0 16px;
    font-size: 0.9rem;
    color: #333333;
}
#blog ul.comments.tag:before {
    content: "\f02c";
    font-family: FontAwesome;
    padding-right: 6px;
    font-size: 0.9rem;
    color: #333333;
}
.share-options:before {
    content: "\f1e0";
    font-family: FontAwesome;
    padding-right: 13px;
    font-size: 0.9rem;
    color: #333333;
    float: left;
    margin: 6px 0 0 0;
}



#blog ul.comments.postedin li {
	border: none !important;
}

ul.comments.postedin span {
	font-size: 12px;
}

.post_excerpt {
	margin: 10px 0px;
}

#blog .blog_item ul.comments,
#blog .blog_item ul.social_icon {
	margin: 0px 0 5px 0;
}

#blog h2.entry-title {
	padding-bottom: 25px;
}

#blog .blog_item ul.comments li {
	display: inline-block;
	padding: 5px 10px 5px 0;
	border-radius: 2px;
	min-width: auto;
}

#blog .blog_item ul.comments li a {
	display: block;
	color: #797979;
	font-size: 12px;
}

#blog .blog_item ul.comments li a > i {
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	vertical-align: middle;
}

#blog .blog_item ul.comments li a:hover,
#blog .blog_item ul.comments li a:focus {
	color: #f1c30f;
}


/*#blog .blog_item .image_container > img{
	min-height:390px;
}*/

#blog .blog_item h3 {
	margin-top: 50px;
}

#blog .blog_item .btn-common {
	margin-top: 10px;
	/*color:#fff;*/
}

#blog-slider .owl-prev,
#blog-slider .owl-next {
	position: absolute;
	top: 50%;
	height: 58px;
	width: 58px;
	background: #fff;
	margin: 0;
	text-align: center;
	color: #c0c0c0;
	font-size: 40px;
	line-height: 50px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border-radius: 0;
	margin-top: -29px;
}

#blog-slider .owl-prev:hover,
#blog-slider .owl-prev:focus,
#blog-slider .owl-next:hover,
#blog-slider .owl-next:focus {
	background: #f1c30f;
	color: #fff;
}

#blog-slider .owl-prev {
	left: 0;
}

#blog-slider .owl-next {
	right: 0;
}

.blog_item ul.digits li {
	margin-top: 30px;
	list-style: digits;
}

.blog_item blockquote {
	border-left: 5px solid #f1c30e;
	font-size: 18px;
	margin: 35px 0 20px;
	font-style: italic;
	padding: 25px 20px;
}

.blog_item .blog-reply {
	background: #f0f5f7;
	margin: 20px 0;
	padding: 12px;
	position: relative;
}

.col-md-offset-2 {
	margin-left: 16.6667% !important;
}

.blog_item .blog-reply span {
	color: #9e9e9e;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
}

.blog_item .blog-reply p {
	margin: 0 !important;
}

.blog_item .blog-reply a,
.blog_item .blog-reply a.reply {
	display: inline-block;
}

.blog_item .blog-reply a.reply {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #f5babc;
	color: #fff;
	padding: 6px 12px;
}

.blog_item .blog-reply a.reply:hover,
.blog_item .blog-reply a.reply:focus {
	background: #ff3332;
}

.blog_item .blog-reply a.reply:hover,
.blog_item .blog-reply a.reply:focus,
#blog-slider .owl-prev,
#blog-slider .owl-next,
.widget ul.tabs li {
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.post-thumbnail {
	margin: 0 0 25px 0;
	display: inline-block;
}

.post-thumbnail img {
	max-width: 100%;
	height: auto;
}


/* Post Type Styling */

.sticky-post {
	font-size: 10px;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin: -18px 30px 10px 10px;
	text-transform: uppercase;
	background: #f1c30f;
	color: #FFF;
	padding: 3px 15px;
	border-radius: 15px;
	right: 0;
	position: absolute;
}

article.sticky {
	background: rgba(204, 204, 204, 0.18);
	padding: 20px;
	margin-bottom: 100px;
	border-radius: 20px;
}

.search-results .results-padding {
	padding: 50px 0;
	border-bottom: 1px dashed #CCC;
}
.search-results .results-padding:first-of-type {
	padding: 0 0 50px 0;
}
.search-results .results-padding:last-of-type {
	border-bottom: none;
}
.results-padding a.btn-common {
    margin-top: 20px;
    display: table;
    width: auto;
}


/* =================================== SideBar =================================== */

.widget ul.tabs {
	display: table;
	text-align: center;
	width: 100%;
}

.widget ul.tabs li {
	display: table-cell;
	background: #111111;
	color: #fff;
	font-size: 16px;
	padding: 12px 16px;
	cursor: pointer;
	position: relative;
}

.widget ul.tabs li.active,
.widget ul.tabs li:hover,
.widget ul.tabs li:focus {
	background: #ff3332;
}

.widget .tab_container {
	padding: 15px;
}


/* if accordion mode */

.widget .tab_drawer_heading.d_active {
	position: relative;
}

.widget .tab_drawer_heading {
	background-color: #dcdcdc;
	font-size: 17px;
	padding: 5px 20px;
	margin-bottom: 10px;
	display: block;
	position: relative;
	cursor: pointer;
}

.widget .tab_drawer_heading {
	display: none;
}

.tab_content .single_comments {
	margin-bottom: 15px;
	overflow: hidden;
}

.tab_content .single_comments img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.tab_content .single_comments p {
	margin-bottom: 0;
	font-size: 18px;
}

.tab_content .single_comments p:hover > a {
	color: #ff3332;
	text-decoration: underline;
}

.tab_content .single_comments span {
	display: inline-block;
	margin-right: 10px;
	color: #9e9e9e;
	font-size: 14px;
}

.widget {
	margin-bottom: 40px;
}

.widget .widget_links li {
	margin-bottom: 0;
}

.widget h4 {
	margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}
.widget label.screen-reader-text {
    display: none !important;
}

.widget ul.widget_links li {
	display: block;
}

.widget ul.widget_links li:first-child a {
	padding-top: 0;
}

.sidebar .widget ul li {
	display: block;
	border-bottom: 1px solid #cfcfcf;
	padding: 15px 0;
}

.sidebar .widget ul li ul.sub-menu li {
	padding: 0;
	line-height: 40px;
}

.sidebar .widget ul li:last-of-type {
	border-bottom: none;
}

.sidebar .widget ul li a:hover,
.sidebar .widget ul li a:focus {
	
}

.sidebar .heading_space {
	margin-bottom: 20px;
}

.sidebar .recentcomments {
	border: none;
}
.sidebar .widget_recent_comments li {
    line-height: 1.5rem;
    background: #f4f6f7;
    list-style: none;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    padding: 14px 20px 20px 24px !important;
    border-top-left-radius: 0;
    border-bottom: none !important;
    margin-bottom: 15px;
}
.sidebar .widget_recent_comments li:before {
    content: "\f27a";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 0.9rem;
    color: #333333;
}
.sidebar .widget_recent_comments li a:before {
    content: none;
}

.search-form .screen-reader-text{
    display: none;
}
.search-form label {
    display: block;
}
.search-field {
	border: 1px solid #ccc;
	border-radius: 30px;
	box-shadow: none;
	color: #111;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	width: 100%;
	background-color: #fff;
	background-image: none;
	margin-bottom: 8px;
    font-weight: normal;
}

.search-submit {
	padding: 12px 30px;
	display: inline-block;
	transition: all 0.5s linear 0s;
	border: transparent;
	border-radius: 25px;
	background: #333;
	color: #fff;
	cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.search-submit:hover {
	transition: all 0.5s linear 0s;
	background: #000;
	color: #fff;
}

.search-submit,
.search-submit:focus {
	background: #f1c30f;
}


/* =================================== Appointment =================================== */

.appointment_wrap {
	background: url(../images/appointment.jpg) no-repeat;
	background-size: 100% 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.callus {
	margin-top: 25px;
}

.callus input.form-control {
	color: #111;
	height: 40px;
}

.callus textarea {
	width: 100%;
	min-height: 160px;
	resize: none;
	padding: 6px 12px;
}

.callus textarea,
.callus input.form-control {
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: none;
}

.callus .btn-submit input[type=submit] {
	border: transparent;
	border-radius: 25px;
	background: #ff3332;
	color: #fff;
	cursor: pointer;
}


/*for Date Field*/

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.active:hover,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled.active:hover {
	background-color: #f1c30f;
	background-image: none;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 3px 10px;
}


/* =================================== FOOD =================================== */

.popular-food {
	border: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.popular-food .image {
	margin-bottom: 20px;
}

.popular-food i {
	color: #fff;
	font-size: 2rem;
}

.popular-food .image .overlay {
	cursor: pointer;
}

.popular-food h4 {
	margin-bottom: 10px;
	font-weight: bold;
}

.popular-food .dish {
	display: block;
	margin-bottom: 10px;
	color: #f1c30f;
}


/* =================================== FAQ =================================== */

#faq {}

.faq_wrapper {
	position: relative;
	background-color: #fff;
}

.faq_wrapper .items {}

.faq_wrapper .items li {
	list-style: none;
}

.faq_wrapper .items > li > a {
	display: block;
	font-size: 18px;
	padding-bottom: 35px;
	padding-left: 25px;
	margin-left: 3px;
	border-left: 1px solid #a1a1a1;
	position: relative;
	line-height: 10px;
}

.faq_wrapper .items > li:last-child > a {
	padding-bottom: 0;
}

.faq_wrapper .items > li > a::before {
	background: #a1a1a1;
	border: 1px solid #a1a1a1;
	border-radius: 100%;
	box-shadow: 0 0 0 2px #fff inset;
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 20px;
	position: absolute;
	left: -5px;
}

.itemHover {
	color: #fff;
	-webkit-transition: background-color 0.4s ease-in-out;
	-o-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
}

.faq_wrapper .items > li > a:hover {
	color: #f1c30f;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.faq_wrapper .items > li > a.expanded {
	color: #f1c30f;
	padding-bottom: 0;
	-webkit-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.faq_wrapper .items > li > a.expanded::before,
.faq_wrapper .items > li > a:hover::before {
	content: "";
	background: #ff3332;
	border-color: #ff3332;
}

.faq_wrapper .sub-items p {
	position: relative;
}

.faq_wrapper .sub-items {
	display: none;
	padding-left: 26px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-left: 3px;
	border-left: 1px solid #a1a1a1;
}

.faq_wrapper .items > li:last-child .sub-items {
	padding-bottom: 0;
}


/* Accordian */

.vc_tta-panels-container {
	position: relative !important;
	background-color: #fff !important;
}

.vc_tta-panel {}

.vc_tta-panel-heading {
	background-color: transparent !important;
	border: none !important;
}

h4.vc_tta-panel-title {
	display: block !important;
	font-size: 20px !important;
	padding-bottom: 25px !important;
	margin-left: 3px !important;
	border-left: 1px solid #a1a1a1 !important;
	position: relative !important;
}

h4.vc_tta-panel-title a {
	padding-top: 0px !important;
	padding-left: 32px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 600 !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a {
	padding: 0px 14px 20px 20px !important;
	border-bottom: 1px dotted rgba(153, 153, 153, 0.24) !important;
}

h4.vc_tta-panel-title a i {
	display: none !important;
}

h4.vc_tta-panel-title:last-child > a {
	padding-bottom: 0 !important;
	;
}

h4.vc_tta-panel-title a::before {
	background: #a1a1a1 !important;
	;
	border: 1px solid #a1a1a1 !important;
	;
	border-radius: 100% !important;
	;
	box-shadow: 0 0 0 2px #fff inset !important;
	;
	content: "" !important;
	;
	display: inline-block !important;
	;
	height: 10px !important;
	;
	width: 10px !important;
	;
	margin-right: 20px !important;
	;
	position: absolute !important;
	;
	left: -5px !important;
	;
}

.vc_tta-panel-heading:Hover {
	color: #fff !important;
	;
	-webkit-transition: background-color 0.4s ease-in-out !important;
	;
	-o-transition: background-color 0.4s ease-in-out !important;
	;
	-moz-transition: background-color 0.4s ease-in-out !important;
	;
	transition: background-color 0.4s ease-in-out !important;
	;
}

.vc_tta-panel-title a:hover {
	color: #ff3332 !important;
	;
	-webkit-transition: all 0.4s ease-out !important;
	;
	-ms-transition: all 0.4s ease-out !important;
	;
	transition: all 0.4s ease-out !important;
	;
}

.vc_tta-panel.vc_active h4 a {
	color: #ff3332 !important;
	;
	padding-bottom: 0 !important;
	;
	-webkit-transition: all 0.4s ease-out !important;
	;
	-ms-transition: all 0.4s ease-out !important;
	;
	transition: all 0.4s ease-out !important;
	;
}

.vc_tta-panel-title > a.expanded::before,
.vc_tta-panel-title > a:hover::before {
	content: "" !important;
	;
	background: #ff3332 !important;
	;
	border-color: #ff3332 !important;
	;
}

.vc_tta-panel-body p {
	position: relative !important;
	;
}

.vc_tta-panel-body {
	padding-left: 30px !important;
	padding-bottom: 25px !important;
	padding-top: 25px !important;
	margin-left: 3px !important;
	background-color: transparent !important;
	border: none !important;
	border-left: 1px solid #a1a1a1 !important;
	border-radius: 0px !important;
	padding-top: 0px !important;
}


/* =================================== Services =================================== */

.service_wrapper {
	position: relative;
	background-color: #fff;
}

.service_wrapper .items {}

.service_wrapper .items > li > a {
	background: #e7e7e7;
	color: #404040;
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 15px 20px;
}

.service_wrapper .items > li > a::after {
	right: 20px;
}

.service_wrapper .items > li > a::after,
.procedure_content .items > li > a:after,
.procedure .tab_drawer_heading:after {
	content: "\f107";
	display: inline-block;
	right: 20px;
	position: absolute;
	font-family: 'FontAwesome';
}

.service_wrapper .items > li > a:hover,
.procedure_content .items > li > a:hover,
.service_wrapper .items > li > a.expanded,
.procedure_content .items > li > a.expanded,
.procedure ul.tabs li {
	-webkit-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.service_wrapper .items > li > a.expanded,
.procedure_content .items > li > a.expanded {
	margin-bottom: 0;
}

.service_wrapper .items > li > a.expanded::after,
.procedure_content .items > li > a.expanded::after,
.procedure .tab_drawer_heading.d_active:after {
	content: "\f106";
}

.service_wrapper .sub-items {
	display: none;
	padding: 35px 20px;
	margin-bottom: 10px;
}

.service_wrapper .sub-items .accordion-text h4 {
	color: #ff3332;
	margin-bottom: 15px;
}

.service_wrapper .sub-items .accordion-image {}

.sub-items .accordion-image .image_caption {
	background: #f1c30f;
	color: #fff;
	padding: 15px;
	text-align: center;
}

.sub-items .accordion-image .image_caption h4 {
	color: #fff;
}

/* =================================== Contact Info =================================== */
.contactinfo ul li {
	list-style: none;
	clear: both;
}
.contactinfo h4 {
	margin-bottom: 15px;
}
.contactinfo i {
	margin-right: 10px;
	width: 25px;
	height: 35px;
	float: left;
}
.contactinfo i:before {
	font-size: 18px;
}

/* =================================== Pricing Tables =================================== */

.pricing-table {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-transition: all 400ms linear;
          transition: all 400ms linear;
  padding: 32px 21px;
}
.pricing-table h4 {
  color: #f1c30f;
  margin-bottom: 25px;
}
.pricing-table .type {
    border-bottom: 1px solid #d9d9d9;
}
.pricing-table .price {
  padding: 22px 0;
  border-bottom: 1px solid #d9d9d9;
}
.pricing-table .price h2 {
  margin: 0 0 0 20px;
  position: relative;
  color: #000000;
  padding-bottom: 5px;
}
.pricing-table .price h2 span {
}
.pricing-table .price h2 .dollar {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 10px;
}
.pricing-table .price h2 .month {
  font-size: 10px;
  display: inline-block;
  position: absolute;
  left: 9px;
  bottom: -4px;
  color: #929292;
}
@media screen and (max-width: 992px) {
  .pricing-table .price h2 {
    margin-left: 10px;
  }
}
.pricing-table .price p {
  color: #929292;
}
.pricing-table ul.packages {
  padding: 20px 0;
}
.pricing-table ul.packages li {
  list-style: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.pricing-table ul.packages li i {
  display: inline-block;
  width: 24px;
  color: #62be10;
}
.pricing-table .button {
  background: #f1c30f;
  color: #ffffff;
}
.pricing-table .button:before {
  background: #202125;
}
.pricing-table.black {
  background: #202125;
  color: #ffffff;
  border-color: transparent;
}
.pricing-table.black ul.packages li i {
  color: #ffffff;
}
.pricing-table.black h4, .pricing-table.black h2, .pricing-table.black p, .pricing-table.black h2 > .month {
  color: #ffffff;
}
.pricing-table.black .button {
  background: #ffffff;
  color: #202125;
}
.pricing-table.black .button:before {
  background: #f1c30f;
}
.pricing-table.black .button:hover, .pricing-table.black .button:focus, .pricing-table.black .button:active {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .pricing-table.black {
    margin: 50px 0;
  }
}
.pricing-table.black:hover .button:before {
  background: #202125;
}
.pricing-table:hover {
  color: #ffffff;
  background: #f1c30f;
}
.pricing-table:hover h2, .pricing-table:hover h4, .pricing-table:hover h2 > span, .pricing-table:hover p, .pricing-table:hover ul li > i, .pricing-table:hover h2 > .month {
  color: #ffffff;
}
.pricing-table:hover .button {
  background: #ffffff;
  color: #202125;
}
.pricing-table:hover .button:hover {
  color: #ffffff;
}


/* =================================== Procedures =================================== */

.wpb_tour .wpb_tabs_nav {
	/* width:25% !important; */
}

.wpb_tour_next_prev_nav {
	margin-left: 25% !important;
}

ul.wpb_tabs_nav li {
	display: block !important;
	background: #f0f5f7 !important;
	color: #111 !important;
	font-size: 14px !important;
	padding: 10px 15px !important;
	cursor: pointer !important;
	position: relative !important;
	border-bottom: #d1d1d1 solid 1px !important;
	margin: 0px !important;
}

ul.wpb_tabs_nav li:before {
	content: '\f105' !important;
	font-family: 'FontAwesome' !important;
	display: inline-table !important;
	vertical-align: middle !important;
	margin-right: 8px !important;
}

ul.wpb_tabs_nav li.ui-state-hover,
ul.wpb_tabs_nav li.ui-state-active {
	background: #fff !important;
	color: #f1c30f !important;
}

.procedure {}

.procedure ul.tabs {}

.procedure ul.tabs li {
	display: block;
	background: #f0f5f7;
	color: #111;
	font-size: 14px;
	padding: 15px;
	cursor: pointer;
	position: relative;
	border-bottom: #d1d1d1 solid 1px;
}

.procedure ul.tabs li:last-child {
	border-bottom: none;
}

.procedure ul.tabs li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	display: inline-table;
	vertical-align: middle;
	margin-right: 8px;
}

.procedure ul.tabs li.active,
.procedure ul.tabs li:hover,
.procedure ul.tabs li:focus {
	background: #fff;
	color: #f1c30f;
}

.procedure ul.tabs,
.procedure .tab_container {
	display: block;
}

.procedure .procedure_content {}

.procedure .procedure_content h3 {
	color: #ff3332;
	margin-bottom: 15px;
}

.procedure .procedure_content ul.research {
	margin: 50px 0;
}

.procedure .procedure_content ul.research li {
	display: inline-table;
	font-size: 16px;
	min-width: 33%;
	max-width: 100%;
	margin-bottom: 30px;
}

.procedure .procedure_content ul.research li:before {
	content: '';
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background: #f1c30f;
	display: inline-block;
	margin-right: 7px;
}

.procedure_content .items > li > a {
	background: #111;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 15px 10px;
	position: relative;
}

.procedure_content .items > li > a:after {
	right: 15px;
}

.procedure_content .items > li > a:hover,
.procedure_content .items > li > a.expanded {
	background: #f1c30f;
}

.procedure_content .sub-items {
	display: none;
	padding: 20px 0;
	margin-bottom: 10px;
}

.procedure_content .sub-items p {
	margin: 0;
}

.procedure .tab_container {
	padding: 0;
}


/* if accordion mode */

.procedure .tab_drawer_heading.d_active {
	position: relative;
}

.procedure .tab_drawer_heading {
	background-color: #dcdcdc;
	padding: 20px 15px;
	margin-bottom: 10px;
	display: none;
	position: relative;
	cursor: pointer;
}


/* =================================== Contact =================================== */

#map,
#map2 {
	width: 100%;
	height: 460px;
}

.search_location {
	margin: 40px auto auto;
	max-width: 100%;
	width: 500px;
}

.search_location form {
	width: 100%;
}

.search_location #address3,
.search_location #address2 {
	border: 1px solid #d0d0d0;
	height: 40px;
	max-width: 70%;
	width: 400px;
}

.search_location #address3,
.search_location button,
.search_location #address2 {
	border-radius: 5px;
	padding: 10px 15px;
}

.search_location button {
	background: #ff3332;
	border: medium none;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 20px;
	vertical-align: top;
}

.riwa .social_icon {
	margin-top: 30px;
}


/* ========================================= Inner Pages End ========================================= */


/* =================================== Index2 =================================== */

.feature {
	margin: 25px 0;
}

.feature i {
	background: #f1c30f;
	border: 3px solid #f1c30f;
	border-radius: 100%;
	box-shadow: 0 0 0 3px #ffffff inset;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	height: 80px;
	width: 80px;
	line-height: 72px;
	text-align: center;
	-moz-transition: background linear .3s;
	-webkit-transition: background linear .3s;
	-ms-transition: background linear .3s;
	transition: background linear .3s;
}

.feature:hover i {
	background: #111;
	border: 3px solid #111;
	animation-duration: 0.6s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-name: swing;
	animation-timing-function: ease;
}

.feature h3,
.feature h4 {
	margin-bottom: 15px;
	margin-top: 25px;
	color: #000;
}

.index2_grid .wrap-col {
	padding: 5px;
}

#news-slider {}

#news-slider .item {
	padding: 0 15px;
}

#news-slider .item:hover {
	cursor: pointer;
}

#news-slider .news_content .image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#news-slider .news_content .image img {
	transition: all ease 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	height: auto;
}

#news-slider .news_content .image:hover img {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#news-slider .news_content img {
	width: 100%;
	/*	min-height:300px;*/
}

#news-slider .news_content .date_comment {
	background: #ffffff;
	border: 1px solid #f1c30f;
	float: left;
	height: 110px;
	margin: 24px 15px 0 0;
	text-align: center;
	width: 65px;
}

#news-slider .news_content .date_comment span {
	color: #fff;
	background: #f1c30f;
	padding: 15px;
	display: block;
	font-size: 28px;
	line-height: 20px;
}

#news-slider .news_content .date_comment span > small {
	display: block;
	font-size: 50%;
	text-transform: uppercase;
}

#news-slider .news_content .date_comment a {
	color: #797979;
	margin: 9px 0 0;
	display: inline-block;
}

#news-slider .news_content .date_comment a:hover,
#news-slider .news_content .date_comment a:focus {
	color: #f1c30f;
}

#news-slider .news_content .comment_text {
	padding-top: 25px;
}

#news-slider .news_content .comment_text:hover h3 {
	opacity: 0.7;
}

/***** Food Slider *****/
#food-slider {}

#food-slider .item {
	padding: 0 15px;
}

#food-slider .item:hover {
	cursor: pointer;
}

#food-slider .news_content .image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#food-slider .news_content .image img {
	transition: all ease 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	height: auto;
}

#food-slider .news_content .image:hover img {
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#food-slider .news_content img {
	width: 100%;
	/*	min-height:300px;*/
}

#food-slider .news_content .date_comment {
	background: #ffffff;
	border: 1px solid #f1c30f;
	float: left;
	height: 110px;
	margin: 24px 15px 0 0;
	text-align: center;
	width: 65px;
}

#food-slider .news_content .date_comment span {
	color: #fff;
	background: #f1c30f;
	padding: 15px;
	display: block;
	font-size: 28px;
	line-height: 20px;
}

#food-slider .news_content .date_comment span > small {
	display: block;
	font-size: 50%;
	text-transform: uppercase;
}

#food-slider .news_content .date_comment a {
	color: #797979;
	margin: 9px 0 0;
	display: inline-block;
}

#food-slider .news_content .date_comment a:hover,
#food-slider .news_content .date_comment a:focus {
	color: #f1c30f;
}

#food-slider .news_content .comment_text {
	padding-top: 25px;
}

#food-slider .news_content .comment_text:hover h3 {
	opacity: 0.7;
}


/* =================================== Index3 =================================== */

.index3_appointment {
	position: relative;
	background: url(../images/doctor.jpg) no-repeat;
	background-position: bottom right;
}

.appointment_form {}

.paralax {
	/*	background:url(../images/paralax.jpg) no-repeat fixed; 
	padding:12% 0; 
	background-size:cover;
	background-position:center center; */
}

.paralax h1 {
	font-size: 34px;
	color: #fff;
}

.paralax .detail {
	font-size: 20px;
	color: #f1c30f;
}


/* =================================== Footer =================================== */

footer {
	color: #fff;
}

footer .widget-area-padding {
	padding: 80px 0 0;
}

.footer_column {
	padding-bottom: 20px;
}

footer p {
	font-size: 14px;
}

footer h4.widget-title {
	color: #fff;
    margin-bottom: 0;
}

.footer_column ul.menu li {
	width: 100%;
}

footer li {
	list-style: none;
	margin-bottom: 10px
}

footer li.current_page_parent > a {
	background: none;
}

ul.widget_links li {
	width: 100%;
}

footer .widget select {
	color: #333;
}

footer table th {
	color: #333;
}

footer caption {
	color: #FFF;
}

.footer_column p.icon,
.footer_column p.address {
	margin-left: 25px;
}

.footer_column p.icon > i,
.footer_column p.address > i {
	width: 25px;
	margin-left: -25px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

footer .widget img {
	height: auto;
	max-width: 100%;
}

.footer_column p.icon > i {
	margin-bottom: -5px;
}

.footer_column input[type=text],
.footer_column input[type=email],
.footer_column input[type=search] {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 30px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footer_column button,
.footer_column input[type=submit] {
	background: #f1c30f;
	color: #fff;
	border: none;
	border-radius: 25px;
	font-size: 15px;
	padding: 12px 30px;
	display: inline-block;
}

.footer_column button:hover,
.footer_column button:focus,
.footer_column input[type=submit]:hover,
.footer_column input[type=submit]:focus {
	background: #b13e0b !important;
	transition: all 0.5s linear 0s;
}

.footer_column .wysija-submit {
	margin-top: 0 !important;
}

.widget_wysija_cont .updated,
.widget_wysija_cont .error,
.widget_wysija_cont .xdetailed-errors {
	font-size: 14px !important;
	border-radius: 8px !important;
}

.widget_wysija .icon {
	padding-bottom: 8px;
}

.footer_column label span {
	padding: 0 0 10px 0;
	display: inline-block;
}

.newsletter {
	margin-top: 20px;
}

.newsletter .form-control {
	height: 40px;
	border: none;
	border-radius: 30px;
}

.newsletter .btn-submit {
	background: #ff3332;
	color: #fff;
	border: none;
	border-radius: 25px;
	font-size: 15px;
}

footer .copyright {
	padding: 25px 0;
}

footer .copyright p {
	display: inline-block;
	float: left;
	margin: 0;
	font-size: 13px;
    padding-top: 5px;
}

footer .copyright ul.social_icon {
	float: right;
}

@media screen and (max-width: 1299px) {
	.navbar-default .navbar-nav > li > a {
		
	}
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		margin: 0 15px;
	}
}

@media screen and (max-width: 1000px) {
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	p {
		font-size: 14px;
	}
	.topbar p {
		font-size: 12px;
	}
	.navbar-brand {
		padding: 0;
		max-width: 140px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
		margin: 0 10px;
	}
	#rev_slider_34_1 .tparrows,
	#rev_slider_35_1 .tparrows {
		display: block;
	}
	.tp-tabs {
		display: none;
	}
	/*Service Slider*/
	#service-slider {
		margin-bottom: 50px;
	}
	/*Specialist*/
	#specialist-slider .item .specialist_photo,
	#specialist-slider .item .specialist_info {
		display: block;
	}
	#specialist-slider .item .specialist_info {
		margin-bottom: 20px;
	}
	#specialist-slider .item .specialist_photo > img {
		display: block;
		width: 100%;
	}
	#specialist-slider .owl-prev,
	#our-specialist .owl-prev,
	#news-slider .owl-prev {
		left: 0;
	}
	#specialist-slider .owl-next,
	#our-specialist .owl-next,
	#news-slider .owl-next {
		right: 0;
	}
	.work-filter li a {
		font-size: 14px;
	}
	/*About US*/
	#welcome ul.welcome_list li {
		font-size: 12px;
	}
	/*Gallery*/
	/*Blog*/
	.tab_content .single_comments p {
		font-size: 14px;
	}
	.tab_content .single_comments p > a:hover {
		text-decoration: underline;
		color: #ff3332;
	}
	.widget ul.widget_links li a {
		font-size: 14px;
		padding: 15px 0;
	}
	/*Appointment*/
	/*faq*/
	.faq_wrapper .items > li > a {
		font-size: 16px;
	}
	/*Services*/
	.service_wrapper .items > li > a {
		font-size: 20px;
	}
	/*Departments*/
	/*Contact*/
	footer p,
	.footer_column ul.widget_links li a {
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	aside.sidebar {
		padding-left: 15px;
	}
}

@media screen and (max-width: 767px) {

  .service-box-3 {
      text-align: center;
  }
  .service-box-3 h5 {
      margin-top: 0;
  }
  .heading {
      text-align: center;
	   margin: 0 0 20px 0;
  }
  .heading br {
      display: none;
  }

  .vertical-text {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        display: block;
        position: static;
        margin-bottom: 15px;
        text-align: center !important;
    }
    .service-box.middle-section {
        margin: 50px 0;
    }
	#main-navigation .affix-top .navbar-brand.sitename, #main-navigation .affix .navbar-brand.sitename {
		font-size:18px;
	}
	.topbar p.pull-left {
		display: none;
	}
	.topbar p {
		float: none !important;
	}
	.topbar p:last-child {
		text-align: center;
		display: block;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 5px 0 !important;
	}
	.toggler {
		margin-bottom: 0;
	}
	.clientsDropDown {
		margin: -47px 0 0 0;
		position: relative;
		bottom: -6px;
		left: 0;
		right: 0;
	}
	.clientsDropDown .btn-slide {
		font-size: 12px;
	}
	.toggle-button {
		width: 170px;
	}
	.white_content {
		text-align: center;
	}
	.form-container form button {
		margin-top: 15px;
	}
	.news_thumb .image,
	.news_thumb .image {
		margin-bottom: 20px;
	}
	#specialist-slider .item .specialist_info {
		display: none;
		top: 0;
		left: 20px;
		position: absolute;
		background: rgba(255, 255, 255, .9);
		z-index: 1;
		height: 100%;
		width: auto;
		padding: 15px;
		right: 20px;
		text-align: center;
		-webkit-transition: all 0.4s linear;
		-moz-transition: all 0.4s linear;
		-ms-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
	}
	#specialist-slider .item:hover .specialist_info,
	#specialist-slider .item:focus .specialist_info {
		display: block;
		bottom: 0;
	}
	#specialist-slider .item .specialist_info h2::after {
		display: none;
	}
	/*About*/
	.grid_layout .wrap-col.first {
		display: none;
	}
	.grid_layout .wrap-col {
		padding: 0 15px 15px;
	}
	/*Blog*/
	.sidebar {
		margin-top: 50px;
	}
	/*procedures*/
	.procedure ul.tabs {
		display: none;
	}
	.procedure .tab_drawer_heading {
		display: block;
	}
	.info_section,
	.paralax {
		background-position: center center !important;
	}
	.paralax h1 {
		font-size: 20px;
	}
	.hero-banner-heading-1 {
		font-size: 64px !important;
	}
	.hero-banner-heading-2 {
		font-size: 30px !important;
	}
}

@media screen and (max-width: 730px) {
	.wpb_tour .wpb_tabs_nav {
		width: 100% !important;
		margin-bottom: 40px !Important;
	}
}

@media screen and (max-width: 479px) {
	.footer_column ul.widget_links li {
		width: 100%;
	}
    #team-slider .item {
        margin-right:0px;
    }
}