@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'Raleway';
	src: url(../fonts/raleway-regular.ttf);
}

/*@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-36fduh');
  src: url('../fonts/icomoon.eot?#iefix-36fduh') format('embedded-opentype'), url('../fonts/icomoon.woff?-36fduh') format('woff'), url('../fonts/icomoon.ttf?-36fduh') format('truetype'), url('../fonts/icomoon.svg?-36fduh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/**.moon {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

.arrow {
  position: absolute;
  width: 30px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.arrow button {
  font-size: 20px;
  line-height: 50px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  border:none;
  transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
}
.arrow button:hover {
  color: #7b1201;
  background-color:rgba(255,255,255,0.5);
}
.arrow button:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.arrow.prev {
  left: 20px;
}
.arrow.prev button:after {
  content: "\e602";
}
.arrow.next {
  right: 20px;
}
.arrow.next button:after {
  content: "\e601";
}**/

body{
	font-family: 'Raleway';
}
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', sans-serif; }
h4{color:#333;}
.affix {
    top: 0;
    width: 100%;
	z-index:1000;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #f7feff;
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
  }

  .affix ul li a{
	  color: #333 !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  
.affix .dropdown .dropdown-menu li a{
	color:#333 !important;
}

.affix .dropdown .dropdown-menu li:hover a{
	color:#fff !important;
}

#top-banner{
	background-color:#fff;
}

.logo-wrap{
	padding:10px 0px;
}
.logo-wrap img{ margin:auto; }

.top-line{ padding:40px 0px; }

.top-line-entry {display: inline-block; vertical-align: middle; border-right: 1px solid #d1d1d1; padding-right: 20px; }

.top-follow-label {
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #092032;
    margin-bottom: 8px;
    text-align: center;
}
.top-social {
    text-align: center;
}
.top-social a {
    font-size: 14px;
    color: #787d84;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.top-info .fa { display: inline-block; font-size: 25px; color:#333; margin-left: 10px; vertical-align: middle; }

div.number{ float:right; }

.top-info-content { display: inline-block; padding-left: 17px; vertical-align: middle; }

.top-info p:last-child { margin-bottom: 0; }

.top-info-content .top-info-light{ font-weight: 600; color:#808080; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

.top-info-content .top-info-light a{ font-weight:600; color:#666; font-family: 'Montserrat', sans-serif; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

.top-line-entry:last-child {
    border-right: none;
}
.top-info-content {
    display: inline-block;
    padding-left: 17px;
    vertical-align: middle;
}
.top-info p:last-child {
    margin-bottom: 0;
}
.top-info p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #808080;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.nav-wrapper{
	padding:10px;
}
.listorderunorder{line-height:1.8em; color:#333; font-family:calibri; font-size:18px; text-decoration:none; padding:0px; margin:0px;}
#nav-header{ background:#333; }

.navbar-default {
	margin-bottom: 0px;
	border-radius:0;
	border:none;
	background-color:transparent;
	z-index:100;
}

#defaultNavbar1 ul li{
	float:none;
	display:inline-block;
}

#defaultNavbar1 ul li a { font-size:14px; text-align: center; color:#fff; letter-spacing:1px; }
#defaultNavbar1 ul li a:clicked { font-size:14px; text-align: center; color:#333; letter-spacing:1px; }

#defaultNavbar1 .navbar-nav {
	float:none;
	text-align: center;
}

#defaultNavbar1 .dropdown-menu{
	padding:5px;
	background-color:rgba(255,255,255,0.9);
	box-shadow:none;
	border:none;
}

#defaultNavbar1 .dropdown-menu li{
	display: block;
	border-bottom:1px solid #7b1201;
	padding:5px 0px;
}

#defaultNavbar1 .dropdown-menu li:hover{ background-color:#333; }


#defaultNavbar1 .dropdown-menu li a{
	border:none;
	text-align: left;
	white-space: nowrap;
	width: auto;
	color:#333 ;
}

#defaultNavbar1 .dropdown-menu li a:hover{
	color:#fff;
	background:none;
}

#defaultNavbar1 .dropdown-menu li a:before{
	content:"";
}

#defaultNavbar1 .dropdown-menu li a:before{
	background: none;
}

#defaultNavbar1 .navbar-nav .dropdown:hover .dropdown-menu{
	display: block;
}


#defaultNavbar1 .navbar-nav .active a{
	background:none;
}

ul.navbar-right{
	margin-top:5px;
}

.sub-drop-main {
	position:relative;
}
.sub-drop-ul {
	position:absolute;
	top:0;
	right: auto;
    left:100% ;
	display:none;
	margin:0;
	padding: 5px;
    background-color: rgba(0,0,0,0.8);
    box-shadow: none;
    border: none;
}

.sub-drop-main:hover .sub-drop-ul {
	display:block;
}
.sub-drop-ul li a{
	color:#fff;
	text-decoration:none;
	display: block;
    padding: 3px 20px;
	border: none;
    text-align: left;
    white-space: nowrap;
}
.sub-drop-ul li a:hover{
	background-color:#f5f5f5;
	color:#333;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
	width:100%;
}
#myCarousel .carousel-control{background: none;}
.carousel-control{color:#fff;font-size:80px;left:0px;position:absolute;top:50%;}
.carousel-control.right{left:auto;right:0px;}
.carousel-control.left{left:-60px;}
.carousel-indicators li{
	    width: 15px;
		height: 15px;
}
	.carousel-indicators .active{
		width: 12px;
		height: 12px;
		margin: 2px;
		background-color: #fff;
		border:1px solid #fff !important;
		}
		
#header{
	background-image:url('../images/background-header.jpg');
	background-size:cover;
	background-position:center;
	padding:30px;
}

#header h1{
	text-align:center;
	color:#fff;
	padding:0;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
}

#prod-page-sec{
	margin:20px 0;
}

#prod-page-sec h2{
	color:#ce0b14;
	margin:20px 0px;
	padding:20px 0px;
	position:relative;
}

#prod-page-sec h2:after{
	content:'';
	background-color:#ce0b14;
	width:30px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
}

#prod-page-sec .nav-tabs .active a{
	color:#333;
	border-top:3px solid #ce0b14;
	font-weight:bold;
	background-color:#f4f4f4;
}
#prod-page-sec .nav-tabs li a{
	color:#555;
}

.paragraph{
	padding:20px 0px;
}
.paragraph p{
	font-size:16px;
}
.paragraph li{
	font-size:16px;
}

.col-sm-push-9 img{
	margin:auto;
	padding:15px;
	border:1px solid #333;}

#products{
	padding: 50px 0;
	background-color:#f5f5f5;
}

#products .owl-carousel{
	padding:40px 0;
}

#products .owl-carousel .item{
	background-color:rgba(0,0,0,0.05);
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 1rem;
	position:relative;
	height:200px;
} 

#products .owl-carousel .item a{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
} 

#products .owl-carousel .item h4{
	text-align:left;
	padding:10px 0;
	margin-top:0;
	font-weight:bold;
}

#products .owl-carousel .item h4 i{
	color:red;
	font-weight:bold;
	margin-left:10px;
}

.ex-btn{
	background-color:#333;
	padding:5px;
	margin:5px;
	border-radius:2px;
	position:absolute;
	bottom:10px;
}
#products .owl-carousel .item:hover .ex-btn{
	background-color:red;
}

.ex-btn p{
	margin:0;
	text-align:center;
	color:#fff;
}

.head{
	text-align:center;
	font-size: 34px;
    line-height: 1;
    margin-top: 0;
	font-weight:550;
	color: #7b1201;
}

.sub-header{
	font-size: 17px;
    line-height: 1;
    color: #4c545f;
	text-align:center;
	margin-bottom:30px
}

.sub-header:before,.sub-header:after{
	width: 75px;
    height: 1px;
    background: #4c545f;
    content: '';
    display: inline-block;
    top: -4px;
    position: relative;
}		
.sub-header:before{
	    margin-right: 20px;
}
.sub-header:after{
	    margin-left: 20px;
}

.btn-wrap{
	padding:20px 0;
	display:block;
}
.btn-wrap a{ color:#fff; background:#333; padding:10px 20px; box-shadow:0px 0px 3px rgba(0,0,0,0.5); transition:all 0.5s ease; }

.btn-wrap a:hover{ box-shadow:0px 5px 5px rgba(0,0,0,0.3); }
#breadcrumb-sec{
	background-color:#dd8808;
	padding:20px;
}

marquee img{
	padding:10px;
}

#breadcrumb-sec .container .row .col-md-8 h1{
	color:#fff;
	font-weight:bold;
	font-style:italic;
}

#breadcrumb-sec .container .row .col-md-4 .breadcrumb{
	background-color:#223134;
	margin-top:15px;
}

#breadcrumb-sec .container .row .col-md-4 .breadcrumb li a{
	color:#fff;
	font-size:16px;
}
#breadcrumb-sec .container .row .col-md-4 .breadcrumb .active{
	color:#fff;
	font-size:16px;
}

#bottom-enq{
	background-color:#333;
	padding:10px;
}

#bottom-enq h2{
	color:#fff;
	font-weight: bold;
	margin:0;
	padding:8px;
	font-style: italic;
	text-align:center;
}

#bottom-enq a{
	padding:12px 35px;
	margin:20px;
	display:inline-block;
	border:2px solid #fff;
	border-radius:20px;
	color:#fff;
	text-transform:uppercase;
}

#about-sec{
	padding:60px;
}

#about-sec img{
	margin:auto;
}

.about-wrap-hm{
	padding:30px 0px;
}

.projects-section {
    padding: 50px 0;
    background: #f1f1f1;
}

.gallery_product{
	padding-bottom:15px;
}


.category_box_sec {
    margin: 0 auto;
    vertical-align: middle;
    /* height: 200px; */
    display: table;
}

.category_box_img {
    display: table-cell;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.project-post img {
    width: 100%;
}

.category_box_img img { height:300px; max-height: 300px; max-width: 100%;}

.project-post{
	position:relative;
	overflow:hidden;
	border:1px solid #ccc;
}

.project-post .hover-box {
    /*position: absolute;*/
    width: 100%;
    left: 0;
    bottom: -100%;
    padding: 10px 10px;
    background: #333;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.project-post .hover-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

.project-post .hover-box span {
    font-size: 14px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.project-post .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
}

.project-post:hover .hover-box {
    bottom: 0;
}


#prod-sec{
	padding:60px;
}
#home-abt-wrap{
	padding:30px;
}
#home-abt-wrap p{ font-size:18px; color:#333; font-family:calibri;}
p{ font-size:18px; color:#333; font-family:calibri;}
.prod-list-box{
	margin:20px;
	border-radius:10px;
	box-shadow:0px 0px 0px 3px rgba(0,0,0,0.2)
}

.prod-list-box .row .col-md-4 img{
	margin:10px auto;
	border:1px solid #333;
	border-radius:10px;
	
}

.prod-list-box .row .col-md-8 h3{
	padding-bottom:10px;
	border-bottom:1px solid #333;
}

.prod-list{
	padding:0;
	list-style:none;
	margin:10px;
}

.prod-list li{
	border-bottom:1px dashed #333;
}

.prod-list li a{
	color:#333;
	font-size:16px;
	line-height:1.5em;
	margin:5px 0px 5px 5px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}

.prod-list li a:before{
	content:'\f054';
	font-family:FontAwesome;
	margin-right:10px;
}


#hr{
	border-top:2px solid #ce0b14;
	width:250px;
}

#prod-sec .container h2{
	color:#223134;
} 

#accordian{
	padding:20px;
	background-color:#223134;
	margin:20px 0px;
}

#prod-content{
	padding:20px;
}

#prod-content img{
	margin:10px auto;
	border:1px solid #333;
	border-radius:10px;
}

#prod-content ul{
	list-style:none;
}
#prod-content .contact-left{
	list-style:none;
	padding:0;
}

#prod-content address{
	font-size:16px;
}

#prod-content ul li{
	line-height:1.5em;
}

#prod-content ul li:before{
	content:"\f054";
	font-family:FontAwesome;
	font-size:12px;
	margin-right:10px;
}

#prod-content h4{
	font-style:italic;
	position:relative;
	margin:15px 0;
}

#prod-content h4:after{
	position:absolute;
	content:"";
	background-color:#dd8808;
	bottom:-3px;
	left:0;
	width:30px;
	height:2px;
}

#accordian h3{
	color:#dd8808;
}

#accordian ul{
	padding:0;
	list-style:none;
}

#accordian ul li{
	border-bottom:1px dashed #dd8808;
	margin:10px 0px;
	font-size:15px;
}
#accordian ul li a{
	color:#fff;
	text-decoration:none;
}

#we-offer{
	background-color:#7b1201;
	padding: 80px 0;
}

.offer-wrap{
	padding:30px;
}

.offer-wrap ul{
	list-style:none;
}
.offer-wrap ul li{
	color: #fff;
    font-size: 20px;
    line-height: 1.8em;
}


#all-prod{ background:#2e89ec; padding: 50px; }
.vmi{background:#f2f2f2; border-radius:25px; margin:20px; padding:20px;}
.vmi h3{text-align:center; padding:10px 0;}
.all-prod-wrap{
	padding:30px;
}

.all-prod-wrap ul{
	list-style:none;
	padding:0;
}
.all-prod-wrap ul li a{
	color: #fff;
    font-size: 15px;
    line-height: 1.8em;
}


.home-title {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 25px;
    border-right: 5px solid #1db0bf;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
}

#man-hm{
	background-image:url('../images/acd-machine-product.jpg');
	background-position:center center;
	background-attachment:fixed;
}

.man-wrapper{
	background-color:rgba(0,0,0,0.8);
	padding: 80px 0;
}

.man-wrapper h2{
	color:#fff;
}

#serv-sec-hm{
	background-color: #223134;
	padding:20px;
}

#footer-sec{
	background-color:#333;
	color:#fff;
}

.col{ /* text-align:center; */ font-size:15px; line-height: 1.8em; }
.col h2{
	line-height:1.5em;
	/* text-align:center; */
}

.social-footer{
	padding:15px 0px;
	/* text-align:center; */
}

.social-footer a{
	padding:0 15px;
	font-size:25px;
	color:#fff;
}

.sec ul{
	/* text-align:center; */
	list-style:none;
	padding:0;
}

.sec ul li a{ color:#fff; font-size:15px; line-height: 1.8em; }

#top{
	margin-top:-10px;
}

#top a{
	color:#fff;
	font-weight:bold;
	background-color:#333;
	font-size:15px;
	padding:5px;
}
#foot-hr{
	margin-bottom:0;
	border-color:#1db0bf;
}

#sub-footer p{
	color:#fff;
}

#sub-footer p a{
	color:#fff;
}

#prod-sec h4 {
	color: #c12325;
    font-size: 22px;
}
#prod-sec h4:after{ 
	content: '';
    display: block;
    width: 35px;
    height: 3px;
	margin: 5px 0;
    background: #6b6d69 !important;
}
#prod-sec h1 {
	position:relative;
}
#prod-sec h1:after {
    position: absolute;
    content: "";
    background-color: #6b6d69;
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 2px;
    transform: translateX(-50px);
}

.tbl {
	background-color:#E6E6E6;
	font-weight:bold;
	text-align:center;
}

.table tr td{
	text-align:center;
}

.paragraph ul li {
	margin:10px 0;
}
.hm-slider {
	border-bottom:1px solid #ccc;
}
/********************/
.product-banner {
	background:url(../images/acd-machine-products.jpg) center center no-repeat;
	height:auto;
	padding:50px 0;
}
.banner-head {
	text-align:center;
}
.banner-head h1 {
	padding-bottom:15px;
	margin:0px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.5px;
}
.banner-head h5 {
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#fff;
	font-weight:bold;
}
.banner-head h5 a {
	color:#7b1201;
	letter-spacing:0.5px;
	font-weight:bold;
}
.banner-head h5 a i {
	margin:0 10px;
}
.prod-gap {
	padding:50px 0;
}
h2 .block {
	margin: 0 auto 20px auto;
    overflow: hidden;
    display: block;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
}
h2.block span.sub-title {
	font-size:16px;
	color:#000;
}
h2.block .main-title1 {
    padding: 0 45px 0 0;
    position: relative;
    z-index: 1;
	font-size:30px;
	color:#7b1201;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	background-color: #fff;
}
h2.block:after {
    position: absolute;
    bottom: 26px;
    left: 40px;
    right: 0;
    width: auto;
    height: 1px;
    content: '';
    display: block;
    border-bottom: 4px solid #e2e2e2;
}
h2.block span.sub-title {
    padding: 0 0 5px 0;
    display: block;
    z-index: 2;
}
h1 .block {
	margin: 0 auto 20px auto;
    overflow: hidden;
    display: block;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
}
h1.block span.sub-title {
	font-size:16px;
	color:#000;
}
h1.block .main-title1 {
    padding: 0 45px 0 0;
    position: relative;
    z-index: 1;
	font-size:30px;
	color:#7b1201;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	background-color: #fff;
}
h1.block:after {
    position: absolute;
    bottom: 26px;
    left: 40px;
    right: 0;
    width: auto;
    height: 1px;
    content: '';
    display: block;
    border-bottom: 4px solid #e2e2e2;
}
h1.block span.sub-title {
    padding: 0 0 5px 0;
    display: block;
    z-index: 2;
}
#prod-page-sec h1{
	color:#ce0b14;
	margin:20px 0px;
	padding:20px 0px;
	position:relative;
}

#prod-page-sec h1:after{
	content:'';
	background-color:#ce0b14;
	width:30px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
}
#bottom-enq h1{
	color:#fff;
	font-weight: bold;
	margin:0;
	padding:8px;
	font-style: italic;
	text-align:center;
}
.project-post .hover-box h1 {
    color: #222222;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}
.project-post .hover-box h1 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
}
#prod-sec .container h1{
	color:#223134;
}
.man-wrapper h1{
	color:#fff;
}
.col h1{
	line-height:1.5em;
	/* text-align:center; */
}
.prod-head {
	margin-bottom:15px;
}
.prod-details p {
	font-size:15px;
	color:#000;
	padding-bottom:10px;
	line-height:22px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:0.25px;
	text-align:justify;
}
.prod-details p b {
	font-size:18px;
}
.prod-details {
	padding-bottom:25px;
}
.demo {
	margin-bottom:15px;
	border:1px solid #ccc;
}
.demo img {
	margin:0px auto;
	display:table;
}
.demo h4 {
	font-size:22px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
}
.demo-para p {
	padding:18px 15px;
	font-size:14px;
	color:#fff;
	text-align:center;
}
.prod-gap {
	padding-top:20px;
}
.inn-prod-list ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.inn-prod-list ul li {
	width:100%;
	border:2px solid #F5F5F5;
	margin-bottom:6px;
	padding:8px;
    background: linear-gradient(to left,#fff 50%,#e1e1e1 50%);
    background-size: 205% 100%;
    background-position: 98% bottom;
    transition: all .5s ease;
    cursor: pointer;
	display: inline-block;
}
.inn-prod-list ul li a {
	color:#000;
	text-decoration:none;
	padding:0 8px;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
.inn-prod-list ul li:hover {
	background: linear-gradient(to left,#fff 50%,#7b1201 50%);
    background-size: 205% 100%;
    background-position: 0% bottom;
    text-decoration: none;
    color: #fff;
    border: 2px solid #7b1201;
}
.inn-prod-list ul li:hover a {
	color:#fff;
}
.live {
	background:#7b1201 !important;
	display:block;
	border:2px solid #7b1201 !important;
}
.live a {
	color:#fff !important;
}
.inn-prod-list {
	padding-bottom:15px;
}
.cnc-prod h5 {
	font-size:20px;
	font-weight:bold;
	position:relative;
	padding-bottom:5px;
}
.cnc-prod h5:after {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:30px;
	height:2px;
	background:#000;
}
.cnc-prod p {
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	color:#545454;
}
.list-para p { font-size:18px; font-family:calibri, sans-serif; color:#333; }
.list-para1 h4 {
	font-size:24px;
	font-weight:bold;
	color:#7b1201;
}
.list-para1 p {
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	color:#545454;
	letter-spacing:0.5px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.list-para1 p i {
	padding-right:10px;
	font-weight:20px;
}
.prod-box {
	padding:15px 0;
}
.prod-box img {
	margin:0 auto;
	display:table;
	border:3px solid #ccc;
}
.border {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	height:6px;
	bottom:0;
	left:0;
	right:0;
	margin:15px 0;
}
.download {
	border:1px solid #ccc;
	padding:10px 15px;
	text-align:center;
	margin-bottom:20px;
}
.download a i {
	margin-right:10px;
	font-size:20px;
	color:#7b1201;
}
.download a {
	color:#7b1201;
	text-decoration:none;
	padding:0 8px;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
}
.download:hover {
	background:#7b1201; 
}
.download:hover a {
	color:#fff;
}
.download:hover a i {
	color:#fff;
}
.detail-gap {
	padding:15px 0;
}
.expert-logo img {
	margin:5px auto;
	display:table;
}
.prod-box h5 {
	font-size:17px;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
.table>thead>tr>th {
	padding:10px;
}
.table thead tr th {
	background:#7b1201;
	color:#fff;
	border:1px solid #ccc;
	font-family: 'Montserrat', sans-serif; 
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.5px;
}
.table tbody tr td {
	font-size:14px;
	color:#000;
	letter-spacing:0.5px;
	font-family: 'Montserrat', sans-serif; 
	text-align:left;
}
/****************/
.contact-gap {
	padding:60px 0;
}
.add h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #7b1201;
    font-weight: 600;
	padding-bottom:10px;
	letter-spacing:0.5px;
}
.add p {
    font-size: 15px;
    line-height: 24px;
	padding-left:30px;
	font-family: 'Montserrat', sans-serif;
}
.add i {
	float:left;
	font-size:22px;
	color:#7b1201;
}
.add {
	padding-bottom:10px;
}
.phone {
	padding-bottom:10px;
}
.phone i {
	float:left;
	font-size:22px;
	color:#7b1201;
}
.phone p {
    font-size: 15px;
    line-height: 15px;
	padding-left:30px;
	font-family: 'Montserrat', sans-serif;
}
.email {
	padding-bottom:10px;
}
.email i {
	float:left;
	font-size:20px;
	color:#7b1201;
}
.email p {
    font-size: 15px;
    line-height: 24px;
	padding-left:30px;
	font-family: 'Montserrat', sans-serif;
}
.contact-left input {
	padding:10px 20px;
	width:100%;
	color:#000;
	border:1px solid #333;
	font-size:16px;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
}
.form-control option {
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
}
.contact-left textarea {
	width:100%;
	color:#363b4c;
	border:1px solid #363b4c;
	font-size:16px;
	margin-bottom:20px;
	height:80px;
	padding:10px 20px;
	font-family: 'Montserrat', sans-serif;
}
.contact-left button {
	padding:10px 22px;
	background:#7b1201;
	color:#fff;
	font-size:16px;
	border:1px solid #7b1201;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.contact-left button:hover {
	padding:10px 22px;
	background:#000;
	color:#fff;
	font-size:16px;
	border:1px solid #363b4c;
}
.contact-head h4 {
	text-align:center;
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #363b4c;
	padding-bottom:5px;
	font-weight:bold;
}
.contact-head {
	padding-bottom:30px;
}
.cont-left {
	padding-bottom:20px;
}
.contact-head p {
	font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
	text-align:center;
}
/****************/
input[type=text], [type=email], [type=number], textarea, select { font-family:calibri;
	width:100%; 
	max-width:100%; 
	padding:10px; 
	margin:2px; 
	display: inline-block;
	border:1px solid #cccccc;
	border-radius:4px;  
	box-sizing:border-box; 
}
input[type=submit] { 
	width:100%; max-width:100%;
	background-color:#7b1201; 
	color:white; 
	padding:10px; 
	border:none; 
	border-radius:4px;
	cursor:pointer;
}
input[type=submit]:hover {
	background-color:maroon; 
	color:white; 
	max-width:100%;
}
button{
	width:100%; 
	max-width:100%;
	background-color:#7b1201; 
	color:white;
	padding:10px; 
	border:none;
	border-radius:4px;
	cursor:pointer;
}
.quickcontact { 
	right:0px; 
	bottom:0px; 
	max-width:100%;
	background-color: #f2f2f2;
}
.max { 
	border:#7b1201 thick solid;
	position:fixed;
	width:200px; 
	right:0px; 
	bottom:0px; 
	border-radius: 5px; 
	max-width:100%;  
	background-color: #f2f2f2;
	padding:5px; 
	margin:1px;
	z-index:1111;
}
.navbar-toggle {
	float:none;
	width:auto !important;
}

/*WHATSAPWEB*/
.floating_btn {
  position: fixed;
  bottom: 10px;
  left: 0px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
/*-- ----------------------- --*/

.blog-grid-main {
  padding: 60px 0 60px;
}
.blog-head h1 span {
  background-color: #990000;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.blog-head h1 {
  color: #990000;
  text-align: center;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #990000;
}
.blog-grid-info h3 {
  text-align: start;
  font-size: 23px;
  letter-spacing: 0.5px;
  margin: 0px 0 15px;
}
.blog-grid-info p {
  font-size: 15px;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 25px;
  text-align: start;
}
.blog-grid-info a {
  font-size: 14px;
  color: #fff;
  background: #990000;
  display: inline-block;
  margin-top: 10px;
  padding: 2px 20px;
  border-radius: 5px;
  border: 1px solid #ffa500;
}

.blog-grid-info a:hover {
  text-decoration: none;
  color: #ffa500;
}
.blog-grid-info {
  padding: 15px 0 15px;
}
.blog-grid {
  padding: 10px 10px 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.blog-inn-main {
  padding: 60px 0 60px;
}
.blog-inn-head h1 {
  font-family: calibri, sans-serif;
  font-weight: 700;
  line-height: 35px;
  color: #990000;
  font-size: 37px;
  text-align: start;

  margin-bottom: 20px;
}

.blog-inn-dtls p {
  font-size:18px; 
  font-family:calibri, sans-serif; 
  	color:#333; 
}
.blog-inn-dtls img {
  margin: 20px 0 20px;
  padding: 10px;
  box-shadow: rgb(255 205 0 / 23%) 0px 3px 12px;
}
.blog-inn-dtls {
  margin-bottom: 30px;
}
.recent-posts h4 {
  font-size: 21px;
  color: rgb(255, 255, 255);
  background: #990000;
  padding: 12px;
  border: 2px solid #0b0c07;
  margin: 0;
}
.recent-posts ul li {
  list-style: square;
  color: #990000;
  padding: 10px 0px;
  margin: 0 0 0 26px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
}
.recent-posts ul {
  padding-left: 0px;
}
.recent-posts {
  background: #f2f2f280;
}
.recent-post-col {
  position: sticky;
  top: 20px;
}

@media (max-width: 767px) {
  .blog-head h1 {
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .blog-inn-head h1 {
    font-size: 23px;
    line-height: 29px;
  }
}










/*-- ----------------------- --*/

/* Quick connect*/
		input[type=text], [type=email], [type=number], textarea, select{ font-family:calibri; width:100%; max-width:100%; padding:10px; margin:2px; display: inline-block; border:1px solid #cccccc; border-radius:4px;  box-sizing:border-box; }

		input[type=submit]{ width:100%; max-width:100%; background-color:maroon; color:white; padding:10px; border:none; border-radius:4px; cursor:pointer;}

		input[type=submit]:hover{background-color:#33b2d3; max-width:100%;}
		
		button{ width:100%; max-width:100%; background-color:maroon; color:white; padding:10px; border:none;border-radius:4px;  cursor:pointer;}

		.quickcontact{ right:0px; bottom:0px; max-width:100%; background-color:#f2f2f2;}
		
		.max{ border:#800000 thick solid; position:fixed; width:220px; right:0px; bottom:0px; border-radius:5px; max-width:100%;   background-color:#f2f2f2; padding:5px; margin:1px;}