@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;
}

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: 11111 !important;
/*    position: sticky;*/
    top: 0;
    left: 0;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

/*Top header start*/

.top-header {
    width: 100%;
    height: auto;
    padding: 12px 0;
    background: #fff;
}

.top-header-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.email-con {
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.emailbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.email-icon {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    color: #454545;
    border: 1px solid #777;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 700;
}
.email-icon:hover {
    color: #fff;
    background: #454545;
    border: 1px solid #454545;
    transition: 0.3s;
}
.email-icon i {
    color: #454545;
    
}
.email_heading{
    color: #454545;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.emailid {
    color: #262626;
    font-size: 16px;
    line-height: 16px;
    transition: 0.3s ease;
    font-weight: 600;
}

.emailid:hover {
    color: #454545;
    transition: 0.3s;
}

.phone-con {
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.phonebox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.phone-icon {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    color: #454545;
    border: 1px solid #777;
    background: transparent;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s ease;
}
.phone-icon:hover {
    color: #fff;
    background: #454545;
    border: 1px solid #454545;
    transition: 0.3s;
}
.phone-icon i {
    color: #454545;
    font-size: 15px;
}
.phone-icon:hover i{
    color: #fff;
}
.phone_heading{
    color: #454545;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.phone-no {
    color: #262626;
    font-size: 16px;
    line-height: 16px;
    transition: 0.3s ease;
    font-weight: 600;
}

.phone-no:hover {
    color: #454545;
    transition: 0.3s ease;
}

.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: #e28f19;
    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: #e28f19;
    border: 1px solid #e28f19;
    transition: 0.3s;
}

.social_con .social_icons .icons:hover i {
    color: #fff;
}
/*Top header end*/


/*Main header start*/
.main-header-section{
    width: 100%;
    background: #952d0a;
/*    background: #e28f19;*/
    transition: 0.5s ease;
    position: relative;
    z-index: 11111;
}
/*
.sticky{
    background: #952d0a;
    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: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logobox2{
    display: none;
}
.logo{
    width: 100%;
    height: auto;
}
.logo img {
    width: 100%;
    height: auto;
}
.navbar-brand {
    max-width: 100px;
    padding: 0 !important;
}

.navbar-brand img {
    width: 100%;
    height: auto;
}


.header_buttongroup .brochure-btn{
    color: #fff;
    background: #e28f19;
}
.header_buttongroup .brochure-btn:hover{
    color: #e28f19;
    background: transparent;
}

.header_buttongroup .get-a-quote-btn{
    color: #952d0a;
    background: #fff;
    border: 1.5px solid #fff;
    margin-left: 15px;
}
.header_buttongroup .get-a-quote-btn:hover{
    color: #fff;
    background: transparent;
    border: 1.5px solid #fff;
}

.btn1 {
    width: auto;
    color: #e28f19;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    text-align: center;
    transition: 0.3s ease;
    background: transparent;
    border-radius: 30px;
    border: 1.5px solid #e28f19;
}

.btn1:hover{
    color: #fff;
    background: #e28f19;
    border: 1.5px solid #e28f19;
}
/*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%;
}
.desk-banner-top{
    margin-top: 81px;
}
.banner-image1 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image2 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image3 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-contentbox {
    position: absolute;
    height: 650px;
    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;
}
.banner-contentbox .banner-heading1 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
/*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #2a2a2a;
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 30px;
}

.banner-details {
    color: #454545;
    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-theme .owl-nav {
    margin-top: 0;
}
.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: #e28f19;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
    transition: 0.3s ease;
    background: transparent;
    border: 1.5px solid #e28f19;
}

.btn1:hover{
    color: #fff;
    background: #e28f19;
    border: 1.5px solid #e28f19;
}
*/
.banner-button {
    margin-top: 45px;
}

.banner-button .btn1 {
    color: #952d0a;
    transition: 0.3s ease;
    border: 1.5px solid #952d0a;
}

.banner-button .btn1:hover {
    color: #fff;
    transition: 0.3s ease;
    background: #952d0a;
    border: 1.5px solid #952d0a;
}



/*Banner end*/



/*section1 start*/

.section1 {
    padding-top: 0px;
    padding-bottom: 80px;
}

.section1-bg {
background: rgb(149,45,10);
background: -moz-linear-gradient(90deg, rgba(149,45,10,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(149,45,10,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(149,45,10,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#952d0a",endColorstr="#ffffff",GradientType=1); 
}

.section1 .contentcon {
    width: 100%;
    height: 650px;
    padding-top: 70px;
    padding-left: 115px;
    padding-right: 70px;
    padding-bottom: 50px;
    background: #952d0a;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heading-1 {
    color: #e28f19;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 10px;
}
/*
.heading-1::before{
    position: absolute;
    content: '';
    top: 14px;
    left: -60px;
    width: 50px;
    border-bottom: 2px solid #1ec3f3;
}
.heading-1::after{
    position: absolute;
    content: '';
    top: 14px;
    right: -60px;
    width: 50px;
    border-bottom: 2px solid #1ec3f3;
}
*/
.heading-2 {
    color: #232323;
    font-size: 42px;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 30px;
}

.content-con1{
    width: 100%;
    height: auto;
}

.left-contentbox {
    width: 100%;
    height: auto;
    padding-left: 0px;
}


/*
.left-contentbox .content-heading1::before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 60px;
    border-bottom: 4px solid #1ec3f3;
}
*/

.left-contentbox .content-heading1 {
    color: #e28f19;
    text-align: left;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 0;
/*    max-width: 380px;*/
}
.left-contentbox .content-heading2 {
    color: #fff;
    text-align: left;
    position: relative;
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    margin-bottom: 15px;
/*    max-width: 380px;*/
}
.left-contentbox .left-contentbox-details {
    color: #fff7ec;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.left-content-bold{
    color: #2a2a2a;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

.product_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.mt-10{
    margin-top: 10px !important;
}


.product-col1{
    border-bottom: 1px solid #454545;
    border-right: 1px solid #454545;
}
.product-col2{
    border-bottom: 1px solid #454545;
}
.product-col3{
    border-right: 1px solid #454545;
}


.product_box{
    position: relative;
}

.product_imgbox{
    width: 100%;
    height: auto;
    /*height: 325px;*/
    overflow: hidden;
}

.product_imgbox img{
    width: 100%;
    height: auto;
}

.product_contentbox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
}

.product_contentbox .product_heading1{
    color: #2a2a2a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.product_contentbox .product_heading2{
    color: #2a2a2a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.product_contentbox .product_heading1 a{
    color: #2a2a2a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.product_contentbox .product_heading2 a{
    color: #2a2a2a;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.load_more-button{
    margin-top: 50px;
}
.load_more-button .btn1{
    color: #fff;
    background: #e28f19;
    border: 1.5px solid #e28f19;
}
.load_more-button .btn1:hover{
    color: #e28f19;
    background: transparent;
    border: 1.5px solid #e28f19;
}


.mt-20 {
    margin-top: 20px !important;
}

.desk-d-none {
    display: none;
}

/*section1 end*/


/*section2 start*/

.section2{
    padding-top: 0px;
    padding-bottom: 80px;
}

.section2 .contentcon2{
    width: 100%;
    padding-top: 70px;
    padding-left: 115px;
    padding-right: 70px;
    padding-bottom: 50px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.section2 .contentcon2 .left-contentbox .content-heading1 {
    color: #e28f19;
    text-align: left;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 0;
/*    max-width: 380px;*/
}
.section2 .contentcon2 .left-contentbox .content-heading2 {
    color: #2a2a2a;
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 15px;
/*    max-width: 380px;*/
}
.section2 .contentcon2 .left-contentbox .left-contentbox-details {
    color: #2a2a2a;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.section2 .contentcon2 .left-contentbox .left-contentbox-details span{
    color: #999;
}

.founder{
    color: #2a2a2a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.founder_name{
    color: #777;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}


/*  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: 0;
    min-height: 450px;
    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(255, 255, 255, 0.73);
}

/*
.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: #e28f19;
}

/*Video Style*/


/*section2 end*/


.mt-40 {
    margin-top: 40px !important;
}


/*section3 start*/

.section3 {
    padding-top: 0px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    position: relative;
}

.section3 .left-contentbox .content-heading2{
    color: #2a2a2a;
}
.section3 .left-contentbox .left-contentbox-details{
    color: #777;
}
.heading-section p{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.box{
    width: 100%;
    height: auto;
}

.box-icon-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.box-icon{
    width: 120px;
    height: 120px;
    background: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
/*
.box-icon img{
    width: 64px;
    height: auto;
}
*/
.box-heading1{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.box-details{
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.box-content{
    color: #1ec3f3;
    font-size: 36px;
    font-weight: 800;
}

.mt-30{
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}



/*Section3 end*/


/*section4 start*/

.section4{
    padding-top: 0px;
    padding-bottom: 80px;
}

.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*/

.list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
}
.list-column {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
}
.check-iconbox {
    width: 20px;
    height: auto;
    margin-right: 0;
}
.check-iconbox i{
    color: #e28f19;
    font-size: 18px;
    font-weight: 600;
}
.list-content{
    width: 90%;
}
.list-content p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial_con{
    width: 100%;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 115px;
    padding-bottom: 80px;
    background: #952d0a;
}

.testi_heading1{
    color: #e28f19;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.testi_heading2{
    color: #fff;
    position: relative;
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}
.testi_iconbox{
    width: 100px;
    height: auto;
    margin-bottom: 30px;
}
.testi_iconbox img{
    width: 100%;
    height: auto;
}

.testi_comments{
    color: #c59b8e;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.testi_name{
    color: #e28f19;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

/*section5 end*/





/*Contact form section start*/

.contactus-section {
    padding-top: 80px;
    padding-bottom: 90px;
    background: #e0d6cd;
}

.contact-shadowbox-con{
    width: 100%;
    height: auto;
}

.contact-imagebox{
    width: 100%;
    height: auto;
}
.contact-imagebox img{
    width: 100%;
    height: auto;
}

/*
.form-box{
    padding-left: 45px;
    padding-right: 45px;
}
*/

.contactus-section .content-heading2{
    color: #2a2a2a;
    margin-bottom: 40px;
}


.contact-form-heading{
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    font-weight: 800;
    margin-bottom: 40px;
}
.form-heading {
    color: #2a2a2a;
    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: #952d0a;
    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: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
}
.email-address:hover{
    color: #2a2a2a;
}
.phonebox2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-no{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
}
.location{
    color: #2a2a2a;
    font-size: 18px !important;
    font-weight: 700  !important;
}
.contact-no:hover{
    color: #2a2a2a;
}
.contact-detailsbox p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2a2a;
}

.contact-form {
    width: 100%;
}

.contact-form .form-control {
    color: #454545 !important;
    background-color: transparent !important;
/*    background-color: rgba(149,45,10,01) !important;*/
    border: 1px solid #777 !important;
    border-radius: 0 !important;
}
/*
.contact-form .form-control::placeholder{
    color: #fff !important;
}
*/
.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    color: #fff;
    background: #e28f19;
    border: 1.5px solid #e28f19;
}
.submit-button .btn1:hover{
    color: #e28f19;
    background: transparent;
    border: 1.5px solid #e28f19;
}
/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #952d0a;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.footer-logo {
    width: 100px;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #c59b8e;
    font-size: 14px;
    margin-top: 30px;
}

.ft_hd {
    color: #fff;
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 50px;
    margin-bottom: 10px !important;
}

.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: 10px;
    transition: 0.3s;
}
.ql span i{
    font-size: 14px;
}
.ql a {
    text-decoration: none;
    color: #c59b8e;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
}

.ql a:hover {
    color: #e28f19 !important;
    transition: 0.3s;
    text-decoration: none;
}

.social_con p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
.contact-no-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-no2 {
    color: #c59b8e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 15px;
}
.email-address-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.location-heading{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.email-address2{
    color: #c59b8e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 15px;
}
.location2{
    color: #c59b8e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 15px;
}
.subs-content {
    padding-bottom: 30px;
}

.phone-iconbox2, .email-iconbox2, .location-iconbox2{
    width: 20px;
    margin-right: 10px;
}
.phone-iconbox2 i, .email-iconbox2 i, .location-iconbox2 i{
    color: #fff;
    font-size: 16px;
}


/*
.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;
    border-top: 1px solid #fff;
    margin-top: 50px;
    
}
.footer-end-content{
    padding: 20px 0;
    
}
.ft_end_txt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.ft_end_txt a {
    color: #fff;
}

.ft_end_txt a:hover {
    color: #fff;
}

/*Footer end*/



/*About page start*/


.aboutus_page-section1 {
    padding-top: 90px;
    padding-bottom: 100px;
}

.aboutus_page-section1 .heading-2 {
    text-align: left;
}
.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    color: #777;
    text-align: left;
}



.banner-heading-section{
    background: #ffebce;
    position: relative;
}
.about-content{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}


.about-content h1 {
    color: #2a2a2a;
    font-size: 30px;
    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: #454545 !important;
}
.about-content .breadcrumb-item.active {
    color: #454545 !important;
}
.about-content .breadcrumb-item.active a {
    color: #454545 !important;
}
.about-content .breadcrumb-item+.breadcrumb-item::before {
    color: #454545 !important;
}


.imagebox{
    width: 100%;
    height: auto;
    padding: 0px;
    border: 4px solid #eeeeee;
    background-color: #FFFFFF;
    text-align: center;
}

.imagebox img{
    width: 100%;
    height: auto;
}

.light_bg {
    background-color: #F0F8FE;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
/*th {
	background: #ccc;
	}*/
table, tr, td {
	border: 0px !important;
}  
th, td {
	width:50%;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 1px solid #dfdfdf !important;
}
td:first-child {
	font-style: bold;
	font-weight: 500;
}
tr:nth-child(odd) {
	background: #f4f4f4;;
}
tr:nth-child(even) {
	background: #FFFFFF;
}
th {
    font-weight: 500 !important;
}

.catego-info ul li {
  margin-left: 35px;
  list-style:disc;
}
.pro-cate {
    padding-top: 60px;
    padding-bottom: 60px;
}
.catego-info:nth-child(odd) {
  background: #FFFFFF;
}
.catego-info:nth-child(even) {
  background-color: #f4f4f4;
}

.about-content-heading1{
    
}
.about-content-heading1::before {
    top: 0px !important;
    height: 44px !important;
}


.about_section2{
    padding-top: 50px;
}





/*About page end*/


.mt-80{
    margin-top: 80px !important;
}
.mt-90{
    margin-top: 90px !important;
}


.our_mision-vision-section{
    padding-top: 0;
    padding-bottom: 0;
}
/*
.our_mision-vision-section .contentcon2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
}
*/

/*Our Service page start*/

.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;
}
.service-heading2{
    color: #0d4a6f;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}
.service-details2{
    color: #777;
    font-size: 16px;
    line-height: 24px;
}
.features_info{
    margin-top: 30px;
}
.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: space-between;
    background: #e1f4ff;
    padding: 30px 40px;
}
.download_left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.brochure-heading{
    color: #0d4a6f;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.download_text p{
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.right-form-box{
    background: #e1f4ff;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.right-form-box-heading{
    color: #0d4a6f;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(13,74,111,0.4);
    margin-bottom: 40px;
}

.right-form-box .contact-form .form-control {
    height: 45px;
    color: #b7b7b7 !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
}
.right-form-box .submit-button .btn1{
    width: 100%;
    display: block;
}

.right-service-box{
    background: #e1f4ff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
.service-list{
    list-style: none;
}
.service-item{
    width: 100%;
    height: 50px;
    display: block;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    border-bottom: 1px solid rgba(13,74,111,0.4);
}
.service-item:hover{
    color: #00a3da;
    transition: 0.3s ease;
}



.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #952d0a !important;
    border: 1.5px solid #952d0a;
}
.learn-more-btn:hover{
    color: #952d0a !important;
    background: transparent !important;
    border: 1.5px solid #952d0a;
}

.mb-80{
    margin-bottom: 80px !important;
}


/*Our Service page end*/

.contactus-section2{
    background: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 80px;
}
.contactus-section2 .contact-shadowbox-con {
    box-shadow: none;
}
.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 .form-control {
    color: #fff !important;
/*    background-color: rgba(226,143,25,0.3) !important;*/
    background-color: rgba(149,45,10,0.8) !important;
    border: 1px solid rgba(149,45,10,0.8) !important;
    border-radius: 0 !important;
}
.contactus-section2 .form-control::placeholder{
    color: #fff !important;
}


/*
.contactus-section2 .submit-button .btn1{
    color: #fff;
    background: #0d4a6f;
    border: 1.5px solid #0d4a6f;
}
.contactus-section2 .submit-button .btn1:hover{
    color: #fff;
    background: #1ec3f3;
    border: 1.5px solid #1ec3f3;
}
*/


.contactus-section3{
    margin-top: 80px;
}

.mb-90{
    margin-bottom: 90px !important;
}
.aboutpage-section{
    padding-bottom: 90px !important;
}


.our-products-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-products-section .left-contentbox .content-heading2 {
    color: #2a2a2a;
}

/*Category page start*/


.our-category-section {
    width: 100%;
    height: auto !important;
/*    background: #952d0a;*/
    background: #dfdfdf;
    padding-top: 80px;
    padding-bottom: 80px;
}


.card-box {
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding: 20px;
}

.card-imgbox img{
    width: 100%;
    height: auto;
}


.card-content{
    padding: 20px 0;
}
.card-content .card-heading{
    color: #952d0a;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.card-content .card-heading a{
    color: #952d0a;
    
}
.card-button .read-more{
    color: #e28f19;
}
.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}
/*Category page end*/

/*Our Products details page start*/

.hr-line{
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.details-heading{
    font-size: 22px;
    font-weight: 600;
    color: #952d0a;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad8d8;
    padding-bottom: 10px;
}

.our-products-section table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
.our-products-section table tr:nth-child(odd) {
    background: #f4f4f4;
}
.our-products-section table th, td {
    width: 50%;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf !important;
}
.product-imgcon{
    border: 0px solid #999;
/*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}
.read-more-button{
    margin-top: 30px;
}
/*Our Products details page end*/






