*{
    padding: 0;
    margin: 0;
    font-family: "Roboto Condensed", serif;
    
}

section {
    width: 100%;
    /* height: 100vh; */ /* Full viewport height */
    position: relative;
}


h1,h2,h3,h4,h5,h6{
    /* font-family: "Bebas Neue", serif; */
    font-weight: 600;
    font-style: normal;
    letter-spacing: 2px;
}
p{
    color: #777;
    /* text-align: justify; */
    font-size: 20px;
    font-weight: 400;
}
ul li{
    color: #777;
    text-align: justify;
    font-weight: 400;
}
/* .container{
    max-width: 1250px;
} */
a{
    text-decoration: none;
    color: #ed3944;
}
.ptb{
    padding: 50px 0px;
}
.top-bar{
    background: #fff;
    color: #fff;
    padding: 10px 0px;
    /* text-align: left; */
}
.slider-data {
    position: absolute;
    bottom: 37%;
    width: 89%;
    left: 0%;
    right: 0%;
    margin: auto;
    display: inline-block;
    }
    .carousel-item::before {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: linear-gradient(0deg,#000000c2 0%,rgba(1,40,99,0) 100%);
    bottom: 0%;
    left: 0;
    content: "";
}
.slider-data{
    text-align: center;
}
.slider-data h5 {
    text-align: center;
    font-size: calc(14px + 1.5vw);
    color: #fff;
    margin: 0;
}
.slider-data h3 {
    color: #fff;
    font-size: calc(14px + 3.5vw);
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-transform: capitalize !important;!i;!;
    line-height: 62px;
    font-family: inherit;
}
.slider-data p {
    text-align: center;
    font-size: calc(11px + .6vw);
    color: #fff;
    margin: 0;
    color: #fff;
}
.btngrpp{
    margin-top: 30px;

}
.cbtn{
    background: #db1c29;
    color: #fff;
    padding: 12px 15px;
    transition: all ease .5s;
}
.cbtn:hover{
    background: #111;
    color: #fff;
}
header{
    position: relative;
    z-index: 9;
    width: 100%;
}
.top-bar p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.boox{
    background: #ed3944;
    display: inline-block;
    padding: 9px 18px;
}
.logo{
    width: 130px;
}
.carousel-item img{height: 100vh;object-fit: cover;overflow: hidden;}
.carousel-control-prev{
    height: 75px;
    width: 75px;
    top: inherit;
    bottom: 0px;
    left: 88%;
    right: 0 !important;
    background: #111;
    color: #000;
}
.carousel-control-next{
    height: 75px;
    width: 75px;
    top: inherit;
    bottom: 0px;
    right: 0 !important;
    background: #111;
    color: #000;
}
.menubar{
    background: #ffff;
    /* padding: 20px 0px; */
}

 .typingtext {
    background: #db1c29;
    color: #fff;
    text-align: center;
    padding: 15px 50px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 50px;
}
.product-grid{
    font-family: 'Inter', sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    border: 2px solid #fff;
    padding: 0px;
    border-radius: 0px;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.product-grid .product-image .pic-1{ transition: all 0.5s ease 0s; }
.product-grid .product-image:hover .pic-1{ opacity: 0; }
.product-grid .product-image .pic-2{
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}
.product-grid .product-image:hover .pic-2{ opacity: 1; }
.product-grid .product-discount-label{
    color: #fff;
    background: #a64826;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 2px 10px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.product-grid .product-links li{
    margin: 0 0 10px;
    opacity: 0;
    transform: translate( 0,30%);
    transition: all 0.3s ease-in-out;
}
.product-grid .product-links li:nth-child(1){ transition-duration: 0.1s; }
.product-grid .product-links li:nth-child(2){ transition-duration: 0.2s; }
.product-grid .product-links li:nth-child(3){ transition-duration: 0.3s; }
.product-grid:hover .product-links li{
    opacity: 1;
    transform: translate(0,-5%);
}
.product-grid .product-links li a{
    color: #222;
    background: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}
.product-grid .product-links li a:hover{ color: #a64826; }
.product-grid .product-content{
    background: linear-gradient(1deg, #000000d6, transparent);
    text-align: left;
    width: 100%;
    padding: 12px;
    /* border-top: 1px solid transparent; */
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    border-radius: 0px;
}
.product-grid:hover .product-content{
    background-color: rgba(250,247,242,.5);
    border-top-color: #e6e6e6;
}
.product-grid .title{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
    color: #fff;
}
.product-grid .title a{
    color: #fff;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color:#a64826; }
.product-grid .price{
    color: #a64826;
    font-size: 14px;
    font-weight: 600;
}
.product-grid .price span{
    color: #adadad;
    font-size: 14px;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}
.product-grid .add-to-cart{
    color: #fff;
    /* background: #222; */
    font-size: 15px;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 0;
    display: block;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 12px;
    transition: all .3s ease-in-out 0s;
    border: 1px solid #fff;
    display: none;
}
.product-grid .add-to-cart:hover{ color: #a64826; }
.product-grid .product-links li a i,
.product-grid .add-to-cart i{ line-height:inherit; }
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}

.products{
    /* background: #111; */
    width: 100%;
    /* padding: 50px; */
}
.heading{
    font-size: 42px;
}
.mt-4{
    margin-top: 50px;
}
.pslide{
    display: flex;
    /* background-image: url("../images/umbrella-srv2.webp"); */
    background-size: cover;
    background: #f2f2f2;
}
.pslide .stikypic{
    /* width: 35%; */
    /* position: sticky; */
    top: 0;
    /* height: 100%; */
}
.pointts{
    text-align: center;
}
.pointts {
    /* background: #db1c29; */
    padding: 20px;
    /* color: #fff; */
}
.pointts .iconbox{
    background: #111;
    display: inline-block;
    width: 67px;
    height: 67px;
    color: #fff;
    line-height: 67px;
    font-size: 26px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.why{
    /* background: url("../images/image-mainhome-6.jpg"); */
    color: #fff;

}
.why p{
    color: #fff;
}

.aboutud{
    /* background: #fff; */
    /* text-align: justify; */
    color: #fff;
}
.aboutud p{
    color: #fff;
}
.callto{
    /* background: #111; */
}
.callbox{
    background: url("../images/home-parallax-image-1.jpg");
    height: 318px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    padding: 50px 0px;
    text-align: center;
    align-items: center;
}
.callbox:after{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(2deg, #000000a8, transparent);
    z-index: -1;
}
.callbox p{
    text-align: center;
}
.testimonial{
    margin: 50px 30px 30px 30px;
    text-align: center;
    position: relative;
    margin-bottom: 90px;
}
.testimonial .description{
    padding: 30px;
    margin-bottom: 80px;
    border-left: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    line-height: 33px;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    top: auto;
    bottom: 0;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    position: relative;
}
.testimonial:before,
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .title:before{ top: -80px; }
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
footer{
    background: #000;
    padding-top: 78px;
    padding-bottom: 0px;
}
footer p{
    text-align: left;
    font-size: 12px;
    margin-right: 50px;
}
.flogo{
    margin-bottom: 20px;
}

.social-buttons {
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-top: -10px;
  }
  .social-buttons__button {
    margin: 5px;
  }
  .social-button {
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  .social-icons {
    width: 100%;
  }
  .social-button__inner {
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 100%;
    background: #111;
    text-align: center;
  }
  .social-button i,
  .social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
  }
  .social-button i {
    font-size: 20px;
    color: #fff;
  }
  .social-button svg {
    height: 40%;
    width: 40%;
  }
  .social-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
  }
  .social-button:focus,
  .social-button:hover {
    color: #fff;
    text-decoration: none;
  }
  .social-button:focus::after,
  .social-button:hover::after {
    width: 100%;
    height: 100%;
    margin-left: -50%;
  }
  
 .flinks li{
    /* display: inline-block; */
    margin: 10px 0px;
    list-style: none;
 }
 footer{
    color: #fff;
 }
  .flinks li a{
    color: #fff;
  }
  .cinfo li{
    /* display: inline-block; */
    margin: 0px 5px;
    list-style: none;
  }
  .cinfo li a{
    color: #fff;
  }
  .middiv{
    padding: 50px 0px;
  }
  .inner-bg2 {
    background-image: url(../images/bread.jpg)
}

.inner-banner {
    padding: 70px 0px;
    padding-top: 148px;
    position: relative;
    background-position: center right;
    background-size: cover;
    text-align: center;
    z-index: 1;
}
.inner-banner .inner-title h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin: 0 5px;
}
.inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, black, transparent);
    z-index: -1;
}
.inner-title ul{
    padding-left: 0;
}
.pp{
    background: url(../images/image-mainhome-6.jpg);
}
.accordion-button:not(.collapsed){
    background: #111;
    color: #fff;
}
.accordion-body{
    background: #f2f2f2;
}

/* /------restab--------/ */

ul.tabs {
    margin: 0;
    padding: 0;
    float: inherit;
    list-style: none;
    height: 29px;
    width: 100%;
    text-align: left;
    margin-left: 30px;
}

ul.tabs li {
    float: inherit;
    margin: 0;
    cursor: pointer;
    padding: 5px 35px;
    height: 50px;
    line-height: 40px;
    background-color: #181818;
    color: #fff;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    /* border-radius: 30px; */
    margin-right: 5px;
    /* border-right: 1px solid #bbb; */
    display: inline-block;
    width: 23%;
    border-radius: 0;
    text-align: center;
    }


ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: #ed3944;
    color: #fff;
    /* border-bottom: 1px solid #fff; */
    display: inline-block;
}

.tab_container {
    border: 1px solid #e1e1e1;
    /* border-top: none; */
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    border-radius: 0;
}

.tab_content {
    padding: 70px 35px 35px 35px;
    display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #181818;
        color: #fff;
        /* border-top: 1px solid #333; */
        margin: 0;
        padding: 10px 20px 10px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 19px;
        }
    .d_active {
        background-color: #e12356;
        color: #fff;
        font-size: 19px;
        }
}
.tab_container h2{
    font-size: 26px;
    padding: 0;
    line-height: 10px;
}
.tab_container ol{
    padding-left: 20px;
    margin-bottom: 10px;
}
/* /-----------rating-----------/ */



 #full-stars-example-two .rating-group {
     display: inline-flex;
}
 #full-stars-example-two .rating__icon {
     pointer-events: none;
}
 #full-stars-example-two .rating__input {
     position: absolute !important;
     left: -9999px !important;
}
 #full-stars-example-two .rating__input--none {
     display: none;
}
 #full-stars-example-two .rating__label {
     cursor: pointer;
     padding: 0 0.1em;
     font-size: 24px;
}
 #full-stars-example-two .rating__icon--star {
     color: orange;
}
 #full-stars-example-two .rating_input:checked ~ .ratinglabel .rating_icon--star {
     color: #ddd;
}
 #full-stars-example-two .rating-group:hover .rating_label .rating_icon--star {
     color: #4ca9ed;
}
 #full-stars-example-two .rating_input:hover ~ .ratinglabel .rating_icon--star {
     color: #ddd;
}
.ptext{
    padding: 0px 50px;
}
.restab .tabs{
    padding: 0;
    margin: 0;
}
.conform input{
    border-radius: 0;
    margin-bottom: 10px;
    height: 58px;
}
.conform textarea{
    border-radius: 0;
    margin-bottom: 10px;
}
.rform input{
    border-radius: 0;
    margin-bottom: 10px;
}
.rform textarea{
    border-radius: 0;
    margin-bottom: 10px;
}
.reviewbox{
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 10px;
}
.blogbox{
    border: 1px solid #ddd;
    padding: 10px 10px 50px;
}
.blogbox h2{
    font-size: 26px;
}
.blogbox img{
    margin-bottom: 20px;
}
.relcertbox ul{
    padding-left: 0px;
}
.relcertbox ul li {
    display: inline-flex;
   border-bottom: 1px solid #f2f2f2;
    padding: 10px 0px;
    width: 100%;
}
.relcertbox ul li .cattimg {
    width: 65px;
    margin-right: 10px;
    flex: none;
}
.relcertbox ul li .cattext {
    padding-left: 0px;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.relcertbox ul li .cattimg img {
    width: 100% ;
}
.relcertbox{
    padding: 0px 27px 10px;
    /* background: #f2f2f2; */
    position: sticky;
    top: 25px;
}
.blogboxdetail{
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 20px;
}
.cform{
    /* background: linear-gradient(315deg, #0000007a, transparent); */
    padding: 20px;
    color: #fff;
}
.cform p{
    margin-bottom: 0;
}
.cform input{
    border-radius: 0;
    margin-bottom: 10px;
    height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d14f4f;
}
.cform textarea{
    border-radius: 0;
    margin-bottom: 10px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d14f4f;
}
.pbox{
    display: flex;
    position: relative;
    padding-left: 59px;
    margin-bottom: 10px;
}
.pbox .pimg{
    width: 35px;
    /* height: 75px; */
    font-size: 26px;
    color: #db1c29;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
    /* line-height: 70px; */
    /* background: #db1c29; */
    position: absolute;
    left: 0;
    top: 0;
}
.t-left{
    text-align: left;
}
.carcle .fa {
	display: inline-block;
	font-size: 48px;
	line-height: 90px;
	border: 15px solid #ededed;
	width: 120px;
	height: 120px;
	text-align: center;
	background-color: #ededed;
	color: #adadad;
	border-radius: 60px;
	margin-bottom: 20px
}
.dt-sc-icon-box.type3 .icon-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    background: #0083cb;
    display: block;
    padding: 2px 0;
    color: #fff;
    width: 185px;
    margin: 0 auto 10px;
}
.dt-sc-icon-box.type3 .icon-wrapper {
    width: 100%;
    margin: 0;
}
.expertise-col {
    text-align: center;
}
.dt-sc-icon-box.type3.dt-sc-rounded .icon-wrapper:after {
    content: "";
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 0;
    width: 112px;
    height: 2px;
    display: inline-block;
    bottom: 150px;
    margin: auto;
}
.menubar{
    background: #0e4074;
}
.boox a{
    color: #fff;
}
.infobox{
    position: relative;
    padding-left: 44px;
    display: inline-block;
    margin-left: 32px;
}
.infobox p i{position: absolute;left: 0;top: 5px;font-size: 29px;color: #545454;}
.sectionrow {
    overflow: hidden;
}
.flinks {
    padding: 0;
}
.cinfo {
    padding: 0;
}
.footer-bottom {
    border-top: 2px solid rgba(255, 255, 255, .2);
    padding: 12px 0px;
}
.infolist {
    text-align: right;
}
.abtback{
    position: relative;
    /* background: url(../images/rolled-denim-fabric-stockcake.jpg); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* z-index: 1; */
    /* display: table-cell; */
    /* vertical-align: middle; */
    padding: 50px;
    /* height: 100vh; */
    z-index: 1;
}
section:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000b8, #00000000);
    z-index: -1;
}
/*.fixed-header {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%; */
/*}*/
.val{
    padding-left: 20px;
}
.val li{
    font-size: 18px;
}
.whatsapp-link {
    position: fixed;
    width: 200px;
    bottom: 10px;
    left: 57px;
    z-index: 9;
}
.whatsapp-link img {
    width: 100%;
}
.abotus img{
    float: left;
    width: 450px;
    margin-right: 20px;
}
.megabox{
    display: flex;
     gap:30px;
}
.map{
    width: 50%;
   
}
.contcinfo{
        padding: 50px;
    width: 50%;
}
.infolog{
    padding: 100px 0px;
}
.dddcf:after{
        background: linear-gradient(90deg, #ffffff, #ffffff57);
}
.cform h2{
    color: #111;
}
.dddcf{
    background: url(https://dizenindustries.com/public/front-asset/images/hands-writing-notebook.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}