
/*
Table Of Contents

1.)  Typography
2.)  Container - Main
3.)  Header - Main
4.)  Content - Main
5.)  Footer - Main

===============================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("bootstrap.min-12.css") all;
@import url("fontawesome-all.min.css") all;
@import url("fa-brands.min.css") all;
@import url("fa-light.min.css") all;
@import url("fa-regular.min.css") all;
@import url("fa-solid.min.css") all;
@import url("fancybox.css") all;


@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap'); /* font-family: 'Lato', sans-serif; */

@font-face {
    font-family: 'Lato';
    src: url('../eot/lato-heavy-webfont.eot');
    src: url('../eot/lato-heavy-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/lato-heavy-webfont.woff2') format('woff2'),
         url('../woff/lato-heavy-webfont.woff') format('woff'),
         url('../ttf/lato-heavy-webfont.ttf') format('truetype'),
         url('../svg/lato-heavy-webfont.svg#latoheavy') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../eot/roboto-light-webfont.eot');
    src: url('../eot/roboto-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/roboto-light-webfont.woff2') format('woff2'),
         url('../woff/roboto-light-webfont.woff') format('woff'),
         url('../ttf/roboto-light-webfont.ttf') format('truetype'),
         url('../svg/roboto-light-webfont.svg#Roboto') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../eot/roboto-regular-webfont.eot');
    src: url('../eot/roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../404.html') format('woff2'),
         url('../woff/roboto-regular-webfont.woff') format('woff'),
         url('../ttf/roboto-regular-webfont.ttf') format('truetype'),
         url('../svg/roboto-regular-webfont.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../eot/proximanova-light-webfont.eot');
    src: url('../eot/proximanova-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/proximanova-light-webfont.woff2') format('woff2'),
         url('../woff/proximanova-light-webfont.woff') format('woff'),
         url('../ttf/proximanova-light-webfont.ttf') format('truetype'),
         url('../svg/proximanova-light-webfont.svg#Proxima Nova') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../eot/proximanova-semibold-webfont.eot');
    src: url('../eot/proximanova-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../woff2/proximanova-semibold-webfont.woff2') format('woff2'),
         url('../woff/proximanova-semibold-webfont.woff') format('woff'),
         url('../ttf/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../svg/proximanova-semibold-webfont.svg#Proxima Nova') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'seguisli';
    src: url('../eot/seguisli.eot');
    src: url('../eot/seguisli.eot') format('embedded-opentype'),
         url('../woff2/seguisli.woff2') format('woff2'),
         url('../woff/seguisli.woff') format('woff'),
         url('../ttf/seguisli.ttf') format('truetype'),
         url('../svg/seguisli.svg#seguisli') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
	font-family: 'SegoeUI';
	src: url('../eot/seguisb.eot');
	src: url('../eot/seguisbd41d.eot?#iefix') format('embedded-opentype'),
		url('../woff2/seguisb.woff2') format('woff2'),
		url('../404.html') format('truetype'),
		url('../404.html') format('woff'),
		url('../svg/segoeui-semibold.svg#SegoeUI') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
    font-family: 'Segoeui';
    src: url('../404.html');
    src: url('../404.html') format('embedded-opentype'),
         url('../404.html') format('woff2'),
         url('../woff/segoeuibold.woff') format('woff'),
         url('../ttf/segoeuibold.ttf') format('truetype'),
         url('../404.html#Segoeui') format('svg');
    font-weight: 700;
    font-style: normal;
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #000000;
	line-height: 36px; 
	background: #cccccc;
	margin: 0;
	padding: 0;
}

@media (max-width: 1199px) {
body {
	font-size: 20px;
	line-height: 32px;
}
}

@media (max-width: 767px) {
body {
	font-size: 18px; 
	line-height: 28px;
}
}

sub, 
sup {
	font-size: 65%;
}


/* #Links
================================================== */

a {
	color: #1ca6fe;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	outline: 0;
}

a:hover, 
a:focus, 
a:active {
	color: #0e388f;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:visited {
	outline: 0;
	text-decoration: none;
}


/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: 900;	
	padding: 0 0 30px 0;
	margin: 0;
}

h1, 
h2 {
	font-size: 50px;
	line-height: 60px;
}

h3 {
	font-weight: 600;
	font-size: 35px;
	line-height: 44px;
}

h4 {
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
}

p {
	padding: 0 0 35px 0;
	margin: 0;
}

h1:last-child, 
h2:last-child,
h3:last-child,
h4:last-child,
p:last-child { 
	padding-bottom: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 900;
}

.underline {
	text-decoration: underline;
}

.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

@media (max-width: 1199px) {
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	padding: 0 0 25px 0;
}

h1, 
h2 {
	font-size: 40px;
	line-height: 50px;
}

h3 {
	font-size: 30px;
	line-height: 38px;
}

h4 {
	font-size: 24px;
	line-height: 28px;
}

p {
	padding: 0 0 30px 0;
}
}

@media (max-width: 767px) {
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	padding: 0 0 20px 0;
}

h1, 
h2 {
	font-size: 30px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	line-height: 26px;
}

p {
	padding: 0 0 25px 0;
}
}


/* #Unorder Styles
================================================= */

ul, 
ol {
	list-style: none; 
	text-align: left;
	padding: 0;
	margin: 0;
}
	
li {
	min-height: 37px;
	position: relative;
	padding: 0 0 18px 58px;
	margin: 0;
}

li:last-child {
	padding-bottom: 35px;
}

ul li::before {
	width: 37px;
	height: 37px;
	float: left;
	content: "\f00c";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 700;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	line-height: 37px;
	background: #a7d22a;
	border: none;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 1199px) {
li {
	min-height: 30px;
	padding: 0 0 15px 50px;
}

li:last-child {
	padding-bottom: 30px;
}

ul li::before {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px; 
	top: 2px;
}
}

@media (max-width: 767px) {
li {
	min-height: 24px;
	padding: 0 0 10px 38px;
}

li:last-child {
	padding-bottom: 25px;
}

ul li::before {
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
}
}


/* #Order Styles
================================================= */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
}

ol > li::before {
	content: counter(item) ""; 
	width: 37px; 
	height: 37px; 
	float: left;
	font-weight: 900; 
	font-size: 20px;
	color: #ffffff; 
	line-height: 37px;
	text-align: center; 
	background: #a7d22a; 
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

ol > li:nth-child(n+10):before {
	left: -10px;
}

ol > li:nth-child(n+100):before {
	left: -20px;
}

@media (max-width: 1199px) {
ol > li::before {
	width: 30px; 
	height: 30px; 
	font-size: 16px;
	line-height: 30px;
	top: 2px;
}
}

@media (max-width: 767px) {
ol > li::before {
	width: 24px; 
	height: 24px; 
	font-size: 14px;
	line-height: 24px;
}
}


/* #Input
================================================= */

textarea, 
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

input, 
textarea, 
select {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	float: left;
	font-family: "Segoeui", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	letter-spacing: normal;
	text-transform: none;
	padding: 0 0 10px 0;
	margin: 0;
}

textarea, 
select,
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	width: 100%;
	height: 57px;
	float: left;
	font-family: "seguisli", sans-serif;
	font-weight: 300; 
	font-size: 17px;
	color: #000000;
	line-height: 24px;
	letter-spacing: 0.043em;
	background: none;
	border: 1px solid #cccccc;
	border-radius: 360px;
	outline: none;
	position: relative;
	padding: 15px 40px;
	margin: 0;
}

textarea {
	height: 200px;
	outline: none;
	resize: none;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #414141;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #414141;
}

::-moz-placeholder {
	color: #414141;
}

::-ms-input-placeholder {
	color: #414141;
}

@media (max-width: 767px) {
textarea, 
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	height: 52px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.03em;
	padding: 12px 30px;
}

textarea {
	height: 170px;
}
}


/* #Buttons
================================================= */

.btn, 
button, 
input[type="button"], 
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-size: 30px;
	color: #000000;
	line-height: 36px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: #fef11c;
	box-shadow: none;
	border: none;
	border-radius: 360px;
	position: relative;
	cursor: pointer;
	outline: 0;
	padding: 33px 60px 35px 60px;
	margin: 0;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.btn:active:focus, 
.btn.active, 
.btn.active:focus, 
button:hover, 
button:focus, 
button:active, 
button:active:focus, 
button.active, 
button.active:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="button"]:active, 
input[type="button"]:active:focus, 
input[type="button"].active, 
input[type="button"].active:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus, 
input[type="submit"]:active, 
input[type="submit"]:active:focus, 
input[type="submit"].active, 
input[type="submit"].active:focus, 
.btn:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled):active {
	color: #000000;
	text-decoration: none;
	background: #fdf577;
	outline: 0;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

a.btn.disabled, 
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: none; 
	display: inline-block;
}

@media (max-width: 1199px) {
.btn, 
button, 
input[type="button"], 
input[type="submit"] {
	font-size: 24px;
	line-height: 30px;
	padding: 24px 40px 26px 40px;
}
}

@media (max-width: 767px) {
.btn, 
button, 
input[type="button"], 
input[type="submit"] {
	font-size: 18px;
	line-height: 24px;
	padding: 15px 25px 15px 25px;
}
}

figure {
	padding: 0;
	margin: 0;
}


/* #OWL */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,  
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: none; 
	display: inline-block; 
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	width: 100%;
}

.owl-carousel .owl-nav.disabled,  
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,  
.owl-carousel .owl-nav .owl-next,  
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
 @keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../404.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, 
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-controls {
	padding: 0;
	margin: 0;
}

.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

.owl-nav {
	width: 100%;
	float: left; 
}

.owl-nav div {
	width: 46px;
	height: 46px;
	float: left;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -23px 0 0 0;
}

.owl-nav div:before {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900;
	font-size: 24px;
	color: #ffffff;
	line-height: 46px;
	text-align: center;
	text-indent: 0;
	background: #0e388f;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav div.disabled:before {
	background: #bfbfbf;
	cursor: default;
}

.owl-nav .owl-prev {
	left: 0;
}

.owl-nav .owl-prev:before {
	content: "\f053";
	padding-right: 3px; 
}

.owl-nav .owl-next {
	right: 0;
}

.owl-nav .owl-next:before {
	content: "\f054";
	padding-left: 3px; 
}

@media (max-width: 767px) {
.owl-nav div {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}

.owl-nav div:before {
	font-size: 16px;
	line-height: 30px;
}
}


/* Bullets */
.owl-dots {
	width: 100%; 
	height: 15px; 
	float:left; 
	text-align: center;
	padding: 0;
	margin: 25px 0 0 0;
}

.owl-dots .owl-dot {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 0;
	margin: 0 5px;
}

.owl-dots .owl-dot span {
	display: block;
	width: 15px;
	height: 15px;
	background: #bfbfbf; 
	border-radius: 360px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.owl-dots .owl-dot.active span {
	background: #0e388f; 
}

.owl-carousel .owl-controls .disabled, 
.owl-carousel .owl-controls .disabled {
	display: none;
}


/* 
 2.) Container - Main
----------------------------------------*/

.container-main {
	width: 100%;
	float: left; 
	background: #ffffff;
	position: relative;
	overflow: hidden; 
}

.container {
	width: 100%;
	max-width: 1160px;
	padding: 0 40px;
}

@media (max-width: 767px) {
.container {
	width: 100%;
	max-width: 540px;
	padding: 0 20px;
}
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}


/* Embed - Video */
figure .embed-responsive,
.figure .embed-responsive {
	padding-bottom: 56.5%; 
}

/* Arrow - Down */
.arrow-down { 
	width: 100%; 
	float: left; 
	font-size: 74px; 
	color: #c3c5c9; 
	line-height: 1em; 
	text-align: center; 
	margin: 0 0 32px 0;
}

.arrow-down:last-child { 
	margin-bottom: 0;
} 

.arrow-down a { 
	color: #c3c5c9; 
	text-decoration: none;
}

.arrow-down a:hover { 
	color: #000000;
}

@media (max-width: 1199px) {
.arrow-down { 
	font-size: 60px; 
	margin: 0 0 25px 0;
}
}

@media (max-width: 767px) {
.arrow-down { 
	font-size: 45px; 
	margin: 0 0 20px 0;
}
}


/* Icon - Play */
.icon-play {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.icon-play img {
	width: 100%;
}

.icon-play:before { 
	content: ""; 
	width: 82px; 
	height: 82px; 
	float: left; 
	text-decoration: none; 
	text-indent: -9999px;	
	background: rgba(26, 166, 254, 0.77) url(../png/icon-play-3.png) no-repeat center center; 
	background-size: 26px auto; 
	border-radius: 360px;	
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0); 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin: -41px 0 0 -41px;
}

.icon-play:hover:before,
.icon-play:focus:before,
.icon-play:active:before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1199px) {
.icon-play:before { 
	width: 66px; 
	height: 66px; 
	float: left;	
	background-size: 20px auto; 
	margin: -33px 0 0 -33px;
}
}

@media (max-width: 767px) {
.icon-play:before { 
	width: 50px; 
	height: 50px; 
	background-size: 18px auto; 
	margin: -25px 0 0 -25px;
}
}


/* Mac - Video */
.mac-video-out {
	width: 100%;
	display: block;
	max-width: 850px;
	margin: 0 auto;
}

.mac-video {
	width: 100%;
	float: left;
	background: url(../png/mac-desktop.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 3% 12.2% 7% 12.2%;
}

.mac-video img {
	width: 100%;
}

.mac-video a {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.mac-video a:before {
	content: "";
	width: 100px;
	height: 100px;
	float: left;
	text-decoration: none;
	text-indent: -9999px;	
	background: rgba(0, 0, 0, 0.77) url(../png/icon-play-blue.png) no-repeat center center;
	background-size: 30px auto;
	border-radius: 360px;	
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
}

.mac-video a:hover:before,
.mac-video a:focus:before,
.mac-video a:active:before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.mac-video .embed-responsive {
	padding-bottom: 57.5%; 
}

@media (max-width: 1199px) {
.mac-video a:before {
	width: 80px;
	height: 80px;
	float: left;	
	background-size: 24px auto;
	margin: -40px 0 0 -40px;
}
}

@media (max-width: 767px) {
.mac-video a:before {
	width: 50px;
	height: 50px;
	background-size: 18px auto;
	margin: -25px 0 0 -25px;
}
}


/* Bottom CTA - Content */
.btm-cta-cont { 
	width: 100%; 
	float: left;
	text-align: center; 
	padding: 0 0 80px 0;
}

.btm-cta-cont h2 {
	padding-bottom: 35px;
}

.btm-cta-cont .cards-out {
	margin-top: 25px;
}

.btm-cta-cont .cards-out img {
	width: 100%;
	max-width: 337px;
}

.btm-cta-cont .aside {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	margin: -30px 0 0 0;
}

.btm-cta-cont.cont2 { 
	padding-top: 50px;
}

.btm-cta-cont.cont2 .aside { 
	margin: 0;
}

@media (max-width: 1199px) {
.btm-cta-cont { 
	padding: 0 0 70px 0;
}

.btm-cta-cont h2 {
	padding-bottom: 30px;
}

.btm-cta-cont .cards-out {
	margin-top: 20px;
}

.btm-cta-cont.cont2 { 
	padding-top: 40px;
}
}

@media (max-width: 767px) {
.btm-cta-cont { 
	padding: 0 0 50px 0;
}

.btm-cta-cont h2 {
	padding-bottom: 25px;
}

.btm-cta-cont .aside {
	margin: -70px 0 0 0;
}
}


/* Bottom CTA - Content */
.btm-cta-cont.blue-bg { 
	background: #0e388f; 
	position: relative; 
	padding: 110px 0 120px 0;
}

.btm-cta-cont.blue-bg:before {
	content: "";
	width: 100%;
	height: 90px;
	float: left;
	background: url(../png/cta-bg-1.png) no-repeat bottom center; 
	position: absolute;
	bottom: -1px;
	left: 0;
}

.btm-cta-cont.blue-bg.bg2:before {	
	background-image: url(../png/cta-bg-2.png); 
} 

.btm-cta-cont.blue-bg h2 { 
	color: #ffffff;
}

.btm-cta-cont.blue-bg .aside {
	margin: 0;
}

@media (min-width: 1440px) {
.btm-cta-cont.blue-bg:before {
	background-size: 100% 90px;
}

.btm-cta-cont.blue-bg.bg2:before {	
	background-size: 100% 90px;
} 
}

@media (max-width: 1199px) {
.btm-cta-cont.blue-bg { 
	padding: 70px 0 90px 0;
}
}

@media (max-width: 767px) {
.btm-cta-cont.blue-bg { 
	padding: 50px 0 70px 0;
}
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 45px 0;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt h2 {
	padding: 0 0 23px 0;
}

.heading-txt h2:last-child {
	padding-bottom: 0;
}

.heading-txt h3 { 
	padding-right: 5%; 
	padding-left: 5%;
}

.heading-txt aside {
	width: 100%;
	max-width: 940px;
	float: none;
	display: inline-block;
}

@media (max-width: 1199px) {
.heading-txt {
	padding: 0 0 40px 0;
}

.heading-txt h2 {
	padding: 0 0 20px 0;
}

.heading-txt h3 { 
	padding-right: 0; 
	padding-left: 0;
}

}

@media (max-width: 767px) {
.heading-txt {
	padding: 0 0 35px 0;
}
}


/* 
 3.) Content - Main
----------------------------------------*/

.content-main { 
	width: 100%; 
	float: left;
}


/* Banner - Main */
.banner-main {
	width: 100%;
	float: left;
	text-align: center;
	background: #2a57b7 url(../png/banner-bg.png) no-repeat bottom center; 
	position: relative;
	padding: 85px 0 105px 0;
}

.banner-main h1 {
	color: #ffffff; 
	padding-right: 5%; 
	padding-left: 5%;
}

.banner-main h4 {
	color: #ffffff;
	padding: 0 10% 17px 10%;
}

.banner-main h4:last-child { 
	padding-bottom:0;
}

.banner-main .mac-video { 
	margin: 30px 0 45px 0;
} 

.banner-main .list-out {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 65px 0;
}

.banner-main .list-out:last-child {
	padding-bottom: 0;
}

.banner-main .list-out aside {
	width: 100%;
	max-width: 940px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.banner-main .list-out aside ul {
	width: 108.50%;
	float: left;
	padding: 0;
	margin: 0 -4.25% -28px -4.25%;
}

.banner-main .list-out aside ul li {
	width: 41.75%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff; 
	line-height: 28px; 
	letter-spacing:0.004em;
	padding: 0 0 28px 56px;
	margin: 0 4%;
}

.banner-main .list-out aside ul li:before { 
	top: -4px;
}

.banner-main .btm-cta-cont {
	background: none;
	padding: 0
}

.banner-main .btm-cta-cont .aside { 
	margin: 0;
}

@media (min-width: 1440px) {
.banner-main {
	background-size: 100% 100%;
}
}

@media (max-width: 1199px) {
.banner-main {
	padding: 70px 0 100px 0;
}

.banner-main h1 {
	padding-right: 0; 
	padding-left: 0;
}

.banner-main h4 {
	padding: 0 0 15px 0;
}

.banner-main .mac-video { 
	margin: 25px 0 35px 0;
} 

.banner-main .list-out {
	padding: 0 0 50px 0;
}

.banner-main .list-out aside ul {
	width: 106%;
	margin: 0 -3% -20px -3%;
}

.banner-main .list-out aside ul li {
	width: 44%; 
	font-size: 17px;
	padding: 0 0 20px 50px; 
	margin: 0 2.80%;
}

.banner-main .list-out aside ul li:before { 
	top: -2px;
}
}

@media (max-width: 767px) {
.banner-main {
	padding: 40px 0 70px 0;
}

.banner-main .mac-video { 
	margin: 20px 0 30px 0;
} 

.banner-main .list-out {
	padding: 0 0 40px 0;
}

.banner-main .list-out aside {
	max-width: 100%;
}

.banner-main .list-out aside ul {
	width: 100%;
	margin: 0 0 -15px 0;
}

.banner-main .list-out aside ul li { 
	width: 100%;
	font-size: 16px; 
	line-height: 26px;
	padding: 0 0 15px 36px; 
	margin: 0;
}

.banner-main .list-out aside ul li:before {
	top: 2px;
}
}


/* Video - List */
.video-list {
	width: 100%;
	float: left; 
	text-align: center; 
	background: #eef3fe; 
	padding: 25px 0 75px 0;
}

.video-list .container { 
	max-width: 1300px;
}

.video-list .heading-txt { 
	width: 100%; 
	float: left; 
	text-align: center; 
	padding: 0 0 60px 0;
}

.video-list .heading-txt h2 { 
	padding-bottom: 25px;
} 

.video-list .heading-txt h2:last-child { 
	padding-bottom: 0;
} 

.video-list .heading-txt h3 { 
	padding-right: 5%; 
	padding-left: 5%; 
} 

.video-list .heading-txt h4 { 
	padding: 0 5% 32px 5%;
}

.video-list .heading-txt h4:last-child { 
	padding-bottom: 0;
} 

.video-list .heading-txt aside { 
	width: 100%; 
	max-width: 1000px;  
	float: none; 
	display: inline-block;
} 

.video-list .article {
	width: 45.32%; 
	float: none; 
	display: inline-block; 
	vertical-align: top;
	margin: 0 2.20% 46px 2.20%;
}

.video-list .article p { 
	font-weight: 700; 
	text-transform: uppercase; 
	color: #050824;
}

.video-list .article figure {
	width: 100%;
	float: left;
	text-align: center; 
	box-shadow: rgba(26, 166, 254, 0.3) 0 0 20px;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 0;
}

.video-list .article figure:last-child { 
	margin-bottom: 0;
}

.video-list .article figure img {
	width: 100%;
}

.video-list .article figure a { 
	width: 100%; 
	float: left; 
	text-decoration: none;
}

.video-list .article-out {
	width: 104.68%;
	float: left;
	margin: 0 -2.34% -46px -2.34%;
}

@media (max-width: 1199px) {
.video-list {
	padding: 25px 0 60px 0;
}

.video-list .heading-txt { 
	padding: 0 0 50px 0;
}

.video-list .heading-txt h2 { 
	padding-bottom: 20px;
} 

.video-list .heading-txt h3 { 
	padding-right: 0; 
	padding-left:0; 
} 

.video-list .heading-txt h4 { 
	padding: 0 0 25px 0;
}

.video-list .article {
	margin: 0 2.20% 35px 2.20%;
}

.video-list .article-out {
	width: 104.68%;
	float: left;
	margin: 0 -2.34% -35px -2.34%;
}
}

@media (max-width: 767px) {
.video-list {
	padding: 20px 0 45px 0;
}

.video-list .container { 
	max-width: 540px;
}

.video-list .heading-txt { 
	padding: 0 0 40px 0;
}

.video-list .heading-txt h4 { 
	padding: 0 0 20px 0;
}

.video-list .heading-txt aside { 
	max-width: 100%;  
} 

.video-list .article {
	width: 100%; 
	margin: 0 0 30px 0;
}

.video-list .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}
}


/* Row - Content */
.row-content {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 85px 0;
}

.row-content .container {
	max-width: 1060px;
}

.row-content .cont-txt {
	width: 100%;
	float: left;
	padding: 0 0 70px 0;
}

.row-content .cont-txt:last-child {
	padding-bottom: 0;
}

.row-content .cont-txt h2 {
	padding: 0 0 23px 0;
}

.row-content .cont-txt h2:last-child {
	padding-bottom: 0;
}

.row-content .cont-txt h3 {
	padding: 0 5% 45px 5%;
}

.row-content .cont-txt h3:last-child {
	padding-bottom: 0;
}

.row-content .cont-txt figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: -10px 0 0 0;
}

.row-content .cont-txt figure img {
	max-width: 100%;
	border-radius: 28px;
}

.row-content .list-out {
	width: 100%;
	float: left;
	padding: 0 0 47px 0;
}

.row-content .list-out:last-child {
	padding-bottom: 0;
}

.row-content .list-out h3 {
	font-weight: 900;
	padding: 0 0 40px 0;
}

.row-content .list-out h3:last-child {
	padding-bottom: 0;
}

.row-content .list-out ul li:last-child {
	padding-bottom: 0;
}

.row-content .list-out aside {
	width: 100%;
	max-width: 600px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.row-content {
	padding: 20px 0 70px 0;
}
.row-content .cont-txt {
	padding: 0 0 50px 0;
}
.row-content .cont-txt h2 {
	padding: 0 0 20px 0;
}
.row-content .cont-txt h3 {
	padding: 0 0 35px 0;
}
.row-content .cont-txt figure {
	margin: -5px 0 0 0;
}
.row-content .cont-txt figure img {
	border-radius: 22px;
}
.row-content .list-out {
	padding: 0 0 45px 0;
}
.row-content .list-out h3 {
	padding: 0 0 30px 0;
}
}

@media (max-width: 767px) {
.row-content {
	padding: 20px 0 50px 0;
}
.row-content .cont-txt {
	padding: 0 0 45px 0;
}
.row-content .cont-txt h2 {
	padding: 0 0 15px 0;
}
.row-content .cont-txt h3 {
	padding: 0 0 25px 0;
}
.row-content .cont-txt figure {
	margin: 0 0 0 0;
}
.row-content .cont-txt figure img {
	border-radius: 20px;
}
.row-content .list-out {
	padding: 0 0 40px 0;
}
.row-content .list-out h3 {
	padding: 0 0 25px 0;
}
}


/* Video - Block */
.video-block {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 70px 0;
}

.video-block:last-child {
	margin-bottom: 0;
}

.video-block h3 { 
	font-weight: 900;
	padding: 0 0 33px 0;
}

.video-block h3:last-child {
	padding-bottom: 0;
}

.video-block figure { 
	width: 100%; 
	max-width: 581px; 
	float: none; 
	display: inline-block; 
	vertical-align: top; 
	box-shadow: rgba(26, 166, 254, 0.3) 0 0 20px;
}

.video-block figure img { 
	width: 100%; 
}

.video-block figure a { 
	width: 100%; 
	float: left; 
	text-decoration: none; 
	position: relative;
} 

@media (max-width: 1199px) {
.video-block {
	margin: 0 0 50px 0
}

.video-block h4 {
	padding: 0 0 30px 0;
}
}

@media (max-width: 767px) {
.video-block {
	margin: 0 0 40px 0;
}

.video-block h3 {
	padding: 0 0 25px 0;
}
}


/* Feature - List */
.feature-list {
	width: 100%;
	float: left; 
	text-align: center; 
	background: #eef3fe;
	position: relative;
	z-index: 20; 
	padding: 20px 0 100px 0;
}

.feature-list:before {
	content: "";
	width: 100%;
	height: 40px;
	float: left;
	background: url(../png/ft-bg-1.png) no-repeat bottom center; 
	position: absolute;
	bottom: 0;
	left: 0;
}

.feature-list .container {
	padding: 0;
}

.feature-list .heading-txt { 
	padding-right: 40px; 
	padding-left: 40px;
}

.feature-list .article {
	width: 33.33%;
	float: none;
	display: inline-block;
	vertical-align: top; 
	position: relative;
	padding: 35px 40px 10px 40px;
	margin: 0 -4px 60px -4px;
}

.feature-list .article:before { 
	content: ""; 
	width: 4px; 
	height: 100%; 
	float: left; 
	background: #e1e1e1; 
	position: absolute; 
	top: 0; 
	right: -2px;
}

.feature-list .article h4 {
	font-weight: 900;
	font-size: 24px; 
	color: #050824;
	line-height: 30px;
	padding: 0 0 20px 0;
}

.feature-list .article p { 
	font-size: 20px; 
	color: #050824; 
	line-height: 24px; 
	letter-spacing: 0.014em;
}

.feature-list .article p:last-child {
	padding-bottom: 0;
}

.feature-list .article .icon-out {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 44px 0;
}

.feature-list .article  .icon-out img { 
	max-width: 100%;
}

.feature-list .article:nth-child(3):before,
.feature-list .article:nth-child(6):before,
.feature-list .article:nth-child(9):before,
.feature-list .article:nth-child(12):before,
.feature-list .article:nth-child(15):before,
.feature-list .article:nth-child(18):before { 
	display: none;
}

.feature-list .article-out {
	width: 100%;
	float: left; 
	overflow: hidden;
	margin: 0 0 -60px 0;
}

@media (min-width: 1440px) {
.feature-list:before {
	background-size: 100% 40px;
}
}

@media (max-width: 1199px) {
.feature-list {
	padding: 20px 0 80px 0;
}

.feature-list .article {
	padding: 25px 20px 10px 20px;
	margin: 0 -4px 50px -4px;
}

.feature-list .article:before { 
	width: 3px; 
	right: -1.5px;
}

.feature-list .article h4 {
	font-size: 22px; 
	line-height: 28px;
}

.feature-list .article p { 
	font-size: 18px; 
	letter-spacing: 0.01em;
}

.feature-list .article .icon-out {
	margin: 0 0 35px 0;
}

.feature-list .article  .icon-out img { 
	max-height: 100px; 
}

.feature-list .article-out { 
	padding: 0 20px;
	margin: 0 0 -50px 0;
}
}

@media (max-width: 767px) {
.feature-list {
	padding: 20px 0 70px 0;
}

.feature-list .container {
	max-width: 540px;
}

.feature-list .heading-txt { 
	padding-right: 20px; 
	padding-left: 20px;
}

.feature-list .article {
	width: 100%; 
	border-bottom: 2px solid #e1e1e1;
	padding: 0 0 35px 0;
	margin: 0 0 40px 0;
}

.feature-list .article:before { 
	display: none; 
}

.feature-list .article h4 {
	font-size: 20px; 
	line-height: 26px;
	padding: 0 0 15px 0;
}

.feature-list .article p { 
	font-size: 16px; 	
	line-height: 22px; 
}

.feature-list .article .icon-out {
	margin: 0 0 30px 0;
}

.feature-list .article:last-child { 
	border-bottom: none; 
	padding-bottom:0; 
	margin-bottom: 0;
}

.feature-list .article-out { 
	padding: 0 20px;
	margin: 0;
}
}


/* Marketing - Cont */
.marketing-cont {
	width: 100%;
	float: left; 
	text-align: center; 
	background: #ffffff;
	position: relative;
	z-index: 20; 
	padding: 70px 0 85px 0;
}

.marketing-cont:before {
	content: "";
	width: 100%;
	height: 40px;
	float: left;
	background: url(../png/ft-bg-2.png) no-repeat bottom center; 
	position: absolute;
	bottom: 0;
	left: 0;
}

.marketing-cont .heading-txt { 
	padding-bottom: 60px;
}

.marketing-cont .heading-txt h3 { 
	padding-right: 0; 
	padding-left: 0;
}

.marketing-cont .heading-txt aside { 
	max-width: 100%;
}

.marketing-cont .article { 
	width: 46.30%; 
	float: none; 
	display: inline-block; 
	vertical-align: top; 
	margin: 0 1.60% 50px 1.60%;
}

.marketing-cont .article .icon-out { 
	width: 175px; 
	float: none; 
	display: inline-block; 
	vertical-align: middle; 
	text-align: right; 
	position: relative; 
	z-index: 20; 
	margin: 0  -175px 0 0;
}

.marketing-cont .article .icon-out img { 
	max-height: 113px; 
}

.marketing-cont .article aside { 
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align: middle; 
	text-align: left; 
	position: relative; 
	z-index: 10; 
	padding: 0 0 0 203px; 
	margin: 0  0 0 -6px;
}

.marketing-cont .article aside p { 
	font-size: 24px; 
	color: #050824; 
	line-height: 30px;
}

.marketing-cont .article aside p:last-child { 
	padding-bottom: 0;
}

.marketing-cont .article-out { 
	width: 103.70%; 
	float: left;
	padding: 0 0 70px 0; 
	margin: 0 -1.85% -50px -1.85%;
}

.marketing-cont .article-out:last-child { 
	padding-bottom: 0;
} 

.marketing-cont .list-cont {
	width: 100%;
	float: left;
	text-align: center;
}

.marketing-cont .list-cont h3 {
	color: #050824;
}

.marketing-cont .list-cont p {
	color: #050824;
}

.marketing-cont .list-cont ul li { 
	min-height: 43px;
	font-size: 26px;
	color: #050824;
	line-height: 34px;
	padding: 0 0 35px 72px;
}

.marketing-cont .list-cont ul li:last-child {
	padding-bottom: 0;
}

.marketing-cont .list-cont ul li:before {
	content:"\f00d";
	width: 43px;
	height: 43px;
	font-weight: 400;
	font-size: 30px;
	line-height: 43px;
	background: #ff0d0d;
	top: -4px;
}

.marketing-cont .list-cont aside {
	width: 100%;
	max-width: 670px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
}

@media (min-width: 1440px) {
.marketing-cont:before {
	background-size: 100% 40px;
}
}

@media (max-width: 1199px) {
.marketing-cont {
	padding: 60px 0 70px 0;
}

.marketing-cont .heading-txt { 
	padding-bottom: 50px;
}

.marketing-cont .article { 
	margin: 0 1.60% 40px 1.60%;
}

.marketing-cont .article .icon-out { 
	width: 140px; 
	margin: 0  -140px 0 0;
}

.marketing-cont .article .icon-out img { 
	max-height: 90px; 
}

.marketing-cont .article aside { 
	padding: 0 0 0 160px; 
}

.marketing-cont .article aside p { 
	font-size: 22px; 
	line-height: 28px;
}

.marketing-cont .article-out { 
	padding: 0 0 60px 0; 
	margin: 0 -1.85% -40px -1.85%;
}

.marketing-cont .list-cont ul li { 
	min-height: 38px;
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 30px 65px;
}

.marketing-cont .list-cont ul li:before {
	width: 38px;
	height: 38px;
	font-size: 26px;
	line-height: 38px;
	top: -3px;
}

.marketing-cont .list-cont aside {
	max-width: 580px;
	padding-right: 0;
}
}

@media (max-width: 767px) {
.marketing-cont {
	padding: 40px 0 60px 0;
}

.marketing-cont .heading-txt { 
	padding-bottom: 45px;
}

.marketing-cont .article { 
	width: 100%; 
	margin: 0 0 40px 0;
}

.marketing-cont .article .icon-out { 
	width: 130px; 
	margin: 0  -130px 0 0;
}

.marketing-cont .article .icon-out img { 
	max-height: 75px; 
}

.marketing-cont .article aside { 
	padding: 0 0 0 150px; 
}

.marketing-cont .article aside p { 
	font-size: 20px; 
	line-height: 26px;
}

.marketing-cont .article-out { 
	width: 100%; 
	max-width: 360px; 
	float: none; 
	display: inline-block; 
	vertical-align: top; 
	padding: 0 0 50px 0; 
	margin: 0 0 -40px 0;
}

.marketing-cont .list-cont ul li { 
	min-height: 32px;
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 25px 55px;
}

.marketing-cont .list-cont ul li:before {
	width: 32px;
	height: 32px;
	font-size: 22px;
	line-height: 32px;
	top: -2px;
}

.marketing-cont .list-cont aside {
	max-width: 100%;
}
}


/* Row - Content2 */
.row-content2 {
	width: 100%;
	float: left;
	background: #eef3fe;
	position: relative;
	padding: 70px 0 100px 0;
}

.row-content2:before {
	content: "";
	width: 100%;
	height: 40px;
	float: left;
	background: url(../png/ft-bg-3.png) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.row-content2 .top-cont {
	width: 100%;
	float: left;
	padding: 0 0 45px 0;
}

.row-content2 .top-cont:last-child {
	padding-bottom: 0;
}

.row-content2 .top-cont h2 {
	color: #050824;
	text-align: center;
	padding: 0 0 44px 0;
}

.row-content2 .top-cont h2:last-child {
	padding-bottom: 0;
}

.row-content2 .top-cont h3 {
	color: #050824;
	text-align: center;
	padding: 0 0 22px 0;
}

.row-content2 .top-cont h3:last-child {
	padding-bottom: 0;
}

.row-content2 .top-cont p {
	color: #050824;
}

.row-content2 .video-cont {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 60px 0;
}

.row-content2 .video-cont .article {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 50px 0;
}

.row-content2 .video-cont .article:last-child {
	margin-bottom: 0;
}

.row-content2 .video-cont .article .icon-out {
	width: 238px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	margin: 0 -238px 0 0;
}

.row-content2 .video-cont .article .icon-out img {
	width: 100%;
}

.row-content2 .video-cont .article aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 292px;
	margin: 0 0 0 -6px;
}

.row-content2 .video-cont .article aside .value {
	width: 100%;
	float: left;
	font-weight: 900;
	font-size: 53px;
	line-height: 1em;
	padding: 0 0 18px 0;
}

.row-content2 .video-cont .article aside .value:last-child {
	padding-bottom: 0;
}

.row-content2 .video-cont .article aside p {
	font-size: 26px;
	line-height: 31px;
}

.row-content2 .video-cont .article aside p:last-child {
	padding-bottom: 0;
}

.row-content2 .video-cont .article-out {
	width: 100%;
	max-width: 620px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.row-content2 .marketing-list {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 20px;
}

.row-content2 .marketing-list h3 {
	color: #050824;
	padding: 0 0 45px 0;
}

.row-content2 .marketing-list .article {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 55px 0;
}

.row-content2 .marketing-list .article .icon-out {
	width: 187px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 -187px 0 0;
}

.row-content2 .marketing-list .article .icon-out img {
	max-height: 116px;
}

.row-content2 .marketing-list .article aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 212px;
	margin: 0 0 0 -6px;
}

.row-content2 .marketing-list .article aside p {
	font-size: 24px;
	color: #050824;
	line-height: 26px;
}

.row-content2 .marketing-list .article aside p:last-child {
	padding-bottom: 0;
}

.row-content2 .marketing-list .article .aside-cont {
	width: 100%;
	max-width: 720px;
	float: left;
	position: relative;
}

.row-content2 .marketing-list .article .aside-cont:before {
	content: "";
	width: 105px;
	height: 119px;
	float: left;
	background: url(../png/arrow-1.png) no-repeat center center;
	background-size: 105px auto;
	position: absolute;
	top: 124px;
	left: 61px;
}

.row-content2 .marketing-list .article:nth-child(2) {
	padding-left: 180px;
}

.row-content2 .marketing-list .article:nth-child(2) .aside-cont:before {
	left: 40px;
}

.row-content2 .marketing-list .article:nth-child(3) {
	padding-left: 345px;
}

.row-content2 .marketing-list .article:last-child {
	margin-bottom: 0;
}

.row-content2 .marketing-list .article:last-child .aside-cont:before {
	display: none;
}

.row-content2 .marketing-list .article-out {
	width: 100%;
	float: left;
}

@media (min-width: 1440px) {
.row-content2:before {
	background-size: 100% 40px;
}
}

@media (max-width: 1199px) {
.row-content2 {
	padding: 60px 0 80px 0;
}
.row-content2 .top-cont {
	padding: 0 0 40px 0;
}
.row-content2 .top-cont h2 {
	padding: 0 0 35px 0;
}
.row-content2 .top-cont h3 {
	padding: 0 0 20px 0;
}
.row-content2 .video-cont {
	padding: 0 0 50px 0;
}
.row-content2 .video-cont .article {
	margin: 0 0 40px 0;
}
.row-content2 .video-cont .article .icon-out {
	width: 180px;
	margin: 0 -180px 0 0;
}
.row-content2 .video-cont .article aside {
	padding: 0 0 0 220px;
}
.row-content2 .video-cont .article aside .value {
	font-size: 46px;
	padding: 0 0 15px 0;
}
.row-content2 .video-cont .article aside p {
	font-size: 24px;
	line-height: 30px;
}
.row-content2 .video-cont .article-out {
	max-width: 480px;
}
.row-content2 .marketing-list h3 {
	padding: 0 0 35px 0;
}
.row-content2 .marketing-list .article {
	margin: 0 0 40px 0;
}
.row-content2 .marketing-list .article .icon-out {
	width: 150px;
	margin: 0 -150px 0 0;
}
.row-content2 .marketing-list .article .icon-out img {
	max-height: 90px;
}
.row-content2 .marketing-list .article aside {
	padding: 0 0 0 175px;
}
.row-content2 .marketing-list .article aside p {
	font-size: 20px;
	line-height: 22px;
}
.row-content2 .marketing-list .article .aside-cont {
	max-width: 480px;
}
.row-content2 .marketing-list .article .aside-cont:before {
	width: 71px;
	height: 80px;
	background-size: 71px auto;
	top: 100px;
	left: 53px;
}
.row-content2 .marketing-list .article:nth-child(2) {
	padding-left: 130px;
}
.row-content2 .marketing-list .article:nth-child(2) .aside-cont:before {
	left: 36px;
}
.row-content2 .marketing-list .article:nth-child(3) {
	padding-left: 247px;
}
}

@media (max-width: 767px) {
.row-content2 {
	padding: 60px 0 80px 0;
}
.row-content2 .top-cont {
	padding: 0 0 35px 0;
}
.row-content2 .top-cont h2 {
	padding: 0 0 30px 0;
}
.row-content2 .top-cont h2 br {
	display: none;
}
.row-content2 .video-cont {
	padding: 0 0 45px 0;
}
.row-content2 .video-cont .article {
	text-align: center;
	margin: 0 0 40px 0;
}
.row-content2 .video-cont .article .icon-out {
	width: 100%;
	margin: 0 0 20px 0;
}
.row-content2 .video-cont .article .icon-out img {
	max-width: 140px;
}
.row-content2 .video-cont .article aside {
	padding: 0;
	margin: 0;
}
.row-content2 .video-cont .article aside .value {
	font-size: 36px;
	padding: 0 0 10px 0;
}
.row-content2 .video-cont .article aside p {
	font-size: 22px;
	line-height: 28px;
}
.row-content2 .video-cont .article aside p br {
	display: none;
}
.row-content2 .video-cont .article-out {
	max-width: 240px;
}
.row-content2 .marketing-list h3 {
	padding: 0 0 30px 0;
}
.row-content2 .marketing-list .article {
	margin: 0 0 40px 0;
}
.row-content2 .marketing-list .article .icon-out {
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
}
.row-content2 .marketing-list .article .icon-out img {
	max-height: 75px;
}
.row-content2 .marketing-list .article aside {
	padding: 0;
	margin: 0;
}
.row-content2 .marketing-list .article .aside-cont {
	max-width: 100%;
}
.row-content2 .marketing-list .article .aside-cont:before {
	display: none;
}
.row-content2 .marketing-list .article:nth-child(2) {
	padding-left: 0;
}
.row-content2 .marketing-list .article:nth-child(3) {
	padding-left: 0;
}
}


/* Two - Col - Articles */
.two-col-articles {
	width: 100%;
	float: left;
	position: relative; 
	padding: 80px 0 0 0;
}

.two-col-articles .container {
	max-width: 1280px;
}

.two-col-articles h2 { 
	color: #050824;
	text-align: center;
	padding: 0; 
	margin: 0 0 -45px 0;
}

.two-col-articles .article {
	width: 100%;
	float: left; 
	position: relative; 
	padding: 100px 0 60px 0;
}

.two-col-articles .article:last-child {
	margin-bottom: 0;
}

.two-col-articles .article figure {
	width: 47.65%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 -4px 0 0;
}

.two-col-articles .article figure img { 
	max-width: 100%;
	border-radius: 28px;
}

.two-col-articles .article aside {
	width: 52.35%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	padding: 0 0 0 6%;
	margin: 0 0 0 -4px;
}

.two-col-articles .article aside h3 {
	color: #050824;
	padding: 0 0 27px 0;
}

.two-col-articles .article aside h3:last-child {
	padding-bottom: 0;
}

.two-col-articles .article aside p {
	color: #050824;
}

.two-col-articles .article aside p:last-child { 
	padding-bottom: 0;
}

.two-col-articles .article:nth-child(even) { 
	background: url(../png/bg-box3-middle.png) repeat-y top center;	
	padding: 150px 0 120px 0;
}

.two-col-articles .article:nth-child(even):before,
.two-col-articles .article:nth-child(even):after {
	content: "";
	width: 100%;
	height: 283px;
	background: url(../png/bg-box3-top.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
}

.two-col-articles .article:nth-child(even):after {
	height: 283px;
	background: url(../png/bg-box3-bottom.png) no-repeat bottom center;
	top: auto;
	bottom: 0;
}

.two-col-articles .article:nth-child(even) h3,
.two-col-articles .article:nth-child(even) p { 
	color: #ffffff;
} 

.two-col-articles .article:nth-child(even) figure { 
	text-align: left;
	left: 52.35%;
}

.two-col-articles .article:nth-child(even) aside {
	right: 47.65%;
	padding-left: 20px;
	padding-right: 5%;
}

.two-col-articles .article-out {
	width: 100%;
	float: left;
}

@media (min-width: 1440px) {
.two-col-articles .article:nth-child(even) { 
	background-size: 100% 100%;
}

.two-col-articles .article:nth-child(even):before,
.two-col-articles .article:nth-child(even):after {
	background-size: 100% 100%;
}
}

@media (max-width: 1199px) {
.two-col-articles {
	padding: 60px 0 0 0;
}

.two-col-articles h2 { 
	margin: 0 0 -30px 0;
}

.two-col-articles .article {
	padding: 80px 0 50px 0;
}

.two-col-articles .article figure img { 
	border-radius: 22px;
}

.two-col-articles .article aside {
	padding: 0 0 0 40px;
}

.two-col-articles .article aside h3 {
	padding: 0 0 20px 0;
}


.two-col-articles .article:nth-child(even) { 
	padding: 120px 0 100px 0;
}

.two-col-articles .article:nth-child(even) aside {
	padding-left:0;
	padding-right: 40px;
}
}

@media (max-width: 767px) {
.two-col-articles {
	padding: 40px 0 0 0;
}

.two-col-articles .container {
	max-width: 1280px;
}

.two-col-articles h2 { 
	margin: 0;
}

.two-col-articles h2 br { 
	display: none; 
}

.two-col-articles .article {
	padding: 50px 0;
}

.two-col-articles .article figure {
	width: 100%;
	text-align: center;
	margin: 0 0 25px 0;
}

.two-col-articles .article figure img { 
	border-radius: 18px;
}

.two-col-articles .article aside {
	width: 100%;
	padding: 0;
	margin: 0;
}

.two-col-articles .article aside h3 {
	padding: 0 0 15px 0;
}

.two-col-articles .article:nth-child(even) { 
	background: #0e388f;	
	padding: 50px 0;
}

.two-col-articles .article:nth-child(even):before,
.two-col-articles .article:nth-child(even):after { 
	display: none;
}

.two-col-articles .article:nth-child(even) figure { 
	text-align: center;
	left: 0;
}

.two-col-articles .article:nth-child(even) aside {
	right: 0;
	padding-left: 0;
	padding-right: 0;
}
}


/* Multiple - Users */
.multiple-users {
	width: 100%;
	float: left;
	padding:90px 0 0 0;
}

.multiple-users .heading-txt {
	padding: 0 0 15px 0;
}

.multiple-users .heading-txt aside {
	max-width:1020px;
}

.multiple-users figure {
	width:100%;
	float:left;
	text-align:center;
	overflow:hidden;
}

.multiple-users figure img {
	width:100%;
}

@media (max-width: 1199px) {
.multiple-users {
	padding:70px 0 0 0;
}
}

@media (max-width: 767px) {
.multiple-users {
	padding:50px 0 0 0;
}

.multiple-users .heading-txt aside {
	max-width:100%;
}
}


/* Two - Col - Articles */
.two-col-articles.articles2 { 
	padding: 0;
}

.two-col-articles.articles2 .article { 
	background: url(../png/bg-box3-middle.png) repeat-y top center;
	padding: 150px 0 120px 0;
}

.two-col-articles.articles2 .article:before,
.two-col-articles.articles2 .article:after {
	content: "";
	width: 100%;
	height: 283px;
	background: url(../png/bg-box3-top.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
}

.two-col-articles.articles2 .article:after {
	height: 283px;
	background: url(../png/bg-box3-bottom.png) no-repeat bottom center;
	top: auto;
	bottom: 0;
}

.two-col-articles.articles2 .article figure {
	text-align: right;
}

.two-col-articles.articles2 .article aside h3 {
	color: #ffffff;
}

.two-col-articles.articles2 .article aside p {
	color: #ffffff;
}

.two-col-articles.articles2 .article:nth-child(even) h3,
.two-col-articles.articles2 .article:nth-child(even) p { 
	color: #050824;
} 

.two-col-articles.articles2 .article:nth-child(odd) figure { 
	text-align: right;
	left: 52.35%;
}

.two-col-articles.articles2 .article:nth-child(odd) aside {
	right: 47.65%;
	padding-left: 20px;
	padding-right: 40px;
}

.two-col-articles.articles2 .article:nth-child(even) { 
	background: none; 
	padding: 100px 0 60px 0;
} 

.two-col-articles.articles2 .article:nth-child(even):before,
.two-col-articles.articles2 .article:nth-child(even):after { 
	display: none;
} 

.two-col-articles.articles2 .article:nth-child(even) figure { 
	text-align: right;
	left: auto;
}

.two-col-articles.articles2 .article:nth-child(even) aside {
	right: auto;
	padding-left: 6%;
	padding-right: 0;
}

@media (min-width: 768px) {
.two-col-articles.articles2 .article:first-child:before {
	background-image: url(../png/bg-box3-top-trans.png);
	top: -45px;
}

.two-col-articles.articles2 .article:first-child aside,
.two-col-articles.articles2 .article:first-child figure {
	margin-top: -45px;
}
}

@media (min-width: 1440px) {
.two-col-articles.articles2 .article { 
	background-size: 100% 100%;	
}

.two-col-articles.articles2 .article:before,
.two-col-articles.articles2 .article:after {
	background-size: 100% 100%;
}

.two-col-articles.articles2 .article:after {
	background-size: 100% 100%;
}
}

@media (max-width: 1199px) {
.two-col-articles.articles2 .article { 
	padding: 120px 0 100px 0;
}

.two-col-articles.articles2 .article:nth-child(odd) aside {
	padding-left: 0;
}

.two-col-articles.articles2 .article:nth-child(even) { 
	padding: 80px 0 50px 0;
} 

.two-col-articles.articles2 .article:nth-child(even) aside {
	padding-left: 40px;
}
}

@media (max-width: 767px) {
.two-col-articles.articles2 { 
	padding: 0;
}

.two-col-articles.articles2 .article { 
	background: #0e388f; 
	padding: 50px 0;
}

.two-col-articles.articles2 .article:before,
.two-col-articles.articles2 .article:after { 
	display: none;
}

.two-col-articles.articles2 .article figure {
	text-align: center;
}

.two-col-articles.articles2 .article:nth-child(odd) figure { 
	text-align: center;
	left: 0;
}

.two-col-articles.articles2 .article:nth-child(odd) aside {
	right: 0;
	padding-left: 0;
	padding-right: 0;
}

.two-col-articles.articles2 .article:nth-child(even) { 
	padding: 50px 0;
} 

.two-col-articles.articles2 .article:nth-child(even) aside {
	padding-left: 0;
}
}


/* Video Block - Content */
.video-block-cont { 
	width: 100%; 
	float: left;
	color: #ffffff;
	background: #0e388f;
	position: relative;
}

.video-block-cont .inner-cont {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	padding: 180px 0 0 0;
}

.video-block-cont .heading-txt aside { 
	max-width: 660px;
}

.video-block-cont h2 {
	text-align: center;
	padding-bottom: 55px;
}

.video-block-cont .figure {
	width: 100%;
	display: block;
	max-width: 850px;
	margin: 0 auto;
}

.video-block-cont .figure img {
	width: 100%;
}

@media (min-width: 768px) {
.video-block-cont:before,
.video-block-cont:after {
	content: "";
	width: 100%;
	height: 200px;
	background: url(../png/bg-box2-top.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
}

.video-block-cont:after {
	height: 165px;
	background: url(../png/bg-box2-bottom.png) no-repeat bottom center;
	top: auto;
	bottom: 0;
}

.video-block-cont.white-bg:before,
.video-block-cont.white-bg:after {
	background-image: url(../png/bg-box2-top-white.png);
}

.video-block-cont.white-bg:after {
	background-image: url(../png/bg-box2-bottom-white.png);
}
}

@media (min-width: 1440px) {
.video-block-cont:before,
.video-block-cont:after {
	background-size: 100% 100%;
}

.video-block-cont:after {
	background-size: 100% 100%;
}
}

@media (max-width: 1199px) {
.video-block-cont .inner-cont {
	padding: 150px 0 0 0;
}

.video-block-cont h2 {
	padding-bottom: 45px;
}
}

@media (max-width: 767px) {
.video-block-cont .inner-cont {
	padding: 50px 0;
}

.video-block-cont h2 {
	padding-bottom: 30px;
}
}


/* Video - List */
.video-list.list2 { 
	position: relative;
	padding: 80px 0 100px 0;
}

.video-list.list2:before {
	content: "";
	width: 100%;
	height: 40px;
	float: left;
	background: url(../png/ft-bg-4.png) no-repeat bottom center; 
	position: absolute;
	bottom: -1px;
	left: 0;
}

@media (min-width: 1440px) {
.video-list.list2:before {
	background-size: 100% 40px;
}
}


@media (max-width: 1199px) {
.video-list.list2 {
	padding: 60px 0 80px 0;
}
}

@media (max-width: 767px) {
.video-list.list2 {
	padding: 50px 0 60px 0;
}
}


/* Marketing - Cont */
.marketing-video-cont {
	width: 100%;
	float: left; 
	text-align: center; 
	background: #ffffff;
	position: relative;
	z-index: 20; 
	padding: 70px 0;
}

.marketing-video-cont:before {
	content: "";
	width: 100%;
	height: 40px;
	float: left;
	background: url(../png/ft-bg-2.png) no-repeat bottom center; 
	position: absolute;
	bottom: -1px;
	left: 0;
}

.marketing-video-cont h2 {
	padding: 0 0 34px 0;
}

.marketing-video-cont .testimonials-img { 
	width: 100%; 
	float: left; 
	text-align: center; 
	overflow: hidden; 
	margin: 30px 0 60px 0;
}

.marketing-video-cont .testimonials-img:last-child { 
	margin-bottom: 0;
} 

.marketing-video-cont .testimonials-img img { 
	max-width: 100%; 
}

.marketing-video-cont .article { 
	width: 100%; 
	float: left; 
	margin: 0 0 45px 0;
}

.marketing-video-cont .article:last-child { 
	padding-bottom: 0;
} 

.marketing-video-cont .article figure { 
	width: 100%; 
	float: left; 
	text-align: center; 
	overflow: hidden; 
	position: relative; 
	z-index: 20; 
	margin: 10px 0 0 0; 
}

.marketing-video-cont .article figure img { 
	max-width: 100%; 
	border-radius: 28px; 
}

.marketing-video-cont .article p { 
	color: #050824; 
}

.marketing-video-cont .article p:last-child { 
	padding-bottom: 0;
}

.marketing-video-cont .article ul { 
	padding: 10px 0 0 0;
}

.marketing-video-cont .article ul li { 
	min-height: 43px; 
	font-weight: 400;
	font-size: 26px;
	color: #050824;
	line-height: 34px;
	padding: 0 0 35px 72px;
}

.marketing-video-cont .article ul li:last-child {
	padding-bottom: 0;
}

.marketing-video-cont .article ul li:before {
	content:"\f00d";
	width: 43px;
	height: 43px;
	font-weight: 400;
	font-size: 30px;
	line-height: 43px;
	background: #ff0d0d;
	top: -4px;
}

.marketing-video-cont .article aside {
	width: 100%;
	max-width: 480px;
	float: none;

	display: inline-block;
	vertical-align: top;
}

.marketing-video-cont .article-out { 
	width: 100%; 
	float: left;
}

@media (min-width: 1440px) {
.marketing-video-cont:before {
	background-size: 100% 40px;
}
}

@media (max-width: 1199px) {
.marketing-video-cont {
	padding: 60px 0;
}

.marketing-video-cont h2 { 
	padding: 0 0 30px 0; 
}

.marketing-video-cont .testimonials-img { 
	margin: 20px 0 50px 0;
}

.marketing-video-cont .article { 
	margin: 0 0 40px 0;
}

.marketing-video-cont .article figure img { 
	border-radius: 22px; 
}

.marketing-video-cont .article ul li { 
	min-height: 38px;
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 30px 65px;
}

.marketing-video-cont .article ul li:before {
	width: 38px;
	height: 38px;
	font-size: 26px;
	line-height: 38px;
	top: -3px;
}
}

@media (max-width: 767px) {
.marketing-video-cont {
	padding: 50px 0;
}

.marketing-video-cont h2 { 
	padding: 0 0 25px 0; 
}

.marketing-video-cont .testimonials-img { 
	margin: 15px 0 40px 0;
}

.marketing-video-cont .article { 
	margin: 0 0 40px 0;
}

.marketing-video-cont .article figure { 
	margin: 5px 0 0 0; 
}

.marketing-video-cont .article figure img { 
	border-radius: 18px; 
}

.marketing-video-cont .article ul { 
	padding: 5px 0 0 0;
}

.marketing-video-cont .article ul li { 
	min-height: 32px;
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 25px 55px;
}

.marketing-video-cont .article ul li:before {
	width: 32px;
	height: 32px;
	font-size: 22px;
	line-height: 32px;
	top: -2px;
}

.marketing-video-cont .article aside {
	max-width: 100%;
}

.marketing-video-cont .article aside {
	max-width: 100%;
}
}


/* Video - ads - Cont */
.video-ads-cont { 
	width: 100%; 
	float: left; 
	text-align: center; 
	background: #eef3fe; 
	padding: 85px 0 70px 0;
}

.video-ads-cont h2 { 
	color: #050824; 
	padding: 0 0 34px 0; 
}

.video-ads-cont figure { 
	width: 100%; 
	float: left; 
	text-align: center; 
	overflow: hidden; 
	position: relative; 
	z-index: 20; 
	margin: 30px 0 0 0; 
}

.video-ads-cont figure img { 
	max-width: 100%; 
	border-radius: 28px; 
}

.video-ads-cont .logos-out { 
	width: 100%; 
	float: left; 
	text-align: center;
	padding: 35px 0 0 0;
}

.video-ads-cont .logos-out ul { 
	float: none; 
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	padding: 0; 
	margin: 0 -16px -30px -16px;
}

.video-ads-cont .logos-out ul li {
	float: none; 
	display: inline-block; 
	vertical-align: middle; 
	padding: 0; 
	margin: 0 16px 30px 16px;
}

.video-ads-cont .logos-out ul li:before { 
	display: none;
}

.video-ads-cont .logos-out ul li img { 
	max-width: 100%; 
}

@media (max-width: 1199px) {
.video-ads-cont {
	padding: 60px 0 70px 0;
}

.video-ads-cont h2 { 
	padding: 0 0 30px 0; 
}

.video-ads-cont figure { 
	margin: 20px 0 0 0;
}

.video-ads-cont figure img { 
	border-radius: 22px; 
}

.video-ads-cont .logos-out { 
	padding: 25px 0 0 0;
}
}

@media (max-width: 767px) {
.video-ads-cont {
	padding: 40px 0 50px 0;
}

.video-ads-cont h2 { 
	padding: 0 0 25px 0; 
}

.video-ads-cont figure { 
	margin: 15px 0 0 0; 
}

.video-ads-cont figure img { 
	border-radius: 18px; 
}

.video-ads-cont .logos-out {
	padding: 20px 0 0 0;
}

.video-ads-cont .logos-out ul { 
	text-align: center;
	margin: 0 -5px -30px -5px;
}

.video-ads-cont .logos-out ul li { 
	margin: 0 5px 30px 5px;
}

.video-ads-cont .logos-out ul li img { 
	max-width: 75%; 
}
}


/* Two - Col - Articles */
.two-col-articles2 {
	width: 100%;
	float: left;
	position: relative;
}

.two-col-articles2:before {
	content: "";
	width: 100%;
	height: 90px;
	float: left;
	background: url(../png/ft-bg-5.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.two-col-articles2:after {
	content: "";
	width: 100%;
	height: 90px;
	float: left;
	background: url(../png/ft-bg-6.png) no-repeat bottom center;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 5;
}

.two-col-articles2 .heading-txt {
	width: 100%;
	float: left;
	text-align: center;
	background: #0d3484;
	position: relative;
	padding: 140px 0 0 0;
}

.two-col-articles2 .heading-txt:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: #0e388f;
	position: absolute;
	top: 0;
	right: 50%;
}

.two-col-articles2 .heading-txt h2 {
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.two-col-articles2 .heading-txt asdie {
	max-width: 100%;
}

.two-col-articles2 .article {
	width: 100%;
	float: left;
	background: #0d3484;
	position: relative;
	padding: 90px 0 70px 0;
}

.two-col-articles2 .article:after {
	content: "";
	width: 100%;
	height: 70px;
	float: left;
	background: url(../png/ft-bg-8.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.two-col-articles2 .article:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: #0e388f;
	position: absolute;
	top: 0;
	right: 50%;
}

.two-col-articles2 .article figure {
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
	margin: 0 0 52px 0;
}

.two-col-articles2 .article figure img {
	max-width: 100%;
	border-radius: 28px;
}

.two-col-articles2 .article h3 { 
	width: 115%; 
	min-height: 90px; 
	float: left;
	color: #ffffff; 
	position: relative;
	padding: 21px 0 21px 102px; 
	margin: 0 -15% 10px 0;
}

.two-col-articles2 .article h3:last-child { 
	margin-bottom: 0;
}

.two-col-articles2 .article h3 .icon-out { 
	width: 80px; 
	float: left; 
	text-align:center; 
	position:absolute; 
	top: 50%; 
	left: 0; 
	margin: -45px 0 0 0;
}

.two-col-articles2 .article h3 .icon-out img { 
	max-height: 90px;
}

.two-col-articles2 .article p {
	color: #ffffff;
}

.two-col-articles2 .article p:last-child {
	padding-bottom: 0;
}

.two-col-articles2 .article .left-cont {
	width: 50%;
	float: left;
	position: relative;
	z-index: 10;
	padding: 0 8.5% 0 0;
}

.two-col-articles2 .article .right-cont {
	width: 50%;
	float: left;
	position: relative;
	z-index: 11;
	padding: 0 0 0 8.5%;
}

.two-col-articles2 .article:first-child:after {
	display: none;
}

.two-col-articles2 .article:nth-child(even) {
	background: #0c2e76;
}

.two-col-articles2 .article:nth-child(even):after {
	background: url(../png/ft-bg-7.png) no-repeat top center;
}

.two-col-articles2 .article:nth-child(even):before {
	background: #0d3280;
}

.two-col-articles2 .article:last-child {
	padding-bottom: 115px;
}

.two-col-articles2 .article-out {
	width: 100%;
	float: left;
}

@media (min-width: 1440px) {
.two-col-articles2:before {
	background-size: 100% 90px;
}

.two-col-articles2:after {
	background-size: 100% 90px;
}

.two-col-articles2 .article:after {
	background-size: 100% 70px;
}

.two-col-articles2 .article:nth-child(even):after {
	background-size: 100% 70px;
}
}

@media (max-width: 1199px) {
.two-col-articles2 .heading-txt {
	padding: 80px 0 0 0;
}

.two-col-articles2 .article {
	padding: 70px 0 60px 0;
}

.two-col-articles2 .article figure {
	margin: 0 0 40px 0;
}

.two-col-articles2 .article figure img {
	border-radius: 22px;
}

.two-col-articles2 .article h3 { 
	min-height: 70px; 
	padding: 15px 0 15px 90px;
	margin: 0 0 10px 0;
}

.two-col-articles2 .article h3 .icon-out { 
	width: 70px; 
	margin: -35px 0 0 0;
}

.two-col-articles2 .article h3 .icon-out img { 
	max-height: 70px;
}



.two-col-articles2 .article .left-cont {
	padding: 0 40px 0 0;
}

.two-col-articles2 .article .right-cont {
	padding: 0 0 0 40px;
}

.two-col-articles2 .article:last-child {
	padding-bottom: 90px;
}
}

@media (max-width: 767px) {
.two-col-articles2:before {
	display: none;
}

.two-col-articles2:after {
	display: none;
}

.two-col-articles2 .heading-txt {
	padding: 50px 0 0 0;
}

.two-col-articles2 .heading-txt:before {
	display: none;
}

.two-col-articles2 .article {
	padding: 0;
}

.two-col-articles2 .article:after {
	display: none;
}

.two-col-articles2 .article:before {
	display: none;
}

.two-col-articles2 .article h3 { 
	min-height: 55px; 
	padding: 20px 0 20px 75px; 
}

.two-col-articles2 .article h3 .icon-out { 
	width: 50px;
	margin: -28px 0 0 0;
}

.two-col-articles2 .article h3 .icon-out img { 
	max-height: 55px;
}

.two-col-articles2 .article figure {
	margin: 0 0 35px 0;
}

.two-col-articles2 .article figure img {
	border-radius: 18px;
}

.two-col-articles2 .article .left-cont {
	width: 100%;
	padding: 50px 0;
}

.two-col-articles2 .article .right-cont {
	width: 900%;
	background: #0e388f;
	margin: 0 -400%;
	padding: 50px 400%;
}

.two-col-articles2 .article:nth-child(even) .right-cont {
	background: #0d3280;
}

.two-col-articles2 .article:last-child {
	padding-bottom: 0;
}
}


/* Video - List - Img */
.video-list-img {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	padding: 20px 0 100px 0;
}

.video-list-img .container {
	max-width: 1240px;
}

.video-list-img h2 {
	padding: 0 0 60px 0;
}

.video-list-img figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.video-list-img figure img {
	max-width: 100%;
}

.video-list-img:before {
	content: "";
	width: 100%;
	height: 40px;
	float: left;
	background: url(../png/ft-bg-2.png) no-repeat bottom center;
	position: absolute;
	bottom: -1px;
	left: 0;
}

@media (min-width: 1440px) {
.video-list-img:before {
	background-size: 100% 40px;
}
}

@media (max-width: 1199px) {
.video-list-img {
	width: 100%;
	float: left;
	text-align: center;
	padding: 20px 0 80px 0;
}
.video-list-img h2 {
	padding: 0 0 50px 0;
}
}

@media (max-width: 767px) {
.video-list-img {
	padding: 20px 0 60px 0;
}
.video-list-img h2 {
	padding: 0 0 40px 0;
}
}


/* Video Steps - Content */
.video-steps-cont { 
	width: 100%; 
	float: left;
	background: #eef3fe;
	padding: 70px 0 20px 0;
}

.video-steps-cont h2 {
	text-align: center;
	padding-bottom: 50px;
}

.video-steps-cont figure {
	width: 100%;
	float: left;
	box-shadow: rgba(26, 166, 254, 0.3) 0 0 20px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.video-steps-cont figure img {
	width: 100%;
}

.video-steps-cont .article {
	width: 100%;
	max-width: 580px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0;
	margin: 0 0 45px 0;
}

.video-steps-cont .article:last-child {
	margin-bottom: 0;
}

.video-steps-cont .article h4 {
	font-weight: 900;
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
	padding-bottom: 24px;
}

.video-steps-cont .article h4 strong {
	font-weight: 900;
	color: #1ca6fe;
}

.video-steps-cont .article-out {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0; 
}

@media (max-width: 1199px) {
.video-steps-cont { 
	padding: 60px 0 20px 0;
}

.video-steps-cont h2 {
	padding-bottom: 40px;
}

.video-steps-cont .article {
	margin: 0 0 40px 0;
}

.video-steps-cont .article h4 {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 20px;
}
}

@media (max-width: 767px) {
.video-steps-cont { 
	padding: 50px 0 50px 0;
}

.video-steps-cont h2 {
	padding-bottom: 30px;
}

.video-steps-cont .article {
	margin: 0 0 35px 0;
}

.video-steps-cont .article h4 {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 15px;
}
}


/* Video Block - Content */
.video-block-cont { 
	width: 100%; 
	float: left;
	color: #ffffff;
	background: #0e388f;
	position: relative;
}

.video-block-cont .inner-cont {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	padding: 180px 0 0 0;
}

.video-block-cont h2 {
	text-align: center;
	padding-bottom: 55px;
}

@media (min-width: 768px) {
.video-block-cont:before,
.video-block-cont:after {
	content: "";
	width: 100%;
	height: 200px;
	background: url(../png/bg-box2-top.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
}

.video-block-cont:after {
	height: 165px;
	background: url(../png/bg-box2-bottom.png) no-repeat bottom center;
	top: auto;
	bottom: 0;
}
}

@media (min-width: 1440px) {
.video-block-cont:before,
.video-block-cont:after {
	background-size: 100% 100%;
}

.video-block-cont:after {
	background-size: 100% 100%;
}
}

@media (max-width: 1199px) {
.video-block-cont .inner-cont {
	padding: 150px 0 0 0;
}

.video-block-cont h2 {
	padding-bottom: 45px;
}
}

@media (max-width: 767px) {
.video-block-cont .inner-cont {
	padding: 50px 0;
}

.video-block-cont h2 {
	padding-bottom: 30px;
}
}


/* Two Column - Content2 */
.two-columm-cont2 { 
	width: 100%; 
	float: left;
	background: #eef3fe url(../png/bg-b-2.png) no-repeat bottom center;
	padding: 60px 0 140px 0;
}

.two-columm-cont2 h2 {
	color: #050824;
	text-align: center;
	padding-bottom: 50px;
}

.two-columm-cont2 .article {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #050824;
	line-height: 30px;
	position: relative;
	padding: 0;
	margin: 0 0 84px 0;
}

.two-columm-cont2 .article:last-child {
	margin-bottom: 0;
}

.two-columm-cont2 .article h3 {
	color: #000000;
	padding-bottom: 15px;
}

.two-columm-cont2 .article .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0;
	margin: 0;
}

.two-columm-cont2 .article .figure {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.two-columm-cont2 .article .figure img {
	width: 100%;
}

.two-columm-cont2 .article-out {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0; 
}

@media (min-width: 1440px) {
.two-columm-cont2 { 
	background-size: 100% 250px; 
}
}

@media (min-width: 768px) {
.two-columm-cont2 .article .aside {
	width: 57.5%;
	padding: 0 6% 0 0;
	margin: 0 -2px;
}

.two-columm-cont2 .article .figure {
	width: 42.5%;
	margin: 0 -2px;

}

.two-columm-cont2 .article:nth-child(even) .aside {
	left: 42.5%;
	padding: 0 0 0 6%;
}

.two-columm-cont2 .article:nth-child(even) .figure {
	left: -57.5%;
}
}

@media (max-width: 1199px) {
.two-columm-cont2 { 
	padding: 60px 0 120px 0;
}

.two-columm-cont2 h2 {
	padding-bottom: 40px;
}

.two-columm-cont2 .article {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 65px;
}
}

@media (max-width: 767px) {
.two-columm-cont2 { 
	padding: 50px 0 80px 0;
}

.two-columm-cont2 h2 {
	padding-bottom: 30px;
}

.two-columm-cont2 .article {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 45px;
}

.two-columm-cont2 .article .aside {
	margin-bottom: 30px;
}

.two-columm-cont2 .article .aside:last-child {
	margin-bottom: 0;
}

.two-columm-cont2 .article .figure {
	border-radius: 20px;
}
}


/* Two Column - Content */
.two-columm-cont { 
	width: 100%; 
	float: left;
	padding: 70px 0 0 0;
}

.two-columm-cont h2 {
	color: #050824;
	text-align: center;
	position: relative;
	z-index: 2;
	padding-bottom: 0; 
}

.two-columm-cont .value-txt {
	height: 95px;
	display: inline-block;
	font-weight: 900;
	font-size: 48px;
	color: #050824;
	line-height: 95px;
	background: #fef11c;
	position: relative;
	padding: 0 45px;
	margin: 5px 0 0 0; 
}

.two-columm-cont .value-txt:after {
	content: "";
	width: 44px;
	height: 27px;
	background: url(../png/curve.png) no-repeat right center;
	background-size: auto 100%;
	position: absolute;
	top: -27px;
	right: 0;
}

.two-columm-cont .article {
	width: 100%;
	float: left;
	color: #ffffff;
	position: relative;
}

.two-columm-cont .article .inner-cont {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

.two-columm-cont .article .figure {
	width: 100%;
	overflow: hidden; 
	margin: 0;
}

.two-columm-cont .article .figure img {
	width: 100%;
}

.two-columm-cont .article:nth-child(even) {
	color: #000000;
}

.two-columm-cont .article-out {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0; 
}

@media (min-width: 768px) {
.two-columm-cont .article {
	background: url(../png/bg-box-middle.png) repeat-y top center;
}

.two-columm-cont .article:before,
.two-columm-cont .article:after {
	content: "";
	width: 100%;
	height: 484px;
	background: url(../png/bg-box-top.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
}

.two-columm-cont .article:after {
	height: 470px;
	background: url(../png/bg-box-bottom.png) no-repeat bottom center;
	top: auto;
	bottom: 0;
}

.two-columm-cont .article .inner-cont {
	padding: 150px 0 170px 0;
}

.two-columm-cont .article .aside {
	width: 57.5%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 6% 0 0;
	margin: 0 -2px;
}

.two-columm-cont .article .figure {
	width: 63.90%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 -5.30% 0 -16.60%;
}

.two-columm-cont .article:nth-child(even) {
	min-height: inherit;
	background: none;
}

.two-columm-cont .article:nth-child(even):before,
.two-columm-cont .article:nth-child(even):after {
	background: none;
	display: none;
}

.two-columm-cont .article:nth-child(even) .inner-cont {
	padding: 0px 0 20px 0;
}

.two-columm-cont .article:nth-child(even) .aside {
	left: 42.5%;
	padding: 0 0 0 6%;
}

.two-columm-cont .article:nth-child(even) .figure {
	left: -57.5%;
	margin: 0 -4.30% 0 -20.60%;
}
}

@media (min-width: 1440px) {
.two-columm-cont .article {
	background-size: 100% 100%;
}

.two-columm-cont .article:before,
.two-columm-cont .article:after {
	background-size: 100% 100%;
}

.two-columm-cont .article:after {
	background-size: 100% 100%;
}
}

@media (max-width: 1199px) {
.two-columm-cont h2 {
	margin-bottom: -20px; 
}

.two-columm-cont .value-txt {
	height: 80px;
	font-size: 40px;
	line-height: 80px;
	padding: 0 40px;
	margin: 5px 0 0 0; 
}
}

@media (max-width: 991px) {
.two-columm-cont { 
	padding: 40px 0 0 0;
}

.two-columm-cont .value-txt {
	height: 70px;
	font-size: 36px;
	line-height: 70px;
	padding: 0 40px;
	margin: 5px 0 0 0; 
}

.two-columm-cont .value-txt:after {
	width: 40px;
	height: 22px;
	top: -22px;
}

.two-columm-cont .article:nth-child(even) .inner-cont {
	margin: -40px 0 -10px 0;
}
}

@media (max-width: 767px) {
.two-columm-cont { 
	padding: 30px 0 0 0;
}

.two-columm-cont h2 {
	padding-bottom: 30px;
	margin-bottom: 0; 
}

.two-columm-cont .value-txt {
	height: 50px;
	font-size: 26px;
	line-height: 50px;
	padding: 0 35px;
	margin: 10px 0 0 0; 
}

.two-columm-cont .value-txt:after {
	width: 36px;
	height: 20px;
	top: -20px;
}

.two-columm-cont .article {
	background: #0e388f;
}

.two-columm-cont .article .inner-cont {
	padding: 50px 0;
}

.two-columm-cont .article .figure {
	width: 122%; 
	text-align: center;
	overflow: hidden; 
	margin: 0 0 0 -22%;
}

.two-columm-cont .article .figure img {
	width: 75%;
}

.two-columm-cont .article .aside {
	margin-bottom: 35px;
}

.two-columm-cont .article .aside:last-child {
	margin-bottom: 0;
}

.two-columm-cont .article:nth-child(even) {
	background: #eef3fe;
}

.two-columm-cont .article:nth-child(even) .inner-cont {
	margin: 0;
}
}


/* Final Value - Content */
.final-value-cont { 
	width: 100%; 
	float: left;
	color: #050824;
	text-align: center;
	padding: 0 0 65px 0;
}

.final-value-cont .aside {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	margin: -30px 0 0 0;
}

@media (max-width: 1199px) {
.final-value-cont { 
	padding: 0 0 50px 0;
}
}

@media (max-width: 991px) {
.final-value-cont .aside {
	margin: -40px 0 0 0;
}
}

@media (max-width: 767px) {
.final-value-cont { 
	padding: 40px 0;
}

.final-value-cont .aside {
	margin: 0;
}
}


/* Quarantee - Content */
.quarantee-cont { 
	width: 100%; 
	float: left;
	color: #ffffff; 
	background: #262626 url(../png/bg-b-1.png) no-repeat bottom center;
	padding: 100px 0 210px 0;
}

.quarantee-cont h2 {
	text-align: center;
}

.quarantee-cont .icon-out {
	float: right;
	margin: 20px 0 30px 40px;
}

.quarantee-cont .icon-out img {
	width: 100%;
	max-width: 219px;
}

@media (min-width: 1440px) {
.quarantee-cont { 
	background-size: 100% 275px; 
}
}

@media (min-width: 1200px) {
.quarantee-cont h2 {
	margin-left: -10px; 
	margin-right: -10px; 
}
}

@media (max-width: 1199px) {
.quarantee-cont { 
	padding: 80px 0 200px 0;
}
}

@media (max-width: 767px) {
.quarantee-cont { 
	padding: 60px 0 180px 0;
}

.quarantee-cont .icon-out {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0 30px 0;
}

.quarantee-cont .icon-out img {
	max-width: 160px;
}
}


/* Table - Content */
.table-cont {
	width: 100%;
	float: left;
	padding: 0 0 70px 0;
}

.table-cont .inner-cont { 
	width: 100%; 
	float: left; 
	margin: -20px 0 0 0;
}

.table-cont h2 {
	width: 100%;
	text-align: center;
	padding: 0 0 45px 0;
}

.table-cont h2:last-child {
	padding-bottom: 0;
}

.table-cont .row {
	padding: 0 45px;
	margin: 0 -28px;
}

.table-cont .row:last-child {
	padding-bottom: 0;
}

.table-cont .row .col-md-6 {
	padding: 0 28px;
	margin: 0;
}

.table-cont .row .box {
	width: 100%;
	height: 100%;
	float: left; 
	font-family: "Proxima Nova", sans-serif;
	font-weight: 400;
	font-size: 20px; 
	color: #000000;
	line-height: 24px;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .10) 0 0 22px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding: 55px 25px 50px 40px;
	margin: 0;
}

.table-cont .row .box:before { 
	content: ""; 
	width: 249px; 
	height: 359px; 
	float: left; 
	background: url(../png/table-curve.png) no-repeat left top;
	background-size: 249px auto; 
	position: absolute; 
	top: 20px; 
	left: 0;
}

.table-cont .row .box-inner { 
	width: 100%; 
	float: left; 
	position: relative; 
	z-index: 20;
}

.table-cont .row .box h3 { 
	font-family: "Proxima Nova", sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 7px; 
	text-align: center;
}

.table-cont .row .box h3:last-child {
	padding-bottom: 0;
}

.table-cont .row .box ul {
	padding: 0;
	margin: 0;
}

.table-cont .row .box li {
	min-height: inherit;
	padding: 0 0 24px 62px;
	margin: 0;
}

.table-cont .row .box li:before {
	width: 32px;
	height: 32px;
	font-weight: 400;
	font-size: 18px;
	color: #0e388f;
	line-height: 28px;
	background: none; 
	border: 2px solid #0e388f;
	top: -4px;
}

.table-cont .row .box li:last-child {
	padding-bottom: 0;
}

.table-cont .row .box .price-out { 
	width: 100%; 
	float: left; 
	text-align: center; 
	margin: 0 0 7px 0;
}

.table-cont .row .box .price-out:last-child { 
	padding-bottom: 0;
} 

.table-cont .row .box .table-head {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top; 
	text-align: center; 
	padding: 0 0 10px 0;
}

.table-cont .row .box .table-head:last-child {
	padding-bottom: 0;
}

.table-cont .row .box .table-head p {	
	font-family: "Proxima Nova", sans-serif; 
	font-weight: 600; 
	color: #0e388f; 
	padding: 0;
 } 

.table-cont .row .box .price-out .price-txt { 
	float: none; 
	display: inline-block; 
	vertical-align: bottom;
	font-family: "Montserrat", sans-serif; 
	font-weight: 700; 
	font-size: 36px; 
	line-height: 42px; 
	letter-spacing: 2px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 3px;
}

.table-cont .row .box .price-out .price-txt:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #ed1c24;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -4px 0 0 0;
	transform: rotate(22deg);
}

.table-cont .row .box .price-out .regular-price {	
	float: none; 
	display: inline-block; 
	vertical-align: bottom;
	font-family: "Proxima Nova", sans-serif; 
	font-weight: 300; 
	padding: 0 0 5px 0; 
	margin:0 3px;
	position: relative;
}

.table-cont .row .box .price-out .regular-price strong { 
	font-weight: 600;
}

.table-cont .row .box .price-total { 
	width: 100%; 
	float: left; 
	text-align: center; 
	padding: 0 0 30px 0;
}

.table-cont .row .box .price-total:last-child { 
	padding-bottom: 0; 
}

.table-cont .row .box .price-total p {	
	float: none; 
	display: inline-block; 
	vertical-align: bottom;
	font-family: "Proxima Nova", sans-serif; 
	font-weight: 300; 
	text-align: left;
	padding: 0 0 5px 0; 
	margin: 0 6px;
} 

.table-cont .row .box .price-total p strong { 
	font-weight: 600;
}

.table-cont .row .box .price-total .price-txt {	
	float: none; 
	display: inline-block; 
	vertical-align: bottom;
	font-family: "Montserrat", sans-serif; 
	font-weight: 700; 
	font-size: 73px; 
	color: #0e388f; 
	line-height: 1em;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 6px;
}

.table-cont .row .box .price-total .price-txt sub { 
	font-size: 52%; 
	top: 0; 
	margin-right: 7px;
}

.table-cont .row .box .btn {
	font-family: "Proxima Nova", sans-serif; 
	font-weight: 600;
	font-size: 25px;
	line-height: 34px; 
	text-transform: none;
	padding: 18px 40px;
}

.table-cont .row .box .table-body {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 25px;
}

.table-cont .row .box .table-body:last-child {
	padding-bottom: 0;
}

.table-cont .row .box .btm-btn { 
	width: 100%; 
	float: left; 
	text-align: center; 
	margin: -5px 0 0 0;
}

.table-cont .row .box .btm-btn .cards-out { 
	width: 100%; 
	float: left; 
	margin: 15px 0 0 0;
}

.table-cont .row .box .btm-btn .cards-out img { 
	max-height:25px;
} 

.table-cont .row .box.blue-box {
	color: #ffffff;
	background: #0e388f;
}

.table-cont .row .box.blue-box:before { 
	background-image: url(../png/table-curve-blue.png);
}

.table-cont .row .box.blue-box .table-head p {	
	color: #fef11c; 
} 

.table-cont .row .box.blue-box .price-total .price-txt {	
	color: #ffffff;
}

.table-cont .row .box.blue-box li:before {
	color: #ffffff;
	border-color: #ffffff;
}

@media (max-width: 1199px) {
.table-cont {
	padding: 0 0 60px 0;
}

.table-cont .inner-cont { 
	margin: -40px 0 0 0;
}

.table-cont h2 {
	padding: 0 0 40px 0;
}

.table-cont .row {
	padding: 0;
	margin: 0 -15px;
}

.table-cont .row .col-md-6 {
	padding: 0 15px;
	margin: 0;
}

.table-cont .row .box {
	font-size: 18px; 
	line-height: 22px;
	padding: 45px 30px 40px 30px;
}

.table-cont .row .box:before { 
	width: 180px; 
	height: 260px; 
	background-size: 180px auto; 
}

.table-cont .row .box h3 { 
	font-size: 32px;
	line-height: 38px;
}

.table-cont .row .box li {
	padding: 0 0 20px 50px;
}

.table-cont .row .box li:before {
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 26px;
	top: -5px;
}

.table-cont .row .box .price-out .price-txt { 
	font-size: 32px; 
	line-height: 38px; 
}

.table-cont .row .box .price-out .price-txt:before {
	height: 3px;
	margin: -3px 0 0 0;
}

.table-cont .row .box .price-total .price-txt {	
	font-size: 65px; 
}

.table-cont .row .box .btn {
	font-size: 22px;
	line-height: 30px; 
	padding: 15px 30px;
}
}

@media (max-width: 767px) {
.table-cont {
	padding: 0 0 50px 0;
}

.table-cont .inner-cont { 
	margin: -70px 0 0 0;
}

.table-cont h2 {
	width: 100%;
	text-align: center;
	padding: 0 0 30px 0;
}

.table-cont .row {
	padding: 0;
	margin: 0;
}

.table-cont .row .col-md-6 {
	padding: 0;
	margin: 0 0 30px 0;
}
}


/*
 4.) Footer
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
}

.footer-main .pre-footer {
	width: 100%;
	float: left;
	background: #28272f;
	padding: 80px 0;
}

.footer-main .pre-footer p {
	font-family: "Proxima Nova", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #979696;
	line-height: 28px; 
	letter-spacing: normal; 
	padding-bottom: 27px;
}

.footer-main .pre-footer p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer ol,
.footer-main .pre-footer ul { 
	padding: 0; 
	margin: 0;
}

.footer-main .pre-footer li {
	font-family: "Proxima Nova", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #979696;
	line-height: 28px; 
	letter-spacing: normal; 
	padding: 0; 
	margin: 0; 
}

.footer-main .pre-footer ol li { 
	padding-left: 20px;
}

.footer-main .pre-footer ol li::before { 
	width: auto; 
	height: auto;
	content: counter(item) "."; 
	font-weight: 300; 
	font-size: 18px;
	color: #979696; 
	background: none; 
	border-radius: 0;
	top: 0;
}

.footer-main .pre-footer .txt { 
	padding: 0 0 56px 0;
}

.footer-main .pre-footer .txt:last-child { 
	padding-bottom: 0;
}

.footer-main .copy-rights {
	width: 100%;
	float: left;
	background: #222124; 
	padding: 55px 0;
}

.footer-main .copy-rights p { 
	width: 50%; 
	float: none; 
	display: inline-block; 
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #898989;
	line-height: 30px;
	padding: 0 20px 0 0; 
	margin: 0 -4px 0 0;
}

.footer-main .copy-rights .foot-links {
	width: 50%; 
	float: none; 
	display: inline-block; 
	vertical-align: middle; 
	text-align: right; 
	padding: 0 0 0 20px; 
	margin: 0 0 0 -4px;
}

.footer-main .copy-rights .foot-links ul {
	float: none; 
	display: inline-block; 
	vertical-align: middle; 
	padding: 0;
	margin: 0 -17px;
}

.footer-main .copy-rights .foot-links ul li {
	float: none; 
	display: inline-block; 
	vertical-align: middle; 
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #2596ff;
	line-height: 30px;
	position: relative;
	padding: 0 17px;
	margin: 0;
}

.footer-main .copy-rights .foot-links ul li a {
	color: #2596ff;
}

.footer-main .copy-rights .foot-links ul li:before {
	display: none;
}

.footer-main .copy-rights .foot-links ul li:after {
	content: " - ";
	position: absolute;
	top: 0;
	right: -2px;
}

.footer-main .copy-rights .foot-links ul li:last-child:after {
	display: none;
}

@media (max-width: 1199px) {
.footer-main .pre-footer {
	padding: 60px 0;
}

.footer-main .pre-footer p {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 25px;
}

.footer-main .pre-footer li {
	font-size: 16px;
	line-height: 26px; 
}

.footer-main .pre-footer ol li { 
	padding-left: 18px;
}

.footer-main .pre-footer ol li::before { 
	font-size: 16px;
}

.footer-main .pre-footer .txt { 
	padding: 0 0 50px 0;
}

.footer-main .copy-rights {
	padding: 40px 0; 
}

.footer-main .copy-rights p {
	font-size: 18px;
	line-height: 28px;
}

.footer-main .copy-rights .foot-links ul li {
	font-size: 18px;
	line-height: 28px;
}
}

@media (max-width: 991px) {
.footer-main .copy-rights { 
	text-align: center;
}

.footer-main .copy-rights p {
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0;
}

.footer-main .copy-rights p:last-child { 
	padding-bottom: 0;
}

.footer-main .copy-rights .foot-links { 	
	width: 100%; text-align: center; 
	padding: 0; 
	margin: 0; 
}
}

@media (max-width: 767px) {
.footer-main .pre-footer {
	padding: 45px 0;
}

.footer-main .pre-footer p {
	font-size: 15px;
	line-height: 24px; 
	padding: 0 0 20px 0;
}

.footer-main .pre-footer li {
	font-size: 15px;
	line-height: 24px; 
}

.footer-main .pre-footer ol li { 
	padding-left: 16px;
}

.footer-main .pre-footer ol li::before { 
	font-size: 15px;
}

.footer-main .pre-footer .txt { 
	padding: 0 0 35px 0;
}

.footer-main .copy-rights {
	padding: 35px 0;
}

.footer-main .copy-rights p {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 13px;
}

.footer-main .copy-rights .foot-links ul {
	margin: 0 -10px;
}

.footer-main .copy-rights .foot-links ul li {
	font-size: 16px;
	line-height: 24px;
	padding: 0 10px;
	margin: 0;
}

.footer-main .copy-rights .foot-links ul li:after {
	display: none;
}
}


/* Colors */
.yellow { 
	color: #fef11c!important;
}

.blue { 
	color: #1ca6fe!important;
}


/* Expired - 1
----------------------------------------*/

/* Btn - Sml */
.btn-sml, 
button.btn-sml, 
input.btn-sml[type="button"], 
input.btn-sml[type="submit"] {
	font-family: "Segoeui", sans-serif; 
	font-weight: 700;
	font-size: 24px; 
	color: #000000;
	line-height: 30px;
	letter-spacing: 0.018em;
	padding: 20px 50px 21px 50px;
}
	
@media (max-width: 1199px) {
.btn-sml, 
button.btn-sml, 
input.btn-sml[type="button"], 
input.btn-sml[type="submit"] {
	font-size: 22px;
	line-height: 28px;
	padding: 15px 50px 17px 50px;
}
}
	
@media (max-width: 767px) {
.btn-sml, 
button.btn-sml, 
input.btn-sml[type="button"], 
input.btn-sml[type="submit"] {
	font-size: 18px;
	line-height: 22px;
	padding: 16px 30px 17px 30px;
}
}


/* Top - Content */
.top-content { 
	width: 100%; 
	float: left; 
	color: #ffffff;
	text-align: center; 
	background: #0e388f; 
	position: relative; 
	padding: 95px 0 125px 0;
}

.top-content:before {
	content: "";
	width: 100%;
	height: 90px;
	float: left;
	background: url(../png/cta-bg-2.png) no-repeat bottom center; 
	position: absolute;
	bottom: -1px;
	left: 0;
}

.top-content h4 { 
	font-weight: 800; 
	color: #fef11c; 
	padding: 0 0 22px 0; 
}

.top-content h2:last-child,
.top-content h4:last-child { 
	padding-bottom: 0;
} 

.top-content .aside { 
	width: 100%; 
	float: left; 
	position: relative; 
	z-index: 10;
}

@media (min-width: 1440px) {
.top-content:before {
	background-size: 100% 90px;
}
}

@media (max-width: 1199px) {
.top-content { 
	padding: 70px 0 90px 0;
}

.top-content h4 { 
	padding: 0 0 20px 0; 
}
}

@media (max-width: 767px) {
.top-content { 
	padding: 50px 0 70px 0;
}

.top-content h4 { 
	padding: 0 0 15px 0; 
}
}


/* Form - Block */
.form-block {
	width: 100%;
	float: left;
	text-align: center; 
	background: #eef3fe; 
	padding: 0 0 80px 0;
}

.form-block h2 { 
	color: #050824;
	padding: 0 4% 70px 4%;
}

.form-block h2:last-child {
	padding-bottom: 0;
}

.form-block .arrow-down { 
	margin-bottom: 50px;
}

.form-block ul {
	width: 100%;
	float: left; 
	padding: 0 0 17px 0; 
	margin: 0 0 -10px 0;
}

.form-block ul:last-child { 
	padding-bottom:0;
}

.form-block ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

.form-block ul li:before {
	display: none;
}

.form-block .btn, 
.form-block button, 
.form-block input[type="button"], 
.form-block input[type="submit"] {
	width: 100%;
}

.form-block .box {
	width: 100%;
	max-width: 610px;
	float: none;
	display: inline-block;
	vertical-align: top; 
	background: #ffffff;
	box-shadow: rgba(26, 166, 254, 0.15) 0 0 20px;
	padding: 70px 88px;
}

@media (max-width: 1199px) {
.form-block {
	padding: 0 0 60px 0;
}

.form-block h2 {
	padding: 0 0 50px 0;
}

.form-block .arrow-down { 
	margin-bottom: 40px;
}

.form-block .box {
	max-width: 580px;
	padding: 50px 60px;
}
}

@media (max-width: 767px) {
.form-block {
	padding: 0 0 50px 0;
}

.form-block h2 {
	padding: 0 0 40px 0;
}

.form-block .arrow-down { 
	margin-bottom: 30px;
}

.form-block ul {
	padding: 0 0 15px 0; 
}

.form-block .box {
	max-width: 420px;
	padding: 40px 30px;
}
}




/* Testimonial - Content */
.testimonial-cont {
	width: 100%;
	float: left;
	text-align: center; 
	padding: 0 0 50px 0;
}

.testimonial-cont p { 
	color: #050824; 
	padding: 0;
}

.testimonial-cont .slider-out {
	width: 100%; 
	max-width: 870px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.testimonial-cont .slider-out .item {
	width: 100%;
	max-width: 620px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 40px 40px; 
}

.testimonial-cont .slider-out figure {
	width: 100%; 
	float: left;
	border-radius: 14px; 
	box-shadow: rgba(14, 15, 143, 0.12) 0 0 40px; 
}

.testimonial-cont .slider-out figure img {
	width: 100%;
	border-radius: 14px;
}

.testimonial-cont .slider-out .owl-carousel {
	padding: 0 60px;
}

.testimonial-cont .slider-out .owl-dots {
	margin: -10px 0 0 0;
}

@media (max-width: 767px) {
.testimonial-cont {
	padding: 0 0 40px 0;
}

.testimonial-cont .slider-out {
	max-width: 100%;
}

.testimonial-cont .slider-out .item {
	max-width: 100%;
	padding: 20px 20px; 
}

.testimonial-cont .slider-out figure {
	border-radius: 10px; 
	box-shadow: rgba(14, 15, 143, 0.12) 0 0 20px; 
}

.testimonial-cont .slider-out figure img {
	border-radius: 10px;
}

.testimonial-cont .slider-out .owl-carousel {
	padding: 0 40px;
}

.testimonial-cont .slider-out .owl-dots {
	margin: 0;
}
}