.container {
  max-width:100%;
  padding:0 30px;
}
.header-logo {
  width: 246px;
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.header-logo img{
	width:100%;
}
.header-right ul {
	margin: 0;
  display: flex;
}
.header-right ul li{
  list-style:none;
}
.header-right{
  margin-left: auto;

}
.btn{
	font-size: 12px;
  font-weight: bold;
  padding: 10px 35px;
}
.btn-red {
  background: #680313 !important;
  color: #fff;
  
}
.btn-blue{
	background:#2a2ca5;
	color: #fff;
}
.btn-red:hover {
  background: #333 !important;
  color: #fff !important;
}
.btn-blue:hover {
	background:#3639f6;
	color: #fff;
}
.header-right ul{
	gap:10px;
}
a {
  color: #2d2d2d;
} 
a:hover {
  color: #000;
 
} 
body{
	font-size:16px;
	line-height:1.4;
	color:#717171;
}
.nav-link{
	color:#212529;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link{
	background:none;
	color:#680313;
}
.nav-link {
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  display: block;
  padding: .5rem 1rem;
}
.hero-banner img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.container.marketing.hero-main {
  position: relative;
}
.hero-banner-content {
  position: absolute;
  max-width: 360px;
  left: 80px;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  z-index: 1;
}
.h1{
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2a2ca5;
}
.width-100{
	width:100%;
}
.hero-banner-right{
  height: 100%;
  top: 0;
  max-width: 460px;
  right: 20px;
  padding-top: 85px;
  width: 100%;
}
.section-two{
  position: relative;
  background:#acb5dc;
}
.white-color{
	color:#fff;
}
.nav-link{
	font-size:18px;
}
.section-two-img{
  height: 700px;
  object-fit: cover;
  width: auto;
  margin: 0 auto;
  display: table;
  
}

.hero-banner-right ul {
  margin: 0 0 30px;
  padding: 0;
}

.hero-banner-right ul li{
  margin: 0;
  list-style:none;
  position:relative;
  padding: 0;
  padding: 0;
  font-size: 18px;
  margin-bottom: 15px;
}
.light-blue{
	color:#2d7593!important;
}
.contact-form {
  max-width: 450px;
  margin: 0 auto;
}
.content-bg-two {
  position: absolute;
  right: 0;
  width: 229px;
  top: 0;
}
.content-bg-one {
  position: absolute;
  left: 0;
  top: 180px;
  width: 324px;
}
.content-bg-one img, .content-bg-two img, .section-six img, .footer-bg-one img, .footer-bg-two img{
	width:100%;
}
.section-six img{
	width:100%;
	height:510px;
	object-fit:cover;
}
.section-six{
	margin-top:50px;
	line-height: 0;
}
.section-four {
  position: relative;
  padding: 250px 0;
}
.section-five .container, footer .container{
	max-width:1470px;
}
footer{
  background: #8b0021;
  color: #fff;
  clear: both;
  padding:83px 0;
  position:relative;
}
.text-muted {
  color: #fff !important;
}
.footer-bg-one {
  position: absolute;
  left: 0;
  width: 370px;
  top: 0;
}
.footer-bg-two {
  position: absolute;
  right: 0;
  top: 0;
  width: 478px;
}
.social-icon {
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  padding: 0;
  gap: 15px;
}
.social-icon li {
  list-style: none;
}
.social-icon svg {
  width: auto;
  height: 35px;
}
.footer-right{
  width: auto;
  display: table;
  margin-left: auto;
}
.m-hide{
	display:none;
}
@media screen and (max-width:1600px){

.section-three-img, .section-two-img{
  width: 100%;
  height:auto;
}
}

@media screen and (max-width:1199px){
.section-six img {
  height: 100%;
  object-fit: cover;
}
.hero-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-bg-two img {
  height: 400px;
  object-fit: cover;
  width: auto;
}
.content-bg-one {
  width: auto;
}
.content-bg-one img {
  width: auto;
  height: 250px;
  object-fit: cover;
}
.content-bg-two {
  width: auto;
  top: 0;
}
.header-logo {
  width: 200px;
  margin-right:10px;
  
}
}
@media screen and (max-width:991px){
.header-right {
  display: none;
}
.navbar{
	margin-left:auto;
	padding: 0;
}
.navbar-toggler{
	padding:0;
}
.offcanvas.show .offcanvas-body .navbar-nav {
  align-items: unset !important;
  padding-left: 0;
}
.offcanvas-end {
  border-left:none;
  transform: translateX(100%);
}
.offcanvas.show .offcanvas-body .navbar-nav {
  align-items: unset !important;
  padding-left:0;
}
.navbar-brand img {
  width: 150px;
}
.m-hide{
	margin: 20px 0 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.m-hide .nav-item {
  list-style: none;
  display: flex;
  
}
}

.m-show{
	display:none;
}
.section-six iframe {
  width: 100%;
}
@media screen and (max-width:767px){
	.d-show {
  display: none;
}
.m-show{
	display:block;
}
.hero-banner-right {
  height: 100%;
  right: 20px;
  padding-top: 20px;
  width: 100%;
  padding-bottom: 40px;
}
.section-four {
  position: relative;
  padding: 0 0 40px 0;
}
.footer-bg-one {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
}
.footer-bg-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  top: inherit;
}
.footer-section .mt-5{
	margin-top:0!important;
}
.hero-banner-content {
  position: static;
  margin-bottom: 40px;
  margin-top: 25px;
}
.footer-right {
  width: auto;
  display: table;
  margin-left: 0;
  width: 100%;
  text-align: center;
}
.footer-section .col-md-4.col-lg-4.col-xl-4.mx-auto.mb-4{
  text-align: center;
}
.footer-section{
  padding: 50px 0;
 
}
.section-six {
  margin-top: 40px;
}
body {
  line-height: 1.6;
}
.section-five .col-md-6.text-right {
  text-align: center !important;
}
.content-bg-one {
  top: 120px;
}
.content-bg-one img {
    width: auto;
    height: 200px;
    object-fit: cover;
  }
 .content-bg-two img {
    height: 300px;
    object-fit: cover;
    width: auto;
  }  
.qr_scan {
  height: 150px;
width: 170px;
}  
}
.navbar-toggler svg.navbar-icon {
  width: 50px;
  height: 50px;
}
#header-nav .offcanvas.show {
  z-index: 9999;
  }
  
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.main-footer, .contact-main{
	z-index: 1;
  position: relative;
}