body {
	font: 14px/24px 'Droid Serif', serif;
	color: #5c5c5c;
	background: #fff;
}

/* Standard Styles Starts */

a { color: #3497db; }
a:hover,
a:focus {
	color: #000;
}
a:focus { outline: none; }

/* Heading Styles Starts */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
}
h1 { font-size: 54px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

h3{
	padding-bottom: 30px;
}

ul, ol{
	list-style: none;
}

ul{
	padding: 0;
}

.font2 {
	font-family: 'Lato', sans-serif;
}

/* Form & Buttons Styles Starts */

.btn-lite {
	color: #242424;
	background-color: #fff;
}

.btn-secondary {
	background-color: #2283c3;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-lite:hover,
.btn-lite:focus,
.btn-lite:active,
.btn-lite.active {
	background-color: #212121;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-lite:hover,
.btn-lite:focus,
.btn-lite:active,
.btn-lite.active {
	color: #fff;
}

.slow{
  animation-duration: 2s;
}

/* Navigation Styles Starts */

#nav {
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2c2c2c;
}
#nav.navbar-default {
	border: solid #b1b1b1;
	border-width: 1px 0 0 0;
}
#nav .navbar-nav > li > a {
	line-height: normal;
	color: #ffffff;
}
#nav .navbar-nav > li > a:hover,
#nav .navbar-nav > li.current > a {
	color: #009bdb;
}
#nav.navbar-default .navbar-toggle {
	border: none;
	background: none;
}
#nav.navbar-default .navbar-toggle span {
	background-color: #ffffff;
}
#nav.navbar-default .navbar-toggle:hover span {
	background-color: #009bdb;
}
#nav.navbar-default .navbar-collapse {
	border-color: #b1b1b1;
}
#nav.navbar-default .navbar-brand{
	color: #ffffff;
	font-size: 1.5em;
	margin-left: 0;
}
#nav.navbar-default .navbar-header h4{
	float: left;
	padding-top: 3px;
}
.navbar-brand {
	padding: 0;
}
.navbar-brand>img {
	height: 50px;
	float: left;
	padding-right: 15px;
}

/* Slider Styles Starts*/
#slider .carousel-inner>.item>img{
	height: 85vh;
}
#slider .carousel-caption {
	bottom: 70px;
	text-shadow: 0 2px 3px #3497db;
	right: 10%;
}
#slider .carousel-caption h2 {
	line-height: 58px;
	font-weight: normal;
	text-align: right;
	color: #22282a;
}
#slider .carousel-indicators {
	bottom: 30px;
}
#slider .carousel-indicators li {
	margin-left: 5px;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	background-color: #505d62;
	border: none;
}
#slider .carousel-indicators li.active {
	background-color: #3497db;
}

/* Section Styles Starts */

.section-area {
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}
.section-area.lite {
	background-color: #f7f7f7;
}
.section-area.blue {
	background-color: #3497db;
}
.section-area h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.section-area h3.style-1 {
	margin-bottom: 20px;
}
.section-area h3 + p {
	margin-bottom: 30px;
}
/* About Section Styles Starts */

.about-section h3 {
	text-align: center;
	line-height: 46px;
}
.about-section ul {
	margin-top: 30px;
	margin-bottom: 40px;
}

/*Timeline Section Style Starts*/
.timeline {
  position: relative;
  padding:4px 0 0 0;
  margin-top:22px;
  list-style: none;
}

.timeline>li:nth-child(even) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  right:-100px;
}

.timeline>li:nth-child(odd) {
  position: relative;
  margin-bottom: 50px;
  height: 180px;
  left:-100px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
  min-height: 170px;
}

.timeline > li .timeline-panel {
	position: relative;
  float: left;
  width: 41%;
  padding: 20px 20px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 50%;
  border: 7px solid #2283C3;
  border-radius: 100%;
  background-color: #2283C3;
  box-shadow: 0 0 5px #4582ec;
  width: 200px;
  height: 200px;
  margin-left: -100px;
}

.timeline>li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 10px 30px 20px 20px;
  text-align: left;
}
.timeline>li.timeline-inverted>.short{
	padding-top: 20px;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
  margin-bottom: 4px;
  padding:0;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
  text-transform: none;
  font-size:18px;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
  margin-bottom: 0;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 690px;
  width: 4px;
  height:340px;
  background-color: #2283C3;
  -ms-transform: rotate(-44deg); /* IE 9 */
  -webkit-transform: rotate(-44deg); /* Safari */
  transform: rotate(-44deg);
  box-shadow: 0 0 5px #4582ec;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 450px;
  width: 4px;
  height:340px;
  background-color: #2283C3;
  -ms-transform: rotate(44deg); /* IE 9 */
  -webkit-transform: rotate(44deg); /* Safari */
  transform: rotate(44deg);
  box-shadow: 0 0 5px #4582ec;
}


.blue .container:before {
	content: "";
	position: relative;
	width: 200px;
	left: 50%;
	top: 50px;
	margin-left: -100px;
	height: 1px;
	background: #F7F7F7;
}

.lite .container:before {
	content: "";
	position: relative;
	width: 200px;
	left: 50%;
	top: 50px;
	margin-left: -100px;
	height: 1px;
	background: #5c5c5c;
}

/* Intro Section Styles Starts */

.intro-section {
	padding-top: 70px;
	padding-bottom: 40px;
}
.intro-content h3 {
	margin-bottom: 25px;
	text-align: center;
}
.intro-content h4 {
	margin-bottom: 25px;
}
.intro-content h4::after {
	content: "";
	margin-top: 10px;
	width: 90px;
	height: 1px;
	display: block;
	position: absolute;
	left: 43%;
	background-color: #939292;
}
.intro-content p {
	margin-bottom: 20px;
}
.intro-section .well{
	margin-top: 50px;
}

/* Why Us Section Styles Starts */
.why-us-section ul {
	margin-top: 20px;
}
.why-us-section li {
	margin-top: 40px;
}
.why-us-section .glyphicon {
	width: 130px;
	height: 130px;
	line-height: 130px;
	font-size: 48px;
	border: 2px solid #fff;
}
.why-us-section .fa:hover {
	color: #3497db;
	background-color: #fff;
}
.why-us-section h4 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: normal;
}

/*testimonals section */
#testimonials{
	padding-top: 50px;
}
#testimonials .carousel-indicators{
	position: initial;
	margin-left: 0;
	width: 100%;
}
#testimonials .carousel-inner{
	padding-bottom: 20px;
}

/* Services Section Styles Starts */
#services .col-md-12{
	padding: 0;
}
.panel-primary{
	margin: 50px 0 30px 0;
	background-color: #f1f1f4;
	box-shadow: 0px 3px 4px 3px #CED8E7;
}
.panel-primary .well{
	margin-bottom: 0;
	padding: 4px;
}
.panel-heading {
	color: #fff;
	background-color: #3497DB;
	border-color: #3497DB;
}
.nav-tabs > li > a{
		color: #fff;
}
.nav-tabs > .open > a,
.nav-tabs > .open > a:hover,
.nav-tabs > .open > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3497DB;
	border-color: transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #3497DB;
	background-color: #fff;
	border-color: #3497DB;
	border-bottom-color: transparent;
}
.tab-content .glyphicon{
	padding-right: 10px;
}
.tab-pane{
	padding-top: 20px;
}
#services .table .lite-blue{
	background-color: #a8d3f0;
}
#services .table .dark-grey{
	background-color: #e6e6e6;
}
#services .table .lite-yellow{
	background-color: #f8edba;
	font-size: 0.9em;
	font-style: italic;
}
#tab1 .italic{
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
}

/*Gallery Section Styles Starts*/
.gallery-section{
	background-image: url("../images/background.jpg");
  background-color: #cccccc;
  background-size: cover;
}
.gallery-section .well{
	min-height: 301px;
	padding: 10px;
}
.gallery-section .well>p{
	margin: 0;
	position: absolute;
	bottom: 10%;
	left: 40%;
}
.gallery-section .well .gallery-long{
	left: 32%;
}
.gallery-section .well .gallery-vlong {
    left: 20%;
}
.gallery-section img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
	width: 100%;
  max-height: 230px;
}
.gallery-section img:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
	transition: all ease-in-out 0.3s;
	transform: scale(1.05);
}
#galleryModal .modal-img{
	width: 100%;
}

/* Contact Section Styles Starts */
.contact-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-section hr {
	margin-top: 40px;
	margin-bottom: 50px;
	border-color: #6bc0e3;
}
.contact-section h5 {
	margin-top: 60px;
	margin-bottom: 15px;
}
.#contactForm {
	margin-top: 50px;
}
#contactForm .form-group {
	margin-bottom: 30px;
}
#contactForm .form-control {
	padding: 15px 20px 13px 45px;
	color: #888;
	font-weight: 300;
	border-color: #f5f5f5;
}
#contactForm input[type=text].form-control,
#contactForm input[type=email].form-control,
#contactForm input[type=number].form-control {
	height: 52px;
}
#contactForm .form-control-feedback {
	margin-top: 10px;
	margin-left: 10px;
	left: 0;
	color: #949494;
}
#contactForm .btn-secondary {
	margin-top: 20px;
	padding: 12px 40px;
	font-size: 18px;
}
#contactForm input[type=number]::-webkit-inner-spin-button,
#contactForm input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
  margin: 0;
}

/* Map Styles Starts */
.map {
	height: 300px;
}

/* Footer Styles Starts */

.main-footer {
	padding: 15px 0;
	background-color: #2c2c2c;
}
.main-footer ul.foot-sm-links {
	margin-bottom: 15px;
}
.main-footer ul.foot-sm-links li {
	font-size: 24px;
}

/*Misc. Settings*/
.no-margin-top		{ margin-top: 0; 	}
.no-margin-bottom	{ margin-bottom: 0; }

.text-thin		 	{ font-weight: 100; }
.text-extra-light	{ font-weight: 200; }
.text-light		 	{ font-weight: 300; }
.text-normal 	 	{ font-weight: 400; }
.text-medium 	 	{ font-weight: 500; }
.text-bold		 	{ font-weight: 700; }
.text-ultra-bold 	{ font-weight: 900; }

.text-spl-color	 { color: #3497db; }
.text-dark-color { color: #30383b; }
.text-grey-color { color: #939292; }

.text-lite-color,
.text-lite-color a {
	color: #fff;
}

.hr-style-1 {
	border-color: #3497db;
	border-width: 2px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
}

.full-width {
	margin-left: -50%;
	margin-right: -50%;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.no-border-radius,
.flat {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.no-boxshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#contactForm .form-control {
	-webkit-box-shadow: inset 2px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 2px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 2px 3px rgba(0, 0, 0, 0.15);
}
#contactForm .form-control:focus {
	-webkit-box-shadow: inset 2px 3px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: inset 2px 3px rgba(0, 0, 0, 0.30);
	box-shadow: inset 2px 3px rgba(0, 0, 0, 0.30);
}

#nav.fixednav {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.animation,
.animation a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.animation-1,
.animation-1 a {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
		float: left;
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
	#slider .carousel-inner>.item>img{
		height: 70vh;
	}
}
@media (max-width: 991px){
	.gallery-section img{
	  filter: none; /* IE6-9 */
	  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
	}
}
/* Custom, iPhone Retina */
@media (max-width: 605px) {
	.gallery-section .well {
    min-height: 265px;
	}
}
@media (max-width: 518px) {
	#slider{
	  display: none;
	}
	#nav.navbar-default .navbar-header h4{
	  font-size: 0;
	}
	.intro-content h4::after {
		left: 40%;
	}
	.gallery-section .well {
    min-height: 230px;
	}
	.gallery-section .well>p {
    left: 30%;
	}
	.gallery-section .well .gallery-long {
    left: 20%;
	}
	.gallery-section .well .gallery-vlong {
    left: 0;
	}
}
@media (max-width: 333px){
	h3{
		font-size: 30px;
	}
	h4{
		font-size:
	}
}
