* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #e7a001 50%,
            transparent,
            transparent)
}

#scrollableDiv {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Inter-Regular;
    src: url('/assets/fonts/inter/Inter-Regular.ttf');
}

@font-face {
    font-family: Inter-Medium;
    src: url('/assets/fonts/inter/Inter-Medium.ttf');
}


@font-face {
    font-family: REM-Medium;
    src: url('/assets/fonts/rem/REM-Medium.ttf');
}

@font-face {
    font-family: RethinkSans-SemiBold;
    src: url('/assets/fonts/rtnk/RethinkSans-SemiBold.ttf');
}


::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}


h2 {
    font-family: RethinkSans-SemiBold;
    font-weight: 100;
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-family: Inter-Medium;
    font-weight: 100;
}

h5,
h4 {
    font-family: Inter-Regular;
}

h1 {
    font-size: 55px;
    font-family: REM-Medium;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 52px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

p,
a {
    font-family: Inter-Regular;
    font-size: 15px;
    line-height: 22px;
}

.fr-up {
    overflow: hidden;
    position: relative;
    padding-top: 4px;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    visibility: hidden;
}


/* header  */
#mySidepanel {
    width: 0;
    transition: width 0.5s;
}

#mySidepanel.open {
    width: 300px;
}

@media screen and (max-width: 460px) {
    #mySidepanel.open {
        width: 75vw;
    }
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 15px 8px 15px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 0px 12px 6px 12px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.submenu {
    display: none;
    padding-left: 20px;
}

.submenu a,
.subsubmenu a {
    padding: 8px 8px 8px 32px;
    font-size: 16px;
    color: #b8b8b8;
}

.submenu a:hover,
.subsubmenu a:hover {
    color: #f1f1f1;
}

/* Nested dropdown */
.subsubmenu {
    display: none;
    padding-left: 20px;
}

.nested-btn {
    padding-left: 32px;
    font-size: 16px !important;
}

.dropdown-butn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 8px 8px 32px;
}



.header {
    position: relative;
    z-index: 4;
}

.hdr-btm-cont-lft-rt p {
    font-size: 15px;
}
.hdr-cnt-btn  p{
    color: #fff;
}
.fr-und-ln.cnct p {
    color: #ffffff !important;
    font-family: inter-medium;
    position: relative;
    border: 2px solid #000000 !important;
    background-color: #000000 !important;
    padding: 10px 20px;
}

/*
.fr-und-ln.active {
    color: #e7a001 !important;
    font-family: inter-medium;
    position: relative;
}

.fr-und-ln-active {
    color: #e7a001 !important;
    font-family: inter-medium;
    position: relative;
}

.fr-und-ln.cnct.active p {
    color: #ffffff !important;
    font-family: inter-medium;
    position: relative;
    border: 2px solid #e7a001 !important;
    background-color: #e7a001 !important;
}


.fr-und-ln {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
}

.fr-und-ln.cnct p:hover {
    color: #ffffff !important;
    font-family: inter-medium;
    position: relative;
    border: 2px solid #e7a001 !important;
    background-color: #e7a001 !important;
}

.fr-und-ln p:hover {
    color: #e7a001 ! important;
}

.fr-und-ln.active p {
    color: #e7a001 ! important;
} */

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.hdr-tp {
    height: 40px;
    width: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
}

.hdr-tp-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.hdr-tp-lft {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hdr-tp-rgt {
    display: flex;
    gap: 30px;
    align-items: center;
}

.hdr-tp-rgt-inr {
    display: flex;
    gap: 10px;
    align-items: center;
}
.hdr-tp-rgt-inr p{
    color: #fff;
}
.hdr-tp-rgt-inr i{
    color: #fff;
}

.header {
    position: sticky;
    top: 0;
    z-index: 4;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.171);
    background-color: #fff;
}

.hdr-logo {
    width: 220px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hdr-mdl {
    height: 100%;
    padding: 18px 0;
    width: 100%;
    background-image: linear-gradient(#FF0000, #990000);

}

.hdr-mdl-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr-mdl-lft {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

.hdr-mdl-rgt {
    display: flex;
    gap: 30px;
    align-items: center;
}

.hdr-mdl-rgt p {
    color: #fff;
}

.cnt-bar-flx {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cnt-bar {
    display: none;
}

/* dropdown  */

.drop {
    /* position: relative; */
    display: inline-block;
}

.drop-button {
    color: white;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 5px;
}

.drop-button p {
    display: flex;
    align-items: center;
    gap: 7px;
}

.drop-button i {
    position: relative;
    top: -2px;
}

.hdr-tp-cont p {
    font-size: 13px;
}

.drop-menu {
    position: absolute;
    top: 76%;
    right: 0%;
    transform: translateX(50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    /* min-width: 160px; */
    width: 100vw;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0;
    ;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.25s ease;

}

.drop-menu-flx {
    display: flex;
    gap: 10px;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 20px 100px
}

.drop-menu-inr {
    margin: 0 50px;
}

.drp-menu-btm {
    height: 20px;
    width: 100%;
    background-image: linear-gradient(#FF0000, #990000);
    margin-top: 20px;
    position: relative;
    top: 1px;
}

.drop-menu a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
}

.drop-menu h3 {
    margin: 20px 0 10px 0;
    font-size: 18px;
}

.drop-menu a:hover {
    background-color: #f2f2f2;
}

/* Show on hover or toggle */

.drop.show .drop-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* drop down close  */
.hdr-mdl-lft input {
    height: 40px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: none;
    outline: none;
    padding-left: 10px;
}

.hdr-mdl-lft .src-rt-bx {
    height: 40px;
    width: 50px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.hdr-mdl-lft .src-rt-bx i {
    color: #fff;
}

.hdr-btm {
    height: 30px;
    width: 100%;
    background-color: #F5F5F5;
    margin-top: 5px;

}

.tp-ln {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    margin-top: 30px;
}

/* header close  */


/* index  */

.swiper-slide .item img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.swiper {
    margin-top: 10px;
}

.mn-slider {
    height: 100%;
    width: 100%;
    position: relative;
}

.mn-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    background-image: linear-gradient(to right, #000000, #00000000);
    z-index: 1;
}

.mn-slider .container {
    position: relative;
}

.mian-cont {
    position: absolute;
    bottom: 12%;
    left: 0%;
    z-index: 2;
    width: 100%;
    Color: #fff;
}

.fr-sml-sz {
    font-size: 30px;
}

.fr-clr {
    color: #FF0000;
}

.mian-cont p {
    max-width: 700px;
    margin-top: 15px;
    font-size: 17px;
}

.mn-btns {
    margin-top: 10px;
}

.mn-btn1 p {
    padding: 10px 35px;
    background-image: linear-gradient(#FF0000, #990000);
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    border: 1px solid #d8d8d8;


}

.mn-btns p {
    font-size: 15px;
    margin-top: 0;
}

.mn-btns {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.mn-btn2-rnd {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #FF0000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mn-btn2 p{
    color: #fff;
}
.mn-btn2 i{
    color: #fff;
}
.abt1-btns .mn-btn2 p{
    color: #000000;
}
.abt1-btns .mn-btn2 i{
    color: #000000;
}

.mn-btn2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mn-btn2-rnd i {
    rotate: -35deg;
}

.mn-rnds {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.mn-rnd {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.ind1 {
    padding: 80px 0;
}

.ind1 h2 {
    max-width: 550px;
}

.ind1 h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #FF0000;
}

.ind2 {
    padding: 120px 0 80px 0;
}

.ind2-lft h3 {
    position: relative;
    width: fit-content;
}

.ind2-lft h3::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 105%;
    height: 2px;
    width: 60px;
    background-color: #000000;
}

h2 span {
    color: #FF0000;
}

.ind2-lft h2 {
    margin: 10px 0;
}

.ind2-rgt {
    height: 600px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.ind2-rgt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ind2-rgt-img-bx-1 {
    width: 80px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    top: -50px;
}

.ind2-rgt-img-bx-2 {
    width: 200px;
    height: 100%;
    position: relative;
    top: 30px;
}

.ind2-rgt-img-bx-3 {
    width: 100px;
    height: 100%;
    position: relative;
    top: -90px;
}

.ind2-rgt-img-bx-4 {
    width: 280px;
    height: 100%;
    position: relative;
    top: -20px;
}

.ind2-lft-btm-ln {
    height: 1px;
    width: 100%;
    background-color: #c7c7c7;
    margin: 10px 0;
}

.ind2-lft-btm {
    margin-top: 36px;
}

.ind2-lft-btm-cont {
    padding-left: 20px;
    position: relative;
}

.ind2-lft-btm-cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #990000;
}

.ind3 {
    padding: 120px 0 110px 0;
    position: relative;
}

.ind3-bg {
    width: 83%;
    height: 830px;
    background-color: #F8F8F8;
    position: absolute;
    z-index: -1;
}

.ind3-img {
    width: 580px;
    height: 700px;
    position: absolute;
    top: 10px;
    left: 0;
    object-fit: cover;
    object-position: right;
}

.ind3-cont {
    width: 1240px;
    position: relative;
    margin-left: auto;
    margin-top: 70px;

}

.ind3-cont-ttl {
    background-color: #f8f8f8;
    padding: 28px 0 30px 30px;
    width: fit-content;
    margin-left: 10px;
}

.ind3-cont h3 {
    position: relative;
    width: fit-content;
}

.ind3-cont h3::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 105%;
    height: 2px;
    width: 60px;
    background-color: #000000;
}

.ind3-cont h2 {
    margin-top: 10px;
}

.ind3-cont p {
    max-width: 600px;
    margin-top: 10px;
}

.sldimg-img-bx {
    width: 100%;
    height: 300px;
    background-color: #fff;
    box-shadow: 0 0 10px #0000002a;
    padding: 10px;
}

.sldimg-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sldimg {
    margin-top: -20px;
}

.sldimg i {
    padding: 8px 22px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    font-size: 20px;
    position: absolute;
    top: 100%;
    cursor: pointer;
}

.sldimg .next_button i {
    right: 43%;
}

.sldimg .prev_button i {
    left: 43%;
}

.sldimg .item {
    padding: 10px;
}

.prd-slid-btn p {
    padding: 10px 30px;
    background-image: linear-gradient(#FF0000, #990000);
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    cursor: pointer
}

.prd-slid-btn {
    width: fit-content;
    margin: 0 auto;
    margin-top: 60px
}

.ind4 {
    padding: 110px 0 80px 0;
    position: relative;
}

.ind4-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}

.ind4-tp h3 {
    position: relative;
    width: fit-content;
    color: #fff;
}

.ind4-tp h3::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 105%;
    height: 2px;
    width: 60px;
    background-color: #ffffff;
}

.ind4-tp h2 {
    font-size: 45px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;

}


.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 1 !important;
}

.mfp-title {
    display: none !important;
}

img.mfp-img {
    max-height: 90vh !important;
    cursor: auto !important;
    max-width: 1000px !important;
}


.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {

    cursor: auto !important;
}

.mfp-close {
    cursor: pointer !important;
}

.mfp-counter {
    display: none !important;
}


.ind4-rt {
    text-align: end;
    color: #fff;
}

.ind4-rt h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.ind4-prdct {
    margin-top: 50px;
}

.sldimg h4 {
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

.sldimg p {
    text-align: center;
}

.sldimg .item .cont {
    padding: 0 20px 20px 20px;
}

.service-slide .img-bx {
    height: 250px;
    width: 90%;
}

.service-slide .img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #ffffff;
}

.service-slide .cont-txt {
    width: 85%;
    min-height: 130px;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px #0000001a;
    position: relative;
    top: -50px;
    border-radius: 5px;
    right: -50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.service-slide .cont-txt p {
    font-size: 14px;
}

.service-slide {
    margin-top: 70px;
}

.in-sml {
    display: none;
}

.slid-btn p {
    padding: 10px 35px;
    border-radius: 5px;
    background-image: linear-gradient(#FF0000, #990000);
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}

.hdr-mdl-cont .hdr-tp-cont {
    display: none;
}

.ind5 {
    padding: 80px 0;
    position: relative;
}

.ind5-img {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: -1;
    margin-top: -50px;
}

.ind5-img img {
    width: 100%;
    object-fit: contain;
}

.ind5-cont {
    text-align: center;
}

.ind5-cont p {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10px;

}

.why-flx {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.why-flx.in-btm {
    justify-content: end;
}

.why-flx-bx {
    width: 460px;
    min-height: 150px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px #0000001a;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.why-flx-bx h3 {
    margin-bottom: 10px;

}

.why-flx-bx img {
    width: 50px;
    object-fit: contain;
}

.why-flx-bx-flx {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.why-flx-bx-lft {
    display: flex;
    align-items: center;
    margin-right: -18px;
    position: relative;
    z-index: 1;
}

.why-flx-bx-lft-flx {
    display: flex;
    align-items: center;

}

.why-flx-bx-lft-flx .ln {
    width: 30px;
    height: 2px;
    background-color: #c7c7c7;
}

.why-flx-bx-lft-flx .rnd {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #c7c7c7;
}

.why-flx-bx-lft h2 {
    font-size: 60px;
    -webkit-text-stroke: 1px #c7c7c7;
    color: transparent;
    font-weight: 600;
}

.ind6 {
    margin: 50px 0;
    padding: 80px 0;
    box-shadow: 0 0 10px #0000001a;
}

.ind6-hdng {
    text-align: center;
}

.ind6-hdng h3 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px
}

.ind6-hdng h3::after {
    content: "";
    width: 80px;
    left: 108%;
    bottom: 10px;
    position: absolute;
    height: 2px;
    background-color: #000000;
    display: block;
}

.ind6-hdng h3::before {
    content: "";
    width: 80px;
    position: absolute;
    height: 2px;
    right: 108%;
    bottom: 10px;
    background-color: #000000;
    display: block;
}

.testimonial {
    max-width: 1200px;
    margin: 50px auto 0 auto;
}

.testi-bx {
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    margin: 10px;
}

.testi-det-flx {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;

}

.testi-det-flx p {
    text-align: left ! important;
}

.testi-det-flx img {
    width: 80px;
    object-fit: contain;
}

.testi-bx p {
    text-align: center;
}

/* index close */

/* about */

.page-header {
    height: 250px;
    width: 100%;
    background-image: url('/assets/img/10.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

}

.page-header h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.page-header-cont {
    margin-top: 50px;
}

.brd-crm {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

.brd-crm h3 {
    font-size: 16px;
    color: #fff;
}

.brd-crm h3 span {
    color: #FF0000;
}

.abt1 {
    padding: 120px 0 80px 0;
}

.abt1-cont {
    display: flex;
    gap: 20px;

}

.abt1-lft-cont {
    width: 530px;
    position: relative;
}

.abt1-lft1 {
    width: 430px;
    height: 570px;
    position: relative;
}

.abt1-lft1::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    height: 100%;
    width: 100%;
    border: 8px solid #564B3E;
    z-index: -1;
}

.abt1-lft1::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -30px;
    height: 130px;
    width: 90px;
    border: 8px solid #B60000;
    z-index: 1;
}

.abt1-lft2 {
    width: 350px;
    height: 180px;
    position: absolute;
    bottom: -60px;
    right: 30px;
}

.abt1-lft2 img {
    border-radius: 7px;
}

.abt1-lft-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt1-rgt-cont {
    max-width: 780px;
    margin-left: -70px;
    flex-shrink: 0;
}

.abt1-rgt-cont h2 {
    max-width: 600px;
    margin: 10px 0;
}

.abt1-rgt-cont p {
    margin: 10px 0;
}

.abt1-rgt-cont h4 {
    margin: 20px 0 20px 15px;
    position: relative;
}

.abt1-rgt-cont h4::after {
    content: "";
    position: absolute;
    left: -16px;
    background-color: #db0000;
    width: 6px;
    top: 0;
    height: 100%;

}

.exp-bx {
    width: fit-content;
    height: 100%;
    box-shadow: 0 0 10px #0000002f;
    border-radius: 7px;
    padding: 10px 30px 20px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;

}

.abt1-rgt-cont-inr {
    margin-left: 60px;
    margin-top: 40px;
}

.exp-bx-flx h3 {
    font-size: 14px;
}

.abt1-btns {
    margin-top: 30px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.abt2 {
    padding: 80px 0;
}

.abt2-hdng h3 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.abt2-hdng h3::after {
    content: "";
    width: 80px;
    left: 108%;
    bottom: 10px;
    position: absolute;
    height: 2px;
    background-color: #000000;
    display: block;
}

.abt2-hdng h3::before {
    content: "";
    width: 80px;
    position: absolute;
    height: 2px;
    right: 108%;
    bottom: 10px;
    background-color: #000000;
    display: block;
}

.abt2-hdng h2 {
    text-align: center;
    margin: 10px 0;
}

.abt2-hdng p {
    text-align: center;
    margin: 10px 0;
    max-width: 700px;
    margin: 0 auto;
}

.abt2-cont {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    margin-top: 50px;
}

.abt2-lft {
    width: 35%;
    text-align: right;
}

.abt2-rgt {
    width: 35%;
}

.abt2-cont-img {
    width: 28%;
    height: 480px;
    position: relative;
}

.abt2-cont-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 2px;
    height: 60%;
    background-color: #b8b8b8;
}

.abt2-cont-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 2px;
    height: 60%;
    background-color: #b3b3b3;
}

.abt2-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abt2-cont h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.abt2-lft-img {
    width: 100%;
    height: 225px;
}

.abt2-rgt .abt2-lft-img {
    margin-bottom: 20px;
}

.abt2-lft .abt2-lft-img {
    margin-top: 20px;
}


/* about close */


/* products  */

.prdct-cat-bx {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 20px;

}

.prdct-cat-bx h2 {
    font-size: 24px;
}

.prdct-cat-bx-hdng {
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.prdct1 {
    padding: 80px 0;
}

.category-bx a,
.dropdown-btn {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    color: #000000;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.category-bx a {
    font-size: 15px;
}

.dropdown-btn {
    font-size: 17px;
}


.dropdown-btn .active {
    color: rgb(0, 0, 0);
}

.dropdown-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.dropdown-btn {
    cursor: pointer;
    background: #fafafa;
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
}

.dropdown-btn.active i {
    transform: rotate(180deg);
    /* rotate caret when open */
    transition: transform 0.3s ease;
}

.category-bx-inr {
    margin-bottom: 10px;
}

/* .prdct-bx-img {
    height: 270px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
}

.prdct-bx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
} */

.prdct-bx-img {
    position: relative;
    overflow: hidden
}

.prdct-bx-img:after {
    content: "";
    padding-top: 70%;
    display: block
}

.prdct-bx-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 8px
}

.prdct1 .row {
    justify-content: start;
}

.prdct-bx-cont {
    padding: 10px;
}

.prdct-bx-cont h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}

.prdct-bx-cont p {
    color: #000000;
}

.prdct-bx {
    margin-bottom: 20px;
}

.in-rgt .row {
    justify-content: left;
}

.in-rgt .col-md-4 {
    padding: 0 5px;
}

.prd-det-lft {
    width: 100%;
    height: 100%;
    border-right: 1px solid #c2c2c2;
}

.prd-det-lft-mn-img {
    height: 450px;
    width: 100%;
}

.prd-det-lft-mn-img img {
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.prd-det1 {
    padding: 80px 0;
}

.prd-det-rgt {
    width: 100%;
    margin-left: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px;
}

.prd-det-rgt p {
    margin-bottom: 10px;
}

.prd-det-rgt h3 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.prd-det-lft-sum-img {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.prd-det-lft-sum-img-inr {
    height: 90px;
    width: 120px;
}

.prd-det-lft-sum-img-inr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


/* products close */

/* gallery  */
.gal1 {
    padding: 80px 0;
}

.gal1-inr {
    width: 100%;
    /* padding: 10px; */
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
    margin-bottom: 15px;
}

.gal1 .col-md-3 {
    padding: 0 5px;
}

/* .gal1-inr {
    height: 250px;
    width: 100%;
}

.gal1-inr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
} */
.gal1-inr {
    position: relative;
    overflow: hidden
}

.gal1-inr:after {
    content: "";
    padding-top: 70%;
    display: block
}

.gal1-inr img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 8px
}

.gal1 .row {
    justify-content: left;
}

/* gallery close  */



/* contact  */

.cnct1 {
    padding: 80px 0;
}

.cntct-flx {
    display: flex;
    justify-content: center;
}

.cntct-lft {
    width: 410px;
    height: 100%;
    padding: 50px 30px;
    background-color: #000000;
    margin-top: 60px;
    z-index: 1;
}

.cntct-lft h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.cntct-lft p,
.cntct-lft i {
    color: #fff;
}

.cntct-lft-flx {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin: 25px 0;
}

.cntct-lft-ln {
    height: 1px;
    width: 100%;
    background-color: #e4e4e4;
}

.scls h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.scls {
    margin-top: 30px;

}

.scl-ic i {
    font-size: 20px;
    color: #fff;
}

.scl-ic {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cntct-rgt {
    width: 700px;
    height: 100%;
    margin-left: -80px;
    background-color: #EFEFEF;
    padding: 60px 50px 50px 120px;

}

.cntct-rgt-inpt input {
    height: 40px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #fff;
}

.cntct-rgt-inpt textarea {
    min-height: 100px;
    max-height: 130px;
    min-width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #fff;
}

.cntct-rgt-inpt {
    margin-bottom: 10px;
}

.cntct-rgt h2 {
    margin-bottom: 30px;
}

.cntct-rgt-inpt button {
    width: 100%;
    height: 40px;
    background-color: #E20000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.cnt-map {
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

/* contact close  */


/* footer  */

.foot-bg {
    height: 100%;
    width: 100%;
    padding: 90px 0 40px 0;
    position: relative;
    background-color: #FBFBFB;
}

.foot-img-bg {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ftr-lft {
    max-width: 500px;
    width: 350px;
    flex-shrink: 0;
}

.ftr-lft p {
    max-width: 300px;
}

.ftr-socials {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.ftr-socials i {
    font-size: 25px;
    color: #000000;
}

.wtsapp {
    width: 50px;
    object-fit: contain;
    position: fixed;
    right: 30px;
    bottom: 170px;
    z-index: 22222;
}

.bk-tp-btn button {
    background-image: linear-gradient(#ff0000, #9c0000);
    padding: 8px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;

}

.ftr-logo {
    width: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

.ftr-logo img {
    width: 100%;
    object-fit: contain;

}

.ftr-rgt {
    width: 100%;
    border-bottom: 1px solid #f13000;
    padding-bottom: 10px;

}

.ftr-rgt-tp {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 80px;
}

.ftr-rgt .cntct-lft-flx {
    margin: 0;
}
.cntct-lft-flx p{
    color: #000000;
}
.cntct-lft-flx i{
    color: #000000;
}

.ftr-fl {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.ftr-rgt-tp-inr h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.ftr-rgt-tp-inr p {
    max-width: 250px;
    margin-bottom: 20px;
    color: #000000;
}
.cntct-lft .cntct-lft-flx p{
    color: #ffffff;
}
.cntct-lft .cntct-lft-flx i{
    color: #ffffff;
}

.bk-tp-btn {
    position: fixed;
    right: 60px;
    bottom: 8%;
    z-index: 22222;

}

.copyright {
    color: #000000;
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
    margin-top: 40px;
    font-weight: 100;
    font-size: 13px;
}

.copyright img {
    position: relative;
    top: 3px;
}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}




/* footer close  */
