@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: 'myfont';
  src: url('../fonts/Montserrat-Regular_0.eot');
  src: url('../fonts/Montserrat-Regular_0.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular_0.woff2') format('woff2'), url('../fonts/Montserrat-Regular_0.woff') format('woff'), url('../fonts/Montserrat-Regular_0.otf') format('opentype'), url('../fonts/Montserrat-Regular_0.svg#Montserrat-Regular_0') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrushScriptMT';
  src: url('../fonts/BrushScriptMT.eot');
  src: url('../fonts/BrushScriptMT.eot') format('embedded-truetype'), url('../fonts/BrushScriptMT.woff2') format('woff2'), url('../fonts/BrushScriptMT.woff') format('woff'), url('../fonts/BrushScriptMT.ttf') format('truetype'), url('../fonts/BrushScriptMT.svg#BrushScriptMT') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	margin:0;
	padding:0;	
}

.clearfix{
	clear:both;
}

.no-space {
	padding:0;
	margin:0;
}

.display-0{display:none;}

body {
	background:url(../images/bg-back.jpg) 0 0 no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	width:100%;
	height:100%;
	 font-family: 'myfont';
}

/***********************custom style******************/


header.header-box {
  background: rgba(0, 0, 0, 0.7);
  height:130px;
}

.logo-box {
  margin-top: 20px;
}

.nav-box ul {
  list-style: none;
}

.nav-box ul li {
  display: inline-block;
}

.nav-box ul li a {
  color: white;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 36px 19px;  
  font-family: 'myfont';
}

.nav-box ul li a:hover {
	background:#fec006;
	text-decoration:none;
	color:black;
}

.nav-box ul li span {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.banner-box {
  margin-bottom: 30px;
  margin-top: 30px;
}

.service-box > img {
  min-height: 212px;
}

.service-box {
  height: 212px;
  overflow: hidden;
  margin-bottom:50px;  
}

.hover-content {
  background: rgba(0, 0, 0, 0.7);
  bottom: -11.3em;
  left:1em;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  position: absolute;
  width:100%;
  height:100%;
  transition:all ease-in 0.7s;
  -moz-transition:all ease-in 0.7s;
  -webkit-transition:all ease-in 0.7s;
  -o-transition:all ease-in 0.7s;
  font-family: 'myfont';
}

.service-box:hover .hover-content{
	 transition:all ease-in 0.7s;
	  -moz-transition:all ease-in 0.7s;
	  -webkit-transition:all ease-in 0.7s;
	  -o-transition:all ease-in 0.7s;
	  bottom: 0;
	  position:absolute;
}


.hover-content p {
  color:white;
 }

.hover-content h3 {
  font-size: 18px;
  text-transform:uppercase;
}

.hover-content h3 span {
	color:#fec006;
	padding-right:10px;	
}

.hm-lt {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #fec006;
  color: white;
  margin-left: 40px;
  margin-right: 30px;
  min-height: 368px !important;
  padding: 15px !important;
  font-family: 'myfont';
}

.hm-lt h3 {
  color: #fec006;
  padding-bottom: 15px;
  font-family:'BrushScriptMT';
}

.hm-lt h3 span {
  padding-right: 10px;
  color:white;
}

.about-img > img {
  border: 1px solid #fec006;
  width: 100%;
}

.hm-rt {
	padding:15px;
	 background: rgba(0, 0, 0, 0.7);
	 border:solid 1px #fec006;
	 color:white;
}

.hm-lt h3 {
  color: #fec006;
  padding-bottom: 15px;
}

.hm-rt h3 span {
  padding-right: 10px;
  color:white;
}

.about-img > p {
  font-size: 13px;
}

.hm-rt > ul {
  list-style: none;  
}

.hm-rt > ul li {
	background:url(../images/right.png)	0 7px no-repeat;
	padding-left: 30px;
	line-height:27px;
}

.client-group {
	padding:15px;
	 background: rgba(0, 0, 0, 0.7);
	 border:solid 1px #fec006;
	 color:white;
	 margin-top:40px;
	 margin-bottom:40px;
}

.client-group h3 {
	color:#fec006;	
	font-family:'BrushScriptMT';
}

.client-group h3 span {
  padding-right: 10px;
  color:white;
}

.client-group ul {
  list-style: none;
}

.client-group li {
  display: inline-block;
  margin-right:30px;
}

.cms_title h3 {
	font-family:'BrushScriptMT';	
}

.cms_title h3 span {
	padding-right:10px;
}

.ft-nav {
  text-align: center;
}

.ft-nav ul {
	list-style:none;
	padding-bottom:30px;
}

.ft-nav ul li {
  color: #fff;
  display: inline-block;
  padding-right: 35px;
}

.ft-nav ul li a{
	color:white;
	text-decoration:none;	
}

.ft-nav ol li {
	display:inline-block;
	margin-right:15px;
}

.footnote {
	background:#101010;
	padding:10px 0;
	color:#bfbfbf;
	text-align:center;
	font-size:13px;
}

.footnote a { 
	color:#fec006;
}

.ft-nav ul li span {
  padding-right: 7px;
}

.ft-nav ol {
  padding-bottom: 20px;
}

.res-nav {
	display:none;
}

.inner-banenr {
	height:420px;
	overflow:hidden;
}

.inner-banenr > img {
  width: 100%;
}

.custom-panel {
    background: none !important;
    border: 0 !important;
}

.custom-panel .panel-heading {
	 background: none !important;
    border: 0 !important;	
}

.custom-panel .panel-heading li a {
	color:white;
}

.custom-panel .panel-heading li.active a {
	border-radius:0;
}

.custom-panel .panel-heading li a:hover {
	color:#555;	
	border-radius:0;
}

.gallery-_img {
	margin-bottom:20px;	
}

.red{
    color:red;
}

.form-area {
	padding: 10px 40px 60px;
	margin: 0 0px 60px;
}

.btnall {
	background:#fec006 !important;	
	color:#000;
}

.btnall:hover {
	background:#fec006 !important;	
}

.ex_bg_add {
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    border: solid 1px #fec006;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}




@media screen and (max-width: 1199px){
	
.nav-box ul li a { 
  font-size: 15px;
  letter-spacing: 0;
  padding: 36px 15px;
}

.hover-content h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.hover-content p {
  color: white;
  font-size: 13px;
}

.hover-content { 
  bottom: -11.6em;  
  font-size: 14px; 
  padding: 0 10px;  
}

.hm-lt h3 {
  font-size: 18px;
}

.hm-rt h3 {
  font-size: 18px;
}

.client-group h3 {
  font-size: 19px;
}

}

@media screen and (max-width: 991px){

.nav-box ul li a {
  font-size: 15px;
  padding: 15px 7px;
}

.hover-content {
  bottom: -10.6em;
}

.hover-content h3 {
  font-size: 13px;
}
	
.hm-lt {
  margin-left: 0;
  margin-right: 0;
}

.hm-lt h3 {
  margin-bottom: 30px;
}

.about-img {
  margin-bottom: 20px;
}

.hm-lt {
  margin-bottom: 20px;
}

.nav-box {
  margin-top: 20px;
}
	
}

@media screen and (max-width: 768px){

header.header-box { 
  height: auto;
}

.logo-box { 
  text-align: center;
}

.nav-box ul li a { 
  padding: 15px;
}

.service-box { 
  text-align: center;
}

.hover-content h3 {
  font-size: 18px;
}

.hover-content p {
  font-size: 15px;
}

.ft-nav ul li {
  display: block;
  padding-bottom: 10px;
  padding-right: 0;
}

.client-group {
  margin-bottom: 20px;
  margin-top: 20px; 
}

.ft-nav ul {
  padding-bottom: 0;
}

.nav-box {
  text-align: center;
}
	
	
}

@media screen and (max-width: 589px){
.nav-box {
  display: none;
}

.res-nav {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: block;
  font-size: 15px;
  margin-top: 20px;
  padding: 10px;
  position:relative;
  cursor:pointer;
}

.res-nav span {
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 9px;
}

.hover-content {
  bottom: -11.6em;
}

.footnote {  
  font-size: 12px;
}

.nav-box {
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid white;
  margin-top: 0;
  text-align: left;
}

.nav-box ul li {
  display: block;
}

.nav-box ul li span {
  display: inline-block;
  font-size: 22px;
  text-align: left;
  padding-right:15px;
}

.nav-box ul li a {
  padding: 10px 15px;
}

.inner-banenr {
  height: 150px;
}

.nav-tabs > li {
  float: none !important; 
}


}



