@import url(http://fonts.googleapis.com/css?family=Dosis:400,300,500,600,700);
@import url(https://fonts.googleapis.com/css?family=RobotoDraft:400,500,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic|Raleway:400,500,600,700|Roboto:400,400italic,500,500italic,700,700italic,300,300italic);

* {
    margin: 0px;
    padding: 0px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300; 
	width: 100%;overflow-y: scroll;
	-webkit-font-smoothing:antialiased;
	line-height: 1.8em;
	background: rgb(255, 255, 255)!important;
	overflow-x: hidden;
}
::selection {
  background: #1ABC9C;
  color: #FFF;
  text-shadow: none;
}
.fa-cog{
    font-size:18px;
	color: #4A4444;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 900ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 900ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform:rotate(0deg);
  }

  to {
    -webkit-transform:rotate(360deg);
  }
}
.paragraphs ul {
    margin-left: 5%;
	font-size: 16px;
}
.paragraphs{
    text-align:justify;
}
span.space {
    width: 20%;
	display: inline-block;
}
span.left_margin {
    display: inline-block;
	margin-left: 22%;
	margin-top: -3%;
}
@media only screen and (max-width: 670px) {
    .top_heder {
        margin-top: 40%;
    }
	.section_sub_menus h1 {
        color: #DBD4C4 !important;
	}
	.college_info {
        display: none;
	}
	#main-slide .slider-content h3 {
	    line-height: normal !important;
	}
	.cd-main-header .navbar-brand1 > img{  margin: -1% 0 0 -2%;}
	.box{padding-bottom:5%;}
	
	.home_fourBoxes{margin-top:0px !important;}
	
	.parallax .box_header p{width:100% !important;}

}
@media only screen and (max-width: 670px) {
span.left_margin {
    display: inline-block;
	margin-left: initial;
	margin-top: initial;
}
p.top_news{display:none;}
}
.justify{
    text-align:justify;
}
p.red {
	color: red;
}
span.dark_blue{
    color:#015d80;
	font-weight: 600;
}
.color{color: #0769a5;}
blockquote {
	background-color: #FFFFFF;
	border-color: rgba(255, 145, 0, 0) !important;
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #555;
}
img {
	max-width: 100%;
	height: auto;
}
.img-responsive{width:100% !important;}
ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
	
}

a, a:hover {
    text-decoration: none !important;
}

i {
	font-size: 1.1em;
}
h1 {
    font-size: 24px;
	line-height: 30px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif !important;
}
.content, p {
	margin: 0px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 22px;
	color: #444;
	text-align: justify;
}
b {
	font-weight: 600 !important;font-family: 'Roboto', sans-serif;  font-size: 16px;
}
p strong{
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
h1.heading{
    font-size: 33px;
	font-weight: bold;
	margin-bottom: 25px;
	color:#414141;
	text-align:center;
}
p.Subheading{
    text-align:center;
	color:#626262;
	margin-bottom: 20px;
	font-size: 18px;
}
#container{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;}
.container1{
	width: 90% !important;
	margin-right: auto;
	margin-left: auto;}
	[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
.no_margin{
    margin:0px 0 10px 0; 
}
.full_width{width:100%;}
/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/
header.fixed-header .navbar-default .navbar-nav > li > a {
    padding: 15px 8px 17px 10px;
}
.navbar-brand > img {
	transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
}
header.fixed-header .navbar-brand > img {
    width:130px;
	transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
}
header.fixed-header {
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	position: fixed;
}
header.fixed-header .top-bar{
    opacity:.9;
	transition: all 0.6s ease;
}
header.fixed-header .navbar-top{
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
header {
	position: relative;
	top: 0;
    width: 100%;
	z-index: 9999999;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	background: url(../images/menubg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
li{
    list-style:none;
}
/*=================== fixed_sub_mebu =============*/
.fixed_short_links .fixed_sub_mebu {
	top: 77px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.fixed_sub_mebu {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.fixed_sub_mebu {
	position: fixed;
	top: 146px;
	background-color: rgba(53, 99, 128, 0.94);
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #000;
}
.bottom_menu {
	width: 960px;
	float: right;
}
.bottom_menu ul{
	position: relative;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	float: right;
	right: 14%;
}
.bottom_menu ul li {
  float: left;
}
.bottom_menu ul li a{
	color: #fff !important;
	display: block;
	font-size: 14px;
	padding: 8px 7px 8px 7px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
/*=================== fixed_sub_mebu =============*/
.accound_btn{
	position: absolute;
	left: 90px;
	top: 64px;
}
.accound_btn a{
	background-color: #0B5F93;
	color:#fff !important;
	padding: 10px 20px;
	border-radius: 4px;
}
header.fixed-header a.normal_header_logo{
	display:none;
}
a.normal_header_logo p span.small_caption{
	font-size: 16px;
	letter-spacing: 0px;
	font-style: italic;
	font-weight: 400;
	color: #455F6F;
}
a.normal_header_logo p {
	position: absolute;
	top: 23px;
	right: -20px;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 31px;
	color: #0B5F93;
	font-family: initial;
}
a.fixed_header_logo{
	display:none;
}
header.fixed-header a.fixed_header_logo{
	display:block;
	width: 85px !important;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
header.fixed-header .navbar-default{
	border-color: transparent !important;
}
header.fixed-header .navbar-top{
	background-color: transparent !important;
	border-bottom: none;
	box-shadow: none;
	margin-top: -53px;
}
header.fixed-header .navbar-top, .navbar-header img, header.fixed-header .top-bar ul.social-list, .top-bar .accound_btn {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
header.fixed-header .top-bar .accound_btn {
	left: 204px;
	top: 34px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
header.fixed-header .top-bar ul.social-list{
	opacity:0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
header.fixed-header .top-bar .navbar-header img{
	height: 76px !important;
	transition: height 0.4s ease;
	-moz-transition: height 0.4s ease-in-out;
	-webkit-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
}
header.fixed-header .top-bar {
	opacity: 1;
	transition: all 0.6s ease;
}
.top-bar {
	position: relative;
}
.navbar-header img {
	position: absolute;
	z-index: 999999999999;
	left: 28px;
	top: 10px;
	height:125px;
	transition: height 0.4s ease;
	-moz-transition: height 0.4s ease-in-out;
	-webkit-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
}
.top-bar.color-bar {
	border-bottom: 0;
}

.top-bar.color-bar a {
	color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
	background-color: #444;
	border-bottom: 0;
}

.top-bar.dark-bar a {
	color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar a {
	color: #666;
    text-decoration: none;
}

.top-bar .contact-details li {
	display: inline-block;
	padding-left: 16px;
	position: relative;
	padding-right: 10px;
}
.top-bar .contact-details li:last-child {
	padding-left: 0;
	margin-right: 25px;
}
.top-bar .contact-details li a i {
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 7px;
}
.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	line-height: 32px;
}
ul.contact-details{
    margin-bottom:0px;
	padding: 10px 0;
	float: right;
	font-family: 'Raleway', sans-serif;
}
ul.contact-details p, ul.contact-details li a{
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	font-weight: 600;
	color: #344155;
}
p.top_news{
    margin-bottom:0px;
	padding: 11px 0;
	font-size: 12px;
}
p.top_news span.news_bg{
    background-color: rgb(249, 103, 104);
    color: white;
    padding: 4px 10px;
}
p.top_news span.newscontent_bg{
    padding: 4px 10px;
	background-color: rgb(233, 233, 233);
}
ul.social-list {
    float: right;
    margin-bottom:0px;
	margin-right: 32px;
	opacity:1;
	transition: all 0.4s ease;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
ul.social-list li {
    float: left;
}
ul.social-list li a {
	display: inline-block;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
	color: #fff;
    text-decoration: none;
}

ul.social-list li a.facebook {
	color: #507CBE;
}

ul.social-list li a.twitter {
	color: #63CDF1;
}

ul.social-list li a.google {
	color: #AD1213;
}

ul.social-list li a.youtube {
	color: #CB1E20;
}

ul.social-list li a.linkdin {
	color: #90CADD;
}

ul.social-list li a.tumblr {
	color: #4D7EA3;
}

ul.social-list li a.flickr {
	color: #E474AF;
}

ul.social-list li a.instgram {
	color: #4D4F54;
}

ul.social-list li a.dribbble {
	color: #E46387;
}

ul.social-list li a.vimeo {
	color: #87D3E0;
}

ul.social-list li a.skype {
	color: #36C4F3
}

ul.social-list li a i {
	font-size: 1.8em;
	display: block;
	width: 55px;
	line-height: 33px;
	text-align: center;
	padding: 5px 0;
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
}

.navbar {
	margin-bottom: 0 !important;
	background: rgba(0, 0, 0, 0.5) !important;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-brand {
	position: relative;
	transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
}

.navbar-default .navbar-nav {
	margin-right: 10px !important;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}
.navbar-default {
  background-color: transparent !important;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.53);
  border-radius: 0px !important;
  border-top: none !important;
}
.navbar-default .navbar-nav > li > a {
	color: #3D4F63 !important;
	display: block;
    font-size: 14px;
    padding: 10px 8px 14px 10px;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 400;
	text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
}
a.active{
	border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a.active{
	border-bottom: 2px solid #0D6FEE;
	font-weight: 600;
}
.navbar-default .navbar-nav > li:hover > .dropdown {
	border-top: 2px solid #0B5F93;
	margin-top: -1px;
}
.navbar-default .navbar-nav > li:hover > .dropdown.row{
	border-top: 1px solid #0B5F93;
}
.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}
li.drop a.main:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 4px;
  line-height: 0.5em;
  color: #01436C;
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
li.drop {
	position: relative;
}
ul.dropdown {
	position: absolute;
	width: 250px;
	padding-top: 0px;
	visibility: hidden;
	opacity:0;
	transform: translate(0px, -297px);
	-webkit-transform: translate(0px, -297px);
	-moz-transform: translate(0px, -297px);
	-o-transform: translate(0px, -297px);
	-ms-transform: translate(0px, -297px);
	transition: all .5s ease-in-out;
}
.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #fff;
	font-weight: 400;
    font-size: 14px;
    padding: 5px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
	border-bottom: 1px solid #6EADD3;
	font-family: 'Open Sans', sans-serif;
}
.dropdown li a{
	background-color: rgba(11, 95, 147, 1);
}
.sup-dropdown li a {
	background-color: #D76161;
}
li.drop:hover ul.dropdown{
    visibility: visible;
	opacity:1;
	transform: translate(0px);
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-o-transform: translate(0px);
	-ms-transform: translate(0px);
	transition: all .5s ease-in-out;
}
ul.sup-dropdown {
	position: absolute;
	left: 100%;
	width: 190px;
	visibility: hidden;
	opacity:0;
	top:0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
	opacity:1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transition: all .5s ease-in-out;
}
li.sub:after {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 15px;
	top: 10px;
	color: #fff;
	font-size: 21px;
}
li.sub {
	position: relative;
}
/*================================================== 
     Slideshow
 ================================================== */

@media only screen and (max-width: 691px) and (min-width: 240px){
.carousel-inner {
  margin-top: 23%;
}
#main-slide .item img{
    height:auto !important;
}
#main-slide .slider-content h2{
	font-size: 18px !important;
}
#main-slide .slider-content h3{
	font-size: 14px !important;
	margin: 3% 0 0 0 !important;
}
#main-slide .carousel-indicators{
    display:none !important;
}
.paddingTop {
	padding: 22px 15px 20px 15px !important
}
.slider-content2{
	display:none !important;
}
h3.animatedd3 span {
	padding: 4px 5px !important;
}
h3.animatedd3 span {
	line-height: 2 !important;
}
}
/*-- Main slide --*/

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#home {
  display: inline-block;
  width: 100%;
}
.slider_images {
  right: 123px;
  padding: 0;
  position: absolute;
  top: 62px;
}
.slider_images img {
  float: right;
  z-index: 146;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
#main-slide .item img.img-responsive{
	width: 100%;
}
#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
  top: 34%;
  left: 8%;
  padding: 0;
  position: absolute;
  color: #fff;
}
#main-slide .slider-content1{
	top:18%;
	right: 7%;
	padding: 0;
	position: absolute;
	height: 100%;
	color: #fff;
	left:50%;
}
#main-slide .slider-content3{
  top: 17%;
  left: 7%;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: rgba(0, 0, 0, 0.30);
    color: #fff;
    line-height: 36px;
    font-size: 56px;
    padding: 40px 40px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#main-slide .slider-content h2{
  font-size: 36px;
  color: #fff !important;
  text-shadow: 1px 3px 3px #000;
  display: inline;
}
h3.animatedd3 {
  font-size: 26px;
  margin: 22px 0;
}
h3.animatedd3 span {
  background-color: rgb(11, 95, 147);
  padding: 10px;
}
#main-slide .slider-content h2 span.small{
  font-size: 31px;
  font-family: inherit !important;
  font-weight: 100;
  color: #000;
  text-shadow: 2px 3px 3px #000;
  display: block;
  margin: 15px 0;
}
.bg_animate{
  background: rgba(255, 255, 255, 0.78);
  display: inline-block;
  text-align: center;
  width: 720px;
}
#main-slide .slider-content3 h2{
	font-size: 36px;
	font-family: inherit !important;
	font-weight: 100;
	text-transform: uppercase;
    color: #555;
}
.carousel .item.active .animated3 span.white {
	float: right;
	padding: 0 0 15px 0;
}
#main-slide .slider-content3 h2.white, #main-slide .slider-content3 h3.white {
    color: #fff;
}
#main-slide .slider-content3 h3{
	font-size: 27px;
	font-family: inherit !important;
	font-weight: 300;
	margin-top: 35px;
    color: #555;
}
span.skye_blue{color:#00a7e1}
span.violet{color:#6a3da3}
span.orange{
    color:rgb(202, 90, 10);
	text-shadow: -4px 2px 6px #000;
}
span.green{
    color: #025A1A;
	text-shadow: -4px 2px 6px #000;
}
.slider.btn{
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
		box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}
.slider-content1 p{
  color: #000;
  padding: 40px;
  position: relative;
  text-align: center;
  font-size: 36px;
}
.slider-content1 p span.color1{
  background: rgba(255, 139, 0, 0.62);
  padding: 2% 0 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slider-content1 span.color2{
    background: rgba(211, 192, 161, 0.84);
	padding: 2% 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.slider-content1 span.color3{
    background:rgba(164, 208, 200, 0.84);
	padding: 2% 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.slider-content2 img.img1{
  position: relative;
  top: 27%;
  left: -27%;
}
.slider-content2 img.img2{
  position: relative;
  top: 6%;
  left: -59%;
}
.slider-content2 img.img3{
  position: relative;
  top: 8%;
  left: 27%;
}
.slider-content2 img.img4{
  position: relative;
  top: 37%;
  left: -22%;
}
.slider-content2 img.img5{
  position: relative;
  top: 44%;
  left: -54%;
}
.slider-content2 {
  top: 6%;
  left: 7%;
  padding: 0;
  position: absolute;
  height: 100%;
  color: #fff;
}
/*-- Animation --*/
.carousel .item.active span.color2.animated3{
	-webkit-animation: bounceInLeft 1s ease-in-out 800ms both;
	animation: bounceInLeft 1s ease-in-out 800ms both;
}
.carousel .item.active .slider-content2 span.animated7{
	-webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 200ms both;
	animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 200ms both;
}
.carousel .item.active .slider-content2 span.animated7a{
	-webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 800ms both;
	animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 800ms both;
}

.carousel .item.active .slider-content2 span.animated7b{
	-webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 500ms both;
	animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 50ms both;
}
.carousel .item.active .slider-content2 span.animated7c{
	-webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 1100ms both;
	animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 1100ms both;
}
.carousel .item.active .slider-content2 span.animated7d{
	-webkit-animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 1400ms both;
	animation: bounceIn 1s cubic-bezier(0.03, 0.35, 0.81, 0.12) 1400ms both;
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active span.color2.animated5{
	-webkit-animation: bounceInRight 1s cubic-bezier(0, 0.97, 0.58, 1) 500ms both;
	animation: bounceInRight 1s cubic-bezier(0, 0.97, 0.58, 1) 500ms both;
}
.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}

/*===========================Gallery=======================================*/
@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}

.blueimp-gallery>.slides>.slide>.slide-content{margin: 10% auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}

.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}

.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}

.blueimp-gallery-display{display:block;opacity:1}

.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}

.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(0.645,.045,.355,1);transition-timing-function:cubic-bezier(0.645,.045,.355,1)}

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-ms-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}

.blueimp-gallery>.slides>.slide-loading{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}

.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}

.blueimp-gallery>.slides>.slide-error{background:url(../img/error.png) center no-repeat}

.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}

.blueimp-gallery>.prev,.blueimp-gallery>.next{
                            position: absolute;
                            top: 50%;
							left: 15px;
							margin-top: -23px;
							-moz-box-sizing: content-box;
							-moz-border-radius: 23px;
							opacity: .5;
							cursor: pointer;
							display: none;
}

.blueimp-gallery>.prev:before{
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #00A5FF;
}
.blueimp-gallery>.next:before{
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #00A5FF;
}
.blueimp-gallery>.prev{
font-size:90px;}
.blueimp-gallery>.next{left:auto;right:15px;font-size:90px;}

.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}

.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}

.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}

.blueimp-gallery-playing>.play-pause{background-position:-15px 0}

.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>

.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover{color:#fff;opacity:1}

.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}

.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause{display:none}

.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

@charset "UTF-8";.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}

.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25)center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}

.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active{background-color:#fff;border-color:#fff;opacity:1}

.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}

.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}

@charset "UTF-8";.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}

.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}

/*=================MOBILE MENU===================*/
	
/*=================MOBILE MENU===================*/	
.zoom{
    position: relative;
	overflow: hidden;
}
.zoom img{
    max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 2s ease-in-out 0s;
	-moz-transition: all 2s ease-in-out 0s;
	-ms-transition: all 2s ease-in-out 0s;
	transition: all 2s ease-in-out 0s;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.zoom:hover img{
  -webkit-transform: rotate(2deg) scale(1.1,1.1);
  -moz-transform: rotate(2deg) scale(1.1,1.1);
  -ms-transform: rotate(2deg) scale(1.1,1.1);
  transform: rotate(2deg) scale(1.1,1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.separator{
    display: inline-block;
	margin-bottom: 30px;
}
/*====================== GOOGLE MAP ==================*/
/* Flexible iFrame */
@media only screen and (max-width: 690px) {
.Flexible-container {
    padding-bottom: 100% !important;
}
}
.Flexible-container {
    position: relative;
    padding-bottom: 27.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
   height:400px;
}	
/*====================== GOOGLE MAP ==================*/	
.contact-maps-wrap {
  position: relative;
}

.contact-maps-wrap #gmaps {
	width:100%;
	height:900px;
}
/* Locations wrap */

#location-wrap {
	margin-top:90px;
}

#gmaps {
	width:360px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
}

#main-map-text {
	text-align:center;
	margin-bottom:20px;
	font-weight:300;
	font-size:1.2em;
}
/*--==============================CONTACT FORM=========================*/

.contact-form label, .wpcf7-form label {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  display: none;
}/*
.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=url], .contact-form input[type=email], .contact-form input[type=number], .contact-form input[type=range], .contact-form textarea, .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=range], .wpcf7-form textarea {
	padding: 16px;
	width:100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	line-height: 24px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
*/
textarea {
	resize: none;
	padding: 10px !important;
	height: auto !important;
}
textarea {
	max-height: 200px;
}
input:focus, textarea:focus, keygen:focus, select:focus {
	border-color: #A32473 !important;
	outline: none !important;
}
input.submit-button {
	background: #e48b3e;
	border: none;
	color: #fff;
	padding: 7px 15px;
	border-bottom: 3px solid #B0601B;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input.submit-button:hover {
	border-bottom: 3px solid #47022F;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #7C0653;
}
select, textarea, input[type="Name"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	border-color: #111000;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.contact_paralax a{color:#00A685;}
.contact-button {
    background-color: #565656;
	border: 2px solid #565656;
	border-radius: 5px;
	color: white;
	padding: 20px 40px;
}
.mail span{width: 40%;
    float: left;}
.contact-button:hover {
    background-color: #494646;
	border: 2px solid #494646;
}
#contact-form .row {
    margin-bottom: 20px;
}
#contact-form{
    margin-top:10px;
	margin-bottom: 10%;
}

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
.icon-angle-up:before {
  content: "\f106";
    font-family: FontAwesome;
}
#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #1c1c1c;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 30px; }

#gotoTop:hover { background-color: #9D1C6C; }

footer.footer-wrapper {
	background-color: #f0e9d7;
	padding: 40px 0;
	position:relative;
	border-top: 2px solid #807561;
}
a.tag_link {
	cursor: pointer;
	color: #767676;
	display: inline-block;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	background: none;
	border: 1px solid #da853d;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
a.tag_link:hover {
	background: #262626;
	border: 1px solid white;
	color: white;
}
.foo_contct i {
	color:#da853d;
	font-size:19px;
	margin-right: 20px;
}
.col-md-4.foo_contct p {
	margin-bottom: 30px;
}
footer#copyrights {
	background-color: #024F82;
	padding: 30px 0 5px 0;
}
footer#copyrights p {
	color: #FFFFFF;
	font-weight: 400;
}
footer#copyrights p a {
	color: #FFFFFF;
	margin-left: 10px;
}
footer.footer-wrapper p.contactfoo {
	margin-bottom: 15px;
	line-height: 24px;
	text-align: justify;
	margin: 0 50px 30px 0;
}
a.button {
	border: 1px solid #da853d;
	padding: 10px 40px;
	color: #545454;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}
footer.footer-wrapper p {
	color:#767676;
	margin:0;
}
.footer-container h3{
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif !important;
	text-transform: uppercase;
	color: #303030 !important;
}
.foo_logosection p strong {
	color: #767676;
	display: inline-block;
	width: 60px;
}
#copyrights ul.social-list li:last-child a i {
  border-right: 0px solid #f2f2f2;
}
#copyrights ul.social-list {
	margin: 0;
	margin-top: -10px;
}
#recent_post_list .post h4 a{
	color: #BBB !important;
}
#recent_post_list .post ul {
	margin: 8px -10px 0 0;
}
#recent_post_list .post ul li {
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px 15px 0;
	color: #999;
	font-style: italic;
}
#recent_post_list .post:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
#recent_post_list .post{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed rgba(255,255,255,.1);
}
#recent_post_list .post h4{
	font-family: 'Raleway', sans-serif !important;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}
ul#menu-footer {
	margin: 60px 0 0 0;
	display: inline-block;
}
ul#menu-footer li {
	float:left;
}
ul#menu-footer li a{
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 15px;
	color:#fff;
}
.footer_social_list li {
	float: left;
}
.footer_social_list li a {
	padding: 0 15px;
	color: #fff;
	font-size: 36px;
}
.footer_form {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: table;
	border-collapse: separate;
}
.input_bt .btn_send{
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 8px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #9D1C6C;
	border-color: #9D1C6C;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0; 
	font-family: 'Raleway', sans-serif !important;
	font-size:16px;
	font-weight: 500;
}
form.footer_contact .col-md-12 {
	margin-bottom: 12px;
}
.footer_form .form_icon, .input_bt {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.footer_form .form_icon{
	color: #999 !important;
	background-color: rgba(0,0,0,.35) !important;
	border-color: rgba(0,0,0,.25) !important;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	border-radius: 4px;
	border-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.transparent_form, .footer_form .form_icon, .input_bt {
	display: table-cell;
}
.transparent_form, .message {
	color: #7a7979;
	background-color: rgba(0,0,0,.2);
	border-color: rgba(0,0,0,.25) !important;
	border-radius: 0 !important;  
	font-family: 'Raleway', sans-serif !important;
	font-size:14px;
	font-weight: 600;
}
ul.footer_social_list {
	float: right;
	margin-top: 50px;
}
/*==================== IMPORTANT CSS3 ====================*/
/*=================           ==================/
                    Important
===================           ==================*//*
				
					Alsaints MENU

===================           ==================*/
.top_welcome_icons {
	display: inline-block;
	width: 100%;
}
.top_welcome {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	width: 100%;
}
.number {
	font-family: 'Dosis', sans-serif !important;
}
.psy-text h3.title {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
	font-weight: 600;
}
.psy-text h3.title span {
	border-bottom: 1px solid #0B5F93;
	padding-bottom: 9px;
}
img.alignright, div.alignright {
	float: right;
	margin: 5px 0 13px 20px;
}
img.alignleft, div.alignleft {
	float: left;
	margin: 5px 20px 13px 0;
	max-width: 100%;
}
section.welcome {
	margin-top: 50px;
}
section.welcome .content {
	margin: 40px 0;
}
.owl-item .news ul li {
	font-family: 'Dosis', sans-serif !important;
	float: left;
	padding: 0 10px;
	color:#808080;
	font-size:12px;
	border-right: 1px solid #ddd;
}
.owl-item .news ul li:first-child {
	padding: 0 10px 0 0;
}
.owl-item .news ul li:last-child {
	border-right: 0px solid #ddd;
}
.owl-item .news ul {
	display: inline-block;
	margin-left: 22%;
}
.owl-item .news {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
.owl-item .news:last-child {
	border-bottom: 0px dashed #ddd;
	padding-bottom: 0;
}
.owl-item .news h4 {
	color:#337ab7;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
}
.owl-item .news p {
	font-size: 12px;
	line-height: normal;
}
.owl_news {
	margin-left: 25px;
}
div#demo {
	border: 1px solid #344155;
	margin-top: 44px;
	position: relative;
	cursor: -webkit-grab;
}
.owl-item .news ul:last-child {
	margin-bottom: 0;
}
.owl-controls.clickable {
	margin: 0 !important;
	position: absolute;
	bottom: 0;
	right: 10px;
}
div#owl-demo .owl-controls .owl-page span {
	width: 8px !important;
	height: 8px !important;
	opacity: 1 !important;
	margin:5px 2px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	background: #979797 !important;
}
div#owl-demo .owl-controls .owl-page.active span{
	background: #545454 !important;
}
section.banner_image_section {
	margin: 75px 0;
}
.psy-text.centre {
	text-align: center;
}
.psy-text.centre h1.title {
	border: none;
	padding-bottom: 10px;
	font-weight: 700;
}
.psy-text.centre h1.title span.dotted {
	border-bottom: 0.06em dotted #0B5F93;
	padding-bottom: 9px;
}
.psy-text.centre h4 {
	margin: 30px 0;
	color: #545454;
}
.icon {
	width: 90px;
	height: 90px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 90px;
	color: #FFFFFF;
	position: relative;
	margin: 30px auto;
}
.icon i {
	position: relative;
	top: 18px;
	font-size: 48px;
}
.icon_area, .icon_area p {
	text-align: center;
}
.colored_bg {
	position: relative;
}
.colored_bg:before, .colored_bg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.colored_bg:before {
	right: 0;
	width: 50%;
	background: #2A80B9;
	border-left: 1px dashed #fff;
}
.colored_bg:after {
	left: 0;
	width: 50%;
	background: #2A80B9;
}
.colored_bg_padding {
	position: relative;
	padding: 90px 0;
	z-index: 99999999;
}
section.colored_bg_padding h2 {
	color: #fff;
	font-weight: 700;
}
section.colored_bg_padding h4 {
	color: #000;
	font-weight: 600;
	margin: 10px 0;
}
section.colored_bg_padding p {
	color: #fff;
	font-family: 'Raleway', sans-serif !important;
	max-width: 450px;
	line-height: 24px;
}
a.animate_btn {
	position: relative;
	bottom: 0;
	left: 0;
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	background-color: #FF9B00;
	padding: 12px 35px;
	box-shadow: 3px 3px 0px #2F4250;
}
a.koru {
	-webkit-transition: color .3s ease, background-color .4s ease, box-shadow .3s ease;
	-o-transition: color .3s ease, background-color .4s ease, box-shadow .3s ease;
	transition: color .3s ease, background-color .4s ease, box-shadow .3s ease;
	z-index: 1;
}
a.koru:before, a.koru:after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	background: #FFA600;
	z-index: -1;
	-webkit-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
}
a.koru:before {
	left: 0;
}
a.koru:after {
	right: 0;
}
a.koru:hover {
	color: #000 !important;
	box-shadow: 3px 3px 0px #444;
}
a.koru:hover::before {
	width: 50%;
}
a.koru:hover::after {
	width: 50%;
}
ul.features {
	list-style: none outside none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
ul.features li {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 5px 0 5px 35px;
}
ul.features li i.fa.fa-shield {
	font-size: 28px;
	margin: 0px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
.right {
	margin-left: 35px;
}
section.news_videos {
	margin: 40px 0;
}
.news_events h3 {
	color: #3a3a3a !important;
	font-weight: 600;
	padding-bottom: 10px;
}
.news_events h3 span {
	padding-bottom: 10px;
	position: relative;
}
.news_events h3 span:after {
	content: " ";
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #51b8f2;
	left: 0;
	bottom: 0;
}
ul.news {
	margin-top: 10px;
}
ul.news li:last-child {
	border-bottom: 0px;
}
ul.news li {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
ul.news li i {
	float: left;
	font-size: 48px;
	width: 85px;
	color: #449fdf;
}

ul.news li h4 strong{
  color: #545454;
}
#demo1 .owl-controls.clickable {
	margin: 0px auto !important;
	position: relative !important;
}
#demo1 .item {
	cursor: -webkit-grab;
}


.youtube-container { display: block; margin: 20px auto; width: 100%; max-width: 600px; }
.youtube-player {
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: -webkit-grabbing;
  cursor: pointer;
  display: block;
}
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }
div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("http://i.imgur.com/TxzC70f.png") no-repeat; }
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

img.youtube-thumb:after {
	content: " ";
	width: 100%;
	height: 100%;
}
.promo-full {
	background-color: #449FDF;
	padding: 40px 0 !important;
	box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.29);
}
.promo h3 {
	margin-bottom: 0;
	font-size: 30px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
}
.promo h3 span {
	color: #434343;
	margin: 0 10px;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-transform: lowercase !important;
}
.promo > .container > span {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 6px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.promo-full a.buttonpsy {
	right: 0;
	font-family: 'Open Sans', sans-serif;
	padding: 15px 60px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: -60px;
	position: relative;
	z-index: 1;
	float: right;
}
.white_bt {
	color: #FFFFFF !important;
	border: 1px solid #fff;
}
section.insidepage_contents {
	padding: 15px 0;
}

section.breadcrumbs {
	background-color: rgba(8, 93, 173, 0.65);
	padding: 12px 0;
	margin-top: -121px;
	position: absolute;
	width: 100%;
}
section.breadcrumbs h1 {
	color:#fefefe;
}
section.breadcrumbs ul li {
	float: left;
	padding: 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#ffffff;
	position: relative;
}
section.breadcrumbs ul li a{
	color: #ff893b;
}
section.breadcrumbs ul li a:after {
	content: "/";
	position: absolute;
	right: 0;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
}
.content h3 {
	font-size: 16px;
	color: #014073;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif !important;
}
.content h4{
	font-size: 16px;
	color: #024F82;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif !important;
}
.insidepage_contents .content p, .insidepage_contents .content blockquote{
	color: #272727;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 22px;
	text-align: justify;
}
/*=============INSIDE FIXED MENU====================*/
.fixed_menu {
	position: fixed;
	left: 0;
	top: 25%;
	width: 290px;
	-webkit-transform: translateX( -100% );
	-moz-transform: translateX( -100% );
	-o-transform: translateX( -100% );
	transform: translateX( -100% );
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-moz-transition: -moz-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	z-index: 99999;
}
.fixed_menu.hover {
	-webkit-transform: translateX( 0 );
	-moz-transform: translateX( 0 );
	-o-transform: translateX( 0 );
	transform: translateX( 0 );
	box-shadow: 6px 25px 25px #000;
	z-index: 99999999999999;
}
.fixed_menu:before {
	content: " ";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	background-color: #085DAD;
	display: block;
	right: -48px;
	width: 50px;
	height: 51px;
	line-height: 50px;
	font-size: 24px;
	z-index: 999998;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transform: translateZ( 1900px );
	-moz-transform: translateZ( 1900px );
	transform: translateZ( 1900px );
	box-shadow: 7px 3px 7px rgba(0, 0, 0, 0.77);
}
.fixed_menu:after {
	content: "\f013";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -33px;
	line-height: 50px;
	font-size: 24px;
	z-index: 999998;
	color: #FFF;
	top: 0;
}
.fixed_menu:after {
	animation-name: spin;
	animation-duration: 900ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 900ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 900ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 900ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
}
.left_menu_box, .slider_box {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
}
@media (min-width: 992px){
	.left_menu_box {
		width: 23%;
		float: left;
	}
}
.left_menu {
	background-color: #fff;
}
h3.left_menu_title {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #085DAD;
	padding: 16px 10px;
	position: relative;
	margin: 0 0 10px 0;
}
span.bar_icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #5FABCE;
	padding: 7px 10px 0 11px;
}
i.fa.fa-bars {
	background-color: #FFF;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	margin: 0px auto;
	line-height: 27px;
	color: #5FABCE;
	font-size: 16px;
}
/*
.left_menu ul::-webkit-scrollbar {
    width: 1em;
}
 
.left_menu ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.left_menu ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/

.left_menu ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color:  rgb(0, 0, 0, .5);border-radius:10px;
}

.left_menu ul::-webkit-scrollbar
{
	width: 10px;
	background-color: rgb(0, 0, 0, .5);border-radius:10px;
}

.left_menu ul::-webkit-scrollbar-thumb
{
	background-color: #d66060;border-radius:10px;
}


.left_menu ul {
	padding: 0 12px;
	margin: 0px;
	overflow: auto;
	max-height: 440px;
}
.left_menu ul li {
  border-bottom: 1px solid #ccc;
}
.left_menu ul li a {
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
}
.left_menu ul li a:before {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform:rotate(0deg);
  }

  to {
    -webkit-transform:rotate(360deg);
  }
}







/*===========================Gallery=======================================*/

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.nvr-pf-box{
	border: 0px !important;
	position: relative;
	overflow: hidden;
	transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-moz-transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-webkit-transition: background-color ease-out 0.25s, border ease-out 0.25s;
	-o-transition: background-color ease-out 0.25s, border ease-out 0.25s;
}
.nvr-pf-img:before {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.nvr-pf-img::before {
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
}
.nvr-pf-img::before {
  background-color: #000;
}
.nvr-pf-box:hover .nvr-pf-img::before {
	opacity: 0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nvr-pf-box:hover .nvr-pf-img a.img_gotospot{
	opacity: 0.9;
	-webkit-transform: scale(1);
	transform: scale(1);
	
}
.nvr-pf-img figure img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	transition: .3s cubic-bezier(1,0,.5,1);
	-webkit-transition: .3s cubic-bezier(1,0,.5,1);
	-ms-transition: .3s cubic-bezier(1,0,.5,1);
}
.nvr-pf-box:hover .nvr-pf-img figure img{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.nvr-pf-box:hover .nvr-pf-text {
	opacity:1;
}
.nvr-pf-text h2.nvr-pf-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 14px 0px;
	display: block;
	text-align: center;
	color: #fff !important;
	border-bottom: 1px solid #dcdcdc;
}

.nvr-pf-img .nvr-pf-text {
  position: absolute;
  bottom: 60%;
  width: 100%;
  border-width: 0px;
  left: 0px;
  z-index: 9999999;
  margin-bottom: 0px;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: opacity ease-out 0.5s;
  -moz-transition: opacity ease-out 0.5s;
  -webkit-transition: opacity ease-out 0.5s;
  -o-transition: opacity ease-out 0.5s;
}
.nvr-pf-img a.img_gotospot i.fa.fa-camera-retro {
	font-size: 48px;
	position: relative;
	top: 6px;
	left: 0;
	color: #fff;
}
.nvr-pf-img a.img_gotospot.g_list {
	left: 36%;
}
.nvr-pf-img a.img_gotospot {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 29%;
	margin-top: -30px;
	cursor: pointer;
	font-size: 20px;
	line-height: 59px;
	text-align: center;
	text-transform: uppercase;
	z-index: 200;
	opacity: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	color: #FAFDFF;
	font-family:"Trebuchet_MS",Arial, Helvetica, sans-serif;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.gallery{padding-right: 0px !important;padding-left: 0px !important;}

.blueimp-gallery>.slides>.slide img.poup{  background: white;
  padding: 10px 50px 63px 50px;
  border-radius: 15px 15px 0 0;}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}


/*===========================Gallery=======================================*/

@charset "UTF-8";.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{position:absolute;top:0;right:0;bottom:0;left:0;-moz-backface-visibility:hidden}

.blueimp-gallery>.slides>.slide>.slide-content{margin: 10% auto;width:auto;height:auto;max-width:100%;max-height:100%;opacity:1}

.blueimp-gallery{position:fixed;z-index:999999;overflow:hidden;background:#000;background:rgba(0,0,0,.9);opacity:0;display:none;direction:ltr;-ms-touch-action:none;touch-action:none}

.blueimp-gallery-carousel{position:relative;z-index:auto;margin:1em auto;padding-bottom:56.25%;box-shadow:0 0 10px #000;-ms-touch-action:pan-y;touch-action:pan-y}

.blueimp-gallery-display{display:block;opacity:1}

.blueimp-gallery>.slides{position:relative;height:100%;overflow:hidden}

.blueimp-gallery-carousel>.slides{position:absolute}.blueimp-gallery>.slides>.slide{position:relative;float:left;height:100%;text-align:center;-webkit-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-moz-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-ms-transition-timing-function:cubic-bezier(0.645,.045,.355,1);-o-transition-timing-function:cubic-bezier(0.645,.045,.355,1);transition-timing-function:cubic-bezier(0.645,.045,.355,1)}

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-ms-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear}

.blueimp-gallery>.slides>.slide-loading{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}

.blueimp-gallery>.slides>.slide-loading>.slide-content{opacity:0}

.blueimp-gallery>.slides>.slide-error{background:url(../img/error.png) center no-repeat}

.blueimp-gallery>.slides>.slide-error>.slide-content{display:none}

.blueimp-gallery>.prev,.blueimp-gallery>.next{
                            position: absolute;
                            top: 50%;
							left: 15px;
							margin-top: -23px;
							-moz-box-sizing: content-box;
							-moz-border-radius: 23px;
							opacity: .5;
							cursor: pointer;
							display: none;
}

.blueimp-gallery>.prev:before{
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #00A5FF;
}
.blueimp-gallery>.next:before{
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #00A5FF;
}
.blueimp-gallery>.prev{
font-size:90px;}
.blueimp-gallery>.next{left:auto;right:15px;font-size:90px;}

.blueimp-gallery>.close,.blueimp-gallery>.title{position:absolute;top:15px;left:15px;margin:0 40px 0 0;font-size:20px;line-height:30px;color:#fff;text-shadow:0 0 2px #000;opacity:.8;display:none}

.blueimp-gallery>.close{padding:15px;right:15px;left:auto;margin:-15px;font-size:30px;text-decoration:none;cursor:pointer}

.blueimp-gallery>.play-pause{position:absolute;right:15px;bottom:15px;width:15px;height:15px;background:url(../img/play-pause.png) 0 0 no-repeat;cursor:pointer;opacity:.5;display:none}

.blueimp-gallery-playing>.play-pause{background-position:-15px 0}

.blueimp-gallery>.prev:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>

.close:hover,.blueimp-gallery>.title:hover,.blueimp-gallery>.play-pause:hover{color:#fff;opacity:1}

.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.title,.blueimp-gallery-controls>.play-pause{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}

.blueimp-gallery-single>.prev,.blueimp-gallery-left>.prev,.blueimp-gallery-single>.next,.blueimp-gallery-right>.next,.blueimp-gallery-single>.play-pause{display:none}

.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.prev,.blueimp-gallery>.next,.blueimp-gallery>.close,.blueimp-gallery>.play-pause{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

@charset "UTF-8";.blueimp-gallery>.indicator{position:absolute;top:auto;right:15px;bottom:15px;left:15px;margin:0 40px;padding:0;list-style:none;text-align:center;line-height:10px;display:none}

.blueimp-gallery>.indicator>li{display:inline-block;width:9px;height:9px;margin:6px 3px 0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid transparent;background:#ccc;background:rgba(255,255,255,.25)center no-repeat;border-radius:5px;box-shadow:0 0 2px #000;opacity:.5;cursor:pointer}

.blueimp-gallery>.indicator>li:hover,.blueimp-gallery>.indicator>.active{background-color:#fff;border-color:#fff;opacity:1}

.blueimp-gallery-controls>.indicator{display:block;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}

.blueimp-gallery-single>.indicator{display:none}.blueimp-gallery>.indicator{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*+html .blueimp-gallery>.indicator>li{display:inline}

@charset "UTF-8";.blueimp-gallery>.slides>.slide>.video-content>img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:auto;height:auto;max-width:100%;max-height:100%;-moz-backface-visibility:hidden}

.blueimp-gallery>.slides>.slide>.video-content>a:hover{opacity:1}.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{display:none}.blueimp-gallery>.slides>.slide>.video-content>video{display:none}.blueimp-gallery>.slides>.slide>.video-playing>video{display:block}.blueimp-gallery>.slides>.slide>.video-loading>a{background:url(../img/loading.gif) center no-repeat;background-size:64px 64px}body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{background-image:url(../img/video-play.svg)}*+html .blueimp-gallery>.slides>.slide>.video-content{height:100%}*+html .blueimp-gallery>.slides>.slide>.video-content>a{left:50%;margin-left:-64px}
								/*=================Gallery================*/


.tableImg {
    background-color: #F2F2F2;
    padding: 3px 8px 3px 8px;
}
.tableBg{
	background-color: white;
	padding: 3px 8px 3px 8px;
}

/*=================MOBILE MENU===================*/	
@media only screen and (min-width: 240px) and (max-width: 690px){
	.top-bar {
		display: none;
	}
	a.navbar_mob_brand img {
		position: relative;
		width: 50%;
		height: auto;
		text-align: center;
		left: 0px;
		z-index:-9999999999999;
	}
	.navbar-header{
		text-align: center;
	}
	.psy-text h3.title span, .psy-text.centre h1.title span.dotted{
		border-bottom:0px;
	}
	.psy-text.centre h1.title{
		border-bottom: 0.06em dotted #0B5F93;
	}
	.colored_bg:before{
		border-left:0px;
	}
	ul.features {
		list-style: none outside none;
		-webkit-column-count: 1; 
		-moz-column-count: 1;
		column-count: 1;
	}
	.promo h3 {
		font-size: 22px;
		line-height: 36px;
	}
	.promo-full a.buttonpsy {
		margin-top: 13px;
		text-align: center;
		float: left;
	}
	section.promo.promo-full p {
		color: #444;
		font-weight: 600;
	}
}

/* -------------------------------- 

Main components 

-------------------------------- */
@media only screen and (min-width: 990px){
	nav.cd-nav {
		display: none;
	}
}
.cd-main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (max-width: 960px) {
    .navbar-header .navbar-brand img, ul.social-list{display:none;}
	.hat {padding: 199px 0 40px 40px;}
	.blueimp-gallery>.slides>.slide>.slide-content {margin: 50% auto;}
}

@media only screen and (max-width: 1169px) {
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}
.cd-main-header {
  z-index: 3;
}
.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
}
.cd-logo img {
  display: block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}
.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: 14px;
	left: 0%;
}
.cd-header-buttons li {
  display: inline-block;
}
@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent !important;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #085DAD;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #2e3233;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1290px) {
  .cd-nav-trigger, .cd-main-header {
    display: none;
  }
  
}
.cd-primary-nav li p {
  position: absolute;
  bottom: 20px;
  left: 6px;
  color: #FFF;
  font-size: 20px;
  font-family: Playfair Display !important;
  font-style: italic;
}
.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #085DAD;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 60px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #303135;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
	z-index:999;
  }
}
.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search form {
  height: 100%;
  width: 100%;
}
.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}
.cd-search input:focus {
  outline: none;
}
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
  position: fixed;
}
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 1170px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}
/*=================MOBILE MENU===================*/	/*
@media only screen and (min-width: 240px) and (max-width: 690px){
	.top-bar {
		display: none;
	}
	a.navbar_mob_brand img {
		position: relative;
		width: 50%;
		height: auto;
		text-align: center;
		left: 0px;
		z-index:-9999999999999;
	}
	.navbar-header{
		text-align: center;
	}
	.psy-text h3.title span, .psy-text.centre h1.title span.dotted{
		border-bottom:0px;
	}
	.psy-text.centre h1.title{
		border-bottom: 0.06em dotted #0B5F93;
	}
	.colored_bg:before{
		border-left:0px;
	}
	ul.features {
		list-style: none outside none;
		-webkit-column-count: 1; 
		-moz-column-count: 1;
		column-count: 1;
	}
	.promo h3 {
		font-size: 22px;
		line-height: 36px;
	}
	.promo-full a.buttonpsy {
		margin-top: 13px;
		text-align: center;
		float: left;
	}
	section.promo.promo-full p {
		color: #444;
		font-weight: 600;
	}
}
*/


a.more_news {
	margin-left: 15px;
	color: #014139;
}
a.more_news:after {
	content: "\f101";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 3px;
}
.top-bar .contact-details li:first-child a {
  background-color: #0A62C3;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
}

div#cont_rt_sec .specication li {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	color: #3F3F3F;
	text-align: justify;
	margin-left: 30px;
	position: relative;
}
div#cont_rt_sec .specication li:before {
	position: absolute;
	content: "";
	left: -3px;
	top: 7px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: 3px solid #0A62C3;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #FFF;
}
.content ul li:before{
	content: "\f00c";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	top: 4px;
	left: 0;
	font-size: 17px;
	color: #DA853D;
	line-height: 22px;
}
.content ul li {
	color: #272727;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
ul b {
  color: #444;
}
.content ul li a {
  color: #182E4F;
}
.staff_div {
	box-shadow: 3px 3px 15px rgba(0,0,0,0.30);
	border-top: 5px solid #8B7C4C;
	font-family: "RobotoDraft","Roboto",sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 550px;
}
.staff_img img {
	border-radius: 50%;
	border: 5px solid #fff;
	max-width: 150px;
}
.staff_img {
	text-align: center;
	background-color: #AEA27A;
	padding: 10px 0;
}
.pdng {
	padding:10px;font-family: "RobotoDraft","Roboto",sans-serif;
  -webkit-font-smoothing: antialiased;font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.staff_name{
	background: #DACE9A;
	text-align: center;
}
.pdng.staff_name a {
	color: #000;
	font-size: 18px;
	font-family: "RobotoDraft","Roboto",sans-serif;
	-webkit-font-smoothing: antialiased;
}
.pdng b {
	font-weight: 500 !important;
	color: #C36C03;
	margin-right: 5px;
}
.pdng.bttt {
	text-align: center;
}
.pdng a.btn {
	font-family: "RobotoDraft","Roboto",sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #8B7C4C;
	color: #fff;
	padding: 5px 25px;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #7B7B7B;
}
.pdng.bttt {
	text-align: center;
	vertical-align: bottom;
	position: absolute;
	bottom: 10px;
	left: 30%;
}
.staff_image p.Name strong {
	color: #179BD7 !important;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.33;
}

.Qualification p:hover::before{
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;/*
	transform: skewY(0rad);*/	
	transform: scaleY(1);
}
.Qualification p:hover::after{
	opacity: 1;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;/*
	transform: skewX(0deg);*/
	transform: scaleX(1);
}
.Qualification p:before {
	content: " ";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;/*
	transform: skewY(.2rad);*/	
	transform: scaleY(0);
}
.Qualification p:after {
	content: " ";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	opacity: 0;/*
	transform: skewX(60deg);*/
	transform: scaleX(0);
}
.Qualification p {
  text-decoration: none;
  display: block;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  color: #3F3F3F !important;
  font-weight: 400;
  position: relative;
}
.tab-pane li {
	margin-bottom: 10px;
	margin-left: 30px;
	position: relative;  padding-left: 10px;
}
.tab-pane li:before{
	position: absolute;
	content: "";
	left: -3px;
	top: 10px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: 3px solid #0A62C3;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #FFF;
}
.staff_image {
	text-align: center;
	background-color: #FFFFFF;
}
.staff_image img {/*
  border-radius: 50%;*/
  border: 4px solid #E1E1E1;
}
.staff_image p {
	text-align: center;
	margin-bottom: 0;
}
.staff_image p {
	margin: 10px 0 0 0;
	position: relative;
	display: inline-block;
	width: 100%;
}
.tab-content .tab-pane {
	border: 1px solid #E1E1E1;
	padding: 10px;border-top: 0;
}
ul#myTabs li.active a {
	background-color: #DA853D;
	color: #fff;
	font-family: "RobotoDraft","Roboto",sans-serif;
	-webkit-font-smoothing: antialiased;
}
ul#myTabs li a {
	background-color: rgba(8, 93, 173, 0.38);
	color: #222;
}
.tab-content .tab-pane h5 {
	font-size: 16px;
}









