: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: "Poppins", 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: "Poppins", serif;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: "Poppins", 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: 1400px;
    width: 100%;
    margin: 0 auto;
}
.screen-reader-text,
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw {
    float: left;
    width: 100%;
}
.wrapper {
    float: left;
    width: 100%;
}
.container {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}
/* Header Section Starts */
.head-sec {
    background-color: #8e5f2b;
    position: relative;
    z-index: 1;
    padding: 10px 48px 8px 80px;
}
.head-sec:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 495px;
    height: 140px;
    top: 0;
    left: 0;
    z-index: -1;
}
.head-sec .container {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    transition-duration: 0.8s;
}
.logo {
    margin-bottom: -4px;
}
.logo-rit .hel-line p {
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.logo-rit .hel-line {
    margin-right: 47px;
}
.logo-rit .cont-num p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.96px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.logo-rit .cont-num p a {
    font-size: 45px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 1;
    display: block;
    letter-spacing: 0;
}
.logo-rit .cont-num p a:hover {
    color: #ffedcc;
}
.logo-rit .cont-num p a:before {
    position: absolute;
    content: "";
    background: url(../images/sprites.webp);
    width: 46px;
    height: 51px;
    background-position: -12px -11px;
    left: 0;
    bottom: 7px;
}
.logo-rit .cont-num {
    padding: 0 0 0 70px;
    position: relative;
}
.logo-rit .hedr-btn a {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0;
    color: #825626;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffedcc;
    padding: 26px 33px;
    outline: 2px solid #8e5f2b;
    outline-offset: -4px;
}
.logo-rit .hedr-btn a:hover {
    background-color: #fff;
}
.top-rit {
    display: flex;
    align-items: center;
    gap: 70px;
}
.topmenu {
    float: left;
    width: auto;
}
.topmenu ul {
    position: relative;
    margin: 0;
}
.topmenu ul li {
    float: left;
    position: relative;
    margin: 0px;
}
.topmenu ul li a {
    position: relative;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 0 22px;
    font-family: "Poppins";
}
.topmenu ul.primary-menu>li.current-menu-item a,
.topmenu ul.primary-menu>li a:hover {
    color: #9b662a;
}
.topmenu ul li:first-child {
    margin-left: 0px;
}
.topmenu ul li:last-child {
    margin-right: 0px;
}
.topmenu ul>li>a {
    border-right: 1px solid #304561;
}
.topmenu ul li:last-child a {
    border: 0;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #2f4163;
    padding: 0px 0;
    z-index: 999;
}
.topmenu ul li:hover ul.sub-menu {
    display: block;
}
.topmenu ul li:hover ul.sub-menu ul {
    display: none;
}
.topmenu ul li:hover ul.sub-menu li {
    position: relative;
}
.topmenu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li a:after {
    display: none;
}
.topmenu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.topmenu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.topmenu .sub-menu li a:hover {
    background-color: #21355a;
    color: #fff;
}
.topmenu ul ul a:after {
    display: none;
}
/* Mobile Menu Starts */
.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
}
.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    color: #343235;
    padding-top: 2px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    color: #343235;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #021f46;
    position: absolute;
    top: 38px;
    left: 0;
}
.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #9b662a;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li a.drop.close,
.mobinav ul li a.drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 29px;
    background-color: transparent !important;
    background-image: url(../images/plus_icn.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 5px !important;
    cursor: pointer;
}
.mobinav ul li a.drop.open {
    width: 22px;
    background-image: url(../images/minus_icn.png);
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}
/* Mobile Menu Ends */
/* Homepage Default Button and Common Heading */
a.cmn-btn {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0;
    color: #825626;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffedcc;
    padding: 26px 33px;
    outline: 2px solid #8e5f2b;
    outline-offset: -4px;
}
a.cmn-btn:hover {
    background-color: #fff;
}
/* Homepage Banner Section Starts */
.banner-sec {
    padding: 50px 0;
    background: url(../images/banr-bg.webp)no-repeat;
    background-size: cover;
    position: relative;
}
.banner-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.04) 38%, rgba(0, 0, 0, 0.08) 41%, rgba(0, 0, 0, 0.17) 44%, rgba(0, 0, 0, 0.28) 48%, rgba(0, 0, 0, 0.62) 57%, rgba(0, 0, 0, 0.79) 63%, rgba(0, 0, 0, 0.87) 68%, rgba(0, 0, 0, 0.89) 69%, rgba(0, 0, 0, 0.94) 73%, rgba(0, 0, 0, 0.98) 78%, rgba(0, 0, 0, 1) 79%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.banner-sec .container {
    max-width: 1740px;
    padding: 0 40px 0 0
}
.banner-sec .bnr-lft {
    width: 68%;
    padding-top: 0px;
}
.banner-sec .hm-form-sec {
    width: 30%;
    border: 1px solid rgb(171 163 150 / 29%);
    background-color: rgb(142 95 43 / 29%);
    padding: 40px 34px 45px;
    position: relative;
    z-index: 9;
}
.bnt-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.banner-sec .hm-form-sec h3 {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 25px
}
.banner-sec .hm-form-sec h3 strong {
    font-weight: 600;
    font-size: 59px;
}
/* Banner Form */
.hmbann-form-blck {
    width: 32%;
    border: 1px solid rgb(171 163 150 / 29%);
    background-color: rgb(142 95 43 / 29%);
    padding: 40px 34px 45px;
    position: relative;
    z-index: 9;
}
.hmbann-form-blck h3 {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 25px;
}
.hmbann-form-blck h3 strong {
    font-weight: 600;
    font-size: 59px;
}
.bannerFormValidater {
    width: 100%;
}
.bannerFormValidater:empty {
    display: none;
    text-align: center;
}
.bannerFormValidater .success {
    color: #0f0;
}
.bannerFormValidater .error {
    color: #f00;
}
#footerForm input.error,
#footerForm textarea.error,
#bannerForm input.error,
#bannerForm textarea.error {
    border-bottom-color: #f00;
}
.hmbann-form-field.phone-number,
.hmbann-form-field.email,
.hmbann-form-field.message,
.hmbann-form-field.disclaimer,
.hmbann-form-field.checkbox {
    margin-right: 0;
}
.hmbann-form-field {
    width: calc((100% / 2) - 5px);
    /* margin: 0 5px 14px 0; */
    /* display: inline-block; */
}
.hmbann-form-field.email {
    width: 100%;
}
.hmbann-form-field input,
.hmbann-form-field textarea,
.hmbann-form-field select {
    margin: 0px;
    width: 100%;
    color: #000;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: white;
    border: none;
    font-size: 17px;
    padding: 17px 10px 17px 19px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s;
    font-weight: 500;
    letter-spacing: 0.34px;
    line-height: 1;
    border: 2px solid #fff;
}
.hmbann-form-field select {
    padding-top: 16px;
    padding-bottom: 16px;
}
.hmbann-form-field.message {
    width: 100%;
    /* margin-bottom: 6px; */
}
.hmbann-form-field.message textarea {
    height: 120px;
}
.hmbann-form-field.message textarea::placeholder {
    color: #000;
}
.hmbann-form-field.checkbox {
    width: 100%;
}
.hmbann-form-field.checkbox input {
    margin: 7px 5px 0 0;
    width: 15px;
    border-radius: 0;
}
.hmbann-form-field.checkbox label {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.hmbann-form-field.disclaimer {
    width: 100%;
    /* margin-bottom: 5px; */
}
.hmbann-form-field.disclaimer .form-links,
.hmbann-form-field.disclaimer .form-links a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.hmbann-form-fields .popup .popuptext {
    padding: 13px;
    margin: 0;
}
.hmbann-form-fields {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.hmbann-form-btn button {
    background-color: #8e5f2b;
    outline: none;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal;
    color: #ffffff;
    font-size: 20px;
    padding: 20px 15px;
    text-transform: uppercase;
    height: auto;
    margin: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.4px;
    display: inline-block;
    line-height: 1;
    width: 100%;
}
.hmbann-form-btn button:hover {
    background-color: #fff;
    color: #8e5f2b;
}
.bnr-cont {
    margin-top: -480px;
}
.banner-sec h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 5.6px;
    color: #ffedcc;
    margin: 0;
    text-transform: uppercase;
    padding-left: 120px;
    width: 88.4%;
    position: relative;
    float: left;
    z-index: 5;
}
.banner-sec h1:before {
    position: absolute;
    content: "";
    border: 3px solid #8e5f2b;
    border-top: none !important;
    border-right: none !important;
    width: 93.1%;
    height: 66%;
    bottom: 0px;
    right: 0;
    z-index: -1;
}
.banner-sec h1 span {
    font-family: 'Rubik', sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: 5.4px;
    color: #fff;
    margin: 0 0 0 -24px;
}
.banner-sec h1 strong {
    font-family: 'Rubik', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 7.2px;
    color: #fff;
    margin: 0;
    display: block;
}
/* Homepage Banner Section Ends */
/* Homepage Practice Area Section Starts */
.hmpractice-sec {
    padding: 80px 0 0;
    position: relative;
    z-index: 9;
    text-align: center;
    background: url(../images/prc-bg.webp);
    background-repeat: repeat;
}
.hmpractice-sec:before {
    position: absolute;
    content: "";
    background: url(../images/prc-layer.webp);
    width: 100%;
    height: 380px;
    top: 0;
    left: 0;
    z-index: -1;
}
.hmpractice-sec h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 6.4px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    -webkit-text-stroke: 1px #f9f9f9;
    color: black;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ececec;
    opacity: 18%;
    margin-bottom: -90px;
}
.hmpractice-sec h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2.8px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
}
.hmpractice-sec h3 span {
    font-weight: 300;
}
.prc-blocks {
    display: flex;
    justify-content: space-between;
    gap: 7px;
}
.prc-blocks .prc-itm {
    width: 100%;
    position: relative;
}
.prc-blocks .prc-itm:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+1,000000+1,000000+1,ffffff+1,ffffff+2,000000+2,ffffff+3,000000+3,000000+3,ffffff+3,ffffff+3,000000+4,ffffff+4,ffffff+8,000000+8,ffffff+8,ffffff+9,000000+9,ffffff+9,ffffff+10,000000+10,ffffff+10,ffffff+11,000000+11,ffffff+11,ffffff+14,000000+14,ffffff+14,ffffff+16,000000+16,ffffff+16,000000+16,ffffff+17,ffffff+18,000000+18,ffffff+18,000000+18,000000+18,ffffff+19,ffffff+21,000000+21,ffffff+21,ffffff+22,000000+22,ffffff+22,000000+22,000000+23,ffffff+23,000000+23,ffffff+24,ffffff+24,000000+24,000000+24,ffffff+25,ffffff+25,000000+25,000000+28,ffffff+28,000000+28,000000+100&0+0,0+28,0.05+42,0.11+48,0.13+48,0.12+48,0.18+52,0.17+52,0.23+54,0.3+59,0.41+63,0.4+64,0.43+64,0.5+68,0.54+69,0.57+72,0.61+73,0.61+74,0.65+75,0.67+78,0.72+79,0.7+80,0.72+80,0.73+82,0.76+84,0.75+84,0.8+86,0.78+87,0.8+87,0.79+88,0.84+93,0.87+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(0, 0, 0, 0) 2%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0) 14%, rgba(0, 0, 0, 0) 16%, rgba(255, 255, 255, 0) 17%, rgba(0, 0, 0, 0) 18%, rgba(255, 255, 255, 0) 19%, rgba(255, 255, 255, 0) 21%, rgba(0, 0, 0, 0) 22%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.05) 42%, rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.17) 52%, rgba(0, 0, 0, 0.23) 54%, rgba(0, 0, 0, 0.3) 59%, rgba(0, 0, 0, 0.41) 63%, rgba(0, 0, 0, 0.43) 64%, rgba(0, 0, 0, 0.5) 68%, rgba(0, 0, 0, 0.54) 69%, rgba(0, 0, 0, 0.57) 72%, rgba(0, 0, 0, 0.61) 73%, rgba(0, 0, 0, 0.61) 74%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.67) 78%, rgba(0, 0, 0, 0.72) 79%, rgba(0, 0, 0, 0.72) 80%, rgba(0, 0, 0, 0.73) 82%, rgba(0, 0, 0, 0.75) 84%, rgba(0, 0, 0, 0.8) 86%, rgba(0, 0, 0, 0.8) 87%, rgba(0, 0, 0, 0.79) 88%, rgba(0, 0, 0, 0.84) 93%, rgba(0, 0, 0, 0.87) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.prc-blocks .prc-itm img {
    display: block;
    width: 100%;
}
.prc-blocks .prc-itm h4 {
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 12px;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    transition: 0.5s;
}
.prc-blocks .prc-itm h4:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    bottom: -2px;
    left: 0;
    background-color: #8e5f2b;
}
.prc-blocks .prc-cont {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 30px);
    margin: auto;
    left: 0;
    right: 0;
}
.prc-blocks .prc-itm:hover h4 {
    text-align: center;
    color: #8e5f2b;
}
.prc-blocks .prc-itm:hover h4:before {
    right: 0;
    margin: auto;
}
.hmpractice-sec .pract-lists {
    gap: 15px;
    text-align: left;
}
.hmpractice-sec .pract-items,
.hmpractice-sec .prac-area-item,
.hmpractice-sec .prac-itm {
    width: 24%;
}
.hmpractice-sec .pract-items h5 {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}
.hmpractice-sec .pract-items p {
    font-size: 16px;
    line-height: 1.5;
}
.hmpractice-sec .pract-items:hover h5,
.hmpractice-sec .pract-items:hover p {
    color: #fff;
}
.hmpractice-sec .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;
}
.hmpractice-sec .prac-itm .prac-itm-cnt p {
    margin: 0;
}
.prc-blocks .prc-itm .hov a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
}
/*Attorney Section*/
.atry-sec {
    background: url(../images/prc-bg.webp);
    background-repeat: repeat;
    padding: 100px 0 0;
}
.atry-sec .container {
    max-width: 1800px;
}
.atry-sec h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 180px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 7.2px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e3d3c0;
    text-align: center;
    margin-bottom: -80px
}
.atry-sec h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    display: table;
    margin: auto;
    padding: 3px 0 5px 22px;
    z-index: 9;
}
.atry-sec h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(255, 237, 204, 0.65) 0%, rgba(255, 237, 204, 0.51) 25%, rgba(255, 237, 204, 0.21) 70%, rgba(255, 237, 204, 0.06) 100%);
}
.atry-sec h4 span {
    color: #8e5f2b;
}
.atry-sec .dwn-cont .lft-blk {
    width: 26.8%;
    position: relative;
    z-index: 9;
}
.atry-sec .dwn-cont .lft-blk:before {
    position: absolute;
    content: "";
    border: 5px solid #8e5f2b;
    border-bottom: none !important;
    border-right: none !important;
    width: 83%;
    top: -27px;
    height: 38%;
    left: 66px;
    margin: auto;
    z-index: 0;
    z-index: -1;
    pointer-events: none;
}
.atry-sec .dwn-cont .rgt-blk:before {
    position: absolute;
    content: "";
    border: 5px solid #8e5f2b;
    border-bottom: none !important;
    border-left: none !important;
    width: 81%;
    top: -27px;
    height: 40%;
    right: 66px;
    margin: auto;
    z-index: 0;
    z-index: -1;
    pointer-events: none;
}
.atry-sec .dwn-cont .rgt-blk {
    width: 27%;
    position: relative;
    padding-top: 56px;
    z-index: 9;
}
.mid-blk {
    width: 79%;
    margin: 0 -130px;
}
.atry-sec .dwn-cont img {
    display: block;
    width: 100%;
}
.atry-sec .dwn-cont {
    display: flex;
    align-items: center;
}
.atry-sec .mid-blk h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 70px;
    font-weight: 600;
    line-height: 1.114;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-bottom: 13px;
}
.atry-sec .mid-blk h3 strong {
    font-weight: 600;
    color: #8e5f2b;
}
.atry-sec .mid-blk h3 span {
    font-weight: 300;
}
.atry-sec .mid-blk h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.atry-sec .mid-blk h6:before {
    position: absolute;
    content: "";
    background-color: #8e5f2b;
    width: 185px;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.atry-sec .mid-blk p {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0;
    margin: 0 0 0;
    position: relative;
    text-align: center;
    margin-bottom: 35px
}
.atry-sec .mid-blk p:last-child {
    margin-bottom: 0;
}
.atry-sec .mid-blk .atry-btn {
    text-align: center;
    position: relative;
    z-index: 9;
}
.atry-sec .mid-blk .atry-btn a.cmn-btn {
    color: #ffffff;
    background-color: #825626;
}
.atry-sec .mid-blk .atry-btn a:hover {
    background-color: #ffffff;
    color: #825626;
}
.atry-sec .dwn-cont .rgt-blk h6,
.atry-sec .dwn-cont .lft-blk h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.84px;
    margin: 0;
    color: #8e5f2b;
    writing-mode: tb;
    transform: rotate(180deg);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 35px;
}
.atry-sec .dwn-cont .rgt-blk h6 {
    left: auto;
    right: 35px;
}
.atry-sec .container {
    position: relative;
}
.atry-sec .container:before {
    position: absolute;
    content: "";
    width: 76%;
    height: 83%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 237, 204, 0.71) 0%, rgba(255, 237, 204, 0.57) 27%, rgba(255, 237, 204, 0.27) 72%, rgba(255, 237, 204, 0.12) 100%);
    right: 0;
    margin: auto;
}
/* Homepage Testimonials Section Starts */
.hm-testimonials {
    position: relative;
    padding: 100px 0;
    background: url(../images/testibg.webp);
    background-repeat: repeat;
}
.hm-testimonials:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/tesi-img.webp);
    right: 0;
    top: 0;
    opacity: 75%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    pointer-events: none;
    background-position: right;
}
.hm-testimonials .container {
    padding-left: 125px;
    position: relative;
}
.hm-testimonials .top-blk h2 {
    font-size: 92px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4.6px;
    -webkit-text-stroke: 1px #f9f9f9;
    color: black;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #987246;
    text-transform: uppercase;
    margin-left: -35px;
    margin-bottom: 0;
}
.hm-testimonials .top-blk h3 {
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 11.4px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.hm-testimonials .top-blk {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    writing-mode: tb;
    transform: rotate(180deg);
}
.hm-testimonials h2 {
    font-size: 70px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.hm-testimonials h2 span {
    font-weight: 300;
}
.hm-testimonials .test-btn a {
    outline: none;
    font-size: 19px;
    color: #000;
}
.testi-blck.owl-carousel {
    width: 75%;
    padding-bottom: 30px;
}
.hm-testimonials .hm-testi-item {
    padding: 0 0 0 28px;
    position: relative;
}
.hm-testimonials .hm-testi-item:before {
    position: absolute;
    content: "";
    border: 1px solid #ffedcc;
    width: 30px;
    height: 100%;
    left: 0;
    bottom: 12px;
    border-right: none !important;
    border-top: none !important;
}
.hm-testimonials .hm-testi-item:after {
    position: absolute;
    content: "";
    background-color: #ffedcc;
    width: 3px;
    height: 60%;
    top: 0;
    left: -1px;
}
.hm-testimonials .hm-testi-item p {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 1.96;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    text-align: left;
    margin-bottom: 32px;
}
.hm-testimonials .hm-testi-item h5 {
    color: #ffedcc;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
}
.hm-testimonials .hm-testi-item .star-rat {
    width: 180px;
    height: 24px;
    background: url(../images/sprites.webp);
    background-position: -72px -5px;
    margin-bottom: 20px
}
.hm-testimonials .testi-blck .owl-nav {
    display: block !important;
    position: absolute;
    bottom: -69px;
    right: 0;
}
.hm-testimonials .testi-blck .owl-stage-outer {
    padding-left: 3px;
}
.hm-testimonials .testi-blck .owl-nav .owl-prev {
    width: 72px;
    height: 66px;
    background: url(../images/sprites.webp);
    background-position: -75px -41px;
    font-size: 0;
    transition: 0.5s
}
.hm-testimonials .testi-blck .owl-nav .owl-next {
    width: 72px;
    height: 66px;
    background: url(../images/sprites.webp);
    background-position: -153px -41px;
    font-size: 0;
    margin-left: 12px;
    transition: 0.5s
}
.hm-testimonials .testi-blck .owl-nav .owl-prev:hover {
    background-position: -75px -110px
}
.hm-testimonials .testi-blck .owl-nav .owl-next:hover {
    background-position: -153px -110px
}
/* Homepage Testimonials Section Ends */
/*Case Results Section*/
.caseresults-sec {
    background-color: #fff9ee;
    padding: 105px 0 110px;
}
.caseresults-sec .case-results-main h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 180px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    text-align: center;
    -webkit-text-stroke: 2px rgb(182 150 112 / 25%);
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.caseresults-sec .case-results-main h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 70px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    text-align: center;
    margin: -80px 0 40px;
}
.caseresults-sec .case-results-main h4 strong {
    font-weight: 600;
}
.caseresults-sec .case-results-flex {
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
    margin: 0 0 50px;
}
.caseresults-sec .case-itm {
    position: relative;
    padding: 53px 27px 25px;
    text-align: center;
    width: 24%;
    z-index: 1;
    box-sizing: border-box;
    transition: 0.3s;
}
.caseresults-sec .case-itm:hover,
.caseresults-sec .case-itm h4:hover {
    background-color: #ffedcc;
    color: #8e5f2b;
}
.caseresults-sec .case-itm:hover p {
    color: #000;
}
.caseresults-sec .case-itm::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 237, 204, 0.07) 0%, rgba(255, 237, 204, 0.21) 27%, rgba(255, 237, 204, 0.57) 81%, rgba(255, 237, 204, 0.66) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.caseresults-sec .case-itm h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 24px;
}
.caseresults-sec .case-itm h5::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #8e5f2b;
    width: 131px;
    height: 4px;
}
.caseresults-sec .case-itm p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #4c4c4c;
    margin: 0px;
}
.caseresults-sec .case-results-btn {
    text-align: center;
}
.caseresults-sec .case-results-btn a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.38px;
    text-transform: uppercase;
    background-color: #8e5f2b;
    color: #fff;
    padding: 25px 52px;
}
.caseresults-sec .case-results-btn a:hover {
    background-color: transparent;
    color: #8e5f2b;
    outline: 2px solid #8e5f2b;
    outline-offset: -1px;
    transition: 1s;
}
.caseresults-sec .case-itm {
    width: 100%;
    min-height: 375px;
}
.caseresults-sec .case-results-flex.owl-carousel .owl-nav {
    display: block;
}
.caseresults-sec .case-results-flex.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    content: "";
    bottom: -118px;
    left: 32%;
    background: url(../images/sprites.webp);
    background-position: -75px -41px;
    font-size: 0;
    transition: 0.5s;
    width: 72px;
    height: 66px;
}
.caseresults-sec .case-results-flex.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    content: "";
    bottom: -117px;
    right: 32%;
    width: 72px;
    height: 66px;
    background: url(../images/sprites.webp);
    background-position: -153px -41px;
    font-size: 0;
    margin-left: 12px;
    transition: 0.5s;
}
/*Awards Section*/
.award-sec {
    background-color: #fff9ee;
    padding: 0 0 150px;
}
.award-sec .container {
    max-width: 1620px;
    padding: 0 57px;
}
.award-sec .awrad-flex {
    display: flex;
    /* gap: 37px; */
    align-items: center;
    margin: 0 0 50px;
}
.award-sec .awrad-itm {
    width: 18%;
}
.award-sec .awrad-itm img {
    display: block;
    width: 100%;
}
.award-sec .awrad-main h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: center;
    margin: 0px;
}
.award-sec .awrad-main h5 span {
    color: #8e5f2b;
}
.award-sec .awrad-itm {
    width: 100%;
}
.award-sec .owl-carousel .owl-item img {
    width: auto;
}
.award-sec .awrad-flex.owl-carousel .owl-item.active.center {
    border: 1px solid #d3bda2;
}
.award-sec .awrad-flex.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}
.award-sec .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -57px;
    background-image: url(../images/sprites.webp);
    width: 18px;
    height: 21px;
    font-size: 0px;
    background-position: -9px -82px;
    margin: auto;
}
.award-sec .owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -57px;
    background-image: url(../images/sprites.webp);
    width: 18px;
    height: 21px;
    font-size: 0px;
    background-position: -33px -82px;
    margin: auto;
}
/* Homepage Form Section Ends */
/* Footer Section Starts */
.site-footer {
    padding: 0;
    background: url(../images/footer-bg.webp);
    background-size: cover;
}
.site-footer h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 180px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    text-align: center;
    -webkit-text-stroke: 2px rgb(182 150 112 / 25%);
    -webkit-text-fill-color: transparent;
    margin: -155px 0 90px;
}
.site-footer .rgt-blk {
    width: 31.4%;
    background-color: #ffedcc;
    padding: 15px 15px;
}
.site-footer .ftr-logo {
    background-color: #8e5f2b;
    text-align: center;
    padding: 10px 0 15px;
    margin-bottom: 33px;
}
.site-footer .rgt-blk h4 {
    font-size: 30px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #000;
    position: relative;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.site-footer .rgt-blk h4:before {
    position: absolute;
    content: "";
    background-color: #8e5f2b;
    width: 45%;
    height: 3px;
    bottom: 0;
    left: 0;
}
.site-footer .rgt-blk p {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 0.42px;
    position: relative;
}
.site-footer .rgt-blk .dwn-cont.one {
    margin-bottom: 30px;
}
.site-footer .rgt-blk .dwn-cont.one p {
    padding-left: 45px;
}
.site-footer .rgt-blk .dwn-cont.one p a:hover {
    color: #8e5f2b;
}
.site-footer .rgt-blk .dwn-cont.one p:before {
    position: absolute;
    content: "";
    background: url(../images/sprites.webp);
    width: 22px;
    height: 31px;
    background-position: -266px -5px;
    left: 0;
    top: 7px;
}
.site-footer .rgt-blk .dwn-cont {
    padding-left: 33px;
}
.site-footer .rgt-blk .frt-btn a {
    display: block;
    background: #8e5f2b;
    color: #fff;
}
.site-footer .rgt-blk .frt-btn a:hover {
    background-color: #fff;
    color: #8e5f2b;
}
.site-footer .rgt-blk .frt-btn {
    margin-top: 50px;
}
.site-footer .container {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}
.copyrights .container {
    display: block !important;
    margin-bottom: 0 !important;
}
/* site-footer form */
.site-footer .ftr-form {
    width: 47%;
}
.site-footer .ftr-form .form-fields {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
}
.site-footer .ftr-form .form-fields .form-btn {
    margin-left: auto;
}
.site-footer .hm-form-sec {
    padding: 45px 55px 55px;
    background: #8e5f2b;
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.site-footer .hm-form-sec h3 {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 25px;
}
.site-footer .hm-form-sec .form-field {
    width: 100%;
}
.site-footer .hm-form-sec .form-field.nm,
.site-footer .hm-form-sec .form-field.phn {
    width: calc((100% / 2) - 7px);
    /* float: left; */
    clear: none;
}
/* .site-footer .hm-form-sec .form-field {
    margin-bottom: 14px;
}
.site-footer .hm-form-sec .form-field.nm {
    margin-right: 14px;
} */
.site-footer .hm-form-sec .form-field input,
.site-footer .hm-form-sec .form-field select,
.site-footer .hm-form-sec .form-field textarea {
    margin: 0px;
    width: 100%;
    color: #000;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: white;
    border: none;
    font-size: 17px;
    padding: 17px 10px 17px 19px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s;
    font-weight: 5;
    letter-spacing: 0.34px;
    line-height: 1;
    font-weight: 500;
    border: 2px solid #fff;
}
.site-footer .hm-form-sec .form-field textarea {
    width: 100%;
    float: left;
    height: 120px;
    /* margin: 0px 0px 21px; */
    padding: 12px;
}
.site-footer .hm-form-sec .form-field.popfield {
    width: max-content;
    width: 100%;
    margin-bottom: 0;
}
.site-footer .hm-form-sec .form-links {
    color: #fff;
    width: 100%;
    display: inline-block;
}
.site-footer .hm-form-sec .form-field.chk {
    width: max-content;
    /* float: right; */
    clear: none;
    /* margin: -38px 0 14px; */
}
.site-footer .hm-form-sec .form-field.chk input[type="checkbox"] {
    margin: 7px 5px 0 0;
    width: 20px;
    margin: 0;
}
.site-footer .hm-form-sec .form-links a,
.site-footer .hm-form-sec .form-field.chk label {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.hm-form-sec input::placeholder {
    color: #000;
}
.hm-form-sec textarea::placeholder {
    color: #000;
}
div#popup-container {
    position: absolute;
}
.site-footer .hm-form-sec .popup .show {
    position: absolute;
    width: 440px;
    top: -10px;
}
.site-footer .hm-form-sec .popup .popuptext {
    padding: 13px;
    margin: 0;
    position: absolute;
    width: 595px;
}
.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;
}
input[type="checkbox"]#disclaimer_check:checked ~ #popup-container .popuptext {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
}
.gform_button.disabled {
    pointer-events: none;
}
.site-footer .hm-form-sec button {
    background-color: #ffedcc;
    outline: none;
    border: 0px none;
    border-radius: 0;
    cursor: pointer;
    transition-duration: 0.5s;
    font-style: normal;
    color: #000;
    font-size: 20px;
    padding: 20px 15px;
    text-transform: uppercase;
    height: auto;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.4px;
    display: inline-block;
    width: 100%;
}
.site-footer .hm-form-sec button:hover {
    background-color: #fff !important;
    color: #8e5f2b !important;
}
/* Homepage Form Section Starts */
.site-footer .icons-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
.site-footer .si-icons a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(../images/sprites.webp);
    background-position: -230px -52px;
    font-size: 0;
}
.site-footer .si-icons a.linkd {
    background-position: -278px -52px
}
.site-footer .si-icons a.tw {
    background-position: -326px -52px
}
.site-footer .si-icons a.insta {
    background-position: -230px -150px
}
.site-footer .si-icons a.yt {
    background-position: -278px -150px
}
.site-footer .si-icons a:hover {
    background-position: -230px -101px;
}
.site-footer .si-icons a.linkd:hover {
    background-position: -278px -101px
}
.site-footer .si-icons a.tw:hover {
    background-position: -326px -101px
}
.site-footer .si-icons a.insta:hover {
    background-position: -230px -199px
}
.site-footer .si-icons a.yt:hover {
    background-position: -278px -199px
}
.site-footer .si-icons {
    position: relative;
}
.site-footer .si-icons:before {
    position: absolute;
    content: "";
    background: url(../images/icon-bfr.webp)no-repeat;
    width: 41.6%;
    height: 32px;
    left: 0;
    top: 6px;
    background-position: right;
}
.site-footer .si-icons:after {
    position: absolute;
    content: "";
    background: url(../images/icon-bfr.webp)no-repeat;
    width: 41.6%;
    height: 32px;
    right: 0;
    top: 6px;
    transform: scaleX(-1);
    background-position: right;
}
/* Copyrights */
.copyrights {
    background: #8e5f2b;
    padding: 30px 0;
    text-align: center;
}
.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.9;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
}
.copyrights .cpy-inr,
.copyrights .ftrlink {
    display: inline-block;
    color: #fff;
}
.copyrights a:hover {
    color: #000;
}
/* Homepage Ends */