/*
Theme Name: Total Marketing Australia
Theme URI:
Description: Boat Toys
Version: 1.01
Author:
*/
@import url('style/bootstrap.css');
@import url('fonts/fonts.css');
body{
     margin: 0;
     padding: 0;
    font-size: 17px;    
    color: #6e7a84;
    font-family: 'Open Sans', sans-serif;    
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
a {
    text-decoration:none;
    outline:none;
    color: #db341a;
}
a:hover, a:focus, a:active{
	color:#39464e;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
.container {
    width: 1300px;
    max-width: 100%;
}
.container-fluid {
    width: 1800px;
    max-width:100%;
}
h1 {
    font-size: 32px;
    color: #3f2b7d;
    font-weight: 500;
    text-transform:uppercase;
    font-family: 'Dosis', sans-serif;
    letter-spacing:0.8px;
}
h1:after {
    content: '';
    display: block;
    background:url(images/heaading-lines.png) no-repeat ;
    height: 21px;
    width: 62px; 
    margin: 20px auto;
}
h2 {
    font-size: 32px;
    color: #3f2b7d;
    font-weight: 500;
    text-transform:uppercase;	
   font-family: 'Dosis', sans-serif;
   letter-spacing:0.8px;
}
h2:after {
    content: '';
    display: block;
    background:url(images/heaading-lines.png) no-repeat ;
    height: 21px;
    width: 62px; 
    margin: 20px auto;
}
h3 {
    font-size: 22px;
    color: #3f2b7d;
    font-weight: 700;
    text-transform:uppercase;
}
h4 {
    font-size: 18px;
    color: #3f2b7d;
    font-weight: 900;
    font-family:"Mark Bold" !important;
    margin-bottom:20px;
    line-height:29px;
}
p {
    margin-bottom:20px;
}
.banner {
    position: relative;
}
.banner-text {
    position: absolute;
    left: 0px !important;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
}
section {
	padding:30px 0;
}
.column-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding:0 15px;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ul.inner-list li:before {
    color: #4BC6EB;
    content: "\2022";
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    left: -15px;
    top: 1px;
    position: absolute;
}
.getintouch-sec {
    background-color: #1FAB95;
    padding: 50px 0px;
    font-size: 70px;
    color: #fff;
    line-height: 84px;
   font-family:"Mark Bold" !important;
}
.getintouch-sec span{
   font-size: 40px;
   display:block;
}
 

.column label {
    font-size: 26px;
    margin-bottom: 0px;
    line-height: 50px;
}
 
.form-check label {
    line-height: 21px;
    font-size: 20px;
    width: 80%;
}
.form-bt {
    text-align: center;
}
.form-bt button.btn.btn-primary {
    cursor: pointer;
    padding: 17px 50px;
    line-height: 16px;
    background-color: #3f2b7d;
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    font-size: 16px;
    text-align: center !important;
}
.form-bt button.btn.btn-primary:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3f2b7d;
}

.footer {
    background-color: #3E2B7E;
    padding: 50px 0px;
}


/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 2560px) {
    
}

@media (max-width: 1500px){
	
}

@media (max-width: 1440px){

}

@media (max-width: 1328px){


}

@media(max-width: 1299px) {

	
}

@media(max-width: 1247px) {

    
}

@media (max-width: 1200px){
	

}


@media (max-width: 1199px) {

	
}

@media (max-width: 1024px) {
    
}

/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {
body{
    font-size: 15px;    
}
h1 {
        font-size: 26px;
    }
h2 {
        font-size: 26px;
    }
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
section {
   padding:15px 0;
}
}

@media (max-width: 767px) {
section {
   padding:20px 0;
}
.column-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 15px;
}
.thumbnail {
   margin-bottom:20px;
}
.getintouch-sec {
    font-size: 30px;
    line-height: 34px;
}
.getintouch-sec span{
    font-size: 18px;
    line-height: 22px;
}
}
