html {
	scroll-behavior:smooth
}
html, body {
	height:100%
}
html * {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
body {
	background:#fff;
font-size:.875rem;
	line-height:1.6;
	font-family:'Poppins'!important;
	color:#555;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family:'Poppins'!important;
}
p {
	font-weight:500;
}
.color-1 {
	color:#1d51a2;
}
.color-2 {
	color:#d32027;
}
.bg-1 {
	background:#1d51a2;
}
.bg-2 {
	background:#d32027;
}
a {
	color:#1d51a2;
	text-decoration:none;
	outline:none
}
a:hover, a:focus {
	color:#d32027;
	text-decoration:none;
	outline:none
}
a:active {
	color:#1d51a2;
	text-decoration:none;
	outline:none
}
a.normal-link {
	color:#1d51a2;
	text-decoration:none;
	outline:none
}
a.normal-link:hover, a.normal-link:focus {
	color:#d32027;
	text-decoration:none;
	outline:none
}
a.normal-link:active {
	color:#1d51a2;
	text-decoration:none;
	outline:none
}
.btn {
-moz-transition:all, ease-in-out .5s;
-o-transition:all, ease-in-out .5s;
-webkit-transition:all, ease-in-out .5s;
transition:all, ease-in-out .5s;
	border-radius:0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:500
}
.btn {
	font-size: 14px;
	font-weight:600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 30px;
	margin: 0;
	position: relative;
	display: inline-block;
}
.btn:active {
	outline: none;
	box-shadow: none;
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
.brand-theme {
	color: #fff;
	background: #1d51a2;
	border:2px solid #fff;
}
.brand-theme:hover {
	color: #fff;
	background:#d32027;
	border:2px solid #fff;
}
.brand-theme:focus {
	color: #fff;
	background:#1d51a2;
	border:2px solid #fff;
}
#toTop {
	position:fixed;
	right:25px;
	bottom:45px;
	z-index:999;
	width:40px;
	height:40px;
	background-color:#d32027;
	text-align:center;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	border:1px solid #fff;
	line-height:36px
}
#toTop:hover {
	background-color:#1d51a2;
	color:#fff;
	border:1px solid #fff
}
section.custom-modal .modal-header {
	background:#1d51a2;
}
section.custom-modal .modal-title {
	color:#000!important;
}
section.custom-modal .close {
	color:#ffffff;
}
header {
	box-shadow:0 2px 6px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 0 #dadce0
}
header .nav-link {
	font-size:14px;
	font-weight:500
}
header .navbar-nav .nav-link a {
	color:#1d51a2!important;
}
header .navbar-nav .nav-link a:hover {
	color:#d32027!important;
}
header .navbar-nav .nav-link {
	color:#1d51a2!important;
}
header .navbar-nav .nav-link:hover {
	color:#d32027!important;
}
header .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}
header button.navbar-toggler {
	color:#1d51a2!important;
	font-size: 32px;
}
header button.navbar-toggler:hover {
	color:#d32027!important;
}
header button.navbar-toggler:focus {
	box-shadow: none;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
	color:#d32027!important;
}
footer.footer {
	background: #1d51a2;
	padding:25px 0;
	color: #fff;
}
section.common {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fff;
}
section.common-alt {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fafafa;
}
.welcome-area {
	background:rgba(0, 0, 0, 0);
	background:url(../images/home-banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:inherit;
	padding-top:250px;
	padding-bottom:250px;
	z-index:1
}
@media (min-width: 1920px) {
.welcome-area {
padding-top:200px;
padding-bottom:200px;
z-index:1
}
}
@media (max-width: 991.98px) {
.welcome-area {
height:600px!important
}
}
@media (max-width: 767.98px) {
.welcome-area {
height:600px!important
}
}
.bg-overlay {
	position:relative;
	z-index:0
}
.welcome-area.bg-overlay::after {
z-index:-2
}
.bg-overlay::after {
position:absolute;
content:'';
height:100%;
width:100%;
top:0;
left:0;
background:#d32027;
opacity:.85;
z-index:-1
}
.welcome-area .shape-bottom {
	position:absolute;
	top:auto;
	bottom:-1px;
	left:0;
	right:0;
	z-index:-1
}
.service-box {
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.service-inner {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	flex-direction: column;
	padding: 0.5em;
	border: 1px solid #1d51a2;
	border-radius: 5px;
	text-align: center;
	margin: 0px 0.5em 1em;
	min-height: 5.5em;
	flex-basis: 20%;
}
 @media screen and (max-width: 960px) {
.service-inner {
 -moz-box-flex: 1;
 flex-grow: 1;
 flex-basis: 31%;
}
}
 @media screen and (max-width: 960px) {
.service-box {
 flex-wrap: wrap;
}
 @media screen and (max-width: 600px) {
.service-box {
 flex-direction: column;
}
}