@charset "utf-8";
/* CSS Document */

/*==================================================
FONT FAMILY 
====================================================*/
 @font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}








/*=========================================================
COMMON CSS FOR HEDINGS AND ANCHOR TAGS
============================================================*/

body{
	font-family: 'Montserrat';
	font-size:14px;
	color:#000000;
	
}

.mt-15{
	margin-top:15px;
}

.mt-20{
	margin-top:20px;
}

.mt-30{
	margin-top:30px;
}


.mb-15{
	margin-bottom:15px;
}

.pr-0{
	padding-right:0 !important;
}

.mb-20, .mb20{
	margin-bottom:20px;
}


.mb-30{
	margin-bottom:30px;
}
hr {
    border: 1px solid #2e3b4f;
}

.sec-qr-event{
	float: left;
	width: 100%;
	padding-top: 58px;
	padding-left:15px;
	padding-right:15px;

	
}
.sec-title{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-bottom:18px;
}

.sec-title h2{
	 font-family: 'Montserrat-Bold';
	font-size: 30px;
	line-height: 30px;
	color: #2e3b4f;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	position:relative;
	
}
.sec-title a{
	text-decoration:none;
}
/*.sec-title{
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(to right, #e43569 0%, #f7a537 100%);
	-webkit-border-image: linear-gradient(to right, #e43569 0%, #f7a537 100%);
    border-image-slice: 1;
	padding-bottom: 18px;
	margin-bottom: 20px;
}*/
.sec-title h2:after{
	content:'';
	position:absolute;
	border-bottom: 5px solid;
    border-image: linear-gradient(to right, #e43569 0%, #f7a537 100%);
	-webkit-border-image: linear-gradient(to right, #e43569 0%, #f7a537 100%);
    border-image-slice: 1;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-left: 0px;
    border-right: 0px;
    border-top: 0px;
	display:block;
	width:100%;
}

.qr-sec{
	float:left;
	width:100%;
}

.qr-sec p{
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 14px;
	text-transform: inherit;
	color: #5f6a88;
}

.event-item{
	float:left;
	width:100%;
	margin-bottom: 21px;
	min-height:45px;
}

.event-item p{
		font-family: 'Montserrat';
	font-size: 14px;
	line-height: 14px;
	text-transform: inherit;
	color: #5f6a88;
	
}

.btn {
	font-family: 'Montserrat-Bold';
    padding: 2px 25px;
    font-size: 12px;
    margin: 0;
    display: inline-block !important;
	border: none;
	outline:none;
}
.more-btn, .btn-primary, .btn-primary:focus, .btn-primary:active, .more-btn:hover, .btn-primary:hover, .btn:active, .btn.active{
	font-family: 'Montserrat-Bold';
    border-radius: 16px;
    background: #D34869;
    background: linear-gradient(0deg,#e32e6d 10%,#f79340 60%,#faed1a 140%);
    background: -webkit-linear-gradient(0deg,#e32e6d 10%,#f79340 60%,#faed1a 140%);
    background: -moz-linear-gradient(0deg,#e32e6d 10%,#f79340 60%,#faed1a 140%);
    background: -o-linear-gradient(0deg,#e32e6d 10%,#f79340 60%,#faed1a 140%);
	
	
    color: #fff !important;
    padding: 8px 25px;
    font-size: 12px;
    display: block;
    margin: 0 auto;
	outline:none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	font-family: 'Montserrat-Bold';
	 border-radius: 16px;
    background: #D34869;
    background: linear-gradient(0deg,#e32e6d 10%,#f79340 60%,#faed1a 140%);
    background: -webkit-linear-gradient(0deg,#e32e6d 10%,#f79340 60%,#faed1a 140%);
    background: -moz-linear-gradient(0deg,#e32e6d 10%,#f79340 60%,#faed1a 140%);
    background: -o-linear-gradient(0deg,#e32e6d 10%,#f79340 60%,#faed1a 140%);
    color: #fff !important;
    padding: 8px 25px;
    font-size: 12px;
    display: block;
    margin: 0 auto;
	outline:none;
}



/*==============================
Medai Quries starts here
==================================*/

@media(max-width:1199px){

}




@media(min-width:1200px){


	
}
@media(min-width:768px){

}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px){
	
	

	
}


/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	

}


@media(max-width:767px){
	.qr-sec{
		margin-bottom: 30px;
	}



}

@media(max-width:480px){
	.qr-sec{
		float:left;
		width:100%;
		margin-bottom:40px;
	}



}