img {
  max-width: 100%; }

.button-cyan {
  background: #5fc6b6;
  color: #FFF;
  font-weight: bold; }

.btn {
  padding: 10px 20px; }

@keyframes animate-arrow-right {
  0% {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; }
  50% {
    -webkit-transform: translate(10px, 0) scale(1.3, 1);
    transform: translate(10px, 0) scale(1.3, 1);
    -webkit-transform: translate3d(10px, 0, 0) scale(1.3, 1);
    transform: translate3d(10px, 0, 0) scale(1.3, 1);
    opacity: 0; }
  51% {
    -webkit-transform: translate(-10px, 0) scale(1.3, 1);
    transform: translate(-10px, 0) scale(1.3, 1);
    -webkit-transform: translate3d(-10px, 0, 0) scale(1.3, 1);
    transform: translate3d(-10px, 0, 0) scale(1.3, 1);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; } }
/* ========================= TEMPLATE ======================= */
.border {
  border: 1px solid #eaeaec;
  padding: 15px; }

div.jsn-bootstrap3 h1, div.jsn-bootstrap3 h2, div.jsn-bootstrap3 h3, div.jsn-bootstrap3 h4, div.jsn-bootstrap3 h5, div.jsn-bootstrap3 h6 {
  font-weight: 600; }
div.jsn-bootstrap3 h1, div.jsn-bootstrap3 h2 {
  font-size: 24px; }
div.jsn-bootstrap3 .module-style-2 h3,
div.jsn-bootstrap3 .module-style-1 h3 {
  font-size: 14px;
  text-transform: uppercase; }

[class*="module-style-"] .custom p {
  margin: 10px 0; }

/* ========================= Top ======================= */
.top-left .nav > li > a:hover, .top-left .nav > li > a:focus {
  background: transparent; }
.top-left ul {
  padding-left: 15px; }
  .top-left ul.nav > li > a {
    padding: 8px 15px 5px; }

.top-right {
  text-align: right; }
  .sunfw-direction-rtl .top-right {
    text-align: left; }
  .top-right input {
    background: #eee;
    border: none;
    text-shadow: none;
    box-shadow: none; }

.sunfw-direction-rtl .nav-pills > li {
  float: right; }
.sunfw-direction-rtl .top-left ul {
  padding-left: 0;
  padding-right: 20%; }
.sunfw-direction-rtl .about-top {
  padding-right: 35px; }
.sunfw-direction-rtl .list-article * {
  text-align: right; }
.sunfw-direction-rtl .footer ul.menu li a {
  padding: 5px 15px 0px 0px; }
.sunfw-direction-rtl .footer ul.menu li:before {
  right: 0;
  content: "\f104"; }
.sunfw-direction-rtl .home-img-feature {
  margin-left: 15px;
  margin-right: 0 !important; }
.sunfw-direction-rtl .footer-info i.fa {
  margin-left: 10px;
  margin-right: 0px !important; }

.sunfw-logo {
  position: absolute;
  top: -40px;
  right: -15px;
  padding: 0;
  transition: all ease .3s; }

.shine-header .logo {
  padding: 0;
  z-index: 999; }
.shine-header .sunfw-menu-head span.nav-header,
.shine-header .sunfw-menu-head a {
  font-weight: bold;
  display: block; }

.sunfw-sticky-open .sunfw-logo {
  top: 0;
  transition: all ease .3s; }

.navbar-default.sunfw-menu-head {
  background: transparent;
  margin: 0;
  border: none; }
  .navbar-default.sunfw-menu-head .navbar-nav > .active > a,
  .navbar-default.sunfw-menu-head .navbar-nav > .active > span.nav-header {
    background: transparent;
    color: #FFF; }
    .navbar-default.sunfw-menu-head .navbar-nav > .active > a:hover, .navbar-default.sunfw-menu-head .navbar-nav > .active > a:focus,
    .navbar-default.sunfw-menu-head .navbar-nav > .active > span.nav-header:hover,
    .navbar-default.sunfw-menu-head .navbar-nav > .active > span.nav-header:focus {
      background: transparent;
      color: #FFF; }
  .navbar-default.sunfw-menu-head .navbar-nav > .open > a, .navbar-default.sunfw-menu-head .navbar-nav > .open > a:hover, .navbar-default.sunfw-menu-head .navbar-nav > .open > a:focus {
    background: transparent; }
  .navbar-default.sunfw-menu-head ul.sunfw-tpl-menu > li.dropdown-submenu ul li a, .navbar-default.sunfw-menu-head ul.sunfw-tpl-menu > li.dropdown-submenu ul li span.nav-header {
    padding-left: 15px; }
  .navbar-default.sunfw-menu-head .navbar-nav > li > a,
  .navbar-default.sunfw-menu-head .navbar-nav > li > span.nav-header {
    color: #c0c0c0; }
    .navbar-default.sunfw-menu-head .navbar-nav > li > a:hover,
    .navbar-default.sunfw-menu-head .navbar-nav > li > span.nav-header:hover {
      color: #FFF; }
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span.nav-header {
  text-transform: uppercase;
  display: block;
  line-height: 20px; }
.navbar-default ul.sunfw-tpl-menu ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .navbar-default ul.sunfw-tpl-menu ul li:last-child > a::before,
  .navbar-default ul.sunfw-tpl-menu ul li:last-child > span.nav-header::before {
    display: none; }
  .navbar-default ul.sunfw-tpl-menu ul li:hover {
    position: relative; }
    .navbar-default ul.sunfw-tpl-menu ul li:hover > ul {
      top: 0;
      left: 100%; }
.navbar-default ul.sunfw-tpl-menu > li.dropdown-submenu li.dropdown-submenu .caret {
  position: absolute;
  top: 20px; }
.navbar-default ul.sunfw-tpl-menu > li.dropdown-submenu li.dropdown-submenu:hover > .dropdown-menu {
  z-index: 1001; }

.sunfw-menu-head ul.sunfw-tpl-menu .sunfw-submenu-flipback ul li a:after,
.sunfw-menu-head ul.sunfw-tpl-menu .sunfw-submenu-flipback ul li span.nav-header:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
  left: auto; }
.sunfw-menu-head ul.sunfw-tpl-menu .sunfw-submenu-flipback ul li .caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.sunfw-menu-head ul.sunfw-tpl-menu .sunfw-submenu-flipback ul li a, .sunfw-menu-head ul.sunfw-tpl-menu .sunfw-submenu-flipback ul li span.nav-header {
  padding-right: 15px;
  padding-left: 0; }

.border-left .main-content {
  border-left: 1px solid #eaeaec; }

.border-left .main-content.col-lg-11, .border-left .main-content.col-lg-10, .border-left .main-content.col-lg-9, .border-left .main-content.col-lg-8, .border-left .main-content.col-lg-7, .border-left .main-content.col-lg-6, .border-left .main-content.col-lg-5, .border-left .main-content.col-lg-4, .border-left .main-content.col-lg-3, .border-left .main-content.col-lg-2, .border-left .main-content.col-lg-1 {
  border-left: 1px solid #eaeaec; }

.pb-element-heading.title-top.jsn-bootstrap3 {
  margin-top: 0; }
.pb-element-heading.title-top > h2 {
  margin-top: -10px; }
.pb-element-heading.title-top h1, .pb-element-heading.title-top h2, .pb-element-heading.title-top h3, .pb-element-heading.title-top h4, .pb-element-heading.title-top h5, .pb-element-heading.title-top h6 {
  margin-top: 0; }

.sunfw-menu-head ul.sunfw-tpl-menu h3 {
  margin-top: 0; }
.sunfw-menu-head ul.sunfw-tpl-menu ul li a,
.sunfw-menu-head ul.sunfw-tpl-menu ul li span.nav-header {
  font-size: 13px;
  line-height: 24px;
  padding: 0 0 0 15px;
  position: relative;
  font-weight: normal; }
  .sunfw-menu-head ul.sunfw-tpl-menu ul li a:after,
  .sunfw-menu-head ul.sunfw-tpl-menu ul li span.nav-header:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 10px; }
  .sunfw-menu-head ul.sunfw-tpl-menu ul li a:hover,
  .sunfw-menu-head ul.sunfw-tpl-menu ul li span.nav-header:hover {
    color: #3d619b;
    background: transparent; }
.sunfw-menu-head ul.sunfw-tpl-menu ul li.active > a, .sunfw-menu-head ul.sunfw-tpl-menu ul li.active > span.nav-header {
  background-color: transparent;
  font-weight: bold; }
.sunfw-menu-head ul.sunfw-tpl-menu > li > ul {
  background-color: #FFF; }
.sunfw-menu-head ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu {
  padding: 20px 25px; }
  .sunfw-menu-head ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu h3 {
    background-color: transparent !important;
    font-size: 24px;
    text-transform: none;
    padding: 0; }
  .sunfw-menu-head ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu a:after, .sunfw-menu-head ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu span.nav-header:after {
    top: 0; }
  .sunfw-menu-head ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu ul li span.nav-header, .sunfw-menu-head ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu ul li a {
    line-height: 36px; }
.sunfw-menu-head ul.sunfw-tpl-menu > li.megamenu:hover .module-style .modulecontainer > ul {
  display: block; }
.sunfw-menu-head ul.sunfw-tpl-menu p {
  font-size: 13px;
  line-height: 24px;
  color: #252525;
  font-weight: normal; }
  @media (max-width: 767px) {
    .sunfw-menu-head ul.sunfw-tpl-menu p {
      color: #fff; } }
.sunfw-menu-head ul.sunfw-tpl-menu .menu-title-image {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  min-height: 40px;
  padding: 5px 10px 5px 15px;
  text-transform: uppercase;
  color: #FFF; }
  .sunfw-menu-head ul.sunfw-tpl-menu .menu-title-image:after {
    bottom: 0;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    line-height: 50px !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px; }
  .sunfw-menu-head ul.sunfw-tpl-menu .menu-title-image p {
    line-height: 30px;
    color: #FFF;
    font-weight: bold;
    margin: 0; }

.layout-item .item-image {
  display: block;
  clear: both;
  padding-bottom: 10px; }

.sunfw-menu ul.sunfw-tpl-menu > li.dropdown-submenu ul li:last-child > a:before {
  display: none; }

.docman_document h4.koowa_header a {
  font-size: 18px; }

#sunfw_section_main-content .docman_download a.btn-primary,
.main-content-all .docman_download a.btn-primary {
  color: #FFF; }

.koowa .koowa_table td {
  line-height: 32px; }

.koowa .koowa_table td [class^="koowa_icon--"] {
  padding-top: 5px; }

.koowa .koowa_table td .koowa_header__item {
  padding-top: 3px; }

.pb-heading, .pb-item {
  display: -webkit-flex; }

.sw-articles-layout .Joomla_Articles .pb-list {
  margin-bottom: 0; }

.sw-2nd-articlelist .Joomla_Article {
  margin-bottom: 30px; }

.sunfw-direction-rtl .read-more {
  padding-left: 0;
  padding-right: 20px; }
  .sunfw-direction-rtl .read-more:before {
    left: auto;
    right: 0; }
.sunfw-direction-rtl .module-style-2 h3:after {
  right: auto;
  left: 0; }
.sunfw-direction-rtl .country-website-box .box-title:after,
.sunfw-direction-rtl .module-style-2 h3.box-title:after,
.sunfw-direction-rtl .module-style-1 h3.box-title:after,
.sunfw-direction-rtl .module-style-3 h3.box-title:after {
  content: "\f104";
  left: 0;
  right: auto; }
.sunfw-direction-rtl .caret {
  margin-right: 2px; }
.sunfw-direction-rtl .module-title .box-title i {
  margin-right: 0px;
  margin-left: 5px; }
.sunfw-direction-rtl .pb-text > i,
.sunfw-direction-rtl .pb-heading > i {
  margin-left: 5px !important;
  margin-right: 0 !important; }
  .sunfw-direction-rtl .pb-text > i:before,
  .sunfw-direction-rtl .pb-heading > i:before {
    content: "\f104"; }
.sunfw-direction-rtl .sunfw-menu-head ul.sunfw-tpl-menu .menu-title-image:after {
  left: 0;
  right: auto; }

.sw-company-section .box-2 > .grid__column:first-child {
  padding-top: 2px !important; }
.sw-company-section .box-2 a.link:before {
  background: #3d619b;
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 11px;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  -webkit-transition: color 0.3s linear 0.3s;
  -o-transition: color 0.3s linear 0.3s;
  transition: color 0.3s linear 0.3s; }
.sw-company-section .box-2 a.link:hover:before {
  -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

a.link-article {
  position: relative; }
  a.link-article:before {
    background: #3d619b;
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 11px;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: color 0.3s linear 0.3s;
    -o-transition: color 0.3s linear 0.3s;
    transition: color 0.3s linear 0.3s; }
  a.link-article:hover:before {
    -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.block-pb-items.left-block .pb-grid > .grid__column {
  padding-top: 0 !important; }

.country-website-box .box-title:after {
  background: #2e4c7d;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 15px;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 40px !important; }
.country-website-box .box-title i {
  -webkit-transition: color 0.3s linear 0.3s;
  -o-transition: color 0.3s linear 0.3s;
  transition: color 0.3s linear 0.3s; }
.country-website-box .box-title:hover i {
  -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
.country-website-box .pb-heading i {
  -webkit-transition: color 0.3s linear 0.3s;
  -o-transition: color 0.3s linear 0.3s;
  transition: color 0.3s linear 0.3s; }
.country-website-box .pb-heading:hover {
  color: #000 !important; }
  .country-website-box .pb-heading:hover i {
    -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.img-full-height img {
  height: 100% !important; }

/*!
 * Sun Framework
 * Copyright 2016 Joomlashine.
 * @file _modules.scss
 */
.read-more {
  position: relative;
  color: #292929;
  padding-left: 20px;
  font-size: 11px;
  text-transform: capitalize; }
  .read-more:before {
    background: #3d619b;
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 11px;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: color 0.3s linear 0.3s;
    -o-transition: color 0.3s linear 0.3s;
    transition: color 0.3s linear 0.3s; }
  .read-more:hover:before {
    -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

p a.read-more:before {
  top: 5px; }

.p-opacity p {
  opacity: 0.56; }

.desc-event {
  opacity: 0.56;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.pb-element-articlelist .articlelist-item .articlelist-item-thumbnail, .custom_results .pb-element-image,
.custom_item-bg .pb-element-image {
  position: relative;
  overflow: hidden; }
  .pb-element-articlelist .articlelist-item .articlelist-item-thumbnail img, .custom_results .pb-element-image img,
  .custom_item-bg .pb-element-image img {
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s; }
    .pb-element-articlelist .articlelist-item .articlelist-item-thumbnail img:hover, .custom_results .pb-element-image img:hover,
    .custom_item-bg .pb-element-image img:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }

.module-style-2 h3.box-title,
.module-style-1 h3.box-title,
.module-style-3 h3.box-title {
  background: #3d619b;
  margin: 0 -15px !important;
  padding: 5px 20px;
  text-transform: uppercase;
  position: relative;
  min-height: 40px;
  line-height: 30px !important; }
  .module-style-2 h3.box-title:after,
  .module-style-1 h3.box-title:after,
  .module-style-3 h3.box-title:after {
    background: #2e4c7d;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 40px !important; }
.module-style-2 .module-title .box-title.fa,
.module-style-1 .module-title .box-title.fa,
.module-style-3 .module-title .box-title.fa {
  padding-left: 38px; }
  .module-style-2 .module-title .box-title.fa:before,
  .module-style-1 .module-title .box-title.fa:before,
  .module-style-3 .module-title .box-title.fa:before {
    left: 18px;
    top: 5px; }
.module-style-2 .jsn-bootstrap3 h3, .module-style-2 .jsn-bootstrap3 .h3,
.module-style-1 .jsn-bootstrap3 h3,
.module-style-1 .jsn-bootstrap3 .h3,
.module-style-3 .jsn-bootstrap3 h3,
.module-style-3 .jsn-bootstrap3 .h3 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px; }
.module-style-2 .pb-element-container.pb-element-heading,
.module-style-1 .pb-element-container.pb-element-heading,
.module-style-3 .pb-element-container.pb-element-heading {
  margin: 0; }
.module-style-2 .jsn-bootstrap3 .pb-list-icons li,
.module-style-1 .jsn-bootstrap3 .pb-list-icons li,
.module-style-3 .jsn-bootstrap3 .pb-list-icons li {
  min-height: 1px;
  padding: 10px 0; }
  .module-style-2 .jsn-bootstrap3 .pb-list-icons li:last-child,
  .module-style-1 .jsn-bootstrap3 .pb-list-icons li:last-child,
  .module-style-3 .jsn-bootstrap3 .pb-list-icons li:last-child {
    border: none; }
  .module-style-2 .jsn-bootstrap3 .pb-list-icons li p,
  .module-style-1 .jsn-bootstrap3 .pb-list-icons li p,
  .module-style-3 .jsn-bootstrap3 .pb-list-icons li p {
    margin: 0;
    font-size: 11px; }
  .module-style-2 .jsn-bootstrap3 .pb-list-icons li a,
  .module-style-1 .jsn-bootstrap3 .pb-list-icons li a,
  .module-style-3 .jsn-bootstrap3 .pb-list-icons li a {
    font-size: 13px;
    line-height: 1.4; }
.module-style-2 .pb-element-articlelist .list-style-type-none,
.module-style-1 .pb-element-articlelist .list-style-type-none,
.module-style-3 .pb-element-articlelist .list-style-type-none {
  padding-top: 0; }

.module-style-1 h3.box-title:after,
.module-style-3 h3.box-title:after {
  background: transparent; }

.module-style-3 h3.box-title:after {
  content: "\f0d7"; }

.left-sidebar .module-style {
  margin-bottom: 30px; }

body:not(.sunfw-homepage) .right-sidebar .module-style {
  margin-bottom: 30px; }

.module-style-3 a {
  font-weight: bold; }
.module-style-3 .pb-element-list.list-read-more ul.pb-list-icons .pb-list-content-wrap a {
  font-weight: normal; }
.module-style-3 .pb-element-list.list-read-more ul.pb-list-icons {
  padding-bottom: 0; }
  .module-style-3 .pb-element-list.list-read-more ul.pb-list-icons li {
    padding-bottom: 8px !important; }

.module-style-4 h1, .module-style-4 h2, .module-style-4 h3, .module-style-4 h4, .module-style-4 h5, .module-style-4 h6 {
  color: #FFF !important; }
.module-style-4 h3 {
  margin-bottom: 0; }
.module-style-4 h4, .module-style-4 .jsn-bootstrap3 h4 {
  font-size: 14px;
  font-weight: 400; }
.module-style-4.event {
  padding: 0; }
.module-style-4 h2 {
  font-size: 24px !important;
  line-height: 24px !important; }
.module-style-4 .pb-element-heading h3 {
  margin: 17px 0 0; }
.module-style-4 .pb-element-text h2 {
  margin-bottom: 5px !important; }
.module-style-4 .jsn-bootstrap3 h2, .module-style-4 .jsn-bootstrap3 .h2 {
  margin-top: 8px; }

.jsn-breadcrumb h2 {
  text-align: center;
  padding: 60px 0 55px; }
.jsn-breadcrumb .breadcrumb {
  background: transparent;
  margin-bottom: 5px;
  padding-left: 0;
  padding-top: 15px; }
  .jsn-breadcrumb .breadcrumb > li + li:after {
    color: #fff;
    content: "/ ";
    padding: 0 5px; }
  .jsn-breadcrumb .breadcrumb > li + li:before {
    display: none; }
  .jsn-breadcrumb .breadcrumb > li + li:last-child:after {
    display: none; }
  .jsn-breadcrumb .breadcrumb span, .jsn-breadcrumb .breadcrumb i {
    color: #FFF; }

.jsn-es-slider .sl-tile {
  text-transform: uppercase;
  font-weight: bold; }
.jsn-es-slider .item-content .read-more {
  position: relative;
  color: #292929;
  padding-left: 20px;
  font-size: 11px;
  text-transform: capitalize; }
  .jsn-es-slider .item-content .read-more:before {
    background: #3d619b;
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 11px;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: color 0.3s linear 0.3s;
    -o-transition: color 0.3s linear 0.3s;
    transition: color 0.3s linear 0.3s; }
  .jsn-es-slider .item-content .read-more:hover:before {
    -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
.jsn-es-slider .item-content a.read-more {
  color: #000 !important;
  line-height: 1.6; }

.about-top {
  background: #FFF;
  border-width: 1px 1px 2px 1px;
  border-color: #e9e9eb #e9e9eb #3d619b #e9e9eb;
  border-style: solid;
  border-radius: 0;
  margin-top: -100px;
  padding-top: 5px; }
  .about-top.module-style-1 {
    border-width: 1px 1px 2px 1px;
    border-color: #e9e9eb #e9e9eb #3d619b #e9e9eb;
    border-style: solid; }
  .about-top a {
    font-size: 11px; }
  .about-top .pb-element-heading {
    color: #3d619b;
    font-size: 14px; }
    .about-top .pb-element-heading.jsn-bootstrap3 h3, .about-top .pb-element-heading.jsn-bootstrap3 .h3 {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0; }
  .about-top .module-body > div > .jsn-bootstrap3 > .row {
    margin: 0; }
  .about-top .jsn-bootstrap3 .pb-element-text {
    margin-top: -6px; }
  .about-top .jsn-bootstrap3 .col-xs-12 {
    padding: 0 0 0 30px; }
    .about-top .jsn-bootstrap3 .col-xs-12:hover {
      background-color: #fafafa; }
    .about-top .jsn-bootstrap3 .col-xs-12 .read-more {
      display: block;
      margin: 20px 0 30px;
      line-height: 25px; }
    .about-top .jsn-bootstrap3 .col-xs-12:first-child {
      padding-left: 0; }
      .about-top .jsn-bootstrap3 .col-xs-12:first-child > div {
        padding-left: 30px; }
    .about-top .jsn-bootstrap3 .col-xs-12:last-child > div {
      padding-right: 20px; }
  .about-top .jsn-bootstrap3 p {
    color: #9b9b9b; }

div.jsn-bootstrap3 .pb-element-container {
  margin-top: 0;
  margin-bottom: 0; }

.pb-element-button.full-width.jsn-bootstrap3.jsn-pagebuilder .pb-element-button {
  margin-top: 25px !important; }
  .pb-element-button.full-width.jsn-bootstrap3.jsn-pagebuilder .pb-element-button .btn-lg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFF !important;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    text-transform: uppercase; }
.pb-element-button.full-width.jsn-bootstrap3.jsn-pagebuilder .btn-primary {
  background: #375f9f; }

div.pb-articlelist-wrapper .articlelist-item {
  padding: 7px 0 5px; }
div.pb-articlelist-wrapper .pb-articlelist-list ul {
  padding: 5px 0; }

.pb-articlelist-wrapper .pb-articlelist-list ul.list-style-type-none {
  padding-bottom: 0; }

div.pb-articlelist-wrapper.layout-vertical .articlelist-item {
  border: none;
  padding: 0; }
div.pb-articlelist-wrapper .pb-articlelist-first .title {
  margin: 0; }
  div.pb-articlelist-wrapper .pb-articlelist-first .title a {
    font-size: 13px;
    font-weight: bold; }
div.pb-articlelist-wrapper .pb-articlelist-first .articlelist-item-read-more {
  padding: 0;
  margin-bottom: 15px; }

.pb-element-articlelist.list-one div.pb-articlelist-wrapper .pb-articlelist-first .title {
  margin-top: 23px; }
.pb-element-articlelist.list-one > .pb-articlelist-wrapper > .row {
  margin: 0; }
  .pb-element-articlelist.list-one > .pb-articlelist-wrapper > .row > .pb-articlelist-first {
    padding-left: 0; }
.pb-element-articlelist.list-one .pb-articlelist-first {
  border: 1px solid #eaeaec; }
  .pb-element-articlelist.list-one .pb-articlelist-first:after {
    content: " ";
    display: table;
    clear: both; }
  .pb-element-articlelist.list-one .pb-articlelist-first .title a {
    font-size: 14px; }
.pb-element-articlelist.list-one .first-thumbnail {
  width: 38%;
  float: left;
  padding-right: 25px; }
.pb-element-articlelist.list-one .title {
  margin-top: 0; }
  .pb-element-articlelist.list-one .title a {
    color: #292929 !important;
    font-size: 14px; }
.pb-element-articlelist.list-one .articlelist-first-thumbnail {
  padding-bottom: 5px; }
  .pb-element-articlelist.list-one .articlelist-first-thumbnail p {
    color: #9b9b9b;
    margin-top: 0; }
.pb-element-articlelist.list-one .articlelist-item-read-more {
  padding-top: 5px; }
  .pb-element-articlelist.list-one .articlelist-item-read-more a {
    position: relative;
    color: #292929;
    padding-left: 20px;
    font-size: 11px;
    text-transform: capitalize; }
    .pb-element-articlelist.list-one .articlelist-item-read-more a:before {
      background: #3d619b;
      color: #fff;
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 11px;
      left: 0;
      top: 0;
      position: absolute;
      text-align: center;
      width: 15px;
      height: 15px;
      line-height: 15px;
      -webkit-transition: color 0.3s linear 0.3s;
      -o-transition: color 0.3s linear 0.3s;
      transition: color 0.3s linear 0.3s; }
    .pb-element-articlelist.list-one .articlelist-item-read-more a:hover:before {
      -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.home .item-page h2 {
  margin-top: 0; }

.pb-btn-items .pb-heading i {
  -webkit-transition: color 0.3s linear 0.3s;
  -o-transition: color 0.3s linear 0.3s;
  transition: color 0.3s linear 0.3s; }
.pb-btn-items .pb-heading:hover i {
  -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

a.Link {
  position: relative;
  color: #292929;
  padding-left: 20px;
  font-size: 11px;
  text-transform: capitalize; }
  a.Link:before {
    background: #3d619b;
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 11px;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: color 0.3s linear 0.3s;
    -o-transition: color 0.3s linear 0.3s;
    transition: color 0.3s linear 0.3s; }
  a.Link:hover {
    color: #000; }
  a.Link:hover:before {
    -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

div.jsn-bootstrap3 .pb-list-icons.pb-position-left .pb-icon-base {
  margin-right: 10px; }

.pb-element-list.list-read-more ul.pb-list-icons {
  padding-top: 16px;
  padding-bottom: 10px; }
  .pb-element-list.list-read-more ul.pb-list-icons .pb-list-content-wrap a {
    font-size: 11px; }
.pb-element-list.list-read-more li {
  padding: 11px 0 !important;
  min-height: 1px !important; }
  .pb-element-list.list-read-more li:first-child {
    padding-top: 0 !important; }
  .pb-element-list.list-read-more li:hover .pb-icon-base {
    -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
.pb-element-list.list-read-more .pb-icon-base {
  border: none !important;
  height: 15px !important;
  line-height: 11px !important;
  width: 15px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: color 0.3s linear 0.3s;
  -o-transition: color 0.3s linear 0.3s;
  transition: color 0.3s linear 0.3s; }
  .pb-element-list.list-read-more .pb-icon-base i {
    font-size: 11px !important;
    line-height: 15px !important; }
.pb-element-list.list-read-more .pb-list-content-wrap {
  line-height: 1; }
.pb-element-list.list-read-more .pb-list-content p {
  margin: 0; }

.pb-element-articlelist .pb-articlelist-wrapper .meta-data-wrapper.muted {
  margin: 0; }
  .pb-element-articlelist .pb-articlelist-wrapper .meta-data-wrapper.muted div {
    line-height: 1.5; }
.pb-element-articlelist .pb-articlelist-wrapper .articlelist-item-content .title {
  font-size: 14px; }
.pb-element-articlelist .pb-articlelist-wrapper .articlelist-item {
  border-bottom: 1px solid #ddd; }
  .pb-element-articlelist .pb-articlelist-wrapper .articlelist-item:last-child {
    border: none; }

.pb-element-list.list-read-more.bg {
  background: #fafafa;
  padding: 12px 20px; }

.pb-element-articlelist .articlelist-item-read-more {
  padding-top: 8px; }
  .pb-element-articlelist .articlelist-item-read-more a {
    position: relative;
    color: #292929;
    padding-left: 20px;
    font-size: 11px;
    text-transform: capitalize; }
    .pb-element-articlelist .articlelist-item-read-more a:before {
      background: #3d619b;
      color: #fff;
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 11px;
      left: 0;
      top: 0;
      position: absolute;
      text-align: center;
      width: 15px;
      height: 15px;
      line-height: 15px;
      -webkit-transition: color 0.3s linear 0.3s;
      -o-transition: color 0.3s linear 0.3s;
      transition: color 0.3s linear 0.3s; }
    .pb-element-articlelist .articlelist-item-read-more a:hover:before {
      -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
.pb-element-articlelist.style-item {
  margin: 0 -15px; }
  .pb-element-articlelist.style-item ul.list-style-type-thumbnail:after {
    clear: both;
    display: table;
    content: " "; }
  .pb-element-articlelist.style-item ul.list-style-type-thumbnail li {
    width: 100%;
    padding: 0 15px;
    clear: none;
    border: none; }
    .pb-element-articlelist.style-item ul.list-style-type-thumbnail li .articlelist-item-thumbnail {
      margin: 0;
      float: none;
      text-align: center;
      clear: both;
      display: block; }
    .pb-element-articlelist.style-item ul.list-style-type-thumbnail li .articlelist-item-content {
      background: #FAFAFA;
      padding: 15px; }
    .pb-element-articlelist.style-item ul.list-style-type-thumbnail li .title a {
      color: #242424; }
    .pb-element-articlelist.style-item ul.list-style-type-thumbnail li .articlelist-item-description {
      color: #9b9b9b; }
  .pb-element-articlelist.style-item.item-3 ul.list-style-type-thumbnail li {
    width: 33.33%;
    float: left; }

.pb-element-module .pb-element-module {
  float: none !important; }

.custom_results {
  border: 1px solid #eaeaec;
  padding: 0 15px 15px; }
  .custom_results .pb-element-image {
    margin: 0 -15px !important; }
  .custom_results .jsn-bootstrap3 .pb-element-text {
    margin: 0; }
    .custom_results .jsn-bootstrap3 .pb-element-text p {
      margin-bottom: 2px; }
  .custom_results .jsn-bootstrap3 .pb-element-heading {
    margin: 18px 0 0; }
  .custom_results h4 {
    margin: 10px 0 0 !important;
    font-size: 14px !important; }
  .custom_results p {
    color: #9b9b9b;
    margin-top: 0 !important; }
  .custom_results .pb-element-list.list-read-more li {
    padding: 8px 0 !important; }

.custom_item-bg > .jsn-bootstrap3 > .row > .col-xs-12 {
  background-clip: content-box;
  background-color: #fafafa; }
  .custom_item-bg > .jsn-bootstrap3 > .row > .col-xs-12 > div {
    padding: 0 15px; }
    .custom_item-bg > .jsn-bootstrap3 > .row > .col-xs-12 > div.pb-element-image {
      padding: 0; }
    .custom_item-bg > .jsn-bootstrap3 > .row > .col-xs-12 > div:last-child {
      padding-bottom: 10px; }
.custom_item-bg .meta {
  font-size: 11px; }
  .custom_item-bg .meta p {
    color: #9c9c9c;
    margin: 10px 0 0; }
.custom_item-bg .pb-element-heading h3, .custom_item-bg .pb-element-heading h4 {
  margin: 15px 0 0; }

.content-bottom .pb-element-module > .jsn-pb-module-element {
  float: none !important; }
.content-bottom .pb-element-module .pb-element-heading {
  margin: 0; }

.jsn-bootstrap3 .sunfw-latestnews ul {
  margin-bottom: 0; }

.sunfw-latestnews ul {
  padding: 0;
  list-style: none; }
  .sunfw-latestnews ul li {
    display: block;
    clear: both;
    padding: 10px 0;
    width: 100%; }
    .sunfw-latestnews ul li:after {
      content: " ";
      display: table;
      clear: both; }
    .sunfw-latestnews ul li:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    .sunfw-latestnews ul li:first-child {
      padding-top: 0; }
    .sunfw-latestnews ul li .date {
      color: #FFF;
      opacity: 0.5;
      width: 55px;
      text-align: right;
      float: left; }
      .sunfw-latestnews ul li .date .day {
        font-size: 48px;
        line-height: 1; }
      .sunfw-latestnews ul li .date .month {
        font-size: 14px;
        line-height: 30px;
        position: relative;
        padding-top: 3px; }
        .sunfw-latestnews ul li .date .month:after {
          background: #fff;
          content: " ";
          display: block;
          height: 1px;
          position: absolute;
          top: 20px;
          width: 20px; }
    .sunfw-latestnews ul li .content {
      padding-left: 70px; }
      .sunfw-latestnews ul li .content span {
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        display: block;
        padding-top: 8px; }

.right-sidebar {
  padding-top: 0; }
  .right-sidebar .module-style {
    margin-bottom: 3px; }
    .right-sidebar .module-style:last-child {
      margin-bottom: 0; }

#sunfw-wrapper .right-sidebar .module-style h3.box-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px; }

.left-sidebar .module-style ul.menu:not(.menu-sidemenu):not(.menu-treemenu), .right-sidebar .module-style ul.menu:not(.menu-sidemenu):not(.menu-treemenu) {
  border: 1px solid #eaeaec; }
  .left-sidebar .module-style ul.menu:not(.menu-sidemenu):not(.menu-treemenu) li a, .right-sidebar .module-style ul.menu:not(.menu-sidemenu):not(.menu-treemenu) li a {
    font-size: 11px;
    font-weight: bold;
    line-height: 46px;
    color: #9c9c9c !important;
    text-transform: uppercase;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaec; }
    .left-sidebar .module-style ul.menu:not(.menu-sidemenu):not(.menu-treemenu) li a:hover, .left-sidebar .module-style ul.menu:not(.menu-sidemenu):not(.menu-treemenu) li a:focus, .right-sidebar .module-style ul.menu:not(.menu-sidemenu):not(.menu-treemenu) li a:hover, .right-sidebar .module-style ul.menu:not(.menu-sidemenu):not(.menu-treemenu) li a:focus {
      color: #252525 !important;
      background: #fafafa; }

div.k2CategoriesListBlock ul li {
  margin: 8px 0; }

div.itemListView div.catItemHeader span.catItemDateCreated {
  padding-left: 0; }

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage {
  display: block;
  clear: both;
  text-align: center;
  margin: 0 auto; }
  div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: none;
    margin: 0 0 5px; }

div.itemCommentsForm form input, div.itemCommentsForm form button, div.itemCommentsForm form select, div.itemCommentsForm form textarea {
  border: 1px solid #ccc; }

.pagination > .active > a, .pagination > .active > a:hover {
  color: #FFF; }

#kunena select[multiple], #kunena select[size] {
  height: 30px;
  padding: 0 10px; }
#kunena .kfrontend .well-small .unstyled .icon-bars:before {
  margin-left: 15px; }

div .koowa_icon--24[class^="koowa_icon--"]::before,
div .koowa_icon--24[class*=" koowa_icon--"]::before,
div .koowa_icon_font.koowa_icon--24::before, div .koowa .footable.breakpoint > tbody > tr > td.expand span.koowa_icon--24.footable-toggle::before,
div .koowa .footable > thead > tr > th.footable-sorted > span.koowa_icon--24.footable-sort-indicator::before,
div .koowa .footable > thead > tr > th.footable-sorted-desc > span.koowa_icon--24.footable-sort-indicator::before {
  font-size: 15px; }
div .koowa_table--categories .koowa_icon--24[class^="koowa_icon--"]::before, div .koowa_table--categories .koowa_icon--24[class*=" koowa_icon--"]::before,
div .koowa_table--categories .koowa_icon_font.koowa_icon--24::before, div .koowa_table--categories .koowa .footable.breakpoint > tbody > tr > td.expand span.koowa_icon--24.footable-toggle::before,
div .koowa_table--categories .koowa .footable > thead > tr > th.footable-sorted > span.koowa_icon--24.footable-sort-indicator::before,
div .koowa_table--categories .koowa .footable > thead > tr > th.footable-sorted-desc > span.koowa_icon--24.footable-sort-indicator::before {
  line-height: 15px; }
div .koowa ul.sidebar-nav li a:hover,
div .koowa ul.sidebar-nav li a:hover span {
  color: #FFF !important; }

h1.docman_page_heading {
  margin-top: 15px; }

.docman_table_layout.docman_table_layout--filtered_table .koowa_table__download a.btn, .docman_table_layout.docman_table_layout--filtered_table .docman_download a.btn,
.docman_list_layout.docman_list_layout--filtered_list .koowa_table__download a.btn,
.docman_list_layout.docman_list_layout--filtered_list .docman_download a.btn {
  border: none;
  color: #FFF; }

.docman_table_layout h1 {
  margin-top: 0; }

.docman_list_layout.docman_list_layout--tree .docman_list__sidebar #categories-tree {
  margin-top: 25px; }

.docman_table_layout.docman_table_layout--filtered_table .koowa_table__download a.btn {
  min-width: 150px; }

div.koowa .mod_docman.mod_docman--documents ul li {
  margin: 0;
  padding: 7px 0; }
  div.koowa .mod_docman.mod_docman--documents ul li:first-child {
    padding-top: 0; }
  div.koowa .mod_docman.mod_docman--documents ul li:last-child {
    padding-bottom: 0; }

div.koowa .docman_category--style {
  padding: 10px 0 0; }
div.koowa .docman_category--style {
  background-image: none; }
div.koowa .koowa_table td .koowa_header__item {
  padding-top: 0; }
div.koowa .pagination {
  padding: 0; }
  div.koowa .pagination .pagination-list li {
    padding: 0 5px !important; }

ul.mod_docman_icons {
  padding: 20px 0; }
  ul.mod_docman_icons li {
    padding: 7px 0; }

.earth {
  text-align: center; }
  .earth.module-style-4 {
    padding-bottom: 0 !important; }
    .earth.module-style-4 h3 {
      margin-top: 5px; }
  .earth h3 {
    letter-spacing: 1px;
    text-transform: uppercase !important; }
  .earth .customquote {
    margin-top: 35px; }
    .earth .customquote p {
      margin-bottom: 0; }
  .earth h4 {
    font-size: 13px !important;
    line-height: 24px;
    font-weight: 600; }
  .earth p {
    font-size: 13px; }
  .earth .align-left {
    text-align: left; }

.customquote {
  text-align: left;
  padding: 20px 20px 10px;
  background: #6481af;
  line-height: 24px;
  font-style: italic;
  color: #FFF;
  position: relative; }
  .customquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    color: #FFF;
    left: 10px;
    position: absolute;
    top: -13px; }
  .customquote .drop-cap {
    float: left;
    font-size: 47px;
    line-height: 1;
    padding-right: 5px; }

.jsn-bootstrap3.contact-footer .pb-list-icons li {
  padding-bottom: 0; }
.jsn-bootstrap3.contact-footer .pb-list-icons.pb-icon-32 .pb-icon-base {
  height: auto;
  width: auto;
  line-height: 1;
  margin: 0 5px 0 0;
  background: transparent !important; }
.jsn-bootstrap3.contact-footer .pb-list-icons.pb-icon-32 .pb-icon-base i[class*="icon-"], .jsn-bootstrap3.contact-footer .pb-list-icons.pb-icon-32 .pb-icon-base i[class*="fa-"] {
  font-size: 13px; }
.jsn-bootstrap3.contact-footer .pb-list-content-wrap h4 {
  font-size: 13px !important;
  font-weight: bold !important;
  margin: 0;
  color: #292929 !important; }

.footer .module-style-1 .module-body, .footer .module-style-1 .custom {
  color: #292929; }
.footer .module-title h3 {
  font-size: 13px;
  color: #3d619b;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px; }
.footer ul.menu li {
  position: relative; }
  .footer ul.menu li:before {
    font-size: 12px;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 5px; }
  .footer ul.menu li a {
    padding: 5px 0 0 15px; }
  .footer ul.menu li > a:hover, .footer ul.menu li > a:focus {
    background: transparent; }

div.k2ItemsBlock ul li a.moduleItemTitle {
  font-weight: bold; }

/* ========================= Update 1.1 ========================= */
div.jsn-bootstrap3 h1, div.jsn-bootstrap3 h2, div.jsn-bootstrap3 h3, div.jsn-bootstrap3 h4, div.jsn-bootstrap3 h5, div.jsn-bootstrap3 h6,
div.jsn-bootstrap3 .h1, div.jsn-bootstrap3 .h2, div.jsn-bootstrap3 .h3, div.jsn-bootstrap3 .h4,
div.jsn-bootstrap3 .h5, div.jsn-bootstrap3 .h6 {
  font-family: "Open Sans"; }

/* ====== Icon for title module ====== */
.pb-element-heading {
  position: relative;
  display: block; }
  .pb-element-heading.fa {
    display: block; }
    .pb-element-heading.fa:before {
      position: absolute;
      left: 0;
      top: 13px;
      color: #FFF;
      z-index: 9; }
    .pb-element-heading.fa > h1, .pb-element-heading.fa > h2, .pb-element-heading.fa > h3, .pb-element-heading.fa > h4, .pb-element-heading.fa > h5, .pb-element-heading.fa > h6 {
      padding-left: 35px; }

.module-title .box-title.fa {
  display: block;
  padding-left: 20px;
  position: relative; }
  .module-title .box-title.fa:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0; }
.module-title .box-title i {
  margin-right: 5px; }

/* ====== Module Earth Count ====== */
.custom_earth_count {
  max-width: 75%;
  margin: 0 auto; }

/* ====== Our Goal ====== */
.our_goal {
  background: #fafafa;
  padding: 30px 30px 10px 30px; }

.jsn-bootstrap3 .list-border .pb-list-icons li {
  border-bottom: 1px solid #eaeaec; }
  .jsn-bootstrap3 .list-border .pb-list-icons li:last-child {
    border: none; }

.sunfw-menu ul.sunfw-tpl-menu > li.dropdown-submenu ul li a:before {
  display: block; }

/* ====== Copyright ====== */
.copyright {
  text-align: center; }

.pb-element-image.full-width img {
  width: 100%;
  max-width: 100%; }

.about-top .pb-grid > .grid__column {
  padding: 0 !important; }
.about-top .pb-grid .pb-text i {
  -webkit-transition: color 0.3s linear 0.3s;
  -o-transition: color 0.3s linear 0.3s;
  transition: color 0.3s linear 0.3s; }
.about-top .pb-grid .pb-text:hover i {
  -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.new-right .list-article > .grid__column {
  padding: 8px 0px !important;
  border-bottom: 1px solid #eaeaec; }
  .new-right .list-article > .grid__column:first-child {
    padding-top: 0 !important; }
  .new-right .list-article > .grid__column:last-child {
    border: 0; }

.pb-image.pb-full img {
  width: 100%;
  height: 100%; }

.out-company .block .list .pb-heading i {
  -webkit-transition: color 0.3s linear 0.3s;
  -o-transition: color 0.3s linear 0.3s;
  transition: color 0.3s linear 0.3s; }
.out-company .block .list .pb-heading:hover i {
  -webkit-animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  animation: animate-arrow-right 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

@media (max-width: 1024px) {
  .footer .jsn-bootstrap3 .col-md-6 {
    width: 100%; } }
@media (max-width: 980px) {
  .container {
    width: 100%;
    max-width: 980px; }

  .sunfw-menu-head.navbar-default .navbar-nav > li > a, .sunfw-menu-head.navbar-default .navbar-nav > li > span.nav-header {
    padding: 15px 10px; }

  .sunfw-logo {
    top: -45px; } }
@media (min-width: 768px) {
  .sunfw-tpl-menu.navbar-nav > li > a, .sunfw-tpl-menu.navbar-nav > li > span.nav-header {
    padding: 15px; }

  ul.sunfw-tpl-menu ul li.parent a span.caret, ul.sunfw-tpl-menu ul li.parent span.nav-header span.caret {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px dashed;
    border-top: 4px solid rgba(0, 0, 0, 0); } }
@media (min-width: 768px) and (max-width: 970px) {
  .main-content, .left-sidebar {
    padding-bottom: 10px; }

  .main-content, .right-sidebar, .left-sidebar {
    width: 100%;
    display: block;
    clear: both; }

  .earth .customearth > .jsn-bootstrap3 > div > .col-xs-12 {
    width: 100%; }

  .footer .col-md-3 {
    width: 100%;
    display: block;
    clear: both; } }
@media (max-width: 768px) {
  .sunfw-menu-head li.megamenu > .caret {
    display: none; }

  .Joomla_Articles .pb-column .Joomla_Article {
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  ul.sunfw-tpl-menu.navbar-nav {
    max-height: 400px;
    overflow: auto; }

  .sunfw-megamenu-sub-menu .grid {
    background-color: transparent !important; }

  ul.sunfw-tpl-menu > li.dropdown-submenu ul li a::before {
    display: none !important; }

  div.sunfw-logo {
    right: auto;
    left: 0; }

  ul.sunfw-tpl-menu > li ul {
    border: none !important; }

  .nav > li > a {
    padding: 10px; }

  .top-right .search form > label {
    display: none; }
  .top-right .search form #mod-search-searchword {
    width: 100%;
    font-size: 11px;
    margin: 8px 0 20px; }

  .sunfw-menu-head.navbar-default .navbar-toggle:hover,
  .sunfw-menu-head.navbar-default .navbar-toggle:focus {
    background: transparent;
    border-color: #FFF;
    box-shadow: none;
    outline: none; }
  .sunfw-menu-head.navbar-default .navbar-toggle {
    margin: 15px 0; }
  .sunfw-menu-head.navbar-default .navbar-nav > li > a, .sunfw-menu-head.navbar-default .navbar-nav > li > span.nav-header {
    padding: 10px 0; }

  .navbar-default.sunfw-menu-head {
    min-height: 45px; }

  .navbar-default .navbar-toggle {
    font-size: 20px;
    padding: 0 5px; }

  .sunfw-menu-head .sunfw-menu {
    background: transparent;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .sunfw-menu-head ul.sunfw-tpl-menu > li > ul {
    background: transparent; }
  .sunfw-menu-head ul.sunfw-tpl-menu li {
    border-bottom-color: #333; }
  .sunfw-menu-head ul.sunfw-tpl-menu ul li.parent.dropdown-submenu .caret {
    top: 0; }
  .sunfw-menu-head ul.sunfw-tpl-menu ul {
    background: transparent; }
  .sunfw-menu-head ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu {
    padding: 10px 10px; }
  .sunfw-menu-head ul.sunfw-tpl-menu li.grid {
    padding: 0; }
    .sunfw-menu-head ul.sunfw-tpl-menu li.grid p {
      color: #FFF; }
    .sunfw-menu-head ul.sunfw-tpl-menu li.grid h3 {
      padding-bottom: 5px; }

  nav.sunfw-menu-head i {
    color: #FFF; }

  ul.sunfw-tpl-menu .caret:before {
    color: #FFF; }

  div.module-style-2 section:not(.sw-goal-section):not(.sw-company-section) .pb-stackable.pb-grid > .pb-column:not(.pb-row) {
    padding: 0 !important; }

  .pb-stackable.pb-grid > .pb-column:not(.pb-row).sw-bg-section {
    padding: 20px 15px !important; }

  section.sw-goal-section .pb-stackable.pb-grid > .pb-column:not(.pb-row) {
    padding: 5px !important; }
  section.sw-goal-section .pb-stackable.pb-grid > .pb-column:last-child:not(.pb-row) {
    padding: 5px 5px 5px !important; }
  section.sw-goal-section .pb-stackable.pb-grid.Grid > .pb-column:last-child:not(.pb-row) {
    padding: 35px 5px !important; } }
@media (max-width: 480px) {
  .top-left ul.nav > li:first-child > a {
    padding-left: 0; }
    .sunfw-direction-rtl .top-left ul.nav > li:first-child > a {
      padding-right: 0;
      padding-left: inherit; }

  .btn, a.btn, button.btn {
    margin: 0; }

  div.sunfw-logo {
    top: -18px;
    max-width: 70px;
    left: 15px; }

  #sunfw-master .sw-media-section {
    padding-top: 7px; }

  .pb-element-articlelist.list-one > .pb-articlelist-wrapper > .row > .pb-articlelist-first {
    padding-left: 15px; }
    .pb-element-articlelist.list-one > .pb-articlelist-wrapper > .row > .pb-articlelist-first .first-thumbnail {
      padding-top: 10px;
      width: 100%; }
  .pb-element-articlelist.list-one .articlelist-first-thumbnail {
    margin-bottom: 0; }

  body #sunfw_section_banner h2, body #sunfw_section_banner .h2,
  body .section-banner h2, body .section-banner .h2 {
    font-size: 30px; }

  div.jsn-breadcrumb {
    padding: 30px 0 10px; }
    div.jsn-breadcrumb h2 {
      padding: 0;
      margin: 15px 0 0 0; }

  .jsn-breadcrumb .breadcrumb {
    padding: 5px 0 0; }

  #mod-search-searchword {
    width: 100%; }

  .about-top {
    padding-top: 15px !important;
    margin-top: -60px; }
    .about-top .jsn-bootstrap3 h1, .about-top .jsn-bootstrap3 .h1, .about-top .jsn-bootstrap3 h2, .about-top .jsn-bootstrap3 .h2, .about-top .jsn-bootstrap3 h3, .about-top .jsn-bootstrap3 .h3,
    .about-top h1, .about-top h2, .about-top h3, .about-top h4, .about-top h5, .about-top h6, .about-top .h1, .about-top .h2, .about-top .h3, .about-top .h4, .about-top .h5, .about-top .h6 {
      margin-top: 0; }

  .about-top .jsn-bootstrap3 .col-xs-12 .read-more {
    margin: 0 0 10px; }

  .about-top {
    padding: 15px 8px !important; }
    .about-top .pb-stackable.pb-grid .pb-btn-items:not(.pb-aligned):not(.pb-row) {
      padding-bottom: 0 !important; }

  .sw-1st-articles {
    margin-top: -10px !important;
    margin-bottom: 20px !important; }

  .sw-articles-layout {
    margin-bottom: 30px !important; }

  .pb-stackable.pb-grid > .pb-column.sw-nopadding:not(.pb-row) {
    padding: 0 0 20px !important; }

  .sw-3col-layout .pb-stackable.pb-grid > .pb-column:not(.pb-row) {
    padding: 0 0 25px !important; }

  .pb-stackable.pb-grid.sw-goals > .pb-column:not(.pb-row) {
    width: 50% !important; }
    .pb-stackable.pb-grid.sw-goals > .pb-column:not(.pb-row) .pb-heading span.pb-text {
      font-size: 36px; }
    .pb-stackable.pb-grid.sw-goals > .pb-column:not(.pb-row) p.Paragraph {
      font-size: 18px; }

  .pb-stackable.pb-grid > .pb-column:not(.pb-row).quote-block {
    padding: 15px !important;
    text-align: center !important; }
    .pb-stackable.pb-grid > .pb-column:not(.pb-row).quote-block h4.pb-heading {
      display: inline-flex;
      display: -webkit-inline-flex; }
    .pb-stackable.pb-grid > .pb-column:not(.pb-row).quote-block .Block {
      margin-right: 0 !important; }

  .sunfw-menu-head .navbar-nav > .open > a, .sunfw-menu-head .navbar-nav > .open > a:hover,
  .sunfw-menu-head .navbar-nav > .open > a:focus,
  .sunfw-menu-head ul.sunfw-tpl-menu > li > ul,
  .sunfw-menu-head .nav .open > a, .sunfw-menu-head .nav .open > a:hover, .sunfw-menu-head .nav .open > a:focus,
  .sunfw-menu-head ul.sunfw-tpl-menu ul {
    background: transparent; }
  .sunfw-menu-head ul.sunfw-tpl-menu ul li a, .sunfw-menu-head ul.sunfw-tpl-menu ul li span.nav-header {
    color: #FFF !important; }

  div.pb-element-articlelist.style-item.item-3 ul.list-style-type-thumbnail li {
    width: 100%;
    display: block; }

  .blog .items-row > div {
    width: 100%;
    display: block;
    clear: both; }

  .item-page {
    padding-top: 0; }
    .item-page .article-info {
      margin-bottom: 0;
      padding-bottom: 15px; }
    .item-page .page-header {
      margin-top: -5px;
      margin-bottom: -5px; }
      .item-page .page-header h2 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 30px; }
    .item-page .pager.pagenav {
      margin: 0 0; }

  .custom_earth_count .col-xs-12,
  .custom_earth_count .jsn-bootstrap3 .col-xs-12 {
    width: 50%; }

  .top-left ul {
    padding-left: 0; }
    .top-left ul > li {
      float: none;
      display: inline-block; }

  .sw-articles-layout .Joomla_Articles .pb-list .Joomla_Article {
    display: block; }
    .sw-articles-layout .Joomla_Articles .pb-list .Joomla_Article .pb-content, .sw-articles-layout .Joomla_Articles .pb-list .Joomla_Article .Image {
      width: 100% !important;
      display: block;
      clear: both;
      margin: 0 !important; }
    .sw-articles-layout .Joomla_Articles .pb-list .Joomla_Article .Image img {
      width: 100%; }
    .sw-articles-layout .Joomla_Articles .pb-list .Joomla_Article .pb-content {
      padding: 15px; }
      .sw-articles-layout .Joomla_Articles .pb-list .Joomla_Article .pb-content .Description {
        margin-bottom: 10px !important;
        margin-top: 0; }
      .sw-articles-layout .Joomla_Articles .pb-list .Joomla_Article .pb-content .Title, .sw-articles-layout .Joomla_Articles .pb-list .Joomla_Article .pb-content .Category {
        margin: 0 !important; }

  .sw-company-section .pb-grid .pb-stackable.pb-grid {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .sw-company-section .pb-stackable.pb-grid > .pb-column:not(.pb-row) {
    padding: 0 0 10px !important; }
    .sw-company-section .pb-stackable.pb-grid > .pb-column:not(.pb-row).sw-marginbt {
      padding-top: 0 !important;
      padding-bottom: 25px !important; }
    .sw-company-section .pb-stackable.pb-grid > .pb-column:not(.pb-row).pb-btn-items {
      padding: 0 15px 15px !important;
      margin-top: 20px !important;
      margin-bottom: 15px !important; }
    .sw-company-section .pb-stackable.pb-grid > .pb-column:not(.pb-row).sw-article-list {
      margin-top: 20px !important; }
    .sw-company-section .pb-stackable.pb-grid > .pb-column:not(.pb-row).sw-column-bg {
      padding: 10px 15px 5px !important;
      margin-bottom: 15px !important; }

  .sw-full-articles.Joomla_Articles .pb-list .Joomla_Article .pb-content {
    padding-bottom: 0; }

  .sw-3col-layout .pb-grid .pb-stackable.pb-grid {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .module-style-2 .pb-stackable.pb-grid > .pb-column:not(.pb-row) {
    padding: 0 !important; }

  .footer .pb-section .pb-stackable.pb-grid > .pb-column:not(.pb-row) {
    padding: 0 !important; }

  .sw-3rt-articles .Joomla_Article0 {
    margin-right: 0 !important; }

  .sw-investor-section .pb-stackable.pb-grid > .pb-column:not(.pb-row) {
    margin-bottom: 30px !important; }

  body:not(.sunfw-view-article) #sunfw_section_main-content {
    padding-bottom: 0 !important; }

  .Joomla_Articles.sw-article-list .pb-list {
    margin-bottom: 0;
    padding: 0 15px; }

  .k2Pagination ul.pagination li {
    display: inline-block !important; }

  .sw-center-items div.pb-content {
    margin: 0 auto; }

  body #k2Container {
    padding-bottom: 0; }

  .twitter-box iframe {
    height: 350px !important; }

  .koowa .koowa_table .koowa_header {
    min-width: 100px; }

  .docman_table_layout.docman_table_layout--filtered_table .koowa_table__download a.btn {
    min-width: 130px; }

  .koowa .docman_document {
    display: flex;
    display: -webkit-flex;
    flex-direction: column; }
    .koowa .docman_document .koowa_header {
      margin: -10px 0 10px;
      font-size: 27px;
      order: 2; }
    .koowa .docman_document .docman_document_details {
      order: 3; }
    .koowa .docman_document .docman_description {
      order: 4; }
    .koowa .docman_document .docman_download {
      float: none;
      order: 5;
      margin: 10px auto 0; }
  .koowa .docman_thumbnail {
    margin-top: 6px; }

  div.koowa .docman_category--style {
    padding: 0px 0 0;
    border: none; } }
/* =============== MENU - DIV MENU =============== */
ul.menu-divmenu {
  margin: 0 auto;
  padding: 0;
  list-style: none; }

ul.menu-divmenu li {
  margin: 0;
  padding: 0 0.5em;
  display: inline-block; }
  ul.menu-divmenu li a {
    padding: 0 5px; }

ul.menu-divmenu li:first-child {
  padding-left: 0; }

.nav {
  padding-left: 0; }
  .sunfw-direction-rtl .nav {
    padding-right: 0;
    padding-left: inherit; }

/* =============== MENU - DEFAULT =============== */
ul.nav.menu li a:hover {
  background: transparent; }
ul.nav.menu li a > i.fa {
  padding-right: 5px; }
  .sunfw-direction-rtl ul.nav.menu li a > i.fa {
    padding-left: 5px;
    padding-right: inherit; }
ul.nav.menu li a span.description {
  display: block;
  font-size: 90%; }

.nav > li > a {
  padding-bottom: 5px;
  padding-top: 5px; }

ul.nav.hidden-icon li a i.fa {
  display: none !important; }

ul.nav.hidden-description li a span.description {
  display: none !important; }

/* =============== MENU - TREE MENU =============== */
.module-style.menu-treemenu .module-title .box-title, .module-style.sidemenu .module-title .box-title {
  margin-bottom: 0; }

ul.nav[class*='menu-treemenu'] {
  border: none !important; }
  ul.nav[class*='menu-treemenu'] li {
    padding: 0; }
    ul.nav[class*='menu-treemenu'] li a, ul.nav[class*='menu-treemenu'] li span.nav-header, ul.nav[class*='menu-treemenu'] li span.separator {
      padding: 7px 0;
      display: block; }
      ul.nav[class*='menu-treemenu'] li a:hover, ul.nav[class*='menu-treemenu'] li span.nav-header:hover, ul.nav[class*='menu-treemenu'] li span.separator:hover {
        text-decoration: none;
        background: transparent; }
    ul.nav[class*='menu-treemenu'] li:first-child {
      margin-top: 0; }
    ul.nav[class*='menu-treemenu'] li ul.nav-child {
      list-style-type: none;
      padding-left: 20px;
      font-size: inherit; }
      .sunfw-direction-rtl ul.nav[class*='menu-treemenu'] li ul.nav-child {
        padding-right: 20px;
        padding-left: inherit; }
    ul.nav[class*='menu-treemenu'] li > span.separator {
      padding: 12px 20px;
      display: block; }
  ul.nav[class*='menu-treemenu'] > li > a, ul.nav[class*='menu-treemenu'] span.nav-header, ul.nav[class*='menu-treemenu'] span.separator {
    font-weight: bold; }

/* =============== MENU - SIDE MENU =============== */
.sunfw-pos-right ul.nav[class*='menu-sidemenu'] li {
  text-align: right; }
  .sunfw-direction-rtl .sunfw-pos-right ul.nav[class*='menu-sidemenu'] li {
    text-align: left; }
  .sunfw-pos-right ul.nav[class*='menu-sidemenu'] li span.caret {
    left: 0; }
    .sunfw-direction-rtl .sunfw-pos-right ul.nav[class*='menu-sidemenu'] li span.caret {
      right: 0;
      left: auto; }
    .sunfw-pos-right ul.nav[class*='menu-sidemenu'] li span.caret:after {
      content: '\f104';
      left: 10px;
      text-align: left; }
      .sunfw-direction-rtl .sunfw-pos-right ul.nav[class*='menu-sidemenu'] li span.caret:after {
        right: 10px;
        left: auto; }
      .sunfw-direction-rtl .sunfw-pos-right ul.nav[class*='menu-sidemenu'] li span.caret:after {
        text-align: right; }

ul.nav[class*='menu-sidemenu'] {
  list-style: none;
  border: none !important; }
  ul.nav[class*='menu-sidemenu'] > li > a {
    font-weight: normal; }
    ul.nav[class*='menu-sidemenu'] > li > a:hover, ul.nav[class*='menu-sidemenu'] > li > a:focus {
      background: transparent; }
  ul.nav[class*='menu-sidemenu'] li {
    list-style: none;
    position: relative;
    padding: 0; }
    ul.nav[class*='menu-sidemenu'] li span.caret {
      position: absolute;
      right: 0px;
      top: 50%;
      border: none; }
      .sunfw-direction-rtl ul.nav[class*='menu-sidemenu'] li span.caret {
        left: 0px;
        right: auto; }
      ul.nav[class*='menu-sidemenu'] li span.caret:after {
        content: '\f105';
        font-family: FontAwesome;
        position: absolute;
        min-width: 50px;
        text-align: center;
        top: 50%;
        right: -15px;
        transform: translateY(-50%); }
        .sunfw-direction-rtl ul.nav[class*='menu-sidemenu'] li span.caret:after {
          left: -15px;
          right: auto; }
    ul.nav[class*='menu-sidemenu'] li a,
    ul.nav[class*='menu-sidemenu'] li span.nav-header,
    ul.nav[class*='menu-sidemenu'] li span.separator {
      display: block;
      position: relative;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      border-bottom: 1px solid #f2f2f2;
      padding: 10px 15px; }
    ul.nav[class*='menu-sidemenu'] li:last-child a,
    ul.nav[class*='menu-sidemenu'] li:last-child span.nav-header,
    ul.nav[class*='menu-sidemenu'] li:last-child span.separator {
      border-bottom: none; }
    @media (min-width: 992px) {
      ul.nav[class*='menu-sidemenu'] li:hover > ul {
        visibility: visible;
        display: block;
        opacity: 1;
        transition-delay: 0.2s; } }
    @media (min-width: 992px) {
      ul.nav[class*='menu-sidemenu'] li ul {
        position: absolute;
        top: 0;
        padding: 0px;
        left: 100%;
        right: auto;
        min-width: 200px;
        list-style-type: none !important;
        background-color: #fff;
        border: 1px solid #f2f2f2;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: 900;
        font-size: inherit; } }
    @media (max-width: 991px) {
      ul.nav[class*='menu-sidemenu'] li ul {
        display: none;
        padding: 0; }
        ul.nav[class*='menu-sidemenu'] li ul li {
          padding: 0px 10px; }
      ul.nav[class*='menu-sidemenu'] li.active > ul {
        display: block; }
      ul.nav[class*='menu-sidemenu'] li.active > a,
      ul.nav[class*='menu-sidemenu'] li.active > span.nav-header,
      ul.nav[class*='menu-sidemenu'] li.active > span.separator {
        position: relative; }
        ul.nav[class*='menu-sidemenu'] li.active > a span.caret:after,
        ul.nav[class*='menu-sidemenu'] li.active > span.nav-header span.caret:after,
        ul.nav[class*='menu-sidemenu'] li.active > span.separator span.caret:after {
          content: '\f107'; } }

.mod-sidemenu {
  border-bottom: 1px solid #434343; }

.module-style.layout-right ul.nav[class*='menu-sidemenu'] li ul, .sunfw-pos-right .module-style ul.nav[class*='menu-sidemenu'] li ul {
  right: auto;
  left: -203px; }
  .sunfw-direction-rtl .module-style.layout-right ul.nav[class*='menu-sidemenu'] li ul,
  .sunfw-direction-rtl .sunfw-pos-right .module-style ul.nav[class*='menu-sidemenu'] li ul {
    left: auto;
    right: auto; }
  .sunfw-direction-rtl .module-style.layout-right ul.nav[class*='menu-sidemenu'] li ul, .sunfw-direction-rtl .sunfw-pos-right .module-style ul.nav[class*='menu-sidemenu'] li ul {
    right: -203px;
    left: auto; }

@media (min-width: 768px) {
  .sunfw-direction-rtl ul.nav[class*='menu-sidemenu'] li ul {
    right: calc(100% + 1px);
    left: auto; }
  .sunfw-direction-rtl ul.nav[class*='menu-sidemenu'] li.parent > a:after {
    content: '\f104';
    top: 50%;
    left: 10px;
    right: auto;
    transform: translateY(-50%); } }
.sunfw-direction-rtl ul.sunfw-tpl-menu > li.dropdown-submenu li.dropdown-submenu .caret {
  border: none; }

ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li a, ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li span.nav-header {
  position: relative;
  display: block; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li a .caret, ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li span.nav-header .caret {
    position: absolute;
    right: 0;
    top: calc(50% - 4px); }
    .sunfw-direction-rtl ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li a .caret, .sunfw-direction-rtl ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li span.nav-header .caret {
      left: 0;
      right: auto; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li a .caret:before, ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li span.nav-header .caret:before {
      color: inherit; }
ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li ul.dropdown-menu {
  padding: 0px 15px; }

.sunfw-direction-rtl .sunfw-menu-head .sunfw-tpl-menu .sunfw-mega-menu ul.sub-menu li a, .sunfw-direction-rtl .sunfw-menu-head .sunfw-tpl-menu .sunfw-mega-menu ul.sub-menu li span.nav-header {
  text-align: right; }
.sunfw-direction-rtl .sunfw-menu-head .sunfw-tpl-menu ul li a, .sunfw-direction-rtl .sunfw-menu-head .sunfw-tpl-menu ul li span.nav-header {
  padding-right: 15px; }
  .sunfw-direction-rtl .sunfw-menu-head .sunfw-tpl-menu ul li a:after, .sunfw-direction-rtl .sunfw-menu-head .sunfw-tpl-menu ul li span.nav-header:after {
    content: '\f104';
    right: 0;
    left: auto; }

.offcanvas-content .sunfw-tpl-menu .sunfw-megamenu-sub-menu {
  width: inherit !important; }

@media (max-width: 767px) {
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li .caret {
    top: 0 !important;
    transform: rotate(0deg) !important; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu li .caret:before {
      top: 0 !important;
      position: absolute; }
  ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu ul.dropdown-menu {
    left: 0 !important;
    display: none !important;
    border: none; }
    .sunfw-direction-rtl ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu ul.dropdown-menu {
      right: 0 !important;
      left: auto; }
    ul.sunfw-tpl-menu > li.megamenu ul.sunfw-megamenu-sub-menu ul.dropdown-menu.menuShow {
      display: block !important; }

  .sunfw-direction-rtl ul.sunfw-tpl-menu .caret:before {
    content: '\f104'; }
  .sunfw-direction-rtl ul.sunfw-tpl-menu .caret.open:before {
    content: '\f107'; } }

/*# sourceMappingURL=template.css.map */
