/*
Google font
-------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Overpass');/*font-family: 'Overpass', sans-serif; only use number format/*

* {
	margin: 0px;
	padding: 0px;
}

/*
Initial css setting
-------------------------------------------*/

html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Slabo 27px', serif;
	/*background: url(../images/pattern-2.jpg) repeat;*/
}
h1,h2,h3,h4 {
  vertical-align:middle;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
header {
	height:80px;
	color:#000000;
}

header h1,header h2,header h3 a,header a,header a:hover {
  color:#101010;
  font-weight:800;
  text-decoration:none;
}

header h3 {
  font-family: 'Josefin Sans', sans-serif;
  background: #ffcc33;
  padding:10px;
  border-radius:3px;
  font-size:34px;
  padding:12px 10px 6px 10px;
}
h1 {
  font-size:50px;
}
p{
	line-height:25px;
}

body .well{
	background:#fff url(../images/bg/noise.png);
}
.img-center{
	text-align:center;
	padding:10px 0;
}
.btn-default{
	background-color:#FFD419;
	border-color:#FFD419;
	color:#333;
	font-weight:700;
}
.btn-default:hover,
.btn-default:focus{
	background-color:#ED131C;
	border-color:#ED131C;
	color:#fff;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}
a.btn-read{
	text-align:left;
	font-size:16px;
	color:#FFD419;
	font-weight:700;
	text-decoration:none;
}

.btn-read:hover{
	color:#ED131C;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}
.space{
	padding:20px 0;
}

/*For White bg*/
.heading-bg{
	background:url(../images/pattern/overlay11.png) repeat;
	max-width:350px;
}
.heading-bg h3 span{
	background:#fff;
	padding-right:12px;
}
/*For White bg*/
.heading-bg2{
	background:url(../images/pattern/overlay11.png) repeat;
	max-width:350px;
	margin:auto;
	margin-bottom:30px;
}
.heading-bg2 h3 span{
	background:#fff;
	padding-right:12px;
}

/*For black bg*/
.heading-bg3{
	background:url(../images/pattern/overlay12.png) repeat;
	max-width:240px;
	margin-bottom:20px;
}
.heading-bg3 h3 span{
	background:#333;
	padding-right:12px;
}

#breadcrumb-wrap{
	padding:30px 0;
	background-color:#F4F4F4;
}
article.breadcrumbs{
	float: left;
	padding: 0 10px;
	border: 1px solid #C1C1C1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	height: 25px;
	margin:0%;
}
article.breadcrumbs a{
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 25px;
	color:#333;
	text-decoration:none;
}
article.breadcrumbs a:hover{
	color:#ED131C;
	transition:all .300s ease 0s;
	-webkit-transition:all .300s ease 0s;
	-moz-transition:all .300s ease 0s;
	-o-transition:all .300s ease 0s;
}

.breadcrumb_divider{
	display: inline-block;
	width: 12px;
	height: 23px;
	background: url(../images/breadcrumb_divider.png) no-repeat;
	float: left;
	margin: 0 8px;
}

/*
Initial css setting end
-------------------------------------------*/


/*
Top header css setting
-------------------------------------------*/
#header{
	background: #333;
	background-position:center;
}
.sf{
	padding:0;
	background:transparent;
}
.search-form{
	background:url(../images/bg/bg10.png) no-repeat;
	background-size:100%;
	height:40px;
	padding:3px 15px;
	margin-top:40px;
	border:none;
}
.search-form  .input-group .form-control{
	width:80%;
	float:right;
	border:none;
	box-shadow:none;
	background:#FFE57F;
}
.search-form  .input-group .input-group-btn .btn-info{
	background-color:#F2C309;
	border-color:#F2C309;
	color:#fff;
}
.search-form  .input-group .input-group-btn .btn-info:hover,
.search-form  .input-group .input-group-btn .btn-info:focus{
	background-color:#ED131C;
	border-color:#ED131C;
	color:#fff;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;	
}
/*
Top header css setting end
-------------------------------------------*/


/*
Navbar CSS
-------------------------------------------*/
#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:20;
   -webkit-transition: all .6s ease-in-out;
}

/* #nav.affix .navbar-brand{} */
#nav.affix .navbar-brand .logo-wrap{
	margin-top:-11px;
}
#nav.affix .navbar-brand .logo-wrap img{
	width:95%;
	-webkit-transition-duration: 900ms;
	transition-duration: 900ms;
}
.navbar-brand{
	text-align:center;
}
/* .navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:active{	
} */
.navbar-brand .logo-wrap{
	margin-top:-13px;
	-webkit-transition-duration: 900ms;
	transition-duration: 900ms;
}

.navbar-brand .logo-wrap img{
	width:100%;
	max-width: 190px;
	padding:8px;
	-webkit-transition: all 1s ease-in-out;
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
}
/* .navbar{

} */
.navbar-default{
	background-color:#FFD419;
	border-radius: 0px;
	border:none;
	margin-bottom:0px;
}
.navbar-default .container{
	/*background:#FEFEFE;
    background: -webkit-linear-gradient(#FEFEFE,#F8F7F8, #EFEFEF);
    background: -o-linear-gradient(#FEFEFE,#F8F7F8, #EFEFEF);
    background: -moz-linear-gradient(#FEFEFE,#F8F7F8,#EFEFEF); 
    background: linear-gradient(#FEFEFE,#F8F7F8,#EFEFEF);*/
	border-radius:4px;
}
.navbar-default .navbar-nav >li >a{
	padding:30px 15px;
	text-transform:uppercase;
	color:#333;
	font-weight:700;
}
.navbar-default .navbar-nav >.active >a,
.navbar-default .navbar-nav >.active >a:hover,
.navbar-default .navbar-nav >.active >a:focus{
	background-color:#FFE57F;
	color:#ED131C;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	background-color:#FFE57F;
	color:#ED131C;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
	background-color:#FFE57F;
	color:#ED131C;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.navbar-default .navbar-nav .dropdown-menu {
	border-top:3px solid #BF9900;
	border-bottom:3px solid #BF9900;
	width:200px;
}

/* .navbar-default .navbar-nav .dropdown-menu:before{

} */

.navbar-default .navbar-nav .dropdown-menu > li > a {
	padding:10px 30px;
}

.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
.navbar-default .navbar-nav .dropdown-menu > li:focus > a,
.navbar-default .navbar-nav .dropdown-menu > li.active > a {
	background-color:#BF9900;
	color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

/* .navbar-default .navbar-nav .dropdown-menu > li:last-child > a {

}

.navbar-default .navbar-nav .dropdown-menu > li.divider {

} */


.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
/*
Navbar css setting end
-------------------------------------------*/


/*
Slider css setting
-------------------------------------------*/
.bs-slider{
    overflow: hidden;
    max-height: 480px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/*Animation effects. fade in*/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*Carousel control arrow*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 45px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #333;
    background: #fff;
    border: 0px transparent;
	-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*indicators*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: #222;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #ED131C;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: -10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:0px;
    top:0px;
    width:15px;
    height: 15px;
	line-height:14px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*caption*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    
}
.slide-text > h2 {
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 14px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #ED131C;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*slider responsive*/
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 0;
    }
    .slide-text h1 {
        font-size: 20px!important;
        line-height: 10px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/*
Slider css setting end
-------------------------------------------*/


/*
home vertical tags css
-------------------------------------------*/
#s-info{
	padding:60px 0;
}
.ver-tags{
	padding:20px 0;
}
.ver-tags .line1{
	border-right:1px solid #FEFEFE;
}
.ver-tags .line2{
	border-left: 1px solid #EFEFEF;
	border-right:1px solid #FEFEFE;
}
.ver-tags .line3{
	border-left: 1px solid #EFEFEF;
	border-right:1px solid #FEFEFE;
}
.ver-tags .line4{
	border-left: 1px solid #EFEFEF;
}
/* .ver-tags-inner{
	
} */
.ver-tags-inner .pull-left{
	width:22%;
}
.ver-tags-inner .pull-left img{
	padding:4px;
	border-radius:8px;
}
.ver-tags-inner .pull-left i{
	color:#ED131C;
}
.ver-tags-inner .pull-right{
	width:78%;
}
.ver-tags-inner .pull-right h3{
	margin:0;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}
.ver-tags-inner:hover .pull-left  i{
	color:#FFD419;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}
.ver-tags-inner:hover a{
	color:#ED131C;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}
/*
home vertical tags css end
-------------------------------------------*/


/*
home content area css
-------------------------------------------*/
/* #content-body{

}
.content-area{

} */
.welcome .heading-bg h3,
.cls-news .heading-bg h3{
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}
.cls-news-big,
.cls-news ul{
	overflow:hidden;
}
.cls-news-big ul li,
.cls-news ul li{
	padding:8px 0;
	border-bottom: 1px solid #F4F4F4;
	background:#F7F7F7;
	margin-bottom:4px;
}
.cls-news-big ul li:last-child,
.cls-news ul li:last-child{
	border-bottom:none;
}
.cls-news-big ul li a,
.cls-news ul li a{
	display:block;
	text-decoration:none;
	color:#333;
}
.cls-news-big ul li a i,
.cls-news-big ul li a p,
.cls-news ul li a i,
.cls-news ul li a p{
	display:inlin-block;
}
.cls-news-big ul li a:hover,
.cls-news ul li a:hover{
	color:#ED131C;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.cls-news-big .pull-left,
.cls-news .pull-left{
	width:15%;
	padding:4px;
}
.cls-news-big .pull-right,
.cls-news .pull-right{
	width:85%;
	padding-left:5px;
}
.cls-news-big .pull-right h4,
.cls-news .pull-right h4{
	margin:0;
	padding:0;
	color:#333;
	margin-bottom:5px;
}
.cls-news-big .pull-right span,
.cls-news .pull-right span{
	color:#A8A8A8;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

/* .cls-news-big .cls-news-img,
.cls-news .cls-news-img{
	
} */
.cls-news-big .cls-news-img img,
.cls-news .cls-news-img img{
	width:100%;
	border-radius:3px;
	box-shadow:0px 0px 4px 4px rgba(188,188,188,0.5);
}
.cls-news .lftmenuitemheading{
	margin:0px;
	margin-bottom:5px;
	padding:12px 5px;
	background:#F4F4F4; 
	font-size:18px; 
	font-weight: 700;
}
.hm-new-project .row,
.hm-new-product .row{
	padding:30px 0;
}
.hm-new-project h4,
.hm-new-product h4{
	color:#BABABA;
	text-transform:uppercase;
}
/* .hm-new-project h2,
.hm-new-product h2{
	
} */
.hm-new-project p,
.hm-new-product p{
	color:#919191;
}
.img-size{
	width:250px;
	height:200px;
}

/* widgets brand logo area css*/
#widget-brand-logo{
	padding:60px 0;
}
#widget-brand-logo .heading-bg2 h3{
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}
/* #widget-brand-logo .brand-logo{

} */
#widgets-line{
	background:#F4F4F4;
	padding:10px 0;
	border-bottom:4px solid #FFD419;
}
.wi-line-heading{
	color:#ED131C;
}
.wi-contact h1{
	color:#ED131C;
	font-size:35px;
	text-align:right;
}
.wi-contact h1 span{
	font-family: 'Overpass', sans-serif;
}
/*
home content area css end
-------------------------------------------*/


/*
Thumb CSS
-------------------------------------------*/
.hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hover img {
  display: block;
  position: relative;
}

.hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hover span.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 30px 0 0 0;
  border-radius: 0px;
  background-color: transparent;
}

.hover span.info:hover {
  box-shadow: 0 0 5px #fff;
}
.hover span.nullbutton {
  border: none;
  padding: 0px;
  margin: 0px;
}
.ehover5 h2, .ehover5 img {
  transition: all 0.4s ease-in-out;
}

.ehover5 img {
  transform: scale(1.1);
}

.ehover5:hover img {
  transform: scale(1);
}

.ehover5 .overlay {
  transition: all 0.4s ease-in-out;
}

.ehover5:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.ehover5 span.info {
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.4s ease-in-out;
	font-weight: normal;
	border: 1px solid rgba(33,33,33,0.9);
	height: 80%!important;
	width: 80%!important;
	left: 50%;
	line-height: 80%;
	margin: -38% 0 0 -40%;
	position: absolute;
	text-align: center;
	padding:10px;
	top: 50%;

}
.overlay-title{
	margin-top:0;
}
.ehover5 a i{
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;
	text-align:center;
	background:#FFD419;
	color:#333;
	bottom:0;
	margin-bottom:0;
	margin-top:40%;
	font-size:12px;
}
.ehover5 span i:hover{
	background:#ED131C;
	color:#fff;
	transition: all 0.4s ease-in-out;
}
.ehover5:hover span.info {
  opacity: 1;
  transform: scale(1);
 background-color: rgba(33,33,33,0.9);
}

.ehover5 span.info:hover {
  box-shadow: none;
}
/*
Thumb CSS end
-------------------------------------------*/

/*
Map marker css
-------------------------------------------*/
#map {
	width:100%;
	height: 550px;
	margin-top:30px;
	margin-bottom:15px;
}
/*
Map marker css end
-------------------------------------------*/

/*
Accordion menu css
-------------------------------------------*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
/*
Accordion menu css end
-------------------------------------------*/
/*
Box Gallery css setting(products, clients, etc..)
-------------------------------------------*/
#product-container-wrap{
	padding:60px 0;
	border-bottom:1px solid #F2F2F2;
}
.product-wrap{
	border:1px solid #F2F2F2;
	text-align:center;
	margin-bottom:5px;
	min-height:280px;

}
.client-wrap{
	border:1px solid #F2F2F2;
	text-align:center;
	margin-bottom:5px;
	min-height:340px;
}
/* .product-wrap .pro-img-wrap{

} */
.product-wrap .pro-img-wrap img{
    width: 100%;
    max-width:250px;
    max-height:250px;
}
.client-wrap .cli-img-wrap img{
	width:70%;
	height:160px;
	padding:8px;
}
.product-wrap .product-des-wrap,
.client-wrap .cli-des-wrap{
	padding:0 8px;
}
.client-wrap .cli-des-wrap h4{
	margin-bottom:0;
	padding:8px 15px;
	color:#8E8E8E;
	font-weight:700;
	font-size:15px;
	background: #F4F4F4;
	background: -webkit-linear-gradient(#F4F4F4, #EDEDED, #F4F4F4);
	background: -o-linear-gradient(#F4F4F4, #EDEDED, #F4F4F4);
	background: -moz-linear-gradient(#F4F4F4, #EDEDED, #F4F4F4);
	background: linear-gradient(#F4F4F4, y#EDEDED,#F4F4F4);
}
/* .client-wrap .cli-des-wrap .cli-pro{
	
} */
.hr-line-wrap{
	height:3px;
	background-color:#EAEAEA;
	margin-bottom:8px;
}
.hr-line-wrap .hr{
	background-color:#ED131C;
	width:80px;
	height:3px;
	margin:auto;
	border-radius:8px;
}
.product-wrap:hover,
.client-wrap:hover{
	box-shadow:0px 0px 20px 2px #EAEAEA;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}
.product-wrap:hover .hr,
.client-wrap:hover .hr{
	background-color:#FFD419;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}

.product-wrap:hover p a{
	color:#ED131C;	
}
.client-wrap:hover a.btn-default{
	color:#fff;
	background:#ED131C;
	border-color:#ED131C;
}
.client-wrap:hover .cli-des-wrap h4{
	color:#333;
}
.product-wrap:hover p a,
.client-wrap:hover a,
.client-wrap:hover .cli-des-wrap h4{
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;	
}

.cli-des{
	border-left:1px solid #E8E8E8;
}
/* .cli-des .cli-des-inner{
	
} */
.cli-des .cli-des-inner h3{
	padding-bottom:8px;
	border-bottom:1px solid #E8E8E8;
}
.cli-des .cli-des-inner h3 i{
	padding-right:8px;
}
.cli-des .cli-des-inner ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
.cli-des .cli-des-inner ul li{
	padding:8px 0;
}
/* .cli-des .cli-des-inner .cli-des-about{
	
} */
.cli-des .cli-des-inner .cli-des-about span{
	border-bottom:1px solid #E8E8E8;
}
.cli-des .cli-des-inner .cli-des-about span i{
	padding-right:8px;
}
.cli-social{
	text-align:left;
}

/* .cli-social .social-icon{
	
} */
.cli-social .social-icon ul{
	overflow:hidden;
}
.cli-social .social-icon ul li{
	display:inline-block;
}
.cli-social .social-icon ul li a{
	display:inlin-block;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.cli-social .social-icon ul li a i{
	width:35px;
	height:35px;
	line-height:33px;
	border:1px solid #FFD419;
	text-align:center;
	background-color:#FFD419;
	color:#333;
	border-radius:3px;
}
.cli-social .social-icon ul li a i:hover{
	background-color:#ED131C;
	border-color:#ED131C;
	color:#fff;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}

/* Left menu css setting */
.left-menu-wrap{
	border:1px solid #F2F2F2;
}
.accordion {
	width: 100%;
	margin: 0px;padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.accordion .link {
	cursor: pointer;
	display: block;
	padding: 12px 15px 15px 42px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #F2F2F2;
	position: relative;
	margin: 0px;
}
.accordion .link:last-child{
	border-bottom:0px;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #333;
}

.accordion li i.fa-angle-right {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #333;
}

.accordion li.open i {
	color: #333;
}

.accordion li.open i.fa-angle-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion li a{
	color:#333;
}
.accordion li a:hover{
	color:#ED131C;
	transition:all .300s ease 0s;
	-webkit-transition:all .300s ease 0s;
	-moz-transition:all .300s ease 0s;
	-o-transition:all .300s ease 0s;
}
.accordion li.active a{
	color:#ED131C;
	transition:all .300s ease 0s;
	-webkit-transition:all .300s ease 0s;
	-moz-transition:all .300s ease 0s;
	-o-transition:all .300s ease 0s;
}
.submenu{
	display: none;
	font-size: 14px;
}

.submenu li {
	border-bottom: 1px solid #F2F2F2;
}
/* .submenu li:last-child{

} */
.submenu a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 12px;
  padding-left: 42px;
}

.submenu a:hover {
  color:#ED131C;
}
/* Left menu setting end */


.breadcrumb2-wrap{
	border:1px solid #F2F2F2;
	margin-bottom:5px;
	background:#F4F4F4;
}
.breadcrumb2-wrap ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
.breadcrumb2-wrap ul li{
	display:inline-block;
	float:left;
	padding:8px;
}
.breadcrumb2-wrap ul li a{
	display:inline-block;
	text-decoration:none;
	font-weight:700;
	font-size:18px;
	color:#333;
}
.breadcrumb2-wrap ul li a:hover{
	color:#ED131C;
	transition:all .300s ease 0s;
	-webkit-transition:all .300s ease 0s;
	-moz-transition:all .300s ease 0s;
	-o-transition:all .300s ease 0s;
}
/*Item slider css*/
.portfolio-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	text-align: center;
	background-color: rgba(0,0,0,0.9);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
	-webkit-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay { opacity: 1; }

/*.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFD419;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #333;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
}*/

.portfolio-overlay a {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #FFD419;
	width: 40px !important;
	height: 40px !important;
	margin: -28px 0 0 -44px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #333;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
	-webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}

/* .portfolio-overlay a.left-icon {  } */

.portfolio-overlay a.right-icon {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -44px;
}

.portfolio-overlay a.center-icon {
	display: block;
	margin: -20px 0 0 -20px;
	opacity: 0;
}

.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon { opacity: 1; }

.portfolio-overlay a:hover {
	color: #fff;
	background-color: #ED131C;
}

.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon { margin-top: -18px; }

.portfolio-overlay a i.icon-line-play {
	position: relative;
	left: 2px;
}


.portfolio-overlay .portfolio-desc {
	position: relative;
	padding: 0 !important;
	margin: 0;
	text-align: center;
}

.portfolio-overlay .portfolio-desc a {
	display: inline;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	font-size: inherit;
	width: auto !important;
	height: auto !important;
	line-height: 1;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.portfolio-overlay .portfolio-desc h3 {
	font-weight: 600;
	color: #F5F5F5 !important;
	line-height: 1;
}

.portfolio-overlay .portfolio-desc h3 a { color: #F5F5F5 !important; }

.portfolio-overlay .portfolio-desc span {
	margin-top: 7px;
	color: #DDD !important;
}

.portfolio-overlay .portfolio-desc span a {
	color: #DDD !important;
	font-size: inherit;
}

.portfolio-overlay .portfolio-desc ~ a {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 20px 0 0 !important;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
	-webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	-o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
	transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}

.portfolio-overlay .portfolio-desc ~ a.right-icon {
	left: 0;
	right: 0;
	margin-left: 5px !important;
	margin-right: 0 !important;
}

.portfolio-overlay .portfolio-desc a:hover { background: transparent; }

body.device-touch.device-xs .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay { display: none !important; }

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;   
}

.nbs-flexisel-inner {
   overflow:hidden;
    float:left;
    width:100%;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    white-space: nowrap;
    display:inline-block;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:250px;
    max-height:250px;
    white-space: nowrap;
	display:inline-block;
	/* display:inline; */
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 0px;
	height:36px;
    background: url(../images/right-arrow2.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -6px;
    background: url(../images/left-arrow2.png) no-repeat;
	height:36px;
}
/*Item slider css*/
/*
Products gallery setting css end
-------------------------------------------*/


/*
Single product css setting
-------------------------------------------*/
#s-products{
	padding:60px 0;
	border-bottom:1px solid #F2F2F2;
}
/*
Single product css setting
-------------------------------------------*/

/*
Contact page css
-------------------------------------------*/
#contact-container-wrap{
	padding:60px 0;
	border-bottom:1px solid #F2F2F2;
}
#contact-container-wrap .heading-bg2 h3,
#contact-container-wrap .heading-bg h3{
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}
.form-contact .form-control{
	min-height:46px;
	border-radius:3px;
}
.form-contact .form-control:focus{
	border-color:#FFD419;
	box-shadow:none;
}

.l-sideMenu{
	border:1px solid #F2F2F2;
	padding:8px 15px;
}
.l-sideMenu h3{
	margin:0;
	padding:0;
	border-bottom:1px solid #F2F2F2;
}
.l-sideMenu h3 i{
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	border:1px solid #ED131C;
	font-size:12px;
	margin-bottom:6px;
	background:#ED131C;
	color:#fff;
}
/* .l-sideMenu ul{
	
} */
.l-sideMenu ul li{
	padding:8px 0;
	border-bottom:1px solid #F2F2F2;
}
.l-sideMenu ul li:last-child{
	border-bottom:none;
}
.l-sideMenu ul li a{
	text-decoration:none;
	color:#333;
	font-size:16px;
	display:block;
}
.l-sideMenu ul li a:hover,
.l-sideMenu ul li a i:hover{
	color:#ED131C;
	transition:all .300s ease 0s;
	-webkit-transition:all .300s ease 0s;
	-moz-transition:all .300s ease 0s;
	-o-transition:all .300s ease 0s;
}
.l-sideMenu ul li.active a,
.l-sideMenu ul li.active .fa-angle-right{
	color:#ED131C;
}
.l-sideMenu .fa-angle-right{
	float:right;
	margin-top:1%;
	font-size:18px;
}
.office-details{
	min-height:290px;
	border:1px solid #E8E8E8;
	margin-bottom:5px;
}
.office-details .pull-left{
	width:50%;
	min-height:290px;
	padding:20% 15px;
}
.office-details .pull-right{
	width:50%;
	min-height:290px;
	padding:15px;
}
.office-details .des-1{
	background-color:#FFD419;
	color:#000;
	text-align:center;
	font-family: 'Overpass', sans-serif;
}
.office-details:hover .des-1{
	background-color:#ED131C;
	color:#fff;
	transition:all .300s ease 0s;
	-webkit-transition:all .300s ease 0s;
	-moz-transition:all .300s ease 0s;
	-o-transition:all .300s ease 0s;
}
.office-details .des-1 h4{
	font-weight:700;
	text-transform:uppercase;
}
/* .office-details .des-2{
	
} */
.office-details .des-2 ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
/* .office-details .des-2 ul li{

} */
.office-details .des-2 ul li i{
	padding-right:8px;
}
.office-details .des-2 ul li p{
	color:#666666;
}
/*
Contact page css end
-------------------------------------------*/

@media (max-width: 768px) {
	header {
		height: 95px;
	}
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #ffcc33;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 

/*
Footer css
-------------------------------------------*/

#footer {
	background-color:#333;
	padding-top:20px;
}
.widgets-con p{
	background:#333 url(../images/widgets-logo.png) no-repeat;
	background-position:center;
}
.widgets{
	color:#fff;
}
.widgets .link{
	padding:15px;
}
.widgets .link ul{
	overflow:hidden;
}
.widgets .link ul li{
	padding: 4px 0;
}
.widgets .link ul li a{
	color:#fff;
}
.widgets .link ul li a:hover{
	color:#ED131C;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}

.social{
	text-align:center;
}

/* .social .social-icon{
	
} */
.social .social-icon ul{
	overflow:hidden;
}
.social .social-icon ul li{
	display:inline-block;
}
.social .social-icon ul li a{
	display:inlin-block;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.social .social-icon ul li a i{
	width:35px;
	height:35px;
	line-height:33px;
	border:1px solid #FFD419;
	text-align:center;
	background-color:#FFD419;
	color:#333;
	border-radius:3px;
}
.social .social-icon ul li a i:hover{
	background-color:#ED131C;
	border-color:#ED131C;
	color:#fff;
	transition: all 0.300s ease 0s;
	-moz-transition: all 0.300s ease 0s;
	-webkit-transition: all 0.300s ease 0s;
	-o-transition: all 0.300s ease 0s;
}
.copy-right{
	height:50px;
	border-top:1px solid #4F4F4F;
	padding:15px;
}

.copy-right p{
	vertical-align:middle;
}
/*
Footer css end
-------------------------------------------*/
