/* font-family: 'Roboto', sans-serif; */
html {
	font-size: 16px;
}

.u-body {
	background-color: #e5e5e5;
	;
}

.navbar-inverse {
	background-color: #808080 !important;
	z-index: 9999;
}

.text-apps_tools {
	background-color: #ccd3db !important;
	padding: 40px 100px 10px !important;
}

.text-apps_tools h1 {
	margin-top: 40px !important;
	font-size: 1.5rem !important
}

.section-top-fixed-height {
	height: 30px;
}

@media only screen and (max-width: 600px) {
	.text-apps_tools {
		background-color: #ccd3db !important;
		padding: 40px 10px 10px !important;
	}

	.text-apps_tools h1 {
		font-size: 1.2rem !important;
	}
}

.hero-img {
	height: 60vh;
	background: url("../images/home_main_img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

h1 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
}

ul {
	padding: 1rem !important;
	font-family: 'Roboto', sans-serif;
}

.nav .list-items {
	display: block;
	font-family: 'Roboto', sans-serif;
	margin-right: 1rem;
}

.nav .list-items:hover {
	color: #ffffff !important;
	background-color: #5d9ad2 !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #000;
	font-size: 16px;
}

.nav li a:hover {
	color: white !important;
}

.active {
	background-color: #478ac9 !important;
	color: white !important;
}

.sub-menu {
	display: none;
	position: absolute;
	right: 0;
	background: white !important;
	width: 300px;
}

.logo {
	z-index: 9999;
}

ul li:hover .sub-menu {
	display: flex !important;
}

.sub-menu .disable {
	color: #010101;
	font-weight: bolder;
	padding: 10px;
	font-size: 16px;
}

.sub-menu .disable:hover {
	color: black !important;
}

.menu-links::after {
	content: "";
	position: absolute;
	background-color: #ddd;
	height: 2px;
	width: 85px;
	left: 25px;
	top: 36px
}

.menu-links::before {
	content: "";
	position: absolute;
	background-color: #ddd;
	height: 2px;
	width: 80px;
	top: 36px
}

@media only screen and (max-width: 767px) {
	.sub-menu {
		background-color: transparent;
		position: relative;
	}

	ul li:hover .sub-menu {
		display: flex !important;
		flex-direction: column;
	}

	.menu-links::before {
		content: "";
		position: absolute;
		background-color: #ddd;
		height: 2px;
		width: 80px;
		left: 25px;
		top: 150px
	}

	.logo {
		margin-left: 20px !important;
	}
}

.sub-menu li {
	list-style: none;
}

.sub-menu li a {
	text-decoration: none;
	color: black !important;
}

.mini-sub-menu {
	font-size: 1rem;
	margin: 0;
	padding: 0 !important;
}

.mini-sub-menu .mini-sub-list {
	padding: 10px;
	transition: all ease-in-out .2s;
}

.mini-sub-menu .mini-sub-list:hover {
	background-color: #5d9ad2 !important;
	border-radius: 4px;

}

.mini-sub-menu .mini-sub-list:hover .mini-sub-items {
	color: white !important;
}

h1 {
	margin: 0 !important;
	z-index: 9999;
}

.d-flex {
	display: flex !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-center {
	justify-content: center !important;
}

.align-center {
	align-items: center !important;
}

.sticky {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.navbar-header img {
	height: 60px;
	margin-top: 6px;
}

.navbar-nav>li>a {
	padding: 10px 20px !important;
}

.heading {
	position: absolute;
	top: 30%;
	left: 10%;
	color: white;
	font-family: 'Roboto', sans-serif;
}

.heading h1 {
	font-weight: 400;
	letter-spacing: 5px;
	font-size: 80px;
}

.heading p {
	font-size: 26px;
	line-height: 1.1;
	margin-top: 8px;
}

.tools-heading {
	padding: 60px 0px 30px 0;
}

.u-image-1 {
	width: 270px;
	height: 200px;
	margin: 6px auto 0;
	object-fit: cover;
}

.col-12 img {
	width: 100%;
}

.col-12 {
	padding: 0;
	width: 100%;
}

.col-3 {
	width: 33.333%;
	display: grid;
	place-items: center;
	border: 2px solid #000;
	padding: 0 30px;
}

@media only screen and (max-width: 1000px) {
	.col-3 {
		padding: 0 !important;
	}
}

.col-3 .text-area {
	padding: 20px 0;
	cursor: pointer;
}

.col-3 .text-area a {
	color: #010101 !important;
	border-bottom: 1px solid rgb(245, 81, 81);
	padding: 6px 0;
}

.col-3 .text-area a:hover {
	border-bottom: 1px solid rgb(240, 2, 2) !important;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.flex-column {
		flex-direction: column;
	}

	.col-3 {
		width: 80%;
	}

	.u-image-1 {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}

	.heading h1 {
		font-size: 60px;
	}

	.heading p {
		font-size: 26px;
		line-height: 1.1;
		margin-top: 8px;
	}
}

@media only screen and (max-width: 425px) {
	.u-image-1 {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}

.p-2 {
	padding: 1rem 0 4rem 0 !important;
}

.pb-2 {
	padding-bottom: 12rem !important;
}

.mt-2 {
	margin-top: 2rem;
}

.bg-color {
	background-color: #333333;
}

.w-60 {
	width: 60%;
	margin: 0 auto;
	color: white;
}

.section-end-fixed-height {
	height: 30px;
}

footer li {
	list-style-type: none;
	font-size: 16px;
	margin-right: 30px;

	margin-top: 30px;
}

footer li a {
	color: #478ac9 !important;
	border-bottom: 2px solid #478ac9 !important;
}

li a:hover {
	text-decoration: none;
	color: #478ac9 !important;
	border-bottom: none !important;
}

footer p {
	color: white;
	font-size: 16px;
}

footer span a {
	color: #478ac9 !important;
	font-size: 16px;
	margin-left: 10px !important;
	margin-right: 10px !important;
	border-bottom: 2px solid #478ac9;
}

footer span a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #478ac9;
}

.mr-1 {
	margin-right: 1rem;
}

.ml-1 {
	margin-left: 1rem;
}

@media only screen and (max-width: 425px) {
	.w-60 {
		width: 100%;
	}

	.heading h1 {
		font-size: 45px;
	}

	.heading p {
		font-size: 20px;
	}
}