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

body{
	background:#f0f0f0;font-family: 'Strait', sans-serif;
	}
	
.header{
	padding:1em 0 0.3em;
	}
	
.header .logo{
	height:100px;
	border-bottom:1px solid #eee;
	}
	
.header .logo img{
	padding:0.5em 0 0;
	}

.social-icons{
	padding:1.8em 1em 0;
	}
	
.social-icons ul li{
		display:inline-block;
	}
.social-icons ul li a.facebook{
	background:url(../images/img-sp.png) no-repeat -10px -12px;
	display:block;
	width:30px;
	height:30px;
}
.social-icons ul li a.facebook:hover{
	background:url(../images/img-sp.png) no-repeat -62px -12px;
	display:block;
}
.social-icons ul li a.p{
	background:url(../images/img-sp.png) no-repeat -10px -52px;
	display:block;
	width:30px;
	height:30px;
}
.social-icons ul li a.p:hover{
	background:url(../images/img-sp.png) no-repeat -61px -52px;
	display:block;
}
.social-icons ul li a.g{
	background:url(../images/img-sp.png) no-repeat -10px -90px;
	display:block;
	width:30px;
	height:30px;
}
.social-icons ul li a.g:hover{
	background:url(../images/img-sp.png) no-repeat -61px -90px;
	display:block;
}
.social-icons ul li a.twitter{
	background:url(../images/img-sp.png) no-repeat -10px -128px;
	display:block;
	width:30px;
	height:30px;
}
.social-icons ul li a.twitter:hover{
	background:url(../images/img-sp.png) no-repeat -61px -128px;
	display:block;
}

.menu{
	height:42px;
	border-bottom:1px solid #eee;
	}

.menu ul{
	list-style:none;
	}

.menu ul li{
	position:relative;
	display:block;
	float:left;
	border-right:1px solid #D9D9D9;
	}
.menu ul li:last-child{
	border-right:none;
	}

.menu ul li a{
	display:block;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
	color:#000;
	text-decoration:none;	
	padding:8px 45px;
	font-family: 'PT Sans Narrow', sans-serif;
	}
	
.menu ul li:hover{
	background: #000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #B0B0B0 0%, #5D5D5D 40%, #000 75%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #B0B0B0 0%, #5D5D5D 40%, #000 75%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #B0B0B0 0%, #5D5D5D 40%, #000 75%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #B0B0B0 0%, #5D5D5D 40%, #000 75%); /* Standard syntax */
	}
.menu ul li:hover a{
	color:#fff;
}
/*.menu ul li a:last-child {
	border-right:none;
	}*/
	
.menu ul ul{
	position:absolute;
	visibility:hidden;
	}
	
.menu ul li:hover ul{
	visibility:visible;
	}
	
.menu ul li ul{
	left:0;
	margin:0;
	padding:0;
	z-index:3;
	}
.menu ul li ul li{
	display:block;
	padding:0;
	border-right:none;
	border-bottom:1px solid #aaa;
	background:#000;
	}	
.menu ul li:hover ul li a{
	padding:0;
	color:#fff;	
	padding:10px 10px;
	width:250px;font-family: 'PT Sans Narrow', sans-serif;
	}
	
.menu ul li:hover ul li a:hover{
	background:#666;
	}	
	
	
.slider {
    border-bottom: 1px solid #d9d9d9;
}
	
/*--slider--*/
.banner-slider {
   box-shadow: 0 0 0.6em #ccc;
  -webkit-box-shadow: 0 0 0.6em #ccc;
  -o-box-shadow: 0 0 0.6em #ccc;
  -moz-box-shadow: 0 0 0.6em #ccc;
  -ms-box-shadow: 0 0 0.6em #ccc;
  /*margin: 1em 0;*/
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);


  top: 82%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width:52px;
  height: 52px;
  background: transparent url("../images/arrows.png") no-repeat left top;
  margin-top: 4%;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
 list-style: none;
  position: absolute;
  bottom: -15%;
  z-index: 999;
  left: 46%;
  padding: 0;
  margin: 0;
  display: block;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 15px;
  width: 15px;
  display: inline-block;
   background:#524B46;
  border: 2px solid #524B46;
  border-radius:50%;
  -webkit-border-radius:50%;
  -o-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
}
.callbacks_here a:after{
  background:#B73C3D;
  border:2px solid #B73C3D;
}
.banner-info {
    position: absolute;
    top:28%;
    background-color: rgba(146, 43, 44, 0.68);
    padding:1em 2em;
    z-index: 999;
    right: 0
}
.banner-info h3 {
    font-size:2em;
    font-weight: 400;
    color: #fff;
}
/*ul#slider4 h4 {
    position: absolute;
    bottom: 4%;
    left: 16px;
    z-index: 999;
    font-size: 1.4em;
    color: #fff;
    width: 38%;
    line-height: 1.7em;
    border-left: 8px solid #B73C3D;
    padding-left: 15px;
}*/
ul#slider4 .banner-text-bg{
	}

ul#slider4 h4 {
	position: absolute;
    bottom: 8%;
    left: 16px;
    z-index: 999;
    font-size: 1.4em;
    color: #fff;
    width: 100%;
    line-height: 1.4em;
    border-left: 8px solid #B73C3D;
    padding-left: 15px;
	background:rgba(0,0,0,0.7);
}

ul#slider4 p {
	position: absolute;
    bottom: 0.3%;
    left: 16px;
    z-index: 999;
    font-size: 0.9em;
    color: #fff;
    width: 100%;
    line-height: 2.4em;
    padding-left: 25px;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}

.banner-info p {
    color: #fff;
    font-size: 0.9em;
    margin-top: 0.5em;
}
.top-menu {
    float: right;
    padding: 1.2em 0 0 0;
}
.top-menu ul{
	padding:0;
}
.top-menu ul li{
	display:inline-block;
	list-style:none;
	margin-right: 1em;
}
.top-menu ul li a{
   display: inline-block;
  color:#524B46;
  text-decoration: none;
  font-size: 1em;
  padding:0;
  font-weight:bold;
      font-family: 'Raleway-Regular';
}
.top-menu ul li a.active,.top-menu ul li a:hover{
	color:#b73c3d;
     transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.home {
    padding: 0 0 0.5em;
}

.home-client{}

.home-client h3{
	padding: 0 0 5px;
	border-bottom:1px solid #ddd;
	font-family: 'PT Sans Narrow', sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;

	}
	
.home-client .dash{
	font-size:18px;
	color:#ce2022;
	margin-top:-1.1em;
	padding-right:10px;
	float:right;
	}
	
/* Tabs container */
.r-tabs {
	position: relative;

	/*background-color: #00c5ad;

	border-top: 1px solid #00c5ad;
	border-right: 1px solid #00c5ad;
	border-left: 1px solid #00c5ad;
	border-bottom: 4px solid #00c5ad;
	border-radius: 4px;*/

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	/*background-color: #00c5ad;*/
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00c5ad;
	text-shadow: none;

	background-color: white;

	/*border-top-right-radius: 4px;
	border-top-left-radius: 4px;*/
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #00c5ad;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	box-shadow: 0px 3px 0px 0px #00ab94;
	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
}


.r-tabs-about {
    width: 60px;
    height: 150px;
    background: #000;
    text-align: center;
    overflow: hidden;
}
.r-tabs-about span{
    width: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 0 14px;
    float: left;
    word-wrap: break-word;
    line-height: 1;
}

.r-tabs-about i {
    font-size: 26px;
    display: block;
    text-align: center;
    padding: 0px 0px 5px;
    color: #898989 !important;
    position: relative;
}

/*r-tabs-tab r-tabs-state-active {
    width: 150px;
    height: 150px;
    background: #ce2424 !important;
    text-align: center;
}*/

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-about {
	color: #fff;
	text-shadow: none;
	background-color: #000 !important;
	border-radius:none !important;
}

/*.r-tabs-about span i{
	position:relative;
	font-size:10px;
	display:none;
	}
	
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-about span i{
	font-size: 24px;
    display: block;
    position: absolute;
    top: 6.4em;
    left: 2.4em;
    color: #ce2424 !important;
	}*/



.r-tabs-red {
    width: 149px;
    height: 150px;
    background: #ce2424;
    text-align: center;
    overflow: hidden;
}

.r-tabs-red i {
    font-size: 90px;
    display: block;

    /* text-align: center; */
    padding: 0 10px 15px;
    color: #EE4646 !important;
}

/*r-tabs-tab r-tabs-state-active {
    width: 150px;
    height: 150px;
    background: #ce2424 !important;
    text-align: center;
}*/

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-red {
	color: #fff;
	text-shadow: none;
	background-color: #ce2424 !important;
	border-radius:none !important;
}

.r-tabs-red span i{
	position:relative;
	font-size:10px;
	display:none;
	}
	
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-red span i{
	font-size: 24px;
    display: block;
    position: absolute;
    top: 6em;
    left: 2em;
    color: #ce2424 !important;
	}


.r-tabs-blue {
    width: 149px;
    height: 150px;
    background: #026DBB;
    text-align: center;
    overflow: hidden;
}

.r-tabs-blue i {
    font-size: 90px;
    display: block;
    /* text-align: center; */
    padding: 0 10px 15px;
    color: #6FBFFE !important;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-blue {
	color: #fff;
	text-shadow: none;
	background-color: #026DBB !important;
	border-radius:none !important;
	border-top-left-radius:none;
}

.r-tabs-blue span i{
	position:relative;
	font-size:10px;
	display:none;
	}
	
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-blue span i{
	font-size: 24px;
    display: block;
    position: absolute;
    top: 6em;
    left: 2em;
    color: #026DBB !important;
	}
	
	
.r-tabs-green {
    width: 149px;
    height: 150px;
    background: #4CAF50;
    text-align: center;
    overflow: hidden;
}

.r-tabs-green i {
    font-size: 90px;
    display: block;
    /* text-align: center; */
    padding: 0 10px 15px;
    color: #b8f8bb !important;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-green {
	color: #fff;
	text-shadow: none;
	background-color: #4CAF50 !important;
	border-radius:none !important;
	border-top-left-radius:none;
}

.r-tabs-green span i{
	position:relative;
	font-size:10px;
	display:none;
	}
	
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-green span i{
	font-size: 24px;
    display: block;
    position: absolute;
    top: 6em;
    left: 2em;
    color: #4CAF50 !important;
	}
	

.r-tabs-yellow {
    width: 149px;
    height: 150px;
    background: #ff9800;
    text-align: center;
    overflow: hidden;
}

.r-tabs-yellow i {
    font-size: 90px;
    display: block;
    /* text-align: center; */
    padding: 0 10px 15px;
    color: #ffeb3b !important;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-yellow {
	color: #fff;
	text-shadow: none;
	background-color: #ff9800 !important;
	border-radius:none !important;
	border-top-left-radius:none;
}

.r-tabs-yellow span i{
	position:relative;
	font-size:10px;
	display:none;
	}
	
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-yellow span i{
	font-size: 24px;
    display: block;
    position: absolute;
    top: 6em;
    left: 2em;
    color: #ff9800 !important;
	}

.r-tabs-black {
    width: 149px;
    height: 150px;
    background:#7B4A91;
    text-align: center;
    overflow: hidden;
}

.r-tabs-black i {
    font-size: 90px;
    display: block;
    /* text-align: center; */
    padding: 0 10px 15px;
    color: #ca89e7 !important;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-black  {
	color: #fff;
	text-shadow: none;
	background-color: #7B4A91 !important;
	border-radius:none !important;
	border-top-left-radius:none;
}

.r-tabs-black span i{
	position:relative;
	font-size:10px;
	display:none;
	}
	
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-black span i{
	font-size: 24px;
    display: block;
    position: absolute;
    top: 6em;
    left: 2em;
    color: #7B4A91 !important;
	}
	
.r-tabs-red-content h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;font-family: 'PT Sans Narrow', sans-serif;
}

.r-tabs-red-content .dash {
    font-size: 18px;
    color: #ce2022;
    margin-top: -1.4em;
    padding-right: 10px;
    float: right;
}

.r-tabs-blue-content h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;font-family: 'PT Sans Narrow', sans-serif;
}

.r-tabs-blue-content .dash {
    font-size: 18px;
    color: #026DBB;
    margin-top: -1.4em;
    padding-right: 10px;
    float: right;
}

.r-tabs-green-content h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;font-family: 'PT Sans Narrow', sans-serif;
}

.r-tabs-green-content .dash {
    font-size: 18px;
    color: #4CAF50;
    margin-top: -1.4em;
    padding-right: 10px;
    float: right;
}

.r-tabs-yellow-content h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;font-family: 'PT Sans Narrow', sans-serif;
}

.r-tabs-yellow-content .dash {
    font-size: 18px;
    color: #ff9800;
    margin-top: -1.4em;
    padding-right: 10px;
    float: right;
}

.r-tabs-black-content h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;font-family: 'PT Sans Narrow', sans-serif;
}

.r-tabs-black-content .dash {
    font-size: 18px;
    color:#7B4A91;
    margin-top: -1.4em;
    padding-right: 10px;
    float: right;
}

.home-certify h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.home-certify .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}

.video-gallery{
	position:relative;
	}
	
.video-gallery h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.video-gallery .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}
.popup-with-zoom-anim img{
	margin:0 auto;
	}

.popup-with-zoom-anim i {
    position: absolute;
    top: 1.8em;
    left: 4em;
    color: #d74c32;
    font-size: 30px;
	z-index:2;
    /* background: rgba(0,0,0,0.6); */
}
/*.video-gallery a{background: rgba(0,0,0,0.6);
z-index:2}*/
.home-certify{
	margin:0 !important;
	padding:0 !important;
	}

.home-story{
	margin-bottom: 1em;
    background: #161413;
	height:170px;
	/*padding-bottom:1em;*/
	}

.home-story img{
	height:150px;
	margin:0 auto
	}
	
.home-story h3 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
    /*margin: 0;
    margin-bottom: 10px;*/
}

.home-story .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.4em;
    padding-right: 10px;
    float: right;
}

.footer{
	height:40px;
	border-top:1px solid #eee;}
	
.footer p{
	padding:10px 0 0;}
	

/*about*/
	
.about-content h3 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
	margin-left:10px;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.about-content .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}

.about-menu{
	position:relative;
	padding:0;
	margin:0;
	}
	
.about-menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
.about-menu ul li{
	display:inline-block;
	}
	
.about-menu ul li:last-child a{
	color:#C00;
	}
	
.co-profile{
	padding:1em 0;
	}
	
.co-profile h3 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.co-profile .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}
	
.about-content p{
	text-align:justify;
	padding-bottom:1em;
	}
	
.co-message{
	padding:0 0 1em 0;
	}
	
.co-message h3 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}


.co-message .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}
.co-message h4{
	font-size: 1.2em;
    font-weight: 600;
    margin: 5px 0 0 0;
	text-align:center;
    font-family: 'PT Sans Narrow', sans-serif;
}

.co-md-text-center p{
	text-align:center;
	}
	
.vertical-nav{
	padding:1em 0;
	}
	
.img-gal{
	position:relative;
	}
	
.tab_img {
    padding:0.2em 0em;
    display: inline-block;
}


.process-data h4 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.process-data{
	padding:0 0 1em 0;
	}
	
.process-data h3 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}


.process-data .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}

.process-img{
	padding:1em;
	}
	
.process-data .process-img img{
	position:relative;
	margin:0 auto;
	}
	
.process-data .process-red{
	color: #b41e27;
    font-weight: 600;
	}

.process-data .process-orange{
	color:#f39000;
    font-weight: 600;
	}	

.process-data .process-sky{
	color:#01b8e0;
    font-weight: 600;
	}
	
.process-data .process-sky{
	color:#01b8e0;
    font-weight: 600;
	}
	
.process-data .process-green{
	color:#6bb74b;
    font-weight: 600;
	}
	
.process-data .process-light-green{
	color:#bed01c;
    font-weight: 600;
	}
	
.vertical-nav h3{
	padding-top:1px;
	}
	
.abt-vertical h3{
	padding-top:15px;
	}
	


.services-data{
	padding:0 0 1em 0;
	}

.services-data h4 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.services-data h5 {
    padding: 15px 0 5px 0;
    margin: 0;
	font-size:20px;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}
	
.services-data h3 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.services-data .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
}

.design-img {
    clear: both;
    padding: 2em 0 3em;
}

.wood-img {
    clear: both;
    padding:1em 0;
}

.metal-img {
    clear: both;
    padding:1em 0;
}

.inter-img {
    clear: both;
    padding:1em 0;
}

.client-data{
	padding:0 0 1em 0;
	}

.client-data h4 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.client-data h5 {
    padding: 15px 0 5px 0;
    margin: 0;
	font-size:20px;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}
	
.client-data h3 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}


.client-data .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}

.client-img{
	clear:both;
	padding:1em 0;
	}
	
	
.spaced-30{
	clear:both;
	padding-bottom:3em;
	}
	
.service-spaced-30{
	clear:both;
	padding-bottom:3em;
	}
		
.service-spaced-40{
	clear:both;
	padding-bottom:5em;
	}
	
.service-spaced-50{
	clear:both;
	padding-bottom:5em;
	}
	
.portfolio-data{
	padding:0 0 1em 0;
	}

.portfolio-data h4 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.portfolio-data h5 {
    padding: 15px 0 5px 0;
    margin: 0;
	font-size:20px;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}
	
.portfolio-data h3 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}


.portfolio-data .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}

.portfolio-img{
	clear:both;
	padding:1em 0;
	}
	
.contact-data{
	padding:0 0 1em 0;
	}

.contact-data h4 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.contact-data h5 {
    padding: 15px 0 5px 0;
    margin: 0;
	font-size:20px;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}
	
.contact-data h3 {
    padding: 15px 0 5px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
}


.contact-data .dash {
    font-size: 18px;
    color:#ce2022;
    margin-top: -1.15em;
    padding-right: 10px;
    float: right;
	
}

.contact-col{
	clear:both;
	padding:1em 0;
	}
	
/*.contact-data table td{
	}*/
	
.contact-data .title{
	width:80px;
	text-align:left;
	vertical-align:text-top;
	font-size:18px;
    font-family: 'PT Sans Narrow', sans-serif;
	font-weight:600;
	padding:10px 0;
	}
	
.contact-data .colon{
	width:30px;
	text-align:left;
	vertical-align:text-top;
	font-size:18px;
    font-family: 'PT Sans Narrow', sans-serif;
	font-weight:600;
	padding:10px 0;
	}
	
.contact-data .particular{
	width:auto;
	text-align:left;
	vertical-align:text-top;
	font-size:16px;
	padding:10px 0;
	}
	
.map {
    padding: 1em 0;
}

.map iframe {
    width: 100%;
    min-height: 250px;
    border: none;
}


.contact-form input[type="text"],.contact-form textarea{
	outline:none;
	float: left;
    width: 48.05%;
    outline: none;
    border:1px solid #E3E2E2;
    padding: 12px 10px;
    font-size: 14px;
    background: none;
    margin-right: 1.45em;
    color: #AEAEAE;
	}
.contact-form textarea{
	width:100%;
	resize:none;
	min-height: 250px;
	}
.contact-form input[type="submit"]{
	width: 35%;
	background: none;
	color: rgb(215, 32, 34);
	font-size: 16px;
	padding: 10px 0;
	outline: none;
	border: 1px solid rgb(215, 32, 34);
	margin-top: 2em;
	}
.contact-form input[type="submit"]:hover{
	color:#fff;
	background: #070707;
	border: 1px solid #070707;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-ms-transition:.5s all;
	-o-transition:.5s all;
	}
.contact-form::-webkit-input-placeholder {
		color: #000 !important;
	}
.contact-form{
		margin:3em 0 0;
	}
.contact-form input[type="text"]:nth-child(3),.contact-form input[type="text"]:nth-child(4){
	margin:1.5em 0;
	}
.contact-form input[type="text"]:nth-child(3){
	margin-right: 1.45em;
	}
.contact-form input[type="text"]:nth-child(2){
	margin-right: 0;
	}
	
@media (max-width: 1024px){
	
.menu ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    text-decoration: none;
    padding: 8px 30px !important;
    font-family: 'PT Sans Narrow', sans-serif;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 10px 2px;
}
.r-tabs-about {
    width: 40px;
    height: 150px;
}

.r-tabs-red, .r-tabs-blue, .r-tabs-green, .r-tabs-black, .r-tabs-yellow {
    width: 123px;
    height: 150px;
}

.contact-form input[type="text"]:nth-child(2) {
    margin-right: 0;
    margin: 1.5em 0 0;
}
.contact-form input[type="text"], .contact-form textarea {
    outline: none;
    clear: both;
    float: left;
    width: 100%;
    outline: none;
    border: 1px solid #E3E2E2;
    padding: 12px 10px;
    font-size: 14px;
    background: none;
    margin-right: 1.45em;
    color: #AEAEAE;
}

.contact-data .title {
    width: 80px;
    text-align: left;
    vertical-align: text-top;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 600;
    padding: 10px 0;
}

 .contact-data .colon {
    width: 20px;
    text-align: left;
    vertical-align: text-top;
    font-size: 14px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 600;
    padding: 10px 0;
}

.contact-data .particular {
    width: auto;
    text-align: left;
    vertical-align: text-top;
    font-size: 13px;
    padding: 10px 0;
}

	}
	
.menu ul{
	display:block;
}

@media (max-width: 768px){	

.social-icons {
    padding: 0;
    position: absolute;
    top: 15px;
    right: 13px;
}

.menu {
    height: 2px;
    border-bottom: 1px solid #eee;
}

span.mobile-nav:before {
	    content: url(../images/nav-icon.png);
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 30px;
    top: 60px;
}
.header {
	padding: 10px 0px;
}
ul.navig li.plan:hover ul.sub-nav{
	display:none;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
ul.navig, ul.subnavig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 1.15em;
    padding: 10px 5px;
    text-align: left;
    text-align: center;
}
span.mobile-nav {
	margin: 0px 0px 0 0;
}

ul.navig {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    z-index: 999;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0%;
    margin-top: 0%;
    /* text-align: center; */
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #040404;
}

ul.subnavig {
    width: 100%;
}
.menu ul li:hover{
	background:none;
	}
.menu ul li:hover ul li a {
    padding: 0;
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
}

/*--navigation-end--*/
.home-client {
    padding: 1em 0;
    clear: both;
}
.home-client-grp img {
    text-align: center;
    padding: 0 14em;
}

.r-tabs {
    position: relative;
    clear: both;
    padding: 0 0 1em 0;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #dd1e23;
    color: #ffffff;
    text-shadow: none;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.home-story {
    margin-bottom: 1em;
    background: #161413;
    height: auto;
    padding: 1em 0;
}

.home-story img {
    height:auto;
    margin: 0 auto;
    zoom: 1.7;
    clear: both;
}

.vertical-nav {
    padding: 1em 0;
    display: none;
}

/*.co-message img {
    padding: 0 0 0 14em;
}*/

.img-top {
    padding: 0 0 1em;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1em;
    padding-left: 0px;
}

}

@media (max-width: 560px){
.home-client-grp img {
    text-align: center;
    padding: 0 14em;
    zoom: 0.8;
}/*.co-message img {
    padding: 0 0 0 7em;
}*/
}

@media (max-width: 480px){
.home-client-grp img {
    text-align: center;
    padding:0;
    zoom:1;
}
.co-message h4 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 5px 0 0 0;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
}
/*.co-message img {
    padding: 0 0 0 4em;
}*/
.header .logo img {
    padding: 1em 0 0;
    width: 85%;
}

iframe{
	width:260px;
	height:140px;
	}

#small-dialog6 {
    position: relative;
    min-height: 160px !important;
}
.mfp-close {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    font-size: 16px !important;
}

.client-img img {
    clear: both;
    padding: 1em 0 0;
}

.client-img, .portfolio-img {
    clear: both;
    padding:0;
}

}
