/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth !important;
}
body{
    width: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', 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;
    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;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.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;
}

.email-icon {
    padding-top: 2px;
}

.email-icon i {
    color: #ef2b1f;
    font-size: 15px;
    padding-right: 10px;
}

.emailid {
    color: #2a2a2a;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 600;
}

.emailid:hover {
    color: #2a2a2a;
    transition: 0.3s;
}

.phone-con {
    height: 25px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.phone-icon i {
    color: #ef2b1f;
    font-size: 15px;
    padding-right: 10px;
}

.phone-no {
    color: #2a2a2a;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 600;
}

.phone-no:hover {
    color: #2a2a2a;
    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: #ef2b1f;
/*    border: 1px solid #f5ad0d;*/
    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: #ef2b1f;
    transition: 0.3s;
}
*/

.social_con .social_icons .icons:hover i {
    color: #ef2b1f;
}
/*Top header end*/


/*Main header start*/
.main-header-section{
    width: 100%;
    background: #fff;
    z-index: 11111 !important;
    position: relative;
    transition: 0.5s ease;
}
/*
.mb-sticky{
    background: #030f27;
    width: 100%;
    position: fixed;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}
*/

.classy-nav-container{
    padding: 0 110px;
}

.main-header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

.navbar-brand {
    max-width: 350px;
    padding: 0 !important;
}

.navbar-brand img {
    width: 90%;
    height: auto;
}

.sticky {
    background: #fff;
    width: 100%;
    position: fixed;
    color: #1e1e1e !important;
    z-index: 11111 !important;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    transition: 0.5s ease;
}

/*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: -163px;
    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;
}

.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.webp);
    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.webp);
    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.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image4 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-4.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image5 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-5.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-image6 {
    width: 100%;
    height: 650px;
    position: relative;
    background-image: url(../images/banner-6.webp);
    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: 680px;
/*
    margin-left: auto;
    margin-right: auto;
*/
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-contentbox .banner-heading1 {
    color: #fff;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: lighter;
    line-height: 64px;
    margin-bottom: 0;
    display: inline-block;
    text-shadow: 2px 2px 13px rgb(7, 7, 7);
/*    margin-top: 50px;*/
}

.banner-contentbox .banner-heading2 {
    color: #fff;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 64px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    text-shadow: 2px 2px 13px rgb(7, 7, 7);
}
.banner-contentbox .banner-heading2 span{
    font-weight: bold;
}
.banner-details {
    color: #fff;
    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-button {
    margin-top: 60px;
    margin-left: 5px;
}
.banner-button .btn1{
    border: 1.5px solid #fff;
}

.banner-button .btn1:hover {
    color: #2a2a2a;
    transition: 0.3s;
    background: #fff;
}


.btn1 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: center;
/*    text-transform: uppercase;*/
    background: transparent;
    transition: 0.3s;
    border: 1.5px solid #f5ad0d;
}

.btn1:hover {
    color: #fff;
    transition: 0.3s;
    background: #f5ad0d;
}



/*Banner end*/



/*Section1 start*/

.section1 {
    padding-top: 90px;
    padding-bottom: 80px;
}

.heading-section .heading-1{
    color: #2a2a2a;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.heading-section .details{
    color: #666;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section1 .product-heading-1{
    color: #2a2a2a;
    font-size: 28px;
    line-height: 34px;
    font-weight: lighter;
}
.section1 .product-heading-2{
    color: #2a2a2a;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}






.section1-row{
    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);
}
.image-container{
    width: 100%;
    height: 321px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
}
.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;
}

.image-hoverbox{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    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: 30px;
    line-height: 36px;
    font-weight: lighter;
}
.image-subbanner1 .image-heading2{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 5px;
}
.image-subbanner1 .image-heading-max-width{
    max-width: 130px;
}
.know-more-button{
    width: 96px;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
    transition: 0.3s ease;
}
.know-more-button:hover{
    border-bottom: 1px solid #ef2b1f;
    transition: 0.3s ease;
}
.know-more-btn{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}
.know-more-button:hover .know-more-btn{
    color: #ef2b1f;
    transition: 0.3s ease;
}


.image-subbanner2 .image-contentbox{
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.image-subbanner2 .image-heading1{
    color: #2a2a2a;
    font-size: 30px;
    line-height: 36px;
    font-weight: lighter;
}
.image-subbanner2 .image-heading2{
    color: #2a2a2a;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 5px;
}
.image-subbanner2 .know-more-button{
    border-bottom: 1px solid #2a2a2a;
    transition: 0.3s ease;
}
.image-subbanner2 .know-more-button:hover{
    border-bottom: 1px solid #ef2b1f;
    transition: 0.3s ease;
}
.image-subbanner2 .know-more-btn{
    color: #2a2a2a;
}
.image-subbanner2 .know-more-button:hover .know-more-btn{
    color: #ef2b1f;
}

.image-subbanner4 .image-contentbox{
    position: absolute;
    top: 40px;
    left: 20px;
}
.image-subbanner4 .image-heading1{
    color: #2a2a2a;
    font-size: 30px;
    line-height: 36px;
    font-weight: lighter;
}
.image-subbanner4 .image-heading2{
    color: #2a2a2a;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 5px;
}

.image-subbanner4 .know-more-button{
    border-bottom: 1px solid #2a2a2a;
    transition: 0.3s ease;
}
.image-subbanner4 .know-more-button:hover{
    border-bottom: 1px solid #ef2b1f;
    transition: 0.3s ease;
}
.image-subbanner4 .know-more-btn{
    color: #2a2a2a;
    transition: 0.3s ease;
}
.image-subbanner4 .know-more-button:hover .know-more-btn{
    color: #ef2b1f;
    transition: 0.3s ease;
}
.image-subbanner5 .image-contentbox{
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.image-subbanner5 .image-heading1{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: lighter;
}
.image-subbanner5 .image-heading2{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 5px;
}
.image-subbanner5 .know-more-button{
    border-bottom: 1px solid #fff;
    transition: 0.3s ease;
}
.image-subbanner5 .know-more-button:hover{
    border-bottom: 1px solid #ef2b1f;
    transition: 0.3s ease;
}
.image-subbanner5 .know-more-btn{
    color: #fff;
    transition: 0.3s ease;
}
.image-subbanner5 .know-more-button:hover .know-more-btn{
    color: #ef2b1f;
    transition: 0.3s ease;
}

/*Section1 end*/

.desk-dnone{
    display: none;
}


/*section2 start*/

.product-heading-underline{
    border-bottom: 2px solid rgba(0,0,0,0.15);
    position: relative;
}
.product-heading-underline::before{
    content: '';
    position: absolute;
    left: 0;
    width: 70px;
    border-bottom: 4px solid #dd2e23;
    top: -1px;
}
.section2 .product-heading-1{
    color: #2a2a2a;
    font-size: 28px;
    line-height: 34px;
    font-weight: lighter;
}
.section2 .product-heading-2{
    color: #2a2a2a;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-imgbox{
    width: 100%;
    height: 230px;
    position: relative;
}
.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;
}
.products-container{
    margin-top: 40px;
}
.productbox{
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
}
.product-contentbox{
    padding-bottom: 20px;
}
.product-contentbox-heading{
    color: #2a2a2a;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.product-contentbox-heading a {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.read-more-button{
    width: 96px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #dd2e23;
}
.read-more-btn{
    color: #dd2e23;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}
.read-more-btn:hover{
    color: #2ecbff;
    transition: 0.3s ease;
}


.mt-40 {
    margin-top: 40px !important;
}


/*section2 end*/


/*Section3 start*/

.section3 {
    padding-top: 90px;
    padding-bottom: 100px;
    
}
.image-container2{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
}


.image-container2:hover .image-hoverbox{
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
}
.image-container2:hover .imagebox img{
    transform: scale(1.1);
    transition: 0.5s ease;
}

.image-content2{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-content2-heading{
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    padding: 20px 30px;
    background: rgba(0,0,0,0.5);
    border: 10px solid #fff;
    text-align: center;
}

.image-content3{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.image-content3 .image-content2-heading1{
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    font-weight: lighter;
}
.image-content3 .image-content2-heading2{
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
}

.image-content3 .image-content2-heading3{
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.section3-col-3, .section3-col-4{
    display: none !important;
}

/*Section3 end*/

/*section4 start*/

.section4{
    padding-bottom: 90px;
}

.section4 .product-heading-1{
    color: #2a2a2a;
    font-size: 28px;
    line-height: 34px;
    font-weight: lighter;
}
.section4 .product-heading-2{
    color: #2a2a2a;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}


.image-container3{
    position: relative;
}
.image-content4{
    position: absolute;
    top: 30px;
    right: 30px;
}
.image-content4 .image-content4-heading1{
    color: #fff;
    font-size: 64px;
    line-height: 68px;
    font-weight: lighter;
    text-align: right;
}
.image-content4 .image-content4-heading2{
    color: #fff;
    font-size: 64px;
    line-height: 68px;
    font-weight: bold;
    text-align: right;
}
/*section4 end*/


/*section6 start*/
.section6{
    padding-top: 90px;
    padding-bottom: 100px;
}

/*section end*/

/*Contact form section start*/

.contactus-section {
    background: #ebebeb;
}
.contact-imagebox{
    width: 100%;
    height: auto;
}
.contact-imagebox img{
    width: 100%;
    height: auto;
}

.form-box{
    padding-left: 45px;
    padding-right: 45px;
}
.contact-form-heading{
    color: #2a2a2a;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 25px;
}
.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: #ef2b1f;
    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: #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;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.contact-form {
    width: 100%;
}

.contact-form .form-control {
    color: #2b2b2b !important;
    background-color: transparent !important;
    border: 1px solid #777 !important;
    border-radius: 0 !important;
}

.submit-button {
    margin-top: 30px;
}
.submit-button .btn1{
    color: #fff;
    background: #2a2a2a;
    border: 1.5px solid #2a2a2a;
}
.submit-button .btn1:hover{
    color: #fff;
    background: #ef2b1f;
    border: 1.5px solid #ef2b1f;
}

.google-mapbox{
    width: 100%;
}
.google-mapbox iframe{
    width: 100%;
}

/*Contact form section end*/


/*Footer start*/

.footer-section {
    padding: 70px 0 0;
    background-color: #232323;
}

.footer-clmn1 {
    padding-left: 0px;
}

.footer-heading {
    color: #ef2b1f;
    font-size: 20px;
    font-weight: 700;
}

.footer-logo {
    width: 100%;
    height: auto;
}

.footer-logo a img {
    width: 100%;
    height: auto;
}

.company-details {
    color: #fff;
    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: 5px;
    transition: 0.3s;
}
*/
.ql a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
}

.ql a:hover {
    color: #ef2b1f !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-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-no2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-no2 a {
    color: #fff;
}
.contact-no2 a:hover {
    color: #ef2b1f !important;
}
.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: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.email-address2 a {
    color: #fff;
}
.email-address2 a:hover {
    color: #ef2b1f !important;
}
.location2{
    color: #fff;
    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;
    border-top: 1px solid rgba(255,255,255,0.3);
    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*/
.banner-heading-section{
    background: #232323;
    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: #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: #d5d5d5 !important;
}
.about-content .breadcrumb-item.active {
    color: #d5d5d5 !important;
}
.about-content .breadcrumb-item.active a {
    color: #d5d5d5 !important;
}
.about-content .breadcrumb-item+.breadcrumb-item::before {
    color: #d5d5d5 !important;
}

.pro-info ul li {
    margin-left: 35px;
}
.pro-info:nth-child(odd) {
    background: #edf7fe;
}
.pro-info:nth-child(even) {
    background-color: #FFFFFF;
}
.imagebox{
    width: 100%;
    height: auto;
}
.imagebox img{
    width: 100%;
    height: auto;
}
.imagebox1{
    height: 300px;
    width: 100%;
    position: relative;
    /*min-height: 525px;*/
    padding:30px;
    border:4px solid #eeeeee;
    background-color:#FFFFFF;
    text-align:center;
    /*margin-bottom: 30px;*/
}
.imagebox1 img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*About page end*/

.mt-80{
    margin-top: 80px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.aboutus_page-section1{
    padding-top: 80px;
    padding-bottom: 80px;
}
.aboutus_page-section1 .heading-2 {
    color: #2a2a2a;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}
.aboutus_page-section1 .left-contentbox {
     padding-bottom: 0px; 
}
.aboutus_page-section1 .left-contentbox .left-contentbox-details {
    margin-bottom: 0;
    color: #777;
}

.list-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 40px;
}
.list-column {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
/*    align-items: center;*/
}
.about-iconbox {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.about-iconbox i{
    font-size: 20px;
}

.list-content .icon-heading {
    font-size: 14px;
    line-height: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 0;
}

.about-section2{
    padding-top: 90px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/sea-fishing-2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 90px;
}
.content-heading1{
    color: #fff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.left-contentbox-details {
    margin-bottom: 0;
    color: #ededed;
}

.iconbox2{
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transition: 0.3s ease;
}
.iconbox2 img{
    width: 60px;
    height: 60px;
}
.iconbox2 i{
    color: #fff;
    font-size: 24px;
    transition: 0.3s ease;
}
.iconbox2:hover{
    background: #fff;
    transition: 0.3s ease;
}
.iconbox2:hover i{
    color: #2a2a2a;
    transition: 0.3s ease;
}
.sub-cloumbox-heading {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}
.sub-cloumbox-details {
    color: #ededed;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}



/*Our Products page start*/

.our-products{
    padding-top: 80px;
    padding-bottom: 80px;
}

.catego-info:nth-child(even) {
    background-color: #ededed;
}
.catego-info:nth-child(odd) {
    background: #FFFFFF;
}
.our-products .left-contentbox .content-heading2{
    color: #2a2a2a;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-products .product-code{
    font-size: 16px;
    color: #777;
}
.our-products .product-code strong{
    color: #454545;
    font-weight: 600;
}
.learn-more-btn{
    color: #fff !important;
    margin-left: 10px;
    background: #f5ad0d !important;
}
.learn-more-btn:hover{
    color: #f5ad0d !important;
    background: transparent !important;
}
.our-category-section{
    width: 100%;
    height: auto !important;
    background: #dfdfdf;
    padding-bottom: 80px;
}
.mb-80{
    margin-bottom: 80px !important;
}
.card-box{
    width: 100%;
    height: 385px;
    overflow: hidden;
    background: #fff;
}
.card-imgbox{
    width: 100%;
    height: 230px;
    position: relative;
}
.card-imgbox img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.card-content{
    padding: 20px 0;
}
.card-content .card-heading{
    color: #0c141d;
    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: #0c141d;
    
}
.card-button .read-more{
    color: #bc0000;
}
.button-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.button-group .btn1{
    color: #ef2b1f;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
}
.button-group .btn1:hover{
    color: #fff;
    background: #ef2b1f;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
}
.button-group .btn2{
    color: #fff;
    background: #ef2b1f;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
    margin-left: 20px;
}

.button-group .btn2:hover{
    color: #ef2b1f;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
}

.more-products{
    padding-top: 80px;
    padding-bottom: 80px;
}



/*Our Products page end*/

/*Our Products details page start*/
.our-products2{
    padding-bottom: 0;
}
.hr-line{
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 20px;
}

.details-heading{
    font-size: 22px;
    font-weight: 700;
    color: #2a2a2a;
    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: 2px solid #999;
   box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*Our Products 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;
    background: #FFFFFF !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 .btn2{
    color: #fff;
    background: #ef2b1f;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
    margin-left: 20px;
}

.contactus-section2 .submit-button .btn2:hover{
    color: #ef2b1f;
    background: transparent;
    transition: 0.3s ease;
    border: 1.5px solid #ef2b1f;
}
*/











