* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Reddit Sans", sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding-top: 60px;
    overflow-x: hidden;
}
body, html {
    height: 100%;
}
body.nav-open-menu {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.banner-title.h1{
    color: #fff;
}
img, svg {
    vertical-align: inherit;
}
:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site-content-wraper .container {
    position: relative;
    z-index: 1;
}
a {
    text-decoration: none
}

a, .btn, input, select, textarea, button, img {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #64241F;
}
ol {
    padding-left: 15px
}
select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}
a img {
    outline: 0
}
input, select, textarea {
    outline: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
input[type="submit"] {
    cursor: pointer
}
a:hover, a:focus {
    text-decoration: none
}
p:empty {
    display: none
}
p:last-child {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 span[data-name="PhoneNumber"] .wpcf7-not-valid-tip {
    opacity: 0;
    display: none;
}

.wpcf7 span[data-name="EmailAddress"]  label.error {
    opacity: 0;
}

.wpcf7 span[data-name="EmailAddress"] {
    position: relative;
}

.wpcf7 span[data-name="EmailAddress"] label#EmailAddress-error {
    opacity: 1;
}

iframe {
    border: none;
    width: 100%;
    height: 100%
}
.alignnone {
    display: block;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.aligncenter, div.aligncenter {
    width: auto !important;
}
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;
}
ul {
    padding: 0;
    margin: 0;
}

/*============ Heading CSS ============*/

.h1, h1 {
    font-size: 72px;
    font-weight: 800;
    line-height: 93px;
}
.h2, h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 57px;
}
.h3, h3 {
    font-size: 40px;
    font-weight: 500;

}
.h4, h4 {
    font-size: 35px;
    font-weight: 500;
}
h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}
.h5 {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
}
.home-banner .banner-des .h1,
.home-banner .banner-des  h1 {
    color: #fff;
    text-align: center;
}
.page-banner .h1,
.page-banner h1 {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

/*============ Heading CSS END ============*/

/*==================== Common CSS ====================*/
.space-pd {
    padding: 90px 0;
}
.space-mr {
    margin: 90px 0;
}

/*==================== Common CSS END ====================*/

.container {
    max-width: 1280px;
}
.subtitle {
    color: #1B3546;
    letter-spacing: 3px;
    line-height: 19px;
}
.theme-btn {
    background-color: #32BFFF;
    color: #ffff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    display: inline-block;
    border: 2px solid transparent;
}
.theme-btn:hover {
    background-color: transparent;
    border: 2px solid #32BFFF;
    color: #32BFFF;

}
.white-btn {
    background-color: #32BFFF;
    color: #ffff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid transparent;
}
.white-btn:hover {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;

}
.btn {
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 13px 30px;
}
.btn:hover {
    color: #1B3546;
    background: #fff;
    border: 1px solid #1B3546;
}
/*header css start here*/

header#header {
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 8px transparent;
    box-shadow: 0 0px 5px transparent;
    position: fixed;
    top: 0;
    background: #F3F3F3;
    padding: 5px 0;
}
header#header.small-header {
    background-color: #f3f3f3;
    padding: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    box-shadow: 0 5px 8px #ccc;
}



.wrap-header .menu-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-left {
    width: 234px;
}
.header-left a {
    display: flex;
}
.header-right {
    width: calc(100% - 234px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/*.small-header .header-row {
    padding: 0 5px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;

}*/
.wrap-header .menu-header ul li {
    padding-left: 0;
}
.wrap-header .menu-header ul li ul li {
    margin-right: 0px;
}

.wrap-header .menu-header ul li {
    position: relative;
}

.wrap-header .menu-header ul li a {
    color: #000;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-right: 35px;
}
.wrap-header .menu-header ul li a:hover {
    color: #32BFFF;
}

.wrap-header .menu-header ul li a:before {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    background: #32BFFF;
    transition: width 0.3s ease-in-out;
}


.wrap-header .menu-header ul li a:after {
    display: block;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
    background: #32BFFF;
    transition: width 0.3s ease-in-out;
}


.wrap-header .menu-header ul li a:hover:not(.sub-menu a),
.main-menu .menu-header ul .current_page_item > a,
.main-menu .menu-header ul .current_page_ancestor > a,
.main-menu .menu-header ul .current-menu-ancestor > a,
.main-menu .menu-header ul .current_page_parent > a {
    color: #32bfff;
}

#mainNav li.menu-item-has-children:hover:before

.main-menu .menu-header ul li.current-menu-ancestor

.wrap-header .menu-header ul li ul li.current-menu-item {
    background: #1b3546;
    color: #ffff;
}

.wrap-header .menu-header ul li ul li.current_page_item {
    background: #1b3546;
    color: #ffff;
}

.main-menu .menu-header ul .sub-menu li a {
    color: inherit;
    line-height: 20px;
    padding: 12px 0px;
}
.mobile-contact-title {
    font-size: 16px;
    color: #464646;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* line-height: normal; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-contact-title svg {
    margin-right: 10px;
}
.mobile-phonenumber a.header-ph {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 2px;
    line-height: normal;
}
.mobile-phonenumber a.header-ph:hover {
    color: #32BFFF;
}
.mobile-phonenumber img {
    margin-right: 20px;
    height: 22px;
    width: 22px;
}
.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.header-language.a {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 40px;
}
.search-icon {
    cursor: pointer;
    display: block;
    margin-right: 30px;
    padding-top: 7px;
    position: relative;
}
.search-icon::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #464646;
    left: -5px;
}
.search-icon svg {
    height: 20px;
    width: 50px;
}
.search-icon svg:hover path {
    stroke: #32BFFF;
}
.mobile-phonenumber a.header-ph svg {
    margin-right: 10px;
}
.social-media-title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    padding-right: 15px;
}
.social-media {
    display: flex;
    align-items: center;
}
.quick-links {
    padding: 40px 60px;
}
.footer-contact {
    padding-top: 40px;
}
.social-media a svg path {
    fill: #fff;
}
.social-media svg {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    padding: 10px;
    transition: 0.5s;
}
.social-media svg:hover {
    background: #32BFFF;
}
.social-media a:hover svg path {
    fill: #fff;
}

.social-media .follow-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 20px;
}
.social-media a {
    display: flex;
    margin-right: 20px;
}
.copyright {
    color: #fff;
    padding: 6px 0;
    background: #202d36;
}
.header-button a.button {
    background: -o-linear-gradient(275.97deg,#1B3546 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    background: linear-gradient(174.03deg,#1B3546 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    padding: 12px 36px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-button a.button img {
    margin-right: 12px;
}

.header-button a.button svg {
    margin-right: 10px;
}

/*menu dropdown*/
.menu-header ul.sub-menu {
    display: none !important;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 99%;
    left: 0;
    text-align: left;
    min-width: 250px;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 17px 16px rgba(0,0,0,.15);
    box-shadow: 0px 17px 16px rgba(0,0,0,.15);
}
.menu-header ul.sub-menu li {
    border-bottom: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 9px !important;
    position: relative;
}
.menu-header ul.sub-menu li:hover {
    background: #1B3546;
}
.menu-header ul.sub-menu li a {
    color: #000;
}
.menu-header ul.sub-menu li:hover> a {
    color: rgb(23, 163, 227);
}
#mainNav>li.menu-item-has-children {
    position: relative;
    margin-right: 15px;
}
.menu-header ul.sub-menu li:last-child {
    border: none;
}
.wrap-header .menu-header ul li a:hover::after,
.wrap-header .menu-header ul li a:hover::before{
    display: none;
}

.menu-header ul.sub-menu li {
    margin: 0;
}

#mainNav li.menu-item-has-children:hover > ul.sub-menu {
    display: block !important;
}
.menu-header ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
}
.menu-header ul.sub-menu li:hover > a {
    color: #fff !important;
}
#mainNav li.menu-item-has-children:before {
    content: "";
    right: 24px;
    position: absolute;
    top: 49%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
#mainNav li.menu-item-has-children:hover:before,
#mainNav li.current-menu-ancestor:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    border-right: 1px solid #32bfff;
    border-bottom: 1px solid #32bfff;
}

.main-menu .menu-header ul .current_page_parent>a #mainNav li.menu-item-has-children:before {
    border-right: 2px solid #32bfff;
    border-bottom: 2px solid #32bfff;
}
#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(314deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #161616;
}
#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:before {
    content: "";
    right: 12px;
    position: absolute;
    top: 20px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform-origin: 5px 0px;
    -ms-transform-origin: 5px 0px;
    transform-origin: 5px 0px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

#mainNav li.menu-item-has-children ul.sub-menu>li.menu-item-has-children:hover:before {
    border-color: #fff;
}
header#heade a.top-logo {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.small-header .social-media {
    padding: 0;
}
header#header.small-header .top-logo svg {
    height: 70px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
/*fixed header end css here*/

/*header search icon css start here*/

.header-search-box.open-search {
    opacity: 1;
    height: 100px;
    z-index: 999999;
}

.header-search-box {
    position: fixed;
    background-color: #1B3546;
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    height: 0;
    top: 0;
    right: 0;
}
.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}
.header-search-box input.search {
    height: 55px;
    background: 0 0;
    color: #fff;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    border-radius: 0;
}
.search-input-wrap svg path {
    stroke: #fff;
}
.search-icon svg:hover path {
    stroke: #32BFFF;
}
.search-input-wrap span.msg-side-form {
    position: absolute;
    right: 68px;
    bottom: 0px;
    color: red;
    font-weight: 14px;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: 0 0;
}
#site-searchs svg:hover path {
    stroke: #fff;
    transition: 0.3s;
}
.header-search-box span.closebtn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #fff;
}
.header-search-box span.closebtn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #fff;
}
.header-search-box span.closebtn:hover:before, .header-search-box span.closebtn:hover:after {
    background-color: #32BFFF;
}
.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
}
.header-search-box  input.search::-webkit-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-moz-placeholder {
    color: #fff;
}
.header-search-box  input.search:-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::-ms-input-placeholder {
    color: #fff;
}
.header-search-box  input.search::placeholder {
    color: #fff;
}

.search-icon img.search {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    border-left: 1px solid #000;
    padding-left: 5px;
}
/*header search icon css end here*/
/*header css  end here*/
/*footer css start here*/

footer#footer {
    color: #fff;
    padding-bottom: 40px;
    padding-top: 80px;
    background-color: #071620;
}

.footer-content p {
    font-size: 16px;
    line-height: 30px;
}

.footer ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 0;
    display: inline-block;
    text-transform: uppercase;
}
.footer-content {
    padding-top: 20px;
}

.footer ul li a:hover {
    color: #32BFFF;
}
.footer ul .current_page_item a {
    color: #32BFFF;
}
/*ul#menu-footer-menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}*/
ul#menu-footer-menu {
    display: block;
    column-count: 2;
}
.quick-links ul li {
    padding: 0;
    list-style: none;
}
.nap-content {
    display: flex;
    justify-content: space-between;
}
.nap-content .get-direction {
    padding-left: 45px;
    padding-bottom: 15px;
}
.nap-content .location-icon,
.nap-content .call-img {
    padding-right: 20px;
}

.footer-contact .nap-contact-block a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.nap-address-item {
    margin-left: -13px;
}
.nap-address-item svg {
    height: 24px;
    width: 24px;
}
.footer-nap-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.footer-nap-call .call-img img {
    height: 26px;
    width: 26px;
}


.footer-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-location .location-icon img {
    padding-right: 18px;
}
.nap-address span {
    font-size: 16px;
}
.nap-address-block {
    text-transform: uppercase;
}
.get-direction a.direction-link {
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    text-transform: uppercase;
}
.get-direction a.direction-link:hover,
.nap-address-item a:hover{
    color: #32BFFF;
    transition: 0.5s;
}


/*language translator*/
.header-language.a select {
    background: transparent;
    color: #fff;
    text-shadow: none !important;
}
.header-language.a select {
    color: #fff;
    text-shadow: none !important;
    border: none;
    text-transform: uppercase;
}

.header-language.a option {
    background-color: #1B3546 !important;
}
/*home banner*/

.banner-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-banner {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner:after {
    content: '';
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);
    position: absolute;
    height: 50%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-size: contain;
    z-index: 9;
    bottom: 0;
    opacity: 70%;
}
.home-banner .banner-des {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    z-index: 99;
}
.banner-des .subtitle {
    font-size: 55px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-bottom: 55px;
    padding-top: 20px;
}
.banner-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.home-banner .contact-sec {
    position: fixed;
    z-index: 1;
    right: 30px;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1B3546;
    color: #fff;
    border-radius: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 99;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.phone:hover {
    background-color: #242E3D;
    border-radius:30px 0px 0 30px;
    border: 1px solid #fff;
}
.phone {

    padding: 9px 15px;
    border: 1px solid transparent;
    border-right: 1px solid #fff;
}
.hover-state:hover {
    background: #242E3D;
    border: 1px solid #fff !important;

}
.home-banner .contact-sec .email.contact-links {
    border: 1px solid transparent;
    border-right: 1px solid #fff;
    padding: 7px 12px;
}
.home-banner .contact-sec .phone-number.contact-links {
    border: 1px solid transparent;
    border-right: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 12px;

}
.home-banner .contact-sec .calender-icon:hover {
    background: #242E3D;
    border: 1px solid #fff;
}
.home-banner .contact-sec .calender-icon {
    padding: 7px 12px;
    border: 1px solid transparent;
    padding-right: 8px;
    border-radius: 0 28px 28px 0;
}
.home-banner .contact-sec svg {
    margin-top: 8px;
}
.home-banner .contact-sec .calender-icon svg {
    margin-right: 10px;
}
.banner-content p {
    font-size: 30px;
    line-height: 38px;
}
.banner-form {
    padding: 54px 0 30px 0;
}
/*Home page css start here*/
/*banner css end*/


.page-banner {
    height: 420px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: end;
    padding-bottom: 110px;
}
.page-banner:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/11/Rectangle-8.png');
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-size: cover;
    z-index: 0;
    bottom: 0;
}
.page-banner .banner-content {
    padding: 0;
}
div#breadcrumbs {
    background: #e5e5e5;
    padding: 15px 0;
    margin: 0;
}
.heading {
    margin-bottom: 15px;
}
.sub-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}
textarea{
    resize:none;
}
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    display: none;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -16px;
    right: 0px;
    font-size: 11px;
    background-color: #c20000;
    padding: 0px 4px;
    border-radius: 0;
    height: auto;
    line-height: 16px;
    z-index: 1;
}

/*==== Sidebar Form ===*/
.blog-search input {
    border: 1px solid #1B3546;
    padding: 10px;
    border-radius: 0;
}
.blog-search {
    margin-bottom: 30px;
}
.blog-search button {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1B3546;
    background: #1B3546;
}
.blog-sidebar {
    padding-left: 14px;
}
.sidebar-form .sidebar-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.form-control, .infusion-field input[type="text"] {
    border: none;
    border-bottom: 2px solid #000;
}
.sidebar-form {
    background: #1B3546;
    padding: 60px 40px;
    color: #fff;
}
.sidebar-form .form-group {
    margin-bottom: 20px;
}
.sidebar-form .form-control {
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,.4);
    font-weight: 300;
    background: no-repeat;
    height: auto;
    padding: 12px 0;
    border-radius: 0;
    color: #fff;
}
.sidebar-form .form-control:focus{
    border-color: #fff;
    color: #fff;
}
.sidebar-form .form-control::placeholder {
    color: #fff !important;
    letter-spacing: 1px;
}
.sidebar-form .submit-btn {
    display: block;
}
.sidebar-form .submit-btn input[type="submit"] {
    background: #32BFFF;
    color: #fff;
    border-color: var(--color--gold);
    width: auto;
    text-align: center;
}
.sidebar-form .submit-btn input[type="submit"]:hover {
    border-color: #fff;
    background: none;
    color: #fff;
}
.sidebar-form .wpcf7-form ::-webkit-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form ::-moz-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form :-ms-input-placeholder {
    color: rgba(255,255,255,0.4);
}
.sidebar-form .wpcf7-form :-moz-placeholder {
    color: rgba(255,255,255,0.4);
}
.blog-search button:hover {
    background: #32BFFF;
    transition: .5s;
}
.sidebar-form .theme-btn {
    background: #32BFFF;
    color: #fff;
}
.sidebar-form .theme-btn:hover {
    background: none;
    color: #fff;
    border-color: #fff;
}
.contact-us .formbox {
    margin-bottom: 30px;
}
.contact-us .formbox.message-box {
    width: 88%;
}
.contact-us .formbox input, .contact-us .formbox textarea {
    background: 0 0;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    padding: 24px 0;
}
.our-contact-form .formbox input, .our-contact-form .formbox textarea {
    color: #000;
}
.contact-us .formbox input::placeholder,
.contact-us .formbox textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.contact-us .formbox textarea {
    height: 85px;
}
.contact-us .form-btn {
    position: absolute;
    right: 0;
    bottom: 32px;
    padding: 0;
}

.contact-us {
    position: relative;
}
.banner-form .form-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.about-img img {
    display: block;
}
.practice-area-list {
    height: 600px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.practice-area {
    overflow: hidden;
}

.practice-content {
    position: absolute;
    padding: 20px 42px 80px;
    height: 100%;
    bottom: 0;
    transition: all .9s ease;
    opacity: 1;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.practice-area-list:hover .practice-content, .practice-area-list.active .practice-content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: .4s;
    z-index: 2;
    transition: all ease .9s;
}
.practice-area-list.active .practice-content .prac-info {
    height: 208px;
    transition: 1s;
    opacity: 1;
}

.practice-area-list  .practice-content .prac-info {
    height: 0;
    transition: 1s;
    opacity: 0;
}
.practice-area-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 16px;
}
.practice-area-title {
    font-size: 25px;
    color: #fff;
    position: absolute;
    bottom: 12%;
    color: #fff;
    font-weight: 600;
    left: 8%;
}
.practice-area-list.active .practice-area-title {
    opacity: 0;
    transition: all ease .5s; bottom: 0;
}

.practice-area-list:before {
    content: '';
    background-image: url('/wp-content/uploads/2024/11/Rectangle-16.png');
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 100%;
}
.practice-area-page .practice-area-list {
    height: 680px;
}
.practice-area-heading a.button {
    text-decoration: none;
}
.practice-content-inner a {
    position: relative;
    text-decoration: none;
}
/*.practice-content-inner a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #fff;
}*/
.practice-content-inner a:hover:after {
    background: #32bfff;
}
.button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: 0.8s;
    text-decoration: underline;
}
.button svg {
    margin-left: 10px;
    margin-bottom: 3px;
}
.button:hover {
    color: #32bfff;
}

.button:hover svg path {
    fill: #32bfff;
}
.testimonial-section {
    background: #F7FCFF;
    overflow: hidden;
}

.testimonial-list .slick-dots li button:before {
    font-size: 45px;
}
.testimonial-list .quote-icon {
    margin-bottom: -44px;
}
.item .testimonial-content {
    color: #464646;
}
.testimonial-list .title {
    color: #000;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.item.slick-slide {
    opacity: 50%;
}
.item.slick-active {
    opacity: 100% !important;
}
.viewall-testimonial {
    margin-top: 70px;
}
.injury-sec-video video#video {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.newsletter-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 80%;
    
}
.newsletter .formbox input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 22px 0px;
    width: 95%;
}
.newsletter .formbox input::placeholder {
    color: #fff;
}
.newsletter-form {
    background-color: rgba(255, 255, 255, 0.35);
    padding: 80px 0;
}
.newsletter-form p {
    color: #fff;
}
.newsletter {
    padding: 0 30px;
}
.attorney-img {
    overflow: hidden;
    transition: all ease .8s;
}
.attorney-img img:hover {
    transform: scale(1.1);
    overflow: hidden;
    transition: all ease .8s;
}
.attorneys-header h2 span {
    display: block;
    color: #32BFFF;
}
.award-logos {
    border-right: 1px solid rgba(70, 70, 70, 0.2);
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 160px;
    padding: 0 15px;
}
#award-slider {
    border-top: 1px solid rgba(70, 70, 70, 0.2);
}
.content-sec {
    background-color: #1B3546;
    color: #fff;
}
.content-sec img {
    width: 100%;
}
.content-sec .image-wrap {
    padding-right: 20px;
}
.attorney-img img {
    width: 100%;
    transition: all ease .8s;
}
.footer-contact .formbox input,
.footer-contact .formbox textarea {
    padding: 20px 0px;
    border-radius: 0;
    border-bottom: 1px solid rgba(30, 30, 30, 0.5);
}
.footer-contact .formbox {
    margin-bottom: 30px;
}
.injury-sec-con {
    padding-right: 50px;
}

.footer-contact .formbox.FirstName,
.footer-contact .formbox.email {
    padding-right: 40px;
}

.hover-content {
    position: absolute;
    padding: 0 42px 0;
    height: 100%;
    top: 100%;
    transition: all .7s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: rgba(27,53,70,.7);
    flex-direction: column;
    justify-content: end;
    text-align: center;
	padding-bottom: 50px;
}
.team-page .attorney-card-inner:hover .hover-content {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    transition: all ease .7s;
}
.team-page .attorney-img {
    position: relative;
}
.team-page .attorney-img img:hover {
    transform: unset;
}
.about-page .inner-content {
    background: #f7fcff;
    height: 100%;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-page .about-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    padding: 40px 50px;
}
.testimonial-con {
    background-color: #1B3546;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}
.testimonial-con .author-name {
    font-weight: 600;
    font-size: 20px ;
}
.about-page .inner-content .social-media svg path {
    fill: #1B3546;
}
.about-page .inner-content .social-media svg {
    border: 1px solid #1B3546;
}
.about-page .inner-content .social-media svg:hover path {
    fill: #fff;
}
.about-page .inner-content .social-media a {
    margin-top: 10px;
    margin-bottom: 40px;
}

.about-edu-wrap {
    border: 1px solid #1b3546;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 60px;
    transition: .5s;
    height: 100%;
}

.about-edu-wrap:hover {
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    border: 1px solid transparent;
    transition: 0.5s;
}
.about-edu-wrap .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
}
.about-attorney-img img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.about-page .inner-content p {
    line-height: 35px;
    word-spacing: 2px;
}
.loop-col {
    background: #F6F6F6;
    padding: 20px 20px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    transition: 0.5s;
}
.loop-col:hover {
    border: 1px solid #32bfff;
}
.post-content a.read-more-btn {
    color: #32BFFF;
    text-transform: uppercase;
    font-weight: 400;
}
.post-content a.read-more-btn:hover {
    color: #1B3546;
}

.post-content .content {
    margin-bottom: 20px;
}
.post-image {
    height: 100%;
}
.post-image img.featured {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
span.page-numbers.current {
    background: #32bfff;
    color: #fff;
    height: 55px;
    width: 55px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
    margin: 0 10px;
}
a.page-numbers {
    border: 1px solid rgba(34, 34, 34, 0.2);
    height: 55px;
    width: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px;
    color: rgba(34, 34, 34, 0.2);
}

a.page-numbers:hover {
    background: #32bfff;
    border: 1px solid #32bfff;
    color: #fff;
}
a.page-numbers:hover svg path {
    stroke: #fff;
}
nav.navigation.pagination {
    justify-content: center;
    position: relative;
    border-top: 1px solid rgba(34, 34, 34, 0.2);
    padding-top: 40px;
    margin-top: 80px;
}
nav.navigation.pagination a.next {
    right: 0;
    position: absolute;
    margin: 0;
}
nav.navigation.pagination a.prev {
    position: absolute;
    left: 0;
    margin-left: 0;
}
.single-post-detail a {
    color: #000;
    text-decoration: underline;
    transition: 0.5s;
}
.single-post-detail a:hover {
    color: #32bfff;
    text-decoration: none;
}
.single-post-detail ul {
    padding-left: 20px;
}
.modal-content {
    border: 2px solid #32bfff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0;
    padding: 40px 80px;
}
button.btn-close {
    background: #003b56;
    width: 48px;
    height: 48px;
    opacity: 1;
    right: 30px;
    position: absolute;
    top: 30px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.modal-body a {
    color: #32bfff;
    text-decoration: underline;
    transition: 0.5s;
}
.modal-body a:hover {
    color: #000;
    text-decoration: none;
}
button#html5-close {
    background-image: url('/wp-content/uploads/2024/12/lightbox-close.png') !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    background-position: top right !important;
}
.video-list {
    background-color: #F7FCFF;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
}
.video-list .play-icon {
    position: absolute;
    bottom: 56%;
    left: 42%;
    /* transform: translate(-50%,-21%); */
}
.video-list img {
    display: block;
    width: 100%;
}
.video-list .play-icon:hover {
    opacity: 50%;
    transition: 0.5s;
}
.video-img {
    background: #e9e6e6;
    border: 1px solid #c7c7c7;
}
.accordion-item {
    background-color: #f7fcff;
    border-radius: 0 !important;
    margin-bottom: 40px;
    padding: 25px 0 12px 0;
}
.accordion-header button {
    background: none !important;
    box-shadow: none !important;
}
.accordion-body {
    padding-right: 140px;
}
.read-more a.read-btn {
    text-transform: uppercase;
    color: #32bfff;
    transition: 0.5s;
    position: relative;
}
.read-more a.read-btn:hover::after {
    background: #071620;
    transition: 0.5s;
}

.read-more a.read-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #32bfff;
    left: 0;
}
.read-more a.read-btn svg {
    margin-left: 10px;
    transition: 0.5s;
}
.read-more a.read-btn svg path {
    fill: #32bfff;
}
.read-more a.read-btn:hover {
    color: #071620;
    text-decoration: none;
}

.read-more a.read-btn:hover svg path {
    fill: #071620;
}
.accordion-button:not(.collapsed) {
    color: #1E1E1E;
}

.faq-question .accordion-button[aria-expanded="false"]::after {
    background-image: url("/wp-content/uploads/2024/12/1.png");
    transition: 0.3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}
.faq-question .accordion-button[aria-expanded=false]:after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transition: .3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
}



.faq-question .accordion-button[aria-expanded="true"]::after {
    background-image: url("/wp-content/uploads/2024/12/unnamed-file.png");
    transform: none !important;
    transition: 0.3s;
    position: absolute;
    right: 35px;
    top: 38px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
    background-size: inherit;
}

.faq-question .accordion-button[aria-expanded="false"]::after {
    background-image: url("/wp-content/uploads/2024/12/1.png");
    transition: 0.3s;
    transform: none !important;
    position: absolute;
    right: 35px;
    box-shadow: none;
    background-color: #32BFFF;
    border-radius: 50%;
    background-position: center;
    padding: 20px;
    background-size: inherit;
}

/* nap new css */
.nap-address-info .location-center {
    font-family: "Reddit Sans", sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: flex;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info {
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.nap-postal-address-wrapper .nap-wrapper .location-icon {
    display: flex;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.nap-postal-address-wrapper .nap-wrapper .nap-contact-info .call-img {
    display: flex;
    margin-right: 15px;
}
.nap-wrapper .nap-contact-info a:hover span, .nap-wrapper .nap-contact-info a:hover, .nap-address-info a.direction-link:hover {
    color: #32bfff;
}
.nap-address-info a.direction-link:hover {
    border-color: #32bfff;
}
.nap-address-info a.direction-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.nap-address-info .nap-contact-info a:hover span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.nap-wrapper .nap-contact-info a span, .nap-wrapper .nap-contact-info a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.nap-postal-address-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.nap-postal-address-wrapper .nap-wrapper {
    width: 50%;
}
.nap-postal-address-wrapper .nap-wrapper .nap-address-info {
    width: 100%;
    display: flex;
    flex-direction: column;
}
/* nap new css */
.post-lists .search-post-loop {
    margin-bottom: 50px;
    background: #eee;
    padding: 30px 40px;
}
.search-page .no_result a {
    color: #32BFFF;
    text-decoration: underline;
    transition: 0.5s;
}
.search-page .no_result a:hover {
    color: #000;
    text-decoration: none;
}
/*  Guide page css */
.guide-form {
    background: rgba(255,255,255,.25);
    color: #fff;
    text-align: center;
    padding: 80px 60px;
    background-size: cover;
    background-position: 70%;
}
.guide-form .formbox input {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 40px 0;
    color: #fff;
}
.guide-form .formbox input::placeholder {
    color: #fff;
}
.guide-form .formbox.acceptance {
    text-align: left;
    padding-top: 30px;
}
.guide-form .formbox.acceptance span.wpcf7-list-item {
    margin: 0;
}
.guide-form .wpcf7 .wpcf7-acceptance  .wpcf7-list-item-label {
    display: inline-block !important;
    transition: none !important;
    margin-left: 7px;
    line-height: normal;
}
.submitting .form-btn .wpcf7-submit {
    pointer-events: none; opacity: 0.2;
}

.guide-form .wpcf7 .wpcf7-acceptance  .wpcf7-list-item-label * {
    transition: none;
}

div#breadcrumbs a {
    color: #32BFFF;
    transition: 0.5s;
}
div#breadcrumbs a:hover {
    color: #1B3546;
}
.testimonials {
    background-color: rgba(246, 246, 246, 1);
    height: 365px;
    padding: 40px 30px;
}
.testimonial-name{
    color:rgba(70, 70, 70, 1);
    font-weight:700;
}
.testimonials .read-more a{
    color:rgba(50, 191, 255, 1);
    font-weight:600;
    transition: 0.5s;
}
.testimonials .read-more a:hover {
    color: #071620;
}

.testimonials-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.our-contact-form .footer-contact input::placeholder{
    color:grey;
    font-weight:400;
}
.our-contact-form .footer-contact textarea::placeholder{
    color:grey;
    font-weight:400;
}
.our-contact-form .footer-contact textarea{
    height:162px;
}
.office-location iframe{
    height:582px;
    margin-bottom:0;
    display: block;
}
.thankyou-page a {
    color: #32bfff;
    transition: 0.5s;
    text-decoration: underline;
}

.thankyou-page a:hover {
    color: #000;
    text-decoration: none;
}
.review-schema-result {
    background: #eee;
}

.about-page .about-content a {
    color: #32BFFF;
    transition: 0.5s;
}
.about-page .about-content a:hover {
    color: #000;
}
.parent-pages {
    background: #1b3546;
    margin-top: 30px;
    padding: 50px 40px;
}
.parent-pages .widget-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.parent-pages ul {
    padding-left: 20px;
}
.parent-pages ul li {
    color: #fff;
    padding: 10px 0;
}
.parent-pages ul li a {
    color: #fff;
    transition: 0.5s;
}
.parent-pages ul li a:hover {
    color: #32BFFF;
}
.default-page .default-content a.button {
    background: #32BFFF;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.8s;
    color: #fff;
}
.default-page .default-content a.button:hover {
    color: #000;
}
.default-page .default-content a {
    color: #32BFFF;
    transition: 0.8s;
}
.default-page .default-content a:hover {
    color: #000;
}
.default-page .default-content ul {
    padding-left: 20px;
}
.helping-injury,
.our-attorneys-sec,
.content-sec {
    overflow: hidden;
}
.privacy-policy {
    padding-left: 30px;
}
.privacy-policy a {
    color: #fff;
    transition: 0.5s;
}
.privacy-policy a:hover {
    color: #32bfff;
}
.attorneys-header a {
    color: #000;
    transition: 0.5s;
}
.attorneys-header a:hover {
    color: #32bfff;
}
.about-section-page {
    padding-top: 70px;
}
.author-name.attorney-bio h5:hover {
    color: #32bfff !important;
    transition: all ease .5s;
}
.author-name.attorney-bio h5 {
    font-weight: 600;
}

div#html5lightbox-watermark,
.html5-title {
    display: none !important;
}
body.search.search-results div#breadcrumbs {
    display: none;
}
.blog-title.h5 {
    color: #1E1E1E;
    font-weight: 600;
}
.blog-title.h5:hover {
    color: #32bfff;
    transition: 0.5s;
}
.single-post-detail .content {
    padding-top: 30px;
}
.video-list a {
    color: #1E1E1E;
    transition: 0.5s;
}
.video-list a:hover {
 color: #32bfff;
}
.about-content .contact-button {
    margin-top: 13px;
}


.video-detail-img .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-detail-img {
    position: relative;
}
.worker-sec {
    background-color: #1b3546;
    color: #fff;
}
.worker-sec a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
    transition: all ease .5s;
}
.worker-sec a:hover {
    text-decoration: none;
    transition: all ease .5s;
}
.worker-sec a.theme-btn {
    text-decoration: none;
}
.findlay-lawyer a {
    color: #000;
    text-decoration: underline;
}
.findlay-lawyer a:hover {
    color: #32bfff;
    transition: all ease .5s;
    text-decoration: none;
}
.content-sec .content-wrap ul {
    padding-left: 20px;
}
.value_section h2 {
    text-transform: uppercase;
}
.helping-injury a {
    color: #000;
    text-decoration: underline;
}
.helping-injury a:hover {
   color: #32bfff;
   transition: all ease .5s;
   text-decoration: none; 
}
.home-about .about-content a {
    color: #000;
    text-decoration: underline;
}
.home-about .about-content a.theme-btn {
    text-decoration: none;
    color: #fff;
}
.home-about .about-content a:hover {
   color: #32bfff;
   transition: all ease .5s;
   text-decoration: none; 
}
.mobile-slider-btn button.slick-arrow {
    background: #32bfff;
    height: 50px;
    width: 50px;
    border: none;
}
.mobile-slider-btn button.slick-prev-arrow svg {
    transform: rotate(180deg);
} 
.mobile-slider-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-slider-btn button.slick-prev-arrow.slick-arrow {
    margin-right: 10px;
}
.value-con h2 {
    text-transform: uppercase;
}
.community-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.community-image {
    width: 100%;
    height: 100%;
}
.content-inner {
    padding: 50px 0 50px 50px;
}
.flex-row-reverse .content-inner {
    padding: 50px 50px 50px 0 ;
}
.content-col{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
.content-inner, .flex-row-reverse .content-inner{
    padding: 50px 0;
}
.community-image img {
    height: auto;
}
}
@media screen and (max-width: 767px) {
.content-inner, .flex-row-reverse .content-inner {
    padding: 20px 0 50px;
}
}