
body {
    font-family: 'Poppins';
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 1.7em;
}
span {
	font-size: 1.5rem;
	font-weight: 400;
}
.button {
    background-color: #ffac03;
    text-align: center;
    padding: 5px;
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
	width: 25%;
}
.button:hover{
	background-color: #000;
	color: #0C78F6;
}
@media screen and (max-width: 767px) {
    .button{
        width: 50%;
    }
}
a{
	text-decoration: none !important;
}
.top-header{
	width:100%;
	height:auto;
	background-color:#fff;
}
.top-header-menu ul {
    margin: 0px;
    padding-top: 9px;
    display: inline-block;
    padding-bottom: 16px;
}
.top-header-menu ul li {
    display: inline-block;
    color: #fff;
    padding-top: 10px 0px 10;
    font-size: 14px;
    margin-top: 10px;
    padding-right: 36px;
	font-weight: 600;
}
.top-header-menu ul li a{color:#000;text-decoration:none;}
.top-header-menu ul li a:hover{
	color: #999;
	cursor:pointer;
}
/*.top-header-menu ul {
    padding-left: 177px;
}*/
.top-header-side-menu ul{
	 margin: 0px;
    padding: 0px;
    display: inline-block;
}
.top-header-side-menu ul li{
	display: inline-block;
    color: #fff;
    padding-top: 10px 0px 10;
    font-size: 13px;
    margin-top: 10px;
    padding-right: 26px;
	color: #999;
	font-weight: 600;
}
/*.top-header-side-menu ul {
    padding-left: 180px;
}*/
i.fa.fa-facebook.fa-lg {
    color: #fff;
    background-color: #3b5998;
    height: 30px;
    width: 30px;
    border: 1px solid #3b5998;
    padding: 9px;
    font-size: 15px;
	border-radius:50%;
}
i.fa.fa-twitter.fa-lg {
    color: #fff;
    background-color: #00aced;
    height: 30px;
    width: 30px;
    border: 1px solid #00aced;
    padding: 7px;
    font-size: 15px;
	border-radius:50%;
}
i.fa.fa-instagram.fa-lg {
    color: #fff;
    background-color: #517fa4;
    height: 30px;
    width: 30px;
    border: 1px solid #517fa4;
    padding: 7px;
    font-size: 15px;
	border-radius:50%;
}
i.fa.fa.fa-youtube.fa-lg {
    color: #fff;
    background-color: #b00;
    height: 30px;
    width: 30px;
    border: 1px solid #b00;
    padding: 7px;
    font-size: 15px;
	border-radius:50%;
}
i.fa.fa-linkedin.fa-lg {
    color: #fff;
    background-color: #007bb5;
    height: 30px;
    width: 30px;
    border: 1px solid #007bb5;
	border-radius:50%;
    padding: 7px;
    font-size: 15px;
}

/*mid-header*/
.call-top{
	color: #06318F;
	padding: 30px;
}
span.number{
	font-size: 4rem;
}

/*bottom-header*/
.bottom-header{
	background-color: #000;
}
.bottom-header-menu ul{
	margin: 0px;
    padding-left: 30px;
    display: inline-block;
}
.bottom-header-menu{
	margin: auto;
}
.bottom-header-menu ul li{
	display: inline-block;
    color: #0C78F6;
    padding: 10px;
	padding-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
    font-size: 13px;
	font-weight: 600;
	border-right-style: dotted;
	border-color: #fff;
}


/*Footer*/
.footer {
    background-color: #fff;
    width: 100%;
    padding-top: 15px;
    color: #000;
	margin-top: 50px;
}
.quick-links{
	display: block;
    color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
    font-size: 13px;
    padding-right: 30px;
	font-weight: 400;
}
.footer-bottom{
	background-color: #000;
	width: 100%;
	margin-top: 5px;
}
.footer-bottom-left ul{
	margin-top: 20px;
    padding-left: 0px;
    display: inline-block;
}
.footer-bottom-left ul li{
	display: inline-block;
    color: #fff !important;
	padding: 5px;
	padding-left: 25px;
    font-size: 13px;
	font-weight: 600;
	border-right-style: solid;
	border-color: #fff;
}
.footer-image{
	margin-top: 25px;
	display: block;
	padding: 20px;
}

/*end of footer*/

.carousel-inner > .item {
	/*transition: 0.9s ease-in-out left;*/
}
.carousel-inner img {
    width: 100% !important;
    height: 500px !important;
}
.carousel-indicators{
	width:inherit;
}
.carousel-caption{
	color: #000 !important;
	background-color: #d9d9e58c;
	right: 40% !important;
	bottom: 200px !important;
	left: 10% !important;
	top: 10%;
	text-align: left !important;
	padding: 20px !important;
}
.navbar{
display: none !important;
}
@media screen and (max-width: 767px) {
	.carousel-caption{
		color: #000 !important;
		background-color: #d9d9e58c;
		right: 10% !important;
		bottom: auto !important;
		left: 10% !important;
		top: 10%;
		text-align: left !important;
		padding: 20px !important;
	}
	.top-header{display:none !important;}
	.mid-header{display:none !important;}
	.bottom-header{display:none !important;}
	.navbar{
		background-color: #000;
		display: block !important;
	}
	span.sr-only {
    color: white;
	}
	[type=reset], [type=submit], button, html [type=button] {
    border-color: #fff;
	}
	.navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.navbar-header{
		float: left;
		left: 0;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
}
.home-apply{
	background-color: #222222;
	width: 100%;
	padding: 20px;
}
.dollar{
	display: block;
	text-align: center;
	height: 75px;
	margin-bottom: 15px;
}
.dollar-content{
	display: block;
	text-align: center;
	margin-bottom:20px;
}
.section-details{
	padding:10px;
	margin-top: 50px;
	display: block;
	text-align: justify;
}
.about-details{
	padding:20px;
	padding-top: 0px;
	margin-top: 35px;
}
input[type=text], input[type=email], select, textarea {
  width: 80%; /* Full width */
  padding: 4px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 7px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 6px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
  background-color: #f2f2f2;
}
input[type=text]:hover, textarea:hover{
	background-color: #fff;
	border-color: #000;
}
input[type=text]:focus, textarea:focus{
	background-color: #fff;
	border-color: #000;
}
.about-image img{
	position: relative;
	height: 300px;
	width: 100%;
}
.fa{
	padding: 0px 10px;
	padding-bottom: 10px;
}
.content-details{
	padding:5px;
	display: block;
	text-align: left;
}
.details{
	padding-top:10px;
}
.heading{
	display: inline;
	text-align: left;
	padding:10px;
	box-sizing: border-box;
	font-size: 3rem;
	width: 100%;
	font-weight: 600;
	border-radius: 5px;
}
.form-button {
    background-color: #ffac03;
    text-align: center;
    padding: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
	width: 25%;
}
.form-button:hover{
	background-color: #000;
	color: #0C78F6;
}
.social-links{padding-top:14px;}

.footer-b ul{
	margin-top: 20px;
    padding-left: 0px;
    display: inline-block;
}
.footer-b ul li {
    display: block;
    color: #fff !important;
    padding: 5px;
    padding-left: 25px;
    font-size: 13px;
    font-weight: 600;
    border: none;
}