@use postcss-preset-env;

:root {
  --hexagon-color: #000;
  --hexagon-width: 2em;
  --hexagon-gradient-stop: 33.3%;
}

@keyframes resize {
  50%   { transform: rotate(30deg); width: calc(var(--hexagon-width) * 1.4) }
  100%  { transform: rotate(60deg); }
}

.hexagon {
  width: var(--hexagon-width);
  animation: resize 5s infinite;
}

.hexagon::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 115.3%;
	background: var(--hexagon-color);
	background: linear-gradient(150deg, transparent var(--hexagon-gradient-stop), var(--hexagon-color) 0) top left,
	            linear-gradient(-150deg, transparent  var(--hexagon-gradient-stop), var(--hexagon-color) 0) top right,
	            linear-gradient(-30deg, transparent var(--hexagon-gradient-stop), var(--hexagon-color) 0) bottom right,
	            linear-gradient(30deg, transparent var(--hexagon-gradient-stop), var(--hexagon-color) 0) bottom left;
  /* Extra pixel in order to avoid transparent lines when rotating */
  background-size: calc(50% + 1px) calc(50% + 1px);
  background-repeat: no-repeat;
}

#contact {
    /*! background: #EEE; */
}

.graphene_page li {
    font-size: 16px;
    padding: 15px 0 3px 29px;
    text-align: justify;
    background: url("../images/graphene-icon.png") no-repeat left 17px;
}

.why-section h3{
	margin-top:20px;
}

.company-pro p {
    padding: 0 0 15px 0;
    color: #555;
    line-height: 28px;
    font-size: 16px;
}

.values-info.comapny_profile {
    text-align: center;
}

.company-pro li {
    font-size: 16px;
    padding: 0 0 8px 0;
    color: #555;
    list-style: disc;
    margin-left: 30px;
}
.orenge-font{
	color:#F79F33;
}

.company-pro h3,h2{
	color:#F69721;
	font-weight:bold;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size: 38px;
}
.banner-text p{
	color:#fff;
	font-size: 16px;
	line-height: 28px;
}

.bord-page{
	text-align:justify;
	background: #000;
	margin-bottom:15px;
	position:relative;
	margin-top: 15px;
}


.direct-font img {
    /*! border: 10px solid; */
    width: 100%;
}
.bord-director {
    padding: 30px;
}

.bord-director h3{
	color:#F79F33;
	margin-bottom:20px;
	font-size: 28px;
	font-weight: bold;
}
.bord-director p{
	line-height:23px;
	font-size:16px;
	color: #fff;
}
.row.product-page_r{
	margin:10px 0 30px 0;
}

.lightbox.thumbnail img {
    /*! border: 5px solid #333; */
    box-shadow: 0px 18px 20px -13px #ccc;
    margin-bottom: 30px;
}
.company-pro h4{
	color:#F79F33;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	/*! margin-bottom: 20px; */
	/*! margin-left: 30px; */
	/*! width: max-content; */
	border-bottom: 1px dotted #000;
}
.sidemenu {
    background: #000;
}
.col-md-12.col-12.clearfix.xs-mt-mobile.company-pro.company_table {
    /*! background: #000; */
    /*! color: #fff; */
}

.col-md-12.col-12.clearfix.xs-mt-mobile.company-pro.company_table p {
    /*! color: #fff; */
}

.col-md-12.col-12.clearfix.xs-mt-mobile.company-pro.company_table td {
    padding:20px;
	/*! border-color:#444; */
}

.bg_1{
	background:#F69721;
	font-size:22px;
}
.pt80{
	padding-top:80px;
}

.contact-page h4{
	color:#F69721;
}

.stay.lg-btn.bg-colored.white.qdr-hover.radius-lg.moreinfo {
    margin-top: 20px;
}

.orange1{
color:#F79F33;}
.mb30{
	padding-bottom: 30px;
}

.mt30{
	margin-top:30px;
}

.boxes.container.t-left.about-info.clearfix {
    /*! margin-top: -50px; */
    z-index: 999;
    position: relative;
    background: #fff;
    padding-top: 20px;
    box-shadow: 0px 10px 8px -7px #dadada;
}

#aboutus {
    padding: 0 0px 80px 0;
    background: url("../images/logo-big-size.png") no-repeat left 67px;
}

.whatwedo {
    border: 1px solid #f7f7f7;
    padding: 11px 20px;
    margin-bottom: 40px;
}
.whatwedo li {
    background: url("../images/icon-g.png") no-repeat left 14px;
    font-size: 16px;
    padding: 11px 0px 10px 45px;
}

.mission-vision {
    padding: 60px 50px;
    text-align: justify;
}



.values-info {
    padding: 50px;
    box-shadow: 0 16px 20px -10px #ccc;
    margin-bottom: 80px;
    background: url("../images/bg-body.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.values-info h1 {
    margin-bottom: 20px;
    font-size: 28px;
	text-transform: uppercase;
}

.values-info li {
    background: url("../images/icon-g.png") no-repeat left 14px;
    font-size: 16px;
    padding: 11px 0px 10px 45px;
	list-style: none;
    text-align: left;
}

.page-black-info li {
    background: url("../images/icon-g.png") no-repeat left 14px;
    font-size: 16px;
    padding: 11px 0px 10px 45px;
	list-style: none;
}

.padding-o {
    padding: 0px;
}


.font-w p{
	color:#fff;
}

.company-pro.market_p p{
	text-align:center;
}

.market-box{
	text-align:left;
}

.market-box h3{
	font-size:22px;
	text-transform: capitalize;
	color: #333;
}

.market-box_img {
    float: left;
    vertical-align: middle;
    width: 25%;
    margin-right: 5%;
}

.market-box_cont {
    float: left;
    width: 70%;
}
.market-box li {
    padding: 10px 0;
}
.page-black-info h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.row.bord-page .col-md-3 {
    padding: 0;
}

.page-black-info p {
    line-height: 23px;
}

.page-black-info h3 {
    margin-bottom: 20px;
    text-align: left;
}

ul.footer_navi a {
    padding: 5px 0;
    border-bottom: 1px dotted;
}

ul.footer_navi a:hover {
    color:#FC9E2E;
}

.active_top {
    background: #000;
	color:#FB9C2A;
    font-size: 18px;
}
.section-bg{
    background: url("../images/background-bg.jpg");
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: center;

}
.wight-info{
	color:#fff;
}
.about-page.rd-page{
	padding-top:40px;
}
.page-black-info.graphene1 p {
    padding-bottom: 10px;
}
.page-black-info.graphene1 h6 {
    color: #FA9820;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.or-color{
	color:#FC9E2E;
	margin-bottom:20px;
}

.page-black-info p {

    padding-bottom: 20px;
    text-align: justify;

    font-size: 16px;
}
.values-info.comapny_profile h6 {

    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #000;
}

.cont-h {
    color:#000;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.google_translate {
    position: absolute;
    z-index: 9999;
    top: 30px;
    right: 40px;
}
}
}