/**
 * Theme Name: One87 Global
 * Template:   oceanwp
 * ...other header fields
 */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/dm-sans-v15-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Hind Madurai';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/hind-madurai-v11-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Hind Madurai';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/hind-madurai-v11-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Hind Madurai';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/hind-madurai-v11-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Hind Madurai';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/hind-madurai-v11-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/plus-jakarta-sans-v8-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/inter-v18-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-v18-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/inter-v18-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/nunito-sans-v15-latin-600.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Hind Madurai';
    --bodyFont: 'Inter';
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}
body {
    margin: 0;
    padding: 0;
    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;
}
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 !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
a:focus {
    outline: 0 !important;
}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}
.widget {
    margin: 0;
}
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;
}
p:empty {
    display: none;
}
ul,
li {
    list-style: none;
}
a:hover {
    text-decoration: none;
}
.w100p,
.wrapper {
    width: 100%;
}
.container {
    max-width: 1450px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
/* Header Section Starts */
.header-sec {
    background: #000;
    padding: 24px 0;
    position: relative;
    z-index: 999;
    width: 100%;
}
.header-btn a.cmn-btn {
    font-size: 17px;
    padding: 15px 30px;
    letter-spacing: 0.7px;
    border-radius: 5px;
}
.header-sec .container {
    width: 100%;
    max-width: 1480px;
    margin: auto;
    padding-left: 12px;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.top-menu-right {
    display: flex;
    align-items: center;
    gap: 39px;
}
.top-menu ul li:last-child {
    margin: 0;
}
.top-menu ul {
    margin: 0;
}
.top-menu ul li {
    display: inline-block;
    margin: 0 21px 0 0;
    position: relative;
}
.top-menu ul li a {
    position: relative;
    font-family: 'Hind Madurai';
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: block;
    outline: 0;
    border: 0;
}
.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #A43434;
}
.top-menu ul li.menu-item-has-children a {
    padding-right: 16px;
    position: relative;
}
.top-menu ul li.menu-item-has-children a:before {
    position: absolute;
    content: " ";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 8px;
    background-image: url(./images/sub-menu-arrow.webp);
    background-repeat: no-repeat;
}
.top-menu ul li ul li.menu-item a:before {
    display: none;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 180px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 10px;
    border-radius: 5px;
    z-index: 999;
    margin: auto;
}
.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;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #000;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #1F1F1F;
    color: #fff;
}
/* Common Styling */
a.cmn-btn {
    /* font-family: 'Plus Jakarta Sans'; */
    font-family: 'Hind Madurai';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
    /* letter-spacing: -1.1px; */
    letter-spacing: normal;
    padding: 14px 60px;
    color: #fff;
    text-transform: uppercase;
    background-color: #A43434;
    display: inline-block;
    border: 1px solid transparent;
}
.text-heading {
    font-family: 'Hind Madurai';
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #26272C;
    margin: 0 auto 12px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    width: max-content;
    text-transform: uppercase;
}
.text-heading::before {
    content: "";
    position: absolute;
    background-image: url(./images/text-before-line.webp);
    background-repeat: no-repeat;
    width: 172px;
    height: 5px;
    bottom: 0;
    right: -18px;
}
.text-para {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #676C75;
    margin: 0 0 40px 0;
    text-align: justify;
}
/* a.cmn-btn{
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
} */
a.cmn-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}
/* .text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
} */
/* Mobile Menu Starts */
@media screen and (min-width: 992px) {
    .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: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #000;
    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 0;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #9b662a;
}
.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;
}
.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: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 768px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #000;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #a43434;
        border-top: 1px solid #a43434;
    }
    .header-sec {
        border-bottom: none;
    }
    .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: 10px;
    }
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: #000;
        width: 50%;
    }
    .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: 'Hind Madurai';
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
}
/* Footer Section */
.site-footer {
    background: #1F1F1F;
    padding: 37px 0 54px 0;
    color: #fff;
}
.block-list {
    display: flex;
    padding: 26px 85px 26px 49px;
    background-color: #000;
    justify-content: space-between;
    margin: 0 0 50px 0;
    align-items: center;
}
.block-itm.addr {
    width: 34.8%;
    padding-left: 99px;
}
.block-itm.email {
    width: 23.4%;
    padding-left: 108px;
}
.block-itm.phn {
    width: 20.6%;
    padding-left: 81px;
}
.block-itm.icns {
    width: 11.1%;
    padding: 0;
    text-align: center;
    border: 0;
}
.block-itm {
    position: relative;
    border-right: 1px solid #5B5B5B;
}
.block-itm::before {
    position: absolute;
    content: "";
    background-image: url(./images/loctn.webp);
    width: 48px;
    height: 42px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.block-itm.email::before {
    background-image: url(./images/email-box.webp);
    width: 53px;
    height: 43px;
    left: 10px;
}
.block-itm.phn::before {
    background-image: url(./images/phn.webp);
    width: 46px;
    height: 43px;
    left: 10px;
}
.block-itm.icns::before {
    display: none;
}
.block-itm h4,
.ftr-menu h4 {
    font-family: 'Nunito Sans';
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 19px 0;
    color: #fff;
}
.block-itm p {
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
.block-itm a {
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}
.block-itm a:hover {
    color: #A43434;
}
.soc-icons-main {
    display: flex;
    justify-content: center;
    gap: 32px;
    align-items: center;
}
.soc-icons-main a {
    display: inline-block;
    font-size: 0;
    width: 23px;
    height: 23px;
    position: relative;
    background-image: url(./images/linkn.webp);
}
.soc-icons-main a.Utude {
    background-image: url(./images/utude.webp);
    width: 28px;
    height: 20px;
}
.soc-icons-main a:hover {
    transform: scale(1.1);
}
.site-footer .container {
    max-width: 1560px;
}
.ftr-blk-btm {
    display: flex;
    justify-content: space-between;
    padding: 0 95px 0 132px;
    align-items: center;
}
.ftr-menu h4 {
    margin: 0;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-menu ul {
    padding: 0;
    margin: 0;
    column-count: 2;
}
.ftr-menu ul li {
    margin: 0 0 23px 0;
}
.ftr-menu ul li:last-child {
    margin: 0;
}
.ftr-menu ul li a {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Nunito Sans';
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
}
.ftr-menu ul li a:hover {
    color: #A43434;
}
.ftr-menu {
    width: 43.8%;
    padding: 8px 206px 0 0;
}
.ftr-logo-blk {
    width: 58.3%;
    border-left: 1px solid #fff;
    padding-left: 147px;
}
.ftr-logo img {
    width: 100%;
    display: block;
}
.menu-footer-menu-container {
    padding: 25px 0 44px;
    /* border-right: 1px solid #fff;  */
}
.copyrights .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyrights {
    background: #000000;
    padding: 25px 0;
    text-align: center;
}
.copyrightmenu ul {
    margin: 0;
}
.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}
.copyrights p,
.copyrightmenu ul {
    margin: 0;
}
.copyrights p,
.copyrights a {
    font-family: 'Inter';
    color: #676C75;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
.copyrightmenu ul li a {
    line-height: 1;
    color: #fff;
}
.copyrightmenu ul li a:hover {
    color: #676C75;
}
.copyrightmenu ul li:last-child a {
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .top-menu,
    .top-rit {
        display: none;
    }
    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    button.showhide {
        background: #a4342a;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0 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;
    }
    .header-sec {
        /* position: fixed; */
        position: sticky;
        top: 0;
        background-color: #000000;
        padding: 10px 10px;
        width: 100%;
        border-bottom: 2px solid #a43434;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #a4342a;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
}
/* SLICK SLIDER */
.slick-prev,
.slick-next {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ccc;
    height: 50px;
    width: 50px;
    z-index: 2;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 26px;
    font-weight: 900;
}
.slick-prev {
    left: -80px !important;
}
.slick-next {
    right: -50px !important;
}
.slick-prev:hover,
.slick-next:hover {
    background-color: #000;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}
/* SLICK SLIDER */
@media screen and (max-width: 1800px) {
    .header-sec .container,
    .site-footer .container,
    .container {
        max-width: 1600px;
    }
}
@media screen and (max-width:1700px) {
    .header-sec .container,
    .site-footer .container,
    .container {
        max-width: 1400px;
    }
    .header-sec .container {
        padding-right: 0;
    }
    .header-sec {
        padding: 18px 0;
    }
    .ftr-menu {
        padding: 8px 153px 0 0;
    }
    .block-list {
        padding: 22px 50px;
        margin: 0 0 40px 0;
    }
    /* .ftr-logo-blk {
        gap: 65px;
    } */
    .ftr-logo img {
        max-width: 220px;
    }
    .copyrights {
        padding: 20px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
}
@media screen and (max-width:1500px) {
    .header-sec .container,
    .site-footer .container,
    .container {
        max-width: 1200px;
    }
    .header-sec {
        padding: 15px 0;
    }
    .top-menu ul li a {
        font-size: 18px;
    }

    .text-heading{font-size: 44px;}
    .logo img {
        width: 100%;
        display: block;
        max-width: 260px;
    }
    .block-itm::before {
        transform: scale(0.9);
    }
    .block-itm.addr,
    .block-itm.email,
    .block-itm.phn {
        padding-left: 70px;
    }
    .block-itm h4,
    .ftr-menu h4 {
        font-size: 28px;
        margin: 0 0 14px 0;
    }
    .block-itm.email {
        width: 26.4%;
    }
    .block-itm.email::before,
    .block-itm.phn::before {
        left: 0;
    }
    .block-itm.icns {
        width: 12.1%;
    }
    .block-list {
        padding: 20px 40px;
        margin: 0 0 30px 0;
    }
    .ftr-blk-btm {
        padding: 0 70px 0 110px;
    }
    /* .ftr-logo img {
        max-width: 200px;
    } */
    .ftr-menu {
        padding: 8px 78px 0 0;
        width: 48.8%;
    }
    /* .ftr-logo-blk {
        gap: 50px;
    } */
    .ftr-logo-blk {
        padding-left: 110px;
    }
    .copyrights {
        padding: 16px 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }
}
@media screen and (max-width:1240px) {
    .header-sec .container,
    .site-footer .container,
    .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .text-heading {
        font-size: 42px;
    }
    .logo img {
        max-width: 230px;
    }
    .top-menu-right {
        gap: 15px;
    }
    .top-menu ul li a {
        font-size: 16px;
    }
    .top-menu ul li.top-menu ul li {
        margin: 0 17px 0 0;
    }
    .site-footer {
        padding: 30px 0;
    }
    .block-list {
        padding: 20px;
        margin: 0 0 25px 0;
    }
    .block-itm h4,
    .ftr-menu h4 {
        font-size: 22px;
        margin: 0 0 10px 0;
    }
    .block-itm::before {
        transform: scale(0.8);
    }
    .block-itm.email::before,
    .block-itm.phn::before {
        transform: scale(0.7);
    }
    .block-itm.addr,
    .block-itm.email,
    .block-itm.phn {
        padding-left: 58px;
    }
    .block-itm p {
        font-size: 14px;
    }
    .block-itm.phn {
        padding: 8px 0 8px 58px;
        width: 21.6%;
    }
    .block-itm.email {
        padding: 8px 0 8px 58px;
        width: 26.4%;
    }
    .block-itm.icns {
        width: 14.1%;
    }
    .ftr-blk-btm {
        padding: 0 50px 0 78px;
    }
    .menu-footer-menu-container {
        padding: 13px 0 18px;
    }
    .ftr-menu {
        padding: 8px 50px 0 0;
        width: 59.8%;
    }
    .ftr-menu ul li {
        margin: 0 0 15px 0;
    }
    .ftr-logo img {
        max-width: 200px;
    }
    /* .ftr-logo-blk {
        gap: 26px;
    } */
    .ftr-logo-blk {
        padding-left: 90px;
    }
}
@media screen and (max-width:991px) {
    .header-btn a {
        width: max-content;
        margin: 10px 0 0;
    }
    .header-btn a.cmn-btn:hover {
        background-color: #fff;
    }

}
@media screen and (max-width:980px) {
    .header-sec .container,
    .site-footer .container,
    .container {
        max-width: 720px;
    }
    .text-heading {
        font-size: 35px;
        width: 100%;
    }
    .text-heading::before {
        right: 0;
        margin: auto;
        left: 0;
    }
    .block-list {
        padding: 22px;
        flex-direction: column;
        width: 100%;
        max-width: 380px;
        margin: 0 auto 25px;
    }
    .block-itm.addr,
    .block-itm.email,
    .block-itm.phn,
    .block-itm.icns {
        width: 100%;
    }
    .block-itm.addr,
    .block-itm.email,
    .block-itm.phn,
    .block-itm.icns {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 12px 12px 12px 65px;
        border: 1px solid #5B5B5B;
    }
    .block-itm::before {
        left: 7px;
    }
    .block-itm.icns {
        padding: 20PX;
    }
    .soc-icons-main {
        gap: 22px;
    }
    .ftr-blk-btm {
        padding: 0;
        flex-direction: column;
        width: 100%;
        max-width: 380px;
        margin: 0 auto 20px;
    }
    .ftr-menu {
        padding: 0;
        width: 100%;
    }
    .ftr-logo-blk {
        padding-left: 0;
        border: none;
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .ftr-logo {
        text-align: center;
    }
    .ftr-logo img {
        max-width: 100%;
    }
    /* .ftr-logo-blk {
        gap: 40px;
        width: 100%;
        border: 0;
        justify-content: center;
    } */
    /* .ftr-logo img {
        max-width: 170px;
    } */
    .menu-footer-menu-container {
        padding: 13px 0 30px;
    }
    .site-footer {
        padding: 30px 0 20px;
    }
    .hm-ftr-sec {
        display: flex;
        flex-direction: column-reverse;
    }
    .ftr-menu h4 {
        text-align: center;
    }
    .ftr-menu ul li {
        margin: 0 14px 8px 0;
        display: inline-block;
    }
    .menu-footer-menu-container {
        text-align: center;
    }
    .ftr-menu ul {
        column-count: 1;
    }
    .copyrights p,
    .copyrights a {
        font-size: 12px;
    }
    .copyrights {
        padding: 12px 0;
    }
}
@media screen and (max-width:767px) {
    .header-sec .container,
    .site-footer .container,
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .header-sec {
        border-bottom: none;
    }
    .sub-heading {
        font-size: 15px;
    }
    .ftr-menu ul {
        column-count: 1;
        text-align: center;
    }
    /* .ftr-logo-blk {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    } */
    .copyrights .container {
        flex-direction: column;
    }
}