@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/raleway-v37-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/raleway-v37-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/raleway-v37-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/raleway-v37-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/raleway-v37-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/raleway-v37-latin-900.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v20-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v20-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/oxygen-v16-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/lato-v25-latin-regular.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Poppins", sans-serif;
    --bodyFont: "Poppins", sans-serif;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}
body {
    margin: 0;
    padding: 0;
    text-wrap: pretty;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
body.layout-full {
    background-color: #fff;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}
.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}
@media screen and (min-width: 1025px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }
    .alignright {
        float: right;
        margin-left: 20px;
    }
    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}
@media screen and (max-width:1024px) {
    .alignright,
    .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }
}
iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
a:focus {
    outline: 0 !important;
}
.widget {
    margin: 0;
}
.post,
.page {
    margin: 0 !important;
}
html {
    margin-top: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    text-wrap: pretty;
}
p:empty {
    display: none;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
.w100p,
.wrapper {
    width: 100%;
}
.container {
    max-width: 1620px;
    width: 100%;
    margin: auto;
}
/* Header Section Starts */
.header-sec {
    background-color: #fff;
    padding: 20px 0 0 !important;
    width: 100% !important;
}
.header-sec .container {
    max-width: 100%;
}
.logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}
#wrapper #header {
    display: block !important;
}
.header-sec .logo {
    width: 22%;
    padding: 0 !important;
}
.header-sec .logo img {
    width: 100%;
    display: block;
    min-width: auto !important;
}
.header-sec .top-rgt {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}
.header-sec .consult-txt {
    font-family: 'Raleway';
    font-weight: 700;
    color: #3D68C9;
    line-height: 1;
    text-transform: uppercase;
    font-size: 24px;
}
.hdr-btn a {
    font-size: 20px;
    font-family: 'inter' !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    padding: 12px 27px;
    display: inline-block;
    color: #fff !important;
    background-color: #AD271A;
    transition: 0.5s;
}
.hdr-btn a:hover {
    background-color: #3D68C9;
}
.top-menu ul {
    margin: 0 !important;
}
.top-menu-main ul li {
    display: inline-block;
    margin: 0 17px;
    position: relative;
    line-height: 1;
}
.top-menu-main ul li:last-child {
    margin-right: 0;
}
.top-menu-main ul li:first-child {
    margin-left: 0;
}
.top-menu-main ul li.menu-item-has-children>a {
    padding-right: 18px !important;
    position: relative;
}
.top-menu-main ul#nav>li.menu-item-has-children>a::before {
    position: absolute;
    content: "";
    background-image: url(./images/hdr-drop-down-arr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 5px;
    width: 10px;
    height: 5px;
}
.top-menu-main ul li a {
    font-size: 15px;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 1;
    color: #232323;
    transition: 0.3s;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 0 30px !important;
}

.top-menu-main ul li.current-menu-item>a,
.top-menu-main ul li:hover>a {
    color: #3D68C9;
}
.top-menu 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;
}
.top-menu ul li:hover ul.sub-menu {
    display: block;
}
.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}
.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
.top-menu .sub-menu li a:after {
    display: none;
}
.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff !important;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #21355a;
    color: #fff !important;
}

#header a.m-toggle{
    position: relative;
}

#header a.m-toggle i.fa-bars::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 7px;
    margin: auto;
    width: 25px;
    height: 3px;
    background: white;
}

#header a.m-toggle i.fa-bars::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 7px;
    margin: auto;
    width: 19px;
    height: 3px;
    background: white;
    box-shadow: 0 7px 0 white;
}


/* Mobile Menu Starts */
@media screen and (min-width: 1025px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
}
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #021f46;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Raleway';
}
.mobinav a {
    width: 100%;
    padding: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: 'Raleway';
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #3d68c9;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
    cursor: pointer;
}
.mobinav ul li .drop.open {
    width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}
.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}
.mobile-menu-button-container {
    display: block;
}

@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}



div#top-bar.scrolled a span.top-button {background: #3D68C9 !important;}




/* Mobile Menu Ends */
/* Common Styling */
a.cmn-btn {
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Raleway';
    font-weight: 700;
    color: #fff !important;
    line-height: 1;
    text-transform: uppercase;
    background-color: #AD271A;
    transition: 0.5s;
    padding: 20px 32px;
    text-align: center;
}
a.cmn-btn:hover {
    background-color: #232323;
    transition: 0.5s;
}
.text-heading {
    font-family: 'Raleway';
    font-weight: 700;
    color: #3D68C9;
    line-height: 1;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
    font-size: 48px;
}
/* Banner Section */
.hm-bnr-sec {
    padding: 140px 0 0 !important;
    position: relative;
}
.hm-bnr-sec .banner-blk {
    padding: 170px 0 210px;
    background-image: url(./images/hm-bnr-img.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.bnr-cnt-blk {
    width: 83%;
    margin: auto;
    text-align: center;
}
.bnr-cnt-blk h1.bnr-sub-hdg {
    font-family: 'Raleway' !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.1px !important;
    font-size: 22px !important;
    margin-bottom: 25px !important;
    ;
}
.bnr-cnt-blk .bnr-hdg {
    font-family: 'Raleway';
    font-weight: 500;
    color: #fff;
    line-height: 1.23;
    letter-spacing: -1.88px;
    font-size: 94px;
    margin-bottom: 30px;
    text-transform: none;
}
.bnr-cnt-blk .bnr-hdg strong {
    font-weight: 800;
}
.bnr-bottom-txt {
    font-size: 7vw;
    line-height: 1;
    letter-spacing: 5.2px;
    font-family: 'Raleway';
    font-weight: 900;
    text-align: center;
    color: rgba(255, 255, 255, 0.22);
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
}
/* Awards Section */
.hm-awards-sec {
    padding: 200px 0 100px;
}
.hm-awards-sec .text-heading {
    text-align: center;
    margin-bottom: 65px;
}
.awards-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.awards-itm img {
    width: 100%;
    display: block;
}
.awards-lst.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.awards-lst.owl-carousel.owl-drag .owl-item{
    padding-left: 5px;
}

/* Your Case Section */
.hm-your-case-sec .container {
    max-width: 1780px;
    margin: 0 auto 0 0;
    padding: 0;
}
.your-case-lft {
    width: 55%;
    position: relative;
}
.your-case-lft::before {
    position: absolute;
    content: "";
    background-image: url(./images/your-case-lft-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 94.4%;
    height: 76.8%;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.your-case-lft img {
    width: 100%;
    display: block;
}
.your-case-rgt {
    width: 40%;
    padding-top: 110px;
}
.your-case-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.your-case-hdg {
    font-family: 'Raleway';
    font-weight: 700;
    color: #3D68C9;
    line-height: 1.3;
    letter-spacing: -0.64px;
    font-size: 32px;
    margin-bottom: 50px;
}
.your-case-rgt p {
    font-family: 'Raleway';
    font-weight: 400;
    color: #232323;
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 20px !important;
}
.your-case-rgt .your-case-btn {
    margin-top: 50px;
}
.your-case-lft.mobile {
    display: none;
}
/* Handle Section */
.hm-handle-sec {
    padding: 160px 0px;
    background-image: url(./images/handle-bg-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hm-handle-sec .text-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}
.hm-handle-sec .hmpract-headings {
    text-align: center;
    margin-bottom: 70px;
}
.hm-handle-sec .hmpract-headings p {
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin: 0px;
}
.handle-blk {
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
}
.handle-item:nth-of-type(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.handle-item {
    width: 33.4%;
    padding: 75px 20px;
    text-align: center;
    position: relative;
}
.handle-item:hover {
    background-color: #3d68c9;
    transition: 0.5s;
}
.handle-image {
    width: 24%;
    margin: 0 auto 70px;
}
.handle-image img {
    display: block;
    width: 100%;
}
h3.handle-title {
    font-family: 'Raleway' !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.3 !important;
    letter-spacing: -0.96px !important;
    margin: 0px 0px 70px !important;
	 text-transform: capitalize !important;
}
.handle-item .learn-more-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 70px;
}
.handle-item .learn-more-btn a {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding-right: 50px;
    background-image: url(./images/handle-sec-learn-more-arr.webp);
    background-position: right 7px center;
    background-repeat: no-repeat;
    background-size: 29px;
}
.handle-item .learn-more-btn a:hover {
    color: #232323;
    background-image: url(./images/handle-sec-learn-more-hvr-arr.webp);
}
.handle-item:hover .learn-more-btn a{
	background-position: right 0px center;
}


.hover a{position:absolute;top: 0;left: 0;right:0;bottom: 0;margin: auto;font-size: 0;}


/* Testimonials Section */
.hm-testimonials {
    background-image: url(./images/testimonials-bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 85%;
    padding: 170px 0 0;
}
.hm-testimonials .text-heading {
    color: #fff;
    margin-bottom: 100px;
}
.testi-blk.owl-carousel .owl-stage-outer {
    padding: 0px 0 30px;
}
.testi-blk.owl-carousel .owl-stage {
    display: flex;
}
.testi-blk.owl-carousel .owl-item {
    padding: 0 15px;
}
.hm-testi-item {
    background-color: #fff;
    position: relative;
    width: 100%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    padding: 65px 60px 150px 85px;
    height: 100%;
    position: relative;
}
.hm-testi-item::before {
    position: absolute;
    content: "";
    background-image: url(./images/testi-quotes-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 24px;
    left: 5%;
    top: 9%;
}
.hm-testi-item p {
    font-family: 'Raleway';
    font-weight: 400;
    color: #232323;
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 20px !important;
}
.hm-testi-item .testi-star-author {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 10px;
}
.hm-testi-item .star-rat {
    width: 28%;
    margin: 0 auto 15px;
}
.hm-testi-item .star-rat img {
    width: auto !important;
    display: block;
	margin: auto;
}
.hm-testi-item .author {
    font-family: 'Raleway';
    font-weight: 700;
    color: #232323;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
}
.testi-blk.owl-carousel .owl-nav {
    display: flex;
    gap: 20px;
    width: max-content;
    margin: 0 0 0 auto;
    position: absolute;
    top: -140px;
    right: 0;
}
.testi-blk.owl-carousel .owl-nav button.owl-prev,
.testi-blk.owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    background: url(./images/testi-arr.webp);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}
.testi-blk.owl-carousel .owl-nav button:hover {
    background-image: url(./images/testi-hvr-arr.webp);
    background-color: #3D68C9;
}
.testi-blk.owl-carousel .owl-nav button.owl-next {
    rotate: 180deg;
}
/* Blog Section */
.hm-blog-sec {
    padding: 100px 0 200px;
}
.hm-blog-sec .text-heading {
    margin-bottom: 100px;
}
.hmblog-blk {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.hm-blog-lft {
    width: 49%;
    position: relative;
}
.hm-blog-lft .hmblg-item,
.hm-blog-lft .hmblg-item .hmblg-item-img,
.hmblg-item .hmblg-post-img {
    height: 100%;
}
.hm-blog-lft .hmblg-item::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(61, 104, 201, 1) 0%, rgba(61, 104, 201, 0) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.hmblg-item .hmblg-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hmblg-item {
    position: relative;
}
.hm-blog-lft .hmblg-item .hmblgcnt {
    position: absolute;
    bottom: 70px;
    padding: 0 40px;
}
.hmblg-item h3.hmblogpost-title {
    font-family: 'Raleway' !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.3 !important;
    letter-spacing: -0.64px !important;
    margin-bottom: 8px !important;
	text-transform: capitalize !important;
}
.hm-blog-lft .hmblg-item h3.hmblogpost-title a {
    color: #fff !important;
}
.hm-blog-lft .hmblg-item h3.hmblogpost-title a:hover, .hm-blog-rit .hmblg-item h3.hmblogpost-title a:hover{
    color: #ad271a !important;
}

.hmblg-item .hmblgcnt p {
    font-family: 'Raleway';
    font-size: 20px !important;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
          display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.hmblg-item .hmpost_btn a {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding-right: 50px;
    background-image: url(./images/handle-sec-learn-more-arr.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 29px;
}
.hmblg-item .hmpost_btn a:hover {
    color: #232323;
    background-image: url(./images/handle-sec-learn-more-hvr-arr.webp);
}
.hm-blog-rit {
    width: 49%;
}
.hm-blog-rit .hmblg-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.hm-blog-rit .hmblg-item:last-child {
    margin: 0px;
}
.hm-blog-rit .hmblg-item-img {
    width: 25.28%;
    position: relative;
}
.hm-blog-rit .hmblg-item-img::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #3D68C9;
    opacity: 0.5;
    pointer-events: none;
}
.hm-blog-rit .hmblgcnt {
    width: 71.57%;
}
.hm-blog-rit .hmblg-item h3.hmblogpost-title {
    font-size: 24px !important;
    color: #3D68C9 !important;
    letter-spacing: -0.48px !important;
      display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
	   text-transform: capitalize !important;
}
.hm-blog-rit .hmblg-item h3.hmblogpost-title a{
    color: #3D68C9 !important;
}
.hm-blog-rit .hmblg-item .hmblgcnt p {
    color: #232323;
    margin-bottom: 25px;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.hm-blog-rit .hmblg-item .hmpost_btn a {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    color: #3D68C9;
    line-height: 1;
    text-transform: uppercase;
    padding-right: 30px;
    background-image: url(./images/blog-sub-blks-arr.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 19px;
}
.hm-blog-rit .hmblg-item .hmpost_btn a:hover {
    color: #AD271A;
    background-image: url(./images/blog-sub-blks-hvr-arr.webp);
}
/* HomePage Form Section Starts */
.ftr-contact-rgt {
    width: 40.5%;
    padding: 75px 50px;
    background-color: #fff;
    margin: -150px 0 0px;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.25);
}
.ftr-contact-rgt .form-headings {
    text-align: center;
    margin-bottom: 40px;
}
.ftr-form-sub-hdg {
    font-family: 'Raleway';
    font-weight: 500;
    color: #3D68C9;
    line-height: 1;
    font-size: 24px;
    margin-bottom: 15px;
}
.ftr-contact-rgt p {
    font-family: 'Raleway';
    font-weight: 700;
    color: #AD271A;
    line-height: 1;
    font-size: 16px;
    margin: 0px;
}
p.gform_required_legend {
    display: none;
}
.ftr-form .gfield input.large,
.gfield textarea {
    font-family: 'Raleway' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #898989 !important;
    letter-spacing: 0.17px !important;
    line-height: 1 !important;
    padding: 16px 25px !important;
    border: 1px solid #E7E7E7;
    outline: 0;
    height: auto;
    border-radius: 0 !important;
    background-color: #fff !important;
}
.ftr-form .gform_title {
    display: none;
}
.ftr-form .gform_wrapper.gravity-theme .gform_fields {
    grid-gap: 28px;
}
.ftr-form .gfield textarea {
    height: 175px !important;
    resize: none;
    min-height: auto !important;
    margin-bottom: 0 !important;
}
.ftr-form .gfield input::placeholder,
.gfield textarea::placeholder {
    color: #000;
}
.ftr-form .gform_wrapper .gfield_error [aria-invalid=true] {
    border-color: #E7E7E7 !important;
}
.ftr-form .form-links a,
.gfield-choice-input+label {
    font-family: 'Raleway' !important;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #fff !important;
}
.ftr-form .form-links {
    color: #fff;
}
.ftr-form .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.ftr-form .form-links a:hover {
    color: #8ca3b7 !important;
}
.ftr-form .gform_wrapper .top_label input[type="checkbox"] {
    margin: -1px 5px 0px 0px !important;
    width: 15px !important;
    height: 15px !important;
}
.gform-theme--foundation {
    display: grid;
    --gf-form-gap-y: 15px;
    --gf-form-gap-y: 18px;
}
.ftr-form #field_submit,
.ftr-form .gform-theme--foundation .gform_footer {
    display: flex;
    justify-content: center;
}
.ftr-form .gform_footer.top_label {
    padding: 0px !important;
    margin: 30px auto 0 !important;
    text-align: center;
    position: relative;
    width: max-content;
}
.ftr-form .gform_footer.top_label button{
    cursor: pointer !important;
	border-radius: 0px;
}
.ftr-form .gform_footer.top_label button:before{display: none;}
.ftr-form .gform_footer.top_label button:hover{color: #fff !important;background-color: #232323 !important;}

.ftr-form .gform_footer input[type="submit"] {
    font-size: 20px !important;
    text-decoration: none;
    display: inline-block;
    font-family: 'Raleway' !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    background-color: #AD271A !important;
    transition: 0.5s;
    margin: 0 !important;
    padding: 23px 30px !important;
    cursor: pointer !important;
}
.ftr-form .gform_footer input[type="submit"]:hover {
    background-color: #3D68C9 !important;
}
.leave-blank {
    display: none;
}
.ftr-form .ginput_container.ginput_container_checkbox {
    text-align: right;
}
.ftr-form .gfield.gfield_html {
    text-align: left;
}
.gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}
.popup {
    max-width: 60%;
}
div#popup-container {
    position: relative;
}
div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.gform_wrapper .gform_validation_errors {
    display: none;
}
.gform_wrapper .gfield {
    position: relative;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.gform_wrapper .gfield .validation_message.gfield_validation_message,
.gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 8px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.gform_wrapper .gfield .instruction.validation_message {
    bottom: 8px;
    top: inherit !important;
}
fieldset .gfield_description.validation_message.gfield_validation_message {
    top: 26px !important;
}
.popup {
    max-width: 100%;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.formpopuptext {
    transition: transform .15s ease-out .15s;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    font-family: 'Stack Sans Headline';
    font-weight: 300;
    letter-spacing: 0.7px;
    color: #000 !important;
    line-height: 1.7;
    width: 550px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 13px 0 0 0;
    justify-content: center;
}
.ftr-form .gfield input::placeholder,
.ftr-form .gfield textarea::placeholder {
    color: #898989;
}
.ftr-form #gform_ajax_spinner_1 {
    position: absolute !important;
    right: -30px !important;
    top: 0;
    margin: auto;
    bottom: 0;
}
.ftr-form .gform_footer input[type="submit"]:focus {
    outline: none !important;
}
/* Footer Section */
.site-footer {
    background-image: url(./images/ftr-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.site-footer::before {
    position: absolute;
    content: "";
    background-image: url(./images/ftr-as-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 411px;
    height: 471px;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.hm-ftr-contact-blk {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    align-items: center;
}
.ftr-contact-lft {
    width: 48.8%;
    display: flex;
    justify-content: center;
    gap: 0 80px;
    flex-wrap: wrap;
}
.ftr-contact-itm {
    width: 44.6%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}
.cpy-rgts-lft ul li a:hover{
color: #ad271a !important;
}
.ftr-contact-itm.logo {
    padding-bottom: 50px;
}
.ftr-contact-itm:before,
.ftr-contact-itm:after {
    position: absolute;
    content: "";
    border-right: 1px solid #5F84D7;
    width: 1px;
    height: 90%;
    right: -40px;
    top: 0;
    pointer-events: none;
}
.ftr-contact-itm:after {
    border-right: none;
    border-bottom: 1px solid #5F84D7;
    height: 1px;
    width: 100%;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
}
.ftr-contact-itm:nth-of-type(4):before {
    border-right: none;
    border-left: 1px solid #5F84D7;
    right: auto;
    left: -40px;
    top: auto;
    bottom: 0;
}
.ftr-contact-itm:nth-of-type(4):after {
    border-bottom: none;
    border-top: 1px solid #5F84D7;
    bottom: auto;
    right: auto;
    top: 0;
}
.ftr-contact-itm:nth-of-type(2):before,
.ftr-contact-itm:nth-of-type(2):after,
.ftr-contact-itm:nth-of-type(3):before,
.ftr-contact-itm:nth-of-type(3):after {
    display: none;
}
.ftr-logo {
    margin-bottom: 60px;
}
.ftr-logo img {
    width: 100%;
    display: block;
}
.ftr-soci-blk {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-left: 30px;
}
.ftr-soci-blk a:hover {
    filter: invert(1) brightness(0);
}
.ftr-loc {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
}
.ftr-loc-img {
    margin-top: 10px;
}
.ftr-loc p {
    font-family: 'Raleway';
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    font-size: 20px !important;
    margin-bottom: 0;
    position: relative;
}
.ftr-loc p a {
    font-weight: 700;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin-top: 22px;
    width: fit-content;
}
.ftr-call {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ftr-call a {
    text-decoration: none;
    font-family: 'inter';
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 24px;
    position: relative;
    display: inline-block;
}
.ftr-call a:hover, .ftr-loc p a:hover {
    color: #232323;
}
.ftr-menu {
    margin-bottom: 45px;
}
.ftr-menu ul {
    margin: 0px;
    text-align: center;
}
.ftr-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 25px;
    line-height: 1;
}
.ftr-menu ul li:first-child {
    margin-left: 0;
}
.ftr-menu ul li:last-child {
    margin-right: 0;
}
.ftr-menu ul li a {
    font-size: 18px;
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
    text-transform: uppercase;
}
.ftr-menu ul li a:hover {
    color: #232323;
    transition: 0.3s;
}
.copyrights {
    background-color: #244692;
    padding: 23px 0;
}
.cpy-rgts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cpy-rgts-lft {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}
.cpy-inr {
    display: flex;
    gap: 20px;
}
.cpy-rgts-lft ul {
    margin: 0px;
}
.cpy-rgts-lft ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    margin: 0;
    line-height: 1;
}
.cpy-rgts-lft ul li:last-child {
    padding: 0 0 0 20px;
    border: none;
}
.cpy-rgts-lft ul li a {
    text-decoration: none;
    color: #fff;
}
.cpy-rgts-lft ul li a:hover {
    color: #232323;
}
.cpy-rgts-lft p {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.09);
    margin: 0px;
    color: #fff;
}
.cpy-rgts-lft p,
.cpy-rgts-lft ul li a {
    font-size: 16px;
    font-family: 'Raleway';
    line-height: 1;
}
.juris-blk a {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    text-decoration: none;
    font-family: 'Raleway';
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}
.ftr-disclaimer {
    padding: 25px 0;
}
.ftr-disclaimer p {
    font-size: 14px !important;
    line-height: 1.5;
    font-family: 'Raleway';
    font-weight: 400;
    color: #fff;
    margin: 0px;
}
.ftr-disclaimer p a {
    text-decoration: underline;
    color: #fff;
}
.ftr-disclaimer p a:hover {
    color: #232323;
}
/* Responsive */


@media screen and (max-width: 1900px) {
	
.hm-bnr-sec .banner-blk {padding: 150px 0 200px;}
.bnr-cnt-blk .bnr-hdg{margin-bottom: 25px;}
	
	
}

@media screen and (max-width: 1800px) {
    .container {
        max-width: 1600px;
    }
    .header-sec .logo {
        width: 20%;
    }
    .top-menu ul li {
        margin: 0 18px;
    }
    .hm-bnr-sec .banner-blk {
        padding: 150px 0 190px;
    }
    .bnr-cnt-blk h1.bnr-sub-hdg {
        letter-spacing: 1px !important;
        font-size: 19px !important;
        margin-bottom: 20px !important;
    }
    .bnr-cnt-blk .bnr-hdg {
        font-size: 90px;
		margin-bottom: 20px;
    }
    .hm-your-case-sec .container {
        max-width: 1650px;
    }
    .ftr-menu ul li {
        margin: 0 24px;
    }
}
@media screen and (max-width: 1680px) {
    .container {
        max-width: 1450px;
    }
    a.cmn-btn {
        padding: 20px 25px;
        font-size: 18px;
    }
    .text-heading {
        letter-spacing: -0.8px;
        margin-bottom: 15px;
        font-size: 42px;
    }
    .logo-container {
        padding: 0 30px;
    }
    .header-sec .consult-txt {
        font-size: 22px;
    }
    .hdr-btn a {
        font-size: 19px;
        padding: 12px 23px;
    }
    .top-menu ul li {
        margin: 0 12px;
    }
 
    .bnr-cnt-blk h1.bnr-sub-hdg {
        letter-spacing: 0.6px !important;
        font-size: 18px !important;
        margin-bottom: 18px !important;
    }
    .bnr-cnt-blk .bnr-hdg {
        letter-spacing: -1.6px;
        font-size: 80px;
        margin-bottom: 23px;
    }
    .hm-awards-sec {
        padding: 150px 0 90px;
    }
    .hm-awards-sec .text-heading {
        margin-bottom: 60px;
    }
    .hm-your-case-sec .container {
        max-width: 1500px;
    }
    .your-case-rgt {
        padding-top: 80px;
    }
    .your-case-hdg {
        letter-spacing: -0.52px;
        font-size: 28px;
        margin-bottom: 30px;
    }
    .your-case-rgt p {
        font-size: 19px !important;
    }
    .your-case-rgt .your-case-btn {
        margin-top: 40px;
    }
    .hm-handle-sec {
        padding: 100px 0px;
    }
    .hm-handle-sec .hmpract-headings {
        margin-bottom: 60px;
    }
    .hm-handle-sec .text-heading {
        margin-bottom: 20px;
    }
    .hm-handle-sec .hmpract-headings p {
        font-size: 20px;
    }
    .handle-item {
        padding: 65px 18px;
    }
    .handle-image {
        margin: 0 auto 56px;
    }
    h3.handle-title {
        letter-spacing: -0.6px !important;
        font-size: 38px !important;
        margin: 0px 0px 60px !important;
    }
    .handle-item .learn-more-btn {
        bottom: 60px;
    }
    .handle-item .learn-more-btn a {
        padding-right: 42px;
        background-size: 24px;
        font-size: 18px;
    }
    .hm-testimonials {
        padding: 150px 0 0;
    }
    .hm-testimonials .text-heading {
        margin-bottom: 80px;
    }
    .testi-blk.owl-carousel .owl-nav {
        top: -124px;
    }
    .testi-blk.owl-carousel .owl-nav button.owl-prev,
    .testi-blk.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.9);
    }
    .hm-testi-item {
        padding: 75px 50px 130px;
    }
    .hm-testi-item::before {
        top: 7%;
    }
    .hm-testi-item p {
        font-size: 19px !important;
    }
    .hm-blog-sec {
        padding: 100px 0 160px;
    }
    .hm-blog-sec .text-heading {
        margin-bottom: 80px;
    }
    .hmblog-blk {
        margin-bottom: 70px;
    }
    .hmblg-item h3.hmblogpost-title {
        font-size: 30px !important;
        letter-spacing: 0 !important;
       
    }
    .hmblg-item .hmblgcnt p {
        font-size: 19px !important;
    }
    .hmblg-item .hmpost_btn a {
        font-size: 19px;
    }
    .hm-blog-rit .hmblg-item h3.hmblogpost-title {
        font-size: 23px !important;
        letter-spacing: 0 !important;
    }
    .ftr-form-sub-hdg {
        font-size: 23px;
    }
    .ftr-form .gfield input.large,
    .ftr-form .gfield textarea {
        font-size: 19px !important;
        padding: 16px 22px !important;
    }
    .ftr-contact-lft {
        gap: 0 76px;
    }
    .ftr-contact-rgt {
        margin: -120px 0 0px;
    }
    .ftr-menu ul li {
        margin: 0 14px;
    }
    .ftr-loc p {
        font-size: 19px !important;
    }
    .ftr-call a {
        font-size: 23px;
    }
}
@media screen and (max-width: 1550px) {
    .container {
        max-width: 1350px;
    }
    a.cmn-btn {
        font-size: 17px;
        padding: 18px 23px;
    }
    .text-heading {
        letter-spacing: -0.6px;
        font-size: 38px;
    }
    .logo-container {
        padding: 0 25px;
    }
    .header-sec .consult-txt {
        font-size: 20px;
    }
    .hdr-btn a {
        font-size: 18px;
        padding: 11px 20px;
    }
    .top-menu ul li.menu-item-has-children a {
        padding-right: 22px;
    }
    .top-menu ul li {
        margin: 0 10px;
    }
    .top-menu ul li a {
        font-size: 15px;
    }
    .header-sec .top-rgt {
        margin-bottom: 25px;
    }
    .hm-bnr-sec {
        padding: 130px 0 0 !important;
    }
    .hm-bnr-sec .banner-blk {
        padding: 140px 0 190px;
    }
    .bnr-cnt-blk h1.bnr-sub-hdg {
        font-size: 16px !important;
        margin-bottom: 16px !important;
    }
    .bnr-cnt-blk .bnr-hdg {
        letter-spacing: -1.1px;
        font-size: 68px;
        margin-bottom: 20px;
    }
    .bnr-bottom-txt {
        font-size: 6.9vw;
    }
    .hm-awards-sec {
        padding: 120px 0 80px;
    }
    .hm-awards-sec .text-heading {
        margin-bottom: 50px;
    }
    .hm-your-case-sec .container {
        max-width: 1400px;
    }
    .your-case-rgt {
        padding-top: 70px;
    }
    .your-case-hdg {
        letter-spacing: 0px;
        font-size: 25px;
        margin-bottom: 27px;
    }
    .your-case-rgt p {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .your-case-rgt .your-case-btn {
        margin-top: 30px;
    }
    .hm-handle-sec {
        padding: 90px 0px;
    }
    .hm-handle-sec .hmpract-headings {
        margin-bottom: 52px;
    }
    .handle-item {
        padding: 60px 18px;
    }
    .handle-image {
        margin: 0 auto 48px;
    }
    h3.handle-title {
        letter-spacing: -0.6px !important;
        font-size: 35px !important;
        margin: 0px 0px 50px !important;
    }
    .handle-item .learn-more-btn {
        bottom: 50px;
    }
    .handle-item .learn-more-btn a {
        padding-right: 38px;
        background-size: 23px;
        font-size: 17px;
    }
    .hm-testimonials {
        padding: 120px 0 0;
    }
    .hm-testimonials .text-heading {
        margin-bottom: 60px;
    }
    .testi-blk.owl-carousel .owl-nav {
        top: -110px;
        gap: 10px;
    }
    .testi-blk.owl-carousel .owl-nav button.owl-prev,
    .testi-blk.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.85);
    }
    .hm-testi-item::before {
        top: 5%;
    }
    .hm-testi-item {
        padding: 60px 40px 120px;
    }
    .hm-testi-item p {
        font-size: 18px !important;
    }
    .hm-blog-sec {
        padding: 90px 0 130px;
    }
    .hm-blog-sec .text-heading {
        margin-bottom: 70px;
    }
    .hmblog-blk {
        margin-bottom: 60px;
    }
    .hm-blog-lft .hmblg-item .hmblgcnt {
        bottom: 50px;
        padding: 0 35px;
    }
    .hmblg-item h3.hmblogpost-title {
        font-size: 29px !important;
    }
    .hmblg-item .hmblgcnt p {
        font-size: 18px !important;
        margin-bottom: 25px;
    }
    .hm-blog-rit .hmblg-item .hmpost_btn a {
        font-size: 17px;
    }
    .hmblg-item .hmpost_btn a {
        font-size: 18px;
    }
    .hm-blog-rit .hmblg-item h3.hmblogpost-title {
        font-size: 22px !important;
    }
    .ftr-form .gfield input.large,
    .ftr-form .gfield textarea {
        font-size: 18px !important;
        padding: 16px 20px !important;
    }
    .ftr-form .gform_wrapper.gravity-theme .gform_fields {
        grid-gap: 23px;
    }
    .ftr-form .gfield textarea {
        height: 160px !important;
    }
    .ftr-form .gform_footer input[type="submit"] {
        padding: 20px 30px !important;
    }
    .hm-ftr-contact-blk {
        margin-bottom: 80px;
    }
    .ftr-contact-lft {
        gap: 0 70px;
        width: 52%;
    }
    .ftr-contact-rgt {
        margin: -100px 0 0px;
        padding: 65px 45px;
    }
    .ftr-loc p {
        font-size: 18px !important;
    }
    .ftr-loc-img {
        width: 25px;
    }
    .ftr-loc p a {
        font-size: 17px;
    }
    .ftr-call a {
        font-size: 22px;
    }
    .ftr-call-icon {
        width: 28px;
    }
    .ftr-loc {
        margin-bottom: 35px;
    }
    .ftr-contact-itm:nth-of-type(4):before {
        left: -30px;
    }
    .ftr-menu {
        margin-bottom: 40px;
    }
    .ftr-menu ul li {
        margin: 0 11px;
    }
    .ftr-menu ul li a {
        font-size: 17px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        max-width: 1250px;
    }
    a.cmn-btn {
        padding: 17px 20px;
        font-size: 16px;
    }
    .text-heading {
        font-size: 34px;
    }
    .header-sec {
        padding: 15px 0 0 !important;
    }
    .logo-container {
        padding: 0 20px;
    }
    .header-sec .top-rgt {
        margin-bottom: 20px;
    }
    .header-sec .consult-txt {
        font-size: 18px;
    }
    .hdr-btn a {
        font-size: 17px;
        padding: 10px 18px;
    }
    .top-menu ul li {
        margin: 0 6px;
    }
	.top-menu-main ul li a{
		    padding: 0 0 25px !important;
	}
    .hm-bnr-sec {
        padding: 110px 0 0 !important;
    }
    .hm-bnr-sec .banner-blk {
        padding: 130px 0 170px;
    }
    .bnr-cnt-blk .bnr-hdg {
        letter-spacing: -0.8px;
        font-size: 64px;
        margin-bottom: 17px;
    }
    .hm-awards-sec {
        padding: 100px 0 60px;
    }
    .hm-awards-sec .text-heading {
        margin-bottom: 40px;
    }
    .hm-your-case-sec .container {
        max-width: 1320px;
    }
    .your-case-rgt {
        padding-top: 60px;
    }
    .your-case-hdg {
        font-size: 23px;
        margin-bottom: 25px;
    }
    .your-case-rgt p {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .hm-handle-sec {
        padding: 80px 0px;
    }
    .hm-handle-sec .text-heading {
        margin-bottom: 17px;
    }
    .hm-handle-sec .hmpract-headings p {
        font-size: 18px;
    }
    .hm-handle-sec .hmpract-headings {
        margin-bottom: 47px;
    }
    .handle-item {
        padding: 50px 15px;
    }
    .handle-image {
        margin: 0 auto 35px;
    }
    h3.handle-title {
        letter-spacing: 0 !important;
        font-size: 32px !important;
        margin: 0px 0px 40px !important;
    }
    .handle-item .learn-more-btn {
        bottom: 40px;
    }
    .handle-item .learn-more-btn a {
        padding-right: 35px;
        background-size: 22px;
        font-size: 16px;
    }
    .hm-testimonials {
        padding: 100px 0 0;
    }
    .hm-testimonials .text-heading {
        margin-bottom: 50px;
    }
    .testi-blk.owl-carousel .owl-nav button.owl-prev,
    .testi-blk.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.8);
    }
    .testi-blk.owl-carousel .owl-nav {
        top: -100px;
        gap: 0;
    }
    .hm-testi-item {
        padding: 65px 30px 110px;
    }
    .hm-testi-item::before {
        transform: scale(0.9);
    }
    .hm-testi-item .author {
        font-size: 19px;
    }
	.hm-testi-item .star-rat {
    	width: 42%;
	}
    .hm-blog-sec {
        padding: 80px 0 110px;
    }
    .hm-blog-sec .text-heading {
        margin-bottom: 60px;
    }
    .hmblog-blk {
        margin-bottom: 50px;
    }
    .hm-blog-lft .hmblg-item .hmblgcnt {
        padding: 0 30px;
    }
    .hmblg-item h3.hmblogpost-title {
        font-size: 27px !important;
    }
    .hmblg-item .hmpost_btn a {
        font-size: 17px;
        padding-right: 40px;
        background-size: 27px;
    }
    .hmblg-item .hmblgcnt p {
        font-size: 17px !important;
    }
    .ftr-contact-rgt .form-headings {
        margin-bottom: 30px;
    }
    .ftr-form-sub-hdg {
        font-size: 21px;
    }
    .ftr-form .gfield input.large,
    .ftr-form .gfield textarea {
        font-size: 17px !important;
        padding: 15px 17px !important;
    }
    .ftr-form .gform_wrapper.gravity-theme .gform_fields {
        grid-gap: 22px;
    }
    .ftr-form .gfield textarea {
        height: 140px !important;
    }
    .ftr-form .gform_footer.top_label {
        margin: 25px auto 0 !important;
    }
    .ftr-form .gform_footer input[type="submit"] {
        font-size: 19px !important;
        padding: 17px 30px !important;
    }
    .ftr-contact-lft {
        gap: 0 65px;
    }
    .ftr-contact-rgt {
        margin: -80px 0 0px;
        padding: 60px 40px;
    }
    .ftr-soci-blk img {
        width: 90%;
    }
    .ftr-logo {
        margin-bottom: 50px;
    }
    .ftr-soci-blk {
        gap: 25px;
        margin-left: 25px;
    }
    .ftr-menu {
        margin-bottom: 35px;
    }
    .ftr-menu ul li {
        margin: 0 9px;
    }
    .ftr-menu ul li a {
        font-size: 16px;
    }
    .hm-ftr-contact-blk {
        margin-bottom: 70px;
    }
    .copyrights {
        padding: 20px 0;
    }
    .cpy-rgts-lft ul li {
        padding-right: 17px;
    }
    .cpy-rgts-lft p,
    .cpy-rgts-lft ul li a {
        font-size: 15px;
    }
    .cpy-rgts-lft p {
        padding-right: 17px;
    }
    .cpy-rgts-lft ul li:last-child {
        padding: 0 0 0 17px;
    }
    .cpy-inr,
    .cpy-rgts-lft {
        gap: 17px;
    }
    .ftr-disclaimer {
        padding: 20px 0;
    }
}
@media screen and (max-width: 1366px) {
    .container {
        max-width: 1150px;
    }
    a.cmn-btn {
        padding: 17px;
        font-size: 15px;
    }
    .text-heading {
        font-size: 30px;
    }
    .logo-container {
        padding: 0 15px;
    }
    .header-sec .consult-txt {
        font-size: 17px;
    }
    .header-sec .top-rgt {
        gap: 17px;
    }
    .hdr-btn a {
        font-size: 16px;
        padding: 9px 15px;
    }
    .top-menu ul li a {
        font-size: 14px;
    }
    .bnr-cnt-blk h1.bnr-sub-hdg {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    .hm-bnr-sec .banner-blk {
        padding: 120px 0 150px;
    }
    .bnr-cnt-blk .bnr-hdg {
        letter-spacing: -0.6px;
        font-size: 60px;
        margin-bottom: 15px;
    }
    .bnr-bottom-txt {
        font-size: 6.8vw;
    }
	  .hm-bnr-sec {
        padding: 100px 0 0 !important;
    }
    .hm-awards-sec {
        padding: 80px 0 50px;
    }
    .hm-your-case-sec .container {
        max-width: 1250px;
    }
    .your-case-rgt {
        width: 42%;
    }
    .your-case-lft {
        width: 53%;
    }
    .hm-handle-sec {
        padding: 70px 0px;
    }
    .hm-handle-sec .text-heading {
        margin-bottom: 15px;
    }
    .hm-handle-sec .hmpract-headings p {
        font-size: 17px;
    }
    .hm-handle-sec .hmpract-headings {
        margin-bottom: 42px;
    }
    .handle-item {
        padding: 40px 15px;
    }
    .handle-image {
        width: 22%;
    }
    h3.handle-title {
        font-size: 30px !important;
        margin: 0px 0px 35px !important;
    }
    .handle-item .learn-more-btn {
        bottom: 30px;
    }
    .handle-item .learn-more-btn a {
        padding-right: 33px;
        background-size: 20px;
        font-size: 15px;
    }
    .hm-testimonials {
        padding: 90px 0 0;
    }
    .testi-blk.owl-carousel .owl-nav button.owl-prev,
    .testi-blk.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.75);
    }
    .hm-testi-item p {
        font-size: 17px !important;
    }
    .hm-testi-item {
        padding: 65px 30px 100px;
    }
    .testi-blk.owl-carousel .owl-item {
        padding: 0 12px;
    }
    .hm-blog-sec .text-heading {
        margin-bottom: 40px;
    }
    .hmblog-blk {
        margin-bottom: 40px;
    }
    .hm-blog-lft .hmblg-item .hmblgcnt {
        padding: 0 25px;
    }
    .hmblg-item h3.hmblogpost-title {
        font-size: 25px !important;
    }
    .hmblg-item .hmblgcnt p {
        font-size: 16px !important;
        margin-bottom: 20px;
    }
    .hm-blog-rit .hmblg-item {
        margin-bottom: 22px;
    }
    .hm-blog-rit .hmblg-item h3.hmblogpost-title {
        font-size: 21px !important;
    }
    .hm-ftr-contact-blk {
        margin-bottom: 50px;
    }
    .ftr-contact-rgt {
        margin: -70px 0 0px;
        padding: 50px 30px;
    }
    .ftr-form-sub-hdg {
        font-size: 19px;
    }
    .ftr-contact-rgt .form-headings {
        margin-bottom: 25px;
    }
    .ftr-form .gfield input.large,
    .ftr-form .gfield textarea {
        font-size: 16px !important;
        padding: 14px 17px !important;
    }
    .ftr-form .gform_wrapper.gravity-theme .gform_fields {
        grid-gap: 19px;
    }
    .ftr-form .gfield textarea {
        height: 130px !important;
    }
    .ftr-form .gform_footer input[type="submit"] {
        padding: 16px 25px !important;
    }
    .ftr-form .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding: 16px 25px !important;
    }
    .ftr-contact-lft {
        gap: 0 60px;
        width: 55%;
    }
    .ftr-contact-itm {
        padding-top: 40px;
    }
    .ftr-contact-itm.logo {
        padding-bottom: 40px;
    }
    .ftr-logo {
        margin-bottom: 40px;
    }
    .ftr-soci-blk {
        gap: 20px;
    }
    .ftr-soci-blk img {
        width: 83%;
    }
    .ftr-contact-itm:before,
    .ftr-contact-itm:after {
        right: -30px;
    }
    .ftr-contact-itm:nth-of-type(4):before {
        left: -31px;
    }
    .ftr-loc p {
        font-size: 16px !important;
    }
    .ftr-loc p a {
        font-size: 16px;
        margin-top: 15px;
    }
    .ftr-loc {
        margin-bottom: 30px;
        gap: 17px;
    }
    .ftr-loc-img {
        margin-top: 7px;
        width: 23px;
    }
    .ftr-call a {
        font-size: 20px;
    }
    .ftr-call {
        gap: 17px;
    }
    .ftr-call-icon {
        width: 27px;
    }
    .ftr-menu {
        margin-bottom: 30px;
    }
    .ftr-menu ul li {
        margin: 0 6px;
    }
    .ftr-menu ul li a {
        font-size: 15px;
    }
    .copyrights {
        padding: 17px 0;
    }
    .cpy-rgts-lft p {
        padding-right: 15px;
    }
    .cpy-rgts-lft ul li {
        padding-right: 15px;
    }
    .cpy-rgts-lft ul li:last-child {
        padding: 0 0 0 15px;
    }
}
@media screen and (max-width: 1280px) {
    .container {
        max-width: 960px;
    }
    a.cmn-btn {
        padding: 15px;
    }
    .text-heading {
        font-size: 27px;
    }
    .header-sec {
        padding: 10px 0 0 !important;
    }
	.main-menu ul#nav>li >a{
		padding-bottom: 17px !important;
	}
	
	.top-menu-main ul#nav>li.menu-item-has-children>a::before {
    	top: 4px;
	}
    .top-menu ul li {
        margin: 0 4px;
    }
    .top-menu ul li a {
        font-size: 13px;
    }
    .header-sec .logo {
        width: 18%;
    }
    .header-sec .top-rgt {
        margin-bottom: 10px;
    }
    .header-sec .consult-txt {
        font-size: 16px;
    }
    .hdr-btn a {
        font-size: 16px;
        padding: 8px 12px;
    }
    .hm-bnr-sec {
        padding: 83px 0 0 !important;
    }
    .hm-bnr-sec .banner-blk {
        padding: 100px 0 130px;
    }
    .bnr-cnt-blk .bnr-hdg {
        letter-spacing: -0.3px;
        font-size: 52px;
        margin-bottom: 13px;
    }
    .bnr-bottom-txt {
        font-size: 6.6vw;
    }
    .hm-awards-sec {
        padding: 60px 0 50px;
    }
    .hm-awards-sec .text-heading {
        margin-bottom: 30px;
    }
    .hm-your-case-sec .container {
        max-width: 1120px;
    }
    .your-case-hdg {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .your-case-rgt p {
        font-size: 16px !important;
    }
    .your-case-rgt .your-case-btn {
        margin-top: 25px;
    }
    .hm-handle-sec {
        padding: 60px 0px;
    }
    .hm-handle-sec .hmpract-headings {
        margin-bottom: 30px;
    }
    .hm-handle-sec .hmpract-headings p {
        font-size: 16px;
    }
    .handle-item {
        padding: 35px 15px;
    }
    h3.handle-title {
        font-size: 26px !important;
        margin: 0px 0px 30px !important;
    }
    .handle-item .learn-more-btn {
        bottom: 25px;
    }
    .handle-item .learn-more-btn a {
        padding-right: 32px;
        background-size: 20px;
        font-size: 14px;
    }
    .hm-testimonials {
        padding: 70px 0 0;
    }
    .hm-testimonials .text-heading {
        margin-bottom: 40px;
    }
    .testi-blk.owl-carousel .owl-nav {
        top: -85px;
    }
    .testi-blk.owl-carousel .owl-nav button.owl-prev,
    .testi-blk.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.7);
        margin: 0 -2px;
    }
    .hm-testi-item {
        padding: 55px 20px 120px;
    }
    .hm-testi-item::before {
        transform: scale(0.8);
    }
    .hm-testi-item p {
        font-size: 16px !important;
    }
    .hm-testi-item .star-rat {
        margin: 0 auto 10px;
    }
    .testi-blk.owl-carousel .owl-stage-outer {
        padding: 0px 0 20px;
    }
    .hm-blog-sec {
        padding: 70px 0 100px;
    }
    .hm-blog-lft .hmblg-item .hmblgcnt {
        padding: 0 20px;
        bottom: 30px;
    }
    .hmblg-item h3.hmblogpost-title {
        font-size: 23px !important;
    }
    .hmblg-item .hmpost_btn a {
        font-size: 15px;
        padding-right: 36px;
        background-size: 25px;
    }
    .hm-blog-rit .hmblg-item {
        margin-bottom: 18px;
    }
    .hm-blog-rit .hmblg-item h3.hmblogpost-title {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    .hm-blog-rit .hmblg-item .hmblgcnt p {
        margin-bottom: 17px;
    }
    .hm-blog-rit .hmblg-item .hmpost_btn a {
        font-size: 15px;
        padding-right: 26px;
    }
    .hm-ftr-contact-blk {
        margin-bottom: 40px;
    }
    .ftr-contact-rgt {
        padding: 35px 20px;
        width: 42%;
    }
    .ftr-form-sub-hdg {
        font-size: 17px;
    }
    .ftr-contact-rgt p {
        font-size: 15px;
    }
    .ftr-form .gfield input.large,
    .ftr-form .gfield textarea {
        font-size: 15px !important;
        padding: 12px 14px !important;
    }
    .ftr-form .gform_wrapper.gravity-theme .gform_fields {
        grid-gap: 15px;
    }
    .ftr-form .gfield textarea {
        height: 110px !important;
    }
    .ftr-form .gform_footer.top_label {
        margin: 20px auto 0 !important;
    }
    .ftr-form .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 14px 22px !important;
    }
    .ftr-contact-itm.logo {
        padding-bottom: 30px;
    }
    .ftr-contact-itm {
        padding-top: 30px;
        width: 45.6%;
        padding-bottom: 20px;
    }
    .ftr-contact-lft {
        gap: 0 45px;
    }
    .ftr-contact-itm:before,
    .ftr-contact-itm:after {
        right: -21px;
    }
    .ftr-soci-blk img {
        width: 77%;
    }
    .ftr-soci-blk {
        gap: 17px;
    }
    .ftr-loc {
        margin-bottom: 25px;
        gap: 12px;
    }
    .ftr-loc p {
        font-size: 14px !important;
    }
    .ftr-loc-img {
        margin-top: 5px;
        width: 20px;
    }
    .ftr-loc p a {
        font-size: 14px;
        margin-top: 12px;
    }
    .ftr-call {
        gap: 12px;
    }
    .ftr-call a {
        font-size: 18px;
    }
    .ftr-call-icon {
        width: 23px;
    }
    .ftr-logo {
        margin-bottom: 35px;
    }
    .ftr-contact-itm:nth-of-type(4):before {
        left: -26px;
    }
    .ftr-menu {
        margin-bottom: 20px;
    }
    .ftr-menu ul li {
        margin: 0 2px;
    }
    .ftr-menu ul li a {
        font-size: 13px;
    }
    .copyrights {
        padding: 14px 0;
    }
    .cpy-rgts-lft p,
    .cpy-rgts-lft ul li a {
        font-size: 14px;
    }
    .cpy-rgts-lft p {
        padding-right: 12px;
    }
    .cpy-inr,
    .cpy-rgts-lft {
        gap: 13px;
    }
    .cpy-rgts-lft ul li {
        padding-right: 12px;
    }
    .cpy-rgts-lft ul li:last-child {
        padding: 0 0 0 12px;
    }
    .juris-blk a {
        font-size: 15px;
    }
}
@media screen and (max-width: 1140px) {
    .logo-container {
        padding: 0 10px;
    }
    .top-menu ul li {
        margin: 0 2px;
    }
    .top-menu ul li a {
        font-size: 12px;
    }
    .hm-your-case-sec .container {
        max-width: 1000px;
    }
    .your-case-rgt p {
        font-size: 15px;
    }
    .your-case-hdg {
        font-size: 20px;
    }
    .your-case-rgt {
        width: 43%;
    }
    .your-case-rgt .your-case-btn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .container,
    .header-sec .container,
    .hm-your-case-sec .container {
        max-width: 720px;
    }
    a.cmn-btn {
        padding: 15px 20px;
    }
    .text-heading {
        font-size: 25px;
    }
    .header-sec {
        padding: 15px 0 !important;
    }
    /* .top-menu,
    .top-right {
        display: none;
    } */
    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
        fill: #3d68c9;
    }
    .tab-call span.text {
        color: #3d68c9;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    button.showhide {
        background: #3d68c9;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }
    span.menuBar.menuBar-3 {
        margin: 0;
    }
    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #3d68c9;
        line-height: 0;
        font-size: 30px;
        text-align: center;
        font-family: 'Raleway';
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .header-sec .logo {
        width: 100%;
        max-width: 230px;
    }
    .menu-bar-tab {
        display: flex;
        align-items: end;
        gap: 15px;
    }
    .logo-container {
        padding: 0;
    }
    .hdr-btn a {
        width: auto;
        display: inline-block;
    }
    .hdr-btn a:hover {
        color: #fff;
    }
    

    .hm-bnr-sec {
        padding: 70px 0 0 !important;
    }
    .bnr-cnt-blk {
        width: 100%;
    }
    .hm-bnr-sec .banner-blk {
        padding: 100px 0;
    }
    .bnr-cnt-blk .bnr-hdg {
        letter-spacing: 0;
        font-size: 40px;
        line-height: 1.17;
    }
    .bnr-bottom-txt {
        font-size: 6vw;
    }
    .hm-awards-sec {
        padding: 50px 0;
    }
    .awards-lst.owl-carousel {
        width: 100%;
        max-width: 550px;
        margin: auto;
    }
    .awards-itm {
        width: 100%;
        max-width: 250px;
        margin: auto;
    }
    .awards-lst.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        gap: 15px;
        align-items: center;
        margin-top: 40px;
    }
    .awards-lst.owl-carousel .owl-nav button.owl-prev,
    .awards-lst.owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px;
        background-image: url(./images/testi-hvr-arr.webp);
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat;
        font-size: 0;
        background-color: #3D68C9;
        border-radius: 50%;
        transition: 0.5s;
    }
    .awards-lst.owl-carousel .owl-nav button.owl-next {
        transform: rotate(180deg);
    }
    .awards-lst.owl-carousel .owl-nav button:hover {
        background-color: #ad271a;
    }
    .hm-your-case-sec {
        padding-bottom: 50px;
    }
    .hm-your-case-sec .container {
        margin: auto;
    }
    .your-case-blk {
        flex-direction: column-reverse;
    }
    .your-case-lft {
        width: 100%;
        max-width: 480px;
    }
    .your-case-rgt {
        padding-top: 0;
        width: 100%;
        max-width: 700px;
    }
    .your-case-hdg {
        letter-spacing: 0;
        font-size: 25px;
    }
    .your-case-rgt p {
        font-size: 17px !important;
    }
    .hm-handle-sec {
        padding: 50px 0px;
    }
    .handle-blk {
        flex-wrap: wrap;
        justify-content: center;
        border: none;
        gap: 20px;
    }
    .handle-item,
    .handle-item:nth-of-type(2) {
        border: 1px solid #BEC9E3;
        width: 100%;
        max-width: 350px;
    }
    .hm-testimonials {
        padding: 50px 0 30px;
        background-size: 100% 75%;
    }
    .hm-testi-item .testi-star-author {
        position: static;
    }
    .hm-testi-item {
        padding: 55px 20px 30px;
        text-align: center;
    }
    .hm-testi-item p {
        font-size: 17px !important;
        line-height: 1.6;
    }
    .hm-testi-item .star-rat {
        width: 100%;
        max-width: 150px;
    }
    .hm-testi-item::before {
        left: 15px;
    }
    .hm-blog-sec {
        padding: 20px 0 50px;
    }
    .hm-blog-sec .text-heading {
        margin-bottom: 20px;
        text-align: center;
    }
    .hmblog-blk {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .hm-blog-lft {
        width: 100%;
        max-width: 400px;
    }
    .hm-blog-rit {
        width: 100%;
        max-width: 600px;
    }
    .hmblg-item h3.hmblogpost-title {
        font-size: 22px !important;
        margin-bottom: 12px !important;
    }
    .hm-blog-lft .hmblg-item .hmblgcnt {
        bottom: 20px;
    }
    .hmnews-btn {
        text-align: center;
    }
    .site-footer {
        padding: 50px 0 0;
    }
    .site-footer::before {
        display: none;
    }
    .hm-ftr-contact-blk {
        margin-bottom: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .ftr-contact-itm:before,
    .ftr-contact-itm:after {
        display: none;
    }
    .ftr-contact-lft {
        gap: 40px 30px;
        width: 100%;
    }
    .ftr-logo {
        margin-bottom: 30px;
        width: 100%;
        max-width: 230px;
    }
    .ftr-contact-itm.logo {
        padding-bottom: 0;
    }
    .ftr-soci-blk {
        gap: 15px;
    }
    .ftr-soci-blk img {
        width: 75%;
    }
    .ftr-loc p {
        font-size: 15px !important;
    }
    .ftr-call-icon {
        width: 20px;
    }
    .ftr-contact-itm {
        padding-top: 0;
        width: 100%;
        max-width: 300px;
        padding-bottom: 0 !important;
    }
    .ftr-contact-rgt {
        padding: 30px;
        width: 100%;
        margin: 0;
    }
        .cpy-rgts-lft p {
        padding-right: 12px;
        font-size: 12px !important;
    }
    .ftr-form .gfield textarea {
        height: 100px !important;
    }
    .ftr-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px 20px;
    }
    .ftr-menu ul li {
        margin: 0px;
    }
    .ftr-menu ul li a {
        font-size: 14px;
    }
    .ftr-disclaimer {
        padding: 15px 0;
    }
    .copyrights {
        padding: 12px 0;
    }
}
@media screen and (max-width: 768px) {
    .container,
    .header-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .hm-blog-lft .hmblg-post-img img {
    height: 400px;
}
    a.cmn-btn {
        padding: 19px 25px;
        font-size: 18px;
    }
    .text-heading {
        font-size: 32px;
    }

    #wrapper #header{padding: 15px 0 !important;}
    .logo-rit,
    .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #3d68c9;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
    .logo {
        justify-content: center !important;
    }
    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .header-sec {
        padding: 15px 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
        cursor: pointer;
    }
    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: 'Raleway';
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: 0px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
    .header-sec .logo {
        max-width: 200px;
        margin: 0 auto 10px;
    }

     #mobileVertion .m-toggle .far.fa-times {
        color: #3d68c9;
    }
    #mobileVertion .m-toggle{
        background: transparent !important;
        margin: 0 20px 0 auto;
    }
    .nav-wrapper {
        padding: 20px 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        gap: 20px;        
    }
    div.nav-wrapper nav {
        grid-column: 1 / 13 !important;
        border-top: 10px solid #ad271a;
        padding: 20px 30px 0;
    }

    .hm-bnr-sec {
        padding: 80px 0 0 !important;
    }
    .hm-bnr-sec .banner-blk {
        padding: 130px 0 150px;
    }
    .bnr-cnt-blk .bnr-hdg {
        font-size: 48px;
        margin: 0 0 20px;
        font-weight: 700;
        letter-spacing: -0.96px;
    }
    .bnr-cnt-blk h1.bnr-sub-hdg {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin: 0 0 25px !important;
    }
    .bnr-bottom-txt {
        font-size: 52px;
        letter-spacing: 3px;
        bottom: -7px;
    }
    .hm-awards-sec {
        padding: 120px 0 100px;
    }
    .awards-itm {
        max-width: 300px;
    }
    .hm-awards-sec .text-heading {
        line-height: 1.3;
    }
    .hm-your-case-sec {
        padding-bottom: 0;
    }
    .hm-your-case-sec .container {
        max-width: 100%;
    }
    /* .your-case-lft {
        display: none;
    } */
    .your-case-lft.mobile {
        display: block;
        max-width: 400px;
    }
    .your-case-lft::before {
        display: none;
    }
    .your-case-hdg {
        font-size: 32px;
        letter-spacing: -0.64px;
    }
    .your-case-rgt {
        padding: 0 15px
    }
    .your-case-rgt p {
        font-size: 20px !important;
        margin-bottom: 30px;
    }
    .your-case-blk {
        gap: 70px;
    }
    .hm-handle-sec {
        padding: 100px 0px;
    }
    .handle-blk {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }
    .handle-item,
    .handle-item:nth-of-type(2) {
        padding: 40px 15px 60px;
        max-width: 370px;
    }
    h3.handle-title {
        font-size: 40px !important;
        margin: 0px 0px 30px !important;
    }
    .handle-item .learn-more-btn {
        position: static;
    }
    .handle-image {
        width: 100%;
        max-width: 100px;
        margin: 0 auto 50px;
    }
    .handle-item:nth-of-type(2) {
        border-top: none;
        border-bottom: none;
    }
    .hm-handle-sec .hmpract-headings p {
        font-size: 23px;
    }
    .hm-testimonials {
        padding: 80px 0 30px;
    }
    .hm-testimonials .text-heading {
        margin-bottom: 20px;
        text-align: center;
    }
    .hm-testi-item {
        padding: 40px 20px 30px 50px;
        text-align: left;
    }
    .hm-testi-item .star-rat {
        max-width: 170px;
    }
    .testi-blk.owl-carousel .owl-nav {
        top: -10px;
        left: 0;
        margin: auto;
    }
    .testi-blk.owl-carousel {
        padding-top: 80px;
    }
    .testi-blk.owl-carousel .owl-item {
        padding: 0 10px;
    }
    .hm-blog-sec .text-heading {
        margin-bottom: 50px;
    }
    .hmblog-blk {
        margin-bottom: 50px;
        gap: 60px;
    }
    .hmblg-item h3.hmblogpost-title {
        font-size: 26px !important;
    }
    .hm-blog-lft .hmblg-item::before {
        background: linear-gradient(to bottom, rgba(61, 104, 201, 0) 0%, rgba(61, 104, 201, 1) 60%);
    }
    .hmblg-item .hmblgcnt p {
        font-size: 20px !important;
        margin-bottom: 25px;
    }
    .hmblg-item .hmpost_btn a {
        font-size: 18px;
    }
    .hm-blog-rit .hmblg-item {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        max-width: 400px;
        margin: 0 auto 50px;
    }
    .hm-blog-rit .hmblg-item:last-child {
        margin: auto;
    }
    .hm-blog-rit .hmblg-item-img {
        width: 100%;
    }
    .hm-blog-rit .hmblg-item .hmblg-item-img img {
        height: 210px;
    }
    .hm-blog-rit .hmblgcnt {
        width: 100%;
    }
    .hm-blog-rit .hmblg-item h3.hmblogpost-title {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .site-footer {
        background-position: right;
    }
    .hm-ftr-contact-blk {
        margin-bottom: 90px;
        gap: 50px;
    }
    .ftr-contact-lft {
        gap: 40px;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .ftr-loc p {
        font-size: 20px !important;
    }
    .ftr-loc p a {
        font-size: 16px;
    }
    .ftr-call a {
        font-size: 22px;
    }
    .ftr-loc-img {
        margin-top: 9px;
        width: 23px;
    }
    .ftr-call-icon {
        width: 25px;
    }
    .ftr-soci-blk img {
        width: 85%;
    }
    .ftr-soci-blk {
        margin: 0;
        gap: 20px;
    }
    .ftr-contact-itm {
        max-width: 350px;
    }
    .ftr-logo {
        margin: 0 0 30px -5px;
    }
    .ftr-menu {
        margin-bottom: 70px;
    }
    .ftr-menu ul {
        flex-direction: column;
        gap: 18px;
    }
    .ftr-menu ul li a {
        font-size: 18px;
    }
    .copyrights {
        padding: 40px 0;
    }
    .cpy-rgts {
        flex-direction: column;
        gap: 20px;
    }
    .cpy-rgts-lft {
        flex-direction: column;
        gap: 20px;
    }
    .ftr-disclaimer {
        padding: 55px 0;
    }
    .ftr-contact-rgt {
        padding: 40px;
    }
    .ftr-form .gfield input.large,
    .ftr-form .gfield textarea {
        font-size: 18px !important;
        padding: 13px 21px !important;
    }
    .ftr-form .gform_footer input[type="submit"] {
        padding: 20px 25px !important;
    }
    .ftr-form .gform_wrapper.gravity-theme .gform_fields {
        grid-gap: 22px;
    }
    .ftr-form .gfield textarea {
        height: 130px !important;
    }
}
@media screen and (max-width: 480px) {
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-size: 20px;
    }
    .your-case-hdg {
        letter-spacing: -0.76px;
        font-size: 32px;
    }

    .your-case-lft.mobile {
        max-width: 100%;
    }
    .your-case-rgt a.cmn-btn {
        line-height: 1.5;
        padding: 19px 31px;
    }
    .hm-testi-item .testi-star-author {
        margin-left: -30px;
    }
    .hm-testi-item .star-rat {
        max-width: 200px;
    }
    .cpy-inr, .cpy-rgts-lft {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hm-testi-item::before {
        top: 3%;
    }
	  .hm-testi-item {
        padding: 50px 20px 30px;
    }
   

}

/*
* New header styles
*/
#header .logo {
    max-width: 300px;
}
.top-menu-main ul.sub-menu {
    background-color: #fff;
}
.top-menu-main ul.sub-menu li {
    display: block;
    width: 100%;
    margin:0 !important;
    padding: 0 !important;
}
.top-menu-main ul#nav>li>ul.sub-menu>li {
    border-bottom: 1px solid #ccc;
}
.top-menu-main ul.sub-menu li:hover {
    background-color: #f2f2f2;
}
.top-menu-main ul.sub-menu li a {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px !important;
    border-top: 5px solid #ad271a;
    padding-left: 60px !important;
    position: relative;
}
.top-menu-main ul.sub-menu li a::before {
    position: absolute;
    content: " ";
    background-image: url(./images/sub-menu-arrow.webp);
    width: 29px;
    height: 13px;
    left: 15px;
    top: 10px;
}
.top-menu-main ul.sub-menu li.menu-item-has-children {
    background-color: #f9f9f9;
}
.top-menu-main ul.sub-menu li.menu-item-has-children>ul.sub-menu {
    position: relative !important;
    display: block !important;
    inset: inherit !important;
    transform: none !important;
}
.top-menu-main ul.sub-menu li.menu-item-has-children>ul.sub-menu>li>a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1680px) {
 
.top-menu-main ul li {margin: 0 12px;}
	
}
@media screen and (max-width: 1550px) {
    #header .logo {
        max-width: 210px;
    }
	.top-menu-main ul li.menu-item-has-children>a {padding-right: 16px !important;}
	.top-menu-main ul li {margin: 0 10px;}
}
@media screen and (max-width: 1366px) and (min-width: 1201px) {
    #header .logo {
        max-width: 180px;
    }
    .main-menu ul#nav>li a {
        font-size: 12px !important;
    }
	
	.main-menu ul#nav>li >a {
		padding-bottom: 20px !important;
	}
    .main-menu ul#nav>li.menu-item-has-children {
    padding-left: 3px;
}
	
}
div.nav-wrapper:not(.closed) {
    z-index: 999;
}

@media screen and (max-width: 1280px) {
	
	    .top-menu-main ul li {
        margin: 0 7px;
    }
	
}

@media screen and (min-width: 1201px) {
    #mobileVertion,
    .m-toggle {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    #nonemobiletoggle {
        display: none;
    }
    .m-toggle {
        display: block;
    }
    #header .m-toggle {
        background: #AD271A;
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        /* margin-left: auto; */
    }
    #mobileVertion .m-toggle {
        grid-area: 1 / 12;
        width: 40px;
        height: 40px;
        padding: 0;
        background: #AD271A;
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
    }
    div.nav-wrapper:not(.closed) .far.fa-plus {
        margin-left: 15px;
    }
   
    div.nav-wrapper nav {
        grid-column: 2 / 12 !important;
    }
    .menu-item-has-children .sub-menu {
        position: relative !important;
        transform: none !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .logo-container {
        padding-right: 20px;
    }
    #wrapper #header {
        background: #fff !important;
    }
    .logo-container {
        gap: 20px;
    }
    .header-sec .top-rgt {
        margin-bottom: 0;
    }
    .top-right {
        margin-left: auto;
        margin-bottom: 0;
    }
    #search-hvr-top {
        display: none;
    }

    .nav-wrapper {padding-top: 20px;}   
    div.nav-wrapper:not(.closed){background-color: #fff !important;}
    .nav-wrapper ul li a {font-weight: 500;color: #232323 !important;}
    .fa-plus:before {position: absolute; content: ""; background-image: url(./images/hdr-drop-down-arr.webp); background-position: center; background-repeat: no-repeat; background-size: cover; bottom: 0; right: 0; top: 11px; margin: auto; width: 10px; height: 5px;cursor: pointer; }
    div.nav-wrapper nav ul.social-icons{display: none;}
    div.nav-wrapper:not(.closed) .menu-item-has-children .sub-menu {background-color: #232323 !important;padding: 10px;}
    div.nav-wrapper:not(.closed) .menu-item-has-children .sub-menu li a {color: #fff !important;}
    div.nav-wrapper:not(.closed) .menu-item-has-children .sub-menu li:last-child{margin: 0px !important;}

}
@media screen and (min-width: 471px) {
    .hdr-btn span.icon {
        display: none;
    }
}
@media screen and (max-width: 470px) {
    span#form-field form#search-form {
        top: -100% !important;
    }
    .hdr-btn span.text {
        display: none;
    }
    .hdr-btn {
        width: 40px;
        height: 40px;
    }
    /* .logo-container {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    } */
    #header .logo {
        width: 100%;
        max-width: 180px !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-right: auto !important;
    }
    .logo a {
        margin: 0 auto;
        display: block;
    }
    .top-right {
        margin: inherit;
    }
    .hdr-btn a {
        display: flex;
        align-items: center;
    }
    .logo-container {
        gap: 15px;
        justify-content: end;
    }
}
/*
* New header styles
*/

@media screen and (max-width:410px) {
        .bnr-cnt-blk .bnr-hdg {
        font-size: 39px;
    }
    .hm-bnr-sec .banner-blk {
        padding: 70px 0 160px;
    }
        a.cmn-btn {
        padding: 19px 18px;
        font-size: 16px;
    }
    .bnr-bottom-txt {
        font-size: 40px;
    }
        .hm-awards-sec, .hm-handle-sec {
        padding: 60px 0;
    }
        .your-case-hdg {
        letter-spacing: -0.76px;
        font-size: 26px;
    }
    .your-case-rgt a.cmn-btn {
        padding: 19px 17px;
    }
        .handle-image {
        width: 100%;
        max-width: 80px;
        margin: 0 auto 30px;
    }
        h3.handle-title {
        font-size: 30px !important;
        margin: 0px 0px 20px !important;
    }
        .handle-item, .handle-item:nth-of-type(2) {
        padding: 40px 15px 50px;
        max-width: 370px;
    }
        .hm-testimonials {
        padding: 60px 0 30px;
    }
        .your-case-blk {
        gap: 30px;
    }

    .ftr-contact-rgt {
        padding: 40px 23px;
    }
    .ftr-form .gfield input.large, .ftr-form .gfield textarea {
        font-size: 16px !important;
        padding: 13px 16px !important;
    }
    .ftr-loc p {
        font-size: 17px !important;
    }
    .ftr-loc-img {
        margin-top: 7px;
        width: 21px;
    }
    .ftr-call a {
        font-size: 21px;
    }

}

.top-menu-main ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
}
.top-menu-main ul.sub-menu li.menu-item-has-children>ul.sub-menu {
    position: absolute !important;
    display: none !important;
    inset: inherit !important;
    transform: none !important;
    right: 300px !important;
    top: 0 !important;
}
@media screen and (max-width:1280px) and (min-width:1201px){
.top-menu-main ul.sub-menu li a {padding-left: 35px !important; }
.menu-item-has-children:hover .sub-menu {min-width: 200px; max-width: 250px; }
.top-menu-main ul.sub-menu li.menu-item-has-children>ul.sub-menu {right: 200px !important; }
.top-menu-main ul.sub-menu li a::before {width: 18px; height: 9px; left: 8px; top: 12px; background-size: cover; background-repeat: no-repeat; background-position: center; }
}