.custom_text{font-size: 14px}

.carouseltop{top:90px;}
.about-us-section{padding-top: 180px!important}



.tab-pane p{font-size:11px;}
	.why-us-section{
		height: 600px;
		padding: 0;
		color: #fff;
		margin-top: 100px;
		width: 100%;
		background: url(images/image_4.jpg);
		background-attachment: fixed;
		background-size: cover;
	}

   .why-us-content{
   	max-width: 900px;margin:0 auto;
   }


	.why-us-content h6{
		color: #fff;
		font-size: 15px;
		line-height: 30px;
	}
	.why-us-heading h2{
		color: #fff;
		text-align: center;
		padding-bottom: 20px;
	}
	.ftco-section .why-overlay {
    background-color: rgba(23,60,128,0.9);
    height: 100%;
    width:100%;
	}
	.why-us-section ul li{
		color: #fff;
	}
	.why-us-inner{
		padding-top: 75px;
		padding-bottom: 100px;
	}
	.why-icon span{

		font-size: 30px;
	}





.circle_whyus{width: 90px;
    text-align: center;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
}











		@font-face {
  font-family: "Flaticon";
  src: url("./Flaticon.eot");
  src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
       url("./Flaticon.woff2") format("woff2"),
       url("./Flaticon.woff") format("woff"),
       url("./Flaticon.ttf") format("truetype"),
       url("./Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon" !important;
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 50px;
font-style: normal;
margin-left: 0px;
}

.flaticon-box:before { content: "\f100"; }
.flaticon-packages:before { content: "\f101"; }
.flaticon-toilet-paper:before { content: "\f102"; }
.flaticon-wood-board:before { content: "\f103"; }
.flaticon-idea:before { content: "\f104"; }




.social_media_tabs li{width: 18%;background:#f4f4f4;margin-right: 2.4%;}
.social_media_tabs li:nth-child(5){margin-right: 0px!important}
.social_media_tabs li:hover{transform: scale(1.2); background-color: #17306b; border-radius: 10px}
.social_media_tabs li:hover span, .social_media_tabs li:hover h5{color: #fff}
.social_media_tabs li a{height: 150px;box-shadow: 2px 2px 10px #ccc}
.social_media_tabs li a span {font-size: 30px;color: #17306b}
.social_media_tabs li:nth-child(6){margin-right:0px!important;}
.social_media_tabs li a{text-align: center;}
/*.social_media_tabs li i{font-size: 50px;color: #000}*/
.social_media_tabs li h5{font-size: 20px;color: #17306b}

 .nav-link.active:hover span, .nav-link.active:hover h5{color:#17306b}
  .nav-link.active:hover{transform: scale(1)!important; border-radius: 10px}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{height: 150px}
.nav-tabs{border:none;}
/*.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{background-color: #17306b}*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{border:none;transform: scale(1.2);}

.product_content{height:450px;box-shadow: 2px 2px 10px #ccc;background-color: transparent;border-radius: 10px}

.wooden_box_heading h4 , .pallet_box h4{padding-left: 20px;
    font-size: 30px;
    color: #002168;
    font-weight: 700;}


.wooden_box_heading ul li{color: #000;font-size: 20px;line-height: 45px}
.pallet_box ul li{display: inline-flex;padding-right:80px;color: #000;width: 32%;font-size: 17px;}

.our_products .tab-pane{background:#f4f4f4;}

.heading_axis h4{letter-spacing: 7px;
    text-transform: uppercase!important;
    text-align: center;
     font-size:40px}
.heading_axis h4 span{background: #002168;
    color: #fff;
    padding: 0px 15px;}



.heading_axis1 h4{letter-spacing: 7px;
    text-transform: uppercase!important;
    text-align: center;
     font-size:40px;
     color: #fff}
.heading_axis1 h4 span{background: #fff;
    color: #002168;
    padding: 0px 15px;}
.wooden_slider_height{padding:50px 20px;height: 400px}


.-fx-image-gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 98%; /* arbitrary valye */
   margin: 0px auto;
  padding-bottom:100px
 }
.-fx-gal-item {
  width: 24%; /* for 3 columns */
  margin: 5px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow:2px 2px 10px #Ccc
}

.-fx-gal-image-thumb img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;

  transition: all 0.3s ease;
}

.-fx-gal-image-thumb:hover img {
  width: 100%;
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);

  transform: scale(1.2);
  transition: all 0.5s ease;
}

.-fx-gal-image-thumb:focus + .-fx-gal-image-big {
  display: block;
}

.-fx-gal-image-big {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(5, 10, 15, 0.8);
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s ease;
}

.-fx-gal-image-big img {
  max-width: 90vw;
  position: absolute;
  box-shadow: 0px 0px 800px 40px rgba(0, 0, 0, 0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}


/* products wooden*/
    
.wooden_box_heading h4 , .pallet_box h4{padding-left: 20px;
    font-size: 30px;
    color: #002168;
    font-weight: 700;}



.padding-top_box{padding-top: 10%}






.wooden_box_heading ul li{color: #000;font-size: 20px;line-height: 45px}
.pallet_box ul li{display: inline-flex;padding-right:80px;color: #000;width: 32%;font-size: 17px;}

.our_products .tab-pane{background:#f4f4f4;}



.pallet_box_page ul {display: inline-flex;padding-right:80px;color: #000;width: 50%;font-size: 17px;}


.pallet_box ul li{display: inline-flex;padding-right:80px;color: #000;width: 32%;font-size: 17px;}


.pallelt_page_box p{font-size: 20px;color: #000}



     
.wooden_box_heading h4 , .pallet_box h4{padding-left: 20px;
    font-size: 30px;
    color: #002168;
    font-weight: 700;}



.padding-top_box{padding-top: 10%}






/* about   */


.img-area-2 {background-color: #fff;box-shadow: 2px 2px 10px #ccc}

      #company_background, #infrastructure, #team, #quality, #packaging{
  padding-top: 7%;

}

.harsh-ab{
  background-color: #eae8e7;
/*height:300px;*/
}

.text-area {
padding: 20px 0px
}



.text-area h4{color: #fff;font-size: 20px;text-transform: uppercase;}






/*hover box section kritika*/
  .outer-box{margin: 5px 0;}
  .site-block-3 .industries .box {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    height: 100%;
    top: 0px;
    position: relative;
    text-align: center;
    padding: 20px 10px;
    background-color:#fff;
  }

  .site-block-3 .industries .box:hover {
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    top: -10px;}

    .site-block-3 .industries .box h5{
      margin-top: 15px;
      text-align: center;
      color: #000;
      font-size: .8rem;}

    .site-block-3 .industries h3{font-size: 1.2rem;margin-left:20px;}
/*hover box section kritika*/
@media only screen and (max-width:992px){.witebox{height:238px!important;}.witebox1{height:238px!important;}}

.witebox{
        background-color: rgba(23,60,128,0.9);
        border-color: black;
        border-radius: 8px;
        margin-right:20px;
        padding: 20px 50px 20px 50px;
        text-align: justify;
        height: 300px;
        padding: 35px;
        padding: 36px;
        margin-top: 12px;
        margin-bottom: 99px;
    }
.witebox1{
        background-color:rgba(23,60,128,0.9);
        border-color: black;
        border-radius: 8px;
        margin-right:20px;
        padding: 20px 50px 20px 50px;
        text-align: justify;
        padding: 35px;
        padding: 36px;
        margin-top: 12px;
        margin-bottom: 99px;
        height: 300px;
}
.witebox h2{color: #fff}
.witebox1 h2{color: #fff}
.about-text  p i{
  font-size: 30px;
  color:#000;
}
.about-text2 p i{
  font-size: 30px;
  color:#000;
}


.read-more-btn{background-color:transparent;border:solid 2px #0F1231;color: #0F1231!important}

.read-more-btn:hover{background-color:#0F1231;color: #fff!important}


.creative_product .creative ul li{display: inline-block;width: 30%;}


.text_area_box{background: #002168;color: #fff}







@media(max-width: 767px){
	.carouseltop{top:0px!important;}
   .about-us-section{padding-top: 0px!important}
    .why-us-section{height: auto!important}
    .why-us-content h6{font-size: 13px!important}
    [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 30px!important;
font-style: normal;
margin-left: 0px;
}
.social_media_tabs li h5{font-size: 11px!important}
.social_media_tabs li{width: 30%!important}
.wooden_slider_height{height: 550px!important}
.product_content{height: 600px!important}
.wooden_box_heading ul li{color: #000;
    font-size: 11px!important;
    line-height: 24px!important;}

.pallet_box ul li{padding-right: 7px!important;font-size: 10px!important;}
.heading_axis h4{font-size: 21px!important}


}
