@charset "utf-8";
@font-face {
    font-family: 'Gotham-Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../webfonts/Gotham-Rounded-Bold.ttf');
    src: url('../webfonts/Gotham-Rounded-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Light';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/gotham-rounded-light.ttf');
    src: url('../webfonts/gotham-rounded-light.ttf') format('truetype');
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
*,
*
*:focus{outline:0}
html{
	-webkit-font-smoothing:antialiased;
}

body{
	margin:0;
	padding:0;
	font-weight:normal;
	background: #ffffff;
	font-family: 'Condensed-Bold', sans-serif;
    color: #666666;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:-moz-box;
    display:flex;
    position: relative;
	
	-webkit-flex-wrap:nowrap;
	-moz-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	
	overflow-x:hidden;
}

/* @media (min-width: 1159px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1159px;
	}
} */

.qr_code{
	background-color: #13a281;
	width: 607px;
	margin: 0 auto;
	text-align: center;
	padding: 58px 0 34px 0;
}

.qr_logo{
	width: 107px;
	margin: 0 auto;
}

.qr_logo img{
	width: 100%;
}

.qr_code .heading{
	margin-top: 28px;
}

.qr_code .heading h3{
	font-family: 'Gotham-Bold', sans-serif;
	font-size: 24px;
	color: #fcc145;
	text-transform: uppercase;
	margin: 0;
}

.qr_code .heading h3 span{
	font-family: 'Gotham-Light', sans-serif;
	display: block;
}

.qr_code_are{
	width: 267px;
	height: 267px;
	background-color: #ffffff;
	border-radius: 40px;
	margin: 50px auto 20px auto;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:-moz-box;
	display:flex;
	-ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qr_code_are img{
	width: 53%;
}

.table h2{
	font-family: 'Gotham-Bold', sans-serif;
	font-size: 45px;
	color: #fcc145;
	text-transform: uppercase;
	margin: 0;
}

.short_description{
	margin-bottom: 42px;
}

.short_description p{
	margin: 0;
	color: #deede6;
	font-size: 25px;
}

.powerd p{
	font-family: 'Gotham-Bold', sans-serif;
	font-size: 15px;
	color: #a6d0c0;
}

.powerd p > a{
	color: #fcc145;
}



/************************************************
============= Responsive CSS ==================
*************************************************/
@media screen and (max-width: 1729px){
	
}

@media screen and (max-width:1199px){
	
}

@media screen and (max-width:991px){
	
}

@media screen and (max-width:575px){
	
}

@media screen and (max-width:380px){}

@media screen and (max-width:400px){}
