/*
Theme Name: Total Web Design New

Theme URI: http://www.totalmarketingaustralia.com.au/

Description: This is Total Web Design Wordpress Theme

Version: 1.01

Author: TMA

Tags:  Total Web Design

*/



@import url('style/reset.css');
@import url('style/style-old.css');
@import url('style/bootstrap.css');
@import url('style/bootstrap-theme.css');
@import url('style/flexnav.css');
@import url('style/owl.theme.css');
@import url('style/owl.transitions.css');
@import url('style/owl.carousel.css');
@import url('fonts.css');
body {
	margin:0;
	padding:0;
	font-size:17px;
	line-height: 25px;
	color:#75777a;
	font-family: 'Open Sans', sans-serif;
}
img {
	border:none;
	outline: none;
  max-width:100%;
  height:auto;
}
.img_rite {
	width:auto;
	height:auto;
	padding:10px 0px 10px 10px;
	float:right;
	z-index:8
}
.img_left {
	width:auto;
	height:auto;
	padding:10px 10px 10px 0px;
	float:left;
	z-index:8
}
.clear {
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
.service-clear{
  width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
  display:none;
  }

hr {
	width:100%;
	background:#ececec;
	height:1px;
	margin:15px 0px;
	border: none;
}


p {
	margin:0;
	padding: 5px 0 5px;
}
a {
	text-decoration:none;
	outline:none;
  color: #FF3701;
}
a:hover, a:focus, a:active {
	color:#FF3701;
	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;
}
.active {
	color:#ed1c24;
}
.responsive-team {
  display:none !important;
}
ul{
  list-style: none;
}

.section{
	    padding: 35px 0px 35px;
}

.inner-section{
	    padding: 60px 0px 40px;
}

#crumbs {    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    margin-top: 12px;}
#crumbs a { color: #FF3701; padding:0 10px;}

#crumbs a:first-child{
  padding-left: 0;
}

#crumbs span { padding:0 10px;}
h1 {
	font-size:26px;
	line-height: 40px;
	color:#231f20;
	margin:0;
	font-weight:400;
  text-transform: capitalize;
	padding: 10px 0px 20px;
}
span.sub-heading{
  border-top: 1px solid #75777a;
  color: #75777a;
  display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 5px;
  }
span.orange { color:#ff7801}
h1 span, h2 span{ color: #FF3701; font-size:16px; text-transform:none; font-weight:normal; display:block;line-height: 24px;     /*margin-bottom: 15px;*/
    margin-top: 5px;}

h2 {
	font-size:20px;
	color:#231f20;
	margin:0;
	font-weight:400;
	padding: 20px 0px 10px;
}

h3 {
	font-size:20px;
	color:#231f20;
	margin:0;
	text-transform: capitalize;
	font-weight: 400;
	padding: 10px 0px;
}

h4 {
	font-size:24px;
	color:#FFFFFF;
	margin:0;
	padding:10px 0 0;
}



h5 {
	font-size:17px;
	color:#60646d;
	letter-spacing: 1px;
	font-weight: 400;
}




h6 {
	font-size:19px;
	color: #000000;
	line-height: normal;
	margin:0;
	padding:0px;
}


ul.crumbs {margin: 0px;padding: 0px;list-style: none;}

ul.crumbs li {position: relative;float: left;width: auto;height: auto;line-height: 13px;    padding: 2px 15px 0 10px;
text-transform: capitalize; color:#B0B2AA; }
ul.crumbs li:first-child{ padding-left:0px;}
ul.crumbs li:last-child{ background:none;}

ul.crumbs li a{  color:#1abc9c;}

ul.crumbs li a.selected {color:#1abc9c;}




.text-white{
	color:#FFF;
}


.text-blue{
	color:#0097ff;
}

.text-purple{
	color:#4c60a8;}

.text-black{
	color:#000;
}

.top-bg{
	background: url(images/top-bg.jpg) repeat-y center;
	background: rgba(18, 18, 18, 1);
}
.top-bg a { color:#fff;}

.top-bg .col-sm-6{ 
   padding-left: 0px;
}

header {
	position:relative;
	width:100%;
	height:auto;
}

.logo{
	position:relative;
	width:auto;
	height:auto;
	padding:30px 0px;
}

.top-social-menu{
	    padding: 30px 0;
	margin:0px;
}

.top-social-menu li{
	float:left;
	position:relative;
	font-size:14px;
	color:#FFF;
	padding-right: 30px;
}

.top-social-menu li:last-child{
	padding-right:0px;
}

.top-social-menu li span{
	margin-right:10px;
}




/* MAIN NAVIGATION */

.nav-wrapper {
	width:100%;
    margin-top:30px;
}

.main-nav > li {
    width: auto;
    float: left;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    margin:0px;
	padding: 0px 0px;
}

.main-nav > li:last-child > a {
       padding-right: 10px !important;
}

.main-nav > li:first-child > a {
	padding-left: 10px;
}


.main-nav > li span{
	margin-right: 30px;
}



.main-nav > li > a {
	color: #FFF;
	padding: 15px 10px;
	text-transform: uppercase;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	border-bottom: 1px solid transparent;
}


.main-nav > li > a:hover, .main-nav > li > a:focus{ 
	color:#FF3701;	
	background-color: transparent; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;	
	-o-transition: all 0.3s linear;	  
	-moz-transition: all 0.3s linear;	
	-ms-transition: all 0.3s linear;
	border-bottom:1px solid #FF7602;
}




/* MAIN MENU - DROPDOWN */

ul.menu { list-style:none; margin: 27px 0; padding:0;}
	
ul.menu > li { 
	width: auto;
    float: left;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    margin:0px;
	padding: 0px 0px;
	
	}
	

ul.menu > li > a {
 		color: #8b8b8b;
  padding: 15px 7px;
	text-transform: uppercase;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	border-bottom: 2px solid transparent;}


	
ul.menu > li > a:hover{color: #FF7602;	
	background-color: transparent; 
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;	
	-o-transition: all 0.3s linear;	  
	-moz-transition: all 0.3s linear;	
	-ms-transition: all 0.3s linear;
	border-top:2px solid #FF7602;} 

	ul.menu li.menu-item-has-children a:hover{ border-bottom:0px}
	
ul.menu li.current_page_item a{ border-top:2px solid #FF7602;padding: 15px 5px;}
ul.menu li:hover>ul {visibility: visible;

}
	
ul.menu ul {visibility: hidden; position: absolute; left: 0;list-style: none;margin: 0 auto;padding:0;line-height: 100%;text-align: left; z-index:99999 !important; top: 39px;}	
ul.menu ul li {position:relative; line-height:14px; font-size:13px; vertical-align:middle;font-weight:100;width:210px; 
	padding:0; margin:0; height:auto;border-bottom:solid 1px #a36001; z-index:9999; }	
ul.menu ul li a {display:block; padding:0; margin:0;  padding:10px !important; color:#fff !important; z-index:9999; text-align:left;border:none !important; background-color:#ff7801;}
ul.menu ul li.current_page_item a { text-decoration: none; border:none !important;}	
ul.menu ul li a:hover { text-decoration: none; color: #FFF; border:none; background:#343434;}
	
ul.menu ul ul {left:210px; top:-1px;}
ul.menu ul ul li a {background-color:#ff9601}

ul.menu ul li:last-child{ border-bottom:none}




/* Banner */

.index-banner{
	width: 100%;
	height: auto;
	background: url(images/banner.jpg) no-repeat top center;
	min-height:470px;
	text-align: center;
  background-size: contain;
  height:auto;
}




.gray-bg{
	background:#f5f5f5;
}


.services-wrapper{
	margin:50px 0px;
  overflow:hidden;
}

.design-section{
  padding-bottom:0;
  }

.services-wrapper h2 a{
  color:#231f20;
  }

.services-wrapper img{
	width:100%;
  transition-duration:.4s;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.services-wrapper h2{
	color: #231f20;
    font-size: 18px;
    padding: 20px 0px;
    background:#eee;
    text-align: center;
    font-weight: bold;
}

.services-wrapper p{
	font-size:15px;
	color:#75777a;
	padding:0px 0px;
}


.services-wrapper .btn-primary{
	padding: 15px 0px;
	margin:20px 0px;
}


.web-wrapper p{
	font-size:17px;
	color:#75777a;
	padding:0px 0px;
	text-align:center;
}



.read-btn{
	color:#ff7801;
	font-size:17px;
	font-style:italic;
	display: block;
	text-align:center;
	padding:10px 0px;
}

.read-btn a {
	color:#ff7801;
	font-size:17px;
	font-style:italic;
}

.read-btn a:hover {
	color:#ff7801;
}



.about-bg{
	    background-image: url(images/about-img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 308px 0;
    background-attachment: fixed;
}

.leatest-wrapper{
	margin:30px 0px;
	min-height: 365px;
}

.leatest-wrapper p{
	padding: 0;
}

.leatest-wrapper h2 a{
  	color:#231f20;
  }

.leatest-wrapper h4{
	font-size: 20px;
    color: #231f20;
    font-weight: 600;
    padding: 20px 0px 0px;
    text-align: center;
}

.leatest-wrapper:hover  h2 a{
	color:#ff7801;
}

.leatest-wrapper a img{
  		transition-duration:.4s;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  }

.leatest-wrapper a img:hover {
  	 transition-duration: .4s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  }

.work-icon{
	width:58px;
	height:58px;
	background:url(images/leatest-work-see-img-icon.png) no-repeat center;
	display: block;
    margin: auto;
}

.leatest-wrapper:hover .work-icon{
	width:58px;
	height:58px;
	background:url(images/leatest-work-see-img-hover-icon.png) no-repeat center;
}

.leatest-wrapper p{
	color:#75777a;
	font-size:17px;
	font-weight:400;
	text-align:center;
}

.leatest-wrapper hr {
    background:#231f20;
}


.test-bg {
    background: #f5f5f5;
}

.inner-test-heading h3{
  	    padding: 105px 0;
  font-size:25px;
  }

.test-left{
	   padding-left: 30px;
}

.test-left h2{
	color:#231f20;
	font-size:19px;
	font-weight:600;
	padding: 0px 0px;
}

.test-left p{
	font-style:italic;
	    padding: 10px 0px 20px;
}

.tag-line{
	font-style:normal;
	padding: 5px 0px;
    display: block;
}

.test-sept{
	border-left:1px solid #c4c4c4;
}

.test-sept img{
	    display: block;
    padding: 10px 0 0;
}

.ready-bg{
	background:#494949;
}


.ready-bg h2, .ready-bg p{
	font-size:26px;
	color:#FFF;
	font-weight:700;
	line-height: 32px;
}

.ready-bg h2 span, .ready-bg p span{
	display:block;
	font-weight:300;
  padding-top:0;
  font-size:30px;
  color:#fff;
}

.ready-bg .btn-primary {
    background-color: #fff;
    color: #494949;
}

.ready-bg .btn-primary:hover{
    background-color:#ff7801;
    color: #fff;
}



.inner-banner{
	width:100%;
	height:auto;
	min-height:77px;
	background:url(images/services-banner.jpg) no-repeat center;
}


/*Services Page*/

.web-wrapper{
	margin-top:20px;
}


.web-wrapper h2{
	  color: #231f20;
    font-size: 18px;
    padding: 20px 0px;
    background:#eee;
    text-align: center;
    font-weight: bold;
}

.web-wrapper h2 a{
  color: #231f20;
  }

.web-list{
	margin:0px;
	padding:0px;
}

.web-list li{
	color: #75777a;
	padding:5px 0px;
}


.web-list li a{
	color: #75777a;
	font-size:14px;
	font-weight:400;
    background: url(images/services-arrow.png) no-repeat 0px 10px;
    padding-left: 20px;
}

.web-list li a:hover{
	color:#ff7801;
    background: url(images/services-hover-arrow.png) no-repeat 0px 10px;
    padding-left: 20px;
}

 


/*footer*/

footer {
  position: relative;
  width: 100%;
  height: auto;
  background:#ff7801;
  color:#FFF;
  padding: 30px 0px;
  margin: 0 auto;
  background-size: cover;
}



footer h2{
	color:#FFF;
      padding: 23px 0;
}

.f-social-icons{
	    margin: 19px 15px 19px 0px;
	}



.services-wrapper:hover img {
  opacity: 0.6;
  transition-duration: .4s;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  }

.f-social-icons:hover { opacity: 0.6;
transition-duration: .3s; }

.footer-menu{
	padding:0px;
	margin:30px 0px;
}

.footer-menu li{
	float:left;
	font-size:14px;
	color:#ffffff;
	line-height:10px;
	font-weight:300;
	padding:0px 10px;
	border-left:1px solid #ffffff;
}
.footer-menu li a { color:#fff;}
.footer-menu li a:hover { color:#fff;}
.footer-menu li:first-child { padding-left:0; border-left:1px;}


.footer-right-menu{
	padding:0px;
	margin:0px;
}

.footer-right-menu li{
    color: #ffffff;
    padding: 15px 0px;
    font-size: 17px;
    line-height: 36px;
    /*vertical-align: top;*/
    display: inline-flex;	
}


.footer-right-menu li a{
	color:#ffffff;
	}

.footer-right-menu li a:hover{
	color:#ffffff;
	}

.footer-right-menu li span{
	margin-right:10px;

}

.designs-home-wrap{
	margin: 30px 0 0;
}
.mobile_img { margin-top:-70px;}

.nav-justified{
  	/*margin: 20px 0 !important;*/
  	margin: 0 0 30px !important;
  }

.nav-justified li{
    display: table-cell;
  	padding: 8px 0 4px 15px;
	padding: 5px 20px 0px 19px;
    background: url(images/bullet.png) left 14px no-repeat;
	margin-right:10px;
  }

.copywriting-list{
  	margin: 0 !important;
  }

.copywriting-list li{
  	display: inline-block;
    padding: 0 30px;
    margin: 5px 2% 5px 0 !important;
  }


.included_bg {position: relative;width: auto;height: auto;
border: 1px solid #E8E8E8;background-color: #F4F4F4;padding: 10px;margin-top: 10px;
margin-bottom: 10px;border-radius: 2px;}
ul.include_list {margin: 0 0 10px; padding: 0 0 0 20px;list-style: none;}
ul.include_list li {position: relative;width: auto;height: auto;margin: 0;line-height: 20px;font-size: 14px;color: #3B3B3B;vertical-align: middle;padding: 10px 0 4px 27px;background: url(images/content_whatinclud_tick.png) left 10px no-repeat;font-family: Arial;}

ul.bullets-list {margin: 0;padding: 0;list-style: none;}
ul.bullets-list li {position: relative;/*width: auto;*/height: auto;margin: 0;line-height: 20px;vertical-align: middle;padding: 0px 0 4px 27px;background: url(images/bullet.png) left 6px no-repeat;}

.portfolio-top-space{
  	margin-top: 12px;
  }

.steps-bg{
     position: relative;
    width: 100%;
    height: 170px;
    background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/step_bg.png') no-repeat center top;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 50px 0;
  }

.steps-wrap{
  	font-family: 'Open Sans', sans-serif;
  	font-size: 15px;
  	color: #75777a;  	
  	text-align: center;
  	margin: 20px 0;
  }

ul.steps-list{
  	margin: 0  !important;
  	padding: 0 !important;
  	list-style: none !important;
  	text-align: center !important;
  	display: table;
  }

ul.steps-list li{ 
  	font-family: 'Open Sans', sans-serif !important;
  	font-size: 15px !important;
  	color: #75777a !important;  	
  	text-align: center !important;
  	margin: 30px 0 !important;
  	display: inline-block !important;
  	vertical-align: top !important;
  	width: 23% !important;
  	background: none !important;
  	padding: 0 !important;
  }

p.steps{
  	border-bottom: 2px solid #ff7621;
  	line-height: 18px;
  	width: 172px;
  	margin: 0 auto;
    min-height: 70px;
  	display: table;
  	
  }
p.steps span{
  	display: table-cell;
  	vertical-align: middle;
  }

.icons-ryt{
  float: right;
    padding-left: 10px;
}

.responsive-frame{
  	position: relative;
  	/*width: 483px;*/
  	width: 100%;
  	height: 466px;
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/frame.png') no-repeat;
  	background-size: contain;
  }

.web-development-frame{
  	position: relative;
  	/*width: 483px;*/
  	width: 100%;
  	height: 332px;
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/frame1.png') no-repeat center top;
  	text-align: center;
  	background-size: contain;
  }

.responsive-frame .cycloneslider-template-standard .cycle-slide, .web-development-frame .cycloneslider-template-standard .cycle-slide{
  	display: inline;
  }

.responsive-frame .owl-theme .owl-controls .owl-buttons .owl-prev, .web-development-frame .owl-theme .owl-controls .owl-buttons .owl-prev{
  	position: absolute;
  	left: -60px;
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/normal_left.png') no-repeat;  	
  }
  
#medical-web-design .owl-controls .owl-buttons .owl-prev{
  	position: absolute;
  	left: -60px;
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2018/07/left-arrow.png') no-repeat;  	
  }
  
#medical-web-design .owl-controls .owl-buttons .owl-prev:hover{
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2018/07/hover-left-arrow.png') no-repeat;  	
  }  
  
#medical-web-design .owl-controls .owl-buttons div{
	width: 44px;
	height: 44px;
}

#p-slider .owl-controls{
  	top: 42%;
  	z-index: 9999;
  }

#p-slider .owl-controls .owl-buttons .owl-prev{
      position: absolute;
    left: 30px;
    background: url(https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/hover_left.png) no-repeat;
    background-size: 40px;
}

#p-slider .owl-controls .owl-buttons .owl-next{
  position: absolute;
  	right: 30px;
 background: url(https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/hover_right.png) no-repeat;
  background-size: 40px;
}

#p-slider .owl-controls .owl-buttons div {
    width: 40px !important;
}

.web-development-frame .owl-theme .owl-controls .owl-buttons .owl-prev{
  right: 60px;
  left: auto;
  }

.responsive-frame .owl-theme .owl-controls .owl-buttons .owl-next, .web-development-frame .owl-theme .owl-controls .owl-buttons .owl-next{
  	position: absolute;
  	right: -60px;
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/normal_right.png') no-repeat;
  }
  
#medical-web-design .owl-controls .owl-buttons .owl-next{
  	position: absolute;
  	right: -60px;
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2018/07/right-arrow.png') no-repeat;
  }
  
#medical-web-design .owl-controls .owl-buttons .owl-next:hover{
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2018/07/hover-right-arrow.png') no-repeat;
  }    

.web-development-frame .owl-theme .owl-controls .owl-buttons .owl-next{
  	right: 0;
  }

.responsive-frame .owl-theme .owl-controls .owl-buttons .owl-prev:hover, .web-development-frame .owl-theme .owl-controls .owl-buttons .owl-prev:hover{
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/hover_left.png') no-repeat;
  }

.responsive-frame .owl-theme .owl-controls .owl-buttons .owl-next:hover, .web-development-frame .owl-theme .owl-controls .owl-buttons .owl-next:hover{
  	background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2016/03/hover_right.png') no-repeat;
  }

.responsive-frame .owl-theme .owl-controls{
  	top: 205px;
  }

#medical-web-design .owl-controls{
  	top: 250px;
  }

.web-development-frame .owl-theme .owl-controls{
  	top: 355px;
  	z-index: 9999;
  }

.responsive-frame .owl-theme .owl-controls .owl-buttons div, .web-development-frame .owl-theme .owl-controls .owl-buttons div{
  	width: 44px;
  	height: 44px;
  }



.owl-item img{
  	max-width: 100%;
  }

.view-portfolio-button{
    background: #f25a29;
    padding: 15px 28px;
    color: #fff;
    letter-spacing: 2px;
  	margin: 20px 0;
  	display: inline-block;
    border: none;
    font-size: 16px;
  	text-transform: uppercase;
    width: auto;
  }

.view-portfolio-button:hover{
  	text-decoration: none;
  	color: #fff;
  	background: #f37248;
  }


.seperator-web-dev-slider{
    position: absolute;
    width: 207px;
    height: 1px;
    background: #f25a29;
    right: 104px;
    top: 45px;
  }

.single-post p strong{
  margin: 10px 0 0;
}

.tags-wrap{
  margin: 20px 0;
  background: url('https://www.totalwebdesign.com.au/wp-content/uploads/2016/07/tag-icon.png') no-repeat left;
  font-size: 13px;
  padding-left: 22px;
}

/*.tags-wrap a{
  background: #FF3701;
    color: #fff;
    padding: 10px 5px;
    margin: 10px;
}*/

.cms-manual-list {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
}

.cms-manual-list li a {
    color: #565658;
    display: block;
    background: #565658;
    color: #fff;
    padding: 10px 8px;
    border-bottom: 1px solid #fff;
    font-size: 15px;
}

.back-main {
    font-family: 'Open Sans',sans-serif;
    background: #231f20;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

.back-main:hover{
  	color: #fff;
}

.wordpress-manual .logout {
    position: absolute;
    right: -350px;
    top: -65px;
    background: #1d3564;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 4px 15px;
    font-weight: normal;
    text-transform: capitalize;
}

.cms-manual h1{
  padding: 10px 0;
  margin: 0;
}

.cms-manual hr{
  margin: 0 0 30px;
}

.documentation-image {
    margin: 30px 0;
}

.ordered-list {
    margin: 5px 0;
    padding: 0;
    list-style-position: inside;
}

.forex-ticker-bg a{
  color: #fff;
}

.e-port{
  margin-top:20px;
}

.e-port h5{
  text-align:center;
}

.team_detail {
    display: none;
    position: relative;
    width: 100%;
    float: left;
    padding: 0 15px 30px;
}

.inner-team-text:hover .img_colored{-webkit-filter:grayscale(0%);filter:grayscale(0%);transition:all 0.3s linear;-webkit-transition:color 0.3s linear;-o-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;cursor:pointer;}

.btn-close {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: -11px;
}

.down-arrow{
  padding:10px 0;
}
.responsive-team{
  display:none;
}

.gray-bg-services{
  margin-top: 45px;
}

@media (min-width: 1400px){
 .index-banner { min-height:696px;}
  }




@media (min-width: 1200px){
	.container {
    	width:1200px;
	}
	.mobile-menu {
		display: none;
	}

}



@media (max-width: 1199px) {
	
	.you-get-list li{
		margin-right: 20px !important;
		width: 45% !important;
	}	
	
	.mobile-menu {
		display: none;
	}
	
.main-nav > li > a {
    color: #666666;
    padding: 10px 5px;
}

  ul.menu > li {
        font-size: 10px;
    line-height: 30px;
    }
  .top-social-menu li {
    font-size: 10px;
    padding-right: 20px;
}
footer h2 {
   font-size:43px;
}
  
  .service-clear{
    display:block;
    }
   .design-section{
    padding-bottom:0;
    }
  .responsive-frame .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 311px;
    left: 279px;
    }
}

/* END OF iPAD LANDESCAPE*/


@media (max-width: 991px) {
	.mobile-menu {
		display: block;
	}
  .design-section{
    padding-bottom:0;
    }

.top-social-menu {
        padding: 0px;
    margin: 0px;
        padding-top: 60px;
        float: right;
}
.web-wrapper {
    margin:0px;
}
.top-social-menu li {
    margin-bottom: 5px;
}	
.index-banner { min-height:300px; background-size:cover;}
  
  .services-wrapper p {
    font-size: 14px;
  }
  .gray-bg h2.text-center{
    font-size:41px;
    }
  .leatest-wrapper h2 {
    font-size: 14px;
    }
  .test-bg .col-sm-3 h2{
    font-size:26px;
    
    }
  .top-bg .col-sm-6 {
    padding-left: 15px;
}
  
  .ready-bg .btn-primary {
    font-size: 14px;
}
  
  footer h2 {
    font-size: 31px;
}
  .footer-right-menu li {
    font-size: 12px;
}
  .f-social-icons {
    margin: 10px 15px 10px 0px;
}
  .footer-menu li {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 16px;

}
  .footer-menu {
    margin: 20px 0px;
}
  .menu-button {
    right: 27px !important;
    top: 59px !important;
    }
 .web-development-frame .owl-theme .owl-controls .owl-buttons{
    position: absolute;
    bottom: 93px;
    left: 228px;
    right: auto;
    }
  .inner-web-text{
    text-align:center;
    }
  ul.steps-list li {
    width: 30% !important;
    }
  .responsive-frame {
    width: 65% !important;
    margin-left: 130px;
    margin-top: 20px;
}
  .responsive-frame .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 250px;
    left: 240px;
}
  .nav-justified li {
    display: inline-block;
    width: 32%;
    }
  ul.bullets-list li {
    background: url(images/bullet.png) left 7px no-repeat;
    display: inline-block;
    width: 27% !important;
    margin: 12px 2.9% !important;
    }
  
}





@media (max-width: 767px) {
	
.you-get-left {
    margin: 2% 0 !important;
}
	
	.you-get-list li{
		width: 100% !important;
		margin-right: 0 !important;
	}
	
.ecommerce-wrap h1, .you-get-background h2, .ecommerce-wrap h2 {
    font-size: 30px !important;
}
	
.view-clients-button {
    width: auto !important;
    padding: 15px !important;
}
	
.get-free-quote, .view-clients-button {
    font-size: 15px !important;
    padding: 14px 15px 19px !important;
}	

	.mobile-menu {
		display: block;
	}

.logo {
    padding:20px 0px;
    display: block;
    text-align: center;
}

.top-social-menu {
      padding: 0px;
    min-height: 30px;
    display: table;
    margin-bottom: 10px;
        float: none;

}
  .gray-bg h2.text-center {
    font-size: 32px;
}
  
  .about-bg {
    min-height: 130px;
    background-size: contain;
    padding: 0;
    background-attachment: initial;
}
  .web-wrapper {
       margin: 0px 0 25px;
}

h2 {
    font-size: 30px;
}
footer { text-align:center;}
	
.footer-menu li {
    float: none;
    display:inline-block;
}

.ready-bg .btn-primary {
    background-color: #fff;
    color: #494949;
    margin: 12px 0px;
}

.leatest-wrapper h2 {
    font-size: 14px;
    color: #231f20;
}
  
  .services-wrapper h2 a {color: #231f20;}

.services-wrapper h2 {
    text-align: center;
}

.services-wrapper p {
    text-align: center;
}
	

.leatest-wrapper img {
    margin: auto;
	width:100%;
	
}

.web-wrapper img {
	width:100%;
	
}
.index-banner { min-height:130px; background-size:cover;}
  
  .menu-button {
           top: 124px !important;
    right: 15px !important;
    }
  .test-bg {
    text-align: center;
    }
  .ready-bg {
    text-align: center;
}
  
  .ready-bg h2, .ready-bg h2 span {
    font-size: 30px;
}  
    .inner-banner {
    background-size: cover;
}
  
  #crumbs {
    font-size: 11px;
    }
  #crumbs a {
    padding: 0 6px;
}
  .meet-the-team h5 {
       border-bottom: none !important;
}
    .inner-team-text{
    text-align:center;
    }
  
 .inner-team-text a img {
    display: block;
    margin: 20px auto 20px auto !important;
}
  .inner-portfolio-text{
    float:none !important;
    text-align:center;
    }
  .web-development-frame .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    bottom: 70px;
    left: 250px;
    right: auto;
}
  .inner-web-text{
    text-align:center;
    }
 ul.steps-list li {
    width: 50% !important;
    }
  ul.steps-list li {
    width: 100% !important;
}
  .responsive-frame {
    width: 65% !important;
    margin-left: 50px;
    margin-top: 20px;
    height: 295px;
}
.responsive-frame .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 59px;
    left: 158px;
}
  .logo-design-text img{
    	display:block;
    margin:auto;
    }
  .nav-justified li {
    display: inline-block;
    width: 49%;
}
  ul.bullets-list li {
    width: 43% !important;
    }
  .testi_gray {
    padding: 10px 38px !important;
    }
	.inner-test-heading h2 {
    padding: 10px 0;
}
} 

/* END OF MOBILE DEVICES */

@media (max-width: 320px) {

  h1 {
    font-size: 30px;
    }

.logo {
    padding:20px 0px;
    display: block;
    text-align: center;
}

h2 {
    font-size: 30px;
}
  
  .gray-bg h2.text-center {
    font-size: 31px;
}


.services-wrapper h2 {
    text-align: center;
}

.services-wrapper p {
    text-align: center;
}

.top-social-menu {
    padding: 0px;
    min-height: 30px;
    display: table;
}
  
  .ready-bg h2, .ready-bg h2 span {
    font-size: 25px;
}
  
  .test-bg .col-sm-3 h2 {
    font-size: 25px;
}
  .menu-button {
    top: 126px !important;
    right: 16px !important;
}
  
  .inner-banner {
    background-size: cover;
}
  
  #crumbs {
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0;

    }
  #crumbs a {
    padding: 0 4px;
}
  
  .gray-bg {
    text-align: center;
}
.footer-menu li {
        display: inline-block;
    padding: 10px 6px;
    border: none;
}
 .inner-portfolio-text {
    float: none !important;
    text-align: center;
}
   .inner-portfolio-text select{

    width:100%;
        background-position-x: 225px;
    }
  .footer-menu li:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;
        line-height: 0px;
}
  .footer-right-menu li {
    padding: 10px 0px;
    }
  .web-development-frame .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    bottom: 98px;
    left: 196px;
    right: auto;
}
.responsive-frame .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 35px;
    left: 108px;
}
  .testi_gray {
    padding: 10px 12px !important;
}
}




/* END OF EXTRA SMALL DEVICES */

.menu-button {
	z-index: 9;
	position: absolute;
	right:15px;
	top:20px;
	transition-duration: .1s;
}

.menu-button.active {
	top:30px;
	
}

.menu-button img {
	display: block;
	margin-bottom: 8px;
	transition-duration: .3s;
}


.menu-button #second-line {
	transition-duration: .6s;
	opacity: 1;
}

.menu-button.active #first-line {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	transition-duration: .1s;
}

.menu-button.active #second-line {
	opacity: 0;
	transition-duration: 0.1s;
}

.menu-button.active #third-line {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	transition-duration: .1s;
	margin-top: -22px;
}
.news_box .img_left {
padding-left: 0;
padding-right: 0;
}
.news_box {
position: relative;
margin-bottom: 20px;
  min-height: 560px;
}
.news {
position: relative;
width: auto;
height: auto;
float: left;
margin-top: 10px;
padding-left: 0px;
font-size: 14px;
  min-height: 280px;
}
div.pagination {
margin-bottom: 20px !important;
clear: both;
display: block;
}
.btn_readmore {
position: relative;
width: auto;
height: auto;
outline: none;
margin-top: 10px;
}
.single-nav { margin-top:20px; margin-bottom:20px;}
.single-nav a {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 15px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 0;
text-transform: uppercase;
transition-duration: .6s;
color: #f25a29;
background-color: transparent;
border-color: #f25a29;
}
.single-nav a:hover {
color: #fff;
transition-duration: .2s;
text-decoration: none;
background-color: #f25a29;
}
.btn { margin:10px 0;}
.btn a { color:#fff; padding:6px 12px !important;}

.meet-the-team h5 {
margin: 0;
padding: 5px 0 10px;
font-size: 12px;
color: #FF7A01;
letter-spacing: 0px;
font-weight: normal;
border-bottom: 1px solid #383938;
}
.meet-the-team h3  a { color:#000;}
.meet-the-team {margin: 12px 0 0;}
.testi_gray {
position: relative;
width: 100%;
height: auto;
background-color: #f0f0f0;
/* padding: 30px; */
padding: 10px 50px;
margin: 50px 0 80px;
}
.quote_top {
position: absolute;
width: 53px;
height: 52px;
background: url(images/testi_quote_left1.png) no-repeat;
left: 30px;
top: -34px;
}
.quote_bottom {
position: absolute;
width: 53px;
height: 52px;
background: url(images/testi_quote_right1.png) no-repeat;
right: 30px;
bottom: -28px;
} 
.cycloneslider-template-standard { margin-bottom:0 !important;}
blockquote.easy_testimonial {
margin: 0 !important;
min-height: 80px;
padding: 0px !important;
}
.easy_t_single_testimonial .easy_testimonial_title {display: none !important;}
.testimonial_author{ display: none !important; }
blockquote.easy_testimonial a { display:none !important;}

blockquote.easy_testimonial * {
    box-sizing: border-box !important;
}

.pull-right {
    padding: 0 !important;
}
.quote-cbox {width: 10%;border: 0;box-shadow: none;vertical-align: middle;display: inline-block;}
.btn-instant-quote {background:#494949;color: #fff;font-size: 20px;text-transform: uppercase;border: 1px solid #ccc; padding: 11px 26px; margin:20px 0;}

#iq_step1 h3, #iq_step2 h3, #iq_step3 h3, #iq_step4 h3, #iq_step5 h3 { font-weight:400; margin:20px 0;}
.ui-accordion .ui-accordion-header{
  font-size:17px !important;
  }
.ui-accordion .ui-accordion-content p {
    font-size: 17px !important;
  color:#75777a !important;
  }
.ui-accordion-header-active, .ui-accordion-content-active *{
  color:#ff7801 !important
    }

.custom-table tr th strong{
  display: block;
  text-align:center;
  }

.custom-table tr td em{
  font-style: italic;
  }


.return-news-button
{
		display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    transition-duration: .6s;
    color: #f25a29;
    background-color: transparent;
    border-color: #f25a29;
  	margin-top: 20px;
}

.return-news-button:hover
{
    color: #fff;
    transition-duration: .2s;
    text-decoration: none;
    background-color: #f25a29;
}

ul.sitemap
{
list-style-type: circle;
padding: 0 20px;
margin: 20;  
}

ul.sitemap li
{
background-image: url();
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
      margin: 6px 0;
}

ul.sitemap ul{
  list-style-type: circle;
  padding-left: 20px;
}

em { font-style: italic;}



.physiotherapist-form {
    background: #1a1a1a;
	background: #ff7203;
    padding: 20px 15px 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: -10px;
    z-index: 9;
    position: relative;
}


.submit-physio-button {
    background: rgb(255, 120, 1);
	background: #0a0a0a;
    color: #fff;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
  	height: 58px;
  	width: 100%;
    color: #fff;  	
}


.physiotherapist-banner {
    position: relative;
    padding: 50px 0 0;
    margin: 0;
    background: #097054;
	background: #0fc1cc;
}

@media (min-width: 1200px)
{
.banner-landing-image {
    margin-bottom: -35px;
    position: absolute;
    left: 0;
    bottom: 0;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 44px;
    margin-bottom: -35px;
}
}
.banner-landing-image {
    margin-bottom: -31px;
    z-index: 999;
    margin-top: 58px;
    margin-bottom: -35px;
}


@media (min-width: 1200px)
{
.banner-logo-landing-image {
    margin-bottom: -35px;
    position: absolute;
    left: 0;
    bottom: 0;
    position: relative;
    left: 90px;
    bottom: 0;
    margin-top: 28px;
    margin-bottom: -35px;
}
}
.banner-logo-landing-image {
    margin-bottom: -31px;
    z-index: 999;
    margin-top: 42px;
    margin-bottom: -35px;
}

.physiotherapist-form .form-control {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555;
    height: 55px;
    /* background: #8298ad; */
    background: #fff;
    border: none;
  	border-radius: 5px;
}

.physiotherapist-form h2 {
    font-size: 25px;
    color: #64c8c0;
  	margin-bottom: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.physiotherapist-form p{
  margin-bottom: 5px;
}

.physio-content-list {
    margin: 50px 0 30px;
    padding: 0;
    list-style: none;
}

.physio-content-list li {    
    font-weight: 300;
    background: url(https://www.totalwebdesign.com.au/wp-content/uploads/2017/05/content-tick.png) no-repeat left top 5px;
    padding-left: 30px;
    font-size: 20px;
    margin: 40px 0;
    color: #6a6a6a;
    line-height: 22px;
}


.landing-banner-text {
    margin: 0;
    text-align: center;
    padding: 0;
}

.landing-banner-text .img-responsive {
    display: inline;
}

.physio-innovative-section h1 {   
    font-size: 26px;
    text-transform: titlecase;
    letter-spacing: 0px;
}

.physio-content p, .physio-innovative-section p{
    margin-bottom: 10px;
}

.physio-innovative-section h2{
  padding: 10px 0 5px;
}

@media (max-width: 991px)
{
    .recaptcha-wrap {
    overflow-x: scroll;
}
}

@media (max-width: 767px){
.landing-banner-text {
    margin: 30px 0 50px;
  }

.physiotherapist-banner{
  padding: 0;
  }
  .submit-physio-button {
    font-size: 14px;
}
  .mobile-work-logos img {
    display: block !important;
    width: 165px;
    margin: 10px auto !important;
}
  
h2.professional span{
  font-size: 25px;
  }
  
}


h2.professional{
  position: relative;
  z-index: 1;
  font-family: 'glypha_65bold';
  font-size: 42px;
  color: #fff;
  width: 70%;
  margin: 0 auto;
}

h2.professional:before {
    border: 2px solid #fff;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

h2.professional span {
    background: #097054;
	background: #0fc1cc;
    padding: 0 15px;
  	display: inline;
  font-family: 'glypha_65bold';
  font-size: 42px;
  text-transform: uppercase;  
  color: #fff;
}

h2.professional span.web-design{
  font-size: 21px;
  color: #1b1b1b;
  text-transform: capitalize;
  display: block;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-bottom: 10px;
}

.physiotherapist-form textarea.form-control {
    height: 88px;
}

.no-margin{
  margin: 0;
  margin-bottom: 0 !important;
}

.wpcf7-recaptcha{
  margin: 10px 0;
}

@media (max-width: 991px)
{
h2.professional{
  width: 100%;
  }
  
.wpcf7-recaptcha{
  overflow-x: scroll;
  } 
  
.submit-physio-button{
  font-size: 15px;
  }
  
}

@media (max-width: 767px)
{
.responsive-team {
  display:block;
}  
h2.professional{
  width: 100%;
  }
  
h2.professional span{
  font-size: 25px;
  }
	
span.project-requirement span.wpcf7-list-item span {
    font-size: 11px !important;
}



.view-list{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.view-list li{

}

.quick-quote{
    background-color: #f25a29;
    color: #fff;
    line-height: 20px;
    padding: 14px 20px;
    font-weight: bold;
    display: -webkit-inline-box;
    margin-top: 20px;
    border: 4px solid transparent;
    text-transform: capitalize;
}

.quick-quote:hover, .quick-quote:focus, .quick-quote:active {
    color:#f25a29;
    background-color: transparent;
    border: 4px solid #f25a29;
}

.team_detail h2{
       padding: 10px 0px;
}

.view-more-btn {
    display: block;
    font-size: 14px;
    color: #FF3701;
    text-transform: capitalize;
    margin: 10px 0px;
    width: 100px;
    border:1px solid #FF3701;
}

.view-more-btn:hover, .view-more-btn:focus, .view-more-btn:active {
    color: #fff;
    border: 1px solid transparent;
    background: #FF3701;
}

.inner-team-text {cursor:pointer;}
.page-child .inner-banner{ /*display:none;*/ }
.page-child h1 { padding: 10px 0px 5px;}
.page-child h2 {font-size:18px;font-weight:700; padding: 20px 0px 5px;}


.school-webdesign-image{
	margin-top: 20px;
	margin-bottom: 20px;
}
#p-slider .owl-controls {
    top: 30% !important;
	}
}

@media (min-width: 768px){
	.ecommerce-webdesign-slider{
		float: right;
		margin: 20px 0 0;
	}
}

span.project-requirement input[type="checkbox"]:checked + span{
    border: 1px solid #d1a600;
    background-color: #ff7801;
}
span.project-requirement input[type="checkbox"]{
    opacity:0;
	width:0;
	display:none;
}
.ui-slider-handle .slider-tooltip { background: #ff7801 !important;}
.ui-slider-handle .slider-tooltip::after {
	border-color: #ff7801 transparent !important;}
.ui-slider-handle::after { background: #ff7801 !important;}
span.project-requirement label{
    border:1px solid #E3E3E1;
    background: #fff;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: linear 0.2s all;
    -o-transition: linear 0.2s all;
    transition: linear 0.2s all;
	height: 55px;
    line-height: 55px;
}


span.project-requirement span.wpcf7-list-item {
    display: inline-block;
    margin:0 !important;
	width:50%;
}
span.project-requirement span.wpcf7-list-item span{
	padding-left:42px;
	font-size: 15px;
	background-repeat:no-repeat;
    background-position:left center;
	display:block;
	height: 55px;
    line-height: 55px;
	color:#000;
}
span.project-requirement span.wpcf7-list-item:nth-child(1) span{
	background-image:url('images/enquiry-branding.png'); 
	
}
span.project-requirement span.wpcf7-list-item:nth-child(2) span{
	background-image:url('images/enquiry-website.png');
}
span.project-requirement span.wpcf7-list-item:nth-child(3) span{
	background-image:url('images/enquiry-ecommerce.png');
}
span.project-requirement span.wpcf7-list-item:nth-child(4) span{
	background-image:url('images/enquiry-app.png');
}
span.project-requirement span.wpcf7-list-item:nth-child(5) span{
	background-image:url('images/enquiry-social.png');
}
span.project-requirement span.wpcf7-list-item:nth-child(6) span{
	background-image:url('images/enquiry-digital.png');
}
span.project-requirement span.wpcf7-list-item:nth-child(7) span{
	background-image:url('images/enquiry-graphic.png');
}
span.project-requirement span.wpcf7-list-item:nth-child(8) span{
	background-image:url('images/enquiry-email.png');
}
span.project-requirement span.wpcf7-list-item:nth-child(9) span{
	background-image:url('images/enquiry-other.png');
}
span.project-requirement span.wpcf7-list-item:nth-child(odd) {
  padding-right:15px !important;
}

#slideout {
  position: fixed;
  bottom: 0px;
  right: 0;
  -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
	z-index:9999;
	display:none;
}
#slideout img {transition: all .4s;
   -webkit-transition: all .4s;
   -o-transition: all .4s;
   -moz-transition: all .4s;
}
#slideout_inner {
  position:fixed;
  right:-340px;
  display:none;
  padding: 10px 15px;
  background: #ff7801;
  width: 340px;
	bottom:0;
}
#slideout:hover {
  right: 340px;
}
#slideout:hover #slideout_inner {
  right: 0;
  display:block;
}

#slideout_inner .btn-primary { padding:5px;}
#slideout_inner .btn-primary:hover, #slideout_inner .btn-primary:focus {background:#000;}
[data-class="wpcf7cf_group"] label{
    margin-bottom:48px;
}


/* Ecommerce Page Styling */

.ecommerce-wrap h1, .you-get-background h2, .ecommerce-wrap h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	color: #333;
}

.ecommerce-wrap h1 span{
	font-weight: 600;
	font-size: 22px;
	color: #75777a;
	display: block;
	margin-top: 10px;
}

.ecommerce-wrap h1{
	padding: 60px 0 20px;
}

.you-get-background{
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding: 50px 0 20px;
}

.you-get-background h2{
	font-weight: bold;
	margin: 10px 0 3px !important;
}

.get-free-quote, .view-clients-button{
	display: inline-block;
    background: #f97420;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 14px 0 19px;
    border-radius: 5px;
    line-height: 20px;
    color: #fff;
}

.get-free-quote:hover, .view-clients-button:hover{
	background: #ef5c00;
    color: #fff;
	transition-duration: .5s;
}

.get-free-quote span{
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

.you-get-left{
	margin: 17% 0;
}

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

.you-get-list li{
    font-size: 17px;
    color: #75777a;
    background: url(https://www.totalwebdesign.com.au/wp-content/uploads/2018/03/check-bulit.png) no-repeat left top 6px;
    padding: 0 0 0 25px;
    margin: 20px 0;
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.you-get-list li:nth-child(2n){
	clear: both;
	margin-right: 0;
}

.view-clients-button{
	width: auto;
	padding: 25px 30px;
}

.ecommerce-wrap h2{
	margin: 20px 0;
}


.happy-clients-wrap{
	position: relative;
	margin: 60px 0;
}

.happy-clients-wrap h2{
	font-size:40px;
	padding-bottom: 25px;
}

.for-mobile-center{
	/*margin-bottom:25px;*/
}

.testimonial-content{
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    padding: 50px 0;
    box-shadow: inset 0px 0px 60px 30px rgba(190, 190, 190, 0.08);
    font-style: italic;
    font-size: 17px;
    color: #75777a;
    padding: 30px 20px;
    margin: 15px 0 60px;
	min-height: 282px;
}

.testimonial-user{
	float: left;
	margin-right: 15px;
	margin-bottom: 100px;
}

.testimonials-wrap h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold; 
	font-size: 18px;
	color: #f97420;
}

.testimonials-wrap h4 span{
	font-family: 'Open Sans', sans-serif; 
	font-size: 15px;
	color: #75777a;
	display: block;
	font-weight: normal;
}

.visit-website{
	 font-weight: bold;
	 font-size: 14px;
	 color: #b2b2b2;
	 margin: 25px 0 0;
}

.visit-website a{
	color: #b2b2b2;
}	
.testimonial-content:after{
    left: 140px;
    bottom: -45px;
    display: block;
    width: 60px;
    height: 45px;
    content: ' ';
    background-image: url(https://www.totalwebdesign.com.au/wp-content/uploads/2018/03/bubble-chat.png);
    position: absolute;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 991px){
	.visit-left{
		float: left;
	}
	.visit-rite{
		float: right;
	}	
}

@media (max-width: 767px){
	.for-mobile-center{
		text-align: center;
	}
}

/* Ecommerce Page Styling End */

.footer-follow-call-icon, .footer-follow-fb-icon, .footer-follow-google-icon, .footer-follow-mail-icon, .footer-follow-rss-icon, .footer-follow-twitter-icon, .menu-btn, .top-call-icon, .top-contact-icon{ display: inline-block; background: url('images/sprite-images.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }

.footer-follow-fb-icon a, .footer-follow-google-icon a, .footer-follow-twitter-icon a, .footer-follow-rss-icon a{display: block;width: 36px; height: 36px}
.footer-follow-google-icon { background-position: -0px -72px; width: 36px; height: 36px;margin-right:10px; }
.footer-follow-mail-icon { background-position: -0px -108px; width: 36px; height: 36px; }
.footer-follow-rss-icon { background-position: -0px -144px; width: 36px; height: 36px; }

.footer-follow-call-icon { background-position: -0px -0px; width: 36px; height: 36px;}
.footer-follow-fb-icon { background-position: -0px -36px; width: 36px; height: 36px; margin-right:10px;}
.footer-follow-google-icon { background-position: -0px -72px; width: 36px; height: 36px;margin-right:10px; }
.footer-follow-mail-icon { background-position: -0px -108px; width: 36px; height: 36px; }
.footer-follow-rss-icon { background-position: -0px -144px; width: 36px; height: 36px; }
.footer-follow-twitter-icon { background-position: -0px -180px; width: 36px; height: 36px;margin-right:10px;}
.menu-btn { background-position: -0px -216px; width: 31px; height: 4px; }
.top-call-icon { background-position: -0px -220px; width: 28px; height: 27px; }
.top-contact-icon { background-position: -0px -247px; width: 28px; height: 27px; }

.page-id-9002 .hbspt-form .actions {width: 100%; margin:0 auto;}


.page-id-9002 .hs-input { display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #60646d;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffffff;
    background-image: none;
    font-weight: 500;
    border: 1px solid #ededed;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.page-id-9002 .hbspt-form input[type="submit"] {     
	background: #0a0a0a;
    color: #fff;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    height: 42px;
    width: 22%;
    color: #fff; font-weight: normal; margin-top:10px;}
.page-id-9002 .hbspt-form input[type="checkbox"] {margin: 4px 3px 0 0;}
.page-id-9002 .hbspt-form input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #ff7801;
    background-position: 0 -15px;
    color: #FFF;
    border: none !important;
    text-shadow: 0 0;
}

.page-id-6994 .hbspt-form input[type="checkbox"] {margin: 4px 3px 0 0;}
.page-id-6994 .hbspt-form input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #0ac4cd;
    background-position: 0 -15px;
    color: #FFF;
    border: none !important;
    text-shadow: 0 0;
}

/*.multi-container li label span {
    padding-left: 42px;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    height: 55px;
    line-height: 55px;
    color: #000;
}
.multi-container li label span:nth-child(1){
    background-image: url(images/enquiry-branding.png);
} */
.page-id-9002 fieldset{ max-width:inherit !important; /*min-height:100px !important;*/}
.page-id-9002 .form-columns-2 { width:100%; float:left; margin-bottom:10px;}
.page-id-9002 .form-columns-1 { width:50%; float:left; margin-bottom:10px;}
.page-id-6994 .form-columns-1:nth-child(4){
	width: 100%;
}

.page-id-9002 .hbspt-form textarea{ height:90px !important;}
.page-id-9002 .hbspt-form li {display:inline-block !important; width:50% !important}
.page-id-9002 .hbspt-form li label { margin-bottom:0}
.page-id-9002 .hs_firstname { width:33.333%; float:left;}
.page-id-9002 .hbspt-form .hs-input {height: auto; display: inline-block;    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555;
    /* background: #8298ad; */
    background: #fff;
	width:100% !important;
}
.page-id-9002 .hs_project_requirements .hs-input { width:auto !important}
.page-id-6994 .hbspt-form textarea.hs-input{
	width: 97% !important;
}

.page-id-9002 .hs-form-checkbox label span{ display:inline-block; margin-right:10px; font-weight:400; font-size: 15px;}
.orange_bg { background:#ff7801; padding:20px 20px 0; color:#fff}
.orange_bg .col-md-4 {
    display: block;
    float:none;
    margin:0 auto;
    text-align:center;
}
.yikes-easy-mc-form label {margin-bottom:0 !important;}
.yikes-easy-mc-form input[type=email], .yikes-easy-mc-form input[type=number], .yikes-easy-mc-form input[type=text], .yikes-easy-mc-form input[type=url], .yikes-easy-mc-form select {margin-bottom:0 !important;}
.grecaptcha-badge { /*width: auto !important;*/ height: auto !important; box-shadow: none !important}

.page-id-5177 .hs-input, .page-id-7289 .hs-input, .page-id-7287 .hs-input, .page-id-7310 .hs-input, .page-id-7313 .hs-input, .page-id-7857 .hs-input, .page-id-8427 .hs-input, .page-id-8430 .hs-input, .page-id-8487 .hs-input, .page-id-7327 .hs-input, .page-id-8432 .hs-input, .page-id-7332 .hs-input, .page-id-7337 .hs-input, .page-id-7359 .hs-input, .page-id-6994 .hs-input, .page-id-8470 .hs-input, .page-id-8505 .hs-input, .page-id-8434 .hs-input {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #555;
    height: 55px;
	height: 35px;
    /* background: #8298ad; */
    background: #fff;
    border: none;
    border-radius: 5px;
}

.page-id-5177 textarea.hs-input, .page-id-7289 textarea.hs-input, .page-id-7287 textarea.hs-input, .page-id-7310 textarea.hs-input, .page-id-7313 textarea.hs-input, .page-id-7857 textarea.hs-input, .page-id-8427 textarea.hs-input, .page-id-8430 textarea.hs-input, .page-id-8487 textarea.hs-input, .page-id-7327 textarea.hs-input, .page-id-8432 textarea.hs-input, .page-id-7332 textarea.hs-input, .page-id-7337 textarea.hs-input, .page-id-7359 textarea.hs-input, .page-id-8505 textarea.hs-input, .page-id-8434 textarea.hs-input, .page-id-8470 textarea.hs-input{
	height: 70px;
}

.page-id-5177 .hbspt-form label, .page-id-7289 .hbspt-form label, .page-id-7287 .hbspt-form label, .page-id-7310 .hbspt-form label, .page-id-7313 .hbspt-form label, .page-id-7857 .hbspt-form label, .page-id-8427 .hbspt-form label, .page-id-8430 .hbspt-form label, .page-id-8487 .hbspt-form label, .page-id-7327 .hbspt-form label, .page-id-8432 .hbspt-form label, .page-id-7332 .hbspt-form label, .page-id-7337 .hbspt-form label, .page-id-7359 .hbspt-form label, .page-id-8505 .hbspt-form label, .page-id-8434 .hbspt-form label, .page-id-8470 .hbspt-form label{
	color: #fff !important;
}

.hbspt-form{
	text-align: left;
}

.hbspt-form .input{
	margin-right: 0;
}

.actions {  margin: 0 !important; padding: 0 !important;}

.hbspt-form input[type="submit"] { padding:7px 0;}

.page-id-5177 .hs-button, .page-id-7289 .hs-button, .page-id-7287 .hs-button, .page-id-7310 .hs-button, .page-id-7313 .hs-button, .page-id-7857 .hs-button, .page-id-8427 .hs-button, .page-id-8430 .hs-button, .page-id-6994 .hs-button, .page-id-8487 .hs-button, .page-id-7327 .hs-button, .page-id-8432 .hs-button, .page-id-7332 .hs-button, .page-id-7337 .hs-button, .page-id-7359 .hs-button, .page-id-8505 .hs-button, .page-id-8434 .hs-button, .page-id-8470 .hs-button{
	background: #0a0a0a !important;
    width: 100%;
    height: 48px !important;    
    color: #fff !important;
    border: none !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    font-weight: normal !important;
}

.page-id-5177 .hs-button:hover, .page-id-7289 .hs-button:hover, .page-id-7287 .hs-button:hover, .page-id-7310 .hs-button:hover, .page-id-7313 .hs-button:hover, .page-id-7857 .hs-button:hover, .page-id-8427 .hs-button:hover, .page-id-8430 .hs-button:hover, .page-id-8487 .hs-button:hover, .page-id-7327 .hs-button:hover, .page-id-8432 .hs-button:hover, .page-id-7332 .hs-button:hover, .page-id-7337 .hs-button:hover, .page-id-7359 .hs-button:hover, .page-id-6994 .hs-button:hover, .page-id-8505 .hs-button:hover, .page-id-8434 .hs-button:hover, .page-id-8470 .hs-button:hover{
	background-color: #0ac4cd !important;
}

.rite-side-form{
	position: relative;
	width: auto;
	height: auto;
	max-width: 360px;
	margin: 20px 0 0;
	padding: 0 0 10px 10px;
	float: right;
}

.center-bold{
	font-weight: bold;
	text-align: center;
}

.social-top-rite, .social-top-rite a{
	vertical-align: top;
	margin: 0 !important;
}

.quick-quote{
    background: #FF3701;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    text-transform: uppercase;
    margin: 30px 0 0;
    font-weight: 900;
    font-size: 14px;
}

.quick-quote:hover{
	background: #ff6e04;
	color: #fff;
}

@media (max-width: 1300px)
{
#medical-web-design .owl-controls .owl-buttons .owl-prev{
	left: 0;
}
#medical-web-design .owl-controls .owl-buttons .owl-next{
	right: 0;
}
#medical-web-design .owl-controls {
    top: 160px;
}
}