
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 14px;
    color: #6a737b;
	
	/* New Preloader 											*/
    /* background: radial-gradient(white, #e8ddcb, #e8ddcb);	*/
    /* background-repeat: no-repeat;							*/
    /* background-attachment: fixed;							*/
    /* overflow: hidden;										*/
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #111111;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #0feb9e;
}

body > section,
.footer {
	padding: 70px 0;
}

.sec-title {}

.sec-title h2 {
  color: #2196f3;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #e51c23;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #2196f3;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

/*=========================================
	Old Preloader
==========================================*/

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  display: block;	
  position: relative;
  left: 40%;
  top: 40%;
}

/*=========================================
	New Preloader
==========================================*/

.circle {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  margin: auto;
  border: 8px solid #212e4b;
  border-radius: 50%;
}
#vertical {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: spin 4s linear infinite,pulse 1s linear infinite alternate;
  animation: spin 4s linear infinite,pulse 1s linear infinite alternate;
}
.circle:not(#vertical) {
  -webkit-animation: spin2 4s linear infinite,pulse 1s linear infinite alternate;
  animation: spin2 4s linear infinite,pulse 1s linear infinite alternate;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes spin2 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    width: 5px;
    height: 200px;
  }
  100% {
    width: 100px;
    height: 5px;
  }
  0% {
    width: 5px;
    height: 200px;
  }
}
@keyframes pulse {
  0% {
    width: 5px;
    height: 200px;
  }
  100% {
    width: 100px;
    height: 5px;
  }
  0% {
    width: 5px;
    height: 200px;
  }
}

/*=========================================
	Header
==========================================*/

#navigation {
  background-color: #2196f3;
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 3px solid transparent;
}

.navbar-nav li.active a {
	background-color: #1d87da;
	border-top: 3px solid #f9ca09;
	color: #fff;
}

.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: #1d87da;
	border-bottom: 3px solid #f9ca09;
	color: #000;
}

/*=========================================
	Slider
==========================================*/

#banner {
	background-image: url("../img/banner.jpg");
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.banner img {
	margin-top: -1.4%;	
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block;
}

#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover; 
}
 
.carousel-caption {
  top: 60%;
}

.carousel-caption h2 {
  color: #e51c23;
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  color: #2196f3;	
}

.carousel-caption h3 {
  color: #f9ca09;
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #ed1c24;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #0feb9e;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}



/*=========================================
	Features
==========================================*/

.features {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #2196f3;
  border-radius: 50%;
  color: #2196f3;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.service-desc p {
  text-align: justify;
}

/*=========================================
	Progress Report
==========================================*/

.center-align td, 
.center-align th {
  text-align: center;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #f2f2f2;
   color: #333333;   
 }
 
/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #2196f3;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 33%;
    position: relative;
}

.work-item-50p {
    float: left;
    width: 50%;
    position: relative;
}

/* Used for Image Height > Width */
.work-item-4h {
    float: left;
    width: 14%;
    position: relative;
}


.work-item > img,
.work-item-50p > img,
.work-item-4h > img {
	max-width: 100%;
	height: auto;
	display: block;	
}

.overlay {
	background-color: rgba(33,150,243,.75);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay,
.work-item-50p:hover .overlay,
.work-item-4h:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a,
.work-item-50p .overlay a,
.work-item-4h .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover,
.work-item-50p .overlay a:hover,
.work-item-4h .overlay a:hover  {
  color: #fff;
}

.work-item .overlay h4,
.work-item-50p .overlay h4,
.work-item-4h .overlay h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p,
.work-item-50p .overlay p,
.work-item-4h .overlay p {
  font-size: 14px;
  line-height: 24px;
}



/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.member-thumb:hover img {
  border: 3px solid #2196f3;
  border-radius: 10%;
}

.member-thumb h5 {
  color: #1d87da;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;  
}

.member-thumb:hover h5 {
  color: #e51c23;
}

.member-thumb h4 {
  color: #e51c23;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover h4 {
  color: #1d87da;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}


/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}

.counters-item {
	color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}

/*=========================================
    Testimonial
==========================================*/

.green-leaf {
	background-color: #77c043;
	color: #fff;
    line-height: 28px;	
}

.green-leaf h3 {
  font-size: 24px;
  line-height: 36px;
}

.green-leaf h4 {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 15px;
}

.alizarin {
	background-color: #e74c3c;
	color: #fff;
    line-height: 28px;	
}

.alizarin h2 {
	color: #fff;
    font-size: 28px;
    font-weight: 800;
}

.alizarin .devider i,
.fb-blue .devider i,
.green-leaf .devider i {
  color: #fff;
}

.alizarin .devider:before,
.alizarin .devider:after,
.fb-blue .devider:before,
.fb-blue .devider:after,
.green-leaf .devider:before,
.green-leaf .devider:after {
  content: "______________________";
  color: #fff;
  position: relative;
  bottom: 6px;
}

.alizarin small {
	color: rgba(255, 255, 255, 0.8);
}

.gap {
	margin-bottom: 50px;
}

/*=========================================
    Member-Info
==========================================*/

.list-info li {
	list-style-type:decimal;
	font-size: 18px;	
	margin: 5px;
}

.list-infos ul {
	margin: 20px;
}

.list-infos li {
	list-style-type:disc;
	font-size: 18px;	
	margin: 5px;
}

.list-info a,
.list-info p, 
.list-infos p {
	font-size: 18px;
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 10px;
}

/*=========================================
    Loan-Info
==========================================*/

.fb-blue {
	background-color: #3b5998;
	color: #fff;
    line-height: 28px;	
}

/*=========================================
    Welfare
==========================================*/

.gray-black {
	background-color: #333333;
	color: #fff;
    line-height: 28px;	
}

/*=========================================
    Award
==========================================*/

.golden-dark {
	background-color: #e9b640;
	color: #333333;
    line-height: 28px;	
}

.golden-dark h3 {
  font-size: 24px;
  line-height: 36px;
}


/*=========================================
	Contact Us
==========================================*/

.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

legend{
  font-size: 24px;
  line-height: 36px;	
  text-align: center;
}

#map_canvas {	
  height: 300px;
  width: 100%;
}

#success_message{ display: none;}

/* Dimensions and position of the status messages */

.statusMessage {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 30em;
  height: 2em;
  padding: 1.5em;
  position:relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.statusMessage p {
  text-align: center;
  margin: 0;
  padding: 0;
}

/*=========================================
	Contact Us
==========================================*/


.footer {
  background-color: #2196f3;
  border-top: 5px solid #062033;
  color: #fff;
  font-size: 14px;
}

.footer a:hover {
  color: #062033;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
  text-align: justify;  
}

.footer-single .sms-info p {
  text-align: justify;  
}

.hours-widget .contact-info p {
  margin-bottom: 5px;
}
.hours-widget .contact-info ul.hours li {
  color: #fff;
  margin: 0;
  padding: 0px 0px 5px;
  border-top: 1px solid #d1d1d1;
}
.hours-widget .contact-info ul.hours li:first-child {
  border-top: none;
}
.hours-widget .contact-info ul.hours span {
  float: right;
  font-weight: 700;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
  margin-top: 50px;
}

#back-top {
  bottom: 10px;
  position: fixed;
  right: 25px;
  z-index: 9;
}