*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
:root{
	--theme-color:#c21221;
	--theme-dark-color:#000;
	--darkgray:#1b1b1b;
}
section{
	padding-top: 40px!important;
	padding-bottom: 1.5rem!important;
	scroll-margin-top: 2rem;
}

.section-header .navbar-nav a{
	color: #fff;
	font-size: 16px;
	margin: 0px 20px;
}
.section-header .navbar-nav a:after {
	display: block;
	content : '';
	border-bottom: solid 3px #fff;
	transform: scaleX(0);
	transition: transform 300ms ease-in-out;
}
.section-header .navbar-nav a:hover:after {
	transform: scaleX(1);
}
.section-2 svg{
	color: var(--theme-color);
}
.section-2 .svg-icon{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0px auto;
	box-shadow: 0 .5rem 2rem rgba(0,0,0,.15)!important;
	padding-top: 15px;
}
.services-card{
	transition: all .4s linear;
}
.services-card:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
a{
	text-decoration: none;
}
.qr-btn{
	padding: 12px 24px;
	border:none;
    background: #fff;
	color:var(--theme-color);
	font-weight: 600;
	font-size: 18px;
	border-radius: 5px;
	border:1px solid var(--theme-color);
}
.qr-btn1{	
    background:#fff;
	color:var(--theme-color);
}
.qr-btn1:hover{	
    background:#fff!important;
	color:var(--theme-color)!important;
}
.section-5{
	background-color: var(--theme-color);
	color: #fff!important;
}
.head h2 {
    color: var(--theme-color);
    font-family: Nunito,sans-serif!important;
    font-weight: bold;
}
.qr-btn:hover{
	background-color:transparent;
	color:var(--theme-color);
	border:1px solid var(--theme-color);
}
/*
.welcome-area {
	height: 800px;
	z-index: 1;
}*/
.welcome-area.bg-overlay::after {
  z-index: -2;
}
.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.bg-overlay::after {
    background: #c21221;
    opacity: 0.95;
    z-index: -1;
}
.shape-bottom {
    bottom: -1px;
    transform: rotate(180deg);
}
.shape {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    direction: ltr;
    overflow: hidden;
    z-index: -1;
}
.shape-bottom svg {
    display: block;
    height: 275px;
    width: calc(228% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
img, svg {
     vertical-align: middle; 
}

.footer h5{
	position: relative;
	border-bottom: 2px solid #dfdada;
	padding-bottom:8px;
}
.footer h5:before{
	content: "";
	position: absolute;
	width: 20%;
	height: 3px;
	background-color: var(--theme-color);
	bottom: -2px;
	left: 0px;
	transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.footer .col-sm-6:hover h5:before{
	width: 100%;  
}
.footer ul li{
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 500ms ease-in-out;
}
.footer li:hover{
	color: var(--text-theme-color);
	transform: scale(1.05);
}
.footer .footer-icon{
	display: inline-block;
	color: #7f839c;
	font-size:22px;
	text-align: center;
	transition: 0.3s;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height:32px;
	border: 1px solid #7f839c;
	border-radius: 50%;
	margin: 10px;
}
.footer-icon:hover{
	color: #fff;
	background:var(--theme-color);
	box-shadow: 0px 17px 66px 1px hwb(208deg 0% 0%);
	border: 1px solid var(--theme-color);
}
@media only screen and (max-width: 600px) {
  .section-3 img {
    height: 250px;
  }
  .section-1 .navbar-nav a{
  	color: #000;
  	font-weight: 600;
  }
  
  section{
  	padding-top: 40px!important;
  	padding-bottom: 2rem!important;
  }
  .logo-mobile{
  	height: 25px;
  }
}
.top-fixed{
	position: sticky;
	top: 0;
	z-index: 1020;
	background-color: #000;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.navbar-toggler-icon{
	background-image: none;
	border: none;
}
		/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}
