/*
Multi Communication Systems
Webmaster: Sheikh Sadia Yousaf (Topper Developer)

*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{ 
   font-family: 'Lato', sans-serif;
   font-size: 100%;
   padding:0;
   margin:0;
}
.front-slide{ background:white; margin-top:50px; margin-bottom:50px; padding-top:2em; padding-bottom:2em; background:#F9F9F9; box-shadow:0px 5px 5px 0px #0000; border:3px solid #ddd;}
body{ background:url(../images/r&d_bg.png) fixed; opecity:-0.9;}
.log h1 { height:80px; width:90px;padding:5px;background:#003366; font-weight:bold;font-family:Geneva, Arial, Helvetica, sans-serif; font-style:italic; color:white; margin-top:.4em;}
.b{ padding:3px; border:1px solid #ccc;}
.s{border:1px solid #ccc; padding:10px;}
.r{ border-right:1px solid orange;}
.r2{ border:1px solid orange; box-shadow:5px 5px 5px #ccc;}

.ss{ border-left:1px solid orange;
border-bottom:1px solid orange;}
.lg{ 
color:white; border:0px solid black;}
.lg2{
color:white; border:0px solid black;}
/*
tab content
*/
.img-box-content, .gal-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box-content img, .gal-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box-content {
  position: relative;
}
.gal-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gal-text-box .info-gal-con {
  display: block;
  position: relative;
  padding: 2%;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}


.gal-spin-effect {
  display: block;
  overflow: hidden;
  position: relative;

}
.gal-spin-effect .gal-text-box {
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(2, 2);
  -moz-transform: translateZ(0) scale(2, 2);
  -ms-transform: translateZ(0) scale(2, 2);
  -o-transform: translateZ(0) scale(2, 2);
  transform: translateZ(0) scale(2, 2);
  color: #e6e6e6;
}
.gal-spin-effect .gal-text-box * {
  z-index: 3;
}
.gal-spin-effect .gal-text-box:after, .gal-spin-effect .gal-text-box:before {
  content: "";
  display: block !important;
  position: absolute;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.gal-spin-effect.vertical .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.gal-spin-effect.vertical .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.gal-spin-effect.vertical:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.vertical:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.gal-spin-effect.vertical:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.horizontal:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.info-gal-con h4 {
    font-size: 28px;
    margin-bottom: 30px;
}
.info-gal-con p {
    font-size: 14px;
    line-height: 2.2em;
}


.social-icons2 { margin:0;
}
.social-icons2 li{
	float:right;
	margin-right:10px;
	display:inline-block;
}
.social-icons2 li a {
	height: 46px;
	width: 46px;
	display: block;
	background:url(images/soc_icons.png);
}
/*
end tab content
*/

.br3{ border:1px solid #069; padding:3px;}
.mr{ margin:30px 30px;}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.w3_navigation {
    border-top: none;
    position: relative;
}
.navbar-nav {
    float: none;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    float: none !important;
    margin-right: 0;
}


.navbar-nav > li > a {
    margin: 0;
    padding: .8em 1em;
    line-height: 1em;
    text-transform: none;
}
.w3_navigation_pos {
    position: absolute;
    top: 7%;
    z-index: 999;
}
.w3_navigation_pos h1 a{
	font-size: 1.1em;
    color: #212121;
    text-decoration: none;
    display: block;
}
.w3_navigation_pos h1 a span:before,.w3_navigation_pos h1 a span:after{
	content: '';
    position: absolute;
    top: 11%;
    width: 40px;
    height: 42px;
}
.w3_navigation_pos h1 a i{
	display: block;
    font-size: .25em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    letter-spacing: 8px;
    color: #65b126;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #069;
}
.menu__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Miranda */
.menu--miranda .menu__item {
	position: relative;
	margin: 1.5em 1.4em;
}
.menu--miranda .menu__item:last-child{
	margin-right:0;
}
.menu--miranda .menu__link {
	position: relative;
	display: block;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--miranda .menu__link:hover,
.menu--miranda .menu__link:focus {
	color: #929292;
}

.menu--miranda .menu__item--current .menu__link {
	color: #26d797;
}

.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after,
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
	content: '';
	position: absolute;
	background: #fd6239;
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
.dropdown-menu {
  position: absolute;
  display: none;
  float: right;
  list-style: none;
}


/* left and right line */
.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after {
	top: 0;
	width: 1px;
	height: 100%;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}

/* left line */
.menu--miranda .menu__item::before {
	left: 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

/* right line */
.menu--miranda .menu__item::after {
	right: 0;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

/* top and bottom line */
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

/* top line */
.menu--miranda .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

/* bottom line */
.menu--miranda .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

/* Delays (first reverse, then current) */

/* These rules can be simplified, but let's keep it for better readability */

/* bottom line */
.menu--miranda .menu__item .menu__link::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.menu--miranda .menu__item--current .menu__link::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* left line */
.menu--miranda .menu__item::before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.menu--miranda .menu__item--current::before {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/* top line */
.menu--miranda .menu__item .menu__link::before {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.menu--miranda .menu__item--current .menu__link::before {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

/* right line */
.menu--miranda .menu__item--current::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.menu--miranda .menu__item--current::before,
.menu--miranda .menu__item--current::after,
.menu--miranda .menu__item--current .menu__link::before,
.menu--miranda .menu__item--current .menu__link::after,.menu__item:hover::before,.menu__item:hover::after,
.menu--miranda .menu__link:hover::before,
.menu--miranda .menu__link:hover::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.txt{ color:white; text-align:center; padding-top:4%; color:#ff6200; text-shadow:1px 1px 1px #333; font-style:italic;}
.header_top {
}
.logo{
	width:28%;
	float:left;
	padding:10px;
	border:0px solid black;
}
.logo img { width:100%;}

h3.nav_right{
	display:none;
}
i.menu-border{
	background: #6e9bca;
	width: 25px;
	height: 7px;
	display: block;
	position: absolute;
	top: 78px;
}
.mcsfont{  color:white; padding-left:1%; padding-top:1%;}
 a hover{ color:black;}

.menu{
	float: right;
	background: none;
	width: 70%;
	
}
.menu1 {
margin-top:5%;
border:0px solid black;
	width: 100%;
	float: left;
}
.menu1 li a{
	text-transform: none;
	color: #ff9f00 !important;
	margin-left: 28px;
	font-size: 0.99em;
	padding: 0 !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   color: white!important;
   text-decoration:none;
   background:#ff9f00;
   text-align:center;
}

.navbar-default .navbar-nav > li > a {
	margin-left: 28px;
	text-align:center;
	color:#ff9f00;

}
.navbar-default .navbar-nav > li > a:active{
   color:#000 !important;
   text-decoration:none;
   background:#ff9f00;
   text-align:center;

}


.hdr{ background:#ff9f00; height:auto; padding:4px;}
.hdr2{height:auto; padding:0;
margin:0;}
.mbaar{ background:#F4F4F4 ; height:30px; padding:4px;}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right:0px !important;
	margin-left:0px !important;
}
.container-fluid {
	padding-right:0px !important;
	padding-left:0px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.menu .active a:before {
	content: url(../images/home-icon.png) no-repeat 50%;
	vertical-align: sub;
	padding:0;
}
.navbar-nav > li > a {
	line-height: 25px !important;
}
.navbar {
	margin-bottom:0px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >.navbar-default .navbar-nav > .active > a:focus {
	color:#000;
	background-color:orange;
	text-align:center;
}
.navbar-collapse {
	padding-right:0px !important;
	padding-left:0px !important;
}
/**** Slider *****/
.header_bottom{
	background:#FFFFFF;
	min-height:350px;
}
.index-banner{
	width:100%;
	margin:0 auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	border-bottom:5px solid #ddd;

}
.artbnr1{
display:block;
width:100%;
	margin:0 auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
 background:url(images/banner1.jpg);}
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 40px;
	height: 50px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png) no-repeat;
	top: 35%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position:-23px -31px;
	left: 0px;
}
.wmuSliderNext {
	background-position:-63px -31px;
	right: 0px;
}
.slider-left h1{
	color: #FFF;
	text-align:left;
	font-size:3em;
	font-style:italic;
	font-weight: 400;
	margin-bottom:10px;
}
.pro{ width:100%;border:1px solid orange;}
.slider-left1 h1{
	color: #FFF;
	text-align:left;
	font-size:3em;
	font-style:italic;
	font-weight: 400;
	margin-bottom:10px;
}

.slider-left h2{
	color: #FFF;
	text-align:left;
	font-size:1.9em;
	font-style:italic;
	line-height:1.5;
	font-weight: 400;
	padding:0; margin:0;}

span.m_2{
	color:#000;
	font-size:44px;
}
.slider-left{
	float: left;
	width: 29.8%;
		height:280px;
	margin:7% 0 0 12%;
	background: rgba(0, 0, 0, 0.35);
	text-align:left;
	margin-bottom:5%;
}

.slider-left1{
	float: left;
	width: 29.8%;
	margin:5% 0 0 10%;
	background: rgba(0, 0, 0, 0.35);
	text-align:left;
	margin-bottom:5%;
}

.slider-left2{
	float: left;
	width: 29.5%;
	height:280px;
	margin:7% 0 0 12%;
	text-align:left;
	margin-bottom:5%;
}

.slider_wrap{
	padding:2em 3em;
}
.slider_wrap li{
list-style:none;
line-height:1.3; text-shadow:1px 1px 1px #000; text-align:left; color:white;}
.slider_wrap li a{
background:#ff6200; color:white; padding:10px;
}

.slider-left p{
	color: #fff;
	font-size: 0.95em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: 400;
}
ul.banner_login {
	list-style: none;
	font-size:1.2em;
	padding:10px 15px;
	background: #ff6200;
	text-align:center;
	color: #fff;
}
ul.banner_login li {
	display: inline-block;
	
}
ul.banner_login li a{
	color:#fff;
	text-transform:uppercase;
}
ul.social {
	padding: 0;
	list-style: none;
	float: right;
	margin:36% 10% 0 0;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li a i {
	width: 88px;
	height: 36px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
	margin-bottom:15px;
}
ul.social li a i:hover, ul.footer_social li a i:hover{
	opacity:0.8;
}
ul.social li a i.google{
	background-position:-122px -20px;
}
ul.social li a i.tw{
	background-position:-123px -62px;
}
ul.social li a i.fb{
	background-position:-124px -105px;
}
.benefit_icons {
	margin: -3em 0 5em;
}
.benefit_icons1 {
	margin: -3em 0 5em;
}
.ma{ background:#069; color:white; font-size:16px;
padding:8px; border-radius:6px;}
i.icon01{
border:2px solid orange;
padding:3px;
border-radius:6px;
	display: inline-block;
}
i.icon02{
	width: 150px;
	height: 150px;
	background: url(../images/img-sprite.png)no-repeat -178px -165px;
	display: inline-block;
}
i.icon03{
	width: 150px;
	height: 150px;
	background: url(../images/img-sprite.png)no-repeat -342px -165px;
	display: inline-block;
}

i.icon1{
	width: 150px;
	height: 150px;
	background: url(../images/img-sprite.png)no-repeat -13px -165px;
	display: inline-block;
}
i.icon2{
	width: 150px;
	height: 150px;
	background: url(../images/img-sprite.png)no-repeat -178px -165px;
	display: inline-block;
}
i.icon3{
	width: 150px;
	height: 150px;
	background: url(../images/img-sprite.png)no-repeat -342px -165px;
	display: inline-block;
}
i.icon4{
	width: 150px;
	height: 150px;
	background: url(../images/img-sprite.png)no-repeat -505px -165px;
	display: inline-block;
}
.grid_1 h3{
	color:#ff9f00;
	font-size:1.5em;
	text-transform:uppercase;
	margin-top:1em;
}
.grid_1 p{
	color:#000;
	font-size:0.95em;
	line-height:1.8em;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	width:100%;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	width:350px !important;
	margin-right:10px;
}
.course_demo{
	background:#ff9f00;
}
.nbs-flexisel-item img {
	  width: 100%;
	  cursor: pointer;
	  position: relative;
	  max-width:350px;
	  max-height:390px;
	  display:inline;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
 	 width: 48px;
	height: 57px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
  	left: 20px;
	background: url(../images/img-sprite.png) no-repeat -245px -20px;
}
.nbs-flexisel-nav-right {
	right: 20px;
	background: url(../images/img-sprite.png) no-repeat -295px -20px;
}
.content_desc{
	position:absolute;
	background:rgba(0, 0, 0, 0.35);
	bottom:0px;
	padding:1em;
}
.content_desc:hover{
	background:rgba(255, 159, 0, 0.54);
}
.content_desc p{
	color:#fff;
	font-size:1em;
	line-height:1.3em;
	font-style:italic;
}
.col_1_of_2:first-child {
	margin-left: 0;
}
.span_1_of_2 {
	width: 48.2%;
	position:relative;
}
.col_1_of_2 {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.grid_2{
	padding:10em 0;
	position:relative;
}
.story_desc{
	position: absolute;
	bottom: 30px;
	background: #ff6200;
	padding: 5px 20px;
	border-bottom: 3px solid #ff9f00;
	text-align: left;
	width:100%;
}
.story_desc h3{
	color:#fff;
	font-size:1.2em;
	margin-bottom: 0;
	font-weight: 400;
}
.story_desc p{
	color: #fff;
	font-size: 0.8125em;
	text-transform: uppercase;
	font-weight: 400;
}
.span_1_of_2:hover .story_desc{
	background:#f05c00;
}
.span_1_of_2 h4{
	color:#ff6200;
	font-size:1.5em;
	text-transform:uppercase;
	font-style:italic;
}
p.p1{
	color:#000;
	font-size:0.85em;
	line-height:1.8em;
}
.box_1{
	margin-bottom:3em;
}
.grid_2 h2{
	color: #ff6200;
	font-size: 3em;
	font-style: italic;
	font-weight: 400;
	margin-bottom:40px;
}
/*--about--*/
.about{
	background:#ff9f00;
	padding:3em 0;
	text-align:center;
	position:relative;
}
.grid_3{
	position:relative;
}
.about h2{
	color:#fff;
	font-size:2em;
	text-transform:uppercase;
	margin-bottom:2em;
}
i.about_icon1{
 	width: 150px;
	height: 130px;
	background: url(../images/img-sprite.png)no-repeat -32px -322px;
	display: inline-block;
}
i.about_icon2{
 	width: 150px;
	height: 130px;
	background: url(../images/img-sprite.png)no-repeat -191px -342px;
	display: inline-block;
}
i.about_icon3{
 	width: 150px;
	height: 130px;
	background: url(../images/img-sprite.png)no-repeat -329px -342px;
	display: inline-block;
}
i.about_icon4{
 	width: 160px;
	height: 130px;
	background: url(../images/img-sprite.png)no-repeat -474px -342px;
	display: inline-block;
}
.about_desc {
	position: absolute;
	bottom:37px;
	left: 68px;
}
.about_desc h3{
	font-size:3em;
	color:#fff;
}
.about_desc p{
	font-size: 1.5em;
	color: #fff;
	line-height: 0.5em;
}
.metro{
	position: relative;	
	cursor: pointer;
	font-weight:600;
	background:#ec6e2d;
	color:#898989;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.metro.open{
	z-index: 2;
}
.metro:hover,
.metro.focus{
	color:#666;
}
/* OLD SELECT (HIDDEN) */
.metro .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.metro select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.metro.touch select{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.metro .selected {
    color:#fff;
}
.metro .selected:hover{
	color:#FFE0DC;
}
.metro .selected,
.metro li{
	display: block;
	font-size:0.8125em;
	padding:15px 0px 15px 15px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight:500;
	text-transform:uppercase;
}
.metro .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 18px;
	background: url(../images/img-sprite.png) no-repeat -360px -20px;
}
/* DROP DOWN WRAPPER */
.metro div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top:1px;
	background:#ec6e2d;
	overflow: hidden;
	opacity: 0;
	color: #FFF;
}
/* Height is adjusted by JS on open */
.metro.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.metro.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
.metro.scrollable.bottom div::after{
	opacity: 0;
}
/* DROP DOWN LIST */
.metro ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding:0;
	list-style: none;
	overflow: hidden;
}
.metro.scrollable.open ul{
	overflow-y: auto;
}
/* DROP DOWN LIST ITEMS */
.metro li{
	list-style: none;
	padding: 6px 10px;
	font-size:0.85em;
	font-weight: 400;
	text-transform: lowercase;
}
.metro li:last-child {
    border-bottom: 0;
}
/* .focus class is also added on hover */
.metro li:hover{
	background-color:#DD3E27;
}
.metro li.focus{
	background:#DD3E27;
	position: relative;
	z-index: 3;
	color:#FFF;
}
.metro li.active{
    background-color:#ff9f00;
	color: #fff;
}
.sp{ margin:5%  5%;}
.footer{
background:#ff9f00;}
ul.footer_social{
	padding:0;
	list-style:none;
	margin-top: 1em;
}
ul.footer_social li{
	display:inline-block;
}
ul.footer_social li:first-child {
	margin-left: 0;
}
ul.footer_social li a i {
	width: 88px;
	height: 36px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.footer_social li a i.fb1 {
	background-position:-124px -105px;
}
ul.footer_social li a i.tw1 {
	background-position:-123px -62px;
}
ul.footer_social li a i.g1 {
	background-position:-122px -20px;
}
.footer_right{
	text-align:right;
}
span.email{
	font-size:1.5em;
}
span.email a{
	color:#ff9f00;
}
.footer_right p{
	color: #999;
	font-size: 1.2em;
	line-height: 1.5em;
}
.copy{
	margin-top:2em;
}
.copy p {
	color: #000;
	font-size:1em;
}
.copy p a {
	color:#ec6e2d;
}
.copy p a:hover{
	text-decoration:none;
	color:#000;
}
/*--login--*/
.login_bg{
	background:url(../images/banner3.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
}
.login_box{
	padding: 5em 0;
	border-bottom: rgb(226, 226, 226);
	min-height: 600px;
}
.login_left h3 {
	font-size: 1.2em;
	color:#ff6200;
	text-transform: uppercase;
	text-shadow: 0 1px 0 white;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 10px;
}
.login_left p {
	font-size: 0.8725em;
	line-height: 1.5em;
	color: #555555;
	margin: 4% 0;
}
.btn2 form input[type="button"], .registration_form input[type="submit"] {
	cursor: pointer;
	background:#ff6200;
	border:none;
	padding: 10px 20px;
	outline: none;
	color: #ffffff;
	font-size: 1em;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn2 form input[type="button"]:hover, .registration_form input[type="submit"]:hover{
	background:#242424;
}
.reg_fb {
	margin: 3% 0;
	display: block;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb img {
	background: #354F88;
	padding: 10px;
	float: left;
}
.registration_form input[type="text"], .registration_form input[type="email"], .registration_form input[type="tel"], .registration_form input[type="password"] {
	padding: 8px;
	display: block;
	width: 100%;
	outline: none;
	font-size: 0.8925em;
	color: #333333;
	-webkit-appearance: none;
	text-transform: capitalize;
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	font-weight: normal;
	margin-bottom: 1em;
}
.forget {
	margin-top:1em;
}
.forget a {
	text-transform: capitalize;
	color: #999999;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover {
	text-decoration: none;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
	font-size: 1.2em;
	color: #ff6200;
	padding-bottom:10px;
	margin: 0;
}
.register-top-grid div, .register-bottom-grid div {
	width: 48%;
	float: left;
	margin: 10px 0;
}
.register-top-grid span, .register-bottom-grid span {
	color:#555;
	font-size: 0.8125em;
	padding-bottom: 0.2em;
	display: block;
	text-transform: uppercase;
}
.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
	border: 1px solid rgb(231, 231, 231);
	outline-color:#FF5B36;
	width: 96%;
	font-size: 1em;
	padding: 0.5em;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	float: left;
	position: relative;
	font-size: 0.85em;
	color:#555;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.news-letter {
	color: #555;
	font-weight:600;
	font-size: 0.85em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #D2CF99;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	color:#00BFF0;
}
.register-but{
	margin-top:1em;
}
.register-but form input[type="submit"] {
	cursor: pointer;
	background: #ff6200;
	border: none;
	padding: 10px 20px;
	outline: none;
	color: #ffffff;
	font-size: 1em;
	text-transform: capitalize;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.register-but input[type="submit"]:hover {
	background:#242424;
}
div.register-bottom-grid {
	margin-top:3em;
}
/*--contact--*/
.contact-right h2, .contact-left h2 {
	font-size: 1.2em;
	color: #ff6200;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.company_address p {
	color: #555;
	font-size: 0.85em;
	padding: 2px 0;
}
.contact-form input[type="text"] {
	display: block;
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	outline: none;
	margin: 1.5em 0;
	font-size: 0.85em;
	color: #555;
}
.contact-form textarea {
	display: block;
	width: 100%;
	padding: 15px;
	border: 1px solid #ddd;
	outline: none;
	margin: 1.5em 0;
	font-size: 0.85em;
	color: #555;
	height: 200px;
	resize: none;
}
.contact-form input[type="submit"] {
	background:#ff6200;
	padding: 10px;
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border: none;
	cursor: pointer;
	outline: none;
	width: 100%;
}
.contact-form input[type="submit"]:hover {
	background: #181b27;
}
.map {
	margin-top: 2em;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/up-arrow.png) no-repeat 9px 14px #ff9f00;
}
/*--responsive design--*/
@media (max-width:1366px){
.slider-left h1 {
	font-size: 2.7em;
}
.benefit_icons {
	margin: -5em 0 5em;
}
.nbs-flexisel-nav-left {
	left: -96px;
}
.nbs-flexisel-nav-right {
	right:-96px;
}
}
@media (max-width:1280px){
.nbs-flexisel-nav-left {
	left:0px;
}
.nbs-flexisel-nav-right {
	right:0px;
}	
.slider-left h1 {
	font-size: 2.5em;
}
}
@media (max-width:1024px){
.menu {
	width: 83%;
}	
.menu1 {
	width: 43.5%;
}
.search1 {
	width: 18%;
	margin: 0 0 0 18%;
}
.slider-left h1 {
	font-size:2em;
}
.slider_wrap {
	padding: 1em;
}
.slider-left p {
	font-size: 0.85em;
}
.benefit_icons {
	margin: -8em 0 7em;
}
.header_bottom {
	min-height:auto;
}
.wmuSliderPrev, .wmuSliderNext {
	top: 50%;
}
.grid_1 h3 {
	font-size: 1.3em;
}
.grid_2 {
	padding: 7em 0;
}
.story_desc {
	bottom: 25px;
}
.span_1_of_2 h4 {
	font-size: 1.2em;
}
.about_desc {
	left: 45px;
}
}
@media (max-width:800px){
.menu1 li a {
	margin:10px 5px;	
	font-size:12px;
	
}
.menu1 {
	width: 45.5%;
}
.menu {
	width: 79%;
}
ul.login li a {
	font-size: 12px;
}
.search1 {
	width: 23%;
	margin: 0 0 0 8%;
}
ul.login {
	padding: 4px 10px;
}
.slider-left h1 {
	font-size: 1.8em;
}
.grid_1 {
	margin-bottom: 2em;
}
.benefit_icons {
	margin: -6em 0 1em;
}
.about_desc {
	left: 284px;
}
.story_desc {
	bottom: 34px;
	width: 81.5%;
}
.login_left {
	margin-bottom: 2em;
}
.contact-right {
	margin-top: 2em;
}
}
@media (max-width:768px){
.header_bottom {
	min-height: auto;
}
.search2 {
	padding: 12px 14px;
}
.grid_2 {
	padding: 4em 0;
}
.grid_2 h2 {
	font-size: 2em;
	margin-bottom: 10px;
}
.col_1_of_2 {
	margin: 1% 0 1% 0;
}
.about h2 {
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.grid_3 {
	margin-bottom: 2em;
}
.about {
	padding: 3em 0 1em;
}
.footer {
	padding: 3em 0;
}
}
@media (max-width:640px){
.logo {
	padding: 10px;
	float: none;
	text-align: center;
	display:none;
}
.logos {
	padding: 0px;
	float: none;
	text-align: center;
	display:none;
}

h3.nav_right {
	display: block;
	float: left;
	color: #FFF;
	margin-top:1px;
	margin-bottom: 0;
}
h3.nav_right a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
}
.navbar-default .navbar-toggle {
	border-color: #FFF;
	background:#373645;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#ff6200;
}
.menu {
	width: 97%;
	
}
.menu1 {
	width: 100%;
	float: none;
	margin: 0;
}
ul.login {
	padding: 4px 10px;
	float: none;
}
.search1 {
	width: 100%;
	margin: 0;
}
.navbar-form {
	padding:0; ! important;
}
.search2 {
	margin-top: 1em;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: !important;
}
div#bs-example-navbar-collapse-1 {
	padding:0px;
}
ul.login {
	padding:8px 10px;
	float: none;
	margin: 10px 20px 0;
}
.search2 {
	margin: 20px;
}
.search2 {
	padding: 7px 20px;
	border-bottom: 3px solid #db7f00;
}
.search2 input[type="text"] {
	width:97%;
}
.header_bottom {
	min-height:auto;
}
.slider-left {
	float: left;
	width: 37.5%;
	margin: 23% 0 0 11%;
}
.slider_wrap {
	padding: 10px;
}
ul.banner_login li {
	font-size: 0.85em;
}
ul.banner_login {
	font-size: 1.1em;
	padding: 5px 10px;
	border-bottom: 3px solid #ff9f00;
}
.benefit_icons {
	margin: -4em 0 1em;
}
.col_1_of_2 {
	margin: 1% 0 1% 2.6%;
}
.about_desc {
	left: 219px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ccc !important;
}
.story_desc {
	bottom: 34px;
	width: 100%;
}
}
@media (max-width:480px){
.index-banner {
	width: 99%;
}	
.slider-left h1 {
	font-size: 1.5em;
}
.slider-left {
	float: left;
	width: 44.5%;
	margin: 20% 0 0 9%;
}
.header_bottom {
	min-height: 450px;
}
.about_desc {
	left: 135px;
}
.login_box {
	padding: 3em 0;
}
}
@media (max-width:320px){
.slider_wrap, ul.banner_login{
	display: none;
}
ul.social {
	margin:38% 17% 0 0;
}
.header_bottom {
	min-height: auto;
}
.wmuSliderPrev, .wmuSliderNext {
	top: 30%;
}
ul.social li a i {
	margin-bottom: 0px;
}
.span_1_of_2 {
	width: 100%;
}
.col_1_of_2 {
	float: none;
	margin: 0;
}
.span_1_of_2 h4 {
	font-size: 1em;
}
.col_1_of_2.span_1_of_2 {
	margin-bottom: 1em;
}
.box_1{
	margin-bottom:1em;
}
.grid_2 {
	padding: 2em 0;
}
.about h2 {
	font-size: 1.2em;
}
.about_desc h3 {
	font-size: 2em;
}
.about_desc p {
	font-size: 1.1em;
}
.about_desc {
	left: 80px;
}
.copy {
	margin: 1em 0;
}
.reg_fb i {
	padding: 12px 15px;
	font-size: 1em;
}
.register-top-grid div, .register-bottom-grid div {
	width: 100%;
	float: none;
}
div.register-bottom-grid {
	margin-top: 5em;
}
}
.img-box-content, .gal-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box-content img, .gal-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box-content {
  position: relative;
}
.gal-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gal-text-box .info-gal-con {
  display: block;
  position: relative;
  padding: 2%;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}


.gal-spin-effect {
  display: block;
  overflow: hidden;
  position: relative;

}
.gal-spin-effect .gal-text-box {
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(2, 2);
  -moz-transform: translateZ(0) scale(2, 2);
  -ms-transform: translateZ(0) scale(2, 2);
  -o-transform: translateZ(0) scale(2, 2);
  transform: translateZ(0) scale(2, 2);
  color: #e6e6e6;
}
.gal-spin-effect .gal-text-box * {
  z-index: 3;
}
.gal-spin-effect .gal-text-box:after, .gal-spin-effect .gal-text-box:before {
  content: "";
  display: block !important;
  position: absolute;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.gal-spin-effect.vertical .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.gal-spin-effect.vertical .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.gal-spin-effect.vertical:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.vertical:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.gal-spin-effect.vertical:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.gal-spin-effect.horizontal:hover .gal-text-box:before {
  -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.gal-spin-effect.horizontal:hover .gal-text-box:after {
  -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.info-gal-con h4 {
    font-size: 28px;
    margin-bottom: 30px;
}
.info-gal-con p {
    font-size: 14px;
    line-height: 2.2em;
}
.baner-top a {
    padding: 10px 10px;
    display: block;
    box-shadow: 0px 0px 9px #BDBDBD;
}
.ban-mar{
	margin:25px 0;
}
.baner-top img {
    width: 100%;
}
/*-- //gallery --*/



