/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1
{
	color: #1c4066;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 0 10px 0px;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
}
h2  {
	color: #1c4066;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 0 10px 0px;
	font-family: 'Lato', sans-serif;
	
}

h3 {
	color: #1c4066;
	font-weight: 600;
	line-height: 1.5;
	margin: 30px 0 10px 0px;
	font-family: 'Lato', sans-serif;
}
h4 {
	color: #1c4066;
	font-weight: 600;
	line-height: 1.5;
	margin: 20px 0 10px 0px;
	font-family: 'Lato', sans-serif;
}
h5 {
	color: #1c4066;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 0 10px 0px;
	font-family: 'Lato', sans-serif;
}
h6 {
	color: #1c4066;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 0 10px 0px;
	font-family: 'Lato', sans-serif;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 26px; }

h4 { font-size: 18px; }

h5 { font-size: 0.875rem; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

@media (max-width: 767.98px) {

	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}

}

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #3d7bbb; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 15px; }

small { font-family: 'Lato', sans-serif; }


@media (max-width: 1200px) {
	.display-1 {
		font-size: calc( 1.725rem + 5.7vw );
	}
	.display-2 {
		font-size: calc( 1.675rem + 5.1vw );
	}
	.display-3 {
		font-size: calc( 1.575rem + 3.9vw );
	}
	.display-4 {
		font-size: calc( 1.475rem + 2.7vw );
	}
}


a1 {
	text-decoration: none !important;
	color: #fff;
	font-weight:400;
}

a1:hover { color: #79abde; }



ol li {
	padding: 5px;
	margin-left: 20px;
}

.heading-block h2 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: -1px;
}

.heading-block h3 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
}

/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/


#top-bar {
	position: relative;
	background-color: #1c4066;
	border-bottom: 0px solid #EEE;
	font-size: 30px;
	padding:0px 0px 10px 0;
	
}






/* ----------------------------------------------------------------
	MENU demolanding css
-----------------------------------------------------------------*/

#example1 {
	border: 1px solid;
	padding: 10px;
	box-shadow: 5px 10px 8px 10px #f5f5f5;
  }

:root {
	--themecolor: #3D80E4;
	--secondary-color: #FF3A33;
	--themecolorrgba: 61,128,228;
}

* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.button,
.btn,
.flex-prev,
.flex-next { transition: transform 0.45s cubic-bezier(0.2, 0.7, .3, 1); }

.button:hover,
.btn:hover,
.flex-prev:hover,
.flex-next:hover { transform: translateY(-4px); }

.text-muted { color: #9BB0BF !important; }

.bgsecondary { background-color: var(--secondary-color, #FF3A33); }

.menu-link {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: none;
	color:#fff;
}

.sub-menu-container .menu-item > .menu-link {
	font-size: 15px;
	font-weight: 500 !important;
	background-color: #fff !important;
	color: #1c4066;

}

.sub-menu-container .menu-item > .menu-link i {
	margin-right: 15px;
	color: var(--themecolor, #3D80E4);
	font-size: 18px;
}

.sub-menu-container:not(.mega-menu-column),
.mega-menu-content {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px 0px;
	margin-top: -1px;
}

.dark #header-wrap:not(.not-dark) .menu-container > .menu-item > .menu-link,
.dark #primary-menu:not(.not-dark) .sub-menu-container .menu-item > .menu-link { color: #FFF; }

.slider-element {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide-imgs .iphone-img {
	position: relative;
	z-index: 1;
	width: 330px;
	-webkit-transform: perspective(1400px) rotateY(-20deg) rotateX(10deg) rotateZ(6deg) scale(0.8) translateX(50%) translateY(6%);
	transform: perspective(1400px) rotateY(-20deg) rotateX(10deg) rotateZ(6deg) scale(0.8) translateX(50%) translateY(6%);
	transition: transform 0.45s cubic-bezier(0.2, 0.7, .3, 1);
}

.slide-imgs:hover .iphone-img {
	-webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(0.95) translateX(40%) translateY(8%);
	transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(0.95) translateX(20%) translateY(4%);
}

.slide-imgs .card-img {
	position: absolute;
	bottom: 10px;
	left: -90px;
	width: 330px;
	transition: opacity 0.65s cubic-bezier(0.2, 0.7, .3, 1);
	z-index: 1;
}

.slider-element  { z-index: 1; }

.section-clients {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 45px 0;
	background-color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



.container-index{
	background-color: black;
	margin: 350px auto;
	height:auto;
	width:auto;
	padding: 10px;
	opacity:0.6;
}






/* ----------------------------------------------------------------
	Slider Transparent Box
-----------------------------------------------------------------*/


.box-transparent {
  width: 520px;
  padding: 20px;
  border: 0px solid gray;
  margin: 0;
  opacity:0.90;
  background-color:#000
}


/* Sidebar Nav
-----------------------------------------------------------------*/

.sidebar-nav {
	font-size: 40px;
	
	
	
}


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/

.content-wrap {
	position: relative;
	padding: 30px 0;
	overflow: hidden;
}

/* ----------------------------------------------------------------
	Pricing Table
-----------------------------------------------------------------*/

.pricing-table .card {
	border-radius: 10px;
	padding: 15px 40px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: -1px -1px;
	background-size: 102% 160px;
	border-color: rgba(255, 255, 255, 0.3);
}


.pricing-table .card h2 { font-size: 30px; }

.pricing-table .card p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6 !important;
}

.pricing-table .card .iconlist {
	font-size: 15px;
	font-weight: 500;
	color: #888;
	font-family: 'Roboto';
}

.pricing-table .card .iconlist li:not(:last-child) { margin-bottom: 7px; }


/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/

.accordion { margin-bottom: 20px; }

.accordion-header {
	padding: 0.75rem 0;
	border-top: 1px dotted #DDD;
	cursor: pointer;
}

.accordion:not([data-collapsible="true"]) .accordion-header.accordion-active { cursor: auto; }

.accordion-header:first-child { border-top: none; }

.accordion-header:not(.accordion-active) .accordion-open,
.accordion-active .accordion-closed { display: none; }

.accordion-active .accordion-open { display: inline-block; }

.accordion-content {
	padding-top: 0;
	padding-bottom: 1.5rem;
}


/* Accordion - with Title Background
-----------------------------------------------------------------*/

.accordion-bg .accordion-header {
	background-color: #1c4d66;
	padding: 0.35rem;
	border-radius: 2px;
	margin: 0;
	margin-bottom: 2px;
	border-top: 0;
	color:#1c4d66;
}

.accordion-bg .accordion-content {
	padding: 0.75rem 0.75rem 1.5rem;
}


/* Accordion - Bordered
-----------------------------------------------------------------*/

.accordion-border {
	border: 1px solid #DDD;
	border-radius: 4px;
}

.accordion-border .accordion-header {
	border-color: #CCC;
	padding: 0.75rem;
	margin: 0;
}

.accordion-border .accordion-content {
	padding: 0 1.125rem 1.5rem;
}


/* Accordion - Large
-----------------------------------------------------------------*/

.accordion-lg .accordion-header {
	font-size: 1.25rem;
}

.accordion-title {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 5px;
	font-size:  0.9em;
	font-weight:500;
	
	
}

.accordion-title1 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 5px;
	font-size:  0.9em;
	font-weight:500;
	
}

.accordion-title2 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 5px;
	font-size:  0.9em;
	font-weight:500;
	color:#FFF
}
	


/* Hotspot Map Australia
----------------------------------------------------------------*/


.hotspot-img { position: relative; }

.hotspot-img img { opacity: .6; }

.hotspot-img .hot-spot {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 5px;
	left: 5px;
	text-align: center;
	background-color: rgba(23, 122, 188, 0.8);
	border: 1px solid #FFF;
	border-radius: 100%;
	cursor: pointer;
	transition: transform .3s ease;
}

.hotspot-img .hot-spot .circle {
	display: block;
	position: absolute;
	top: 47%;
	left: 47%;
	width: 2em;
	height: 2em;
	margin: -1em auto auto -1em;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	background: #87adff;
	opacity: 0;
	z-index: -1;
	-webkit-animation: pulsate 3.5s ease-out infinite;
	animation: pulsate 3.5s ease-out infinite;
}

.hotspot-img .hot-spot:nth-child(2) .circle { animation-delay: 2s; }
.hotspot-img .hot-spot:nth-child(3) .circle { animation-delay: 3.5s; }
.hotspot-img .hot-spot:nth-child(4) .circle { animation-delay: 5.2s; }
.hotspot-img .hot-spot:nth-child(5) .circle { animation-delay: 6.4s; }
.hotspot-img .hot-spot:nth-child(6) .circle { animation-delay: 8s; }
.hotspot-img .hot-spot:nth-child(7) .circle { animation-delay: 9.2s; }
.hotspot-img .hot-spot:nth-child(8) .circle { animation-delay: 11s; }
.hotspot-img .hot-spot:nth-child(9) .circle { animation-delay: 13s; }
.hotspot-img .hot-spot:nth-child(10) .circle { animation-delay: 15s; }

.hotspot-img .hot-spot .tooltip {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	opacity: 0;
	display: none;
	left: 0;
	padding: 8px 10px;
	position: absolute;
	top: 20px;
	width: auto;
	z-index: 999;
	box-shadow: 0 10px 80px rgba(0,0,0,0.1), 0 10px 50px rgba(0,0,0,0.1);
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.hotspot-img .hot-spot.hotspot-tooltip-open .tooltip {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.hotspot-img .hot-spot .tooltip.ontop {
	top: auto;
	bottom: 35px;
}

.hotspot-img .hot-spot .tooltip  p {
	font-size: 13px;
	line-height: 1.3rem !important;
	margin-bottom: 0;
	white-space: nowrap;
	color: #666 !important;
	text-transform: capitalize;
}

@-webkit-keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	 45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}
@keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
		45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}

.iconlist li:not(:first-child) { margin-top: 8px; }
.iconlist li img {
	position: relative;
	margin-top: -2px;
	width: 16px;
	margin-right: 5px;
}

.iconlist a {
	font-size: 15px;
	color: #444;
}

.iconlist a:hover { text-decoration: underline !important; }
.text-muted { opacity: 0.5; }

.pricing-price::after { content: none }

.irs-single { top: -12px; }

.irs-slider {
	background: #44aaac;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	top: 13px;
}

.irs-slider::after {
	content: "\e733";
	font-family: 'font-icons';
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 11px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.price-compare { list-style-type: disc; }
.price-compare.iconlist li:not(:first-child) {
	font-weight: 300;
	margin-top: 15px;
}


.testimonials-carousel .owl-item {
	opacity: 0.25;
	transform: scale(.9);
	-webkit-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testi-content p { font-size: 16px; }

.clients { max-height: 50px; }

.owl-stage-outer::before,
.owl-stage-outer::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(left, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
	background: -webkit-linear-gradient(left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	background: linear-gradient(to right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00f9f9f9',GradientType=1 );
}

.owl-stage-outer::after {
	left: auto;
	right: 0;
	background: -moz-linear-gradient(right, rgba(249,249,249,1) 52%, rgba(249,249,249,0.06) 90%, rgba(249,249,249,0) 100%);
	background: -webkit-linear-gradient(right, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
	background: linear-gradient(to left, rgba(249,249,249,1) 52%,rgba(249,249,249,0.06) 90%,rgba(249,249,249,0) 100%);
}

.bg-angle::after,
.section.bg-angle::before {
	content: '';
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: absolute;
	height: 70px;
	bottom: -70px;
	left: 0;
	transform-origin: 0;
	-webkit-transform-origin: 0;
	-webkit-transform: skewY(-1.5deg);
	-moz-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	-o-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
	background-color: #44aaac;
	z-index: 1;
}

.section.bg-angle::before { top: -30px; }

.section.bg-angle::after,
.section.bg-angle::before { background-color: #FFF; }

.dark .primary-menu ul li,
.dark .primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-top-color: rgba(255, 255, 255, 0.1) }



/* Pricing Table Border
----------------------------------------------------------------*/

.box-table .card {
	border-radius: 10px;
	padding: 25px 40px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: -1px -1px;
	background-size: 102% 160px;
	border-color: rgba(255, 255, 255, 0.3);
}

.box-table .card h2 { font-size: 30px; }

.box-table .card p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6 !important;
}

.box-table .card .iconlist {
	font-size: 15px;
	font-weight: 500;
	color: #888;
	font-family: 'Roboto';
}

/* Form Validation
----------------------------------------------------------------*/
.help-block {
	color:red;
	font-size: 15px;
}

.form-group .has-error {
	border-color: red;


}

/* Form Hide Spam
----------------------------------------------------------------*/

.prefer{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/* Email Validation
----------------------------------------------------------------*/

.form-group > label.error {
	display: block !important;
	text-transform: none;
}

.form-group input.valid ~ label.error,
.form-group input[type="text"] ~ label.error,
.form-group input[type="email"] ~ label.error,
.form-group input[type="number"] ~ label.error,
.form-group select ~ label.error { display: none !important; }

.calories-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* Link for Broker Page
----------------------------------------------------------------*/

.link {

color:#3d7bbb;

}


/* ----------------------------------------------------------------
	Error 404
-----------------------------------------------------------------*/


.error404 {
	display: block;
	font-size: 18vw;
	font-weight: 700;
	color: #DDD;
	line-height: 1;
	letter-spacing: 4px;
}

.thanks101 {
	display: block;
	font-size: 9vw;
	font-weight: 700;
	color: #DDD;
	line-height: 1;
	letter-spacing: 4px;
}

.error404-wrap .container { z-index: 7; }

.error404-wrap .error404 {
	line-height: 0.9;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 19vw;
	color: #FFF !important;
	opacity: 0.2;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.error404-wrap .heading-block h4 {
	font-weight: 300;
	margin-bottom: 8px;
}

.error404-wrap .heading-block span { font-size: 1.125rem; }

.error404-wrap form { max-width: 500px; }


