<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------*/
/* General
/*-----------------------------------------------------------------------------------*/
.negative-wrap {
  margin-left: -20px;
  margin-right: -20px;
}

/*-----------------------------------------------------------------------------------*/
/* Blockquote
/*-----------------------------------------------------------------------------------*/
blockquote {
  color: #adadad;
  margin: 0 0 20px 0;
  padding: 0;
}

blockquote p {
  margin: 0 !important;
  padding: 20px;
  border-left: 5px solid #e6e6e6;
  font-style: italic;
}

/*-----------------------------------------------------------------------------------*/
/* List Element
/*-----------------------------------------------------------------------------------*/
.motopress_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.motopress_list li {
  padding: 3px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.motopress_list li:before {
  margin-right: 10px;
}

.motopress_list.color-accent li:before {
  color: #44bdbd;
}

.motopress_list.circle li:before {
  font-family: "FontAwesome";
  content: "\f10c";
}

.motopress_list.point li:before {
  content: "â€¢";
}

.motopress_list.arrow li:before {
  font-family: "FontAwesome";
  content: "\f0da";
}

.motopress_list.circlearrow li:before {
  font-family: "FontAwesome";
  content: "\f138";
}

.motopress_list.dotcircle li:before {
  font-family: "FontAwesome";
  content: "\f192";
}

.motopress_list.plus li:before {
  font-family: "FontAwesome";
  content: "\f067";
}

.motopress_list.thumb li:before {
  font-family: "FontAwesome";
  content: "\f087";
}

.motopress_list.line li:before {
  font-family: "FontAwesome";
  content: "\f068";
}

.motopress_list.checkbox li:before {
  font-family: "FontAwesome";
  content: "\f00c";
}

.motopress_list.show_separator li {
  padding: 8px 0;
  border-bottom: 1px solid #edf2f5;
}

.motopress_list.show_separator li:last-child {
  border: none;
}

/*-----------------------------------------------------------------------------------*/
/* Recent Blog
/*-----------------------------------------------------------------------------------*/
.latest-blog {
  margin: 0 0px;
  height: auto;
}

.latest-blog .blog-item {
  margin: 0 0 40px 0px;
  display: block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.latest-blog .blog-item .blog-pic {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.latest-blog .blog-item .blog-pic img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.latest-blog .blog-item .blog-item-description {
  padding: 10px 5px;
  text-align: left;
  color: #00324b;
}

.latest-blog .blog-item h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
  padding: 0;
  text-align: left;
  font-weight: 700;
}

.latest-blog .blog-item h4 a:hover {
  color: #44bdbd;
}

.latest-blog .blog-item .blog-item-description div {
  display: block;
}

.latest-blog .blog-item .blog-item-description .recent-meta {
  display: none !important;
}

.latest-blog .read-more-link {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/* Callout
/*-----------------------------------------------------------------------------------*/
.callout {
  margin: 0;
  padding: 30px;
  display: block;
  text-align: left;
  background: #00324b !important;
}

.callout .callout-text {
  font-size: 16px;
  font-weight: bold !important;
  display: inline-block;
  color: #fff !important;
  vertical-align: middle;
  margin-top: 10px;
  font-family: 'Roboto Slab', serif;
}

.callout .callout-button {
  display: inline-block;
  font-size: 12px;
  font-weight: normal !important;
  position: relative;
  top: -3px;
  margin-left: 30px !important;
  float: right;
  padding-top: 5px;
}

.callout .callout-button a {
  padding: 16px;
  font-size: 12px;
  border: none !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/*-----------------------------------------------------------------------------------*/
/* Image
/*-----------------------------------------------------------------------------------*/
.single_image.align-left {
  text-align: left;
}

.single_image.align-right {
  text-align: right;
}

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

.single_image {
  position: relative;
}

.single_image img {
  max-width: 100%;
  height: auto;
  position: relative;
}

.single_image-caption {
  display: block;
  padding: 3px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/* Imagebox
/*-----------------------------------------------------------------------------------*/
.imagebox {
  background: #ffffff;
  color: #777777;
  display: block;
  border-radius: 2px;
  padding: 30px 10px 30px 10px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
  overflow: hidden;
}

.imagebox h1,
.imagebox h2,
.imagebox h3,
.imagebox h4,
.imagebox h5,
.imagebox h6,
.imagebox p {
  margin: 0 0 10px 0;
}

.imagebox .imagebox-img {
  margin: -31px -31px 0 -31px;
  display: block;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.imagebox .imagebox-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 25px !important;
}

.imagebox a.button {
  margin: 20px 0 0 0;
}

.imagebox.style-2 {
  border: none;
  border-radius: none;
  box-shadow: none;
  background: #f9f9f9;
}

.imagebox.style-2 .imagebox-img {
  margin: 0 0 20px 0;
  border-radius: 2px;
}

.imagebox.style-2 .imagebox-img img {
  display: block;
  margin-bottom: 0px !important;
}

.imagebox.style-2 a.button {
  margin: 10px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/* Member
/*-----------------------------------------------------------------------------------*/
.member {
  margin: 0;
}

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

.member-img img:hover {
  opacity: 0.8;
}

.member-img {
  display: block;
  margin-bottom: 20px;
}

.member h4 {
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}

.member .member-role {
  color: #999999;
  margin: 0 0 10px 0;
  text-align: left;
}

.member .member-content {
  border-top: 1px solid rgba(130, 130, 130, 0.14);
  padding: 8px 0 3px 0 !important;
  margin: 0;
  text-align: left;
}

/*cutom team socail icons*/

.team_icon {
  display: inline-block;
  margin: 10px 5px 5px 0;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  float: left;
}

.team_icon a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  color: #fff !important;
}

.team_icon a:hover {
  background-color: #f8c51e;
  color: #ffffff !important;
}

.member .social-icons {
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
}

.member .social-icons li {
  margin: 0 5px 0 0;
  background-color: #f8f8f8;
}

.member .social-icons li a {
  font-size: 14px !important
}

/*-----------------------------------------------------------------------------------*/
/* Text
/*-----------------------------------------------------------------------------------*/
.styled-text {
  line-height: 1.6;
}

.styled-text a {
  color: inherit;
}

.styled-text a:hover {
  color: inherit;
  opacity: .8;
}

.headline {
  line-height: 1.8;
  margin: 0 0 20px;
}

.fontweight-inherit {
  font-weight: 400;
}

.fontweight-300 {
  font-weight: 300;
}

.fontweight-400 {
  font-weight: 400;
}

.fontweight-500 {
  font-weight: 500;
}

.fontweight-600 {
  font-weight: 600;
}

.fontweight-700 {
  font-weight: 700;
}

.fontweight-800 {
  font-weight: 800;
}

.fontweight-900 {
  font-weight: 900;
}

.fontsize-inherit {
  font-size: inherit;
}

.fontsize-xs {
  font-size: 14px;
}

.fontsize-s {
  font-size: 16px;
}

.fontsize-m {
  font-size: 20px;
}

.fontsize-l {
  font-size: 24px;
}

.fontsize-xl {
  font-size: 28px;
}

.fontsize-xxl {
  font-size: 34px;
}

.fontsize-xxxl {
  font-size: 42px;
}

.fontsize-xxxxl {
  font-size: 52px;
}

.fontsize-xxxxxl {
  font-size: 60px;
}

.superlarge {
  font-size: 100px;
}

.transform-inherit {
  text-transform: inherit;
}

.transform-uppercase {
  text-transform: uppercase;
}

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

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

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

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-20 {
  line-height: 2 !important;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.lowercase {
  text-transform: none !important;
}

/*-----------------------------------------------------------------------------------*/
/* Section
/*-----------------------------------------------------------------------------------*/
.section {
  overflow: hidden;
  /* Animation Cut off */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-left: none !important;
  border-right: none !important;
}

.section:after,
.section:before {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Standard Section */
#content.columns&gt;.standard-section {
  /*padding: 60px 0 60px 0;*/
  margin: 0 -20px;
}

#content.columns&gt;.standard-section:last-child {
  margin-bottom: 20px;
}

/* Full Width Section */
.full-width-section {
  overflow-x: hidden;
}

.section img {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/* Section Backgrounds */
.section-parallax {
  opacity: 0;
  position: static;
  background-position: center 0;
  background-attachment: fixed;
}

.section-parallax.on-mobile {
  background-attachment: scroll;
  background-position: center center;
}

.section.bg-stretch {
  background-repeat: repeat;
  background-size: cover;
}

.section-parallax.on-mobile {
  background-repeat: repeat;
  background-attachment: scroll;
}

/* Column Background */
.wpb_column {
  background-repeat: repeat;
  background-size: cover;
}

/* Triangle */
.section-triangle {
  position: relative;
}

.section-triangle .section-triangle-color {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 99;
  border-style: solid;
  margin-left: -16px;
  border-width: 16px 16px 0 16px;
  border-color: #ffffff transparent transparent transparent;
}

/* ------------------------------------------------------------------------ */
/* Visual Composer Tweaks
/* ------------------------------------------------------------------------ */
/* VC 4.6+ Full Height Row */

.wpb_row.vc_row-o-full-height {
  min-height: 100vh;
}

.wpb_row.vc_row-o-content-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box !important;
}

.wpb_row:after,
.wpb_row:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wpb_row {
  margin-left: -20px;
  margin-right: -20px;
}

/* New Naming Convention of VC 4.3 */
.vc_non_responsive .wpb_row .vc_col-sm-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-10 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-11 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_non_responsive .wpb_row .vc_col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-10 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-11 {
  padding-left: 20px;
  padding-right: 20px;
}

.vc_responsive .wpb_row .vc_col-sm-12 {
  padding-left: 20px;
  padding-right: 20px;
}

/* Section &amp; Sidebar Row and Child Rows */
.page-section .wpb_row {
  margin: 0;
}

.page-section .wpb_row .wpb_row {
  margin: 0 -20px !important;
  padding: 0;
}

.sidebar-left .wpb_row,
.sidebar-right .wpb_row {
  margin-bottom: 0;
}

.sidebar-left .wpb_row .wpb_row,
.sidebar-right .wpb_row .wpb_row {
  margin: 0 -20px;
}

.full-width-section .wpb_column {
  padding: 0 !important;
}

/* Fix for VC 4.3 margins */
.wpb_row .wpb_column p:last-child {
  margin: 0;
}

/* Row - Bottom Margin /--------------------------------------------------------- */
@media (max-width: 767px) {
  .wpb_row .wpb_column {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {

  .vc_responsive .full-width-section .wpb_column {
    margin-bottom: 0px !important;
  }

  .vc_responsive .wpb_row&gt;div&gt;:last-child,
  .vc_responsive .wpb_row&gt;div&gt;:last-child&gt;.wpb_column {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {

  .section {
    overflow: hidden;
  }
}

/* Element Margin */
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid&gt;li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 40px;
}

.wpb_row .wpb_row .wpb_content_element {
  margin-bottom: 40px;
}

/* Row - Standard 1200px /--------------------------------------------------------- */
.page-section .standard-section .span_12 {
  max-width: 1200px;
  margin: 0 auto;
}

/* Row - Desktop 960px /--------------------------------------------------------- */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .vc_responsive .page-section .standard-section .span_12 {
    max-width: 960px;
  }
}

/* Row - Tablet 768px /--------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .vc_responsive .page-section .standard-section .span_12 {
    max-width: 768px;
  }
}

/* Row - Mobile Portrait 320px /--------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .vc_responsive .page-section .standard-section .span_12 {
    max-width: 340px;
  }
}

/* Row - Mobile Landscape 480px /--------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .vc_responsive .page-section .standard-section .span_12 {
    max-width: 460px;
  }
}

/* Text Align */
.col.text-align-center {
  text-align: center;
}

.col.text-align-right {
  text-align: right;
}

/* Column Padding */
.wpb_row .span_12&gt;.col.padding-1 {
  padding: 1% !important;
}

.wpb_row .span_12&gt;.col.padding-2 {
  padding: 2% !important;
}

.wpb_row .span_12&gt;.col.padding-3 {
  padding: 3% !important;
}

.wpb_row .span_12&gt;.col.padding-4 {
  padding: 4% !important;
}

.wpb_row .span_12&gt;.col.padding-5 {
  padding: 5% !important;
}

.wpb_row .span_12&gt;.col.padding-6 {
  padding: 6% !important;
}

.wpb_row .span_12&gt;.col.padding-7 {
  padding: 7% !important;
}

.wpb_row .span_12&gt;.col.padding-8 {
  padding: 8% !important;
}

.wpb_row .span_12&gt;.col.padding-9 {
  padding: 9% !important;
}

.wpb_row .span_12&gt;.col.padding-10 {
  padding: 10% !important;
}

@media only screen and (max-width: 767px) {
  .wpb_row .span_12&gt;.col.padding-1 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-5 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-7 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-8 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-9 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .wpb_row .span_12&gt;.col.padding-10 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}


/* ------------------------------------------------------------------------ */
/* Widgetized
/* ------------------------------------------------------------------------ */
.wpb_widgetised_column .widget {
  margin-bottom: 40px;
  color: #888888;
}

.wpb_widgetised_column .widget h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #444444;
}

.wpb_widgetised_column .widget ul {
  margin: -10px 0 0 0;
}

.wpb_widgetised_column .widget&gt;ul&gt;li {
  border-bottom: 1px solid #efefef;
  position: relative;
  padding: 10px 0;
}

.wpb_widgetised_column .widget&gt;ul&gt;li:last-child {
  border: none;
}

.wpb_widgetised_column .widget&gt;ul&gt;li ul {
  margin-top: 10px;
  margin-bottom: -10px;
  border-top: 1px solid #efefef;
}

.wpb_widgetised_column .widget&gt;ul&gt;li ul li {
  background: #f9f9f9;
  padding: 10px 0 10px 14px;
  border-bottom: 1px dashed #efefef;
}

.wpb_widgetised_column .widget&gt;ul&gt;li ul li:last-child {
  border-bottom: none;
}

.wpb_widgetised_column .widget&gt;ul&gt;li ul li a:before {
  content: '+';
  margin-right: 10px;
}

.wpb_widgetised_column .widget ul li:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: #cccccc;
}

.wpb_widgetised_column .widget ul li a {
  display: block;
  color: #777777;
}

.wpb_widgetised_column .widget ul li a:hover {
  color: #44bdbd;
}

.wpb_widgetised_column .widget ul li:hover:after {
  color: #44bdbd;
}

.wpb_widgetised_column .widget&gt;ul&gt;li.current_page_item,
.wpb_widgetised_column .widget&gt;ul&gt;li.current-menu-item {
  font-weight: 600;
}


/* ------------------------------------------------------------------------ */
/* Animations
/* ------------------------------------------------------------------------ */
.animate {
  opacity: 0;
  position: relative;
}

.animate[data-animation="fade-in-from-left"] {
  left: -40px;
}

.animate[data-animation="fade-in-from-right"] {
  right: -40px;
}

.animate[data-animation="fade-in-from-bottom"] {
  bottom: -50px;
}

.animate[data-animation="fade-in-from-top"] {
  top: -50px;
}

/* ------------------------------------------------------------------------ */
/* Accordion
/* ------------------------------------------------------------------------ */
.wpb_content_element .wpb_accordion_header a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0;
  outline: none !important;
  font-size: 13px;
  text-transform: uppercase;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  border: 1px solid #f9f9f9;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #eaeaea;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 20px 0 20px 15px;
  display: none;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content&gt;.wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child&gt;div&gt;div.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}

.wpb_accordion .wpb_accordion_wrapper {}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 0 0;
  padding-bottom: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  outline: none !important;

}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover a {
  background-color: #00324b;
  color: #fff !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding: 12px 10px 12px 22px !important;
  color: #042e3e;
  font-weight: bold;
  -webkit-transition: all 0.07s ease;
  -moz-transition: all 0.07s ease;
  -ms-transition: all 0.07s ease;
  -o-transition: all 0.07s ease;
  transition: all 0.07s ease;
  font-size: 13px !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  margin-right: 10px !important;
  margin-top: 5px !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active.wpb_accordion_header a {
  color: #042e3e;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover .ui-state-default .ui-icon {
  color: #042e3e;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:hover .ui-icon {}


/* ------------------------------------------------------------------------ */
/* Tabs
/* ------------------------------------------------------------------------ */
.wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
  padding: 0;
}

.wpb_content_element .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important;
}

#content .wpb_content_element .wpb_tabs_nav {
  margin: 0;
}

.wpb_content_element .wpb_tabs_nav li {
  background-color: transparent;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important;
  margin: 0 30px -1px 0 !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
  display: none !important;
}

.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #ffffff;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
  background-color: #ffffff;
  border-bottom: 5px solid #666666;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default;
  color: #333333;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0 2px 15px 2px;
  color: #999999;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover {
  color: #333333;
}

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #ffffff;
  border-top: 1px solid #efefef;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 20px 0 0 0;
}

/* ------------------------------------------------------------------------ */
/* Video Background
/* ------------------------------------------------------------------------ */
.wpb_row {
  position: relative;
}

.wpb_row .span_12 {
  position: relative;
  z-index: 10;
}

.video-fallback {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wpb_row .video-wrap {
  overflow: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
  padding-bottom: 0px !important;
  opacity: 0;
  z-index: 1;
}

.video-overlay {
  width: 100%;
  height: 100%;
  opacity: 0.72;
  position: absolute !important;
  top: 0;
  left: 0;
  padding-bottom: 0px !important;
  z-index: 3;
}

.wpb_row .video-wrap .mejs-container .mejs-controls {
  display: none !important;
}

/* ------------------------------------------------------------------------ */
/* Misc
/* ------------------------------------------------------------------------ */
.vc_pie_chart h4 {
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.vc_pie_chart {
  margin: 0 !important;
}


/* ------------------------------------------------------------------------ */
/* Color Light
/* ------------------------------------------------------------------------ */
.color-light,
.color-light p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.color-light a,
.color-light h1 a,
.color-light h2 a,
.color-light h3 a,
.color-light h4 a,
.color-light h5 a,
.color-light h6 a {
  color: #fff;
}

.color-light a:hover,
.color-light h1 a:hover,
.color-light h2 a:hover,
.color-light h3 a:hover,
.color-light h4 a:hover,
.color-light h5 a:hover,
.color-light h6 a:hover,
.color-light a:hover h1,
.color-light a:hover h2,
.color-light a:hover h3,
.color-light a:hover h4,
.color-light a:hover h5,
.color-light a:hover h6 {
  color: #fff !important;
}

.color-light h1,
.color-light h2,
.color-light h3,
.color-light h4,
.color-light h5,
.color-light h6 {
  color: #fff;
}

.color-custom h1,
.color-custom h2,
.color-custom h3,
.color-custom h4,
.color-custom h5,
.color-custom h6 {
  color: inherit;
}


.color-light .title {
  color: #fff;
}

.color-light .member .member-role {
  color: rgba(255, 255, 255, 0.8);
}

.color-light .title.align-center:before,
.color-light .title.align-center:after,
.color-light .title:after,
.color-light .title.align-left:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.color-light .imagebox {
  border: none;
}

/*main*/
.color-light .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  color: #fff !important;
}

.color-light .wpb_accordion .wpb_accordion_wrapper {
  border-color: rgba(255, 255, 255, 0.2);
}

.color-light .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(255, 255, 255, 0.2);
}

.color-light .social-icon {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.color-light .social-icon a {
  color: #fff;
}

.color-light .social-icon a:hover {
  background: #fff;
  color: #777 !important;
}

.color-light .toggle .toggle-title {
  background-color: #fff;
  border: 1px solid #fff;
  color: #777;
}

.color-light .toggle .toggle-title:hover {
  background: #efefef;
}

.color-light .toggle .toggle-title i {
  opacity: .6;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 10px 0 0;
}

.color-light .toggle .toggle-title.active {
  background: #1cbac8;
  color: #fff;
  border-color: #1cbac8;
}

.color-light .toggle .toggle-title.active i {
  opacity: 1;
}

.color-light .toggle .toggle-inner {
  background: #fff;
  border: 1px solid #fff;
  color: #777;
}

.color-light .toggle .toggle-inner p {
  color: #777 !important;
}

.color-light .gallery-style-2 .gallery {
  background: rgba(0, 0, 0, 0.2);
}

.color-light input[type="text"],
.color-light input[type="password"],
.color-light input[type="email"],
.color-light textarea {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}

.color-light input[type="text"]:focus,
.color-light input[type="password"]:focus,
.color-light input[type="email"]:focus,
.color-light textarea:focus {
  color: #fff;
  background: #transparent;
  border-color: #fff;
}

.color-light .wpcf7-form .wpcf7-submit {
  background: #fff;
  color: #777;
  border: none;
}

.color-light .wpcf7 span.wpcf7-not-valid-tip {
  color: #777;
  margin-top: -2px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 0 0 2px 2px;
}

.color-light input.wpcf7-not-valid {
  border-color: #fff;
}

.color-light .wpcf7-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .wpcf7-form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .wpcf7-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .wpcf7-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .latest-blog-list-modern li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.color-light .latest-blog-list-modern li a:hover {
  background: rgba(255, 255, 255, 0.07);
}

.color-light .latest-blog-list-modern li span {
  color: rgba(255, 255, 255, 0.7);
}

.color-light .owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

.color-light .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  display: none !important;

}

.color-light .blog-list-item-excerpt a {
  opacity: .5;
}

.color-light .blog-list-item-excerpt a:hover {
  opacity: 1;
}

.color-light .latest-blog-list .blog-list-item-date {
  background: #f4f4f4;
  color: #444;
}

.color-light .latest-blog-list .blog-list-item-date span {
  background: #444;
  color: #fff;
}

/*------------------------------*/
/*  00 - Featured box
/* ------------------------------*/
@media screen and (max-width: 790px) {
  .mobile-no-margin-top .row_inner_wrapper {
    margin-top: 0px !important;
  }
}

.featured-box .featured-box-content h4 {
  margin-top: 30px !important;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}

.featured-box .featured-box-desc {
  margin-top: 15px;
  line-height: 30px;
  text-align: left;
  color: #00324b;
  font-size: inherit;
}

.featured-box .featured-box-thumb {
  display: block;
}

.featured-box .featured-box-thumb a {
  position: relative;
  display: block;
}

.featured-box .featured-box-thumb img {
  width: 100%;
  height: auto;
}

.featured-box .featured-box-button a {
  margin-top: 15px !important;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 24px;
  color: #ffffff;
  max-width: 50%;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  letter-spacing: 0.2px;
}

.featured-box .featured-box-button a:hover {
  text-decoration: none;
}

.featured-box .video_icon {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
  border: 3px solid #ffffff;
  border-radius: 100px;
  line-height: 1;
  padding: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.featured-box .video_icon i {
  color: #ffffff;
  margin-left: 3px;
  font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/* Gallery
/*-----------------------------------------------------------------------------------*/
.gallery .gallery-item a {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery {
  margin: 0 auto 0px;
}

.gallery .gallery-item {
  float: left;
  text-align: center;
  width: 100%;
  margin: 0 !important;
}

.gallery-columns-2 .gallery-item {
  width: 50% !important;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333333333333% !important;
}

.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery-columns-5 .gallery-item {
  width: 20% !important;
}

.gallery-columns-6 .gallery-item {
  width: 16.66666666666667% !important;
}

.gallery-columns-7 .gallery-item {
  width: 14.28571428571429% !important;
}

.gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}

.gallery-columns-9 .gallery-item {
  width: 11.11111111111111% !important;
}

.gallery img {
  width: 100% !important;
  height: auto;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gallery a:hover {
  opacity: 0.8;
}

.gallery-item {
  margin: 0 !important;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-style-2 .gallery-item {
  padding: 10px;
}

/*-----------------------------------------------------------------------------------*/
/* Testimonial
/*-----------------------------------------------------------------------------------*/
.testimonial-wrap {
  position: relative;
}

.testimonial {
  padding: 35px;
  font-size: inherit;
  background: #ffffff;
  border-right: 1px solid #d1e0e7;
  border-left: 1px solid #d1e0e7;
  border-bottom: 1px solid #d1e0e7;
  border-top: 4px solid;
  color: #00324b;
  position: relative;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .03);
  font-weight: inherit;
}

/* Triangle */
.testimonial:before,
.testimonial:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

/* Stroke */
.testimonial:before {
  bottom: -16px;
  left: 25px;
  border-top-color: #d1e0e7;
  border-width: 16px;
}

/* Fill */
.testimonial:after {
  bottom: -15px;
  left: 26px;
  border-top-color: #ffffff;
  border-width: 15px;
}

.testimonial-author {
  display: block;
  margin: 30px 0 0 24px;
  font-weight: 700;
  font-size: 14px;
}

.testimonial-author span {
  margin-top: -3px;
  font-weight: 700;
  display: block;
  color: #6a91a4;
  font-size: 12px;
}

.testimonial-img {
  display: block;
  overflow: hidden;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin: 0px 14px 0 0;
}

.testimonial-img img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------------*/
/* 00 - Extra Shortcodes Classes
/*-----------------------------------------------------------------------------------*/
.wpb_image_grid .wpb_image_grid_ul img:hover {
  opacity: 0.7 !important;
}
</pre></body></html>