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


.signin {
	margin-top:80px;
	
}


.header
{
background:#FFFFFF;
height: 60px;
position: fixed;
width: 100%;
z-index: 9999;
border-bottom: 1px solid lightgray;

}
.logo
{
	padding: 0px !important;
	line-height: 60px;

}
.logo:hover, logo:active
{
	color: #fff;
}
.menu{

	margin:0px !important;
	border: none;
}
.menu li a
{
	color: #000;
	font-weight:300;
	font-family: 'lato', sans-serif;
	line-height: 29px;
	z-index:999;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	
}
.menu li a:hover
{ color:#000;
}

.active
{
	color:#000 !important;
}
.nav li a:focus
{
	color: #000;
}
.nav li a:active
{color: #000; 

}
.menu-button
{
	color: #2D2D2D;
	font-size: 30px;
	margin:0px !important;
	padding:14px;
}

.btn-sub, .link-button {
    color: #FFF;
    background-color:#ED4A21;
    border:none;
	border-radius:2px;
    font-size: 14px;
	letter-spacing:5px;
    padding: 10px 30px;
	font-family:'lato', sans serif;
	text-transform:uppercase;
}

.backg
{	
	background-attachment:fixed;
		background-image:  url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/bg-1.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		color: white;
		cursor: default;
		padding:10px 0 100px; 
		width: 100%;
		float: left;

}
@-moz-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-webkit-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-o-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@-ms-keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }
@keyframes reveal-banner { 0% { opacity: 0; } 100% { opacity: 1; } }

.inner
{
	-moz-animation: reveal-banner 1s 0.25s ease-in-out;
	-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
	-o-animation: reveal-banner 1s 0.25s ease-in-out;
	-ms-animation: reveal-banner 1s 0.25s ease-in-out;
	animation: reveal-banner 1s 0.25s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background: rgba(255, 255, 255, 0.0);
	color: white;
	display: inline-block;
	opacity: 0;
	padding: 20px 40px;
	text-align: center;
	
}
.text-box{
	width: 33.3%;
	padding: 5%;
	background-color:rgba(0, 0, 0, 0.5);
	margin-left: auto;
    margin-right: auto;
	margin-top:50;
}

.text-box h2 {
    font-size: 30px;
	text-transform:uppercase;
    font-weight: 700;
	word-spacing:1px;
	letter-spacing:5px;
    color: white;
    line-height: 1;
    font-family: 'Lato', sans-serif;
}

.text-box h3 {
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:5px;
	color:#fff;
	line-height: 1;

}


.text-box p.intro
{
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
}


.text-box p
{
	font-size: 14px;
	font-weight: 400;
	font-family: 'lato', sans-serif;
}
.text-box p span
{
	font-size: 15px;
	font-weight: 400;
	color: #83D3C9;
}
.text-box p span a
{
	text-decoration: none;
	color: #8AB839;
	font-size: 15px;
}
.text-box p a.link-button {
    text-decoration: none;
    color: white;
    border: white 2px solid;
    padding: 15px 22px;
    margin-top: 20px;
    line-height: 4;
    font-size: 18px;
    font-weight: 400;
   
    transition: all 0.2s ease-in-out;
    font-family: 'Poppins', sans-serif;
}


.text-box p a.link-button:hover
{
	background: rgba(255, 255, 255, 0.3);
}
.some-notes
{
	padding: 40px 0px;
	float: left;
}
.title h2
{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 42px;
	text-align: center;
	color: #8AB839;
	text-transform: uppercase;
}
.desc p
{
	width: 75%;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #2E2E2E;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	
}
.desc p a
{
	text-decoration: none;
	color: #8ab839;
}
.features
{
	background:white;
	padding: 60px 0px;
}
.features-text{
	font-family: 'lato', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom:20px;
	margin-top:20px;
	
}
h2.features-text::after {
    display: block;
    margin: 17px auto 0px;
    width: 80px;
    height: 1px;
    background: #FFF none repeat scroll 0% 0%;
    content: "";
}


.brandlist li{
	text-align:left;
	display:inline-block;
	margin-right:6px;
	
	
}



.iconing
{
	text-align: center;
	width:80px;
	margin:0 auto;
	
}
.iconing i
{
	font-size: 35px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.icon-box
{
	margin:30px 0px;
}
.icon-text-box
{

}
.icon-text-box h4
{

	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 5px;
	color: #2E2E2E;
	line-height: 1;

}
.icon-text-box p
{
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #2E2E2E;
}
.notes
{
		background-attachment:fixed;
		background-color: #645862;
		background-image:  url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/notes-bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		color: white;
		cursor: default;
		text-align: center;
		width: 100%;
		float: left;
}
.notes-bg
{
	background: rgba(33, 42, 63, 0.9);
	padding: 80px 0px;
}
.notes-bg p
{
	font-size: 17px;
	margin:0px !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 30px;
}
.btneff
{
	background-color: #8ab839;
border: none;
color: #fff;
padding: 13px 0px;
width: 100% !important;
font-size: 17px;
}

/
@keyframes imagehover {
    0%   {height: 40px;}
    25%  {height: 80px;}
    50%  {height: 120px;}
    75%  {height: 160px;}
    100% {height: 200px;}
}
.image-hover {
    display: none;
    position: absolute;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.5);
    text-align: center;
    width: 100%;
	height: 200px;
    float: left;
		
}
.image-hover i{
	color: rgba(138, 184, 57, 0);
	font-size:30px;
	line-height: 200px;
	transition: 5s color ease-in;
	display: none;
}
.image-hover:hover i
{	display: block;
	color: black;
}

/*ABOUT SECTION*/

/*END ABOUT SECTION*/

.countbg
{padding: 100px 0px;
	width: 100%;
	float: left;
	
}
.countspace
{
		color: white;
		text-align: center;
		width: 100%;
		float: left;
		background-repeat: no-repeat;
		background-size: cover;
		border-bottom:2px solid #666;
		border-top:2px solid #666;
}
.counter-item
{
	margin-top: 30px;
}
.counter-item i
{
	font-size: 40px;
	color: #8ab839;
}
.timer
{
	margin-top: 5px;
	font-weight: 700;
	font-size: 50px;
	color:black;
}
.counter-item h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'lato', sans-serif;
	color: #ED4A21;
}


.contact, #work {
	padding: 60px 0px;
	float: left;
	width: 100%;
	background-image:url(https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/bg.jpg);	
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
}

.contact .h3, h3 {
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing:5px;
	
}

.contact-form, .address-space
{
	margin-top: 20px;
}
.form-effect
{

    padding: 12px 12px;
    color: #555;
    background-color: #fff;
    color: black;
    height: auto !important;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.form-effect:focus {
    border-color: rgba(33, 42, 63, 0.2);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(33, 42, 63, 0.1);
}

#mapframe
{
	height: 150px;
}
input[placeholder], [placeholder], *[placeholder] {
    color: black !important;
}
.address p i {
    padding-right: 10px;
    font-size: 15px;
    color:#ED4A21;
}
.footer {
    margin: 20px 0px 10px;
    float: left;
    text-align: center;
    width: 100%;
}
.footer p {
	text-align:  center;
	font-size:12px;
}
.footer p a {
 color: #8AB839;
 font-family: 'Poppins', sans-serif;
}

@media (min-width:  769px) and (max-width: 950px){
.text-box{
	width: 70%;
}
}

@media (min-width: 380px) and (max-width: 768px)
{

.text-box{
	width: 70%;
}
	
.brandlist li{
	text-align:center;	
	display:block;
}





	.text-box p.intro {
    font-size: 22px;
	}
	.text-box h2 {
    font-size: 40px;
}
.text-box h3 {
    font-size: 16px;}
    .text-box p a.link-button {
    padding: 8px 14px;
    font-size: 13px;}
    .title h2 {
   
    font-size: 29px;}
    .desc p {
    font-size: 15px;
    text-align: justify;}
    .icon-text-box h4 {
    text-align: center;
}
.icon-text-box p {
 
    text-align: center;}

    .btneff {
   
    margin-top: 15px;
    width: 20% !important;
}
}
@media (min-width: 0px) and (max-width: 379px)
{
	
	.backg
{	
	background-attachment:fixed;
		background-color: #645862;
		background-image:  url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/bg-1.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		color: white;
		cursor: default;
		padding: 200px 0 200px;
		text-align: center;
		width: 100%;
		float: left;

}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 1.42857143;
    color: #333;
}
	
	.brandlist li{
	text-align:center;	
	display:block;
}
	.text-box p.intro {
    font-size: 22px;
	}
	.text-box h2 {
    font-size: 30px;
}
.text-box h3 {
    font-size: 16px;}
    .text-box p a.link-button {
    padding: 8px 14px;
    font-size: 13px;}
    .title h2 {
   
    font-size: 29px;}
    .desc p {
    font-size: 15px;
    text-align: justify;}
    .icon-text-box h4 {
    text-align: center;
}
.icon-text-box p {
 
    text-align: center;}

    .btneff {
   
    margin-top: 15px;
    width: 80% !important;
}

.text-box
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}


.signin {
	width:100%;margin-left:auto;margin-right:auto;
}

}

.backg1 {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/dxc2017/images/DX+BG.png");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 900px;
width: 100%;
float: left;
}
.backg1-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_1.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
}
.backg2-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_2.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
} 
.backg3-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_3.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
} 
.backg4-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_4.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
} 
.backg5-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_5.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
}
.backg6-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_6.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
}
.backg7-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_7.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
}
.backg8-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_8.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
}
.backg9-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_9.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
}
.backg10-join {
background-attachment: fixed;
background-image: url("https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2016/images/Login images_10.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
color: white;
cursor: default;
padding: 10px 0 1300px;
width: 100%;
float: left;
}