body{
		background-repeat: no-repeat;
       background-image: url("http://tricolors.com.au/img/background.jpg");

    background-size: cover;
    background-position: center center;
  
    
    opacity: 1;
    visibility: inherit;
    z-index: 20;
	font-family: 'Montserrat', sans-serif;
}


.d-block{


 
    height: 500px;
	background-repeat: no-repeat;
    background-image: url("http://tricolors.com.au/img/web-background.jpg");
    background-size: cover;
    background-position: center center;
  
    
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
.m-block{
	
   background-color: orange;
    height:500px;
	 height: 500px;
	background-repeat: no-repeat;
    background-image: url("http://tricolors.com.au/img/entertainment-background.png");
    background-size: cover;
    background-position: center center;
  
 
}
.t-block{

background-color: orange;
    height:500px;
	 height: 500px;
	background-repeat: no-repeat;
     background-image: url("http://tricolors.com.au/img/tourism-background.jpg");
    background-size: cover;
    background-position: center center;
  
    
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
.inner-box1{
      height: 150px;
    margin-top: 180px;
       background-color: #f79937;
	  box-shadow: 0 10px 6px -6px !important;
}
.inner-box2{
      height: 150px;
    margin-top: 180px;
    background-color: white;
box-shadow: 0 10px 6px -6px !important;
}
.inner-box3{
      height: 150px;
    margin-top: 180px;
       background-color: #149b4c;
	   box-shadow: 0 10px 6px -6px !important;
}
		
		
		

.logo{  
  margin-top: 10px;
    margin-bottom: 10px;
}

  
.main-sec{
	    margin-right: -30px !important;
    margin-left: -30px !important;

}
@media only screen and (max-width: 600px) {
  .main-sec{
	    margin-right: -15px !important;
    margin-left: -15px !important;

}
 .cr-text{
  margin-top:-25px !important;
  }

.t-block{
	margin-bottom:30px;
	height: 215px !important;

}
.d-block{
	margin-bottom:30px;
	height: 215px !important;

}
.m-block{
	margin-bottom:30px;
	height: 215px !important;

}

.inner-box1 {
    margin: 30px;
}
.inner-box2 {
    margin: 30px;
}
.inner-box3 {
    margin: 30px;
}
}
.banner-sec{
	overflow:hidden;

}
h2{
	
	    font-family: Crimson Text;
    font-size: 28px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal !important;
	text-align:center;
	 

}

.entry-title-et a{
	color: #ffffff!important;
	text-decoration:none!important;
	    font-family: 'Montserrat', sans-serif!important;
    font-weight: bold;
}
.entry-title-web a{
	color: #292e32!important;
	text-decoration:none;
	    font-family: 'Montserrat', sans-serif!important;
    font-weight: bold!important;
}
.entry-title-dg a{
	color: #fffff!important;
	text-decoration:none;
	    font-family: 'Montserrat', sans-serif!important;
    font-weight: bold!important;
}



@keyframes fadeInUp {
  from { 
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


  &.inner-box1 {
    animation-delay: 1s;
  }
  &.inner-box2 {
    animation-delay: 3s;
  }
  &.inner-box3{
    animation-delay: 5s;
  }
 
 
.web-icon{
 font-size: 70px!important;  
 color:#ffffff !important;
 }
 .tr-icon{
 font-size: 70px!important;  
 color:#000000 !important;
 }
 
 
.et-icon{
	font-size: 70px!important;  
 color:#ffffff !important;
}



 
