/* Now you can use these fonts in your CSS */
body {
    font-family: "Manrope", sans-serif;
    /* font-family: "Montserrat Alternates", sans-serif; */
}


.burger {
    position: relative;
    width: 40px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: block;
}

a{
	color:white;
}



.burger-menu {
    border-radius: 4px;
    border: 0.566px solid #E3E3E3;
    background: #004028;
    padding: 10px;
    display: none;
    position: absolute;
    top: 110px;
    z-index: 09;
    left: 10px;
    transition: 1s;

}

.burger-menu.shows {
    display: block;
    transition: 1s;
}

.burger-menu ul li {
    list-style: none;
}


.burger-menu ul {
    padding-left: 0px;
}

.burger-menu ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.255px;
}

.burger input {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.burger input:checked~span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.burger input:checked~span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.burger input:checked~span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
}




a {
    text-decoration: none;
}

.text-primary {
    color: #422207;
}

.bg-primary {
    background-color: #004028 !important;
}

.baner-btn-div {
    position: absolute;
    right: 40px;
    bottom: 50px;
}

.baner-btn-div button {
    border-radius: 4px;
    background: #FFF;
    padding: 10px 20px;
	position:relative;
	z-index:99999;
    border: 0;
}

.baner-btn-div button {
    background: #FFF;
}

.head-h2 h2 {
    color: #422207;
    font-family: "Montserrat Alternates";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.636px;
}

.head-h2 h2 span {
    color: #422207;
    font-family: "Montserrat Alternates";
    font-size: 50px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    letter-spacing: -1.636px;
}

.view-all-btn button {
    border-radius: 4.592px;
    border: 1.148px solid rgba(130, 89, 35, 0.15);
    padding: 10px 20px;
    font-size: 16px;
    color: #422207;
    font-weight: 400;
    background: #FFF;
}
.view-all-btn button:hover{
    background-color: #004028;
    color: white;
}
.collection-box {
    margin: 0px 15px;
}

.collection-box img {
    width: 100%;
}

.collection-slider .slick-dots {
    display: none;
}

.collection-box h6 {
    color: #825923;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 10px;

}

.collection-box {
    border-radius: 4.592px;
    border: 1.148px solid rgba(130, 89, 35, 0.15);

    background: #FFF;
}

.collection-box img {
    height: 270px;
    object-fit: contain;
    width: 100%;
}

.collection-box h6 {
    padding-left: 10px;
}

.banner-serv {
    border-radius: 4px;
    background: linear-gradient(90deg, #E1C681 12.8%, #D3B35B 79.38%);
    width: 100%;
    padding: 10px;
}

.banner-serv h3 {
    color: #634907;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 50px;
    /* 156.667% */
}

.minus-img {
    margin-top: -64px;
}

.who-we p {
    color: #422207;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
}

.hover-bg-btns button {
    border-radius: 32.151px;
    border: 1.273px solid rgba(130, 89, 35, 0.15);
    background: #FFF;
    font-size: 15px;
    color: #422207;
    padding: 6px 30px;
}

.gold-btn:hover {
    border-radius: 46.563px;
    border: 1.109px solid #E5CB60;
    background: linear-gradient(109deg, #FCF17F 10.32%, #DEC056 13.67%, #C18F2E 17.2%, #AD7929 19.81%, #9C6626 22.89%, #915A23 26.57%, #8A5221 31.39%, #885021 41.72%, #955E24 46.63%, #C18F2E 64.29%, #D2AC46 75.01%, #E9D165 91.21%, #F7E878 104.28%, #FCF17F 112.46%, #FAF3A2 133.14%);
    color: white;
}

.Diamond-btn:hover {
    border-radius: 32.151px;
    border: 1.273px solid #393939;
    background-image: url('../images/index/diamond.png');

}

.silver-btn:hover {
    border-radius: 32.151px;
    border: 1.273px solid #838383;
    background: linear-gradient(100deg, #FFF 0.26%, #DAD9D9 6.76%, #8C8A8A 57.44%, #8C8A8A 71.56%, rgba(140, 138, 138, 0.86) 84.3%, #FFF 102.17%);
    color: white;
}

.tabs-btn {
    display: flex;
	    flex-wrap: wrap;

}

.tabs-btn button {
    margin-left: 15px;
	
    margin-top: 10px;
}

.cat-box img {
height: auto;
    object-fit: contain;
    width: 100%;
    padding-bottom: 20px;
}

.cat-box {
    border-radius: 4.592px;
    border: 1.148px solid rgba(130, 89, 35, 0.15);
    background: #FFF;
    margin: 0px 15px;
    padding-bottom: 15px;
}

.cate-slider .slick-dots {
    display: none !important;
}

.news-box {
    margin: 0px 15px;
    position: relative;

}

.news-box img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
 object-fit: cover;
}

.news-box h6 {
    color: #422207;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-top: 15px;
}

.news-box button {
    border-radius: 4.592px;
    border: 1.148px solid rgba(130, 89, 35, 0.15);
    background: #FFF;
    padding: 5px 20px;
    margin-top: 20px;
	color:black;
}

.news-slider .slick-dots {
    display: none !important;

}

.news-date {
    background-color: #004028;
    width: fit-content;
    padding: 4px;
    position: absolute;
    top: 7px;
    right: 8px;
    border-radius: 4px;
}

.news-date p {
    font-size: 12px;
    color: white;
    margin-bottom: 0px;


}


.news-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-image: url(../images/index/left.svg);
    width: 31px;
    height: 58px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -48px;
}

.news-slider .slick-next {
    font-size: 0;
    border: 0;
    background-image: url(../images/index/right.svg);
    width: 31px;
    height: 58px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -48px;
}

.cate-slider .slick-next {
    font-size: 0;
    border: 0;
    background-image: url(../images/index/right.svg);
    width: 31px;
    height: 58px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -48px;
}

.cate-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-image: url(../images/index/left.svg);
    width: 31px;
    height: 58px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -48px;
}


.collection-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-image: url(../images/index/left.svg);
    width: 31px;
    height: 58px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: 0;
    margin: auto;
    left: -48px;
}



.collection-slider .slick-next {
    font-size: 0;
    border: 0;
    background-image: url(../images/index/right.svg);
    width: 31px;
    height: 58px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -48px;
}


.form-bg {
    background-color: #004028;
	border-radius:4px;

}



.form-bg .head-h2 h2 {
    color: white;
}

.form-bg .head-h2 span {
    color: #b3b3b3;

}

.form-inputs input {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: transparent;
    width: 100%;
    padding: 4px;
    padding-left: 10px;
    color: white;
}

.form-inputs textarea {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: transparent;
    width: 100%;
    padding: 4px;
    padding-left: 10px;
	color:white;
}

.form-inputs button {
    border-radius: 4.592px;
    border: 1.148px solid rgba(130, 89, 35, 0.15);
    background: #FFF;
    color: #004028;
	    padding: 4px 15px;

}
.form-inputs button:hover{
    background: #D3B35B;
    color: white;
}

footer {
    background-color: #004028;

}

.footer-links h6 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
}
.footer-links svg{
	    margin-right: 10px;
}
.footer-links p a {
    color: #FFF !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}
.footer-links p a:hover{
	color:#D3B35B;
}

iframe {
    border-radius: 4px;
}

.border-bott {
    border-bottom: 1px solid #d5b66152;
    padding-bottom: 15px;
}

.copy-right-div p {
    color: #FFF;
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.collection-slider .slick-dots {
    display: none !important;
}

.abt-h2 {
    color: #004028;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.abt-page-p p {
    color: #422207;
    font-size: 15px;
}

.team-box {
    border-radius: 4px;
    border: 1.148px solid rgba(130, 89, 35, 0.15);
    background: #FFF;

}

.team-box h4 {
    color: #825923;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
}

.team-box p {
    color: #825923;

    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.terms-sec h2 {
    color: #004028;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sceme-det h3 {
    color: #004028;
}


.dwnld-btn {
    border-radius: 4px;
    background: #004028;
    color: white;
    border: 0px;
    font-size: 14px;
    padding: 9px;
}

.news-h2 {
    color: #004028;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-detail img {
    height: 500px;
    object-fit: cover;
    border-radius: 4px;
}

.news-detail .news-date {
    right: 21px;
}

.filter-col h6 {
    color: #004028;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.filter-box {
    border-radius: 4px;
    border: 0.566px solid #E3E3E3;
    background: #004028;
    padding: 15px;
}

.filter-box h5 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.filter-box hr {
    color: white;
}

.filter-box label {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;

}

.filter-box .accordion-item {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-bottom: 1px solid #5f5f5f;
}

.accordion-button {
    background-color: rgba(255, 255, 255, 0);

}

.accordion-button:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;

}

.accordion-header {
    color: white !important;
}

.accordion-button {
    color: white !important;

}

.accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0);

}

.listinhg-ul li {
    list-style: none;
    padding-top: 5px;
}

.listinhg-ul li a {
    color: #D3B35B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.27px;
}

.accordion-button::after {
    background-image: url("../images/index/down.png") !important;
}

.accordion-body {
    padding: 0;
}

.listinhg-ul ul {
    padding-left: 20px;
}

.listing-flex button {
    color: #422207;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 25px;
    background: transparent;
    border: none;
}
.listing-flex button.active{
    border-bottom: 1px solid black;
}
.listing-row img {
    height: 230px;
    object-fit: contain;
    width: 100%;
}

.listing-row .cat-box {
    width: 100%;
}

.gram-box {
    border-radius: 4px;
    background: #004028;
    padding: 4px;
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px;
}

.gram-box p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 159%;
    margin-bottom: 0;
    /* 20.67px */
}


.enq-modal .modal-content {
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #004028;
}

.enq-modal .modal-title {
    color: #FFF;
    font-family: "Montserrat Alternates";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.636px;
}

.enq-modal .modal-content {
    margin-top: 110px;
}

.enq-modal .btn-close {
    background: transparent url("../images/index/close.png");
    background-repeat: no-repeat;
}

.enq-modal .modal-content {
    border: 0px;
}

.enq-modal .modal-header {
    border-bottom: 0px solid #dee2e6;
}

.enq-modal .modal-footer {
    border-top: 0px;
}

.product-enq {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 159%;
    /* 25.44px */
    letter-spacing: 0.32px;
}



.eng-prod-cont h6 {
    color: #004028;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 159%;
    /* 25.44px */
    letter-spacing: 0.32px;
	    padding-top: 10px;
}

.product-enq .cat-box {
    padding-bottom: 0;
    margin: 0;
}

.eng-prod-cont p {
    color: #004028;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 159%;
    /* 25.44px */
    letter-spacing: 0.32px;
}

.eng-prod-cont {
    border-top: 1px dashed #004028;
    ;
}

.enq-modal .modal-dialog {
    max-width: 650px;
}

.enq-modal .product-enq .cat-box img {
    height: 200px;
}

.search-input input {
    border: 0;
    border-bottom: 1px solid grey;
    background-color: transparent;
	
}

.search-input svg {
    margin-right: -13px;
}




.product-serach-modal .modal-content {
    margin-top: 110px;
}

.product-serach-modal .btn-close {
    background: transparent url("../images/index/close.png");
    background-repeat: no-repeat;
}

.product-serach-modal .modal-content {
    border: 0px;
}

.product-serach-modal .modal-header {
    border-bottom: 0px solid #dee2e6;
}

.product-serach-modal .modal-footer {
    border-top: 0px;
}


.search-input input:focus-visible {
    outline: 0;

}

.product-serach-modal .search-input input {
    border: 0;
    border-bottom: 1px solid grey;
    background-color: transparent;
    width: 53%;
}

.product-serach-modal .modal-dialog {
    max-width: 800px;
}

.product-serach-modal .cat-box {
    margin: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 30px;
    background-color: #004028;
    padding: 10px;
    border: 1px solid #ccc;
    padding-right: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu ul li {
    padding: 5px 0;
}

.dropdown-menu ul li a {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.255px;
    text-decoration: none;
}

.dropdown-menu ul li a:hover {
    color: #d3b35b
}

.dropdown-menu ul li a:hover svg {
    transform: rotate(-180deg);
}

.dropdown-menu ul .submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #004028;
    padding: 10px;
    border: 1px solid #ccc;
    min-width: 10rem;

    border-radius: 4px;

}

.dropdown-menu ul .submenu li {
    padding: 5px 0;
}

.dropdown-menu ul .submenu li a {
    color: white;
    text-decoration: none;
}

.dropdown-menu ul .submenu li a:hover {
    color: #d3b35b
}

.dropdown-menu ul li:hover .submenu.first {
    display: block;
}
.dropdown-menu ul li:hover .submenu.first li:hover .submenu.second  {
    display: block;
}
.dropdown-menu ul li .submenu.first {
    padding: 0;
    /* height: 100%; */
}
.dropdown-menu ul li .submenu.first li{
     padding: 10px 10px;
	 position:relative;
}
.testimonial-sec{
    background-color: #004028;
    padding: 15px;
}
.second{
	height:auto;
	overflow-y:auto;
}

.testi-cont-sec p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 145.455% */
    letter-spacing: 0.22px;
}

.testi-cont-sec h5 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 0.24px;
    margin-bottom: 0;
}

.testi-cont-sec h6 {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 177.778% */
    letter-spacing: 0.18px;
}

.custom-slick-arrow {
    display: none !important;
}

.custom-slick-dots .slick-dots {
    display: flex;
    list-style: none;
}

.testimonial-video {
    border-radius: 4px;
    border: 3.467px solid #E0BF61;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
       height: 250px;
    width: 84%;
    object-fit: cover;
    position: relative;
}


.testimonial-video video{
	height:100%;
	width:100%;
	object-fit:cover;
}

/* END Optional styles */
.video-container {
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper .circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper .circle-play-b svg {
    width: 50px;
    height: 45px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.carousel-item video {
    width: 100%;
    height:95vh;
    object-fit: cover;

}
.banner-img img{
	height: 95vh;
    object-fit: cover;
	width:100%;
}

.tabs-btn .active{
    background-color: #825923;
    color: white;
}
.listinhg-ul li a.active{
    position: relative;
    padding-left: 30px;
}
.listinhg-ul li a.active:after{
     position: absolute;
    flex-shrink: 0;
    transform: rotate(270deg);
    width: 2rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background-image: url(../images/index/down.png) !important;
}
.pattern_img img{
    height: auto  !important;
    width: auto !important;
}

.scheme-img img{
	height: 180px;
    object-fit: cover;
}


.slider-nav .slick-track{
	    display: flex;
    align-items: center;
}
.testimonial-section-col-logo-holder.clearfix.p-2.slick-slide.slick-current.slick-active .testimonial-video{
    height: 385px !important;
	width:100%;
}


.testimonial-sec .slick-next{
	    border: 0;
    background: transparent;
    font-size: 0;
	background-image:url("../images/index/right.png");
	height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    position: absolute;
     top: -20px;
    right: 0;
}

.testimonial-sec .slick-prev{
	    border: 0;
    background: transparent;
    font-size: 0;
	background-image:url("../images/index/lee.png");
	height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    position: absolute;
   top: -20px;
    right: 40px;
}

.scheme-svg{
	position:absolute;
	top:10px;
	right:10px;
}

.det-p{
	  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.light-border{
	border-bottom:1px solid #f6f6f6;
}
.news-box button:hover{
	background: #004028;
    color: white;
}
.header-flex a:hover{
	
	color:#D3B35B;
}
.margin-top{
	    margin-top: 75px;

}

.alert-primary {
    color: #084298;
    background-color: #d3b35b;
    border-color: #d3b35b;
    color: white;
    position: fixed;
    right: 0;
    bottom: 0;
}