/**scroll-**/
body {
    overflow-x: hidden;
}
body::-webkit-scrollbar { width: 5px; } body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } body::-webkit-scrollbar-thumb { background-color: #000; outline: 1px solid slategrey; }
/**scroll-**/
.content-area {
	margin: 20px 0px;
	background: white;
	padding: 10px;
}
.content-area .container{
	box-shadow: 0px 0px 5px lightgrey;
}
.copyrights {
    padding: 10px 60px;
}
.dropdown-menu>li>a {
	box-shadow: none !important;
	color: black !important;
}
.header_style_01 {
    padding: 10px !important;
}
.features-right li i, .features-left li i {
    background-color: #e8383a;
}
.features-right li i:hover, .features-left li i:hover {
    background: #3775bf;
}
#preloader {
    background: #e6383a;
}
@media screen and (min-width: 768px){
.img-logo {
	max-width: 250px;
	margin-top: 70px;
}
}
.owl-next i, .owl-prev i {
    background-color: #3775bf;
    color: #ffffff;
}
.owl-next i:hover, .owl-prev i:hover {
    background: #e8383a;
}
.icon_wrap {
    background-color: #e8383a;
}
#features h4 {
    margin-top: 10px !important;
}
.stat-wrap h3 {
    color: #e8383a;
}
.header_style_01 .navbar-default .navbar-nav > li a.active {
    color: #ffffff;
    background: #3775bf;
}
.header_style_01 .navbar-default .navbar-nav > li:hover a {
    color: #ffffff;
    background: #e8383a;
}
.top-bar {
    background: #e8383a;
}
li.dropdown:hover>.dropdown-menu {
	transition: 1s linear;
	display: initial !important;
    right: auto !important;
	top: 52px;
}
.dropdown-menu {
	transition: 1s linear;
}
.slide-text h1 span {
    color: #d73436;
}
.btn-light {
    border: 2px solid #3775bf;
    background-color: #3775bf;
}
/**SLIDER**/
.slider-bg-one {
    background-image: url(images/slider/slider-1.jpg) !important;
}
.slider-bg-two {
    background-image: url(images/slider/slider-2.jpg) !important;
}
.slider-bg-three {
    background-image: url(images/slider/slider-3.jpg) !important;
}
.home-one-slider-otem::before {
    background: rgba(0, 0, 0, 0.16);
}
.slide-text {
	visibility: hidden;
}