@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Space+Grotesk:wght@300..700&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap'); */
:root {
    --font: "Space Grotesk", sans-serif;
    --font2: "DM Sans", sans-serif;
      /* --font: "Montserrat", sans-serif;
    --font2: "Open Sans", sans-serif; */
          /* --font:"Outfit", sans-serif;
    --font2: "Inter", sans-serif; */
    --liner: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    /* --pri: #191f61; */
    --pri: #182B54;
    --sec: #cd692d;
    --text-color: #0A0A0B;
    /* --text-light: #FDF6E3; */
    --para-color: #333333;
     --text-light: #333;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-family: var(--font2);
    color: var(--para-color);
    font-size: 15px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-weight: 400;
    line-height: normal;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

p {
    color: var(--para-color);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--font2);    line-height: 24px;
}

a {
    display: block;
    text-decoration: none;
}

p a {
    display: inline;
}

header {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
}

.top-bar {
/* background: linear-gradient(180deg, #191f61, #4049ac); */
    color: #FAFAF6;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;   
     background:#182B54;
}

.top-bar ul {
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.top-bar ul li {
    position: relative;
    padding: 0 0px;
    border-right: 0px solid #818181;
    background: #fff;
    color: #333;
    border-radius: 50px;
    height: 27px;
    width: 27px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.top-bar ul li a.bg-transparent {
    color: #cd692d;
}
.top-bar ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.top-bar ul li select {
    background-color: transparent;
    border: 0;
    outline: 0;
    color: #FAFAFA;
    max-width: 70px;
    font-weight: 300;
}

.top-bar ul li select option {
    color: var(--text-color);
    font-size: 13px;
}

.mid-bar {
    padding: 0px 0;
    font-weight: 300;
    border-bottom: 0px solid #ddd;    background: #fdf6e359;
}

.logo {
    max-width: 100%;
}

.search-bx {
    /* overflow: hidden; */
    min-width: 365px;
    max-width: 100%;
    margin: 0px 0px 0px 15px;
}
.logo img {
    padding: 5px 0px;
}
.search-bx form {
    display: flex;
    align-items: center;position: relative;
}
  .skewed-header {
        position: absolute;
        height: 37px;
        background-color:#cd692d;
        color: #000000;
        display: flex;
        align-items: center;
        padding-left: 0px;
        clip-path: polygon(7% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%);
        right: 0px;
        width: 36%;
        top: 0px;
        z-index: 0;
    }
.search-bx input {
    height: 38px;
    outline: none;
    background: white;
        padding: 0 20px;
    text-transform: capitalize;
    font-size: 14px;
    width: calc(100% - 90px);
    border: 1px solid #2a339233;
    border-right: 0;
    border-radius: 5px;
}
.c_bx .img_bx span svg {
    display: none;
}
.bg-light2 {
    background: #FDF6E3;
}
.search-bx button {
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 37px;
    display: flex
;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    background: var(--pri);
    color: white;
    border: 1px solid var(--pri);
    transition: 0.2s ease-in-out;
    border-radius: 0px 5px 5px 0px;
    margin-left: -5px;
}

.search-bx button:hover {
    background: #cd692d;
    border-color:#cd692d;
}


.call-now {
    display: flex;
    align-items: center;
    gap: 4px;    position: relative;
    z-index: 9;
}

.call-now .icon-bx {
     min-width: 17px;
    width: 17px;
    height: 17px;
    color: #ffffff;
    background: #fff0;
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.call-now:hover .icon-bx { 
    color: #181818;}
.call-now .icon-bx svg {
    width: 17px;
    height: 17px;
}

.call-now .con-bx {
    text-align: left;
}

.call-now .con-bx span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #dd8a03;
    display: block;
    letter-spacing: 0.3px;
}
.z-index1{z-index: 1;}
.call-now .con-bx span a,
.call-now .con-bx span p {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: normal;
}

.call-now .con-bx span a:hover {
    color: var(--pri);
}


/* .menubar {
border-top: 1px solid #f3e4bca3;
    background: #fff2cd;
} */

/* .menubar .logo{
    display: none;
} */

.menubar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;    background: #fff;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.navigation .nav-header {
    display: none;
    padding: 12px 20px
}

.navigation .navbar button {
    width: 40px;
    height: 40px;
    background: var(--pri);
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li a {
     padding: 18px 15px;
    display: block;
    color: #333;
    transition: all 0.3s ease;
    font-size: 17px;
    font-family: var(--font);
    background: transparent;
    font-weight: 600;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #cd692d;
    background: transparent;
}



.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left
}

.navigation .menu ul li ul.cs-dropdown li:last-child {
    border: 0
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: -36px
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: -31px
}

.navigation .menu ul li ul.cs-dropdown {
    position: absolute;
    width: 285px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
    display: none;
    transition: all .3s ease;
    width: 250px;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0
}

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
    display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--pri);
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
    color: #fff;
    background: var(--pri)
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
    background: #fff;
    color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
    color: #fff;
    background: var(--pri)
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 15px;
    padding: 7px 15px;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    background:#fff;
    transition: all 0.3s ease;
    border-bottom: 0px solid transparent;
}


.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #252625;
}

.navigation ul li.cs-submenu a button svg {
    width: 15px;
    height: 15px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: var(--pri);
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: 100%;
    margin-top: -36px;
}

.navigation .menu ul>li>ul.cs-dropdown>li>ul.cs-dropdown>li>ul.cs-dropdown {
    left: -100%;
    margin-top: -31px;
}


.navigation .menu ul>li>ul.cs-dropdown>li:hover>ul.cs-dropdown {
    visibility: visible;
    opacity: 1;
}

.navigation .menu ul>li ul.cs-dropdown {
    position: absolute;
    width: 290px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}


.readMore.light {
    border: 1px solid white;
    padding: 8px 20px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font);
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

.readMore.light:hover {
    background: var(--sec);
    border-color: var(--sec);
    color: white;
}

.main-btn {
    padding: 12px 25px;
    color: white;
    border: 1px solid var(--pri);
    display: inline-flex;
    gap: 7px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--font);
    white-space: nowrap;
    background: var(--pri);
    outline: none;
    transition: 0.2s ease-in-out;
}

.main-btn:hover {
    background: var(--sec);
    border-color: var(--sec);
}

.main-btn.light {
    background: transparent;
    color: var(--pri);
}

.main-btn.light:hover {
    background: var(--pri);
    color: white;
}

.head-sec {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px;
}

.head-sec .tt {
    font-family: var(--font);
    color: #01212e;
    font-weight: 900;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 25px;
    position: relative;
}

.head-sec .tt::before {
    content: "";
    position: absolute;
    top: 46px;
    left: calc(50% - 25px);
    width: 50px;
    height: 3px;
    background: #cd692d;
    border-radius: 50px;
}

.head-sec.left {
    text-align: left;
}

.head-sec.left .tt::before {
    left: 0;
}

.head-sec p {
    font-size: 15px;
    color:#565656;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0px;
}

main,
main img {
    aspect-ratio:192/65;
}

.carousel-control-next,
.carousel-control-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    z-index: 99;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 15px;
    width: 15px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: var(--pri);
    opacity: 1;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-next {
    right: 30px;
}

@media (max-width:980px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 20px;
        height: 35px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        height: 13px;
        width: 13px;
    }

    .carousel-control-prev {
        left: 0px;
        border-radius: 0 3px 3px 0;
    }

    .carousel-control-next {
        right: 0px;
        border-radius: 3px 0px 0px 3px;
    }
}

.whyChooseSection {
    padding: 60px 0;
}

.why-us-bx {
    border: 1px solid #eee;
    height: 100%;
    text-align: center;
    padding: 20px;
    transition: 0.3s ease-in-out;
}

.why-us-bx:hover,
.why-us-bx.active {
    background: var(--pri);
    color: white;
}

.why-us-bx .icon-bx svg {
    width: 54px;
    height: 54px;
    margin: 0 auto;
}

.why-us-bx .tt {
    font-size: 16px;
    margin: 10px 0;
    font-family: var(--font);
    font-weight: 500;
}

.why-us-bx p {
    line-height: 21px;
    font-size: 14px;
    color: var(--para-color);
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

.why-us-bx:hover p,
.why-us-bx.active p {
    color: white;
}

.shop-sec {
    padding: 50px 0;
}


.c_bx .img_bx {
    overflow: hidden;
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;    border-radius: 15px;
}

.c_bx .img_bx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.c_bx:hover .img_bx::before {
    opacity: 0.5;
}

.c_bx .img_bx span {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    padding: 8px 13px;
    z-index: 2;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font);
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

.c_bx:hover .img_bx span {
    left: 50%;
}

.c_bx .img_bx span:hover {
    background: var(--pri);
    border-color: var(--pri);
    color: white;border: 1px solid #eee;
}

.c_bx .img_bx img {
    width: 100%;
    transition: 0.4s ease-in-out;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: center;
}



.c_bx .des {
    padding: 10px;
}

.c_bx .des .tt {
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 20px;
    color: #191f61;
    margin-bottom: 5px;
    overflow: hidden;
    font-family: var(--font);
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
}
.c_bx .des h2 {
    margin-bottom: 3px;
}
.c_bx .des h4 {
    margin-bottom: 0;
}

.c_bx:hover .des .tt {
    color: #cd692d;
}

.c_bx .des .price {
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #cd692d;
    line-height: 24px;
    font-weight: 600;
    font-family: var(--font);
       margin-bottom: 3px;
    text-align: center;
    margin-top: 5px;
}

.c_bx .des p {
      color: var(--para-color);
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
    font-weight: 400;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
}
.trending-sec .c_bx{
    padding: 0px 10px;
}
.swiper-next,
.swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-next,
.swiper-prev {
    background: #cd692d;
    color: white;
    width: 35px;
    height: 35px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-next:hover,
.swiper-prev:hover {
    background: var(--sec);
    color: white;
}

.swiper-button-next,
.swiper-next {
    right: -17px;
    left: auto;
}

.swiper-button-prev,
.swiper-prev {
    left: -17px;
    right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
}

.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
    opacity: 0.4;
}

.swiper_wrap {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}

.mid-banner {
    /* background: url(../images/backgrounds.png) no-repeat; */
    background-position: center right;
    background-size: contain;
    position: relative;
    z-index: 1;    background-color: #fdf6e3;
}

.mid-banner .content-bx {
    padding-block: 40px;
}
.mid-banner .content-bx h3 {
    margin: 10px 0px;
    font-size: 22px;
    font-weight: 600;
}
.mid-banner .content-bx .tt {
font-family: var(--font);
    color: #01212e;
    font-weight: 900;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
    position: relative;
}

.mid-banner .content-bx .tt::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 50px;
        height: 3px;
    background: #cd692d;
    border-radius: 50px;
}

.mid-banner .content-bx .tt::after {
    content: "Banarasi";
    position: absolute;
    left: 0;
    color: #feeab3;
    font-size: 86px;
    z-index: -1;
    bottom: 20px;
}

.mid-banner .content-bx p {
    line-height: 24px;
    font-size: 15px;
    color: #565656;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0px;    text-align: justify;
}

.video-sec {
    padding: 60px 0;
}

.video-sec .container {
    position: relative;
}

.vd_bx {
    position: relative;
}

.vd_bx img {
    width: 100%;
}


.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    transition: all .5s;
}

.video-play-icon svg {
    width: 80px;
    height: auto;
}

.video-play-icon:hover {
    animation: none;
    color: #fff;
}

.video-sec .content-bx {
    padding: 40px 60px;
    background: var(--pri);
    color: white;
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video-sec .content-bx .sub-tt {
    letter-spacing: 3px;
    font-size: 14px;
    font-family: var(--font);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.video-sec .content-bx .tt {
    font-family: var(--font);
    font-weight: 900;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
    position: relative;
}

.video-sec .content-bx p {
font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 300;
}

.testimonial-sec {
    background-position: center;
    padding: 60px 0;
    position: relative; 
    background: #fdf6e3;
}
/* 
.testimonial-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0.7;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.testimonial-container {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-row {
    padding: 20px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    max-height: 100%;
}

.testimonial-row .text-bx .name {
    font-size: 20px;
    font-family: var(--font);
    font-weight: 600;
    line-height: 27px;
    color: var(--pri);
    margin-left: 40px;
}

.testimonial-row .text-bx .star {
    margin-bottom: 20px;
    margin-left: 40px;
}

.testimonial-row .text-bx p {
    margin-bottom: 25px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
} */
span.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #182b54;opacity: 1;
}
span.swiper-pagination-bullet-active {
    background: #cd692d;
    position: relative;
    width: 9px;
    height: 9px;
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: -3px;
    left: -3px;
    border: 1px solid #cd692d;
    border-radius: 100%;
}
.testimonial-sec  .swiper { 
    padding-bottom: 35px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}

.blog-sec {
    padding: 60px 0;
    font-family: var(--font);
}

.blog-bx .img-bx {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-bottom: 15px;
}

.blog-bx img {
    aspect-ratio: 4 / 3;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-bx .des,
.blog-details .des {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    margin-bottom: 15px;
}

.blog-bx .des li,
.blog-details .des li {
    font-size: 14px;
    color: #cd692d;
    font-weight: 500;
    position: relative;
}
.blog-bx a.read-more-link {
    color: #cd692d;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 8px 0px 0px;
}
.blog-bx .des li::before,
.blog-details .des li::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 4px;
    height: 12px;
    width: 2px;
    background: #aaa;
}

.blog-bx .des li:last-child:before,
.blog-details .des li:last-child:before {
    content: none;
}

.blog-bx .des li a,
.blog-details .des li a {
    display: inline;
    color: var(--pri);
}

.blog-bx .des li a:hover,
.blog-details .des li a:hover {
    color: var(--sec);
}

.blog-bx .tt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 20px;
    color: #191f61;
    margin-bottom: 0px;
}
.blog-bx .readMore.light {
    border: 1px solid #182b54;
    padding: 8px 20px;
    color: #182b54;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font);
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}
.blog-bx .readMore.light:hover {
    background: #cd692d;
    border-color: #cd692d !important;
    color: white !important;
}

.blog-bx:hover .tt {
    color: #cd7c1c;
}
.blog-bx a.read-more-link:hover {
    color: #182b54;}
.blog-bx p {
    margin-bottom: 0;
    color: var(--para-color); 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

footer {
    background: var(--pri);
    overflow: hidden;
}

.ft-bx {
    padding-block: 5px;
    position: relative;
    z-index: 1;
}

.ft-bx.light {
    background: #1e325f;
    height: 100%;
}

.ft-bx.light p {
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: var(--font);
    font-size: 14px;
    color: #f5f5f5;
    padding: 5px 0;
    transition: 0.2s;
    letter-spacing: 0.2px;
}

.ft-bx.light::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1e325f;
    z-index: -1;
}
  .ft-tt:after {
    content: "";
    width: 65px;
    height: 2px;
    background: #cd692d;
    left: 0;
    bottom: -1px;
    position: absolute;
}
.ft-bx .ft-tt { 
    position: relative;
}
.ft-bx .con-bx {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    gap: 10px;
}

.ft-bx .con-bx .ic-bx svg {
    min-width: 17px;
    width: 17px;
    height: 17px;
    color: #ffffff;
}

.ft-bx .con-bx a,
.ft-bx .con-bx p {
    font-family: var(--font);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.ft-bx .con-bx a {
    font-weight: 600;
}

.ft-bx .con-bx a:hover {
    color: #ea9a6a;
}

.ft-bx .ft-tt {
    font-family: var(--font);
    color: #F9FEFD;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    letter-spacing: 1px;
}

.ft-bx ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.ft-bx ul li a {
    font-weight: 400;
    font-family: var(--font);
    font-size: 14px;
    color: #f5f5f5;
    padding: 5px 0;
    transition: 0.2s;
    letter-spacing: 0.2px;
}

.ft-bx ul li a:hover {
    color: #ffbf98;
}

.ft-bx .search-bx button {
    background: #163B39;
}

.ft-bx .search-bx button:hover {
    background: var(--sec);
}

.ft-bx ul.social {
    display: flex;
    gap: 10px;
}

.ft-bx ul.social img{
    height: 33px;
    width: 33px;
    object-fit: contain;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.copyright p {
    text-align: center;
    margin-bottom: 0;
    color: white;
}

.breadcum-sec {
    background: url(../images/about-banner.jpg);
    background-position: top center;
    padding: 120px 0;
    background-size: cover;
    position: relative;
    z-index: 1;
    font-family: var(--font);
}

.breadcum-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0.4;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.breadcum-sec .main-tt {
    font-size: 40px;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}

.breadcum-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.breadcum-sec ul li {
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    position: relative;
}

.breadcum-sec ul li::before {
    content: url('data:image/svg+xml;charset=utf-8,<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="23" height="23" fill="none" viewBox="0 0 24 24"> <path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 16 4-4-4-4"/> </svg>');
    position: absolute;
    top: -1px;
    right: -23px;
    width: 23px;
    height: 23px;
}

.breadcum-sec ul li:last-child:before {
    content: none;
}

.breadcum-sec ul li a {
    color: white;
}

.breadcum-sec ul li a:hover {
    color: var(--pri);
}

.factSheet-sec {
    background: url(../images/bg/factsheet-bg.jpg) no-repeat;
    padding: 40px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.factSheet-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0.5;
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.factSheet-bx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.factSheet-bx .img-bx {
    width: 70px;
}

.factSheet-bx .tx-bx {
    width: calc(100% - 80px);
    color: white;
}

.factSheet-bx .tx-bx span {
    line-height: 24px;
    letter-spacing: 0.3px;
}

.factSheet-bx .tx-bx p {
    margin-bottom: 0;
    font-size: 18px;
    color: white;
    line-height: 33px;
    letter-spacing: 0.1px;
}

.category-page {
    padding: 60px 0;
}

.cate-tx h1,
.cate-tx h2,
.cate-tx h3 {
    font-size: 22px;
    color: var(--text-color);
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 700;
}

.cate-tx h2,
.cate-tx h3 {
    font-size: 20px;
    font-weight: 600;
}

.cate-tx p {
    color: var(--text-color);
    line-height: 26px;
    text-align: justify;
    margin-bottom: 15px;
}

.cate-tx .price {
    font-size: 22px;
    letter-spacing: 0.1px;
    color: var(--pri);
    font-weight: 600;
    margin: 17px 0;
}

.cate-tx table {
    margin-bottom: 15px;
    font-family: var(--font);
    width: 100%;
    max-width: 100%;
}

.cate-tx table tr td {
    padding: 5px 8px;
    font-weight: 500;
    border: 1px solid #E1E1E1;
    color: var(--text-color);
}

.cate-tx table tr td:first-child {
    color: var(--text-light);
}

.cate-img img {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.cate-img .mySwiper {
    margin-top: 5px;
}

.cate-img .mySwiper img {
    cursor: pointer;
}

.gallery-sec {
    padding: 60px 0;
}


 

.masonry .item { 
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

.masonry .item .img-bx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.masonry .item:hover .img-bx::before {
    opacity: 0.5;
}

.masonry .item:before,
.masonry .item:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    background-color: transparent;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 2;
}

.masonry .item:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
}

.masonry .item:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}

.masonry .item:hover:before,
.masonry .item:hover:after {
    height: 60px;
    width: 60px;
    opacity: 1;
}

.masonry .item img {
    max-width: 100%;
}

.masonry .item .link-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out;
    pointer-events: none;
}

.masonry .item:hover .link-wrap {
    opacity: 1;
}
 

.form-group {
    position: relative;
    margin-bottom: 12px;
}

.modal-content {
    border-radius: 0;
}

.modal-content .main-tt {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 15px;
}

.btn-close {
    float: right;
    box-shadow: none;
}

.btn-close:hover,
.btn-close:focus {
    box-shadow: none;
}

.pop-img {
    aspect-ratio: 2 / 3;
}

.pop-img img {
    aspect-ratio: 2 / 3;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.form-label {
    font-size: 14px;
    color: var(--text-color);
    font-family: var(--font);
    font-weight: 500;
}

.form-control {
    font-weight: 500;
    border-radius: 0;
    font-size: 14px;
    padding: 8px 12px;
    color: var(--text-color);
    font-family: var(--font);    height: 45px;
    border: 1px solid #cd692d33;
    background: #fdf6e359;
}

textarea.form-control {
    min-height: 100px;
    resize: none;
}

.form-control:focus {
    border-color: var(--pri);
    box-shadow: none;
}

.blog-details {
    padding: 60px 0;
}

.blog-details .main-tt,
.blog-details h2,
.blog-details h3 {
    font-size: 22px;
    color: var(--text-color);
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-details .img-bx {
    margin: 15px 0;
}

.blog-details .img-bx img {
width: auto;
    object-fit: contain;
    aspect-ratio: 16 / 10;
    object-position: center;
    margin: auto;
    display: block;
    border-radius: 10px;
    min-height: 100%;
    max-height: 100%;
}

.blog-details .content-bx p {
    color: var(--text-color);
    line-height: 26px;
    text-align: justify;
    margin-bottom: 15px;
}

.blog-details h2,
.blog-details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
 /* Blog Title */
.blog-title {
  font-size: 2.5rem;
  font-weight: bold;
}

/* Blog Meta Info */
.blog-meta {
  font-size: 0.9rem;
  color: #888;
}

/* Blog Tags */
.blog-tags span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 0.85rem;
  background: #f1f1f1;
  border-radius: 20px;
}

/* Comment Section Container */
.comment-section {
  margin-top: 60px;
}

/* Individual Comment */
.comment {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* Author Name */
.comment-author {
  font-weight: 600;
}

/* Comment Date */
.comment-date {
  font-size: 0.85rem;
  color: #777;
}

/* Comment Form Box */
.comment-box {
  margin-top: 40px;
  padding-top: 20px;
  /* border-top removed as it was set to 0px */
}

.title5{
    font-size: 18px;
    font-weight: 700;
    margin: 7px 0px;
    color: #191f61;
    letter-spacing: 0px;
    font-family: var(--font);
    transition: all 0.5s ease;
}
 
.contact-sec {
    padding: 60px 0;
}

.contact-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 25px;
}

.contact-bx .head-sec {
    margin-bottom: 30px;
}

.contact-bx .head-sec .tt {
    font-size: 20px;
    line-height: 28px;
}

.contact-bx .head-sec .tt::before {
    top: 40px;
}


.contact-bx .con-bx {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.contact-bx .con-bx .ic-bx{
    min-width: 35px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #E0F7F5;
}

.contact-bx .con-bx .ic-bx svg {
    min-width: 15px;
    width: 15px;
    height: 15px;
    color: var(--pri);
}

.contact-bx .con-bx a,
.contact-bx .con-bx p {
    font-family: var(--font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 0px;
}

.contact-bx .con-bx a {
    font-weight: 600;
}

.contact-bx .con-bx a:hover {
    color: var(--pri);
}

.contact-bx .map-bx{
    width: 100%;
}

.sitemap-sec {
    padding: 60px 0;
}


.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
    font-family: var(--font);
    color: var(--text-color);
    font-weight: 500;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: var(--pri);
}

.market-sec{
    padding: 60px 0;
    font-family: var(--font);
}

.market-sec h1,
.market-sec .main-tt,
.market-sec h2,
.market-sec h3{
     font-size: 20px;
    color: #cd692d;
    line-height: 26px;
    margin: 20px 0 15px;
    font-weight: 700;
}

.market-sec h2,
.market-sec h3{
    font-size: 20px;
    font-weight: 600;
}

.market-sec .market-bx{
    padding: 14px 12px;
    background-color: #E8E8E8;
    color: var(--text-color);
    font-size: 15px;
    transition: 0.2s ease-in-out;
}

.market-sec .market-bx:hover{
    background-color: var(--pri);
    color: white;
}

.fancybox-image, .fancybox-spaceball{
    max-width: 100%;
}
/* marquee css */
       .head-top-bar {
         display: block;
         overflow: hidden;
         white-space: nowrap;
         box-sizing: border-box;
         }
         .head-top-bar div {
         display: inline-block;
         padding-left: 100%;
         animation: marquee 20s linear infinite;
         }
         @keyframes marquee {
         from { transform: translateX(0); }
         to { transform: translateX(-100%); }
         }


/* why choose us */
.why-choose-us .feature-box {
background: #fff;
    padding: 45px 15px 25px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    transition: .4s;    box-shadow: 0px 0px 6px 0px #e4dbc0;
}
.why-choose-us .feature-box::before {
    content: "";
    position: absolute;
    top: -115px;
    left: -6%;
    right: 0;
    margin: auto;transition: all 0.5s ease;
    width: 112%;
    height: 205px;
    background: #FDF6E3;
    border-radius: 50%;
}
.why-choose-us .feature-box:hover {
    background: #FDF6E3;}
    .why-choose-us .feature-box:hover::before {background: #f8e6b3;}
    .why-choose-us .feature-box:hover .tx-bx{   letter-spacing: 1px;}
.why-choose-us .fbc-btn {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #cd692d;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    transition: .4s;
}
 
.why-us-bx1 .tx-bx {
     font-size: 18px;
    font-weight: 700;
    margin: 7px 0px;
    color: #191f61;
    letter-spacing: 0px;
    font-family: var(--font);    transition: all 0.5s ease;
 
}

.why-us-bx1 p {
    line-height: 24px;
    color: #464646;
}
.img-bx svg {
    width: 40px;
}
 /* Video Section */
.property-values-1-video {
    position: relative;
}

.property-values-1-video .video-thumb {
      margin-right: -87px;
    padding-left: 25px;
}

.property-values-1-video .video-thumb img {
    border-radius: 50% 0px 0px 50%;
}

.property-values-1-video .play-btn {
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    color: #fff;
    --icon-size: 78px;
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.play-btn > i {
    display: inline-block; 
    text-align: center;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: all ease 0.4s;
}

footer .search-bx {
    /* overflow: hidden; */
    min-width: 260px;
    max-width: 100%;
    margin: 0px 0px 6px 0px;
    /* border-radius: 30px; */
}
footer .ft-bx .search-bx button {
 background: #cd692d;
    border: 1px solid #ccc;
    border-radius: 0px 20px 20px 0px;
    height: 43px;
}
footer .search-bx input {
    height: 43px; 
    border: 1px solid #ffffff33;     border-radius: 30px 0px 0px 30px;
}
form#news_letter label.error {
    position: absolute;
    bottom: -20px;
    text-align: center;
    padding-left: 10px;
}
.block-bottom {
    color: #fff;
    position: absolute;
    bottom: 15px;
}
a.link-secondary {
    color: #fff;
}
a.link-secondary:hover {
    color: #e39d73;
}
header .search-bx input {
       height: 45px;
    border: 1px solid #cd692d33;
    background: #fdf6e359;
}
header .search-bx button { 
    height: 45px;
    
}
.ft-bx ul.social li {
    position: relative;
    padding: 0 0px;
    border-right: 0px solid #818181;
    background: #fff;
    color: #333;
    border-radius: 50px;
    height:30px;
    width: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.ft-bx ul.social li a { 
    color: #182b54;display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0px 0;}
 
footer .ft-bx ul.social {
    display: flex
;
    gap: 0px;
}
.ft-bx ul.social li a:hover { 
    transform: scale(1.1);
    color: #cd692d;
}
/* testimonials */
  .testimonial-block-three {
     background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px #e4dbc0;
    width: 98%;
    margin: 5px auto;
    padding: 8px;
    }

    .testimonial-block-three .inner-box {
        border: 0px solid #edd9a1;
    padding-top: 32px;
    border-radius: 15px;
    overflow: hidden;
    }

    .testimonial-block-three .upper-box {
      position: relative;
      text-align: center; 
    }

    .testimonial-block-three .image {
      width: 80px;
      height: 80px;
      margin: 0 auto 22px;
      border-radius: 50%;
      position: relative;
      z-index: 1;    display: flex
;
    justify-content: center;
    align-items: center;background: #182b54;
    }

    .testimonial-block-three .image::before {
      content: '';
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border-radius: 50%;
      border: 1px solid #eee;
      background: #182b5438;
      z-index: -1;
    }
.testimonial-block-three .image span {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}
    .testimonial-block-three .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    .testimonial-block-three .quote {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    padding: 12px 20px;
    text-align: left;
    background: #feeab3;
    z-index: 0;
    }
.testimonial-block-three .quote svg {
    width: 30px;
    height: 30px;
    fill: #182b54;
}
    .testimonial-block-three .title3 {
         margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 20px;
    color: #cd692d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: var(--font);
    text-align: center;
    }

    .testimonial-block-three .location {
   font-size: 14px;
    color: #182b54;
    margin-bottom: 10px;
    font-weight: 500;
    }

    .testimonial-block-three .text {
       padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
    background: #f7f7f7;
    line-height: 1.7em;
    padding-bottom: 20px;
    padding-top: 20px;
    color: var(--para-color);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font2);
    }

    .testimonial-block-three .text::before {
      content: '';
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%) rotate(-45deg);
      width: 25px;
      height: 25px;
      background: #fff;
      z-index: -1;
    }
/* blogs */
.blog-bx {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px #e4dbc0;
}

/* workporcess */
  .work-2procesd-jkhd {
                position: relative;
                counter-increment: count;
                margin-bottom: 30px;
            }

            .work-2procesd-dks {
                display: inline-block;
                width: 160px;
                height: 160px;
                border: 2px solid #cd692d;
                background-color: #ffffff;
                border-radius: 50%;
                padding: 5px;
                position: relative;
                margin-bottom: 30px;
            }

            .work-2procesd {
                background-color: #201e21;
                position: relative;
                border-radius: 50%;
                overflow: hidden;
            }

            .work-2procesd::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                display: block;
                width: 0;
                height: 0;
                /* background: rgba(var(0, 255, 255, 255), 0.2); */
                border-radius: 50%;
                transition: all 500ms linear;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                opacity: 0;
                z-index: 2;
            }

            .work-proces-ekd-conten-klid {
                width: 60px;
                height: 60px;
                font-size: 60px;
                color: #cd692d;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }

            .work-proces-ekd {
                   width: 50px;
    height: 50px;
    background-color: #cd692d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: -9px;
    top: 5px;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
    border: 2px solid #ffffff;
            }

            .work-proces-ekd-conten {
               position: relative;
    box-shadow: 0px 0px 45px 0px #3333331c;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 24px 6px 26px;
    min-height: 145px;
            }

            .work-2procesd-jkhd__title {
                margin: 0 0 5px;
                font-size: 17px;
                letter-spacing: 0px;
                font-weight: 700;
                line-height: 20px;
                color: #191f61;
                margin-bottom: 3px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                font-family: var(--font);
                text-align: center;
            }

            p.work-2procesd-jkhd__text {
                margin-bottom: 0px;
            }

            .work-proces-ekd-conten::after {
                position: absolute;
                left: 0;
                right: 0;
                top: -23px;
                content: "";
                margin: auto;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 35px 30px 35px;
                border-color: transparent transparent #ffffff transparent;
            }

            .work-process-one__border {
                width: 100%;
                height: 2px;
                background-color: #cd692d;
                top: 80px;
                position: relative;
            }

            .work-process-one__border::before {
                position: absolute;
                right: 0;
                top: -5px;
                width: 11px;
                height: 11px;
                background-color: #222023;
                border-radius: 50%;
                content: "";
            }

            .work-process-one__border::after {
                position: absolute;
                left: 0;
                top: -5px;
                width: 11px;
                height: 11px;
                background-color: #1d1b1d;
                border-radius: 50%;
                content: "";
            }

            .work-process-one__gradiant-left {
                height: 100%;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                width: 5%;
                border-width: 1px;
                border-style: solid;
                border-image: linear-gradient(-45deg, #ccc, #333) 1;
            }
            .col-md-5c{width:20%;padding: 0px 15px;}
            .blog-bx .img-bx img{transition: all 0.5s ease;}
            .blog-bx:hover .img-bx img{transform:scale(1.1);}
            .top-bar ul li:hover a.bg-transparent {
    color: #2c2c2c;
}
.whyChooseSection .overflow-hidden.rounded-3 img {
    transition: all 0.5s ease;
}
.whyChooseSection .overflow-hidden.rounded-3:hover img {
   transform: scale(1.1);
}
#web-pulse-scroll-up {
    position: fixed;
    z-index: 9;
    bottom: 90px;
    right: 15px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: linear-gradient(to bottom, #cd692d 0%, #f69458 100%);
}

.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 30px;
    color: #fff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9;
    transition: all 0.2s linear;
    background: linear-gradient(to bottom, #cd692d 0%, #f69458 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.send_enquiry svg {
    width: 24px;
    height: 24px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #fff;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #fff;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}
.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 90px;
    cursor: pointer;
    z-index: 9;
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}
a.whatapp_btn.whatapp_btn2 {
    bottom: 30px;
    background: #182b54;left: inherit;right:15px;
    border: 1px solid #ffffffa8;
}
.whatapp_btn svg {
    width: 25px;
    height: 25px;
}
.readMore {
    background: var(--sec);
    border-color: var(--sec);
    color: white;
    border: none;
    padding: 10px 35px;
    margin-top: 10px;transition: all 0.5s ease;
}
.readMore:hover {
    background: #182b54;
    border-color: #182b54;
    color: white;}
.modal-header {
    background: #182b54;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.modal-content {
    border-radius: 5px;
}
.modal-content .btn-close { 
    filter: invert(1);
}
.modal-sm {
        max-width: 340px;
    }
.swiper-button-next, .swiper-button-prev { 
    z-index: 1;}
    .img-bx.blg-dtl { 
    overflow: hidden;
    border-radius: 10px;
}
a.whatapp_btn.whatapp_btn2:hover{color: #ffbf98;}
 
    ul.social.w-100.mb-1.float-none {
    justify-content: center;
}
   .ft-bx .social.w-100.mb-1.float-none li.facebook{background: #3C5B9B;}
   .ft-bx ul.social.w-100.mb-1.float-none li.youtube{    background: #f70000;}
   .ft-bx ul.social.w-100.mb-1.float-none li.instagram{    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);}
   .line-rrr.tt::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #cd692d;
    border-radius: 50px;
}   
h2.tt.text-start::before{left: 0px;}
 

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}
.product-lists .w-100 img {
    aspect-ratio: 147 / 221;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}
.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #cd692d;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 10px 0;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;    margin-bottom: 5px;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}
.wps_right {
    display: flow-root;
    text-align: justify;
}
.product_right_image {
    float: right;
    max-width: 350px;
    width: 100%;
    margin: 0 0 25px 25px;
    text-align: center;
}

.product_right_image img {
    width: 100%;
}

.product_right_image .detail_image,
.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.product_right_image .detail_image {
    height: 500px;
}

.product_right_image .product_dimage {
    height: 400px;
}

.product_right_image .detail_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #182b54;
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin: 7px 0;text-align: left;
    color: #182b54;
}

.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin: 7px 0;
    color: #182b54;text-align: left;
}

.wps_right table {
    margin: 0;
    width: 100%;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: #182b54;
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: #182b54;
    border: 1px solid #6b2b76;
    border-radius: 3px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: #cd692d;
    color: #fff;
    border-color: #cd692d;
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    box-shadow: 0px 0px 6px 0px #e4dbc0;
    transition: all 0.35s ease-in-out;
    border: 1px solid #eee;
    border-bottom: none;    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: block;
}

.product_listing .product .image1 {
     width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: auto;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    aspect-ratio: 2 / 3;
}

.product_listing .product .image1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #eee;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin-right: 0;
}

.product_listing .product .small .item.active {
    border-color: #182b54;
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube svg {
    width: 40px;
    height: 40px;
}

.product_listing .product p {
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .read_more {
    margin-top: 0;
}

.product_listing .right-content .read_more {
    margin-top: 10px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a, .right-content h4 a {
   color: #182b54;
}

.right-content h4,
.right-content .title4 {
    padding: 0px 0;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 20px;
    color: #191f61;
    overflow: hidden;
    font-family: var(--font);
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    margin: 10px 0px !important;
    height: auto;
}
.right-content .title4 a{  color: #182b54;}
.right-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    height: 1.1px;
    background: #eee;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a,
.product_listing:hover .right-content h4 a,
.product_listing:hover .right-content .title4 a {
    color: #cd692d;
}
a.readMore.mx-0.mx-2.mb-2 {
    background: #182b54;
    border-color: #182b54;
}
a.readMore.mx-0.mx-2.mb-2:hover {
    background: #cd692d;
    border-color: #cd692d;
}
.right-content .table-responsive {
    width: 100%;
    max-height: max-content;
    padding-right: 5px;
    margin: 0 !important;
}
.right-content a.readMore {
    padding: 10px 6px 10px;
    font-size: 15px;
    height: 40px;
    letter-spacing: -0.5px;
    margin: 13px 1px !important;
}
.right-content table {
    margin-bottom: 0;
    width: 100%;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    border: 1px solid #eaeaea;
    width: 60%;
}
.right-content a.readMore svg {
    width: 18px;
    height: 18px;
}
.right-content table tbody tr td:first-child {
    color: #182b54;
    width: 40%;
}

.you_may {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #182b54;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #dbcca3;
}
.w-100.bg-white2.py-5.product-details {
    display: flow-root;
}
.more_info .text.text-start {
    color: var(--para-color);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font2);
    line-height: 24px;
}
span.readMore.mx-auto.mt-3 {
    padding: 10px 20px;
}
/* product details */
.you_may {
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: #182b54;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
}
/* pdf */
.product_showcase {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 6px 0;
    margin-bottom: 8px;
}

.productBrochureandvideo {
    margin-right: 15px;
}

.productBrochureandvideo a {
    display: flex ;
    justify-content: center;
    align-items: center;
    border: 1px dashed #dd7a3e;
    padding: 7px 6px;
    color: #dd7a3e;
    text-decoration: none;
    outline: none;
    font-weight: 600;
    letter-spacing: 0px;
}
.ft-bx ul.social.w-100.mb-1.float-none li.youtube svg.bi.bi-youtube {
    width: 16px;
}
.productBrochureandvideo a svg {
    color: #dd7a3e;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
/* browser & youtube */
.item.youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
    height: 35px;
    border-radius: 5px;
    width: 40px;
}

.slider .slides {
    width: auto;
    border: 1px solid #eee;
    cursor: pointer;    aspect-ratio: 19 / 29;
}
.slider .slides.active 
 {
    border: 2px solid #cd692d;
}
.slider .slides img.w-100 {
aspect-ratio: 33 / 50;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    background: #ffffff;
    width: auto !important;
    padding: 0px 0px;
}
.item.youtube svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
/* Add more cleanup here as needed for remaining blocks */

/* category section end */
/* about us */
/* ABOUT CSS CUSTOM */
.features {
    width: 100%;
    padding: 50px 0 0;
    margin: 0;
    position: relative;
    background: url(../images/banner-imagesk.jpg) center center / cover no-repeat fixed;
}

.features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #182b54e0;
    background-image: linear-gradient(
        90deg,
        rgba(6, 23, 51, 0) 0%,
        rgba(29, 42, 77, 0) 0%,
        #182b54e8 80%
    );
}

/* Section Heading */
.h2_title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
    color: #383d92;
}

.features .h2_title {
    color: #fff;
}

.h2_title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #d2deff;
    margin-left: -50px;
}

/* Grid Layout */
.features .features-holder {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 25px;    position: relative;
}

/* Panel */
.features .feature-panel-holder {
    padding-top: 20px;
    transition: 0.3s ease-in-out;
}

.features .feature-panel-holder:hover {
    padding-top: 0;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark {
    background-color: #182b54;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content .titleFact {
    color: #ffc19b;
}

.features .feature-panel-holder:hover .feature-panel .feature-content p {
    visibility: visible;
    opacity: 1;
    height: 30px;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {
    color: #ccc;
    border-color: #ccc;
    margin-top: 12px;
}

.features .feature-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 33px;
    border-radius: 8px 0 8px 8px;
    border: 1px solid rgba(249, 249, 249, 0.15);
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* Icon */
.features .feature-icon {
    margin-bottom: 5px;
}

.features .feature-icon img {
    width: 40px;
    display: inline-flex;
    filter: invert(1);
    transition: 0.3s ease-in-out;
}

/* Text content */
.features .feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.shadow2 {
    box-shadow: 0px 0px 6px 0px #e4dbc0 !important;
    height: 100%;
}
.features .feature-content .titleFact {
    font-weight: 500;
  font-family: var(--font);
    font-size: 16px;
    line-height: 28px;
    text-transform: inherit;
    margin-bottom: 6px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.features .feature-content p {
    font-size: 15px;
    line-height: 24px;
    color: #ddd;
    text-align: center;
    margin-bottom: 0;
    height: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

/* Link */
.features .feature-panel a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-top: -32px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}

/* Card Panel */
.features .features-card {
    display: flex;
    justify-content: space-between;
    transform: translateY(100px);
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.features .card-panel {
    display: flex;
    align-items: center;
    flex-basis: 48%;
    background: #fff;
    border-radius: 8px 0 8px 8px;
    padding: 30px 40px 34px;
    box-shadow: 0 5px 83px rgba(9, 29, 62, 0.15);
    position: relative;
}

.features .card-panel .panel-icon img {
    width: 80px;
    min-width: 80px;
    transition: 0.3s ease-in-out;
}

.features .card-panel.reversed {
    flex-direction: row-reverse;
}

.features .card-panel.reversed .panel-icon {
    margin-left: 40px;
    margin-right: 0;
    display: flex;
    align-items: center;
    transform: translateY(-7px);
}

.features .card-panel .titleCat {
 font-family: var(--font);
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #182b54;
}

/* More features */
.features .more-features {
    text-align: center;
    margin-bottom: 20px;
}

.features .more-features p {
    font-weight: 700;
    font-size: 18px;
    color: #f4f4f4;
    margin-bottom: 0;
    position: relative;
}

.features .more-features p a {
    color: #383d92;
    padding-bottom: 8px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    position: relative;
}

.features .more-features.more-features-2 p a {
    color: #cd692d;
}

/* Background Color Helpers */
.bg-skype,
.bg-firoze {
    background-color: #182b54 !important;
}

.bg-orange {
    background-color: #cd692d !important;
}

/* Misc */
.counter-block.shadow2 img {
    width: 60px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.div-cla p.fs-18.mt-0 {
    text-align: justify;
}
/* video sectin */
/* video start code */
.video_gallery {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    z-index: 1;
}

.video_gallery .vd_bx {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 16px;
    border: 1px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 15px;
}

.video_gallery .video-play-icon {
    width: 50px;
    height: 50px;
    line-height: 48px;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 80px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    display: block;
    margin: auto;
    transition: all .5s;
    background: var(--liner);
    background-color: #d9141b;
    box-shadow: 0 0 0 0 rgba(110, 39, 37, .5);
    -webkit-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: wave 1.25s infinite cubic-bezier(.66, 0, 0, 1);
}

@-webkit-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@-moz-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@-ms-keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

@keyframes wave {
    to {
        box-shadow: 0 0 0 45px rgba(213, 142, 144, 0)
    }
}

.video_gallery .moreBtn:before, .video_gallery .moreBtn:after {
    background: #333;
}


.video_gallery .moreBtn:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: white;
}
a.video-play-icon {
    color: #fff !important;
}
.vd_bx .video-play-icon svg {
    width: 20px;
    height: auto;
}
.vd_bx img {
    width: auto;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
}

.vd_bx {
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
/* about us faq */
.accordion-header {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}
.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden;
}

.accordion-button {
     padding: 12px 15px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #002c6c;
    font-weight: normal;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}
.container-fluid.px-lg-5.position-relative .vd_bx {
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
  .iti {
    width: 100%;
  }
 .phones {
    padding-left: 90px !important;
  }
           .iti {width: 100%;}
         .telePhone.mobile{padding-left: 84px;}
         .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container { 
         height: 45px;
         }
         .ft-bx li.twitter.mx-1 {
    background: #333 !important;
    color: #fff;
}
.ft-bx li.linkedin.mx-1 {
    background: #18538f !important;
    color: #fff;
}
.ft-bx li.linkedin.mx-1 a.bg-transparent {
    color: #fff !important;
}
.ft-bx li.twitter.mx-1 a.bg-transparent {
    color: #fff !important;
}
         .why-us-bx1 p a.text-muted.fs-13.lsp-5:hover {
    color: #cd692d !important;
}
   @media (min-width:1024px) {
            .menubar.stricky-fixed .logo {
        max-width: 55%;
        margin: auto;
    }
       .img-bx.blg-dtl {
    height:450px;}
            .logo {
    max-width: 75%;
    margin: auto;
}
         }


.property-values-1-video .video-thumb {
    margin-right: -60px;
    padding-left: 55px;
}
         .mid-banner .content-bx ul {
    padding: 0px;margin: 10px 0px;
}
footer .ft-bx.light p { 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.mid-banner .content-bx ul li{
    list-style: circle;line-height: 22px;
margin-left: 15px;}
.cmTitle {
    font-size: 22px;
    margin: 10px 0px;
    font-weight: 600;
    color: #d06d31;text-align: left;
}
.col-xxl-8.col-xl-8.col-lg-8.col-md-12.col-sm-12.col-12 .right-content p {
    font-size: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.col-xxl-9.col-xl-9.col-lg-9.col-md-12.col-sm-12.col-12 .more_info {
    max-height: 315px;
    overflow-y: auto;
    padding-right: 15px;
}
.col-lg-7.col-12 .content-bx {
    max-height: 395px;
    overflow-y: auto;
    margin-bottom: 39px;
}
.mid-banner .content-bx h2, .mid-banner .content-bx h3 {
    font-size: 25px;
    font-weight: 700;
}
label.error {
    color: red;
}

.col-lg-3.col-md-6 .right-content a.readMore {
    padding: 10px 3px;
    font-size: 15px;
    height: 40px;
    letter-spacing: -0.5px;
    margin: 13px 2px !important;
}
.product_popup_image, .product_popup_image img, img.catImg {
    height: auto;
    aspect-ratio: 147 / 221;    object-fit: contain;    min-width: 100%;
    min-height: 100%;
}
.product-lists {
    position: relative;
}
.product-lists .slider.d-flex.justify-content-center {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.why-choose-us .feature-box li.pinterest.mx-1 {
    background: #e60023 !important;
    color: #fff !important;
}

.navigation .menu ul li a:hover { 
    color: #cd692d;
}
@media (min-width:1024px) {
    
 .navigation .menu ul>li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 50%;
    float: left;
    border-left: 0.5px solid #ccc;
}

.navigation .menu ul>li ul.cs-dropdown { 
    width: 610px; 
    left: -100%;
}
}