.main_header.navbar.navbar-default.menu-top a>img[src*="blanco"] {
	display: flex;
}

.main_header.navbar.navbar-default.menu-top a>img[src*="color"] {
	display: none;
}

.main_header.navbar.navbar-default.menu-top.sticky_menu a>img[src*="blanco"] {
	display: none;
}

.main_header.navbar.navbar-default.menu-top.sticky_menu a>img[src*="color"] {
	display: flex;
}

.main_header.navbar.navbar-default.menu-top.sticky_menu .collapse a {
	color: #0a1c5a !important;
}

/**************************************
 * 17.Footer Section Css
 **************************************/
.footer-top-wrapper {
	background-color: #0a1c5a
}

.footer-bottom-wrapper {
	padding: 30px 0;
	background-color: #060828;
}

.footer-about .footer-logo {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}

.footer-about p {
	color: #fff;
}

.pl-50 {
	padding-left: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.footer-list h5 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
}

.footer-list ul li a {
	display: inline-block;
	color: #dadada;
	padding: 5px 0;
	font-weight: 600;
}

.footer-list ul li a:hover {
	color: #FF7617;
}

.footer-social-icon {
	margin-top: 20px;
}

.footer-social-icon li {
	display: inline-block;
	margin-right: 10px;
}

.footer-social-icon li a {
	color: #fff;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 30px;
	background-color: #FF7617;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer-social-icon li a:hover {
	color: #FF7617;
	background: #fff;
}

.footer-list .input-box {
	padding-top: 10px;
}

.footer-list .input-box input {
	width: 100%;
	line-height: 50px;
	background: #030418;
	border-radius: 30px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	border: 0;
	padding-left: 25px;
}

.footer-list .input-box input::-webkit-input-placeholder {
	/* Edge */
	color: #dadada;
}

.footer-list .input-box input:-ms-input-placeholder {
	/* Internet Explorer */
	color: #dadada;
}

.footer-list .input-box input::placeholder {
	color: #dadada;
}

.footer-list .input-box button {
	width: 100%;
	border: 0;
	margin-top: 20px;
	background: #FF7617;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 48px;
	border-radius: 30px;
}

.footer-list .input-box button i {
	font-size: 14px;
	padding-left: 5px;
}

.footer-copyright-text p {
	color: #fff;
}

#topcontrol {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-toggler {
	border-color: white;
}

.single-slide-item {
	padding-top: 70px;
}

.carousel-caption {
	bottom: 20vh;
}

.single-service h5 {
	font-size: 1rem;
}

/* .carousel-caption {
	z-index: 2;
}
.single-slide-item:after {
	z-index: initial;
} */
.sortable-handler {
	touch-action: none;
}

.carousel-caption {
	z-index: 1;
}

.single_testimonial {
	position: relative;
	z-index: 1;
}

.circle-icon {
	border: 2px solid #FF7617;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.circle-icon ~ * {
	display: block;
}