﻿/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
 
 
 .g-recaptcha {
    display: inline-block;
    }

.recaptchamessage {
	text-align: center;
	color:white;
	font-size: 14;
	font-family: "Nexa-Regular",sans-serif;
	
	}

 

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Nexa-Regular', sans-serif;
}
h10{
	font-family: "Nexa-Regular",sans-serif;
	font-weight:bolder;
	color:#fff;
	font-size:16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body p{
	font-family: "Roboto",sans-serif;
	font-weight: 300;
	letter-spacing: 0.8px;
	line-height: 1.8;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
	font-family: 'Nexa-Regular';
	src: url('../fonts/nexalight.otf');
}
.intro{
	height:635px;
	/*background: url(../images/intro-bg.jpg);*/
	background: 
    linear-gradient(
      rgba(40, 40, 40, 0.7), 
      rgba(40, 40, 40, 0.7)
    ),
    url(../images/intro-bg.jpg);
	background-size:cover;
	/*background-size:100% 100%;*/
	position:relative;
}
.menu-bar {
  background:#000;
  background: 
    linear-gradient(
      rgba(40, 40, 40, 0.4), 
      rgba(40, 40, 40, 0.4)
    );

  display: block;
  margin-top: 50px;
  
  position: absolute;
  text-align: right;
  width: 100%;
  padding: 10px;
}
.menu-bar ul {
	margin:0;
}
.menu-bar ul li{
	display:inline;
	margin-right: -5px;
}
.menu-bar ul.list-unstyled li a {
	color: #C3C3C3;
	font-weight: 600;
	padding: 11px 10px;
	text-transform: uppercase;
	font-family: "Roboto";
	font-weight: 300;
	transition:.5s ease;
}
.menu-bar ul.list-unstyled li a:active, .menu-bar ul.list-unstyled li a:focus{
	text-decoration:none;
}
.menu-bar ul.list-unstyled li a:hover {
  background: #000 none repeat scroll 0 0;
  text-decoration:none;
  background: 
    linear-gradient(
      rgba(40, 40, 40, 0.8), 
      rgba(40, 40, 40, 0.8)
    );
  color:#fff;
  transition:.5s ease;
}
.menu-bar ul.list-unstyled li a.active{
	background: #000 none repeat scroll 0 0;
	background: 
    linear-gradient(
      rgba(40, 40, 40, 0.8), 
      rgba(40, 40, 40, 0.8)
    );
	color:#fff;
}
.intro-content {
  position: absolute;
  top: 150px;
  width: 100%;
}
.col-md-4.intro-image > img {
  height: 200px;
  width: 100%;
}
.intro-texts h1 {
  color: #ffffff;
  text-transform:uppercase;
}
.intro-texts span {
	color: #ffffff;
	letter-spacing: 0.8px;
	line-height: 1.8;
}
.col-md-8.intro-texts > ul {
  margin-top: 100px;
}
.col-md-8.intro-texts > ul li{
	display:inline;
	padding-right:15px;
}
.intro-texts ul.list-unstyled li a {
  border: 1px solid #534F4E;
  padding: 10px 20px;
  color:#ffffff;
  text-transform:uppercase;
  transition:.5s ease;
}
.intro-texts ul.list-unstyled li a:hover{
	background:#EE3866;
	text-decoration:none;
	color:#ffffff;
	border: 1px solid #EE3866;
}
.program{
	padding:100px 0;
}
.program .col-md-12 > h2 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom:50px;
  margin-top:0;
  position:relative;
}
.program .col-md-12 > h2::before {
  background: red none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 35%;
  position: absolute;
  width: 1px;
}
.program .col-md-12 > h2::after {
  background: red none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 35%;
  position: absolute;
  top: 36px;
  width: 150px;
}
.program .col-md-3{
	text-align:center;
}
.program .col-md-3 .single-service{
	border:1px solid #E8E8E8;
	padding: 0 5px;
	height: 300px;
	transition:1s ease;
}
.single-service p:nth-child(1) {
	border-radius: 50%;
	display: inline-block;
	height: 80px;
	padding: 15px 0;
	text-align: center;
	width: 80px;
	margin-bottom:0;
	margin-top:40px;
	transition:1s ease;
	border:5px solid #fff;
}
.single-service p i {
  font-size: 40px;
  color:#fff;
}
.single-service a {
  color: #EE3866;
  opacity:0;
  transition:.5s ease;
}
.program .col-md-3:hover .single-service p a{
	text-decoration:none;
	opacity:1;
}
.program .col-md-3:hover .single-service p:nth-child(1) {
  display: block;
  margin: -40px auto 0 auto;
}
.single-service h3{
	transition:.5s ease;
	text-transform: uppercase;
}
.program .col-md-3:hover .single-service h3{
	color: #EE3866;
}
.why-choose-us{
	padding:125px 0;
}
.why-choose-us .col-md-5{
	position:relative;
}
.why-choose-us .col-md-5 > img {
	width: 100%;
	position: relative;
	top: -25px;
}
.why-choose-us .col-md-7 > h2 {
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-top:0;
}
.why-choose-us .col-md-7 > span{
	display: block;
	letter-spacing: 0.8px;
	line-height: 1.8;
	padding-bottom: 30px;
}
.why-choose-us .col-md-7 ul li{
	margin-bottom:30px;
}
.why-choose-us .col-md-7 ul li i {
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	color: #fe4645;
	display: inline-block;
	float: left;
	margin: 0 35px 0 0;
	padding: 15px;
	transition:1s ease;
}
.why-choose-us .col-md-7 ul li:hover i{
	color:#fff;
	background:#fe4645;
	border: 1px solid #FE4645;
}

/**grey section*/
.grey_section {
  background-color: #f3f3f3;
  color: #3f3f3f;
}
.grey_section h1,
.grey_section h2,
.grey_section h3,
.grey_section h4,
.grey_section h5,
.grey_section h6 {
  color: #444444;
}
.grey_section a {
  color: #4c4c4c;
}
.grey_section a:hover {
  color: #f36639;
}
.grey_section .theme_button {
  color: #4c4c4c;
  border-color: #d7d7d7;
}
.grey_section .theme_button:hover, .grey_section .theme_button:focus {
  color: #ffffff;
  border-color: #f36639;
}
.grey_section .theme_button.border {
  border-color: #f36639;
}
.grey_section .theme_button.border:hover, .grey_section .theme_button.border:focus {
  background-color: #f36639;
  color: #ffffff;
}
.grey_section .with_background {
  background-color: #f0f0f0;
}
.grey_section .with_border {
  border-color: #d7d7d7;
}
.grey_section.with_top_border .container:before, .grey_section.with_bottom_border .container:after {
  background-color: #d7d7d7;
}
.grey_section hr {
  border-color: #e1e1e1;
}
.grey_section aside .widget > h3,
.grey_section aside .widget .widget-title {
  background-color: #ffffff;
}
.grey_section .nav > li > a:hover,
.grey_section .nav > li > a:focus {
  background-color: #f0f0f0;
  color: #4c4c4c;
}
.grey_section .nav > li.active > a:hover,
.grey_section .nav > li.active > a:focus,
.grey_section .nav-tabs > li.active > a:hover,
.grey_section .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
}
.grey_section .panel-heading .panel-title > a,
.grey_section .panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #d7d7d7;
}
.grey_section .progress {
  background-color: #ffffff;
}
.grey_section .testimonials-carousel {
  border: none;
}
.grey_section .widget_recent_entries li + li,
.grey_section .widget_recent_comments li + li,
.grey_section .widget_archive li + li,
.grey_section .widget_categories li + li,
.grey_section .widget_meta li + li,
.grey_section .widget_nav_menu li + li,
.grey_section .widget_pages li + li,
.grey_section .widget_popular_entries li + li {
  border-color: #d7d7d7;
}
.grey_section .tweet_list li + li .tweet_right {
  border-color: #d7d7d7;
}
.grey_section .price-table,
.grey_section .features-list li {
  border-color: #d7d7d7;
}
.grey_section .widget_tag_cloud a {
  border-color: #d7d7d7;
}
.grey_section .widget_tag_cloud a:hover {
  color: #ffffff;
}
.grey_section .widget_calendar caption,
.grey_section .widget_calendar thead,
.grey_section .widget_calendar tbody,
.grey_section .widget_calendar tfoot,
.grey_section .widget_calendar tbody td {
  border-color: #d7d7d7;
}
.grey_section .owl-theme .owl-controls .owl-buttons div {
  border-color: #d7d7d7;
}
.grey_section #isotope_filters a {
  border-color: #d7d7d7;
}
.grey_section .project-details p + p {
  border-color: #d7d7d7;
}
.grey_section .gallery-item-description p, .grey_section .gallery-item-description h3, .grey_section .gallery-item-description a, .grey_section .gallery-item-description h4 {
  color: #ffffff;
}
.grey_section .gallery-item-description a:hover {
  color: #4c4c4c;
}

/*team*/

#team{
padding:100px 0;
background:#E5E4E2;
} 

#team h4 {
  margin: 20px 0 0;
  font-weight:bold;
  color: #000000
}

#team .team_desc {
  background: #ffffff;
}

#team .team_desc:hover img {
  opacity: 0.8;
}

#team .team_desc:hover {
  background: #38ACEC;
}

#team .team_desc:hover h4, #team .team_desc:hover p {
  color: #ffffff;
}

#team .color {
  color: #616D7E;
  font-weight:bold;
  font-size:small
}

#team .caption {
  padding-left: 20px;
  padding-bottom: 1px;
  border-bottom: 3px solid #1589FF;
}


.ourteam{
	padding:120px 0;
	background:#E5E4E2;
	
}
.ourteam .col-md-12 > h2 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom:50px;
  margin-top:0;
  position:relative;
}
.ourteam .col-md-12 > h2::before {
  background: red none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 35%;
  position: absolute;
  width: 1px;
}
.ourteam .col-md-12 > h2::after {
  background: red none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 35%;
  position: absolute;
  top: 36px;
  width: 150px;
}
.owl-item img {
  width: 95%;
}
.ourteam .col-md-12 div img:hover{
	opacity:.6;
	cursor:pointer;
}
.owl-pagination {
  margin-top: 30px;
}
.testimonial{
	padding:100px 0;
	/*background: rgba(0, 0, 0, 0) url("../images/testimonial-bg.jpg") repeat scroll 0 0 / 100% 160%;*/
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(40, 40, 40, 0.45), 
      rgba(40, 40, 40, 0.45)
    ),
    /* bottom, image */
    url(../images/testimonial-bg.jpg);
	background-size:cover;
}
.testimonial .col-md-12 > h2 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom:50px;
  margin-top:0;
  color:#fff;
  position:relative;
}
.testimonial .col-md-12 > h2::before {
  background: red none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 40%;
  position: absolute;
  width: 1px;
}
.testimonial .col-md-12 > h2::after {
  background: red none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 40%;
  position: absolute;
  top: 36px;
  width: 150px;
}
#testimonial-carousel .owl-item img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
#testimonial-carousel .owl-item ul li{
	display:inline;
}
#testimonial-carousel .owl-item ul li a i{
	color:#FCE14C;
}
#testimonial-carousel {
  text-align: center;
}
.single-client.col-md-6 {
  float: none;
  margin: 0 auto;
}
.single-client p{
	color:#fff; 
}
.clients-logo{
	padding:100px 0;
}
#clients-logo .owl-pagination {
  display: none;
}
#clients-logo img{
	opacity:.9;
	transition:.5 ease;
}
#clients-logo img:hover{
	opacity:1;
}
.price-list{
	padding:100px 0;
	/*background: rgba(0, 0, 0, 0) url("../images/price-bg.jpg") repeat scroll 0 0 / 100% auto;*/
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(40, 40, 40, 0.7), 
      rgba(40, 40, 40, 0.7)
    ),
    /* bottom, image */
    url(../images/price-bg.jpg);
	background-size:cover;
}
.price-list .col-md-12 > h2 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom:50px;
  margin-top:0;
  color:#fff;
  position:relative;
}
.price-list .col-md-12 > h2::before {
  background: #FF4647;
  content: "";
  height: 37px;
  left: 42%;
  position: absolute;
  width: 1px;
}
.price-list .col-md-12 > h2::after {
  background: #FF4647;
  content: "";
  height: 1px;
  left: 42%;
  position: absolute;
  top: 36px;
  width: 150px;
}
.price-list .col-md-4 .list-unstyled {
  background: #fff none repeat scroll 0 0;
}
.price-list .col-md-4 ul.list-unstyled li{
	text-align:center;
	padding: 20px 0;
}
.item-type {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.item-price {
  padding: 20px 25px;
  border-top:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  transition:.5s ease;
}
.offer-text {
  color: #a7a7a7;
  transition:.5s ease;
}
.price-list .col-md-4 ul.list-unstyled li span.price-text{
	display:block;
	font-size:30px;
}
.price-list .col-md-4 ul.list-unstyled li a {
	background: #f1f1f1 none repeat scroll 0 0;
	border-radius: 20px;
	color: #333;
	font-weight: 700;
	padding: 10px 30px;
	transition: all 0.5s ease 0s;
}
.price-list .col-md-4 ul.list-unstyled li:last-child{
	padding-bottom:30px;
}
.price-list .col-md-4 ul.focused li a{
	background:#FF4546;
	color:#fff;
	text-decoration:none;
}
.price-list .col-md-4 ul:hover li a{
	background:#FF4546;
	color:#fff;
	text-decoration:none;
}

.price-list .col-md-4 ul.focused li.item-price{
	background:#FF4546;
	color:#fff;
}
.price-list .col-md-4 ul:hover li.item-price{
	background:#FF4546;
	color:#fff;
}
.price-list .col-md-4 ul.focused li.item-price span{
	color:#fff;
}
.price-list .col-md-4 ul:hover li.item-price span{
	color:#fff;
}
.price-list .col-md-4 ul.list-unstyled > li:nth-child(3), .price-list .col-md-4 ul.list-unstyled > li:nth-child(5), .price-list .col-md-4 ul.list-unstyled > li:nth-child(7) {
  background: #fcfafb none repeat scroll 0 0;
}
.faculty-info{
	background: #fbfbfb none repeat scroll 0 0;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
	z-index: 2;
}
.faculty-info .col-md-12 > h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom:50px;
  padding-left: 10px;
  margin-top:0;
  text-align:center;
  position:relative;
}
.faculty-info .col-md-12 > h2::before {
  background: red none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 42%;
  position: absolute;
  width: 1px;
}
.faculty-info .col-md-12 > h2::after {
  background: red none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 42%;
  position: absolute;
  top: 36px;
  width: 150px;
}
.faculty-info .col-md-12 > p{
	text-align:center;
}
.faculty-info .col-md-12 .app-location ul{
	text-align:center;
}
.faculty-info .col-md-12 .app-location ul li{
	display:inline;
	padding-right: 20px;
}
.faculty-info .col-md-12 .app-location ul li a{
	
}
.faculty-info .col-md-12 .app-location ul li a img{
	width:150px;
	height:50px;
}
.faculty-info .col-md-12 form {
  text-align: center;
  margin-top: 40px;
}
.faculty-info .col-md-12 form input[type=text]{
	display: block;
	height: 45px;
	margin: 0 auto;
	width: 500px;
	border: 1px solid #BFBFBF;
	color: #BFBFBF;
	padding: 0 10px;
}
.faculty-info .col-md-12 form input[type=submit] {
  background: #ff4546 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  padding: 15px 50px;
  font-size: 18px;
  transition:.5s ease;
}
.faculty-info .col-md-12 form input[type=submit]:hover{
	background:#FF5E5E;
}
.about-us{
	padding:100px 0;
	position:relative;
}
.about-us .col-md-7 > h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom:50px;
  padding-left: 10px;
  margin-top:0;
  position:relative;
}
.about-us .col-md-7 > h2::before {
  background: red none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 0;
  position: absolute;
  width: 1px;
}
.about-us .col-md-7 > h2::after {
  background: red none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 150px;
}
.about-us .col-md-7 > h3 {
  padding-bottom: 25px;
}
.location{
	padding:100px 0;
	/*background: rgba(0, 0, 0, 0) url("../images/price-bg.jpg") repeat scroll 0 0 / 100% auto;*/
	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(40, 40, 40, 0.7), 
      rgba(40, 40, 40, 0.7)
    ),
    /* bottom, image */
    url(../images/Location_bg.jpg);
	background-size:cover;
}
.enrol{
	background: #fbfbfb none repeat scroll 0 0;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	z-index: 2;
}
.enrol .col-md-12 > h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom:50px;
  padding-left: 10px;
  margin-top:0;
  text-align:center;
  position:relative;
}
.enrol .col-md-12 > h2::before {
  background: red none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 42%;
  position: absolute;
  width: 1px;
}
.enrol .col-md-12 > h2::after {
  background: red none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 42%;
  position: absolute;
  top: 36px;
  width: 150px;
}
.enrol .col-md-12 > p{
	text-align:center;
}
.app-location{
	margin-top:50px;
}
.enrol .col-md-12 .app-location ul{
	text-align:center;
}
.enrol .col-md-12 .app-location ul li{
	display:inline;
	padding-right: 20px;
}
.enrol .col-md-12 .app-location ul li a{
	
}
.enrol .col-md-12 .app-location ul li a img{
	width:150px;
	height:50px;
}
.enrol .col-md-12 form {
  text-align: center;
  margin-top: 40px;
}
.enrol .col-md-12 form input[type=text]{
	display: block;
	height: 45px;
	margin: 0 auto;
	width: 500px;
	border: 1px solid #BFBFBF;
	color: #BFBFBF;
	padding: 0 10px;
}
.enrol .col-md-12 form input[type=submit] {
  background: #ff4546 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  padding: 15px 50px;
  font-size: 18px;
  transition:.5s ease;
}
.enrol .col-md-12 form input[type=submit]:hover{
	background:#FF5E5E;
}
.footer {
 /* background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") no-repeat scroll 0 0 / 100% auto;*/
  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(40, 40, 40, 0.7), 
      rgba(40, 40, 40, 0.7)
    ),
    /* bottom, image */
    url(../images/footer-bg.jpg);
	background-size:cover;
}

.more-info{
	background: #fbfbfb none repeat scroll 0 0;
	overflow: hidden;
	padding: 50px 0;
	position: relative;
	z-index: 2;
}
.more-info .col-md-12 > h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom:50px;
  padding-left: 10px;
  margin-top:0;
  text-align:center;
  position:relative;
}
.more-info .col-md-12 > h2::before {
  background: red none repeat scroll 0 0;
  content: "";
  height: 37px;
  left: 42%;
  position: absolute;
  width: 1px;
}
.more-info .col-md-12 > h2::after {
  background: red none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 42%;
  position: absolute;
  top: 36px;
  width: 150px;
}
.more-info .col-md-12 > p{
	text-align:center;
}
.more-info .col-md-12 .app-location ul{
	text-align:center;
}
.more-info .col-md-12 .app-location ul li{
	display:inline;
	padding-right: 20px;
}
.more-info .col-md-12 .app-location ul li a{
	
}
.more-info .col-md-12 .app-location ul li a img{
	width:150px;
	height:50px;
}
.more-info .col-md-12 form {
  text-align: center;
  margin-top: 40px;
}
.more-info .col-md-12 form input[type=text]{
	display: block;
	height: 45px;
	margin: 0 auto;
	width: 500px;
	border: 1px solid #BFBFBF;
	color: #BFBFBF;
	padding: 0 10px;
}
.more-info .col-md-12 form input[type=submit] {
  background: #ff4546 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  padding: 15px 50px;
  font-size: 18px;
  transition:.5s ease;
}
.more-info .col-md-12 form input[type=submit]:hover{
	background:#FF5E5E;
}

.contact{
	padding:100px 0 100px 0;
}
.contact .col-md-12 > h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom:50px;
  padding-left: 10px;
  margin-top:0;
  text-align:center;
  color:#fff;
  position:relative;
}
.contact .col-md-12 > h2::before {
  background: #FF4647;
  content: "";
  height: 37px;
  left: 42%;
  position: absolute;
  width: 1px;
}
.contact .col-md-12 > h2::after {
  background: #FF4647;
  content: "";
  height: 1px;
  left: 42%;
  position: absolute;
  top: 36px;
  width: 150px;
}
.contact .col-md-12 form input[type=text] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #b4b4b4;
	display: block;
	height: 50px;
	margin: 0 auto 10px;
	padding: 0 10px;
	width: 600px;
	color:#fff;
}
.contact .col-md-12 form textarea {
  display: block;
  height: 150px;
  margin: 0 auto 10px;
  width: 600px;
  padding: 0 10px;
  background:none;
  border: 1px solid #b4b4b4;
  color:#fff;
}
.contact .col-md-12 form input[type=submit] {
	background: #ff4546 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	font-size: 17px;
	height: 50px;
	margin: 0 auto 10px;
	text-transform: uppercase;
	width: 600px;
	transition:.5s ease;
}
.contact .col-md-12 form input[type=submit]:hover{
	background:#FF5E5E;
}
.footer-bottom{
	background: #000 none repeat scroll 0 0;
	opacity: 0.8;
	padding: 20px 0;
}
.footer-bottom .col-md-12 p{
	text-align:center;
	color:#fff;
	font-weight:700;
	padding:0 0 0px 0;
}
.footer-bottom .col-md-12 ul{
	text-align:center;
}
.footer-bottom .col-md-12 ul li{
	display:inline;
}
.footer-bottom .col-md-12 ul li a i{
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
	width: 30px;
	transition:.5s ease;
}
.footer-bottom .col-md-12 ul li:nth-child(1) a i{background:#33518D;}
.footer-bottom .col-md-12 ul li:nth-child(2) a i{background:#01729C;}
.footer-bottom .col-md-12 ul li:nth-child(3) a i{background:#E13B7D;}
.footer-bottom .col-md-12 ul li:nth-child(4) a i{background:#0455BE;}
.footer-bottom .col-md-12 ul li:nth-child(5) a i{background:#D13F32;}
.footer-bottom .col-md-12 ul li:nth-child(6) a i{background:#D2170E;}

.footer-bottom .col-md-12 ul li:nth-child(1) a i:hover, .footer-bottom .col-md-12 ul li:nth-child(2) a i:hover, .footer-bottom .col-md-12 ul li:nth-child(3) a i:hover, .footer-bottom .col-md-12 ul li:nth-child(4) a i:hover, .footer-bottom .col-md-12 ul li:nth-child(5) a i:hover, .footer-bottom .col-md-12 ul li:nth-child(6) a i:hover{
	opacity:.7;
}
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 40em) {
	/* #menu is the original menu */
	.js #main-menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
.heading-static {
			margin-right: -15px;
			margin-left: -15px;
			text-align: center;
		}
		.phone-nav {
			color: #fff;
			margin-bottom: 0px;
			height: 23px;
		}
		
		.testimonial-name {
			color: #fff;
			margin-bottom: 0px;
			
			font-size: 17px;

		}
		
		.team-heading-main {
			color: #fff;
			text-align: center;
		}
		
		.staffpic-full {
			margin-left: 16px;
			height: 150px
		}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.phone-style {
	color: #ffffff;
	text-decoration:none;
	margin-bottom: 0px;
	height: 23px;
	text-align: left;
}
