body{
	padding: 0;
	margin: 0;
}
.top-menu{
	position: relative;
}
.sli-sec{
	position: relative;
}
.top-menu2{
	position: absolute;
	width: 100%;
	z-index: 99;
	padding-top:10px;
	padding-bottom: 10px;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
.menu-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    background: #F9A800;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
}
.close-btn
{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.side-bar
{
	position: fixed;
	top: 0;
	right: -100%;
	width: 280px;
	height: 100%;
	overflow-y: auto;
	background: #93162A;
	transition: 0.6s ease;
	transition-property: right;
}
.side-bar.active
{
	right: 0;
}
.side-bar .menu
{
	width: 100%;
	margin-top: 60px;
}
.side-bar .menu .item
{
	cursor: pointer;
}
.side-bar .menu .item a 
{
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 28px;
	color: #fff;
	padding: 7px 28px;
}
.side-bar .menu .item a:hover
{
	background: #F9A800;
	transition: 0.4s;
}
.side-bar .menu .item i 
{
	margin-right: 14px;
}
.side-bar .menu .item a .dropdown
{
	position: absolute;
	right: 14px;
	transition: 0.4s;
}
.side-bar .menu .item a .dropdown.rotate
{
	transform: rotate(90deg);
}
.side-bar .menu .item .sub-menu
{
	display: none;
	background: rgba(255, 255, 255, 0.1);
}
.side-bar .menu .item .sub-menu a 
{
	padding-left: 80px;
}
.menu-btn i{
	padding-right: 7px;
}
.menu-btn span{
	font-size: 18px;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
.menu-btn {
  top: 10px;
  right: 10px;
  padding: 10px;
}
}  
.top-marquee-bg span{
	color: #93162A;
	font-weight: 500;
}
.aannosd{
	background: #f2f2f2;
}
.link1{
	color: #93162A;
	font-weight: 500;
}
.link1:hover{
	color: #93162A;
	font-weight: 500;
}
.sdfsdf{
	color: #93162A !important;
}
.bor-rad8{
	border-radius: 8px;
}
.vis-box{
	background: #f2f2f2;
	border-radius: 8px;
	padding: 20px;
	border: 1px solid #dddddd;
}
.vis-box:hover{
	background: #dddddd;
}
.vis-box h4{
	text-align: center;
	 font-size: 45px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.pb-30{
	padding-bottom: 30px;
}
.link1{
	color: #93162A;
}
@media only screen and (max-width: 767px) {
	.mob-none{
		display: none;
	}
	.home-subscribe-bg h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  text-transform: uppercase;
}
}
.sdsfdf .vis-box h4{
	font-size: 30px;
}
.pt-30{
	padding-top: 30px;
}
.misdf{
	    font-size: 30px;
	    font-weight: 300;
	    line-height: 40px;
}
.fou h4{
	text-align: center;
	color: #93162A !important
}
.fou p{
	font-size: 18px;
	text-align: center;
}
.new-list li {
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    list-style: none;
    background-image:url(../images/lis.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list {
    padding: 0;
    margin: 0;
}
.form-control, .input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #dddddd;
    color: #686a6f;
    font-size: .9rem;
    width: 100%;
}
textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.dsfdsf .btn-style-two {
    background: #93162A !important;
    color: #ffffff !important;
    border: 0 !important;
}
.btn-style-two {
    position: relative;
    font-size: 14px;
    padding: 8px 32px;
    font-family: var(--text-font);
    font-weight: 600;
    overflow: hidden;
    color: var(--theme-color-light);
    background: var(--theme-color2);
    border-radius: 0 !important;
    text-transform: uppercase;
}
.fsfsdfs .contact{
	padding: 0;
	margin: 0;
}
.fsfsdfs .contact li{
	list-style: none;
	padding-bottom: 10px;
}
.fsfsdfs .contact li i{
	font-size: 18px;
	line-height: 28px;
}
.erss{
	padding-left: 30px;
}
.bdf {
    padding: 15px;
    border: 1px solid #dddddd;
}
.hsdf{
	font-weight: 400 !important;
}
label{
	font-weight: 400;
	padding-bottom: 5px;
	font-size: 16px;
}