﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300);
*
{
    font-family:roboto;
}
.grid-item-title{
	padding-top:10px !important;
}
 
.servicebox img
{
    width:100%;
}
/*Top Header Section*/
  .slide-1.text-center > img{width:100%;}
  .slide-2.text-center > img{width:100%;}
.header-info p {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}
.topsearch {
	width: 70%;
	float: left;
	display: inherit;
	position: relative;
	margin:0;
}
.topsearch > .form-group {
	float:right;
}
.topsearch > .form-group > input.form-control {
	padding: 5px 32px 5px 13px;
}
.userlogin {
	margin-top: 5px;
}
.userlogin > .nav {
	float:right;
}
.userlogin > .nav > li > a:hover, .userlogin > .nav > li > a:focus, .userlogin > .nav .open > a, .userlogin > .nav .open > a:hover, .userlogin > .nav .open > a:focus {
	background:none;
}
.userlogin > .nav > .dropdown > a {
	padding:0;
	color:#fff;
	font-size:14px;
	margin-left:15px;
	float:left;
}
.userlogin > .nav > .dropdown > .dropdown-menu > li > a {
	color:#428bca;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid whitesmoke;
}
.userlogin > .nav > .dropdown > .dropdown-menu > li > a {
	white-space: normal !important;
}
.userlogin > .nav > .dropdown > .dropdown-menu >li:last-child a {
	border-bottom: 0;
}
.userlogin > .nav > .dropdown ul.dropdown-menu {
	border-radius:4px;
	box-shadow:none;
	margin-top:20px;
	min-width:200px;
}
.userlogin > .nav > .dropdown ul.dropdown-menu:before {
	content: "";
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	right: 16px;
	z-index: 10;
}
.userlogin > .nav > .dropdown ul.dropdown-menu:after {
	content: "";
	border-bottom: 12px solid #ccc;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 14px;
	z-index: 9;
}


@media screen and (max-width: 767px) {
.userlogin{
	width:100%;
	text-align:center;}
	form.navbar-form{
		width:100%;
		border:none;
		box-shadow:none;}
		.topsearch > .form-group {
    width: 100%;
}
.userlogin > .navbar-nav{
	width:100%;
	}
	.userlogin > .dropdown-menu {
		background:#fff;}
		
		
			.userlogin > .navbar-nav > .open {
				background:#fff;}
}
/*****
   Top Header Section End
*****/  

 
/*****
    Header Section Start
*****/
.navbar-nav > li > a:hover {
	background:#428bca;
}
/*****
    Header Section End
*****/


 
/********************************/
/*     Main Banner Start   */
/********************************/

.fade-carousel {
	position: relative;
	height: 65vh;
}
.fade-carousel .carousel-inner .item {
	height: 65vh;
}
.fade-carousel .carousel-indicators {
    bottom:0;

}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #984848;
	border-color: #984848;
	padding:6px;
}
.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #428bca;
	border-color: #428bca;
}
/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.hero h1 {
	font-size: 3em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
 -webkit-transition: 2s all ease-in-out .1s;
 -moz-transition: 2s all ease-in-out .1s;
 -ms-transition: 2s all ease-in-out .1s;
 -o-transition: 2s all ease-in-out .1s;
 transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
 -webkit-transition: 2s all ease-in-out .1s;
 -moz-transition: 2s all ease-in-out .1s;
 -ms-transition: 2s all ease-in-out .1s;
 -o-transition: 2s all ease-in-out .1s;
 transition: 2s all ease-in-out .1s;
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #080d15;
	opacity: .7;
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
	padding: 10px 40px;
}
.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
	color: #fff;
	background:none;
	border-color: #fff;
	outline: none;
	margin: 50px auto 10px;
	border-radius:2px;
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/*.fade-carousel .slides .slide-1 {
	background-image: url(../Content/CustomImages/6.png);
}
.fade-carousel .slides .slide-2 {
	background-image: url(../Content/CustomImages/7.jpg);
}
.fade-carousel .slides .slide-3 {
	background-image: url(../Content/CustomImages/banner-1.jpg);
}*/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
 .hero {
width: 980px;
}
}
@media screen and (max-width: 640px) {
 .hero h1 {
font-size: 4em;
}
}
/********************************/
/*     Main Banner End   */
/********************************/

/********************************/
/*     ABout Us Start   */
/********************************/
.headingcontainer {
	float: left;
	text-align: center;
	width: 100%;
 
}
.lms_heading_1 {
	text-align: center;
	display: inline-block;
	margin-top:40px;
}
.lms_heading_1 .lms_heading_title {
	margin-top: 60px;
	margin-bottom: 17px;
	font-weight: 400;
	padding: 0px 32px 28px 32px;
	border-bottom: 1px solid #9ea6b0;
	position: relative;
}
.headingcontainer h2 {
	font-size: 34px;
	color:#2c424d;
	font-family: 'Roboto', sans-serif;
}
.lms_heading_1 .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -10px 0 0 -5px;
	left: 50%;
	width: 10px;
	height: 20px;
	background: #fff;
	border-left: 1px solid #9ea6b0;
	border-right: 1px solid #9ea6b0;
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
}
.headingcontainer p {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
}
.subbox {
	width: 100%;
	text-align: justify;
	margin: 20px 0px 30px 0px;
	line-height:22px;
	font-weight:normal;
	float:left;
}
.subbox > .icon {
	width: 78px;
	height: 78px;
	line-height: 85px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	float: left;
	margin: 0px 21px 21px 0px;
}
.subbox h3 {
	font-size: 22px;
	color:#555;
	margin-bottom:15px;
}
.subbox p {
	color: #555;
	font-size: 1.1em;
	line-height: 1.8em;
}
/********************************/
/*     ABout Us End   */
/********************************/


/********************************/
/*     Services Start   */
/********************************/
.homeservices {
	background:url(../Content/CustomImages/services-bg.jpg) 0 0 no-repeat;
	background-size:cover;
	font-family: 'Roboto', sans-serif;
}
.homeservices .lms_heading_title, .homeservices .headingcontainer p {
	color:#fff;
}
 .homeservices .lms_heading_title::after {
 background:#333;
}
.servicebox > .col-sm-4 {
	text-align:center;
	color:#fff;
	margin:3em 0;
}
.servicebox > .col-sm-4 > h4 {
	font-family: 'Roboto', sans-serif;
    background:#f16136;
    padding:10px;
}
/********************************/
/*     Services End   */
/********************************/


/********************************/
/*    Registration SLider DIV  Start */
/********************************/
   
/********************************/
/*    Registration SLider DIV  End */
/********************************/


