body {
	background-color: #fff;
	color: black;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height:1.8;
	overflow-x: hidden;
}

.tm-white { color: #FFFFFF; }

ul { padding: 0; margin: 0; }
figure { margin: 0; }
p:last-child { margin-bottom: 0; }
a { color: #3f97c9; }
a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
.text-red{ color: #f00;}
/* Preloader */
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 2000; }
   #loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; border-radius: 108%; border: 3px solid transparent; border-top-color: #3498db; /* Chrome, Opera 15+, Safari 5+ */
   	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ z-index: 2001; }
   #loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border-radius: 108%; border: 3px solid transparent;
   	border-top-color: #0E49EB;  /* Chrome, Opera 15+, Safari 5+ */
   animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
   #loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; border-radius: 108%; border: 3px solid transparent;
border-top-color: #192BB3; /* Chrome, Opera 15+, Safari 5+ */ animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }
@keyframes spin {
	0%   {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section { position: fixed; top: 0; width: 51%; height: 100%; background: #122242; z-index: 2000;  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */ transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */}

#loader-wrapper .loader-section.section-left { left: 0; }

#loader-wrapper .loader-section.section-right { right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;  
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */  
	transition: all 0.3s 1s ease-out;
}
/* header */
#menu {
	padding: 0px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: #122242;
	border-color: rgba(231, 231, 231, 0);
	box-shadow: 0 0 10px rgba(0,0,0,0.15)
}
#menu a.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 8px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
	content: "";
	transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
	display: block !important;
	position: absolute !important;
	left: 0 !important;
	bottom: -1px !important;
	width: 100% !important;
	height: 2px !important;
	background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
	content: "" !important;
	transition: width 0.2s !important;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #122242;
	color:#fff;
	border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #608dfd;
}
.navbar-brand{ padding:1px 15px}
/* intro */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../images/bg.png) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.2);
}
.intro h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff !important;
	font-size: 49px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	line-height:1.9;
	text-shadow:1px 1px 1px #122242;
}
.intro h3 {
	font-family: 'Raleway', sans-serif;
	color: #fff !important;
	font-size: 39px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	line-height:1.9;
	text-shadow:1px 1px 1px #122242;
}
.intro h1 span {
	font-weight: 800;
	color: #5ca9fb;
}
.intro p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 100px;
	text-align: center;
}
.section_3 {
    padding-top: 3em;
    padding-bottom: 3em;
}
.light-blue-gradient{
	background-image: -webkit-linear-gradient( left, rgba(23, 96, 197, 1) 0%, rgba(0, 173, 239, 1) 100%);
	color:#fff;
}
.dark-blue{
	background-color: #073256 !important;
	}
.head_title {
	text-transform:uppercase;
	color:#fff;
    margin-bottom: 90px;
}
.head_title  h2{ font-size:46px;}
.head_title  h3{ line-height:1.9}
.head_title .subtitle {
    margin-top: 30px;
}
.full-img{ width:100%}
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background-image: -webkit-linear-gradient( left, rgba(23, 96, 197, 1) 0%, rgba(0, 173, 239, 1) 100%);
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator::before {
    position: absolute;
    right: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content: "";
    display: inline-block;
    margin-right: 20px;
}
.separator::after {
    position: absolute;
    left: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content: "";
    display: inline-block;
    margin-left: 20px;
}
.for-lists{background: linear-gradient(to right, #2567a7 0%, #073256 100%);
height:170px;
padding: 30px;
text-align: center;
color: #fff;
font-size: 34px;}
#ph-faq {
  padding-top: 2em;
  position: relative;  
}
.ph-accordion {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
}
.ph-accordion .ph-accordion-heading {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.ph-accordion .ph-accordion-heading h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.ph-accordion .ph-accordion-heading .icon {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ph-accordion .ph-accordion-content {
  border-top: 1px solid #e6e6e6;
  display: none;
}
.ph-accordion .ph-accordion-content .inner {
  padding: 20px;
}
.ph-accordion.active .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ph-accordion.active h3 {
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/********/

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #777;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #7ED321;
}

::-moz-selection {
  color: #fff;
  background: #7ED321;
}

::selection {
  color: #fff;
  background: #7ED321;
}
.bor-hover:hover{ border:2px #122242 solid; padding:5px}
.mar-l-25{ margin-left:25px}
.header-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 998;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
.header-nav {
    padding: 10px 0;
  }
}
.header-nav.scrolled {
  background: #fff;
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  color:#000
}
.header-nav.scrolled  .logo a {
	color:#000
}
.header-nav.scrolled .menu-toggle span, .header-nav.scrolled .menu-toggle.is-clicked span::before,
.header-nav.scrolled .menu-toggle.is-clicked span::after{
	background-color: #000;
	
}
.header-nav.scrolled .menu-toggle.is-clicked span {
	background-color: rgba(255, 255, 255, 0);
}
/* ------------------------------------------------------------------- 
 * header logo 
 * ------------------------------------------------------------------- */
.header-nav .logo {
	position: relative;	
}
.header-nav .logo img{ width:59px}
.header-nav .logo a {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	text-shadow: 0 0 1px #000;
	color:#fff;
	font-size:24px;
	text-decoration:none;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* ------------------------------------------------------------------- 
 * menu toggle - (_layout.css) 
 * ------------------------------------------------------------------- */
.menu-toggle {
	width: 42px;
	height: 42px;
	display: block;
	outline: 0;
	background:transparent;
	position: absolute;
	top: 20px;
	right: 20px;
	-moz-transition: transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
	-ms-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	border-radius:4px;
}

.menu-toggle span {
	display: block;
	background-color: #000;
	width: 28px;
	height: 3px;
	margin-top: -1.5px;
	position: absolute;
	right: 9px;
	top: 50%;
	bottom: auto;
	left: auto;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.menu-toggle span::before,
.menu-toggle span::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.menu-toggle span::before {
	top: -8px;
}

.menu-toggle span::after {
	bottom: -8px;
}

/* menu is open */
.menu-is-open .menu-toggle {
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	transform: translateX(-240px);
}

/* is clicked */
.menu-toggle.is-clicked span {
	background-color: rgba(255, 255, 255, 0);
}

.menu-toggle.is-clicked span::before,
.menu-toggle.is-clicked span::after {
	background-color: #000;
}

.menu-toggle.is-clicked span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-toggle.is-clicked span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header section 
 * ------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
	header .logo {
		top: 33px;
	}
}

/* ------------------------------------------------------------------- 
 * off-canvas menu - (_layout.scss) 
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
	background: #fff;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 1.6rem 1rem;
	height: 100%;
	width: 240px;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 999;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#menu-nav-wrap a,
#menu-nav-wrap a:visited {
	color: #000;
}

#menu-nav-wrap a:hover,
#menu-nav-wrap a:focus,
#menu-nav-wrap a:active {
	color: #000;
}

#menu-nav-wrap .nav-list {
	margin: 1.8rem 0 1.5rem 0;
	padding: 0 1.5rem;
	list-style: none;
	line-height: 3.6rem;
}

#menu-nav-wrap .nav-list li {
	padding-left: 0;
}

#menu-nav-wrap .nav-list li a {
	color: #000;
}

#menu-nav-wrap .nav-list li a:hover,
#menu-nav-wrap .nav-list li a:focus {
	color: #000;
}

#menu-nav-wrap .sponsor-text span {
	color: #000;
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}
.dropdown-menu li a{
	width:100%;
	border:0
}
/* intro-h */
.intro-h {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../images/bg-1.png) center center no-repeat;
	background-size: cover;
	height:450px
}
.intro-h .overlay {
	background: rgba(0,0,0,0.2);
}
.intro-h h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff !important;
	font-size: 49px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	line-height:1.9;
	text-shadow:1px 1px 1px #122242;
}
.intro-h h3 {
	font-family: 'Raleway', sans-serif;
	color: #122242 !important;
	font-size: 28px;
	font-weight: 600;
	margin-top: 0;
	line-height:1.5;
	text-shadow:1px 1px 1px #fff;
}
.intro-h h1 span {
	font-weight: 800;
	color: #5ca9fb;
}
.intro-h p {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 auto;
	margin-bottom: 60px;
}
.intro-h .intro-text {
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}
/* intro-2 */
.intro-2 {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../images/bg_71.png) center center no-repeat;
	background-size: cover;
	height:450px
}
.intro-2 .overlay {
	background: rgba(0,0,0,0.2);
}
.intro-2 h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff !important;
	font-size: 49px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	line-height:1.9;
	text-shadow:1px 1px 1px #122242;
}
.intro-2 h3 {
	font-family: 'Raleway', sans-serif;
	color: #122242 !important;
	font-size: 28px;
	font-weight: 600;
	margin-top: 0;
	line-height:1.5;
	text-shadow:1px 1px 1px #fff;
}
.intro-2 h1 span {
	font-weight: 800;
	color: #5ca9fb;
}
.intro-2 p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.intro-2 .intro-2-text {
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}
.img-shadow {
  position: relative;
  background: #7ED321;
  width: 100%;
  float: left;
}
.img-shadow img {
  position: relative;
  top: -20px;
  left: -20px;
}
section, footer {
  padding: 7em 0;
  clear: both;
}
.heading {
  position: relative;
}
.heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
}
.heading {
  text-align: center;
  margin-bottom: 70px;
}
.heading h1 {
  margin-bottom: 20px;
}
.heading p{
	font-size:22px;
	line-height:1.9
}
@media screen and (max-width: 768px) {
  .heading h1 {
    font-size: 26px;
  }
}
.heading .sub {
  position: relative;
  padding-bottom: 40px;
  font-size: 18px;
  color: #757575;
}
.heading .sub:after {
  bottom: 0;
  left: 50%;
  margin-left: -36px;
  content: "";
  position: absolute;
  width: 72px;
  height: 2px;
  background: #000;
}

.heading-colored {
  color: #000;
}

.read-more i {
  position: relative;
  top: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.read-more:hover i {
  padding-left: 10px;
}
.js .animate-box {
  opacity: 0;
}
/*------------------------------------------------------------------
    SPECIAL-MENU AREA
-------------------------------------------------------------------*/
.special-menu{
	background-attachment:fixed;
	background-size:cover;
	position:relative;
	background-color:#ccc;
	margin:0p
}

.special-menu:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.title-caption {
    letter-spacing: 0.16px;
    padding: 20px 120px;
	color:#fff;
	font-size: 18px;
}
.color-white {
    color: #fff;
}

#owl-demo .item{
  margin: 15px;
  position:relative;
}
#owl-demo-s .item{
  margin: 0px;
  position:relative;
}
#owl-demo .item img, #owl-demo-s .item img{
  display: block;
  width: 100%;
  height: auto;
}
.special-box .owl-theme .owl-controls, .who-boxs .owl-theme .owl-controls{
	margin:0px;
}
.who-boxs .owl-theme .owl-controls{
	margin:0px;
}
.item-type-zoom{
	display:block;
	border:2px solid #fff;
}
.item-type-zoom .item-hover {
    z-index: 5;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
	
}

.item-type-zoom .item-info {
    z-index: 10;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    z-index: 5;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	bottom:0px;
	left:1px;
	right:1px
}

.item-type-zoom .item-info .headline {
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #ffffff;
    padding: 10px;
}

.item-type-zoom .item-info .line {
    height: 1px;
    width: 100%;
    margin: 15px auto 10px auto;
    background-color: #ffffff;
}

.item-type-zoom .item-info .dit-line {
    font-size: 14px;
    font-style: italic;
}

.item-hover, .item-hover {
	position: absolute;
    top: 0;
    left: 0;
	height:100%;
	width:100%;
}
.item-type-zoom .item-hover:hover {

    opacity: 1;	
}

.item-type-zoom .item-hover:hover:before{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(231, 91, 30, 0.5);
	top:0px;
	left:0px;
}

.item-type-zoom .item-hover:hover .item-info {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.special-box, .who-boxs{
	padding-bottom:40px;
}

.special-box .owl-theme .owl-controls .owl-page.active span, .who-boxs .owl-theme .owl-controls .owl-page.active span{
	/*background:#e75b1e;*/
	height: 16px;
	width: 16px;
}
.special-box .owl-theme .owl-controls .owl-page span, .who-boxs .owl-theme .owl-controls .owl-page span{
	border:2px solid #fff;
	opacity: 1;
	background:#202020;
	height: 16px;
	width: 16px;
}
.hover-box div h3{ padding:15px; margin:0}
.hover-box div:hover{ box-shadow:0 0 5px #000000}
#foott .foo_t h1{ font: 18px/1.3em "open sans",sans-serif;color: #0A4495;line-height: 1.3em; display:block; margin:0px 10px; padding:10px 0px;border-bottom:1px #CCCCCC solid;}.foott .foo_t h1 img{ float:left; position:relative; margin-right:10px; border:0px; top:-8px;}
#foott .foo_t h1 span{ float:right; color:#F00;}.foott .foo_t h1 span a{ color:#F00;}
.foo_t .foo_t11 { margin:10px; }
.foo_t .foo_t11 ul{ margin:10px 0px;list-style:none; padding-left:0px;}
.foo_t .foo_t1 { margin:10px 0px; border-bottom:1px #CCCCCC dotted;} .foo_t .foo_t1 h3{ font: 20px/1.2em "open sans",sans-serif;color: #0abeff; text-align:center; padding:5px;}
.foo_t .foo_t1 p, .foo_t p{line-height: normal;letter-spacing: normal;font: 14px/1.3em "open sans",sans-serif;color: #848282;}
.foo_t11 h2{font: 16px/1.2em "open sans",sans-serif;color: #848282; padding:9px 0px;border-top:1px #CCCCCC dotted;border-bottom:1px #CCCCCC dotted;}.foo_t11 img{ margin-right:5px;}
.hr{border-bottom:1px #CCCCCC dotted;padding:10px 0px; clear:both; }
