*{
	margin: 0px;
	padding: 0px;
}
body {
	color: #e03f44;
    -webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:0;
	font-family: 'Bebas Neue', sans-serif;

}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Bebas Neue', sans-serif;

}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-family: 'Bebas Neue', sans-serif;
}
p{
	font-family: 'Roboto', sans-serif;
}
.header-box {
    /* background: url('../images/bg-03.jpg') no-repeat center center;
    background-size: cover; */
    background-color: #fff;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.header-box.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(10px); */
    background: none;
    background-color: #fff;
    animation: slideDown 0.35s ease-out;
}

.top-header {
    position: relative;
    padding:5px 0px;
    background: #cc3d39;
    overflow: hidden;
}
.top-left ul {
    list-style: none;
    margin-bottom: 0px;
}
.top-left ul li {
    display: inline-block;
    padding: 0px 15px 0px 0px;
    font-family: 'Roboto', sans-serif;
	color: #fff;
}
.top-left ul li a {
    color: #fff;
    text-decoration: none;
}
.top-right ul {
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
}
.top-right ul li {
    text-align: right;
    display: inline-block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.top-right ul li a {
    color: #d9261c;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 25px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.nav_menu ul li {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 35px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: 0;
}
.nav_menu ul ul li {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px #ddd solid;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
}
.nav_menu ul ul li:nth-last-child(1){
    border: 0px;
} 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(204 61 57);
}
.about{
    position: relative;
    padding: 45px 0px;
    background: #F0EDDF;
}
/*.about .row{
    align-items: center;
}*/
.about-img{
    position: relative;
}
.about-img img{
    width: 100%;
   
}
.about-overlay {
        position: absolute;
    width: 62%;
    background: #cc3d39;
    padding: 12px;
    right: 0;
    bottom: -36px;
}
.about-overlay h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .5px;
    font-style: normal;
}
.about-left{
    padding-left: 40px;
}
.about-left h5 {
    color: #cc3d39;
    font-size: 20px;
    letter-spacing: 2px;
}
.about-left h2 {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 500;
}
.about-left p{
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
}
.about-left a {
    background: #ff8500;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
    transition: 0.4s;
}
.about-left a:hover{
    background: #000;
    transition: 0.4s;
    padding: 10px 25px;
}
.product{
    width: 100%;
    position: relative;
    padding: 45px 0px;
}
.product-heading h2{
    font-size: 40px;
}
.product-inner{
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 1px #ddd solid;
    margin-bottom: 40px;
}
.product-img img{
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-content {
    background: #cc3d39;
    padding: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-content h5{
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.5px;
}
.product-content a {
    text-decoration: none;
    background: #fff;
    display: inline-block;
    padding: 5px 12px;
    color: #000;
    font-size: 16px;
    border-radius: 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-inner:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.product-inner:hover{
    webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.product-inner:hover:before{
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.product-inner:hover .product-content{
    background: #ff8500;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-inner:hover .product-content a{
    background: #000;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.why-us{
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: #F0EDDF;
}
.why-left img{
    width: 100%;
}
.why-left p{
    text-align: justify;
}
.contact{
    position: relative;
    width: 100%;
    padding: 45px 0px;
    background: #F0EDDF;
    border-top: 1px #222 solid;
    overflow: hidden;
}
.contact:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 20%;
    background: #fff;
    content: "";
}
.contact-heading p{
    color: #cc3c3b;
}
.contact-heading h2{
    font-size: 40px;
}
.contact-address {
    position: relative;
    display: block;
    background: #4c372a;
    padding: 87px 30px 70px 50px;
    z-index: 99;
}
.contact-address h3{
    color: #fff;
    font-size: 30px;
}
.contact-address h4{
    color: #fff;
    font-size: 24px;
}
.contact-address p{
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}
.contact-address p .fa{
    position: absolute;
    left: 0px;
    top: 4px;
}
.contact-form{
    background: #fff;
    padding: 60px;
    z-index: 99;
    position: relative;
}
.contact-form input{
    margin-bottom: 25px;
    padding: 12px;
}
.contact-form textarea{
    margin-bottom: 25px;
    padding: 12px;
}
.btn4 {
    width: 100%;
    background: #ff8500;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
    transition: 0.4s;
    border: 0;
    border-radius: 8px;
}
.footer {
    position: relative;
    background: #212529;
    width: 100%;
    padding: 45px 0px;
    background: url(../image/footer-bg.jpg);
}
.footer:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000d1;
    content: "";
}
.footer-left {
    z-index: 9;
    position: relative;
}
.footer-left img{
    max-width: 250px;
}
.footer-left h2{
    color: #fff;
}
.footer-left p{
    color: #fff;
}
.footer-left ul{
    padding-left: 0px;
}
.footer-left ul li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.footer-left ul li a {
    color: #d9261c;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 32px;
    transition: 0.4s;
}
.footer-left ul li a:hover{
    background: #d9261c;
    color: #fff;
    transition: 0.4s;
}
.footer-inner {
    z-index: 9;
    position: relative;
}
.footer-inner h3{
    color: #fff;
}
.footer-inner p{
    color: #fff;
    position: relative;
    padding-left: 25px;
}
.footer-inner p a{
    color: #fff;
    text-decoration: none;
}
.footer-inner p .fa{
    position: absolute;
    left: 0px;
    top: 4px;
}
.footer-inner ul{
    padding-left: 0px;
}
.footer-inner ul li{
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-left: 25px;
    line-height: 30px;
}
.footer-inner ul li .fa{
    position: absolute;
    left: 0px;
    top: 4px;
}
.footer-inner ul li a{
    color: #fff;
    text-decoration: none;
}
.copyright-section {
    border-top: 1px #fff solid;
    padding: 15px 0px 0px 0px;
    z-index: 9;
    position: relative;
}
.copyright p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
}
.copyright ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.copyright ul li{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.copyright ul li:after{
    content: "";
}
.copyright ul li a{
    color: #fff;
    text-decoration: none;
}
.fixd-btn {
    animation: MoveUpDown 1s linear infinite;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
    
}
.fixd-btn a {
    background: #25d366;
    color: #fff;
    width: 45px;
    position: relative;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 23px;
    border-radius: 50%;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#cc3d39;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
@media (max-width: 767px){
.dropdown:hover .dropdown-menu {
    display: none;
}
.dropdown-menu.show {
    display: block !important;
}
.top-header{
    display: none;
}
.navbar-brand img{
    width: 75%;
}
.navbar-brand{
    display: contents;
}
.header-box {
    padding: 5px 0px;
}
.content-left h1 {
    font-size: 18px !important;
}
.about-left {
    padding-left: 0px;
    padding-top: 20px;
}
.contact-address {
    margin: 15px;
    z-index: 1px;
}
.contact-form {
    padding: 15px;
    z-index: 1;
}
	
	.banner {
   padding: 16px! important;
}
	.banner-head {
    font-size: 17px;
}
	.product-heading h2 {
    font-size: 23px;
}
	.about-left h2 {
    font-size: 24px;
}
}

.banner{
  background:  url(../image/comnbnr.jpg);
      padding: 120px;
    background-size: cover;
    background-position: center;
}
.banner-head{

  color: #ffffff;
}

.product-left {
    padding-left: 2px;
    margin-left: -55px;
    background: #f9f9f9;
    position: relative;
    padding: 62px;
    margin-top: 50px;
    border: 5px solid #e1dfdf;
    border-radius: 0px 24px 24px 0px;
    box-shadow: 6px 2px 19px #dfdfdf;
}

.marq{
    color:#fff;
    padding: 10px 0px;
}
.marq a{
    color: #fff;
    text-decoration: none;
}