/* Add here all your CSS customizations */

/* Top-header background color change */

#header .header-top {
	background-color: #f0f0f0;
}

/* Navigation size increase */

#header .header-nav-main nav > ul > li > a {
	font-size: 14px;
}

/* Dropdown menu size increase */

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 1em;
}

/* Dropdown caret color change to blue */

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #008fe2 transparent transparent transparent;
}

/* Margin top */

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

/* Margin left */

/*.ml-neg10 {
	margin-left: -15px !important;
}*/

/* To shift icons left */

.feature-box.feature-box-style-2 .feature-box-icon {
	width: 30px;
}


/* Box shadow little bit darker than original */

.box-shadow-custom {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.5);
}

/* To remove Grey 5px border from top */

#header .header-body {
	border-top: 0;
}

/* Reduce bottom margin which reduce section top-margin (eg. Below orange bar)  */

.page-header {
	margin: 0 0 10px 0;
}