@font-face {
	font-family: 'Myriad Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Regular'), url('bootstrap/fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
h1, h2, h3, h4 {
	font-family: 'Myriad Pro Regular';
	font-weight: 300;
	;
	color: #ff5a00;
	margin: 0px;
	text-transform: uppercase;
}
p {
	font-family: 'Myriad Pro Regular';
	color: #fff;
	margin: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
body {
	font-family: 'Myriad Pro Regular';
	overflow-x: hidden;
	background-color: #1e1e1e;
}
html {
	background-color: #1e1e1e;
	overflow-x: hidden;
}
/*menu-style-start*/

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-color: #ff5a00 !important;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	text-transform: uppercase;
	padding-top: 18px;
}
#cssmenu > ul > li {
	float: left;
	position: relative;
	padding: 0px;
}
#cssmenu > ul > li:last-child {
	padding-right: 0px;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	padding: 3px 14px;
	font-family: 'Myriad Pro Regular';
	
	text-transform: uppercase;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a.active{
	color: #fff;
	border: 1px solid #ff5a00;
	outline-offset: inherit;	
}

#cssmenu > ul > li:focus {
  
outline: none;
}
#cssmenu .fa {
	color: #fff;
	margin-left: 9px;
}
#cssmenu > ul > li.has-sub > a {
/*padding-right: 30px;*/
}
/*#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}*/
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	z-index: 1000;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid #fff;
	padding: 11px 15px;
	width: 180px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	background-color: #1e1e1e;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 3px solid #ff5a00;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
	background-color: #ff9125;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}

@media all and (max-width: 991px) {
#cssmenu {
	width: 100%;
	margin-top: 5px;
}
#cssmenu ul {
	width: 100%;
	display: none;
}
#cssmenu.align-center > ul {
	text-align: left;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu > ul > li:hover > a {
	border-bottom: none;
	border-top: 0px;
}
#cssmenu > ul > li > a {
	font-size: 13px;
	text-decoration: none;
	color: #eee;
	background-color: none;
	display: block;
	padding: 13px 11px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	text-transform: uppercase;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
	border-top: 0px;
	padding: 13px 22px;
}
#cssmenu .fa {
	margin-left: 20px;
}
#cssmenu ul li a:hover {
	border-top: 0px;
	border-bottom: 0px;
	color: #ff5a00;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
	background-color: none;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu ul ul li a {
	padding-left: 25px;
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
}
#cssmenu ul ul li a {
	color: #ccc;
	background: none;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff;
	background-color: #ff5a00;
}
#cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
	position: relative;
	left: 0;
	top: 0px;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #menu-button {
	display: block;
	padding: 11px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
}
#cssmenu #menu-button:after {
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}
#cssmenu #menu-button:before {
	position: absolute;
	top: 16px;
	right: 17px;
	display: block;
	height: 2px;
	width: 20px;
	background: #fff;
	content: '';
}
#cssmenu #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
	top: 23px;
	background: #fff;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid rgba(120, 120, 120, 0.2);
	height: 44px;
	width: 39px;
	cursor: pointer;
	background-color: #ff5a00;
}
#cssmenu .submenu-button.submenu-opened {
	background: #ff5a00;
	height: 44px;
	width: 39px;
}
#cssmenu ul ul .submenu-button {
	height: 37px;
	width: 37px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 19px;
	right: 15px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 17px;
	right: 14px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 16px;
	right: 18px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 14px;
	right: 17px;
	color: #cc3333;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
#cssmenu > ul > li {
	padding: 0px;
}
}
/*menu-style-end*/



.top-bar {
	background-color: #1a1a1a;
	padding-top: 10px;
	padding-bottom: 18px;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.logo {
	margin-top: 14px;
}
.banner {
}
.banner .container {
}
.banner .container p {
}
.middle {
}
.middle .container {
}
.bottom {
	padding: 42px 0px;
	border-top: 1px solid rgba(255,255,255,0.4)
}
.bottom .container h3 {
	font-size: 30px;
	text-transform: initial;
	padding-bottom: 25px;
}
.bottom .container p {
	font-size: 16px;
}
.bottom .container p span a {
	color: #ff5a00;
}
.Counter {
	padding-top: 20px;
}
.Counter h3 {
	font-size: 55px;
	color: #fff;
	text-transform: uppercase;
	line-height: 58px;
}
.Counter h3 span {
	font-size: 65px;
	color: #ff5a00;
	letter-spacing: 5px;
}
.Counter h3 abbr {
	font-size: 45px;
}
.Count-1 {
	border-right: 1px solid #363636;
	margin-top: 35px;
}
.Counter .Count-1 h2 {
	font-size: 75px;
	font-weight: bold;
	color: #fff;
}
.Counter .Count-1 p {
	color: #ff5a00;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: -12px;
}
.about-company {
	padding: 60px 0px;
	position: relative;
}
.about-company .about-content {
	border: 2px solid #fff;
	padding: 40px 60px 40px 30px;
	margin: 42px 0px;
	position: absolute;
	right: -80px;
	z-index: 999;
}
.about-company .about-content h3 {
	font-size: 60px;
}
.about-company .about-content p {
	font-size: 22px;
	line-height: 28px;
}
.btn-primary {
	font-size: 19px;
	color: #fff!important;
	background-color: #ff5a00;
	border-radius: 3px;
	border: 0px;
	padding: 5px 20px;
	margin-top: 18px;
}
.btn-primary:hover {
	background-color: #ff5a00;
	border: 0px;
}
.bbtn-primary:not(:disabled):not(.disabled):active:focus {
	background-color: #ff5a00;
	border: 0px;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0 #ff5a00;
}
.Box-content {
	border: 1px solid #fff;
	padding: 90px 25px;
	height: 355px;
	width: 27.5em;
}
.Box-content:hover {
	border-color: #f5f5f5;
	box-shadow: 0px 0px 12px -3px #ff5a00;
}
.box-img {
	position: relative;
}
.box-img .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: #000000;
}
.box-img:hover .overlay {
	opacity: 0.4;
}
.icon:hover {
	opacity: 1;
}
.box-img .icon {
	font-size: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.Box-content h3 {
	padding-bottom: 6px;
	text-transform: uppercase;
}
.divider-1 {
	height: 1px;
	background-color: #ff5a00;
	width: 300px;
	margin-bottom: 12px;
}
.divider-2 {
	height: 1px;
	background-color: #ff5a00;
	width: 118px;
	margin-bottom: 12px;
}
.divider-3 {
	height: 1px;
	background-color: #ff5a00;
	width: 132px;
	margin-bottom: 12px;
}
.divider-4 {
	height: 1px;
	background-color: #ff5a00;
	width: 90px;
	margin-bottom: 12px;
}
.divider-5 {
	height: 1px;
	background-color: #ff5a00;
	width: 72px;
	margin-bottom: 12px;
}
.divider-6 {
	height: 1px;
	background-color: #ff5a00;
	width: 160px;
	margin-bottom: 12px;
}
.divider-7 {
	height: 1px;
	background-color: #ff5a00;
	width: 215px;
	margin-bottom: 12px;
}
.divider-8 {
	height: 1px;
	background-color: #ff5a00;
	width: 285px;
	margin-bottom: 12px;
}
.middle {
	padding-bottom: 60px;
}
/* Bubble Left */
.box-hover {
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}
.box-hover:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	top: calc(50% - 10px);
	left: 0;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ff5d00 transparent transparent;
}
.box-hover:hover:before, .box-hover:focus:before, .box-hover:active:before {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
/* Bubble Right */
.box-hover-2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}
.box-hover-2:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	top: calc(50% - 10px);
	right: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ff5a00;
}
.box-hover-2:hover:before, .box-hover-2:focus:before, .box-hover-2:active:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.bottom ul {
	padding-left: 0px;
}
.bottom ul li {
	list-style: none;
	line-height: 30px;
}
.bottom ul li a {
	color: #fff;
	font-size: 16px;
}
.footer-menu {
	background-color: #fff;
	padding: 14px 0px;
}
.footer-menu ul {
	padding-left: 0px;
	margin: 0px;
}
.footer-menu ul li {
	list-style: none;
	display: inline-block;
}
.footer-menu ul li a {
	font-size: 18px;
	color: #1a1a1a;
	padding: 0px 5px;
}
.footer-menu p {
	color: #1a1a1a;
	font-size: 18px;
	float: right;
}
.banner .featured-project {
	padding-top: 20px;
	padding-right: 70px;
	padding-left: 70px;
}
.banner .featured-project h3 {
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 25px;
}
.banner-box-img {
	position: relative;
}
.banner-box-img .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 85.6%;
	opacity: 0;
	transition: .3s ease;
	background-color: #000000;
}
.banner-box-img:hover .overlay {
	opacity: 0.6;
}
.banner-box-img .icon:hover {
	opacity: 1;
}
.banner-box-img .icon {
	font-size: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}
.banner-box-img h5 {
	color: #fff;
}
.divider-10 {
	height: 1px;
	background-color: #ff5a00;
	margin-bottom: 10px;
	width: 200px;
}
.featured-project h5 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 30px;
}
.featured-project p {
	font-size: 14px;
}
.featured-project .btn-primary {
	font-size: 14px;
}
.banner {
	padding: 80px 0px;
}
/*Banner video controls*/
.banner {
	position: relative;
}
#myVideo {
	position: absolute;
	right: 0;
}
.content {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	height: 102%;
	padding: 150px 30px;
}
.banner-video .content h1 {
	color: #fff;
	font-size: 80px;
	line-height: 70px;
}
.banner-video .content h1 span {
	color: #ff5a00;
	font-size: 78px;
	font-weight: 700;
}
#myBtn {
	width: 200px;
	font-size: 22px;
	padding: 10px;
	border: none;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 30px;
	bottom: 40px;
	text-transform: uppercase;
	border: 0px;
	font-weight: 700
}
button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}
#myBtn:hover {
	background-color: transparent;
	color: #fff;
}
.divider-11 {
	height: 1px;
	background-color: #fff;
	margin: 15px 0px;
	width: 400px;
}
.button:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}
.banner .slick-prev, .banner .slick-next {
	display: none!important;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	
}

.back-to-top .fa {
	color: #ff5a00;
	font-size: 24px;
}


/*
About-page-CSS*/

.inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(images/about-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 280px;
	padding: 120px 0px;
}
.key-features .inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(images/key-features-banner.png);
}
.products .inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(images/product-banner.png);
}
.Project-video .inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(images/prjct-video.png);
}
.Downloads .inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(images/download-banner.png);
}
.project-portfolio .inner-banner {
	background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(images/project-p-banner.png);
}
.inner-divider {
	height: 1px;
	background-color: #ff5a00;
	width: 260px;
}
.inner-banner h3 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}
.inner-banner p {
	font-size: 24px;
	padding-top: 5px;
}
.links h3 {
	font-size: 40px;
}
.links {
	padding-bottom: 30px;
}
.links p {
	padding: 10px 0px;
}
.links ul {
	padding: 0px;
}
.links ul li {
	list-style: none;
	display: inline-block;
	padding-right: 40px;
}
.links ul li a {
	font-size: 20px;
	color: #ff5b00;
}
.About-page .about-company .about-content p {
	font-size: 18px;
	padding: 12px 0px;
}
.About-page .about-company .about-content p span a {
	color: #ff5a00;
	font-weight: 600;
}
.About-page .about-company .about-content h3 {
	font-size: 50px;
}
.About-page .about-company .about-content {
	margin: 0px;
	right: 0px;
	padding: 30px 40px 20px 30px;
	position: inherit;
}
.About-page .middle {
	padding: 50px;
}
.About-page .about-company img {
	margin: 20px 0px;
}
.About-page .enviornment h3 {
	font-size: 33px;
	text-transform: uppercase;
}
.About-page .enviornment p {
	padding-top: 15px;
}
.About-page .enviornment .envirnment-points h5 {
	color: #f15c0d;
	margin: 0px;
}
.About-page .enviornment .envirnment-points p {
	padding-bottom: 15px;
	padding-top: 0px;
}
.About-page .enviornment .envirnment-points {
	padding-top: 50px;
}
.About-page .Box-content h3 {
	text-align: center;
	padding-top: 50px;
}
/*
Contact-us page css*/

.Contact-us .inner-divider {
	width: 320px;
}
.Contact-us .Contact-form {
	padding: 50px 0px;
}
.Contact-us .Contact-form h3 {
	font-size: 32px;
	padding-bottom: 35px;
}
.Contact-form .form-group {
	padding-bottom: 15px;
}
.Contact-form .form-group .form-control {
	background-color: transparent;
	border-color: #fff;
}
.Contact-form .btn-primary {
	margin-top: 5px;
}
.contact-info {
	padding-top: 80px;
}
.contact-info h4 {
	font-size: 20px;
}
.contact-info span {
	color: #fff;
}
.contact-info ul {
	padding: 0px;
}
.contact-info ul li {
	list-style: none;
	color: #fff;
	padding: 8px 0px;
}
.contact-info ul li a {
	color: #fff;
}
.contact-info ul li .fa {
	margin-right: 8px;
}
.contant-map {
	padding: 50px 0px;
}
/*
Key feature*/
.key-features .about-company .about-content {
	border: 2px solid #fff;
	padding: 40px 120px 40px 30px;
}
.key-features .about-company .about-content.key-f-content {
	padding: 40px 30px 40px 120px;
	left: -80px;
	right: 0px;
}
.key-features .about-company .about-content h3 {
	font-size: 48px;
}
.key-features .about-company {
	padding: 40px 0px;
}
.key-features .about-company .about-content p {
	font-size: 20px;
	line-height: inherit;
}
.key-features .inner-divider {
	width: 360px;
}
/*
Product page css*/


.products .divider-2 {
	width: 230px;
}
.products .divider-1 {
	width: 210px;
}
.products .divider-4 {
	width: 160px;
}
.products .divider-3 {
	width: 220px;
}
.products .divider-6 {
	width: 120px;
}
.products .divider-5 {
	width: 200px;
}
.products .inner-divider {
	width: 280px;
}
.Alucobond-plus .inner-divider {
	width: 500px;
}
/*
Project-video Css*/


.Project-video .about-company .about-content h3 {
	font-size: 36px;
}
.Project-video .about-company .about-content p {
	font-size: 18px;
}
.Project-video .embed-responsive {
	z-index: 9999;
	margin-top: 15px;
}
.Project-video .inner-divider {
	width: 425px;
}
.Fire-Retardancy .Drop-down-content {
	padding: 80px 0px
}
.Fire-Retardancy .Drop-down-content select {
	float: right;
	padding: 8px 15px;
	background-color: #1e1e1e;
	color: #fff;
	border-color: #ff5a00;
	border-radius: 3px;
}
.Fire-Retardancy .Drop-down-content .understanding h3 {
	font-size: 34px;
	margin-top: -40px;
	padding-bottom: 20px;
}
.Fire-Retardancy .Drop-down-content .understanding p {
	padding-top: 20px;
}
.Fire-Retardancy .Drop-down-content .understanding .points h5 {
	color: #fff;
	font-size: 26px;
	/* padding: 15px 0px; */
	padding-top: 25px;
}
.Fire-Retardancy .Drop-down-content .understanding .points, ul {
	padding-left: 12px;
}
.Fire-Retardancy .Drop-down-content .understanding .points ul li {
	color: #fff;
	font-size: 18px;
	list-style: none;
}
.Fire-Retardancy .Drop-down-content .understanding .points ul li:before {
	content: "\f111"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	color: #ff5a00;
	font-size: 12px;
	margin-right: 10px;
}
.pds-content {
	text-align: center;
}
.pds-content h5 {
	color: #ff5a00;
	padding-top: 12px;
}
.pds-content p {
	padding-top: 0px!important;
}
/*
Alucobond-plus page css*/

.Alucobond-plus .plus-content {
	text-align: center;
	padding: 25px 0px;
}
.Alucobond-plus .card-header, .Alucobond-plus .card-link, .Alucobond-plus .card-link:hover {
	background-color: #fff;
	text-align: left;
	color: #000;
	text-transform: uppercase;
}
.Alucobond-plus #accordion .card-header p .fa {
	color: #ff9125;
}
.Alucobond-plus .card-body {
	padding: 10px 10px;
	background-color: #1E1E1E;
	color: #fff;
}
.Alucobond-plus .card-body p {
}
.Alucobond-plus .card {
	width: 100%;
	border: 0px;
}
.Alucobond-plus #accordion .card-header p {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	color: white;
	background-color: #000000;
	-webkit-animation: minus 0.5s;
	padding: 10px 20px;
}
 @keyframes minus {
 from {
 transform:rotate(0deg);
}
 to {
 transform:rotate(360deg);
}
}
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
	display: none;
}
.Alucobond-plus .projects-tabs {
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #1e1e1e;
}
/* Style the tab */
.Alucobond-plus .tab {
	text-align: right;
}
/* Style the buttons inside the tab */
.Alucobond-plus .tab button {
	display: block;
	color: #5c5a59;
	padding: 12px 14px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
	background-color: transparent;
	border-bottom: 1px solid #5c5a59;
}
/* Change background color of buttons on hover */
.Alucobond-plus .tab button:hover {
	color: #fff;
	border-bottom: 1px solid #ff9125;
}
/* Create an active/current "tab button" class */
.Alucobond-plus .tab button.active {
	color: #fff;
	border-bottom: 1px solid #ff9125;
}
/* Style the tab content */
.Alucobond-plus .tabcontent {
	float: right;
	padding: 0px 12px;
	width: 80%;
	border-left: none;
	padding-top: 30px;
}
.Alucobond-plus .projects-tabs .tabcontent h3 {
	color: #fff;
	font-size: 40px;
}
.Alucobond-plus .projects-tabs .tabcontent ul {
	padding-left: 0px;
	padding-top: 8px;
	margin: 8px 0px;
}
.Alucobond-plus .projects-tabs .tabcontent ul li {
	color: #fff;
	line-height: 30px;
}
.Alucobond-plus .projects-tabs .tabcontent p a {
	color: #007dff;
	font-size: 20px;
}
/*
Download-page-css*/




.Downloads .download-tabs-content {
	padding-top: 60px;
}
.Fire-Retardancy.Downloads .Drop-down-content {
	padding: 50px 0px;
}
.Downloads .download-tabs-content nav > .nav.nav-tabs {
	border: none;
	color: #fff;
	background: #272e38;
	border-radius: 0;
}
.Downloads .download-tabs-content nav > div a.nav-item.nav-link {
	padding: 10px 0px;
	color: #787876;
	background: #1e1e1e;
	border-radius: 0;
	border-bottom: 1px solid #767678;
}
.Downloads .download-tabs-content nav > div a.nav-item.nav-link.active {
	color: #ff5a00;
	border: 1px solid #ff5a00;
}
.Downloads .download-tabs-content .tab-content {
	line-height: 25px;
	color: #fff;
}
.Downloads .download-tabs-content nav > div a.nav-item.nav-link:hover, .Downloads .download-tabs-content nav > div a.nav-item.nav-link:focus, .Downloads .download-tabs-content nav > div a.nav-item.nav-link:active {
	border-bottom: 1px solid #767678;
	border-color: #ff5a00 #ff5a00 #ff5a00;
	color: #ff5a00;
	border-radius: 0px;
	z-index: 999;
}
.Downloads .nav-pills-custom .nav-link {
	color: #fff;
	background: #60605d;
	position: relative;
}
.Downloads .nav-pills-custom .nav-link.active {
	color: #fff;
	background: #ff5a00;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
.Downloads .nav-pills-custom .nav-link::before {
	content: '';
	display: block;
	border-top: 8px solid transparent;
	border-right: 10px solid #ff5a00;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	opacity: 0;
}
}
.Downloads .nav-pills-custom .nav-link.active::before {
	opacity: 1;
}
.Downloads .download-pdf-content {
	text-align: center;
	padding-top: 15px;
}
.Downloads .download-pdf-content h6 {
	color: #ff5a00;
	padding-top: 10px;
	margin: 0px;
}
.Downloads .download-pdf-content p {
	font-size: 14px;
	line-height: normal;
	padding: 5px 0px;
}
.Downloads .download-pdf-content a:hover {
	color: #ff5a00;
}
.Downloads .download-pdf-content a {
	color: #767678;
	font-size: 18px;
}
/*
project-portfolio page CSS*/

.project-portfolio .p-portfolio-content {
	position: relative;
	width: 100%;
	padding-top: 30px;
}
.project-portfolio .p-portfolio-content .image {
	display: block;
	width: 100%;
	height: auto;
}
.project-portfolio .p-portfolio-content .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(0 0 0 / 0.6);
	overflow: hidden;
	width: 100%;
	height: 46px;
	transition: .5s ease;
}
.project-portfolio .p-portfolio-content .overlay .fa {
	text-align: center;
	font-size: 24px;
}
.project-portfolio .p-portfolio-content:hover .overlay {
	height: 50%;
}
.project-portfolio .p-portfolio-content .text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
	width: 240px;
	margin-top: 51px;
}
.project-portfolio .p-portfolio-content .text ul li {
	font-size: 14px;
}
.project-portfolio .p-portfolio-content .text .btn-primary {
	font-size: 14px;
	margin-top: 0px;
	text-align: left;
	padding: 4px 10px;
}
.project-portfolio .p-portfolio-content .text:hover {
	margin-top: 0px
}

@media all and (min-width: 991px ) and (max-width: 1100px ) {
.banner .featured-project {
	padding-top: 16px;
	padding-right: 0px;
	padding-left: 0px;
}
.banner .featured-project h3 {
	padding: 13px 0px;
}
.about-company .about-content h3 {
	font-size: 50px;
}
.about-company .about-content p {
	font-size: 16px;
}
.about-company .about-content {
	margin: 30px 0px;
}
.Box-content {
	border: 1px solid #fff;
	padding: 45px 25px;
	height: 297px;
	width: inherit;
}
#cssmenu > ul > li > a {
	font-size: 12px;
	padding: 3px 10px;
}
.banner-video .content h1, .banner-video .content h1 span {
	font-size: 60px;
}
.banner-video .content p {
	font-size: 13px;
}
.divider-11 {
	width: 310px;
}
.btn-primary {
	font-size: 14px;
}
.key-features .about-company .about-content {
	padding: 30px 120px 30px 30px;
}
.key-features .about-company .about-content h3 {
	font-size: 40px;
}
.Project-video .about-company .about-content h3 {
	font-size: 30px;
}
.Project-video .about-company .about-content {
	padding: 20px 90px 30px 30px;
}
.Project-video .about-company .about-content.key-f-content {
	padding: 20px 30px 20px 100px;
}
}

@media all and (min-width: 767px ) and (max-width: 991px ) {
.banner-video .content h1 {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
}
.banner-video .content h1 span {
	color: #ff5a00;
	font-size: 50px;
}
.banner-video .content p {
	font-size: 10px;
}
.banner-video .content .btn-primary {
	font-size: 12px;
}
.divider-11 {
	width: 255px;
}
#myVideo {
	width: 895px;
}
.content {
	height: inherit;
}
#myBtn {
	right: 0px;
}
.banner .featured-project {
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
.featured-project h5 {
	color: #fff;
	font-size: 14px;
}
.divider-10 {
	width: inherit;
}
.featured-project p {
	font-size: 11px;
}
.featured-project .btn-primary {
	font-size: 12px;
}
#cssmenu {
	padding-top: 0px;
}
#cssmenu #menu-button {
	padding-top: 30px;
}
.Counter h3 {
	font-size: 35px;
	line-height: 39px;
}
.Counter h3 span {
	font-size: 38px;
}
.Counter h3 abbr {
	font-size: 28px;
}
.Counter .Count-1 h2 {
	font-size: 40px;
}
.Counter .Count-1 p {
	font-size: 8px;
	letter-spacing: 3px;
	margin-top: -4px;
}
.about-company {
	padding: 30px 0px;
}
.about-company .about-content h3 {
	font-size: 38px;
}
.about-company .about-content p {
	font-size: 14px;
	line-height: 25px;
}
.btn-primary {
	font-size: 14px;
}
.about-company .about-content {
	padding: 14px 88px 14px 16px;
	margin: 18px 0px;
}
.Box-content {
	width: inherit;
	height: 223px;
}
.Box-content {
	padding: 18px 20px;
}
.Box-content h3 {
	font-size: 20px;
}
.Box-content p {
	font-size: 14px;
}
.divider-1, .divider-2, .divider-3, .divider-4, .divider-5, .divider-6, .divider-7, .divider-8 {
	display: none;
}
.footer-menu ul li a {
	font-size: 14px;
}
.About-page .about-company .about-content h3 {
	font-size: 24px;
}
.About-page .enviornment h3 {
	font-size: 20px;
}
.About-page .Box-content h3 {
	font-size: 18px;
	padding-top: 70px!important;
}
.key-features .about-company .about-content h3 {
	font-size: 28px;
}
.Contact-us .inner-divider {
	width: 360px;
}
.key-features .about-company .about-content p {
	font-size: 16px;
}
.key-features .about-company .about-content {
	border: 2px solid #fff;
	padding: 25px 100px 20px 30px;
}
.key-features .about-company .about-content.key-f-content {
	padding: 20px 30px 20px 120px;
	left: -92px;
}
.key-features .about-company .about-content h3 {
	font-size: 24px;
}
.Project-video .about-company .about-content {
	padding: 17px 78px 18px 18px;
}
.Project-video .about-company .about-content p {
	font-size: 14px;
}
.Project-video .about-company .about-content.key-f-content {
	padding: 15px 30px 16px 101px;
}
.Project-video .inner-divider {
	width: 420px;
}
.Fire-Retardancy .Drop-down-content .understanding h3 {
	font-size: 26px;
	margin-top: -30px;
}
}

@media all and (max-width: 767px) {
.top-bar {
	position: inherit;
	z-index: 9999;
}
#cssmenu {
	padding-top: 0px;
	position: absolute;
	top: -46px;
	right: 5px;
	z-index: 999;
}
#cssmenu ul {
	background-color: #1e1e1e;
}
#cssmenu #menu-button {
	padding-bottom: 46px;
}
.banner {
	padding: 0px;
}
#myVideo {
	width: 100%;
}
.banner-video .content h1 {
	color: #fff;
	font-size: 40px;
	line-height: 32px;
}
.banner-video .content h1 span {
	color: #ff5a00;
	font-size: 32px;
}
.content {
	width: 100%;
	height: auto;
	padding: 24px 20px;
}
.divider-11 {
	display: none;
}
.banner-video .content p {
	font-size: 10px;
}
#myBtn {
	width: 150px;
	font-size: 17px;
	right: 0px;
	bottom: 0px;
}
.content {
	position: inherit;
}
.banner .featured-project {
	padding: 0px;
	padding-top: 45px;
}
.featured-project .btn-primary {
	margin-bottom: 30px;
}
.Counter h3 {
	font-size: 45px;
	line-height: 50px;
	text-align: center;
}
.Counter h3 span {
	font-size: 55px;
}
.Counter h3 abbr {
	font-size: 35px;
}
.Count-1 {
	text-align: center;
}
.Counter .Count-1 h2 {
	font-size: 50px;
}
.Counter .Count-1 p {
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: -5px;
}
.about-company .about-content {
	padding: 40px 60px 40px 30px;
	right: inherit;
	position: inherit;
	z-index: 999;
}
.about-company .about-content h3 {
	font-size: 30px;
}
.about-company .about-content p {
	font-size: 14px;
	line-height: inherit;
	padding-top: 8px;
}
.btn-primary {
	font-size: 13px;
	margin-top: 12px;
}
.Box-content {
	width: auto;
	height: auto;
	padding: 30px 20px;
	margin-top: 25px;
}
.middle {
	padding-bottom: 20px;
}
.Box-content p {
	font-size: 14px;
}
.bottom img {
	text-align: center;
	margin-bottom: 25px;
}
.footer-menu {
	text-align: center;
}
.footer-menu p {
	float: none;
	font-size: 14px;
}
.footer-menu ul li a {
	font-size: 14px;
}
.bottom ul li a {
	font-size: 14px;
}
.box-hover-2 {
	margin-bottom: 25px;
}
.about-company {
	padding: 25px 0px;
}
.box-hover-2:before, .box-hover:before {
	display: none;
}
.bottom .container h3 {
	font-size: 24px;
	padding-bottom: 10px;
}
.inner-banner {
	height: 150px;
	padding: 42px 0px;
}
.inner-banner h3 {
	font-size: 32px;
}
.inner-banner p {
	font-size: 14px;
}
.About-page .inner-divider {
	width: 140px;
}
.About-page .about-company .about-content h3 {
	font-size: 28px;
	TEXT-ALIGN: CENTER;
}
.About-page .about-company .about-content p {
	font-size: 14px;
	TEXT-ALIGN: CENTER;
}
.About-page .enviornment h3 {
	font-size: 20px;
}
.About-page .enviornment p {
	FONT-SIZE: 14PX;
}
P {
	font-size: 14PX;
}
.About-page .middle {
	padding: 0px;
}
.About-page .Box-content h3 {
	font-size: 24px;
}
.links {
	padding-top: 30px;
}
.links h3 {
	font-size: 28px;
}
.Contact-us .Contact-form h3 {
	font-size: 28px;
}
.contact-info {
	padding-top: 60px;
}
.contant-map {
	padding: 0px 0px;
	padding-bottom: 40px;
}
.About-page .inner-divider {
	width: 170px;
}
.key-features .about-company .about-content h3 {
	font-size: 30px;
}
.key-features .about-company .about-content {
	padding: 30px;
}
.key-features .about-company .about-content.key-f-content {
	padding: 30px;
	left: inherit;
	right: inherit;
}
.key-features .about-company .about-content p {
	font-size: 16px;
}
.key-features .about-company {
	padding: 25px 0px;
}
.Contact-us .inner-divider {
	width: 190px;
}
.products .inner-divider {
	width: 150px;
}
.Project-video .about-company .about-content h3 {
	font-size: 28px;
}
.Project-video .about-company {
	padding: 0px 0px;
}
.Fire-Retardancy .Drop-down-content .understanding h3 {
	font-size: 34px;
	margin-top: 30px;
	padding-bottom: 0px;
}
.Fire-Retardancy .Drop-down-content {
	padding: 60px 10px;
}
.products .inner-divider {
	width: 265px;
}
.Downloads .download-tabs-content nav > div a.nav-item.nav-link {
	border-bottom: 0px;
}
}

@media all and (max-width: 320px) {
.Box-content h3 {
	font-size: 22px;
}
.divider-1, .divider-2, .divider-3, .divider-4, .divider-5, .divider-6, .divider-7, .divider-8 {
	display: none;
}
.banner .featured-project {
	padding: 0px;
	padding-top: 25px;
}
.Contact-us .Contact-form h3 {
	font-size: 22px;
}
}
