@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(http://fonts.googleapis.com/css?family=Oswald:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);



/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

body > section {
  padding: 10px 0;
  padding-bottom:0px;
}
.clearfix{
	clear:both;
}
hr{
	width:90%;
	margin:0% auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  line-height:57px;
  margin-bottom:14px;
  color:#fff;
}

h2{
  font-size: 22px;
  font-weight:400;
  color:#fff;
}

h3{
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom:8px;
}

h4{
  font-size: 16px;
}

/*Header Part*/

#header{
	width:100%;
	margin:0;
	padding:0;
}
.top-bar {
  	padding: 5px 0;
  	background: #fafafa;
  	border-bottom: 1px solid #d5d5d5;
  	line-height: 28px;
}

.topnumber{
	color:#FFF;
	margin-top:10px;
}
.topnumber h2{
	margin:0;
	text-align:right;
}
.topnumber span{
	font-size:16px;
	font-weight:400;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  margin-top:0;
  background: #ededed;
  padding: 3px 0;
  padding-bottom: 0;
}

 .navbar-nav{
	 width:100%;
	 margin:0% auto;
  margin-top: 10px;
  text-align:center;
 }

.navbar-nav ul{
  text-align:center !important;
  margin:0% auto;
}

.navbar-nav>li{
  margin-left: 1px;
  padding-bottom: 10px;
  text-align:center !important;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 18px;
  margin: 0;
  color: #3c3c3c;
  line-height: 24px;
  font-size:14px;
  display: inline-block;
  text-transform:uppercase;
  font-family:'PT Sans';
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #5fb2be;
  	color: #fff;
	border-radius:8px 8px 0px 0px;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #5fb2be;
  color: #fff;
  text-align:center;
  border-radius:8px 8px 0px 0px;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #5fb2be;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
  margin:0% auto;
  width: 50%;
  text-align:center;
}

/******Header End*******/



/****Slider Start*******/

#main-slider {
  background-color:#151515;
  padding:0;
}

.no-margin {
  margin: 0;
  padding: 0;
}


/*****Slider End******/


/******Scroling*******/
#Scroling{
	padding:0;
	margin:0;
	padding-bottom:2px;
	background:#e8f0f2;
}
#Scroling h2{
	text-align:left;
	color:#0782ac;
	line-height:18px;
	font-weight:600;
	font-family:'PT Sans';
}
#Scroling p{
	height:100%;
	line-height:24px;
	margin-top:15px;
	font-size:15px;
	border-left:1px solid #666;
}

/********Scroling End*********/



/********About_Home**********/

#About{
	margin:20px 0px;
}
.Headding{
	width:250px;
	margin:0% auto;
	margin-bottom:1%;
	text-align:center;
}
.Headding span{
	padding:5px 20px;
	font-size:13px;
	text-transform:uppercase;
	position:relative;
	top:-13px;
	background-color:#fff;
	border:1px solid #333;
	border-bottom:0px;
	border-top:0px;
}
.Headding h1{
	color:#46473f;
	text-transform:uppercase;
	font-family:'PT sans';
	margin-top:0%;
	letter-spacing:3px;
}

#About p{
	width:80%;
	margin:0% auto;
	margin-top:2%;
	text-align:center;
	line-height:35px;
	font-size:15px;
}

/********About_Home End**********/


/********Services**********/

#services{
	margin:0;
}
.Service{
	width:90%;
	margin:2% auto;
	padding:0px;
	padding-bottom:35px;
	background-color:#ebeff0;
	border-radius:10px;
  	background-position: center center;
  	background-repeat: no-repeat;
}
.Service h3{
	line-height:20px;
	font-size:20px;
	font-weight:500;
	color:#002b3c;
	font-family:'PT sans';
	text-align:center;
	letter-spacing:-1px;
}
.Service img{
	width: 100%;
}

.Service hr{
	border-color:#cfd5d7;
	width:65%;
	margin: 15px auto !important;
}

.Service p{
	font-size:14px;
	padding:0px 10px;
	color:#2F3237;
	width:95%;
	line-height:1.8em;
	margin:0% auto;
	margin-top:10px;
}

.Service a {
  margin-top: 20px;
  margin-left:20px;
  text-decoration: none;
  display: inline-block;
  color: #249FA8;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:600;
}

.Service a:hover {
  color: #2F3237;
}

/*******Services End********/



/*******HowItWorks_Home**********/

#Howitworks{
	margin:0;
	
}

.aside{
	margin-top:10px;
	padding:25px;
	width:100%;
}

.aside h2{
	color:#46473f;
	text-transform:uppercase;
	font-family:'Oswald';
	margin-top:25px;
	letter-spacing:1px;
	line-height:24px;
}

.aside p{
	margin-top:15px;
	line-height:35px;
	font-size:14px;
	text-align:justify;
}

.aside a {
  margin-top:10px;
  float:right;
  text-decoration: none;
  display: inline-block;
  background-color: #002b3c;
  width: 100px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius:5px;
}

.aside a:hover {
  background-color: #00374d;
}

.aside_Main{
	margin-top:10px;
	padding:25px;
	width:100%;
	border-left:1px solid #cccccc;
}

.aside_Main h2{
	color:#46473f;
	text-transform:uppercase;
	font-family:'Oswald';
	margin-top:25px;
	letter-spacing:1px;
	line-height:24px;
}

.aside_Main p{
	clear:both;
	margin-top:15px;
	line-height:35px;
	font-size:14px;
}

.aside_Main img{
	width:27%;
	float:left;
	margin:30px 0px;
	margin-bottom:8%;
	margin-left:23px;
	border:3px solid #fff;
	box-shadow: 0px 0px 1px;
}

.aside_Main a {
  margin-top:10px;
  float:right;
  text-decoration: none;
  display: inline-block;
  background-color: #002b3c;
  width: 100px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius:5px;
}

.aside_Main a:hover {
  background-color: #00374d;
}

/*******HowItWorks_Home End**********/





/*******Footer Slider Start********/

#Footer_Slider{
	margin:0;
	margin-top:5%;
	background-color:#e4eaeb;
  	background-image: url(images/radial_bg.png);
  	background-position: center center;
  	background-repeat: no-repeat;
  
}

.Footer_About{
	padding:25px;
	padding-top:0px;
	width:100%;
}

.Footer_About h3{
	color:#4e4e4e;
	text-transform:uppercase;
	font-family:'Oswald';
	margin-top:25px;
	letter-spacing:1px;
	line-height:24px;
	font-size:16px;
}

.Footer_About p{
	margin-top:15px;
	line-height:25px;
	font-size:14px;
	text-align:justify;
	color:#4e4e4e;
}

.Footer_About a {
  margin-top:10px;
  float:right;
  text-decoration: none;
  display: inline-block;
  background-color: #002b3c;
  width: 100px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius:5px;
}

.Footer_About a:hover {
  background-color: #00374d;
}


/*******Footer Slider End********/





/********Footer Menu************/
#Footer_menu{
	margin:0;
	padding:0;
	background:#3f4142;
}

#Footer_menu ul{
	margin:0;
	padding:5px 0px;
	padding-top:15px;
	text-align:center;
}

#Footer_menu ul li{
	list-style-type:none;
	display:inline;
	color:#fff;
	text-align:center;
	line-height:24px;
}
#Footer_menu ul li a{
	margin:0px 10px;
	color:#fff;
}
#Footer_menu p{
	text-align:center;
	color:#fff;
	font-size:13px;
	padding:5px 0px;
}

/*********Footer Menu End*********/



/*******Copyrights***********/
#Copyrights{
	margin:0;
	padding:0;
	background:#3f4142;
}

#Copyrights p{
	text-align:center;
	color:#fff;
	font-size:13px;
	padding:15px 0px;
}







/*********************************************
***************About Us Page Start************
**********************************************/

#AboutUs{
	width:100%;
	padding:0;
	margin:0;
}

#AboutContent{
	margin:0;
	margin-bottom:3%;
}

.About_aside{
	margin-top:10px;
	padding:25px;
	width:100%;
}

.About_aside h2{
	color:#46473f;
	text-transform:uppercase;
	font-family:'Oswald';
	margin-top:25px;
	letter-spacing:1px;
	line-height:24px;
}

.About_aside p{
	margin-top:15px;
	line-height:35px;
	font-size:14px;
	text-align:justify;
}

.About_Main{
	margin-top:10px;
	padding:25px;
	width:100%;
	border-right:1px solid #cccccc;
}

.About_Main h2{
	color:#46473f;
	text-transform:uppercase;
	font-family:'Oswald';
	margin-top:25px;
	letter-spacing:1px;
	line-height:24px;
}

.About_Main p{
	clear:both;
	margin-top:15px;
	line-height:35px;
	font-size:14px;
}

.About_Main img{
	width:100%;
	float:left;
	margin:30px 0px;
	border:3px solid #fff;
	box-shadow: 0px 0px 1px;
}


/*****************Contact Us Page Start**************/

#ContactUs{
	margin:0;
}

.contact-form span{
	display:block;
	text-transform: capitalize;
	font-size: 13px;
	color: #9499A3;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact-form textarea {
	font-family: 'Open Sans', 'sans-serif';
	padding: 10px;
	display: block;
	width: 99.3333%;
	background: #ffffff;
	outline: none;
	color: #c0c0c0;
	font-size: 0.8725em;
	border: 1px solid #ECECEC;
	-webkit-appearance: none;
	resize: none;
	height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea:focus{
	border:1px solid #66afe9;
}
.form-control{
	box-shadow: none;
	border: 1px solid #ECECEC;
}
.form-control:focus {
	box-shadow: none;
}
.contact-form input[type="submit"] {
	margin-top:20px;
	font-family: 'Open Sans', 'sans-serif';
	-webkit-appearance: none;
	float: right;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	padding: 12px 30px;
	font-size: 0.8925em;
	color: #ffffff;
	background: #F15F43;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #354B77;
}



/*******Services Start***************/
.servicesPage{
	margin:0;
}
.servicesPage h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom:8px;
  color:#95b41f;
}
.Services_subhedding{
    font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom:8px;
  color:#95b41f;
}
.servicesPage p{
  font-size: 14px;
  line-height: 15px;
  margin-left:10px;
  font-weight:500;
}

.Sub-Pera{
	line-height:1.8em !important;
	text-align:left !important;
}

