 @import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700");
.bolder {
	font-weight: 600;
}


.cfix {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
/**
 * 1. - NORMALIZE CSS
 * -----------------------------------------------------------------------------
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
/* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
/* 2 */ }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
/* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
/* 1 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
/* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body, button, input, select, textarea {
	color: #333333;
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
}
html, body {
	width: 100%;
	height: 100%;
}
/* 1.3. ANCHOR */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #239CD8;
	text-decoration: none;
}
/* 1.4. HEADING & PARAGRAPH */
p {
	margin: 0 0 20px 0;
}
h1, h2, h3, h4, .rs-team-1 .title, h5 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
}
h1 {
	font-size: 3.571em;
	line-height: normal;
}
h2 {
	font-size: 2.257em;
	line-height: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 1.714em;
	line-height: normal;
}
h4, .rs-team-1 .title {
	font-size: 1.286em;
	line-height: normal;
}
h5 {
	font-size: 14px;
	line-height: 22px;
}
h6 {
	font-size: 13px;
}
strong, b {
	font-weight: 700;
}
/* CUSTOM GLOBAL */
.uk16 {
	font-size: 16px;
}
.uk18 {
	font-size: 18px;
}
.uk21 {
	font-size: 21px;
}
.uk24 {
	font-size: 24px;
}
.uk36 {
	font-size: 36px;
}
.uk48 {
	font-size: 48px;
}
.uk60 {
	font-size: 60px;
}
.uk72 {
	font-size: 72px;
}
.spacer-10 {
	height: 10px;
}
.spacer-10::after {
	display: block;
	content: "";
	clear: both;
}
.spacer-30 {
	height: 30px;
}
.spacer-30::after {
	display: block;
	content: "";
	clear: both;
}
.spacer-50 {
	height: 50px;
}
.spacer-50::after {
	display: block;
	content: "";
	clear: both;
}
.spacer-70 {
	height: 70px;
}
.spacer-70::after {
	display: block;
	content: "";
	clear: both;
}
.spacer-90 {
	height: 90px;
}
.spacer-90::after {
	display: block;
	content: "";
	clear: both;
}
.spacer-110 {
	height: 110px;
}
.spacer-110::after {
	display: block;
	content: "";
	clear: both;
}
.section-heading {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
	position: relative;
	color: #239CD8;
}
.section-heading:after {
	content: '';
	display: block;
	vertical-align: bottom;
	width: 30px;
	height: 1px;
	background: #239CD8;
	margin-bottom: 10px;
	margin-top: 20px;
}
.section-heading span {
	color: #333333;
	font-weight: normal;
	font-style: italic;
}
.section-heading.light {
	color: #239CD8;
}
.section-heading.light span {
	color: #fff;
}
.section-heading.light:after {
	background: #fff;
}
.section-heading.white {
	color: #fff;
}
.section-heading.center {
	text-align: center;
}
.section-heading.center:after {
	margin-left: auto;
	margin-right: auto;
}
.section-heading.no-after:after {
	display: none;
}
.subheading {
	margin-top: -20px;
	margin-bottom: 80px;
	color: #999;
}
.bgi-cover-center {
	background-size: cover;
	background-position: center;
}
/* OWL */
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background: gray;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #239CD8;
}
.owl-theme .owl-controls {
	margin-top: 50px;
}
/* END OWL */
.gutter-5 {
	margin-right: 0;
	margin-left: 0;
}
.gutter-5 > [class^="col-"],  .gutter-5 > [class*=" col-"],  .gutter-5 [class*='col-'],  .gutter-5 [class*=" col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.font-primary {
	font-family: "Ubuntu", sans-serif;
}
.bg-primary {
	background-color: #239CD8 !important;
}
.bg-secondary {
	background-color: #E6E1C5 !important;
}
.bg-gray {
	background-color: #E6E1C5;
}
.bg-gray-light {
	background-color: #eeeeee;
}
.text-body {
	color: #333333 !important;
}
.text-primary {
	color: #239CD8 !important;
}
.text-secondary {
	color: #E6E1C5 !important;
}

@media (max-width: 767px) {
.responsive-text-center {
	text-align: center;
	float: none !important;
}
}
/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
.media-anim .media, .rs-image-box .media {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	background-color: #fff;
}
.media-anim .media img, .rs-image-box .media img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.media-anim:hover .media, .rs-image-box:hover .media {
	background-color: #E6E1C5;
}
.media-anim:hover .media img, .rs-image-box:hover .media img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
/* ==========================
2.1 - Buttons
============================= */
.btn, .btn-primary, .btn-secondary, .btn-secondary.disabled, .btn-primary-darken.disabled, .btn-light {
	font-size: 14px;
	color: #fff;
	padding: 13px 40px;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.btn-default {
	background-color: #239CD8;
	color: #fff;
	padding: 15px 20px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.btn-default:hover {
	background-color: #239CD8;
}
.btn-primary {
	background-color: #239CD8;
	color: #fff;
}
.btn-primary:hover {
	background-color: #33491b;
	color: #fff;
}
.btn-secondary {
	background-color: #E6E1C5;
	color: #fff;
}
.btn-secondary:hover {
	background-color: #239CD8;
	color: #fff;
}
.btn-primary.disabled {
	background-color: #239CD8;
	border-color: #239CD8;
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.btn-primary.disabled:hover {
	color: #239CD8;
	background-color: #E6E1C5;
}
.btn-secondary.disabled {
	background-color: #E6E1C5;
	color: #fff;
}
.btn-secondary.disabled:hover {
	background-color: #239CD8;
	color: #fff;
}
.btn-primary-darken.disabled {
	background-color: #33491b;
	color: #fff;
}
.btn-primary-darken.disabled:hover {
	background-color: #E6E1C5;
	color: #fff;
}
.btn-light {
	background-color: #fff;
	color: #239CD8;
	border: 1px solid #fff;
}
.btn-light:hover {
	background-color: #239CD8;
	color: #fff;
	border-color: transparent;
}
/* ==========================
SOSMED-ICON
============================= */
.sosmed-icon a {
	color: #239CD8;
	background-color: transparent;
	width: 40px;
	height: 40px;
	font-size: 18px;
	/*display: table-cell;*/
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 0 2px;
}
.sosmed-icon a:hover {
	background-color: #E6E1C5;
}
.sosmed-icon.bg-round a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #E6E1C5;
}
.sosmed-icon.bg-round a:hover {
	color: #fff;
	background-color: #239CD8;
}
.sosmed-icon.no-bg-hover a:hover {
	color: #E6E1C5;
	background-color: transparent;
}
/* ==========================
BOX IMAGE
============================= */
.rs-image-info {
	text-align: center;
}
.rs-image-info .media {
	margin: 0 auto;
}
.box-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box-deck .box-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

@media (min-width: 576px) {
.box-deck {
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.box-deck .box-card {
	display: flex;
	flex: 1 0 0%;
	flex-direction: column;
	/*margin-right: $card-deck-margin;*/
	margin-bottom: 0;
/*margin-left: $card-deck-margin;*/ }
}
.rs-image-box {
	background-color: transparent;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
	box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
}
.rs-image-box .body-text {
	padding: 0 30px 40px;
}
.rs-image-box .title {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.rs-image-box:hover {
	-webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
}
/* ==========================
BOX ICON
============================= */
.rs-icon-funfact .icon {
	display: block;
	font-size: 40px;
	line-height: 1.5;
	float: left;
	width: 70px;
	height: 70px;
	background-color: transparent;
	text-align: center;
/*@include border-radius(50%);*/ }
.rs-icon-funfact .body-content {
	margin-left: 85px;
}
.rs-icon-funfact .body-content h1, .rs-icon-funfact .body-content h2, .rs-icon-funfact .body-content h3, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h5, .rs-icon-funfact .body-content h6 {
	clear: none;
	margin-bottom: 0;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
}
.rs-icon-funfact.style-2 {
	text-align: center;
}
.rs-icon-funfact.style-2 .icon {
	color: #fff;
	line-height: 1.7;
	float: none;
	background-color: transparent;
	margin: 0 auto;
	font-size: 40px;
	background-color: #E6E1C5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.rs-icon-funfact.style-2 .body-content {
	margin-left: 0;
}
/* ==========================
BOX ICON
============================= */
.rs-icon-info {
	margin-bottom: 15px;
}
.rs-icon-info .info-icon {
	display: table-cell;
	position: relative;
}
.rs-icon-info .info-icon:after {
	content: '';
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 2px solid #239CD8;
	position: absolute;
	left: -5px;
	top: -5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.rs-icon-info .fa {
	width: 50px;
	height: 50px;
	background-color: #239CD8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding-top: 14px;
	font-size: 22px;
	color: #fff;
}
.rs-icon-info .info-text {
	display: table-cell;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
}
.rs-icon-info.center {
	text-align: center;
	padding: 30px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.rs-icon-info.center .info-icon {
	display: block;
}
.rs-icon-info.center .fa {
	background-color: transparent;
	font-size: 40px;
}
.rs-icon-info.center .fa.bl {
	background-color: #239CD8;
	color: #fff;
	width: 80px;
	height: 80px;
}
.rs-icon-info.center .info-text {
	display: block;
}
.rs-icon-info.no-bg .fa {
	background-color: transparent;
	color: #239CD8;
}
.rs-icon-info.text-right {
	text-align: right;
}
.rs-icon-info.text-right .info-icon {
	float: right;
}
.rs-icon-info.text-right .info-icon:after {
	right: -5px;
	top: -5px;
}
.rs-icon-info.text-right .info-text {
	padding-left: auto;
	padding-right: 20px;
}
.rs-icon-info::after {
	display: block;
	content: "";
	clear: both;
}
.rs-icon-info-3 {
	margin-bottom: 15px;
}
.rs-icon-info-3 .info-icon {
	display: table-cell;
	text-align: center;
}
.rs-icon-info-3 .fa {
	width: 70px;
	height: 70px;
	background-color: transparent;
	color: #239CD8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	padding-top: 17px;
	font-size: 50px;
}
.rs-icon-info-3 .info-text {
	display: table-cell;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
}
.rs-icon-info-3::after {
	display: block;
	content: "";
	clear: both;
}
/* ==========================
TEAM
============================= */
.rs-team-1 {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.rs-team-1 .media {
	display: block;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.rs-team-1:hover .media img {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.rs-team-1 .body {
	overflow: hidden;
	color: #333333;
}
.rs-team-1 .title {
	margin-bottom: 5px;
	color: #239CD8;
}
.rs-team-1 .position {
	font-size: 14px;
	color: gray;
}
.rs-team-1 .social-icon {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	font-size: 18px;
	margin-top: 10px;
}
.rs-team-1 .social-icon li {
	list-style: none;
	padding: 0 10px;
}
.rs-team-1 .social-icon li a {
	color: gray;
	background-color: #fff;
}
.rs-team-1 .social-icon li a:hover {
	color: #239CD8;
}
/* ==========================
FORM CONTACT
============================= */
.form-comment .form-control, .form-contact .form-control, .contact .form-control {
	height: 45px;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: none;
}
.form-comment textarea.form-control, .form-contact textarea.form-control, .contact textarea.form-control {
	height: auto;
}
.form-comment .btn.disabled, .form-comment .disabled.btn-primary, .form-comment .disabled.btn-secondary, .form-comment .disabled.btn-primary-darken, .form-comment .disabled.btn-light, .form-comment .btn[disabled], .form-comment [disabled].btn-primary, .form-comment [disabled].btn-secondary, .form-comment [disabled].btn-primary-darken.disabled, .form-comment [disabled].btn-light, .form-comment fieldset[disabled] .btn, .form-comment fieldset[disabled] .btn-primary, .form-comment fieldset[disabled] .btn-secondary, .form-comment fieldset[disabled] .btn-primary-darken.disabled, .form-comment fieldset[disabled] .btn-light, .form-contact .btn.disabled, .form-contact .disabled.btn-primary, .form-contact .disabled.btn-secondary, .form-contact .disabled.btn-primary-darken, .form-contact .disabled.btn-light, .form-contact .btn[disabled], .form-contact [disabled].btn-primary, .form-contact [disabled].btn-secondary, .form-contact [disabled].btn-primary-darken.disabled, .form-contact [disabled].btn-light, .form-contact fieldset[disabled] .btn, .form-contact fieldset[disabled] .btn-primary, .form-contact fieldset[disabled] .btn-secondary, .form-contact fieldset[disabled] .btn-primary-darken.disabled, .form-contact fieldset[disabled] .btn-light, .contact .btn.disabled, .contact .disabled.btn-primary, .contact .disabled.btn-secondary, .contact .disabled.btn-primary-darken, .contact .disabled.btn-light, .contact .btn[disabled], .contact [disabled].btn-primary, .contact [disabled].btn-secondary, .contact [disabled].btn-primary-darken.disabled, .contact [disabled].btn-light, .contact fieldset[disabled] .btn, .contact fieldset[disabled] .btn-primary, .contact fieldset[disabled] .btn-secondary, .contact fieldset[disabled] .btn-primary-darken.disabled, .contact fieldset[disabled] .btn-light {
	opacity: 1;
}
.form-subscribe [type="search"] {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	min-height: 52px;
	padding-left: 20px;
	padding-right: 20px;
	border-color: transparent;
}
.form-subscribe .btn, .form-subscribe .btn-primary, .form-subscribe .btn-secondary, .form-subscribe .btn-primary-darken.disabled, .form-subscribe .btn-light {
	min-height: 52px;
}
/* ==========================
BOX ICON
============================= */
.rs-icon-info-2 {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.rs-icon-info-2 .icon {
	font-size: 60px;
	line-height: 1.4em;
	background-color: #239CD8;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 45px;
	position: relative;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}
.rs-icon-info-2 .icon .number {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	background-color: #E6E1C5;
	border: 1px solid #fff;
	position: absolute;
	top: -10px;
	right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	padding-top: 13px;
}
/* ==========================
PRICING TABLE
============================= */
.rs-pricing-1 {
	position: relative;
	text-align: center;
	padding: 30px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.rs-pricing-1 .price {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
	position: relative;
	letter-spacing: -3px;
}
.rs-pricing-1 .price:after, .rs-pricing-1 .price:before {
	border-top: 1px solid white;
	content: "";
	left: 50%;
	margin-left: -40px;
	position: absolute;
	top: auto;
	width: 80px;
}
.rs-pricing-1 .price:before {
	top: 0;
}
.rs-pricing-1 .price:after {
	bottom: 0;
}
.rs-pricing-1 .price span {
	display: inline-block;
	font-size: 28px;
	margin: 7px 3px 0 0;
	vertical-align: top;
}
.rs-pricing-1 .price span.mon {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0 8px;
	vertical-align: baseline;
	letter-spacing: 0;
}
.rs-pricing-1 .features ul {
	list-style: outside none none;
	margin: 0;
	padding: 35px 0;
}
.rs-pricing-1 .features ul li {
	padding: 8px 0;
}
/* ==========================
TESTIMONIAL
============================= */
.rs-testimonial-1 {
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.rs-testimonial-1 .rs-testimonial-footer {
	margin: 0 -25px -25px;
	padding: 18px 25px;
	border-top: 1px solid #fff;
	font-weight: 700;
}
.rs-testimonial-1 .rs-testimonial-footer::before {
	content: "\2014 \00A0";
}
.rs-testimonial-1 .rs-testimonial-footer cite {
	display: block;
	font-weight: normal;
}
.rs-testimonial-2 {
	position: relative;
	padding-left: 50px;
}
.rs-testimonial-2 .media {
	width: 60px;
	height: 60px;
	float: left;
}
.rs-testimonial-2 .rs-testimonial-footer {
	font-weight: 700;
	margin-left: 75px;
}
.rs-testimonial-2 .rs-testimonial-footer::before {
	content: "\2014 \00A0";
}
.rs-testimonial-2 .rs-testimonial-footer cite {
	display: block;
	font-weight: normal;
}
.rs-testimonial-2:before {
	content: "\f10e";
	font-family: FontAwesome;
	position: absolute;
	top: -6px;
	left: 0;
	z-index: 9;
	color: #E6E1C5;
	font-size: 35px;
}
.rs-testimonial-3 {
	position: relative;
	box-sizing: border-box;
	text-align: center;
}
.rs-testimonial-3 .quote-box blockquote {
	font-size: 24px;
	padding: 0;
	background-color: transparent;
	margin: 0;
	border-left: 0;
	font-style: italic;
}
.rs-testimonial-3 .quote-box .quote-name {
	margin-top: 30px;
	font-size: 18px;
	line-height: 34px;
}
.rs-testimonial-3 .quote-box .quote-name:before {
	content: '\2014 \00A0';
}
.rs-testimonial-3 .quote-box .quote-name span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	display: block;
}
.rs-testimonial-3 .quote-box .media {
	margin: 40px 0 10px 0;
	text-align: center;
}
.rs-testimonial-3 .quote-box .media img {
	margin: 0 auto;
	width: 75px;
	height: 75px;
}
/* ==========================
Back To Top Section
============================= */
.box-gallery {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.box-gallery a, .box-gallery a img {
	display: block;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	cursor: pointer;
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.box-gallery a:hover img, .box-gallery a img:hover img {
	-webkit-transform: scale(1.05, 1.07);
	-ms-transform: scale(1.05, 1.07);
	transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.box-gallery a:hover .project-info, .box-gallery a img:hover .project-info {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.box-gallery a:hover .project-icon, .box-gallery a img:hover .project-icon {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	top: -90px;
}
.box-gallery a:hover .project-icon .fa:hover, .box-gallery a img:hover .project-icon .fa:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.box-gallery a:hover .details, .box-gallery a img:hover .details {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	bottom: 0;
}
.box-gallery .project-info {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(103, 148, 54, 0.7);
	padding-top: 50%;
	text-align: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
}
.box-gallery .project-info .project-icon {
	position: relative;
	top: -120px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all ease .25s;
	transition: all ease .25s;
	width: 100%;
	color: #fff;
}
.box-gallery .project-info .project-icon .fa {
	font-size: 50px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
/* ==========================
Back To Top Section
============================= */
.rs-icon-1 .icon {
	display: table-cell;
	color: #239CD8;
	font-size: 27px;
	line-height: 2.2;
	width: 60px;
	height: 60px;
	background: #F8F8F8;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
}
.rs-icon-1 .body-content {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	font-weight: 400;
	color: #888888;
}
.rs-icon-1 .body-content .heading {
	font-weight: 700;
	color: #222222;
}
/* ==========================
Back To Top Section
============================= */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #239CD8 url("../images/cd-top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.cd-top:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.cd-top.cd-fade-out {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - NAVBAR */
.topbar {
	background-color: #222222;
	-webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
	position: relative;
}
.topbar .row {
	min-height: 40px;
}
.middlebar .row {
	min-height: 90px;
}
.contact-info {
	float: right;
	margin-top: 5px;
}
.contact-info > div {
	display: inline-block;
	margin-right: 40px;
	margin-top: 6px;
}
.contact-info > div:last-child {
	margin-right: 0;
}
/* 4.1 - NAVBAR */
.navbar-brand {
	padding: 0 0;
}
.navbar-main {
	/*border-radius: 0;
  margin-bottom: 0;
  border: 0;
  position: relative;
  z-index: 3;*/
	-webkit-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}
.navbar-main .navbar {
	padding: 0;
}
.navbar-main ol,  .navbar-main li {
	margin: 0 0;
	font-size: 18px;
	font-weight: 700;
}
.navbar-main ul {
	margin-left: 0;
}
.navbar-main .navbar-toggler {
	color: #239CD8;
	border-color: transparent;
}
.navbar-main .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-main .dropdown-toggle::after {
	margin-left: 0.6em;
	color: #239CD8;
}
.navbar-main .dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar-main .dropdown-menu {
	min-width: 200px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 0.2rem 0;
	margin-top: 0;
	border-width: 0;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
}
.navbar-main .dropdown-item {
	color: #fff;
	padding: 0.5rem 1.5rem;
}
.navbar-main .dropdown-item:hover, .navbar-main .dropdown-item:focus {
	text-decoration: none;
	background-color: #222222;
}
/* END NAVBARMAIN */
.header-1 {
	position: relative;
	z-index: 999;
	width: 100%;
}
.header-1 .navbar-main {
	background-color: #239CD8;
}
.header-1 .navbar-main > .container {
	margin-bottom: 0;
	padding: 5px 0;
}
.header-1 .navbar-main .navbar-brand {
	position: absolute;
	top: -80px;
}
.header-1 .navbar-main .navbar-nav .nav-link.active {
	color: #E6E1C5;
}
.header-1 .navbar-main .navbar-nav .nav-link {
	color: #fff;
	padding: .5rem 1.5rem;
}
.header-1 .navbar-main .navbar-nav .nav-link:hover, .header-1 .navbar-main .navbar-nav .nav-link:focus {
	color: #E6E1C5;
}
.header-1 .navbar-main .navbar-nav .active > .nav-link {
	color: #E6E1C5;
}
.header-1 .navbar-main.stiky {
	height: auto;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding-top: 40px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	bottom: initial;
}
.header-1 .navbar-main.stiky .navbar-brand {
	position: static;
	margin-left: 0;
}
.header-1 .navbar-main.stiky > .container {
	margin-bottom: 0;
	padding: 10px 15px;
}
.header-1 .navbar-main.stiky .nav-link {
	color: #222222;
}
.header-1 .navbar-main.stiky .nav-link:hover, .header-1 .navbar-main.stiky .nav-link:focus {
	color: #239CD8;
}
.header-2 .container-nav {
	padding: 20px 0;
}
.header-2 .navbar-main {
	background-color: #fff;
}
.header-2 .navbar-main .container {
	padding: 5px 15px;
}
.header-2 .navbar-main .navbar-brand {
/*margin-left: 15px;*/ }
.header-2 .navbar-main .navbar-nav .nav-link.active {
	color: #239CD8;
}
.header-2 .navbar-main .nav-link {
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	padding: 1rem 1.5rem;
}
.header-2 .navbar-main .nav-link:hover, .header-2 .navbar-main .nav-link:focus {
	color: #239CD8;
}
.header-2 .navbar-main.stiky {
	height: auto;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding-top: 40px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	bottom: initial;
}
.header-2 .navbar-main.stiky .nav > li > a {
	color: #E6E1C5;
}
.header-2 .navbar-main.stiky .navbar-brand {
	position: static;
	margin-left: 0;
}
.header-2 .navbar-main.stiky .navbar-brand img {
	width: 60%;
}
.header-2 .navbar-main.stiky > .container {
	margin-bottom: 0;
	padding: 10px 15px;
}

@media (max-width: 767px) {
.header-2 .navbar-brand {
	position: static;
	margin-left: 0;
	margin-right: .5rem;
}
.header-2 .navbar-brand img {
	width: 60%;
}
}

@media (max-width: 767px) {
.header-1 .navbar-main .navbar-brand {
	position: relative;
	top: 0;
}
}
/**
 * 5. - SECTION
 * -----------------------------------------------------------------------------
 */
/* 1.1 - Banner */
.banner {
	float: left;
	padding: 0 0;
}
.banner.owl-carousel {
	position: relative;
	height: 100%;
}
.banner.owl-carousel div:not(.owl-controls) {
	height: 100%;
}
.banner.owl-carousel .owl-controls .owl-nav,  .banner.owl-carousel .owl-controls .owl-dots {
	height: auto;
}
.banner.owl-carousel .owl-item img {
	display: none;
}
.banner.owl-carousel .owl-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.banner .item {
	position: relative;
}
.banner .slider-pos {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}
.banner h1 {
	font-size: 72px;
	padding: 0;
	margin-bottom: 10px;
	color: #fff;
}
.banner h1 span {
	color: #239CD8;
}
.banner h1.bg {
	background-color: rgba(230, 225, 197, 0.5);
	padding: 20px;
}
.banner p {
	font-size: 18px;
	padding: 0;
	color: #fff;
}
.banner p.bg {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	color: #E6E1C5;
}
.banner.owl-theme .owl-controls {
	margin-top: 0;
}
.banner .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 18px;
	margin: 5px;
	background: #239CD8;
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	padding-top: 11px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.banner .owl-controls .owl-nav [class*=owl-]:hover {
	background: #E6E1C5;
	text-decoration: none;
}
.banner .owl-nav {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 40%;
}
.banner .owl-nav .owl-prev {
	float: left;
	margin-left: 20px !important;
}
.banner .owl-nav .owl-next {
	float: right;
	margin-right: 20px !important;
}
.banner .owl-dots {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 4%;
	display: none !important;
}
.banner .owl-dots .owl-dot span {
	background: #fff !important;
}
.banner .owl-dots .owl-dot.active span {
	background: #239CD8 !important;
}

@media (max-width: 767px) {
.banner h1 {
	font-size: 42px;
}
.banner .owl-nav {
	display: none;
}
.banner .owl-dots {
	display: block !important;
}
}
.wrap-caption {
	width: 60%;
}
.wrap-caption.center {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.wrap-caption.right {
	width: 60%;
	text-align: right;
	float: right;
}
.wrap-caption .excerpt {
	margin-bottom: 50px;
	font-size: 18px;
}
.wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary, .wrap-caption .btn-primary-darken.disabled, .wrap-caption .btn-light {
	margin-right: 15px;
}

@media (max-width: 767px) {
.wrap-caption {
	width: 100%;
}
.wrap-caption.center, .wrap-caption.right {
	width: 100%;
}
}
.content-wrap30 {
	padding: 30px 0;
}
.content-wrap {
	padding: 80px 0;
}
.content-wrap-20 {
	padding: 20px 0;
}
.content-wrap-120 {
	padding: 120px 0;
}
.bg-primary-1 {
	background: #239CD8;
}
.bg-primary-2 {
	background: #4d6f28;
}
.bg-primary-3 {
	background: #33491b;
}
.bg-primary-1.with-hover:hover, .bg-primary-2.with-hover:hover, .bg-primary-3.with-hover:hover {
	background-color: #E6E1C5;
}
.img-rounded-3 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.img-video {
	position: relative;
}
.img-video .play-video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	background-color: transparent;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: table-cell;
	padding-top: 13px;
	padding-left: 7px;
	text-align: center;
	vertical-align: middle;
	line-height: 2;
	color: #fff;
	z-index: 2;
}
.img-video .play-video:hover {
	background-color: #fff;
	color: #239CD8;
}
.img-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(230, 225, 197, 0.1);
}
.ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 65px;
	width: 65px;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;
	border-radius: 50%;
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	animation: ripple 2s infinite;
}
.ripple:before {
	animation-delay: .9s;
	content: "";
	position: absolute;
}
.ripple:after {
	animation-delay: .9s;
	content: "";
	position: absolute;
}
 @keyframes ripple {
 70% {
 box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
 100% {
 box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
/**
 * 6. - FOOTER
 * -----------------------------------------------------------------------------
 */
.footer {
	background-color: #E6E1C5;
	background-size: cover;
	background-position: center;
	color: gray;
}
.footer .footer-item .logo-bottom {
	margin-bottom: 10px;
}
.footer .footer-item .footer-title {
	font-size: 24px;
	padding: 20px 0 10px 0;
	margin-bottom: 0;
	position: relative;
	font-weight: 700;
}
.footer .footer-item .footer-title:after {
	content: '';
	display: block;
	vertical-align: bottom;
	width: 60px;
	height: 1px;
	background: #239CD8;
	margin-bottom: 10px;
	margin-top: 15px;
}
.footer .footer-item .footer-sosmed {
	margin-top: 50px;
	margin-bottom: 30px;
	display: inline-block;
}
.footer .footer-item .footer-sosmed a .item {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	margin: 0 14px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #eeead7;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}
.footer .footer-item .footer-sosmed a .item:hover {
	background-color: #239CD8;
}
.footer .footer-item .footer-sosmed a .item .fa {
	font-size: 16px;
}
.footer .footer-item .list {
	margin: 0;
	padding: 0;
}
.footer .footer-item .list li {
	list-style: none;
	margin: 14px 0;
}
.footer .footer-item .list li a {
	color: #333333;
	padding-left: 15px;
	position: relative;
}
.footer .footer-item .list li a:before {
	content: '\f105';
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}
.footer .footer-item .list li a:hover {
	color: #239CD8;
	text-decoration: none;
}
.footer .footer-item .footer-subscribe {
	position: relative;
}
.footer .footer-item .footer-subscribe input[type=email] {
	width: 100%;
	background: #fff;
	padding: 10px 57px 10px 17px;
	min-height: 38px;
	max-width: 480px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 0;
}
.footer .footer-item .footer-subscribe input[type=email]:focus {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 2px #239CD8;
	-moz-box-shadow: 0 0 0 2px #239CD8;
	box-shadow: 0 0 0 2px #239CD8;
	border-color: transparent;
}
.footer .footer-item .footer-subscribe input[type=submit] {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.footer .footer-item .footer-subscribe label {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	width: 40px;
	height: 38px;
	line-height: 40px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	background: none;
	color: #fff;
	outline: 0 !important;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	background: #239CD8;
}
.footer .footer-item .footer-subscribe .icon {
	font-size: 18px;
}
.footer .footer-item .footer-subscribe p {
	font-size: 13px;
	margin-top: 16px;
}
.footer .footer-item .recent-post {
	margin: 0;
	padding: 0;
}
.footer .footer-item .recent-post li {
	list-style: none;
	margin: 0 0 30px;
}
.footer .footer-item .recent-post li a {
	color: #333333;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 14px;
}
.footer .footer-item .recent-post li a:hover {
	color: #239CD8;
}
.footer .footer-item .recent-post li .date {
	display: block;
	font-size: 12px;
	padding: 0;
	color: rgba(51, 51, 51, 0.4);
}
.footer .footer-item .recent-post li .date i {
	margin-right: 5px;
}
.footer .fcopy {
	padding: 25px 0 10px 0;
	font-size: 14px;
	border-top: 1px solid #33491b;
	background-color: #fff;
}
.list-info {
	margin: 0;
	padding: 0;
}
.list-info li {
	margin-bottom: 30px;
	list-style: none;
	font-size: 16px;
}
.list-info li .info-icon {
	display: table-cell;
	font-size: 35px;
	color: #239CD8;
}
.list-info li .info-text {
	padding-left: 18px;
	display: table-cell;
	vertical-align: top;
}
.list-info li h1, .list-info li h2, .list-info li h3, .list-info li h4, .list-info li .rs-team-1 .title, .rs-team-1 .list-info li .title, .list-info li h5 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	color:#239CD8;
}

.caption-heading {text-shadow: 2px 2px #000;}

.img-responsive{ max-width: 100%;
  height: auto;}
.imgdr{margin:0 0 20px 20px; float:right;}

.text-center{text-align:center;}