/* MLM styles */

/************ TABLE OF CONTENTS ***************
1. Variables
2. Fonts
3. Overrides
4. Navigation
5. Main Banner
6. Features
7. eProcurement system modules
8. Contract management in one platform
9. Footer
10. Media queries

**********************************************/

/*** 

====================================================================
	1. Variables
====================================================================

 ***/

:root {
	--white: #ffffff;
	--primary: #0063B0;
	--primaryDark: #003D6D;
	--secondary: #5DAD33;
	--secondaryDark: #50952C;
}



/*** 

====================================================================
	2. Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900');

/*** 

====================================================================
	3. Global Settings
====================================================================

 ***/

body {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	color: var(--primaryDark);
	line-height: 1.4;
	font-weight: 300;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--primaryDark);
	font-weight: 500;
	/*margin-bottom: 1.5rem;*/
}

h1, h2 {
	font-size: 20px;
	margin-bottom: 1.5rem;
}

h3 {
	font-size: 16px;
}

.btn-style-one {
	color: var(--white);
	background: var(--secondary);
	font-weight: 500;
}

.btn-style-one:hover {
	color: var(--white);
	background: var(--secondaryDark);
}

ul.list {
	padding-left: 12px;
}

ul.list li:before {
	content: "-";
	position: absolute;
	margin-left: -10px;
}

.margin-bottom-2rem {
	margin-bottom: 2rem;
}

.default-form .form-group {
	margin-bottom: 10px;
}

button[type=submit] {
	margin-top: 10px;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid rgba(0, 99, 176, 0.25);
}

.panel-default > .panel-heading {
	color: var(--white);
	background-color: var(--primary);
}

.panel-title a:after {
	font-family: 'FontAwesome';
	content: "\f106";
	position: absolute;
	right: 0;
}

.panel-title a.collapsed:after {
	content: "\f107";
}

.bg-white {
	background: var(--white) !important;
}

.default-form input {
	background: var(--white) !important;
	color: var(--primaryDark) !important;
}

.modal-message {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	display: flex;
	justify-items: bottom;
	align-items: center;
}

.modal-message .message {
	background: #fff;
	max-width: 95%;
	margin: 1rem auto;
	padding: 5rem;
	border-radius: 0;
	flex-grow: 0;
	flex-shrink: 1;
	text-align: center;
}

.modal-message .message img {
	max-width: 50px;
	margin-bottom: 2rem;
}

.modal-message .message h2,
.modal-message .message p {
	margin-bottom: 1rem;
}



/*** 

====================================================================
	4. Navigation
====================================================================

 ***/

/*.main-header .main-box .logo-box {
	padding: 10px 0px;
}*/

.main-header {
	background-color: var(--primary)
}

.main-menu .navbar-header .navbar-toggle {
	border: none;
	background: none;
}

.main-menu .navbar-collapse > .navigation {
	/*background: var(--primary);*/
	border: none;
}

.main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
	border-top: 1px solid rgba(255,255,255,0.25) !important;
}

.main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
	padding: 30px 10px !important;
	line-height: 22px;
	color: var(--white);
	font-size: 14px;
	background: var(--primary);
	font-weight: 500;
}

.main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
	background: var(--primary);
	color: var(--white) !important;
}

.main-menu .collapse {
	max-height: none;
}

.main-header .main-box {
	top: 0;
	transition: none;
}



/*** 

====================================================================
	5. Main Banner
====================================================================

 ***/


/*.banner-one, .banner-two, .banner-four {
	padding: 120px 0px 20px;
}*/

.main-banner {
	background: rgb(152,154,176);
	background: linear-gradient(312deg, rgba(152,154,176,1) 0%, rgba(220,224,239,1) 100%);
	padding: 120px 0px 40px;
}

.banner-one .text-column, .banner-one .image-column {
	margin-top: 20px;
	margin-bottom: 0;
}

.main-banner img {
	margin-bottom: 1rem;
}

.banner-one .text-column h1 {
	margin-bottom: 1rem;
}

.banner-one .text-column p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 2rem;
}



/*** 

====================================================================
	6. Features
====================================================================

 ***/

.features-section-three {
	padding: 30px 0px;
	background: rgb(255,255,255);
	background: linear-gradient(145deg, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);
}

.service-style-three {
	margin-bottom: 20px;
}


.service-style-three .inner-box {
	text-align: left;
	display: flex;
	align-items: center;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}

.service-style-three .icon {
	display: inline-block;
	width: 50px;
	height: auto;
}

.service-style-three .inner-box .icon {
	margin-bottom: 0;
	margin-right: 20px;
}

.service-style-three .content {
	display: inline-block;
	width: calc(100% - 70px);
}

.service-style-three .inner-box .text {
	font-size: 14px;
	line-height: 1.2;
}

.service-style-three .inner-box h3 {
	color: var(--primaryDark);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0.25rem;
}



/*** 

====================================================================
	7. eProcurement system modules
====================================================================

 ***/

#features .text-column {
	margin-bottom: 2.5rem;
}

.service-style-three.custom .inner-box {
	padding: 0;
	display: block;
	min-height: 240px;
}

.service-style-three.custom .inner-box .title {
	padding: 20px 5px;
}

.service-style-three.custom .inner-box .content {
	padding: 20px;
}

.service-style-three.custom .inner-box .title {
	background: var(--primary);
	text-align: center;
	position: relative;
}

.service-style-three.custom .inner-box .title * {
	color: var(--white);
	font-weight: 500;
}

.service-style-three.custom .inner-box .title .number {
	font-size: 5rem;
	line-height: 1;
}

.service-style-three.custom .inner-box .title:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	z-index: 1;
	border-style: solid;
	border-color: var(--primary) transparent;
	border-width: 15px 35px 0;
	bottom: -15px;
	left: 50%;
	margin-left: -35px;
}

.service-style-three.custom .inner-box .content {
	width: 100%;
}




/*** 

====================================================================
	8. Contract management in one platform
====================================================================

 ***/

.features-section-three#contractManagement {
	background: rgba(0, 99, 176, 0.05);
}

#contractManagement .service-style-three .inner-box {
	text-align: left;
	display: block;
}

#contractManagement .service-style-three .inner-box .icon {
	margin-bottom: 1rem;
	margin-right: 0;
	display: block;
	width: 100%;
}

#contractManagement .service-style-three .inner-box .icon img {
	height: 60px;
}

#contractManagement .service-style-three .content {
	display: block;
	width: 100%;
}



/*** 

====================================================================
	9. Footer
====================================================================

 ***/

.footer-style-one {
	text-align: center;
	background: var(--primary);
	color: var(--white);
	padding: 20px;
}

#get-in-touch hr {
	margin-left: 15px;
	margin-right: 15px;
}



/*** 

====================================================================
	10. Media queries
====================================================================

 ***/

@media only screen and (min-width: 768px) {

	body {
		font-size: 16px;
	}

	h1, h2 {
		font-size: 24px;
		margin-bottom: 3rem;
	}

	h3 {
		font-size: 16px;
		margin-bottom: 1rem;
	}

	.text-sm-left {
		text-align: left !important;
	}

	.main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
		border-top: none !important;
	}

	.main-header.fixed-header .main-box {
		background-color: var(--primary);
	}

	.main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
		padding: 35PX 0 !important;
		background: none;
	}

	.main-menu .navigation > li > a::before {
		display: none;
	}

	.main-banner {
		padding: 160px 0px 60px;
	}

	.main-banner img {
		margin-bottom: 2rem;
	}

	.banner-one .text-column p {
		font-size: 16px;
		margin-bottom: 3rem;
	}

	.features-section-three {
		padding: 60px 0px;
	}

	.service-style-three .inner-box .text {
		font-size: 16px;
	}

	#overview .service-style-three .inner-box {
		min-height: 130px;
	}

	#eprocurement-modules .service-style-three .inner-box {
		min-height: 270px;
	}

	#contractManagement .service-style-three .inner-box {
		min-height: 330px;
	}

	.contact-details {
		border-left: 1px solid rgba(0, 99, 176, 0.25);
		padding-left: 6rem;
		margin-left: 5rem;
	}

	.service-style-three {
		margin-bottom: 30px;
	}

	.service-style-three .inner-box h3 {
		font-size: 16px;
	}

	#features .text-column {
		min-height: 70px;
	}

	.modal-message .message {
		width: 480px;
	}

	.modal-message .message img {
		max-width: 100%;
	}

}



@media only screen and (min-width: 992px) {

	.main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
		font-size: 18px;
	}

	#eprocurement-modules .service-style-three.custom .inner-box {
		min-height: 350px;
	}

	#overview .service-style-three .inner-box {
		min-height: 200px;
	}

	.service-style-three .inner-box h3 {
		margin-bottom: 1rem;
	}

	.service-style-three .inner-box {
		display: block;
	}

	.service-style-three .inner-box .icon {
		margin-bottom: 10px;
		margin-right: 0;
		display: block;
	}

	.service-style-three .content {
		display: block;
		width: 100%;
	}

	#features .text-column {
		min-height: 100px;
	}

	#contractManagement .background-image img {
		width: 1000px;
		max-width: inherit;
		margin-top: 2rem;

	}

	#contractManagement .service-style-three .inner-box {
		min-height: auto;
	}

	.features-section-three {
		padding: 80px 0px;
	}

	.banner-one .text-column, .banner-two .text-column, .banner-four .text-column {
		text-align: left;
	}

	.banner-one .text-column h1 {
		font-size: 30px;
	}

	#banner {
		height: 680px;
	}

	#banner.main-banner .inner {
		position: relative;
	}

	#banner.main-banner .inner img {
		width: 700px;
		max-width: inherit;
		position: absolute;
		right: 0;
	}

	.banner-one .text-column .inner {
		padding-top: 100px;
	}

	.modal-message .message {
		width: 820px;
	}
}

@media only screen and (min-width: 1200px) {

	body {
		font-size: 19px;
	}

	h1, h2 {
		font-size: 30px;
		margin-bottom: 5rem;
	}

	h3 {
		font-size: 19px;
	}

	.banner-one .text-column p {
		font-size: 19px;
		margin-bottom: 3rem;
	}

	.service-style-three .inner-box .text {
		font-size: 19px;
	}

	.col-lg-custom1of5 {
		width: 20%;
	}

	#eprocurement-modules .service-style-three.custom .inner-box {
		min-height: 320px;
	}

	#contractManagement .background-image img {
		width: 1100px;
	}

	#features .text-column {
		min-height: 120px;
	}

	.service-style-three .icon {
		display: block;
		width: 80px;
	}

	.service-style-three .inner-box h3 {
		font-size: 19px;
	}

	#overview .service-style-three .inner-box {
		min-height: 250px;
		padding-top: 30px;
	}

	#eprocurement-modules .service-style-three.custom .inner-box {
		min-height: 470px;
	}

	#contractManagement .background-image img {
		width: 1284px;
		margin-top: 0;
	}

	.features-section-three {
		padding: 120px 0px;
	}

	#contractManagement .service-style-three .inner-box .icon img {
		height: 80px;
	}

	.service-style-three.custom .inner-box .title .number {
		font-size: 6rem;
	}

	#banner {
		height: 780px;
	}

	#banner.main-banner .inner img {
		width: 886px;
	}

	.banner-one .text-column h1 {
		font-size: 36px;
	}

	.banner-one .text-column .inner {
		padding-top: 130px;
	}
}