

p {
    line-height: 1.5rem;
    font-size: 14px;
    color: #333;
}

.home-bg .header-details button {
    padding: 10px;
    width: 150px;
    height: 60px;
    background: #025D97;
    color: white;
    font-size: 15px;
    margin-top: 30px;
}

.home-bg .header-details button:hover {
    background: #012945;
    color: white;
}

.mainmenu .brand-bg {
    background: transparent; /* f6fdff */
    width: 150px;
    padding: 20px;
    text-align: center;
    padding-top: 20px;
    height: 100px;
}

.mainmenu .brand-bg img {
    width: 100%;
    height: auto;
    object-fit:contain;
}


/* .mainmenu .brand-bg {
    background: #025D97;
    width: auto;
    padding: 30px;
    text-align: center;
    padding-top: 20px;
} */

.mainmenu .brand-bg a {
    color: #fff;
    font-weight: bold;
}

.navbar-header {
    margin-left: 15px;
}

.navbar-brand {
    float: none;
}

@media (min-width: 768px)
{
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	    margin-left: 0px;
	}

}


.home-bg .header-details h1 {
    font-size: 28px;
    margin-bottom: 0px;
}

.home-bg .header-details p {
    font-size: 14px;
    color: #dbe6ec;
}

.scrollup {

    color: #025D97;
    font-size: 30px;
    background: transparent;
}

.mainmenu .navbar-nav li a i {
    color: #025D97;
    font-size: 18px;
    transition: .3s ease-in-out;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #dddee6;
    background-color: transparent;
}

.home-bg .header-details h1 i {
    font-size: 7px;
    color: #025D97;
}

.promotion h1 i {
    font-size: 5px;
    color: #025D97;
}

.promotion a h4 {
    text-transform: uppercase;
    font-size: 12px;
    color: #025D97;
}

.overlay-img {
    background: rgba(194, 201, 204, 0.1);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.overlay-img .top-back
{
	background-color: #000;
	height: 100px;
	width: 100%;
	margin-top: -100px;
	display: none;
}

.mainmenu .navbar-nav li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #072335;
    font-weight: bold;
}

.mainmenu .navbar-nav li a:hover {
	color: #b50d0d
}

.home-bg .header-details {
    padding-top: 220px;
    color: #fff;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.promotion h1 {
    font-size: 20px;
}


.home-bg.content {
	background: url(../images/header-bg.jpg) no-repeat center top fixed;
    min-height: 100px;
    height: 200px;
}

.portfolio h1 {
    color: #012945;
}

.portfolio.icon {
    color: #025d97;
    overflow: hidden;
}

.portfolio.icon i
{
	font-size: 100px;
}

.sections.content
{
	min-height: 500px;
}

div.brand-bg span {
    font-size: 11px;
    display: inline-block;
    color: #c2dae8;
}

.item ul{
 list-style-type: square;
 list-style-position: outside;
 list-style-image: none;
 padding-left: 40px;
}

.item ul li
{
	padding-top:10px;
}



.item ul i {
    font-size: 5px;
    color: #fa5c65;
    padding-right: 20px;
    position: relative;
    top: -4px;
}

.item p span
{
	color: #025d97;
}

.item p span.title
{
	color: #025d97;
	font-weight: bold;
}

.item h5
{
	color: #025d97;
	margin-top: 30px;
	font-weight: bold;
}

.mainmenu.menu-bg {
    background: #e2f5fb;
    color: #c8ced0;
}

.item p
{
	margin-top: 30px;
	clear: both;
}

a.button, form .btn-default {
    padding: 10px;
    background: #025D97;
    color: white;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

a.button:hover, form .btn-default:hover {
    background: #012945;
    color: white;    
}

.social-network a i {
    margin: 10px;
    color: #025d97;
}

.social-network a i:hover {
    color: #012945;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.bold-line hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 4px solid #eee;
}

form label
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #025D97;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
    opacity: 1;
}

@media (max-width: 767px)
{
	.portfolio {
	    margin-bottom: 30px;
	    text-align: left;
	}

	.portfolio.icon {
	    text-align: center;
	}
}

.books img
{
	margin-left: 0px;
	margin-right: 20px;
	width: 100px;
	height: auto;
}


.founder img
{
	margin-left: 0px;
	float: left;
}