/*Homepage CSS Start*/
/* Public Menu Hide CSS Start*/
.menu-civix-public-menu-container {
    display: none;
}
/* Public Menu Hide End*/
.pub-banner {
	background-image: url('../img/pub-bg-img.png');
	background-repeat: no-repeat;
	height: 1137px;
	position: relative;
	background-size: 100%;
}

.pub-content-one {
	padding-top: 100px;
	width: auto;
	position: absolute;
	left: 100px;
}

.pub-content-one h1 {
	max-width: 565px;
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: #00d6ff;
}

.pub-content-one p {
	max-width: 940px;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: normal;
	color: #ffffff;
	margin-top: 27px;
}

/* .pub-content-one .pub-btn {
	float: none;
	margin-top: 33px;
	width: 100%;
	max-width: 182px;
	height: 45px;
	height: 60px;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
} */
.pub-content-one .pub-btn {
    float: none;
    margin-top: 33px;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 15px 40px;
}

.pub-content-two {
	width: auto;
	position: absolute;
	left: 100px;
	bottom: 105px;
}

.pub-content-two h1 {
	width: 100%;
	max-width: 350px;
	font-size: 35px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #363636;
}

.pub-content-two p {
	width: 100%;
	max-width: 300px;
	font-family: Poppins;
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #363636;
	margin-top: 10px;
	letter-spacing: 1.3px;
}

.pub-content-two .pub-btn {
	float: none;
	margin-top: 33px;
	/* width: 100%;
	max-width: 200px;
	height: 45px;
	height: 60px;
	text-align: center; */
	letter-spacing: 1px;
	font-size: 16px;
	background: #e341b5;
	padding: 15px 40px;
}
.pub-content-two .pub-btn:hover{
	background: #AA3DC6;
	color: #ffffff;
	transition: all 0.6s ease-in;
}
.pub-featured-video {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 60px;
	margin-bottom: 140px;
}

.pub-featured-video h1 {
	text-align: center;
	text-transform: capitalize;
	color: #393939;
	position: relative;
	margin-bottom: 45px;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	border-bottom:5px solid #00D6FF;
	display:inline-flex;
	padding-bottom:8px;
}

/* .pub-featured-video h1:after { */
	/* position: absolute; */
	/* content: ""; */
	/* background-color: #00D6FF; */
	/* width: 230px; */
	/* height: 5px; */
	/* left: 0; */
	/* right: 0; */
	/* margin: 5px auto 0; */
	/* top: 100%; */
	/* display: block; */
/* } */

.pub-video-wraper {
	margin: 0 -25px;
	display: inline-block;
}

.pub-video-content {
	width: 33.33%;
	float: left;
	padding: 0 25px;
}

.pub-image img {
	width: 100%;
	max-width: 150px;
}

.pub-data {
	width: 100%;
	display: inline-block;
	position: relative;
	/* background: #fff; */
	border-radius: 25px;
	/* box-shadow: 1px 3px 42px 4px #ccc; */
	margin-top: 0;
	height: 100%;
	padding: 100px 50px 40px;
	margin-top: -100px;
	z-index: -1;
	box-shadow: blue;
	/* background-color: #eed; */
	box-shadow: 0px 0px 30px rgba(88, 85, 85, 0.2);
	-moz-box-shadow: 0px 0px 30px rgba(88, 85, 85, 0.2);
	-webkit-box-shadow: 0px 0px 30px rgba(88, 85, 85, 0.2);
	-o-box-shadow: 0px 0px 30px rgba(88, 85, 85, 0.2);
}

.pub-featured-video .pub-inner-wrapper {
	overflow: visible;
}

.pub-data h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #393939;
	max-width: 255px;
	height: 88px;
	margin: 0 auto;
}

.pub-data p {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #393939;
	max-width: 366px;
	width: 100%;
	margin: 0 AUTO;
	height: 260px;
	padding-top: 35px;
}

.pub-upperfooter {
	width: 100%;
	display: inline-block;
	text-align: center;
	/*background-image: url(../img/footer.png);*/
	height: 100%;
	/*padding-top: 200px;*/
	background-size: 100%;
	background-repeat: no-repeat;
	background: #E341B5;
	position: relative;
	margin-bottom: 168px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.pub-upperfooter:before {
	content: "";
	height: 140px;
	width: 100%;
	background: #E341B5;
	position: absolute;
	bottom: 440px;
	transform: matrix3d(1, -0.10, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	z-index: -1;
	right: 0;
	padding-top: 0;
}

.pub-upperfooter:after {
	content: "";
	height: 140px;
	width: 100%;
	background: #E341B5;
	position: absolute;
	top: 440px;
	transform: matrix3d(1, -0.10, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	z-index: -1;
	left: 0;
	padding-bottom: 25px;
	/* opacity: 0; */
}

.pub-img-left {
	position: absolute;
	left: 0px;
	bottom: -231px;
}

.pub-img-left img {
	width: 100%;
	max-width: 480px;
}

.pub-img-share {
	position: absolute;
	right: 290px;
	bottom: 450px;
}

.pub-img-share img {
	width: 100%;
	max-width: 58px;
}

.pub-img-location {
	position: absolute;
	right: 30px;
	bottom: 100%;
}

.pub-img-location img {
	width: 100%;
	max-width: 60px;
}

.pub-img-wifi {
	position: absolute;
	right: 70px;
	bottom: 90px;
}

.pub-img-wifi img {
	width: 100%;
	max-width: 80px;
}

.pub-upperfooter h1 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 80px;
}

.pub-upperfooter h1:after {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 47%;
	height: 5px;
	left: 0;
	right: 0;
	margin: 5px auto 0;
	top: 100%;
	display: block;
}

.pub-wrap {
	margin: 0 -35px;
}

.pub-info {
	width: 33.33%;
	float: left;
	padding: 0 35px;
	position: relative;
}

.pub-info h1 {
	font-weight: 600;
	font-size: 110px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: none;
	margin-bottom: 0;
	line-height: 1;
	height: 110px;
}

.pub-info h1:after {
	display: none;
}

h1#pub-middle {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	width: 100%;
}

#pub-middle span {
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	width: 100%;
}

.pub-info p {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
	max-width: 220px;
	margin: 0 auto;
	height: 130px;
}

.pub-info a {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	text-decoration: underline;
	color: #FFFFFF;
	text-transform: capitalize;
}

.pub-info a:hover {
    color: #472F91;
}

/*Homepage CSS End*/


/*Get Started Page CSS*/

.pub-one {
	position: relative;
	margin-bottom: 100px;
}

.pub-baner-data {
	position: static;
	padding-left: 100px;
}

.pub-baner-data h1 {
	max-width: 490px;
	width: 100%;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #00d6ff;
	text-decoration: underline;
	text-decoration-color: #00d6ff;
}

.pub-baner-data p {
	max-width: 825px;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: normal;
	color: #e341b5;
	margin-top: 27px;
}

.pub-featured-video h1 {
	padding-top: 50px;
}

.gs.pub-featured-video h1:after {
	background-color: #fff;
	width: 52%;
}

.gs.pub-featured-video .pub-video-wraper {
	margin: 0 -50px;
}

.gs.pub-featured-video .pub-video-content {
	width: 50%;
	float: left;
	padding: 0 50px;
	max-width: 480px;
}

.gs {
	position: relative;
}

.gs::after {
	content: "";
	height: 65%;
	width: 100%;
	background: #00D6FF;
	position: absolute;
	top: -70px;
	transform: matrix3d(1, -0.10, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	z-index: -1;
	left: 0;
	padding-bottom: 25px;
}

.pub-image img {
	width: 100%;
	max-width: 150px;
	z-index: 99;
	position: relative;
}

.gs .pub-data {
	/* width: 100%; */
	/* display: inline-block; */
	/* position: relative; */
	background: #fff;
	/* border-radius: 25px; */
	/* margin-top: 0; */
	/* height: 100%; */
	/* padding: 100px 50px 88px; */
	/* margin-top: -100px; */
	/* box-shadow: blue; */
	z-index: 1;
	/* box-shadow: 0px 0px 30px rgba(88, 85, 85, 0.2); */
	/* -moz-box-shadow: 0px 0px 30px rgba(88, 85, 85, 0.2); */
	/* -webkit-box-shadow: 0px 0px 30px rgba(88, 85, 85, 0.2); */
	/* -o-box-shadow: 0px 0px 30px rgba(88, 85, 85, 0.2); */
}
.gs .pub-data h2{
	height:auto;
}


/*.gs.pub-featured-video .pub-data p {
    font-size: 18px;
    line-height: 1.3;
}*/

.gsi.pub-img-location2 {
	position: absolute;
	left: 0;
	top: 0;
}

.gsi.pub-img-location2 img {
	max-width: 50px;
	position: absolute;
	left: 230px;
	top: 10px;
	transform: rotate(60deg);
}

.gsi.pub-img-location {
	position: absolute;
	right: 60px;
	top: -56px;
}

.gsi.pub-img-wifi {
	position: absolute;
	bottom: 53%;
	left: 54px;
	text-align: left;
}

.gsi.pub-img-wifi2 {
	position: absolute;
}

.gsi.pub-img-wifi2 {
	position: absolute;
	top: 260px;
	right: 90px;
}

.gsi.pub-img-share {
	position: absolute;
	top: -22px;
	right: 236px;
}

.gsi.pub-img-play {
	position: absolute;
	top: -35px;
}

.gsi.pub-img-play img {
	width: 100%;
	max-width: 65px;
}


/*Get Started Page CSS End*/
/*Pub Header CSS*/
.pub-gt-strted .digi-btn{
padding: 10px 15px !important;
margin-top: 25px !important;
margin-left: 20px;
background-color: #00D6FF !important;
color: #fff !important;
margin-right: 20px;
}
.lang-en,
.lang-fr{
color:#00D6FF !important;
}
.lang-fr{
display:none !important;
}
/*Pub Header CSS*/

/*Modal CSS*/
.modal{
   z-index: 9999;
}
.modal-dialog{
text-align:left;	
}
/*Modal CSS End*/
.avatar-pic
{
  width:60px;
  height:60px;
  border-radius:250px;
  font-size:15px;
  color:#fff;
  line-height:60px;
  text-align:center;
  background:#00D6FF;
  margin: 20px 5px 0 0px;
}    
.avatar-pic a{  
  color: #fff !important;
    text-decoration: none;
    margin: 0 !important;
    padding: 20px !important;
}
/*============================================================*/
/*====================Responsive layout=======================*/
/*============================================================*/
@media only screen and (min-width: 1399px) {
	.pub-btn {
		margin-top: 65px;
	}
	.pub-banner {
    height: 1214px;
    }
}

@media only screen and (min-width: 1599px){
	.pub-banner {
    height: 1350px;
	}
	.pub-upperfooter:before {
    height: 160px;
    bottom: 430px;
    }
	.pub-upperfooter:after {
    height: 160px;
    top: 430px;
    }
}

@media only screen and (min-width: 1900px) {
	.pub-banner {
		height: 1617px;
	}
	.pub-content-one {
		left: 210px;
	}
	.pub-content-one h1 {
		max-width: 890px;
		font-size: 80px;
	}
	.pub-content-one p {
		max-width: 1197px;
		font-size: 23px;
		line-height: 2;
	}
	.pub-content-one .pub-btn {
		margin-top: 50px;
		height: auto;
		font-size: 24px;
		padding: 30px 40px;
		line-height: 1;
	}
	.pub-content-two {
		left: 210px;
		bottom: 180px;
	}
	.pub-content-two p {
		max-width: 485px;
		font-size: 35px;
	}
	.pub-content-two h1 {
		max-width: 600px;
		font-size: 60px;
		line-height: 1.1;
	}
	.pub-featured-video h1 {
		font-weight: 600;
		font-size: 40px;
		line-height: 1;
		margin-bottom: 67px;
	}
	/* .pub-featured-video h1:after { */
		/* position: absolute; */
		/* content: ""; */
		/* background-color: #00D6FF; */
		/* width: 320px; */
		/* height: 10px; */
		/* left: 0; */
		/* right: 0; */
		/* margin: 0 auto; */
		/* top: 100%; */
		/* display: block; */
	/* } */
	.pub-data h2 {
		font-weight: 600;
		font-size: 30px;
		line-height: 1;
		text-align: center;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: #393939;
		max-width: 345px;
		margin: 0 auto;
	}
	.pub-data p {
		font-size: 20px;
		line-height: 1.4;
		text-align: center;
		color: #393939;
		max-width: 366px;
		width: 100%;
		margin: 0 AUTO;
		height: 245px;
		padding-top: 35px;
	}
	.pub-upperfooter {
		width: 100%;
		display: inline-block;
		text-align: center;
		text-align: center;
		background-image: url(../img/footer.png);
		height: 1568px;
		padding-top: 220px;
	    margin-top: 120px;
	}
	.pub-upperfooter h1 {
		font-weight: 600;
		font-size: 40px;
		line-height: 110px;
		text-align: center;
		color: #FFFFFF;
		position: relative;
		margin-bottom: 100px;
	}
	.pub-upperfooter h1:after {
		position: absolute;
		content: "";
		background-color: #fff;
		width: 60%;
		height: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 100%;
		display: block;
	}
	.pub-info {
		width: 33.33%;
		float: left;
		padding: 0 35px;
	}
	.pub-info h1 {
		font-weight: 600;
		font-size: 200px;
		line-height: 1;
		text-align: center;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		color: #FFFFFF;
		margin-bottom: 0;
		position: relative;
		height: auto;
	}
	h1#pub-middle {
		font-size: 90px;
		line-height: 100px;
		display: inline-block;
		width: 100%;
	}
	#pub-middle span {
		display: inline-block;
		font-size: 90px;
		line-height: 1;
		width: 100%;
	}
	.pub-info h1:after {
		display: none;
	}
	.pub-wrap {
		margin: 0 -35px;
		display: inline-block;
	}
	.pub-info p {
		font-size: 35px;
		line-height: 48px;
		text-align: center;
		color: #FFFFFF;
		max-width: 452px;
		margin-top: 20px;
		height: 190px;
	}
	.pub-info a {
		font-weight: 500;
		font-size: 24px;
		line-height: 42px;
		text-align: center;
		letter-spacing: 0.05em;
		text-decoration: underline;
		color: #FFFFFF;
		margin-top: 5px;
		display: inline-block;
	}
	.pub-upperfooter:before {
    height: 195px;
    top: -95px;
    }
	/*Get started CSS*/
	.gs.pub-featured-video h1:after {
    width: 49%;
    margin-top: 10px;
	}
	.gs .pub-data h2 {
    height: 60px;
	}
	/*Get started CSS End*/
	/*Modal CSS*/
	.modal-dialog{
	margin:230px auto;
	}

	/*Modal CSS End*/
}

@media only screen and (max-width: 1370px) {
	.pub-btn {
		margin-top: 35px;
	}
	.pub-divider {
		margin-bottom: 10px;
	}
	.pub-accordion-one h3 {
		margin: 0px 0px 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.pub-btn {
		margin-top: 20px;
	}
	.pub-content-one {
		padding-top: 60px;
	}
	.pub-content-one h1 {
		font-size: 42px;
	}
	.pub-content-one p {
		max-width: 760px;
		font-size: 18px;
		line-height: 1.4;
	}
	.pub-content-one .pub-btn {
		/* max-width: 150px; */
		font-size: 15px;
		padding: 10px 20px;
	}
	.pub-banner {
		height: 865px;
	}
	.pub-content-two h1 {
		font-size: 30px;
	}
	.pub-content-two p {
		font-size: 17px;
	}
	.pub-content-two .pub-btn {
		max-width: 160px;
		height:auto;
		font-size: 15px;
		padding: 10px 20px;
	}
	.pub-featured-video h1 {
		font-size: 26px;
	}
	.pub-upperfooter h1:after {
		width: 49%;
	}
	/* .pub-featured-video h1:after { */
		/* width: 200px; */
	/* } */
	.pub-data {
		padding: 100px 30px 40px;
	}
	.pub-image img {
		max-width: 130px;
	}
	.pub-data h2 {
		font-size: 20px;
		height: 62px;
	}
	.pub-data p {
		font-size: 16px;
		max-width: 366px;
		padding-top: 25px;
		line-height: 1.4;
		height: 160px;
	}
	.pub-upperfooter {
		padding-top: 76px;
	}
	.pub-upperfooter h1 {
		font-size: 20px;
		margin-bottom: 60px;
	}
	.pub-info h1 {
		font-size: 100px;
		height: 110px;
		margin-bottom: 0;
	}
	.pub-info p {
		font-size: 20px;
	}
	.pub-video-wraper {
    margin: 0 -20px;
    }
	.pub-video-content {
    padding: 0 20px;
	}
	/* Get Started CSS */
	.gs .pub-data p {
	height: 201px;
	}	
	/* Get Started CSS End */
}

@media only screen and (max-width: 991px) {
	.pub-banner {
		height: 100%;
	}
	.pub-content-one {
		padding-top: 30px;
		left: 50px;
	}
	.pub-content-one {
		padding-top: 20px;
		position: static;
		width: 100%;
	}
	.pub-content-one h1 {
		font-size: 38px;
	}
	.pub-content-one p {
		max-width: 690px;
		font-size: 16px;
		line-height: 1.4;
	}
	.pub-content-two {
		width: 100%;
		position: static;
		padding-top: 100px;
		padding-bottom: 85px;
	}
	.pub-content-two h1 {
		font-size: 26px;
	}
	.pub-content-two p {
		font-size: 16px;
	}
	.pub-video-content:last-child {
		text-align: center;
		width: 100%;
		max-width: 411px;
		margin: 0 auto;
		float: none;
		padding-bottom: 0;
	}
	.pub-video-content {
		width: 50%;
		float: left;
		padding: 0 25px 50px;
	}
	.pub-featured-video {
		padding-bottom: 40px;
	}
	.pub-upperfooter h1:after {
		width: 63%;
	}
	.pub-upperfooter h1 {
		margin-bottom: 50px;
	}
	.pub-info h1 {
		font-size: 85px;
		height: 85px;
		margin-bottom: 10px;
	}
	h1#pub-middle {
		font-size: 40px;
		line-height: 40px;
	}
	#pub-middle span {
		font-size: 40px;
	}
	.pub-info p {
		font-size: 18px;
		height: 105px;
	}
	.pub-upperfooter {
		padding-top: 50px;
		background: #E341B5;
		background-image: none;
	}
	.pub-info a {
		margin-top: 10px;
		display: inline-block;
	}
	.pub-upperfooter:before {
		bottom: 385px;
	}
	.pub-upperfooter:after {
		top: 385px;
	}
	/* Get Started CSS */
	.gs .pub-data p {
		height: 225px;
	}	
	/* Get Started CSS End */
}

@media only screen and (max-width: 768px) {
	/*Homepage*/
	.pub-banner {
		height: 100%;
	}
	.pub-content-one {
		padding-top: 30px;
		left: 50px;
	}
	.pub-content-one {
		padding-top: 20px;
		position: static;
		width: 100%;
	}
	.pub-content-one p {
		max-width: 690px;
		font-size: 16px;
		line-height: 1.4;
	}
	.pub-content-two {
		width: 100%;
		position: static;
		padding-top: 80px;
		padding-bottom: 48px;
	}
	.pub-content-two h1 {
		font-size: 26px;
	}
	.pub-content-two p {
		font-size: 16px;
	}
	.pub-video-wraper {
    margin: 0 -15px;
    }
	.pub-video-content {
    padding: 0 15px 50px;
	}
	/*Get started CSS*/
	.gs.pub-featured-video .pub-video-wraper {
		margin: 0 -15px;
	}
	.gs.pub-featured-video .pub-video-content {
		padding: 0 15px;
	}
	.pub-baner-data {
		padding-left: 0;
	}
	.gs.pub-featured-video h1:after {
		width: 70%;
	}
	/*Get started CSS end*/
	/*Header CSS */
	.pub-gt-strted .digi-btn{
	background: transparent !important;
    color: #000 !important;
    margin-top: 0 !important;
    text-align: left;
    font-size: 14px !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    border: transparent !important;
    padding: 10px 20px !important;
    }
	/*Header CSS End*/
}

@media only screen and (max-width: 736px) {
	.pub-content-one h1 {
		font-size: 36px;
	}
	.pub-content-one p {
		font-size: 15px;
	}
	.pub-content-two {
		padding-top: 90px;
		padding-bottom: 65px;
	}
	.pub-content-two h1 {
		font-size: 24px;
	}
	.pub-content-two p {
		font-size: 15px;
	}
	.pub-upperfooter:after {
		height: 170px;
	}
}

@media only screen and (max-width: 667px) {
	.pub-content-one h1 {
		font-size: 30px;
		max-width: 400px;
	}
	.pub-content-one p {
		font-size: 15px;
	}
	.pub-content-two {
		padding-top: 40px;
	}
	.pub-content-two h1 {
		font-size: 22px;
	}
	.pub-content-two p {
		font-size: 14px;
	}
	.pub-featured-video h1 {
		font-size: 24px;
	}
	/* .pub-featured-video h1:after { */
		/* width: 188px; */
	/* } */
	.pub-image img {
		max-width: 120px;
	}
	.pub-data {
		padding: 85px 30px 30px;
		margin-top: -90px;
	}
	.pub-data h2 {
		font-size: 18px;
	}
	.pub-data p {
		font-size: 15px;
		/* height: auto; */
	}
	.pub-video-content:last-child {
		max-width: 338px;
	}
	.pub-upperfooter h1:after {
		width: 77%;
	}
	.pub-info h1 {
		font-size: 80px;
		height: 80px;
	}
	.pub-info p {
		font-size: 15px;
		height: 100px;
	}
	.pub-info a {
		font-size: 14px;
	}
	h1#pub-middle {
		font-size: 36px;
		line-height: 38px;
	}
	#pub-middle span {
		font-size: 36px;
	}
	.pub-upperfooter:before {
		bottom: 380px;
	}
	.pub-upperfooter:after {
		top: 380px;
	}
	/*Get started CSS*/
	.gs.pub-featured-video h1:after {
		width: 76%;
	}
	/*Get started CSS End*/
}

@media only screen and (max-width: 580px) {
	/*homepage*/
	.pub-content-one h1 {
		font-size: 25px;
		max-width: none;
	}
	.pub-content-one p {
		font-size: 14px;
		margin-top: 15px;
	}
	.pub-content-one .pub-btn {
		margin-top: 18px;
	}
	.pub-content-two {
		padding-top: 85px;
	}
	.pub-content-two h1 {
		font-size: 20px;
		max-width: none;
	}
	.pub-content-two p {
		font-size: 14px;
		max-width: none;
	}
	.pub-content-two .pub-btn {
		margin-top: 18px;
	}
	.pub-video-content {
		width: 100%;
		padding: 0 25px 40px;
		max-width: 350px;
		float: none;
		margin: 0 auto;
		height: 100%;
	}
	.pub-video-content:last-child {
		max-width: 350px;
		float: none;
		width: 100%;
		margin: 0 auto;
		height: 100%;
	}
	.pub-data h2 {
		font-size: 16px;
	}
	.pub-data p {
		font-size: 15px;
		height: auto;
		padding-top: 15px;
	}
	.pub-upperfooter {
		padding-top: 40px;
	}
	.pub-upperfooter h1 {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.pub-upperfooter h1:after {
		width: 82%;
	}
	.pub-info h1 {
		font-size: 80px;
		margin-bottom: 10px;
	}
	.pub-info p {
		font-size: 14px;
		height: 80px;
	}
	.pub-wrap {
		margin: 0 -10px;
	}
	.pub-info {
		padding: 0 10px;
	}
	.pub-upperfooter:after {
		top: 340px;
	}
	.pub-upperfooter:before {
		bottom: 340px;
	}
	/*Get started CSS*/
	.gs.pub-featured-video .pub-video-content {
		width: 100%;
		float: left;
		padding: 0 25px;
		max-width: 400px;
		margin: 0 auto;
		float: none;
	}
	.gs .pub-data p {
    height: auto;
	}
	.gs.pub-featured-video .pub-video-content:first-child {
		margin-bottom: 50px;
	}
	.gs.pub-featured-video .pub-image img {
		max-width: 160px;
	}
	.gs.pub-featured-video h1:after {
		width: 90%;
	}
	/*Get started CSS End*/
}

@media only screen and (max-width: 480px) {
	/*homepage*/
	.pub-banner {
		background-size: cover;
	}
	/*.pub-content-one h1 {
    font-size: 19px;
    max-width: none;
	}
	.pub-content-one p {
    font-size: 12px;
    margin-top: 10px;
	}*/
	/*.pub-content-one .pub-btn {
    height: 30px;
    margin-top: 14px;
    max-width: 120px;
    padding: 6px 10px;
	}*/
	/*.pub-content-two {
    padding-top: 75px;
	}
	.pub-content-two h1 {
    font-size: 16px;
    }
    .pub-content-two p {
    font-size: 12px;
    }*/
	/*    .pub-content-two .pub-btn {
    height: 30px;
    margin-top: 14px;
    max-width: 120px;
    padding: 6px 10px;
	}*/
	.pub-featured-video h1 {
		font-size: 20px;
	}
	/* .pub-featured-video h1:after { */
		/* width: 158px; */
	/* } */
	.pub-data p {
		font-size: 12px;
		height: auto;
		padding-top: 8px;
	}
	.pub-data h2 {
		font-size: 14px;
	}
	.pub-upperfooter h1 {
		font-size: 15px;
	}
	.pub-info {
		padding: 0 10px 30px;
		width: 100%;
	}
	.pub-info h1 {
		font-size: 80px;
	}
	.pub-info p {
		font-size: 12px;
		height: auto;
		max-width: 100%;
	}
	.pub-info a {
		font-size: 12px;
	}
	h1#pub-middle {
		font-size: 45px;
		line-height: 40px;
	}
	#pub-middle span {
		font-size: 45px;
	}
	.pub-upperfooter:before {
		bottom: 95%;
	}
	.pub-upperfooter:after {
		top: 95%;
	}
}

@media only screen and (min-width: 415px) {
	.pub-img-res-up,
	.pub-img-res-down,
	.gsi.pub-img-play {
		display: none !important;
	}
}

@media only screen and (max-width: 414px) {
	.pub-content-one {
		padding-top: 50px;
	}
	.pub-content-one h1 {
		font-size: 25px;
		max-width: none;
		line-height: 1.5;
	}
	.pub-content-one p {
		font-size: 15px;
		margin-top: 15px;
	}
	.pub-content-two h1 {
		font-size: 20px;
		max-width: 210px;
		line-height: 2;
	}
	.pub-content-two p {
		font-size: 14px;
		max-width: none;
		line-height: 2;
	}
	.pub-data {
		padding: 85px 30px 40px;
	}
	.pub-data h2 {
		max-width: 110px;
	}
	.pub-data p {
		font-size: 13px;
		height: auto;
		padding-top: 0;
		font-weight: 500;
	}
	.pub-data h2 {
		font-size: 14px;
		max-width: 110px;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.pub-data h2 {
		font-size: 14px;
		max-width: 165px;
		margin-top: 25px;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.pub-image img {
		max-width: 160px;
	}
	.pub-upperfooter h1 {
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2;
		margin-bottom: 80px;
	}
	.pub-info h1 {
		font-size: 80px;
		height: auto;
		line-height: 1;
		margin-bottom: 0;
	}
	.pub-info p {
		font-size: 14px;
		height: auto;
		margin-top: 10px;
		line-height: 2;
		max-width: 179px;
	}
	.pub-info a {
		font-size: 15px;
		letter-spacing: 2px;
	}
	.pub-info {
		padding: 0 10px 90px;
	}
	h1#pub-middle {
		font-size: 75px;
		line-height: 30px;
	}
	#pub-middle span {
		font-size: 26px;
	}
	.pub-img-left {
		display: none;
	}
	.pub-img-res-up {
		position: absolute;
		left: 0;
		top: 0px;
	}
	.pub-img-res-down {
		position: absolute;
		right: 0;
		bottom: 50px;
	}
	.pub-img-share {
		right: 90px;
		bottom: 100%;
	}
	.pub-img-share img {
		width: 100%;
		max-width: 38px;
	}
	.pub-img-location {
		right: 15px;
		bottom: 103%;
	}
	.pub-img-location img {
		width: 100%;
		max-width: 30px;
	}
	.pub-img-wifi {
		right: 15px;
		bottom: 91%;
	}
	.pub-img-wifi img {
		width: 100%;
		max-width: 50px;
	}
	/*Get staeted CSS*/
	.gsi.pub-img-location,
	.gsi.pub-img-location2,
	.gsi.pub-img-wifi,
	.gs.pub-img-wifi2,
	.gs.pub-img-share {
		display: none !important;
	}
	.gs::after {
		content: "";
		height: 56%;
		width: 100%;
		background: #00D6FF;
		position: absolute;
		top: -70px;
		transform: matrix3d(1, -0.10, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		z-index: -1;
		left: 0;
		padding-bottom: 25px;
	}
	.pub-featured-video h1 {
		font-size: 18px;
	}
	/*Get started CSS End*/
}

@media only screen and (max-width: 375px) {}