@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0; 	
}

body
{
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}

.clear {clear: both;}

.fadein
{
    opacity:0;
}

h1
{
	color: #23648f;
	font-size: 32px;
}

h2
{
	font-size: 28px;
	color: #599ec2
}

.testimonials 
{
	padding: 50px 0px 30px;
	background: #f1f1f1;
}

#parttwo
{
	padding: 50px 0px 30px;
	background: #f1f1f1;
}

#header
{
	margin: 10px auto;	
}

#intro
{
	padding: 50px 0px;
	background: url('../images/line.jpg') left center no-repeat;
}

.img-circle
{
	border: 20px solid #f1f1f1;
}

#contact
{
	margin-top: 50px;
	text-align: right;
}

#footer
{
	padding: 40px 0px;
	text-align: center;
}

#footer img
{
	height: 60px;
	margin: 10px 20px;
}

#copyright
{
	font-size: 12px;
	padding: 10px 0px;
	background: #f1f1f1;
}

.top
{
	padding: 10px 20px 10px;
    float: right;
	cursor: pointer;
	color: #ffffff;
    background-color: #23648f;
}

.top:hover 
{
	color: #ffffff;
	background-color: #599ec2;
	text-decoration: none;
}

.fa-phone{ margin: 12px 0px;}

/*.telephone
{
	position: relative;
	line-height: 34px;
	font-size: 28px;
	color: #599ec2;	
	padding-left: 40px;
}

.telephone:before
{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 24px;
	z-index: 999;
	margin-top: 2px;
	color: #cbcbcb;
	left: 12px;
	content: "\f095";
} */

.nav > li > a
{
	padding: 15px 30px;
}

.nav > li > a:hover,
.nav > li > a:focus 
{
	background-color: #599ec2;	
}

/* nav.affix 
{
    position: fixed;
    top: 0;
    width: 100%
} */

.navbar-inverse {
	padding: 5px 0px;
}

.navbar-inverse {
  background-color: #599ec2;
  border: 0px;
}

/**  Social and Icons **/

#connect
{
	clear: left;
	width: 100%;
	text-align: right;
}

ul#social li
{
    list-style-type: none;
    float: right;
}
 
ul#social li a i {
    background: #808f97;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    font-size: 16px;
    text-align: center;
    margin-left: 5px;
    transition: all 0.2s ease-in-out;
}

ul#social li a i:hover
{
    opacity: .7;
}

.lead {color: #599ec2;}


.testimonials .testimonials-carousel .item p.quote,
.testimonials .testimonials-carousel .item .testimonial-info
{
  margin-bottom: 30px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img
{
  display: inline-block;
  height: 50px;
  width: 50px;
  margin-right: 10px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author
{
  display: inline-block;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name
{
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored
{
  margin: 3px auto;
  max-width: 50px;
}

.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars
{
  color: #f1c40f;
}

.testimonials .testimonials-carousel .owl-controls {
  margin-top: 0;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev,
.testimonials .testimonials-carousel .owl-controls .owl-next
{
  display: none;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 40px;
  border-radius: 0 !important;
  line-height: 50px;
  font-size: 30px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  color: #d5cfd0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.testimonials .testimonials-carousel .owl-controls .owl-prev
{
  left: 15px;
}

.testimonials .testimonials-carousel .owl-controls .owl-next
{
  right: 15px;
}

@media (min-width: 768px) {
  .testimonials .testimonials-carousel .item
  {
    padding: 0 100px;
  }
  .testimonials .testimonials-carousel .owl-controls .owl-prev,
  .testimonials .testimonials-carousel .owl-controls .owl-next
  {
    display: block;
  }
}

.pricing
{
	padding: 0px 0px 50px;
	color: white;
	background-color: #222222;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.pricing .pricing-item
{
	text-align: center;
	background: white;
	color: #222222;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(34, 34, 34, 0.75);
	-moz-box-shadow: 0px 0px 10px 5px rgba(34, 34, 34, 0.75);
	box-shadow: 0px 0px 10px 5px rgba(34, 34, 34, 0.75);
	z-index: 1;
	margin-bottom: 30px;
}

.pricing .pricing-item h3
{
	margin: 0;
}

.pricing .pricing-item hr
{
	margin: 15px auto;
}

.pricing .pricing-item .price
{
	margin-bottom: 20px;
}

.pricing .pricing-item .price .number
{
	font-weight: 900;
	font-size: 50px;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}

.pricing .pricing-item .list-group-item
{
	border-radius: 0;
}

/** Form Start **/ 

form#form
{	
	margin: 0px auto;
	margin-top: 20px;
	text-align: center; 
	padding: 10px;
	width: 94%;
	max-width: 600px;
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

form#form input[type=text]
{
	border: 1px solid #7cb0d7;
	-moz-box-shadow: inset 0 0 7px #89b4d4;
	-webkit-box-shadow: inset 0 0 7px #89b4d4;
	box-shadow: inset 0 0 7px #89b4d4;
}

form#form input[type=text]:hover
{
	border: 1px solid #4b8ab9;
	-moz-box-shadow: inset 0 0 7px #89b4d4;
	-webkit-box-shadow: inset 0 0 7px #89b4d4;
	box-shadow: inset 0 0 7px #89b4d4;
}

fieldset {border: 0px;}

input[type=text]
{
	-moz-box-shadow: inset 0 0 7px #cccccc;
	-webkit-box-shadow: inset 0 0 7px #cccccc;
	box-shadow: inset 0 0 7px #cccccc;
	max-width: 300px;
	width: 90%;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #2c3237;
	border: 1px solid #4b8ab9;
	margin-bottom: 14px;
}

select
{
	-moz-box-shadow: inset 0 0 7px #cccccc;
	-webkit-box-shadow: inset 0 0 7px #cccccc;
	box-shadow: inset 0 0 7px #cccccc;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #9d9d9d;
	border: 1px solid #4b8ab9;
	margin-bottom: 14px;
}

input[type=submit]
{
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 25px;
    background-color: #23648f;
	text-decoration: none;
	color: #ffffff;
	margin-top: 10px;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	transition: .3s ease; 
}

input[type=submit]:hover 
{
	color: #ffffff;
	background-color: #599ec2;
	text-decoration: none;
}

textarea
{
	border: 1px solid #7cb0d7;
	-moz-box-shadow: inset 0 0 7px #89b4d4;
	-webkit-box-shadow: inset 0 0 7px #89b4d4;
	box-shadow: inset 0 0 7px #89b4d4;
	max-width: 420px;
	width: 90%;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #2c3237;
	margin-bottom: 14px;
}

input[type=text]:hover
{
	border: 1px solid #6aa0c9;
}

textarea:hover
{
	border: 1px solid #336b94;
}

@media (min-width: 992px) {
.pricing
{
	background-attachment: scroll;
}

.pricing .pricing-item
{
	margin-bottom: 0;
}

.pricing .pricing-item.featured-first
{
	margin-right: -15px;
	margin-top: 15px;
}

.pricing .pricing-item.featured
{
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 45px 30px;
}

.pricing .pricing-item.featured-last
{
	margin-left: -15px;
	margin-top: 15px;
}
}
@media (min-width: 1025px) {
.pricing
{
	background-attachment: fixed;
}
}

/* Responsive */
@media screen and (max-width: 990px)
{
	#intro{background: url('../images/line.jpg') center 160px repeat-x; text-align: center;}
	#contact{margin-top: 10px; text-align: center;}
	/* .telephone {font-size: 34px; padding-left: 50px;}
	.telephone:before {font-size: 30px; margin-top: 10px;} */
	#connect{clear: left; text-align: center;}
	ul#social li{margin-top: 5px; list-style-type: none; float: none; display: inline-block;}
	#copyright {text-align: center;}
	.top{float: none;}
}

blockquote 
{
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	margin: 20px 10px;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}

blockquote:before 
{
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite 
{
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before 
{
	content: "\2014 \2009";
}

.green, .red {color: #ff0000;}