@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans:wght@400;700&family=Pacifico&family=Work+Sans:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth !important;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !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%;
    position: relative;
    background: transparent;
    color: #1e1e1e !important;
    z-index: 11111 !important;
/*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.4)
}

/*Top header start*/

.top-header {
    width: 100%;
    height: auto;
    padding: 8px 0;
    background: #fbbf4f;
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-con {
    height: 25px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 30px;
}

.email-icon {
    padding-top: 2px;
}

.email-icon i {
    color: #0203f3;
    font-size: 15px;
    padding-right: 10px;
}

.emailid {
    color: #2a2a2a;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 700;
}

.emailid:hover {
    color: #FFFFFF;
    transition: 0.3s;
}
.top-header-hr-line{
    height: 30px;
    border-right: 1px solid #fff;
}
.phone-con {
    height: 25px;
    padding-left: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.phone-icon i {
    color: #0203f3;
    font-size: 15px;
    padding-right: 10px;
}

.phone-no {
    color: #2a2a2a;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 700;
}

.phone-no:hover {
    color: #FFFFFF;
    transition: 0.3s;
}

.social_con .social_icons {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0px;
}

.social_con .social_icons .icons {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #0203f3;
    border: 1px solid #0203f3;
    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: #0203f3;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #fff;
}

/*Top header end*/


/*Main header start*/

.main-header-section{
    width: 100%;
    background: #fff;
    transition: 0.5s ease;
}
/*
.sticky{
    background: #232323;
    width: 100%;
    position: fixed;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}
*/
.main-header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.logo{
    max-width: 235px;
    padding: 0 !important;
    display: block;
}

.logo img {
    width: 100%;
    height: auto;
}
.mobile_logo{
    display: none !important;
}

/*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: -140px;
    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*/


/*Category section start*/

.category_section{
    width: 100%;
    position: relative;
    background: #fff5e3;
    padding-top: 22px;
    padding-bottom: 20px;
    margin-top: -2px;
}
.category_contentbox{
    width: 100%;
    background: #fff;
    padding: 10px;
    text-align: center;
}
.category_contentbox .category_imgbox{
    width: 100%;
    height: auto;
    margin-bottom: 2px;
/*  border-radius: 5px;*/
}
.category_name{
    color: #454545;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    transition: 0.3s ease;
}
.category_name:hover{
    color: #f8c04f;
    transition: 0.3s ease;
}

.category_desk-section{
    display: block;
}
.category_mob-section{
    display: none;
}


@media (max-width: 999px){
    
.category_mob-section{
    display: block;
}
.category_desk-section{
    display: none;
}    
    
    
    
}
/*Category section end*/



/*Banner start*/

.banner-section {
    position: relative;
    width: 100%;
}
.desk-banner-top{
    margin-top: 81px;
}

.owl-carousel{
    display: block !important;
}

.banner-image1 {
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image4 {
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(../images/banner-4.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 350px;
    top: 0px;
    left: 6%;
    right: 6%;
    max-width: 500px;
/*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*
.social_con{
    margin-bottom: 30px;
}
*/
/*
.social_con .social_icons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.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 i {
    font-size: 16px;
    transition: 0.3s;
}

.social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.social_con .social_icons .icons:hover {
    color: #2a2a2a;
    background: #fff;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #2a2a2a;
}
*/

.brand_logo{
    width: 148px;
    height: auto;
    text-align: left;
}

.banner-contentbox .banner-heading1 {
    color: #2a2a2a;
/*  text-align: left;*/
    font-size: 42px;
    max-width: 350px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: uppercase;
}
.banner-contentbox .banner-heading2 {
    color: #2a2a2a;
/*  text-align: left;*/
    font-size: 14px;
    max-width: 350px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0px;
    text-transform: inherit;
}

/*
.banner-contentbox .banner-heading2 {
    color: #fff;
    text-align: center;
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    margin-top: 30px;
}

.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: #2A2A2A !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: #2A2A2A !important;
}


.btn1 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    text-align: center;
    transition: 0.3s ease;
    background: transparent;
    border: 1.5px solid #2a2a2a;
}

.btn1:hover{
    color: #fff;
    background: #2a2a2a;
    border: 1.5px solid #2a2a2a;
}


.banner-button {
    margin-top: 30px;
    margin-bottom: 20PX;
/*    text-align: center;*/
}
.banner_mob-button{
    display: none;
}


/*Banner end*/



/*section1 start*/

.section1 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.heading-1 {
    color: #2a2a2a;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    
}
.heading-1::before {
    content: '';
    flex: 1 1;
    border-bottom: 1px solid #cfcdcd;
    margin: auto 15px;
}

.heading-1::after {
    content: '';
    flex: 1 1;
    border-bottom: 1px solid #cfcdcd;
    margin: auto 15px;
}


/*
.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: #232323;
    font-size: 42px;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.category-contentbox{
    width: 100%;
    height: auto;
    position: relative;
}

.contentbox{
    position: absolute;
    /*max-width: 280px;*/
    height: auto;
    background: #252525;
    border-radius: 5px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    left: 20px;
    bottom: 20px;
}
.category-contentbox .contentbox_heading{
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}

.category-contentbox .contentbox_details{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.category-contentbox .contentbox_button .btn1{
    color: #2a2a2a;
    background: #fff;
    border: 1.5px solid #fff;
    border-radius: 5px;
}
.category-contentbox .contentbox_button .btn1:hover{
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
}


.mt-15{
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}

.desk-d-none {
    display: none;
}

/*section1 end*/


/*section2 start*/

.section2 {
    padding-bottom: 90px;
    width: 100%;
    height: auto;
}

.section2 .contentbox{
    max-width: 460px;
    background: transparent;
    top: 0px;
    left: 20px;
    bottom: 0px;
}

.section2 .brand_logo2{
    margin-top: 10px;
    margin-bottom: 20px;
}
.section2 .category-contentbox .contentbox_heading {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.section2 .category-contentbox .contentbox_details {
    color: #2a2a2a;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 35px;
}

/*
.section2 .category-contentbox .contentbox_button .btn1{
    color: #2a2a2a;
    background: #fff;
    border: 1.5px solid #fff;
    border-radius: 5px;
}
*/
.section2 .category-contentbox .contentbox_button .btn1:hover{
    color: #fff;
    background: #2a2a2a;
    border: 1.5px solid #2a2a2a;
}


.mt-40 {
    margin-top: 40px !important;
}

/*section2 end*/


/*section3 start*/

.section3{
    position: relative;
}
.section3 .slider-heading{
    color: #2a2a2a;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    position: relative;
    margin-bottom: 0px;
}

.category-type{
    color: #2a2a2a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.category-type a {
    color: #2a2a2a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.category-button{
    margin-bottom: 30px;
    text-align: left;
}
.slider-imagebox{
    height: 100px;
   width: 100%;
   position: relative;
	/*min-height: 525px;*/
	padding:30px;
	/*border:4px solid #eeeeee;*/
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom: 24px;
}
.slider-imagebox img {
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.section3 .owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.section3 .owl-carousel .owl-nav.disabled {
     display: block !important; 
}
.section3 .owl-prev {
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.section3 .owl-prev span {
    font-size: 70px;
    line-height: 70px;
    padding-left: 10px;
    color: #2A2A2A !important;
}

.section3 .owl-next {
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0px;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.section3 .owl-next span {
    font-size: 70px;
    line-height: 70px;
    padding-right: 10px;
    color: #2A2A2A !important;
}



.mt-30{
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}



/*Section3 end*/

/*section4 start*/

.section4{
    padding-top: 50px;
    padding-bottom: 80px;
}
.section4 .contentbox{
    background: rgba(0,0,0,0.8);
}

.section4 .category-contentbox1 .contentbox{
    top: 20px;
    bottom: inherit;
}
.section4 .category-contentbox2 .contentbox{
    max-width: 250px;
    background: transparent;
    border-radius: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    left: 20px;
    bottom: 20px;
}


.category-contentbox2 .contentbox_heading {
    color: #2a2a2a;
}

.category-contentbox2 .contentbox_details {
    color: #2a2a2a;
}
.category-contentbox2 .contentbox_button .btn1{
    color: #fff;
    background: #252525;
    border: 1.5px solid #252525;
}

.category-contentbox2 .contentbox_button .btn1:hover{
    color: #252525;
    background: #fff;
    border: 1.5px solid #fff;
}


/*section4 end*/


/*Section5 start*/

.section5 {
    padding-bottom: 70px;
}
.section5 .contentbox {
    max-width: 300px;
    background: transparent;
    top: inherit;
    left: 20px;
    bottom: 0px;
}
.section5 .category-contentbox .contentbox_heading {
    color: #2a2a2a;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}
.section5 .category-contentbox .contentbox_details {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section5 .contentbox_button .btn1{
    color: #fff;
    background: #252525;
    border: 1.5px solid #252525;
}

.section5 .contentbox_button .btn1:hover{
    color: #252525;
    background: #fff;
    border: 1.5px solid #fff;
}

/*Section5 end*/



/*Section6 start*/

.section6{
    padding-top: 0;
}
.section6 .collection1 .contentbox {
    max-width: 280px;
    height: auto;
    background: transparent;
    border-radius: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    left: inherit;
    top: 20px;
    right: 20px;
    bottom: inherit;
}
.section6 .collection1 .contentbox_heading {
    color: #2a2a2a;
}
.section6 .collection1 .contentbox_details {
    color: #2a2a2a;
}

.section6 .collection1 .contentbox_button .btn1{
    color: #fff;
    background: #252525;
    border: 1.5px solid #252525;
}

.section6 .collection1 .contentbox_button .btn1:hover{
    color: #252525;
    background: transparent;
    border: 1.5px solid #252525;
}

.section6 .collection2 .contentbox{
    max-width: 250px;
    background: transparent;
    border-radius: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    left: 20px;
    bottom: 20px;
}
.section6 .collection2 .contentbox_heading {
    color: #2a2a2a;
}

.section6 .collection2 .contentbox_details {
    color: #2a2a2a;
}
.section6 .collection2 .contentbox_button .btn1{
    color: #fff;
    background: #252525;
    border: 1.5px solid #252525;
}

.section6 .collection2 .contentbox_button .btn1:hover{
    color: #252525;
    background: transparent;
    border: 1.5px solid #252525;
}

/*Section6 end*/



/*Testimonial section start*/

.section8{
    width: 100%;
    position: relative;
    background: #fbbf51;
/*    background: #cfa87d;*/
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 70px;
}
.section8 .heading-1{
    display: block;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}
.section8 .heading-1::before {
    display: none;
}
.section8 .heading-1::after {
    display: none;
}
.section8 .heading-details{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.doc_imgcon{
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;*/
}
.doc_imgbox{
    width: 64px;
    height: 64px;
    margin: auto;
}

.doc_contentbox{
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.doc_name{
    color: #2a2a2a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.doc_post{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 8px 0;
}



/*Testimonial section end*/


/*Contact form section start*/

.contactus-section {
    background: #232323;
    margin-top: 0px;
}
.contact-imagebox{
    width: 100%;
    height: 850px;
}
.contact-imagebox img{
    width: 100%;
    height: auto;
}

.form-box{
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/contact-form-image2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-form-heading{
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}
.form-heading {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-form-heading2 {
    color: #232323;
    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: #2a2a2a;
    font-size: 20px;
}

/*
.iconbox:hover{
    color: #fff;
    background: #d48d04;
    transition: 0.3s;
}
*/
/*
.contactus-section2 .contact-no {
    color: #fff;
}
.contactus-section2 .contact-no:hover {
    color: #fff;
}
.contactus-section2 .email-address {
    color: #fff;
}
.contactus-section2 .email-address:hover {
    color: #fff;
}
*/


.emailbox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.email-address{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.email-address:hover{
    color: #fff;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.location{
    color: #fff;
    font-size: 18px !important;
    font-weight: 700  !important;
}
.contact-no:hover{
    color: #fff;
}
.contact-detailsbox p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.contact-form {
    width: 100%;
}

.contact-form .form-control {
    color: #495057 !important;
    background-color: rgb(239, 239, 239) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 5px !important;
}
.contact-form .form-control::placeholder{
    color: #495057 !important;
}
.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    color: #FFF;
    background: #2a2a2a;
    border: 1.5px solid #fff;
    border-radius: 5px;
}
.submit-button .btn1:hover{
    color: #2a2a2a;
    background: #fbbf4f;
    border: 1.5px solid #2a2a2a;
}
/*Contact form section end*/


/*Footer start*/

.footer-section {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/footer-bg-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0 0;
/*    background-color: #232323;*/
}

.footer-clmn1 {
    padding-left: 0px;
}
.footer-logo a{
    width: 235px;
    height: 50px;
    display: block;
}
.footer-logo a img {
    width: 100%;
    height: auto;
}
.footer-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.company-details {
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    margin-top: 30px;
}

.ft_hd {
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}


.footer-section .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 ease;
}

.footer-section .social_con .social_icons .icons i {
    font-size: 16px;
    transition: 0.3s ease;
}

.footer-section .social_con .social_icons .icons i:first-child {
    margin-left: 0;
}

.footer-section .social_con .social_icons .icons:hover {
    background: #fff;
    transition: 0.3s ease;
}

.footer-section .social_con .social_icons .icons:hover i {
    color: #0203f3;
    transition: 0.3s ease;
}

.opening_time{
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    transition: 0.3s;
    font-size: 14px;
    line-height: 24px;
}


.quick-link {
    padding-left: 0;
    margin-bottom: 0;
}

.ql {
    list-style: none;
    padding: 2px 0;
    transition: 0.3s;
}
/*
.ql:hover span{
    margin-left: 5px;
    transition: 0.3s;
}
.ql span{
    margin-right: 5px;
    transition: 0.3s;
}
*/
.ql a {
    text-decoration: none;
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
}

.ql a:hover {
    color: #fbbf4f !important;
    transition: 0.3s;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
.phone-iconbox, .email-iconbox, .location-iconbox{
    width: 20px;
    margin-right: 10px;
}
.phone-iconbox i, .email-iconbox i, .location-iconbox i{
    color: #fff;
    font-size: 16px;
}


.contact-no-heading {
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-no2 {
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.email-address-heading {
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.location-heading{
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.email-address2{
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.location2{
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.subs-content {
    padding-bottom: 30px;
}
.social_con2 {
    margin-top: 20px;
}
.social_con2 .social_icons .icons i{
    color: #fff;
}



.footer_end {
    width: 100%;
    height: auto;
    margin-top: 80px;
    
}
.footer-end-content{
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}
.ft_end_txt {
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #fff;
    font-family: 'Lato', sans-serif !important;
}

.ft_end_txt a:hover {
    color: #fff;
}
.ft_end_txt2{
    margin-top: 10px;
}
/*Footer end*/



/*About page start*/
.banner-heading-section{
    width: 100%;
    height: auto;
    background: #252525;
    padding: 30px 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: #fff;
    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: #fff !important;
}
.about-content .breadcrumb-item.active {
    color: #fff !important;
}
.about-content .breadcrumb-item.active a {
    color: #fff !important;
}
.about-content .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.imagebox{
    width: 100%;
    height: auto;
}
.imagebox img{
    width: 100%;
    height: auto;
}

.about-content-heading1{
    
}
.about-content-heading1::before {
    top: 0px !important;
    height: 44px !important;
}

.about-page-mission-vision-section .tab-content-imagebox{
    width: 100%;
    height: auto;
}
/*About page end*/

.mt-80{
    margin-top: 80px !important;
}
.mt-90{
    margin-top: 90px !important;
}

.aboutus_page-section1{
    padding-top: 70px;
    padding-bottom: 70px;
}
.aboutus_page-section1 .content-heading1 {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
    color: #777;
}

.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;
}

.about-section2{
    padding-bottom: 70px;
}
.nav-tab-container .nav-item {
    text-align: center;
    margin: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    margin-right: 10px;
}

.nav-tab-container .nav-item:last-child {
    margin-right: 0;
}

.nav-tab-container .nav-pills .nav-link {
    color: #2a2a2a;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    transition: 0.3s ease;
    border-radius: 0 !important;
    border-bottom: 2px solid #e7e7e7;
}

.nav-tab-container .nav-pills .nav-link.active,
.nav-tab-container .nav-pills .show > .nav-link {
    color: #fda940;
    background-color: transparent !important;
    border-bottom: 2px solid #fda940;
}

.nav-tab-container .nav-pills .nav-link:hover {
    color: #fda940;
    background-color: transparent !important;
    border-bottom: 2px solid #fda940;
}

.nav-tab-container .nav-item .nav-link.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    right: 50%;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    margin-left: -7px;
}

.nav-tab-container .nav-item .nav-link.active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #fda940;
    margin-left: -10px;
}

.tab-content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tab-content-col-1 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.tab-content-col-2 {
    flex: 0 0 66.67%;
    max-width: 66.67%;
}

.tab-content-imagebox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.tab-content-imagebox img {
    width: 100%;
    height: auto;
}

.tab-content-contentbox {
    padding-left: 20px;
    color: #777;
}


/*Product page start*/


.mb-80{
    margin-bottom: 80px !important;
}

.product_section1{
    padding-top: 70px;
    padding-bottom: 70px;
}

.all_product_categorybox {
    background: #fff5e3;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 0;
}

.all_category-heading{
    color: #2a2a2a;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.all_product_categorybox ul{
    
}
.all_product_categorybox ul li {
    list-style: none;
}
.product_item{
    color: #454545;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.product_item:hover{
    color: #0203f3;
    transition: 0.3s ease;
}

.product_category_container{
    width: 100%;
    height: auto;
}
.product_category_heading{
    width: 100%;
    height: auto;
    padding: 10px 15px;
    background: #ededed;
    margin-bottom: 30px;
}
.product_category_container .product_box{
    border: 1px solid #ebebeb;
    transition: 0.3s ease;
}
.product_category_container .product_box:hover{
    transition: 0.3s ease;
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
/*.gallery-box{
    width: 100%;
    height: 114px;
    overflow: hidden;
    position: relative;
}
.gallery-imgbox img{
    width: 100%;
    height: auto;
}*/
.gallery-box{
    height: 160px;
   width: 100%;
   position: relative;
	/*min-height: 525px;*/
	padding:30px;
	/*border:4px solid #eeeeee;*/
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom: 0px;
}
.gallery-box 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{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 14px;
    position: relative;
}
.product_name{
    color: #2a2a2a;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product_price{
    color: #777;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}
.product_Onwards{
    width: max-content;
    color: #252525;
    font-size: 9px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    background-color: #eeeeee;
    padding: 0px 8px;
    border-radius: 30px;
    text-transform: uppercase;
}

.product_price {
    width: max-content;
    color: #252525;
    font-size: 10px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    background-color: #eeeeee;
    padding: 1px 10px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: auto;
  }
.product_button{
    position: relative;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 92px;
}
.product-btn{
    color: #454545;
    font-size: 13px;
    padding: 4px 9px;
    border: 1px solid #fbbf4f;
    background: #fff5e3;
}
.product-btn:hover{
    color: #fff5e3;
    background: #454545;
}


.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;
    left: 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;
}

/*Product page end*/

/*Product details page start*/

.product_img_con{
    width: 100%;
    height: auto;
}


.product_img_con .product_imagebox{
    width: 100%;
    height: 158px;
    overflow: hidden;
    display: grid;
    place-items: center;
}
.product_img_con .product_imagebox img{
    width: 100%;
    height: auto;
}

/*Product details page end*/



/*Our Projects page start*/

.our-project-section2{
    padding-bottom: 90px;
}

.our-project-section2 .project-contentbox{
    padding: 40px;
}


/*Our Projects page end*/

.contactus-section2{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0px;
    background: #FFFFFF !important;
}
/*
.contactus-section2 .content-heading{
    color: #fff;
}
*/
.contactus-section2 .content-heading2{
    color: #2a2a2a;
}
.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;
}
.location-heading2{
    font-size: 18px !important;
    font-weight: 700 !important;
}
/*
.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;
}

.service-details-section1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.more-servicebox{
    padding: 35px 25px 30px;
    background-color: #f7f7f7;
    overflow: hidden;
    position: sticky;
    top: 84px;
}
.service-heading-hr-line{
    width: 70px;
    border-bottom: 2px solid #ffceae;
}
.service-listbox{
    margin-top: 30px;
}
.service-list{
    padding-bottom: 15px;
}
.service-item{
    display: block;
    padding: 13px 15px 13px 15px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #2a2a2a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.06);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 6%);
    transition: 0.3s ease;
}

.service-item:hover{
    color: #fff;
    background-color: #ffceae;
    transition: 0.3s ease;
}

@media screen and (max-width:1000px){
.more-service-col{
    display: none;
}    
}

.google-map-section iframe {
    width: 100% !important;
}

.white {
    color: #FFF;
}
.sub_text {
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
}