/*styles*/
html, body{
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	line-height: 18px;
}
p, ul li{
	font-family: 'Open Sans', sans-serif;
	line-height: 21px;
}
.navbar, .navbar-brand{
	margin-bottom: 0;
	height: auto;
}
.navbar-inverse{
	background: #fff;
	border: 0;
	border-top: 2px solid #1f355e;
	border-bottom: 2px solid #1f355e;
	border-radius: 0; 
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	color: #0099ff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	color: #0099ff;
	background: transparent;
}
.navbar-brand img{
	width: 75%;
}
.nav.navbar-nav{
	padding-top: 35px;
}
.nav.navbar-nav a{
	text-transform: uppercase;
}
#about{
	margin-top: 40px;
}
#about h1{
	margin-top: 0;
}
.about_ss img{
	background: #25365d;
	position: relative;
	z-index: 999;
	top: -100px;
	padding: 80px 30px 0 30px;
}
#values{
	margin-top: -30px;
}
.list-items{
	height: 375px;
}
.list-items ul{
	padding: 0 0 0 20px;
	margin: 0;
}
.list-items ul li{
	padding-bottom: 15px;
	text-align: justify;
}
.vision{
	background: #1f355d;
	color: #fff;
}
.mission{
	background: #00b3f3;
	color: #fff;
}
.values{
	background: #17c9f1;
	color: #fff;
}

.services{
	background: url(../images/services.jpg) no-repeat;
	color: #fff;
	padding: 80px 0;
	font-family: 'Muli', sans-serif;
	margin-bottom: 20px;
	clear: both;
}
.services h2{
	padding-bottom: 30px;
}
.services ul{
	padding: 0 20px 0 0;
	margin: 0;
}
.services ul li{
	line-height: 21px;
	list-style: none;
}
.services ul li .svg-inline--fa.fa-w-16{
	border: 1px solid #017fac;
	/*color: #030709;*/
	border-radius: 50%;
	margin-right: 5px;
}
.more{
	margin-top: 20px;
	background: #25365d;
	border-radius: 30px;
	padding: 10px;
	font-size: 17px;
}
.more a{
	color: #fff;
}
.more a:hover{
	text-decoration: none;
}
.container p{
	padding-bottom: 15px;
	text-align: justify;
}

#testimonials{
	background: #17a6e1;
    color: #fff;
    text-align: left;
    padding: 80px 0;
}

/*==================================================
 * testimonials box shadow Effect
 * ===============================================*/
#testimonials
{
  position: relative;
}
#testimonials:before, #testimonials:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#testimonials:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    float: left;
    margin-right: 15px;
}

#whyUs{
	padding: 80px 0;
	background: #fff url(../images/back_shade.png) no-repeat center center;
}
.symbol{
	color: #17a5e1;
	font-size: 80px;
}
.why-us img{
	background: #f2f2f2;
	border-radius: 50%;
	padding: 10px;
}
footer{
	padding: 80px 0 0;
}
footer h2{
	color: #416a7b;
	padding: 40px 20px 40px 20px;
	font-weight: bold;
}
footer p.address{
	font-size: 17px;
	line-height: 30px;
}
footer p.info span{
	font-size: 20px;
	padding: 50px 20px;
	font-weight: bold;
	display: inline-block;
}
.info span .fa-lg{
	color: #416a7b;
	margin-right: 8px;
}
footer span{
	padding: 10px;
}
.copyright{
	margin-top: 80px;
	background: #1a1a1a;
	padding: 20px;
	color: #fff;
}
.services-heading{
	font-size: 20px;
}
.sborder{
	border-bottom: 1px solid #017fac;
	margin: -15px 0 15px 30px;
	width: 90px;
	display: block;
}
.services-list h3{
	color: #fff;
	background: #416a7b;
	padding: 5px;
}
.services-list h4{
	color: #416a7b;
	font-weight: bold;
}