@charset "UTF-8";

.about-info ul {
    padding: 0px; margin: 0 auto 40px auto; display: block; justify-content: center; list-style: none;
}
.about-info li {
    margin: 0px 10px; padding: 10px; position: relative; height: 50px; font-weight: 300; font-size: 20px; font-family: 'Raleway', sans-serif; font-weight: 600; color: #25258E;
}
.about-info li::before {
    margin: 0 20px 0 0; padding: 0px; content: "\f00c"; font-family: 'FontAwesome'; color: #25258E; font-weight: 300;
}
.container {
    padding-right: 35px!important; padding-left: 35px!important; margin-right: auto; margin-left: auto;
}
.about_content .section_title { margin-bottom:40px!important; }
.features__content img { display: inline-block; position: relative; float:right; margin: 0px 0px 0px 40px; }
.transfers_content img { display: inline-block; position: relative; float:right; margin: 0px 0px 0px 40px; }

.img-container { padding:6px; border:1px solid #dedede; border-radius: 4px; box-shadow: 0px 0px 8px #cdcdcd; background-color:#ffffff; width:100%; min-width:80px; max-width:800px; }
.navbar-header .navbar-brand {
    position: relative; top: 12px; padding-top: 10px;
}

.wrap-sticky nav.navbar.bootsnav.sticked, nav.navbar.bootsnav {
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.05);
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    background-color: #1A2CC0;
}

.about_content {
	display: block; position: relative; width: 100%; height: auto;
	padding: 90px 0;
	background-image: url('./../images/backgrounds/subtle_grunge.png');
	background-position: center center;
	background-size: auto;
	background-repeat: repeat-x;
}

.transfers_content {
	display: block; position: relative; width: 100%; height: auto; max-height: 890px;
	padding: 90px 0;
	background-image: url('./../images/backgrounds/honey-comb.jpg');
	background-position: center center;
	background-size: auto;
	background-repeat: repeat-x;
}
.transfers_content h3 { color:#ffffff; }
.transfers_content .section_title h3 span {
    color: #ff5722;
    font-weight: 900;
}
.transfers_content .transfers-info p {
	color: #e7e7e7;
}

.main_footer {
	background-color: #1A2CC0;
	border-top: 0px solid #f1f1f9;
}
.sub_footer {
	border-top: 0px solid #3A3D45;
	background-color: #080D13;
}

.footer-breadcrumbs {
    padding: 25px 15px;
    background-color: #1A2CC0;
}

.widget-contact {
    background-image: url(./../assets/img/world-map-light.png);
}
@media (max-width: 991px) {
    .owl-carousel {
        top: 40px;
    }
    .about_content .col-md-6 {
        width: 100%;
    }
    .navbar-header .navbar-brand img.logo {
    width: 180px!important;
	}
}
@media (max-width: 767px) {
    .features__content .section_title { margin-bottom:40px; }
    .features__content img { display: block; position: relative; float:none; margin: 0 auto; }
    .transfers_content .section_title { margin-bottom:40px; }
    .transfers_content img { display: block; position: relative; float:none; margin: 0 auto; }
}
@media (max-width: 992px) {
	
}
