

nav.main_menu>ul>li>a {
    color: #054680;
}

.q_icon_with_title .icon_text_holder .icon_title {
  font-weight: 400;
}

.carousel-control .prev_nav, .carousel-control .next_nav {
    border: none;
    margin-top: 21px;
}

.carousel-control .prev_nav {
    left: 20px;
}

.carousel-control .next_nav {
    right: 20px;
}

.carousel-control i {
    font-size: 24px;
}


.mobile_menu_button > span {
	float: right;
	position: absolute;
	right: 0px;
	top: 39px;
}

@media screen AND (max-width: 1000px ) {
	.header_top {
		display: none !important;
	}
}

.mobile_menu_button > span i,
.mobile_menu_button > span i:active,
.mobile_menu_button > span i:focus {
	color: #fff;
	font-size: 21px;
}

.side_menu_button>a:hover, .mobile_menu_button span:hover {
    opacity: 1;
}

@media only screen and (max-width: 1000px) {
.logo_wrapper {
      left: 8%;    
    }
}

@media only screen and (max-width: 480px) {
	div.slider_content.left {
	    width: 80% !important;
	    margin-left: 2%;
	}	
}

.header_bottom_right_widget_holder {
 	display: none;
 }


@media only screen and (max-width: 768px) {

	.header_bottom_right_widget_holder {
	    display: block;
	}

	.header_inner_right {
		z-index: 0;
	}

	.header_bottom_right_widget_holder .qode_icon_font_awesome.fa.fa-phone {
		color: #fff;
	    font-size: 18px;
	    position: absolute;
	    right: 50px;
	    top: 42px;
	}
}