.bottom {
padding: 0px 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: #ff9125;
}
.Counter {
padding-top: 20px;
}
.Counter h3 {
font-size: 55px;
color: #fff;
text-transform: uppercase;
line-height: 58px;
}
.Counter h3 span {
font-size: 65px;
color: #ff9125;
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: #ff9125;
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 80px 40px 30px;
margin: 42px 0px;
position: absolute;
right: -80px;
/* z-index: 999; */
}
.about-company .about-image {
z-index: 9;
}
.about-company .about-content h3 {
font-size: 50px;
font-weight: 300;
color: #ff9125;
text-transform: uppercase;
}
.about-company .about-content p {
font-size: 16px;
line-height: 24px;
}
.btn-primary {
font-size: 19px;
color: #fff;
background-color: #ff9125;
border-radius: 3px;
border: 0px;
padding: 5px 20px;
margin-top: 18px;
}
.btn-primary:hover {
background-color: #ff9125;
border: 0px;
}
.bbtn-primary:not(:disabled):not(.disabled):active:focus {
background-color: #ff9125;
border: 0px;
}
.btn-primary.focus,
.btn-primary:focus {
box-shadow: 0 0 0 0 #ff9125;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #ff9125;
border-color: #ff9125;
}
.Box-content {
border: 1px solid #fff;
padding: 90px 25px;
height: 362px;
width: 100%;
}
.Box-content:hover {
border-color: #f5f5f5;
box-shadow: 0px 0px 12px -3px #ff9125;
}
.box-img {
position: relative;
}
.box-img .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: 0.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: #ff9125;
width: 300px;
margin-bottom: 12px;
}
.divider-2 {
height: 1px;
background-color: #ff9125;
width: 118px;
margin-bottom: 12px;
}
.divider-3 {
height: 1px;
background-color: #ff9125;
width: 132px;
margin-bottom: 12px;
}
.divider-4 {
height: 1px;
background-color: #ff9125;
width: 90px;
margin-bottom: 12px;
}
.divider-5 {
height: 1px;
background-color: #ff9125;
width: 72px;
margin-bottom: 12px;
}
.divider-6 {
height: 1px;
background-color: #ff9125;
width: 160px;
margin-bottom: 12px;
}
.divider-7 {
height: 1px;
background-color: #ff9125;
width: 215px;
margin-bottom: 12px;
}
.divider-8 {
height: 1px;
background-color: #ff9125;
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 #ff9125 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;
width: 100%;
}
.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 #ff9125;
}
.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;
font-weight: 300;
color: #ff9125;
}
.banner-box-img {
position: relative;
}
.banner-box-img .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 240px;
opacity: 0;
transition: 0.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: #ff9125;
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 video controls*/
.banner {
position: relative;
}
#myVideo {
position: absolute;
margin-top: 108px;
right: 0;
}
.content {
position: absolute;
/*background: rgba(0, 0, 0, 0.5);*/
color: #f1f1f1;
/*width: 100%;*/
/*height: 620px;*/
padding: 190px 30px;
z-index: 1;
}
.banner-video .content h1 {
color: #fff;
font-size: 80px;
line-height: 70px;
}
.banner-video .content h1 span {
color: #ff9125;
font-size: 78px;
font-weight: 700;
}
/* #myBtn {
width: 200px;
font-size: 22px;
padding: 10px;
border: none;
background-color: transparent;
color: #ff9125;
cursor: pointer;
position: absolute;
right: -710px;
bottom: -115px;
text-transform: uppercase;
border: 0px;
font-weight: 700;
} */
#myBtn {
    /* width: 200px; */
    font-size: 22px;
    padding: 10px;
    border: none;
    background-color: transparent;
    color: #ff9125;
    cursor: pointer;
    position: relative;
    /* right: -710px; */
/*     bottom: -90px; */
	margin-top: 65%;
    text-transform: uppercase;
    border: 0px;
    z-index: 9;
    font-weight: 700;
    float: right;
}
button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}
#myBtn:hover {
background-color: transparent;
color: #fff;
}
#myBtn2 {
    /* width: 200px; */
    font-size: 22px;
    padding: 10px;
    border: none;
    background-color: transparent;
    color: #ff9125;
    cursor: pointer;
    position: relative;
    /* right: -710px; */
/*     bottom: -90px; */
	margin-top: 65%;
    text-transform: uppercase;
    border: 0px;
    z-index: 9;
    font-weight: 700;
    float: right;
}
button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}
#myBtn2:hover {
background-color: transparent;
color: #fff;
}


/*#myBtn2 {*/
    /* width: 200px; */
/*    font-size: 175px;*/
/*    padding: 10px;*/
/*    border: none;*/
/*    background-color: transparent;*/
/*    color: #ff9125;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*	margin-top: 25%;*/
/*    text-transform: uppercase;*/
/*    border: 0px;*/
/*    z-index: 9;*/
/*    font-weight: 700;*/
/*	margin-left:35%*/
/*}*/
/*button:focus {*/
/*outline: 0px dotted;*/
/*outline: 0px auto -webkit-focus-ring-color;*/
/*}*/
/*#myBtn2: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;
background-color: #f8f9fa;
border-color: #f8f9fa;
display: none;
}

.back-to-top .fa {
color: #ff9125;
font-size: 24px;
}

/*
About-page-CSS*/

.inner-banner {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url(../images/new/about-banner.png);
background-size: cover;
background-repeat: no-repeat;
height: 200px;
padding: 25px 0px;
}

.key-features .inner-banner {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url(../images/new/key-features-banner.png);
}
.products .inner-banner {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url(../images/new/product-banner.png);
}
.Project-video .inner-banner {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url(../images/new/prjct-video.png);
}
.Downloads .inner-banner {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url(../images/new/download-banner.png);
}
.project-portfolio .inner-banner {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
url(../images/new/project-p-banner.png);
}
.inner-divider {
height: 1px;
background-color: #ff9125;
width: 260px;
}
.inner-banner .inner-divider {
display: none;
}

.inner-banner h3 {
font-size: 50px;
color: #fff;
font-weight: bold;
border-bottom: 2px solid #ff9125;
padding-bottom: 3px;
display: inline-block;
margin-bottom: 0;
}
.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: #ff9125;
}
.About-page .about-company .about-content p {
font-size: 18px;
padding: 12px 0px;
}
.About-page .about-company .about-content p span a {
color: #ff9125;
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 {
font-size: 16px;
}
.About-page .enviornment h3 {
font-size: 33px;
text-transform: uppercase;
color: #ff9125;
}
.About-page .enviornment p {
padding-top: 15px;
}
.About-page .enviornment .envirnment-points h5 {
color: #ff9125;
margin: 0px;
font-size: 18px;
}
.About-page .enviornment .envirnment-points p {
padding-bottom: 15px;
padding-top: 0px;
}
.About-page .enviornment .envirnment-points {
padding-top: 80px;
}
.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;
color: #ff9125;
text-transform: uppercase;
}
.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;
color: #ff9125;
text-transform: uppercase;
}
.contact-info span {
color: #fff;
}
.contact-info ul {
padding: 0px;
font-size: 16px;
}
.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: 57px;
}
.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: #ff9125;
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: #ff9125;
font-size: 12px;
margin-right: 10px;
}
.pds-content {
text-align: center;
}
.pds-content h5 {
color: #ff9125;
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: #ff9125;
border: 1px solid #ff9125;
}
.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: #ff9125 #ff9125 #ff9125;
color: #ff9125;
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: #ff9125;
}

/* 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 #ff9125;
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: #ff9125;
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: #ff9125;
}
.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: 0.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: #ff9125;
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;
}
#myBtn2 {
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%;
position: initial;
margin-top: 0;
}
.banner-video .content h1 {
color: #fff;
font-size: 40px;
line-height: 32px;
}
.banner-video .content h1 span {
color: #ff9125;
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; */
margin-top:inherit;
font-size: 17px;
right: 0px;
bottom: -210px;
}
#myBtn2 {
/* width: 150px; */
margin-top:inherit;
font-size: 17px;
right: 0px;
bottom: -210px;
}
.content {
position: inherit;
}
.box .content {
	margin-top: 55px !important;
}
.banner-box-img img,
.banner-box-img .overlay {
	width: 100%;
}
.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; */
height: auto;
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;
color: white;
}
.tab-pane strong {

    color: #F4530B;
}
.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;
}
}
.media-object{
	margin-top: -7px;
}
.arrow{
    left:50% !important;
}

.contact_map_div #pop_over_16 + .popover.in {
    top: -39px !important;
    left: 730px !important;
}

.contact_map_div #pop_over_17 + .popover.in {
    top: 65px !important;
    left: 855px !important;
}

.contact_map_div #pop_over_20 + .popover.in {
   
    left: 780px !important;
}

.contact_map_div #pop_over_7 + .popover.in,
.contact_map_div #pop_over_2 + .popover.in {
    min-width: 288px;
}