/*
	F43930 -> 795c4c
	000 -> 1f2a5d
*/
html {
  scroll-behavior: smooth;
}
body {
  font-size: 18px;
  line-height: 1.5rem;
  background-color: #000;
}
.logo {
	max-width: 162px;
}
h1, h2, h3, h4, h5 {
  color: #1f2a5d !important;
}
p {
	/* text-align: justify; */
}
.service-two .services .content p {
	color: #fff;
	font-size: 18px;
	opacity: 1;
}
.bg-white {
	background-color: #fff;
}
.bg {
	background-color: #1f2a5d;
}
.about-us-two h2::after {
	height: 5px;
	width: 120px;
	/* bottom: -15px; */
}
.service {
	padding: 100px 0px 120px !important;
	color: #666 !important;
	background-color: #fff;
}
.service .service-box {
	background: #795c4c;
	border: 1px solid #fff;
}
.service .service-box:hover {
	background: #1f2a5d;
}
.footer-two .footer-top-two .widget_wrapper .widget_contact .contact_info .single_info {
	max-width: 100%;
}
.atmit-logo {
	max-width: 100px;
}
.footer-two .footer-bottom p {
	float: none;
}
.section-title-line h2::after {
	background: #795c4c;
	content: "";
	height: 5px;
	width: 120px;
	left: 0px;
	bottom: 0px;
	margin-top: 12px;
	position: absolute;
}
.section-title-line h2 {
	position: relative;
}
.bg-parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	min-height: 400px;
}
.developed-atmit {
	font-size: 12px;
	text-align: right;
}
.img-fluid-50 {
  max-width: 50%;
  height: auto;
}
.footer-copyright {
	font-size: 12px;
}