/*
 * Theme Name: Jindal Ceramic Duplicate
 * Template: twentytwenty
*/

html,
body{
  overflow-x: hidden;
}
body{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

section{
	padding: 40px 0;
}
.container{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.btn.btn-primary{
  background: #c11f3b;
	border: 0;
	outline: 0;
}
.owl-next,
.owl-prev{
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FFF !important;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-prev{
  left: -17px;
}
.owl-next{
  right: -17px;
}
.btn{
	padding: 10px 35px;
}

header{
  padding: 10px 0;
  background: #FFF;
}


.menu_btn a{
  display: flex;
  text-decoration: none;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
.toggle-icon{
  display: inline-block;
  width: 25px;
  height: 17px;
  margin-left: 20px;
}
.toggle-icon span{
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 4px;
  background: #000;
}
.toggle-icon span:last-child{
  margin-bottom: 0;
}

.heading{
  margin-bottom: 30px;
}
.heading h2{
  font-size: 36px;
  font-weight: 800;
  color: #000;
}
.heading .line{
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #000;
}
.heading.white h2{
  color: #FFF;
}
.heading.white .line{
  background: #fff;
}


input.error,
select.error{
 border: 2px solid #F00 !important;	
}
footer{
  background: #39414a;
  padding: 40px 0;
  color: #FFF;
}

footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
footer ul li{
	display: block;
	width: auto;
}
footer ul li a{
	text-decoration: none;
	color: #FFF;
}

.social_links{
  text-align: left;
}
.social_links a{
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF;
  color: #39414a;
  margin-right: 10px;
  text-align: center;
  line-height: 28px;
}
.social_links a:last-child{
	margin-right: 0;
}
.f_copyright{
  border-top: 2px solid #FFF;
  margin-top: 30px;
  text-align: center;
  padding: 15px 0;
}
.f_copyright p,
.f_copyright a{
  color: #FFF;
  margin: 0;
}

.skip-link.screen-reader-text{
  display: none;
}
.social_links{
  text-align: left;
}
.social_links a{
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF;
  color: #39414a;
  margin-right: 10px;
  text-align: center;
  line-height: 28px;
}
.social_links a:last-child{
	margin-right: 0;
}
.f_copyright{
  border-top: 2px solid #FFF;
  margin-top: 30px;
  text-align: center;
  padding: 15px 0;
}
.f_copyright p,
.f_copyright a{
  color: #FFF;
  margin: 0;
}
ul.corporate-ofc li i {
    margin-right: 10px;
}
ul.corporate-ofc li {
    margin-bottom: 5px;
}
ul.corporate-ofc li a {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 992px){
    .container{
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px){
    .clay_box p{
        min-height: 100px;
    }
	footer h6{
		margin-top: 30px;
	}
	footer .social_links{
		text-align: center;
	}
}

/*breeze wall page*/

.picture-wall-cnt {
    background-color: #39414a;
    border-radius: 70px 0px;
    padding: 50px 90px 40px 160px;
    margin-left: -120px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
}
.picture-wall-cnt p {
    color: #fff;
    text-align: justify;
}
.picture-wall-img {
    position: relative;
    z-index: 99;
    display: flex;
    height: 100%;
    align-items: center;
}
.picture-wall-img img {
    height: 420px;
    width: 100%;
    object-fit: cover;
}

.camp-feature {
    background-color: #39414a;
    padding: 40px;
    position: relative;
}
.feature-head h3 {
    color: #7c8d9f;
    font-size: 18px;
    position: relative;
    display: inline-block;
}
.feature-head h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.feature-head h3:before {
    content: '';
    width: 90px;
    height: 2px;
    background-color: #7c8d9f;
    position: absolute;
    right: -105px;
    top: 10px;
}
.Technical-spec h4 {
    color: #c11f3b;
    font-size: 20px;
    font-weight: 600;
}
.Technical-spec ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}
.Technical-spec ul li {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
}
.Technical-spec ul li .tech-property {
    font-weight: 400;
    min-width: 210px;
    display: inline-block;
    position: relative;
}
.Technical-spec ul li .tech-property:after {
    content: ':';
    position: absolute;
    right: 0;
}
.tech-value {
    margin-left: 22px;
}
.cam-feature-img {
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dedede;
    padding: 30px 30px 30px 60px;
    border-radius: 0px 0px 60px 0px;
    margin-left: -70px;
    margin-top: 30px;
}
.camp-jaali-area .row {
    padding: 0px 70px;
}

.what-make-breeze-img img {
    border-radius: 20px 0px 0px 30px;
    width: 100%;
}
.what-make-breeze-cnt {
    padding: 0px 100px 0px 60px;
}
.what-make-breeze-cnt p {
    text-align: justify;
    color: #000;
}
.cmn-head h2 strong {
    color: #39414a;
    font-weight: 800;
}
.cmn-head h2 {
    font-size: 40px;
}
.cmn-head hr {
    width: 100px;
    color: #000;
    opacity: 1;
    margin: 30px 0px;
}
.what-make-breeze-img {
    height: 100%;
    display: flex;
    align-items: center;
}

.history-breeze {
    background-image: url(https://www.jindalceramica.com/wp-content/uploads/2023/02/history-breeze-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 608px;
    display: flex;
    align-items: center;
}
.history-breeze .cmn-head h2 {
    color: #fff;
}
.history-breeze .cmn-head h2 strong{
    color: #fff;
}
.history-breeze-cnt p {
    color: #fff;
    text-align: justify;
    margin: 30px 0px;
    font-size: 16px;
}
.history-breeze-cnt {
    padding-right: 140px;
}
.history-breeze-cnt a {
    display: inline-block;
    background-color: #c11f3b;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 500;
    margin-top: 5px;
}
.key-features-cnt ul {
    padding: 0;
    list-style: none;
}
.key-features-cnt ul li {
    display: flex;
    align-items: center;
    margin: 25px 0px;
}
.key-features-cnt ul li img {
    width: 55px;
    margin-right: 20px;
}
.key-features-cnt ul li span {
    color: #000;
    font-weight: 400;
    width: 80%;
}
.key-feature-img img {
    width: 100%;
    height: 600px;
    border-radius: 30px;
}
.key-feature-img {
    margin-left: 50px;
}
.key-features-cnt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*responsive*/

@media screen and (max-width: 767px){
    .picture-wall-img img {
        height: auto;
    }
    .picture-wall-cnt {
        border-radius: 0px;
        padding: 30px 20px 10px;
        margin-left: 0px;
        min-height: auto;
        margin-right: 0px;
    }
    .camp-jaali-area .row {
        padding: 0px 0px;
    }
    .camp-feature {
        padding: 20px;
    }
    .Technical-spec ul li {
        font-size: 10px;
    } 
    .Technical-spec ul li .tech-property {
        min-width: 124px;
    }
    .tech-value {
        margin-left: 15px;
    }
    .Technical-spec ul {
        margin-top: 20px;
    }
    .feature-head h2 {
        font-size: 34px;
    }
    .camp-jaali-area {
        padding-top: 0px;
    }
    .cam-feature-img {
        padding: 30px;
        border-radius: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .what-make-breeze-cnt {
        padding: 0px 10px 0px 10px;
    }
    .cmn-head h2 {
        font-size: 30px;
    }
    .what-make-breeze-block {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .what-make-breeze-img img {
        border-radius: 20px 20px 20px 30px;
        margin-top: 20px;
    }
    .history-breeze-cnt {
        padding-right: 0px;
    }
    .history-breeze {
        height: auto;
        background-blend-mode: overlay;
        background-color: #333333c4;
    }
    .key-features-cnt ul li {
        margin: 16px 0px;
    }
    .key-features-cnt ul li img {
        width: 45px;
        margin-right: 20px;
    }
    .key-feature-img {
        margin-left: 0px;
    }
    .key-feature-img img {
        height: auto;
        border-radius: 20px;
    }
    
    
    
}




/*new card*/
.cl-mix-sect .card {
    background-blend-mode: overlay;
    background-color: #282727;
}

.cl-mix-sect .card h4 {
    color: #fff;
}
.cl-mix-sect .card p{
    color: #fff;
}

/* new tabs  */
.sections_navbar {
    background-image: linear-gradient(to right, #a54f38, #a96538);
    text-align: center;
    padding: 5px 0;
    position: relative;
    z-index: 999;
}
.sections_navbar a {
    display: inline-block;
    padding: 10px 25px;
    color: #FFF;
    text-decoration: none;
    margin: 5px 0;
    font-size: 1.1rem;
    text-transform: uppercase;
	position:relative;
}
.sections_navbar a:after {
    content: "|";
    margin-left: 10px;
    position: absolute;
    right: 0;
}
.sections_navbar a:last-child:after {
	display:none;
}

/* psd area  */
.pdf-area {
    padding: 10px 0px 60px;
}
.pdf-inner-area {
    background-color: #39414a;
    padding: 13px;
    border-radius: 10px;
}
.pdf-inner-area img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.the_best_choice .item img {
    background-color: #a55138;
    border-radius: 100px;
    padding: 15px;
    width: 70px !important;
    height: 70px;
    object-fit: contain;
}
.the_best_choice .item {
    min-height: 470px;
}

/* new changes */
.hollow-inner-table table thead tr th {
    background-color: #a65438;
    color: #fff;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 600;
}
.hollow-inner-table table tbody tr td {
    color: #000;
    font-size: 15px;
    padding: 13px 8px;
    position: relative;
}
.hollow-inner-table table tbody tr td span.pw {
    font-size: 13px;
    position: relative;
    top: -4px;
}

.hoollow-table-area {
    padding-bottom: 10px;
}
.site-bx {
    border: solid 2px #a65438;
    text-align: center;
}
.site-bx img {
    width: 100%;
    height: 340px;
    object-fit: contain;
}
.site-bx p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 10px;
}
.perforted-img{
	border: solid 2px #a65438;
    text-align: center;
}
.perforted-img img {
    width: 100%;
    height: 210px;
    object-fit: contain;
}
.perforted-img p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 10px;
}
.perforted-cnt h3 {
    color: #39414a;
    font-size: 24px;
    font-weight: 600;
}


/* face bricks */
.top-color ul {
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.top-color ul li {
    list-style: none;
    background-color: #945345;
    padding: 15px 70px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: 23%;
    text-align: center;
}
.bricks-cnt-img img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}
.bricks-cnt-img {
    text-align: center;
    padding: 40px 20px;
    background-color: #e7cead;
    margin: 20px 0px 20px;
    border-radius: 10px;
}
.bricks-cnt-img p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.bricks-cnt-img h4 {
    margin-bottom: 25px;
    font-size: 20px;
}


@media screen and (max-width: 767px){
	.sections_navbar{
	  padding: 10px 0;
	}
	.sections_navbar .second_nav{
	  display: none;
	  max-width: 300px;
	  background: #FFF;
	  box-shadow: 0 0 6px rgba(0,0,0,.4);
	  border-radius: 6px;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: auto;
	  top: 55px;
	}
	.sections_navbar .second_nav.in{
		display: block;
	}
	.sections_navbar a{
		display: block;
		color: #000;
	}
	.sections_navbar a:not(:last-child){
	   border-bottom: 1px solid rgba(0,0,0,.3);
	}
	.sections_navbar a:after {
		display:none;
	}
	.pdf-inner-area {
		margin-bottom: 20px;
	}
	.site-bx {
		margin-bottom: 20px;
	}
	.perforted-img {
		margin-bottom: 24px;
	}
	.perforated-clay {
		padding-bottom: 0px;
	}
}
.home_slider{
	padding-right:0 !important;
	padding-left: 0 !important;
}