/*!
Theme Name: pararesearch
Author: MSolanki
Version: 1.0.0

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #231F20;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}



a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



.wrapper {
    max-width: 1040px;
    padding: 0 15px;
    margin: 0 auto;
}
.header_top {
    background: #333;
    color: #fff;
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 14px;
}
.head_top_left {
    float: left;
}
.head_top_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 40px;
}
.head_top_menu li {
    display: inline-block;
    margin-right: 22px;
    padding-left: 28px;
}
.head_top_menu li a{
	color: #fff;
}
.head_top_menu li.email_icon{
	background: url('images/email_icon.png') no-repeat 5px center;
}
.head_top_menu li.phone_icon{
	background: url('images/phone_icon.png') no-repeat 5px center;
}
.head_top_menu li.time_icon{
	background: url('images/time_icon.png') no-repeat 5px center;
}
.head_top_right{
	float: right;

}
.btn_top_head a{
	display: inline-block;;
	padding: 0px 20px;
	color: #fff;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
}
.head_middle_left{
	float: left;
}
.head_middle_right{
	float: right;
}
.head_middle_right .main-navigation {
    margin-top: 25px;
}
.head_middle_right .main-navigation ul.nav-menu > li > a{
	color: #000;
	font-family: 'Zilla Slab', serif;
	font-weight: 500;
	font-size: 17px;
}
.head_middle_right .main-navigation ul.nav-menu > li > a:hover{
	color: #273133;
}
.head_middle_right .main-navigation ul.nav-menu > li{
	margin-left: 25px;
}
.header_middle {
    display: inline-block;
    width: 100%;
    float: left;
    background: #fff;
}
.head_middle_right .main-navigation ul.nav-menu > li.current-menu-item > a{color: #0094ef;}
.footer_bottom {
    display: inline-block;
    width: 100%;
    padding: 16px 0;
    background: #222;
    text-align: center;
    color: #fff;
    float: left;
}
.footer_bottom p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.footer_top {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    background: #333;
    color: #fff;
    float: left;
}
.col_4 {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.row_main{
	margin: 0 -15px;
}
.site-footer {
    display: inline-block;
    width: 100%;
    float: left;
}
.footer_list_menu ul {
    margin: 0;
    padding-left: 0;
	list-style: none;
}
.footer_list_menu ul li a {
    color: #fff;
}
.footer_list_menu ul li {
    font-size: 13px;
    margin-bottom: 4px;
    color: #fff;
    float: left;
	width: 50%;
	padding-left: 15px;
	position: relative;
}
.footer_list_menu ul li::before {
    content: "";
    background: url(images/larrow_icon.png) no-repeat;
    background-position: left top;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 6px;
}
.footer_text p {
    margin: 0;
    color: #fff;
    margin: 0 0 10px 0;
}
.footer_text, .footer_text p {
    font-size: 13px;
}
h1,h2,h3,h4,h5,h6{font-family: 'Zilla Slab', serif;}
.footer_inner h3 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.clear{
	clear: both;
}
.entry-header .entry-title {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 24px;
    color: #0094ef;
    font-weight: 600;
}

.slider_main{ float: left;width: 100%; }
.slide_1 img {
    float: left;
}
.col_5 {
    float: left;
    width: 20%;
    padding: 0 15px;
}
.new_physician_main {
    display: inline-block;
    width: 100%;
    background: #ffffff;
    padding: 30px 0;
    float: left;
    text-align: center;
    border-top: 1px solid #eee;
}
.section_sub_text{ font-size: 16px; color: #4e5562;font-family: 'Roboto', sans-serif;}
.new_physician_main .section_title{ margin-bottom: 0px; }
.new_physician_btns{
	display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.btn_with_border,a.btn_with_border{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding: 0px 30px;
	color: #0094ef;
	background: none;
	border: 1px solid #0094ef !important;
	font-weight: 600;
	height: 42px;
	line-height: 38px;
	margin: 0 12px;
	border-radius: 2px;
	cursor: pointer;
}
.btn_with_border:hover, a.btn_with_border:hover{
	background: #0094ef;
	border: 1px solid #0094ef;
	border-color: #0094ef !important;
	color: #fff;
}
input[type="submit"]{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 0px 16px;
	color: #fff;
	background: #ffb900;
	border: 1px solid #ffb900 !important;
	font-weight: 500;
	height: 38px;
	line-height: 36px;
	margin: 0;
	border-radius: 2px;
	cursor: pointer;
}
.btn_orange,a.btn_orange,
.gform_footer input.gform_button{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding: 0px 30px;
	color: #fff;
	background: #ffb900;
	border: 1px solid #ffb900 !important;
	font-weight: 500;
	height: 42px;
	line-height: 38px;
	margin: 0 12px;
	border-radius: 2px;
	cursor: pointer;
}
.btn_green,a.btn_green{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding: 0px 30px;
	color: #fff;
	background: #0094ef;
	border: 1px solid #0094ef !important;
	font-weight: 500;
	height: 42px;
	line-height: 38px;
	margin: 0 12px;
	border-radius: 2px;
	cursor: pointer;
}
.caption_btn {
    margin-bottom: 12px;
}
.caption_btn a{
    width: 100%;margin: 0;
}
.site-header {
    /*box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 0 35px rgba(119, 119, 119, 0.5);
    position: relative;
	z-index: 9;
}
.content-area {
    padding: 20px 0 30px 0;
}
.content-area.nopadding{padding: 0px;}
.head_middle_left img {
    float: left; 
    max-width: 80px;
}
.slide_caption {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}
.slide_caption .wrapper {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}
.slide_caption_cell{
	display: table-cell;
	flex-direction: column;
	justify-content: flex-start;
	vertical-align: middle;
	align-items: flex-start;
}
.slide_1 {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.slide_caption_inner {
    max-width: 330px;
    padding: 25px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.7);
}
.caption_title {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Zilla Slab', serif;
    font-weight: 600;
}
.caption_desc {
    font-size: 14px;
    margin-bottom: 25px;
    color: #272727;
    font-weight: 300;
    text-align: left;
}
.caption_desc p {
    margin-top: 0;
    margin-bottom: 12px;
}
.owl-pagination{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;

}
body .owl-theme .owl-controls .owl-page span{margin: 4px;background: none;border: 1px solid #fff;opacity: 1.0;}
body .owl-theme .owl-controls .owl-page.active span{background: #ffb900;border-color: #ffb900;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{position: absolute;top: 50%;left: 0;opacity: 1;height:40px; width: 40px;margin: 0px;padding: 0px;
	margin-top: -20px;font-size: 0px;background: url('images/left-arrow.png') no-repeat 10px center #ffb900;border-radius: 0px;}
.owl-theme .owl-controls .owl-buttons div.owl-next{position: absolute;top: 50%;right: 0;opacity: 1;height:40px; width: 40px;margin: 0px;padding: 0px;
	margin-top: -20px;font-size: 0px;background: url('images/right-arrow.png') no-repeat 15px center #ffb900;border-radius: 0px;}
.owl-theme .owl-controls{margin-top: 0 !important;}
.slide_1::before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    z-index: 8;
    left: 0;
    right: 0;
}
.entry-content ul {
    margin-left: 0;
    padding-left: 16px;
}
.entry-content h3 {
    margin-top: 0;
    font-weight: 600;
}
.footer_text a {
    color: #fff;
}
.social_links_main {
    float: right;
    text-align: left;
    width: 100%;
    margin-top: 0px;
}
.social_links_main p {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: bold;
}
.social_links {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.social_links .mkdf-icon-shortcode {
    display: inline-block;
    margin-right: 6px;
}
.social_links .mkdf-icon-shortcode .fa {
    font-size: 44px;
}
.social_links .mkdf-icon-shortcode a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    background: #eee;
    text-align: center;
    color: #fff;
}
.social_links .mkdf-icon-shortcode a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    background: #0094ef;
    text-align: center;
    color: #fff;
    font-size: 19px;
}
.social_links .mkdf-icon-shortcode a.Facebook_icon{background: #4e71a8;}
.social_links .mkdf-icon-shortcode a.Twitter_icon{background: #1da1f2;}
.social_links .mkdf-icon-shortcode a.Youtube_icon{background: #c50815;}
.social_links .mkdf-icon-shortcode a.Pinterest_icon{background: #a92128;}
.social_links .mkdf-icon-shortcode a.Instagram_icon{background: #8a3ab9;}
.footer_top .widget:last-child {
    margin-bottom: 0;
}
.col_66 {
    float: left;
    width: 66%;
    padding: 0 15px;
}
.col_33 {
    float: left;
    width: 33%;
    padding: 0 15px;
}
.form_main {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}
body .gform_wrapper {
    margin-bottom: 0;
}
body .gform_wrapper textarea.medium {
    height: 100px;
}
body .gform_wrapper label.gfield_label {
    font-weight: 600;
    font-size: 14px;
    margin-top: 0 !important;
}
body .gform_wrapper div.validation_error{display: none;}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background: none !important;
	border:none !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}
body .gform_wrapper .validation_message{
	display: none;
}
body .gform_wrapper .gfield_error .gfield_label {
    color: #141E20;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 10px !important;
}
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
body .gform_wrapper li.gfield_error textarea {
    border: 1px solid red;
}
html body .gform_wrapper ul li.gfield {
    margin-top: 10px !important;
}
html body .gform_wrapper ul li.gfield:first-child {
    margin-top: 0 !important;
}
.sidebar_block ul {
    margin-left: 0px;
    padding-left: 16px;
}
.sidebar_block .widget-title{ font-size: 18px;color: #141E20;}
.sidebar_block ul li a {
    color: #727272;
}
body.single .content-area{display: inline-block;width: 100%;}
body.single .edit-link {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
body .gform_wrapper .gform_footer{
	margin: 0px;
}
.no-padding-bottom{ padding-bottom: 0px; }
.what-we-do-main .contact_title{font-size: 15px;}
.what-we-do-main .contact_inner .col_4:nth-child(4n+1){clear: both;}
.what-we-do-main .contact_inner .contact_data{margin-bottom: 15px;padding: 8px;}
.contact_main.what-we-do-main {
    margin-top: 15px;padding-bottom: 15px;
}
.head_top_menu .social_links_main {
    float: left;
}
.head_top_menu .social_links .mkdf-icon-shortcode a{height: 32px;width: 32px;line-height: 32px;font-size: 18px;}
.btn_top_head {
    display: inline-block;
    vertical-align: middle;
}
.header_list_menu {
    display: inline-block;
    vertical-align: middle;
}
.header_list_menu .widget {
    display: inline-block;
    margin: 0;
}
.header_list_menu .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_list_menu .widget ul li {
    display: inline-block;
    padding-left: 20px;
    margin-left: 15px;
    border-left: 1px solid #444444;
}
.header_list_menu .widget ul li a {
    color: #fff;
    line-height: 40px;
    font-size: 13px;
}
.header_list_menu .widget ul li:first-child {
    border: none;
}

.col_half{
	float: left; 
	width: 50%;
	padding: 0 15px;
}
.col_54{
	float: left; 
	width: 54%;
	padding: 0 15px;
}
.col_46{
	float: left; 
	width: 46%;
	padding: 0 15px;
}
.about_main{
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	background: #fff;
}
.section_title {
    text-align: left;
    font-size: 26px;
    color: #0094ef;
    margin-bottom: 10px;
    font-family: 'Zilla Slab', serif;
    font-weight: 600;
    position: relative;
}
.about_btn a {
    margin-left: 0;
}
.event_title {
    margin: 6px 0;
    font-weight: 500;
}
.event_title a{
    color: #000;
}
.event_excerpt {
    font-size: 14px;
    margin-bottom: 14px;
}
.event_link a {
    color: #ffb900;
}
.testimonial_main{
	background: url(images/testimonial-bg.jpg) no-repeat;
	background-size: cover;
	padding: 10px 0 40px 0;
	color: #fff;
}
.testimonial_main .strong-view.default .testimonial-heading{ display: none; }
.testimonial_main .strong-view.default .testimonial-inner,
.testimonial_main .strong-view.default .testimonial{border:none;}
.testimonial_main .strong-view.default .testimonial-inner{text-align: center;}
.testimonial_main .strong-view.default .testimonial-inner .testimonial-content {
    font-family: 'Zilla Slab', serif;
    font-size: 18px;
    max-width: 75%;
	margin: 0 auto;
	font-weight: normal;
	text-align: center;
	background: none;
	padding-left: 0;
}
.testimonial_main .owl-pagination{position: static;}
.testimonial_main .strong-view.default .testimonial-client {
    text-align: center;
}
.testimonial_main .strong-view.default .testimonial-name{
	color: #ffb900;
	font-family: 'Zilla Slab', serif;
}
.recent_news_main{
	display: inline-block;
	width: 100%;
	padding: 34px 0;
}
.col_third{ 
	float: left;
	width: 33.33%; 
	padding: 0 15px; 
}
.news_img, .news_img img {
    float: left;
    position: relative;
}
.news_content {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
}
.news_content h3 {
    margin: 0;
    font-size: 20px;
    color: #ffb900;
    font-weight: 600;
    line-height: normal;
}
.news_content h3 a{
	color: #ffb900;
}
.news_link {
    color: #0094ef;
    text-decoration: underline;
    font-weight: 300;
}
.news_date {
    display: inline-block;
    margin: 8px 0;
    font-size: 14px;
    width: 100%;
    color: #727272;
    font-weight: 300;
}
.news_link a {
    color: #0094ef;
    text-decoration: underline;
}
.has_view_all{
	position: absolute;
	right: 0px; 
	top: 10px;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}
.has_view_all a{
	color: #ffb900;
}
.event_img {
    position: relative;
    width: 100%;
    display: inline-block;
}
.event_img img {
    float: left;
}
.event_date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px 14px;
    font-size: 13px;
}
.contact_inner{ max-width: 660px; margin: 0 auto; }
.contact_main {
    padding: 20px 0;
    background: #f8f8f8;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.contact_inner .section_title {
    text-align: center;
    margin-bottom: 5px;
}
.contact_inner .gform_wrapper .gform_footer{text-align: center;}
.contact_inner .gform_wrapper label.gfield_label,
.gform_wrapper h3.gform_title,
.strong-view.default .testimonial-heading {
    display: none;
}
.contact_inner .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 10px;
	float: left;
	width: 50%;
	clear: none;
	margin-top: 0 !important;
	padding-left: 10px;
}
.contact_inner .gform_wrapper ul.gform_fields li.gfield:last-child {
    width: 100%;
}
.contact_inner .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: 14px;
    padding: 7px 10px;
}
.contact_inner .gform_wrapper textarea {
    padding: 7px 10px;
}
.contact_inner .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.footer_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_text ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
.footer_text ul li:before{
	content: "";
	background: url(images/larrow_icon.png) no-repeat;
	background-position: left top;
	height: 8px;
	width: 8px;
	position: absolute;
	left: 0;
	top: 6px;
}
.footer_top .social_links_main .social_links .mkdf-icon-shortcode a {
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 25px;
}
.entry-content p {
    margin-top: 0px;
    margin-bottom: 15px;
}
.testimonial-content {
    background: url("/wp-content/plugins/strong-testimonials/templates/default/img/quotes.png") no-repeat scroll left center transparent;
    margin-top: 0;
    padding-left: 40px;
    text-align: left;
    padding-top: 20px;
}
.strong-form-inner {
    padding: 0px;
}
.contact_content {
    text-align: center;
}
.contact_data {
    text-align: center;
    padding: 20px 10px;
    background: #fff;
    border: 1px solid #ddd;
}
.contact_title {
    margin: 7px 0;
    font-weight: normal;
    font-size: 20px;
    color: #141E20;
}
.contact_content {
    text-align: center;
    margin-bottom: 10px;
    word-wrap: break-word;
    color: #727272;
    max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.service_link {
    font-weight: 600;
    color: #0094ef;
}
body .strong-form-inner {
    padding: 0px;
}
.content-area.nopadding .recent_news_main {
    padding: 15px 0;
}
.pagination {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin: 10px 0 20px 0;
}
.pagination .page-numbers {
    padding: 6px 10px;
    color: #fff;
    background: #666;
    margin: 0 5px;
}
.pagination .page-numbers.current {
    background: #0094ef;
}
.content-area.nopadding .recent_news_main .col_third{margin-bottom: 25px;}
.content-area.nopadding .recent_news_main .col_third:nth-child(3n+1){clear: both;}
.content-area.nopadding .recent_news_main .col_third .news_date{margin: 2px 0;}
.content-area.nopadding .recent_news_main .col_third .news_content{padding: 10px 15px;}
.col_75{
	float: left;
	width: 75%;
	padding: 0 15px;min-height: 30px;
}
.col_25{
	float: left;
	width: 25%;
	padding: 0 15px;
}
.sidebar_widgets .widget-title {
    margin: 0;
    padding: 6px 10px;
    background: #0094ef;
    color: #fff;
    font-size: 18px;
	font-weight: 500;
}
.sidebar_widgets .strong-form {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}
body .strong-form-inner p.required-notice {
    margin: 0;
    font-size: 11px;
    line-height: normal;
}
.sidebar_widgets .strong-form .form-field{margin-bottom: 8px;}
.sidebar_widgets .strong-form label{font-weight: 300;font-size: 13px;}
.single .post-thumbnail {
    float: left;
    width: 250px;
    padding: 0 15px 10px 0;
}
.sidebar_widgets ul{
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin: 0;
}
.sidebar_widgets .textwidget{
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin: 0;
}
.sidebar_widgets .textwidget p {
    margin-top: 0px;
}
.sidebar_widgets ul li {
    margin-left: 15px;
    margin-bottom: 5px;
}
.sidebar_widgets ul li a {
    color: #000;
}
.recent_news_main .strong-view.default .testimonial-inner{background: #fff;}
.social_links .mkdf-icon-shortcode a.Facebook_icon .fa-facebook-f::before {
    content: "\f39e" !important;
}

.no-logged-in-user{display:none !important;}
.logged-in .logged-in-user{display:none !important;}
.logged-in .no-logged-in-user{display:inline-block;}

form#loginform label,form.wpuf-form-add label{
    display: inline-block;width: 100%;
    margin-bottom: 6px;
}
form#wpuf-login-form label{
    display: inline-block;
    margin-bottom: 6px;
}
#wpuf-login-form,form#loginform,form.wpuf-form-add {
    max-width: 450px;
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
form#loginform input[type="text"],
form#loginform input[type="password"]{
	width:100%; 
	box-sizing:border-box;    
	padding: 6px;
    outline: none;
}
#wpuf-login-form input[type="text"],
#wpuf-login-form input[type="password"]{
	width:100%; 
	box-sizing:border-box;    
	padding: 6px;
    outline: none;
}
form.wpuf-form-add input[type="text"],
form.wpuf-form-add input[type="password"]{
	width:100%; 
	box-sizing:border-box;    
	padding: 6px;
    outline: none;
}
form#loginform.wpuf-login-form {
    padding: 0px;
    border: none;
}
form#loginform.wpuf-login-form p.forgetmenot label {
    width: auto;
}
ul.wpuf-form li .wpuf-fields #pass1-text {
    display: none;
}
form.wpuf-form-add h2,ul.wpuf-form li.wpuf-submit .wpuf-label {
    display: none;
}
ul.wpuf-form .acf-fields .acf-input {
    float: left;
    width: 100%;
}
ul.wpuf-form .acf-fields .acf-label {
    float: left;
    width: 100%;
}
ul.wpuf-form li .wpuf-fields input[type=text], ul.wpuf-form li .wpuf-fields input[type=password], ul.wpuf-form li .wpuf-fields input[type=email], ul.wpuf-form li .wpuf-fields input[type=url], ul.wpuf-form li .wpuf-fields input[type=number], ul.wpuf-form li .wpuf-fields textarea,
form.wpuf-form-add select{
	width:100%; 
	box-sizing:border-box;    
	padding: 6px;
    outline: none;
	background: #fff;
    border: 1px solid #ddd;    box-shadow: none;
}
ul.wpuf-form li{padding: 0;}
form.wpuf-form-add .acf-field {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
ul.wpuf-form .wpuf-submit input[type=submit]{
	 height: auto;
    line-height: 22px;
	    border-color: #21759b !important;
    border-bottom-color: #1e6a8d !important;
}
ul.wpuf-form li .wpuf-fields,ul.wpuf-form li .wpuf-label {
    width: 100%;
}

@media screen and ( max-width: 767px ) {
.header_top{display: none;}
.owl-pagination{position: static;}
body .owl-theme .owl-controls .owl-page span{border: 1px solid #ccc;}
.slide_caption{display: none;}
.col_54,.col_46,.col_third,.col_75,.col_25{width: 100%;}
.about_main .col_54 {
    margin-bottom: 20px;
}
.col_half,.col_4,.footer_list_menu ul li{width: 100%;}
.contact_inner .gform_wrapper ul.gform_fields li.gfield{width: 100%;padding-left: 0;padding-right: 0;}
.about_main .col_half {
    margin-bottom: 20px;
}
.footer_list_menu, .footer_text {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.contact_data{margin-bottom: 15px;}
.header_middle{background: #fff;}
html #wpadminbar{display: none;}
.testimonial_main .strong-view.default .testimonial-inner .testimonial-content{max-width: 100%;}
.entry-content p{clear: both;}
}
.home .recent_news_main .col_25.sidebar_widgets {
    display: none;
}

.wp-admin select#role option[value="author"],.wp-admin select#role option[value="contributor"], .wp-admin select#role option[value="editor"]{
    display:none;
}

.subsubsub
{
    display:none;
}
.alignleft .screen-reader-text, select#new_role,select#new_role2, #changeit, #ure_grant_roles, #changeit2, #ure_grant_roles_2,.bulkactions
{
    display:none;
}
#screen-meta-links
{
    display:none;
}
#wpadminbar
{
    display:none;
}
.row-actions .hide-if-no-js, .capabilities
{
    display:none;
}

.manage-column .column-posts .num
{
    display:none;
}
.clientside-row-actions .toggle-row
{
    display:none;
}
.posts .column-posts .num
{
    display:none;
}
.media-router .acf-expand-details
{
	display:none;
}
.media-router>a:last-child
{
	display:none;
}
