/*
Theme Name: Verge-Insurance
Theme URI: http://thememaker.net/wp/verge/
Author: Verge-Insurance
Description: .
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: giant-blog
Tags: blog, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments

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

Verge-Insurance is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    transition: all 0.4s ease 0s;
}

body {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    margin: 20px 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .07);
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

table th,
table td {
    padding: 1em;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
    vertical-align: top;
    text-align: left;
    line-height: 18px
}

table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}

table thead:first-child tr:first-child th:first-child,
table tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0
}

table thead:first-child tr:first-child th:last-child,
table tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0
}

table thead:last-child tr:last-child th:first-child,
table tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px
}

table thead:last-child tr:last-child th:last-child,
table tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0
}

table thead th {
    background-color: #076aaa;
    color: #FFF;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus {
    outline: none;
}


/*------Typography--------*/

body {
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

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

a,
a:hover,
a:focus {
    text-decoration: none;
}

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;
    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;
}

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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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

ul,
ol {
    margin: 0 0 .5em .5em;
}

.media-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0.5em;
    padding: 0 0 0 10px;
}

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: #f2f2f2;
    border-radius: 0;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    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: 0;
}

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: #333;
}

.search_icon_hover input[type="text"]:focus {
    color: #FFF;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: inherit;
}

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

a:focus {
    outline: medium none;
}

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


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 0;
    width: 0;
    overflow: hidden;
    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;
    color: #21759b;
    display: block;
    font-size: 14px;
    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;
}

.hentry {
    margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

.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,

/* Older / Newer Posts Navigation (always hidden) */

.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%;
    width: 100%;
}


/*--------------------------------------------------------------
## 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;
}

.gallery-icon {
    margin-bottom: 15px;
}


/* Navigation */

.menu_text {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 107px;
    margin-right: 21px;
    text-transform: uppercase;
}


/* */

.get_a_quoat_inner a span {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.hamburger-area {
    float: right;
}

ul.page-numbers {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.not-found .page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    padding-bottom: 5px;
}

.not-found .page-header h2 {
    margin: 0;
}

header.header {
    background: #fff none repeat scroll 0 0;
    z-index: 6;
}

#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    -ms-transition: top 0.3s ease 0s;
}

#sticky-header.sticky-header {
    top: -38px;
}

.schedule_btn,
.d_logo {
    display: flex;
    align-items: center;
    align-content: center;
    height: 107px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.sticky-header .schedule_btn,
.sticky-header .d_logo {
    height: 75px;
}

.d_logo img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.schedule_btn {
    float: right;
}

.sticky-header .d_logo img {
    width: 80%;
}

.sticky-header .mainmenu ul li a {
    line-height: 75px;
}

.m_logo {
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 99999;
    position: relative;
}

.mobile_menu {
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 99999;
    position: absolute;
    width: 106px;
    top: 0;
    right: 15px;
    justify-content: center;
}

.phone-menu-open .schedule_btn a,
.mobile-menu-open .schedule_btn a {
    background: #00a8e2;
    color: #FFF;
    border: 2px solid #00a8e2;
}

.phone-menu-open .schedule_btn a:hover,
.mobile-menu-open .schedule_btn a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.m_logo {
    display: none;
}

.phone-menu-open .d_logo {
    display: none;
}

.mobile-menu-open .d_logo {
    display: none;
}

.phone-menu-open .m_logo {
    display: flex;
}

.mobile-menu-open .m_logo {
    display: flex;
}

.inner-wrapper {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.header-main-wrap {
    display: table;
    height: 100%;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

.header-main-row {
    display: table-row;
    height: 100%;
}

.site-content {
    padding-top: 107px;
}

.home .site-content {
    padding-top: 145px;
}


/* Footer */

.footer_bottom {
    background-color: #050708;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    padding: 10px 0;
}

.footer-top {
    background-color: #282827;
    font-size: 1.4rem;
    padding: 40px 0 20px 0;
    line-height: 2;
}

.footer-social-link h6,
.footer-menu h6 {
    color: #f1d262;
    font: 24px/1 "Raleway", sans-serif;
}

.footer_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li {
    float: left;
    margin: 0 10px;
    position: relative;
    white-space: nowrap;
}

.footer-menu ul li {
    margin: 0;
    width: 50%;
}

.footer-menu ul li:nth-child(2n+1) {
    padding-right: 10px;
}

.footer-menu ul li a {
    color: #fff;
    font: 400 14px/1 "Source Sans Pro", sans-serif;
    text-transform: uppercase;
}

.footer-social-link ul {
    font-size: 4rem;
    line-height: 1;
}

.footer-social-link ul li {
    margin-bottom: 4px;
    margin-right: 10px;
    float: left;
}

.footer-social-link ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #0877ac;
    display: block;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

div.entry-header {
    margin-bottom: 29px;
    position: relative;
}

.breadcum-title {
    top: 50%;
    position: absolute;
    width: 100%;
}

h1.entry-title {
    border-radius: 10px;
    color: #fff;
    font-size: 36px;
    line-height: 58px;
    display: inline-block;
    margin: 0;
    padding-left: 58px;
    padding-right: 58px;
    text-align: center;
    font-weight: 600;
}

.entry-content h4 {
    color: #0F6BAC;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.entry-content h5 {
    color: #0F6BAC;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: uppercase;
}

.entry-content img {
    margin-bottom: 10px;
    max-width: 100%;
}

.entry-content h2 {
    font-weight: 700;
}

.main-container.thanks-page .entry-content h2 {
    color: inherit;
    display: block;
    font-size: 28px;
    line-height: 1;
}

.entry-content h3 {
    background: transparent none repeat scroll 0 0;
    color: #0F6BAC;
    margin: 5px 0 15px;
}

.cild-pages ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cild-pages ul li {
    margin-bottom: 5px;
    padding: 0;
}

.cild-pages ul li.current_page_item a {
    color: #000;
}

.cild-pages ul li a {
    color: #0F6BAC;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.25;
    padding: 5px 0;
    display: block;
}

img.alignright {
    margin-left: 10px;
}

.contact_area h4 {
    color: #0F6BAC;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

.conatct-panel form.wpcf7-form,
.contact-us-form form.wpcf7-form {
    border: 0 none;
}

.required-notice {
    text-align: right;
}

span.required {
    color: red;
    font-size: 1.6rem;
}

.contact-form {
    width: 694px;
    float: left;
}

.wpcf7-form-control-wrap {
    clear: both;
    display: block;
    margin-top: 8px;
}

form.wpcf7-form #life-insurance-option label,
form.wpcf7-form #personal-insurance-option label,
form.wpcf7-form #buisness-insurance-option label,
form.wpcf7-form p label {
    color: #000;
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
}

form.wpcf7-form p br {
    display: none;
    height: 0;
    width: 0;
}

form.wpcf7-form input.wpcf7-form-control,
form.wpcf7-form textarea.wpcf7-form-control {
    border: 1px solid #D4D4D4;
    background: #f3f3f3;
    display: block;
    height: 50px;
    line-height: 48px;
    margin: 0;
    outline: 0 none;
    padding: 0 15px;
    width: 100%;
    color: #000;
}

form.wpcf7-form textarea.wpcf7-form-control {
    height: 200px;
    line-height: 1.5;
    padding: 10px 15px;
}

form.wpcf7-form input::placeholder,
form.wpcf7-form input[type="password"]::placeholder,
form.wpcf7-form input[type="file"]::placeholder,
form.wpcf7-form textarea::placeholder {
    color: #8a8a8a;
    opacity: 1;
}


form.wpcf7-form input:focus,
form.wpcf7-form input[type="password"]:focus,
form.wpcf7-form input[type="file"]:focus,
form.wpcf7-form textarea:focus {
    border-color: #f3f3f3;
}

#personal-insurance-option,
#life-insurance-option,
#buisness-insurance-option,
.wpcf7-form>p {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    width: 100%;
    float: left;
}

span.wpcf7-not-valid-tip {
    margin-left: 10px;
    margin-top: 5px;
}

.wpcf7-form>p:nth-child(7) {
    width: 100%;
}

form.wpcf7-form input[type="submit"] {
    background: #0b90c1 none repeat scroll 0 0;
    border: 1px solid #0b90c1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    line-height: 48px;
    margin: 0 0;
    outline: 0 none;
    padding: 0 30px;
    text-transform: capitalize;
    white-space: nowrap;
    width: auto;
    height: 50px;
    display: inline-block;
}

.jump-link {
    padding-top: 35px;
}

.faqpage ol {
    margin: 0 0 20px 40px;
    padding: 0;
}

.faqpage ol a {
    color: #00aeef;
    font-weight: 700;
    line-height: 1.5;
}

.acc-faq h3 {
    font-size: 20px;
    background: transparent none repeat scroll 0 0;
    color: #0F6BAC;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.acc-faq ul {
    list-style: outside none disc;
}

.acc-faq ul,
.acc-faq ol {
    margin: 0 0 20px 40px;
    padding: 0;
}

.entry-content>div {
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.entry-content p.no-mar-padd {
    margin: 0;
}


/*===========================================
	banner area		
============================================*/

.bannar-area {
    float: left;
    margin-top: 12px;
    width: 100%;
}

.single-bannar.bannar-one {
    background: #0F6BAC none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    height: 30px;
}

.home-contant h1 {
    color: #0F6BAC;
    font-size: 30px;
    margin: 15px 0 15px;
}

.the_broker_difference {
    background: #5596c4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-video {
    margin-top: 30px;
}

.panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-top: 15px;
}

.panel .panel-heading {
    background-color: #44c9f4;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 2px 0 0;
    color: #2662ab;
    padding: 5px 10px;
    position: relative;
}

.panel .panel-heading h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
}

.panel .panel-heading i {
    border-radius: 4px 2px 0 0;
    color: #fff;
    padding-right: 5px;
    transition: all 0.1s ease 0s;
}

.contact-us-form form.wpcf7-form {
    margin: 0;
}

.panel-body a[href^="tel"] {
    color: #000;
    font-weight: 400;
}

.feel_free>p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 20px;
}

.map-container {
    width: 100%;
}

.map-container iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

.map-container iframe.clicked {
    pointer-events: auto;
}


/*********************************
*		   SINGLE BLOG PAGE CSS      *
**********************************/


/* single blog header */

.single_blog_bla {
    padding-top: 60px;
    padding-bottom: 55px;
}

.single_blog_header {
    margin-bottom: 40px;
    overflow: hidden;
}

.post_date {
    height: 55px;
    width: 51px;
    background: #44c9f4;
    text-align: center;
    display: table;
    padding: 0 8px;
    float: left;
    border-bottom-right-radius: 2px;
    margin-right: 20px;
}

.blog_title_meta {
    float: left;
}

.post_date p {
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}

.single_blog_img {
    margin-bottom: 50px;
}


/* blog post meta */

.blog_title>h4 {
    color: #0f1923;
}

.blog_title_meta p,
.blog_title_meta .meta-data p a,
.blog_title_meta .meta-data p span {
    color: #cccccc;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 17px;
    text-transform: capitalize;
}

.blog_title_meta .meta-data p a:hover {
    color: #44c9f4;
}

.single_blog_content .para_2 {
    margin-top: 20px;
}

.single_blog_content blockquote {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 0 none;
    color: #8e8e8e;
    font-size: 14px;
    line-height: 28px;
    margin-left: 97px;
    margin-right: 182px;
    font-weight: 400;
    padding: 12px 22px;
    margin-top: 46px;
    margin-bottom: 45px;
}

.single_blog_content blockquote .quote_mark {
    color: #44c9f4;
    font-size: 30px;
    left: 10px;
    line-height: 28px;
    position: relative;
    top: 13px;
}


/* TAG SHARE CSS */

.tag_share {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin-top: 38px;
    margin-bottom: 25px;
}

.tag_share .tags {
    float: left;
}

.tag_share .share {
    float: right;
}

.tag_share .tags ul li,
.tag_share .share ul li {
    display: inline-block;
}

.tag_share .tags ul li:first-child {
    margin-right: 5px;
}

.tag_share .tags ul li:first-child i {
    color: #44c9f4;
    display: inline-block;
    font-size: 18px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: -1px;
}

.tag_share .tags ul li a,
.tag_share .share ul li a {
    color: #999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tag_share .tags ul li a {
    text-transform: capitalize;
}

.tag_share .tags ul li a:hover,
.tag_share .share ul li a:hover {
    color: #44c9f4;
    text-decoration: none;
}

.tag_share .share ul li a {
    font-size: 16px;
    padding: 0 5px;
}

.tag_share .tags ul li a:after {
    content: ",";
}

.tag_share .tags ul li:last-child a:after {
    display: none;
}

.tag_share .social_icons li a {
    color: #999;
    border-color: #ddd;
}

.tag_share .social_icons li a:hover {
    color: #fff;
}


/* COMMENT AREA CSS */

.comments-area {
    float: left;
    width: 100%;
}

.comments {
    margin-top: 50px;
}

.comment_title>h4 {
    color: #0f1923;
    font-size: 24px;
}

.comment_title>h4 .n_of_comment {
    color: #44c9f4;
}

.comments .media {
    border: 1px solid #f5f5f5;
    padding: 35px 20px 25px;
    margin-bottom: 40px;
}


/* comment image css */

.comments .media img {
    border-radius: 50%;
}

.comments .media-left,
.media>.pull-left {
    padding-right: 28px;
}


/* comments content css */

.media_top {
    overflow: hidden;
}

.media_top>span {
    color: #8e8e8e;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
}

.comments .media-heading {
    color: #0f1923;
    font-weight: 500;
    margin: 0;
}

.comment-reply-link {
    background: #0F6BAC none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 9px;
    text-align: center;
    width: 80px;
}

.comment-reply-link:hover {
    background: #fff;
    border: 1px solid #44c9f4;
    color: #44c9f4;
}

.comment-reply-link.visible-xs-m {
    display: none;
}

.comments .heading_left span {
    color: #8e8e8e;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
}

.comments .media-body p {
    margin-top: 18px;
}

.reply_comments {
    margin-left: 118px;
}


/* comments content css */

.comments .media-list {
    margin: 0;
    padding: 0;
}

.comment_box {
    margin-top: 10px;
}

.comment-respond .comment-reply-title {
    margin-bottom: 40px;
}

.comment-respond label {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 12px;
}

.comment-respond input,
.comment-respond textarea {
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    line-height: 50px;
    width: 100%;
    padding: 0 20px;
}

.comment-respond textarea {
    margin-bottom: 30px;
    padding: 20px;
}

.comment-respond textarea {
    line-height: 22px;
    ;
}

.comment-respond input:focus,
.comment-respond textarea:focus {
    border-color: #44c9f4;
}

.form-submit input {
    padding: 0 38px;
    margin-top: 38px;
}

.btn_colored.cmnt_btn:hover {
    border: 1px solid #44c9f4;
}

.comments-area .comment-respond .comment-form #submit,
input[type="submit"],
botton {
    background: #0F6BAC none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    padding: 0;
    text-align: center;
    width: 185px;
    transition: all .3s;
}

.comments-area .comment-respond .comment-form #submit:hover {
    background: #fff none repeat scroll 0 0;
    border-color: #44c9f4;
    color: #44c9f4;
}

.logged-in-as {
    margin: 0 0 10px;
}

.logged-in-as a {
    color: #8e8e8e;
}


/* BLOG RIGHT SIDEBAR */

.blog_search {
    position: relative;
}

.blog_search input {
    line-height: 45px;
    width: 100%;
    padding: 0 35px 0 20px;
    border: 1px solid #dddddd;
    border-radius: 2px;
}

.blog_search input:focus {
    color: #44c9f4;
    border-color: #44c9f4;
}

.blog_search .blog_search_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #8e8e8e;
    line-height: 46px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
}

.blog_search .blog_search_btn:hover {
    color: #44c9f4;
}

.search_bar>p {
    margin-top: 25px;
}

.single_blog_bla .widget,
.single_blog_bla .recent_tags,
.recent_tags>ul {
    margin-top: 30px;
}

.tags>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#secondary .widget .widget_title h4,
.widget .widget_heading,
.recent_tags .recent_tg_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

#secondary .widget .widget_title h4,
.widget .widget_heading>h4,
.recent_tags .recent_tg_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    text-transform: capitalize;
}

aside.widget ul li a {
    color: #000;
    display: inline-block;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.widget .catagory_list a span {
    margin-right: 5px;
    color: #ddd;
}

aside.widget ul li a:before {
    content: "\f101";
    font-family: "FontAwesome";
    margin-right: 5px
}

aside.widget ul li a:hover,
.widget .catagory_list a:hover,
.widget .catagory_list a:hover span {
    color: #28bdcb;
}

.widget .catagory_list {
    margin-top: 20px;
}

.recent_post li .recent_blog_img {
    margin-left: 0;
    margin-right: 10px;
    vertical-align: top;
}

.recent_post li .single_recent_post {
    margin: 0;
    width: 64%;
}

.recent_post li .single_recent_post.noImage {
    width: 100%;
}

.recent_blog_img a {
    position: relative;
    display: block;
    transition: all 8s ease 0s;
}

.recent_blog_img a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(27, 41, 50, 0.90) none repeat scroll 0 0;
    opacity: 0;
}

.recent_blog_img a:hover:after,
.recent_blog_img a:hover .recent_post_link {
    opacity: 1;
}

#secondary .recent_post .recent_blog_img a .recent_post_link {
    color: #ffffff;
}

.recent_blog_img a .recent_post_link {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
    z-index: 3;
}

.recent_blog_img a .recent_post_link:hover {
    color: #44c9f4;
}

#secondary aside .footer_widgets ul li a {
    color: #0f1923;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    transition: all 0.4s ease 0s;
}

#secondary aside .footer_widgets ul li a:before {
    display: none;
}

.recent_posts {
    margin-top: 25px;
}

.recent_tags li {
    display: inline-block;
}

#secondary aside .footer_widgets ul li span {
    color: #8e8e8e;
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
}

.recent_posts li+li {
    margin-top: 20px;
}

.widget .tagcloud a {
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #8e8e8e;
    display: inline-block;
    line-height: normal;
    margin-right: 7px;
    padding: 0 5px;
    text-decoration: none;
}

.recent_tags .tag_btn:hover {
    color: #44c9f4;
    border-color: #44c9f4;
}

#secondary aside .footer_widgets ul li a:hover {
    color: #44c9f4;
}

.social_icons {
    display: inline-block;
}

.social_icons ul,
.tiny_header .contact_lang ul {
    margin: 0;
    padding: 0;
}

.social_icons li,
.tiny_header .contact_lang li {
    display: inline-block;
    list-style: outside none none;
}

.social_icons li a {
    font-size: 12px;
    text-decoration: none;
}

.social_icons li a {
    border: 1px solid #44c9f4;
    border-radius: 50%;
    color: #44c9f4;
    display: block;
    line-height: 26px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.social_icons li a {
    width: 28px;
}

.tag_share .social_icons li a {
    border-color: #ddd;
    color: #999;
}

.social_icons li a:before {
    background: #0F6BAC none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: -1;
}

.social_icons li a:hover:before {
    transform: scale(1);
}

.tag_share .social_icons li a:hover {
    color: #fff;
}

.widget_search form {
    position: relative;
}

.widget_search form label {
    display: block;
}

.blog_search input,
.widget_search form input[type="search"] {
    border: 1px solid #dddddd;
    border-radius: 2px;
    line-height: 45px;
    padding: 0 35px 0 20px;
    width: 100%;
}

.widget_search form input[type="submit"] {
    border: 0 none;
    border-radius: 0;
    color: #fff;
    line-height: 46px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
}

aside.widget>ul,
aside.widget .menu-all-pages-container>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

li.recentcomments a::before {
    display: none;
}


/*********************************
*		   	 BLOG PAGE CSS 	         *
**********************************/


/*SINGLE BLOG POST*/

.blog_page .blog_posts {
    padding-top: 120px;
    padding-bottom: 120px;
}

.single_blog_post {
    background: #FFF;
    border: 1px solid #FFF;
    margin-bottom: 30px;
}

.single_blog_post.no_margin {
    margin: 0;
}

.page-numbers>li>a svg {
    width: 18px;
    position: relative;
    top: -2px;
}

.page-numbers>li>a:hover svg {
    fill: #FFF;
}

/*.blog_image*/

.blog_image {
    position: relative;
}

.blog_image img {
    width: 100%;
}

.single-services .service_img {
    background: #ccc none repeat scroll 0 0;
    margin: 0;
}


/* Blog Content */

.single_blog_content {
    float: left;
    width: 100%;
}

.single_blog_post .blog_tag {
    width: 50px;
    height: 55px;
    background: #44c9f4;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 4px;
    display: table;
}

.blog_tag>p {
    color: #fff;
    display: table-cell;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.blog_tag>p .word1 {
    float: left;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    width: 100%;
}

.blog_tag>p .word2 {
    float: left;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    text-transform: capitalize;
}

.blog_title h3 {
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
}

.blog_content {
    padding: 20px 13px 15px;
}

.blog_text>p {
    margin-bottom: 10px;
}

.blog_content .blog_title>h2 {
    line-height: 20px;
    margin: 0 0 10px;
}

.blog_title h2 a {
    color: #0f1923;
    font-size: 18px;
    font-weight: 600;
}

.blog_title h2:hover a {
    color: #44c9f4;
}

.blog_text a.read_more {
    font-weight: 400;
    line-height: 1;
    color: #000;
    font-size: 14px;
}

.blog_text .read_more:hover {
    color: #44c9f4;
}

.blog_posts {
    background-color: #F5F5F5;
}

/* Styke Post */

.owl-item .banner_total p .word1,
.owl-item:nth-child(4) .banner_total p .word2 {
    color: #000;
}

.site-main .pagination_area,
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    float: left;
    margin: 0 0 1.5em;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.page-numbers {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.page-numbers>li {
    display: inline-block;
    margin: 0 4px;
    text-align: center;
}

.page-numbers>li>a,
.page-numbers>li>span {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    display: block;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 35px;
}

.page-numbers>li>a:hover,
.page-numbers>li .current {
    background: #0F6BAC none repeat scroll 0 0;
    border-color: #44c9f4;
    color: #fff;
}

.single_bnr {
    position: relative;
}

a.slider_link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.phone-number {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.header-top {
    background: #050708 none repeat scroll 0 0;
    max-height: 38px;
    line-height: 37px;
    width: 100%;
    top: 0px;
    height: 38px;
    z-index: 2;
}

.phone-number {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.phone-number>li {
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 38px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.phone-number li:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 32%;
    width: 2px;
}

.phone-number li.local::after {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.menu_top .nav.navbar-nav {
    float: right;
}

.menu_top .nav.navbar-nav li a {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 38px;
}


/* .mobile-menu-open .menu_top .nav.navbar-nav {
    float: none;
    margin: 0;
    padding: 0 0;
}

.mobile-menu-open .menu_top .nav.navbar-nav li {
    position: relative;
    display: block;
}

.mobile-menu-open .menu_top .nav.navbar-nav li a {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
} */

.widget_social {
    margin-top: 30px;
}


/* Modal */

.modal {
    z-index: 13000
}

#contactModal .modal-dialog {
    margin: 5% auto;
    max-width: 96%;
    min-height: 300px;
    padding: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 884px
}

#contactModal .modal-header {
    border: 0 none;
    padding: 0;
    min-height: auto
}

#contactModal button.close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 20px;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

#contactModal button.close span {
    color: #fff;
    display: block;
    font-weight: 600;
    height: 30px;
    line-height: 25px;
    text-align: center;
    width: 30px;
}

.modal-product {
    float: left;
    padding: 35px 85px;
    width: 100%;
}

.wpcf7,
.wpcf7-form,
.get_a_free_quote {
    float: left;
    width: 100%;
}

.wpcf7,
.wpcf7-form,
.get_a_free_quote,
.wpcf7:focus,
.wpcf7-form:focus,
.get_a_free_quote:focus {
    outline: 0;
    border: 0;
}

.contact-heading>h2 {
    background: #0F6BAC none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 66px;
    margin: 0;
    text-align: center;
}

.modal-body {
    padding: 0;
}


/* Widget */

.widget_title {
    color: #f7f7f7;
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar-widget .widget_title,
.sidebar .widget_title {
    border-bottom: 2px solid #0F6BAC;
    color: #000;
    font-size: 20px;
    margin: 0 0 20px;
    padding-bottom: 15px;
}

.sidebar-widget ul,
.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget ul ul,
.sidebar ul ul {
    padding: 0 0 0 15px;
}

.sidebar-widget ul.branch-hours li {
    border-bottom: 1px solid #bebfc0;
    color: #828282;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.sidebar-widget ul>li a:hover {
    color: #0F6BAC;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.footer_widget p,
.footer_widget li,
.footer_widget a {
    color: #f7f7f7;
    font-size: 16px;
}

.Client_Portal_Sign {
    position: relative;
    top: -15px;
}

.theme_maker {
    text-align: right;
}

.home-title h1 {
    color: #FFF;
    position: relative;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.home-title.text-center>h2 {
    color: #FFF;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    margin-top: 0;
}

a.broker_difference_btn {
    background: #0F6BAC;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    border: 3px solid #0F6BAC;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 21px;
    font-weight: 500;
}

a.broker_difference_btn:hover {
    background: rgba(0, 0, 0, 0.2);
}

.service_section {
    position: relative;
    overflow: hidden;
}

.service-area {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
    color: #fff;
    float: left;
    height: 100%;
    width: 100%;
    height: 830px;
    position: relative;
    display: flex;
    align-items: center;
}

.cp_bg {
    height: 1000px;
}

.service-area::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgb(0, 0, 0, 12%);
    top: 0;
    left: 0;
}

.subcribe-area {
    background: rgba(0, 0, 0, 0) url("images/subcribe-bg.jpg") no-repeat scroll 0 0 / cover;
    color: #fff;
    float: left;
    padding: 45px 0;
    width: 100%;
}

.area_title {
    position: relative;
    z-index: 1;
    width: 735px;
    float: right;
    margin-top: -80px;
    padding: 10px 30px;
    border-radius: 3px;
}

.area_title h1 {
    line-height: 1.3;
    font-weight: bold;
    font-size: 37px;
    margin: 0;
}

.single-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.services_content p {
    line-height: 24px;
    margin-bottom: 20px;
}

a.read_btn {
    background: #0F6BAC none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 45px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 140px;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.5s ease-in-out 0s;
}

.single-service:hover a.read_btn {
    opacity: 1;
    transform: scaleX(1);
}

.subcribe_title.text-uppercase {
    font-size: 30px;
    margin: 0;
}

.mc4wp-form-fields p {
    float: left;
}

.subcribe_inner .mc4wp-form-fields input[type="text"],
.subcribe_inner .mc4wp-form-fields input[type="email"],
.subcribe_inner .mc4wp-form-fields input[type="submit"] {
    border: 0 none;
    border-radius: 20px;
    display: block;
    height: 46px;
    margin-right: 27px;
    padding: 0 0 0 20px;
}

.subcribe_inner .mc4wp-form-fields input[type="text"],
.subcribe_inner .mc4wp-form-fields input[type="email"] {
    width: 330px;
    background: #FFF;
}

.subcribe_inner .mc4wp-form-fields input[type="submit"] {
    background: #000;
    color: #FFF;
    width: 120px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
}

.entry-header>img {
    width: 100%;
}

.contact-map .col-md-3,
.contact-map .col-md-9 {
    padding: 0;
}

.head-office {
    background: #0F6BAC none repeat scroll 0 0;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    display: none;
}

.head-office.active {
    display: block;
}

.service_img {
    margin: 15px auto 0;
    text-align: center;
    width: 140px;
}

.service_img img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.single-service-inner:hover .service_img img,
.single-service:hover .service_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.single-service {
    width: 270px;
    height: 250px;
    border-radius: 25px;
    color: #000;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.58);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.single-service::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('images/single-service.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 85%;
    background-color: #000;
}

.service_text {
    position: relative;
}

a.service_button {
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

a.service_button::after {
    position: absolute;
    width: 85%;
    background-color: #0F6BAC;
    height: 3px;
    border-radius: 5px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    content: "";
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.single-service:hover a.service_button::after {
    width: 100%;
}

.head-office>img {
    width: 100%;
}

.location {
    display: block;
}

#map-container {
    height: 369px;
    margin: 0 auto;
    width: 100%;
}

.menu_top .text-resize button {
    border: 0 none;
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 38px;
    padding: 0;
    position: relative;
    background: transparent;
}

.menu_top .text-resize button::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 14px;
    position: absolute;
    left: -6px;
    top: 13px;
    width: 2px;
}

.menu_top .text-resize button:last-child::after {
    display: none;
}

.menu_top .text-resize button {
    margin-right: 10px;
}

.menu_top .text-resize button:first-child {
    margin-right: 0;
}

#menu .first-map {
    border-right: 1px solid #bebfc0;
    position: relative;
    padding: 0;
}

#menu .first-map:last-child {
    border-right: 0 none;
}

.location>h4 {
    margin: 0;
}

.contact-address.text-center {
    padding: 0 80px;
}

.location {
    color: #000;
    margin: 0;
    padding: 35px 0 0;
}

#menu .first-map.active:before {
    background: #0F6BAC none repeat scroll 0 0;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner_area .owl-dots {
    bottom: 33px;
    left: 33%;
    position: absolute;
    transform: translateX(-33%);
}

.banner_area .owl-dot.active {
    border: 1px solid #5193c2;
    background: #0F6BAC;
}

.banner_area .owl-dot {
    border: 1px solid #b2b2b2;
    display: inline-block;
    height: 23px;
    margin: 0 5px;
    width: 23px;
    background: #282826;
}

.services_content {
    padding: 0 48px;
}

.commnuity-area .content-area {
    padding-left: 50px;
    padding-right: 50px;
}

.commnuity-area #secondary .sidebar-widget h3,
.commnuity-area .blog-area-title h2 {
    border-bottom: 2px solid #0F6BAC;
    color: #000;
    margin-bottom: 26px;
    margin-top: 70px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-size: 20px;
}

.commnuity-area #secondary {
    padding-left: 15px;
}

.commnuity-area .owl-nav {
    position: absolute;
    right: 0;
    top: -58px;
}

.commnuity-area .owl-item.active:first-child {
    margin-right: 30px;
}

.commnuity-area .owl-prev,
.commnuity-area .owl-next {
    border-top: 2px solid #0F6BAC;
    display: inline-block;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 30px;
}

.commnuity-area .owl-prev {
    border-right: 1px solid #0F6BAC;
    border-left: 2px solid #0F6BAC;
}

.commnuity-area .owl-next {
    border-left: 1px solid #0F6BAC;
    border-right: 2px solid #0F6BAC;
}

h2.blog-title a {
    color: #000;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 0 5px;
    word-spacing: 1px;
}

.category-name p {
    border-right: 1px solid #525151;
    color: #525151;
    /* float: left; */
    font-size: 14px;
    margin-right: 5px;
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
}

.post-categories {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.post-categories li {
    display: inline-block
}

.post-categories li a {
    text-transform: capitalize;
    color: #525151;
    font-size: 14px;
}

.blog-content>p {
    margin-top: 30px;
}

.no-padding {
    padding: 0;
}

.events .blog-img {
    float: left;
    margin-right: 15px;
    width: 103px;
}

.events .blog-content {
    float: left;
    width: 295px;
}

.events h2.blog-title {
    margin: 5px 0 0;
    padding: 0;
}

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

.commnuity-area {
    padding-bottom: 70px;
}

.for-you-business {
    display: flex;
    margin-top: 45px;
}

.for-you-business .wpcf7-form>p {
    width: 100%;
}

.for-you-business .wpcf7-form-control-wrap {
    float: left;
    margin: 0 0 0 15px;
}

.for-you-business .wpcf7-form-control-wrap .wpcf7-checkbox {
    border: 0 none;
    padding: 0;
}

span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.wayfb .wpcf7-form-control-wrap {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 15px;
}

.wayfb form.wpcf7-form input[type="submit"] {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #FFF;
    color: #0b90c1;
}

.for-you-business .Iaminterestedinreceivingacallfromyourofficeregarding {
    display: inline-block;
    float: none;
    margin: 0;
}

.for-you-business .wpcf7-form strong {
    color: #8c2135;
    font-size: 16px;
}

.for-you-business form.wpcf7-form p label {
    line-height: 44px;
    display: flex;
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
    left: 33% !important;
}

.page-home-insurance .menu li.hidden,
.page-auto .menu li.hidden {
    display: block !important;
}


/*  2.1  mainmenu area 
/*----------------------------------------*/


/* Menu */

.mainmenu a {
    display: inline-block;
}

.mainmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.mainmenu ul li {
    display: inline-block;
    padding: 0px 9px;
    position: relative;
}

.mainmenu ul li:last-child {
    padding-right: 0px;
}

.mainmenu ul li a {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    line-height: 107px;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    padding-right: 15px;
    padding-left: 15px;
}

.menu_one .mainmenu ul li a {
    line-height: 106px;
}

.mainmenu li a:hover {
    text-decoration: none;
}

.mainmenu ul li a:hover,
.mainmenu ul li ul.sub-menu li>a:hover,
.mainmenu ul li.current-menu-parent>a,
.mainmenu ul li.current-menu-item>a {
    text-decoration: none;
    color: #0F6BAC;
}

.mainmenu ul li span {
    font-size: 30px;
    color: #e1e1e1;
    line-height: 124px;
}

.mainmenu ul li ul.sub-menu li {
    display: block;
}

.mainmenu ul li ul.sub-menu {
    background-color: #FAFAFA;
    visibility: hidden;
    z-index: 25;
    padding: 0;
    display: block;
    height: auto;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    transform: translateY(10px);
    top: 100%;
    line-height: 40px;
    width: 285px;
    padding-top: 5px;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.mainmenu ul li ul.sub-menu.right-menu {
    right: 0;
}

.mainmenu ul>li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.mainmenu ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 100%;
}

.mainmenu ul li ul.sub-menu ul.sub-menu.right-menu {
    left: initial;
    right: 100%;
}

.mainmenu ul li ul.sub-menu li a {
    line-height: 18px;
    font-size: 15px;
}

.phone-menu-open .inner-wrapper,
.mobile-menu-open .inner-wrapper {
    background: #0F6BAC;
    z-index: 99;
    position: relative;
}

.main-header {
    position: relative;
}

.mobile-menu {
    height: 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu_text,
.menu_close {
    float: left;
    font-size: 22px;
    margin-right: 21px;
    text-transform: uppercase;
    line-height: 70px;
    font-style: italic;
    color: #63656a;
}

.menu_close {
    display: none;
}

.phone-menu-open .menu_text,
.mobile-menu-open .menu_text {
    opacity: 0;
}

.phone-menu-open .menu_close,
.mobile-menu-open .menu_close {
    display: block;
    position: relative;
    z-index: 3;
    left: -56px;
    color: #FFF;
}

.hamburger {
    display: table-cell;
    height: 50px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
    width: 50px;
    cursor: pointer;
    background: #0F6BAC;
    border-radius: 100%;
    z-index: 99999;
}

.phone-menu-open .hamburger {
    background: #FFF;
}

.hamburger_phone {
    height: 51px;
    position: relative;
    transition: all .4s ease 0s;
    vertical-align: middle;
    width: 51px;
    cursor: pointer;
    border-radius: 100%;
    margin-right: 5px;
    float: left;
    z-index: 9999;
}

.hamburger_phone.opened img {
    display: none;
}

.hamburger_phone.opened,
.hamburger.opened {
    cursor: pointer;
    height: 50px;
    z-index: 9999;
    width: 50px;
    background: #FFF;
}

.hamburger_phone span,
.hamburger span {
    background: #FFF none repeat scroll 0 0;
    display: block;
    height: 6px;
    opacity: 1;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 70%;
    top: 12px;
    left: 0;
    margin: 0 auto;
    border-radius: 3px;
}

.phone-menu-open .hamburger_phone span,
.phone-menu-open .hamburger span {
    background: #0F6BAC none repeat scroll 0 0;
}

.hamburger_phone span {
    opacity: 0;
}

.hamburger_phone.opened span {
    opacity: 1;
}

.hamburger_phone span:nth-child(2),
.hamburger span:nth-child(2) {
    margin-top: 10px;
}

.hamburger_phone span:nth-child(3),
.hamburger span:nth-child(3) {
    margin-top: 20px;
}

.hamburger_phone.opened span:nth-child(1),
.hamburger_phone.opened span:nth-child(2),
.hamburger_phone.opened span:nth-child(3),
.hamburger.opened span:nth-child(1),
.hamburger.opened span:nth-child(2),
.hamburger.opened span:nth-child(3) {
    margin-top: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger_phone.opened span,
.hamburger.opened span {
    background: #0F6BAC none repeat scroll 0 0;
}

.hamburger_phone.opened span:nth-child(1),
.hamburger.opened span:nth-child(1) {
    transform: rotate(135deg);
}

.hamburger_phone.opened span:nth-child(2),
.hamburger.opened span:nth-child(2) {
    opacity: 0;
    right: 0px;
}

.hamburger_phone.opened span:nth-child(3),
.hamburger.opened span:nth-child(3) {
    transform: rotate(-135deg);
}

#mobilemenu {
    position: relative;
}

body.phone-menu-open,
body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.js_body__overlay {
    position: fixed;
    background: #63656a;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: .75;
    filter: alpha(opacity=60);
    visibility: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 1;
}

.phone-menu-wrapper .js_body__overlay,
.mobile-menu-open .js_body__overlay {
    visibility: visible;
    -webkit-transition: visibility 300ms ease-in-out 0s;
    -o-transition: visibility 300ms ease-in-out 0s;
    transition: visibility 300ms ease-in-out 0s;
}

.phone-menu-wrapper .js_body__overlay,
.js_body__overlay,
.mobile-menu-open .js_body__overlay,
.js_body__overlay {
    display: none;
}

.hamburger_phone {
    background: #fff;
}

.mobile-menu-wrapper,
.phone-menu-wrapper {
    display: none;
}

.mobile-menu-wrapper,
.phone-menu-wrapper {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #0F6BAC;
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9;
    bottom: 0;
}

.mobile-menu-open .mobile-menu-wrapper,
.phone-menu-open .phone-menu-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.mobile-drop.opened span:nth-child(2) {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg)
}

.hamburger_wrap {
    display: none;
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}

#mobilemenu ul {
    display: block;
    margin: 20px 0px 0 0;
    width: 100%;
    list-style: none;
}

#mobilemenu ul ul {
    margin: 0;
}

#mobilemenu.align-center>ul {
    text-align: left;
}

#mobilemenu ul li {
    position: relative;
    display: block;
    border-bottom: 2px solid #d2d2d245;
}

#mobilemenu ul ul li {
    border-bottom: 2px solid transparent;
}

#mobilemenu ul li a,
#mobilemenu ul ul li a {
    width: 100%;
    border-bottom: 0;
}

#mobilemenu>ul>li {
    float: none;
}

#mobilemenu ul ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 5px 0 5px 25px;
}

#mobilemenu>ul>li.has-sub>a:after,
#mobilemenu>ul>li.has-sub>a:before,
#mobilemenu ul ul>li.has-sub>a:after,
#mobilemenu ul ul>li.has-sub>a:before {
    display: none;
}

#mobilemenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 7px;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 2px solid #00a8e2;
    border-radius: 100%;
}

#mobilemenu .submenu-button::after {
    position: absolute;
    top: calc(50% + -1.5px);
    right: calc(50% - 7.5px);
    width: 15px;
    height: 3px;
    display: block;
    background: #FFF;
    content: '';
}

#mobilemenu .submenu-button.submenu-opened:after {
    background: #ffffff;
}

#mobilemenu .submenu-button::before {
    position: absolute;
    top: calc(50% - 7.5px);
    right: calc(50% - 1.5px);
    display: block;
    width: 3px;
    height: 15px;
    background: #FFF;
    content: '';
}

#mobilemenu .submenu-button.submenu-opened:before {
    display: none;
}

#mobilemenu>ul>li>a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    padding: 16px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

#mobilemenu>ul>li>a:hover {
    background: transparent;
}

#mobilemenu>ul>li.has-sub>a {
    padding-right: 35px;
}

#mobilemenu ul.sub-menu {
    display: none;
}

#mobilemenu.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#mobilemenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#mobilemenu ul ul li:last-child>a,
#mobilemenu ul ul li.last-item>a {
    border-bottom: 0;
}

#mobilemenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

#mobilemenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#mobilemenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

.padding_blank {
    padding-top: 77px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
}

#phonemenu {
    display: block;
    margin: 20px 0 0;
    width: 100%;
    list-style: none;
    position: relative;
    padding: 0;
}

#phonemenu li {
    position: relative;
    display: block;
    border-bottom: 2px solid #d2d2d245;
}

#phonemenu>li {
    float: none;
    position: relative;
    display: block;
    border-bottom: 2px solid #d2d2d245;
    margin: 0;
    padding: 0;
}

#phonemenu li a {
    width: 100%;
    border-bottom: 0;
    display: block;
}

#phonemenu>li>a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    text-decoration: none;
}

#phonemenu>li>a {
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
    display: table-cell;
}

#phonemenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 7px;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 2px solid #3d77eb;
    border-radius: 100%;
}

#phonemenu .submenu-button {
    border: 0 transparent;
    top: 7px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    display: inline-block;
}

#phonemenu>li>a {
    padding-bottom: 20px;
    padding-top: 20px;
}

.phone-menu-open .top-logo,
.mobile-menu-open .top-logo,
.mobile_logo {
    display: none;
}

.phone-menu-open .mobile_logo,
.mobile-menu-open .mobile_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 999;
    height: 98px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone-menu-open .mobile_logo a img,
.mobile-menu-open .mobile_logo a img,
.phone-menu-open .mobile_logo a,
.mobile-menu-open .mobile_logo a {
    z-index: 999;
}

.mobile-wrapper {
    padding: 0px 50px;
}

.top-social a {
    font-size: 18px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.logo_image {
    padding: 30px;
    text-align: center;
}

.our_clients {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    float: left;
    background-image: url('images/brand-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.our_clients .owl-next,
.our_clients .owl-prev {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    font-size: 18px;
    line-height: 30px;
    border: 1px solid #0F6BAC;
    color: #0F6BAC;
    text-align: center;
}

.our_clients .owl-prev {
    left: -15px;
}

.our_clients .owl-next {
    right: -15px;
}

.owl-dots {
    padding-top: 30px;
    text-align: center;
}

.owl-dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 8px;
    margin-left: 8px;
    background: #000;
}

.owl-dot.active {
    background: #6e6b6b;
}

.entry-header.breadcum-padding {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f1f1f1;
}

.team_title {
    font-weight: 500;
    margin: 5px 0 5px 0;
    font-size: 28px;
}

.tag_line {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 10px;
}

.top-social {
    position: relative;
    top: -10px;
}

.footer_widget a img.image {
    margin-top: 40px;
}

.top-social a {
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
}

.schedule_btn a {
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0 10px 0;
    color: #FFF;
    position: relative;
    text-align: center;
    width: 220px;
    display: block;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-transform: uppercase;
    border: 2px solid #0F6BAC;
    background: #0F6BAC;
}

.schedule_btn a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

img {
    text-indent: -99999px;
    color: #fff;
}

.footer_s_icon {
    float: right;
}

.mobile-menu-open .top-social,
.phone-menu-open .top-social {
    text-align: inherit;
}

.phone-menu-open .row.home-panel-1-container .columns h2,
.phone-menu-open .row.home-panel-1-container .columns .fa,
.phone-menu-open .row.home-panel-1-container .columns p,
.mobile-menu-open .row.home-panel-1-container .columns h2,
.mobile-menu-open .row.home-panel-1-container .columns .fa,
.mobile-menu-open .row.home-panel-1-container .columns p {
    z-index: inherit;
}

.row.home-panel-1-container {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.row.home-panel-1-container .columns {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width:39.9375em) {
    .row.home-panel-1-container .columns {
        height: 40vh;
        background-position: top;
        margin-bottom: -1px
    }
}

.row.home-panel-1-container .columns:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 45%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(47, 52, 63, 0), rgba(47, 52, 63, .7), #2f343f)
}

@media screen and (max-width:39.9375em) {
    .row.home-panel-1-container .columns:after {
        display: none
    }
}

.row.home-panel-1-container .columns h2 {
    font-size: 4.5vw;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    color: #fefefe;
    text-shadow: 1px 4px 30px rgba(47, 52, 63, .8);
    transition: all .2s ease-in-out;
    z-index: 5;
    position: relative
}

@media screen and (min-width:90em) {
    .row.home-panel-1-container .columns h2 {
        font-size: 60px;
        font-size: 6rem
    }
}

@media screen and (max-width:39.9375em) {
    .row.home-panel-1-container .columns h2 {
        font-size: 32px;
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.row.home-panel-1-container .columns p {
    font-size: 2.2vw;
    line-height: 1.3;
    letter-spacing: -.05rem;
    color: #fefefe;
    text-shadow: 1px 4px 30px rgba(47, 52, 63, .8);
    transition: all .2s ease-in-out;
    z-index: 5;
    position: relative
}

@media screen and (min-width:90em) {
    .row.home-panel-1-container .columns p {
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media screen and (max-width:39.9375em) {
    .row.home-panel-1-container .columns p {
        display: none
    }
}

.row.home-panel-1-container .columns .fa {
    margin-top: 15px;
    margin-top: 1.5rem;
    font-size: 25px;
    font-size: 2.5rem;
    width: 60px;
    width: 6rem;
    height: 60px;
    height: 6rem;
    line-height: 63px;
    line-height: 6.3rem;
    background-color: #0F6BAC;
    border-radius: 50px;
    transition: all .2s ease-in-out;
    z-index: 5;
    position: relative
}

.row.home-panel-1-container .columns .fa:before {
    margin-left: 3px;
    color: #fefefe
}

@media screen and (max-width:39.9375em) {
    .row.home-panel-1-container .columns .fa {
        display: inline-block;
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 40px
    }

    .row.home-panel-1-container .columns .fa:before {
        margin-left: 3px
    }
}

.row.home-panel-1-container .columns a {
    height: auto;
    text-align: center;
    display: block;
    margin-top: 54vh;
    position: relative;
    z-index: 2;
    transition: all .2s ease-in-out
}

@media screen and (min-width:90em) {
    .row.home-panel-1-container .columns a {
        width: 465px;
        width: 46.5rem;
        margin: 50vh auto
    }
}

@media screen and (max-width:39.9375em) {
    .row.home-panel-1-container .columns a {
        border-bottom: 2px solid #000;
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        width: 100%;
        background-color: rgba(47, 52, 63, .7)
    }
}

.row.home-panel-1-container .columns a:before {
    content: " ";
    background: linear-gradient(rgba(47, 52, 63, 0), #2f343f);
    width: 500%;
    height: 500%;
    top: 0;
    left: -225%;
    display: block;
    position: absolute;
    transition: all .2s ease-in-out
}

@media screen and (max-width:39.9375em) {
    .row.home-panel-1-container .columns a:before {
        display: none
    }
}

.row.home-panel-1-container .columns a:focus,
.row.home-panel-1-container .columns a:hover {
    background-size: 200%
}

.row.home-panel-1-container .columns a:focus h2,
.row.home-panel-1-container .columns a:focus p,
.row.home-panel-1-container .columns a:hover h2,
.row.home-panel-1-container .columns a:hover p {
    text-shadow: 1px 4px 30px #000
}

.row.home-panel-1-container .columns a:focus .fa,
.row.home-panel-1-container .columns a:hover .fa {
    background-color: #0F6BAC;
    margin-top: 18px;
    margin-top: 1.8rem;
    width: 56px;
    width: 5.6rem;
    height: 56px;
    height: 5.6rem;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 59px;
    line-height: 5.9rem
}

@media screen and (max-width:39.9375em) {

    .row.home-panel-1-container .columns a:focus .fa,
    .row.home-panel-1-container .columns a:hover .fa {
        display: inline-block;
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 40px
    }

    .row.home-panel-1-container .columns a:focus .fa:before,
    .row.home-panel-1-container .columns a:hover .fa:before {
        margin-left: 3px
    }
}

.row.home-panel-1-container .columns a:focus:before,
.row.home-panel-1-container .columns a:hover:before {
    top: -150%
}

.column,
.columns {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    float: left;
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
}

.small-12 {
    width: 100%;
}

@media print,
screen and (min-width:40em) {
    .medium-4 {
        width: 33.33333%
    }

    .column,
    .columns {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.-panel_container {
    display: block;
}

.mobile-wrapper {
    -webkit-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    display: block;
    width: 100%;
}

.mobile-menu-open .mobile-wrapper {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.team_img {
    margin-bottom: 10px;
}

.thanks-main {
    height: 70vh;
    display: flex;
    align-items: center;
}

div#pum_popup_title_378 {
    margin-bottom: 30px;
}

div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
    width: 100%;
    float: left;
}

.post_num_1 {
    padding-left: 0;
}

.we_are_blog .post_num_2 {
    padding-right: 0;
}

.we_are_blog .post-thumb {
    position: relative;
}

.categories_wrap::before,
.insurance_companies::before,
.we_are_blog .single-post .post-thumb::before {
    content: "";
    width: 0%;
    height: 0%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    z-index: 1;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    pointer-events: none;
}

.categories_wrap:hover::before,
.insurance_companies:hover::before,
.we_are_blog .single-post:hover .post-thumb::before {
    width: 100%;
    height: 100%;
}

.we_are_blog .parvez-rollover-2 a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #0F6BAC;
    border: 3px solid #0F6BAC;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: bold;
    z-index: 2;
    font-size: 19px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.we_are_blog .parvez-rollover-2 a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.we_are_blog .post-thumb-info {
    background: #ecebeb;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.we_are_blog .blogtitle {
    margin: 0;
}

.we_are_blog .blogtitle a {
    color: #000;
}

.we_are_blog {
    margin-top: 30px;
}

.client_portal img {
    width: 165px;
    display: inline-block;
}

.we_are_blog .post-thumb img {
    width: 100%;
}


/*Login Container*/

.login_box {
    position: relative;
    z-index: 9999;
}

.Login {
    background-color: #2e6ba7;
    width: 260px;
    height: auto;
    color: #fff;
    padding: 12px 15px;
    overflow: hidden;
    position: absolute;
    top: -75px;
    right: 50px;
    border-radius: 10px;
}


/*Login Title*/

.Login h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-align: center;
}


/*links*/

.Login a {
    color: #fff;
    margin-top: 5px;
    display: block;
    text-align: center;
}


/*User Name and Password*/

.Login input {
    width: 100%;
    margin: 0 0 10px 0;
    border: none;
    padding: 5px 5px 5px 10px;
    color: #000;
    border-radius: 45px;
}

.Login label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 500;
    text-transform: capitalize;
}


/*Sign on Button*/

.Login input[type="button"] {
    width: 100%;
    margin: 10px 0 0;
    border: none;
    padding: 10px 5px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    background-color: #00A447;
    font-weight: bold;
}

.Login input[type="checkbox"] {
    width: 30px;
    float: left;
    margin: 0;
    padding: 0;
    height: 17px;
}

.Login .RememberMe {
    text-align: left;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.mainmenu ul li.show_mobile {
    display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.t_h_t p,
.t_h_t a,
.t_h_t {
    color: #FFF;
    margin: 0;
    line-height: 38px;
    font-size: 14px;
}

.nl_section {
    background-color: #0F6BAC;
    padding: 50px 0;
    color: #FFF;
    position: relative;
    box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}

.home-title img {
    margin-bottom: 20px;
}

.font-italic {
    font-style: italic;
}

h1.font-black {

    color: #000;
}

.cta-contant-area a {
    background: #3896D8 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 58px;
    display: inline-block;
    margin: 0;
    padding-left: 58px;
    padding-right: 58px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.form.form-style-form fieldset {
    border: 0 none;
    margin: inherit;
    padding: inherit;
    display: flex;
    justify-content: center;
}

.form.form-style-form .form-group {
    width: 250px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

.form.form-style-form .form-group:nth-child(3) {
    width: 160px;
}

button.submit-btn {
    width: 100%;
    background: #00A447;
    border: 2px solid#00A447;
    font-size: 23px;
    line-height: 46px;
    color: #FFF;
    font-weight: 600;
    display: block;
    padding: 0;
    height: 50px;
    font-style: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

button.submit-btn:hover {
    background: #FFF;
    color: #00A447;

}

.controls .form-control {
    box-shadow: inherit;
    line-height: 50px;
    border: 0 none;
    font-size: 16px;
    border-radius: 0;
    height: 50px;
    padding: 0 12px;
    font-style: normal;
}

.engage-bay-source-form {
    margin-top: 30px;
}

.cta_section {
    background-repeat: repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    padding: 100px 0px 50px;
}

.home-title h1.font-italic.font-black {
    margin-bottom: 50px;
}

.category-banner {
    background-color: #5e6a71;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
    padding-top: 500px;
    overflow: hidden;
}

.cat-heading {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cat-heading h1 {
    position: relative;
    margin: 0;
    z-index: 1;
    font-size: 55px;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 1.4;
    font-weight: bold;
}

.cat-heading h2 {
    color: #FFF;
    font-weight: 600;
    font-size: 36px;
    margin: 0;
}

h2.ictitle {
    color: #0F6BAC;
    font-size: 42px;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our_missin {
    background: #0F6BAC;
    color: #FFF;
}

.ov_content {
    position: relative;
    height: 100%;
}

.ov_content::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    top: calc(50% - 40%);
    left: -24px;
    background-color: #f1f9ff;
}

.ov_content_inner {
    position: relative;
    z-index: 1;
    padding: 60px 60px 15px 15px;
}

.omv_video {
    position: relative;
}

.embed-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 56.25%;
    top: 0;
    left: 0;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.services_area {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;

}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 1;
}

.home_blog_post .single-post {
    width: calc(50% - 15px);
    float: left;
}

.home_blog_post .single-post.post_num_1 {
    margin-right: 15px;
}

.home_blog_post .single-post.post_num_2 {
    margin-left: 15px;
}

.video-btn {
    position: relative;
    cursor: pointer;
}

.video-btn svg {
    position: absolute;
    width: 100px;
    fill: #FFF;
    top: calc(50% - 62px);
    left: calc(50% - 50px);
}

.de_fc_five,
.de_fc_t {
    background: #F1F9FF;
}

.bd_sct h2 {
    color: #0F6BAC;
    font-size: 46px;
}

.ic_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    z-index: 3;
}

.ic_content h2 {
    color: #FFF;
}

.ic_content p {
    color: #FFF;
}

.ic_image {
    position: relative;
}

.ic_image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    content: '';
}

.insurance_title {
    background-color: #0f6bac;
    position: relative;
}

.insurance_title::before {
    background-image: url(images/insurance_title_bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 108px;
    height: 66px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

.insurance_title h2 {
    color: #FFF;
}

.accordion-item {
    background: #f1f9ff;
    margin-bottom: 10px;
    box-shadow: 0 5px 6px #cdd4d9;
    border: 0 none;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background-color: transparent;
    font-weight: bold;
    color: #0F6BAC;
    font-size: 28px;
    box-shadow: none !important;
}

.accordion-button:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-button {}

.accordion-button::after {
    background-image: url("images/plus-icon.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("images/minus-icon.png");
}



.insurance_block {
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 3px 4px 0px #cdd4d9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.insurance_block p {
    color: #707070;
    margin: 0;
}

h2.i_title {
    color: #0F6BAC;
    font-size: 24px;
}

.below_content {
    background-color: #ececec;
    color: #363333;
}

.b-n-b-div a {
    line-height: 50px;
    background: #00a447;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 45px;
    margin-top: 20px;
    padding: 0 50px;
    transition: all 0.3s ease-in-out;
}

.b-n-b-div a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.it_content {
    width: 392px;
    margin: 0 auto;
}

.it_content p {
    font-size: 24px;
    color: #707070;
}

.paragraph_or_content_s,
.insurance_types_1,
.insurance_types_3,
.insurance_types_5,
.insurance_types_7,
.insurance_types_9 {
    background: #F1F9FF;
}

.it_title {
    color: #0B90C1;
    font-size: 36px;
    font-weight: 600;
}

.text_over_the_image {
    background: RGB(255, 255, 255, 0.9);
}

h2.toti {
    color: #0F6BAC;
    font-weight: 600;
}

.ctach_text a,
.text_over_the_image a {
    background: #0F6BAC;
    color: #FFF;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px;
    line-height: 2;
    font-size: 16px;
    border-radius: 5px;
}

.ctach_text a:hover,
.text_over_the_image a:hover {
    background: rgba(15, 107, 172, 0.8);
}

.charts .table.text-center {
    border-width: 0;
}

.charts .table tr {
    border: 0 none;
    background: #c0e2fb;
}

.charts .table .chart_1 {
    background: #0f6bac;
}

.charts .table .chart_2,
.charts .table .chart_4 {
    background: #d7ecfc;
}

.charts .table tr td {
    color: #707070;
    font-size: 17px;
    border-width: 0;
}

.charts .table tr.chart_1 td {
    color: #FFF;
    font-weight: 600;
}

.c_v_o_r_s_t {
    font-weight: bold;
    color: #0f6bac;
    font-size: 36px;
    margin-bottom: 15px;
}

.wineries_content {
    position: relative;
    top: -45px;
}

.c_v_o_r_s.text-center {
    background: #3896D8;
    color: #FFF;
    line-height: 90px;
    width: 340px;
    margin: 0 auto;
    font-weight: 600;
    border-radius: 45px;
    box-shadow: 0 1px 10px 0px #a2a2a2;
}

.wineries_image {
    width: 100%;
}

.categories_wrap {
    position: relative;
}

.categories_title {
    position: absolute
}

.post_cat_image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    content: '';
}

.categories_title {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 15px;
}

.categories_title h2 {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

a.cat_view_btn {
    color: #FFF;
    background-color: #0F6BAC;
    line-height: 40px;
    font-weight: 500;
    margin: auto;
    display: inline-block;
    font-size: 24px;
    border-radius: 45px;
    position: relative;
    z-index: 3;
    border: 2px solid #0f6bac;
    padding: 0 30px;
}

a.cat_view_btn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.post_cat_image img {
    width: 100%;
}

.wpcf7-form-control-wrap {
    margin-bottom: 40px;
    margin-top: 0;
}

.title_a_cuaa h2,
.scp_head h2 {
    font-weight: bold;
    color: #0F6BAC;
    font-size: 32px;
}

.branches_t {
    color: #0F6BAC;
    font-size: 32px;
}

.scp_adddres,
.pandf {
    position: relative;
    padding-left: 45px;
}

.svg_img {
    position: absolute;
    top: 0;
    left: 5px;
    width: 25px;

}

.svg_img svg {
    fill: #0b90c1;
}

.vb_image img {
    max-width: 260px;
    width: 100%;
}

.address_cuaa {
    background: #f1f9ff;
    margin-bottom: 5px;
    border: 0 none;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 17px;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
}

.title_a_cuaa p {
    margin: 0;
}

.cuaa_blink {
    margin-left: auto;
}

.cuaa_blink a {
    background: #0f6bac;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    border-radius: 3px;
    border: 2px solid #0f6bac;
    padding: 0 25px;
}

.cuaa_blink a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.wayfb {
    background-color: #0b90c1;
    color: #FFF;
    padding: 20px 50px;
    width: 100%;
    float: left;
}

.wayfb .wpcf7-form p {
    margin: 0;
}

/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    margin-top: 25px;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    position: relative;
    width: 100%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    position: relative;
    outline: 0 none;
    overflow: hidden;
}

.select2-container .select2-selection--single:focus {
    outline: 0 none;
}


/*------------------------------------------------------------------
[ in select ]*/

.select2-container--default .select2-results>.select2-results__options {
    max-height: 390px;
    min-height: 200px;
    overflow-y: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8a8a8a;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999999;
    margin-bottom: 2px;
}

.select2-selection__arrow::after {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999999;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/

.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    background-color: white;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown--above {
    top: 0;
}

.select2-dropdown--below {
    top: 8px;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 6px;
    padding-bottom: 6px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background: #F1F2f2;
    color: #000;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #F1F2f2;
    color: #000;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #F2F2F2;
    outline: none;
    line-height: 1.2;
}

.select2-selection.select2-selection--single {
    border: 1px solid #F3F3F3;
    line-height: 48px;
    padding-left: 15px;
    background: #f3f3f3;
    height: 50px;
}

.bas_image {
    width: 90px;
}

.bas_title {
    width: calc(100% - 90px);
    padding-left: 25px;
}

.bas_box {
    display: flex;
}

.bas_wrapper.pb-2 {
    background: #F1F9FF;
    padding: 20px;
}

.t-blue {
    color: #0F6BAC;
}

.t-blue-2 {
    color: #0B90C1;
}

.bas_title h3 {
    font-weight: bold;
    font-size: 21px;
}

a {
    -webkit-transition: .2s;
    transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.bas_title a {
    background: #00a447;
    border: 1px solid #00a447;
    width: 140px;
    font-size: 19px;
    line-height: 36px;
    color: #FFF;
    font-weight: 600;
    display: block;
    padding: 0;
    height: 38px;
    text-align: center;
    border-radius: 10px;
}

.bas_title a:hover {
    background: #FFF;
    color: #00a447;
}

.bas_s_content.mt-5 {
    padding-left: 20px;
}

.single_services_box {
    position: relative;
    width: 658px;
    text-align: center;
    float: right;
    border-radius: 10px;
    color: #000;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.58);
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.58);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.58);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px;
    margin-right: 50px;
}

.single_services_box::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    opacity: 74%;
    background-color: #FAFCFD;
}

.single_services_warpper {
    position: relative;
    z-index: 1;
}

.single-service-inner.text-center {
    width: 50%;
    float: left;
}

.cp_s_title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.service_text p {
    font-weight: 600;
    position: relative;
    padding: 0 7px;
}

.service_text p::after {
    position: absolute;
    width: 145px;
    height: 3px;
    content: '';
    bottom: -18px;
    left: 0;
    right: 0;
    background-color: #0F6BAC;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: auto;
    margin-left: auto;
}

.single-service-inner:hover .service_text p::after {
    width: 155px;
}

.service_text small {
    font-weight: normal;
}

.tt_content {
    background: #b6defb;
    color: #000;
    text-align: center;
}

.tt_teams_box {
    background-color: #f1f9ff;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.tt_s_title h2 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
    color: #0F6BAC;
}

.tt_s_image {
    width: 170px;
    height: 170px;
    margin: 0 auto 15px;
}

.p_button_link a.cat_view_btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.program_pages .tt_content p {
    color: #FFF;
}

.page_text_italic {
    width: 500px;
    margin: auto;
}

.page_text_italic p {
    font-style: italic;
    color: #FFF;
    font-size: 21px;
}

.tab-content .entry-title a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

.wpt_widget_content .tab_title.selected a {
    border-top: 3px solid #0f6bac;
}

.wpt_widget_content .tab_title a {
    border-top: 3px solid #f0f0f0;
}

.parvez-rollover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    background: #aae0fa;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform: scaleY(0)
}

.post-thumb:hover .parvez-rollover {
    transform: scaleY(1);
    opacity: 1
}

.parvez-rollover-content {
    width: 90%;
    margin: 0 auto
}

.parvez-rollover-categories a {
    font-size: 12px
}

.parvez-rollover-title a {
    font-size: 16px
}

.parvez-rollover-title {
    margin-bottom: 0;
    line-height: 1.1;
    margin-top: 5px
}

.parvez-rollover-link {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 1000px;
    margin: 0 auto;
    line-height: 38px
}

.parvez-rollover-link:hover {
    background: #fff
}

.parvez-rollover-link .ling-svg {
    width: 22px;
    height: 22px;
    -webkit-mask: url(images/link.svg) no-repeat center;
    mask: url(images/link.svg) no-repeat center;
    background-color: #23416e;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 8px
}

.blog_image:hover .parvez-rollover {
    transform: scaleY(1);
    opacity: 1;
}

.po_title_box {
    background: #f0f9fe;
}

.p_bottom_content {
    background-color: #ececec;
}

.p_bottom_content p {
    font-size: 18px;
    font-weight: 600;
}

.po_title h2 {
    color: #0f6bac;
    font-weight: 700;
    font-size: 26px;

}

.po_title h3 {
    color: #0f6bac;
    font-weight: 600;
    font-size: 21px;
    margin-top: 20px;
}

.p_top_content {
    background: #fffcfc;
    color: #707070;
}

.condition_bg {
    position: relative;
    padding-left: 90px;
    font-size: 24px;
}

.condition_bg::before {
    background-image: url(images/payment-condition.jpg);
    background-repeat: no-repeat;
    position: absolute;
    width: 70px;
    height: 70px;
    content: '';
    top: 0;
    left: 0;
    background-size: cover;
}

.tmd_cf_shortcode form.wpcf7-form textarea.wpcf7-form-control {
    height: 210px;
}

.tmd_cf_shortcode form.wpcf7-form input[type="submit"] {
    line-height: 47px;
    padding: 0 100px;
    height: 49px;
    margin-top: 0;
}

.tmd_cf_shortcode .wpcf7-form-control-wrap {
    margin-bottom: 30px;
}

.tmd_cf_shortcode {
    background: #f1f9ff;
}

.t-gray {
    color: #707070;
}

.tmd_title h2 {
    font-size: 36px;
}

.tmd_title h3 {
    font-weight: 600;
}

.tmd_title h4 {
    font-weight: 500;
}

.single_team {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.single_team:hover {
    background-color: #b6defb;
}

.we_are_blog .parvez-rollover {
    display: none;
}

.team_img img {
    width: 100%;
}

.community_slider .owl-dot {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 8px;
    margin-left: 8px;
    background: #00a447;
    line-height: 32px;
}

.community_slider .owl-dot.active {
    background: #0f6bac;
}

.community_slider .owl-dot span {
    font-weight: 600;
    color: #FFF;
    font-size: 14px;
}

.bf_top_content {
    position: relative;
}

.bf_top_content .bf_top_box {
    z-index: 1;
    position: relative;
}

.bf_top_content::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    background-color: #f1f9ff;
}

.bfrc_title h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.bfrc_title p {
    font-size: 18px;
    font-weight: normal;
    color: #707070;
    margin: 0;
}

.bfrc_image {
    width: 200px;
    float: left;
    background-color: #f1f9ff;
    margin-right: 20px;
    box-shadow: 0 2px 7px #cdd4d9;
}

.bf_repeateable_item {
    width: calc(100% - 220px);
    float: left;
    margin: 0;
}

.bf_repeateable_content {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.bf_repeateable_content .accordion-button {
    min-height: 200px;
}

.accordion-body h4,
.accordion-body h2,
.accordion-body strong,
.accordion-body h3 {
    color: #0F6BAC;
}

.accordion-body .cuaa_blink {}

.accordion-body .cuaa_blink a {
    margin-left: 0;
    margin-right: inherit;
}

.not-get-ac:after {
    display: none;
}

.ib_below_content p {
    margin-bottom: 0;
}

.bas_s_content a {
    transition: 0.3s;
    position: relative;
    left: 0px;
}

.bas_s_content a:hover {
    left: 7px;
}

.page-waste-program .p_button_link a.cat_view_btn {
    background-color: #79B347;
    border-color: #79B347;
}

.page-waste-program .p_button_link a.cat_view_btn:hover {
    background-color: #FFF;
    border-color: #79B347;
    color: #79B347;
}

.cp_title h1 {
    color: #277CB8;
}

.wpcf7-form-control-wrap.page-title {
    margin: 0;
}

.testimonials_section,
.chambers_program_content {
    background-image: url(images/background-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.testimonial_text {
    background: #F6FBFF;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
    min-height: 138px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial_text p {
    margin: 0;
    font-style: italic;
}

.testimonial_t_inner {
    position: relative;
    padding: 15px 80px;
}

.testimonial_text::after,
.testimonial_text::before {
    position: absolute;
    background-image: url(images/quotation-before.jpg);
    content: '';
    width: 40px;
    height: 30px;
    left: 20px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;

}

.testimonial_text::after {
    left: auto;
    top: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    bottom: 20px;
    right: 20px;
}

.cfh p {
    margin-bottom: 0;
}

.de_fc_t img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.client-portal_bn {
    position: absolute;
    top: calc(50% - 22.5px);
    right: 60px;
}

.client-portal_bn a {
    background-color: #2e6ba7;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    font-weight: bold;
    font-size: 19px;
    padding: 0 20px 0 45px;
    border-radius: 8px;
    position: relative;
}

.client-portal_bn a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.client-portal_bn a:after {
    position: absolute;
    content: '';
    left: 12px;
    top: 0;
    width: 25px;
    background-image: url(images/client-portal.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: 0 center;
    height: 40px;
}

.menu_top .nav.navbar-nav {
    flex-direction: inherit;
    margin: 0;
    padding: 0;
}

.menu_top .nav.navbar-nav li {
    margin-right: 8px;
    padding-right: 8px;
}

.menu_top .nav.navbar-nav li:nth-child(2) {
    position: relative;
}

.menu_top .nav.navbar-nav li:nth-child(2)::before {
    position: absolute;
    content: "";
    top: calc(50% - 7px);
    left: -9px;
    width: 2px;
    height: 16px;
    background-color: #fff;
}

.cp_title {
    font-weight: bold;
    color: #0F6BAC;
    font-size: 28px;
}