@charset "utf-8";
/* CSS Document */


h1, h2, h3	{
	color:#39729b;
}

img {
    display: inline;
    height: auto;
    max-width: 100%;
}

/*------------------------ HEADER --------------------------------*/
#sp-top-bar {
    background-color: #39729b;
    color: #fff;
	padding:6px 0;
}
#sp-top-bar a {
    color: #fff;
}
#sp-top-bar a:hover {
    color: #adcfe7;
}

.top1	{
}

.topmenu1		{
	text-align:left;
}
.topmenu1 ul > li > a::before {
    color: #c8c8c8;
    content:none!important;
    font-family: "FontAwesome";
}
.topmenu1 ul.menu_topmenu1 ul	{
	list-style-type:none;
}
.topmenu1 ul.menu_topmenu1 li	{
	background:none;
	display:inline
}
.topmenu1 ul.menu_topmenu1 ul	 a {
	list-style-type:none;
	padding:0;
	margin:0;
}
.topmenu1 ul.menu_topmenu1 li a	{
	background:none;
	padding:0 6px;
	display:inline;
	margin-bottom: 0px;
	line-height:14px!important;
}
.topmenu1 ul.menu_topmenu1 li a:hover	{
	background:none;
	display:inline;
	margin-bottom: 0px;
}
.topmenu1 ul > li {
    border-bottom: 0px solid #e8e8e8!important;
    display: block;
    transition: all 300ms ease 0s;
}

.topmenu2		{
	text-align:right;
}
.topmenu2 ul > li > a::before {
    color: #c8c8c8;
    content:none!important;
    font-family: "FontAwesome";
}
.topmenu2 ul.menu_topmenu2 ul	{
	list-style-type:none;
}
.topmenu2 ul.menu_topmenu2 li	{
	background:none;
	display:inline
}
.topmenu2 ul.menu_topmenu2 ul	 a {
	list-style-type:none;
	padding:0;
	margin:0;
}
.topmenu2 ul.menu_topmenu2 li a	{
	background:none;
	padding:0 6px;
	display:inline;
	margin-bottom: 0px;
	line-height:14px!important;
}
.topmenu2 ul.menu_topmenu2 li a:hover	{
	background:none;
	display:inline;
	margin-bottom: 0px;
}
.topmenu2 ul > li {
    border-bottom: 0px solid #e8e8e8!important;
    display: block;
    transition: all 300ms ease 0s;
}

.sp-contact-info li {
    font-size:14px;
}
#sp-header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: none;
    height: 90px;
}
.newsticker		{
	background:#f0f0f0;
	padding:6px 10px;
	max-width:1200px;
	margin:0 auto;
}
.searchbar		{
	float:right;
}
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 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
/*------------------------ MENU --------------------------------*/
.sp-megamenu-parent > li > a {
    color: #5b5b5b;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 90px;
    padding: 0 8px;
    text-transform: uppercase;
}
.sp-megamenu-parent > li.sp-has-child > a::after {
    content: none;
    font-family: "FontAwesome";
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #333;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
	border-bottom:1px solid #f0f0f0;
	font-weight:400;
}

/*------------------------ PAGE BUILDER --------------------------------*/
.sppb-container h3		{
	font-size:18px;
	text-transform:uppercase;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
    border: 0 none;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 0;
}
#sp-page-builder img {
    vertical-align: middle;
    width: 100%;
}

.pb_videobg		{
	max-width:900px;
	margin:0 auto;
}

.pb_featurebox			{
	padding:0 0 60px 0;
}
.pb_featurebox	 h3		{
	margin-top:1px!important;
}
.pb_featurebox figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pb_featurebox figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: .6;
}
figure {
	margin: 0;
	padding: 0;
	background: #39729b;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
}


/*------------------------ BODY --------------------------------*/
#sp-main-body {
    padding: 50px 0;
}
.sp-page-title	{
	text-align:center;
}
.sp-page-title {
  background: #d1e0eb;
  padding:50px 0;
}
.sp-page-title h2 {
    color: #0c3c60;
    margin: 0;
	font-size:34px;
	line-height:42px;
	font-weight:700;
	text-shadow:1px 1px #dff0fd;
}
.sp-page-title h3 {
    color: #39729b;
	font-size:16px;
	font-weight:600;
    margin: 0;
    padding: 15px 0 10px 0;
	text-shadow:1px 1px #dff0fd;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
    color: #39729b;
	text-shadow:1px 1px #dff0fd;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
    color: #39729b!important;
	text-shadow:1px 1px #dff0fd;
	text-transform:uppercase;
}


/*------------------------ BOTTOM --------------------------------*/
#sp-bottom {
    background-color: #0c3c60;
	color:#d1e0eb;
    padding: 60px 0 40px 0;
	text-align:center;
}

.bottom_menu		{
	text-align:center;
	background:#0c3c60;
	color:#fff;
	padding:6px 0;
	border-top:1px solid #3d6889;
	border-bottom:1px solid #3d6889;
}
.bottom_menu ul > li > a::before {
    color: #fff;
    content:none!important;
    font-family: "FontAwesome";
}
.bottom_menu ul.menu_bottommenu ul	{
	list-style-type:none;
	padding:0;
	margin:0
}
.bottom_menu ul.menu_bottommenu li	{
	background:none;
	padding:0;
	display:inline
}
.bottom_menu ul.menu_bottommenu ul	 a {
	list-style-type:none;
	padding:0;
	margin:0;
}
.bottom_menu ul.menu_bottommenu li a	{
	background:none;
	padding:0 10px;
	display:inline;
	margin-bottom: 0px;
	color:#fff;
}
.bottom_menu ul.menu_bottommenu li a:hover	{
	background:none;
	padding:0 10px;
	display:inline;
	margin-bottom: 0px;
	color:#adcfe7;
}
.bottom_menu ul > li {
    border-bottom: 0px solid #e8e8e8!important;
    display: block;
    transition: all 300ms ease 0s;
}

#sp-footer {
    color: #d1e0eb;
	background:#0c3c60;
    padding: 20px 0;
    text-align: center;
}
#sp-footer a {
    color: #adcfe7;
}
#sp-footer a:hover {
    color: #d1e0eb;
}
/*------------------------ TEMPLATE --------------------------------*/

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 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 100px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input, textarea, .uneditable-input {
    width: 90%;
}


/*------------------------ EXTENSIONS --------------------------------*/
#rsform_3_page_0		{
	background:#f4f4f4;
	padding:30px 30px 60px 30px;
	border:1px solid #ddd;
}

div.current		{
	border:0px!important;
	padding:0px!important;
	background:none!important;
}


/*------------------------ TYPROGRAPHY --------------------------------*/
.sp-module {
    margin-top: 30px;
}
.sp-module .sp-module-title {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.sp-module-content		{
	font-size:98%;
	line-height:160%;
}

.box01		{
	padding:20px;
	border:1px solid #d1e0eb;
}
.box02		{
	padding:20px;
	color:#39729b;
	border:1px solid #d1e0eb;
	background:#d1e0eb;
}
.box03		{
	padding:20px;
	color:#fff;
	background:#39729b;
}
.box03 a		{
	color:#fff;
	font-weight:bold;
}
.box03 a:hover		{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
.box03 h3		{
	color:#fff;
}

.box04		{
	padding:20px;
	color:#fff;
	background:#262525;
}
.box04 h3		{
	color:#fff;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 20px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.green		{
	background:#39729b;
	border:2px solid #39729b;
	color:#fff;
	margin:5px;
}
.green:hover		{
	background:#0c3c60;
	border:2px solid #0c3c60;
	color:#fff;
}
.greenborder		{
	background:#fff;
	border:2px solid #39729b;
	color:#39729b;
	margin:5px;
}
.greenborder:hover		{
	background:#39729b;
	border:2px solid #39729b;
	color:#fff;
}

.slidebutton		{
	background: rgba(0, 0, 0, 0.6);
	color:#fff!important;
	padding:10px 20px;
	font-size:14px;
	font-weight:700;
}
.slidebutton a		{
	color:#fff!important;
}
.slidebutton a:hover		{
	background: rgba(107, 173, 125, 0.6)!important;
}

.social{
  text-align:none;
}
.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
ul.social-share li {
  display: inline-block;
  margin:0 1px;
  border-bottom:none;
}
ul.social-share li > a::before {
    content: none;
}
ul.social-share li a {
  display: inline-block;
  color: #39729b!important;
  background: #fff;
  width: 26px;
  height: 26px;
  line-height:20px;
  text-align: center;
  border-radius: 100%;
  font-size:16px;
}
ul.social-share li a:hover {
  background: #477352;
  color: #fff!important;
  border:0px solid #c52d2f
}
.facebookhover a:hover	{
	background:#3b5997!important;
	color:#fff!important;
}
.twitterhover a:hover	{
	background:#55acef!important;
	color:#fff!important;
}
.rsshover a:hover	{
	background:#e29126!important;
	color:#fff!important;
}
.googleplushover a:hover	{
	background:#d6492e!important;
	color:#fff!important;
}
.youtubehover a:hover	{
	background:#ce3527!important;
	color:#fff!important;
}

.whatapps		{
	background:#6ea4ca;
	color:#fff;
	padding:3px 15px;
	border-radius:30px;
	margin:0 5px;
}
.whatsappicon		{
	font-size:18px;
}

/*------------------------ RESPONSIVE --------------------------------*/
@media (max-width: 1200px){
.sp-megamenu-parent {
display: none !important;
}
#offcanvas-toggler {
display: inline-block !important;
}
}

@media (max-width: 1024px){

}

@media (max-width : 992px){

}

@media (max-width: 768px) {
	.top1	{
	text-align:center;
	padding-top:10px;
	}
	.topmenu1		{
	text-align:center;
	padding-top:10px;
	}
	.topmenu2		{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	}
	.searchbar		{
	padding-top:10px;
	}
}

@media (max-width : 480px) {

}

