/* @import url("https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/css/mdb.min.css"); */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	/*font-family: Lato, sans-serif;*/
	font-family: "Roboto", sans-serif !important;
	font-style: normal;
	font-weight: 300 !important;
	background: #fff;
}
a,
a:focus,
a:hover,
a:active {
	outline: 0 !important;
	color: #000;
	text-decoration: none
}

.bg-gory {
    background-color: #1161a5 !important;
}

/* ----------------------------------*/
/* Menu */
/* ----------------------------------*/
.menu-bars {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
	background-size: auto auto;
    background-size: 100% 100%;
}
.menu-bars > i {
    font-size: 30px;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-nav .nav-link {
    color: #fff !important;
	padding: 1rem 1rem !important;
}
.navbar-nav .dropdown-menu {
    border-radius: 0 !important;
	background-color: #1161a5 !important;
	border: 0 !important;
	padding: 0 !important;
}
.navbar-nav .dropdown-item {
    font-weight: 300;
    color: #fff;
}
.navbar-nav .active, .navbar-nav .nav-item :hover , .navbar-nav .dropdown-item:hover {
	background-color: #1974c2;
}



/*Block Headline*/
.headline {
	display: block;
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #e4e9f0;
}

.headline h2 {
	font-size: 22px;
}

.headline h2,
.headline h3,
.headline h4 {
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 2px solid #72c02c;
}

.owl-clients-v1 img {
  width: 120px;
  height: auto;
}

.owl-clients-v1 .owl-pagination {
    display: none;
}

.carousel-v1 .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	padding: 7px 15px;
	background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
	color: #fff;
	margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
	opacity: 1;
	font-size:30px;
	height:inherit;
	width: inherit;
	background: none;
	text-shadow: none;
	position: inherit;
}

.carousel-v1 .carousel-arrow a i {
	top: 50%;
	opacity: 0.6;
	background: #000;
	margin-top: -18px;
	padding: 2px 12px;
	position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
	opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
	left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
	right: 0;
}

@media (min-width: 768px) {
	.navbar-nav .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.navbar {
		padding: 0px;
	}
}
@media (max-width: 767.98px) {
	.navbar-nav {
		margin-top: 15px;
	}
}
@media (max-width: 992px) {
	.container {
    max-width: 960px;
}
}


/* ----------------------------------*/
/* Scroll Top */
/* ----------------------------------*/
.toTop {
	width:40px;
	height:40px;
	background-color:rgba(0, 0, 0, 0.6);
	text-align:center;
	padding:10px;
	line-height:20px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:20px;
}
.toTop:before{
	font-style: normal;
	font-weight: normal;
	font-family: "FontAwesome";
	content: "\f102";
}
@media (max-width: 767.98px) {
	.scroll-top {
		opacity: 0;
		visibility: hidden;
	}
}

/* ----------------------------------*/
/* Footer */
/* ----------------------------------*/
footer {
	background-color: #1974c2;
	color: #fff;
}
footer a, footer a:hover {
	color:#fff;
}
footer .container-fluid {
	background-color: #1161a5;
	text-align: center;
	padding:15px 0;
}

