/*
Table Of Contents

 1.)  Typography
 2.)  Default Styles
 3.)  Header
 4.)  Content - Main
 5.)  Footer
 6.)  Product
 7.)  Customers
 8.)  About
 9.)  Blog
 10.) Pricing

========================================*/

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

@import url("bootstrap.min.css") all;
@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("fontawesome.min.css") all;
@import url("fancybox.css") all;

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /*font-family: "Playfair Display", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /*font-family: "Montserrat", sans-serif;*/

@font-face {
    font-family: 'Trajan Sans Pro';
    src: url('../webfonts/TrajanSansPro-Semibold.eot');
    src: url('../webfonts/TrajanSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/TrajanSansPro-Semibold.woff2') format('woff2'),
         url('../webfonts/TrajanSansPro-Semibold.woff') format('woff'),
         url('../webfonts/TrajanSansPro-Semibold.ttf') format('truetype'),
         url('../webfonts/TrajanSansPro-Semibold.svg#TrajanSansPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Trajan Pro 3';
    src: url('../webfonts/TrajanPro3-Regular.eot');
    src: url('../webfonts/TrajanPro3-Regular.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/TrajanPro3-Regular.woff2') format('woff2'),
         url('../webfonts/TrajanPro3-Regular.woff') format('woff'),
         url('../webfonts/TrajanPro3-Regular.ttf') format('truetype'),
         url('../webfonts/TrajanPro3-Regular.svg#TrajanPro3-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	font-weight: inherit;
	padding: 0;
	margin: 0;
}

button:focus,
a:focus {
	outline: none!important;
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #343434;
	line-height: 30px;
	background: #0468a4;
	margin: 0;
	padding: 0;
}

sub,
sup{
	font-size: 50%;
}

img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 1399px) {
body {
	font-size: 18px;
	line-height: 28px;
}
}

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

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


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

a {
	color: #0468a5;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #0468a5;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

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

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


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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 600;
	padding-bottom: 30px;
}

h1,
.h1 {
	font-family: "Playfair Display", sans-serif;
	font-weight: 600;
	font-size: 65px;
	line-height: 84px;
}

h1 em,
.h1 em {
	font-style: italic;
}

h2,
.h2 {
	font-family: "Trajan Sans Pro", sans-serif;
	font-weight: 600;
	font-size: 45px;
	line-height: 50px;
}

h3,
.h3 {
	font-family: "Trajan Pro 3", sans-serif;
	font-weight: 300;
	font-size: 29px;
	line-height: 39px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 36px;
}

p {
	padding-bottom: 30px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic;
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal;
}

strong {
	font-weight: 700;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

@media (max-width: 1399px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	padding-bottom: 25px;
}

h1,
.h1 {
	font-size: 60px;
	line-height: 70px;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 50px;
}

h3,
.h3 {
	font-size: 28px;
	line-height: 38px;
}

p {
	padding-bottom: 25px;
}
}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 50px;
	line-height: 60px;
}

h2,
.h2 {
	font-size: 36px;
	line-height: 46px;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 36px;
}
}

@media (max-width: 767px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	padding-bottom: 20px;
}

h1,
.h1 {
	font-size: 36px;
	line-height: 46px;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 40px;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 34px;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 28px;
}

p {
	padding-bottom: 20px;
}
}


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

ul,
ol {
	list-style: none;
	padding: 0;
}

li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 5px;
}

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

ul li ul,
ol li ol {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

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

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

ul li:before {
	content: "";
	width: 7px;
	height: 7px;
	float: left;
	background: #0468a5;
	border-radius: 360px;
	position: absolute;
	top: 12px;
	left: 0;
}

ul li ul li {
	padding-left: 20px;
}

ul li ul li:before {
	width: 6px;
	height: 6px;
	background: #0468a5;
	border-radius: 360px;
}

@media (max-width: 1399px) {
li:last-child {
	padding-bottom: 25px;
}
}

@media (max-width: 1199px) {
ul li:before {
	top: 10px;
}
}

@media (max-width: 767px) {
li {
	padding-left: 20px;
}

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

ul li:before {
	width: 6px;
	height: 6px;
	top: 10px;
}

ul li ul li {
	padding-left: 20px;
}

ul li ul li:before {
	width: 5px;
	height: 5px;
}
}


/*= Order List
=======================================================*/
ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 600;
	color: #0468a5;
	position: absolute;
	top: 1px;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */
select,
textarea,
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;
}

select,
textarea,
input {
	-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%;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #343434;
	line-height: 25px;
	padding: 0 0 10px 0;
	margin: 0;
}

select,
textarea,
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: 45px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #343434;
	line-height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #cccccc;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 8px 15px;
	margin: 0;
}

textarea {
	height: 150px;
	white-space: normal;
	outline: none;
	resize: none;
}

select {
	background-image: url(../img/icon-down.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: top 19px right 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 55px;
	padding-bottom: 0;
}

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

select.colorize option:not([disabled]) {
	color: #5a6055;
}

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

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

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

::-moz-placeholder {
	color: #5a6055;
}

::-ms-input-placeholder {
	color: #5a6055;
}

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 {
	outline: 0;
	border-color: #a8bd60;
}


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

.btn,
.button,
input[type=".button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	line-height: 25px;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	box-shadow: none;
	background: #a8bd60;
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 10px 40px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none;
	background: #8ea346;
	outline: 0;
}

.btn:focus,
.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.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-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

figure,
.figure {
	padding: 0;
	margin: 0;
}


/*= owL
=======================================================*/

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

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

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-controls {
	padding: 0;
	margin: 0;
}

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

.owl-nav {
	width: 100%;
	float: left;
}

.owl-nav div {
	width: 45px;
	height: 45px;
	float: left;
	background: none;
	border-radius: 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	margin: -22.50px 0 0 0;
}

.owl-nav div:before {
	width: 45px;
	height: 45px;
	float: left;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	text-indent: 0;
	background: #a8bc60;
	border: none;
	box-shadow: none;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-nav div:hover:before {
	color: #ffffff;
	background: #9ab04c;
}

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

.owl-nav .owl-prev:before {
	content:"\f053";
	padding-right: 2px;
}

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

.owl-nav .owl-next:before {
	content:"\f054";
	padding-left: 2px;
}


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

.owl-dots .owl-dot {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	padding: 0;
	margin: 0 6px;
}

.owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	background: #a8bc60;
	border: none;
	border-radius: 360px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.owl-dots .owl-dot.active span {
	width: 12px;
	height: 12px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: none;
	border: 2px solid #a8bc60;
}

.owl-carousel .owl-controls .disabled,
.owl-carousel .owl-controls .disabled {
	display: none;
}


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

.container-main {
	width: 100%;
	float: left;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	padding: 154px 0 0 0;
}

.container {
	width: 100%;
	max-width: 1435px;
	padding: 0 40px;
}

@media (max-width: 1499px) {
.container {
	max-width: 1350px;
	padding: 0 40px;
}
}

@media (max-width: 1399px) {
	.container {
		max-width: 1190px;
		padding: 0 40px;
	}
	}

@media (max-width: 767px) {
.container {
	max-width: 540px;
	padding: 0 40px;
}

}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
}



.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.social-links ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: -9px;
	font-size: 20px;
}

.social-links ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 9px;
}

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

.social-links ul li a {
	font-weight: inherit;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

.social-links ul li a:hover,
.social-links ul li a:focus,
.social-links ul li a:active {
	color: rgba(255, 255, 255, .70);
}

@media (max-width: 767px) {
		.social-links ul {
		font-size: 24px;
	}
}

/*
 3.) Header
----------------------------------------*/
.header-main {
	width: 100%;
	height: 155px;
	float: left;
	background: #ffffff; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	position: fixed; 
	top: 0; 
	left: 0;
	z-index: 10001;
}

.header-main .top-bar {
	width: 100%;
	height: 44px;
	float: left;
	background: #0468A5;
}

.header-main .top-bar .social-links {
	width: auto;
	padding: 6px 0 0 0;
}

.header-main .top-bar .btn-out {
	width: auto;
	float: right;
	margin: 6px 0 0 0;
}

.header-main .top-bar .btn {
	height: 24px;
	line-height: 25px;
	font-size: 15px;
	border-radius: 360px;
	padding: 0 30px;
}

.header-main .main-menu {
	width: 100%;
	height: 120px;
	float: left;
	position: relative;
}

.header-main .main-menu .brand {
	float: left;
	position: relative;
	z-index: 10;
	margin: 15px 0 0 0;
}

.header-main .main-menu .brand img {
	max-height: 80px;
}

.header-main .main-menu .nav-bar {
	float: right;
}

.header-main .main-menu .nav-bar nav {
	float: left;
	padding: 0;
	margin: -5px;
}

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


.header-main .main-menu .nav-bar nav ul li {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #323233;
	line-height: 27px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 40px;
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li {
	height: 120px;
	float: left;
}

.header-main .main-menu .nav-bar nav ul li:before {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li a {
	color: #323233;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
	text-decoration: none;
	padding: 0;
}
.header-main .main-menu .nav-bar nav #menu-main-menu > li > a {
    height: 120px;
	float: left;
    line-height: 120px;
}


.header-main .main-menu .nav-bar nav ul li:hover a,
.header-main .main-menu .nav-bar nav ul li.active a {
	color: #0468a5;
	text-decoration: underline;
}

.header-main .nav-bar nav ul li.dropdown a {
	position: relative;
	padding-right: 24px;
}

.header-main .nav-bar nav ul li.dropdown a:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -9px 0 0 0;
}

.header-main .nav-bar nav ul li.dropdown:hover ul {
	display: block;
}

.header-main .nav-bar nav ul li.dropdown ul {
	width: 240px;
	float: left;
	display: none;
	background: #ffffff;
    border:0;
    border-radius:0;
	box-shadow: rgba(0, 0, 0, 0.15) 10px 10px 10px;
	position: absolute;
	top: 80px;
	right: 0;
	padding: 27px 0;
}

.header-main .nav-bar nav ul li.dropdown ul li {
	width: 100%;
	height: auto;
	float: left;
	color: #323233;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
	margin: 0 0 10px 0;
}

.header-main .nav-bar nav ul li.dropdown ul li:last-child {
	margin-bottom: 0;
}

.header-main .nav-bar nav ul li.dropdown ul li a {
	width: 100%;
	height: auto;
	float: left;
	color: #323233;
	line-height: inherit;
	position: relative;
	padding: 1px 25px 2px 25px;
}

.header-main .nav-bar nav ul li.dropdown ul li a:before {
	display: none;
}

.header-main .nav-bar nav ul li.dropdown:hover ul li a {
	color: #323233;
}

.header-main .nav-bar nav ul li.dropdown ul li:hover a,
.header-main .nav-bar nav ul li.dropdown ul li.active a {
	color: #ffffff;
	background: #0468a5;
}

.header-main .nav-bar nav ul li .sub-link {
	width: 20px;
	height: 20px;
	float: left;
	display: none;
	cursor: pointer;
	text-indent: -99999px;
	position: absolute;
	top: 18px;
	right: 40px;
}

.header-main .nav-bar nav ul li .sub-link:before {
	content: "\f078";
	width: 20px;
	height: 20px;
	float: left;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	text-align:right;
	text-indent: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.header-main .nav-bar nav ul li .sub-link.active:before {
	content: "\f077";
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us,
.header-main .main-menu .nav-bar .contact-us,
/* .header-main .main-menu .nav-bar nav ul li.contact-us a {
	height: 120px;
	float: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	/* font-size: 17px; 
	/* color: #0468a5; 
	line-height: 120px;
	letter-spacing: 2px;
	text-transform: uppercase;
} */
.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us a,
.header-main .main-menu .nav-bar .contact-us a {
	float: left;
	/* text-decoration: underline; */
}
.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us a:hover,
.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us a:focus,
.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us a:active,
.header-main .main-menu .nav-bar .contact-us a:hover,
.header-main .main-menu .nav-bar .contact-us a:focus,
.header-main .main-menu .nav-bar .contact-us a:active {
	/* color: #a8bc60; */
}

.header-main .menu-btn {
	width: 34px;
	height: 26px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 38px;
	right: 40px;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #0468a5;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #0468a5;
	position: absolute;
	top: -10px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #0468a5;
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn.active {
	color: #0468a5;
}

.header-main .menu-btn.active .icon-bar span {
	background: none;
}

.header-main .menu-btn.active .icon-bar span:before {
	height: 3px;
	top: 0;
	background: #0468a5;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .menu-btn.active .icon-bar span:after {
	height: 3px;
	top: 0;
	background: #0468a5;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 1399px) {
.header-main {
	height: 160px;
}

.header-main .top-bar {
	height: 54px;
}

.header-main .top-bar .social-links {
	padding: 13px 0 0 0;
}

.header-main .top-bar .btn-out {
	margin: 11px 0 0 0;
}

.header-main .top-bar .btn {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding: 0 25px;
}

.header-main .main-menu {
	height: 100px;
}

.header-main .main-menu .brand img {
	max-height: 70px;
}
.header-main .main-menu .nav-bar nav #menu-main-menu > li,
.header-main .main-menu .nav-bar nav ul li {
	height: 100px;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 0 25px;
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li > a,
.header-main .main-menu .nav-bar nav ul li a {
	height: 100px;
	line-height: 100px;
}

.header-main .nav-bar nav ul li.dropdown ul {
	top: 80px;
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us,
.header-main .main-menu .nav-bar .contact-us {
	height: 100px;
	font-size: 15px;
	line-height: 100px;
	text-transform: uppercase;
	margin: 0 0 0 25px;
}
}

@media (min-width: 1200px) {
.header-main .main-menu .nav-bar {
	display: block;
}
}

@media (max-width: 1199px) {
.header-main .main-menu .nav-bar {
	width: 100%;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}

.header-main .main-menu .nav-bar nav {
	width: 100%;
	padding: 110px 0 0 0;
	margin: 0;
}

.header-main .main-menu .nav-bar nav ul {
	width: 100%;
	margin: 0;
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li,
.header-main .main-menu .nav-bar nav ul li {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.header-main .main-menu .nav-bar nav #menu-main-menu > li > a,
.header-main .main-menu .nav-bar nav ul li a {
	width: 100%;
	height: auto;
	line-height: inherit;
	padding: 15px 40px;
}

.header-main .nav-bar nav ul li.dropdown a {
	padding-right: 80px;
}

.header-main .nav-bar nav ul li.dropdown a:before {
	/* display: none; */
    left: 177px;
}

.header-main .nav-bar nav ul li.dropdown:hover ul {
	display: none;
}

.header-main .nav-bar nav ul li.dropdown ul {
	width: 100%;
	display: none;
	background: none;
	box-shadow: none;
	border-radius: 0;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
    position: relative !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    transform: none !important;
}

.header-main .nav-bar nav ul li.dropdown ul:before {
	display: none;
}

.header-main .nav-bar nav ul li.dropdown ul li {
	margin: 0;
}

.header-main .nav-bar nav ul li.dropdown ul li a {
	width: 100%;
	height: auto;
	line-height: inherit;
	padding: 10px 60px;
}

.header-main .nav-bar nav ul li.dropdown ul li a:after {
	display: none !important;
}

.header-main .nav-bar nav ul li .sub-link {
	display: block;
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us,
.header-main .main-menu .nav-bar .contact-us {
	width: 100%;
	height: auto;
	line-height: 25px;
	padding: 0 40px 25px 40px;
	margin: 0;
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us a,
.header-main .main-menu .nav-bar .contact-us a {
	padding: 15px 0;
}

.header-main .menu-btn {
	display: block;
}

.contact-team {
	padding-top: 30px
}
}

@media (max-width: 767px) {
.header-main {
	height: 140px;
}

.header-main .top-bar .container {
	max-width: 100%;
}

.header-main .top-bar .social-links ul li {
	margin: 0 4px;
}

.header-main .top-bar .social-links ul li a {
	font-size: 18px;
	line-height: 18px;
}

.header-main .top-bar .btn {
	font-size: 10px;
	letter-spacing: 1px;
	padding: 0 15px;
}

.header-main .main-menu {
	height: 80px;
}

.header-main .main-menu .container {
	max-width: 100%;
}

.header-main .main-menu .brand {
	margin: 15px 0 0 0;
}

.header-main .main-menu .brand img {
	max-height: 50px;
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li > a,
.header-main .main-menu .nav-bar nav ul li a {
	padding: 15px 20px;
}

.header-main .nav-bar nav ul li.dropdown .sub-menu {
	padding-right: 30px;
}

.header-main .nav-bar nav ul li.dropdown .sub-menu:before {
	right: 20px;
}

.header-main .nav-bar nav ul li.dropdown ul li a {
	padding: 10px 40px;
}

.header-main .nav-bar nav ul li.dropdown a:before,
.header-main .nav-bar nav ul li .sub-link {
	left: 160px;
    font-size:18px;
}

.header-main .main-menu .nav-bar nav #menu-main-menu > li.contact-us,
.header-main .main-menu .nav-bar .contact-us {
	padding: 0 20px 25px 20px;
}

.header-main .menu-btn {
	top: 28px;
	right: 20px;
	display: block;
}

.header-main .top-bar .btn-out {
	margin: 11px -20px 0 0;
}
}

@media (max-width: 450px) {
	.header-main .top-bar .social-links {
		display: none;
	}
}

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

/* Banner - Main */
.banner-main {
	width: 100%;
	/* float: left; */
	position: relative;
}

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

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

.banner-main .figure img {
	width: 100%;
	min-width: 1200px;
	float: none;
	display: inline-block;
	margin: 0 -600px;
}

.banner-main .banner-cont {
	width: 100%;
	height: 100%;
	float: left;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main .banner-cont h1 {
	position: relative;
	padding: 0 0 92px 0;
	margin: 0 0 40px 0;
}

.banner-main .banner-cont h1:before {
	content: "";
	width: 117px;
	height: 5px;
	float: left;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner-main .banner-cont p {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}

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

.banner-main .banner-cont p a {
	color: #ffffff;
	text-decoration: underline;
}

.banner-main .banner-cont p a:hover,
.banner-main .banner-cont p a:focus,
.banner-main .banner-cont p a:active {
	color: rgba(255, 255, 255, 0.7);
}

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

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

.banner-main .owl-dots .owl-dot span {
	background: #ffffff;
}

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

@media (max-width: 1399px) {
.banner-main .banner-cont h1 {
	padding: 0 0 70px 0;
	margin: 0 0 35px 0;
}

.banner-main .banner-cont h1:before {
	width: 100px;
	height: 4px;
}

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

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

.banner-main .owl-dots {
	bottom: 70px;
}
}

@media (max-width: 1199px) {
.banner-main .banner-cont h1 {
	padding: 0 0 50px 0;
	margin: 0 0 30px 0;
}

.banner-main .banner-cont h1:before {
	width: 80px;
}

.banner-main .banner-cont p {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 3px;
}

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

.banner-main .owl-dots {
	bottom: 50px;
}
}

@media (max-width: 767px) {
.banner-main .banner-cont h1 {
	padding: 0 0 40px 0;
}

.banner-main .banner-cont h1:before {
	width: 70px;
	height: 3px;
}

.banner-main .banner-cont p {
	font-size: 15px;
	padding: 0 0 15px 0;
}

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

.banner-main .owl-dots {
	bottom: 40px;
}
}


/* Gallery - Info */
.gallery-info {
	width: 100%;
	float: left;
	padding: 90px 0 125px 0;
}
.gallery-info + .gallery-info {
    padding-top:0;
}

.top-cont {
	width: 100%;
	float: left;
	border-bottom: 2px solid #343434;
	position: relative;
	padding: 0 0 70px 0;
	margin: 0 0 70px 0;
}

.top-cont .inner-cont {
	width: 100%;
	float: left;
	position: relative;
}

.top-cont .inner-cont:before {
	content: "";
	width: 2px;
	height: 100%;
	float: left;
	background: #a8bc60;
	position: absolute;
	top: 0;
	left: 420px;
}

.top-cont h2 {
	width: 420px;
	float: left;
	font-family: "Playfair Display", sans-serif;
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
	position: relative;
	z-index: 10;
	padding: 0 50px 0 0;
	margin: 0 -420px 0 0;
}

.top-cont h2 em {
	font-size: 45px;
}

.top-cont .aside {
	width: 100%;
	float: left;
	padding: 0 0 0 420px;
}

.top-cont .aside h4 {
	color: #0468a5;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.top-cont .aside h4:last-child,
.top-cont .aside p:last-child {
	padding-bottom: 0;
}

.top-cont .aside .txt {
	width: 100%;
	float: left;
	padding: 0 0 0 50px;
}

.gallery-info .gallery-out {
	width: 100%;
	float: left;
	text-align: center;
}

.gallery-info .gallery-out h2 {
	padding: 0 0 60px 0;
}

.gallery-info .gallery-out .article {
	width: 32.15%;
	float: left;
	position: relative;
	margin: 0 0.59% 1.18% 0.59%;
}

.gallery-info .gallery-out .article .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.gallery-info .gallery-out .article .figure img {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
}

.gallery-info .gallery-out .article .location {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 20px;
}

.gallery-info .gallery-out .article.lrg {
	width: 56.53%;
}

.gallery-info .gallery-out .article.med {
	width: 41.11%;
}

.gallery-info .gallery-out .article-out {
	width: 101.18%;
	float: left;
	margin: 0 -0.59% -1.18% -0.59%;
}

@media (max-width: 1399px) {
.gallery-info {
	padding: 80px 0 100px 0;
}

.top-cont {
	padding: 0 0 60px 0;
	margin: 0 0 60px 0;
}

.top-cont .inner-cont:before {
	left: 380px;
}

.top-cont h2 {
	width: 380px;
	font-size: 42px;
	line-height: 50px;
	margin: 0 -380px 0 0;
}

.top-cont h2 em {
	font-size: 42px;
}

.top-cont .aside {
	padding: 0 0 0 380px;
}

.gallery-info .gallery-out h2 {
	padding: 0 0 50px 0;
}

.top-cont .top-p {
	float: inherit !important;
}

}

@media (max-width: 1199px) {
.gallery-info {
	padding: 60px 0 80px 0;
}

.top-cont {
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
}

.top-cont .inner-cont:before {
	display: none;
}

.top-cont h2 {
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding: 0 0 25px 0;
	margin: 0;
}

.top-cont h2 em {
	font-size: 36px;
}

.top-cont .aside {
	width: 100%;
	float: left;
	padding: 0;
}

.top-cont .aside h4 {
	letter-spacing: 3px;
}

.top-cont .aside .txt {
	padding: 0;
}

.gallery-info .gallery-out h2 {
	padding: 0 0 40px 0;
}

.gallery-info .gallery-out .article .location {
	letter-spacing: 3px;
}

.top-cont .top-p {
	float: none !important;
}

.top-cont .aside {
/* 	padding-top: 200px; */
}

}

@media (max-width: 767px) {
.gallery-info {
	padding: 40px 0 60px 0;
}

.top-cont {
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

.top-cont h2 {
	font-size: 32px;
	line-height: 42px;
}

.top-cont h2 em {
	font-size: 30px;
}

.top-cont .top-p {
	float: none !important;
}

.top-cont .aside {
/* 	padding-top: 200px; */
}

.gallery-info .gallery-out h2 {
	padding: 0 0 30px 0;
}

.gallery-info .gallery-out .article {
	width: 100%;
	margin: 0 0 10px 0;
}

.gallery-info .gallery-out .article.lrg {
	width: 100%;
}

.gallery-info .gallery-out .article.med {
	width: 100%;
}

.gallery-info .gallery-out .article-out {
	width: 100%;
	margin: 0 0 -10px 0;
}
}

/* Split - Content */
.split-cont {
	width: 100%;
	float: left;
	color: #ffffff;
	text-align: center;
	background: #343434;
	position: relative;
	padding: 40px 0 70px 0;
}

.split-cont h3 {
	padding-bottom: 100px;
}

.split-cont h3:last-child {
	padding-bottom: 0;
}

.split-cont h4 {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.split-cont h4:last-child {
	margin-bottom: 0;
}

.split-cont .row {
	overflow: hidden;
	padding: 0;
	margin: -6s	0px -2% -50px -2%;
}

.split-cont .row .col-md-4 {
	position: relative;
	padding: 0 2%;
	margin: 0 0 50px 0;
}

.split-cont .row .col-md-4:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #a8bd60;
	position: absolute;
	top: 0;
	right: -2px;
}

.split-cont .row .col-md-4 p {
	padding-left: 6%;
	padding-right: 6%;
}

.split-cont .icon-brand {
	width: 84px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 -42px -42px;
	z-index: 1;
}

.split-cont .icon-brand img {
	width: 100%;
}

@media (max-width: 1199px) {
.split-cont {
	padding: 70px 0 130px 0;
}

.split-cont h3 {
	padding-bottom: 80px;
}

.split-cont h4 {
	margin-bottom: 30px;
}

.split-cont .icon-brand {
	width: 70px;
	margin: 0 0 -35px -35px;
}
}

@media (max-width: 767px) {
.split-cont {
	padding: 60px 0 100px 0;
}

.split-cont h3 {
	padding-bottom: 50px;
}

.split-cont h4 {
	margin-bottom: 20px;
}

.split-cont .row {
	margin: 0 0 -80px 0;
}

.split-cont .row .col-md-4 {
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
}

.split-cont .row .col-md-4:after {
	content: "";
	width: 100%;
	height: 1px;
	top: auto;
	bottom: 0;
	right: 0;
}

.split-cont .row .col-md-4 p {
	padding-left: 0;
	padding-right: 0;
}

.split-cont .row .col-md-4:last-child:after {
	display: none;
}

.split-cont .icon-brand {
	width: 60px;
	margin: 0 0 -30px -30px;
}
}


/* Testimonial - Content */
.testimonial-cont {
	width: 100%;
	float: left;
	color: #ffffff;
	background-color: #707070;
	background-size: cover;
	position: relative;
	padding: 140px 0 50px 0;
}

.testimonial-cont:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #707070;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .80;
}

.testimonial-cont .container {
	max-width: 1240px;
	position: relative;
	z-index: 1;
}

.testimonial-cont h2 {
	width: 360px;
	float: left;
	font-size: 42px;
	line-height: 62px;
	padding: 0;
	margin: 5px -360px 0 0;
}

.testimonial-cont p {
	padding-bottom: 30px;
}

.testimonial-cont p:last-child {
	padding-bottom: 0;
}

.testimonial-cont .name {
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.testimonial-cont .slider-out {
	width: 100%;
	float: left;
	padding: 0 0 0 410px;
}

.testimonial-cont .slider-out .item {
	width: 100%;
	float: left;
	overflow: hidden;
}

.testimonial-cont .slider-out .owl-carousel {
	max-width: 690px;
	float: right;
}

.testimonial-cont .slider-out .owl-carousel .owl-dots {
	text-align: left;
	margin: 70px 0 0 -6px;
}

@media (max-width: 1199px) {
.testimonial-cont {
	padding: 140px 0 50px 0;
}

.testimonial-cont h2 {
	width: 280px;
	font-size: 34px;
	line-height: 54px;
	margin: 5px -280px 0 0;
}

.testimonial-cont .slider-out {
	padding: 0 0 0 330px;
}

.testimonial-cont .slider-out .owl-carousel .owl-dots {
	margin: 50px 0 0 -6px;
}
}

@media (max-width: 767px) {
.testimonial-cont {
	padding: 100px 0 60px 0;
}

.testimonial-cont .container {
	max-width: 540px;
}

.testimonial-cont h2 {
	width: 100%;
	font-size: 30px;
	line-height: 50px;
	margin: 0 0 30px 0;
}

.testimonial-cont .name {
	font-size: 16px;
	line-height: 22px;
}

.testimonial-cont .slider-out {
	padding: 0;
}

.testimonial-cont .slider-out .owl-carousel .owl-dots {
	margin: 40px 0 0 -6px;
}
}


/* Footer - Main */
.footer-main {
	width: 100%;
	float: left;
	font-size: 19px;
	line-height: 25px;
	color: #ffffff;
	background: #0468a4;
	padding: 0;
}

.footer-main h3 {
	font-size: 27px;
	line-height: 37px;
}

.footer-main h4 {
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 25px;
}

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

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

.footer-main p a {
	color: #ffffff;
}

.footer-main p a:hover {
	color: rgba(255, 255, 255, .70);
}

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

.footer-main .social-links {
	width: 260px;
	float: left;
	position: relative;
	z-index: 1;
	padding: 0 15px;
	margin: 0 -260px 0 0;
}

.footer-main .address-cont {
	width: 100%;
	float: left;
	padding: 0 295px 0 260px;
}

.footer-main .newsletter-cont {
	width: 295px;
	float: right;
	position: relative;
	z-index: 1;
	padding: 0 15px;
	margin: 0 0 0 -295px;
}

.footer-main .newsletter-cont h4 {
	margin: 0 -15px;
}

.footer-main .newsletter-cont select,
.footer-main .newsletter-cont textarea,
.footer-main .newsletter-cont input[type="text"],
.footer-main .newsletter-cont input[type="password"],
.footer-main .newsletter-cont input[type="datetime"],
.footer-main .newsletter-cont input[type="datetime-local"],
.footer-main .newsletter-cont input[type="date"],
.footer-main .newsletter-cont input[type="month"],
.footer-main .newsletter-cont input[type="time"],
.footer-main .newsletter-cont input[type="week"],
.footer-main .newsletter-cont input[type="number"],
.footer-main .newsletter-cont input[type="email"],
.footer-main .newsletter-cont input[type="url"],
.footer-main .newsletter-cont input[type="search"],
.footer-main .newsletter-cont input[type="tel"],
.footer-main .newsletter-cont input[type="color"],
.footer-main .newsletter-cont .uneditable-input {
	text-align: center;
	text-transform: uppercase;
	border: none;
}

.footer-main .newsletter-cont .btn,
.footer-main .newsletter-cont .button,
.footer-main .newsletter-cont input[type=".button"],
.footer-main .newsletter-cont input[type="submit"] {
	width: 100%;
	text-transform: uppercase;
	margin: 16px 0 0 0;
}

.footer-main .pre-footer {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding: 50px 0;
}

.footer-main .pre-footer:last-child {
	border-bottom: none;
}

.footer-main .copy-rights {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 75px 40px 20px 40px;
}

.footer-main .copy-rights p {
	float: left;
	padding: 0;
}

.footer-main .copy-rights p:nth-child(even) {
	float: right;
	padding: 0;
}

@media (max-width: 1199px) {
.footer-main {
	font-size: 18px;
	line-height: 24px;
}

.footer-main h3 {
	font-size: 24px;
	line-height: 34px;
}

.footer-main h4 {
	font-size: 16px;
	line-height: 22px;
}

.footer-main .social-links {
	width: 220px;
	padding: 0;
	margin: 0 -220px 0 0;
}

.footer-main .address-cont {
	padding: 0 270px 0 240px;
}

.footer-main .newsletter-cont {
	width: 250px;
	padding: 0;
	margin: 0 0 0 -250px;
}

.footer-main .copy-rights {
	font-size: 16px;
	line-height: 22px;
	padding: 25px 0 20px 0;
}
}

@media (max-width: 991px) {
.footer-main {
	font-size: 18px;
	line-height: 24px;
}

.footer-main h3 {
	font-size: 24px;
	line-height: 34px;
}

.footer-main h4 {
	font-size: 16px;
	line-height: 22px;
}

.footer-main .social-links {
	width: 40%;
	padding: 0;
	margin: 0;
}

.footer-main .address-cont {
	width: 60%;
	padding: 0;
}

.footer-main .newsletter-cont {
	width: 100%;
	padding: 0 25%;
	margin: 50px 0 0 0;
}
}

@media (max-width: 767px) {
.footer-main {
	font-size: 16px;
	line-height: 22px;
}

.footer-main h3 {
	font-size: 22px;
	line-height: 32px;
}

.footer-main h4 {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}

.footer-main .social-links {
	width: 100%;
	padding: 0 0 50px 0;
	margin: 0;
}

.footer-main .address-cont {
	width: 100%;
	padding: 0 0 50px 0;
}

.footer-main .newsletter-cont {
	width: 100%;
	padding: 0;
	margin: 0;
}

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

.footer-main .copy-rights {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 30px 10px 25px 10px;
}

.footer-main .copy-rights p {
	float: none;
	padding-bottom: 15px;
}

.footer-main .copy-rights p:nth-child(even) {
	float: none;
}

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

/* WP Mods */
section {
    display:block;
    clear:both;
}

.dropdown-toggle::after {
    content:none !important;
}

.dropdown-item  {
	text-decoration: none !important
}


.input:focus {
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;
}

.hs-button {
	border-width: 3px 43px 3px 44px !important;
}






/*
 9.) Do Good Project
----------------------------------------*/

/* Banner - Inner2 */
.banner-inner2 {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background: #f5f8fa;
	overflow: hidden;
	padding: 90px 0 80px 0;
}

.banner-inner2 h1,
.banner-inner2 .h1 {
	width: 100%;
	max-width: 850px; 
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600; 
	font-size: 45px;
	line-height: 55px;
	padding: 0 0 13px 0;
	margin: 0 auto;
}

.banner-inner2 h1:last-child,
.banner-inner2 .h1:last-child { 
	padding-bottom: 0;
}

.banner-inner2 .aside {
	width: 100%;
	max-width: 1013px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1399px) {
.banner-inner2 h1,
.banner-inner2 .h1 {
	max-width: 750px;
	font-size: 40px;
	line-height: 50px;
}
}

@media (max-width: 1199px) {
.banner-inner2 {
	padding: 70px 0;
}

.banner-inner2 h1,
.banner-inner2 .h1 {
	font-size: 36px;
	line-height: 46px;
}
}

@media (max-width: 767px) {
.banner-inner2 {
	font-size: 16px;
	line-height: 26px;
	padding: 60px 0 50px 0;
}

.banner-inner2 h1,
.banner-inner2 .h1 {
	font-size: 30px;
	line-height: 40px;
}
}


/* Logos - Content */
.logos-cont {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
	padding: 50px 0;
}

.logos-cont ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 -50px -40px -50px;
}

.logos-cont ul li {
	float: left;
	padding: 0;
	margin: 0 35px 40px 35px;
}

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

.logos-cont ul li img {
	max-height: 120px;
}

@media (max-width: 991px) {
.logos-cont ul li img {
	max-width: 150px;
	max-height: 90px;
}
}

@media (max-width: 767px) {
.logos-cont ul {
	margin: 0 -20px -30px -20px;
}

.logos-cont ul li {
	margin: 0 20px 30px 20px;
}

.logos-cont ul li img {
	max-width: 120px;
	max-height: 70px;
}
}


/* CTA - Banners */
.cta-banners {
	width: 100%;
	overflow: hidden;
}

.cta-banners .row-banner {
	width: 100%;
	min-height: 600px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;	
	position: relative;
	z-index: 1;
	padding: 90px 0;
}

.cta-banners .row-banner .aside {
	width: 100%;
	max-width: 600px;
	float: left;
}

.cta-banners .row-banner .aside h2,
.cta-banners .row-banner .aside .h2 {
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 14px;
}

.cta-banners .row-banner .aside h2:last-child,
.cta-banners .row-banner .aside .h2:last-child {
	padding-bottom: 0;
}

.cta-banners .row-banner .aside .link-txt {
	width: 100%;
	max-width: 530px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.cta-banners .row-banner .aside .link-txt:last-child {
	margin-bottom: 0;
}

.cta-banners .row-banner .aside .link-txt a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 40px;
}

.cta-banners .row-banner .aside .link-txt a:before {
	width: 30px;
	height: 30px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 8px;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	background: #0468a4;
	border-radius: 900px;	
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 1px;
}

.cta-banners .row-banner .aside .link-txt a:hover,
.cta-banners .row-banner .aside .link-txt a:focus,
.cta-banners .row-banner .aside .link-txt a:active {
	color: #0468a4;
}

.cta-banners .row-banner .aside p {
	max-width: 530px;
	padding-bottom: 28px;
}

.cta-banners .row-banner .aside p:last-child {
	padding-bottom: 0;
}

.cta-banners .row-banner .aside .txt {
	padding-bottom: 28px;
}

.cta-banners .row-banner .aside .txt:last-child {
	padding-bottom: 0;
}

.cta-banners .row-banner .figure {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: -1;
}

.cta-banners .row-banner .figure:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: transparent linear-gradient(90deg, rgba(0, 0, 0, .80) 0%, rgba(0, 0, 0, .30) 100%);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.cta-banners .row-banner .figure img {
	width: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.cta-banners .row-banner:nth-child(even) .aside {
	float: right;
}

.cta-banners .row-banner:nth-child(even) .figure:before {
	background: transparent linear-gradient(-90deg, rgba(0, 0, 0, .80) 0%, rgba(0, 0, 0, .30) 100%);
}

@media (max-width: 1399px) {
.cta-banners .row-banner .aside h2,
.cta-banners .row-banner .aside .h2 {
	font-size: 32px;
	line-height: 42px;
}
}

@media (max-width: 1199px) {
.cta-banners .row-banner {
	padding: 70px 0;
}

.cta-banners .row-banner .aside h2,
.cta-banners .row-banner .aside .h2 {
	font-size: 28px;
	line-height: 38px;
}
}

@media (max-width: 767px) {
.cta-banners .row-banner {
	min-height: 580px;
	font-size: 16px;
	line-height: 28px;	
	padding: 70px 0;
}

.cta-banners .row-banner .aside h2,
.cta-banners .row-banner .aside .h2 {
	font-size: 26px;
	line-height: 36px;
}
}


/*
 10.) Our - Story
----------------------------------------*/

/* Our Story - Content */
.our-story-cont {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;	
	padding: 100px 0 90px 0;
}

.our-story-cont .blue {
	font-weight: 400; 
	color: #0468A4;
}

.our-story-cont h1,
.our-story-cont .h1 {
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600; 
	font-size: 45px;
	line-height: 55px;
	padding: 0 0 16px 0;
}

.our-story-cont h1:last-child,
.our-story-cont .h1:last-child { 
	padding-bottom: 0;
}

.our-story-cont p { 
	padding-bottom: 20px;
}

.our-story-cont p:last-child { 
	padding-bottom: 0;
}

.our-story-cont .aside {
	width: 56%;
	float: left;
	padding: 0 40px 0 0;
}

.our-story-cont .figure {
	width: 44%;
	float: left;
}

.our-story-cont .figure img {
	width: 100%;
}

@media (min-width: 768px) {
.our-story-cont .container {
	max-width: 1210px;
}
}

@media (max-width: 1399px) {
.our-story-cont h1,
.our-story-cont .h1 {
	font-size: 40px;
	line-height: 50px;
}
}

@media (max-width: 1199px) {
.our-story-cont {
	padding: 80px 0;
}

.our-story-cont h1,
.our-story-cont .h1 {
	font-size: 36px;
	line-height: 46px;
}
}

@media (max-width: 991px) {
.our-story-cont .aside {
	width: 100%;
	padding: 0 0 40px 0;
}

.our-story-cont .figure {
	width: 100%;
}
}

@media (max-width: 767px) {
.our-story-cont {
	font-size: 16px;
	line-height: 26px;
	padding: 60px 0;
}

.our-story-cont h1,
.our-story-cont .h1 {
	font-size: 30px;
	line-height: 40px;
}
}


/* Our Team - Content */
.our-team-cont {
	width: 100%;
	background: #f5f8fa;
	overflow: hidden;
	padding: 90px 0 100px 0;
}

.our-team-cont h2,
.our-team-cont .h2 {
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600; 
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	padding: 0 0 65px 0;
}

.our-team-cont h2:last-child,
.our-team-cont .h2:last-child { 
	padding-bottom: 0;
}

.our-team-cont .row-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.our-team-cont .row-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #343434;
	line-height: 30px;
	background: #ffffff;
	overflow: hidden;	
	position: relative;
	padding: 25px;
	margin: 0 0 50px 0;
}

.our-team-cont .row-box:last-child {
	margin-bottom: 0;
}

.our-team-cont .row-box .aside {
	width: 66%;
	float: left;
	position: relative;
	padding: 15px 40px 15px 30px;
}

.our-team-cont .row-box .aside .name {
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600;
	font-size: 30px;
	color: #0468a4;
	line-height: 40px;
	padding-bottom: 8px;
}

.our-team-cont .row-box .aside .name:last-child {
	padding-bottom: 0;
}

.our-team-cont .row-box .aside .position {
	font-weight: 600;
	font-size: 18px;
	color: #2c2e33;
	line-height: 26px;
	padding-bottom: 0;
}

.our-team-cont .row-box .aside .position:last-child {
	padding-bottom: 0;
}

.our-team-cont .row-box .aside .author-wrap {
	padding-bottom: 17px;
}

.our-team-cont .row-box .aside .author-wrap:last-child {
	padding-bottom: 0;
}

.our-team-cont .row-box .aside p {
	padding-bottom: 31px;
}

.our-team-cont .row-box .aside p:last-child {
	padding-bottom: 0;
}

.our-team-cont .row-box .aside .txt {
	padding-bottom: 31px;
}

.our-team-cont .row-box .aside .txt:last-child {
	padding-bottom: 0;
}

.our-team-cont .row-box .aside .video-link {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.our-team-cont .row-box .aside .video-link a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600;
	font-size: 15px;
	color: #343434;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 0 10px;
}

.our-team-cont .row-box .aside .video-link a:before {
	width: 30px;
	height: 30px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 8px;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	background: #0468a4;
	box-shadow: rgba(4, 104, 164, .10) 0 0 0 10px;
	border-radius: 900px;	
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 1px;
}

.our-team-cont .row-box .aside .video-link a:hover,
.our-team-cont .row-box .aside .video-link a:focus,
.our-team-cont .row-box .aside .video-link a:active {
	color: #0468a4;
}

.our-team-cont .row-box .figure {
	width: 34%;
	float: left;
	background: #e8e8e9;
	overflow: hidden;
	position: relative;
	margin: 0;
}

.our-team-cont .row-box .figure img {
	width: 100%;
}

@media (min-width: 768px) {
.our-team-cont .container {
	max-width: 1210px;
}
}

@media (min-width: 992px) {
.our-team-cont .row-box:nth-child(odd) .aside {
	left: 34%;
	padding-right: 30px;
	padding-left: 40px;
}

.our-team-cont .row-box:nth-child(odd) .figure {
	left: -66%;
}
}

@media (max-width: 1399px) {
.our-team-cont h2,
.our-team-cont .h2 {
	font-size: 40px;
	line-height: 50px;
}
}

@media (max-width: 1199px) {
.our-team-cont {
	padding: 80px 0 90px 0;
}

.our-team-cont h2,
.our-team-cont .h2 {
	font-size: 36px;
	line-height: 46px;
	padding: 0 0 50px 0;
}
}

@media (max-width: 991px) {
.our-team-cont .row-box {
	padding: 40px;
}

.our-team-cont .row-box .aside {
	width: 100%;
	padding: 0 0 40px 0;
}

.our-team-cont .row-box .aside .name {
	font-size: 26px;
	line-height: 36px;
}

.our-team-cont .row-box .figure {
	width: 100%;
}
}

@media (max-width: 767px) {
.our-team-cont {
	padding: 60px 0;
}

.our-team-cont h2,
.our-team-cont .h2 {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 40px 0;
}

.our-team-cont .row-box {
	padding: 25px;
}

.our-team-cont .row-box .aside {
	padding: 0 0 30px 0;
}

.our-team-cont .row-box .aside .name {
	font-size: 24px;
	line-height: 34px;
}
}




/* Bootstrap - Modal */
.modal-backdrop {
    z-index: 10400;
}

.modal {
    z-index: 10500;
}

.modal,
.modal-open {
	padding-right: 0!important;
}


.modal-backdrop {
  	opacity:  0;
	visibility: hidden;
}

.modal-open .modal-backdrop {
	opacity:  .70;
	visibility: visible;
}

@media (min-width: 576px) {
.modal-dialog {
	max-width: inherit;
}
}

@media (max-width: 991px) {
.modal-dialog {
	margin: 30px 40px;
}
}

@media (max-width: 767px) {
.modal-dialog {
	margin: 20px;
}
}

@media (min-width: 992px) {
.modal-dialog {
	max-width: 860px;
}
}

.modal-content {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	background: #ffffff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.42);
	border: 1px solid #000000;
	border-radius: 0;
	padding: 45px;
}

.modal-content .icon-close {
	width: 35px;
	height: 35px;
	float: right; 
	font-size: 16px; 
	color: #ffffff; 
	line-height: 35px;
	text-align: center;
	background: #0468a4; 
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.modal-content h2,
.modal-content .h2 {
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	padding-bottom: 14px;
}

.modal-content h2:last-child,
.modal-content .h2:last-child {
	padding-bottom: 0;
}

.modal-content .link-txt {
	width: 100%;
	max-width: 530px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.modal-content .link-txt:last-child {
	margin-bottom: 0;
}

.modal-content .link-txt a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Trajan Sans Pro", sans-serif; 
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 40px;
}

.modal-content .link-txt a:before {
	width: 30px;
	height: 30px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 8px;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	background: #0468a4;
	border-radius: 900px;	
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 1px;
}

.modal-content .link-txt a:hover,
.modal-content .link-txt a:focus,
.modal-content .link-txt a:active {
	color: #0468a4;
}

@media (max-width: 1399px) {
.modal-content h2,
.modal-content .h2 {
	font-size: 32px;
	line-height: 42px;
}
}

@media (max-width: 1199px) {
.modal-content h2,
.modal-content .h2 {
	font-size: 28px;
	line-height: 38px;
}
}

@media (max-width: 767px) {
.modal-content {
	font-size: 16px;
	line-height: 28px;
	padding: 35px 25px;	
}

.modal-content h2,
.modal-content .h2 {
	font-size: 26px;
	line-height: 36px;
}
}



.fancybox-bg {
    background: #000000;
}

.fancybox-is-open .fancybox-bg {
	opacity: .80;
}







