* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'TT Hoves Pro Trial';
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
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;
    margin: 25px auto;
}
.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: 95px;
    font-weight: 400;
    line-height: 119.7px;
}
.h2, h2 {
    font-size: 65px;
    font-weight: 400;
    line-height: 80px;
}
.h3, h3 {
    font-size: 35px;
    font-weight: 400;

}
.h4, h4 {
    font-size: 25px;
    font-weight: 400;
}
h5 {
    font-size: 22px;
    font-weight: 400;
}
.h5 {
    font-size: 25px;
    font-weight: 400;
    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;
}
.theme-btn {
    background-color: #3994F2;
    color: #ffff;
    padding: 11px 30px;
    border-radius: 32px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid transparent;
}
.theme-btn:hover {
    background-color: #242e3d;
    border: 1px solid #fff;
}
/*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;
}

.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;
    background: rgba(255,255,255,0.9);
    padding: 6px 35px;
    border-radius: 0 0 25px 25px;
    -webkit-box-shadow: 0 0px 5px #6e5e5e;
    box-shadow: 0 0px 5px #6e5e5e;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.small-header .header-row {
    background: #fff;
    padding: 0 35px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;

}
.wrap-header .menu-header ul li {
    padding-left: 0;
    margin-right: 25px;
}
.wrap-header .menu-header ul li ul li {
    margin-right: 0px;
}
.wrap-header .menu-header ul li a {
    color: #000;
    font-size: 16px;
    line-height: 38px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
}
.main-menu {
    padding-right: 26px;
}
.wrap-header .menu-header ul  li a:hover, .current-menu-ancestor > a {
    color: #3994F2 !important;
}
.current-menu-ancestor:before {
    border-color: #3994F2 !important;
}
.mobile-contact-title {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}
/*.mobile-contact {
    display: none;
}*/
.mobile-phonenumber a.header-ph {
    color: #000;
    font-size: 25px;
    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;
}
.mobile-phonenumber a.header-ph:hover {
    color: #3994F2;
}
.mobile-phonenumber img {
    margin-right: 20px;
    height: 22px;
    width: 22px;
}
.search-icon {
    cursor: pointer;
    display: block;
    padding-top: 7px;
}
.search-icon svg {
    border-left: 1px solid #000;
    height: 20px;
    width: 50px;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.social-media a svg path {
    fill: #fff;
}
.social-media svg {
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px 4px;
}
.social-media svg:hover {
    background: #3994f2;
    border: 1px solid #3994f2;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.copyright {
    background: #242424;
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
}
.header-button a.button {
    background: -o-linear-gradient(275.97deg,#3994f2 7.6%,#ceab70 34.13%,#ab8955 83.51%,#815f35 134.29%);
    background: linear-gradient(174.03deg,#3994f2 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;
}
.main-menu .menu-header ul .current_page_item>a, .main-menu .menu-header ul .current_page_ancestor>a {
    color: #3994F2;
}
/*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: 230px;
    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);
    border-radius: 0 0 20px 20px;
}
.menu-header ul.sub-menu li {
    border-bottom: 1px solid #64241F;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 9px !important;
    position: relative;
}
.menu-header ul.sub-menu li:hover {
    background: #3994F2;
}
.menu-header ul.sub-menu li a {
    color: #000;
}
.menu-header ul.sub-menu li:hover> a {
    color:
        #3994F2 !important;
}
#mainNav>li.menu-item-has-children {
    position: relative;
    margin-right: 34px;
}
.menu-header ul.sub-menu li:last-child {
    border: none;
    border-radius: 0 0 20px 20px;
}
.menu-header ul.sub-menu .sub-menu li:last-child {
    border-radius: 0px 0px 20px 0px;
}
.menu-header ul.sub-menu .sub-menu li#menu-item-694 {
    border-radius: 0px 18px 20px 0;
}
.menu-header ul.sub-menu .sub-menu li:first-child {
    border-radius: 0px 20px 0px 0px;
}

#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;
    border-radius: 0px 20px  20px 0;
}
.menu-header ul.sub-menu li:hover > a {
    color: #fff !important;
}
#mainNav>li.menu-item-has-children:before {
    content: "";
    right: -15px;
    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: 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;
}
#mainNav>li.menu-item-has-children:hover:before {
    -webkit-transform: rotate(225deg) translateY(-50%);
    -ms-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
#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: 18px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: 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: #3994f2;
    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-input-wrap p.msg-side-form {
    display: none;
}
.search-input-wrap span.msg-side-form {
    position: absolute;
    right: 62px;
    bottom: 0px;
    background: #c20000;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#site-searchs {
    top: 0;
    position: absolute;
    right: 0;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px 0;
    line-height: 38px;
    cursor: pointer;
    background: 0 0;
}
#site-searchs svg:hover path {
    stroke: #000;
    transition: 0.3s;
}
.header-search-box span.closebtn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.desktop-contact-info {
    padding-top: 14px;
}
.header-search-box span.closebtn:before, .header-search-box span.closebtn:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #fff;
}
.search-icon svg:hover path {
    stroke: #000;
}
.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 {
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-75%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}
.header-search-box span.closebtn:hover:before, .header-search-box span.closebtn:hover:after {
    background: #000;
}
.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 {
    background-color: #1f1f1f;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 80px;
}
footer#footer {
    background-color: #1F1F1F;
    color: #fff;
    padding-bottom: 40px;
}
.footer-content p {
    font-size: 16px;
    line-height: 30px;
}
.get-direction {
    padding-left: 52px;
}
.footer ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 5px 0;
    display: inline-block;
}
.footer ul li a:hover {
    color: #3994f2;
}
.footer ul .current_page_item a {
    color: #3994f2;
}
ul#menu-footer-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.quick-links ul li {
    padding: 0;
    list-style: none;
}
.services-menu ul li {
    list-style: none;
}
.footer-logo {
    padding-right: 50px;
}

.footer-logo .footer-content {
    margin-top: 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: 35px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
}
.nap-address-block {
    position: relative;
    padding-left: 40px;
}
.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 {
    padding-right: 18px;
}
.footer-nap-call .call-img img {
    height: 26px;
    width: 26px;
}
.location-icon {
    margin-right: 18px;
}

.footer-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-location .location-icon img {
    padding-right: 18px;
}
.nap-address span {
    font-size: 16px;
}
.nap-contact-block {
    margin-top: 10px;
    position: relative;
    padding-left: 40px;
}
.get-direction a.direction-link {
    text-decoration: underline;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.get-direction a.direction-link:hover, .footer-contact .nap-email a:hover, .footer-contact .nap-contact-block a:hover {
    color: #3994f2;
}

/*home banner*/

.banner-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-banner {
    position: relative;
    height: 100vh;
    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;
    min-height: 600px;
}

.home-banner:after {
    content: '';
    background-image: url(//petrashlawstg.wpenginepowered.com/wp-content/themes/petrashlaw/css/../img/banner-logo.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-size: contain;
    z-index: 9;
}
.home-banner:before {
    content: '';
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(36,46,61,0)),to(rgba(12,16,23,.75)));
    background: -o-linear-gradient(top,rgba(36,46,61,0) 0%,rgba(12,16,23,.75) 100%);
    background: linear-gradient(180deg,rgba(36,46,61,0) 0%,rgba(12,16,23,.75) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.home-banner .banner-des {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
    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: #3994f2;
    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;
    overflow: hidden;
}
.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;
}
svg {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.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 css end*/

.our-pages-list {
    background-color: #242e3d;
    color: #fff;
    padding: 30px;
    border-radius: 50px;
    height: 380px;
    position: relative;
    transition: all ease .4s;
}
.our-pages-list:hover {
    background-color: #3994F2;
}
.our-pages-list:hover .theme-btn {
    background-color: #242e3d;
}
.our-pages-list .button {
    position: absolute;
    bottom: 50px;
}
.our-pages-list .page-title {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}
.our-pages-list .logo {
    position: absolute;
    right: 18px;
    bottom: 18px;
}
.our-pages-list .logo img {
    height: 150px;
    width: 150px;
}

.criminal-defense {
    padding-top: 0;
}
.types-criminal-def .top-sec {
    padding-bottom: 60px;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
}
.types-criminal-def .h2 {
    text-transform: initial;
}
.criminal-defense-img img {
    padding-top: 20px;
    display: block;
    width: 100%;
}
.criminal-defense-img {
    padding-right: 40px;
}
.criminal-defense-title {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 50px;
}
.criminal-defense-img .subtitle {
    font-size: 25px;
    font-weight: 500;
    color: #4E4E4E;
}
.pages-types {
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    margin-right: 10px;
    background-position: 38%;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-bottom: 30px;
    padding-left: 20px;
    position: relative;
    width: 304px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
}
.pages-types:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.pages-types:before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 22, 30, 0)), to(rgba(17, 22, 30, 0.9)));
    background: -o-linear-gradient(top, rgba(17, 22, 30, 0) 0%, rgba(17, 22, 30, 0.9) 100%);
    background: linear-gradient(180deg, rgba(17, 22, 30, 0) 0%, rgba(17, 22, 30, 0.9) 100%);
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 90%;
    border-radius: 30px;
}

.pages-types .page-title {
    font-size: 25px;
    color: #fff;
    position: relative;
}
/*.criminal-types .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 90px;
    border: 1px solid #fff0;
    border-radius: 50%;
    background-color: #3994F2;
    height: 50px;
    width: 50px;
    z-index: 1;
}
.criminal-types .slick-arrow:hover {
    background-color: transparent;
    border: 1px solid #3994F2;
}
.criminal-types .slick-arrow:hover svg path {
    stroke: #3994F2;
}
.criminal-types .prev-arrow.slick-arrow {
    margin-right: 60px;
}
.criminal-types .slick-arrow svg {
    height: 12px;
    width: 12px;
}*/
.criminal-slider {
    margin-left: 37px;
    padding-top: 70px;
}
.criminal-types {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 50px;
}
.types-criminal-def {
    background: #f7f7f7;
}

.testimonial-section {
    color: #fff;
    position: relative;
}
.testimonial-section-bg {
    position: relative;
    padding: 60px 80px;
    background-image: url('/wp-content/uploads/2024/08/Mask-group.webp');
    border-radius: 30px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
}
.dedicated-defense-sec {
    padding-top: 0;
}

.quote-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: -20px;
    margin-bottom: -10px;
    height: 90px;
}
.star-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.testimonial-section button.next-arrow {
    position: absolute;
    right: 0;
    bottom: -56px;
    z-index: 2;
}
.testimonial-section button.prev-arrow {
    position: absolute;
    bottom: -56px;
    left: 0;
    z-index: 2;
}
.testimonial-section .slick-arrow {
    border: 1px solid #fff0;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    z-index: 1;
    background-color: #3994F2;
}
.testimonial-section  .slick-arrow:hover {
    background-color: transparent;
    border: 1px solid #3994F2;
}
.testimonial-section .slick-arrow:hover svg path {
    stroke: #3994F2;
}
.testimonial-section .slick-arrow svg {
    height: 12px;
    width: 12px;
}
.testimonial-section .title {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    padding-bottom: 25px;
    padding-top: 10px;
}
.testimonial-section .subtitle {
    font-size: 35px;
    font-weight: 400;
}
.testimonial_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    padding-bottom: 15px;
}
/*.client-information-active {
    padding-bottom: 20px;
}*/
.viewall-review {
    position: relative;
    z-index: 1;
}

.defense-content .subtitle {
    color: #4e4e4e;
    padding-bottom: 8px;
}
.defense-content p strong {
    font-weight: 600;
    color: #4E4E4E;
}
.dedicated-defense-sec .defense-image {
    height: 100%;
    padding-right: 20px;
}
.dedicated-defense-sec .defense-image img {
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px;
}
.subtitle {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
}
.meet-mike-sec {
    position: relative;
    background-color: #000;
    color: #fff;
}
.meet-mike-sec .mike-contentarea {
    padding-right: 60px;
    position: relative;
    z-index: 1;
}
.meet-mike-sec:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/10/team-bg.webp');
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 15%;
}
.mike-image img {
    border-radius: 50px;
    display: block;
    height: 100%;
}
.result-list {
    /* background-color: #eff6fe; */
    background-color: #242e3d;
    padding: 30px 40px;
    margin-right: 20px;
    height: 320px;
    border-radius: 50px;
    /* border: 1px solid #3994f2; */
    border: 1px solid #242e3d;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	    transition: all ease .4s;
}
.result-list .subtitle{
	color: #3994f2;
}
.result-list p{
	color: #ffffff;
}
.result-list .title {
    font-size: 17px;
   /*color: #3994F2; */
    color: #ffffff;
    font-weight: 500;
}
.result-list:hover {
	 background-color: #3994f2;
	 border: 1px solid #3994f2;
}
.result-list:hover .subtitle{
	 color: #ffffff;
}
.result-list:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/07/Logo-1.png');
    height: 100%;
    width: 100%;
    position: absolute;
    right: 20px;
    bottom: 22px;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0;
}

.result.slick-current.slick-active.slick-center .result-list:after {
    opacity: 100%;
}

.result.slick-current.slick-active.slick-center {
    margin-top: -40px !important;
    transition: all ease .4s;
}
.result {
    transition: all ease .4s;
}

.result-slider ul.slick-dots {
    position: absolute;
    bottom: 80px;
}
.result-slider .slick-dots li.slick-active button:before {
    color: #3994F2;
    font-size: 50px;
}
.result-slider .slick-dots li button:before {
    font-size: 56px;
    color: #4e4e4e82;
}
.result-top-sec .heading-area .subtitle {
    color: #4E4E4E;
}
.result-top-sec .content-area p {
    color: #4E4E4E;
}
.result-top-sec {
    padding-bottom: 60px;
    border-bottom: 1px solid #d1d1d1;
}
.powerhouse-defense {
    background: #f7f7f7;
}
.powerhouse-defense-img {
    height: 100%;
    padding-right: 60px;
}
.powerhouse-defense-img img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px;
}
.powerhouse-defense .content-area {
    padding-bottom: 120px;
    padding-top: 60px;
}
.defense-strategy .image img {
    border-radius: 50px;
}
.defense-strategy {
    margin-top: -60px;
}
.defense-strategy .content-sec {
    padding-top: 30px;
    padding-right: 60px;
}
.powerhouse-defense {
    background-color: #f7f7f7;
    padding-bottom: 0;
}
.defense-strategy .image img {
    border-radius: 50px 50px 0 0;
    height: 630px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.list-area .list {
    border-bottom: 1px solid #4e4e4e5e;
    padding-left: 20px;
    padding-bottom: 38px;
}
.list-area .list:last-child {
    border: none;
}
.list .content {
    padding-top: 10px;
}
.powerhouse-defense-list {
    position: relative;
}
.powerhouse-defense-list:before {
    content: '';
    background-color: #f7f7f7;
    position: absolute;
    left: 0px;
    width: 36%;
    height: calc(100% + 190px);
    z-index: -1;
    top: -100px;
}
.powerhouse-defense-list .list-image {
    padding-right: 40px;
    height: 100%;
}
.powerhouse-defense-list .list-image img {
    display: block;
    height: 100%;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.list-area .content p {
    color: #4E4E4E;
}
.contactus-section {
    position: relative;
    background-color: #242E3D;
    color: #fff;
}
.contactus-section:after{
    content: '';
    background-image: url('/wp-content/uploads/2024/10/form-bg-scaled-1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 15%;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.contact-us .formbox input {
    background: none;
    color: #fff;
    border: 1px solid #ffffff29;
    border-radius: 15px;
    margin-bottom: 30px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0px 20px;
    height: 60px;
}
.contact-us .formbox select {
    background: none;
    color: #fff;
    border: 1px solid #ffffff29;
    border-radius: 15px;
    margin-bottom: 30px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0px 20px;
    height: 60px;
    cursor: pointer;
}
.contact-us .formbox select option {
    background: #242E3D;
}
.contact-us .formbox textarea {
    background: none;
    color: #fff;
    border: 1px solid #ffffff29;
    border-radius: 15px;
    margin-bottom: 40px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 25px 20px;
}
.contactus-section .container {
    position: relative;
    z-index: 1;
}
.contact-from textarea::-webkit-input-placeholder  {
    color: #fff !important;
}
.contact-from textarea::-moz-placeholder  {
    color: #fff !important;
}
.contact-from textarea:-ms-input-placeholder  {
    color: #fff !important;
}
.contact-from textarea::-ms-input-placeholder  {
    color: #fff !important;
}
.contact-from textarea::placeholder  {
    color: #fff !important;
}
.contact-from input::-webkit-input-placeholder  {
    color: #fff !important;
}
.contact-from input::-moz-placeholder  {
    color: #fff !important;
}
.contact-from input:-ms-input-placeholder  {
    color: #fff !important;
}
.contact-from input::-ms-input-placeholder  {
    color: #fff !important;
}
.contact-from input::placeholder  {
    color: #fff !important;
}

.contact-from input:focus {
    background: none !important;
}
.contact-from select:focus {
}
select {
    background-image: url(/wp-content/uploads/2024/08/images-removebg-preview.png) !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 16px) center !important;
}
.contact-from textarea:focus {
    background: none !important;
}
.contact-from {
    padding-top: 40px;
}
.contactus-section .subtitle {
    padding-bottom: 10px;
}
.list-area .count {
    color: #4E4E4E;
}


.page-banner {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-banner:before {
    content: '';
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(36,46,61,0)),to(rgba(12,16,23,.75)));
    background: -o-linear-gradient(top,rgba(36,46,61,0) 0%,rgba(12,16,23,.75) 100%);
    background: linear-gradient(180deg,rgba(36,46,61,0) 0%,rgba(12,16,23,.75) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.page-banner .banner-content {
    z-index: 1;
    padding-top: 150px;
}

/*contact page css*/
.contact-page {
    padding-top: 80px;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}
.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-ms-input-placeholder {
    color: #000;
}
.form-control::placeholder {
    color: #000;
}
.form-control {
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid #d1d1d1;
    color: #000;
}
.contact-page-form .formbox {
    margin-bottom: 30px;
}
.contact-page-form .form-btn input {
    color: #fff;
}
.contact-page .map iframe {
    height: 600px;
    border-radius: 30px;
}
.contact-page .heading-sec p {
    color: #4E4E4E;
}
label.error {
    position: absolute;
    bottom: -17px;
    right: 0;
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
    background-color: red;
    padding: 0px 11px;
    border-radius: 6px;
}
.client-review-outer {
    background-color: #242e3d;
    color: #fff;
    padding: 50px 30px 100px 30px;
    border-radius: 50px;
    position: relative;
    height: 100%;
}
.client-review-outer .read-more {
    position: absolute;
    bottom: 50px;
}
.client-review-outer .title {
    font-size: 18px;
    font-weight: 600;
}
.client-review-outer .quote-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: -13px;
    margin-bottom: 5px;
}
.client-review-outer .start-icon img {
    width: 130px;
    padding-top: 20px;
    margin-bottom: -10px;
}
.client-review-outer a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.client-review-outer a svg {
    margin-left: 10px;
    height: 15px;
    width: 19px;
}
.client-review-outer a:hover {
    color: #3994f2;
    border-bottom: 1px solid #3994f2;
}
.client-review-outer a:hover svg path {
    fill: #3994f2;
}
.client-review-outer .logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.client-review-outer .logo img {
    height: 130px;
    width: 130px;
    display: block;
}
.testimonial-section .testimonial-list {
    margin-bottom: 45px;
}
nav.navigation.pagination .nav-links a svg {
    height: 13px;
    width: 20px;
}
.page-numbers {
    background: #f0f0f0;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #3994f2;
    margin: 0 16px;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a.prev.page-numbers, a.next.page-numbers {
    background: #3994f2;
}
span.page-numbers.current {
    background-color: #3994f2;
    color: #fff;
}
.page-numbers:hover {
    background-color: #3994f2;
    color: #fff;
}
span.page-numbers.current:hover {
    background: transparent;
    color: #3994f2;
}
a.prev.page-numbers:hover svg path, a.next.page-numbers:hover svg path {
    stroke: #3994f2;
}
a.prev.page-numbers:hover, a.next.page-numbers:hover {
    background: transparent;
}
nav.navigation.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
}
/*testimonial page css end here*/

/*about page css*/
.client-sec {
    background-color: #F6F7F7;
}

.client-sec .quote-icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: -14px;
    margin-bottom: 5px;
}
.client-sec .testimonial_title {
    font-weight: 500;
    color: #4E4E4E;
}
.client-sec .slick-arrow {
    position: absolute;
    right: 0;
    bottom: -20px;
    background: #3994F2;
    border: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}
.client-sec .slick-arrow:hover {
    background: transparent;
    border: 1px solid #3994F2;
}
.client-sec .slick-arrow:hover svg path {
    stroke: #3994F2;
}
.client-sec button.prev-arrow.slick-arrow {
    margin-right: 60px;
    z-index: 2;
}
.client-sec .slick-arrow svg {
    height: 12px;
    width: 13px;
}
.client-sec .viewall-review {
    margin-top: -35px;
}
.client-sec .client-information-active {
    padding-bottom: 25px;
}
.meet-petrash-sec .petrash-image {
    height: 100%;
}
.meet-petrash-sec .petrash-image img {
    border-radius: 50px;
}
.training-section h2.h2 {
    font-weight: 400;
}
.training-section ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-left: 15px;
}
.training-section ul li {
    padding-right: 30px;
    color: #4E4E4E;
}

.training-section {
    padding-top: 0;
}

.news-list {
    margin-bottom: 50px;
}
.news-list img {
    display: block;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 30px;
    -o-object-position: 36%;
    object-position: 36%;
}
.news-list .read-more-btn {
    margin: 20px 0;
}
.news-title {
    font-size: 25px;
    color: #242E3D;
    font-weight: 500;
    line-height: 38px;
}
.sidebar-form {
    padding: 40px 30px 35px;
    background: #242E3D;
    border-radius: 30px;
    margin-top: 40px;
}
.sidebar-heading.h2 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
    line-height: normal;
}
.sidebar-form .form-control {
    background: 0 0;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #ffffff9c;
    border-radius: 0 !important;
    padding: 20px 0;

}
select {
    cursor: pointer;
}
.sidebar-form .form-control::-webkit-input-placeholder {
    color: #fff !important;
}
.sidebar-form .form-control::-moz-placeholder {
    color: #fff !important;
}
.sidebar-form .form-control:-ms-input-placeholder {
    color: #fff !important;
}
.sidebar-form .form-control::-ms-input-placeholder {
    color: #fff !important;
}
.sidebar-form .form-control::placeholder {
    color: #fff !important;
}
.blog-search button.search-btn {
    background: none;
    border: none;
}
.blog-search input {
    border: none;
}
.blog-search .input-group {
    border: 1px solid #4E4E4E;
    border-radius: 12px;
    padding-right: 20px;
}
.blog-search svg {
    margin-top: 10px;
    margin-left: 2px;
}
.menu-criminal-defense-container ul li a, .widget-content ul li a {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    padding: 6px 0;
}
.menu-criminal-defense-container ul li a:hover,
.widget-content ul li a:hover {
    color: #3994f2;
}
.menu-criminal-defense-container ul.menu li,
.widget-content ul li {
    list-style: none;
    position: relative;
}
.widget-title {
    font-size: 28px;
    color: #242E3D;
    line-height: 35px;
    margin-bottom: 10px;
}
.widget-menu ul {
    padding-left: 20px;
}
.widget-menu .widget-content ul {
    padding-left: 0;
}
.parent-pages.sidebar-list {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 40px 20px;
    margin-top: 30px;
    margin-bottom: 100px;
}
.blog-sidebar {
    padding-left: 80px;
}
.menu-criminal-defense-container ul.menu li:after,
.widget-content ul li:after {
    content: '';
    position: absolute;
    right: 40px;
    background-image: url('/wp-content/uploads/2024/07/icon-park-outline_arrow-up.svg');
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    background-position: right;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-criminal-defense-container ul.menu li:hover:after, .widget-content ul li:hover:after,
.menu-criminal-defense-container ul.menu li.activeChild:after, .widget-content ul li.activeChild:after {
    right: 0;
}

div#breadcrumbs {
    background: #eee;
    padding: 10px 0;
    margin: 0;
}
div#breadcrumbs a {
    color: #3994f2;
}
div#breadcrumbs a:hover {
    color: #242E3D;
}

.single-post-detail .h2.blog-title {
    margin: 20px 0;
}
.loop-item {
    background-color: #242E3D;
    border-radius: 50px;
    color: #fff;
    padding-bottom: 100px;
    height: 100%;
    position: relative;
}
.loop-item img {
    border-radius: 30px 30px 0px 0;
}
.post-des {
    padding: 2px 22px 10px 22px;
}
.blog-title.h4.text-white a {
    color: #fff;
}
.blog-list {
    margin-bottom: 30px;
}
.loop-item .theme-btn {
    position: absolute;
    bottom: 50px;
}
.blog-page .blogsidebar {
    padding-left: 80px;
}
.date-and-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #778CAC;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #778CAC;
    padding-bottom: 10px;
}
.date-and-cat .post-cat a {
    color: #778CAC;
}
.blog-title {
    padding-top: 20px;
}
.single-post-detail img {
    border-radius: 50px;
}
.single-post-detail .content {
    border-top: 1px solid #4E4E4E;
    padding-top: 0;
    margin-top: 50px;
}
.single-post-detail .content ul {
    padding-left: 15px;
}
.single-post-detail .content a {
    color: #000;
    text-decoration: underline;
}
.single-post-detail .content a:hover {
    color: #3994F2;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: none;
    display: none;
}
.meet-mike-sec .mike-contentarea .subtitle {
    padding-bottom: 20px;
}
.default-content a {
    color: #000;
    text-decoration: underline;
}
.default-content a:hover {
    color: #3994F2;
}
.list-style ul li {
    position: relative;
    list-style: none;
}
.list-style ul {
    padding-left: 55px;
    margin-bottom: 15px;
}
.list-style ul li:after {
    content: '';
    position: absolute;
    left: -50px;
    background-image: url('/wp-content/uploads/2024/07/icon-park-outline_arrow-up.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
    background-position: inherit;
    top: 2px;
}
li.activeChild a {
    color: #3994F2 !important;
}
.tablet-view {
    display: none;
}
/*.mobile-contact {
    display: none;
}*/
.search-post-loop {
    background: #eee;
    padding: 40px 30px;
    margin: 40px 0;
    border-radius: 30px;
}
.search-post-loop .content {
    margin-bottom: 30px;
}

.case-results-box {
    background: #242E3D;
    color: #fff;
    padding:40px 20px;
    border-radius: 30px;
    height: 340px;
}
.results-main {
    color: #3994F2;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.case-results-box:hover {
    background-color: #3994F2;
    transition: 0.5s;
}
.case-results-box:hover .results-main {
    color: #fff;
}
.case-title {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 15px;
}
.case-results-list {
    padding-top: 10px;
    padding-bottom: 15px;
}
.testimonial .testimonial-list {
    padding-bottom: 15px;
    padding-top: 8px;
}
.about-client .testimonial-list {
    margin-bottom: 40px;
}
.practice-area-pages {
    background-color: #242e3d;
    color: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.practice-area-pages .read-more {
    position: absolute;
    bottom: 55px;
    z-index: 1;
}
.practice-area .criminal-defense {
    margin-bottom: 20px;
}
.practice-area .page-title {
    font-size: 35px;
    font-weight: 600;
}

.practice-area-pages:hover img {
    opacity: 100%;
}
.practice-area-pages img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: 0.5s all  ease;
    -o-transition: 0.5s all  ease;
    transition: 0.5s all  ease;
    border-radius: 30px;
}
.practice-area-pages .content-box {
    position: relative;
    z-index: 1;
}
.practice-area-pages .content-box p {
    margin-bottom: 30px;
}
.practice-area-pages:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 46, 61, 0)), to(rgba(12, 16, 23, 0.55)));
    background: -o-linear-gradient(top, rgba(36, 46, 61, 0) 0%, rgba(12, 16, 23, 0.55) 100%);
    background: linear-gradient(180deg, rgba(36, 46, 61, 0) 0%, rgba(12, 16, 23, 0.55) 100%);
    border-radius: 30px;
}
.denver-image {
    height: 100%;
    padding-right: 30px;
}
.denver-criminal-defense .text {
    font-size: 24px;
    color: #4e4e4e;
    line-height: 31px;
}
.denver-criminal-defense .text a {
    font-weight: 500;
}
.denver-image img {
    border-radius: 50px;
    height: 100%;
    display: block;
}
.denver-criminal-defense {
    background-color: #f6f7f7;
    padding-bottom: 90px;
}
.challenging-sec {
    background-color: #eceded;
    padding-bottom: 40px;
    padding-top: 70px;
}
.crimial-inner-pages svg {
    height: 50px;
    width: 50px;
}
.challenging-image img {
    border-radius: 30px;
}
.crimial-inner-pages .pages {
    margin-top: 30px;
}
.crimial-inner-pages .pages .title {
    margin-top: -10px;
}
.local-legal-content {
    background-color: #3994f2;
    color: #fff;
    padding: 70px 30px 70px 50px;
    border-radius: 0 50px 50px 0;
    height: 100%;
}
.local-legal-content p {
    padding-top: 12px;
}
.local-legal {
    background-color: #F6F7F7;
}
.local-legal-img {
    height: 100%;
    position: relative;
}
.local-legal-img img {
    border-radius: 50px 0 0 50px;
    display: block;
    height: 100%;
}
.guidance-section .button {
    text-align: right;
}
.guidance-section h2.h2 {
    font-size: 42px;
}
.testimonial .page-content {
    padding: 0 65px;
}
.sidebar-form .form-control option {
    background: #242e3d;
}
.case-results-page .page-content {
    padding: 0 90px;
}
.review-schema-result {
    background-color: #eee;
}
.client-sec .subtitle {
    font-size: 25px;
    color: #4E4E4E;
}
.meet-petrash-sec .petrash-content {
    padding-left: 20px;
}
.blog-search svg:hover path {
    stroke: #242e3d;
}
.default-content strong, .single-post-detail strong {
    font-weight: 600;
}
.sidebar-page-wrap {
    position: sticky;
    top: -50px;
}
.search-page .no_result a {
    text-decoration: underline;
    color: #000;
}
.search-page .no_result a:hover {
    color: #3994F2;
}
.contact-page-form select {
    background-image: url(/wp-content/uploads/2024/08/Screenshot_from_2024-08-09_10-57-10-removebg-preview.png) !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 16px) center !important;
    cursor: pointer;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border: 0;
    color: #fff;
}

.sidebar-form .form-control select {
    cursor: pointer;
}
.single-review .content {
    border-top: none !important;

}


.client-information-active {
    padding: 0 140px;
}
.owl-item.active.center {
    margin-top: -40px;
    text-align: left !important;
}

.result-slider .owl-stage {
    transition: all ease .4s;
}

.result-slider .owl-item {
    transition: all ease .4s;
}

.owl-dots {
    margin-top: -100px;
    text-align: center;
    z-index: 111;
    position: relative;
}

button.owl-dot {
    background: #4E4E4E26 !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0 10px;
}
button.owl-dot.active {
    background: #3994F2 !important;
}
.defense-strategy .content-sec .subtitle {
    padding-bottom: 15px;
    font-size: 28px;
}
.types-criminal-def .subtitle {
    padding-bottom: 15px;
    padding-top: 8px;
}

.types-criminal-def p {
    color: #4E4E4E;
}
.powerhouse-defense p {
    color: #4E4E4E;
}
.arrow-slide {
    text-align: right;
    display: flex;
    justify-content: end;
}

.arrow-slide .arrow {
    border: 1px solid #fff0;
    border-radius: 50%;
    background-color: #3994f2;
    height: 50px;
    width: 50px;
    z-index: 1;
}
.arrow-left button.prev-arrow {
    border: 1px solid #fff0;
    background: #3994F2;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.arrow-left button.prev-arrow svg {
    height: 11px;
    width: 20px;
}
.arrow-right button.next-arrow {
    border: 1px solid #fff0;
    background: #3994F2;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-right button.next-arrow svg {
    height: 11px;
    width: 20px;
}
.arrow-left button.prev-arrow:hover, .arrow-right button.next-arrow:hover {
    background: transparent;
    border: 1px solid #3994f2;
}
.arrow-left button.prev-arrow:hover svg path, .arrow-right button.next-arrow:hover svg path {
    stroke: #3994f2;
}

.custom-arrow {
    margin-top: -54px;
    position: relative;
}
.privacy-policy {
    padding-left: 25px;

}
.privacy-policy a  {
    color: #fff;
    text-decoration: underline;
}
.privacy-policy a:hover, .page-id-681 .privacy-policy a {
    color: #3994f2;
}
.custom-arrow .slider-arrow {
    display: flex;
    justify-content: space-between;
    margin-top: 51px;
}
.client-sec .viewall-review {
    padding-left: 130px;
}


.home-banner .banner-des {
    text-transform: capitalize;
}


.types-criminal-def .h2 {
    text-transform: capitalize;
}


.subtitle {
    text-transform: capitalize;
}

.powerhouse-defense-list  .subtitle {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
}
.crimial-inner-pages {
    padding-left: 40px;
} 