/*
Theme Name: Classinox ME
Theme URI: classinoxme.com
Author: Xpressidea
Description: Theme for Classinox ME
Version: 1.0
*/

@import url("css/all.css");

/* Additional CSS */

body {
	color: #000000 !important;
}

#header {
	border-bottom: 5px solid #FECC00;
}

#intro {
    background: #1F1B20 url("images/intro-home-bg1.jpg") center top no-repeat !important;
}

#intro-inner {
    background: #1F1B20 url("images/hero-inner.jpg") center -250px no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

#intro-inner #overlay {
	background-image: linear-gradient(90deg, rgba(11,62,89,0.32) 0%, rgba(34,64,89,0.46) 80%) !important;
}

.mobile-nav {
	background: rgb(2 34 52) !important;
}


#header.header-scrolled .logo img { height: 50px !important; }

.btn-home-cta2 {
    color: #000000;
    background-color: #FECC00;
	border-radius: 0;
    border-bottom-left-radius: 10px;
	border: 2px solid #000000;
}

.btn-cta-bro {
    background-color: #FECC00;
	font-weight: bold;
	border: 1px solid #333333;
}

.btn-cta-bro:hover {
    background-color: #FCAA3F;
}

.inner-content {
	min-height: 500px;
}

.box-about-info {
	display: block;
	background: #F78C00;
	color: #FFFFFF;
	padding: 10px;
	width: 100%;
	height: 200px;
	text-align: center;
	border-bottom-left-radius: 30px;
}

.box-val {
	background-color: #EEEEEE;
	color: #000000;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.box-val-inner {
	text-align: center;
	height: 90px;
	padding: 20px;
	border-bottom-left-radius: 20px;
	background-color: #0B3E59;
	color: #FFFFFF;
	border-left: 2px solid #DFA355;
	border-bottom: 5px solid #F78C00;
}

.box-val-inner h5 {
	font-size: 1.1rem;
}

.copyright {
	text-align: left !important;
}

.ftr2links a,
.ftr2links a:hover, 
.ftr2links a:active {
	color: white;
}

.ftr2links {
	text-align: right;
	padding-top: 20px;
	font-size: 0.8rem;
	color: #fff;
}


.logoimg img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px 0 10px;
}

.page-inner img {
	padding: 5px;
	margin: 0 0 10px;
}

#services .icon i {
	font-size: 55px;
	color: #43A840;
}

#services .title {
    margin-left: 45px;
}

#services .description {
    margin-left: 55px;
}

/*
.main-nav .drop-down > a::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    padding-left: 10px;
}*/


.intro-info h1 { text-transform: uppercase; }

#intro-inner .intro-info h1 {
	font-size: 46px;
	color: #FECC00;
}

.box-val-hdr h3 {
	display: block;
	background-color: #F78C00;
	color: #FFFFFF;
	margin-bottom: 30px;
	padding: 10px;
}

.pgboxinfo1 {
    display: block;
    border: 1px solid #CCCCCC;
    background-color: #ECECEC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.pgboxinfo1 h3 {
	text-align: center;
	display: block;
	background-color: #F98E00;
	padding: 5px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.pgboxinfo1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pgboxinfo1 ul li a {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 10px;
	text-align: center;
}

.pgboxinfo1 ul li a:hover {
    background-color: #DFDCDC;
}

.pgboxinfo1 ul li:last-child a {
	border-bottom: 0;
}

#intro .intro-info {
	width: 70%;
}

.newsbox h4 {
	color: #43A840;
	font-size: 14px;
	margin-bottom: 5px;
}

.newsbox h3 {
	margin-bottom: 5px;
}

.newsbox { 
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
}

.imghist {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.pgtxt {
	text-align: justify;
}

.rfno span {
	display: block;
	text-align: center;
	padding: 10px;
	background-color: #EEE;
	font-weight: bold;
}

.rfno div {
	display: block;
	text-align: left;
	padding: 10px;
	background-color: #EEE;
	font-size: 0.9rem;
}

.btn-more {
	background-color: #ECECEC;
	border-radius: 0;
	margin: 30px 0;
}

.back-to-top {
	background-color: #FECC00 !important;
	color: #1F1B20 !important;
}

.back-to-top i { color: #1F1B20 !important; }

#footer {
	background-color: #1F1B20 !important;
	border-top: 0 !important;
}

img.btm-log-img {
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	#dpage-humanitarian-aid-relief-logistics .pgtxt {
		padding-top: 100px;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

