/*
Theme Name: TAC
Author: Putu Winata
Author URI: http://www.somsweb.com.au
Description: TAC Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout
Text Domain: TAC
*/

@font-face{font-family: 'Main Regular';src: url('assets/fonts/Raleway-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face{font-family: 'Main Bold';src: url('assets/fonts/Raleway-SemiBold.ttf') format('truetype');font-weight:bold;}
@font-face{font-family: 'Main Medium';src: url('assets/fonts/Raleway-Medium.ttf') format('truetype');}

.cst-logo{max-height:80px;margin-top:30px !important;}
body{ font-family: 'Roboto', Arial, Helvetica, 'Open Sans' !important; font-size: 16px; background-color: #fff !important;}
p{font-family: 'Helvetica', Arial, Helvetica !important; font-size: 16px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-family: 'Open Sans', Arial, Helvetica !important; font-weight:bold !important;}
a{ text-decoration: none; }
a:hover, a:focus{ text-decoration: none !important; color: #004AAD; cursor:pointer;}
strong{ font-weight: bold; }
em{ font-style: italic; }
mark, .mark{ background-color: #3498db; color: #fff; font-weight: 600; }
img{ max-width: 100%; margin: auto; height: auto; display: block; }
.form-control{ border-color: #d8d8d8;padding: 3px 12px !important;}
.form-control:focus{ border-color: #3fb3e3; }
.button-custom:hover{background-color:#4e5466;color:#fff;text-decoration:none;}
.buttons{margin-top:10px;float: right;background: #095828;padding: 5px;color: #fff;text-transform: uppercase;}
div.wpcf7-response-output{padding:0 !important;}
.jumbotron{padding: 3rem 2rem;}
.form-control{height: calc(2.25rem + 2px) !important;}
ol{padding-left:15px;}
ol ol{padding-left:15px;}
ol ol ul{padding-left:15px;}
#bitnami-banner {display:none;}

/*START PRELOADER DESIGN*/
.preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.status-mes {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 8px solid #004AAD;
	border-right: 8px solid #004AAD;
	border-bottom: 8px solid #004AAD;
	border-left: 8px solid #fff;
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 10000;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.status-mes h4 {
	color: #f7f7f7;
	position:relative;
	font-size:24px;
	margin-top: 30px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

/** HEADER STYLE **/
@media screen and (min-width:992px){
		.header-wrapper{
			position: fixed;
			right: 0;
			left: 0;
			z-index: 1030;
		}
	
}
.top-header{
	background: #ccd4db;
}
.top-header .top-header-menu{
	margin:0px
}
.top-header ul li{
	list-style-type:none;
}
@media screen and (max-width:575.98px){
	.top-header .top-header-menu{
		padding:0;
	}
}
.top-header .top-header-menu li a{
	margin:2px 0;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	background-color: #004AAD;
	border-radius: 5px;
	color: #fff !important;
	display:inline-block;
	-moz-transition: width .5s ease, color .5s ease;
	-o-transition: width .5s ease, color .5s ease;
	-webkit-transition: width .5s ease, color .5s ease;
	transition: width .5s ease, color .5s ease;
}
.top-header .top-header-menu li a:hover{
	background-color : #104e7e;
	color: #fff !important;
	text-decoration: none !important;
}
.header{
	background-color:#004AAD;
	min-height:40px;
}
@media screen and (min-width:992px){
		.header{
			position: relative;
		}
	
}
.site-logo{display: block;}
@media screen and (max-width:399.98px){
	.site-logo img {
		margin: auto;
		margin-bottom: auto;
		width: 35%;
		float: unset;
		position: absolute;
		margin-bottom: 15px;
		top: -1px;
	}
}
@media screen and (min-width:400px) and (max-width:767px){
	.site-logo img {
		margin: auto;
		margin-bottom: auto;
		width: 19%;
		float: unset;
		position: absolute;
		margin-bottom: 15px;
		top: -1px;
	}
}
@media screen and (min-width:768px ) and (max-width:991.98px){
	.site-logo img {
		margin: auto;
		margin-bottom: auto;
		width: 12%;
		float: unset;
		position: absolute;
		margin-bottom: 15px;
		top: -1px;
	}
}
@media screen and (min-width:992px){
	.site-logo img {
		margin: auto;
		margin-bottom: auto;
		float: unset;
		position: absolute;
		margin-bottom: 15px;
		top: -1px;
	}
}
@media screen and (min-width:320px)and (max-width:369.98px){
	.site-logo .words h1{
		font-size:16px;
		font-family: 'Main Regular';
		color:#fff;
	}
	.site-logo .words{
		position:relative;
		left:50%;
		top: 0%;
		margin-top:10px;
	}
}

@media screen and (min-width:370px) and (max-width:399.98px){
	.site-logo .words h1{
		font-size:16px;
		font-family: 'Main Regular';
		color:#fff;
	}
	.site-logo .words{
		position:relative;
		left:50%;
		top: 0%;
		margin-top:10px;
	}
}

@media screen and (min-width:400px) and (max-width:499.98px){
	.site-logo .words h1{
		font-size:18px;
		font-family: 'Main Regular';
		color:#fff;
	}
	.site-logo .words{
		position:relative;
		left:40%;
		top: 22%;
		margin-top:8px;
	}
}

@media screen and (min-width:500px) and (max-width:576.98px){
	.site-logo .words h1{
		font-size:18px;
		font-family: 'Main Regular';
		color:#fff;
	}
	.site-logo .words{
		position:relative;
		left:55%;
		top: 22%;
		margin-top:8px;
	}
}

@media screen and (min-width:576px) and (max-width:991.98px){
	.site-logo .words h1{
		font-size:18px;
		font-family: 'Main Regular';
		color:#fff;
	}
	.site-logo .words{
		position:relative;
		left:45%;
		top: 20%;
		margin-top:10px;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px){
	.site-logo .words h1{
		font-size:16px;
		font-family: 'Main Regular';
		color:#fff;
	}
	.site-logo .words{
		position:relative;
		left:60%;
		top: 20%;
		margin-top:25px;
	}
}
@media screen and (min-width:1200px){
	.site-logo .words{
		position:relative;
		left: 45%;
		top: 25%;
		margin-top: 25px;
	}
	.site-logo .words h1{
		font-size:22px;
		font-family: 'Main Regular';
		color:#fff;
	}
}

.mobile-menu{
	margin-top:40px;
}
@media screen and (max-width:575.98px){
	.mobile-menu{
		margin-bottom:15px;
	}
}
@media screen and (min-width:576px) and (max-width:991.98px){
	.mobile-menu{
		margin-bottom:30px;
	}
	.jumbotron{
		padding-top: 2rem !important;
	}	
}
a.showmenu{
	width:100%;
	background-color: #004AAD;
	padding: 5px 10px 5px;
	color: #fff !important;
	-moz-transition: width .5s ease, background-color .5s ease;
	-o-transition: width .5s ease, background-color .5s ease;
	-webkit-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
	border-bottom: 1px solid #e24f3d;
	text-align: center;
}
a.showmenu:hover{ color: #D5D938 !important;}
.header-menu .sf-menu li a:after{
	content: ''; 
	display: block; 
	height: 6px; width: 0; 
	background: transparent; 
	-moz-transition: width .5s ease, background-color .5s ease; -o-transition: width .5s ease, background-color .5s ease; 
	-webkit-transition: width .5s ease, background-color .5s ease; 
	transition: width .5s ease, background-color .5s ease; 
	}
.header-menu .sf-menu li.current-menu-item a:after, .header-menu .sf-menu li:hover a:after{ width: 100%;}
.sf-menu{ font-family:'Main Regular';font-size: 15px;}
@media screen and (max-width:767.98px){
	.sf-menu{
	background-color: #004AAD;
	width:100%;
	}
	.sf-menu, .sf-menu li:hover > ul, .sf-menu li.sfHover > ul{ 
		display: none; 
	}
	.sf-menu.menu-show, .sf-menu ul.menu-show{ 
		display: block !important; 
	}
}
@media screen and (min-width:768px) and (max-width :991.98px){
	.sf-menu{
	background-color: #004AAD;
	width:100%;
	}
	.sf-menu.menu-show, .sf-menu ul.menu-show{
		display: block;
	}
	.sf-menu, .sf-menu li:hover > ul, .sf-menu li.sfHover > ul{
		display: none;
	}
}
@media screen and (min-width:991px) and (max-width :1200px){
	.sf-menu, .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
		display: block;
	}
}
@media screen and (min-width:992px){
	.sf-menu{
		margin-bottom:0 !important;
	}
}
.sf-menu a{
	color: #fff; 
	display: inline-flex;
	flex-wrap:wrap;
	border:none !important;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-family:'Roboto', sans-serif;
}
.sf-menu li{background:none!important;}
@media screen and (max-width:767px){
	.sf-menu ul{ 
		position: static; 
		margin: 10px; 
	}
	.sf-menu li{
		padding: 5px 10px 5px;
	}
	.sf-menu li{ 
		display: block;
		float:unset !important;
	}
	.sf-menu li+li{ 
		border: none; 
	}
	.sf-menu ul li{ 
		background: transparent; 
	}
	.sf-menu ul.sub-menu li {
		background: transparent;
	}
}
@media screen and (min-width:768px) and (max-width :991.98px){
	.sf-menu li{
		width:100%;
		padding: 5px 10px 5px;
		float:left !important;
	}
	.sf-menu li{ 
		display: block;
		float:unset !important;
	}
}
@media screen and (min-width:992px) and (max-width :1200px){
	.sf-menu li{
		display: block;
		float: left;
	}
}
@media screen and (min-width:1200px){
	.sf-menu li{
		display: block;
		float: left;
	}
}
.sf-menu li, .sf-menu li.sfHover, .sf-menu li.current-menu-item{ background: transparent; }
.sf-menu li a:hover, .sf-menu li a:active, .sf-menu li a:focus{
	color:#c7d5e5 !important;
	text-decoration:none !important;
}
@media screen and (min-width:992px) and (max-width:1191.98px){
	.sf-menu a{
		padding: 25px 10px;
	}
}
@media screen and (min-width:1200px){
	.sf-menu a{
		padding: 25px 15px;
	}
}
.sf-menu ul{ 
	box-shadow: none; 
	min-width: 0; 
}
.mobnav-subarrow{
	height: 30px; 
	width: 30px; 
	position: absolute; 
	top: 20px; 
	right: -10px; 
	color: #fff;
	text-align: center; 
	border-radius: 2px; 
	cursor: pointer; 
}
.mobile-menu .mobnav-subarrow{
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0px;
	right: 5px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}
.menu-item-has-children:hover .mobnav-subarrow span{
	color: #c7d5e5 !important;
}

.mobnav-subarrow span.fa { 
	padding-top: 5px; 
	font-size: 20px; 
}

.sf-arrows .sf-with-ul:after{
	border: none !important;
	border-top-color: transparent;
	border-top-color: transparent;
}
.header-menu .sf-menu li.current-menu-item a:after, .header-menu .sf-menu li:hover a:after{
	width: 100% !important;
}

.sf-arrows > .sfHover > .sf-with-ul::after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > li > .sf-with-ul:focus:after{
	border-top-color:transparent !important;
}

ul.sub-menu{
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 5px 0px;
}
.mobile-menu .sf-menu ul{
	margin:0;
}
.mobile-menu ul.sub-menu{
	position:static;
	box-shadow:unset;
	padding: 0px;
	background: #004AAD;
	border: none;
}
ul.sub-menu li{
	width: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mobile-menu ul.sub-menu li{
	border-bottom: none;
}
ul.sub-menu li a{
	width: inherit;
	padding : 5px 10px !important;
	color:#333;
}
ul.sub-menu li a:hover{
	/*background:#c7d5e5;*/
	color:#004AAD !important;
}
.mobile-menu ul.sub-menu li a{
	color:#fff;
	padding : 5px 10px !important;
	width: inherit;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.mobile-menu ul.sub-menu li a:hover{
	color:#fff !important;
}
.sf-menu .menu-item-has-children{
	padding-right:15px;
}
/**SLIDER STYLE**/
.section-header-slider{
	margin-bottom:10px !important;
	background-color:transparent !important;
	position:relative;
	padding-bottom:0 !important;
}

@media screen and (max-width:575.98px){
	.section-header-slider{
		position:relative;
		top:-30px;
	}
}
@media screen and (max-width: 767.98px){
	.section-header-slider{
		position:relative;
		top:-30px;
	}
}
@media screen and (min-width: 768px) and (max-width:991.98px){
	.section-header-slider{
		position:relative;
		top:-45px;
	}
}
@media screen and (min-width: 992px) and (max-width:1200x){
	.section-header-slider{
		position:relative;
		top:-30px;
	}
}
@media screen and (min-width: 1200px){
	.section-header-slider{
		position:relative;
		top:-75px;
	}
}
.slider-text{
	position: absolute;
	z-index: 1000;
	text-align:center;
}
.carousel-item{
	transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out,-o-transform .4s ease-in-out !important;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block !important;
}

@media screen and (max-width:575.98px){
	.slider-text{
		/*background: rgba(80,80,80,0.4);*/
		bottom: 20px !important;
	}
}
@media screen and (min-width:576px) and (max-width:767.98px){
	.slider-text{
		/*background: rgba(80,80,80,0.7);*/
		bottom: 20px !important;
	}
}
@media screen and (min-width:768px) and (max-width:979.98px){
	.slider-text{
		/*background: rgba(80,80,80,0.7);*/
		bottom: 90px !important;
	}
}
@media screen and (min-width:980px)and (max-width:991.98px){
	.slider-text{
		bottom: 130px !important;
	}
}
@media screen and (min-width:992px)and (max-width:1199.98px){
	.slider-text{
		/*background: rgba(80,80,80,0.7);*/
		bottom: 140px !important;
	}
	.slider-text.what-we-have-specials{
		/*background: rgba(80,80,80,0.7);*/
		bottom: 30%;
	}
}
@media screen and (min-width:1200px) and (max-width:1499.98px){
	.slider-text{
		/*background: rgba(80,80,80,0.7);*/
		bottom: 180px !important;
	}
	.slider-text.what-we-have-specials{
		/*background: rgba(80,80,80,0.7);*/
		bottom: 170px !important;
	}
}
@media screen and (min-width:1500px){
	.slider-text{
		/*background: rgba(80,80,80,0.7);*/
		bottom: 220px !important;
	}
	.slider-text.what-we-have-specials{
		/*background: rgba(80,80,80,0.7);*/
		bottom: 220px !important;
	}
}
.slider-text h3{
	color:#fff;
	text-shadow:0px 3px 4px #000000;
	font-family:'Open Sans' !important;
}
.slider-text p{
	color:#fff;
	padding:0 30px;
	text-shadow:0px 3px 2px #000000;
	font-family:'Open Sans' !important;
}

@media screen and (max-width:575.98px){
	.slider-text h3{
		font-size:20px;
	}
	.slider-text p{
		font-size:12px;
		margin-bottom: 5px;
	}
}
@media screen and (min-width:576px) and(max-width:767.98px){
	.slider-text h3{
		font-size:20px;
	}
	.slider-text p{
		font-size:12px;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 768px) and (max-width:991.98px){
	.slider-text h3{
		font-size:36px;
	}
	.slider-text p{
		font-size:20px;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 992px) and (max-width:1199.98px){
	.slider-text h3{
		font-size:48px;
	}
	.slider-text p{
		font-size:22px;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 1200px){
	.slider-text h3{
		font-size:48px;
		font-weight:700;
		font-style:normal;
	}
	.slider-text p{
		font-size:26px;
	}
}
.slider-container .full{
	margin: 0 auto;
	width: 100%;
}
.owl-carousel .owl-item{ 
	-webkit-backface-visibility: visible; /** prevent chrome image glitch **/ 
	position:relative;
}
.owl-item ul{
	padding-left:0 !important;
}
.slides{
	position:relative;
}
.slides img{
	margin-top:10px;
}
@media screen and (min-width:1200px){
	.slides img{
		margin-top:120px;
	}
}
.slider-nav-wrapper-left{
	max-height: 70px;
	position: absolute;
	z-index: 2;
	width:100%;
}
.slider-nav-wrapper-right{
	width: 48px;
	max-height: 70px;
	position: absolute;
	z-index: 2;
	width:100%;
}
.owl-carousel-arrows{
	font-size: 36px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.owl-carousel-arrows a{
	color: #fff;
	transition: all .2s ease-in-out;
	text-shadow : 0 2px 2px #000;
	cursor :pointer;
}
.owl-carousel-arrows a:hover{
	/*font-size: 44px;*/
	color: #fff;
}
.carousel-arrows-left span i, .carousel-arrows-right span i{
	color : #fff;
}
@media screen and (min-width:1500px){
	.image-container{
		margin: auto;
		width: 90%
	}
}
@media screen and (max-width:320px){
	.carousel-arrows-left{
		margin-left: 9%;
		margin-top: 18%;
	}
	.carousel-arrows-left i{
		font-size: 20px !important;
	}
}
@media screen and (min-width:321px)and (max-width:575.98px){
	.carousel-arrows-left{
		margin-left: 9%;
		margin-top: 23%;
	}
	.carousel-arrows-left i{
		font-size: 20px !important;
	}
}
@media screen and (min-width:576px) and (max-width:767.98px){
	.carousel-arrows-left{
		margin-left: 5%;
		margin-top: 25%;
	}
	.carousel-arrows-left i{
		font-size: 24px !important;
	}
}
@media screen and (min-width:768px) and (max-width:979.98px){
	.carousel-arrows-left{
		margin-left: 5%;
		margin-top: 21%;
	}
	.carousel-arrows-left i{
		font-size: 24px !important;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.carousel-arrows-left{
		margin-left: 10%;
		margin-top: 23%;
	}
	.carousel-arrows-left i{
		font-size: 24px !important;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px){
	.carousel-arrows-left{
		margin-left: 5%;
		margin-top: 29%;
	}
	
}
@media screen and (min-width:1200px) and (max-width:1399.98px){
	.carousel-arrows-left{
		margin-left: 9%;
		margin-top: 21%;
	}
	
}
@media screen and (min-width:1400px){
	.carousel-arrows-left{
		margin-left: 9%;
		margin-top: 19%;
	}
	
}
@media screen and (max-width:320px){
	.carousel-arrows-right{
		margin-left: 72%;
		margin-top: 18%;
	}
	.carousel-arrows-right i{
		font-size: 20px !important;
	}
}
@media screen and (min-width:321px)and (max-width:575.98px){
	.carousel-arrows-right{
		margin-left: 72%;
		margin-top: 23%;
	}
	.carousel-arrows-right i{
		font-size: 20px !important;
	}
}
@media screen and (min-width:576px) and (max-width:797.98px){
	.carousel-arrows-right{
		margin-left: 85%;
		margin-top: 25%;
	}
	.carousel-arrows-right i{
		font-size: 24px !important;
	}
}
@media screen and (min-width:768px) and (max-width:979.98px){
	.carousel-arrows-right{
		margin-left: 85%;
		margin-top: 21%;
	}
	.carousel-arrows-right i{
		font-size: 24px !important;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.carousel-arrows-right{
		margin-left: 75%;
		margin-top: 23%;
	}
	.carousel-arrows-right i{
		font-size: 24px !important;
	}
}
@media screen and (min-width:992px) and (max-width:1198.98px){
	.carousel-arrows-right{
		margin-left: 85%;
		margin-top: 29%;
	}
	
}
@media screen and (min-width:1200px) and (max-width:1399.98px) {
	.carousel-arrows-right{
		margin-left: 77%;
		margin-top: 21%;
	}
	
}
@media screen and (min-width:1400px){
	.carousel-arrows-right{
		margin-left: 77%;
		margin-top: 19%;
	}
	
}

/**--------------------------MAIN CONTENT STYLING---------------------------------**/
/**1. SECTIONS **/
@media screen and (max-width:575.98px){
	.content-header section.page-title{
		margin-top: 50px;
		padding-bottom: 20px;
	}
}
@media screen and (min-width:576px) and (max-width:991.98px){
	.content-header section.page-title{
		margin-top: 50px;
		padding-bottom: 20px;
	}
}
@media screen and (min-width:992px){
	.content-header section.page-title{
		margin-top: 100px;
		padding-bottom: 20px;
	}
}

@media screen and (min-width:1024px) and (max-width:1499.98px){
	.page-header-image{
		max-height:500px;
		height:500px;
	}
}

@media screen and (min-width:1500px){
	.page-header-image{
		max-height:580px;
		height:580px;
	}
}

@media screen and (min-width:992px){
	.page-header-image .content-header section.page-title {
		margin-top: 160px;
		padding: 100px;
		opacity:1;
	}
}
.page-header-image .section-title h1{
	color:#fff;
	font-size:30px;
	text-shadow:0px 2px 2px #000000;
}
.page-header-image .section-title p{
	color:#fff;
	text-shadow:0px 2px 2px #000000;
}
.entry-content{
	padding:20px 0;
	color:#777;
}
.entry-content h3,.entry-content h1{
	color:#004AAD;
}
.entry-content h3.exeptional,.entry-content h1.exeptional{
	color:#777;
}
.main-content{
	margin-bottom :35px;
	padding: 20px 0;
	color:#777;
}
@media screen and (max-width:575.98px){
	.main-content.after-slider{
		margin-top:-35px;
		padding: 20px 0;
	}
}
@media screen and (min-width:576px) and (max-width:979.98px){
	.main-content.after-slider{
		margin-top:-45px;
		padding: 20px 0;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.main-content.after-slider{
		margin-top:-45px;
		padding: 70px 0 20px 0;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px){
	.main-content.after-slider{
		margin-top:-60px;
		padding: 70px 0 20px 0;
	}
}
@media screen and (min-width:1200px){
	.main-content.after-slider{
		margin-top:-65px;
		padding: 20px;
	}
}

@media screen and (max-width:575.98px){
	.main-content.statistic-onthe-move{
		min-height: 400px;
		background: transparent;
		padding:45px 0 20px 0;
	}
}
@media screen and (min-width:576px) and (max-width:991.98px){
	.main-content.statistic-onthe-move{
		max-height: 400px;
		background: transparent;
		padding: 50px 0;
		}
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.main-content.statistic-onthe-move{
		max-height: 360px;
		background: transparent;
		padding: 90px 0;
	}
}
@media screen and (min-width:992px) and (max-width:1198.98px){
	.main-content.statistic-onthe-move{
		max-height: 360px;
		background: transparent;
		padding: 75px 0 75px 0;
	}
}
@media screen and (min-width:1200px){
	.main-content.statistic-onthe-move{
		max-height: 360px;
		background: transparent;
		padding: 90px 0 90px 0;
	}
}

@media screen and (max-width:575.98px){
	.main-content.with-video{
		min-height: 350px;
		background: transparent;
		padding: 30px 0 30px 0;
	}
}

@media screen and (min-width:576px) and (max-width:991.98px){
	.main-content.with-video{
		max-height: 350px;
		background: transparent;
		padding: 70px 0 70px 0;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.main-content.with-video{
		min-height: 350px;
		background: transparent;
		padding: 50px 0 50px 0;
	}
}

@media screen and (min-width:992px){
	.main-content.with-video{
		max-height: 350px;
		background: transparent;
		padding: 30px 0 30px 0;
	}
}

/**@media screen and (max-width:575.98px){
	.main-content.with-video{
		background:url("assets/img/video_1_05_1_mobile.jpg") no-repeat fixed bottom;
		background-size: cover;
	}
}
@media screen and (min-width:576px) and (max-width:979.98px){
	.main-content.with-video{
		background:url("assets/img/video_1_05_1_mobile.jpg") no-repeat scroll bottom;
		background-size: cover;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.main-content.with-video{
		background:url("assets/img/video_1_05_1_mobile.jpg") no-repeat scroll bottom;
		background-size: cover;
	}
}
@media screen and (min-width:992px){
	.main-content.with-video{
		background:url("assets/img/video_1_05_1_mobile.jpg") no-repeat fixed bottom/cover ;
		position: relative;
		background-color:blue;
		overflow: hidden;
	}
}
**/

.section-title{
	margin-bottom:10px;
}
.section-title h3{
	color:  #004AAD;
	font-size:30px;
	font-weight:normal !important;
}
.section-title h3.exeptional{
	color:  #777;
}

.section-title h1{
	color:  #004AAD;
}
.section-title span{
	width: 100px;
	height: 3px;
	background-color: #ff0000;
	display: inline-block;
	margin: 10px auto;
}
.section-title p{
	font-size:18px;
	margin-bottom:0;
}
.section-content{
	margin-bottom:20px;
	color:#777;
}

.section-content p{
	font-size:18px;
}
.section-content.stastics-left div{
	margin-bottom:50px;
}
.section-content.stastics-left h3, .section-content.stastics-left p{
	color:#fff;
}

@media screen (max-width:575.98px){
	.section-content.stastics-left h3{
		font-size:36px;
	}
	.section-content.stastics-left p{
		font-size: 18px;
	}
}

@media screen (min-width:576px) and (max-width:991.98px){
	.section-content.stastics-left h3{
		font-size:36px;
	}
	.section-content.stastics-left p{
		font-size: 18px;
	}
}
@media screen (min-width:992px){
	.section-content.stastics-left h3{
		font-size:48px;
	}
	.section-content.stastics-left p{
		font-size: 18px;
	}
}
.section-content.stastics-right div{
	margin-bottom:50px;
}
.section-content.stastics-right h3, .section-content.stastics-right p{
	color:#fff;
}
.section-content p{
	margin-bottom:5px;
	font-family:17px;
}
@media screen and (max-width:575.98px){
	.video-text{
		padding:30px 0;
	}
}
@media screen and (min-width:576px) and (max-width:979.98px){
	.video-text{
		padding:50px 0;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.video-text{
		padding:70px 0;
	}
}
@media screen and (min-width:992px){
	.video-text{
		padding:70px 0;
	}
}
.video-text h3, .video-text p{
	color:#fff;
}
.video-text p{
	font-size:24px;
}
.features-item i{
	width:100%;
	color:#004AAD;
	margin:30px 0 50px 0;
}
/*
.features-item i:hover{
	color:#ccd4db;
}*/
.features-item h3{
	color:#777;
	font-size:24px;
	font-weight:normal !important;
	min-height:53px;
}

@media screen and (max-width:575.98px){
	.main-content.with-video{
		min-height: 350px;
		background: transparent;
		padding: 30px 0 30px 0;
	}
}

@media screen and (min-width:576px) and (max-width:991.98px){
	.main-content.with-video{
		min-height: 350px;
		background: transparent;
		padding: 70px 0 70px 0;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.main-content.with-video{
		min-height: 350px;
		background: transparent;
		padding: 50px 0 50px 0;
	}
}

@media screen and (max-width:575.98px){
	.main-content.with-phone{
		min-height: 450px;
		background: transparent;
		padding: 50px 0 50px 0;
	}
}
@media screen and (min-width:576px) and (max-width:979.98px){
	.main-content.with-phone{
		min-height: 450px;
		background: transparent;
		padding: 50px 0 50px 0;
	}
}

@media screen and (min-width:992px){
	.main-content.with-phone{
		max-height: 450px;
		background: transparent;
		padding: 50px 0 50px 0;
	}
}
/**
@media screen and (max-width:575.98px){
	.main-content.with-phone{
		background:url("assets/img/pdf_1_07.jpg") no-repeat fixed 45% -100%;
		background-size: cover;
		padding:40px 0;
	}
}
@media screen and (min-width:576px) and (max-width:979.98px){
	.main-content.with-phone{
		background:url("assets/img/pdf_1_07.jpg") no-repeat scroll bottom;
		background-size: cover;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.main-content.with-phone{
		background:url("assets/img/pdf_1_07.jpg") no-repeat scroll bottom;
		background-size: cover;
	}
}
@media screen and (min-width:992px){
	.main-content.with-phone{
		background:url("assets/img/pdf_1_07.jpg") no-repeat fixed bottom;
		position: relative;
		background-color:blue;
		padding:40px 0;
		background-size:cover;
	}
} **/

.main-content.with-phone .section-title h3{
	color:  #004AAD;
	border-left:3px solid #ff0000;
	padding:0 20px;
}
.main-content.with-phone .section-content ul{
	padding:0 15px;
}
.main-content.with-phone .section-content ul li{
	color:  #004AAD;
	 list-style-type:circle;
}

.features-item.how-to  i{
	background: #1465b9;
	color: #fff;
	padding: 25px 3px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.features-item.how-to  i.exeptional{
	background: #ff0000;
}

@media screen and (max-width:320px){
	.features-item.how-to  i{
		padding: 20px 3px;
	}
}
@media screen and (min-width:320px) and (max-width:399.98px){
	.features-item.how-to  i{
		padding: 25px 3px;
	}
}
@media screen and (min-width:400px) and (max-width:499.98px){
	.features-item.how-to  i{
		padding: 28px 3px;
	}
}
@media screen and (min-width:500px) and (max-width:575.98px){
	.features-item.how-to  i{
		padding: 45px 3px;
	}
}
.features-item.how-to i:hover{
	background: #1465b9;
}
.features-item.how-to .roll-over:hover{
	background: #777;
}
@media screen and (max-width:575.98px){
	.features-item.how-to .icon-wrapper{
		width: 23%;
	}
	.features-item.how-to .icon-caption{
		width: 75%;
		padding: 20px 10px;
	}
}
@media screen and (min-width:576px) and (max-width:991.98px){
	.features-item.how-to .icon-wrapper{
		width: 25%;
	}
	.features-item.how-to .icon-caption{
		width: 75%;
		padding: 20px 10px;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px){
	.features-item.how-to .icon-wrapper{
		width: 27%;
	}
	.features-item.how-to .icon-caption{
		width: 73%;
		padding: 20px 10px;
	}
}
@media screen and (min-width:1200px){
	.features-item.how-to .icon-wrapper{
		width: 23%;
	}
	
	.features-item.how-to .icon-caption{
		width: 77%;
		padding: 20px 10px;
	}
}
@media screen and (max-width:575.98px){
	.features-item.how-to h3{
		margin: 25px 0 0px 0;
		min-height:0;
	}
	.features-item.how-to p{
		font-size:16px;
	}
}
@media screen and (min-width:576px) and (max-width:991.98px){
	.features-item.how-to h3{
		margin: 25px 0 0px 0;
		min-height:0;
	}
	.features-item.how-to p{
		font-size:16px;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px){
	.features-item.how-to h3{
		margin: 25px 0 0px 0;
		min-height:0;
	}
	.features-item.how-to p{
		font-size:16px;
	}
}
@media screen and (min-width:1200px){
	.features-item.how-to h3{
		margin: 30px 0 0px 0;
		min-height:0;
	}
	.features-item.how-to p{
		font-size:16px;
	}
}
.features-item.how-to h3{
	font-weight:normal !important;
}
.main-content.with-resources{
	margin-bottom:0;
}
@media screen and (max-width:575.98px){
	.main-content.with-resources{
		min-height: 400px;
		background: transparent;
		padding: 50px 0 50px 0;
	}
}
@media screen and (min-width:576px) and (max-width:979.98px){
	.main-content.with-resources{
		max-height: 400px;
		background: transparent;
		padding: 50px 0 50px 0;
	}
}

@media screen and (min-width:992px){
	.main-content.with-resources{
		max-height: 400px;
		background: transparent;
		padding: 50px 0 50px 0;
	}
}
/**
@media screen and (max-width:575.98px){
	.main-content.with-resources{
		background:url("assets/img/resources_1_09.jpg") no-repeat fixed 55% -100%;
		background-size: cover;
		padding:40px 0;
	}
}
@media screen and (min-width:576px) and (max-width:979.98px){
	.main-content.with-resources{
		background:url("assets/img/resources_1_09.jpg") no-repeat scroll center;
		background-size: cover;
	}
}
@media screen and (min-width:980px) and (max-width:991.98px){
	.main-content.with-resources{
		background:url("assets/img/resources_1_09.jpg") no-repeat scroll center;
		background-size: cover;
	}
}
@media screen and (min-width:992px){
	.main-content.with-resources{
		background:url("assets/img/resources_1_09.jpg") no-repeat fixed center;
		position: relative;
		padding:40px 0;
		background-size:cover;
	}
}**/

.main-content.with-resources .resources-title{
	text-align:center;
}

.main-content.with-resources .resources-title h3, .main-content.with-resources .resources-title p{
	color:#fff;
}
.section-content.footer-content{
	margin-bottom:0;
}
.section-content.footer-content ul{
	font-size:12px;
	padding:0;
}
.section-content.footer-content ul li{
	margin-bottom:5px;
	list-style-type:none;
}
.section-content.footer-content a{
	color:#777;
}
.section-content.footer-content a:hover{
	color:#004AAD;
}

.section-content.footer-content .australian-address .country-time img,.section-content.footer-content .australian-address .country-time p,.section-content.footer-content .australian-address .country-time span{
	margin-right: 10px;
}
.section-content.footer-content .australian-address .country-time p,.section-content.footer-content .australian-address .country-time span{
	font-size:10px;
	color:#004AAD;
}

.section-content.footer-content .australian-address{
	margin-bottom:15px;
}

.section-content.footer-content .australian-address .address{
	clear:both;
	margin-top:20px;
	float:left;
	font-family:'Roboto';
}
.section-content.footer-content .australian-address .address p{
	font-family:'Roboto';
	font-size:12px;
}
.section-content.footer-content .australian-address .address .fa{
	margin-right:10px;
	float:left;
	width:inherit;
	font-size:1em;
}

.bottom-footer{
	background:#fff;
	color:#777;
	padding:20px 0;
}
.bottom-footer a{
	color:#004AAD;
	font-size: 15px;
}

.bottom-footer a:hover{
	color: #D5D938 !important;
}
.section-content.social-media{
	margin-bottom:0 !important;
}
.section-content.social-media ul li{
	display: inline-block;
}
.section-content.social-media .fa{
	background: #1465b9;
	color: #fff;
	padding: 15px 16px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.section-content.social-media .fa:hover{
	background:#104e7e;
}
.pop-up-content{display:none;}
.pop-up-content {
	margin-top:30px;
	text-align:center;
	position: fixed;
	background: #fff;
	border-radius:8px;
	box-shadow:0px 2px 2px #000000;
	-moz-box-shadow:0px 2px 2px #000000;
	-webkit-box-shadow:0px 2px 2px #000000;
}
@media screen and (max-width:575px){
	.pop-up-content {
		margin-left: -100px;
		top: 0%;
		left: 30% !important;
		width:90%;
	}
}
@media screen and (min-width:576px) and (max-width:991.98px){
	.pop-up-content {
		top: 0% !important;
		left: 35% !important;
		width:500px;
		min-height: 550px;
		margin-left: -150px;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px){
	.pop-up-content {
		margin-left: -100px;
		top: 40% !important;
		left: 55%;
		width:500px;
		min-height: 550px;
	}
}
@media screen and (min-width:1200px) and (max-width:1499.98px){
	.pop-up-content {
		margin-left: -100px;
		top: 50%;
		left: 55%;
		width:500px;
		min-height: 600px;
	}
}
@media screen and (min-width:1500px) and (max-width:1699.98px){
	.pop-up-content {
		margin-left: -100px;
		top: 50%;
		left: 55%;
		width:500px;
		min-height: 600px;
	}
}
@media screen and (min-width:1700px){
	.pop-up-content {
		margin-left: -100px;
		top: 50%;
		left: 55%;
		width:500px;
		min-height: 600px;
	}
}
.pop-up-close {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
	color: #fff;
	background: #ff0000;
	padding: 5px 10px;
	border-radius:36px
}
.pop-up-content h3{
	color:#ff0000;
	text-shadow:0px 2px 2px #000000;
	padding: 30px 30px 0 30px;
}
.pop-up-content ul{
	text-align:left;
	padding:15px 45px 15px 45px;
	color:#004AAD;
}
.pop-up-content ul li{
	list-style:circle;
	
}
.pop-up-content a{
	z-index: 1000;
	position: absolute;
	right: 20px;
}
.pop-up-content .img-pop-up img{
	padding-left:30px;
}
/**.pop-up-content .img-pop-up img{
	position: absolute;
	bottom: 0;
}
@media (max-width:575.98px){
	.pop-up-content .img-pop-up img{
		right: -10px;
		transform: scale(0.9);
	}
}
@media screen and (min-width : 576px) and (max-width: 991.98px){
	.pop-up-content .img-pop-up img{
		right: -25px;
		transform: scale(0.8);
	}
}
@media screen and (min-width: 992px) and (max-width:1023.98px){
	.pop-up-content .img-pop-up img{
		right: -25px;
		transform: scale(0.8);
	}
}
@media screen and (min-width: 1024px) and (max-width:1199.98px){
	.pop-up-content .img-pop-up img{
		right: -40px;
		transform: scale(0.8);
	}
}
@media screen and (min-width: 1200px) and (max-width:1499.98px){
	.pop-up-content .img-pop-up img{
		right: -25px;
		transform: scale(0.9);
	}
}**/
.home-video-pop .modal-content{
	background : transparent !important;
	border : none !important;
}
.home-video-pop .modal-content .modal-header{
	border-bottom : none !important;
}
.home-video-pop .modal-content .close{
	color: #fff !important;
	text-shadow: 0 1px 0 #000 !important;
	opacity : 1 !important;
	width:100%;
	text-align:right;
}

.home-video-pop .modal-content .modal-body iframe{
	border : none !important;
}

.fa.fa-heart{
	color:#ff0000;
}

.footer-title h3{
	font-size:20px;
	margin-bottom:15px;
}

footer{
	/*background-color: #ccd4db !important;*/
	background-color:#F1EFE7 !important;
	padding: 20px 0;
}
/**2. BUTTONS **/
.button-red{
	padding: 10px 20px;
	background-color: #ff0000;
	border-radius: 5px;
	color: #fff !important;
	display:inline-block;
	-moz-transition: width .5s ease, color .5s ease;
	-o-transition: width .5s ease, color .5s ease;
	-webkit-transition: width .5s ease, color .5s ease;
	transition: width .5s ease, color .5s ease;
	text-transform:uppercase;
	margin-bottom:15px;
}
@media screen and (max-width : 575.98px){
	.button-red{
		font-size:12px;
	}
}
.button-red:hover, .button-red:focus, .button-red:active{
	background-color : #ca0202;
	color: #fff;
	
}

.button-blue{
	padding: 10px 20px;
	background-color: #004AAD;
	border-radius: 5px;
	color: #fff !important;
	display:inline-block;
	-moz-transition: width .5s ease, color .5s ease;
	-o-transition: width .5s ease, color .5s ease;
	-webkit-transition: width .5s ease, color .5s ease;
	transition: width .5s ease, color .5s ease;
	text-transform:uppercase;
	margin-bottom:15px;
}
@media screen and (max-width : 575.98px){
	.button-blue{
		font-size:12px;
	}
}
.button-blue:hover, .button-blue:focus, .button-blue:active{
	background-color : #104e7e;
	color: #fff !important;
	
}
.button-grey-normal{
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 5px;
	color: #777 !important;
	display:inline-block;
	-moz-transition: width .5s ease, color .5s ease;
	-o-transition: width .5s ease, color .5s ease;
	-webkit-transition: width .5s ease, color .5s ease;
	transition: width .5s ease, color .5s ease;
	text-transform:uppercase;
	margin-bottom:15px;
}
.button-grey-normal:hover, .button-grey-normal:focus, .button-grey-normal:active{
	background-color : #DCDCDC;
	color: #333 !important;
	
}
@media screen and (max-width : 575.98px){
	.button-grey-normal{
		font-size:12px;
	}
}
.button-grey{
	padding: 10px 20px;
	font-weight:800;
	background-color: #F0F0F0;
	border-radius: 20px;
	color: #707070 !important;
	display:inline-block;
	-moz-transition: width .5s ease, color .5s ease;
	-o-transition: width .5s ease, color .5s ease;
	-webkit-transition: width .5s ease, color .5s ease;
	transition: width .5s ease, color .5s ease;
	margin:15px 0;
	text-transform:uppercase;
}

@media screen and (max-width : 575.98px){
	.button-grey{
		font-size:12px;
	}
}
.button-grey:hover, .button-grey:focus, .button-grey:active{
	background-color: #DCDCDC;
	border-color: #adadad;
}

.button-grey-blue{
	padding: 10px 20px;
	background-color: #ccd4db;
	border-radius: 20px;
	color: #fff;
	display:inline-block;
	-moz-transition: width .5s ease, color .5s ease;
	-o-transition: width .5s ease, color .5s ease;
	-webkit-transition: width .5s ease, color .5s ease;
	transition: width .5s ease, color .5s ease;
	text-transform:uppercase;
	margin:15px 0;
}

@media screen and (max-width : 575.98px){
	.button-grey-blue{
		font-size:12px;
	}
}
.button-grey-blue:hover, .button-grey-blue:focus, .button-grey-blue:active{
	background-color: #0057b8;
	border-color: #0057b8;
	color:#fff;
}

.play-red{
	color : #ff0000;
}
.play-red:hover{
	color : #ca0202;
}

@media screen and (min-width:1200px){
	.button-on-slider{
		margin:20px;
	}
}
.button-on-slider .on-slide{
	display: inline-block;
	margin: 0 10px 20px 0;
}
@media screen and (max-width:575.98px){
	.button-on-slider .on-slide{
		padding:5px 10px;
	}
}
@media screen and (min-width:768px) and (max-width:979.98px){
	.button-on-slider .on-slide{
		padding:10px 10px;
	}
}

@media screen and (max-width:575.98px){
	.play-red.on-slider{
		margin:10px 0;
	}
	.play-red.on-slider .fa{
		font-size:3em
	}
}
@media screen and (min-width:768px) and (max-width:1199.98px){
	.play-red.on-slider{
		margin:10px 0;
	}
	.play-red.on-slider .fa{
		font-size:4em
	}
}

@media screen and (min-width:1200px){
	.play-red.on-slider{
		margin:10px 0;
	}
	.play-red.on-slider .fa{
		font-size:5em
	}
}
/** Timeline **/
.section-timeline{
	padding: 0;
}
.number-slide{
	display:inline-block;
}
.scroll{
	padding-left: 15px;
}
.scroll li{
	list-style-type:none;
}
.scroll li .timeline-item{
	width: 100%;
	margin-bottom: 40px;
}
.scroll li .timeline-item:after{
	content: '';
	display: block;
	clear: both;
}
.scroll li .timeline-content {
	position: relative;
	width: 45%;
	padding: 10px 30px;
	text-align: right;
	padding: 40px 30px 10px 30px;
}

@media screen and (max-width:575.98px){
	.scroll li .timeline-content p{
		font-size:12px;
	}
}
.scroll li:nth-child(odd) .timeline-item .timeline-content{
	float: right;
	text-align: left;
	padding: 40px 30px 10px 30px;
}
@media screen and (max-width:575.98px){
	.scroll li:nth-child(odd) .timeline-item .timeline-content{
	float: right;
	text-align: left;
	padding: 40px 30px 10px 50px;
}
}
.scroll li .timeline-img{
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 3em;
	background: #004AAD;
	border-radius: 50%;
	box-shadow: 0px 3px 6px #000;
	position: absolute;
	left: 48%;
	margin-top: 25px;
	margin-left: -25px;
	line-height: 100px;
	text-align: center;
	opacity: 0.8;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.scroll li .timeline-img:after{
	content:"";
	width:100px;
	background: url('assets/img/2.png') no-repeat;
	position: absolute;
	top: 135px;
	display: block;
	height: inherit;
	background-size: contain;
}
.scroll .highlight .timeline-img {
	background:#ff0000;
	opacity: 1;
}
.scroll .highlight h3 {
	color:#ff0000;
}

@media screen and (max-width:575.98px){
	.scroll li .timeline-img:after{
		top: 250px;
		background-position: top;
		background-size: 70%;
		position: relative;
		top: 100%;
	}
	.scroll li:nth-child(odd) .timeline-item .timeline-content{
		text-align:left;
	}
	.scroll li:nth-child(even) .timeline-item .timeline-content{
		text-align:left;
		padding: 40px 30px 10px 50px;
	}
}
@media screen and (min-width:576px) and (max-width:979.98px){
	.scroll li .timeline-img:after{
		top: 250px;
		background-position: top;
		background-size: 70%;
		position: relative;
		top: 100%;
	}
	.scroll li:nth-child(odd) .timeline-item .timeline-content{
		text-align:left;
	}
	.scroll li:nth-child(even) .timeline-item .timeline-content{
		text-align:left;
		padding: 40px 30px 10px 60px;
	}
}

.scroll li:last-child .timeline-item .timeline-img:after{
	background: none;
}
@media screen and (max-width: 768px){
	.scroll li .section-timeline:before{
		left: 50px;
	}
	.scroll li .timeline-img {
		left: 50px;
	}
	.scroll li .timeline-content {
		max-width: 100%;
		width: auto;
		margin-left: 70px;
	}
	.scroll li:nth-child(odd .timeline-item) .timeline-content{
		float: none;
	}
}

/** Calculator **/
.calc-wrapper{
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	padding:15px;
	margin-bottom:20px;
}

/** Accordion **/
.ui-accordion .ui-accordion-header{
	padding: 15px 20px !important;
	font-weight:normal !important;
}
.ui-accordion-header .fa{
	float:right;
}
.ui-icon{
	display:none !important;
}
.ui-widget-content{
	color:#777 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: 1px solid #d3d3d3 !important;
	background: #fff !important;
	font-weight: normal;
	color: #004AAD !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: 1px solid #ccd4db !important;
	background: #ccd4db !important;
	font-weight: normal;
	color: #fff !important;
	text-shadow:0px 2px 2px #000;
}

/** Tabs **/
.nav-tabs .nav-link{
	color: #fff !important;
	border: 1px solid #fff !important;
	background: #004AAD !important;
}
.nav-tabs .nav-link.active{
	color: #fff !important;
	border: 1px solid #fff !important;
	background: #ca0202 !important;
}

.card-header{
	border: 1px solid #004AAD !important;
	background: #004AAD !important;
	font-weight: normal;
}

.card-header a{
	color: #fff !important;
}

@media(min-width:768px) {
	.nav-tabs {
		display: flex;
	}

	.card {
		border: none;
	}

	.card .card-header {
		display:none;
	}  

	.card .collapse{
		display:block;
	}
}

@media(max-width:767px){
	.nav-tabs {
		display:none !important;
	}

	.tab-pane {
		display: block !important;
		opacity: 1;
	}
}

/** Special Area **/
.full{
	margin: 0 auto;
	width: 100%;
}
.full-half{
	float: left;
}

@media screen and (max-width:575.98px){
	.full-half{
		width: 50%;
	}
}
@media screen and (max-width:576px) and (max-width:991.98px){
	.full-half{
		width: 50%;
	}
}
@media screen and (min-width:992px){
	.full-half{
		width: 50%;
	}
}

/** MODAL VIDEO **/
@media screen and (min-width:768px) and (max-width:991.98px){
	.modal-dialog.home-video-pop{
		max-width: 600px;
	}
}
@media screen and (min-width:992px) and (max-width:1198.98px){
	.modal-dialog.home-video-pop{
		max-width: 800px;
	}
}

@media screen and (min-width:1200px){
	.modal-dialog.home-video-pop{
		max-width: 900px;
	}
}

/** PRICING **/
.pricing_wrapper{
	background: #004AAD;
	color: #fff;
	padding: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-transition: all .5s ease, color .5s ease;
	-o-transition: all .5s ease, color .5s ease;
	-webkit-transition: all .5s ease, color .5s ease;
	transition: all .5s ease, color .5s ease;
	opacity:0.7
}
.pricing_wrapper.tac-grey{
	background:#ccd4db;
	color: #fff;
	padding: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-transition: all .5s ease, color .5s ease;
	-o-transition: all .5s ease, color .5s ease;
	-webkit-transition: all .5s ease, color .5s ease;
	transition: all .5s ease, color .5s ease;
	opacity:0.7
}
.pricing_wrapper:hover{
	cursor:pointer;
	background:#004AAD;
	opacity:1;
}
.same-height{
	height:400px;
}
.pricing_wrapper h3{
	color: #fff;
}

.pricing_wrapper.tac-grey h3{
	color: #fff;
}
.pricing_wrapper h3 span{
	font-size:12px;
}
.pricing_wrapper ul{
	text-align:left;
}
/** BUTTON INSIDE HOVERED DIV (IMAGE HOVER) **/
.resource-thumbnail{
	margin:10px 0;
}
.button-wrapper.inside-hover a{
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	text-shadow: 0px 2px 2px #333;
}
@media screen and (max-width:575.98px){
	.button-wrapper.inside-hover a{
		margin: 35% 30%;
	}
	.button-wrapper.inside-hover a .button-red{
		padding: 10px 20px;
	}
}

@media screen and (min-width:576px) and (max-width:991.98px){
	.button-wrapper.inside-hover a{
		margin: 25% 25%;
	}
	.button-wrapper.inside-hover a .button-red{
		padding: 10px 10px;
	}
}

@media screen and (min-width:992px) and (max-width:1199.98px){
	.button-wrapper.inside-hover a{
		margin: 25% 25%;
	}
	.button-wrapper.inside-hover a .button-red{
		padding: 10px 10px;
	}
}

@media screen and (min-width:1200px){
	.button-wrapper.inside-hover a{
		margin: 30% 20%;
	}
}
.button-wrapper.inside-hover a button{
	border:none;
	cursor:pointer;
}

.resource-caption{
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	font-size: 0.9em;
	height: 38px;
	overflow: hidden;
	padding: 6px 0px;
	resize: none;
	text-align: center;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

/** Clients **/
.client-detail-wrapper{
	margin:50px 0px;
}

.client-detail-wrapper .clients-description{
	border-bottom: 1px solid #ddd;
}

.client-detail-wrapper .clients-description h3{
	text-align:center;
	margin-bottom:30px;
}

/** VIDEO **/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (min-width:1200px){
	.section-content.super-centered{
		padding:0 90px;
	}
	p.super-centered{
		padding:0 90px;
	}
	.section-title.super-centered{
		padding:0 90px;
	}
}

@media screen and (max-width:575.98px){
	.uniformed-size-button{
		width:200px;
	}
}
@media screen and (min-width:576px) and (max-width:767.98px){
	.uniformed-size-button{
		width:200px;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px){
	.uniformed-size-button{
		width:300px;
	}
}
.more-round{
	border-radius:20px;
}
.more-padding{
	padding:15px 16px;
}
.lowercase{
	text-transform:none !important;
}

/** FORMS **/
.form-group label{
	color:#004AAD;
	font-weight:800;
}

#message{
	height:220px !important;
}
[type="submit"]{
	border:none;
	cursor: pointer;
}
.social-media  .icon-wrapper .fa.fa-facebook{
	padding:15px 18px !important;
}
.carousel-control-prev, .carousel-control-prev:hover{
	opacity:1 !important;
}
@media screen and (min-width:1500px) and (max-width:1699.98px){
	.carousel-control-prev{
		left:5% !important;
	}
	.carousel-control-next{
		right:5% !important;
	}
}
@media screen and (min-width:1700px){
	.carousel-control-prev{
		left:5% !important;
	}
	.carousel-control-next{
		right:5% !important;
	}
}
.carousel-control-next, .carousel-control-next:hover{
	opacity:1 !important
}

/** CONTACT US **/
.contact-details p{
	font-size:12px;
}
.zero-right{
	margin-right:0px !important;
}
.zero-left{
	margin-left:0px !important;
}

/** TERMS **/
.testimonial-box {
	margin: 15px 0;
	background: #ccd4db;
	padding: 20px;
	color: #fff;
	float: left;
		-moz-transition: width .5s ease, color .5s ease;
	-o-transition: width .5s ease, color .5s ease;
	-webkit-transition: width .5s ease, color .5s ease;
	transition: width .5s ease, color .5s ease;
	width:100%;
	min-height:150px;
}
.testimonial-box blockquote {
	font-style: italic;
}
a:hover .testimonial-box {
	background-color: #0057b8;
	color:#fff;
}
.testimonial-box-title{
	padding:20px 0;
	min-height: 50px;
	height: 50px;
}
.testimonial-box-footer{
	padding:10px 0;
}

ol li{
	list-style-type:none;
	margin-bottom:15px;
}

@media screen and (max-width:767.98px){
	.imghvr-push-up img{
		width:330px;
		height:330px;
	}
}