
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600;700&family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
/*@import url('font-awesome.css');  
@import url('animate.css');*/

/*----------------------------
    preloader area
----------------------------*/

.loader_bg {
	position: fixed;
	z-index: 9999999;
	background: #fff;
	width: 100%;
	height: 100%;
}

.loader {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader img {
	width: 280px;
}


body {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	line-height:1.6em;
	color:#000000;
	font-size: 1em;
}

* {
	box-sizing: border-box !important;
}
html {
	scroll-behavior: smooth;
}
img {
	max-width: 100%;
	height: auto;
}
.head_top {
	font-family: 'Roboto', sans-serif;
	position: relative;
	/* background: linear-gradient(to bottom left,#ff9851,#ecc19c); */
	/* background-color: #240900; */
	background: #ed1e25 url(../images/backgrounds/top-bghdr.png) no-repeat;
	background-size: 1500px 258px;
	margin-bottom: 0px;
	font-weight: normal;
	overflow: hidden;
	background-position: 780px;
}
/* .head_top::before {
	position: absolute;
	content: "";
	background: #f5392f;
	top: -919px;
	left: 73%;
	width: 50%;
	height: 1500px;
	rotate: 45deg;
}
.head_top::after {
    position: absolute;
    content: "";
    background: #ff7660;
    top: -919px;
	left: 80%;
	width: 50%;
	height: 1500px;
	rotate: 45deg;
} */
.top-box {
	position: relative;
	z-index: 1;
}
.sociel_link {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.sociel_link li {
	display: inline-block;
}
.sociel_link li>a {
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;
}
.sociel_link li span a {
	color: #fff;
	line-height: 50px;
	border-radius: 100%;
	font-size: 16px;
}
.sociel_link li span a:hover {
    text-decoration: none;
}
.sociel_link li span a i{
    padding: 0px 12px;
}
.navbar{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.185);
}
.navbar .navbar-brand img{
	max-height: 70px;
	max-width: auto;
}
.navbar .navbar-nav .nav-item a{
	color: #100400;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 16px;
	padding: 10px;
	position: relative;
	text-decoration-line: none;
    display: inline-block;
}
.navbar .navbar-nav .nav-item:hover a{
    color: #EE7726;
}
.navbar .navbar-nav >li >a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color:#EE7726;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-nav a:hover:before, .navbar-nav li:hover >a:before, .navbar-nav .nav-item >a:before {
    visibility: visible;
    width: 100%;
}
.navbar-nav, .navbar-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-nav li {
    position: relative;
    white-space: nowrap;
}

.navbar-toggler:focus{
    outline: none;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #EE7726;
    border-radius: 10px;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }


.sf-arrows .sf-with-ul {
    padding-right: 30px !important;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 14px;
    top:12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.menu-children{
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.432);
}
.menu-children li>a{
    color: black !important;
}
.navbar .navbar-nav .nav-item:hover .menu-children{
    display: block;
    animation-name: fade;
    animation-duration: 1s;
}
.menu-children li:hover a{
    color:#EE7726 !important;
}
@keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
@-webkit-keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
/** slider arrow **/
.carousel-inner img {
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}
.car-caption{
    position: absolute;
    top: 40%;
    left: 10%;    
    width: 50%;
    height: auto;
           
}
.car-caption h1{
    font-size: 40px; 
    color: #100400;
}

.car-item-bg{
    background: linear-gradient(to bottom ,#ecc19c,#ecc19cc0);
    background-color: #240900;
    z-index: 1;
}
.welcome{
    margin-top: 60px;
}
.section-heading.text-center .line {
    margin: 0 auto;
}
.section-heading .line {
    width: 100px;
    height: 2px;
    position: relative;
    background-color: #ed1e25;
}
.section-heading .line::before {
    width: 100px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    background-color: #ed1e25;
}
.section-heading h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
   
    color: #100400;
    line-height: 1.4;
    font-weight: 600;
    font-style: normal;
}
.black{
    color:#EE7726;
}
.for_box h3 {
	font-size: 20px;
	font-style: italic;
	/* color: #100400; */
	color: #e46d20;
}
.welcome_bg{
    margin-top: 20px;

}

.full_bg .vision-mission {
	/* background: linear-gradient(to bottom ,#ecc19c,#ecc19cc0); */
	/* background-color: #240900; */
	background-color: #fff;
	margin-top: 30px;
	padding: 40px 30px;
	border-radius: 50px 0px 50px 0px;
	box-shadow: 0px 4px 6px rgba(132, 132, 132, 0.3);
	border-top: 5px solid #ed1e25;
}
.vision-mission img{
    max-width: 100%;
    max-height: 100px;
    align-content: center;
    padding: 10px;
    margin-bottom: 10px;
    
    
}

.welcome_bg .for_box p,.about_mission .for_box p,.about_content .about p,.quality .quality_content p,.product_content p,
.specification ul li span{
    color: #656565;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 400;
    font-style: normal;
    
}
.portfolio-item {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 0 20px;
    cursor: pointer;
    
}
.portfolio-item .portfolio-item-wrap {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 1px 4px 0 #d5d5d5;
	border-radius: 234px;
	top: 2px;
}
.portfolio-item .portfolio-item-wrap:hover {
    
    box-shadow:2px 1px 8px 0 rgba(46,61,73,0.2);
}

.portfolio-item:not(.no-overlay):hover .portfolio-image:after {
    opacity: .5;
}
/* .portfolio-item .portfolio-image:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    transition: all .3s ease;
    opacity: 0;
    content: ' ';
    z-index: 2;
} */
.portfolio-item a:not(.btn), .grid-item a:not(.btn) {
    color: #484848;
}
.portfolio-item.img-zoom:hover .portfolio-image img {
    transform: scale(1.1);
}
.portfolio-item .portfolio-image img {
    position: relative;
    transition: all .5s ease-out;
    width: 100%;
    z-index: 1;
    display: block;
    height: auto;
}
.portfolio-item:not(.no-overlay):hover .portfolio-description {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    visibility: visible;
}
.portfolio-item .portfolio-description {
    left: 0;
    margin: 0 auto;
    padding: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    transform: translate3d(0px, -38%, 0px);
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 3;
}
.portfolio-item .portfolio-description a {
    margin: 3px;
    text-decoration: none;
}
.portfolio-item:not(.no-overlay):hover .portfolio-description h3 {
    transform: translateY(0px);
}
.portfolio-item .portfolio-description h3 {
    color: #fff;
}
.portfolio-item .portfolio-description span{
    color: #fff;
}
.portfolio-item .portfolio-description h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.portfolio-item:not(.no-overlay):hover .portfolio-description span{
    opacity: 1;
}
.portfolio-item .portfolio-description span{
    opacity: 0;
    transition: all .8s ease;
    transition-delay: .1s;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    top: 60%;
    left: 10%;
    font-size:14px;
    font-weight:500;
    font-family:'Roboto', sans-serif;
    max-width: 80%;
    max-height: 24px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}



.product_main_bg{
    background-color: unset;
    /*background: linear-gradient(to bottom right ,#ecc19c,#ecc19cc0);
    background-color: #240900;*/
    position: relative;
}
.product_bg{
    padding: 50px 0px;
}
.owl-nav .owl-prev i,.owl-next i{
    color:white;
    font-size: 16px;
    padding: 8px;
    border-radius: 4px;
    /*background-color: #EE7726;*/
    background-color: black;
}
.owl-nav .owl-prev:focus,.owl-next:focus{
    outline: none;
}
.owl-nav .owl-prev{
    position: absolute;
    left: -50px;
    top: 42%;
}
.owl-nav .owl-next{
    position: absolute;
    right: -50px;
    top: 42%;
}
.owl-dots button {
    background: none;
    border: none;
}
.owl-dots button:focus {
    outline: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 6px !important;
    margin: 0px 0px 50px 0px !important;
    background: #10040050 !important;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .active > span  {
    background: #100400 !important;
}

/*---clint testimonial---*/
.banner_Client {
	position: relative;
    background-color: #dc6e2527;
    border-radius: 6px;
}

.carousel-indicators li {
    width: 34px;
    height: 10px;
    border-radius: 30px;
    border: 0px;
    
} 
.carousel-indicators .active {
    background-color: #240900;
}
.carousel-indicators li {
	background: #0c0505;
}
.text-bg {position: inherit; text-align: left; }
.text-bg p {color: #030000;
  font-size: 17px; line-height: 28px;  padding-top: 40px; padding-bottom: 40px; display: inline-block;
 }
.img_bg i {float: left; display: flex; flex-wrap: wrap;}
.img_bg i img {width: 149px; height: 149px;}
.img_bg  span {color: #000; font-size: 28px; line-height: 28px; padding-left: 40px; padding-top: 41px;}
.img_bg .date {font-weight: normal; font-size: 16px; } 
/*----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
.section-full:last-child {
    margin-bottom: -50px;
}
.content-inner-2 {
    /*padding-top: 80px;
    padding-bottom: 80px;*/
}
.section-full {
    position: relative;
}
.bg-gray {
    /*background-color: #ecc19c;*/
    /*background: linear-gradient(to top right ,#ecc19c,#100400);*/
}
.owl-carousel-1.owl-loaded {
    display: block;
}
.owl-carousel-1 {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel-1, .owl-carousel-1 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel-1 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    
}
.owl-carousel-1, .owl-carousel-1 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel-1 .owl-stage {
    position: relative;
    
}
.owl-carousel-1 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel-1 .owl-item {
    min-height: 1px;
    float: left;
    user-select: none;
}
.owl-carousel-1, .owl-carousel-1 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.testimonial-8 {
    padding: 15px;
}
.testimonial-8 .testimonial-text {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px 6px 6px 0;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 10%);
    transition: all .8s;
    
}
 .testimonial-8 .testimonial-text {/*
    background: linear-gradient(to top right ,#ecc19c,#ecc19cc0);
    background-color: #240900;*/
    background-color: #ff5722;
    /*color: #100400;*/
    color: white;
    padding: 25px;
}
.testimonial-text {
    padding: 15px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    
}
.testimonial-8 .testimonial-text:before {
    content: "\f10e";
    bottom: -10px;
    color: #000;
    font-family: FontAwesome;
    font-size: 80px;
    opacity: .06;
    position: absolute;
    right: 10px;
    transition: all .8s;
}
.testimonial-8 .testimonial-text:after {
    border-top: 25px solid #fff;
    border-left: 0 solid transparent;
    
}
.testimonial-8 .testimonial-text:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
   /* border-top: 25px solid #ecc19c;*/
    border-top: 25px solid #ff5722;
}
.testimonial-8 .testimonial-detail {
    padding: 25px 0 20px 20px;
}
.testimonial-8 .testimonial-pic {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}

.testimonial-pic.radius {
    border-radius: 100%;
}
.testimonial-pic {
    background: #fff;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #fff;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.owl-carousel-1 .owl-item img {
    transform-style: inherit;
}
 .testimonial-8 .testimonial-name {
    padding-top: 15px;
}
.testimonial-8 .testimonial-name, .testimonial-8 .testimonial-position{
    padding: 2px 0;
}
.testimonial-name , .testimonial-position{
    display: block;
}
.testimonial-name {
    font-size: 18px;
    font-weight: 500;
}
.testimonial-position {
    font-size: 14px;
}
.owl-item.active.center .testimonial-text {
    background-color: #EE7726;
}
.owl-item.active .center .testimonial-text {
    background-color: #EE7726;
    color: #fff;
}
.owl-item.active .center .testimonial-8 .testimonial-text:after {
    border-top: 25px solid #EE7726;
}
.owl-item.active .center .testimonial-8 .testimonial-text:after {
    border-top: 15px solid #EE7726;
    transition: all .8s;
}
.owl-none .owl-nav {
    display: none;
}



/** footer section **/
footer{
    background-image: url(../images/backgrounds/map_image.png);
   
}

.footer {
	background: #ec1d24 url(../images/backgrounds/footer-bg1.png) no-repeat;
	margin: 0;
	padding-top: 70px;
	background-position: right center;
}
ul.sociel {
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	margin: 0 auto;
}
ul.sociel li {
	display: inline-block;
	padding:0px 10px;
}

ul.sociel li a .fa-facebook{
    background-color: #395a9f;
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;
}
ul.sociel li a .fa-twitter{
    background-color: #1b9ff1;
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;
}
ul.sociel li a .fa-instagram{
    background:linear-gradient(to top right, #f8b222, #c408a1);
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;
}
ul.sociel li a .fa-linkedin{
    background-color:#0078b7;
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;
}
ul.sociel li a:hover i{
	color: #EE7726;
    width: 50px;
    height: 50px;
    background: #181201;
    float: left;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    font-size: 18px;

}
.contact {
	margin-top: 50px;
    transition: all .4s ease-out 0s;
}
.contact h3 {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
    line-height: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.contact span {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
    
	
}
.contact ul li i {
	font-size: 14px;
	color: #FFF;
	padding-right: 20px;
}
.lik{
    margin: 0px;
	padding: 0px;
	list-style: none;
    
}
ul.lik li a,ul.lik li a>i {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}
ul.lik li a:hover,ul.lik li a:hover i{
	color: #100400;
    text-decoration: none;
}
.contact:hover {
    transform: translateY(-7.5px);
}

.about_bg,.Service_bg,.Support_bg{
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 40px 45px;
}
.contact-brand img{
    max-height: 100px;
	max-width: auto;
    margin-bottom: 30px;
}




.copyright {
	/* background-color: #f5392f; */
	padding: 12px 0px;
	margin-top: 70px;
	background:rgba(0,0,0,0.2);
    /* background: #e11d24 url(../images/backgrounds/top-bghdr.png) no-repeat;
	background-size: 1500px 258px;
	margin-bottom: 0px;
	font-weight: normal;
	overflow: hidden;
	background-position: 1291px; */
}

.copyright p {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-top: 14px;
}
#mkdf-back-to-top.on {
    opacity: 1;
    visibility: visible;
}

#mkdf-back-to-top {
    display: block;
   /* visibility: hidden;*/
    position: fixed;
    right: 25px;
    bottom: 25px;
    border-radius: 50%;
    margin: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    /*opacity: 0;*/
    z-index: 10000;
    color: #fff;
    text-align: center;
   /*-webkit-box-shadow: 0px 14px 47px 0px rgb(28 28 28 / 24%);
    -moz-box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);*/
    box-shadow: 0px 14px 47px 0px rgb(28 28 28 / 24%);
    background-color: #EE7726;
    box-sizing: border-box;
    /*-webkit-transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
    -moz-transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out, background-color .2s ease-out, right .1s ease-out;*/
    transition: opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out, background-color .2s ease-out, right .1s ease-out;
}


@media only screen and (min-width: 991px) and (max-width: 1920px) {
/* ----slide animation ---*/
.slideanim {visibility:hidden;}
.slideanim_right {visibility:hidden;}
.slideanim_left {visibility:hidden;}
.slide_anim {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide;
  /* The duration of the animation */
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible;
}
.slide_anim_right {
    /* The name of the animation */
    animation-name: slide_right;
    -webkit-animation-name: slide_right;
    /* The duration of the animation */
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    /* Make the element visible */
    visibility: visible;
  }
  .slide_anim_left {
    /* The name of the animation */
    animation-name: slide_left;
    -webkit-animation-name: slide_left;
    /* The duration of the animation */
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    /* Make the element visible */
    visibility: visible;
  }

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@keyframes slide_right {
    0% {
      opacity: 0;
      transform: translatex(70%);
    }
    50% {
        opacity: 0.6;
        transform: translatex(-8%);
    }
    100% {
      opacity: 1;
      transform: translatex(0%);
    }
  }
@-webkit-keyframes slide_right {
    0% {
      opacity: 0;
      -webkit-transform: translatex(70%);
    }
    50% {
        opacity: 0.6;
        transform: translatex(-8%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translatex(0%);
    }
  }
@keyframes slide_left {
    0% {
        opacity: 0;
        transform: translatex(-70%);
      }
      50% {
        opacity: 0.6;
        transform: translatex(8%);
    }
      100% {
        opacity: 1;
        transform: translatex(0%);
      }
}

@-webkit-keyframes slide_left {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-70%);
      }
      50% {
        opacity: 0.6;
        transform: translatex(8%);
    }
      100% {
        opacity: 1;
        -webkit-transform: translatex(0%);
    }
}
}


/*----About Us Page -----*/

.bg-pt, .dlab-bnr-inr.bg-pt {
    background-position: top;
    background-size: cover;
}
.overlay-black-middle{
    position: relative;
}
.dlab-bnr-inr, .dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 220px;
}
.overlay-black-middle:after {
    opacity: .4;
}
 .overlay-black-middle:after {
    background: #dc6f25;
}
.overlay-black-middle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlay-black-middle .container {
    position: relative;
    z-index: 1;
}
.dlab-bnr-inr-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    -webkit-justify-content: space-between;
}
.breadcrumb-row ul li,.breadcrumb-row ul li a {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.breadcrumb-row ul li:after {
    content: "\f105";
    margin-left: 7px;
    font-family: fontawesome;
}
.breadcrumb-row ul li:last-child:after {
    display: none;
}





.about_content{
    margin-top: 50px;
}
.about_content .about h1 span{
    color: #dc6f25;
    font-weight: normal;
}

.tag-wrap {
    filter: drop-shadow(0px 6px 8px rgba(255, 115, 0, 0.150));
  }
.tag {
    background: #ffffff;
    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    width: 150px;
    height: 150px;
    color: rgb(183, 183, 183);
    padding: 40px;
    margin: 0px 0px;    
  }

.service-icon {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 10px 0px #dc6e2536;
    width: 100px;
    height: 100px;
    color: rgb(183, 183, 183);
    padding: 15px;
    margin: 20px 0px;
}
.own h6{
    color: #dc6f25;
}   
.own-quality h6{
    color: #333333;
    font-size: 18px;
} 
.about_mission{
    background-color: #dc6e2527;
    border-radius: 6px;
}   
 
.quality{
    margin-top: 60px;
    background: linear-gradient(to bottom left,#ffd5b0,#ecc19ccc);
    background-color: #240900;
   
}
.quality .quality_content{
    padding: 20px 40px;
}
.quality .quality_content h4{
    color: #dc6f25;
}
.quality .quality_content h4 span{
    color: #100400;
}
.quality .quality_content p{
    color: #333333;
} 


/*----Product page ---*/
.product_content{
    margin: 60px 0px;
}
.product_content img{
    border-radius: 100%;
    width: 100%;
    height: auto;
}


/*-- pp Woven bags page --*/
.product_content .product_details_bg{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.product_content .product_details_bg .product_details{
    padding-left: 50px;
}
.product_details h1,.product_details_main h1{
    color: #dc6f25;
    font-weight: normal;
}
.post__header h5 {
    
    font-weight: 600;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 12px;
}
.text-orange {
    color: #dc6f25;
}
.svg-cong {
    max-height: 20px;
    margin-bottom: 4px;
}

.table-striped tbody tr:nth-of-type(odd) {
    
    background: linear-gradient(to bottom ,#ed1e25,#ff7660);
}
.table-borderless td,.table-borderless th{
    font-size: 14px;
}
.table-striped td ,.table-borderless td{
    font-family: 'Roboto', sans-serif;
}
.bg-light-orange {
	background: linear-gradient(to bottom ,#ed1e25,#ff7660);
}
.icon-box {
    padding: 10px 0;
    text-align: center;
}
.icon-box img {
    max-height: 66px;
    /* margin-bottom: 10px; */
}
.icon-box h4 {
    font-size: 14px;
    margin: 8px 0px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.t-dash tr td::before {
    content: "\2606";
    color: #dc6f25;
    font-weight: bolder;
    margin-right: 10px;
}
.container_25 .row [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
}
.figure-member__avatar,.figure-member__avatar img, .figure-member__footer h6 {
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}
.figure-member:hover .figure-member__avatar img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.figure-member:hover .figure-member__avatar {
    box-shadow: 1px 2px 8px 0px #dc6e2536;
}
/*.figure-member:hover .figure-member__footer h6{
    transform: scale(1.1);
}*/
.figure-member__avatar {
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 2px 6px 16px 2px #dc6e2536;
}
.figure-member__footer h6{
    margin-top: 18px;
}
.section-team__item a:hover{
    text-decoration: none;
}
/*---- quality page ----*/

.quality-icon_tag {
    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    background: #d72421;
    width: 200px;
    height: 200px;
    color: rgb(183, 183, 183);
    padding: 50px;
    margin: auto;   
    
  }

/*---------------- Infrastructure page---------*/
.infrastructure p{
    color: #656565;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
}
.infra_img img{
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}
.infra:hover .infra_img img {
    -webkit-transform: scale(1.1);
    transform: matrix(1, 0, 0, 1, 0, -20);
}
.infra_img img{
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 6px 16px 2px #dc6e2548;
    
}
.infra:hover .infra_img img{
    box-shadow: 0px 6px 16px 6px #dc6e25a6;
    opacity: 0.5;
    
}


/*-----contact Us page ----------*/
.input-float {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.input-float__input {
    width: 100%;
    border-bottom: 1px solid rgba(136, 136, 136, .2);
    border-top: none;
    border-right: none;
    border-left: none;
    outline: 0;
    padding: 12px 0 8px;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
}
.input-float__input:focus {
   border-color: #dc6f25;
}
.input-float__input:focus+.input-float__label {
    color: #dc6f25;
 }
 .input-float__input:focus+.input-float__label {
    transform: scale(.8571) translateY(-1.7rem);
 }



.input-float__input_not-empty+.input-float__label {
    -webkit-transform: scale(.8571) translateY(-1.7rem);
    transform: scale(.8571) translateY(-1.7rem);
}









.input-float__input, .input-float__label {
    display: block;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}
.input-float__label {
    position: absolute;
    top: 10px;
    left: 0;
    margin: auto;
    font-family: 'Open Sans',Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    cursor: text;
    color: #888;
}

.form__error {
    display: block;
    font-size: 12px;
    color: red;
    text-align: left;
    margin-top: 4px;
}
.form__col {
    margin-top: 15px;
    margin-bottom: 15px;
}
.input-float__input_textarea {
    resize: none;
    min-height: 100px;
}
.form__col_submit {
    margin-top: 30px;
    margin-bottom: 30px;
}
.button {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 20px 40px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    background-color: #dc6f25;
    /*border: 2px solid #ed3237;*/
    border: none;
    border-radius: 2px;
}
/*.button_accent {
    background-color: #ed3237;
    color: #fff;
}
 .button_accent:before {
    background-color: #cf252a;
}*/
.button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: #e48a4e;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    z-index: 0;
}
.button:hover:before {
    top: 0;
    height: 100%;
}
/*
.button_accent:hover {
    border-color: #cf252a;
}*/
.button span {
    position: relative;
    display: inline-block;
    z-index: 50;
}
/* new style add  */
.for_box h3 {
	font-size: 20px;
	font-style: italic;
	color: #100400;
}
.testimonial-text p {
	color: #656565;
	font-size: 16px;
}
.testimonial-8 .testimonial-text {
	/* background: linear-gradient(to top right ,#ecc19c,#ecc19cc0); */
	/* background-color: #240900; */
	background-color: #fff;
	/* color: #100400; */
	color: white;
	padding: 25px;
}
/* custome style add */
.center-tt {
    text-align: center;
}
/* our product line */
.product_main_bg .left-line1{
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #ed1e25;
}
.product_main_bg .left-line1::before {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    background-color: #ed1e25;
}
.linebox1 {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 16%;
}
.linebox2 {
	position: absolute;
	bottom: 195px;
	left: 0px;
    width: 16%;
    
}
.linebox3 {
    left: unset;
    right: 0px;
}
.contact ul li {
	display: flex;
    align-items: baseline;
}
@media screen and (max-width: 991px) {
    .slideanim , .slide_anim{
        visibility: visible !important;
    }
    .slideanim {visibility:visible !important;}
    .slideanim_right {visibility:visible !important;}
    .slideanim_left {visibility:visible !important;}
    .slideanim_left {visibility:visible !important;}
  }