/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{font:400 14px/24px 'ZohoPuvi', sans-serif;margin:0 auto;background:#fff;color:#444}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}

.clearfix {
	display: inline-block;
}

.zsiq_theme1.zsiq_floatmain{display: none !important;}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

*+html .clearfix {
	display: inline-block;
}

body {
	font-family: 'ZohoPuvi', sans-serif!important;
	letter-spacing: normal;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	position: relative;
	background: url(../images/australia-bg.jpg) 0 0 no-repeat;
	background-size: cover;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

#backToTop {
	display: none!important;
}

/*----------------Header------------------*/
header{display:none;}
.header{text-align:center;padding: 20px 0 0 0;}
.header a{display: block;}
.header img{width:200px;height: auto;}
h1{font-size: 2em;font-family: 'Zoho_Puvi_Bold', sans-serif;padding: 5px 0 10px 0;}
.header h3{font-size: 1.5em;font-family: 'Zoho_Puvi', sans-serif;}

/*------------Banner Section------------*/
.ban-sec{
  width: 100%;
  padding: 20px 0;
}
.ban-left, .ban-right{
  width:49.5%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  transition: .5s;
  padding: 20px 0;
  cursor: pointer;
  border-radius: 5px;
}
.ban-left a, .ban-right a{display: block;}
.ban-left{border-right: 1px solid #eabb1e;}
.ban-sec .crtve-img {
  width: 350px;
  height: auto;
}
.ban-left:hover, .ban-right:hover{
  background: rgba(255, 255, 255, .5);
}
.ban-sec .reg-btn{
padding: 10px 40px;
display: inline-block;
color: #fff;
background: #f00;
border-radius: 4px;
}
.ban-sec .reg-btn:hover{background: #333;}
.date-loc{padding: 10px 0 25px 0;font-size: 1.2em;}

.date, .loc{
	display: inline-block;
vertical-align: top;
padding: 0 15px;
color: #000;}
.date{background-image: url(../images/icon-date.svg);
background-size: 23px;
background-repeat: no-repeat;
padding-left: 30px;}
.loc{
background-image: url("../images/icon-location.svg");
background-size: 18px;
background-repeat: no-repeat;
padding-left: 24px;
}
.uc-logo{width: 300px;
height: 80px;
margin: 25px 0 0 0;}

/*-------------------Footer---------------*/
.zoho-division{display:none;}
footer{
  background: transparent;
  color: #000;
  padding: 5px 0;
}
footer a{color: #000;}
/*----------Responsive styles-----------*/
@media only screen and (min-width:1701px){
  .ban-sec{transform: scale(1.3);padding-top: 100px;}
  footer{position: absolute;bottom:0;}
}
@media only screen and (max-height:1701px){
  .ban-sec{transform: scale(1.3);padding-top: 100px;}
}
@media only screen and (max-width:1700px){
  .ban-sec{transform: scale(1);padding-top: 50px;}
}
@media only screen and (max-width:1450px){
  .ban-sec{transform: scale(0.95);}
}
@media only screen and (max-width:1200px){
	.container{width:90%}
}
@media only screen and (max-width:800px){
	.ban-left, .ban-right{width:100%;padding: 30px 0;}
	.ban-left{border:none;border-bottom:1px solid #eabb1e;}
}
@media only screen and (max-width:500px){
	.ban-sec .crtve-img{width: 90%;height: auto;}
	.ban-sec .uc-logo{width: 90%;}
}
