/********************************/
/*            General css           */
/********************************/
body {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.main {
	margin-top: 15px
}
.heading {
	font-size: 24px;
	color: #000b8d;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	text-transform: uppercase;
}
.sub-heading {
	font-size: 18px;
	color: #000b8d;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	text-transform: uppercase;
}
p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #000;
	text-align: center
}
.descrption {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #000;
	text-align: justify;
}
.descrption-content {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #000;
	text-align: justify; width:600px
}
.descrptions {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #000;
	text-align: justify;
	width: 635px
}
.bold {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	color: #000;
	text-align: justify;
	width: 635px
}
.style-line {
	background: #000b8d;
	width: 150px;
	height: 1px;
}
.img-responsive {
	border: 1px solid #000b8d
}
/********************************/
/*            Navigation           */
/********************************/
/* navbar */
.navbar-default {
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #FFF
}
/* title */
.navbar-default .navbar-brand {
	height: auto;
	width: 100%;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #0d72ba;
}
/* link */
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > li> ul {
	background-color: #000;
	margin-top: 15px;
}
.navbar-default .navbar-nav > li> ul> li a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > li> ul> li a:hover {
	background-color: #001384;
	color: #fff
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #001384;
	background-color: #fff
}
.navbar-default .navbar-nav > li > ul> a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #0d72ba
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #001384;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .nav -color: #D5D5D5;
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #a62b1f;
}
/********************************/
/*            image-slider        */
/********************************/
.jk-slider {
	width: 100%;
	margin-top: -18px
}
.jk-slider img {
	width: 100%;
}
/*          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: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	animation-delay: 0.4s;
	transition-delay: 0.4;
	color: #FFF
}
.hero h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	animation-delay: 0.6s;
	transition-delay: 0.6;
	color: #FFF
}
.hero p {
	font-weight: 600;
	margin: 0;
	padding: 0;
	animation-delay: 1.0s;
	transition-delay: 0.8;
	color: #FFF;
	text-align: center
}
.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: 3;
	-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: #000;
	opacity: .3;
}
/*===========================
	footer
============================ */
.footer {
	background: #000;
	padding: 25px;
}
.footer p {
	margin-top: -8px;
	font-size: 16px;
	line-height: 30px;
	color: #CCC;
	font-family: 'Lato', sans-serif;
	margin-bottom: 15px
}
.footer a {
	color: white;
}
.footer ul {
	text-decoration: none;
	list-style: none;
	margin-left: -40px;
	font-size: 14px;
	color: #ccc;
}
.footer ul li {
	margin-bottom: 8px
}
.footer ul li i {
	margin-right: 15px
}
.footer ul li:hover {
	color: #fff;
	cursor: pointer;
}
.sub-footer a:hover {
	color: #fff;
}
.sub-footer {
	background: #090909;
	padding: 30px;
	color: #CCC;
	margin-top: -20px
}
.sub-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sub-footer ul > li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
}
.footer ul {
	text-decoration: none;
	list-style: none;
	margin-left: -40px;
	font-size: 14px;
	color: #ccc;
}
.footer ul li {
	margin-bottom: 8px;
}
ul.social-network {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
ul.social-network li {
	display: block;
	margin-top: -4px;
}
.anchor {
	background-color: #001384;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	text-transform: uppercase;
}
.map {
	float: left;
}
.map1 {
	float: right;
	width: 5px;
}
.foot1{width:280px; text-align:left
}
.foot2{
	width:290px; text-align:left}
.foot3{
	width: 350px; float:right
}
/********************************/
/*            @font-face          */
/********************************/
@font-face {
	font-family: heading;
	src: url(../fonts/heading.ttf)
}
@font-face {
	font-family: myparaghrap;
	src: url(../fonts/myparaghrap.ttf)
}
@font-face {
	font-family: navbar;
	src: url(../fonts/navbar.ttf)
}
@font-face {
	font-family: subheading;
	src: url(../fonts/subheading.ttf)
}
.services {
	text-align: center;
	background-color: #eee;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 15px
}
.services .circle {
	width: 60px;
	height: 60px;
	background: #001384;
	border-radius: 100%;
	margin-top: -30px
}
.services .circle:hover {
	width: 60px;
	height: 60px;
	background: #fff;
	color: #001384;
}
.services .fa {
	color: #FFF;
	padding-top: 15px
}
.services img {
	border: 3px solid #001384;
	margin: auto
}
.services a {
	background-color: #001384; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 15px
}
.top-copy {
	margin-top: 10px;
	margin-bottom: 15px;
}
.top-copy .fa {
	margin-right: 8px;
	margin-left: 8px
}
.top-copy p {
	font-size: 12px
}
.services-list{
	padding:0 15px;}

.services-list li{
	font-size: 16px;
    color: #000b8d;
    padding: 5px 0;
    list-style: circle;
    list-style-position: outside;
}

.services-list li span{
	color:#333}	
	
/* Style the tab */
.tab {
	float: left;
	border: 1px solid #000;
	background-color: #000b8d;
	width: 20%;
	height: auto;
}
/* Style the buttons inside the tab */
.tab button {
	display: block;
	background-color: inherit;
	color: #FFF;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.6s;
	font-size: 18px;
}
/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #fff;
	color: #000b8d
}
/* Create an active/current "tab button" class */
.tab button.active {
	background-color: #fff;
	color: #000b8d
}
/* Style the tab content */
.tabcontent {
	float: left;
	padding: 0px 12px;
	width: 80%;
	border-left: none;
	min-height: 600px;
}
.my-anchor {
		background-color: #001384; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 15px

}
/********************************/
/*            Why choose us           */
/********************************/
.nav-tabs {
	background: #00266d;
	border: 3px #FF0000;width:100%
}
.nav-tabs a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif; width:360px
}
.nav-tabs a:hover {
	color: #00266d;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.nav-tabs .fa {
	margin-right: 8px
}
 @media only screen and (max-width: 479px) {
.nav-tabs li {
	width: 100%;
	text-align: center;
}
/* Testimonials Section
--------------------------------*/
#testimonials {
	padding: 60px 0;
}
#testimonials .section-header {
	margin-bottom: 40px;
}
#testimonials .testimonial-item {
	text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}
#testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
	margin-top: -15px;
	padding-right: 10px;
	display: inline-block;
	width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}
 @media (min-width: 992px) {
 #testimonials .testimonial-item p {
 width: 80%;
}
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #18d26e;
}
