/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 
 *-- Common styles --*
 a.) Container and Grids
 
 3.) Header - Main
 4.) Main - Content
 5.) Banner - Main
 6.) Feature - List
 7.) Industries - Slider
 8.) Feature - List2
 9.) Split - Banner
 10.) News - Feeds
 11.) Testimonial - Slider
 12.) Footer - Main
 
 13.) Inner Pages - Common Styles
	 Banner Inner
      Content Inner
      Side Bar
	 
 14.) Center - Txt - Band
 15.) Two Column - Articles
 16.) Quick - Statistics
 17.) Team - Info
 18.) Careers Top - Content & Accordation - List
 19.) CTA - Banner
 20.) Product - Top Content & Table - Content
 21.) Accordation - List2
 22.) Feature - List3
 23.) CTA - Articles
 24.) Article - Slider
 25.) CTA - Info
 26.) News - List
 27.) Recent - Posts
 28.) Split - Column - Articles 
 29.) Table - Content2
 30.) Accordation - List3
 31.) Support - Content
 32.) Location - Info
 33.) Contact - Form
 34.) Bootstrap - Modal
 35.) Fancybox
 36.) Background and Text - Colors
 
===============================================*/

/*
 1.) Typography
----------------------------------------*/

@import url("bootstrap.min.css") all;
@import url("animate.css") all;
@import url("mmenu.all.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('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i') all;
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700') all;


/*
 2.) Default Styles
----------------------------------------*/

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	background: #5887c2;
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
body {
	font-size: 16px;
	line-height: 26px;
}
}

@media (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 24px;
}
}


/*= Links 
=======================================================*/

a {
	font-weight: 700;
	color: #4e8abe;
	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:active,
a:focus {
	color: #4f6c9b;
	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;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #4e8abe;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:hover[href^="fax:"] {
	color: #4f6c9b;
	text-decoration: underline;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #000000;
	padding: 0 0 5px 0;
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1,
h2.lrg {
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.02em;
}

h1.sml,
h2 {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -0.02em;
}

h2.sml,
h3 {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -0.01em;
}

h3.sml,
h4 {
	font-size: 26px;
	line-height: 28px;
}

h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
}

p {
	padding: 0 0 5px 0;
	margin: 0;
}

p:last-child {
	padding: 0 0 25px 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

@media (max-width: 991px) {
h1,
h2.lrg {
	font-size: 40px;
	line-height: 44px;
}

h1.sml,
h2 {
	font-size: 34px;
	line-height: 38px;
}

h2.sml,
h3 {
	font-size: 28px;
	line-height: 30px;
}

h3.sml,
h4 {
	font-size: 24px;
	line-height: 26px;
}

h5 {
	font-size: 20px;
	line-height: 24px;
}
}

@media (max-width: 767px) {
h1,
h2.lrg {
	font-size: 32px;
	line-height: 36px;
	letter-spacing: -0.01em;
}

h1.sml,
h2 {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.01em;
}

h2.sml,
h3 {
	font-size: 26px;
	line-height: 28px;
}

h3.sml,
h4 {
	font-size: 24px;
	line-height: 26px;
}

h5 {
	font-size: 22px;
	line-height: 24px;
}

p:last-child {
	padding: 0 0 20px 0;
}
}


/* Center */
.center {
	text-align: center;
}


/*= Blockquote
=======================================================*/

blockquote {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 36px;
	color: #ffffff;
	line-height: 40px;
	text-transform: none;
	text-align: center;
	background: #4e8abe;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	padding: 5%;
	margin: 27px 0 30px 0;
}

blockquote strong {
	font-weight: 400;
}

blockquote .box-inside {
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}

@media (max-width: 991px) {
blockquote {
	font-size: 32px;
	line-height: 36px;
}

blockquote .box-inside {
	max-width: 410px;
}
}

@media (max-width: 767px) {
blockquote {
	font-size: 28px;
	line-height: 32px;
	padding: 7%;
	margin: 17px 0 20px 0;
}

blockquote .box-inside {
	max-width: 100%;
}
}


/*= Unorder List 
=======================================================*/

ul,
ol {
	list-style: none;
	padding: 8px 0 0 15px;
	margin: 0;
}

ul:last-child,
ol:last-child {
	padding-bottom: 25px;
}

li {
	font-weight: 400;
	line-height: 24px;
	position: relative;
	padding: 0 0 7px 15px;
	margin: 0;
}

li:last-child {
	padding-bottom: 13px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	width: 8px;
	height: 8px;
	float: left;
	background: #4e8abe;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
}

li ul:last-child,
li ol:last-child {
	padding-bottom: 0;
}

li ul li:last-child,
li ul li:last-child {
	padding-bottom: 0;
}

@media (max-width: 991px) {
ul,
ol {
	padding-top: 9px;
}

li {
	line-height: 20px;
	padding-bottom: 9px;
}

ul li::before {
	top: 7px;
}

li:last-child {
	padding-bottom: 14px;
}
}

@media (max-width: 767px) {
ul,
ol {
	padding: 8px 0 0 5px;
}

li {
	line-height: 18px;
	padding-bottom: 7px;
}

ul li::before {
	top: 4px;
}

li:last-child {
	padding-bottom: 12px;
}
}



/*= Order List 
=======================================================*/

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 19px;
}

ol > li::before {
	content: counter(item);
	font-weight: 900;
	text-align: right;
	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: 767px) {
ol > li {
	padding-left: 16px;
}
}


/* #Input Styles
================================================= */

form ul li:before {
	content: "";
	display: none;
}

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: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	text-transform: none;
	padding: 0 0 10px 0;
	margin: 0;
}

.req {
	color: #ff0000;
}

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: 41px;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	text-transform: none;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 1px;
	outline: none;
	position: relative;
	padding: 10px 17px;
	margin: 0;
}

textarea {
	height: 151px;
	padding: 10px 17px;
	outline: none;
	resize: none;
}

select {
	background-image: url(../img/arrow-down-select.png);
	background-size: 28px auto;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

/* select - Colored */
select.colorize option:not([disabled]) {
	color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #888888;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #888888;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #888888;
}

::-moz-placeholder {
	color: #888888;
}

::-ms-input-placeholder {
	color: #888888;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #4e8abe;
	outline: 0;
}

.p-holder-out {
	width: 100%;
	float: left;
	position: relative;
}

.p-holder {
	width: 100%;
	height: 41px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: text;
	z-index: 5;
	padding: 0;
	margin: 0;
}

.p-holder label {
	width: 100%;
	height: 41px;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	line-height: 20px;
	text-transform: none;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 1px;
	cursor: text;
	position: relative;
	padding: 10px 17px;
	margin: 0;
}

.p-holder label span {
	color: #ff0000;
}


/* #Buttons
================================================== */

@keyframes move {
  0%, 20%, 50%, 60%, 80%, 100% {
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  10% {
    -moz-transform: translatex(4px);
    -ms-transform: translatex(4px);
    -webkit-transform: translatex(4px);
    transform: translatex(4px);
  }
}

@keyframes move-reverse {
  0%, 20%, 50%, 60%, 80%, 100% {
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  10% {
    -moz-transform: translatex(-4px);
    -ms-transform: translatex(-4px);
    -webkit-transform: translatex(-4px);
    transform: translatex(-4px);
  }
}

.btn,
button,
input[type="button"],
input[type="submit"] {
	height: 55px;
	float: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	font-weight: normal;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	background: #5887c2;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0 30px;
	margin: 0 55px 0 0;
}

.btn:before,
button:before {
	content: "";
    width: 55px;
    height: 100%;
    float: right;
    background: #5887c2;
    position: absolute;
    top: 0;
    right: -60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: .80;
}

.btn:after,
button:after {
	content: "\f30b";
	width: 55px;
	float: right;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: .50;
	margin: -10px 0 0 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 {
	color: #ffffff;
	text-decoration: underline;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before,
button:hover:before,
button:focus:before,
button:active:before,
button:active:focus:before,
button.active:before,
button.active:focus:before {
	opacity: 1;
}

.btn:hover:after,
.btn:focus:after,
.btn:active:after,
.btn:active:focus:after,
.btn.active:after,
.btn.active:focus:after,
button:hover:after,
button:focus:after,
button:active:after,
button:active:focus:after,
button.active:after,
button.active:focus:after {
	-moz-animation: move 2s;
	-webkit-animation: move 2s;
	animation: move 2s;
	opacity: 1;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-green,
button.btn-green,
input[type="button"].btn-green,
input[type="submit"].btn-green {
	background: #57b049;
}

.btn-green:before,
button.btn-green:before {
	background: #57b049;
}

.btn-white,
button.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white {
	color: #000000;
	background: #ffffff;
}

.btn-white:before,
button.btn-white:before {
	background: rgba(255, 255, 255, .25);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus,
.btn-white.active,
.btn-white.active:focus,
button.btn-white:hover,
button.btn-white:focus,
button.btn-white:active,
button.btn-white:active:focus,
button.btn-white.active,
button.btn-white.active:focus,
input[type="button"].btn-white:hover,
input[type="button"].btn-white:focus,
input[type="button"].btn-white:active,
input[type="button"].btn-white:active:focus,
input[type="button"].btn-white.active,
input[type="button"].btn-white.active:focus,
input[type="submit"].btn-white:hover,
input[type="submit"].btn-white:focus,
input[type="submit"].btn-white:active,
input[type="submit"].btn-white:active:focus,
input[type="submit"].btn-white.active,
input[type="submit"].btn-white.active:focus {
	color: #000000;
}

.btn-white:hover:before,
.btn-white:focus:before,
.btn-white:active:before,
.btn-white:active:focus:before,
.btn-white.active:before,
.btn-white.active:focus:before,
button.btn-white:hover:before,
button.btn-white:focus:before,
button.btn-white:active:before,
button.btn-white:active:focus:before,
button.btn-white.active:before,
button.btn-white.active:focus:before {
	background: rgba(255, 255, 255, 1);
}

.btn-white:hover:after,
.btn-white:focus:after,
.btn-white:active:after,
.btn-white:active:focus:after,
.btn-white.active:after,
.btn-white.active:focus:after,
button.btn-white:hover:after,
button.btn-white:focus:after,
button.btn-white:active:after,
button.btn-white:active:focus:after,
button.btn-white.active:after,
button.btn-white.active:focus:after {
	color: #000000;
}

.btn-slim {
	height: 35px;
}

.btn-out {
	width: 100%;
	float: left;
	padding-right: 60px;
}


/* #Owl-carousel
=======================================================*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes 
fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.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;
}

.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-controls .owl-nav .owl-prev, 
.owl-carousel .owl-controls .owl-nav .owl-next, 
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	-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 {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	height:auto;
	display: inline-block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	height:auto;
	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(../img/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: 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;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
#hero-main.owl-carousel .owl-stage{display:flex;}
.banner-main #hero-main.owl-carousel .item{height:100%;}
.banner-main #hero-main.owl-carousel figure{height:100%;}
#hero-main.owl-carousel .owl-item img{height:100%;}


/* #Slider Controls
================================================== */

.owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* Previous and Next */
.owl-nav div {
	width: 58px;
	height: 58px;
	float: left;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -29px 0 0 0;
}

.owl-nav div:before {
	width: 100%;
	height: 100%;
	float: left; 
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 60px;
	color: #5887c2;
	line-height: 1em;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .50;
}

.owl-nav div:hover:before { 
	opacity: 1;
}

.owl-nav .owl-prev {
	left: 0;
}

.owl-nav .owl-prev:before {
	content: "\f137";
}

.owl-nav .owl-next {
	right: 0;
}

.owl-nav .owl-next:before {
	content: "\f138";
}

.owl-nav .disabled,
.owl-nav .disabled:hover {
	opacity: .15;
	cursor: default;
}

.owl-nav.disabled {
	display: none;
}

@media (min-width: 1400px) {
.owl-nav .owl-prev { 
	left: -40px;
}

.owl-nav .owl-next { 
	right: -40px;
}
}

@media (max-width: 1199px) {
.owl-nav div {
	width: 40px;
	height: 40px;
	margin: -20px 0 0 0;
}

.owl-nav div:before {
	font-size: 40px;
}
}

@media (max-width: 767px) {
.owl-nav div {
	width: 34px;
	height: 34px;
	margin: -17px 0 0 0;
}

.owl-nav div:before {
	font-size: 34px;
}
}

@media(min-width:399px) and (max-width:767px){
	#industries .owl-nav .owl-prev {  left: -17px;}
	#industries .owl-nav .owl-next {  right: -17px;}
}


/* Bullets */
.owl-dots {
	width: 100%; 
	float: left;
	text-align: center;
	padding: 0;
	margin: 30px 0 0 0;
}

.owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	float: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	background: none; 
	border: 2px solid #6388c0;
	border-radius: 360px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 4px;
}

.owl-dots .owl-dot.active {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #6388c0; 
	border-color: #6388c0;
}

.owl-dots.disabled {
	display: none;
}

@media (max-width: 767px) {
.owl-dots .owl-dot {
	width: 12px;
	height: 12px;
}
}



/*= Table
=======================================================*/

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

/* Figure */
figure { 
	padding: 0;
	margin: 0;
}


/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	overflow: hidden;
	padding: 138px 0 0 0;
}

.container {
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
}

.container-med {
	width: 100%;
	max-width: 1120px;
	padding: 0 30px;
	margin: 0 auto;
}

.container-sml {
	width: 100%;
	max-width: 1060px;
	padding: 0 30px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
.container-main.hinner {
	padding: 0;
}
}

@media (max-width: 1199px) {
.container-main {
	padding: 50px 0 0 0;
}
}

@media (max-width: 991px) {
.container,
.container-med,
.container-sml {
	width: 100%;
	max-width: 100%;
	padding: 0 80px;
}	
}

@media (max-width: 767px) {
.container,
.container-med,
.container-sml {
	width: 100%;
	max-width: 540px;
	padding: 0 20px;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: left;
}

.social-links ul {
	float: left;
	padding: 0;
	margin: 0 0 -10px 0;
}

.social-links ul li {
	float: left;
	padding: 0;
	margin: 0 20px 10px 0;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li a {
	font-weight: inherit;
	font-size: 16px;
	color: #4e8abe;
	text-decoration: none;
}

.social-links ul li a:hover, 
.social-links ul li a:active {
	color: #4f6c9b;
}


/* Play - Icon */
.icon-play {
	width: 85px;
	height: 85px;
	display: inline-block;
	vertical-align: middle;
	line-height: 81px;
	text-align: center;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.20);
	border: 2px solid #ffffff;
	border-radius: 100px;
	-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: relative;
	z-index: 1;
	cursor: pointer;
	padding: 0;
}

.icon-play:before {
	content: "";
	width: 0;
	height: 0;
	float: left;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 23px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -8px;
}

.icon-play:hover {
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 138px;
	float: left;
	box-shadow: rgba(0, 0, 0, .15) 0 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

@media (max-width: 1199px) {
.header-main {
	height: 50px;
	background: #4e8abe;
}

.header-main .container {
	padding: 0 30px;
}
}

@media (max-width: 991px) {
.header-main {
	box-shadow: rgba(0, 0, 0, .20) 0 0 8px;
}

.header-main .container {
	padding: 0 20px;
}
}

@media (max-width: 767px) {
.header-main .container {
	max-width: 100%;
	padding: 0 10px;
}
}


/* Top - Bar */
.header-main .top-bar {
	width: 100%;
	height: 58px;
	float: left;
	background: #ffffff;
}

.header-main .top-bar .left-cont {
	float: left;
}

.header-main .top-bar .left-cont ul {
	float: left;
	padding: 0;
	margin: 0 0 0 -12px;
}

.header-main .top-bar .left-cont ul li {
	float: left;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 15px;
	color: #4e8abe;
	line-height: 58px;
	padding: 0 12px;
	margin: 0;
}

.header-main .top-bar .left-cont ul li i {
	margin: 0 3px 0 0;
}

.header-main .top-bar .left-cont ul li a {
	font-weight: 200;
}

.header-main .top-bar .left-cont ul li:before {
	display: none;
}

.header-main .top-bar .left-cont ul li:after {
	content: "";
	width: 1px;
	height: 14px;
	float: left;
	background: #4e8abe;
	position: absolute;
	top: 23px;
	left: 0;
}

.header-main .top-bar .left-cont ul li:first-child:after {
	display: none;
}

.header-main .top-bar .left-cont ul li:last-child:after {
	display: none;
}

.header-main .top-bar .left-cont ul li:last-child a {
	font-weight: 500;
	color: #57b049;
}

.header-main .top-bar .right-cont {
	float: right;
}

.header-main .top-bar .right-cont .social-links {
	width: auto;
	float: left;
}

.header-main .top-bar .right-cont .social-links ul li {
	line-height: 58px;
	margin: 0 0 0 20px;
}

@media (max-width: 1199px) {
.header-main .top-bar {
	width: auto;
	height: auto;
	background: none;
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 100;
}

.header-main .top-bar .left-cont {
	display: none;
}

.header-main .top-bar .right-cont .social-links ul li {
	line-height: 50px;
	margin: 0 0 0 20px;
}

.header-main .top-bar .right-cont .social-links ul li a {
	color: #ffffff;
}

.header-main .top-bar .right-cont .social-links ul li a:hover, 
.header-main .top-bar .right-cont .social-links ul li a:active {
	opacity: .80;
}
}

@media (max-width: 767px) {
.header-main .top-bar {
	right: 50px;
}

.header-main .top-bar .right-cont .social-links {
	display: none;
}
}


/* NavBar - Out */
.header-main .nav-bar-out {
	width: 100%;
	height: 80px;
	float: left;
	background: #4e8abe;
}

@media (min-width: 1200px) {
.header-main .nav-bar-out {
	background: #4e8abe;
}
}

@media (max-width: 1199px) {
.header-main .nav-bar-out {
	height: 50px;
	background: none;
}
}


/* Site Brand */
.header-main .brand {
	float: left;
	line-height: 77px;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0 -500px 0 0;
}

.header-main .brand img {
	width: 100%;
	max-width: 265px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

@media (max-width: 1199px) {
.header-main .brand {
	line-height: 46px;
}

.header-main .brand img {
	max-width: 195px;
}
}

@media (max-width: 767px) {
.header-main .brand img {
	max-width: 175px;
}
}


/* Nav - Bar */
.header-main .nav-bar {
	width: 100%;
	float: left;
	padding: 0 0 0 325px;
}

@media (min-width: 1200px) {
/* Main - Menu */
.header-main .main-menu {
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	z-index: 100;
}

.header-main .main-menu ul.main-nav {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .main-menu ul.main-nav > li {
	float: left;
	line-height: 80px;
	position: relative;
	padding: 0;
	margin: 0 22px 0 0;
}

.header-main .main-menu ul.main-nav > li:after, 
.header-main .main-menu ul.main-nav > li:before {
	display: none;
}

.header-main .main-menu ul.main-nav > li > a {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 1em;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	border: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
}

.header-main .main-menu ul.main-nav > li > a:after {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #ffffff;
	position: absolute;
	bottom: -3px;
	left: 50%;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .main-menu ul.main-nav > li:hover > a, 
.header-main .main-menu ul.main-nav > li > a.current, 
.header-main .main-menu ul.main-nav > li.current-menu-item > a, 
.header-main .main-menu ul.main-nav > li.current-menu-parent > a, 
.header-main .main-menu ul.main-nav > li.current-menu-ancestor > a {
	color: #ffffff;
}

.header-main .main-menu ul.main-nav > li > a:hover:after, 
.header-main .main-menu ul.main-nav > li > a.current:after, 
.header-main .main-menu ul.main-nav > li.current-menu-item > a:after, 
.header-main .main-menu ul.main-nav > li.current-menu-parent > a:after, 
.header-main .main-menu ul.main-nav > li.current-menu-ancestor > a:after {
	width: 100%;
	opacity: 1;
	left: 0;
}
}

@media (min-width:1200px) and (max-width:1250px){
	.header-main .main-menu ul.main-nav > li{margin:0 12px 0 0;}
}

@media (max-width: 1199px) {
.header-main .main-menu {
	display: none;
}
}


/* Search - Box */
@media (min-width: 768px) {
.header-main .search-box-out {
	float: right;
	position: relative;
	z-index: 80;
	padding: 0;
	margin: 0 0 0 -300px;
}

.header-main .search-box-out .icon-search {
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 80px;
	cursor: pointer;
	text-indent: -99999px;
}

.header-main .search-box-out .icon-search:before {
	content: "\f00d";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	display: block;
	text-indent: 0;
}

.header-main .search-box-out .icon-search.collapsed {
	text-indent: 0;
}

.header-main .search-box-out .icon-search.collapsed:before {
	display: none;
}

.header-main .search-box-out .search-box {
	width: 265px;
	float: left;
	position: absolute;
	top: 80px;
	right: 0;
}

.header-main .search-box-out .form-out {
	width: 100%;
	height: 41px;
	float: left;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 2px;
	position: relative;
	padding: 0 38px 0 0;
}

.header-main .search-box-out input[type="text"], 
.header-main .search-box-out input[type="email"], 
.header-main .search-box-out input[type="search"] {
	width: 100%;
	height: 39px;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	letter-spacing: normal;
	background: none;
	border: none;
	border-radius: 0;
	padding: 8px 18px;
	margin: 0;
}

.header-main .search-box-out .btn-search, 
.header-main .search-box-out button, 
.header-main .search-box-out input[type="button"], 
.header-main .search-box-out input[type="submit"] {
	width: 38px;
	height: 39px;
	float: right;
	font-family: "Font Awesome\ 5 Pro";
	font-size: 18px;
	color: #4e8abe;
	line-height: 39px;
	text-align: center;
	background: none;
	border: none;
	border-left: 1px solid #dddddd;
	border-radius: 0;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
}

@media (max-width: 1199px) {
.header-main .search-box-out {
	display: none;
}
}


/* Menu - Btn */
.header-main .menu-btn {
	width: 20px;
	height: 20px;
	float: right;
	z-index: 90;
	cursor: pointer;
	position: absolute;
	top: 17px;
	right: 30px;
	display: none;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	height: 3px;
	float: left;
	text-indent: -99999px;
	background: #ffffff;
	border-radius: 1px;
	position: relative;
	transition: all 0.4s ease;
	margin: 7px 0 0 0;
}

.header-main .menu-btn .icon-bar:after {
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	transition: all 0.4s ease;
}

.header-main .menu-btn .icon-bar:before {
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	border-radius: 1px;
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	transition: all 0.4s ease;
}

@media (max-width: 1199px) {
.header-main .menu-btn {
	display: block;
}
}

@media (max-width: 991px) {
.header-main .menu-btn {
	right: 20px;
}
}

@media (max-width: 767px) {
.header-main .menu-btn {
	right: 10px;
}
}

@media (min-width: 1200px) {
/* Body - Overflows */
.overflow-hidden {
	overflow: hidden;
	padding-right: 17px;
	background: #ffffff;
}

/* Overlay - Out */
.overlay-out {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
}

@media (max-width: 1199px) {
/* Body - Overflows */
.overflow-hidden {
	overflow: hidden;
}
}


/* Region - Selector */
.region-selector {
	float: left;
	margin: 0 0 0 50px;
}

@media (max-width: 1199px) {
	.region-selector {
		margin: -5px 7px 0;
	}
	#page:not(.hinner) .selected-region-out .region {
		color: #fff !important;
	}
}
@media (max-width: 460px) {
	.region-selector {
		margin: -5px -8px 0;
	}
}

/* Selected - Region */
.selected-region-out {
	float: left;
	position: relative;
}

.selected-region-out .flag {
	height: 58px;
	float: left;
	line-height: 58px;
	cursor: pointer;
}

.selected-region-out .flag img {
	display: inline-block;
	vertical-align: middle;
}

.selected-region-out .region {
	height: 58px;
	float: left;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 15px;
	color: #4e8abe;
	line-height: 58px;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0 0 10px;
}

.selected-region-out .region:before {
	content: "\f0ac";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 15px;
	margin: 0 5px 0 0;
}

.selected-region-out .region:after {
	content: "\f0d7";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 15px;
	position: relative;
	margin: 0 0 0 5px;
	top: 1px;
}

.selected-region-out .region a {
	color: #4e8abe;
	text-decoration: none;
}

@media (max-width: 1199px) {
.selected-region-out .flag {
	height: 50px;
	line-height: 48px;
}

.selected-region-out .region {
	 color: #4e8abe !important;
    font-weight: 400;
}

.selected-region-out .region:before {
	content: "\f0ac";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 15px;
	margin: 0 5px 0 0;
}

.selected-region-out .region:after {
	content: "\f0d7";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 15px;
	position: relative;
	margin: 0 0 0 5px;
	top: 1px;
}

.selected-region-out .region a {
	color: #4e8abe;
	text-decoration: none;
}
}

/* Region - Dropdown */
.region-dropdown .brand {
	width: 100%;
	height: 80px;
	float: left;
	background: #4e8abe;
	z-index: 100;
	padding: 0;
	margin: 0;
	display: none;
}

@media (min-width: 1200px) {
.region-dropdown {
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.region-dropdown.open-dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.region-dropdown .region-cont-out {
	width: 100%;
	float: left;
	background: #ffffff;
	position: relative;
	z-index: 50;
}

.region-dropdown .region-cont {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.region-dropdown .region-cont:before {
	content: "";
	width: 70%;
	height: 1400px;
	float: left;
	box-shadow: rgba(0, 0, 0, .25) 0 80px 160px;
	position: absolute;
	top: -700px;
	right: 0;
}

.region-dropdown .mobile-title {
	width: 100%;
	float: left;
	display: none;
}

.region-dropdown .region-links {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.region-dropdown .region-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.region-dropdown .region-links ul li {
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

.region-dropdown .region-links ul li:before {
	display: none;
}

.region-dropdown .region-links ul li.theamericas {
	top: 178px;
	left: 14%;
}

.region-dropdown .region-links ul li.europe {
	top: 158px;
	left: 47.50%;
}

.region-dropdown .region-links ul li.asia {
	top: 168px;
	right: 14.50%;
}

.region-dropdown .region-links ul li a {
	min-width: 95px;
	height: 40px;
	float: left;
	font-family: "", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #5887c2;
	font-size: 16px;
	line-height: 38px;
	background: #ffffff;
	border: 1px solid #5887c2;
	position: relative;
	padding: 0 30px;
	margin-right: 45px;
}

.region-dropdown .region-links ul li a:before {
	content: "";
	width: 40px;
	height: 100%;
	float: right;
	background: #ffffff;
	border: 1px solid #5887c2;
	position: absolute;
	top: 0;
	right: -45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: .50;
}

.region-dropdown .region-links ul li a:after {
	content: "\f30b";
	width: 40px;
	float: right;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: -45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.region-dropdown .map-out {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 40px 30px;
}

.region-dropdown .map-out img {
	width: 100%;
}

.region-dropdown .map-out .map-fig {
	width: 100%;
	float: left;
	display: none;
}

.region-dropdown .map-out .map-fig.current {
	display: block;
}

.region-dropdown .choose-languages {
	width: 100%;
	float: left;
	padding: 0 60px 20px 60px;
}

.region-dropdown .choose-languages ul {
	width: 100%;
	max-width: 615px;
	float: none;
	padding: 0;
	margin: 0 auto;
}

.region-dropdown .choose-languages ul li {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	border-bottom: 1px solid #e9e8e8;
	padding: 0 5px;
	margin: 0;
}

.region-dropdown .choose-languages ul li:last-child {
	border-bottom: none;
}

.region-dropdown .choose-languages ul li:before {
	display: none;
}

.region-dropdown .choose-languages ul li a {
	width: 100%;
	float: left;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	position: relative;
	padding: 13px 0 15px 34px;
	margin: 0;
}

.region-dropdown .choose-languages ul li a:before {
	content: "";
	width: 24px;
	height: 16px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -8px 0 0 0;
}

.region-dropdown .choose-languages ul li.english a:before {
	background: url(../img/icon-flag-us.png);
}

.region-dropdown .choose-languages ul li.french a:before {
	background: url(../img/icon-flag-french.png);
}

.region-dropdown .choose-languages ul li.spanish a:before {
	background: url(../img/icon-flag-spanish.png);
}

.region-dropdown .back-to-region-front-cont {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #4e8abe;
	line-height: 22px;
	position: relative;
	cursor: pointer;
	margin: 50px 0 0 0;
}

.region-dropdown .back-to-region-front-cont i {
	position: relative;
	margin: 0 3px 0 0;
}

.region-dropdown .close-region-dropdown {
	display: none;
}

.region-dropdown .left-col {
	width: 30%;
	float: left;
	position: relative;
	z-index: 1;
	padding: 0 5% 0 0;
}

.region-dropdown .right-col {
	width: 70%;
	float: left;
	position: relative;
	z-index: 1;
}

.region-dropdown .region-front-cont {
	width: 100%;
	height: 550px;
	float: left;
	display: none;
	justify-content: center;
	align-items: center;
}

.region-dropdown .region-front-cont.current {
	display: flex;
}

.region-dropdown .region-cont-in {
	width: 100%;
	height: 550px;
	float: left;
	display: none;
	justify-content: center;
	align-items: center;
}

.region-dropdown .region-cont-in.current {
	display: flex;
}
}

@media (max-width: 1199px) {
.region-dropdown {
	width: 440px;
	height: 100%;
	float: left;
	background: #ffffff;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 1001;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 60px 0 0 0;
}

.region-dropdown.open-dropdown {
	right: 0;
}

.region-dropdown .container {
	max-width: 100%;
	padding: 0;
}

.region-dropdown .brand {
	height: 50px;
}

.region-dropdown .brand .container {
	padding: 0 30px;
}

.region-dropdown .region-cont-out {
	width: 100%;
	height: 100%;
	float: left;
	overflow: auto;
	overflow-x: hidden;
}

.region-dropdown .region-cont {
	width: 100%;
	float: left;
	padding: 20px 30px 50px 30px;
}

.region-dropdown .mobile-title {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.region-dropdown .region-links {
	width: 100%;
	float: left;
}

.region-dropdown .region-links ul {
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
}

.region-dropdown .region-links ul li {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 2px 0;
}

.region-dropdown .region-links ul li:before {
	display: none;
}

.region-dropdown .region-links ul li a {
	width: 100%;
	float: left;
	font-weight: 400;
	color: #000000;
	padding: 9px 0;
}

.region-dropdown .region-links ul li a:hover {
	color: #4e8abe;
}

.region-dropdown .map-out {
	display: none;
}

.region-dropdown .choose-languages {
	width: 100%;
	float: left;
	padding: 0;
}

.region-dropdown .choose-languages ul {
	width: 100%;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
}

.region-dropdown .choose-languages ul li {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.02em;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.region-dropdown .choose-languages ul li:last-child {
	padding: 0;
}

.region-dropdown .choose-languages ul li:before {
	display: none;
}

.region-dropdown .choose-languages ul li a {
	width: 100%;
	float: left;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	position: relative;
	padding: 9px 0 9px 35px;
	margin: 0;
}

.region-dropdown .choose-languages ul li a:before {
	content: "";
	width: 24px;
	height: 16px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -8px 0 0 0;
}

.region-dropdown .choose-languages ul li.english a:before {
	background: url(../img/icon-flag-us.png);
}

.region-dropdown .choose-languages ul li.french a:before {
	background: url(../img/icon-flag-french.png);
}

.region-dropdown .choose-languages ul li.spanish a:before {
	background: url(../img/icon-flag-spanish.png);
}

.region-dropdown .back-to-region-front-cont {
	font-size: 20px;
	color: #4e8abe;
	line-height: 20px;
	position: absolute;
	top: 22px;
	left: 30px;
	cursor: pointer;
	z-index: 10;
}

.region-dropdown .back-to-region-front-cont .mb {
	display: none;
}

.region-dropdown .close-region-dropdown {
	font-size: 24px;
	color: #4e8abe;
	line-height: 24px;
	cursor: pointer;
	position: absolute;
	top: 22px;
	right: 30px;
	display: block;
	cursor: pointer;
	z-index: 10;
}

.region-dropdown .left-col {
	width: 100%;
	float: left;
}

.region-dropdown .left-col h4, 
.region-dropdown .left-col p {
	display: none;
}

.region-dropdown .right-col {
	width: 100%;
	float: left;
}

.region-dropdown .region-front-cont {
	width: 100%;
	float: left;
	display: none;
}

.region-dropdown .region-front-cont.current {
	display: block;
}

.region-dropdown .region-cont-in {
	width: 100%;
	float: left;
	display: none;
}

.region-dropdown .region-cont-in.current {
	display: block;
}

.region-dropdown .overlay-out {
	width: 10000px;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .60);
	position: absolute;
	top: 0;
	left: 10000px;
	z-index: 1;
	display: none;
}

.region-dropdown.open-dropdown .overlay-out {
	left: -10000px;
	display: block;
}
}

@media (max-width: 991px) {
.region-dropdown {
	width: 100%;
}

.region-dropdown .brand .container {
	padding: 0 20px;
}
}

@media (max-width: 767px) {
.region-dropdown .region-cont {
	padding: 20px 20px 50px 20px;
}

.region-dropdown .back-to-region-front-cont {
	left: 20px;
}

.region-dropdown .close-region-dropdown {
	right: 20px;
}

.region-dropdown .brand .container {
	padding: 0 20px;
}
}


/* Region - Front Page - Open */
.region-front .region-dropdown .brand {
	display: block;
}

@media (min-width: 1200px) {
.region-front .region-dropdown {
	height: 100vh;
	background: #ffffff;
	right: 0;
	visibility: visible;
	opacity: 1;
}

.region-front .region-dropdown .region-cont-out {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.region-front .region-dropdown .region-cont {
	width: 100%;
	height: 100vh;
}

.region-front .region-dropdown .region-cont:before {
	height: 200%;
	top: -50%;
}

.region-front .region-dropdown .region-front-cont {
	height: 100vh;
}

.region-front .region-dropdown .region-cont-in {
	height: 100vh;
}
}

@media (max-width: 1199px) {
.region-front .region-dropdown {
	width: 100%;
	background: #ffffff;
	right: 0;
	visibility: visible;
	opacity: 1;
	padding-top: 0;
}

.region-front .region-dropdown .back-to-region-front-cont {
	top: 72px;
}

.region-front .region-dropdown .close-region-dropdown {
	top: 72px;
	display: none;
}

.region-front .region-dropdown .region-cont-out {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.region-front .region-dropdown .region-front-cont {
	padding-top: 55px;
}

.region-front .region-dropdown .region-cont-in {
	padding-top: 55px;
}
}


/* Mega - Menu */
.mega-menu {
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.mega-menu.current {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.mega-menu-cont {
	width: 100%;
	float: left;
	background: #ffffff;
	position: relative;
	z-index: 50;
}

.mega-menu ul, 
.mega-menu ul li {
	width: 100%;
	float: left;
	position: static;
	padding: 0;
}

.mega-menu ul li {
	font-size: 16px;
	color: #777777;
	line-height: 20px;
	padding: 0 0 10px 0;
}

.mega-menu ul li:last-child {
	padding-bottom: 10px;
}

.mega-menu ul li a {
	float: left;
	font-weight: 400;
	color: #777777;
	padding: 0 0 0 15px;
	text-indent: -15px;
}

.mega-menu ul li a:hover, 
.mega-menu ul li a.active {
	color: #000000;
}

.mega-menu ul li:before {
	display: none;
}

.mega-menu p, .mega-menu div {
	line-height: normal;
}

.mega-menu .submenu-title {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	line-height: 1.2em;
	border-bottom: 1px solid #999999;
	padding: 0 0 8px 0;
	margin: 0 0 26px 0;
}

.mega-menu h4 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	line-height: 28px;
	padding: 0 0 20px 0;
}

.mega-menu h5 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	padding: 0 0 10px 0;
}

.mega-menu p {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #777777;
	line-height: 26px;
	padding-bottom: 30px;
}

.mega-menu p:last-child {
	padding-bottom: 0;
}

.mega-menu .btn {
	min-width: 170px;
}

.mega-menu ul.sub-nav {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.mega-menu ul.sub-nav > li {
	width: 100%;
	float: left;
	line-height: 22px;
	padding: 0;
	margin: 0 0 12px 0;
}

.mega-menu ul.sub-nav > li:before {
	display: none;
}

.mega-menu ul.sub-nav > li > a {
	width: 100%;
	height: auto;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #777777;
	text-decoration: none;
	position: relative;
	padding: 0 30px 0 0;
	text-indent: 0;
}

.mega-menu ul.sub-nav > li.menu-item-has-children > a:after {
	content: "\f054";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 16px;
	color: #999999;
	line-height: 1em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -7px 0 0 0;
}

.mega-menu ul.sub-nav > li > a:hover, 
.mega-menu ul.sub-nav > li > a.active {
	color: #000000;
	text-decoration: none;
}

.mega-menu ul.sub-nav > li > a:hover:after, 
.mega-menu ul.sub-nav > li > a.active:after {
	color: #000000;
}

.mega-menu figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.mega-menu figure img {
	max-width: 100%;
}

.mega-menu .banner-menu-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.mega-menu .banner-menu-cont h2 {
	color: #ffffff;
	padding: 0 0 20px 0;
}

.mega-menu .banner-menu-cont .btn-out {
	padding: 0;
}

/* Menu - Level1 */
.mega-menu .menu-level1 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.mega-menu .menu-level1:before {
	content: "";
	width: 70%;
	height: 1400px;
	float: left;
	box-shadow: rgba(0, 0, 0, .25) 0 80px 160px;
	position: absolute;
	top: -700px;
	right: 0;
}

.mega-menu .menu-level1 .icon-bg {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.mega-menu .menu-level1 .submenu-links {
	width: 26%;
	float: left;
	padding: 55px 0;
}

.mega-menu .menu-level1 .submenu-cont {
	width: 70%;
	float: right;
	position: relative;
	padding: 0 0 0 70px;
}

.mega-menu .menu-level1 .front-thumbs {
	width: 100%;
	float: left;
	padding: 55px 0 0 0;
	margin: 30px 0 0 0;
}

.mega-menu .menu-level1 .front-thumbs figure {
	width: 50%;
	float: left;
	padding: 0 8px 10px 0;
}

.mega-menu .menu-level1 .front-thumbs figure:nth-child(2) {
	float: right;
	padding: 0 0 10px 8px;
}


.mega-menu .menu-level1 .tab-content {
	width: 100%;
	float: left;
	position: relative;
	padding: 40px 0 65px 0;
}

.mega-menu .menu-level1 .tab-pane {
	position: relative;
}

.mega-menu .menu-level1 .tab-content .left-col {
	width: 48%;
	float: left;
	padding: 0 8% 0 0;
}
.mega-menu .menu-level1 .tab-content .left-col.full_width{width:100%;}

.mega-menu .menu-level1 .tab-content .right-col {
	width: 45%;
	float: left;
	padding: 15px 0 0 0;
}

.mega-menu .menu-level1 .submenu-cont2 {
	width: 100%;
	float: left;
	display: none;
}

.mega-menu .menu-level1 .submenu-cont2.current {
	display: block;
}
.mega-menu .menu-level1 .back-to-submenu-cont{font-size: 20px;
	color: #999999;
	line-height: 1em;
	text-decoration: none;
	position: absolute;
	top: 81px;
	left: -25px;
	display: none;
	z-index: 10;
	cursor: pointer;}
.mega-menu .menu-level1 .back-to-submenu-cont:hover{color: #000000;
	text-decoration: none;}
.mega-menu .menu-level1 .back-to-submenu-cont.show-left {
	display: block;
}

.mega-menu .menu-level1 .back-to-submenu-cont2 {
	font-size: 20px;
	color: #999999;
	line-height: 1em;
	text-decoration: none;
	position: absolute;
	top: 81px;
	left: -25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

.mega-menu .menu-level1 .back-to-submenu-cont2:hover {
	color: #000000;
	text-decoration: none;
}

.mega-menu .menu-level1 .back-to-submenu-cont2.show-left {
	display: block;
}

/* Menu - Level2 */
.mega-menu .menu-level2 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

.mega-menu .menu-level2 .short-cont {
	width: 25%;
	float: left;
	margin: 0 10% 0 0;
}

.mega-menu .menu-level2 .short-cont .submenu-title {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.mega-menu .menu-level2 .short-cont p {
	color: #000000;
}

.mega-menu .menu-level2 .product-links {
	width: 65%;
	float: left;
	margin-bottom: -10px;    vertical-align: middle;
    /*display: table;*/
}

.mega-menu .menu-level2 .product-links ul {
	width: 40%;
	float: none;
	padding: 0 8% 0 0;vertical-align: middle;
    display: table-cell;
}

/* Menu - Level3 */
.mega-menu .menu-level3 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

.mega-menu .menu-level3 .left-col {
	width: 23%;
	float: left;
	margin: 0 7% 0 0;
}

.mega-menu .menu-level3 .left-col ul {
	padding: 7px 0 0 0;
}

.mega-menu .menu-level3 .left-col ul li {
	padding-bottom: 17px;
}

.mega-menu .menu-level3 .right-col {
	width: 70%;
	float: left;
	position: relative;
	overflow: hidden;
}

/* Menu - Level4 */
.mega-menu .menu-level4 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

.mega-menu .menu-level4 .left-col {
	width: 23%;
	float: left;
	margin: 0 7% 0 0;
}

.mega-menu .menu-level4 .right-col {
	width: 70%;
	float: left;
	position: relative;
	overflow: hidden;
}

.mega-menu .menu-level4 .right-col .banner-menu-cont {
	background: rgba(0, 0, 0, .40);
}

/* Menu - Level5 */
.mega-menu .menu-level5 {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 40px 0 60px 0;
}

.mega-menu .menu-level5 .submenu-title, 
.mega-menu .menu-level5 ul li a, 
.mega-menu .menu-level5 h5, 
.mega-menu .menu-level5 p {
	color: rgba(0, 0, 0, .80);
}

.mega-menu .menu-level5 ul {
	padding-left: 7px;
}

.mega-menu .menu-level5 ul li {
	font-size: 14px;
}

.mega-menu .menu-level5 .short-cont {
	width: 25%;
	float: left;
	margin: 0 6% 0 0;
}

.mega-menu .menu-level5 .short-cont .submenu-title {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.mega-menu .menu-level5 .product-links {
	width: 69%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.mega-menu .menu-level5 .product-links .col-out {
	width: 33.33%;
	float: left;
	display: inline;
	border-left: 1px solid #e2e2e2;
	padding: 0 30px;
}

.mega-menu .menu-level5 .product-links .col-out .aside {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}

.mega-menu .menu-level5 .product-links .col-out .aside:last-child {
	padding-bottom: 0;
}


/* Header - Inner */
.hinner .header-main .top-bar {
	background: none;
}

.hinner .header-main .top-bar .left-cont ul li, 
.hinner .header-main .top-bar .left-cont ul li a {
	color: #ffffff;
}

.hinner .header-main .top-bar .left-cont ul li i {
	color: #4e8abe;
}

.hinner .header-main .top-bar .left-cont ul li:after {
	background-color: #ffffff;
}

.hinner .header-main .top-bar .left-cont ul li a:hover {
	color: #4e8abe;
}

.hinner .header-main .top-bar .left-cont ul li:last-child i, 
.hinner .header-main .top-bar .left-cont ul li:last-child a {
	color: #57b049;
}

.hinner .header-main .top-bar .right-cont .social-links ul li a {
	color: #ffffff;
}

.hinner .header-main .top-bar .right-cont .social-links ul li a:hover {
	color: #4f6c9b;
}

.hinner .header-main .selected-region-out .region {
	color: #ffffff;
}

.hinner .header-main .selected-region-out .region:before {
	color: #4e8abe;
}

@media (min-width: 1200px) {
.hinner .header-main .nav-bar-out {
	background: #ffffff;
}

.hinner .header-main .main-menu ul.main-nav > li > a {
	color: #4e8abe;
}

.hinner .header-main .main-menu ul.main-nav > li > a:after {
	background: #4f6c9b;
}

.hinner .header-main .main-menu ul.main-nav > li:hover > a, 
.hinner .header-main .main-menu ul.main-nav > li.current-menu-item > a, 
.hinner .header-main .main-menu ul.main-nav > li.current-menu-parent > a, 
.hinner .header-main .main-menu ul.main-nav > li.current-menu-ancestor > a {
	color: #4f6c9b;
}

.hinner .header-main .search-box-out .icon-search {
	color: #4e8abe;
}
}

@media (max-width: 1199px) {
.hinner .header-main {
	background: #ffffff;
}

.hinner .header-main .top-bar .right-cont .social-links ul li a {
	color: #4e8abe;
}

.hinner .header-main .top-bar .right-cont .social-links ul li a:hover {
	color: #57b049;
}
}


/* Menu - Btn */
.hinner .header-main .menu-btn .icon-bar {
	background: #4e8abe;
}

.hinner .header-main .menu-btn .icon-bar:after {
	background: #4e8abe;
}

.hinner .header-main .menu-btn .icon-bar:before {
	background: #4e8abe;
}



/* MM - Menu */
@media (min-width: 1200px) {
#menu {
	width: 100%;
	float: left;
	display: none;
}
}


/* MM - Menu */
html.mm-pagedim-black.mm-opening #mm-blocker, 
html.mm-pagedim-white.mm-opening #mm-blocker, 
html.mm-pagedim.mm-opening #mm-blocker {
	opacity: .7;
	-webkit-transition: opacity .04s ease .40s;
	transition: opacity .04s ease .04s
}

html.mm-pagedim #mm-blocker {
	background: #000000;
}

.mm-menu {
	background: rgba(255, 255, 255, .93);
	color: #000000;
	background:#FFF;
}

.mm-close:before {
	width: 20px;
	height: 20px;
	content: "\f00d";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 24px;
	color: #4e8abe;
	line-height: 24px;
	border: none;
	top: 17px;
	right: 30px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	top:5px;
}
.mm-navbar .mm-title{color:#333 !important;}

.mm-close:after {
	display: none;
}

.mm-prev:before {
	width: 14px;
	height: 20px;
	content: "\f053";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 20px;
	color: #4e8abe;
	line-height: 20px;
	border: none;
	top: 17px;
	left: 30px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	top:5px;
}

.mm-navbar {
	height: 120px!important;
	border-bottom: none!important;
	height: 50px!important;
    border-bottom: none!important;
    top: 75px;    margin-top: 10px;
}

.mm-hasnavbar-top-4 .mm-panels {
	top: 120px!important;
}

.mm-search-box {
	width: 100%;
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 100;
    padding: 0 30px;
    margin: 0;
}

.mm-search-box form {
	width: 100%;
	height: 51px;
	float: left;
	border-bottom: 1px solid #cccccc;
	position: relative;
	padding: 0 0 0 45px;
	margin: 0;
}

.mm-search-box input[type="text"], 
.mm-search-box input[type="email"], 
.mm-search-box input[type="search"] {
	width: 100%;
	height: 50px;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: none;
	background: none;
	border: none;
	padding: 11px 0 11px 0;
	margin: 0;
}

.mm-search-box .btn-search, 
.mm-search-box button, 
.mm-search-box input[type="button"], 
.mm-search-box input[type="submit"] {
	width: 50px;
	height: 50px;
	float: left;
	font-family: "Font Awesome\ 5 Pro";
	font-size: 22px;
	color: #000000;
	line-height: 50px;
	text-align: left;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.mm-menu .mm-panel ul.mm-listview {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0!important;
}

.mm-menu .mm-panel ul.mm-listview > li {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 2px 0;
}

.mm-menu .mm-panel ul.mm-listview > li:before {
	display: none;
}

.mm-listview > li:not(.mm-divider)::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview > li > a {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	padding: 7px 0;
	max-width: 85%;
}

.mm-menu .mm-panel ul.mm-listview > li > a:after {
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 20px;
	color: #4e8abe;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next {
	width: 50px;
	float: right;
	background: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next::before {
	width: 50px;
	float: right;
	content: "\f054";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 14px;
	color: #4e8abe;
	line-height: 14px;
	text-align: right;
	border: none;
	padding: 9px 0 0 0;
}

.mm-menu .mm-panel ul.mm-listview li > .mm-next::after {
	display: none;
}

.mm-menu .mm-panel ul.mm-listview li:hover > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-item > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-parent > a, 
.mm-menu .mm-panel ul.mm-listview li.current-menu-ancestor > a {
	color: #4e8abe;
}

.mm-left-cont {
	width: 100%;
	float: left;
	padding: 25px 0 45px 0;
}

.mm-left-cont ul, .mm-left-cont ul li {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
}

.mm-left-cont ul li:before {
	display: none;
}

.mm-left-cont ul li {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4e8abe;
	display: none;
}

.mm-left-cont ul li:last-child {
	display: block;
	margin-bottom: 0;
}

.mm-left-cont ul li i {
	margin: 0 3px 0 0;
}

.mm-left-cont ul li:last-child a {
	font-weight: 500;
	color: #57b049;
}

@media (min-width: 768px) {
.mm-panels>.mm-panel {
	padding: 0 30px
}
}

@media (max-width: 767px) {
.mm-close:before {
	right: 20px;
}

.mm-prev:before {
	left: 20px;
}

.mm-search-box {
	padding: 0 20px;
}
}



/*
 4.) Main - Content
----------------------------------------*/

.main-content {
	width: 100%;
	float: left;
	background: #ffffff;
}


/* Read - More */
.read-more {
	width: 100%;
	float: left;
	padding: 25px 0 0 0;
}

.read-more a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #5887c2;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding: 0;
	margin: 0 10px;
}

.read-more a:after {
	content: "\f054";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 600;
	color: #5887c2;
	line-height: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 0 0 7px;
}

.read-more a:hover {
	text-decoration: none;
}

.read-more a:hover span {
	text-decoration: underline;
}

.read-more a:hover:after, 
.read-more a:focus:after {
	color: #5887c2;
}

@media (max-width: 991px) {
.read-more {
	padding: 6px 0 0 0;
}

.read-more a {
	font-size: 16px;
	line-height: 18px;
	margin: 0 5%;
}
}

@media (max-width: 767px) {
.read-more {
	padding: 2px 0 0 0;
}

.read-more a {
	margin: 0 10%;
}
}


/*
 5.) Banner - Main
----------------------------------------*/

.banner-main {
	width: 100%;
	min-height: 138px;
	float: left;
	overflow: hidden;
	position: relative;
}

.banner-main .item {
	width: 100%;
	float: left;
	position: relative;
}

.banner-main figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-main figure img {
	width: 100%;
	position: relative;
}

.banner-main figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner-main .banner-cont {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 130px 0 100px 0;
	z-index: 2;
}

.banner-main .banner-cont aside {
	width: 100%;
	max-width: 500px;
	float: left;
}

.banner-main .banner-cont aside h1, 
.banner-main .banner-cont aside h2 {
	font-size: 80px;
	color: #ffffff;
	line-height: 88px;
	letter-spacing: normal;
	text-transform: uppercase;
	padding: 0 0 34px 0;
}

.banner-main .banner-cont aside h1:last-child, 
.banner-main .banner-cont aside h2:last-child {
	padding-bottom: 0;
}

.banner-main .banner-cont aside p {
	font-weight: 400;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
}

.banner-main .banner-cont aside p:last-child {
	padding-bottom: 0;
}

.banner-main .banner-cont aside .btn {
	height: 60px;
	letter-spacing: 0.02em;
	padding: 0 40px;
	margin: 0 65px 0 0;
}

.banner-main .banner-cont aside .btn:before {
	width: 60px;
	right: -65px;
}

.banner-main .banner-cont aside .btn:after {
	width: 60px;
	right: -65px;
}

.banner-main .banner-cont aside .btn-out {
	padding: 42px 0 0 0;
}

.banner-main .owl-nav div {
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, .60);
	top: 55%;
	margin: -35px 0 0 0;
}

.banner-main .owl-nav div:before {
	width: 70px;
	height: 70px;
	font-weight: 400;
	font-size: 20px;
	color: rgba(255, 255, 255, .50);
	line-height: 70px;
}

.banner-main .owl-nav .owl-prev {
	left: 0;
}

.banner-main .owl-nav .owl-prev:before {
	content: "\f30a";
}

.banner-main .owl-nav .owl-next {
	right: 0;
}

.banner-main .owl-nav .owl-next:before {
	content: "\f30b";
}

.banner-main .owl-dots {
	position: absolute;
	bottom: 6px;
	left: 0;
	margin: 0;
}

.banner-main .owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	border-color: #ffffff;
}

.banner-main .owl-dots .owl-dot.active {
	background: #ffffff;
	border-color: #ffffff;
}

@media (min-width:1500px) and (max-width:1599px){
	.home .banner-main .banner-cont{padding-bottom:70px;}
	.home .banner-main .banner-cont aside{max-width:700px}
}

@media (max-width: 1299px) {
.banner-main .banner-cont aside {
	max-width: 590px;
	padding: 0 0 0 90px;
}
}



@media (min-width:1200px) and (max-width:1499px){
.home .banner-main .banner-cont{padding-bottom:50px;}
.home .banner-main .banner-cont aside{max-width:100%;}
.home .banner-main .banner-cont aside h1, .home .banner-main .banner-cont aside h2{    padding: 0 0 10px 0;}
.home .banner-main .banner-cont aside .btn-out{padding:10px 0 0;}
}

@media (max-width: 1199px) {
.banner-main .owl-nav div {
	top: 50%;
	margin: -35px 0 0 0;
}
.home .banner-main .banner-cont{padding-bottom:50px;}
}

@media (max-width: 991px) {
.banner-main {
	min-height: 50px;
}

.banner-main .banner-cont {
	bottom: 0;
	padding: 0 0 60px 0;
}

.home .banner-main .banner-cont{padding:0 0 40px;height: 80%;}
.home .banner-main .banner-cont aside{max-width:100%;}
.home .banner-main .banner-cont aside h1, .home .banner-main .banner-cont aside h2{    padding: 0 0 10px 0;}
.home .banner-main .banner-cont aside .btn-out{padding:10px 0 0;}

.banner-main .banner-cont aside {
	max-width: 380px;
	padding: 0;
}

.banner-main .banner-cont aside h1, 
.banner-main .banner-cont aside h2 {
	font-size: 60px;
	line-height: 66px;
	padding: 0 0 23px 0;
}

.banner-main .banner-cont aside p {
	font-size: 18px;
	line-height: 28px;
}

.banner-main .banner-cont aside .btn {
	height: 50px;
	font-size: 15px;
	padding: 0 23px;
	margin: 0 55px 0 0;
}

.banner-main .banner-cont aside .btn:before {
	width: 50px;
	right: -55px;
}

.banner-main .banner-cont aside .btn:after {
	width: 50px;
	font-size: 18px;
	right: -55px;
}

.banner-main .banner-cont aside .btn-out {
	padding: 35px 0 0 0;
}

.banner-main .owl-nav div {
	width: 56px;
	height: 56px;
}

.banner-main .owl-nav div:before {
	width: 56px;
	height: 56px;
	font-size: 18px;
	line-height: 56px;
}
}

@media (max-width: 767px) {
.banner-main figure img {
	min-width: 520px;
	margin: 0 -260px;
}

.banner-main .banner-cont {
	padding-bottom: 55px;
}

.banner-main .banner-cont aside {
	max-width: 420px;
}

.banner-main .banner-cont aside h1, 
.banner-main .banner-cont aside h2 {
	font-size: 40px;
	line-height: 40px;
	padding: 0 0 15px 0;
}

.banner-main .banner-cont aside p {
	font-size: 16px;
	line-height: 24px;
}

.banner-main .banner-cont aside .btn-out {
	padding: 12px 0 0 0;
}
}

@media (max-width:600px){
	.home #hero-main.owl-carousel .owl-item img{min-height: 350px; width: auto;}
}


/*
 6.) Feature - List
----------------------------------------*/

.feature-list {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 100px 0 80px 0;
}

.feature-list .article {
	width: 25%;
	float: left;
	display: inline;
	padding: 0 10px;
	margin: 0 0 60px 0;
}

.feature-list .article h2 {
	color: #333333;
	text-transform: uppercase;
	padding: 0 12px 12px;
}

.feature-list .article h2 a {
	color: #333333;
}

.feature-list .article h2 a:hover {
	color: #4e8abe;
}

.feature-list .article p {
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.feature-list .article p:last-child {
	padding-bottom: 0;
}

.feature-list .article aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.feature-list .article aside .read-more{padding:0;}

.feature-list .article aside .read-more{}

.feature-list .article figure {
	width: 100%;
	max-width: 215px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	margin: 0 0 26px 0;
}

.feature-list .article figure img {
	max-width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.feature-list .article:hover figure img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-list .article-out {
	width: 104%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2% -60px -2%;
	justify-content: center
}
.feature-list.solutions .container > h2{ width: 100%;
    float: left;
    font-weight: 400;
    font-size: 60px;
    line-height: 64px;
    text-align: center;
    padding: 0 0 46px 0;
}

@media (max-width: 991px) {
.feature-list {
	padding: 80px 0 65px 0;
}

.feature-list .article {
	width: 41%;
	padding: 0;
	margin: 0 4.5% 52px 4.5%;
}

.feature-list .article h2 {
	font-size: 28px;
	line-height: 30px;
}

.feature-list .article p {
	line-height: 26px;
}

.feature-list .article figure {
	margin: 0 0 25px 0;
}

.feature-list .article-out {
	width: 109%;
	margin: 0 -4.5% -52px -4.5%;
}
.feature-list.solutions .container > h2{
    font-size: 40px;
    line-height: 48px;
    padding: 0 0 40px 0;	
}
}

@media (max-width: 767px) {
.feature-list {
	padding: 57px 0 55px 0;
}

.feature-list .article {
	width: 46%;
	margin: 0 2% 38px 2%;
}

.feature-list .article h2 {
	font-size: 26px;
	line-height: 28px;
	padding: 0 15px 15px;
}

.feature-list .article p {
	line-height: 24px;
}

.feature-list .article aside {
	max-width: 340px;
}

.feature-list .article figure {
	margin: 0 0 17px 0;
}

.feature-list .article figure img {
	max-width: 215px;
}

.feature-list .article-out {
	width: 104%;
	margin: 0 -2% -38px -2%;
}
.feature-list.solutions .container > h2{
    font-size: 32px;
    line-height: 36px;
    padding: 0 0 35px 0;
}
}

@media (max-width: 479px) {
.feature-list .article {
	width: 100%;
	margin: 0 0 38px 0;
}

.feature-list .article-out {
	width: 100%;
	margin: 0 0 -38px 0;
}
}


/*
 7.) Industries - Slider
----------------------------------------*/

.industries-list {
	width: 100%;
	float: left;
	text-align: center;
	background: #f2f2f2;
	overflow: hidden;
	padding: 75px 0 0 0;
}

.industries-list h2 {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 60px;
	line-height: 64px;
	text-align: center;
	padding: 0 0 46px 0;
}

.industries-list .article {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.industries-list .article h3 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	line-height: 28px;
	padding: 0;
}

.industries-list .article p {
	color: #5887c2;
	line-height: 24px;
	padding: 0;
}

.industries-list .article aside {
	width: 100%;
	float: left;
	padding: 18px 0 0 0;
	display: none;
}

.industries-list .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.industries-list .article figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.industries-list .article-out {
	width: 100%;
	max-width: 1050px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.industries-list .article-bg {
	width: 100%;
	float: left;
	position: relative;
}

.industries-list .owl-carousel {
	position: static;
	padding: 0 20px;
}

@media (min-width: 768px) {
.industries-list .article {
	width: 100px;
	height: 230px;
	float: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 20px 0 0 0;
}

.industries-list .owl-item.center .article {
	width: 130px;
	margin-top: 0;
}

.industries-list .owl-item.center .article aside {
	display: block;
}

.industries-list .owl-item:last-child {
	margin-right: -200px!important;
}

.industries-list .article-out {
	max-width: 680px;
}

.industries-list .owl-stage {
	margin-left: -15px!important;
}

.industries-list .owl-nav div {
	top: 48px;
	margin: 0;
}
}

@media (min-width: 1200px) {
.industries-list .article {
	width: 155px;
	height: 315px;
	margin: 20px 0 0 0;
}

.industries-list .owl-item.center .article {
	width: 195px;
	margin-top: 0;
}

.industries-list .article-out {
	max-width: 1025px;
}

.industries-list .owl-stage {
	margin-left: -21px!important;
}

.industries-list .owl-nav div {
	top: 68px;
	margin: 0;
}
}

@media (max-width: 1199px) {
.industries-list {
	padding: 75px 0 20px 0;
}

.industries-list .container {
	max-width: 860px;
}
}

@media (max-width: 991px) {
.industries-list {
	padding: 55px 0 0 0;
}

.industries-list .container {
	padding: 0 10px;
}

.industries-list h2 {
	font-size: 40px;
	line-height: 48px;
	padding: 0 0 40px 0;
}

.industries-list .article h3 {
	font-size: 20px;
	line-height: 26px;
}
}

@media (max-width: 767px) {
.industries-list {
	padding: 50px 0;
}

.industries-list .container {
	max-width: 540px;
	padding: 0 20px;
}

.industries-list h2 {
	font-size: 32px;
	line-height: 36px;
	padding: 0 0 35px 0;
}

.industries-list .article {
	max-width: 155px;
}

.industries-list .article h3 {
	font-size: 22px;
	line-height: 26px;
}

.industries-list .article aside {
	padding: 18px 0 0 0;
	display: block;
}
}


/*
 8.) Feature - List2
----------------------------------------*/

.feature-list2 {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 80px 0;
}

.feature-list2 .container {
	max-width: 1100px;
}

.feature-list2 .article {
	width: 29.97%;
	float: left;
	display: inline;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 1.68% 38px 1.68%;
}

.feature-list2 .article > a {
	width: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.feature-list2 .article aside {
	width: 100%;
	float: left;
	padding: 45px 30px 35px 30px;
}

.feature-list2 .article aside h3 {
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 17px 0;
}

.feature-list2 .article aside h3:last-child {
	padding-bottom: 0;
}

.feature-list2 .article aside p {
	font-weight: 400;
	line-height: 24px;
}

.feature-list2 .article aside p:last-child {
	padding-bottom: 0;
}

.feature-list2 .article aside .icon-out {
	width: 100%;
	float: left;
	font-size: 80px;
	color: #5887c2;
	line-height: 1em;
	overflow: hidden;
	margin: 0 0 23px 0;
}

.feature-list2 .article:hover, 
.feature-list2 .article:active {
	background: #5887c2;
	box-shadow: rgba(0, 0, 0, 0.40) 0 0 60px;
}

.feature-list2 .article:hover aside h3, 
.feature-list2 .article:active aside h3, 
.feature-list2 .article:hover aside p, 
.feature-list2 .article:active aside p {
	color: #ffffff;
}

.feature-list2 .article:hover aside .icon-out, 
.feature-list2 .article:active aside .icon-out {
	color: #6a99d5;
}

.feature-list2 .article-out {
	width: 103.36%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.68% -38px -1.68%;
}

@media (max-width: 991px) {
.feature-list2 {
	padding: 60px 0;
}

.feature-list2 .container {

	padding: 0 30px;
}

.feature-list2 .article {
	width: 31.69%;
	margin: 0 0.82% 20px 0.82%;
}

.feature-list2 .article aside {
	width: 100%;
	float: left;
	padding: 35px 10px 30px 10px;
}

.feature-list2 .article aside h3 {
	padding: 0 0 10px 0;
}

.feature-list2 .article aside p {
	line-height: 26px;
}

.feature-list2 .article aside .icon-out {
	font-size: 60px;
	margin: 0 0 23px 0;
}

.feature-list2 .article:hover, 
.feature-list2 .article:active {
	background: #5887c2;
	box-shadow: rgba(0, 0, 0, 0.40) 0 0 30px;
}

.feature-list2 .article-out {
	width: 101.64%;
	margin: 0 -0.82% -20px -0.82%;
}
}

@media (max-width: 767px) {
.feature-list2 {
	padding: 60px 0;
}

.feature-list2 .container {
	max-width: 540px;
	padding: 0 20px;
}

.feature-list2 .article {
	width: 46%;
	margin: 0 2% 35px 2%;
}

.feature-list2 .article aside {
	padding: 0 15px;
}

.feature-list2 .article aside h3 {
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 9px 0;
}

.feature-list2 .article aside p {
	line-height: 24px;
}

.feature-list2 .article aside .icon-out {
	margin: 0 0 16px 0;
}

.feature-list2 .article:hover, 
.feature-list2 .article:active {
	background: none;
	box-shadow: none;
}

.feature-list2 .article:hover aside h3, 
.feature-list2 .article:active aside h3, 
.feature-list2 .article:hover aside p, 
.feature-list2 .article:active aside p {
	color: #4e8abe;
}

.feature-list2 .article:hover aside .icon-out, 
.feature-list2 .article:active aside .icon-out {
	color: #5887c2;
}

.feature-list2 .article-out {
	width: 104%;
	margin: 0 -2% -35px -2%;
}

.feature-list2 .owl-carousel {
	padding-bottom: 35px;
}

.feature-list2 .owl-carousel .owl-item .article {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 auto;
}
}

@media (max-width: 479px) {
.feature-list2 .article {
	width: 100%;
	margin: 0 0 35px 0;
}

.feature-list2 .article aside {
	max-width: 360px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}

.feature-list2 .article-out {
	width: 100%;
	margin: 0 0 -35px 0;
}

.feature-list2 .owl-carousel .owl-item .article {
	margin: 0 auto;
}
}

@media (min-width: 768px) {
.feature-list2 .owl-carousel .owl-stage-outer {
	overflow: visible!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
}

.feature-list2 .owl-carousel {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.feature-list2 .owl-carousel .owl-stage {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	transform: translate3d(0, 0px, 0px)!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.feature-list2 .owl-carousel .owl-item {
	width: 31.69%!important;
	height: auto!important;
	float: none!important;
	display: inline-block!important;
	vertical-align: top!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0 0.82% 20px 0.82%!important;
	left: auto!important;
	right: auto!important;
}

.feature-list2 .owl-carousel .owl-item .article {
	width: 100%;
	padding: 0;
	margin: 0;
}
}

@media (min-width: 992px) {
.feature-list2 .owl-carousel .owl-item {
	width: 29.97%!important;
	margin: 0 1.68% 38px 1.68%!important;
}
}


/*
 9.) Split - Banner
----------------------------------------*/

.split-banner {
	width: 100%;
	float: left;
	overflow: hidden;
}

.split-banner figure {
	width: 50%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.split-banner figure img {
	width: 100%;
}

.split-banner aside {
	width: 50%;
	float: left;
	background: #343639 url(../img/background-pattern-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.split-banner aside .txt {
	width: 100%;
	max-width: 670px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 70px;
}

.split-banner aside h2 {
	font-size: 60px;
	color: #ffffff;
	line-height: 70px;
	padding: 0 0 31px 0;
}

.split-banner aside h2 sup {
	font-size: 34px;
	top: -20px;
}

.split-banner aside p {
	font-weight: 400;
	color: #ffffff;
}

.split-banner aside .btn {
	width: 100%;
	max-width: 170px;
}

.split-banner aside .btn-out {
	width: 100%;
	float: left;
	padding: 54px 0 0 0;
}

.split-banner .article {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

@media (min-width: 768px) {
.split-banner figure {
	display: inline;
}

.split-banner aside {
	display: flex;
	justify-content: center;
	align-items: center;
}

.split-banner .article.article-image-right figure {
	left: 50%;
}

.split-banner .article.article-image-right aside {
	background-image: url(../img/background-pattern-2.jpg);
	left: -50%;
}
}

@media (max-width: 991px) {
.split-banner aside .txt {
	width: 100%;
	max-width: 100%;
	padding: 0 40px;
}

.split-banner aside h2 {
	font-size: 40px;
	line-height: 44px;
	padding: 0 0 14px 0;
	margin: 0 -10px;
}

.split-banner aside h2 sup {
	font-size: 24px;
	top: -13px;
}

.split-banner aside .btn-out {
	padding: 23px 0 0 0;
}
}

@media (max-width: 767px) {
.split-banner figure {
	width: 100%;
}

.split-banner aside {
	width: 100%;
	padding: 40px 0;
}

.split-banner aside .txt {
	max-width: 540px;
	padding: 0 20px;
}

.split-banner aside h2 {
	font-size: 32px;
	line-height: 36px;
	padding: 0 0 8px 0;
	margin: 0;
}

.split-banner aside h2 sup {
	font-size: 20px;
	top: -10px;
}

.split-banner aside .btn-out {
	padding: 10px 0 0 0;
}

.split-banner .left-cl {
	width: 100%;
}
}


/*
 10.) News - Feeds
----------------------------------------*/

.news-feeds {
	width: 100%;
	float: left;
	padding: 80px 0 100px 0;
}

.news-feeds h2 {
	width: 100%;
	float: left;
	font-size: 48px;
	color: #5887c2;
	line-height: 52px;
	text-align: center;
	padding: 0 0 46px 0;
}

.news-feeds .article {
	width: 100%;
	min-height: 90px;
	float: left;
	position: relative;
	padding: 0 0 0 90px;
	margin: 0 0 45px 0;
}

.news-feeds .article aside {
	width: 100%;
	float: left;
	padding: 25px 0 0 325px;
	margin: 0;
}

.news-feeds .article aside p:last-child {
	padding-bottom: 0;
}

.news-feeds .article .date {
	width: 90px;
	height: 90px;
	float: left;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 36px;
	color: #5887c2;
	line-height: 40px;
	letter-spacing: normal;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 14px 20px 0 10px;
}

.news-feeds .article .date .month {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.news-feeds .article .head-txt {
	width: 295px;
	float: left;
	border-left: 1px solid rgba(39, 37, 37, 0.20);
	position: relative;
	z-index: 50;
	padding: 3px 0 0 10px;
	margin: 0 -295px 0 0;
}

.news-feeds .article .head-txt h3 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #5887c2;
	line-height: 26px;
	letter-spacing: normal;
	padding: 0;
}

.news-feeds .article .head-txt h3 a {
	font-weight: 400;
	color: #5887c2;
	text-decoration: none;
}

.news-feeds .article .head-txt h3 a:hover {
	color: #4f6c9b;
}

.news-feeds .article .head-txt .sml-title {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

.news-feeds .article .head-txt .sml-title i {
	font-size: 14px;
	margin-right: 5px;
}

.news-feeds .article-out {
	width: 100%;
	float: left;
	margin: 0 0 -45px 0;
}

@media (max-width: 991px) {
.news-feeds {
	padding: 64px 0 80px 0;
}

.news-feeds .container-sml {
	padding: 0 30px;
}

.news-feeds h2 {
	font-size: 36px;
	line-height: 40px;
	padding: 0 0 30px 0;
}

.news-feeds .article aside {
	padding: 30px 30px 0 255px;
}

.news-feeds .article .date {
	padding: 18px 20px 0 10px;
}

.news-feeds .article .head-txt .sml-title {
	padding: 0 0 10px 0;
}

.news-feeds .article .head-txt {
	width: 230px;
	padding: 5px 0 5px 10px;
	margin: 0 -230px 0 0;
}

.news-feeds .article .head-txt h3 {
	font-size: 20px;
	line-height: 24px;
}
}

@media (max-width: 767px) {
.news-feeds {
	padding: 50px 0;
}

.news-feeds .container-sml {
	padding: 0 20px;
}

.news-feeds h2 {
	font-size: 32px;
	line-height: 32px;
	padding: 0 0 35px 0;
}

.news-feeds .article {
	padding: 0 0 0 50px;
	margin: 0 0 35px 0;
}

.news-feeds .article aside {
	display: none;
	padding: 0 0 0 10px;
	margin: 0;
}

.news-feeds .article .date {
	width: 50px;
	height: 50px;
	padding: 18px 20px 0 0;
}

.news-feeds .article .head-txt {
	width: 100%;
	min-height: 70px;
	padding: 5px 0 5px 10px;
	margin: 0;
}

.news-feeds .article .head-txt h3 {
	padding: 0;
}

.news-feeds .article-out {
	margin: 0 0 -35px 0;
}
}


/*
 11.) Testimonial - Slider
----------------------------------------*/

.testimonials {
	width: 100%;
	float: left;
	text-align: center;
	background: #1b1d1f url(../img/background-pattern-3.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 100px 0;
}

.testimonials .article {
	width: 100%;
	float: left;
}

.testimonials .article aside {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 55px;
}

.testimonials .article aside:before {
	content: "\f10d";
	width: auto;
	float: left;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 600;
	font-size: 36px;
	color: #5887c2;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 1px;
	margin: 0;
	padding: 0;
}

.testimonials .article aside p {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 38px;
	color: #ffffff;
	line-height: 48px;
	position: relative;
	padding: 0 0 17px 0;
}

.testimonials .article aside p:after {
	content: "\f10e";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 600;
	font-size: 36px;
	color: #5887c2;
	line-height: 1em;
	margin: 0 0 0 15px;
	padding: 0;
}

.testimonials .article aside .author-txt {
	width: 100%;
	float: left;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 0.02em;
}

.testimonials .article aside .author-txt a {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #ffffff;
}

.testimonials .article aside .author-txt a:hover {
	color: #5887c2;
}

.testimonials .article aside .author-txt .divider {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 200;
}

.testimonials .article aside .author-txt .position {
	font-size: 18px;
	color: #5887c2;
	letter-spacing: 0.01em;
}

.testimonials .article aside .author-txt .position a {
	font-weight: 200;
	color: #5887c2;
}

.testimonials .article aside .author-txt .position a:hover {
	color: #57b049;
}

.testimonials .owl-nav div {
	width: 32px;
	height: 32px;
	text-align: left;
	top: 50%;
	margin: -16px 0 0 0;
}

.testimonials .owl-nav div:before {
	width: 32px;
	height: 32px;
	font-weight: 400;
	font-size: 36px;
	color: #ffffff;
	line-height: 32px;
	opacity: 1;
}

.testimonials .owl-nav .owl-prev:before {
	content: "\f30a";
}

.testimonials .owl-nav .owl-next:before {
	content: "\f30b";
}

.testimonials .article-out {
	width: 100%;
	max-width: 1070px;
	float: none;
	display: inline-block;
	vertical-align: top;

}

.testimonials .article-bg {
	width: 100%;
	float: left;
	position: relative;
}

.testimonials .owl-carousel {
	position: static;
	text-align: left;
	padding: 0 80px;
}

@media (max-width: 991px) {
.testimonials {
	padding: 60px 0;
}

.testimonials .container {
	padding: 0 20px;
}

.testimonials .article aside {
	padding: 16px 0 0 40px;
}

.testimonials .article aside:before {
	font-size: 30px;
}

.testimonials .article aside p {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 19px 0;
}

.testimonials .article aside p:after {
	font-size: 30px;
	margin: 0 0 0 5px;
}

.testimonials .article aside .author-txt {
	font-size: 20px;
	line-height: 26px;
}

.testimonials .article aside .author-txt .position {
	font-size: 16px;
}

.testimonials .owl-carousel {
	padding: 0 40px;
}

.testimonials .owl-nav div {
	width: 22px;
	height: 22px;
	margin: -11px 0 0 0;
}

.testimonials .owl-nav div:before {
	width: 22px;
	height: 22px;
	font-size: 24px;
	line-height: 22px;
}
}

@media (max-width: 767px) {
.testimonials {
	padding: 50px 0 35px 0;
}

.testimonials .article aside {
	padding: 4px 0 0 35px;
}

.testimonials .article aside:before {
	font-size: 24px;
}

.testimonials .article aside p {
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 20px 0;
}

.testimonials .article aside p:after {
	font-size: 24px;
	margin: 0 0 0 5px;
}

.testimonials .article aside .author-txt {
	font-size: 18px;
	line-height: 24px;
}

.testimonials .article aside .author-txt .divider {
	display: none;
}

.testimonials .article aside .author-txt .position {
	width: 100%;
	float: left;
	font-size: 15px;
	letter-spacing: 0.03em;
}

.testimonials .owl-carousel {
	padding: 0;
}
}


/*
 12.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
}


/* CNT - BTNS */
.cnt-btns {
	width: 100%;
	float: left;
}

.cnt-btns a {
	width: 33.33%;
	height: 75px;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 75px;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: #5887c2;
	overflow: hidden;
}

.cnt-btns a i {
	font-weight: 400;
	font-size: 24px;
	margin: 0 3px 0 0;
}

.cnt-btns a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: #3d6fae;
}

.cnt-btns a.btn-online {
	background: #57b049;
}

.cnt-btns a.btn-online:hover {
	background: #439b35;
}

.cnt-btns a.btn-call {
	background: #e49243;
}

.cnt-btns a.btn-call:hover {
	background: #d68130;
}

@media (max-width: 991px) {
.cnt-btns a {
	height: 50px;
	font-size: 13px;
	line-height: 50px;
	letter-spacing: 0.05em;
}

.cnt-btns a i {
	font-size: 16px;
	margin: 0 2px 0 0;
}
}

@media (max-width: 767px) {
.cnt-btns a {
	width: 100%;
}
}


/* Pre - Footer */
.footer-main .pre-footer {
	width: 100%;
	float: left;
	background: #f2f2f2;
	position: relative;
	overflow: hidden;
	padding: 95px 0;
}

.footer-main .pre-footer h2, 
.footer-main .pre-footer h3 {
	width: 100%;
	min-height: 70px;
	float: left;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #000000;
	line-height: 1.2em;
	letter-spacing: 0.01em;
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer h2 {
	font-weight: 500;
	font-size: 34px;
	color: #333333;
}

.footer-main .pre-footer p {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	position: relative;
	padding: 0 0 35px 0;
	margin: 0;
}

.footer-main .pre-footer p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .ui-links, 
.footer-main .pre-footer .ui-links ul, 
.footer-main .pre-footer .ui-links ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer .ui-links ul {
	margin: 0 0 -12px 0;
}

.footer-main .pre-footer .ui-links ul li {
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	padding: 0 0 12px 0;
}

.footer-main .pre-footer .ui-links ul li:before {
	display: none;
}

.footer-main .pre-footer .ui-links ul li a {
	color: #5887c2;
}

.footer-main .pre-footer .ui-links ul li a:hover, 
.footer-main .pre-footer .ui-links ul li a.active {
	color: #4f6c9b;
}

.footer-main .pre-footer .social-links ul li {
	margin: 0 40px 10px 0;
}

.footer-main .pre-footer .cnt-txt {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.footer-main .pre-footer .cnt-txt p {
	padding: 0 0 15px 23px;
}

.footer-main .pre-footer .cnt-txt p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .cnt-txt p:before {
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 15px;
	color: #5887c2;
	position: absolute;
	top: 2px;
	left: 0;
}

.footer-main .pre-footer .cnt-txt p.address:before {
	content: "\f3c5";
}

.footer-main .pre-footer .cnt-txt p.phone:before {
	content: "\f095";
}

.footer-main .pre-footer .cnt-txt p.email:before {
	content: "\f0e0";
	font-weight: 400;
}

.footer-main .pre-footer .cnt-txt p a {
	font-weight: 400;
	color: #000000;
}

.footer-main .pre-footer .cnt-txt p a:hover {
	color: #4e8abe;
}

.footer-main .pre-footer .btn-shop {
	width: 100%;
	float: left;
	padding: 15px;
}

.footer-main .pre-footer .btn-shop a {
	height: 47px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	line-height: 47px;
	text-decoration: none;
	background: #57b049;
	box-shadow: rgba(87, 176, 73, .70) 0 0 0 15px;
	border-radius: 360px;
	position: relative;
	padding: 0 25px;
}

.footer-main .pre-footer .btn-shop i {
	width: 50px;
	height: 75px;
	float: left;
	background: url(../img/click-arrow-a.png) no-repeat top center;
	background-size: 50px auto;
	position: absolute;
	top: 30px;
	right: -24px;
}

.footer-main .pre-footer .btn-shop a:hover i, 
.footer-main .pre-footer .btn-shop a:focus i, 
.footer-main .pre-footer .btn-shop a:active i {
	background-image: url(../img/click-arrow-b.png);
}

.footer-main .pre-footer .aside-cont:nth-child(4) .btn-shop {
	display: none;
}

.footer-main .pre-footer .map-out {
	width: 100%;
	float: left;
	position: relative;
}

.footer-main .pre-footer .map-out img {
	width: 100%;
}

.footer-main .pre-footer .aside-cont {
	width: 26%;
	float: left;
	padding: 0 5% 0 0;
}

.footer-main .pre-footer .aside-cont:nth-child(1) {
	width: 28%;
}

.footer-main .pre-footer .aside-cont:nth-child(2) {
	width: 19%;
}

.footer-main .pre-footer .aside-cont:nth-child(4) {
	width: 27%;
}

.footer-main .pre-footer .aside-cont-out {
	width: 105%;
	float: left;
	padding: 0;
	margin: 0 -5% 0 0;
}

@media (max-width: 991px) {
.footer-main .pre-footer {
	padding: 50px 0 80px 0;
}

.footer-main .pre-footer .container {
	padding: 0 40px;
}

.footer-main .pre-footer h2, 
.footer-main .pre-footer h3 {
	min-height: inherit;
	padding: 0 0 20px 0;
}

.footer-main .pre-footer h2 {
	padding-bottom: 10px;
}

.footer-main .pre-footer p {
	padding-bottom: 20px;
}

.footer-main .pre-footer .social-links, 
.footer-main .pre-footer .social-links ul {
	width: 100%;
	text-align: center;
}

.footer-main .pre-footer .social-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 10px 20px;
}

.footer-main .pre-footer .btn-shop {
	padding: 10px;
}

.footer-main .pre-footer .btn-shop a {
	box-shadow: rgba(87, 176, 73, .70) 0 0 0 10px;
}

.footer-main .pre-footer .aside-cont {
	width: 33.33%;
}

.footer-main .pre-footer .aside-cont:nth-child(1) {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.footer-main .pre-footer .aside-cont:nth-child(2) {
	width: 25%;
}

.footer-main .pre-footer .aside-cont:nth-child(3) {
	width: 35%;
	padding-right: 0;
}

.footer-main .pre-footer .aside-cont:nth-child(4) {
	width: 38%;
	float: right;
	padding-right: 0;
}

.footer-main .pre-footer .aside-cont-out {
	width: 100%;
	padding: 0;
	margin: 0;
}
}

@media (max-width: 767px) {
.footer-main .pre-footer {
	padding: 35px 0 75px 0;
}

.footer-main .pre-footer .container {
	padding: 0 30px;
}

.footer-main .pre-footer h2, 
.footer-main .pre-footer h3 {
	min-height: inherit;
	padding: 0 0 17px 0;
}

.footer-main .pre-footer h2 {
	padding-bottom: 10px;
}

.footer-main .pre-footer p {
	line-height: 26px;
	padding-bottom: 15px;
}

.footer-main .pre-footer .ui-links ul {
	width: 105%;
	margin-right: -5%;
}

.footer-main .pre-footer .ui-links ul li {
	width: 50%;
	padding-right: 5%;
}

.footer-main .pre-footer .social-links, 
.footer-main .pre-footer .social-links ul {
	width: 100%;
	text-align: left;
}

.footer-main .pre-footer .social-links ul li {
	margin: 0 40px 10px 0;
}

.footer-main .pre-footer .cnt-txt {
	padding-bottom: 0;
}

.footer-main .pre-footer .btn-shop {
	display: none;
}

.footer-main .pre-footer .aside-cont:nth-child(4) .btn-shop {
	text-align: center;
	display: block;
	margin-top: 35px;
}

.footer-main .pre-footer .aside-cont {
	width: 100%;
	padding: 0;
	margin-bottom: 40px;
}

.footer-main .pre-footer .aside-cont:nth-child(1) {
	text-align: left;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.footer-main .pre-footer .aside-cont:nth-child(2) {
	width: 100%;
}

.footer-main .pre-footer .aside-cont:nth-child(3) {
	width: 100%;
	padding-right: 0;
}

.footer-main .pre-footer .aside-cont:nth-child(4) {
	width: 100%;
	float: left;
	padding-right: 0;
}

.footer-main .pre-footer .aside-cont:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .aside-cont-out {
	width: 100%;
	padding: 0;
	margin: 0;
}
}


/* Bottom - Footer */
.footer-main .btm-footer {
	width: 100%;
	float: left;
	background: #5887c2;
	position: relative;
	overflow: hidden;
}

.footer-main .btm-footer p, 
.footer-main .btm-footer li {
	font-weight: 300;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 0;
}

.footer-main .btm-footer p a, 
.footer-main .btm-footer li a {
	font-weight: 300;
	color: #ffffff;
}

.footer-main .btm-footer p a:hover, 
.footer-main .btm-footer li a:hover {
	color: #ffffff;
}

.footer-main .btm-footer .foot-links {
	width: 100%;
	float: left;
}

.footer-main .btm-footer .foot-links ul, 
.footer-main .btm-footer .foot-links ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.footer-main .btm-footer .foot-links ul li:before {
	display: none;
}

.footer-main .btm-footer .foot-links ul li a {
	width: 100%;
	float: left;
	padding: 0 0 0 10px;
	text-indent: -10px;
}

.footer-main .btm-footer .foot-links ul li ul {
	padding-left: 10px;
}

.footer-main .btm-footer .foot-links .card {
	width: 100%;
	float: left;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.footer-main .btm-footer .foot-links .card-header {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 6px 0;
}

.footer-main .btm-footer .foot-links .card-header a {
	font-weight: 900;
	color: #ffffff;
	text-decoration: none;
}

.footer-main .btm-footer .foot-links .collapse {
	width: 100%;
	float: left;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.footer-main .btm-footer .foot-links .card-body {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.footer-main .btm-footer .copy-rights {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding: 35px 0 40px 0;
}

.footer-main .btm-footer .copy-rights p {
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 30px;
}

.footer-main .btm-footer .copy-rights .icon-logo {
	width: 20px;
	height: 20px;
	float: left;
	background: url(../img/logo-3mw.png) no-repeat top center;
	background-size: 20px auto;
	text-indent: -9999px;
	opacity: 0.20;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0 0;
}

.footer-main .btm-footer .copy-rights .foot-txt {
	width: 100%;
	float: left;
}

.footer-main .btm-footer .copy-rights .foot-nav {
	float: right;
	position: relative;
	z-index: 10;
	margin: 0 0 0 -500px;
}

.footer-main .btm-footer .copy-rights .foot-nav ul {
	float: left;
	padding: 0;
	margin: 0;
}

.footer-main .btm-footer .copy-rights .foot-nav ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 30px;
}

.footer-main .btm-footer .copy-rights .foot-nav ul li:before {
	display: none;
}

@media (min-width: 768px) {
.footer-main .btm-footer .foot-links {
	width: 105%;
	padding: 75px 0 50px 0;
	margin: 0 -5% 0 0;
}

.footer-main .btm-footer .foot-links .card {
	width: 16.5%;
	padding: 0 5% 0 0;
	margin: 0;
}

.footer-main .btm-footer .foot-links .card:nth-child(1) {
	width: 32%;
	padding-right: 0;
}

.footer-main .btm-footer .foot-links .card:nth-child(1) ul {
	width: 50%;
	padding-right: 6%;
}

.footer-main .btm-footer .foot-links .card:nth-child(1) ul li ul {
	width: 100%;
	padding-right: 0;
}

.footer-main .btm-footer .foot-links .card:nth-child(3) {
	width: 18.5%;
}

.footer-main .btm-footer .foot-links .card-header {
	cursor: default;
	pointer-events: none;
}

.footer-main .btm-footer .foot-links .card-header a {
	cursor: default;
	pointer-events: none;
}

.footer-main .btm-footer .foot-links .collapse {
	display: block;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.footer-main .btm-footer .container {
	padding: 0 40px;
}

.footer-main .btm-footer .foot-links {
	width: 110%;
	padding: 50px 0 40px 0;
	margin: 0 -10% -30px 0;
}

.footer-main .btm-footer .foot-links ul li {
	line-height: 18px;
}

.footer-main .btm-footer .foot-links ul li a {
	padding-bottom: 8px;
}

.footer-main .btm-footer .foot-links .card {
	width: 32%;
	padding: 0 10% 30px 0;
	margin: 0;
}

.footer-main .btm-footer .foot-links .card:nth-child(1) {
	width: 36%;
	padding-right: 10%;
}

.footer-main .btm-footer .foot-links .card:nth-child(1) ul {
	width: 100%;
}

.footer-main .btm-footer .foot-links .card:nth-child(3) {
	width: 32%;
}

.footer-main .btm-footer .copy-rights {
	padding: 25px 0;
}
}

@media (max-width: 767px) {
.footer-main .btm-footer {
	text-align: center;
}

.footer-main .btm-footer .container {
	padding: 0 20px;
}

.footer-main .btm-footer .foot-links {
	max-width: 190px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	height: auto!important;
	position: relative!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	padding: 55px 0 45px 0;
	margin: 0;
}

.footer-main .btm-footer .foot-links ul li {
	line-height: 18px;
}

.footer-main .btm-footer .foot-links ul li a {
	padding-bottom: 8px;
}

.footer-main .btm-footer .foot-links .card {
	position: relative!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	padding: 0;
	margin: 0 0 7px 0;
}

.footer-main .btm-footer .foot-links .card:last-child {
	margin-bottom: 0;
}

.footer-main .btm-footer .foot-links .card-header a {
	width: 100%;
	float: left;
	position: relative;
	padding-right: 0;
}

.footer-main .btm-footer .foot-links .card-header a:after {
	content: "\f0d8";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
}

.footer-main .btm-footer .foot-links .card-header a.collapsed:after {
	content: "\f0d7";
}

.footer-main .btm-footer .foot-links .card-body {
	padding: 0 0 10px 0;
}

.footer-main .btm-footer .copy-rights {
	padding: 23px 0 35px 0;
}

.footer-main .btm-footer .copy-rights .foot-txt {
	width: 110%;
	margin: 0 -5%;
}

.footer-main .btm-footer .copy-rights .foot-nav {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.footer-main .btm-footer .copy-rights .foot-nav ul {
	width: 110%;
	float: left;
	padding: 0;
	margin: 0 -5% -10px -5%;
}

.footer-main .btm-footer .copy-rights .foot-nav ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 7px 10px 7px;
}
}


/*
 13.) Inner Pages
----------------------------------------*/

/* Banner - Inner */
.banner-inner {
	width: 100%;
	min-height: 138px;
	float: left;
	position: relative;
	overflow: hidden;
}

.banner-inner figure {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.banner-inner figure:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background:rgba(0, 0, 0, 0.40);
}

.banner-inner figure img {
	width: 100%;
	min-width: 1400px;
	margin: 0 -700px;
	min-width:1600px;
}

.banner-inner .banner-cont {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 70px 0;
	z-index: 2;
}

.banner-inner .banner-cont aside {
	width: 100%;
	max-width: 530px;
	float: left;
	max-width:92%;
}

.banner-inner .banner-cont aside .icon-play {
	margin: 0 0 33px 0;
}

.banner-inner .banner-cont aside h1, 
.banner-inner .banner-cont aside h2 {
	font-weight: 400;
	font-size: 60px;
	color: #ffffff;
	line-height: 64px;
	padding: 0 0 25px 0;
}

.banner-inner .banner-cont aside h1:last-child, 
.banner-inner .banner-cont aside h2:last-child {
	padding-bottom: 0;
}

.banner-inner .banner-cont aside p {
	font-weight: 400;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
	letter-spacing: 0.01em;
	padding: 0;
}

.banner-inner .banner-cont aside .btn {
	min-width: 235px;
	height: 60px;
	letter-spacing: 0.02em;
	padding: 0 20px;
	margin: 0 65px 0 0;
}

.banner-inner .banner-cont aside .btn:before {
	width: 60px;
	right: -65px;
}

.banner-inner .banner-cont aside .btn:after {
	width: 60px;
	right: -65px;
}

.banner-inner .banner-cont aside .btn-out {
	padding: 35px 0 0 0;color: #FFF;
}

.banner-inner.center-align .banner-cont {
	height: 100%;
	text-align: center;
	bottom: 0;
	padding: 138px 0 0 0;
}

.banner-inner.center-align .banner-cont aside {
	max-width: 560px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.banner-inner.center-align .banner-cont aside h1, 
.banner-inner.center-align .banner-cont aside h2 {
	font-weight: 500;
	padding-bottom: 23px;
}

.banner-inner.btm-lrg-padding .banner-cont {
	padding-bottom: 50px;
}

.banner-inner.btm-lrg-padding .banner-cont aside h1, 
.banner-inner.btm-lrg-padding .banner-cont aside h2 {
	padding: 0 0 15px 0;
}

.banner-inner .owl-nav div {
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, .60);
	top: 55%;
	margin: -35px 0 0 0;
}

.banner-inner .owl-nav div:before {
	width: 70px;
	height: 70px;
	font-weight: 400;
	font-size: 20px;
	color: rgba(255, 255, 255, .50);
	line-height: 70px;
}

.banner-inner .owl-nav .owl-prev {
	left: 0;
}

.banner-inner .owl-nav .owl-prev:before {
	content: "\f30a";
}

.banner-inner .owl-nav .owl-next {
	right: 0;
}

.banner-inner .owl-nav .owl-next:before {
	content: "\f30b";
}

.banner-inner .owl-dots {
	position: absolute;
	bottom: 6px;
	left: 0;
	margin: 0;
}

.banner-inner .owl-dots .owl-dot {
	width: 13px;
	height: 13px;
	border-color: #ffffff;
}

.banner-inner .owl-dots .owl-dot.active {
	background: #ffffff;
	border-color: #ffffff;
}
.banner-inner.video_banner{    width: 100%;
    height: 90vh;
    float: left;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    max-height: 708px;
}
.banner-inner.video_banner video {
	width: 100%;
    /* height: 100%; */
    /* width: auto; */
    height: auto;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
}


@media (max-width: 1199px) {
.banner-inner {
	min-height: 50px;
}

.banner-inner.center-align .banner-cont {
	padding: 0;
}

.banner-inner .owl-nav div {
	top: 50%;
	margin: -35px 0 0 0;
}
}

@media (max-width: 991px) {
.banner-inner figure:before {
	background: rgba(0, 0, 0, 0.40);
}

.banner-inner figure img {
	min-width: 880px;
	margin: 0 -440px;
	min-width: 1130px;
    margin: 0 -565px;
}

.banner-inner .banner-cont {
	padding: 0 0 55px 0;
}

.banner-inner .banner-cont aside {
	max-width: 385px;
	max-width:100%;
}

.banner-inner .banner-cont aside .icon-play {
	margin: 0 0 40px 0;
}

.banner-inner .banner-cont aside h1, 
.banner-inner .banner-cont aside h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 52px;
	padding: 0 0 17px 0;
}

.banner-inner .banner-cont aside p {
	font-size: 18px;
	line-height: 28px;
}

.banner-inner .banner-cont aside .btn {
	min-width: 210px;
	height: 50px;
	font-size: 15px;
	padding: 0 20px;
	margin: 0 60px 0 0;
}

.banner-inner .banner-cont aside .btn:before {
	width: 50px;
	right: -55px;
}

.banner-inner .banner-cont aside .btn:after {
	width: 50px;
	font-size: 18px;
	right: -55px;
}

.banner-inner .banner-cont aside .btn-out {
	padding: 20px 0 0 0;
}

.banner-inner.center-align .banner-cont aside h1, 
.banner-inner.center-align .banner-cont aside h2 {
	padding: 0 0 16px 0;
}

.banner-inner.btm-lrg-padding .banner-cont {
	padding-bottom: 65px;
}

.banner-inner.btm-lrg-padding .banner-cont aside h1, 
.banner-inner.btm-lrg-padding .banner-cont aside h2 {
	padding: 0 0 15px 0;
}

.banner-inner .owl-nav div {
	width: 56px;
	height: 56px;
}

.banner-inner .owl-nav div:before {
	width: 56px;
	height: 56px;
	font-size: 18px;
	line-height: 56px;
}
.banner-inner.video_banner{max-height: 400px;}
}

@media (max-width: 767px) {
.banner-inner figure img {
	min-width: 750px;
	margin: 0 -375px;
	min-width: 1200px;
    margin: 0 -600px;
}

.banner-inner .banner-cont {
	padding: 0 0 40px 0;
}

.banner-inner .banner-cont aside .icon-play {
	margin: 0 0 30px 0;
}

.banner-inner .banner-cont aside h1, 
.banner-inner .banner-cont aside h2 {
	font-size: 40px;
	line-height: 44px;
	padding-bottom: 10px;
}

.banner-inner .banner-cont aside p {
	font-size: 16px;
	line-height: 22px;
}

.banner-inner .banner-cont aside .btn {
	min-width: 190px;
	padding: 0 10px;
}

.banner-inner.btm-lrg-padding .banner-cont {
	padding-bottom: 55px;
}

.banner-inner.btm-lrg-padding .banner-cont aside h1, 
.banner-inner.btm-lrg-padding .banner-cont aside h2 {
	padding: 0 0 10px 0;
}
.banner-inner.video_banner{max-height: 400px;}
}

@media (max-width:480px){
	.banner-inner.video_banner{  max-height: 200px;}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	float: left;
	position: relative;
	padding: 70px 0;
}

@media (max-width: 991px) {
.content-inner {
	padding: 60px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 40px 0;
}
}


/* Content Sample Page Middle Column */
.content-default {
	width: 100%;
	float: left;
}

.content-default > ul:last-child, 
.content-default > ol:last-child {
	padding-bottom: 0;
}

.content-default > ul:last-child li:last-child, 
.content-default > ol:last-child li:last-child {
	padding-bottom: 0;
}

.content-default > p:last-child {
	padding-bottom: 0;
}

.content-default > .txt:last-child > p:last-child {
	padding-bottom: 0;
}

.content-default img, 
.content-default img.alignnone {
	margin: 0 0 35px 0;
}

.content-default img.alignnone {
	width: 100%;
}

.content-default img.aligncenter {
	max-width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.content-default img.alignleft {
	float: left;
	margin: 10px 20px 20px 0;
}

.content-default img.alignright {
	float: right;
	margin: 10px 0 20px 20px;
}

@media (max-width: 767px) {
.content-default img, 
.content-default img.alignnone, 
.content-default img.aligncenter, 
.content-default img.alignleft, 
.content-default img.alignright {
	width: 100%;
	max-width: 100%;
	margin: 10px 0 25px 0;
}
}


/* File - Links */
.file-links {
	padding: 13px 0 25px 0;
}

.file-links p {
	line-height: 24px;
	padding: 0 0 6px 0;
}

.file-links p:last-child {
	padding: 0;
}

.file-links p a:after {
	content: "";
	height: 24px;
	background: url(../img/icon-pdf.png) no-repeat right;
	background-size: auto 24px;
	padding: 5px 31px 2px 0;
}

@media (max-width: 991px) {
.file-links {
	padding: 9px 0 21px 0;
}

.file-links p {
	line-height: 22px;
	padding: 0 0 7px 0;
}
}

@media (max-width: 767px) {
.file-links {
	padding: 8px 5% 11px 0;
}

.file-links p {
	line-height: 20px;
	padding: 0 0 10px 0;
}

.file-links p a:after {
	height: 20px;
	background-size: auto 20px;
	padding: 5px 25px 2px 0;
}
}


/* File - Links2 */
.file-links2 {
	padding: 13px 0 25px 0;
}

.file-links2 p {
	line-height: 24px;
	padding: 0 0 6px 0;
}

.file-links2 p:last-child {
	padding: 0;
}

.file-links2 p a {
	float: left;
	position: relative;
	padding: 0 0 0 32px;
}

.file-links2 p a:before {
	content: "";
	width: 23px;
	height: 24px;
	float: left;
	background: url(../img/icon-pdf.png) no-repeat left;
	background-size: auto 24px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -12px 0 0 0;
}

@media (max-width: 991px) {
.file-links2 {
	padding: 9px 0 21px 0;
}

.file-links2 p {
	line-height: 22px;
	padding: 0 0 7px 0;
}
}

@media (max-width: 767px) {
.file-links2 {
	padding: 8px 0 11px 0;
}

.file-links2 p {
	line-height: 20px;
	padding: 0 0 10px 0;
}
}


/* Tab Content */
.tab-content {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.tab-content .tab-pane {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.tab-content > .active {
	display: block;
}

/* Tab - Panel */
.tab-pane > p:last-child {
	padding-bottom: 0;
}

.tab-pane > ol:last-child, 
.tab-pane > ul:last-child {
	padding-bottom: 0;
}

.tab-pane > ol:last-child li:last-child, 
.tab-pane > ul:last-child li:last-child {
	padding-bottom: 0;
}

/* Tab - Panel */

.cont-in > p:last-child {
	padding-bottom: 0;
}

.cont-in > ol:last-child, 
.cont-in > ul:last-child {
	padding-bottom: 0;
}

.cont-in > ol:last-child li:last-child, 
.cont-in > ul:last-child li:last-child {
	padding-bottom: 0;
}

/* Side Bar - Left */
.side-bar-left {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

/* Side - Nav */
.side-nav {
	width: 100%;
	float: left;
	margin: 0 0 19px 0;
}

.side-nav h2, 
.side-nav h3 {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 16px 0;
}

.side-nav ul {
	width: 100%;
	float: left;
	padding: 0;
}

.side-nav ul li {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 8px 0;
}

.side-nav ul li::before {
	display: none;
}

.side-nav ul li:last-child {
	padding: 0;
}

.side-nav ul li a {
	width: 100%;
	float: left;
	font-weight: 700;
	text-decoration: none;
	padding: 0 0 0 15px;
	text-indent: -15px;
}

.side-nav ul li > a:hover {
	text-decoration: underline;
}

.side-nav ul li.active > a, 
.side-nav ul li > a:focus, 
.side-nav ul li > a:active {
	color: #000000;
	text-decoration: none;
}

.side-nav ul li ul {
	padding: 2px 13px 0 13px;
}


/* Side Nav - Box */
.side-nav-box {
	width: 100%;
	float: left;
	background: #4e8abe;
	padding: 20px 15px;
}

.side-nav-box h2, 
.side-nav-box h3 {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 16px 0;
}

.side-nav-box h2 a, 
.side-nav-box h3 a {
	color: #ffffff;
	text-decoration: none;
}

.side-nav-box h2 a:after, 
.side-nav-box h3 a:after {
	content: "\f0da";
	font-family: "Font Awesome\ 5 Pro";
	margin-left: 10px;
}

.side-nav-box h3 a:hover, 
.side-nav-box h3 a:focus, 
.side-nav-box h3 a:active {
	color: rgba(255, 255, 255, .80);
	text-decoration: none;
}

.side-nav-box ul {
	width: 100%;
	float: left;
	padding: 0;
}

.side-nav-box ul li {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 11px 0;
}

.side-nav-box ul li::before {
	display: none;
}

.side-nav-box ul li:last-child {
	padding: 0;
}

.side-nav-box ul li a {
	color: #ffffff;
	text-decoration: none;
}

.side-nav-box ul li > a:hover {
	text-decoration: underline;
}

.side-nav-box ul li.active > a, 
.side-nav-box ul li > a:focus, 
.side-nav-box ul li > a:active {
	color: rgba(255, 255, 255, .80);
	text-decoration: none;
}


/* Side Bar - Right */
.side-bar-right {
	width: 100%;
	float: left;
	margin: 10px 0 -50px 0;
}

@media (max-width: 991px) {
.side-bar-right {
	width: 105%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding: 0;
	margin: 40px -2.5% -50px -2.5%;
}
}

@media (max-width: 767px) {
.side-bar-right {
	max-width: 100%;
	width: 100%;
	margin: 30px 0 -50px 0;
}
}


/* CTA - Box */
.cta-box {
	width: 100%;
	float: left;
	text-align: left;
	background: #4e8abe;
	padding: 25px;
	margin-bottom: 50px;
}

.cta-box h2, .cta-box h3 {
	font-weight: 500;
	font-size: 36px;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: normal;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.cta-box h2:last-child, 
.cta-box h3:last-child {
	padding-bottom: 0;
}

.cta-box p {
	font-weight: 700;
	color: #ffffff;
	line-height: 26px;
	padding-bottom: 15px;
}

.cta-box p.required {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: -5px 0 25px 0;
}

.cta-box p:last-child {
	padding-bottom: 0;
}

.cta-box ul, .cta-box ol {
	padding: 0 15px 25px 7px;
}

.cta-box ul:last-child, 
.cta-box ol:last-child {
	padding-bottom: 0;
}

.cta-box ul li {
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0 0 12px 20px;
}

.cta-box ul li:last-child {
	padding-bottom: 0;
}

.cta-box ul li:before {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, .30);
	top: 4px;
}

.cta-box ul li a {
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
}

.cta-box ul li a:hover, .cta-box ul li a:active {
	text-decoration: underline;
}

.cta-box .btn {
	width: 100%;
}

.cta-box .form-out {
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.cta-box .form-out ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.cta-box .form-out ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 19px 0;
}

@media (max-width: 991px) {
.cta-box {
	width: 45%;
	display: inline;
	margin: 0 2.5% 50px 2.5%;
}
}

@media (max-width: 767px) {
.cta-box {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}


/* Registration - Form */
.registration-form-out {
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}

.registration-form {
	width: 100%;
	float: left;
	position: relative;
	padding: 25px 0 40px 20px;
}

.registration-form:after {
	content: "";
	width: 10000px;
	height: 100%;
	float: left;
	background: #f6f6f6;
	position: absolute;
	top: 0;
	left: 0;
}

.registration-form h3 {
	width: 100%;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	position: relative;
	z-index: 1;
	padding: 0 0 25px 0;
}

.registration-form .form-out {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.registration-form .form-out ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.registration-form .form-out ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 19px 0;
}

.registration-form p.required {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: -5px 0 25px 0;
}

.registration-form .btn {
	width: 100%;
}

.registration-form-ipad-only {
	width: 100%;
	float: left;
}

@media (max-width: 991px) {
.registration-form-out {
	width: 45%;
	display: inline;
	margin: 0 2.5% 50px 2.5%;
}

.registration-form-ipad-only .max-middle {
	width: 100%;
	max-width: 270px;
	text-align: left;
	margin: 0 auto;
}

.registration-form-ipad-only .registration-form {
	padding: 25px 0 40px 0;
}

.registration-form-ipad-only .registration-form:after {
	left: -5000px;
}
}

@media (max-width: 767px) {
.registration-form-out {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.registration-form {
	text-align: left;
	padding: 25px 0 40px 0;
}

.registration-form:after {
	left: -5000px;
}
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 65px 0;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt h1 {
	padding: 0 0 24px 0;
}

.heading-txt h2:last-child {
	padding-bottom: 0;
}

.heading-txt h2 span.divider {
	width: 2px;
	height: 35px;
	float: none;
	display: inline-block;
	text-indent: -999999px;
	background: #000000;
	position: relative;
	top: 4px;
	margin: 0 13px;
}

.heading-txt p {
	font-weight: 400;
}

.heading-txt p:last-child {
	padding-bottom: 0;
}

.heading-txt aside {
	width: 100%;
	max-width: 650px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 991px) {
.heading-txt {
	padding: 0 0 50px 0;
}
}

@media (max-width: 767px) {
.heading-txt {
	padding: 0 0 45px 0;
}

.heading-txt h2 {
	font-size: 26px;
	line-height: 28px;
	letter-spacing: normal;
	padding: 0 0 20px 0;
}

.heading-txt h2 span.divider {
	height: 25px;
	top: 4px;
	margin: 0 7px;
}
}


/*
 14.) Center - Txt - Band
----------------------------------------*/

.center-txt-band {
	width: 100%;
	float: left;
	text-align: center;
	background: #5887c2;
	overflow: hidden;
	padding: 70px 0;
}

.center-txt-band aside {
	width: 100%;
	max-width: 730px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.center-txt-band aside h2 {
	font-size: 48px;
	color: #ffffff;
	line-height: 52px;
	padding: 0 0 12px 0;
}

.center-txt-band aside h2:last-child {
	padding-bottom: 0;
}

.center-txt-band aside p {
	color: #ffffff;
}

.center-txt-band aside p a {
	font-weight: 300;
    color: #5887c2;
    
    background: #FFF;
}
.center-txt-band aside p a:active, .center-txt-band aside p a:focus, .center-txt-band aside p a:active:focus{color: #5887c2;background: #FFF;}
.center-txt-band aside p a:before{  color: #5887c2;
    background: #FFF;
    opacity: 1;}
.center-txt-band aside p a:after{opacity:1; color: #5887c2;}

.center-txt-band aside p a:hover {
	opacity: .70;color: #5887c2;
}

.center-txt-band aside p:last-child {
	padding-bottom: 0;
}
.center-txt-band aside li{color:#FFF;font-weight: 600;}

@media (max-width: 991px) {
.center-txt-band {
	padding: 55px 0;
}

.center-txt-band .container {
	padding: 0 30px;
}

.center-txt-band aside {
	max-width: 620px;
}

.center-txt-band aside h2 {
	font-size: 34px;
	line-height: 38px;
}

.center-txt-band aside p {
	font-weight: 400;
	color: #ffffff;
}

.center-txt-band aside p a {
	font-weight: 400;
}
}

@media (max-width: 767px) {
.center-txt-band {
	padding: 35px 0;
}

.center-txt-band .container {
	padding: 0 20px;
}

.center-txt-band aside {
	max-width: 100%;
}

.center-txt-band aside h2 {
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 10px;
}

.center-txt-band aside p {
	line-height: 24px;
}
}


/*
 15.) Two Column - Articles
----------------------------------------*/

.two-col-articles {
	width: 100%;
	float: left;
	overflow: hidden;
}

.two-col-articles .figure-cont {
	width: 50%;
	float: left;
	position: relative;
	padding: 0 0 0 30px;
}

.two-col-articles .figure-cont figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 33px 0;
}

.two-col-articles .figure-cont figure:last-child {
	margin-bottom: 0;
}

.two-col-articles .figure-cont figure img {
	max-width: 100%;
}

.two-col-articles .figure-cont .product-out {
	width: 110%;
	float: left;
	padding: 0 45px 0 0;
	margin: 0 -10% -10% 0;
	margin:0 -10% 0% 0;
}

.two-col-articles .figure-cont .product-out figure {
	/*box-shadow: rgba(0, 0, 0, 0.20) 10px 10px 15px;*/
	margin: 0 0 25px 0;
}

.two-col-articles .figure-cont .product-out figure:last-child {
	margin-bottom: 0;
}

.two-col-articles .figure-cont .product-out .figure-bg {
	width: 40%;
	float: left;
	margin: 0 10% 10% 0;
}

.two-col-articles .aside-cont {
	width: 50%;
	float: left;
	text-align: right;
	position: relative;
	padding: 0 72px 0 140px;
}

.two-col-articles .aside-cont h2 {
	padding: 0 0 16px 0;
}

.two-col-articles .aside-cont p:last-child {
	padding-bottom: 0;
}
.two-col-articles .aside-cont p{padding-bottom:15px;}

.two-col-articles .aside-cont ul {
	width: 100%;
	float: left;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.two-col-articles .aside-cont ul:last-child {
	margin-bottom: 0;
}

.two-col-articles .aside-cont ul li {
	width: 100%;
	float: left;
	line-height: 20px;
	padding-bottom: 9px;
}

.two-col-articles .aside-cont ul li:last-child {
	padding-bottom: 0;
}

.two-col-articles .aside-cont ul li:before {
	top: 6px;
}

.two-col-articles .aside-cont .file-links2 {
	width: auto;
	float: right;
	text-align: right;
	margin-bottom: -10px;
	margin-left: -40px;
}

.two-col-articles .aside-cont .file-links2:last-child {
	padding-bottom: 0;
}

.two-col-articles .aside-cont .file-links2 p {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	margin-bottom: 10px;
}

.two-col-articles .article {
	width: 100%;
	float: left;
	position: relative;
	padding: 95px 0;
}

.two-col-articles .article:after {
	content: "";
	width: 1000px;
	height: 1px;
	float: left;
	background: #e9e8e8;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}

.two-col-articles .article:last-child:after {
	display: none;
}

.two-col-articles .article:nth-child(even) .figure-cont {
	padding: 0 72px 0 65px;
}

.two-col-articles .article:nth-child(even) .aside-cont {
	text-align: left;
	padding: 0 130px 0 30px;
}

.two-col-articles .article:nth-child(even) .aside-cont h2 {
	padding: 0 0 10px 0;
}

.two-col-articles .article:nth-child(even) .aside-cont .file-links2 {
	width: 100%;
	float: left;
	margin-left: 0;
}

.two-col-articles .article:nth-child(even) .aside-cont .file-links2 p {
	width: 100%;
	float: left;
	padding-left: 0;
}

.two-col-articles .article > .anchor_link {
	position: absolute;
	top: 0;
}

.two-col-articles .article.article2 .aside-cont {
	padding: 0 10px 0 100px;
}

.two-col-articles.map_box .aside-cont{text-align:left;}
.two-col-articles.map_box .desco{}
.two-col-articles.map_box .desco p{padding: 0;}
.two-col-articles.map_box .desco p strong{font-family: "Oswald", Arial, Helvetica, sans-serif; letter-spacing: -0.02em; padding: 0;  font-size: 24px;}
.two-col-articles.map_box .desco ul{}
.two-col-articles.map_box .subtitle{font-family: "Oswald", Arial, Helvetica, sans-serif; margin-bottom: 60px; margin-top: 20px;}
.two-col-articles.map_box .subtitle p{font-size: 22px; text-shadow: none; letter-spacing: -0.02em; padding: 0; font-size: 36px; text-shadow: none;
    letter-spacing: -0.02em;  padding: 0;  line-height: 40px;}
.two-col-articles.map_box .figure-cont .product-out figure{box-shadow:none;}
.two-col-articles.map_box .article:after, .two-col-articles.map_box .article:last-child:after{content: ""; width: 1000px; height: 1px; float: left; background: #e9e8e8; position: absolute; bottom: 0; left: 50%;
    margin: 0 0 0 -500px; display:block;}
.two-col-articles.map_box .aside-cont h2{font-size:48px;}

.two-col-articles .aside-cont .file-links2 .btn-out{ padding-bottom: 10px; padding-right:0;width:auto;clear: both;}
.two-col-articles .aside-cont .file-links2 .btn-out a{width:100%;}
.two-col-articles .article:nth-child(odd) .aside-cont .file-links2{padding-right:60px;}

@media (min-width: 768px) {
.two-col-articles .article {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.two-col-articles .article:nth-child(even) .figure-cont {
	left: -50%;
}

.two-col-articles .article:nth-child(even) .aside-cont {
	right: -50%;
}
.two-col-articles .article:nth-child(even) .aside-cont .file-links2 .btn-out{    text-align: left;}
.two-col-articles .article:nth-child(odd) .aside-cont ul li{  padding-right: 15px;  padding-left: 0;}
.two-col-articles .article:nth-child(odd) .aside-cont ul li:before{ right: 0; left: auto;}
}

@media (max-width: 991px) {
.two-col-articles .container {
	padding: 0 20px;
}

.two-col-articles .figure-cont {
	padding: 0;
}

.two-col-articles .figure-cont figure {
	margin: 0 0 25px 0;
}

.two-col-articles .figure-cont .product-out {
	width: 109%;
	padding: 0 25px 0 0;
	margin: 0 -9% -9% 0;
}

.two-col-articles .figure-cont .product-out figure {
	margin: 0 0 20px 0;
}

.two-col-articles .figure-cont .product-out .figure-bg {
	width: 41%;
	margin: 0 9% 9% 0;
}

.two-col-articles .aside-cont {
	padding: 0 35px 0 50px;
}

.two-col-articles .aside-cont .file-links2 p {
	padding-left: 20px;
}

.two-col-articles .article {
	padding: 55px 0;
}

.two-col-articles .article:after {
	width: 600px;
	margin: 0 0 0 -300px;
}

.two-col-articles .article:nth-child(even) .figure-cont {
	padding: 0 35px 0 30px;
}

.two-col-articles .article:nth-child(even) .aside-cont {
	padding: 0 25px 0 0;
}

.two-col-articles .article:nth-child(even) .aside-cont .file-links2 p {
	padding-left: 0;
}

.two-col-articles .article.article2 .aside-cont {
	padding: 0 35px 0 45px;
}
.two-col-articles.map_box .article:after, .two-col-articles.map_box .article:last-child:after {
    width: 600px;
    margin: 0 0 0 -300px;
}
}

@media (max-width: 767px) {
.two-col-articles .container {
	padding: 0 15px;
}

.two-col-articles .figure-cont {
	width: 100%;
	padding: 10px 0;
}

.two-col-articles .figure-cont .product-out {
	width: 107%;
	padding: 0;
	margin: 10px -7% -7% 0;
}

.two-col-articles .figure-cont .product-out figure {
	margin: 0 0 18px 0;
}

.two-col-articles .figure-cont .product-out .figure-bg {
	width: 43%;
	margin: 0 7% 7% 0;
}

.two-col-articles .aside-cont {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.two-col-articles .aside-cont h2 {
	padding: 0 0 10px 0;
}

.two-col-articles .aside-cont .file-links2 {
	width: 104%;
	float: left;
	text-align: left;
	margin-bottom: -5px;
	margin-left: 0;
}

.two-col-articles .aside-cont .file-links2 p {
	padding-left: 0;
	padding-right: 15px;
	margin-bottom: 5px;
}

.two-col-articles .article {
	padding: 30px 0;
}

.two-col-articles .article:after {
	width: 100%;
	left: 0;
	margin: 0;
}

.two-col-articles .article:nth-child(even) .figure-cont {
	padding: 10px 25px;
}

.two-col-articles .article:nth-child(even) .aside-cont {
	padding: 10px 0;
}

.two-col-articles .article:nth-child(even) .aside-cont .file-links2 p {
	padding-left: 0;
	padding-right: 15px;
}

.two-col-articles .article.article2 .aside-cont {
	text-align: left;
	padding: 10px 0;
}
.two-col-articles.map_box .article:after, .two-col-articles.map_box .article:last-child:after{width: 100%;  left: 0; margin: 0;}
.two-col-articles .aside-cont ul li{text-align:left;}
.two-col-articles .article:nth-child(odd) .aside-cont .file-links2{padding-right:0px;}
.two-col-articles .aside-cont .file-links2 .btn-out{width: 100% !important;    text-align: center;}
.two-col-articles .aside-cont .file-links2 .btn-out a{max-width: 79%;}
}


/*
 16.) Quick - Statistics
----------------------------------------*/

/* CircleBar */
.circlebar {
	position: relative;
	float: left;
	user-select: none;
	box-sizing: border-box;
	width: 200px!important;
	height: 200px!important;
}

.circlebar .text {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 48px!important;
	color: #ffffff!important;
}

.circlebar .text span {
	font-weight: 200;
}

.circlebar .loader-bg {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: 20px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circlebar .spinner-holder-one {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 50%;
	height: 50%;
	background: transparent;
	box-sizing: border-box;
}

.circlebar .spinner-holder-two {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: transparent;
	box-sizing: border-box;
}

.circlebar .loader-spinner {
	width: 200%;
	height: 200%;
	border-radius: 50%;
	border: 20px solid rgba(255, 255, 255, .60);
	box-sizing: border-box;
}

.animate-0-25-a {
	transform: rotate(90deg);
	transform-origin: 100% 100%;
}

.animate-0-25-b {
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

.animate-25-50-a {
	transform: rotate(180deg);
	transform-origin: 100% 100%;
}

.animate-25-50-b {
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

.animate-50-75-a {
	transform: rotate(270deg);
	transform-origin: 100% 100%;
}

.animate-50-75-b {
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

.animate-75-100-a {
	transform: rotate(0deg);
	transform-origin: 100% 100%;
}

.animate-75-100-b {
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}

@media (max-width: 991px) {
.circlebar {
	width: 170px!important;
	height: 170px!important;
}

.circlebar .text {
	font-size: 44px!important;
}

.circlebar .loader-bg {
	border-width: 17px!important;
}

.circlebar .loader-spinner {
	border-width: 17px!important;
}
}


/* Quick - Statistics */
.quick-statistics {
	width: 100%;
	float: left;
	text-align: center;
	background: url(../img/world-map-02.png) no-repeat center center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 60px 0 110px 0;
}

.quick-statistics:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(88, 135, 194, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.quick-statistics .heading-txt {
	padding-bottom: 65px;
}

.quick-statistics .heading-txt h2 {
	color: #ffffff;
	padding-bottom: 15px;
}

.quick-statistics .heading-txt h2 span.divider {
	background: #ffffff;
}

.quick-statistics .heading-txt p {
	color: #ffffff;
}

.quick-statistics .aside {
	width: 24%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 40px 0;
}

.quick-statistics .aside p {
	width: 100%;
	float: left;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #ffffff;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 0 0 18px 0;
}

.quick-statistics .aside .circle-out {
	width: 200px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.quick-statistics .aside-bg {
	width: 100%;
	float: left;
	margin: 0 0 -40px 0;
}

@media (max-width: 991px) {
.quick-statistics {
	padding: 60px 0 50px 0;
}

.quick-statistics .container {
	padding: 0 20px;
}

.quick-statistics .heading-txt {
	padding-bottom: 45px;
}

.quick-statistics .aside {
	width: 27%;
	margin: 0 2% 40px 2%;
}

.quick-statistics .aside p {
	font-size: 20px;
	line-height: 22px;
}

.quick-statistics .aside .circle-out {
	width: 170px;
}
}

@media (max-width: 767px) {
.quick-statistics .aside {
	width: 100%;
	margin: 0 0 10px 0;
}

.quick-statistics .aside-bg {
	margin: 0 0 -15px 0;
}
}


/*
 17.) Team - Info
----------------------------------------*/

.team-info {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 100px 0;
}

.team-info .container {
	max-width: 1015px;
}

.team-info h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 62px 0;
}

.team-info .article {
	width: 29.83%;
	float: left;
	display: inline;
	margin: 0 1.75% 40px 1.75%;
}

.team-info .article.front-sticky {
	margin: 0 35.08% 60px 35.08%;
}

.team-info .article h3 {
	font-size: 24px;
	line-height: 28px;
	padding: 0 0 12px 0;
}

.team-info .article h3 a {
	color: #000000;
}

.team-info .article h3 a:hover {
	color: #4e8abe;
}

.team-info .article p {
	font-weight: 700;
	font-size: 16px;
	color: #777777;
	line-height: 20px;
	padding: 0 5% 0 0;
}

.team-info .article figure {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 27px 0;
	overflow: hidden;
}

.team-info .article figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.team-info .article:hover figure img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.team-info .article-out {
	width: 103.5%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.75% -40px -1.75%;
}

@media (max-width: 991px) {
.team-info {
	padding: 60px 0;
}

.team-info .container {
	padding: 0 45px;
}

.team-info h2 {
	font-size: 28px;
	padding: 0 0 35px 0;
}

.team-info .article {
	width: 29.73%;
	margin: 0 1.8% 35px 1.8%;
}

.team-info .article.front-sticky {
	margin: 0 35.33% 50px 35.33%;
}

.team-info .article h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 6px 0;
}

.team-info .article p {
	font-size: 12px;
	line-height: 14px;
	padding: 0 2% 0 0;
}

.team-info .article figure {
	margin: 0 0 15px 0;
}

.team-info .article-out {
	width: 103.6%;
	margin: 0 -1.8% -35px -1.8%;
}
}

@media (max-width: 767px) {
.team-info {
	padding: 50px 0 60px 0;
}

.team-info .container {
	max-width: 540px;
	padding: 0 20px;
}

.team-info h2 {
	padding: 0 0 45px 0;
}

.team-info .article {
	width: 45%;
	margin: 0 2.5% 30px 2.5%;
}

.team-info .article.front-sticky {
	margin: 0 27.5% 30px 27.5%;
}

.team-info .article p {
	padding: 0;
}

.team-info .article figure {
	margin: 0 0 15px 0;
}

.team-info .article-out {
	width: 105%;
	display: block;
	margin: 0 -2.5% -30px -2.5%;
}

.team-info .owl-carousel {
	padding: 0 2.5%;
}

.team-info .owl-item .article, 
.team-info .owl-item .article.front-sticky {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.team-info .owl-dots {
	margin: 35px 0 20px 0;
}
}

@media (max-width: 479px) {
.team-info .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.team-info .article.front-sticky {
	margin: 0 0 30px 0;
}

.team-info .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}

.team-info .owl-carousel {
	text-align: center;
	padding: 0;
}

.team-info .owl-item .article, 
.team-info .owl-item .article.front-sticky {
	width: 100%;
	max-width: 210px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
}
}

@media (min-width: 768px) {
.team-info .owl-carousel .owl-stage-outer {
	overflow: visible!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
}

.team-info .owl-carousel {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.team-info .owl-carousel .owl-stage {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	transform: translate3d(0, 0px, 0px)!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.team-info .owl-carousel .owl-item {
	width: 29.73%!important;
	height: auto!important;
	float: none!important;
	display: inline-block!important;
	vertical-align: top!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0 1.8% 35px 1.8%!important;
	left: auto!important;
	right: auto!important;
}

.team-info .owl-carousel .owl-item:nth-child(1) {
	margin: 0 35.33% 50px 35.33%!important;
}

.team-info .owl-carousel .owl-item .article, 
.team-info .owl-carousel .owl-item .article.front-sticky {
	width: 100%;
	padding: 0;
	margin: 0;
}
}

@media (min-width: 992px) {
.team-info .owl-carousel .owl-item {
	width: 29.83%!important;
	margin: 0 1.75% 40px 1.75%!important;
}

.team-info .owl-carousel .owl-item:nth-child(1) {
	margin: 0 35.08% 60px 35.08%!important;
}
}


/*
 18.) Careers Top - Content & Accordation - List
--------------------------------------------------*/

/* Careers Content - Outer */
.careers-cont-out {
	width: 100%;
	float: left;
	padding: 80px 0 150px 0;
}

.careers-cont-out .container-sml {
	max-width: 860px;
}

@media (max-width: 991px) {
.careers-cont-out {
	padding: 60px 0 100px 0;
}
}

@media (max-width: 767px) {
.careers-cont-out {
	padding: 40px 0 50px 0;
}

.careers-cont-out .container, 
.careers-cont-out .container-med, 
.careers-cont-out .container-sml {
	max-width: 540px;
}
}


/* Careers Top - Content */
.careers-top-cont {
	width: 100%;
	float: left;
	padding: 0 0 50px 0;
}

.careers-top-cont:last-child {
	padding-bottom: 0;
}

.careers-top-cont p {
	padding: 0 0 10px 0;
}

.careers-top-cont p:last-child {
	padding-bottom: 0;
}

.careers-top-cont p a {
	text-decoration: underline;
}

@media (max-width: 767px) {
.careers-top-cont {
	padding: 0 0 35px 0;
}
}


/* Accordation - List */
.accord-list {
	width: 100%;
	float: left;
}

.accord-list h2 {
	width: 100%;
	float: left;
	padding: 0 0 37px 0;
}

.accord-list .card-out {
	width: 100%;
	float: left;
	border-top: 1px solid rgba(35, 31, 32, 0.20);
}

.accord-list .card {
	width: 100%;
	float: left;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(35, 31, 32, 0.20);
	border-radius: 0;
	padding: 0;
	margin: 0 0 -1px 0;
}

.accord-list .card-header {
	width: 100%;
	float: left;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.accord-list .card-header a {
	width: 100%;
	float: left;
	text-decoration: none;
	border: none;
	position: relative;
	padding: 18px 50px 18px 5px;
	margin: 0;
}

.accord-list .card-header a:after {
	content: "\f077";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 30px;
	color: #5887c2;
	line-height: 1em;
	position: absolute;
	top: 22px;
	right: 24px;
}

.accord-list .card-header a.collapsed {
	color: #5887c2;
}

.accord-list .card-header a.collapsed:after {
	content: "\f078";
}

.accord-list .card-header .lrg-txt {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #5887c2;
	line-height: 32px;
	letter-spacing: -0.01em;
	padding: 0 0 9px 0;
	margin: 0;
}

.accord-list .card-header .lrg-txt:last-child {
	padding-bottom: 0;
}

.accord-list .card-header .sml-txt {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #5887c2;
	line-height: 24px;
	letter-spacing: 0.02em;
	padding: 0;
	margin: 0;
}

.accord-list .card-body {
	width: 100%;
	float: left;
	position: relative;
	z-index: 50;
	padding: 0;
	margin: 0;
}

.accord-list .card-body p {
	padding: 0 0 12px 0;
}

.accord-list .card-body p:last-child {
	padding-bottom: 0;
}

.accord-list .card-body ul {
	padding-top: 0;
	padding-bottom: 10px;
}

.accord-list .card-body ul:last-child {
	padding-bottom: 0;
}

.accord-list .card-body .btn {
	min-width: 170px;
}

.accord-list .card-body .btn-out {
	padding-top: 10px;
}

.accord-list .card-body aside {
	width: 100%;
	max-width: 720px;
	float: left;
}

.accord-list .card-body .cont-in {
	width: 100%;
	float: left;
	padding: 0 0 35px 5px;
}

@media (max-width: 991px) {
.accord-list h2 {
	padding: 0 0 35px 0;
}

.accord-list .card-header a {
	padding: 18px 50px 18px 5px;
}

.accord-list .card-header a:after {
	font-size: 28px;
	top: 22px;
	right: 15px;
}

.accord-list .card-header .lrg-txt {
	font-size: 28px;
	line-height: 30px;
	padding: 0 0 10px 0;
}

.accord-list .card-header .sml-txt {
	font-size: 16px;
	line-height: 20px;
}
}

@media (max-width: 767px) {
.accord-list h2 {
	padding: 0 0 27px 0;
}

.accord-list .card-header a {
	padding: 14px 30px 14px 0;
	margin: 0;
}

.accord-list .card-header a:after {
	font-size: 22px;
	top: 20px;
	right: 5px;
}

.accord-list .card-header .lrg-txt {
	font-size: 26px;
	line-height: 28px;
	padding: 0 0 8px 0;
}

.accord-list .card-body p {
	padding: 0 0 10px 0;
}

.accord-list .card-body ul {
	padding-top: 0;
	padding-bottom: 5px;
}

.accord-list .card-body .btn-out {
	padding-top: 10px;
}

.accord-list .card-body aside {
	max-width: 100%;
}

.accord-list .card-body .cont-in {
	padding: 0 0 30px 0;
}
}


/*
 19.) CTA - Banner
----------------------------------------*/

.cta-banner {
	width: 100%;
	min-height: 500px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url(../img/cta-news.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}
.cta-banner.overlay:before{content: "";
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;}

.cta-banner h2 {
	color: #ffffff;
	padding-bottom: 14px;
}

.cta-banner h2.lrg {
	padding-bottom: 30px;
}

.cta-banner p {
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}

.cta-banner p:last-child {
	padding-bottom: 0;
}

.cta-banner .btn {
	/*height: 55px; */
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin: 0 75px 10px 20px;
    max-width: 352px;
    padding: 20px 30px;
    height: auto;
}

.cta-banner .btn:before {
	width: 55px;
    right: -60px;
}

.cta-banner .btn:after {
	display: none;
}
.cta-banner .btn .cta-btn-icon {	
	float: right;
	color: #ffffff;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: .50;
	margin: -9px 0 0 0;	
}
.cta-banner .btn .cta-btn-icon {
	width: 55px;
    font-weight: 400;
    font-size: 20px;
    right: -60px;
    opacity: .50;
    margin: -10px 0 0 0;
}
.cta-banner .btn:hover .cta-btn-icon,
.cta-banner .btn:active .cta-btn-icon,
.cta-banner .btn:active:focus .cta-btn-icon {
	-moz-animation: move 2s;
	-webkit-animation: move 2s;
	animation: move 2s;
	opacity: 1;
}

.cta-banner .btn-out {
	padding: 35px 0 0 0;
}

.cta-banner aside {
	width: 100%;
	max-width: 650px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	max-width: 800px;
}

@media (max-width: 991px) {
.cta-banner {
	padding: 60px 0;
}

.cta-banner h2 {
	padding-bottom: 10px;
}

.cta-banner h2.lrg {
	padding-bottom: 16px;
}

.cta-banner p {
	font-size: 18px;
}

.cta-banner .btn {
	height: 55px;
	font-size: 15px;
	margin-right: 55px;
}

.cta-banner .btn:before {
	
}

.cta-banner .btn:after {
	width: 60px;
	right: -65px;
}
}

@media (max-width: 767px) {
.cta-banner {
	padding: 50px 0;
}

.cta-banner {
	min-height: 340px;
}

.cta-banner p {
	font-size: 16px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

.cta-banner .btn-out {
	padding: 30px 0 0 0;
}
}


/* CTA - Banner2 */
.cta-banner.banner2 {
	min-height: 450px;
	background-image: url(../img/cta-product.jpg);
}

.cta-banner.banner2 .btn:after {
	content: "\f381";
	font-size: 24px;
	display: block;
	width: 35px;
	right: -50px;
}

.cta-banner.banner2 .btn-out {
	padding-top: 45px;
}

@media (max-width: 991px) {
.cta-banner.banner2 .btn-out {
	padding-top: 30px;
}

.cta-banner.banner2 .btn:after {
	font-size: 18px;
}
}

@media (max-width: 767px) {
.cta-banner.banner2 {
	min-height: 300px;
}
}


/*
 20.) Product - Top Content & Table - Content
-----------------------------------------------*/

/* Product Content - Outer */
.product-cont-out {
	width: 100%;
	float: left;
	padding: 80px 0 0px 0;
}

.product-cont-out .container {
	max-width: 860px;
}

@media (max-width: 991px) {
.product-cont-out {
	padding: 50px 0 0px 0;
}

.product-cont-out .container {
	max-width: 100%;
	padding: 0 20px;
}
}

@media (max-width: 767px) {
.product-cont-out {
	padding: 20px 0 0px 0;
}

.product-cont-out .container {
	max-width: 500px;
	padding: 0;
}
}


/* Product - Top Content */
.product-top-cont {
	width: 100%;
	float: left;
	padding: 0 0 80px 0;
}

.product-top-cont iframe[allowfullscreen] {
	max-width: 98%;
}

.product-top-cont:last-child {
	/*padding-bottom: 0;*/
}

.product-top-cont p {
	padding-bottom: 12px;
}

.product-top-cont p:last-child {
	padding-bottom: 0;
}

.product-top-cont ul {
	padding-bottom: 15px;
}

.product-top-cont li:last-child {
	padding-bottom: 0;
}
.product-top-cont p a{}

.product-top-cont .sub-cont p {
	padding-left: 15px;
}

.product-top-cont .sub-cont p:first-child {
	padding-left: 0;
	padding-bottom: 3px;
}

.product-top-cont .aside-cont {
	width: 100%;
	min-height: 280px;
	float: left;
	position: relative;
}

.product-top-cont .ribbon-bar {
	width: 248px;
	position: absolute;
	top: 0;
	right: 0;
}

.product-top-cont .ribbon-bar img {
	width: 100%;
}

@media (max-width: 991px) {
.product-top-cont {
	padding: 0 60px 50px 60px;
}

.product-top-cont .aside-cont {
	min-height: 230px;
}

.product-top-cont .ribbon-bar {
	width: 202px;
}
}

@media (max-width: 767px) {
.product-top-cont {
	padding: 0 20px 30px 20px;
}

.product-top-cont p {
	padding-bottom: 8px;
}

.product-top-cont p:last-child {
	padding-bottom: 0;
}

.product-top-cont ul {
	padding-bottom: 8px;
}

.product-top-cont li:last-child {
	padding-bottom: 0;
}

.product-top-cont .sub-cont {
	padding-bottom: 3px;
}

.product-top-cont .sub-cont p {
	padding-left: 5px;
}

.product-top-cont .sub-cont p:first-child {
	padding-left: 0;
	padding-bottom: 5px;
}

.product-top-cont .aside-cont {
	min-height: inherit;
}

.product-top-cont .ribbon-bar {
	width: 100%;
	text-align: center;
	position: relative;
	margin: 37px 0 0 0;
}

.product-top-cont .ribbon-bar img {
	width: 100%;
	max-width: 205px;
}
}


/* Table - Content */
.table-cont {
	width: 100%;
	float: left;
	padding: 0 0 60px 0;
	margin: 0;
}

.table-cont:last-child {
	padding-bottom: 0;
}

.table-cont .table-heading {
	/*width: 100%;
	float: left;*/
	font-weight: 900;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.02em;
	background: #5887c2;
	position: relative;
	z-index: 1;
	padding: 10px 15px 12px 15px;
}

.table-cont table {
	width: auto;
	max-width:none;
	float: left;
	background: #e9edf2;
	border: 2px solid #dfe6ef;
	border-top: none;
	/*border-bottom-color: #5887c2;*/
	position: relative;
	overflow: hidden;
}

.table-cont table:before {
	content: "";
	width: 2px;
	height: 100%;
	float: left;
	background: #dfe6ef;
	position: absolute;
	top: -2px;
	left: 50%;
	margin: 0 0 0 -1px;
}

.table-cont table tr {
	width: 100%;
	float: left;
}

.table-cont table tr:nth-child(even) {
	background: #f4f7fb;
}

.table-cont table td {
	width: 50%;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	padding: 9px 21px 6px 21px;
	margin: 0;
}

.product-cont-out .table-cont table td {padding: 9px 21px 6px 29px;}
.product-cont-out .table-cont table td b{margin-left: -8px;}

/*.table-cont table td:nth-child(2) {
	text-align: center;
	border-right: none;
}*/

.table-cont table .row-head td:first-child {
	padding-left: 15px;
}

.table-cont p {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 0 0 0;
}
.table-cont span.notice{line-height: 18px;
    float: left;
    font-style: italic;
    font-size: 15px;
    color: #333;}

.swipe_text {
    float: right;
    color: #004f9f;
    display: none;
    margin: 0 0 10px;
    line-height: 1;
    font-style: italic;
}
.swipe_text i {
    font-weight: 300;
    font-size: 15px;
    display: inline-block;
}

@media (max-width: 991px) {
.table-cont {
	padding: 0 0 50px 0;
}

.table-cont table td {
	width: 55%;
}

.table-cont table td:nth-child(2) {
	width: 45%;
}

.table-cont table:before {
	left: 55%;
}
.swipe_text {
    display: inline-block;
}
}

@media (max-width: 767px) {
.table-cont {
	padding: 0 20px 35px;
}

.table-cont table td {
	font-size: 15px;
	line-height: 19px;
	padding: 9px 15px 6px 17px;
}

.table-cont table .row-head td:first-child {
	padding-left: 10px;
}

.table-cont table td {
	width: 60%;
}

.table-cont table td:nth-child(2) {
	width: 40%;
}

.table-cont table:before {
	left: 60%;
}

.table-cont p {
	padding: 9px 20px 0 20px;
}
}

.table-responsive::-webkit-scrollbar {
      height: 4px;
     display: block;
    background: rgba(0,0,0,0.2);
     border-radius: 4px;
 }
 
 .table-responsive::-webkit-scrollbar-thumb {
         border-radius: 4px;
        background-color: rgba(0,0,0,0.5);
         -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
 }
/*
 21.) Accordation - List2
----------------------------------------*/

.accord-list.list2 .card {
	padding-bottom: 10px;
}

.accord-list.list2 .card-header a {
	padding: 15px 50px 15px 5px;
}

.accord-list.list2 .card-header a:after {
	font-size: 36px;
	top: 23px;
	right: 20px;
}

.accord-list.list2 .card-header .lrg-txt {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -0.02em;
	padding-bottom: 12px;
}

.accord-list.list2 .card-header .sml-txt {
	font-weight: 300;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
}

.accord-list.list2 .card-body .cont-in {
	padding: 0 0 15px 5px;
}

.accord-list.list2 .card-body .cont-in aside {
	max-width: 660px;
}
.accord-list.list2 .card-body .cont-in aside img{max-width:100%; height:auto;}

@media (max-width: 991px) {
.accord-list.list2 {
	padding: 0 60px;
}

.accord-list.list2 .card {
	padding-bottom: 0;
}

.accord-list.list2 .card-header a {
	padding: 16px 50px 16px 5px;
}

.accord-list.list2 .card-header a:after {
	font-size: 34px;
	top: 23px;
	right: 10px;
}

.accord-list.list2 .card-header .lrg-txt {
	font-size: 34px;
	line-height: 38px;
}

.accord-list.list2 .card-header .sml-txt {
	font-size: 16px;
	line-height: 26px;
}

.accord-list.list2 .card-body .cont-in aside {
	max-width: 660px;
}
}

@media (max-width: 767px) {
.accord-list.list2 {
	padding: 0 20px;
}

.accord-list.list2 .card-header a {
	padding: 12px 35px 12px 0;
}

.accord-list.list2 .card-header a:after {
	font-size: 28px;
	top: 15px;
	right: 0;
}

.accord-list.list2 .card-header .lrg-txt {
	font-size: 28px;
	line-height: 32px;
}

.accord-list.list2 .card-header .sml-txt {
	font-size: 16px;
	line-height: 26px;
}

.accord-list.list2 .card-body .cont-in {
	padding: 0 0 14px 0;
}

.accord-list.list2 .card-body .cont-in aside {
	max-width: 100%;
}
}


/*
 22.) Feature - List3
----------------------------------------*/

.feature-list3 {
	width: 100%;
	float: left;
	background: #f2f2f2;
	padding: 80px 0 100px 0;
}

.feature-list3 .heading-txt {
	padding: 0 0 61px 0;
}

.feature-list3 .heading-txt h2 {
	font-weight: 400;
}

.feature-list3 .heading-txt h2 span.divider {
	margin: 0 9px;
}

.feature-list3 .article {
	width: 29.83%;
	float: left;
	display: inline;
	margin: 0 1.75% 90px 1.75%;
}

.feature-list3 .article figure {
	width: 120px;
	float: left;
	text-align: center;
	position: relative;
	margin: 0 -120px 0 0;
	overflow: hidden;
	z-index: 10;
}

.feature-list3 .article figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.feature-list3 .article aside {
	width: 100%;
	float: left;
	padding: 0 0 0 138px;
}

.feature-list3 .article aside h3 {
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 8px 0;
}

.feature-list3 .article aside h3 a {
	color: #000000;
}

.feature-list3 .article aside h3 a:hover {
	color: #4e8abe;
}

.feature-list3 .article aside p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.feature-list3 .article aside ul {
	padding: 0;
}

.feature-list3 .article aside ul li {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 5px;
}

.feature-list3 .article aside ul li:before {
	top: 6px;
}

.feature-list3 .article aside ul li:last-child {
	padding-bottom: 0;
}

.feature-list3 .article:hover figure img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-list3 .article-out {
	width: 103.5%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.75% -90px -1.75%;
}

@media (max-width: 991px) {
.feature-list3 .container, 
.feature-list3 .container-med, 
.feature-list3 .container-sml {
	padding: 0 45px;
}

.feature-list3 .heading-txt h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
}

.feature-list3 .heading-txt h2 span.divider {
	height: 27px;
}

.feature-list3 .article {
	width: 44%;
	margin: 0 3% 90px 3%;
}

.feature-list3 .article-out {
	width: 106%;
	margin: 0 -3% -90px -3%;
}
}

@media (max-width: 767px) {
.feature-list3 {
	padding: 55px 0;
}

.feature-list3 .container, 
.feature-list3 .container-med, 
.feature-list3 .container-sml {
	padding: 0 20px;
}

.feature-list3 .heading-txt {
	padding: 0 0 45px 0;
}

.feature-list3 .heading-txt h2 {
	font-size: 26px;
	line-height: 30px;
}

.feature-list3 .heading-txt h2 span.divider {
	height: 25px;
}

.feature-list3 .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.feature-list3 .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}

.feature-list3 .owl-carousel .owl-item .article {
	width: 100%;
	padding: 0;
	margin: 0;
}

.feature-list3 .owl-dots {
	margin: 35px 0 20px 0;
}
}

@media (min-width: 768px) {
.feature-list3 .owl-carousel .owl-stage-outer {
	overflow: visible!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
}

.feature-list3 .owl-carousel {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.feature-list3 .owl-carousel .owl-stage {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	transform: translate3d(0, 0px, 0px)!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.feature-list3 .owl-carousel .owl-item {
	width: 44%!important;
	height: auto!important;
	float: none!important;
	display: inline-block!important;
	vertical-align: top!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0 3% 90px 3%!important;
	left: auto!important;
	right: auto!important;
}

.feature-list3 .owl-carousel .owl-item .article {
	width: 100%;
	padding: 0;
	margin: 0;
}
}

@media (min-width: 992px) {
.feature-list3 .owl-carousel .owl-item {
	width: 29.83%!important;
	margin: 0 1.75% 90px 1.75%!important;
}
}


/*
 23.) CTA - Articles
----------------------------------------*/

.cta-articles {
	width: 100%;
	float: left;
	overflow: hidden;
}

.cta-articles h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 50px;
	padding: 0 0 15px 0;
}

.cta-articles h2:last-child {
	padding-bottom: 0;
}

.cta-articles p:last-child {
	padding-bottom: 0;
}

.cta-articles ul {
	padding: 10px 0 20px 10px;
}

.cta-articles ul:last-child {
	padding-bottom: 0;
}

.cta-articles ul li {
	padding-left: 21px;
}

.cta-articles ul li:before {
	content: "\f14a";
	width: auto;
	height: auto;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 16px;
	color: #6388c0;
	background: none;
	top: 0;
}

.cta-articles .btn {
	min-width: 230px;
	height: 65px;
	font-weight: 400;
	letter-spacing: 0.02em;
	padding: 0 39px;
	margin: 10px 95px 10px 0;
}

.cta-articles .btn:before {
	width: 75px;
	right: -80px;
}

.cta-articles .btn:after {
	width: 75px;
	right: -80px;
}

.cta-articles .phone-number {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #57b049;
	font-size: 24px;
	line-height: 26px;
	text-align: right;
	position: relative;
	margin: 10px 0;
	z-index: 10;
}

.cta-articles .phone-number a {
	font-weight: 600;
	color: #57b049;
}

.cta-articles .phone-number a:hover {
	color: #4e8abe;
}

.cta-articles .btn-out {
	padding: 24px 0 0 0;
	margin-bottom: -10px;
}

.cta-articles .figure-cont {
	width: 62.7%;
	float: right;
	position: relative;
	margin: 0 -6.2% 0 -1.5%;
}

.cta-articles .figure-cont figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.cta-articles .figure-cont figure img {
	width: 100%;
}

.cta-articles .aside-cont {
	width: 50%;
	float: left;
	position: relative;
	z-index: 10;
	margin: 0 -5% 0 0;
}

.cta-articles .aside-cont aside {
	width: 100%;
	max-width: 480px;
}

.cta-articles .cnt-btn-out {
	width: 100%;
	float: left;
	display: none;
}

.cta-articles .article {
	width: 100%;
	float: left;
	position: relative;
	padding: 90px 0;
}

.cta-articles .article:after {
	content: "";
	width: 1000px;
	height: 1px;
	float: left;
	background: #e9e8e8;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}

.cta-articles .article:last-child:after {
	display: none;
}

@media (min-width: 768px) {
.cta-articles .article {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
}

@media (max-width: 991px) {
.cta-articles .container {
	padding: 0 70px;
}

.cta-articles h2 {
	font-size: 34px;
	line-height: 38px;
}

.cta-articles ul {
	padding-top: 10px;
}

.cta-articles .btn {
	min-width: 230px;
	height: 50px;
	font-size: 15px;
	letter-spacing: 0.01em;
	padding: 0 18px;
	margin-right: 55px;
}

.cta-articles .btn:before {
	width: 50px;
	right: -55px;
}

.cta-articles .btn:after {
	width: 50px;
	right: -55px;
}

.cta-articles .phone-number {
	font-size: 20px;
	line-height: 22px;
}

.cta-articles .btn-out {
	padding: 26px 0 0 0;
}

.cta-articles .figure-cont {
	width: 65.2%;
	margin: 0 -13% 0 2%;
}

.cta-articles .article {
	padding: 70px 0;
}

.cta-articles .article:after {
	width: 600px;
	margin: 0 0 0 -300px;
}
}

@media (max-width: 767px) {
.cta-articles .container {
	padding: 0 20px;
}

.cta-articles h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
}

.cta-articles .btn {
	min-width: 100%;
	width: 100%;
	margin: 5px -55px 5px 0;
}

.cta-articles .phone-number {
	font-size: 18px;
	line-height: 20px;
	margin: 5px 0;
}

.cta-articles .btn-out {
	padding: 0 55px 0 0;
	margin: 15px 0 -5px 0;
}

.cta-articles .figure-cont {
	width: 100%;
	margin: 10px 0;
}

.cta-articles .figure-cont figure {
	width: 108%;
	margin: 0 -8% 0 0;
}

.cta-articles .aside-cont {
	width: 100%;
	padding: 10px 0;
}

.cta-articles .aside-cont .btn-out {
	display: none;
}

.cta-articles .cnt-btn-out {
	display: block;
}

.cta-articles .article {
	padding: 30px 0;
}

.cta-articles .article:after {
	width: 500px;
	margin: 0 0 0 -250px;
}
}


/*
 24.) Article - Slider
----------------------------------------*/

.article-slider {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 80px 0 90px 0;
}

.article-slider h2 {
	width: 100%;
	float: left;
	font-weight: 400;
	text-align: center;
	padding: 0 0 5px 0;
}

.article-slider .article {
	width: 100%;
	float: left;
	text-align: center;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.article-slider .article > a {
	width: 100%;
	float: left;
	text-decoration: none;
	line-height: normal;
	padding: 0;
	margin: 0;
}

.article-slider .article h3 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding: 0 0 8px 0;
}

.article-slider .article p {
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	padding: 0;
}

.article-slider .article .read-more {
	padding: 0;
}

.article-slider .article aside {
	width: 100%;
	max-width: 300px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}
.article-slider .article aside span{    font-weight: 400;
    font-size: 12px;
    color: #999999;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;}

.article-slider .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.article-slider .article figure img {
	width: 100%;
}

.article-slider .article-out {
	width: 100%;
	max-width: 1180px;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.article-slider .article-bg {
	width: 100%;
	float: left;
	position: relative;
}

.article-slider .owl-carousel {
	position: static;
	overflow: visible;
	padding: 0 60px;
}

@media (min-width: 768px) {
.article-slider .article {
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .17) 0 0 45px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.article-slider .article figure {
	height: 240px;
	line-height: 235px;
	overflow: hidden;
	padding: 20px;
}

.article-slider .article figure img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 230px;
	display: inline-block;
	vertical-align: middle;
}

.article-slider .article-bg {
	margin-bottom: -40px;
}

.article-slider .owl-stage-outer {
	overflow: visible;
	padding: 120px 0;
}

.article-slider .owl-item {
	opacity: 0;
	padding: 0;
}

.article-slider .owl-item.active {
	opacity: 1;
	padding: 0;
}

.article-slider .owl-item.center {
	opacity: 1;
	position: relative;
	z-index: 10;
}

.article-slider .owl-item.center .article {
	width: 110%;
	-webkit-transform: scale(1.35);
	transform: scale(1.35);
	margin-left: -5%;
	margin-right: -5%;
}

.article-slider .owl-item.center .article > a:hover h3 {
	color: #5887c2;
	text-decoration: underline;
}
}

@media (min-width: 768px) and (max-width: 1399px) {
.article-slider .article figure {
	height: 200px;
	line-height: 190px;
}

.article-slider .article figure img {
	max-height: 190px;
}

.article-slider .article-out {
	max-width: 1080px;
}

.article-slider .owl-carousel {
	padding: 0 50px;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.article-slider .article figure {
	height: 170px;
	line-height: 160px;
}

.article-slider .article figure img {
	max-height: 150px;
}

.article-slider .owl-stage-outer {
	padding: 90px 0;
}

.article-slider .owl-carousel {
	padding: 0 40px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.article-slider .article figure {
	height: 140px;
	line-height: 130px;
}

.article-slider .article figure img {
	max-height: 130px;
}

.article-slider .owl-carousel {
	padding: 0 60px;
}

.article-slider .owl-item.center .article {
	width: 120%;
	margin-left: -10%;
	margin-right: -10%;
}
}

@media (min-width: 1400px) {
.article-slider .owl-nav .owl-prev {
	left: -65px;
}

.article-slider .owl-nav .owl-next {
	right: -65px;
}
}

@media (max-width: 1199px) {
.article-slider {
	padding: 80px 0 110px 0;
}

.article-slider h2 {
	padding: 0 0 20px 0;
}

.article-slider .article {
	box-shadow: rgba(0, 0, 0, .15) 0 0 30px;
}

.article-slider .article-out {
	max-width: 860px;
}
}

@media (max-width: 991px) {
.article-slider {
	padding: 60px 0 80px 0;
}

.article-slider h2 {
	padding: 0 0 10px 0;
}

.article-slider .container {
	padding: 0 20px;
}

.article-slider .article {
	box-shadow: rgba(0, 0, 0, .15) 0 0 20px;
}

.article-slider .article h3 {
	font-size: 13px;
	line-height: 18px;
}

.article-slider .article p {
	font-size: 13px;
	line-height: 20px;
}
}

@media (max-width: 767px) {
.article-slider {
	padding: 40px 0;
}

.article-slider h2 {
	padding: 0 0 30px 0;
}

.article-slider .container {
	padding: 0 20px;
}

.article-slider .article {
	box-shadow: none;
}

.article-slider .article > a:hover h3 {
	color: #5887c2;
	text-decoration: underline;
}

.article-slider .article aside {
	padding-bottom: 0;
}

.article-slider .article figure img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 230px;
	display: inline-block;
	vertical-align: middle;
}

.article-slider .owl-carousel {
	padding: 0;
}

.article-slider .owl-stage-outer {
	padding: 0;    height: auto !important;
}

.article-slider .owl-item.center .article {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}


/* News - Slider */
.article-slider.news .article h3 {
	font-weight: 400;
	line-height: 1.2em;
}

.article-slider.news .article .read-more {
	line-height: normal;
	padding: 0;
	margin: 0;
}

.article-slider.news .article .read-more span {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #5887c2;
	line-height: 18px;
	text-transform: none;
	text-decoration: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.article-slider.news .article .read-more span:after {
	content: "\f054";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 600;
	color: #5887c2;
	line-height: normal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 0 0 7px;
}

.article-slider.news .article figure {
	height: auto;
	line-height: normal;
	padding: 0;
}

.article-slider.news .article figure img {
	width: 100%;
	max-height: inherit;
}

@media (max-width: 767px) {
.article-slider.news .article figure img {
	width: 100%;
	max-height: inherit;
}
}


/*
 25.) CTA - Info
----------------------------------------*/

.cta-info {
	width: 100%;
	float: left;
	background: #2c292c url(../img/cta-pattern.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding: 55px 0;
}

.cta-info.blue-bg {
	background-image: none;
}

.cta-info aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 330px 0 0;
	margin: 0 -4px 0 0;
}

.cta-info aside h2 {
	color: #ffffff;
	padding: 0 0 12px 0;
}

.cta-info aside h2:last-child {
	padding-bottom: 0;
}

.cta-info aside p {
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 0.01em;
}

.cta-info aside p:last-child {
	padding-bottom: 0;
}

.cta-info .btn-out .btn {
	margin: 0;
}

.cta-info .btn-out {
	width: 300px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin: 0 0 0 -300px;
}

@media (max-width: 991px) {
.cta-info aside {
	padding: 0 300px 0 0;
}

.cta-info aside h2 {
	font-size: 30px;
	line-height: 36px;
}

.cta-info aside p {
	font-size: 18px;
	line-height: 24px;
}

.cta-info .btn-out {
	width: 280px;
	margin: 0 0 0 -280px;
}
}

@media (max-width: 767px) {
.cta-info {
	text-align: center;
	padding: 35px 0;
}

.cta-info .container, 
.cta-info .container-med, 
.cta-info .container-sml {
	padding: 0 20px;
}

.cta-info aside {
	padding: 15px 0;
	margin: 0;
}

.cta-info aside:last-child {
	padding-bottom: 0;
}

.cta-info aside h2 {
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 10px;
}

.cta-info aside p {
	font-size: 16px;
	line-height: 22px;
}

.cta-info .btn-out {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
}


/*
 26.) News - List
----------------------------------------*/

.news-list {
	width: 100%;
	float: left;
	padding: 70px 0 100px 0;
}

.news-list h2 {
	width: 100%;
	float: left;
	padding: 0 0 24px 0;
}

.news-list h2:last-child {
	padding-bottom: 0;
}

.news-list h3 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: normal;
	padding: 0 0 4px 0;
}

.news-list h3 a {
	font-weight: 900;
	color: #5887c2;
}

.news-list h3 a:hover {
	color: #57b049;
}

.news-list .date, 
.news-list .month, 
.news-list .year {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.news-list .date {
	color: #999999;
	padding: 0 0 5px 0;
}

.news-list .date:last-child {
	padding-bottom: 0;
}

.news-list .year, 
.news-list .month {
	font-weight: 900;
	color: #666666;
	text-transform: uppercase;
	padding: 0 0 19px 0;
}

.news-list .month {
	padding: 0 0 22px 0;
}

.news-list .more {
	font-weight: 700;
	color: #5887c2;
	padding: 0;
}

.news-list .btn-out {
	padding: 5px 0 0 0;
}

.news-list .btn-out .btn {
	min-width: 230px;
	padding: 0 20px;
}

.news-list .year-out, 
.news-list .month-out {
	width: 100%;
	float: left;
}

.news-list .article {
	width: 100%;
	float: left;
	margin: 0 0 26px 0;
}

.news-list .article-out {
	width: 100%;
	float: left;
	padding: 0 0 39px 0;
	margin: 0 0 -26px 0;
}

.news-list .col-split {
	width: 42%;
	float: left;
}

.news-list .col-split:nth-child(1) h3 a {
	color: #000000;
}

.news-list .col-split:nth-child(1) h3 a:hover {
	color: #5887c2;
}

.news-list .col-split:nth-child(2) {
	float: right;
}

@media (max-width: 991px) {
.news-list {
	padding: 60px 0 80px 0;
}

.news-list .container, 
.news-list .container-med, 
.news-list .container-sml {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.news-list {
	padding: 40px 0 50px 0;
}

.news-list .container, 
.news-list .container-med, 
.news-list .container-sml {
	padding: 0 20px;
}

.news-list h2 {
	font-size: 28px;
	line-height: 30px;
	padding: 0 0 20px 0;
}

.news-list h3 {
	padding: 0 0 6px 0;
}

.news-list .date {
	font-size: 15px;
	line-height: 20px;
}

.news-list .date {
	padding: 0 0 2px 0;
}

.news-list .year, 
.news-list .month {
	padding: 0 0 20px 0;
}

.news-list .month {
	padding: 0 0 15px 0;
}

.news-list .btn-out .btn {
	min-width: 220px;
	padding: 0 15px;
}

.news-list .col-split {
	width: 100%;
}

.news-list .col-split:nth-child(2) {
	float: left;
	margin-top: 60px;
}

.news-list .article {
	margin: 0 0 20px 0;
}

.news-list .article-out {
	padding: 0 0 25px 0;
	margin: 0 0 -20px 0;
}
}


/*
 27.) Recent - Posts
----------------------------------------*/

.recent-posts {
	width: 100%;
	float: left;
	position: relative;
	padding: 70px 0 100px 0;
}

.recent-posts h2 {
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -0.01em;
	text-align: center;
	padding: 0 0 32px 0;
}
.recent-posts h1{text-align:center;    padding: 0 0 32px 0;}

.recent-posts .article {
	width: 29.57%;
	float: left;
	display: inline;
	margin: 0 1.88% 40px 1.88%;
}

.recent-posts .article h3 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #4e8abe;
	line-height: 26px;
	letter-spacing: normal;    text-align: center;
}

.recent-posts .article h3 a {
	font-weight: 700;
	color: #4e8abe;
}

.recent-posts .article h3 a:hover {
	color: #57b049;
}

.recent-posts .article h3:last-child {
	padding-bottom: 0;
}

.recent-posts .article p:last-child {
	padding-bottom: 0;
}

.recent-posts .article span{font-weight: 400;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 10px 0 0;
    line-height: 12px;
    text-align: center;}

.recent-posts .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 25px 0;
}

.recent-posts .article figure img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.recent-posts .article aside {
	width: 100%;
	float: left;
}

.recent-posts .article:hover figure img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.recent-posts .article-out {
	width: 103.76%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.88% -40px -1.88%;
}

@media (max-width: 991px) {
.recent-posts {
	padding: 60px 0 80px 0;
}

.recent-posts .container, 
.recent-posts .container-med, 
.recent-posts .container-sml {
	padding: 0 30px;
}

.recent-posts h2 {
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 30px;
}

.recent-posts .article {
	width: 45.06%;
	float: left;
	margin: 0 2.47% 44px 2.47%;
}

.recent-posts .article-out {
	width: 104.94%;
	margin: 0 -2.47% -44px -2.47%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.recent-posts .article:nth-child(3) {
	display: none;
}
}

@media (max-width: 767px) {
.recent-posts {
	padding: 50px 0;
}

.recent-posts .container, 
.recent-posts .container-med, 
.recent-posts .container-sml {
	padding: 0 20px;
}

.recent-posts h2 {
	font-size: 26px;
	line-height: 28px;
	padding-bottom: 26px;
}

.recent-posts .article {
	width: 100%;
	display: block;
	margin: 0 0 34px 0;
}

.recent-posts .article h3 {
	font-size: 16px;
	line-height: 22px;
}

.recent-posts .article figure {
	margin: 0 0 15px 0;
}

.recent-posts .article-out {
	width: 100%;
	margin: 0 0 -34px 0;
}
}


/*
 28.) Split - Column - Articles 
----------------------------------------*/

.split-col-articles {
	width: 100%;
	float: left;
	overflow: hidden;
}

.split-col-articles h2 {
	padding-bottom: 15px;
}

.split-col-articles h2:last-child {
	padding-bottom: 0;
}

.split-col-articles p:last-child {
	padding-bottom: 0;
}

.split-col-articles .btn {
	width: 170px;
	display: flex;
	margin: 0 0 15px 0;
}

.split-col-articles .btn:last-child {
	margin-bottom: 0;
}

.split-col-articles .btn-out {
	padding: 23px 0 0 0;
}

.split-col-articles .aside-cont {
	width: 45%;
	float: left;
	position: relative;
	padding: 50px 6% 0 0;
}

.split-col-articles .aside-cont aside {
	width: 100%;
	float: left;
}

.split-col-articles .figure-cont {
	width: 150%;
	float: left;
	position: relative;
	margin: 0 -95% 0 0;
}

.split-col-articles .figure-cont figure {
	width: 100%;
	float: left;
	text-align: left;
	overflow: hidden;
}

.split-col-articles .figure-cont figure img {
	max-width: 100%;
}

.split-col-articles .article {
	width: 100%;
	float: left;
	position: relative;
	padding: 110px 0;
}

.split-col-articles .article:after {
	content: "";
	width: 1000px;
	height: 1px;
	float: left;
	background: #e9e8e8;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -500px;
}

.split-col-articles .article:last-child:after {
	display: none;
}

.split-col-articles .article:nth-child(odd) .figure-cont {
	left: -55%;
	margin: 0 0 0 -95%;
}

.split-col-articles .article:nth-child(odd) .figure-cont figure {
	text-align: right;
}

.split-col-articles .article:nth-child(odd) .aside-cont {
	left: 45%;
	padding-right: 0;
	padding-left: 6%;
}

@media (max-width: 991px) {
.split-col-articles .container, 
.split-col-articles .container-med, 
.split-col-articles .container-sml {
	padding: 0 45px;
}

.split-col-articles .aside-cont {
	width: 50%;
}

.split-col-articles .figure-cont {
	width: 130%;
	margin: 0 -80% 0 0;
}

.split-col-articles .article {
	padding: 80px 0;
}

.split-col-articles .article:after {
	width: 600px;
	margin: 0 0 0 -300px;
}

.split-col-articles .article:nth-child(odd) .figure-cont {
	left: -50%;
	margin: 0 0 0 -80%;
}

.split-col-articles .article:nth-child(odd) .aside-cont {
	left: 50%;
}
}

@media (max-width: 767px) {
.split-col-articles .container, 
.split-col-articles .container-med, 
.split-col-articles .container-sml {
	padding: 0 20px;
}

.split-col-articles .btn-out {
	padding: 20px 0 0 0;
}

.split-col-articles .aside-cont {
	width: 100%;
	padding: 15px 0;
}

.split-col-articles .figure-cont {
	width: 100%;
	margin: 15px 0;
}

.split-col-articles .article {
	padding: 30px 0;
}

.split-col-articles .article:after {
	width: 500px;
	margin: 0 0 0 -250px;
}

.split-col-articles .article:nth-child(odd) .figure-cont {
	left: 0;
	margin: 15px 0;
}

.split-col-articles .article:nth-child(odd) .aside-cont {
	left: 0;
	padding-right: 0;
	padding-left: 0;
}
}


/*
 29.) Table - Content2
----------------------------------------*/

.table-cont2-out {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 115px 0;
}

.table-cont2-out .container {
	max-width: 800px;
	padding: 0 20px;
}

.table-cont2-out h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 25px 0;
}

.table-cont2 {
	width: 100%;
	float: left;
	padding: 0 0 80px 0;
}

.table-cont2:last-child {
	padding-bottom: 0;
}

.table-cont2 .table-box {
	width: 100%;
	float: left;
	text-align: center;
	background: #e9edf2;
	border-bottom: 2px solid #5887c2;
	overflow: hidden;
}

.table-cont2 .table-box .col {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
}

.table-cont2 .table-box .col:nth-child(4) {
	width: 40%;
}

.table-cont2 .table-box .table-row {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.table-cont2 .table-box .table-row:nth-child(even) {
	background: #f4f7fb;
}

.table-cont2 .table-box .table-head {
	width: 100%;
	height: 42px;
	float: left;
	font-weight: 900;
	font-size: 16px;
	color: #ffffff;
	line-height: 42px;
	letter-spacing: 0.02em;
	background: #5887c2;
	overflow: hidden;
}

.table-cont2 .table-box .table-head .col {
	border: none;
}

.table-cont2 .table-box .table-body .col {
	width: 20%;
	display: inline;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	border-right: 1px solid #dfe6ef;
	padding: 8px 10px;
}

.table-cont2 .table-box .table-body .col strong {
	font-weight: 700;
	color: #4e8abe;
}

.table-cont2 .table-box .table-body .icon-collapse {
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	left: 10px;
	display: none;
	cursor: pointer;
}

.table-cont2 .table-box .table-body .icon-collapse:before {
	text-indent: 0;
	content: "\f067";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 20px;
	color: #aaaaaa;
	position: absolute;
	top: 0;
	left: 0;
}

.table-cont2 .table-box .table-body .icon-collapse.active:before {
	content: "\f068";
}

.table-cont2 .table-box .table-body .table-collapse {
	width: 60%;
	float: left;
}

.table-cont2 .table-box .table-body .table-collapse .col {
	width: 33.60%;
	text-align: left;
}

.table-cont2 .table-box .table-body .table-collapse .col:nth-child(2) {
	width: 66.40%;
	border: none;
	border-left: 1px solid #dfe6ef;
	margin-left: -1px;
}

.table-cont2 .table-box .table-body .table-collapse .col:nth-child(2) a {
}

.table-cont2 .table-box .table-body .table-collapse .col:nth-child(2) a:after {
	content: "";
	height: 24px;
	background: url(../img/icon-pdf.png) no-repeat right;
	background-size: auto 24px;
	padding: 5px 31px 2px 0;
}

@media (min-width: 768px) {
.table-cont2 .table-box .table-body .table-collapse {
	display: block!important;
}
}

@media (max-width: 767px) {
.table-cont2-out {
	padding: 55px 0;
}

.table-cont2-out .container {
	max-width: 500px;
	padding: 0;
}

.table-cont2 {
	padding: 0 0 50px 0;
}

.table-cont2 .table-box {
	width: 100%;
	float: left;
	text-align: center;
	background: #e9edf2;
	border-bottom: 2px solid #5887c2;
	overflow: hidden;
}

.table-cont2 .table-box .col {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
}

.table-cont2 .table-box .col:nth-child(4) {
	width: 40%;
}

.table-cont2 .table-box .table-row {
	display: block;
}

.table-cont2 .table-box .table-row {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.table-cont2 .table-box .table-row:nth-child(even) {
	background: #f4f7fb;
}

.table-cont2 .table-box .table-head .col {
	width: 50%;
}

.table-cont2 .table-box .table-head .col:nth-child(3), 
.table-cont2 .table-box .table-head .col:nth-child(4) {
	display: none;
}

.table-cont2 .table-box .table-body .col {
	width: 50%;
}

.table-cont2 .table-box .table-body .icon-collapse {
	display: block;
}

.table-cont2 .table-box .table-body .table-collapse {
	width: 100%;
	float: left;
	display: none;
}

.table-cont2 .table-box .table-body .table-collapse .col {
	width: 100%;
	border: none;
	border-bottom: 1px solid #dfe6ef;
	position: relative;
	padding: 10px 10px 10px 55%;
}

.table-cont2 .table-box .table-body .table-collapse .col:before {
	content: "Size";
	width: 50%;
	float: left;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
}

.table-cont2 .table-box .table-body .table-collapse .col:nth-child(2) {
	width: 100%;
	border: none;
	margin: 0;
}

.table-cont2 .table-box .table-body .table-collapse .col:nth-child(2):before {
	content: "Release Notes";
}
}


/*
 30.) Accordation - List3
----------------------------------------*/

.accord-list3 {
	width: 100%;
	float: left;
}

.accord-list3 .card-out {
	width: 100%;
	float: left;
}

.accord-list3 .card {
	width: 100%;
	float: left;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.accord-list3 .card-header {
	width: 100%;
	float: left;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.accord-list3 .card-header a {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-decoration: none;
	background: #5887c2;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	position: relative;
	padding: 15px 50px 15px 17px;
	margin: 0;
}

.accord-list3 .card-header a:after {
	content: "\f068";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 13px;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 17px;
	margin: -5px 0 0 0;
}

.accord-list3 .card-header a.collapsed {
	border-bottom: 1px solid #d4d4d4;
}

.accord-list3 .card-header a.collapsed:after {
	content: "\f067";
}

.accord-list3 .card:last-child .card-header a.collapsed {
	border-bottom: 1px solid #d4d4d4;
}

.accord-list3 .card-body {
	width: 100%;
	float: left;
	border: 1px solid #d4d4d4;
	position: relative;
	z-index: 50;
	padding: 0;
	margin: 0 0 1px 0;
}

.accord-list3 .card-body p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	padding: 0 0 2px 0;
}

.accord-list3 .card-body p a {
	font-weight: 400;
}

.accord-list3 .card-body ul {
	padding: 0 0 0 10px;
	margin: 0;
}

.accord-list3 .card-body ul li {
	font-size: 16px;
	line-height: 24px;
	padding: 0;
}

.accord-list3 .card-body ul li:before {
	display: none;
}

.accord-list3 .card-body ul li a {
	font-weight: 600;
}

.accord-list3 .card-body aside ul {
	padding-bottom: 8px;
}
.accord-list3 .card-body aside {
	width: 100%;
	float: left;
	padding: 0 0 8px 0;
}

.accord-list3 .card-body aside ul:last-child,
.accord-list3 .card-body aside:last-child {
	padding-bottom: 0;
}

.accord-list3 .card-body .cont-in {
	width: 100%;
	float: left;
	padding: 25px;
}

@media (max-width: 767px) {
.accord-list3 .card-header a {
	padding: 13px 40px 13px 10px;
	margin: 0;
}

.accord-list3 .card-header a:after {
	right: 10px;
	margin: -5px 0 0 0;
}

.accord-list3 .card-body p {
	padding: 0;
}

.accord-list3 .card-body ul {
	padding: 0;
}

.accord-list3 .card-body .cont-in {
	width: 100%;
	float: left;
	padding: 15px 10px;
}
}


/*
 31.) Support - Content
----------------------------------------*/

.support-cont {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 85px 0;
}

.support-cont .heading-txt h2 .divider {
	background-color: #999999;
}

.support-cont .col-out {
	width: 100%;
	float: left;
}

.support-cont .aside-cont {
	width: 50%;
	float: left;
	padding: 0 10px 0 0;
}

.support-cont .aside-cont figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 23px 0;
}

.support-cont .aside-cont figure img {
	max-width: 100%;
}

.support-cont .aside-cont p {
	padding-bottom: 13px;
}

.support-cont .aside-cont p:last-child {
	padding-bottom: 0;
}

.support-cont .aside-cont ul:last-child {
	padding-bottom: 0;
}

.support-cont .aside-cont ul:last-child li:last-child {
	padding-bottom: 0;
}

.support-cont .accord-list3 {
	width: 50%;
	padding: 0 0 0 10px;
}

@media (max-width: 991px) {
.support-cont {
	padding: 45px 0;
}

.support-cont .heading-txt {
	padding-bottom: 35px;
}

.support-cont .aside-cont {
	width: 100%;
	padding: 0 0 50px 0;
}

.support-cont .accord-list3 {
	width: 100%;
	padding: 0 0 30px 0;
}
}

@media (max-width: 767px) {
.support-cont {
	padding: 30px 0;
}

.support-cont .container, 
.support-cont .container-med, 
.support-cont .container-sml {

	max-width: 510px;
	padding: 0 5px;
}

.support-cont .heading-txt {
	padding-bottom: 24px;
}

.support-cont .heading-txt h2 .divider {
	display: none;
}

.support-cont .aside-cont {
	padding: 0 15px 30px 15px;
}

.support-cont .aside-cont p {
	padding-bottom: 7px;
}

.support-cont .accord-list3 {
	width: 100%;
	padding: 0 0 20px 0;
}
}


/*
 32.) Location - Info
----------------------------------------*/

.location-info {
	width: 100%;
	float: left;
	background: #72c8f8;
	overflow: hidden;
	position: relative;
}

.location-info .container {
	max-width: 1400px;
	position: relative;
	z-index: 5;
	padding: 0;
}

.location-info:after {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	background: #1a2a6f;
	position: absolute;
	top: 0;
	right: 0;
}

.location-info h3 {
	width: 102%;
	min-height: 125px;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: normal;
	position: relative;
	padding: 44px 0 0 0;
	margin: 0 0 18px 0;
}

.location-info h3:before {
	content: "\f3c5";
	float: left;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 30px;
	color: #ffffff;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
}

.location-info .cnt-open-txt {
	width: auto;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: normal;
	position: relative;
	z-index: 10;
	cursor: pointer;
	padding: 0 16px 0 0;
	margin: 0;
}

.location-info .cnt-open-txt:after {
	content: "\f0d7";
	float: right;
	font-weight: 900;
	font-family: "Font Awesome\ 5 Pro";
	font-size: 16px;
	color: #ffffff;
	line-height: 1em;
	position: absolute;
	top: 3px;
	right: 0;
}

.location-info .cnt-open-txt.active {
	display: none;
}

.location-info .cnt-contact-info {
	width: 100%;
	float: left;
	display: none;
}

.location-info .cnt-contact-info.active {
	display: block;
}

.location-info .cnt-contact-info p {
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 0 0 7px 0;
}

.location-info .cnt-contact-info .table-cont {
	width: 100%;
	float: left;
	padding: 0 0 7px 0;
	margin: 0;
}

.location-info .cnt-contact-info .table-cont ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.location-info .cnt-contact-info .table-cont ul li {
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding: 10px 0 9px 0;
}

.location-info .cnt-contact-info .table-cont ul li:before {
	display: none;
}

.location-info .cnt-contact-info .table-cont ul li:last-child {
	border-bottom: none;
}

.location-info .cnt-contact-info .table-cont ul li:first-child:last-child{
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.location-info .cnt-contact-info .table-cont ul li strong {
	font-weight: 700;
	font-style: normal;
}

.location-info .cnt-contact-info .table-cont ul li .cnt-txt {
	width: 33%;
	float: left;
	font-style: italic;
	padding: 0 5px 0 0;
}

.location-info .cnt-contact-info .table-cont ul li .cnt-number {
	width: 67%;
	float: left;
	font-weight: 700;
	text-align: right;
	padding: 0;
}

.location-info .cnt-contact-info .table-cont ul li .cnt-number a {
	font-weight: 700;
	color: #ffffff;
}

.location-info .cnt-contact-info .map-out {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.location-info .cnt-contact-info .map-out img {
	width: 100%;
	border-radius: 2px;
}

.location-info .item {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 35px 35px;
}

.location-info .owl-item:nth-child(1) {
	background: #57b2e4;
}

.location-info .owl-item:nth-child(2) {
	background: #3e9bd4;
}

.location-info .owl-item:nth-child(3) {
	background: #3b52a3;
}

.location-info .owl-item:nth-child(4) {
	background: #283c8f;
}

.location-info .owl-item:nth-child(5) {
	background: #22327a;
}

.location-info .owl-item:nth-child(6) {
	background: #57b2e4;
}

.location-info .owl-item:nth-child(7) {
	background: #3e9bd4;
}

.location-info .owl-item:nth-child(8) {
	background: #3b52a3;
}

.location-info .owl-item:nth-child(9) {
	background: #283c8f;
}

.location-info .owl-item:nth-child(10) {
	background: #22327a;
}

.location-info .owl-item:nth-child(11) {
	background: #57b2e4;
}

.location-info .owl-item:nth-child(12) {
	background: #3e9bd4;
}

.location-info .owl-item:nth-child(13) {
	background: #3b52a3;
}

.location-info .owl-item:nth-child(14) {
	background: #283c8f;
}

.location-info .owl-item:nth-child(15) {
	background: #22327a;
}

.location-info .owl-carousel {
	padding: 0 100px;
}

.location-info .owl-nav .owl-prev {
	left: 21px;
}

.location-info .owl-nav .owl-next {
	right: 21px;
}
.location-info .item.open .cnt-contact-info a, .location-info .item.open .cnt-contact-info a:hover{color:#FFF;}

.location-info .cnt-contact-info .add-contact-info{width: 100%;
    float: left;
display: none;}
.location-info .cnt-contact-info .address_detail.open .add-contact-info{display:block;}
.location-info .add-open-txt{width: auto; float: left; position: relative; z-index: 10; cursor: pointer; padding: 0 16px 7px 0; margin: 0; font-weight: bold;
    font-size: 16px;  color: #ffffff;  line-height: 19px; letter-spacing: 0.02em;}
.location-info .cnt-contact-info .address_detail{float:left; width:100%; padding:0 0 27px;}
.location-info .add-open-txt:after { content: "\f0d7"; float: right; font-weight: 900; font-family: "Font Awesome\ 5 Pro"; font-size: 16px; color: #ffffff; 
line-height: 1em;  position: absolute;  top: 3px;  right: 0;}
.location-info .add-open-txt.opened:after{content: "\f0d8";}

@media (max-width: 991px) {
.location-info .owl-carousel {
	padding: 0 70px;
}

.location-info .owl-nav .owl-prev {
	left: 15px;
}

.location-info .owl-nav .owl-next {
	right: 15px;
}
}

@media (min-width: 768px) {
.location-info {
	height: 550px;
}

.location-info .item {
	width: 200px;
	height: 550px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;overflow-y: auto;
}

.location-info .item.open {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.location-info .item.open {
	width: 400px;
}

.location-info .item.open h3 {
	min-height: inherit;
	padding: 3px 0 3px 36px;
	margin: 0 0 15px 0;
}

.location-info .item.open .cnt-open-txt {
	display: none;
}

.location-info .item .cnt-contact-info.active {
	display: none!important;
}

.location-info .item.open .cnt-contact-info, 
.location-info .item.open .cnt-contact-info.active {
	width: 330px!important;
	height: auto!important;
	display: block!important;
	padding: 0!important;
	margin: 0!important;
	overflow: visible!important;
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.location-info {
	height: 500px;
}

.location-info h3 {
	font-size: 20px;
	line-height: 24px;
}

.location-info .item {
	width: 150px;
	height: 500px;
	padding: 30px;
}

.location-info .item.open {
	width: 330px;
}

.location-info .item.open .cnt-contact-info, .location-info .item.open .cnt-contact-info.active{
	width: 270px !important;
}
}

@media (max-width: 767px) {
.location-info .container {
	max-width: 500px;
}

.location-info h3 {
	min-height: inherit;
	font-size: 18px;
	line-height: 24px;
	padding: 0 80px 2px 26px;
	margin: 0;
}

.location-info h3:before {
	font-size: 24px;
	top: -1px;
	left: 0;
}

.location-info .cnt-open-txt {
	float: right;
	position: absolute;
	top: 50%;
	right: 35px;
	margin: -10px 0 0 0;
}

.location-info .item {
	padding: 20px 35px;
}

.location-info .item.open {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.location-info .item.open h3 {
	font-size: 24px;
	line-height: 26px;
	padding: 3px 0 3px 36px;
	margin: 0 0 10px 0;
}

.location-info .item.open h3:before {
	font-size: 30px;
	top: 0;
}
}

@media (max-width: 767px) {
.location-info .owl-carousel .owl-stage-outer {
	overflow: visible!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
}

.location-info .owl-carousel {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.location-info .owl-carousel .owl-stage {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	transform: translate3d(0, 0px, 0px)!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.location-info .owl-carousel .owl-item {
	width: 100%!important;
	height: auto!important;
	float: none!important;
	display: inline-block!important;
	vertical-align: top!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
	left: auto!important;
	right: auto!important;
}
}



/*
 33.) Contact - Form
----------------------------------------*/

.contact-form {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 100px 0;
}

.contact-form .container {
	max-width: 800px;
}

.contact-form h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 46px 0;
}

.contact-form .form-out {
	width: 100%;
	float: left;
}

.contact-form .form-out ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.contact-form .form-out ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 19px 0;
}

.contact-form .form-out .fields {
	width: 100%;
	float: left;
}

.contact-form .form-out .fields ul {
	width: 103%;
	display: flex;
	flex-wrap: wrap;
}

.contact-form .form-out .fields ul li {
	width: 47%;
	display: inline;
	margin-right: 3%;
}

.contact-form .form-out .fields ul li.full-width {
	width: 97%;
}

.contact-form .form-out .choose-list {
	width: 100%;
	float: left;
	padding: 3px 0 19px 21px;
}

.contact-form .form-out .choose-list ul {
	padding: 0;
}

.contact-form .form-out .choose-list ul li {
	margin: 0 0 13px 0;
}

.contact-form .form-out .choose-list input[type=checkbox], 
.contact-form .form-out .choose-list input[type=radio] {
	display: none;
}

.contact-form .form-out .choose-list label {
	width: 100%;
	min-height: 25px;
	float: left;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
	position: relative;
	padding: 0 0 0 45px;
	margin: 0;
}

.contact-form .form-out .choose-list label:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
	background-size: 25px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.contact-form .form-out .choose-list input[type=checkbox] + label:before {
	background-image: url(../img/checkbox.png);
	background-position: top;
}

.contact-form .form-out .choose-list input[type=checkbox]:checked + label:before {
	background-image: url(../img/checkbox.png);
	background-position: bottom;
}

.contact-form .form-out .message-out {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}

.contact-form .form-out p.required {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 20px 0;
}

.contact-form .form-out .btn {
	width: 100%;
	max-width: 230px;
}

@media (max-width: 991px) {
.contact-form {
	padding: 50px 0 70px 0;
}
}

@media (max-width: 767px) {
.contact-form {
	padding: 40px 0 65px 0;
}

.contact-form .container {
	max-width: 540px;
}

.contact-form h2 {
	padding: 0 0 20px 0;
}

.contact-form .form-out .fields ul {
	width: 100%;
}

.contact-form .form-out .fields ul li {
	width: 100%;
	margin-right: 0;
}

.contact-form .form-out .fields ul li.full-width {
	width: 100%;
}

.contact-form .form-out .choose-list {
	padding: 3px 0 19px 0;
}

.contact-form .form-out .choose-list label {
	padding: 0 0 0 40px;
}
}


/*
 34.) Modal
----------------------------------------*/

.modal {
	background: rgba(0, 0, 0, .80);
	text-align: center;
	z-index: 100000!important;
	padding: 0!important;
	margin: 0!important;
}

.modal-open { 
	padding-right: 0!important;
}

.modal-backdrop {
	display: none!important;
}

.modal-dialog {
	max-width: 960px;
}
  
.modal-body {
	padding:0;
}
  
@media (min-width: 768px) {
.modal-dialog {
	padding: 0 30px;
	margin-bottom: 0!important;
}
}

@media (min-width: 992px) {
.modal-dialog {
	padding: 0 30px;
}
}

@media (max-width: 767px) {
.modal-dialog {
	margin: 40px 20px!important;
}
}

.modal-content {
	width: 100%;
	min-height: inherit;
	float: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	background: #f7f7f7;
	border: 1px solid #dddddd;
	box-shadow: rgba(0, 0, 0, .3) 0 0 15px;
	border-radius: 0;
	padding: 0;
	margin: 0 auto;
}

.modal-content .close {
	position: absolute;
	right: 0;
	top: -35px;
	z-index: 999;
	font-size: 24px;
	font-weight: 300;
	color: #5887c2;
	text-shadow: none;
	opacity: 1;
}


/*
 35.) Fancybox
----------------------------------------*/

.fancybox-wrap, 
.fancybox-skin, 
.fancybox-outer, 
.fancybox-inner, 
.fancybox-image, 
.fancybox-wrap iframe, 
.fancybox-wrap object, 
.fancybox-nav, 
.fancybox-nav span, 
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -40px;
	right: 3px;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f00d";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 34px;
	color: #5887c2;
	line-height: 30px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: -30px;
}

.fancybox-next {
	right: -30px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	float: left;
	background: none;
	border: none;
	border-radius: 100px!important;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav span:before {
	width: 100%;
	height: 100%;
	float: left;
	content: "\f104";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 34px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .70;
}

.fancybox-prev span {
	left: 0;
}

.fancybox-next span {
	right: 0;
}

.fancybox-next span:before {
	content: "\f105";
	padding-left: 3px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .80);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 3px 20px 0 20px;
	background: transparent;
	background: #f8962d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #ffffff;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #ffffff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 10px;
	background: #f8962d;
}

@media (max-width: 767px) {
.fancybox-close {
	top: -35px;
	right: 0;
}

.fancybox-close:before {
	font-size: 26px;
}
}



/*
 36.) Background and Text - Colors
----------------------------------------*/

/* Padding - None */
.top-none {
	padding-top: 0!important;
}

.bottom-none {
	padding-bottom: 0!important;
}


/* Colors */
.blue {
	color: #4e8abe!important;
}

/* Background - Colors */
.blue-bg {
	background-color: #4e8abe!important;
}

.gray-lt-bg { 
	background-color: #ededed!important;
}

.white-bg { 
	background-color: #ffffff!important;
}

/*
 36.) Team Bios With Detail
----------------------------------------*/
.team-bios-with-detail {
	background: #f2f2f2;
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 64px 0 90px;
}
.team-bios-with-detail .container {
	max-width: 1280px;
}
.team-bios-with-detail h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 50px 0;
}
.team-bios-with-detail h2 sup {
	font-size: 60%;
}

.team-bios-with-detail .article-out {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
}
.team-bios-with-detail .article figure {
	border: 1px solid #d0d0d0;
	border-bottom: 0;
}
.team-bios-with-detail .article figure img {
	width: 100%;
	height: auto;
}

.team-bios-with-detail .article .article-desc {
	background: #fff;
	height: 208px;
	width: 100%;
	float: left;
	overflow: auto;
	border: 1px solid #d0d0d0;
	border-top: 0;
	padding: 25px 28px 25px;
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 991px) {
.team-bios-with-detail {
	padding: 60px 0;
}

.team-bios-with-detail .container {
	padding: 0 45px;
}

.team-bios-with-detail h2 {
	font-size: 28px;
	padding: 0 0 35px 0;
}

.team-bios-with-detail .article {
	width: 29.73%;
	margin: 0 1.8% 35px 1.8%;
}

.team-bios-with-detail .article.front-sticky {
	margin: 0 35.33% 50px 35.33%;
}

.team-bios-with-detail .article h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 6px 0;
}
.team-bios-with-detail .article-out {
	width: 103.6%;
	margin: 0 -1.8% -35px -1.8%;
}
}

@media (max-width: 767px) {
.team-bios-with-detail {
	padding: 50px 0 60px 0;
}

.team-bios-with-detail .container {
	max-width: 540px;
	padding: 0 20px;
}

.team-bios-with-detail h2 {
	padding: 0 0 45px 0;
}

.team-bios-with-detail .article {
	width: 45%;
	margin: 0 2.5% 30px 2.5%;
}

.team-bios-with-detail .article.front-sticky {
	margin: 0 27.5% 30px 27.5%;
}

.team-bios-with-detail .article-out {
	width: 105%;
	display: block;
	margin: 0 -2.5% -30px -2.5%;
}

.team-bios-with-detail .owl-carousel {
	padding: 0 2.5%;
}

.team-bios-with-detail .owl-item .article, 
.team-bios-with-detail .owl-item .article.front-sticky {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.team-bios-with-detail .owl-dots {
	margin: 35px 0 20px 0;
}
}

@media (max-width: 479px) {
.team-bios-with-detail .article {
	width: 100%;
	margin: 0 0 30px 0;
}

.team-bios-with-detail .article.front-sticky {
	margin: 0 0 30px 0;
}

.team-bios-with-detail .article-out {
	width: 100%;
	margin: 0 0 -30px 0;
}

.team-bios-with-detail .owl-carousel {
	text-align: center;
	padding: 0;
}

.team-bios-with-detail .owl-item .article, 
.team-bios-with-detail .owl-item .article.front-sticky {
	width: 100%;
	max-width: 210px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
}
}

@media (min-width: 768px) {
.team-bios-with-detail .owl-carousel .owl-stage-outer {
	overflow: visible!important;
	-webkit-transform: translate3d(0, 0, 0)!important;
}

.team-bios-with-detail .owl-carousel {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.team-bios-with-detail .owl-carousel .owl-stage {
	width: 100%!important;
	height: auto!important;
	float: left!important;
	display: block!important;
	transform: translate3d(0, 0px, 0px)!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0!important;
}

.team-bios-with-detail .owl-carousel .owl-item {
	width: 29.73%!important;
	height: auto!important;
	float: none!important;
	display: inline-block!important;
	vertical-align: top!important;
	overflow: visible!important;
	padding: 0!important;
	margin: 0 1.8% 35px 1.8%!important;
	left: auto!important;
	right: auto!important;
}

.team-bios-with-detail .owl-carousel .owl-item .article, 
.team-bios-with-detail .owl-carousel .owl-item .article.front-sticky {
	width: 100%;
	padding: 0;
	margin: 0;
}

.team-bios-with-detail .owl-carousel .owl-item .article figure img {	
	-moz-transform-style: flat;
	-webkit-transform-style: flat;
	transform-style: flat;
}
}

@media (min-width: 992px) {
.team-bios-with-detail .owl-carousel .owl-item {
	width: 29.573%!important;
	margin: 0 1.88% 40px 1.88%!important;
}
}



/*
 37.) Timelines
----------------------------------------*/

.timelines {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 90px 0 100px 0;
}

.timelines h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 0 106px 0;
}

.timelines .timeline-out {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 50px;
}

.timelines .timeline-out:before {
	content: "";
	width: 10px;
	height: 100%;
	float: left;
	background: #dddddd;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -5px;
}

.timelines .timeline-out:after {
	content: "";
	width: 100%;
	height: 30px;
	float: left;
	background: #fff;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 1;
	box-shadow: #fff 0 -20px 90px, #fff 0 -20px 90px;
}

.timelines .article {
	width: 50%;
	float: left;
	position: relative;
	z-index: 10;
	margin: 0 0 58px 50%;
}

.timelines .article:before {
	content: "";
	width: 44px;
	height: 44px;
	float: left;
	background: #ffffff;
	border: 8px solid #5887c2;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0 0 0 -22px;
}

.timelines .article aside {
	width: 100%;
	max-width: 520px;
	float: left;
	padding: 0 0 0 72px;
}

.timelines .article aside p {
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 22px;position: relative;    padding: 0 0 8px;
}

.timelines .article aside .date-box {
	height: 64px;
	float: left;
	font-weight: 600;
	font-size: 40px;
	color: #ffffff;
	line-height: 64px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	background: #5887c2;
	position: relative;
	margin: -11px 0 20px 0;
	font-family: "Oswald", Arial, Helvetica, sans-serif;    padding: 0 12px;
}

.timelines .article aside .date-box:before {
	content: "";
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 13px solid #5887c2;
	position: absolute;
	top: 21px;
	left: -13px;
	z-index: 1;
}


@media (min-width: 768px) {
.timelines .article:nth-child(even) {
	text-align: right;
	margin-left: 0;
	margin-right: 50%;
}

.timelines .article:nth-child(even):before {
	left: auto;
	right: 0;
	margin: 0 -22px 0 0;
}

.timelines .article:nth-child(even) aside {
	float: right;
	padding: 0 72px 0 0;
}

.timelines .article:nth-child(even) aside .date-box {
	float: right;
}

.timelines .article:nth-child(even) aside .date-box:before {
	border-right: none;
	border-left: 13px solid #5887c2;
	left: auto;
	right: -13px;
}
}

@media (max-width: 991px) {
.timelines {
	padding: 60px 0 75px 0;
}

.timelines h2 {
	margin: 0 0 63px 0;
}

.timelines .article aside p {
	line-height: 27px;
}

.timelines .article aside .date-box {
	
	height: 43px;
	font-size: 29px;
	line-height: 43px;
	margin: -5px 0 10px 0;
}

.timelines .article aside .date-box:before {
	border-width: 9px;
	border-right-width: 11px;
	top: 13px;
	left: -11px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.timelines .article:nth-child(even) aside .date-box:before {
	border-left-width: 11px;
	left: auto;
	right: -11px;
}
}

@media (max-width: 767px) {
.timelines {
	padding: 40px 0 55px 0;
}

.timelines h2 {
	margin: 0 0 35px 0;
}

.timelines .timeline-out {
	padding-bottom: 0;
}

.timelines .timeline-out:before {
	width: 10px;
	left: 0;
	margin: 0;
}

.timelines .article {
	width: 100%;
	margin: 0 0 30px 0;
}



.timelines .article:before {
	content: "";
	width: 26px;
	height: 26px;
	border-width: 4px;
	margin: 0 0 0 -8px;
}

.timelines .article aside {
	max-width: 100%;
	padding: 0 0 0 45px;
}

.timelines .article aside p {
	line-height: 24px;
	font-size: 18px;
	font-weight: 500;
}

.timelines .article aside .date-box {
	
	height: 31px;
	font-size: 19px;
	line-height: 31px;
	margin: -3px 0 8px 0;
}

.timelines .article aside .date-box:before {
	border-width: 8px;
	border-right-width: 9px;
	top: 8px;
	left: -8px;
}
}

/*
 38.) Photo Gallery
----------------------------------------*/
.photo-gallery {
	padding: 90px 0;
	float: left;
	width: 100%;
}
.photo-gallery .container {
	max-width: 1280px;
}
.photo-gallery h2 {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 0 48px 0;
}
.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 23.36%;
	margin: 0 0.8% 40px;
}
.gallery-item figure {
	display: block;
	position: relative;
}
.gallery-item figure img {
	width: 100%;
	height: auto;
	z-index: 1;
}
.gallery-item figure:before,
.gallery-item figure:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "Font Awesome\ 5 Pro";
	color: #fff;
	background: rgba(0,0,0, 0.5);
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-item figure:before {
	background: none;
	content: "\f00e";
	height: auto;
	z-index: 6;
	top: 50%;
	font-size: 90px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-item a:hover figure:before,
.gallery-item a:hover figure:after {
	opacity: 1;
}
.gallery-item p {
	margin: 1.2em 0 0;
	padding: 0;
	line-height: 1.2;
	font-size: 20px;
}
.gallery-item a:hover {
	color: #4e8abe;
	text-decoration: none;
}

.photo-gallery .btn-out {
	text-align: center;
	padding-top: 30px;
	padding-right: 0;
}

@media (max-width: 991px) {
.gallery-item p {
	margin: 1em 0 0;
	padding: 0;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 400;
}
.gallery-item figure:before {
	font-size: 50px;
}
}
@media (max-width: 767px) {
	.photo-gallery {
		padding: 40px 0;
	}
	.gallery-item {
		vertical-align: top;
		width: 50%;
		margin: 0 0 30px;
		padding: 0 10px;
	}
}

/*
 39.) Misc
----------------------------------------*/
.archive-pagination a {
	margin-top: 30px;
}
.archive-pagination .alignleft a {
	margin-left: 55px;
	margin-right: 0;
}
.archive-pagination .alignleft a:after {
	content: "\f30a";
}
.archive-pagination .alignleft a:after,
.archive-pagination .alignleft a:before {
	right: auto;
	left: -60px;
}

.archive-pagination .alignleft a.btn:hover:after,
.archive-pagination .alignleft a.btn:focus:after,
.archive-pagination .alignleft a.btn:active:after,
.archive-pagination .alignleft a.btn:active:focus:after,
.archive-pagination .alignleft a.btn.active:after,
.archive-pagination .alignleft a.btn.active:focus:after {
	-moz-animation: move-reverse 2s;
	-webkit-animation: move-reverse 2s;
	animation: move-reverse 2s;
}

.search-result-entry {
	margin-bottom: 30px;
}
.search-not-found {
	text-align: center;
}


/* -- Gravity Form -- */
li.gfield {
	position: relative;
}
li.gfield.hide-label label {
	display: none !important;
}
li.gfield.hide-label .gfield_checkbox label {
	display: block !important;
}
li.gfield .gfield_label {
	display: block;
	width: 100%;
	height: 41px;
	float: left;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	line-height: 20px;
	text-transform: none;
	border: 1px solid transparent;
	border-radius: 1px;
	cursor: text;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 17px;
	text-transform: uppercase;
	margin: 0;
	z-index: 5;
}
li.gfield .gfield_label span {
    color: #ff0000;
}
li.gfield .ginput_container {
	position: relative;
	z-index: 1;
}
li.gfield .ginput_container.ginput_complex span label{ padding: 5px 0;}
body img.gform_ajax_spinner {
 margin-left:15px!important;
}

.gfield_visibility_hidden {
	display: none;
}

.contact-form .form-out ul li.gfield_html,
.cta-box ul li.gfield_html,
.registration-form .form-out ul li.gfield_html {
	margin: 0;
	padding: 0;
	text-transform: none;
}


.contact-form .form-out .ginput_container_checkbox {
	width: 100%;
	float: left;
	padding: 3px 0 0 21px;
}

.contact-form .form-out .ginput_container_checkbox ul {
	padding: 0;
}

.contact-form .form-out .ginput_container_checkbox ul li {
	margin: 0 0 13px 0;
}

.contact-form .form-out .ginput_container_checkbox input[type=checkbox], 
.contact-form .form-out .ginput_container_checkbox input[type=radio] {
	display: none;
}

.contact-form .form-out .ginput_container_checkbox label {
	width: 100%;
	min-height: 25px;
	float: left;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
	position: relative;
	padding: 0 0 0 45px;
	margin: 0;
}

.contact-form .form-out .ginput_container_checkbox label:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	background-repeat: no-repeat;
	background-size: 25px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.contact-form .form-out .ginput_container_checkbox input[type=checkbox] + label{    padding-left: 32px !important;}

.contact-form .form-out .ginput_container_checkbox input[type=checkbox] + label:before {
	background-image: url(../img/checkbox.png);
	background-position: top;
}

.contact-form .form-out .ginput_container_checkbox input[type=checkbox]:checked + label:before {
	background-image: url(../img/checkbox.png);
	background-position: bottom;
}


.contact-form .form-out .gform_body ul {
	width: 103%;
	display: flex;
	flex-wrap: wrap;
}

.contact-form .form-out .gform_body ul li {
	width: 97%;
}

.contact-form .form-out .gform_body ul li.half-width {
	width: 47%;
	display: inline;
	margin-right: 3%;
}

@media (max-width: 767px) {
.contact-form .form-out .gform_body ul {
	width: 100%;
}

.contact-form .form-out .gform_body ul li.half-width,
.contact-form .form-out .gform_body ul li {
	width: 100%;
	margin-right: 0;
}

.contact-form .form-out .ginput_container_checkbox {
	padding: 3px 0 19px 0;
}

.contact-form .form-out .ginput_container_checkbox label {
	padding: 0 0 0 40px;
}	
}



/* ---------------------------- Begin WordPress Core ---------------------------- */
img {
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@media (max-width: 600px) {
  .alignleft, .alignright, .aligncenter, .alignnone, a img.alignright, a img.alignleft, a img.alignnone, a img.aligncenter {
    float: none;
    margin: 5px auto;
    display: block;
  }
}

/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* ---------------------------- End WordPress Core ---------------------------- */



/* Product page */

body.single-product #btn-contact-us {
	float: right;
	clear: right;
	z-index: 1;
	position: relative;
}

body.single-product #btn-contact-us-spacer {
	width: 0;
	float: right;
}

body.page-template-product-template #photos #slideshow,
body.single-product #photos #slideshow {
	text-align: center;
	padding: 50px 0;
	height: 100%;
}

body.page-template-product-template #photos #slideshow .carousel-inner,
body.single-product #photos #slideshow .carousel-inner {
	height: 100%;
	/*display: flex;*/
}

body.page-template-product-template #photos #slideshow .carousel-inner .carousel-item,
body.single-product #photos #slideshow .carousel-inner .carousel-item {
	height: 100%;
}

body.page-template-product-template #slideshow img,
body.single-product #slideshow img {
    max-width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

body.page-template-product-template #photos .modal-dialog,
body.single-product #photos .modal-dialog {
	width: 50% !important;
	height: 55% !important;
}

body.page-template-product-template #photos .modal-dialog .modal-content,
body.single-product #photos .modal-dialog .modal-content,
body.page-template-product-template #photos .modal-dialog .modal-content .modal-body,
body.single-product #photos .modal-dialog .modal-content .modal-body {
	height: 100% !important;
}

body.page-template-product-template span.carousel-control-next-icon:after,
body.single-product span.carousel-control-next-icon:after {
	content: "\f054";
	font-family: 'Font Awesome\ 5 Pro';
	color: #000;
	background-image: none;
	font-size: 35px;
}

body.page-template-product-template span.carousel-control-prev-icon:after,
body.single-product span.carousel-control-prev-icon:after {
	content: "\f053";
	font-family: 'Font Awesome\ 5 Pro';
	color: #000;
	background-image: none;
	font-size: 35px;
}

body.page-template-product-template #photos a.close,
body.single-product #photos a.close {
	top: 5px;
	right: 12px;
	font-size: 35px;
	font-weight: bold;
	color: #615f5f;
}

body.page-template-product-template #photos a.close:hover,
body.single-product #photos a.close:hover {
	color: #000;
}

.product-cont-out .table-cont table:before {
	display: none;
}

.product-cont-out .table-cont table tr {
	float: none;
}

.product-cont-out .table-cont table td {
	width: auto;
	float: none;
}

.product-cont-out .table-cont table tr:not(:first-child) td {
	border-right: 2px solid #dfe6ef;
}

.modal#contact .form-container,
.modal#request-a-quote .form-container{
	width: 85%;
	margin: auto;
}
.modal#contact .form-container .gform_footer .btn-out,
.modal#request-a-quote .form-container .gform_footer .btn-out{
	margin-bottom: 40px;
}
.modal#contact li.hardinge-product label,
.modal#request-a-quote li.hardinge-product label{
	/*display: none !important;*/
}
.modal#contact .gform_confirmation_wrapper,
.modal#request-a-quote .gform_confirmation_wrapper{
	margin-bottom: 50px;
}

.general_content_band{width: 100%;  float: left;  overflow: hidden;  padding: 70px 0 45px;}

.general_content_band aside{}
.general_content_band aside h2{    padding-bottom: 20px;}
.general_content_band aside .btn{margin:30px 0 0;}

/*.product-cont-out .table-cont table tr:not(:first-child) td:not(:last-child):before {
	content: "";
	width: 2px;
	height: 100%;
	float: left;
	background: #dfe6ef;
	position: absolute;
	top: -2px;
	left: 50%;
	margin: 0 0 0 -1px;
}*/

/* ---- Product Template ---- */
body.page-template-product-template .product-cont-out-spacer {
	padding-top: 200px;
}
@media (max-width: 1199px) {
	body.page-template-product-template .product-cont-out-spacer {
		padding-top: 100px;
	}
}
@media (max-width: 766px) {
	body.page-template-product-template .product-cont-out-spacer {
		padding-top: 60px;
	}
}
body.page-template-product-template .product-cont-out-spacer .featured-image {
	max-width: 80%;
	height: auto;
	margin-bottom: 15px;
}
body.page-template-product-template .product-cont-out .carousel-item.active {
	text-align: center;
}
.owl-nav.disabled {
	display: block !important;
}
#team-info .owl-nav.disabled{display:none !important;}
/* ---- Product Template ---- */
body.post-type-archive-product .recent-posts .article figure, body.tax-product-type .recent-posts .article figure, 
body.tax-product-category .recent-posts .article figure, body.tax-product-brand .recent-posts .article figure{height:200px;}
body.post-type-archive-product .recent-posts .article figure img,
body.tax-product-type .recent-posts .article figure img,
body.tax-product-category .recent-posts .article figure img,
body.tax-product-brand .recent-posts .article figure img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 200px !important;
}
kbd{background:transparent;}
.general_content_band #tribe-events-bar{display:none;}
.side-bar-right .social-links{padding: 0px 0 40px 20px;}
.side-bar-right .social-links ul{float:none;}
.side-bar-right .social-links ul li{background: #4e8abe;
    border-radius: 100%;
    text-align: center;
    width: auto;
    padding: 2px;
    width: 30px;
    height: 30px;}
.side-bar-right .social-links ul li a{    font-size: 15px;
    color: #FFF;}
.side-bar-right .social-links ul li a:hover, .side-bar-right .social-links ul li a:active, .side-bar-right .social-links ul li a:focus{color:#FFF;}
  .side-bar-right .social-links h3{  width: 100%;
    float: left;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    position: relative;
    z-index: 1;
  padding: 0 0 25px 0;}
.post_titlos{padding-bottom:20px;}
a.back-btn{}
a.back-btn:before{ content: "\f053";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 600;
    color: #5887c2;
    line-height: normal;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 7px 0 0;}
a.back-btn:hover{text-decoration:none;}
.tribe-events-list .btn-out{text-align:center;}
.tribe-events-list .btn:after{display:none;}
.tribe-events-list .btn span{width: 75px;
    font-weight: 900;
    font-size: 18px;
    right: -72px;
    opacity: 1;
    float: right;
    color: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: .50;
    margin: -9px 0 0 0;}
.tribe-events-list .btn:hover:before, .tribe-events-list .btn:focus:before, .tribe-events-list .btn:active:before, .tribe-events-list .btn:active:focus:before, 
.tribe-events-list .btn.active:before, .tribe-events-list .btn.active:focus:before{  opacity: 1;}
.tribe-events-list .btn:hover .cta-btn-icon, .tribe-events-list .btn:active .cta-btn-icon, .tribe-events-list .btn:active:focus .cta-btn-icon {
    -moz-animation: move 2s;
    -webkit-animation: move 2s;
    animation: move 2s;
    opacity: 1;
}
#tribe-events-content-wrapper ul li::before{display:none;}
ol.wp-paginate li:before{display:none;}
.wp-paginate .current{background: #4e8abe !important;}
ol.wp-paginate li{padding-left: 0; padding-right: 10px;}
.wp-paginate a{} 
.search-not-found form{max-width: 600px;  margin: 30px auto;}
.search-not-found form input[type="text"]{float: left;  max-width: 75%; margin-right: 20px;  min-height: 55px;}
.search-not-found form input[type="submit"]{margin: 0;float: left;}
.general_content_band + .two-col-articles .article:first-child{padding-top:0;}

#gform_wrapper_1 li.gfield .gfield_label{ position: relative;  display: block !important;   padding-left: 0; height: auto;}
#gform_wrapper_5 li.gfield .gfield_label{ position: relative;  display: block !important;   padding-left: 0; height: auto;}
.contact-form .form-out .gform_body ul.gfield_radio li{margin: 0;}
.contact-form .form-out .gform_body ul.gfield_radio li input{float: left;  margin: 7px 5px 0 0;}
.contact-form .form-out .gform_body ul.gfield_radio li label{ width: auto; max-width: 96%;}
li.gfield .ginput_container.ginput_recaptcha{float:left;}
.contact-form .form-out .gform_body ul li.gfield.gform_validation_container{display:none;}
.contact-form .form-out .gform_body .gf_list_inline ul.gfield_radio li{ width: auto; margin: 0 20px 0 0;}
.close_btn{position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    top: -5px;
    cursor: pointer;}
.close_btn:after{content: "\f00d";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 900;
    font-size: 40px;
    color: #000;
    line-height: 1em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -7px 0 0 0;}
#tribe-events{padding-bottom:30px;padding-top: 30px;}

@media(min-width:1240px){
	.location-info .owl-nav{display:none;}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.cta-banner.banner2 .container{margin:0;}
}

@media print{
	header{display:none;}
	.footer-main .btm-footer .copy-rights{display:none;}
}

@media (max-width:480px){
	.contact-form .form-out .gform_body ul.gfield_radio li label{  max-width: 94%;}
}

#contact li.gfield .gfield_label,
#request-a-quote li.gfield .gfield_label {
	color: #000;
	position: static;
	padding: 0;
	height: 35px;
	display: block !important;
}

#hero-main .owl-nav {
	display: none !important;
}

.gform_wrapper div.validation_error {
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
    margin-bottom: 6px!important;
    border-top: 1px solid #C89797;
    border-bottom: 1px solid #C89797;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
.gform_wrapper .validation_message {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal;font-size: 16px;
}
.careers-top-cont input[type="submit"]{margin:20px 0 0;}
.general_content_band+.feature-list{padding-top:0;}
.cookie-bar-bar button#catapultCookie{margin-right:60px !important;}

.gform_wrapper li.gfield .gfield_label{position:relative; padding-left: 0; height: auto;color: #000000;}
.gform_wrapper li.gfield .gfield_description{font-size: 12px; float: left; width: 100%; line-height: 14px;}
.gform_wrapper li.gfield{clear: both; margin: 0 0 19px 0; float: left; width: 100%;  padding: 0;}
.gform_wrapper li.gfield .ginput_product_price, .gform_wrapper li.gfield .ginput_quantity_label{margin: 4px 0; font-size: 15px; line-height: 40px;}
.gform_wrapper li.gfield .ginput_product_price_label, .gform_wrapper li.gfield .ginput_product_price_label{margin: 4px 0;  font-size: 18px; line-height: 40px;
    font-weight: bold;}
.gform_wrapper li.gfield .product_custom_price_label{margin: 10px 0;  font-size: 15px; line-height: 20px;  display: block;}
.gform_wrapper ul{padding:10px 0 0 ;}
.gform_wrapper li.gfield .ginput_container.ginput_container_checkbox, .gform_wrapper li.gfield .ginput_container.ginput_container_radio{    float: left;
    width: 100%;}
.gform_wrapper input[type=checkbox], .gform_wrapper input[type=radio]{float: left;
    margin: 6px 5px 0 0;}
.gform_wrapper li.gfield .ginput_container.ginput_container_checkbox li, .gform_wrapper li.gfield .ginput_container.ginput_container_radio li{ float: left;
    clear: both;    width: 100%;}
.gform_wrapper li.gfield .ginput_container.ginput_container_checkbox li label, .gform_wrapper li.gfield .ginput_container.ginput_container_radio li label{
    width: auto; padding: 0; max-width: 90%; font-size: 15px;  line-height: 20px;}
.gform_wrapper li.gfield.gfield_price input[type="number"]{width: auto; float: none; margin-left: 5px;}

.gform_wrapper li.gfield.bold_label .gfield_label{  font-weight: bold;  font-size: 20px;  line-height: 25px;}
.gform_wrapper .collapsible-sections-field h2.gsection_title{ padding-bottom: 10px !important;  padding-top: 6px !important;}
.collapsible-sections-collapsible-body{float:left; width:100%;}
.gform_wrapper li.gfield .ginput_container.ginput_container_checkbox li label span.ginput_price{display:none;}

.ui-datepicker.ui-widget{ background: #FFF;  padding: 10px 20px; border: 1px solid #ccc; border-top: none;}
.ui-datepicker-header > a{ font-weight: normal;  font-size: 14px;}
.ui-datepicker-header a.ui-datepicker-prev{float:left;}
.ui-datepicker-header a.ui-datepicker-next{float:right;}
.ui-datepicker-title{ float: left;  width: 100%;}
.ui-datepicker-month{ max-width: 45%; float:left;}
.ui-datepicker-year{ max-width: 45%; float:right;}

.hero-form{ width: 85%;  margin: auto;  margin-top: 3rem; padding-top: 1rem;}
.video_banner {position:relative;}
.video-overlay {color:#fff; opacity:.5; position: absolute; top:10%; right:10%;}	
	
@media (min-width:768px){
	.home #hero-main .owl-nav {
	display: block !important;
}
}

/* Start MotionPoint */
a.user-locale {
	line-height: 58px;
	margin-left: 19px;
}

@media (max-width: 1200px) {
	a.user-locale {
		line-height: 53px;
		color: #fff;
	}
	#page.hinner .user-locale {
		color: #4e8abe;
	}
}

@media (max-width: 768px) {
	a.user-locale {
		opacity: 0;
	}
}
.mm-panels .user-locale {
    opacity: 1;
    color: inherit;
    margin-left: 0;
}

@media (min-width: 1200px) {
    #page.hinner .user-locale {
        color: #fff;
    }
}

a.user-locale {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 19px;
}

a.user-locale:hover {
	text-decoration: none !important;
}

a.user-locale:before {
	content: "\f0ac";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 15px;
	margin: 0 5px 0 0;
	color: #4e8abe;
}

a.user-locale:after {
	content: "\f0d7";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 15px;
	position: relative;
	margin: 0 0 0 5px;
	top: 1px;
}

/* End MotionPoint */