/************************************************************************/
/******** Font family used across the website as per checklist *********/
/************************************************************************/
body,html{
    height: 100%
}
body {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    overflow-x: hidden;
    position: relative;
    color: #1f1f1f;
	font-family: 'Fira Sans', sans-serif;
}

/*** default placeholder ***/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #636363;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #636363;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #636363;
}
:-moz-placeholder { /* Firefox 18- */
    color: #636363;
}

.wpa::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

/*** default placeholder End***/

body, html{height: 100%;}
* {margin:0;padding:0;}
img {max-width: 100%;height: auto;}
.hide{display: none;}
:focus{outline: 0;outline: none;}

a {
    color: #00D4EF;text-decoration: none;
}

p:last-child{
    margin-bottom: 0
}
p:first-child {
    margin-bottom: 1rem;
}
a:focus { 
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {

}

select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}

a img{
    outline: 0;
}


/* btn sec */
.btn, .elm-button {
    display: inline-block;
    padding: 15px 25px;
    width: auto;
    min-width: 170px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-transform: uppercase;letter-spacing: 0.2em;
    border: 2px solid #00D2EF;    padding: 0.7em 2em;font-weight: 700;z-index: 1;
    overflow: hidden;
}
.btn:before{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transform-origin: left center;
    will-change: transform;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translate(0, 0) scale(1, 0);
    transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;    background-color: #00D2EF;
}
.btn:not(.no-hover):hover::before{
    opacity: 1;
    transform: translate(0, 0) scale(1, 1);
}
.btn:hover::before {
color:#fff;opacity: 1;
    transform: translate(0, 0) scale(1, 1); 
}
.btn-lr-pd{
    padding-left: 50px;
    padding-right: 50px; 
}
.elm-button{
    line-height: 24px !important;
    height: 56px;
    padding: 15px 55px; 
    background: #00D4EF;
    border: none;
}
.elm-wrapper {
    margin-top: 2rem;
}
.btn-full{
    min-width: 90%;
}

.elm-button:active, .elm-button:focus {
    background: #bd7e52;
    color: #ffffff;
}

.btn.focus, .btn:focus {
    /*    border: 1px solid #0c2850;
        color: #ffffff;
        background-color: #fff;*/
}

b, strong { 
    font-weight: 600;
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}
p:empty {
    display: none;
}
.titles {
	font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
}
.title{
    color: #112239;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    line-height: 1.4;
    font-weight: 400;
}

.heading{
    color: #00121f;font-family: 'Cormorant Garamond', serif;
}

h2 span, .h2 span, h1 span, .h1 span {
    font-weight: 400;
}

h1, .h1 {
    font-size: 40px; 
}

h2, .h2 {
    font-size: 35px;
}

h3, .h3 {
    font-size: 30px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

/* reset css */
.alignnone {
    margin: 5px 20px 20px 0;
}

.static-page-details h1 {
    font-size: 35px;
}

.static-page-details h2 {
    font-size: 32px;  
}

.static-page-details, .content-area {
    letter-spacing: normal;
}

.static-page-details .wp-image-wrap img {
    padding: 5px;
    border: 1px solid #ccc;
} 

.static-page-details h2 a {
    display: inline;
}
ul.menu-top li .aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
} 
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    color: #800000;
}/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

/* nav top menu css */
ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

ul.menu-top li {
    display: inline-block;
    position: relative;
    margin-left: 28px;
    padding-bottom: 2px;
}
.menu-top li a {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 1em;
    line-height: 1.8;
    color: #00D4EF;
    text-transform: capitalize;
    font-weight: 300;
    z-index: 1;
}
.menu-top>li>a{
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before {
    width: calc(100% + 15px);
    height: calc(100% + 10px);
}
.nav-menu .menu-top>li:hover>a, .nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor a{
    color: #fff;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    left: -7px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;    
}
.nav-menu .menu-top > li.menu-item-has-children > a:before {
    left: -2px;
}

.nav-menu>.menu-top>li.menu-item-has-children:after{
    content: "";
    border-left: 1px solid #00D4EF;
    border-bottom: 1px solid #00D4EF;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: -7px;
    top: 50%;
    bottom: 0;
    margin-top: -7px;
    z-index: 1;
}
.nav-menu>.menu-top>li.menu-item-has-children:hover:after, .nav-menu>.menu-top>li.current_page_item:after, .nav-menu>.menu-top>li.current_page_ancestor:after, .nav-menu .menu-top>li.current-menu-ancestor:after{
    /*border-left: 1px solid #00D4EF;
    border-bottom: 1px solid #00D4EF;*/
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
/* Display the dropdown */
ul.menu-top li:hover>ul {
    display: block;  
}

ul.menu-top li:hover li {
    float: none;
}
ul.menu-top li:hover li a:hover {
    background: #00D2EF;
    color: #fff;
}
.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
    background: #ffffff;
    color: #2a55ca;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

li#menu-item-327 a {
    text-transform: none;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;    
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.3215686274509804);*/
}
.menu-top>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a:after {
    /*    content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 5px;
        height: 5px;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin: auto;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;*/
}

ul.menu-top li:hover li a:hover:before {
    border-left: 1px solid #2853c7 !important;
    border-bottom: 1px solid #2853c7 !important;
}
.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    display: flex;
    justify-content: space-between;
}
.menu-top ul li {
    display: inline-block;
    position: relative;
}

.menu-top ul {
    text-align: left;
}
.menu-top li:first-child { 
    padding-left: 0;
    margin-left: 0;
}

.menu-top li:last-child {margin-right: 0;padding-right: 0px;}

.menu-top li a:hover {
    color: #ffffff;     
}

.menu-top .sub-menu {
    background-color: #272727;
    min-width: 340px;
    text-align: left;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.menu-top > li > ul.sub-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    border-bottom: 10px solid rgba(42, 85, 202, 0.97);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
    display: none;
}

ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 10px 20px 11px 20px;
    line-height: 28px;
    margin: 0;
    color: #ffffff;
    border: none;
    font-weight: 400; 
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.11);*/
    text-shadow: none; 
    filter: inherit;
}

ul.menu-top li .sub-menu li a:hover:after, .menu-top .sub-menu li.current-menu-parent > a:after{
    /*    content: '';
        background: #2a55ca;
        position: absolute;
        height: 2px;
        width: 10px;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;*/
}

/*.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after{
    content: '';
    background: #79A132;
    position: absolute;
    height: 85%;
    width: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
}*/

ul.menu-top li .sub-menu li a:last-child{
    border-bottom: none;
}

.menu-header {
    position: relative;
    /*    width: 100%;*/
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15px;
}

.menu-header > ul > li > ul {
    transform: translateY(0rem);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 9;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
}

.menu-top .sub-menu > li.current_page_parent ul li a:hover {
    background: #ffffff;
    color: #2a55ca;
}

.menu-top .sub-menu li.current-menu-parent > a {
    background: #ffffff;
    color: #2a55ca; 
}

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {

}

header#header.small-header .menu-header > ul > li > ul {
    padding-top: 0;
    /*    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);*/
    transition: all linear 0.1s;
}

.menu-header .sub-menu {
    visibility: hidden; 
}

.menu-header ul li:hover>ul {
    opacity: 1;
    /*    transform: translateY(0);*/
    display: block;
    visibility: visible;   
} 

header#header.small-header .menu-top > li > a {

}
.small-header .menu-header > ul > li > ul.sub-menu {
    transform: translateY(17px);
}

/* menu nav end */

.fullwidth {
    position: relative;
    /*    float: left;
        width: 100%;*/
}

.section-pd, .common-padding {
    padding: 70px 0;
}

/*======= Header Search ======*/
.search-box-outer {
    width: 57%;
    margin-left: auto;
}

.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;    
    background-size: 18px;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}

.close-search{
    cursor: pointer;
}

.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px; 
}

.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}

header#header.small-header .search-bar-box {
    top: 0;
}

#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar
{
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s; 
}

.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 5px;
    position: relative;    
    background-image: url(../img/svgs/search.svg);
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}
.search-input-box input{
    padding-left: 0;
    padding-right: 0; 
    color: #fff;
}
.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 15px 116px 15px 15px !important;
    background-color: #fff !important;
    color: #76777a;
    border: none !important;
	
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}

/**Header Search End**/

div.wpcf7 .wpcf7-form .form-control {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 10px;
    font-size: 18px;
    color: #3A3A3A;
    background: #FFFFFF;
}
div.wpcf7 .wpcf7-form .form-control::placeholder {
    color: #3A3A3A !important;
}

div.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-email.form-control {
    text-transform: none;
}

div.wpcf7 .wpcf7-form .form-control:focus {
    border: 1px solid #00D2EF;  
}

.wpcf7 .wpcf7-response-output {
    border: 0 none !important;
    font-size: 11px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    color: #ca2222;
    font-weight: 400;
    width: 100%;
    background: #fff;
    padding: 3px !important;
    max-width: 450px;
    margin: auto !important;
    text-align: center;display: none !important;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
    height: 50px;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip, 
.wpcf7 label.error {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
    font-size: 9px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 5px 0 0 0;
    line-height: normal;
    text-transform: capitalize;margin:0px;
}
/*.wpcf7 .wpcf7-not-valid-tip {
    display: none !important;
}*/
.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}

.wpcf7{position: relative;}

div.wpcf7 .ajax-loader {
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #00772c;
}
div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 25px;
}
textarea {
    resize: none;
    height: 7rem !important;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none; 
} 


.title span {
    color: #12699c;
    display: inline-block;
}

.center-line .title:after {
    right: 0;
}

div#html5-close {
    background-image: url(../img/lightbox-close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}
.list-style ul li {
    position: relative;
    padding-left: 20px;
}

.list-style ul {
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
}

.list-style ul li:after {content: '';position: absolute;width: 6px;height: 6px;top: 12px;left: 0;border-radius: 50%;}
/** Mobile Search Bar ***/
.close-btn {
    position: absolute;
    right: 22px;
    top: 5px;
    width: 22px;
    height: 22px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #000;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #000;
}

.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
body.mobile-search-active {
    /*    position: fixed;
        overflow-y: scroll;
        left: 0;
        right: 0;*/
}
.mobile-search-bar-box{
    display: none
}

.mobile-search-bar-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    z-index: 10000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.25s;
    border-radius: 0px;
}
.mobile-search-bar-box form {
    display: none;
}
.mobile-search-active .menu-top>li>a:before {
    background: transparent;
}
.mobile-search-active .mobile-search-bar-box form {
    display: block;
}
.mobile-search-active .mobile-search-bar-box {
    z-index: 999999;
    height: 100%;
}

.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}


.search-input-box .form-control:focus {
    /*    border-bottom: 1px solid #3a98e8;
        height: 2.5rem;*/
}

.mobile-search-bar-box .search-input-box {
    position: relative;
}

.req-error {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
.search-wrap {
    cursor: pointer;
}
.mobile-search-bar {
    /*    width: 25px;
        height: 40px;*/
}
.mobile-search-bar svg {
    width: 23px;
    height: 23px;
}
fill {
    width: 100%;
    height: 100%;
}

.mobile-search-bar svg path {
    fill: #00D4EF;
}

.small-header .mobile-search-bar{

}

.mobile-search-bar img {
    cursor: pointer;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}

.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.mobile-search-bar-box .search-input-box {
    width: 80%;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #ccc;
}

/* mobile menu end */


/**********Search page*********/
#searchPage h2.page-title {
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}

#searchPage h2.page-title span {
    color: #7a233c;
    font-style: italic;
}
.search_result  .blog-listing-row > div {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.7);
    margin-bottom: 30px;
    padding: 15px 25px;
}

.search_result .blog-listing-row > div .blog-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
/******************************/
/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper{
    /*    margin-top: 50px;*/
}
.clientreviews {
    background: #f6f6f6;
    border: 1px solid #2853c7;
    box-shadow: 0 0 20px #f2f2f2;
    padding: 20px;
}
.clientreviews .heading {
    font-size: 2em;
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    color: #212529;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 30px;
}
.clientreviews p strong {
    color: #212529;
} 
.clientreviews div strong {
    color: #212529;
} 
.clientreviews .heading span {
    color: #212529; 
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.middle-heading.video-schema {
    margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
    border: 1px solid #f1f1f1;
}
.clientreviews p {
    padding-bottom: 0;
}
/**************** Site Schema Styling End ****************/ 

/********** Blog Page ***********/
.blog-page .blog-listing-row .blog-loop {
    padding: 0px 20px;
    margin-bottom: 30px;
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link {
    display: inline-block;
    height: 330px;
    width: 100%;
}

.blog-page .blog-listing-row .blog-loop a.blog-img-link img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap {
    background: #fff;    height: 100%;
}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap:hover {

}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap .bottom-wrap a.blog-content {
    display: block;
    line-height: 1.5;
}
.blog-page .blog-listing-row .blog-loop a {
color: #3A3A3A ;
}
.blog-title.title {
    font-size: 1.444rem; 
    letter-spacing: 0em;
    line-height: 1.4;
    font-weight: 400;
}
.blog-btn {
    color: #b77143;
    font-weight: 500;
    position: relative;
}
.blog-btn:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #be7143;
    position: absolute;
    right: -30px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.blog-content {
    padding: 15px 0px;
}
/**************Blog Page Single*****************/
.blog-single h1 {
    font-size: 38px;
}
.sidebar-contact .form-control{
    color: #3A3A3A !important;
}
.sidebar-contact .form-group {
    margin-bottom: 15px;
}
.sidebar-contact .h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.sidebar-contact .form-group {
    margin-bottom: 2px;
}
.blog-single-row .blog-img-link img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-single-row .blog-img-link {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
}
.sidebar-listing-wrap .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
}
/*******************************/

/************Sidebar Css*****************/
.sidebar-contact .form-group-wrap {
    margin-bottom: 3rem;
}
.sidebar-listing {
    padding-top: 15px;
    box-shadow: 1px 1px 5px rgba(204, 204, 204, 0.5);
    background: #fff;
}
.sidebar-listing span {
    padding: 0px 30px;
}
.aside-sidebar > div+div{
    margin-top: 2.25rem;
}

.sidebar-listing span {
    color: #000;
    font-size: 25px;
    padding-left: 3rem;
}

.blog-search-field {
    padding: 15px 60px 15px 15px;
    width: 100%;
    border: 1px solid #efefef;
    height: 55px;
}

.sidebar-search .input-group-btn {
    display: block;
    position: relative;
}

.blog-searchform [type=submit] {
    display: inline-block;
    border: none;
    width: 3.5rem;
    cursor: pointer;
    background: url(../img/search-gold.jpg) no-repeat;
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 25px;
    border-radius: 10px;
}
.sidebar-contact {
    padding: 3rem 1.5rem;
    background-size: cover;
    border-radius: 0;
    background: #3A3A3A !important;
}
.bg-white {
    background-color: #f8f8f8 !important;
    display: inline-block;
    width: 100%;
}
.btn-white {
    background: #fff;
}
.sidebar-contact .form-control{
}

.sidebar-contact .h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.sidebar-contact .contact-btn-div {
    text-align: center;
    margin: auto;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
    border: none;
    padding: 10px 0px;
    background: #fff;
    font-weight: 600;
}
.spacer-lr {
    padding: 1rem 2rem;
}
.widgettitle {
    padding: 1rem 2rem;
    font-weight: 600;
}
.sidebar-listing ul li {
    padding: 10px 1rem;
    border-top: 1px solid rgba(0,0,0,0.2);
    position: relative;
    padding-left: 2rem;    transition: color .4s ease 0s, background-color .4s ease 0s, border .4s ease 0s;
}
.sidebar-listing .h4{
    border-bottom: 1px solid rgba(204, 204, 204, 0.15); 
}

.sidebar-listing ul li a {
    color: #000;
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {
    background: #272727;
    border-radius: 0px;
}

.sidebar-listing ul li:hover a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul.no-dots li.activeChild a {
    color: #fff;
}

.sidebar-listing ul li a:after, .sidebar-listing ul li.current-cat a:after, .sidebar-listing ul li.activeChild a:after {
    content: "";
    position: absolute;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sidebar-listing ul li:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.activeChild:hover a:after {
    position: absolute;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sidebar-contact .wpcf7-response-output {
    font-size: 10px;    display: none !important;
}

.msg-side-form {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
/******************************/
/**********************/
.contact-btn-div {
    width: 170px;
    position: relative;
}

span.ajax-loader{
    position: absolute;
    bottom: -20px;
    margin: auto !important;
    left: 0;
    right: 0;
    visibility: hidden;
}
.btn-wrap {
    position: relative;
    width: 170px;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-image: url(../img/loader-w.svg);
    background-color: #000000;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
.uc{text-transform: uppercase;}

.our-defence-owl .owl-nav > div.disabled {
    opacity: 0.5;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 3px;
    background-color: #ccc;
}
.owl-dot.active {
    background-color: #a17051;
}
.owl-dot span {
    width: 100%;
    height: 100%;
}
.owl-portfolio .owl-nav .owl-prev span {
    background-image: url(../img/arrow.svg);
}
.owl-nav > div.disabled span {
    opacity: 0.5;
    cursor: default; 
}
/* code add in css */
img[src*=".svg"] {width: 100%;}
svg path { 
    transition : fill 200ms ease-out;
    -webkit-transition :fill 200ms ease-out;
    -moz-transition : fill 200ms ease-out;
    -o-transition :  fill opacity 200ms ease-out;

}
/**********Static Page CSs***********/
.aside-sidebar .sidebar-listing{
    position: relative;
}

.static-page .aside-sidebar .sidebar-listing{
    margin-bottom: 25px;    border: 1px solid rgba(0,0,0,0.2);
}

.aside-sidebar .widgettitle { 

}
/**********COntact Page CSs***********/
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
    color: green;
    border: 1px solid green !important;
}
/******Header Fix******/
#header{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.no-banner-header{
    padding-top: 99px
}
.no-banner-header #header{
    background: #272727;  
}

header#header.small-header {
    background: #272727;
}
.logo-wrapper {
    width: 485px;
    transition: 0.5s ease all;
}
#header.small-header .logo-wrapper {

}
.navigation-wrap {
    display: flex;
    background-color: #272727;
}
.navigation-wrap .search-wrap svg path {
    fill: #fff;
}
.navigation-wrap .search-wrap svg, .navigation-wrap .search-wrap img {
    width: 20px;
    height: 20px;
}
/**********************************************/
/************Home Banner***********/
.home-page-banner .btn:hover {
    color: #fff;
}
.home-page-banner {
    width: 100%;
    background-color: #282828;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
}
.home-banner-wrap {
    width: 100%;
    position: relative;
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: column;
    color: #fff;    padding-bottom: 60px;
}

.home-banner-wrap .heading {
    font-size: 85px;
    letter-spacing: 5px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.header-phn-wrap {
    text-align: right;
}
.header-phn-wrap > a {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 1.667rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1.2;
    color: #F2F2F2;
}
/**********************************/
/************Inner Banner***********/
.inner-banner {
    height: 341px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.inner-banner .banner-title {
    font-size: 50px;
    line-height: 60px;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    text-shadow: 0 0 10px #000;
}

/*********Logo*********/
.header-left-logo {
    padding: 1rem 15px;
}
/********Footer*********/
.footer-bg {
    background-color: #000f1d;
    color: #fff;
    background-image: url(../img/footer-bg-1.jpg);
    background-repeat: no-repeat;	    padding-bottom: 60px;background-size: cover;    background-position: center;
}
.main-footer {
    padding-top: 60px;
}

.footer_description {
    font-size: 16px;
}
footer a{
    color: #fff;
}
footer .title {
    font-size: 25px;
    color: #fff;
}
.nap-wrapper .nap-address-info {
    margin-bottom: 10px;
}
.nap-wrapper .phoneno{
}
a.direction-link {
   /* background-image: url(../img/svgs/marker.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center left;
    padding: 0px 0px;
    padding-left: 25px;
    margin-top: 0px;
    display: block;*/
}

.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
    display: block;
}
.menu-footer li a {
      padding: 0 1em;
    display: inline-block;color: #00D4EF;
    text-transform: capitalize;
}
.copyright-bg {
    background-color: #191919;
    padding-top: 2.222em;
    padding-bottom: 2.222em;color: #fff;
}
.copyright-bg span {
    padding: 0px 5px;
}
.copyright {

}
.menu-disclaimer-container {
    display: inline-block;
}

.menu-disclaimer-container ul {
    display: flex;
}

.menu-disclaimer-container ul li a {
    padding: 0px 10px;
    margin: 0;
    border-right: 1px solid #fff;
    line-height: 15px;
    color: #fff;
}

.menu-disclaimer-container ul li:last-child a {
    border-right: none;
}
footer .current-menu-item a {
    color: #00D4EF;
}
a:hover{
    color: #00D4EF
}
/****** COMMON for Theme **********/
.btn-richgold{
    background-color: #00D4EF;  
}
.btn-blue{
    background-color: #081b33;
}
/******************************All Common Css Above*********************************************/
/************banner***********/

.lang-btn{margin:0px 15px;}
.menu-footer-wrap {
    background-color: #272727;    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.menu-footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.social_share ul {
    display: flex;    justify-content: center;
}
.social_share ul li a:hover {    background-color: #F2F2F2;    color: #3A3A3A;}
.social_share ul li a:hover svg {  fill: #3A3A3A;}
.social_share ul li a {   background-color: #00D2EF;
    color: #F2F2F2;
    Width: 48px;
    Height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;    border-radius: 50%;    margin: 0px 4px;
}
.social_share ul li a svg {
    font-size: 1.25em;
    width: 21px;
    height: 21px;
    fill: #fff;
}
.social_share_title {
    font-size: 1.333rem;
    letter-spacing: 0em;
    font-weight: 400;
    color: #F2F2F2;    display: block;
}
.nap-postal-address-wrap {
    display: flex;
    flex-wrap: wrap;justify-content: center;
}
.nap-wrapper {
    width: 33.33%;
}
.home-banner-wrap .heading {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 400;
    line-height: 0.928;
    letter-spacing: 0em;
    text-transform: none;
}
.bottom_menu {
    width: 180px;
}
.footer_description_wrap {
    width: calc(100% - 265px);
}
.content_wrap {
    background: #fff;
    padding: 60px; 
}
.bg-box {
    background-color: #3A3A3A;
    color: #F2F2F2; padding: 60px;
}
.author_name{color: #F2F2F2;}
.quotes_content{color: #C7C7C7;}
.practice_area_box {
    background: #fff;
    display: block;
    background-color: #F2F2F2 !important;
    color: #3A3A3A;
	padding-bottom:50px;    height: 100%;
}
    .light-bg{
	background-color: #F2F2F2;
    color: #3A3A3A;	
	}
 .bg-box-shadow {
    box-shadow: 1em 1em 2em rgba(0,0,0,0.25);background-color:#fff;
	}
	.testimonial-item {
    padding: 50px;
    height: 100%;
}
.quote-icon{
	fill:#00D2EF;
	height: 45px;
    width: 45px;
}
.post-loop {
    display: none;
}
.post-loop.active {
    display: block;
}
.common-bg-img {
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-repeat: no-repeat;width:100%;height: 100%;z-index: -1;
}
.content-style ul li::before {
    content: '';
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 0.944em;
    height: 0.944em;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.056em;
    background-color: #00D2EF;
    border-color: #00D1EF;
    box-shadow: inset 0 0 0 0.167em #FFFFFF;
}
.content-style2 ul li::before {
    box-shadow: inset 0 0 0 0.167em #3A3A3A;
}
.content-style ul li {
    position: relative;
    padding: 0 0 0 2em;
}
.content-style .bullt-list ul {
    align-items: stretch;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.content-style .bullt-list li { 
    width: 47%;    margin-bottom: 10px
}
.side-padding{
	padding:50px;
}
.content-quote {
    padding: 30px 50px;
    border: 3px solid #00D1EF;
    background-color: #F2F2F2;
    color: #3A3A3A;
    font-size: 30px;
    text-align: center;
}
.content-quote a {
    color: #00D1EF;    text-decoration: none;
}
.content-quote-box {
    font-size: 30px;
    text-align: center;
    background-color: #3A3A3A;
    color: #F2F2F2;
    padding: 50px 70px;
    box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
}
.content-quote-box b{
    color: #F2F2F2;
}
.content-quote-box a {
color: #00D4EF;
}
.slider_bg {
    position: relative;
    padding: 60px;
    background-color: #F2F2F2;
    color: #3A3A3A;
}
.map_irame iframe{
	height:100%;
}
.map_irame {
    height: 100%;
}
/*.workers-compensation-bg{
    background-image: url(/wp-content/uploads/2024/07/test.jpg);
    background-size: cover;
    background-position: center top;
}*/
.award-section .awrdsimg img {
    width: auto;
    margin: auto;
}
.awrdsimg {
    display: flex;
    align-items: center;
    height: 161px;
    justify-content: center;padding:0px 20px;
}
.award-section.fullwidth.section-pd {
    background: #fff;
}
.blog-time-style
{
	font-weight:700;
}
.btn_v2 {
	position: relative;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    padding: 0;
    transition: color 0.4s ease 0s;
    display: inline-flex;
    align-items: center;
}
.btn_v2 {
      color: #00D1EF;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}
.btn_v2::before {
    content: " ";
    position: absolute;
    height: 0.85em;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.5s ease 0s;
    transform-origin: 50% 50%;
    letter-spacing: 0;    background: #272727;
}
.btn_v2::before, .btn_v2::after {
    display: block;
    width: 0.85em;
    letter-spacing: 0;
}
.btn_v2::after {
    content: "+";
    margin-left: 0.75em;
    position: relative;
    text-align: center;color: #F2F2F2;
}
.blog-loop:hover .btn_v2 {
	color: #3A3A3A;
}
.blog-loop:hover .btn_v2::before {
	transform: translateY(-50%) rotate(90deg);
}
.sidebar-listing.widget_archive ul li a {
    width: auto;
}
.sidebar-listing ul li:hover {
    color: #fff;
}
.blog-content h3 {
    color: #00D4EF;
}
.author_names {
    font-size: 1.333rem;
    letter-spacing: 0em;
    line-height: 1.4;
    font-weight: 400;    margin: 15px 0px;
}
.content-style h3 {
    color: #00D4EF;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
    font-size: 1.778rem;
    letter-spacing: 0em;
}
.content-style ul {
    list-style-type: none;
    margin: 1em 0;
}
.content-style > ul:not(.bullt-list) {
    padding-left: 1.5em;
}
.banner_none {
	background-color: #3A3A3A;
    padding-top: 250.4px;
}
.knowledge_meta {
    background-color: #F2F2F2;
    color: #3A3A3A;
    width: calc( 100% + 3rem );
    margin-left: -3rem;
}
.long_img {
    width: calc( 100% + 3rem );
}
.practice_area_box:hover .img img {
    transform: scale(1.075, 1.075);
}
.practice_area_box .img img {
    transform: scale(1,1);
    transform-origin: 50% 50%;
    will-change: transform;
    transition: transform .5s ease 0s;
}
.practice_area_box .img { 
    display: block;
    overflow: hidden;
}
.side-padding-large {
    padding: 0px 15px;
}
.practice_area_box:hover .btn {
    color: #fff;
}
.practice_area_box:hover .btn:before {
	opacity: 1;
     transform: translate(0, 0) scale(1, 1);
}
.faq-heading {
	border-bottom: 3px solid rgba(0,0,0,0.2);
	font-size: 24px;
	color: #3A3A3A;
	cursor: pointer;
	position:relative;
}
.faq-card-body {
    padding: 30px 30px;
}
.faq-heading:hover,
.faq-heading[aria-expanded="true"] {
    background-color: #00D4EF;
    color: #F2F2F2;
}
.faq-card-content {
    box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
    background: #fff;
}
.home-faq-accordion{
	margin-top: 50px;
}
	.sky-text{
		color: #00D4EF;
	}
.apart-box {
    background: #3A3A3A;
    color: #fff;
    padding: 50px;
    box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
    margin-left: 25px;
}
.contact-side-form {
    padding-right: 25px;
}
.apart-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.apart-icon {
    width: 65px;
}
.apart-content {
    width: calc(100% - 65px);
    font-size: 26px;
    line-height: 34px;
    color: rgba(255,255,255,0.7);
}
.apart-icon img,
.apart-icon svg {
    width: 45px;
    height: 45px;
    fill: #00D4EF;
}
.apart-icon svg path {
    fill: #00D4EF !important;
}
.home-contact-form .form-group .form-control {
    border: 1px solid rgba(0,0,0,0.2) !important;
    background-color: #fff;
    color: #3A3A3A ;
}
.home-contact-form .form-group {
    margin-bottom: 30px;
    display: block;
}
.home-contact-form .form-group p:last-child{
	margin-bottom: 0 !important
}
.home-contact-form textarea.form-control {
    height: 125px !important;
    resize: none;
}
.home-contact-form {
    margin-top: 60px;
}
input.sub-btn.btn {
    color: #000;
}
.blog-list-box {
    background: #3A3A3A;
    color: #fff;
    padding: 25px 40px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
}
a.blog-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
	.blog-list-box:last-child{
		margin-bottom: 0
	}
.blog-title {
    font-size: 26px;
    line-height: 34px;
    color: rgba(255,255,255,0.7);
    margin: 5px 0;
}
.view-btn a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #00D4EF;
    display: inline-block;
    padding-right: 20px
}
.view-btn a::before, .view-btn a::after {
    display: block;
    width: 13px;
    letter-spacing: 0;
}
.view-btn a::before {
    content: " ";
    position: absolute;
    height: 13px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.5s ease 0s;
    transform-origin: 50% 50%;
    letter-spacing: 0;
    background: #00D4EF;
}
.view-btn a::after {
    content: "+";
    margin-left: 0.75em;
    position: absolute;
    text-align: center;
    color: #F2F2F2;
    right: 0;
    top: 0;
}
.view-btn a:hover{
color: #F2F2F2;
}
.view-btn a:not(.no-hover):hover::before, .view-btn a:not(.no-hover):focus::before, a:hover .view-btn a:not(.no-hover)::before, a:focus .view-btn a:not(.no-hover)::before {
    transform: translateY(-50%) rotate(90deg);
}
 h1{
	font-family: "Cormorant Garamond", serif;
    font-size: 2.5rem; 
 }   
 .content-style h2{
	 color: #00D4EF; font-size: 1.778rem;
 }
  .content-style h3{
	font-size: 1.778rem;
    line-height: 1.2;
 }
.content-style h4{
	 color: #00D4EF; 
  }
.content-style h5{
	 color: #00D4EF; 
  }
.img-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.info {
    padding-top: 30%;
    padding-bottom: 30%;
}
.big_title{
	    font-size: calc(3rem);
}
.sub_heading_style {
    font-size: 1.444rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0.7em;
}
.features_box a {
    font-size: 1em;
    transition: color .4s ease 0s;
    color: #3A3A3A;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    display: block;
}
.features_box a:hover {
    background-color: #00D4EF; color: #ffffff;
}
.grid_boxlist:nth-child(odd) {
	flex-direction: row-reverse;
}
.featureslisting {
    background-color: #0e0e0e;
    display: flex;
    justify-content: center;    flex-wrap: wrap;
}
.faq-heading:hover a{color:#fff;}
.featuresicon svg {
    width: 62px;
    height: 62px;
    display: block;
    margin: auto;
    fill: #00D4EF;
}
.featuresicon svg path {
    fill: #00D4EF;
}
.featuresbox_wrap {
    display: block;
    padding: 50px 31px;
    width: 20%;
}
.featuresbox_wrap:hover{
 background-color: #00D4EF;
}
.featuresbox_wrap:hover{color:#fff;
}
.featuresbox_wrap:hover svg,
.featuresbox_wrap:hover svg path
{
 fill: #fff;
}
.content_list_wrap {
    background: #f2f2f2;
    position: relative;padding:50px;
}
.content_list {
    display: flex;
    align-items: center;    margin: 25px 0px;
}
.small_img{width:65px; margin-right:15px;}
.list_cont{width:calc(100% - 80px);}
.shadow2{
	    box-shadow: 1em 1em 2em rgba(0,0,0,0.25);
}
.space_4{padding-left:50px;}
.blogpage_heading {
    padding: 0px 10px 20px 20px;
}
.theme_color{
	color: #00D4EF;
}
.blog-loop-title{	
}
/*************BREADCRUMB CSS*****************/
.breadcrumbs_wrap {
    border: 1px solid #00D1EF;
    font-size: 0;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    overflow: hidden;
}
.breadcrumbs_wrap span span {
    padding: 15px 0px;
    display: inline-block;
}
.breadcrumbs_wrap a {
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.breadcrumbs_wrap span span,
.breadcrumbs_wrap a
 {
    font-size: 14px;
}
.breadcrumbs_wrap a{
	position: relative;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.breadcrumbs_wrap a:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 5rem;
    height: 5rem;
    z-index: -1;
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    transform: translateY(-50%) rotate(45deg);
    border-color: #00D1EF;
    z-index: 9;
}
.breadcrumbs_wrap span span.breadcrumb_last {
    margin-left: 20px;
}
/*************BREADCRUMB CSS END*****************/
.heading_dark {
    color: #00121f;
}
.blog-img-single {
    overflow: hidden;
    position: relative;
    padding: 80px 0px;
}
.blog-img-single img.featured-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    object-fit: cover;
    object-position: center;
}
.blog-img-single:after {
    background-color: rgba(0,0,0,.5);
    content: "";
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
}
.post_meta {
    color: #fff;
    z-index: 9;
}
.detail-share-this-inner .a2a_svg {
    background: #00D2EF!important;
    margin: 0px 3px;
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-share-this-inner a:hover .a2a_svg {
    background: #3A3A3A!important;
}
.detail-share-this-inner .a2a_svg svg {
    width: 33px;
    height: 33px;
}
.post-loop{display: none;}
.blog-loop.post-loop.active{
	display: inline-block;
}

/* contact page css */
.contact_meta {
    z-index: 9;
}
.contact-map-nap {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.contact-map-nap .contact-map-wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.contact-map-nap .contact-map-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}
.contact-map-nap .contact-map-wrapper.active {
    opacity: 1;
    z-index: 1;
}

.contact-nap-address {
    position: absolute;
    z-index: 2;
    width: 275px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 396px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-address-info {
    padding: 15px;
    position: relative;
}

.contact-address-info .location-center {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    position: relative;
    padding-left: 0px;
}

.contact-address-info:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 18px 15px 0;
    border-color: transparent #3A3A3A transparent transparent;
    content: "";
    position: absolute;
    left: -17px;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0;
}

.contact-nap-address .nap-wrapper.active .contact-address-info:before {
    opacity: 1;
} 

.contact-address-info .location-center:before {
    background-image: url(../img/location-icon.svg);
    position: absolute;
    content: "";
    left: 6px;
    top: 0;
    width: 27px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 27px;
    opacity: 0.6;
}
.contact-address-info .location-title{
    opacity: 0.6;
}

.contact-nap-address .nap-wrapper.active .contact-address-info .location-center:before, .contact-nap-address .nap-wrapper.active .contact-address-info .location-title{
    opacity: 1;
}

.contact-address-info .location-title {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.contact-nap-address .nap-wrapper {
    background: #3A3A3A;
    width: calc(100% - 25px);
    transition: .25s;
}
.contact-nap-address .nap-wrapper.active {
    background: #3A3A3A;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 2; 
}

.contact-nap-address .nap-wrapper .contact-address-info, .contact-nap-address .nap-wrapper .contact-address-info a {
    color: rgba(255, 255, 255, 0.6);
}
.main-contact-form .wpcf7 .form-group .quiz-math {
    display: block;
}

.main-contact-form .wpcf7 .form-group .quiz-math label {
    display: block;
}
/* contact page css */
.blog-loop-full .blog-title{
	color: #00D4EF;
}
.review_box {
    padding: 45px 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark_bg_wrap{
	background-color: #3A3A3A;
    color: #ffffff;
}
select.form-control {
    appearance: auto;
}
.slider_arrow .owl-nav {
    display: flex;
    justify-content: center;
    font-size: 0px;    margin-top: 15px;
}
.slider_arrow .owl-nav div:hover {
	 background-color: #ffffff;
}
.slider_arrow .owl-nav div {
    width: 30px;
    height: 30px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-color: #C7C7C7;
    background-position: center;
    margin: 0px 5px;
    border-radius: 5px;
	background-image: url(../img/next_arrow.png);
}
.slider_arrow .owl-prev {		
	transform: rotate(180deg);
}
.sidebar-listing.widget_archive ul li a:after {
    display:none;
}
.faq-heading a {
    display: block;    padding: 20px 20px;
}

.par-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-flow: column;
    align-items: center;
}

.search-pageBox {
    background: #3A3A3A;
}


.search-pageBox .search-input-box .form-control {
    padding-left: 45px !important;
    background-image: url(../img/svgs/search.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
	/*width: calc(100% - 150px);*/
}

.search-pageBox .search-input-box {
    width: 100%;
    display: flex;
}

.search-pageBox .search-icon-formbtn {
    /*max-width: 100px;*/
    display: flex;
    /*width: 100%;*/
	padding-left: 10px;
}

.search-icon-formbtn button {
    color: #fff;
}

.page-template-temp-site-search .sec-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.5rem;
    letter-spacing: 0em;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
    color: #000;
}

.page-template-temp-site-search .content-style .container {
    max-width: 1024px;
}

.side-padding.search-pageBox {
    padding: 70px 50px;
}



section#form-builder {
    padding: 0;
}

.content_sec_list {
    background: #F2F2F2;
    margin-bottom: 20px;
    padding: 20px;
}
.content_sec_list:nth-child(even) {
    flex-direction: row-reverse;
}
.community-content {
    padding: 20px;
}
.community-page{
    background-image: url(../img/contact-v1-bg.webp);
    background-size: cover;
    background-position: center;
}
.form-group.submit-block {
    position: relative;
    display: inline-block;
}
.form-group.submit-block input.sub-btn.btn:hover{
    color:#fff;
    background:#00d2ef;
    border-color:#00d2ef;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #000;
    margin-right: .5em;
}
input[type="file"]::-webkit-file-upload-button {
    padding: 10px 25px !important;
    border: 1px solid #00d4ef !important;
    background-color: #00d4ef;
    color: #fff !important;
    border-radius: 50px;
    text-transform: uppercase;
}

input[type="file"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.file-control-field label {
    text-transform: uppercase;
}
input[type="file"]:not(:disabled):not([readonly]) {
    padding-top: 0px;
    margin: 0;
}
/* 6-09-24 */
.content-style.blog-single .a2a_default_style ul li:before{
	display:none;
}
.content-style .a2a_default_style ul li {
      padding: 0 0 0 0em;
}
.bg-box-shadow.side-padding h4 {
    font-size: 23px;
}
/* ipad mini */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .workers-compensation-bg {
    background-size: 100% !important;   
}
    .experience-information .container {
        max-width: 696px !important;
    }
}	
.search-icon-form button {
  background-size: 18px;
  top: 0px;
}
.location-icon-footer.loc-2 {
  margin-right: 5px;
}
.home-banner-wrap .heading {
  line-height: 1.1;
}
.faq-heading a{
  padding-right: 40px;
}


/* Form CSS */
.email-error{
	 display:none;				
	}	
	body.page-id-144 .content-style .container .row.g-lg-0 .col-md-6.map-col-md-6{
		    display: flex;
	}	
	.contact-map-nap{
		height: calc(100% - 110px);
		margin: auto;
    	display: block;
	}
	.contact-form-wrap {
    margin: 0;
}
.side-padding {
    padding: 100px 80px 100px;
}
body.page-id-144 .content-style .container .row.g-lg-0 .col-md-6{
	margin-bottom:0;
}
div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 10px;
}
.contact-form-wrap .checkbox-col input[type="checkbox"] + .wpcf7-list-item-label {
	font-size:14px;
	display:inline-block;
}
.checkbox-col .wpcf7-list-item label{
	    display: flex;
		align-items: flex-start;
		gap:19px;
}
.checkbox-col .wpcf7-list-item label input[type="checkbox"]{
		margin-top:6px;			
}
.btnwrap .wpcf7-submit.btn{
	font-weight:400;
	transition:all 0.5s;			
} 
.btnwrap .wpcf7-submit.btn:hover{
	background-color:#00D2EF;
	transition:all 0.5s;
	color:#fff;
}
.select-col-help select{
	    font-size: 18px !important;
  color: #6d6d6d !important;	
}
.select-col-language select{
	    font-size: 18px !important;
    color: #6d6d6d !important;
}
.home-contact-form {
    margin-top: 0px !important;
}
/* .btnwrap  */
/* .contact-side-form .top-content{
    margin-bottom:30px;
} */

    .contact-form-wrap{
        margin:0 !important;
       
    }
    .sec-bg.fullwidth.section-pd.position-relative{
        padding-bottom:70px !important;
    }
   .sidebar-contact .formwraps{
        padding:0 50px;
        padding-bottom: 30px;
   }
   .sidebar-contact .formwraps input[type="checkbox"] + .wpcf7-list-item-label{
        font-size: 12px ;
     color: #fff ;
   } 
   .sidebar-contact .formwraps .btnwrap .wpcf7-submit.btn{
    background-color:#fff;
   }    
   .sidebar-contact .sidebar-title{
        font-size: 39px;
    color: white;
    font-family: 'Fira Sans', sans-serif;
   }
   .sidebar-contact .sidebar-title + div.text-center.text-white{
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Fira Sans', sans-serif;
    color: white;
   }
   .sidebar-contact .checkbox-col .wpcf7-list-item label{
    gap:10px;
   }
   .sidebar-contact .checkbox-col .wpcf7-list-item{
    margin-left:0;
   }
   .sidebar-contact .sidebar-title{
    padding-top:50px;
   }
   .contact-side-form .wpcf7-checkbox .wpcf7-list-item{
    margin-left:0;
   }
   .checkbox-col .wpcf7-list-item{
        margin-left:0;
   }
   .sidebar-contact .formwraps .btnwrap .wpcf7-submit.btn:hover,.page-template-workers-compensation .btnwrap .wpcf7-submit.btn:hover{
    background-color:#00D4EF;
    color:#fff;
   }
   .page-template-workers-compensation .btnwrap .wpcf7-submit.btn{
    background-color:#fff;
   }
/* Form CSS */