body{
	font-family:libre franklin,Helvetica,Arial,sans-serif; font-size:14px; box-sizing:border-box; line-height: 25px; outline:none;
}
/*header starts*/
#header .navbar-inverse{
	background-color: #4169e1;
	border-color: #4169e1;
	border-radius: 0px;
	height: 60px;
	margin-bottom: 0px;
}
#header .navbar-inverse .navbar-brand{
	padding-top: 5px;
}
#header .navbar-inverse .navbar-brand img{
	width: 60px;
	margin:3px 0;
}
#header .navbar ul{
	background-color: #4169e1;
	border-color: #4169e1;
	padding-bottom: 20px;

}
#header .nav>li a{
	font-size: 16px;
	color: #eee;
	text-transform: capitalize;
	padding: 5px 10px 5px 10px;
	font-weight: 700;
}
#header .nav>li{
	top: 15px;
}
#header .nav >li a:hover{
	font-size: 16px;
	color: #212529;
	
}
#header .nav li.active a{
	background: transparent;
	font-size: 18px;
	color: #212529;
	font-weight: 700;
}
/* slider starts */
.padChange{
	padding-left: 0px;
	padding-right: 0px;
	}
.flexslider{margin-bottom:0px !important;}
/* about starts */
#about{background-color:#e9eefc;}
#about h2{
	font-size: 28px;
	text-align: center;
	color: #4169e1;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#about p{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}
#about .line{
	width: 39%;
	height: 3px;
	background: #003280;
	float: left;
	border-radius: 1px;
}
#about .iconDiv{
	float: left;	
}
#about .iconDiv i{
	top: -8px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
}
#about .bottomDesign{
	width:40%;
	margin: auto;
	top: 20px; 
	position: relative;
}
#about .card{
	max-width: 100%;
	/* background: #94b8af; */
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 10px;	
}
#about .card h3{
	font-size: 20px;
	font-weight:bold;
	color: #003280;
	text-align: center;
	padding-top: 20px;
	text-transform: capitalize;
	
}
#about .card p{
	font-size: 14px;
	margin-top: 20px;
	text-align: justify;
}
/* ourDirectors starts */
#ourDirectors .line{
	width: 39%;
	height: 3px;
	background: #003280;
	float: left;
	border-radius: 1px;
}
#ourDirectors .iconDiv{
	float: left;	
}
#ourDirectors .iconDiv i{
	top: -8px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
}
#ourDirectors .bottomDesign{
	width: 35%;
    margin: auto;
    top: 5px;
    position: relative;
    bottom: 8px;
    margin-bottom: 30px;
}
#ourDirectors .directorsDiv{
	max-width: 100%;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;	
}
#ourDirectors h2{
	font-size: 28px;
	text-align: center;
	color: #4169e1;
	margin-top: 10px;
	text-transform: capitalize;
	font-weight: 700;
	/* margin-bottom: 30px; */
}
#ourDirectors .directorsDiv h3{
	font-size: 24px;
	color: #003280;
	text-align: center;
	padding-top: 20px;
	text-transform: capitalize;
	
}
#ourDirectors .directorsDiv p{
	font-size: 14px;
	margin-top: 15px;
	text-align: center;

}
#ourDirectors .directorsDiv img{
	margin-top: 20px;
}
#ourDirectors .box{padding-right:7px; padding-left:7px;}
.modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-content{
	width: 37%;
	min-height: 300px;
	background: #4169e1;
}
.modal-content h4{
	color: #fff;
}
.modal-content p{
	color: #fff;
}
/* ourconsultants starts */
#ourCosultants{background-color:#e9eefc;}
#ourCosultants .consultantsDiv{
	max-width: 100%;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;	
}
#ourCosultants h2{
	font-size: 28px;
	text-align: center;
	color: #4169e1;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#ourCosultants .consultantsDiv h3{
	font-size: 18px;
	font-weight:bold;
	color: #003280;
	text-align: center;
	padding-top: 20px;
	text-transform: capitalize;
	
}
#ourCosultants .consultantsDiv p{
	font-size: 14px;
	text-align: center;
	font-style: italic;
}
#ourCosultants .consultantsDiv img{
	margin-top: 20px;
	cursor:pointer;
}
#ourCosultants .consultantsDiv i{
	position: absolute;
	bottom: 10%;
	left: 47%;
	color: #003280;
	font-size: 20px;
	cursor:pointer;
}
#ourCosultants .line{
	width: 39%;
	height: 3px;
	background: #003280;
	float: left;
	border-radius: 1px;
}
#ourCosultants .iconDiv{
	float: left;	
}
#ourCosultants .iconDiv i{
	top: -8px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
}
#ourCosultants .bottomDesign{
	width:35%;
	margin: auto;
	top: 20px; 
	position: relative;
}


/* service starts */
#service{background: #f8f8f8;}
#service h2{
	font-size: 28px;
	text-align: center;
	color: #4169e1;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
}
#service p{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 10px;
}
#service .line{
	width: 39%;
	height: 3px;
	background: #003280;
	float: left;
	border-radius: 1px;
}
#service .iconDiv{
	float: left;	
}
#service .iconDiv i{
	top: -8px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
}
#service .bottomDesign{
	width: 35%;
    margin: auto;
    top: 15px;
    position: relative;
}
#service .serviceDiv{
	height: 300px;
}
#service .serviceDiv:hover{
	/* border: 1px solid #94b8af;  */
	background-color: #c7b9b9;
	border-radius: 10px;
}
#service .serviceDiv h3{
	font-size: 20px;
	color: #003280;
	text-align: center;
	padding-top: 20px;
	
}
#service .serviceDiv p{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
#service .serviceDiv i.iconSize{
	font-size: 40px;
	margin-top: 30px;
	color: #008000;
	font-weight:700;
	margin-left: 45%;
	margin-right: 45%;
	
}
#service .serviceDiv .btn-default{
	background: #5c8a7e;
	margin-top: 30px;
	color: #fff;
	text-transform: capitalize;
}
#service .serviceDiv .btn-default:hover{
	background: #4d91ff;
	color: #fff;
}
#contact h2{
	font-size: 28px;
	text-align: center;
	color: #4169e1;
	margin-top: 30px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 30px;
}
#contact .line{
	width: 39%;
	height: 3px;
	background: #003280;
	float: left;
	border-radius: 1px;
}
#contact .iconDiv{
	float: left;	
}
#contact .iconDiv i{
	top: -8px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
}
#contact .bottomDesign{
	width:35%;
	margin: auto;
	/* top: 20px;  */
	position: relative;
}
#contact .contactDiv{
	margin-top:15%;
	padding-bottom: 30px;
}
#contact .contactDiv .btn{
     min-width: 200px;
	 background: #4169e1;
	 color: #fff;
	 text-transform: capitalize;
}
#contact .addressDiv{margin-left: 20%;}
.contact{
	width: 125px;
	height: 125px;
	background: #4169e1;
	border-radius: 50%;
	position: absolute;
	z-index: 100;
    top: -60px;
    left: 40%;
}
.contact:hover i{
	color: #003280;
}
.well{
	margin-top: 20px;
}
#contact .addressDiv i.fa{font-size:35px; color:#4169e1;}
#contact .addressDiv p{ margin-top:20px; line-height: 27px;}
#contact .socialDiv{margin-left: 20%;}
#contact .socialDiv i{font-size:18px; color:#4169e1; margin-top:40px; margin-bottom:30px; font-size:40px; margin-left:20px;}
#footer{
	width: 100%;
	height: 50px;
	background: #4169e1;
}
#footer .footerDiv h2{
	 font-size: 14px;
	 color: #fff;
	 margin-top: 20px;
	 text-align: center;
}
.error{
	color: #4169e1;
}
#gotop .fa{
	font-size: 30px;
}
.fa-user{
	font-size: 80px;
	top: 20px;
    position: relative;
    left: 32px;
	color: #fff;
}
.our-team{
	border: 1px solid #dedede;
	text-align: center;
	color: #003280;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	height: 500px;
}
.our-team:hover{
    background-color:#a5baf3;
    color: rgb(121, 177, 62);
	color: #212529;
}
.our-team .pic{ position: relative; }
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.our-team:hover .pic img{ transform: translateY(-10px); width:100%; }
.our-team .social{
    width: 20%;
    height: 95%;
    background: #212529;
    padding: 20px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ left: 0; }
.our-team .social li{ display: block; }
.our-team .social li a{
    display: block;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    transition: all 0.5s ease 0s;
	text-decoration:none;
}
.our-team .social li .fa-facebook:hover{color:#3b5998;}
.our-team .social li .fa-linkedin:hover{color:#55acee;}
.our-team .social li .fa-twitter:hover{color:#0077b5;}
.our-team .team-content{ padding: 25px 15px; }
.our-team .title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
	color: #003280;
}
.our-team .post{
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}
.our-team p.description{
	text-align: justify;
	color: #212529;
	margin-top: 10px;
}
.our-team:hover p.description{
	display: none;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.serviceBox{ text-align: center;margin-top: 25px; }
.serviceBox .service-icon{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 80px;
    position: relative;
}
.serviceBox .service-icon:before{
    content: "";
    background: #4169e1;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.serviceBox .service-icon:after{
    content: "";
    width: 4px;
    height: 0;
    background: #4169e1;
    margin: 0 auto;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:after{ height: 45px; }
.serviceBox .service-icon i{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 80px;
    background: #fff;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.5);
    font-size: 35px;
    color: #4169e1;
    position: absolute;
    top: 0;
    left: 0;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #003280;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    position: relative;
}
.serviceBox .title:before{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    margin: 0 auto;
    border: 5px solid #4169e1;
    box-shadow: -3px 3px 3px rgba(0,0,0,0.5);
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 0;
}
@media only screen and (max-width: 320px){
	.contact{
	width: 80px;
	height: 80px;
	background: #4169e1;
	border-radius: 50%;
	position: absolute;
	z-index: 100;
    top: -30px;
    left: 35%;
}
.fa-user{
	font-size: 50px;
	top: 15px;
    position: relative;
    left: 24px;
	color: #fff;
}
#contact .addressDiv p{ margin-top:5px; line-height: 27px; font-size: 10px;}
#contact .socialDiv{margin-left:0px;}
#contact .addressDiv{margin-left: 0px;;}
#contact .socialDiv i{font-size:18px; color:#4169e1; margin-top:40px; margin-bottom:30px; font-size:40px;}
#header .navbar-inverse .navbar-brand{top:0px;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border: none;
}
.modal-content{
    width: 80%;
    min-height: 350px;
    background: #4169e1;
	margin: auto;
}
}
#slider{margin-top:60px;}
@media screen and (min-width:1024px){
	#slider{margin-top:60px;}
	.flexslider .slides img{height:572px!important;}
}