@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	-webkit-text-size-adjust:none;
}

body {
	background-color:#fff;
	font-family: 'lato', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.4;
	color:#000;
}

img {
	vertical-align:middle;
	width:100%;
	height:auto;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.container {
	max-width:1100px;
	width:100%;
	padding:0 10px;
	margin:0px auto;
}

.clear:before,
.clear:after {
	content:"";
	display:table;
	clear:both;
}

.strip-wrapper {
	background-image:url(../images/strip-bg.jpg);
	background-repeat:repeat;
	background-position:left top;
	border-top:solid 6px #00bffe;
}

.strip-info-wrapper {
	float:right;
	background-color:#00bffe;
	color:#fff;
	font-size:16px;
	padding:3px 0px;
	max-width:550px;
	width:100%;
	position:relative;
}

.strip-info-wrapper:before {
	border-top: 0px solid transparent;
  	border-bottom: 26px solid transparent;
  	border-right: 20px solid #00bffe;
	position:absolute;
	content:"";
	top:0;
	left:-19px;
}

.strip-info-wrapper:after {
	border-top: 0px solid transparent;
  	border-bottom: 26px solid transparent;
  	border-left: 20px solid #00bffe;
	position:absolute;
	content:"";
	top:0;
	right:-19px;
}

img.header-icon {
	max-width:20px;
	margin:0 5px;
}

.header-wrapper {
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
	padding:10px 0;
}

a.logo {
	float:left;
}

a.logo img {
	max-width:400px;
	width:50%;
}

.social-media-wrapper {
	float:right;
	margin:30px 0 0;
}

a.social-media {
	display:inline-block;
	margin:0 5px;
}

a.social-media img {
	max-width:35px;
	width:100%;
}

.menu-wrapper {
	background-color:#00bffe;
}

.menu {
	padding:0;
	margin:0;
	font-size:16px;
	list-style-type:none;
}

.menu li {
	float:left;
}

.menu li a {
	color:#fff;
	padding:12px 20px;
	text-transform:uppercase;
	display:inline-block;
}

.menu li a:hover {
	color:#fff;
	background-color:#ee1901;
}

.content-wrapper {
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#fff;
	padding:40px 0 30px;
}

.blog-wrapper {
	float:left;
	background-color:#f7f8f8;
	border-bottom:solid 6px #dde0e0;
	width:28%;
	min-height:300px;
	margin-left:7%;
	padding-bottom:20px;
}

.blog-wrapper:first-of-type {
	margin-left:0;
}

.strip-name {
	position:relative;
}

.strip {
	font-size:22px;
	color:#fff;
	text-align:center;
	padding:6px 0;
	margin:0 -12px;
}

.red {
	background-color:#e70c0a;
}

.red:before {
	position:absolute;
	content:"";
	display:block;
	top: -15px;
	left: -12px;
	border-left: 12px solid transparent;
	border-bottom: 15px solid #6f0302;
}

.red:after {
	position:absolute;
	content:"";
	display:block;
	top: -15px;
	right: -12px;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #6f0302;
}

.green {
	background-color:#037802;
}

.green:before {
	position:absolute;
	content:"";
	display:block;
	top: -15px;
	left: -12px;
	border-left: 12px solid transparent;
	border-bottom: 15px solid #013e01;
}

.green:after {
	position:absolute;
	content:"";
	display:block;
	top: -15px;
	right: -12px;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #013e01;
}

.blue {
	background-color:#012061;
}

.blue:before {
	position:absolute;
	content:"";
	display:block;
	top: -15px;
	left: -12px;
	border-left: 12px solid transparent;
	border-bottom: 15px solid #011132;
}

.blue:after {
	position:absolute;
	content:"";
	display:block;
	top: -15px;
	right: -12px;
	border-right: 12px solid transparent;
	border-bottom: 15px solid #011132;
}

.blog-text {
	line-height:1.6;
	padding:20px 15px;
}

a.readmore-red {
	float:right;
	display:inline-block;
	color:#fff;
	background-color:#e70c0a;
	border-bottom:solid 5px #6f0302;
	max-width:110px;
	width:100%;
	height:40px;
	line-height:37px;
	text-align:center;
	margin-right:15px;
}

a.readmore-red:hover {
	background-color:#6f0302;
	-webkit-transition: background-color 0.60s ease-out;
	-moz-transition: background-color 0.60s ease-out;
	-ms-transition: background-color 0.60s ease-out;
	-o-transition: background-color 0.60s ease-out;
	transition: background-color 0.60s ease-out;
}

a.readmore-green {
	float:right;
	display:inline-block;
	color:#fff;
	background-color:#037802;
	border-bottom:solid 5px #013e01;
	max-width:110px;
	width:100%;
	height:40px;
	line-height:37px;
	text-align:center;
	margin-right:15px;
}

a.readmore-green:hover {
	background-color:#013e01;
	-webkit-transition: background-color 0.60s ease-out;
	-moz-transition: background-color 0.60s ease-out;
	-ms-transition: background-color 0.60s ease-out;
	-o-transition: background-color 0.60s ease-out;
	transition: background-color 0.60s ease-out;
}

a.readmore-blue {
	float:right;
	display:inline-block;
	color:#fff;
	background-color:#012061;
	border-bottom:solid 5px #011132;
	max-width:110px;
	width:100%;
	height:40px;
	line-height:37px;
	text-align:center;
	margin-right:15px;
}

a.readmore-blue:hover {
	background-color:#011132;
	-webkit-transition: background-color 0.60s ease-out;
	-moz-transition: background-color 0.60s ease-out;
	-ms-transition: background-color 0.60s ease-out;
	-o-transition: background-color 0.60s ease-out;
	transition: background-color 0.60s ease-out;
}

.welcome-wrapper {
	position:relative;
	padding:40px 0;
}

.welcome-image-area {
	float:left;
	width:48%;
}

.welcome-text-area {
	float:left;
	max-width:520px;
	width:100%;
	margin-left:2%;
	margin-right:2%;
}

.welcome-heading {
	font-size:28px;
	text-transform:uppercase;
}

.heading-sep {
	border-top:solid 5px #00bffe;
	width:80px;
	margin:5px 0 15px;
}

.welcome-text {
	line-height:1.6;
}

a.readmore {
	float:right;
	display:inline-block;
	color:#fff;
	background-color:#00bffe;
	border-bottom:solid 5px #0085b2;
	max-width:110px;
	width:100%;
	height:40px;
	line-height:37px;
	text-align:center;
	margin-right:15px;
}

a.readmore:hover {
	background-color:#0085b2;
	-webkit-transition: background-color 0.60s ease-out;
	-moz-transition: background-color 0.60s ease-out;
	-ms-transition: background-color 0.60s ease-out;
	-o-transition: background-color 0.60s ease-out;
	transition: background-color 0.60s ease-out;
}

.testimonial-wrapper {
	background-image:url(../images/testimonial-bg.png);
	background-repeat:no-repeat;
	background-position:cente;
	background-size:cover;
	padding:40px;
	text-align:center;
	color:#fff;
}

.testimonial-heading {
	font-size:32px;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
}

.testimonial-heading-sep {
	border-top:solid 5px #fff;
	width:80px;
	margin:8px auto;
}

img.quote {
	max-width:55px;
	width:100%;
	margin:25px 0;
}

.testimonial-text {
	width:70%;
	margin:0px auto;
	line-height:1.6;
}

img.testimonial {
	display:block;
	max-width:90px;
	width:100%;
	border-radius:50%;
	margin:40px auto 0;
}

.footer-wrapper {
	background-color:#00bffe;
	padding:25px 0;
	color:#fff;
}

.footer-left {
	float:left;
	width:70%;
}

.footer-right {
	float:right;
	width:30%;
	text-align:right;
}

.footer {
	padding:0;
	margin:0;
	list-style:none;
}

.footer li {
	float:left;
}

.footer li a {
	color:#fff;
	padding:0 9px;
}

.footer li a:hover {
	color:#fff;
	text-decoration:underline;
}

.country-image {
	position:relative; 
	top:0px;
}

.country-image:hover {
	opacity:0.6;
}

.text {
	line-height:1.8;
}

.white {
	background-image:none;
}

.bullet {
	padding:10px;
	margin:10px;
}

.bullet li {
	color:#00bffe;
	padding:1px 0;
}

.bullet li a{
	color:#000;
	cursor:default;
}

.banner-wapper {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:100px 0;
}

.canada-image {
	background-image:url(../images/canada-banner.jpg);
}

.newzealand-image {
	background-image:url(../images/newzealand-banner.jpg);
}

.australia-image {
	background-image:url(../images/australia-banner.jpg);
}

.about-image {
	background-image:url(../images/about-banner.jpg);
}

.banner-title {
	font-size:48px;
	color:#fff;
	text-transform:uppercase;
	 text-shadow: 3px 3px #111;
}

.heading {
	font-size:22px;
	text-transform:uppercase;
	margin:15px 0;
}

.sub-heading {
	font-size:18px;
	font-weight:700;
	margin:15px 0 0;
}

a.readmore-new {
	display:block;
	color:#00bffe;
	text-decoration:underline;
	margin:15px 0 0;
}

a.readmore-new:hover {
	text-decoration:none;
}

.col6 {
	float:left;
	width:48%;
	margin-left:4%;
}

.col6:first-of-type {
	margin-left:0;
}

.text-box {
	border:solid 1px #e1e0e0;
	padding:5px 15px;
	height:44px;
	width:100%;
	border-radius:3px;
	margin:8px 0;
}

.text-area {
	border:solid 1px #e1e0e0;
	padding:5px 15px;
	height:120px;
	width:100%;
	border-radius:3px;
	margin:8px 0;
	font-family: 'lato', Arial, Helvetica, sans-serif;
	resize:vertical;
}

.send-btn {
	float:right;
	background-color:#00bffe;
	max-width:110px;
	height:42px;
	border-radius:3px;
	color:#fff;
	width:100%;
	text-transform:uppercase;
	font-size:15px;	
	font-family: 'lato', Arial, Helvetica, sans-serif;
	cursor:pointer;
}

::-webkit-input-placeholder { 
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder { 
  color: #000;
}
:-moz-placeholder { 
  color: #000;
}

.bullet-listing {
	padding:10px;
	margin:10px;
}

.bullet-listing li {
        float:left;
        width:30%;
	color:#00bffe;
        margin-left:5%;
	padding:3px 0;
}

.bullet-listing li a{
	color:#000;
	cursor:default;
}

.bullet-listing li:nth-of-type(3n+1) {
        clear:left;
        margin-left:0;
}



@media screen and (max-width:1100px) {
	.welcome-image-area {
		width:48%;
	}
	
	.welcome-text-area {
		width:48%;
	}
	
	.blog-wrapper:first-of-type {
		margin-left:10px;
	}
	
}

@media screen and (max-width:1024px) {
	.strip-info-wrapper {
		margin-right:3%;	
	}

}

@media screen and (max-width:768px) {
	.welcome-image-area {
		width:100%;
	}
	
	.welcome-text-area {
		width:96%;
		max-width:100%;
		padding-top:20px;
	}
	
	.testimonial-text {
		width:100%;
	}
	
	.footer-left {
		width:100%;
		float:none;
	}
	
	.footer-right {
		width:100%;
		float:none;
		clear:left;
		text-align:center;
		padding-top:20px;
	}
	
	.blog-wrapper {
		width:45%;
		margin-bottom:25px;
	}
	
	.blog-wrapper:nth-of-type(2n+1) {
		clear:left;
		margin-left:10px;
	}
	
	.bullet-listing li {
                width:45%;
                margin-left:5%;
        }

       .bullet-listing li:nth-of-type(3n+1) {
               clear:none;
               float:left;
               margin-left:5%;
       }
       
       .bullet-listing li:nth-of-type(2n+1) {
               clear:left;
               margin-left:0;
       }
	

}

@media screen and (max-width:600px) {
        .col6 {
               float:none;
               margin-left:0;
               width:100%;
        }
        
        .strip-info-wrapper:before {
               border-right:0
        }
	
        .strip-info-wrapper:after {
               border-bottom:0
        }
	
        .strip-info-wrapper {
               margin-right:0;
               font-size:13px;
               text-align:center;
        }
}

@media screen and (max-width:480px) {
	
	a.logo {
		float:none;
		max-width:100%;
		width:100%;
		text-align:center;
		display:block;
	}
	
	.social-media-wrapper {
		float:none;
		margin:20px 0 0;
		width:100%;
		text-align:center;
	}	
	
	.blog-wrapper {
		float:none;
		clear:left;
		width:95%;
		margin-bottom:25px;
		margin-left:10px;
	}
       
        .bullet-listing li {
                float:none;
                width:100%;
                margin-left:0;
                clear:left;
        }

        .bullet-listing li:nth-of-type(3n+1) {
                margin-left:0;
        }


}
