/*
 Theme Name:   lvcrimnaldefence
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  lvcrimnaldefence
*/
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'League Spartan', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: 'League Spartan', sans-serif;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.container {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
.wrapper {
    float: left;
    width: 100%;
}
/* Header Section Starts*/
.head-sec {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0 0;
    z-index: 99;
}
.logo {
    float: left;
    padding-top: 5px;
}
.logo img {
    transition-duration: 0.8s;
}
.logo-rit {
    float: right;
    margin: 0 0 0 0;
}
.topmenu {
    float: left;
    width: auto;
}
.top-rit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ned-hlp {
    padding-left: 115px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.get-fre-conslt {
    margin-left: 105px;
}
.get-fre-conslt a {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    padding: 25px 30px 27px 35px;
    border: 2px solid #c7b429;
    position: relative;
}
.get-fre-conslt a:before {
    position: absolute;
    content: "";
    width: 65px;
    height: 2px;
    background-color: #c7b429;
    top: 0;
    left: -44px;
    bottom: 0;
    margin: auto;
}
.ned-hlp p {
    margin: 0;
    text-align: center;
}
.ned-hlp p a {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
}
.ned-hlp p a:hover {
    color: #c7b429;
}
.ned-hlp p a:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(images/sprites.png);
    bottom: -10px;
    left: -75px;
    background-position: -14px -10px;
}
.ned-hlp p span {
    font-family: 'League Spartan', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #000000;
    background-color: #c7b429;
    padding: 2px 10px 0;
}
.mobile_src_nav {
    display: none;
}
/* Homepage Banner Section Starts */
.banner-sec.two {
    display: none;
}
.banner-sec {
    padding: 200px 40px 0 40px;
    background: url(images/banner-img.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
    position: relative;
}
.banner-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/bnr-layer.png);
    background-size: cover;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner-sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bnr-lft-cnt {
    width: 60.5%;
    float: left;
    position: relative;
}
.bnr-rght-cnt {
    float: right;
    width: 34.7%;
    background: rgba(255, 255, 255, 0.95);
    padding: 45px 20px 50px 30px;
    z-index: 1;
    position: relative;
}
.bnr-rght-cnt:before,
.bnr-rght-cnt:after {
    position: absolute;
    content: "";
    width: 89px;
    height: 94px;
    border: 5px solid #c7b429;
    top: -15px;
    left: -15px;
    border-bottom: none;
    border-right: none;
}
.bnr-rght-cnt:after {
    border: 5px solid #c7b429;
    right: -15px;
    left: auto;
    border-bottom: none;
    border-left: none;
}
.bnr-rght-cnt .gf_browser_chrome.gform_wrapper:before {
    position: absolute;
    content: "";
    width: 122px;
    height: 89px;
    background: url(images/bots-img.png) no-repeat;
    bottom: -40px;
    right: -40px;
}
.bnr-atrny-cnt h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 92px;
    line-height: 65px;
    color: #c7b429;
    margin-bottom: 33px;
    padding-bottom: 50px;
    text-transform: uppercase;
    position: relative;
}
.bnr-atrny-cnt h1.banner-title {
    line-height: 1;
}
.bnr-atrny-cnt .banner-description {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3;
    color: #ffffff;
}
@media screen and (max-width: 1700px) {
    .bnr-atrny-cnt .banner-description {
        font-size: 35px;
    }
}
@media screen and (max-width: 1600px) {
    .bnr-atrny-cnt .banner-description {
        font-size: 31px;
    }
}
@media screen and (max-width: 1440px) {
    .bnr-atrny-cnt .banner-description {
        font-size: 26px;
    }
}
@media screen and (max-width: 1240px) {
    .bnr-atrny-cnt .banner-description {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .bnr-atrny-cnt .banner-description {
        max-width: 550px;
        margin:auto;
    }
}
@media screen and (max-width: 370px) {
    .bnr-atrny-cnt .banner-description {
        font-size: 18px;
    }
}
.bnr-atrny-cnt h1 span {
    font-weight: 300;
    font-size: 56px;
    color: #ffffff;
}
.bnr-atrny-cnt {
    position: absolute;
    bottom: 30px;
    left: 9px;
    z-index: 1;
    right: 0;
    margin: auto;
}
.bnr-atrny-cnt.banner-attorney-content {
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
}
.bnr-atrny-cnt h1:before {
    position: absolute;
    content: "";
    width: 54%;
    height: 3px;
    background: url(images/bnr-bf-lyr.png);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.bnr-atrny-cnt .banner-logo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}
.bnt-btn a {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #282406;
    padding: 22px 37px 22px 37px;
    text-transform: uppercase;
    background-color: #c7b429;
    display: inline-block;
}
.bnr-rght-cnt .gform_legacy_markup_wrapper ul li.clint select.large {
    padding: 19px 10px 19px 22px !important;
}
.bnr-rght-cnt .gform_legacy_markup_wrapper ul li.clint select.large option {
    background: #000;
    color: #fff;
    font-size: 16px;
}
.bnr-rght-cnt .gform_legacy_markup_wrapper ul li.clint select.large option:checked {
    background: #c7b429 !important;
}
/*.bnr-rght-cnt .gform_legacy_markup_wrapper ul li.clint {
    margin-bottom: 27px !important;
}*/
.bnr-rght-cnt h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -0.66px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 18px;
    position: relative;
}
.bnr-rght-cnt h2 strong {
    font-weight: 700;
    font-size: 56px;
}
.bnr-rght-cnt h2:before {
    position: absolute;
    content: "";
    width: 75%;
    height: 5px;
    background: #c6c6c6;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.bnr-rght-cnt h2:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 2px;
    background: #c6c6c6;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}
.bnr-rght-cnt .gform_validation_errors.validation_error {
    display: none;
}
.bnr-rght-cnt .ginput_container {
    margin: 0 !important;
}
.bnr-rght-cnt .gform_wrapper {
    margin: 50px 0 0 0;
}
.bnr-rght-cnt .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.bnr-rght-cnt .gform_wrapper ul.gform_fields li {
    margin: 0 0 15px 0;
    padding: 0 !important;
}
.bnr-rght-cnt .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}
.bnr-rght-cnt .gform_wrapper .top_label input,
.bnr-rght-cnt .gform_wrapper select,
.bnr-rght-cnt .gform_wrapper .top_label input,
.bnr-rght-cnt .gform_wrapper select,
.bnr-rght-cnt .gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    color: #070707;
    outline: 0;
    position: relative;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #666666 !important;
    font-size: 20px !important;
    padding: 19px 10px 19px 22px !important;
    transition: all 0.5s;
    font-family: 'League Spartan', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.6px !important;
    box-shadow: inset 0 5px 7px 0 rgba(0, 0, 0, 0.07);
}
.bnr-rght-cnt .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 110px;
    margin: 0 0 0 0;
    padding: 12px;
}
.bnr-rght-cnt .gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.bnr-rght-cnt .gform_legacy_markup_wrapper ul li.gfield {
    clear: none;
}
.bnr-rght-cnt .gform_wrapper ul.gform_fields li.phn,
.bnr-rght-cnt .gform_wrapper ul.gform_fields li.name {
    margin-right: 17px
}
.bnr-rght-cnt .gform_wrapper ul.gform_fields li.name,
.bnr-rght-cnt .gform_wrapper ul.gform_fields li.emil,
.bnr-rght-cnt .gform_wrapper ul.gform_fields li.phn,
.bnr-rght-cnt .gform_wrapper ul.gform_fields li.adres {
    width: 48%;
    float: left;
    position: relative;
}
.bnr-rght-cnt .gform_wrapper .form-links a {
    color: #f7cc4c;
    font-weight: 600;
    text-decoration: underline;
}
.form-top span,
.bnr-rght-cnt .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.bnr-rght-cnt .gform_wrapper .gfield_radio label,
.bnr-rght-cnt .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.bnr-rght-cnt .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.bnr-rght-cnt .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 10px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.bnr-rght-cnt .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 16px 0 0;
    text-align: center;
}
.bnr-rght-cnt .gform_wrapper .top_label input[type="submit"] {
    background-color: #c7b429 !important;
    outline: none !important;
    font-family: 'Oswald', sans-serif !important;
    line-height: 1 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    color: #282406 !important;
    font-weight: 600 !important;
    letter-spacing: 1.28px !important;
    width: max-content !important;
    font-size: 32px !important;
    padding: 15px 77px 18px!important;
    text-transform: uppercase;
    margin: 0 !important;
}
.bnr-rght-cnt .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #031622 !important;
    color: #c7b429 !important;
}
.bnr-rght-cnt input::placeholder {
    color: #070707;
}
.bnr-rght-cnt input:-ms-input-placeholder {
    color: #070707;
}
.bnr-rght-cnt input::-ms-input-placeholder {
    color: #070707;
}
.bnr-rght-cnt textarea::placeholder {
    color: #070707;
}
.bnr-rght-cnt textarea:-ms-input-placeholder {
    color: #070707;
}
.bnr-rght-cnt textarea::-ms-input-placeholder {
    color: #070707;
}
.bnr-rght-cnt .gform_wrapper .top_label .gfield_label {
    display: none;
}
.bnr-rght-cnt .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.bnr-rght-cnt .gform_wrapper .validation_message {
    color: red;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 1;
    position: static;
    text-align: right;
}
.bnr-rght-cnt .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.bnr-rght-cnt .gform_wrapper .field_description_below .gfield_description {
    padding: 0 !important;
    font-size: 13px;
    text-align: right;
    position: static;
    line-height: 1.5;
    height: max-content;
}
.bnr-rght-cnt .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 20px 0;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.gform_button.disabled {
    pointer-events: none;
}
/* Experienced Section */
.experienced-sec {
    padding: 180px 0 170px;
    text-align: center;
    background-color: #000108;
    background-image: url(images/criminal-defense-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.experienced-sec h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 75px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.experienced-sec h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 1.32px;
    color: #c7b429;
    margin-bottom: 70px;
    text-transform: capitalize;
}
.criminal-defense-cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.crimal-defse-lft-cnt {
    width: 44.3%;
}
.crimal-defse-rght-cnt {
    width: 52.6%;
    text-align: left;
}
.crimal-defse-rght-cnt h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 51px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.crimal-defse-rght-cnt p {
    font-family: 'League Spartan', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.54;
    letter-spacing: 0.48px;
    margin-bottom: 30px;
    color: #ffffff;
}
.crimal-defse-rght-cnt p strong {
    font-weight: 500;
}
.crimal-defse-rght-cnt p a {
    color: #c7b429;
}
.crimal-defse-lft-cnt .ned-hlp {
    padding: 45px 0 0 45px;
    border: none;
    position: relative;
}
.crimal-defse-lft-cnt .ned-hlp:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 7px;
    background: #c7b429;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.criminal-btn a {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1.32px;
    color: #ffffff;
    padding: 22px 33px 22px;
    text-transform: uppercase;
    border: 2px solid #c7b429;
    display: inline-block;
}
.experienced-sec:before {
    position: absolute;
    content: "";
    width: 29%;
    height: 97px;
    background: -moz-linear-gradient(left, rgba(199, 180, 41, 0.01) 0%, rgba(199, 180, 41, 0.03) 26%, rgba(199, 180, 41, 0.11) 53%, rgba(199, 180, 41, 0.18) 66%, rgba(199, 180, 41, 0.28) 81%, rgba(199, 180, 41, 0.46) 100%);
    background: -webkit-linear-gradient(left, rgba(199, 180, 41, 0.01) 0%, rgba(199, 180, 41, 0.03) 26%, rgba(199, 180, 41, 0.11) 53%, rgba(199, 180, 41, 0.18) 66%, rgba(199, 180, 41, 0.28) 81%, rgba(199, 180, 41, 0.46) 100%);
    background: linear-gradient(to right, rgba(199, 180, 41, 0.01) 0%, rgba(199, 180, 41, 0.03) 26%, rgba(199, 180, 41, 0.11) 53%, rgba(199, 180, 41, 0.18) 66%, rgba(199, 180, 41, 0.28) 81%, rgba(199, 180, 41, 0.46) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03c7b429', endColorstr='#75c7b429', GradientType=1);
    bottom: 0;
    right: 0;
}
/*Case Results*/
.case-results {
    background-color: #000;
    padding: 100px 0 100px 0;
    position: relative;
    z-index: 1
}
.case-results .container {
    max-width: 1790px;
    width: 100%;
    margin: auto;
}
.cse-rslts-sec h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    margin-bottom: 48px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 2.1px;
    color: #fff;
    text-align: center;
}
.cse-rslts-sec h2 span {
    display: block;
    color: #c7b429;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 1.32px;
}
.cse-rslts-sec h3 {
    color: #c7b429;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
.cse-rslts-sec h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.12;
    letter-spacing: -0.5px;
    padding-right: 31px;
}
.cse-rslts-blks {
    display: flex;
    gap: 26px;
    padding: 0 120px 0 120px;
    position: relative;
}
.cse-rslts {
    width: auto;
    background-color: #fff;
    outline: 4px solid #000;
    outline-offset: -8px;
    padding: 73px 27px 76px 30px;
}
.case-results:before {
    position: absolute;
    content: "";
    z-index: -2;
    opacity: 25%;
    background-image: url("images/w-img.png");
    background-repeat: no-repeat;
    width: 579px;
    height: 633px;
    left: 0;
    top: 0;
}
.cse-rslts.cot {
    padding: 90px 27px 76px 30px;
}
.cse-rslts.cot h4 {
    padding-right: 24px;
}
.cse-rslts.cot h3 {
    margin-bottom: 6px;
}
.cse-rslts:hover {
    outline: 4px solid #c7b429;
}
.cse-rslts {
    min-height: 277px;
}
.cse-rslts-blks.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
    font-size: 0;
}
.cse-rslts-blks.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    content: "";
    background-image: url("images/sprites.png");
    background-position: -92px -10px;
    width: 65px;
    height: 65px;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cse-rslts-blks.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    content: "";
    background-image: url("images/sprites.png");
    background-position: -162px -10px;
    width: 65px;
    height: 65px;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cse-rslts-blks.owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url("images/sprites.png");
    background-position: -92px -81px;
}
.cse-rslts-blks.owl-carousel .owl-nav button.owl-next:hover {
    background-image: url("images/sprites.png");
    background-position: -162px -81px;
}
/*Awaed Section*/
.awrd-sec {
    float: left;
    width: 100%;
    background-color: #000108;
    padding: 120px 0;
}
.awrd-sec h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 65px;
    line-height: 1.3;
    letter-spacing: 13px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 65px;
    text-align: center;
}
.awrd-sec .itm-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 65px;
    align-items: center;
}
.awrd-sec .itm img {
    width: 100%;
    display: block;
}
/*trial-sec strat*/
.trial-sec {
    padding: 60px 0 100px;
    background-color: #000108;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 10%);
    position: relative;
}
.trial-sec:before {
    position: absolute;
    content: "";
    background-color: #c7b429;
    width: 15%;
    height: 9px;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
.trial-sec:after {
    position: absolute;
    content: "";
    width: 443px;
    height: 384px;
    top: 0;
    left: 0;
    background: rgb(57, 52, 17);
    background: linear-gradient(90deg, rgba(57, 52, 17, 1) 1%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
    pointer-events: none;
}
.trial-sec .inr-blk {
    position: relative;
}
.trial-sec .inr-blk:before {
    position: absolute;
    content: "";
    width: 33%;
    height: 1px;
    border-bottom: 1px dashed #c7b429;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.trial-sec .inr-blk:after {
    position: absolute;
    content: "";
    background-color: #c7b429;
    width: 370px;
    height: 3px;
    top: 30px;
    bottom: 0;
    right: 13.4%;
    margin: auto;
}
.trial-sec h2 {
    font-size: 150px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke: 2px #c7b429;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    letter-spacing: -3px;
    text-transform: uppercase;
    opacity: 25%;
    margin-bottom: 0;
}
.trial-sec h3 {
    font-size: 138px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    letter-spacing: 2.76px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.trial-sec h4 {
    font-size: 38px;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    letter-spacing: 2.66px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
.trial-sec h4 strong {
    font-weight: 600;
}
.cmn-btn a {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #282406;
    padding: 23px 35px;
    background-color: #c7b429;
    text-transform: uppercase;
    display: inline-block;
}
.cmn-btn a:hover {
    background-color: #fff;
    color: #282406;
}
.trial-sec .dwn-blk {
    position: relative;
    padding: 0 70px;
    display: inline-block;
    margin: -83px 0 60px;
}
.trial-sec .dwn-blk:before {
    position: absolute;
    content: "";
    background: url(images/sprites.png);
    background-position: -246px -10px;
    top: 25px;
    left: 0;
    width: 52px;
    height: 147px;
}
.trial-sec .dwn-blk:after {
    position: absolute;
    content: "";
    background: url(images/sprites.png);
    background-position: -317px -10px;
    top: 25px;
    right: 0;
    width: 52px;
    height: 147px;
}
.trial-sec .bfr-logo {
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 0;
    margin: auto;
}
.trial-sec .bfr-logo img {
    opacity: 7%;
}
/* Homepage Form Section Starts */
.hm-form-sec {
    background-color: #000108;
    padding: 100px 0;
    position: relative;
}
.hm-form-sec .container {
    display: flex;
}
.hm-form-sec .lft-cont a {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
    position: relative;
}
.hm-form-sec .lft-cont a:before {
    position: absolute;
    content: "";
    background-image: url(images/sprites.png);
    background-position: -14px -10px;
    left: -70px;
    top: 13px;
    width: 60px;
    height: 60px;
}
.hm-form-sec .lft-cont a:hover {
    color: #c7b429;
}
.hm-form-sec .lft-cont p {
    font-size: 24px;
    font-weight: 700;
    font-family: 'League Spartan', sans-serif;
    line-height: 1;
    letter-spacing: 2.4px;
    color: #000000;
    display: inline-block;
    background-color: #c7b429;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 2px 12px 0;
}
.hm-form-sec .lft-cont .logo-dwn {
    padding-left: 100px;
}
.hm-form-sec .lft-cont .frm-logo {
    margin-bottom: 35px;
}
.hm-form-sec .lft-cont .dwn-cont {
    position: absolute;
    bottom: 130px;
    left: 50px;
}
.hm-form-sec .lft-cont {
    width: 43%;
    position: relative;
}
.hm-form-sec .lft-cont img.img-two {
    display: none;
}
.hm-form-sec .form-blk {
    width: 57%;
}
.hm-form-sec .form-blk h2 {
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1.08;
    color: #fff;
    text-transform: uppercase;
}
.hm-form-sec .form-blk h2 strong {
    font-size: 60px;
    font-weight: 200;
    display: block;
    color: #c7b429;
}
.hm-form-sec .form-blk p {
    font-size: 22px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 0;
}
.hm-form-sec .form-blk p.refild {
    letter-spacing: 2.4px;
}
.hm-form-sec .gform_wrapper .top_label input,
.hm-form-sec .gform_wrapper select,
.hm-form-sec .gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    color: #030827;
    outline: 0;
    position: relative;
    border-radius: 0;
    background: #fff;
    border: none;
    font-size: 22px !important;
    padding: 27px 10px 27px 32px !important;
    transition: all 0.5s;
    font-family: 'League Spartan', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.22px !important;
}
.hm-form-sec .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    margin: 0 0 15px 0;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.nm,
.hm-form-sec .gform_wrapper ul.gform_fields li.phn {
    width: 49%;
    float: left;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.nm {
    margin-right: 17px;
}
.hm-form-sec .gform_wrapper .form-links a,
.hm-form-sec .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.hm-form-sec .gform_legacy_markup_wrapper ul.gfield_radio li label {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400 !important;
    font-family: 'League Spartan', sans-serif;
    max-width: 90%;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.chk,
.hm-form-sec .gform_wrapper ul.gform_fields li.gfield_html {
    width: max-content;
    margin-bottom: 0;
}
.hm-form-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 16px 0 0;
    text-align: right;
    clear: none;
    width: 100%;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"] {
    font-family: 'Oswald', sans-serif !important;
    line-height: 1;
    background-color: #c7b429 !important;
    outline: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #000 !important;
    width: 330px !important;
    font-size: 34px !important;
    padding: 18px 5px !important;
    text-transform: uppercase !important;
    height: auto !important;
    margin: 0;
    font-weight: 500 !important;
}
.hm-form-sec .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #fff !important;
    color: #c7b429 !important;
}
.gform_validation_errors>h2.hide_summary {
    display: none;
}
.gform_wrapper ul.gform_fields li {
    position: relative;
}
.hm-form-sec .gform_wrapper .validation_message,
.hm-form-sec .gform_wrapper div.validation_error {
    color: #e63535;
    letter-spacing: 0.56px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: right;
    position: static;
    pointer-events: none;
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
    position: relative;
    border: 1px solid #666666 !important;
}
.hm-form-sec .instruction.validation_message {
    top: 25px !important;
}
.hm-form-sec .gform_wrapper {
    margin: 28px 0 0 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li.form-top {
    margin: 0 0 0 0;
    text-align: left;
}
.hm-form-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 170px;
    margin: 0 0 10px;
    padding: 12px;
}
.hm-form-sec .gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.form-top span,
.hm-form-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.hm-form-sec .gform_wrapper .gfield_radio label,
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.hm-form-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 7px 7px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.hm-form-sec input::placeholder {
    color: #030827;
}
.hm-form-sec input:-ms-input-placeholder {
    color: #030827;
}
.hm-form-sec input::-ms-input-placeholder {
    color: #030827;
}
.hm-form-sec textarea::placeholder {
    color: #030827;
}
.hm-form-sec textarea:-ms-input-placeholder {
    color: #030827;
}
.hm-form-sec textarea::-ms-input-placeholder {
    color: #030827;
}
.hm-form-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}
.hm-form-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}
.hm-form-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.hm-form-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    width: 500px;
    visibility: hidden;
    color: #000;
    position: absolute;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    margin: 20px 0;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: absolute;
    width: 500px;
    top: -30px;
}
.gform_button.disabled {
    pointer-events: none;
}
/* Homepage Form Section Ends */
/* Footer Section Starts */
.site-footer {
    background: #000108;
    padding: 60px 0 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 10%);
    position: relative;
}
.site-footer:before {
    position: absolute;
    content: "";
    background-color: #c7b429;
    width: 15%;
    height: 9px;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
.ftr-blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.ftr-blocks .blk {
    width: 30%;
    padding-left: 130px;
    border-right: 1px solid rgba(255, 255, 255, 10%);
}
.ftr-blocks .blk.one {
    width: 27%;
}
.ftr-blocks .blk:last-child {
    border-right: none;
}
.ftr-blocks .blk h4 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 2px;
    margin: 0 0 16px 0;
    position: relative;
}
.ftr-blocks .blk h4:before {
    position: absolute;
    content: "";
    background: url(images/sprites.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 40px;
    background-position: -6px -81px;
    left: -55px;
    top: 0;
}
.ftr-blocks .blk.two h4:before {
    background-position: -44px -81px;
    width: 36px;
    height: 36px;
}
.ftr-blocks .blk.three h4:before {
    background-position: -13px -129px;
    width: 37px;
    height: 27px;
}
.ftr-blocks .blk p {
    font-size: 20px;
    font-weight: 400;
    font-family: 'League Spartan', sans-serif;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0;
}
.ftr-blocks .blk.one p {
    padding-left: 9px;
}
.ftr-blocks .blk a {
    font-size: 36px;
    font-weight: 300;
    font-family: 'League Spartan', sans-serif;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
}
.ftr-blocks .blk.three a {
    font-size: 22px;
    letter-spacing: 0.88px;
}
.ftr-blocks .blk a:hover {
    color: #c7b429
}
/* Footer Sections Ends */
/* Copyrights */
.copyrights {
    background: #c7b429;
    padding: 25px 0;
    text-align: center;
}
.cpy-inr,
.ftrlink {
    display: inline-block;
    color: #000;
}
.copyrights p,
.copyrights a {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
    font-family: 'League Spartan', sans-serif;
}
.copyrights a:hover {
    color: #fff
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
}
/* Common Form */
.gform_wrapper ul.gform_fields li,
.gform_wrapper ul.gform_fields li.nm,
.gform_wrapper ul.gform_fields li.emil,
.gform_wrapper ul.gform_fields li.phn {
    float: left;
    width: 100%;
    clear: none;
}
.gform_wrapper .top_label input,
.gform_wrapper select,
.gform_wrapper .top_label textarea {
    margin: 0;
    width: 100% !important;
    color: #fff;
    outline: 0;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 1px solid #e3e3e3;
    font-size: 16px !important;
    padding: 14px 10px !important;
    transition: all 0.5s;
}
.gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 200px;
    margin: 0 0 10px;
    padding: 12px;
}
.gform_wrapper .form-links,
.form-top {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
    color: #000;
}
.gform_wrapper .form-links a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    padding: 0;
    font-size: 15px;
    border-bottom: 0;
    width: auto;
}
.gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}
.gform_wrapper .gfield_radio label,
.gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}
.gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}
.gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    width: auto !important;
    margin: 4px 10px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
}
.gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 16px 0 0;
    text-align: center;
}
.gform_wrapper .top_label input[type="submit"] {
    background-color: #231f20 !important;
    outline: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal !important;
    color: #ffffff !important;
    width: 250px !important;
    font-size: 18px !important;
    padding: 20px 15px !important;
    text-transform: capitalize !important;
    height: auto !important;
    margin: 0;
}
.gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #231f20 !important;
}
.hm-form-sec .gform_wrapper ul.gform_fields li input[type="checkbox"],
.genpg-lft .gform_wrapper ul.gform_fields li input[type="checkbox"] {
    margin: 1px 10px 0 0;
    width: 20px !important;
}
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0 !important;
}
/* Blog Page */
.blg-cntblk {
    margin: 20px 0 0 0;
}
.post-item {
    background: #f7f7f7;
    border: 1px solid #ececf1;
    padding: 17px;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.post-cnt {
    padding: 40px 25px;
}
.post-itm-btm {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 10px;
    margin: 0 0 10px 0;
}
.post-meta {
    float: left;
    width: 80%;
}
.post-btn {
    width: 200px;
    float: right;
}
.page_default .genpg-rite .post-category ul li,
.page_default .genpg-rite .post-dt {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #323539;
    line-height: 1.4;
}
.page_default .genpg-rite .post-category ul {
    margin: 0;
}
.page_default .genpg-rite .post-category ul li:before {
    display: none;
}
.page_default .genpg-rite .post-btn a.blg-btn {
    font-size: 18px;
    color: #000;
    padding: 15px 30px;
    width: 200px;
    line-height: 1.2;
    border: 1px solid #000;
}
.nav-links a.page-numbers {
    margin: 0 5px;
}
.nav-links svg.svg-icon {
    margin: 0 0 -5px 0;
}
.page-navi-block {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}
.page-navi-block.page-navi-nxt {
    float: right;
    padding: 0 0 0 20px;
    text-align: right;
}
.page-navi {
    border-top: 1px solid #d1d1d1;
    padding: 10px 0 10px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #d1d1d1;
}
.nav-links span,
.nav-links a {
    padding: 8px 10px;
    background: #ccc;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    align-items: center;
    color: #000;
}
.nav-links span.nav-next-text,
.nav-links span.nav-prev-text {
    display: none;
}
/* Practice Areas Page */
.pract-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 20px 0;
}
.pract-items {
    position: relative;
    width: 48%;
    padding: 22px 22px 0;
    background-color: #ffffff;
    box-shadow: 0 1px 27px 0 rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.pract-items:before {
    position: absolute;
    content: "";
    background-color: #5f819a;
    top: 0;
    left: 0;
    width: 20%;
    z-index: -1;
    height: 26%;
}
.pract-items h5 {
    text-transform: capitalize;
    margin: 10px 0 10px 0;
}
.pract-items:hover {
    background-color: #5f819a;
}
.pract-items:hover p,
.pract-items:hover h5 {
    color: #fff;
}
.pract-items a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
/* Practice Areas Page Style-2 */
.prac-area-item {
    max-width: 48%;
    margin: 0;
    position: relative;
}
.prac-area-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(54, 64, 109, 0.26);
    background: -moz-linear-gradient(top,
            rgba(54, 64, 109, 0.26) 48%,
            rgba(54, 64, 109, 0.27) 49%,
            rgba(54, 64, 109, 1) 100%);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(48%, rgba(54, 64, 109, 0.26)),
            color-stop(49%, rgba(54, 64, 109, 0.27)),
            color-stop(100%, rgba(54, 64, 109, 1)));
    background: -webkit-linear-gradient(top,
            rgba(54, 64, 109, 0.26) 48%,
            rgba(54, 64, 109, 0.27) 49%,
            rgba(54, 64, 109, 1) 100%);
    background: -o-linear-gradient(top,
            rgba(54, 64, 109, 0.26) 48%,
            rgba(54, 64, 109, 0.27) 49%,
            rgba(54, 64, 109, 1) 100%);
    background: -ms-linear-gradient(top,
            rgba(54, 64, 109, 0.26) 48%,
            rgba(54, 64, 109, 0.27) 49%,
            rgba(54, 64, 109, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(54, 64, 109, 0.26) 48%,
            rgba(54, 64, 109, 0.27) 49%,
            rgba(54, 64, 109, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36406d', endColorstr='#36406d', GradientType=0);
    left: 0;
    bottom: 0;
}
.prac-area-item h3 {
    font-size: 37px;
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 62px;
    margin: auto;
    z-index: 99;
}
.prac-area-item a {
    color: #fff;
}
/* Practice Areas Page Style-3 */
.prac-itm {
    margin: 0;
    max-width: 48%;
    width: 100%;
    position: relative;
    text-align: center;
}
.prac-itm img {
    width: 100%;
    display: block;
}
.prac-itm .prac-itm-cnt {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.prac-itm .prac-itm-cnt h5 {
    font-size: 29px;
    font-family: "Rift";
    font-weight: 700;
    color: #000;
    letter-spacing: 2.32px;
    padding: 26px 10px;
    background-color: #fff;
    line-height: 1;
    margin: 0;
}
.prac-itm:hover .prac-itm-cnt {
    height: max-content;
    z-index: 9;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prac-itm .prac-itm-cnt a {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 1;
    display: none;
    color: #000;
    text-transform: uppercase;
    background-color: #fff;
    padding: 11px 28px;
    margin: 0;
}
.prac-itm p {
    margin: 0;
}
.prac-itm:hover:after {
    background-color: #1665afb5;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: 1px solid #fff;
    outline-offset: -20px;
}
.prac-itm .prac-itm-cnt h5:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #1672b2;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}
.prac-itm:hover .prac-itm-cnt a {
    display: inline-block;
}
.prac-itm:hover .prac-itm-cnt h5 {
    background: transparent;
    color: #fff;
}
.prac-itm:hover .prac-itm-cnt h5:before {
    display: none;
}
.ftr-socil a {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    margin: 0 14px 0 0;
    background: #3584f0;
    transition: 1s;
}