/*
Theme Name: The StartUp Stable Theme
Theme URI: http://www.smarttech.com.au
Author: The SmartTech Group
Author URI: http://www.smarttech.com.au
Description: 
Version: 0.1
License: 
License URI: 
Tags: 
Text Domain: The SmartTech Group

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
a {
    color: #0f113;
    text-decoration: none;
}
a:visited {
    color: #0f113;
    text-decoration: none;
}
a:hover {
    color: #0f113;
    text-decoration: none;
}
p{
	line-height: 27px;
}

#banner-text p{
	line-height: 85px;
}
#full-width {
    width: 100%;
    background: #FFF;
    position: relative;
}


header {
    width: 100%;
    background-color: #0f1137;
    height: 75px;
    z-index: 9999;
    position: fixed;
    -webkit-box-shadow: 0px 10px 7px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 7px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 7px -9px rgba(0, 0, 0, 0.75);
    line-height: 75px;
    top: 0;
    left: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header.smaller {
    height: 50px;
    line-height: 50px;
	background: rgba(15, 17, 55, .93);
}

.container-header {
	width: 1000px;
	margin: 0 auto;
}

#container {
	padding-top: 35px;
	width: 1000px;
	margin: 0 auto;
}


header h1#logo {
    float: left;
    width: 200px;
    height: 180px;
    background-color: #002953;
    position: relative;
    z-index: 999;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header h1#logo img {
    padding: 10px;
    width: 178px;
    height: 156px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller h1#logo {
    float: left;
	width: 200px;
    height: 95px;
    background-color: #002953;
    position: relative;
    z-index: 999;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller h1#logo img {
    float: left;
    width: 178px;
    height: 156px;
	margin-top: -36px;
    background-color: #002953;
    position: relative;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*-- ORIG MENU  


header nav {
    display: inline-block;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header ul {
	display: inline-block;
	list-style-type: none;
	float: left; 
	margin: 0;
	padding: 0;
}

header li {
	display: inline-block;
	list-style-type: none;
	float: left; 
}


header nav a {
	height: 75px;
	line-height: 75px;
    padding: 26px 40px 25px 40px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;	
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller nav a {
	height: 50px;
	line-height: 50px;
    padding: 13px 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
}
header nav a:hover {
    background-color: #f6bb4a;
    color: #000;
    line-height: 75px;
}
header.smaller nav a:hover {
    background-color: #f6bb4a;
    color: #000;
    line-height: 50px;
	height: 50px;
	padding: 13px 40px 12px 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


header nav a.current_page_item {
    background-color: #f6bb4a;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller nav a.current_page_item {
    background-color: #f6bb4a;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}




header ul ul {
    background-color: rgba(0, 0, 0, .9);
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 250px;
	float: left;
    opacity: 1;
    display: none;
}


header ul li:hover > ul ul{
    float: left;
    opacity: 1;
    display: inline-block;
}


header ul ul li {
	width: 230px;
	float: left;
	overflow: none;
	
}

header ul ul li a {
	width: 230px;
	float: left;
	padding: 0 0 0 30px !important;
	overflow: none;
}


header ul ul li a:hover {
	position: relative;
	display: block;
	width: 220px;
	float: left;
	overflow: none;
}
--*/


/*-- ###########   TEST MENU   ############# --*/

header nav ul {
	line-height: 75px;
	padding:0;
	margin:0;
	list-style-type:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller nav ul {
	line-height: 50px;
	padding:0;
	margin:0;
	list-style-type:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



header nav li { float:left; }
header nav li a {
	padding:0 30px;
	line-height: 75px;
	display: inline-block;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


header.smaller nav li a {
	height: 50px;
	line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
}


/* Submenu */
header nav ul ul {
	position:absolute;
	/*--left:-9999px;
	top:-9999px;--*/
	list-style-type:none;
	display: none;
	line-height: 50px;
}
header nav li:hover { position:relative; background:#f6bb4a ; }
header nav li:hover ul {
	left:0px;
	top:75px;
	background:#000;
	padding:0px;
	display: block;
	line-height: 50px;
}

header.smaller nav li:hover ul {
	left:0px;
	top:50px;
	background: #0f1137;
	padding:0px;
	display: block;
}


header nav li:hover ul li a {
	padding:5px;
	display:block;
	width:268px;
	text-indent:15px;
	background-color:#0f1137;
	line-height: 50px;
}
header nav li:hover ul li a:hover { background:#f6bb4a ; }


/*-- ###########   TEST MENU END  ############# --*/




#banner {
	display: block;
	text-align: center;
    width: 100%;
    height: 700px;
    background-image: url("images/bg3.jpg");
    background-repeat: no-repeat;
    background-position: center;
   
    top: 75px;
}

#banner2 {
    width: 100%;
    height: 200px;
    background-image: url("images/bg1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    
    top: 75px;
}


#banner-text p {
    font-size: 54px;
	margin:  0 0 0 -400px;
    color: #002953;
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}
#banner-text p span {
    font-size: 85px;
    margin: 0 0 0 500px;
    color: #f6bb4a;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
}
#woman1 {
    position: relative;
    margin-left: 600px;
    z-index: 100;
}
#banner-text {
    position: relative;
    margin-top: -490px;
    margin-left: -500px;
    z-index: 999;
}
#u-banner {
    width: 100%;
    background-color: #eeeeee;
    height: 200px;
    margin-top: -250px;
    position: relative;
    z-index: 200;
    -webkit-box-shadow: 0px -10px 7px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -10px 7px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -10px 7px -9px rgba(0, 0, 0, 0.75);
}
#main-circ {
    width: 1000px;
    margin: -150px auto 0 auto;
    height: 400px;
}
#col1 {
    float: left;
    width: 333px;
    text-align: center;
    position: relative;
    z-index: 999;
}
#col2 {
    float: left;
    width: 333px;
    text-align: center;
    position: relative;
    z-index: 999;
}
#col3 {
    float: right;
    width: 333px;
    text-align: center;
    position: relative;
    z-index: 999;
}


#col-all {
	text-align: center;
   float: left;
    width: 285px;
	height: 285px;
    text-align: center;
    position: relative;
 
    border: 15px solid #0f1137;
    -webkit-box-shadow: 0px 10px 86px -20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 86px -20px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 86px -20px rgba(0, 0, 0, 0.75);
    border-radius: 165px;
    -moz-border-radius: 165px;
    -webkit-border-radius: 165px;
	z-index: 999;
}

.circ-1 {
	background-image: url("images/circ3-1.jpg");
	transition: all .3s;
    -webkit-transition: all .3s;
}

.circ-1:hover {
	background-image: url("images/circ3-2.jpg");
	transition: all .3s;
    -webkit-transition: all .3s;
	
	
}

.circ-2 {
	background-image: url("images/circ2-1.jpg");
	transition: all .3s;
    -webkit-transition: all .3s;
}
.circ-2:hover {
	background-image: url("images/circ2-2.jpg");
	transition: all .3s;
    -webkit-transition: all .3s;
}

.circ-3 {
	background-image: url("images/circ1-1.jpg");
	transition: all .3s;
    -webkit-transition: all .3s;
}
.circ-3:hover {
	background-image: url("images/circ1-2.jpg");
	transition: all .3s;
    -webkit-transition: all .3s;
}


.yellow {
    border: 15px solid #f6bb4a !important;
}

#sub3 {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute; 
	z-index: 9998;
	margin-top: 200px;
}

.contact-form {
	position: relative;
	z-index: 9999;
	width: 950px;
	margin: 0 auto;
	height: 600px;
	background-color: rgba(255, 255, 255, 0.9); 
	-webkit-box-shadow: 0px 0px 77px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 77px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 77px -1px rgba(0,0,0,0.75);
	border: 2px solid #FFF;
	padding: 15px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

#contact-top{
	width: 100%;
	border-bottom: 2px solid #FFF;
	float: left;
	padding-bottom: 10px;
}

#contact-top-left{
	width: 900px;
	float: left;
}
#contact-top-right{
	width: 48px;
	float: right;
	text-align: right;
}


#main-cont {
	position: relative;
	z-index: 200;
    width: 1000px;
    margin: 50px auto 0 auto;
    line-height: 27px;
}
.col-1-of-2 {
    width: 480px;
    float: left;
    margin: 0 10px 0 0;
}
.col-2-of-2 {
    width: 480px;
    float: right;
    margin: 0 0 0 10px;
}
h1 {
    font-size: 38px;
    line-height: 38px;
    font-weight: normal;
    color: #0f1137;
    margin-bottom: 40px;
    font-weight: 500
}
h1 span {
    font-weight: bold;
}
h2 {
    color: #0f1137;
}
#stage-2 {
    float: left;
    width: 100%;
    height: 400px;
    background-image: url("images/Small-business.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 50px 0;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.stage-2-text {background: rgba(0, 0, 0, .8); color: #FFF; padding: 20px; margin-top: 30px;}
#stage-inner {
    width: 1000px;
    margin: 0 auto;
}
#stage-3-left {
    width: 310px;
    float: left;
}
#stage-3-right {
    width: 660px;
    float: right;
}
#footer-wrapper {
    float: left;
    width: 100%;
    background-color: #eeeeee;
    border-top: 1px solid #b1b1b1;
    min-height: 200px;
    margin-top: 40px;
    padding-top: 10px
}


#footer-wrapper h1 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
#footer-menu ul {
    list-style: none;
    display: inline-table;
    margin: 0;
    -webkit-padding-start: 0;
    padding: 0;
}
#footer-menu ul li {
    list-style-type: none;
}
#footer-menu ul li a {
    color: #0f1137;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
#footer-menu ul li a:hover {
    color: #f6bb4a;
}


#f-social {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
a svg #facebook {
    fill: #b1b1b1;
}
a svg:hover #facebook {
    fill: #FFF;
}
a svg #facebook {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}
#base-wrapper {
    float: left;
    width: 100%;
    background-color: #0f1137;
    margin-top: 40px;
}


#base h1 {
    font-size: 14px;
    color: #5d5d5f;
    line-height: 60px;
    margin: 0;
}
#base h1 a {
    text-decoration: none;
    color: #f6bb4a
}
#base h1 a:hover {
    text-decoration: underline;
    color: #f6bb4a
}

#button{
display: block;
    margin: 20px auto 0;
    background: rgba(255, 255, 255, .15);
    padding: 8px;
    width: 300px;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;

}

#button span {
background: #002a54;
    display: block;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    font: 300 18px/50px Lato, Helvetica, Arial, sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
	padding: 5px 20px;
	}

#button span:hover {
 background: #013f7d;

}

.btn {
    background: #00af4c;
    display: block;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    font: 300 18px/50px Lato, Helvetica, Arial, sans-serif;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

span.button{
display: block;
    margin: 50px auto 0;
    background: rgba(255, 255, 255, .15);
    padding: 8px;
    width: 200px;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

#pre-load-1 { background: url(images/circ1-2.jpg) no-repeat -9999px -9999px; }
#pre-load-2 { background: url(images/circ2-2.jpg) no-repeat -9999px -9999px; }
#pre-load-3 { background: url(images/circ3-2.jpg) no-repeat -9999px -9999px; }


#banner-mobile {
	display: none;
}

#banner-logo{
	display: none;
}

.container {
    width: 1030px;
    margin: 20px auto 0 auto !important;
}

#footer {
    width: 1000px;
    margin: 0 auto;
} 


.f-col-1-of-3 {
    width: 215px;
    margin-right: 20px;
    float: left;
}
.f-col-2-of-3 {
    width: 320px;
    margin-right: 20px;
    float: left;
}
.f-col-3-of-3 {
    width: 375px;
    float: right;
}

#f-cont-left {
    float: left;
    width: 30px;
    padding-top: 5px;
    margin-bottom: 52px
}

#f-cont-right {
    float: right;
    width: 279px;
    margin-bottom: 15px
}

#base {
    width: 1000px;
    margin: auto;
    text-align: left;
}

#base-left {
    float: left;
}
#base-right {
    float: right;
    text-align: right;
}

#banner-mobile {display: none;}
#banner-logo-01 {display: none;}

#f-cont-right a {
	color: #f6bb4a;
}

#blog {
    width: 100%;
    min-height: 200px;
}

#blog .blog-left {
    float: left;
    width: 150px;
    display: block;
    margin: 0 20px 15px 0;
    min-height: 170px;
}

#blog .blog-left img {
	width: 100%;
	height: 100%;
}




/* Desktop */
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
	
#banner-logo-01 {display: none;}
  
.container-header {
	width: 1000px;
	margin: 0 auto;
}

.container {
    width: 1030px;
    margin: 20px auto 0 auto !important;
}

#banner-text  p {
	margin: 0 0 0 -200px;
}

#footer {
    width: 1000px;
    margin: auto;
} 

.f-col-1-of-3 {
    width: 215px;
    margin-right: 20px;
    float: left;
}
.f-col-2-of-3 {
    width: 320px;
    margin-right: 20px;
    float: left;
}
.f-col-3-of-3 {
    width: 375px;
    float: right;
}

#f-cont-left {
    float: left;
    width: 30px;
    padding-top: 5px;
    margin-bottom: 15px
}

#f-cont-right {
    float: right;
    width: 279px;
    margin-bottom: 15px
}

#base {
    width: 1000px;
    margin: auto;
    text-align: left;
}

#base-left {
    float: left;
}
#base-right {
    float: right;
    text-align: right;
}
#banner-mobile {display: none;}
#banner-logo-01 {display: none;}

}


/* Mobile */
@media only screen  
  and (max-width: 1000px) { 
  
  
  #blog {
    width: 100%;
    min-height: 200px;
}

#blog .blog-left {
    float: left;
    width: 100%;
    display: block;
    margin: 0 20px 15px 0;
    min-height: 170px;
}

#blog .blog-left img {
	width: 100%;
	height: 100%;
}
  
  
  #banner-logo-01 {display: block;}
  
  #container {
	padding-top: 35px;
	width: 90%;
	margin: 0 auto;
}

header {display: none;}

#banner {display: none;}
#main-circ{display: none;}
#u-banner {display: none;}
#banner2 {display: none;}

.spacer {
	display: block;
}

#banner-mobile {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0,42,84,.9);
	z-index: 999;
}

#banner-mobile h3 {
	float: left;
	line-height: 60px;
	color: #FFF;
	padding-left: 15px;
	margin: 0;
}

#banner-mobile a {
	color: #FFF;
}
#banner-mobile a:hover {
	color: #FFF;
}
#banner-mobile a:visited {
	color: #FFF;
}


.mobile-bars {
	float: right;
	height: 20px;
	padding: 20px 15px 20px 15px;
}

#banner-logo-01 {
	width: 100%;
	position: relative;
	z-index: 99;
	overflow: hidden;
	background-color: #002953;
	min-height: 300px;

}

#banner-logo-01 img{
	display: block;
	width: 200px;
	padding: 60px 0 60px 0;
	margin: 0 auto;
}


.spacer {
	padding-top: 80px;
}

  
.container {
    width: 95%;
    margin: 0 auto 0 auto !important;
}
#footer {
    width: 95%;
    margin: auto;
}

.f-col-1-of-3 {
	display: none;
    width: 100%;
    margin: 0 15px;
    float: left;
}
.f-col-2-of-3 {
	width: 100%;
    margin: 0 auto;
    float: left;
}
.f-col-3-of-3 {
	width: 100%;
    margin: 0 auto;
    float: right;
}

#footer-wrapper h1 {
	text-align: center;
}

#f-cont-left {
	display: none;
    float: left;
    width: 30px;
    padding-top: 5px;
    margin-bottom: 15px
}

#f-cont-right {
    float: right;
	text-align: center;
    width: 100%;
    margin-bottom: 15px
}

#base {
	width: 100%;
    text-align: left;
	
}

#base h1 {
	margin: 10px 0;
	line-height: 20px !important;
	}

#base-left {
    float: left;
	width: 100%;
}
#base-right {
	width:100%;
    float: right;
    text-align: center;
}
  
  
  }
