/**
 * Theme Name: Jaipuri Minerals
 * Template:   oceanwp
 * ...other header fields
 */


@font-face {
    font-display: swap; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/poppins-v22-latin-200.woff2') format('woff2');
  }

  @font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/poppins-v22-latin-300.woff2') format('woff2');
  }

  @font-face {
    font-display: swap; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/poppins-v22-latin-regular.woff2') format('woff2');
  }

  @font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/poppins-v22-latin-500.woff2') format('woff2'); 
  }

  @font-face {
    font-display: swap; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/poppins-v22-latin-600.woff2') format('woff2'); 
  }

  @font-face {
    font-display: swap; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/poppins-v22-latin-700.woff2') format('woff2'); 
  }

  @font-face {
    font-display: swap; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/poppins-v22-latin-800.woff2') format('woff2'); 
  }

  @font-face {
    font-display: swap; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/poppins-v22-latin-900.woff2') format('woff2');
  }

  @font-face {
    font-display: swap;
    font-family: 'Gentium Plus';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/gentium-plus-v2-latin-regular.woff2') format('woff2');
  }

  @font-face {
    font-display: swap; 
    font-family: 'Gentium Plus';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/gentium-plus-v2-latin-700.woff2') format('woff2'); 
  }
  
 :root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Gentium Plus';
    --bodyFont: "Poppins", sans-serif;
}

* {
    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;
    -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:visited {
    color: inherit;
} */
a:hover {
    text-decoration: none;
    color: #000;
}
.w100p,
.wrapper{
    width: 100%;
}

.container{ 
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width:1700px) {
    .container {
        max-width: 1440px;
    }
}
@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;
        padding: 0;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

/* Header Section Starts */
.header-sec.f-nav {
    background-color: #000;
    border-bottom: 2px solid #ff400c;
}
.header-sec.f-nav .logo-container:after{display: none;}
.header-sec.f-nav .logo-container {
    padding: 0;
}
.header-sec {
    background-color: transparent;
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.header-sec .container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
.logo img {
    width: 100%;
    max-width: 236px;
    height: 108px;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 108px;
    justify-content: center;
    position: relative;
    padding: 13px 0 29px;
}
.logo-container:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 40px;
    background-color: #5f5f5f;
    height: 1px;
    width: 85%;
	left: 0;
	margin: auto;
}

.top-menu ul{ margin: 0 !important;}

.top-menu ul li:last-child{ margin: 0;}

.top-menu ul li {
    display: inline-block;
    margin: 0 94px 0 0;
    position: relative;
}
.top-menu {
    padding-top: 28px;
}
.top-menu ul li a{
    position: relative;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: var(--bodyFont);
    display: block;
    outline: 0;
    border: 0;
}

.top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a {
    color: #ff400d;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #ff400d;
    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 rgb(0 0 0 / 46%);
    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;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #000000;
    color: #fff;
}


.sec-hdng{
    font-family: 'Gentium Plus';
    font-weight: 400;
    font-size: 95px;
    line-height: 1.05;
    letter-spacing: -0.95px;
    color: #000000;
    margin-bottom: 47px;
}
.para{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
    line-height: 2.05;
    color: #000;
    letter-spacing: 0.34px;
    margin-bottom: 20px;
}


/* Common Styling */

.cmn-btn{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline-block;
    background-color: #ff400d;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 0 0 0px 0;
    padding: 20px 38px;
    border: 1px solid transparent;
  }
  .cmn-btn:hover{
    background-color: #000;
    color: #fff;
    border: 1px solid #ff400d;
  }
.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: #ff400d;
    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: 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 0px 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #000000;
}
.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: #ff400d;
        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: 10px;
    }
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: #ff400d;
        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: "Poppins", serif;
        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 {
    padding: 417px 0 0 !important;
    background-image: url(./images/footer-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.site-footer::before{
    content: '';
    position: absolute;
    background-color: #000000;
    opacity: 75%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-menu ul {
    padding: 0px 0 43px;
    text-align: center;
    margin: 0px auto;
    position: relative;
}
.ftr-menu ul::before {
    content: "";
    background-color: #4f443b;
    width: 90%;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.ftr-menu ul li {
    margin: 0 96px 0 0;
    display: inline-block;
}
.ftr-menu ul li:last-child{
    margin: 0;
    padding: 0;
}
.ftr-menu ul li a {
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}
.ftr-menu ul li a:hover{
    color: #ff400d;
}
.ftr-main-blocks {
    padding: 45px 0px 78px;
    display: flex
;
    justify-content: center;
    position: relative;
    gap: 30px;
}
.ftr-block-location {
    width: 29%;
    position: relative;
}
.ftr-logo-main {
    width: 37.1%;
    text-align: center;
    position: relative;
    padding: 0 50px;
    border: 1px solid #4f443b;
    border-top: none;
    border-bottom: none;
}
.ftr-block-contact {
    width: 27%;
}
 
.block{
    position: relative;
}
.block h4{
      font-family: 'Gentium Plus';
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding-top: 103px;
    margin-bottom: 18px;
}
.block p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.block p a{
    display: inline-block;
    color: #fff;
}
.block.cont p a {
      font-family: 'Gentium Plus';
    font-weight: 500;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 0;
}
.block.cont p a:hover, .block p a:hover {
    color: #da5030;
}
.ftr-btn {
    padding: 14px 0 0 118px;
}
.ftr-btn .cmn-btn {
    padding: 20px 52px;
    color: #fff;
}
.block::before {
    content: "";
    background-image: url(./images/ftr-loc-img.webp);
    width: 40px;
    height: 50px;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    margin: auto;
}
.block.cont::before{
    background-image: url(./images/ftr-cnt-img.webp);
    width: 50px;
    height: 50px;
}
.soc-icons-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 31px;
    background-color: #f2f7fa;
    width: 6%;
}
.soc-icons-main a {
    display: inline-block;
    width: 41px;
    height: 41px;
    background-image: url(./images/hm-spirtes.webp);
    background-position: -351px -120px;
    background-color: #6b80af;
    border-radius: 50%;
    font-size: 0;
    transition: 0.5s;
}
.soc-icons-main a.linkdin{
    background-position: -421px -122px;
}
.soc-icons-main a:hover{
    background-color: #253e74;
}
.copyrights {
    text-align: center;
    padding: 30px 0;
    background-color: #ff4b31;
}
.copyrights p, .copyrights a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.3px;
    color: #fff;
    margin-bottom: 0px;
}
.copyrights p, .copyrightmenu ul{
    margin: 0 0 12px 0;
}
.copyrightmenu ul li a{
    line-height: 1;
    border-right: 2px solid #fff;
}
.copyrights a:hover{
    color: #000;
}
.copyrightmenu ul li{
    display: inline-block;
    margin: 0;
}
.copyrightmenu ul li:last-child a{
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 8px;
}
 
.ftr-logo img {
    width: 100%;
    display: block;
    max-width: 400px;
}
.ftrlink {
    display: inline-block;
}
.cpy-inr {
    display: inline-block;
}

@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: #ff400d;
        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;
    }
    .header-sec {
        position: fixed;
        background-color: #000000;
        padding: 10px 10px;
        width: 100%;
    }
    .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: 0px;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #000000;
        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:1700px) {
    .container {
        max-width: 1440px;
    }

    .sec-hdng{ font-size: 75px;}
    .cmn-btn{font-size: 19px;}
    .para{letter-spacing: 0;font-size: 16px;}

    .logo img { max-width: 210px; height: 96px; }
    .logo-container{padding: 12px 0 16px;}
    .top-menu { padding-top: 20px; }
    .top-menu ul li { margin: 0 85px 0 0; }
    .logo-container:after{ width: 79%;}

    .site-footer {
        padding: 400px 0 0 !important;
    }
 
    
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }

    .top-menu ul li { margin: 0 50px 0 0; }
    .top-menu { padding-top: 25px; }
    .logo-container { padding: 8px 0 16px; }

    .sec-hdng { font-size: 65px; }

    .ftr-contact .sec-hdng { margin: 0; }
    .hm-ftr-frm-sec { margin: 0 0 -280px; } 
    .site-footer { padding: 320px 0 0 !important; }
    .ftr-btn .cmn-btn { padding: 16px 41px; }
    .ftr-main-blocks { padding: 40px 0px 50px; }
    .block.cont p a { font-size: 35px; }
    .block p { font-size: 16px; }
    .ftr-menu ul li a { font-size: 18px; }
    .ftr-menu ul li { margin: 0 50px 0 0; }
    .block h4 { font-size: 35px; }
    .copyrights p, .copyrightmenu ul { margin: 0; }
    .ftr-menu ul { padding: 0px 0 30px; }
    .copyrights { padding: 20px 0; }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }

    .top-menu ul li { margin: 0 32px 0 0; }
    .logo-container { padding: 0 0 12px; gap: 64px; }
    .logo img { max-width: 180px; height: 82px; }
	.logo-container:after {
    width: 85%;
}

    .cmn-btn { font-size: 18px; padding: 18px 38px;}
    .sec-hdng { font-size: 51px; }
    .para{line-height: 1.85;}

    .block p { font-size: 15px; line-height: 1.8;}
    .block h4 { font-size: 30px; }
    .block.cont p a { font-size: 30px; }
    .ftr-menu ul li { padding-right: 0; }
    .copyrights p, .copyrights a { font-size: 16px; }
    .ftr-main-blocks { padding: 30px 0px 50px; }
    .site-footer { padding: 260px 0 0 !important; }
    .block::before { transform: scale(0.9); top: 8px;}
    .block h4 { margin-bottom: 10px; padding-top: 80px;}
    .hm-ftr-frm-sec {
        margin: 0 0 -235px;
    }
    .ftr-menu ul {
        padding: 0px 0 20px;
    }
    .ftr-contact .sec-hdng { padding: 56px 0 0 40px; }
    .ftr-btn {
        padding: 14px 0 0 53px;
    }
    .ftr-contact .sec-hdng::before {
        top: 67px;
        height: 108px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
        padding: 0;
    }

    .header-sec.f-nav {
        border-bottom: 0;
    }
    .para {
        line-height: 1.65;
    }

    .logo-container { padding: 0; gap: 0; }
    .logo-container:after{display: none;}

    .site-footer { padding: 20px 0 0 !important; }
    .ftr-menu ul li a { font-size: 15px; }
    .hm-loc-sec { width: 100%; margin: auto; }
    .ftr-contact .sec-hdng { padding: 0; text-align: center; margin: 0 0 16px; }
    .ftr-contact .sec-hdng::before{ display: none; }
    .ftr-menu ul li { margin: 0 30px 0 0; }
    .ftr-menu ul { padding: 0px 0 16px; }
    .block p br{ display: none; }
    .ftr-block-location, .ftr-block-contact, .ftr-logo-main { width: 100%; display: block; margin: 0 auto; border: 1px solid #697166; padding: 20px; max-width: 350px; }
    .ftr-btn { padding: 0; }
    .ftr-main-blocks { flex-direction: column; max-width: 320px; width: 100%; margin: auto; gap: 20px; }
    .block::before { top: 0; }
    .block h4 { padding-top: 62px; font-size: 25px; }
    .ftr-logo img { max-width: 220px; margin: 0 0 10px; }
    .hm-ftr-frm-sec {
        margin: 0;
    }
    .ftr-main-blocks {
        padding: 20px 0px 30px;
    }

}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .our-vision-lft-img, .our-mission-rgt-img {
        max-width: 260px;
    }
    .sec-hdng {
        font-size: 46px;
        line-height: 1;
    }
    .cmn-btn {
        font-size: 15px;
        padding: 15px 20px;
    }
    .copyrights p, .copyrights a {
        font-size: 15px;
        line-height: 1.8;
    }

    .ftr-menu ul li { margin: 0 10px 0 0; }

    .hm-ftr-frm-sec {
        padding: 0 0 20px;
    }
    .ftr-main-blocks {
        padding: 20px 0;
    }
    .copyrights {
        padding: 12px 0;
    }
    .ftr-main-blocks{gap: 14px;}

    .hm-ftr-frm-blk{gap: 15px;}
}
@media screen and (max-width:480px) {
    .sec-hdng { font-size: 33px;}
    .para {
        line-height: 1.55;
        font-size: 15px;
    }
    .copyrights p, .copyrights a {
        font-size: 14px;
        line-height: 1.5;
    }
    p.copy-para{
        width: 100%;
        max-width: 210px;
        margin: auto;
    }
    .copyrights {
        padding: 10px 0;
    }
    .block p {
        line-height: 1.6;
    }
    .ftr-menu ul {
        padding: 0;
    }
    .ftr-menu ul::before{display: none;}
    .ftr-main-blocks {
        padding: 10px 0;
    }
}