@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    color: #454545 !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}


/*Header start*/

.header {
    width: 100%;
    color: #1e1e1e !important;
    z-index: 111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

#header{
    top: 84px;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: -1px 27px 64px -24px rgb(0 0 0 / 39%);
    -webkit-box-shadow: -1px 27px 64px -24px rgb(0 0 0 / 39%);
    -moz-box-shadow: -1px 27px 64px -24px rgba(0,0,0,0.39);
}

#header.header-scrolled {
    top: 0;
}
/*Top header start*/

.top-header {
    width: 100%;
    height: 84px;
    overflow: hidden;
    background: #fff;
    padding: 20px 15px;
/*    border-bottom: 1px solid rgba(0,0,0,0.15);*/
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.timebox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}

.time-icon{
    width: 30px;
    height: auto;
}
.time-icon img{
    width: 100%;
    height: auto;
}
.time_contentbox{
    margin-left: 7px;
}
.time_heading{
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.time_details{
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.email-con{
    margin-left: 20px;
}
.emailbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}

.email-icon{
    width: 30px;
    height: auto;
}
.email-icon i{
    font-size: 30px;
}

.email-icon img{
    width: 100%;
    height: auto;
}
.email_contentbox{
    margin-left: 7px;
}
.email_heading{
    color: #252525;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.emailid{
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}
/*
.emailid:hover{
    color: #252525;
}
*/
.phone-con{
    margin-left: auto;
}
.phonebox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}

.phone-icon{
    width: 30px;
    height: auto;
}
.phone-icon i{
    font-size: 30px;
}
/*
.phone-icon img{
    width: 100%;
    height: auto;
}
*/
.phone_contentbox{
    margin-left: 7px;
}
.phone_content a:nth-child(2){
    display: none;
}
.phone_heading{
    color: #252525;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.phone-no{
    color: #8b8b8b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}
/*
.phone-no:hover{
    color: #252525;
}
*/
/*Top header end*/


/*Main header start*/
.main-header-section {
    width: 100%;
    background: #22232b;
    z-index: 111 !important;
    position: relative;
    transition: 0.5s ease;
}

.main-header {
    width: 100%;
    height: auto;
/*    padding: 0 50px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.logobox {
    max-width: 250px;
 /*   padding-right: 30px;
    border-right: 1px solid #ddcbb0;*/
}
.mb-logobox{
    display: none;
}
.navbar-brand {
    padding: 15px 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.joinus-button {
    margin-left: 30px;
}

.btn1 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
    padding: 16px 35px;
    text-align: center;
    /*    text-transform: capitalize;*/
    background: #22232b;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #22232b;
    border-radius: 0;
}

.btn1:hover {
    color: #22232b;
    transition: 0.3s ease-in-out;
    background: transparent;
    border: 1.5px solid #fff;
}

/* .sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
} */

.header .social_con {
    margin-top: 0px;
    margin-left: auto;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover i {
    color: #252525;
}

/*Header end*/

/*Whatsapp Icon*/
.phone-call {
    width: 50px;
    height: 50px;
    right: 13px;
    bottom: 15px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 115;
    display: block;
    line-height: 65px;
}

.phone-call img {
    vertical-align: baseline !important;
}

/*.phone-call:after {
    position: absolute;
    content: "Order On Whatsapp";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}*/

.phone-call::after {
    position: absolute;
    content: "Drop Your Message";
    z-index: -2;
    top: 11px;
    left: -150px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 18px;
    color: #0c9212;
    font-size: 13px;
    font-weight: bolder;
    padding: 5px 14px 6px 14px;
    border-radius: 18px;
    box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
    border: 1px solid #25d366;
    cursor: default;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide {
    transform: scale(0, 0);
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 75px;
    background: #111;
    color: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    right: 9px;
}

.back-to-top:hover i {
    color: #fff;
}

/*Scrolltop*/


/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
    margin-top: 0;
    /* margin-top: 53px; */
}
.banner-image{
    width: 100%;
    height: auto;
}
.banner-image img{
    width: 100%;
    height: auto;
}
.desk-banner-top {
    margin-top: 81px;
}

.banner-image1 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 650px;
    top: 0px;
    left: 6%;
    right: 6%;
    max-width: 650px;
    /*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-contentbox2{
    left: 57%;
    right: 6%;
    margin-right: auto;
}
.banner-contentbox3{
    left: 57%;
    right: 6%;
    margin-right: auto;
}

.banner-contentbox .banner-topheading{
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Lato', sans-serif !important;
    margin-bottom: 20px;
}
.banner-contentbox .banner-heading1 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.banner-contentbox .banner-heading2 {
    color: #fff;
    /*    text-align: center;*/
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Lato', sans-serif !important;
    margin-top: 20px;
    /*    text-shadow: 4px 4px 4px #2a2a2a;*/
}

.banner-details {
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.banner-section .owl-theme .owl-dots .owl-dot {
    display: none !important;
}

/*
.banner-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-prev span {
    font-size: 70px;
    line-height: 70px;
    padding-left: 10px;
    color: #fff !important;
}

.banner-section .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.banner-section .owl-next span {
    font-size: 70px;
    line-height: 70px;
    padding-right: 10px;
    color: #fff !important;
}
*/

.banner-section .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.banner-section .owl-prev {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    left: 15px;
    top: 45%;
    background-color: rgba(0,0,0,0.4) !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.banner-section .owl-prev span {
    font-size: 36px;
    line-height: 36px;
    color: #fff !important;
}

.banner-section .owl-next {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    right: 15px;
    top: 45%;
    background-color: rgba(0,0,0,0.4) !important;
    border-radius: 50% !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.banner-section .owl-next span {
    font-size: 36px;
    line-height: 36px;
    color: #fff !important;
}

.owl-next,
.owl-prev
{
    display: block !important;
}
.owl-next.disabled,
.owl-prev.disabled {
    display: block !important;
    background-color: rgba(0,0,0,0.5) !important;
}

.banner-button {
    margin-top: 45px;
    text-align: center;
}

.banner-button .btn1 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
    /*    text-transform: uppercase;*/
    background: #fff;
    transition: 0.3s ease;
    border-radius: 5px;
    border: 1.5px solid #fff;
}

.banner-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}



/*Banner end*/



/*Section1 start*/

.section1 {
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.heading-1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #000000;
    text-align: center;
}
.heading-seperator{
    padding-top: 10px;
    border-bottom: 2px solid #EEEEEE;
}
.heading-seperator span{
    height: 2px;
    width: 5%;
    display: block;
    margin: 0 0 -2px 0;
    background-color: #252525;
}





/*
.heading-1::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0px;
    width: 60px;
    border-bottom: 2px solid #1ec3f3;
    margin-left: auto;
    margin-right: auto;
}
*/
.heading-2 {
    color: #b28a4c;
    font-size: 44px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.details {
    color: #131414;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 50px;
}

.details span {
    font-weight: 700;
}

.module-title {
    text-align: center;
    position: relative;
    margin-bottom: 17px;
}
.module-title:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 9px;
    width: 50%;
    border-top: 1px solid #22232b;
    border-bottom: 1px solid #22232b;
}


.module-title .heading1 {
    margin: 0 auto;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #181b23;
    line-height: 62px;
    padding: 0px 63px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: inset 0 3px 0 0 #22232b, inset 0 -3px 0 0 #22232b;
    -moz-box-shadow: inset 0 3px 0 0 #22232b,inset 0 -3px 0 0 #22232b;
    box-shadow: inset 0 3px 0 0 #22232b, inset 0 -3px 0 0 #22232b;
}


.module-title .heading1:before,
.module-title .heading1:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -63px;
    margin: auto 0;
    border: 4px solid #22232b;
    -webkit-transform: rotate(45deg) skew(26deg,26deg);
    -moz-transform: rotate(45deg) skew(26deg,26deg);
    -ms-transform: rotate(45deg) skew(26deg,26deg);
    -o-transform: rotate(45deg) skew(26deg,26deg);
    transform: rotate(45deg) skew(26deg,26deg);
}

.module-title .heading1:after {
    left: auto;
    right: -63px;
}

.module-title .heading1 span {
    position: relative;
/*    display: inline-block;*/
    vertical-align: top;
    padding: 0 30px;
}
.module-title .heading1 span:before {
    content: "\f005";
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module-title .heading1 span:after {
    content: "\f005";
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}







.category-slider-con{
    margin-top: 0px;
}

/*.category-slide-imagebox{
    width: 100%;
    height: auto;
    border: 2px solid #efefef;
}
.category-slide-imagebox img{
    width: 100%;
    height: auto;
}*/


.category-slidebox {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #efefef;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

.category-slide-imagebox {
    width: 100%;
    height: 315px;
    /* background: #efefef; */
    position: relative;
    margin: 0 auto;
}

.category-slide-imagebox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* .category-slide-imagebox{
    width: 250px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    border: 2px solid #efefef;
}

.category-slide-imagebox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

.category-detailsbox{
    padding-bottom: 15px;
}

.category-name{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
}
.category-name a{
    color: #232323;
}
.category-name a:hover{
    color: #232323;
}

.cate-button{
    margin-top: 10px;
    text-align: center;
}
.cate-button .cate-btn{
    color: #777;
    font-weight: 600;
}
.cate-button .cate-btn:hover{
    color: #232323;;
}
.section1 .owl-theme .owl-nav {
    margin-top: 0px !important;
}
.section1 .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.section1 .owl-carousel .owl-dots {
    display: none!important;
}
.section1 .owl-prev {
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    right: 50px;
    top: -90px;
    background-color: #efefef !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section1 .owl-prev span {
    font-size: 32px;
    line-height: 30px;
    color: #000 !important;
}

.section1 .owl-next {
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    right: 0;
    top: -90px;
    background-color: #efefef !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section1 .owl-next span {
    font-size: 32px;
    line-height: 30px;
    color: #000 !important;
}




.knowmore_button .btn1 {
    color: #fff;
    background: #131414;
    border: 1.5px solid #131414;
    border-radius: 30px;
}

.knowmore_button .btn1:hover {
    color: #131414;
    transition: 0.3s ease;
    background: #FFF;
    border: 1.5px solid #131414;
}

.content-con1 {
    width: 100%;
    height: auto;
}

.left_contentcon2 {
    border-right: 1px solid #b28a4c;
    padding-top: 50px;
    padding-bottom: 65px;
    padding-right: 30px;
}

.right_contentcon2 {
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 65px;
}

.left-contentbox {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 0px;
}


.left-contentbox .content-heading1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    bottom: 0px;
    width: 60px;
    border-top: 3px solid #252525;
}

.left-contentbox .content-heading1 {
    color: #000;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0;
    position: relative;
    padding-left: 70px;
}

.left-contentbox .content-heading2 {
    color: #252525;
    text-align: left;
    position: relative;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.left-contentbox .content-heading3 {
    color: #000;
    text-align: left;
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
    margin-bottom: 20px;
}

.left-contentbox .left-contentbox-details{
    color: #454545;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
	/* display: -webkit-box !important; */
	max-width: 100% !important;
	height: auto !important;
	/* margin: 0 auto !important; */
    /* line-clamp: 16 !important;
	box-orient: vertical !important; */
	/* -webkit-line-clamp: 16 !important;
	-webkit-box-orient: vertical !important; */
    /* -moz-line-clamp: 16 !important;
	-moz-box-orient: vertical !important;
    -o-line-clamp: 16 !important;
	-o-box-orient: vertical !important;
    -ms-line-clamp: 16 !important;
	-ms-box-orient: vertical !important; */
	/* overflow: hidden !important;
	text-overflow: ellipsis !important;
	text-transform: none !important; */
	font-weight: 400 !important;
    
}
.left-contentbox ul{
    padding-left: 40px;
    padding-top: 10px;
    margin-bottom: 0;
}
.left-contentbox ul li{
    color: #454545;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
    list-style: none;
}

.left-contentbox ul li p{
    margin-bottom: 0;
}


.left-contentbox ul li:before {
    content: '\f046';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #a7a7a7;
    font-size: 15px;
    line-height: 26px;
}

.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 0px;
}

.list-column {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.list-column:before {
    content: '\f046';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #252525;
    font-size: 20px;
    line-height: 26px;
}

.list-hr-line {
    width: 20px;
    border-top: 2px solid #1ec3f3;
    margin-right: 10px;
}

.list-content .icon-heading {
    font-size: 14px;
    line-height: 22px;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 0;
}

.list-content .icon-details {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.features-list,
.features-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.features-list {
    margin: 2em 0;
}

.features-list li {
    line-height: 21px;
    margin: .5em;
    margin-left: 3em;
    color: #777;
}

.features-list li:before {
    content: '\f05d';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #087c7b;
    font-size: 20px;
}

.content-details {
    font-size: 14px;
    line-height: 26px;
    color: #777;
}

.learn-more-button {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 20px !important;
}

.read-more-button .btn1 {
    color: #fff;
}

.read-more-button .btn1:hover {
    color: #fff;
}

.desk-d-none {
    display: none;
}

.video-con {
    width: 100%;
    height: auto;
    padding-left: 30px;
}

.video-con video {
    width: 100%;
    height: 350px;
    background: #ededed;
    overflow: hidden;
    box-shadow: -30px 30px 0px 0px #000a1d;
}

/*section1 end*/


/*section2 start*/

.section2 {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 120px;
    position: relative;
}


.image-container{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    /* background: #22232b; */
}
/*
.image-container:hover .imagebox img{
    transform: scale(1.1);
    transition: 0.5s ease;
}
*/
.imagebox{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}
.imagebox img{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}
.imagebox2{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imagebox2 img{
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.image-hoverbox{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}

.image-container:hover .image-hoverbox{
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}
.image-hoverbox2{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
}
.image-container:hover .image-hoverbox2{
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}



.image-subbanner1 .image-contentbox{
    position: absolute;
    top: 40px;
    left: 20px;
}
.image-subbanner1 .image-heading1{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: lighter;
}
.image-subbanner1 .image-heading2{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 5px;
}
.image-subbanner1 .image-heading-max-width{
    max-width: 130px;
}

.know-more-button{
    margin-top: 30px;
}
.know-more-button .btn1{
    background: #fff;
    border: 1.5px solid #fff;
    padding: 10px 25px;
    font-size: 14px;
}
.know-more-button .btn1:hover{
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
}


.section3 {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 120px;
}
.section3 .owl-theme .owl-nav {
    margin-top: 0 !important;
}
.section3 .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.section3 .owl-carousel .owl-dots {
    display: none!important;
}
.section3 .owl-prev {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    left: -5%;
    top: 35%;
    background-color: #22232b !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section3 .owl-prev span {
    font-size: 36px;
    line-height: 36px;
    color: #fff !important;
}

.section3 .owl-next {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    right: -5%;
    top: 35%;
    background-color: #22232b !important;
    border-radius: 5px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.section3 .owl-next span {
    font-size: 36px;
    line-height: 36px;
    color: #fff !important;
}

.ourproducts-slider-con{
    margin-top: 40px;
}

.service-box {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #efefef;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

.service_imagebox {
    width: 100%;
    height: 250px;
    /* background: #efefef; */
    position: relative;
    margin: 0 auto;
}

.service_imagebox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}





.service-contentbox {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    bottom: 0;
    background: #fff;
/*    border-radius: 10px;*/
    transition: 0.5s ease;
}

/*
.service-box:hover .service-contentbox {
    height: 100%;
}
*/

.service-heading {
    color: #181b23;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
    transition: 0.5s ease;
/*    transform: translateY(0px);*/

}
.service-heading a{
    color: #181b23;


}

/*
.service-heading-underline {
    width: 100%;
    border-top: 1px solid #fff;
    transform: translateY(105px);
    transition: 0.5s ease;
}
*/

/*
.service-box:hover .service-heading {
    transform: translateY(100px);
}
*/

.service-details {
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: 0.5s ease;
/*    transform: translateY(120px);*/
}

.service-button {
    text-align: center;
    padding-bottom: 20px;
}

.service-button .btn1 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 25px;
    color: #686868;
    background: #efefef;
    border: 1.5px solid #efefef;
    border-radius: 30px;
}

.service-button .btn1:hover {
    color: #fff;
    background: #22232b;
    border: 1.5px solid #efefef;
}

.mt-40 {
    margin-top: 40px !important;
}

.content {
    display: none;
}

.category_container .owl-theme .owl-dots .owl-dot.active span,
.category_container  .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #b28a4c;
}
.category_container .owl-theme .owl-dots .owl-dot span {
    background: #b28a4c;
}

/*section2 end*/


/*section4 start*/

.section4{
    width: 100%;
    height: auto;
    position: relative;
/*
    padding-top: 90px;
    padding-bottom: 90px;
*/
    background: #22232b;
}
/*
.section4 .heading-1{
    padding-bottom: 0;
}
.section4 .heading-1::after{
    display: none;
}
*/

.section4 .left-contentbox ul li{
    color: #a7a7a7;
}

.section4 .content-con{
    padding: 70px;
    /* padding-left: 40px;
    padding-bottom: 50px; */
}
.section4 .left-contentbox .content-heading1 {
    color: #a7a7a7;
}
.section4 .left-contentbox .content-heading1::before {
    border-top: 3px solid #a7a7a7;
}
.section4 .left-contentbox .content-heading2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section4 .left-contentbox .left-contentbox-details{
    color: #a7a7a7;
}

.single-feature-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.feature_iconbox{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background: rgba(255,255,255,0.5);
    display: grid;
    place-items: center;
}
.feature_iconbox i{
    color: #22232b;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*
.single-feature-item:hover i.fa {
    color: #000;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
*/
.featute-content{
    padding-left: 15px;
}
.feature-heading{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}
.feature-details{
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 0;
}


.box{
    width: 100%;
    height: auto;
    background: #ea0a13;
    border-radius: 5px;
    padding: 20px 30px;
    transition: 0.3s ease-in-out;
}
.box:hover{
    background: #323a43;
}
.box-heading1{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.box-icon-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box-icon{
    width: 40px;
    height: 40px;
}
.box-icon img{
    width: 100%;
    height: auto;
}
.box-content{
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}

.plus-sign{
    font-size: 20px;
    padding-left: 5px;
}
.rs{
    margin-left: 5px;
}
/*section4 end*/


/*section5 start*/

.section5{
    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #22232b;
}

.section5 .module-title:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 9px;
    width: 50%;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}


.section5 .module-title .heading1 {
    margin: 0 auto;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 62px;
    padding: 0px 63px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #22232b;
    -webkit-box-shadow: inset 0 3px 0 0 #efefef, inset 0 -3px 0 0 #efefef;
    -moz-box-shadow: inset 0 3px 0 0 #efefef,inset 0 -3px 0 0 #efefef;
    box-shadow: inset 0 3px 0 0 #efefef, inset 0 -3px 0 0 #efefef;
}


.section5 .module-title .heading1:before,
.section5 .module-title .heading1:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: #22232b;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -63px;
    margin: auto 0;
    border: 4px solid #efefef;
    -webkit-transform: rotate(45deg) skew(26deg,26deg);
    -moz-transform: rotate(45deg) skew(26deg,26deg);
    -ms-transform: rotate(45deg) skew(26deg,26deg);
    -o-transform: rotate(45deg) skew(26deg,26deg);
    transform: rotate(45deg) skew(26deg,26deg);
}
.section5 .module-title .heading1:after {
    left: auto;
    right: -63px;
}


.product-box{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.product-col{
    border-right: 1px solid rgba(239, 239, 239, 0.3);
}
.product-box1, .product-box2, .product-box3{
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(239, 239, 239, 0.3);
}
.product_imagebox{
    width: 120px;
    height: 120px;
    background: #efefef;
    position: relative;
    border-radius: 15px;
/*    margin: 0 auto;*/
}
.product_imagebox img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.product-contentbox{
    flex: 0 0 60%;
    width: 60%;
}
.product-inner-content{
    padding-left: 15px;
}
.product-heading{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 15px;
    transition: 0.5s ease;
}
.product-heading2{
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
}
.product-button {
    margin-bottom: 16px;
}
.product-box2, .product-box3{
    width: 100%;
    height: 100%;
}
.product-contentbox2, .product-contentbox3{
    position: relative;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product-btn{
    color: #ee1b22;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.product-btn:hover{
    color: #fff;
}






/*
.product-contentbox3{
    position: relative;
    background: #fff;
    text-align: center;
}
*/


/*  Video Style  */
.video-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    /*    z-index: 11111;*/
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 10px;
    min-height: 550px;
    position: relative;
}

.video-box a {
    font-size: 27px;
    color: #fff !important;
    position: absolute;
    /*    z-index: 11111;*/
}

video {
    position: absolute;
    z-index: 11111;
}

.video-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88px;
    height: 88px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 50%;
    color: #fff;

    background: rgba(243, 204, 255, 0.7);
}

.video-title h2 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #f9d328;
}

.video-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 60px;
}

.video-popup i {
    color: #c952ee;
}

/*  Video Style  */



.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.gallery-box {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.gallery-imgboxcon {
    width: 100%;
    height: auto;
}

.gallery-imgbox img {
    width: 100%;
    height: auto;
}


.gallery-iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-icon-1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid !important;
    place-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50% !important;
    z-index: 22;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-icon-1:hover {
    color: #fff !important;
}

.gallery-box:hover .gallery-icon-1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background: #0c141d;
}

.gallery-hover-bg {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.gallery-box:hover .gallery-hover-bg {
    opacity: 1;
    visibility: visible;
}

/*Section4 end*/


/*Section5 start*/

.section5 {
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.section5::before{
    content: '';
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/section5-bg-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section5_container{
    padding-top: 90px;
    padding-left: 70px;
    padding-right: 70px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}
.section5_heading-1{
    color: #000;
    font-size: 44px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.section5_details {
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 50px;
}
.section5_heading-2{
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-decoration: underline;
}

.section5-box{
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background: #f8f3ec;
    border-radius: 30px;
}
.section5-iconbox{
    width: 60px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.section5-iconbox img{
    width: 100%;
    height: auto;
}
.section5-contenthead{
    height: 40px;
    color: #b28a4c;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Lato', sans-serif !important;
    margin-top: 15px;
    text-align: center;
}

/*Section5 end*/




/*Contact form section start*/

.contactus-section {
/*    background: #e1e1e1;*/
    padding-top: 0;
    padding-bottom: 0;
}
.contactus-section .heading-2{
    margin-bottom: 20px;
}
.contactus-section .info {
    width: 100%;
    padding: 0;
}

.form-heading {
    color: #000;
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-form-heading2 {
    color: #000;
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
}

.addressbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.iconbox {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    margin-right: 20px;
    transition: 0.3s;
}

.iconbox i {
    color: #f5ad0d;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/

.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.email-address {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.email-address:hover {
    color: #000;
}

.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-no {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.location,
.email-heading,
.contact-no-heading {
    color: #000;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.contact-no:hover {
    color: #000;
}

.contact-detailsbox p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.contact-form {
    width: 100%;
    height: auto;
    padding-top: 85px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 85px;
    background: #dfdfdf;
}
.contact_pagesection{
    background: #dfdfdf;
}
.contact-form .form-control {
    color: #22232b !important;
    background-color: #fff !important;
    border: 1px solid #ababab !important;
    border-radius: 5px !important;
    padding: 0.75rem 0.75rem !important;
}

.contact-form .form-control::placeholder {
    color: #454545 !important;
}

.submit-button {
    margin-top: 40px;
    text-align: center;
}

.submit-button .btn1 {
    color: #fff;
    background: #22232b;
    border: 1.5px solid #22232b;
    display: block;
    width: 100%;
    border-radius: 5px;
}
.submit-button .btn1:hover {
    color: #252525;
    background: transparent;
    border: 1.5px solid #252525;
}

/*Contact form section end*/
.gmap-con{
    width: 100%;
    height: 100%;
}
.gmap-box{
    width: 100%;
    height: 100%;
}
.gmap-box iframe{
    width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
}

/* .gmap-box iframe{
    width: 100%;
    height: 400px;
    overflow: hidden;
} */
/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #22232b;
}

.footer-clmn1 {
    padding-left: 0px;
}
.ft-col1{
    border-right: 1px solid rgba(239, 239, 239, 0.3);
}
.ft-col2{
    border-right: 1px solid rgba(239, 239, 239, 0.3);
}
.ft-col3{
    border-right: 1px solid rgba(239, 239, 239, 0.3);
}
.footer-clmn1{
    padding-right: 20px;
}
.footer-column2{
    padding-left: 20px;
}
.footer-column3{
    padding-left: 20px;
}
.footer-column4{
    padding-left: 20px;
}


.footer-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-logo {
    width: 183px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #9f9f9f;
    font-size: 14px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif !important;
}

.footer-contact-details {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 15px 30px;
    background: #004b77;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-contactbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-contact-iconbox {
    width: 40px;
    height: 40px;
}

.footer-contact-iconbox i {
    color: #99bace;
    font-size: 32px;
}

.footer-contact-content {
    margin-left: 10px;
}

.ft_hd {
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}
.quick-link2{
    column-count: 2;
}
.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}

.ql:hover span {
    margin-left: 5px;
    transition: 0.3s;
}

.ql span {
    margin-right: 10px;
    transition: 0.3s;
}

.ql span i {
    font-size: 14px;
}

.ql a {
    text-decoration: none;
    color: #9f9f9f;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif !important;
    display: flex;
}

.ql a:hover {
    color: #fff !important;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
}

.contact-no-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif !important;
}

.contact-no2 {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
}
.contact-no2 a{
    color: #9f9f9f;
    transition: 0.3s ease-in-out;
}
.contact-no2 a:hover{
    color: #fff;
}
.email-address-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif !important;
}

.location-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
}

.email-address2 {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
}
.email-address2 a{
    color: #9f9f9f;
    transition: 0.3s ease-in-out;
}
.email-address2 a:hover{
    color: #fff;
}


.location2 {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
}
.location2 span:nth-child(2){
    display: block;
    margin-top: 20px;
}
.subs-content {
    padding-bottom: 30px;
}



.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.footer-section .social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}
.footer-section .social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #000;
}


/*
.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #f3ccff;
    border: 1px solid #f3ccff;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #f3ccff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #000;
}
*/



/*
.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #bc0000;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #bc0000;
}
*/



.footer_end {
    width: 100%;
    height: auto;
    margin-top: 50px;
    border-top: 1px solid rgba(239, 239, 239, 0.3);
}

.footer-end-content {
    padding: 20px 0;
}

.ft_end_txt {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif !important;
}
.ft_end_txt2{
    text-align: right;
}
.ft_end_txt a {
    color: #9f9f9f;
    transition: 0.3s ease;
    font-family: 'Poppins', sans-serif !important;
}

.ft_end_txt a:hover {
    color: #fff;
    transition: 0.3s ease;
}

.phone-iconbox2, .email-iconbox2, .location-iconbox2 {
    width: 20px;
    margin-right: 10px;
}
.phone-iconbox2 i {
    color: #fff;
    font-size: 18px;
}
.email-iconbox2 i{
    color: #fff;
    font-size: 16px;
}
.location-iconbox2 i {
    color: #fff;
    font-size: 20px;
}



/*Footer end*/



/*About page start*/


.aboutus_page-section1{
    padding-top: 110px;
    padding-bottom: 110px;
}
.banner-heading-section {
    background: #c7c7c9;
    position: relative;
    padding: 50px 0;
}

.about-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.about-content h1 {
    color: #000;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.about-content nav {
    width: 100% !important;
    margin-top: 10px;
}

.about-content .breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}

.about-content .breadcrumb-item a {
    color: #000 !important;
}

.about-content .breadcrumb-item.active {
    color: #000 !important;
}

.about-content .breadcrumb-item.active a {
    color: #000 !important;
}

.about-content .breadcrumb-item + .breadcrumb-item::before {
    color: #000 !important;
}

.about_section2 {
    padding-top: 100px;
    padding-bottom: 20px;
}



.imagebox {
    width: 100%;
    height: auto;
}

.imagebox img {
    width: 100%;
    height: auto;
}

.about-content-heading1 {}

/*
.about-content-heading1::before {
    top: 0px !important;
    height: 44px !important;
}
*/

.mision_vision-section{
    padding-top: 90px;
    padding-bottom: 70px;
}

/*About page end*/

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.aboutus_page-section1 .heading-2 {
    text-align: left;
    margin-bottom: 0;
}

.aboutus_page-section1 .left-contentbox {
    padding-bottom: 0px;
}

.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
}

/*Our Service page start*/



.service-section1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pro-info ul li {
    margin-left: 35px;
}
.pro-info:nth-child(odd) {
    background-color: #FFFFFF;
}
.pro-info:nth-child(even) {
    background: #f1f1f1;
}

.product-imagebox{
    width: 100%;
    height: 400px;
    position: relative;
    background-color: #FFFFFF;
}

.product-imagebox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*
.service_imgbox {
    width: 100%;
    height: 450px;
    overflow: hidden;
}
*/

.bg-banner-image {
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sticky_div {
    position: sticky;
    top: 85px;
}
.service-heading2 {
    color: #454545;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}

.service-details2 {
    color: #454545;
    font-size: 14px;
    line-height: 24px;
}

.features_info {
    margin-top: 30px;
}

.list-content {
    margin-left: 10px;
}

.bro-iconbox {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.bro-iconbox img {
    width: 100%;
    height: auto;
}

.download_brochure {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    background: #ececec;
    padding: 30px 30px;
    position: relative;
}

.download_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 20px;
}
.bro-imagebox{
    width: 150px;
    height: auto;
    position: absolute;
    left: 20px;
    right: 0;
    top: -34px;
}
.bro-imagebox img{
    width: 100%;
    height: auto;
}
.brochure-heading {
    color: #454545;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold;
}

.download_text p {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 0;
}
.download_brochure-button .btn1{
    border-radius: 5px;
    color: #fff;
    background: #b28a4c;
    border: 1.5px solid #b28a4c;
}
.download_brochure-button .btn1:hover{
    color: #b28a4c;
    background: transparent;
    border: 1.5px solid #b28a4c;
}
.mt-50{
    margin-top: 50px !important;
}
.right-form-box {
    background: #f5f0eb;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.right-form-box-heading {
    color: #1a0b02;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #1a0b02;
    margin-bottom: 40px;
}

.service-section1 .contact-form {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.right-form-box .contact-form .form-control {
    height: 45px;
    color: #1a0b02 !important;
    background-color: #ffff !important;
    border: 1px solid #c7b299 !important;
    border-radius: 0 !important;
}
.right-form-box .contact-form .form-control::placeholder{
    color: #1a0b02 !important;
}
.right-form-box .contact-form textarea{
    height: 100px !important;
}
.right-form-box .submit-button .btn1 {
    width: 100%;
    display: block;
}

.right-service-box {
    background: #f5f0eb;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.service-list {
    list-style: none;
}

.service-item {
    width: 100%;
    height: 50px;
    display: block;
    color: #1a0b02;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid #1a0b02;
}

.service-item:hover {
    color: #b28a4c;
    transition: 0.3s ease;
}

.button-group .btn1{
    color: #fff;
}
.button-group .btn1:hover {
    color: #22232b;
    background: transparent;
    border: 1.5px solid #22232b;
}

.learn-more-btn {
    color: #22232b !important;
    margin-left: 10px;
    background: transparent !important;
    border: 1.5px solid #22232b;
}

.learn-more-btn:hover {
        color: #fff !important;
        background: #22232b !important;
        border: 1.5px solid #22232b;
}

.learn-more-btn2{
    margin-left: 15px;
}



.mb-80 {
    margin-bottom: 80px !important;
}

.button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*
.image-contentbox {
    border: 5px solid #ebebeb;
}
*/

/*Our Service page end*/

/*Our Service details page start*/

.our-products-section{
    padding-top: 90px;
    padding-bottom: 0;
}
.our-category-section{
    padding: 90px 0;
}

.hr-line {
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.details-heading {
    font-size: 22px;
    font-weight: 600;
    color: #252525;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.our-products table tr:nth-child(odd) {
    background: #f4f4f4;
}

.our-products table th,
td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}

.product-imgcon {
    /*border: 5px solid #999;
        box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*.card-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    border: 2px solid #efefef;
}

.card-imgbox img{
    width: 100%;
    height: auto;
}*/




.card-box {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #efefef;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

.card-imgbox {
    width: 100%;
    height: 250px;
    /* background: #efefef; */
    position: relative;
    margin: 0 auto;
}

.card-imgbox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* .card-imgbox{
    width: 100%;
    height: 350px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    border: 2px solid #efefef;
}

.card-imgbox img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

.card-content{
    padding: 20px 0;
}
.card-content .card-heading{
    color: #0e2b5c;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.card-content .card-heading a{
    color: #151518;
    text-transform: capitalize;
    
}
.card-button .read-more{
    color: #777;
    font-weight: 600;
}
.our-category-section .owl-theme .owl-nav{
    margin-top: 0;
    display: none;
}

/*Our Service details page end*/



/*Our Projects page start*/

.our-project-section2 {
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox {
    padding: 40px;
}


/*Our Projects page end*/
.contact_page-section1 {
    margin-top: 90px;
}

.contactus-section2 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 90px;
    background: #dfdfdf !important;
}

.contactus-section2 .form-heading {
    color: #2a2a2a;
}

.contactus-section2 .contact-no {
    color: #2a2a2a;
}

.contactus-section2 .contact-detailsbox p {
    color: #2a2a2a;
}

.contactus-section2 .email-address {
    color: #2a2a2a;
}

.contactus-section2 .submit-button .btn1 {
    color: #fff;
    background: #000a1d;
    border: 1.5px solid #000a1d;
}

.contactus-section2 .submit-button .btn1:hover {
    color: #fff;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}


.mb-90 {
    margin-bottom: 90px !important;
}

.aboutpage-section {
    padding-bottom: 90px !important;
}





/*Products page start*/


/* .banner-heading-section {
    background: #e3e3e3;
    position: relative;
    padding: 50px 0;
} */
.products-listbox-heading {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    /*top,right,bottom,left*/
    border-left: 4px solid #ff9b00;
    background: #252525;
    margin-bottom: 0px;
}


.according_row{
    margin-top: -50px;
}
.accordion{
    width: 100%;
    height: auto;
}
.according-card{
    margin-bottom: 0 !important;
}

/*
.accordion .according-card .btn-link:focus, .accordion .according-card .btn-link:active {
    text-decoration: none !important;
}
*/

.accordion .according-card .btn-link {
    font-weight: 600;
    color: #252525 !important;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
    padding: .375rem 1.5rem .375rem 0;
    text-decoration: none;
    text-align: left;
}
.accordion .according-card .btn-link:hover{
    text-decoration: none;
}
.accordion .according-card .collapsed {
    color: #000;
}
.accordion .according-card .btn-link:after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 3px;
}
.accordion .according-card .collapsed:after {
    content: "\f107";
    font-family: FontAwesome;
}

.card_orderlist{
    margin-left: 40px;
}
.accordion>.according-card{
    border-radius: 0 !important;
}
.card-header {
    background-color: transparent !important;
    border-bottom: none !important;
    padding: 0.2rem 0.5rem !important;
}

#subproductlist .card-header:first-child {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}
/*
#subproductlist .card-header {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
*/

#subproductlist .card-header:last-child {
    border-bottom: none !important;
}
#subproductlist .according-card .btn-link {
    color: #252525 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}



/*
#subproductlist .card-header {
    background-color: #f7eee1 !important;
    border-bottom: none !important;
}
#subproductlist .card {
    border: 1px solid rgba(0,0,0,.4) !important; 
}
.accordion>.according-card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.125) !important; 
    border-radius: 0 !important;
}
*/

/*
#subproductlist .according-card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.4) !important; 
    border-radius: 0 !important;
}
*/

.card-body{
    padding-top: 0 !important;
    color: #454545;
}
#productlist .card-body {
    flex: 1 1 auto;
    padding: 1rem 0;
    padding-bottom: 0;
}

#subproductlist .according-card {
    border: 0;
}

#subproductlist .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
}

.accordion>.according-card .btn-link:hover {
    text-decoration: none;
    color: #FB2056;
}

.product-sub_cate{
    list-style: none;
    margin-left: 0px;
    padding-top: 8px;
    padding-left: 0;
}
.product-sub_cate li a{
    color: #454545;
    font-size: 11px;
    line-height: 17px;
    font-weight: 400;
    position: relative;
    transition: 0.3s ease-in-out;
}

/*
.product-sub_cate li a::before{
    content: "\f068";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: -20px;
}
*/
.product-sub_cate li a:hover{
    color: #b28a4c;
/*    margin-left: 10px;*/
}

.product_itembox-con{
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px 10px;
    border-radius: 5px;
/*    overflow: hidden;*/
    transition: 0.3s ease-in-out;
}
.product_itembox-con:hover{
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.product_itembox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product_img-col{
    flex: 0 0 auto;
    width: 27%;
}

.product_imgbox {
    height: 100px;
    width: 100px;
    position: relative;
    border: 1px solid #efefef;
    background-color: #fff;
}
/*
.product_itembox-con:hover .product_imgbox{
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
*/
.product_imgbox img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product_body{
    flex: 0 0 auto;
    width: 73%;
    padding: 0 15px;
}

.product_itembox-con2{
    margin-top: 0px;
}
.full-width{
    width: 100%;
    padding: 0 0;
    padding-top: 20px;
}
.product_img-con .product_imgbox{
    height: 230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}
.product_itemlistbox2 .product-catelist{
    column-count: 1;
    padding-top: 8px;
    margin-bottom: 0;
}


.product_body-heading{
    color: #454545;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product_body-details{
    color: #777;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

.product-catelist{
    list-style: none;
    margin-left: 0px;
    padding-top: 20px;
    padding-left: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-catelist li{
    width: 50%;
}
.product-catelist li a{
    color: #454545;
    font-size: 11px;
    line-height: 17px;
    font-weight: normal;
    position: relative;
    transition: 0.3s ease-in-out;
    padding-left: 0;
}

.product-catelist li a::before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: -12px;
}
.product-catelist li a:hover{
    color: #b28a4c;
/*    margin-left: 10px;*/
}
.view-all-button{
    padding-left: 12px;
}
.view-all-button .view-all{
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #252525;
}


.view-all-button{
    text-align: right;
}


/*Products page end*/

.p_group-button{
    margin-top: 30px;
}
.p_group-button .btn1{
    color: #fff;
    background: transparent;
    transition: 0.3s ease-in-out;
    border: 1.5px solid #fff;
}
.p_group-button .btn1:hover{
    color: #22232b;
    background: #fff;
    border: 1.5px solid #fff;
}