/*

Theme Name: insuranceclaims
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: insuranceclaims
Tags:

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.

insuranceclaims 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
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 13px;
}
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;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
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 {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-size: 13px;
    line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
p {
    margin-bottom: 15px;
    color: #777;
    line-height: 28px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    padding: 21px 30px 18px 30px;
    border-left: 5px solid #0080e2;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-style: italic;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see 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. */
    margin-left: 300px;
}
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 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
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: 0px;
    border-color: #ccc #ccc #bbb;
    border-radius: 0px;
    background: #cacaca;
    color: rgba(0, 0, 0, .8);
    font-size: 0.75rem;
    font-size: 13px;
    line-height: 1;
    padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button: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: none;
    border-radius: 0px;
    padding: 16px 30px 15px;
    background: #cacaca;
}
select {
    border: 1px solid #ccc;
}
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: #222;
    background: #fff;
}
textarea {
    width: 100%;
    resize: none;
}
label {
    font-weight: 400
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# CUSTOM ICON
--------------------------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../images/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.fa-icon-icon-mans:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-hexagon:before {
    content: "\e904";
}
.icon-icon-phone:before {
    content: "\e903";
}
.icon-icon-clock:before {
    content: "\e901";
}
.icon-icon-chat:before {
    content: "\e900";
}
.icon-icon-mans:before,
.fa-icon-icon-mans:before {
    content: "\e902";
}
html {
    overflow-x: hidden;
}
body {
    /*overflow-y: scroll;*/
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #0080e2;
}
a:visited {
    color: purple;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.menu-toggle {
    background: none;
    cursor: pointer;
    float: right;
    height: 20px;
    margin: 7px 0 0;
    padding: 10px 0;
    position: relative;
    width: 26px;
}
.menu-toggle .menu-icon {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    height: 4px;
    left: 0;
    margin: -2px 0 0;
    outline: 0 none !important;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.menu-toggle .menu-icon::after {
    background: #1e1f21 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transform-origin: 1.5px center 0;
    -ms-transform-origin: 1.5px center 0;
    transform-origin: 1.5px center 0;
    transition: all 0.3s ease 0s;
    width: 26px;
}
.menu-toggle .menu-icon::before {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: -8px;
    -webkit-transform-origin: 1.5px center 0;
    -ms-transform-origin: 1.5px center 0;
    transform-origin: 1.5px center 0;
    transition: all 0.3s ease 0s;
    width: 26px;
}
.open-menu .menu-toggle .menu-icon {
    background: transparent none repeat scroll 0 0;
}
.open-menu .menu-toggle .menu-icon::before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.open-menu .menu-toggle .menu-icon::after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin: 16px 0 0 0
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.open-menu .main-navigation ul.menu {
    display: block
}
.main-navigation li {
    float: none;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 0 25px 0 0;
    margin-right: -25px;
}
.main-navigation li:last-child a {
    border: none
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    border-bottom: 1px solid #cecece
}
.main-navigation li.menu-item-has-children > a:after {
    content: "\f105";
    font: 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 0;
    left: -999em;
    z-index: 99999;
    background: #fff;
    padding: 10px 0
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 209px;
    border: none;
    font-weight: 400
}
.main-navigation ul ul li {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.main-navigation ul ul li a {
    padding: 11px 20px
}
.main-navigation ul ul li:hover {
    background: #000;
}
.main-navigation ul ul li:hover a {
    color: #fff;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #0080e2
}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_parent > a {
    color: #0080e2
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}


.trustpilot-widget{margin-top:20px;}
.google-review{margin:25px 0 0;}
.google-review-block img {max-width: 180px;}
@media screen and (max-width: 991px){
	.review-wid-container{display: flex; justify-content: center; align-items: center;}
	.trustpilot-widget{margin-top:0px;margin-bottom:20px; order:1; }
	.google-review-block,.trustpilot-widget{width: 50%;display: inline-block; vertical-align: middle; max-width:160px; margin:0 30px}
	.google-review-block img {    margin: 0 auto 0; max-width: 160px; display: block;}
	.google-review-block{order:2;}
}
@media screen and (max-width: 540px){
	/*.google-review-block, .trustpilot-widget {width: 100%; margin: 10px 0;}*/
	.google-review-block,.trustpilot-widget{max-width:160px; margin:0 10px}
	.google-review-block img {max-width: 130px;}
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 100%;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
    }
    .main-navigation ul.menu li > span {
        display: none
    }
.banner-section .container-fluid { padding-right: 0; padding-left: 17px; }
.banner-section .container-fluid .inner-row {margin-left: -17px; margin-right: -17px;}
.banner-section .col-outer { padding: 0 7px; }
    
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    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-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 20px auto;
}
.align-center {
    text-align: center
}
.align-left {
    text-align: left
}
.align-right {
    text-align: right
}

/*--------------------------------------------------------------
# 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-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-header .entry-title {
    font-weight: 700
}

/*--------------------------------------------------------------
## 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%;
}
.cover-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/*--------------------------------------------------------------
## 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;
}
a.btn-primary {
    color: #fff;
}
.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-more {
    background-color: #0b69b2;
    border-color: #0b69b2;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    padding: 12px 34px;
    font-family: 'Roboto', sans-serif;
}
.btn:active,
.btn.active {
    box-shadow: none
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #0b69b2;
    border-color: #0b69b2;
    color: #fff;
}
.btn-primary:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

/*--------------------------------------------------------------
## 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;
}
h1,
.h1 {
    font-size: 45px;
    line-height: 60px;
}
h2,
.h2 {
    font-size: 36px;
    letter-spacing: normal;
    line-height: 45px;
    margin-bottom: 23px;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-weight: 700
}
h3,
.h3 {
    font-size: 28px;
    letter-spacing: normal;
    line-height: 37px;
    margin-bottom: 23px;
    padding: 17px 0 0;
    text-transform: uppercase;
    font-weight: 700
}
h4,
.h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 23px;
    padding: 23px 0 0;
    text-transform: uppercase;
}
h5,
.h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 22px;
    margin: 0 0 23px;
    padding: 28px 0 0;
}
h6,
.h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 20px;
    padding: 31px 0 0;
}
.container {
    width: 100%;
    max-width: 1140px;
}

/*------------------
Header Part CSS
-------------------*/

.logo {
    width: 200px;
    margin: 0 auto 15px
}
.header-left-side {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    top: 0;
    width: 300px;
    padding: 0 12px;
    z-index: 10
}
.header-wrapper {
    padding:30px 38px 30px 41px;
    display: inline-block;
    width: 100%
}
.phone-no a {
    color: #0080e2;
    font-size: 24px;
    font-weight: 700;
    padding-left: 3px;
    text-decoration: none !important
}
.phone-no a.call-icon:before {
    content: "\f095";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 22px;
    margin: 0;
    padding: 0 12px 0 0;
    vertical-align: middle;
}
.phone-no>a:focus {
    color: #000;
    text-decoration: none;
}
.header-info {
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    padding: 37px;
    width: 100%;
}
.icon-text-box {
    display: inline-block;
    margin-right: 70px;
}
.icon-text-box i {
    color: #0080e2;
    float: left;
    font-size: 26px;
    margin-right: 10px;
}
.text {
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}
.text > span {
    display: block;
}
.icon-text-box a {
    font-weight: 600;
    color: #fff;
}
.icon-text-box b {
    font-weight: 400;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
}

/*------------------
Home Page CSS
-------------------*/


/*--------------- Home page Banner section ---------------*/

.home-page-banner .owl-carousel .owl-item .item {
    height:650px;
    background-position: center center
}
.home-page-banner .owl-carousel .owl-item .item img {
    max-height: 650px;
}
.item.cover-img img {
    opacity: 0
}
.home-page-banner .container {
    left: 50%;
    position: absolute;
    top: 87px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}
.banner-caption .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 67px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 37px;
}
.banner-caption {
    margin-left: 1px;
}
.banner-caption .title span,
.banner-caption p a {
    color: #0080e2
}
.banner-caption p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    border-width: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0;
}
.banner-caption .description {
    padding-left: 0px;
    /*min-height: 250px*/
}
.banner-caption a {
    color: #fff;
}

/*--------------- Services section ---------------*/

.services-section {
    background: #f2f2f2;
    margin: 0;
    padding-bottom: 94px;
    padding-top: 61px;
}
.services-section .custom-title .title {
    margin-top: 0
}
.custom-title {
    text-align: center;
    margin-bottom: 44px;
}
.custom-title .title:after,
.post-contant h4:after,
.widget .widget-title:after,
.editor-block h1:after,
.editor-block h2:after,
.editor-block h3:after,
.editor-block h4:after,
.editor-block h5:after,
.editor-block h6:after,
.blog .custom-title h3:after,
.archive .custom-title h3:after {
    background: #0080e2;
    border-radius: 3px;
    content: "";
    display: block;
    height: 6px;
    margin: 19px auto 0;
    width: 35px;
}
.editor-block a {
    color: #0080e2;
}
.custom-title .title.align-left::after,
.editor-block h1:after,
.editor-block h2:after,
.editor-block h3:after,
.editor-block h4:after,
.editor-block h5:after,
.editor-block h6:after {
    margin: 17px 0 0;
}
.services-section .equal-height {
    margin-bottom: 24px;
    margin-top: 24px;
}
.services-block {
    padding: 37px 20px;
    color: #000;
    overflow: hidden
}
.services-block:hover {
    background: #fff;
}
.description h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 11px;
    padding: 0;
    text-transform: capitalize;
}
.services-section .description p {
    line-height: normal;
}
.services-block .icon {
    float: left;
    margin: 0 13px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 65px;
}
.services-block .icon i {
    font-size: 21px;
    width: 65px;
    height: 55px;
    line-height: 55px;
    position: relative
}
.services-block .icon i::after {
    content: "\e904";
    font-family: icomoon;
    font-size: 55px;
    left: 0;
    position: absolute;
    top: 0;
}
.services-block:hover .icon {
    padding: 20px 0;
}
.services-block .icon::before {
    background: #0080e2 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 0;
    left: 29px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease 0s;
    width: 6px;
}
.services-block .icon::after {
    background: #0080e2 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    display: block;
    height: 0;
    left: 29px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 6px;
}
.services-block:hover .icon::before,
.services-block:hover .icon::after {
    height: 15px;
}
.description {
    overflow: hidden;
    position: relative
}
.description p:last-child,
.panel-body p:last-child,
.post-contant p:last-child {
    margin-bottom: 0
}
.description a {
    color: #0080e2
}
.services-block .description ul,
.services-block .description ol {
    margin: 15px 0;
    color: #777;
    line-height: normal;
    padding: 0 0 0 15px
}

/*--------------- Peace of mind section ---------------*/

.peace-of-mind {
    background: #0080e2;
    margin: 0;
    padding-bottom: 96px;
    padding-top: 97px;
}
.peace-of-mind .title {
    font-size: 40px;
    color: #ffffff;
    line-height: 34px;
}
.peace-of-mind .title,
.peace-of-mind .sub-title {
    color: #fff;
    margin: 0;
    padding:
}
.peace-of-mind .sub-title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin-top: 18px;
    font-family: 'Montserrat', sans-serif;
}

/*--------------- Info section ---------------*/

.about-block p {
    line-height: 28px;
    margin: 0 0 15px;
}
.info-section .title {
    color: #0080e2;
    margin-bottom: 35px;
}
.info-section {
    padding-bottom: 40px;
    padding-top: 56px;
}
.panel-group .panel {
    border-radius: 0;
    border: 0px;
    margin-bottom: 19px
}
.panel {
    box-shadow: none
}
.panel-group .panel + .panel {
    margin-bottom: 19px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}
.panel-title {
    padding-top: 0;
    color: #444
}
.panel-title a {
    text-decoration: none;
    color: #444;
    padding-left: 43px;
    display: block;
    position: relative;
    line-height: 1;
    padding: 7px 20px 5px 43px
}
.panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}
.panel-group .panel-heading {
    padding: 0;
    border-radius: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
}
.panel-body {
    padding: 8px 30px 0 43px;
}
.panel-body p {
    line-height: 22px;
}
.panel-body strong {
    color: #333
}
.panel-title .icon {
    border: 1px solid #0080e2;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    display: inline-block;
    left: 3px;
}
.panel-title .icon:after,
.panel-title .icon:before {
    content: "";
    border-style: solid;
    box-sizing: border-box;
    display: block;
    border-color: #0080e2;
}
.panel-title .icon:after {
    border-width: 0 0 0 2px;
    bottom: 6px;
    left: 50%;
    position: absolute;
    top: 6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.panel-title .icon:before {
    border-width: 2px 0 0;
    left: 6px;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.panel-title [aria-expanded="true"] .icon {
    background-color: #0080e2
}
.panel-title [aria-expanded="true"] .icon::after {
    border: 0px;
}
.panel-title [aria-expanded="true"] .icon::before {
    border-color: #fff;
}

/*--------------- Testimonials section ---------------*/

.testimonials-section {
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden
}
.testimonials-slider {
    background: rgba(0, 128, 226, 0.9);
    float: right;
    max-width: 635px;
    position: relative;
    width: 100%;
    margin-right: 55px;
}
.testimonials-slider .owl-carousel {
    padding: 68px 68px 97px;
}
.testimonials-slider .item p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 26px;
    text-align: center;
}
.testimonials-slider .owl-dots {
    bottom: 44px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    text-align: center;
    margin: 0;
}
.owl-dot > span {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 9px;
    transition: all 0.3s ease 0s;
    width: 9px
}
.owl-dots .owl-dot.active span {
    background: #fff none repeat scroll 0 0;
    -webkit-transform: scale(2.1);
    -ms-transform: scale(2.1);
    transform: scale(2.1);
}
.owl-carousel .owl-dot {
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 22px;
    width: 10px;
}
.author-info .author-name {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 5px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
}
.author-info .author-post {
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.author-info > img {
    height: auto;
    margin: 0 auto;
    max-width: 72px;
}
.author-info i {
    font-size: 72px;
}

/*------------------- Claims Advice -----------------*/

.claims-advice {
    padding-top: 10px;
    padding-bottom: 24px;
}
.btn-more,
a.btn-more,
.btn-more:hover,
a.btn-more:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-position: 0 -100%;
    background-repeat: repeat-x;
    background-size: 200% auto;
    background-color: #0080e2;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 13px 13px 14px
}
.claims-advice {
    text-align: center
}
.claims-advice p {
    text-align: left
}
.short-desc {
    padding-top: 25px;
}

/*----------------------- Blog Section  ---------------------*/

.blog-post-section {
    padding: 25px 0 49px
}
.blog-post-section .custom-title {
    margin-bottom: 24px;
}
.blog-post-section .custom-title .title {
    margin-top: 0
}
.post-listing ul {
    margin: 0;
    padding: 0
}
.post-listing ul li {
    list-style: none;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 15px;
}
.post-listing ul li:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.post-listing ul li .post-img {
    width: 35%;
    margin-right: 30px;
    padding: 10px 0
}
.post-listing ul li:nth-child(2n) .post-img {
    margin-left: 30px;
    margin-right: 0;
}
.post-listing .post-contant {
    width: 65%
}
.post-contant {
    padding: 10px 0
}
.post-contant h4 {
    margin-top: 0;
    padding-top: 0
}
.post-contant h4,
.post-contant h4 a {
    color: #0080e2;
}
.post-contant h4:after {
    margin: 13px 0 0 0
}
.post-contant p {
    line-height: 28px;
}
.custom-title.no-result-found h3 {
    padding-left: 4px;
    margin-top: 0
}

/*--------------- Contact section ---------------*/

.contact-section {
    position: relative;
    padding-bottom: 85px;
    padding-top: 87px;
}
.contact-section::before {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.contact-form label {
    width: 100%;
    margin-bottom: 0;
}
.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7-form-control {
    background: #cacaca none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box !important;
    color: #222;
    display: block;
    font-size: 13px;
    height: 49px;
    line-height: 18px;
    outline: 0 none;
    padding: 16px 30px 15px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.wpcf7-textarea {
    height: 128px;
}
.wpcf7-form-control-wrap.your-message {
    margin-bottom: 1px;
}
div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #ffd9d9;
    color: red;
}
div.wpcf7-response-output {
    background-color: #c9f7b2;
    border: 0 none;
    color: #61a600;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 18px 30px 18px 20px;
}
.contact-info .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 9px;
    margin-bottom: 18px;
}
.contact-info .title span {
    color: #0080e2
}
.contact-info p {
    color: #fff;
    line-height: 28px;
}
div.wpcf7 .ajax-loader {
    display: block;
    text-align: center;
    margin: 10px auto 4px;
}

/*------------------
Footer Part CSS
-------------------*/

.site-footer {
    background: #f2f2f2 none repeat scroll 0 0;
    position: relative;
    padding: 20px 0 23px
}
.site-info {
    text-align: center;
    color: #777;
    font-size: 13px;
    line-height: 15px;
}
.site-info p {
    margin: 0
}

/*------------------- Burglary Claims Page --------------------*/

.entry-content-section {
    padding: 51px 0 36px
}
.entry-content-section .custom-title .title.align-left::after {
    margin-top: 4px;
}
.entry-content-section .custom-title {
    margin-bottom: 23px;
}
.entry-content-section .custom-title h1 {
    margin: 0px 0 0 0
}
.entry-content-section .custom-title h1 strong,
.entry-content-section p strong {
    color: #333;
}
.video-block {
    margin: 60px 0 0;
}
.video-block a {
    display: block;
    position: relative;
    text-decoration: none !important;
     
}
.video-block a.fancybox-media {
cursor: auto;    
}
.video-block a.fancybox-media.play-icon {
    cursor: pointer;
}
.video-block img {
    height: auto;
    width: 100%;
}
.play-icon::before {
    background-color: rgba(0, 128, 226, 0.9);
    color: #000;
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 24px;
    left: 50%;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
}
.fancybox-skin {
    border-radius: 0px;
}
.fancybox-close {
    background-size: 34px auto;
    width: 28px;
    height: 28px;
    right: -15px;
    top: -15px;
}

/*-------------------- Contact Page  ---------------------*/

.contact-page {
    padding: 59px 0 8px 0;
}
.contact-section.contact-details::before {
    background: rgba(0, 0, 0, 0.9)
}
.contact-section.contact-details {
    background-position: 0 0;
    background-size: auto auto;
    padding: 46px 64px 51px
}
.contact-details h4 {
    margin: 0 0 23px 0;
    padding: 0;
    color: #fff;
}
.contact-block {
    position: relative;
    padding: 0;
    margin: 0
}
.contact-block ul {
    margin: 0;
    padding: 0
}
.contact-block li {
    list-style: none;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    padding: 1px 0 0 1px;
    margin-bottom: 28px;
}
.contact-block li address,
.contact-block li address p {
    color: #fff;
    overflow: hidden;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px;
}
.contact-block li address p {
    margin: 0
}
.contact-block li.phone a {
    color: #fff;
    text-decoration: none
}
.contact-block li.phone i {
    margin-right: 12px;
}
.contact-block li.email i {
    font-size: 15px;
}
.contact-block li.email a {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.contact-block li a {
    display: table;
}
.contact-block li i {
    color: #0080e2;
    float: left;
    font-size: 20px;
    line-height: 18px;
    margin: 0 15px 0 0;
}
.contact-block li.email:hover a {
    color: #0080e2;
}
.map-block iframe {
    width: 100%;
}
.map-block > div {
    height: 343px !important;
    width: 100% !important;
}

/**---------------------- Blog Listing  ----------------------**/

.blog-listing-section {
    padding-top: 32px;
    padding-bottom: 50px;
}
.blog-listing-section .blog-post-content {
    width: 67%;
}
.blog-listing-section .blog-post-sidebar {
    width: 33%;
}
.blog-listing-section .custom-title .title.align-left::after,
.widget .widget-title:after {
    margin: 11px 0 0 0
}
.blog-listing-section .custom-title {
    margin-bottom: 24px;
}
.equal-height.news-post {
    margin-top: 5px;
}
.blog-post-content .row > article {
    padding: 0 20px;
}
.blog-post-content .post-contant h4,
.blog-post-content .post-contant h4 a,
.blog-post-sidebar .post-contant h4,
.blog-post-sidebar .post-contant h4 a {
    color: #252525;
}
.post-image {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
.overlay.read-more {
    background-color: #4085c9;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-transform: capitalize;
    top: 0;
    transition: all 0.3s ease-out 0.3s;
    visibility: hidden;
    width: 100%;
}
.news-post .post-image img {
    height: auto;
    width: 100%;
}
.news-post:hover .overlay.read-more {
    opacity: 0.85;
    visibility: visible;
}
.overlay.read-more > span {
    display: inline-block;
    left: 50%;
    padding-right: 25px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.overlay.read-more > span::before {
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 12px solid #fff;
    border-top: 6px solid rgba(0, 0, 0, 0);
    content: "";
    left: auto;
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.editor-block ul,
.editor-block ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 14px
}
.editor-block ul li,
.editor-block ol li {
    line-height: 28px;
}
.breadcrumbs {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 22px;
}
.breadcrumbs span a {
    color: gray;
}
.breadcrumbs > span {
    margin: 0 12px 10px 0;
}
.breadcrumbs span i.fa {
    color: #0080e2;
    font-weight: 600;
}
.pagination {
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
    margin-top: 23px;
}
.pagination ul {
    margin-left: 0
}
.pagination ul li {
    color: #252525;
    display: inline-block;
    font-size: 18px;
    list-style: outside none none;
    margin: 0 10px;
}
.pagination ul li.disabled {
    color: #ddd;
}
.pagination ul li .page-numbers.current {
    color: #252525;
}
.pagination ul {
    padding-left: 0;
}
.pagination ul li .next,
.pagination ul li .prev {
    color: #4085c9;
}
.pagination ul li .page-numbers {
    font-weight: 700
}
.pagination ul li .page-numbers {
    color: #4085c9;
    font-weight: 700;
}

/*-------------- Right Sidebar ------------*/

.search-form {
    position: relative;
    margin-bottom: 50px;
}
.search-form label {
    width: 100%
}
.search-form input[type="search"] {
    border: 1px solid #ddd;
    display: inline-block;
    height: 35px;
    margin-top: 0px;
    padding: 0 50px 0 10px;
    vertical-align: bottom;
    width: 100%;
    background: none;
}
.search-form .search-submit {
    background: #4085c9 url("../images/search%402x.png") no-repeat scroll center center / 17px auto;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    font-size: 0;
    line-height: 0;
}

/*------------------ Blog Single Page -------------------*/

.page-header .custom-title {
    margin-bottom: 0
}
.page-header .custom-title .title::after {
    background: #fff;
    margin-top: 19px;
}
.page-header .custom-title .title {
    font-size: 36px;
    letter-spacing: normal;
    line-height: 45px;
    margin-bottom: 23px;
    padding: 0px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 16px;
}
.page-header {
    background-color: #0080e2;
    background-position: 50% 0;
    background-size: cover;
    color: #222;
    margin: 0 0 73px;
    padding: 54px 0 27px;
    position: relative;
}
.blog-single-page {
    padding: 0 0 149px 0
}
.blog-single-page .breadcrumbs span a,
.blog-single-page .breadcrumbs span i.fa {
    color: #000;
}
.blog-single-page .breadcrumbs {
    font-size: 12px;
    line-height: 22px;
}
.post-update-info {
    border-top: 1px solid #ddd;
    display: inline-block;
    margin: 0 0 40px;
    padding: 13px 0 0;
    width: 100%;
}
.post-update {
    margin: 0 0 5px;
    position: relative;
    clear: both
}
.post-update ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 78%;
}
.post-update ul li:first-child {
    margin: 0;
    padding: 0;
}
.post-update ul li::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 1px;
}
.post-update ul li {
    float: left;
    font-size: 13px;
    list-style: outside none none;
    margin: 0 0 10px 20px;
    padding: 0 0 0 21px;
    position: relative;
}
.post-update span {
    color: #222;
}
.post-update ul li:first-child::before {
    display: none;
}
.post-update ul li i {
    color: #0080e2;
    font-size: 15px;
    margin: 0 8px 0 0;
    vertical-align: baseline;
}
.post-update .comments-num {
    float: right;
    font-size: 13px;
    margin: -3px 0 0;
    text-align: right;
    width: 22%;
}
.post-update .comments-num a {
    color: #777;
}
.post-update .comments-num .fa {
    color: #0080e2;
    font-size: 16px;
    margin: 0 8px 0 0;
}
.blog .custom-title,
.archive .custom-title {
    text-align: left
}
.blog .custom-title h3:after,
.archive .custom-title h3:after {
    margin: 10px 0 0 0;
    text-align: left
}

/*------------- 404 Error Page  ----------------*/

body.error404 {
    margin-left: 0
}
body.error404 .header-left-side {
    display: none
}
.error-404 .bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
}
.error-404 .bottom h1 {
    color: #000;
    font-size: 230px;
    line-height: 132px;
    margin: 0 0 0 -11px;
    padding: 0;
    font-weight: 700;
}
.error-404 .bottom .bottom-wrapper {
    background: #000;
    padding: 70px 95px;
}
.error-404 h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}
.btn.btn-primary i {
    font-size: 14px;
    font-size: 14px;
    left: auto;
    line-height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    transition: all 0.3s ease 0s;
}
.error404 .btn.btn-primary {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    background: #0080e2;
    border: 3px solid #0080e2;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 37px 8px 21px;
    position: relative
}
.error404 .btn.btn-primary:hover {
    background: none;
    color: #0080e2
}
.background-slider {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0
}
.background-slider .cover-img img {
    opacity: 0;
}
.background-slider .cover-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    
}

/* testimonials slider fade animation Feel free to change duration  */

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-animated-out {
    z-index: 1
}
.owl-animated-in {
    z-index: 0
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*----------- Thank you page -------------*/

.thank-you-page {
    margin: 152px 0 0;
    padding-bottom: 28px;
}
.thank-you-page .entry-header .entry-title {
    margin-bottom: 0px;
    padding-bottom: 3px;
    color: #333;
}
.thank-you-page .entry-header h1:after {
    margin-top: 3px;
}
.call_rec { color: #333333;  display: block; font-size: 14px;margin-top: 10px;} 
.wpcf7-form-control.wpcf7-recaptcha { float: left; width: 100%; clear: both; margin-bottom: 15px;  background-color: transparent; overflow: hidden;height: auto; padding-left: 0;}



.banner-caption {max-width: 434px;}
.banner-caption .title {border: none; padding: 0 0 12px 0 !important; font-size: 40px; font-weight: 900; line-height: 1.4 !important; display: inline; border-bottom: 3px solid #0080e2; }
.banner-caption .title span { color: #fff; position: relative; display: table;  margin-bottom: 22px;top: 14px;line-height: 1.1;}
.banner-caption .title span:before {background: #0080e2; position: absolute; left: -8px; right: -8px; bottom: -3px; top: -3px; content: ""; z-index: -1; } 
.banner-caption .description {padding-top: 33px;}
.banner-caption .description p {font-size: 18px; line-height: normal; font-weight: 700;}
.banner-caption .btn-primary.fancybox-media {background: #fff; font-weight: 600; font-size: 13px; color: #0080e2;padding: 11px 25px; padding-left: 50px; border: none; position: relative; margin-top: 38px;}
.banner-caption .btn-primary.fancybox-media:before {position: absolute; left: 22px; top:11px; display: block; content:""; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 14px solid #0080e2;}
.request-callback-outer { float: right; margin-right: 135px; }
.request-callback {width: 136px; height: 136px; font-size: 20px; font-weight: 700; color: #fff !important; text-decoration: none; border-radius: 100%; display: inline-block; background: #0080e2; text-align: center; line-height: normal; padding:41px 0;position: fixed;top: 40px;z-index: 9999;}
.request-callback:hover, .request-callback:focus {color: #fff; text-decoration: none;}
	.request-callback-main {position: fixed; top: 100px; z-index: 999; overflow: hidden; transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); transform-origin: top right; -webkit-transform-origin: top right; -moz-transform-origin: top right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;margin-left:-300px;}
.form-open .request-callback-main {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}
.request-callback-form {margin: 0; padding:32px 40px 25px; background: #fff; border: 1px solid #979797; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; width: 380px; position: relative;} 

.request-callback-form h4 {font-size: 21px; color: #0080e2; font-weight: 700; text-transform: none; margin: 0; padding: 0 0 15px 0; display: none;}
a.close-form {width: 20px;height: 20px;position: absolute;top: 32px;right: 28px; display: none;}

a.close-form:before {content: "";width: 2px;height: 25px;background: #000;display: block;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);top: -2px;left: 9px;position: absolute;}
a.close-form:after {content: "";width: 2px;height:25px;background: #000;display: block;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);top: -2px;left: 9px;position: absolute;}

.form-call-info {margin: 0; padding: 0 0 20px 0; font-size: 16px; color: #181818; font-weight: 800; max-width: 200px; line-height: 18px;}
.form-call-info a, .form-call-info a:hover, .form-call-info a:focus {color: #181818; text-decoration: underline;}

.form-row label {margin: 0; padding: 0 0 5px; display: block; line-height: normal; font-size: 10px; font-weight: 500; color: #000;}

.request-callback-form .form-row .wpcf7-text, .request-callback-form .form-row .wpcf7-textarea {margin: 0; padding:2px 10px 5px; background: #fff; border: 1px solid #979797; height:30px; line-height: 18px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; font-size: 13px; color: #666 !important; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -webkit-appearance:none; appearance:none; -moz-appearance:none;} 

.request-callback-form .form-row .wpcf7-textarea {height: 88px;}
.request-callback-form .form-submit {text-align: center; padding:10px 0 0; position: relative; max-width: 145px; width: 100%; margin: 0 auto;} 
.request-callback-form .wpcf7-form-control-wrap {display: block; margin-bottom: 10px;}
.request-callback-form .form-submit .wpcf7-submit {margin: 0; padding:9px 35px 11px; font-size: 13px; font-weight: 600; color: #fff; background:#0080e2; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; height: auto; line-height: normal; display: inline-block; width: auto;}
.request-callback-form .form-submit .ajax-loader {position: absolute; top: 10px; right: -20px;}
.request-callback-form span.wpcf7-not-valid-tip {font-size: 12px;}
.request-callback-form div.wpcf7-response-output {padding:10px 0 0 0; background-color: transparent; font-size: 12px;}

.tab-phone {padding:11px 0; width: 50%; background: #181818; color: #fff; text-decoration:underline !important; font-size: 15px; font-weight: 800; text-align: center; line-height: 28px;}
.tab-phone i {font-size: 25px; vertical-align: middle; margin-right: 10px;}
.tab-phone:hover, .tab-phone:focus {color: #fff; text-decoration: none;}
.services-block .description a { border: 2px solid #0080e2;display: inline-block;padding: 4px 50px 6px 30px;border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-decoration: none !important; position: relative;}
.services-block .description a:before {content: "";width: 8px;height: 8px;border-right: 1px solid #0080e2;border-bottom: 1px solid #0080e2;line-height: 0;display: block;transform: rotate(-45deg) translateY(-50%); -webkir-transform: rotate(-45deg) translateY(-50%); -moz-transform: rotate(-45deg) translateY(-50%);position: absolute;right: 20px;top: 48%;}
.services-block .description a:after {content: "";width: 16px;height: 1px;line-height: 0;display: block;position: absolute;right: 22px;top: 50%;background: #0080e2; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);margin-top: 0px;}

.services-section .custom-title {margin-bottom: 0;}
.services-section .custom-title .title {padding-top: 0; margin-bottom: 0px;}

.blog .blog-listing-section .custom-title h3,.single .blog-single-page h1.title { padding-right: 136px; }


.contact-section .contact-form input, .contact-section .contact-form textarea, .contact-section .contact-form select {
    background: #fff;
}
 .contact-section .contact-form input[type="submit"]{font-size: 13px; font-weight: 600; color: #fff; background: #0080e2; }
 .wpcf7-recaptcha > div {
    transform: scale(0.95);
}
@media screen and (max-width: 1366px){
    .logo {width: 180px;}
    .main-navigation a {padding: 11px 0;}
}