/* Font size initialize */
body {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3 !important;
}

h1,
.h1,
.contentbuilder-css h1 {
  font-size: 1.875rem;
}

h1.d1,
.h1.d1 {
  font-size: 2.34375rem;
}

h1.d2,
.h1.d2 {
  font-size: 2.10938rem;
}

h2,
.h2,
.contentbuilder-css h2 {
  font-size: 1.5rem;
}

h2.d1,
.h2.d1 {
  font-size: 1.875rem;
}

h2.d2,
.h2.d2 {
  font-size: 1.6875rem;
}

h3,
.h3,
.contentbuilder-css h3 {
  font-size: 1.3125rem;
}

h3.d1,
.h3.d1 {
  font-size: 1.64062rem;
}

h3.d2,
.h3.d2 {
  font-size: 1.47656rem;
}

h4,
.h4,
.contentbuilder-css h4 {
  font-size: 1.125rem;
}

h4.d1,
.h4.d1 {
  font-size: 1.40625rem;
}

h4.d2,
.h4.d2 {
  font-size: 1.26562rem;
}

h5,
.h5,
.contentbuilder-css h5 {
  font-size: 0.9375rem;
}

h5.d1,
.h5.d1 {
  font-size: 1.17188rem;
}

h5.d2,
.h5.d2 {
  font-size: 1.05469rem;
}

h6,
.h6,
.contentbuilder-css h6 {
  font-size: 0.75rem;
}

h6.d1,
.h6.d1 {
  font-size: 0.9375rem;
}

h6.d2,
.h6.d2 {
  font-size: 0.84375rem;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
  h1,
  .h1,
  .contentbuilder-css h1 {
    font-size: 2.25rem;
  }
  h1.d1,
  .h1.d1 {
    font-size: 2.8125rem;
  }
  h1.d2,
  .h1.d2 {
    font-size: 2.53125rem;
  }
  h2,
  .h2,
  .contentbuilder-css h2 {
    font-size: 1.8rem;
  }
  h2.d1,
  .h2.d1 {
    font-size: 2.25rem;
  }
  h2.d2,
  .h2.d2 {
    font-size: 2.025rem;
  }
  h3,
  .h3,
  .contentbuilder-css h3 {
    font-size: 1.575rem;
  }
  h3.d1,
  .h3.d1 {
    font-size: 1.96875rem;
  }
  h3.d2,
  .h3.d2 {
    font-size: 1.77187rem;
  }
  h4,
  .h4,
  .contentbuilder-css h4 {
    font-size: 1.35rem;
  }
  h4.d1,
  .h4.d1 {
    font-size: 1.6875rem;
  }
  h4.d2,
  .h4.d2 {
    font-size: 1.51875rem;
  }
  h5,
  .h5,
  .contentbuilder-css h5 {
    font-size: 1.125rem;
  }
  h5.d1,
  .h5.d1 {
    font-size: 1.40625rem;
  }
  h5.d2,
  .h5.d2 {
    font-size: 1.26562rem;
  }
  h6,
  .h6,
  .contentbuilder-css h6 {
    font-size: 0.9rem;
  }
  h6.d1,
  .h6.d1 {
    font-size: 1.125rem;
  }
  h6.d2,
  .h6.d2 {
    font-size: 1.0125rem;
  }
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
  h1,
  .h1,
  .contentbuilder-css h1 {
    font-size: 2.5rem;
  }
  h1.d1,
  .h1.d1 {
    font-size: 3.125rem;
  }
  h1.d2,
  .h1.d2 {
    font-size: 2.8125rem;
  }
  h2,
  .h2,
  .contentbuilder-css h2 {
    font-size: 2rem;
  }
  h2.d1,
  .h2.d1 {
    font-size: 2.5rem;
  }
  h2.d2,
  .h2.d2 {
    font-size: 2.25rem;
  }
  h3,
  .h3,
  .contentbuilder-css h3 {
    font-size: 1.75rem;
  }
  h3.d1,
  .h3.d1 {
    font-size: 2.1875rem;
  }
  h3.d2,
  .h3.d2 {
    font-size: 1.96875rem;
  }
  h4,
  .h4,
  .contentbuilder-css h4 {
    font-size: 1.5rem;
  }
  h4.d1,
  .h4.d1 {
    font-size: 1.875rem;
  }
  h4.d2,
  .h4.d2 {
    font-size: 1.6875rem;
  }
  h5,
  .h5,
  .contentbuilder-css h5 {
    font-size: 1.25rem;
  }
  h5.d1,
  .h5.d1 {
    font-size: 1.5625rem;
  }
  h5.d2,
  .h5.d2 {
    font-size: 1.40625rem;
  }
  h6,
  .h6,
  .contentbuilder-css h6 {
    font-size: 1rem;
  }
  h6.d1,
  .h6.d1 {
    font-size: 1.25rem;
  }
  h6.d2,
  .h6.d2 {
    font-size: 1.125rem;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list-group.list-no-border .list-group-item {
  border: none;
}

footer ul.footer-list {
  list-style: none;
  padding-left: 0;
}

footer .footer-logo img {
  width: 100%;
  max-width: 250px;
}

.social-media .social-media-icon {
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.social-media .social-media-icon:hover,
.social-media .social-media-icon:focus {
  text-decoration: none;
}

.social-media .social-media-icon.social-media-icon-circle {
  font-size: 1.7em;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  border: 2px solid #fff;
  border-radius: 50%;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-box-direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-box-center {
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-box-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-box-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-box-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.flex-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.flex-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.btn-wrapper {
  margin-top: 2em;
}

.btn-wrapper .btn:not(.last-child) {
  margin-right: 1em;
}

.panel-white-shadow {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 2px 3px 9px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 3px 9px 1px rgba(0, 0, 0, 0.12);
}

.image-shadow {
  -webkit-box-shadow: 2px 3px 9px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 3px 9px 1px rgba(0, 0, 0, 0.12);
}

.item-container::before,
.item-container::after {
  display: table;
  content: " ";
}

.item-container::after {
  clear: both;
}

@media screen and (min-width: 992px) {
  .item-container .item-left {
    padding-right: 2em;
  }
  .item-container .item-right {
    padding-left: 2em;
  }
}

.item-col-box-wrapper {
  width: 100%;
  margin-bottom: -30px;
}

.item-col-box-wrapper .item-col-box {
  margin-bottom: 30px;
}

.item-col-box {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.item-col-box .inner {
  height: 100%;
}

.item-col-box p,
.item-col-box ul li {
  line-height: 1.8;
}

/* Rwardz Initialize */
html {
  font-size: 100%;
}

.pull-right {
  float: right !important;
}

div, p, span {
  line-height: unset;
}

.main_content p {
  font-size: 1em;
  line-height: 1.6;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after, .btn-toolbar:before,
.clearfix:after, .clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before,
.main_gnb_1st {
  display: table;
  content: "";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after, .clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after,
.main_gnb_1st {
  clear: both;
}

.main_header {
  border: none;
  background: none;
  overflow: visible;
}

.main_header > .inner {
  padding: 0;
  max-width: 100%;
  min-height: 0;
  overflow: visible;
}

.main_header > .inner .rightlink {
  display: none !important;
}

.main_header > .inner .logoslogan {
  float: none;
  overflow: visible;
}

.navbar-default {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .dropdown-menu {
  font-size: 1em;
}

.navbar-default .navbar-nav .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  text-transform: none;
  white-space: nowrap;
}

.main_header .navbar-brand {
  height: auto;
}

.main_header > .inner .logo img {
  margin-top: 0;
  margin-bottom: 0;
}

.main_footer > .inner {
  border-top: none;
  max-width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.main_footer > .inner .copyright {
  float: none;
}

.main_footer > .inner > .powered {
  display: none !important;
}

.main_side .gadgets_engage .inner .engage-button,
.main_banner .gadgets_engage .inner .engage-button {
  padding-left: 0;
  padding-right: 0;
  background: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.main_footer > .inner ul,
ul.footer-list {
  list-style: none;
  padding-left: 0;
}

.navbar-nav > .open > a,
.navbar-nav > .active > a {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.main_banner .gadgets_engage .inner .engage-button .writebuttonm,
.main_side .gadgets_engage .inner .engage-button .writebuttonm {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ff2500;
  color: #fff;
  text-transform: uppercase;
}

.main_banner .gadgets_engage .inner .engage-button .writebuttonm:hover,
.main_banner .gadgets_engage .inner .engage-button .writebuttonm:focus,
.main_side .gadgets_engage .inner .engage-button .writebuttonm:hover,
.main_side .gadgets_engage .inner .engage-button .writebuttonm:focus {
  color: #fff;
  background-color: #741302;
  opacity: 0.8;
}

.main_side .gadgets_engage .inner .engage-button .txt,
.main_banner .gadgets_engage .inner .engage-button .txt {
  color: #333;
}

.main_section {
  max-width: 100%;
}

.main_banner {
  padding-bottom: 0;
}

.main_banner .gadgets_engage .inner .engage-button .eb > div {
  float: none !important;
}

.main_banner .gadgets_engage .inner .engage-button .button {
  width: 100% !important;
}

.adminmenu {
  top: 0;
}

.main_side {
  /* Side widget width */
}

@media screen and (min-width: 421px) {
  .adminmenu,
  .headerclone,
  .adminmenu > div.inner {
    height: 50px;
  }
  .adminmenu > div.inner {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .adminmenu .menubar {
    height: 36px;
  }
}

@media screen and (min-width: 768px) {
  .main_footer > .inner {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

@media screen and (min-width: 800px) {
  .main_section {
    width: -o-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-top: 16px;
  }
}

@media screen and (min-width: 1400px) {
  .main_section {
    width: -o-calc(100% - 350px);
    width: calc(100% - 350px);
  }
}

.main_widebanner {
  padding: 0;
}

.main-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.main_widebanner > .inner {
  padding: 0;
  max-width: 100%;
}

.main-banner .banner-box {
  display: table;
  width: 100%;
}

.main-banner .banner-box .banner-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main_header .container-fluid,
.main_footer .container-fluid,
.main-banner .container-fluid,
.main_content > .inner,
.main_ctloc > .inner,
.top-banner .container-fluid {
  max-width: 1400px;
}

.main_ctloc > .inner {
  height: auto;
}

.main_ctloc > .inner > .ctloc {
  position: static;
}

/* Blog detail page */
.button_blue_m,
a.button_blue_m,
.button_blue_s,
a.button_blue_s,
.button_gray_m,
a.button_gray_m,
.button_blue_m:hover,
.button_blue_m:focus,
a.button_blue_m:hover,
a.button_blue_m:focus,
.button_blue_s:hover,
.button_blue_s:focus,
a.button_blue_s:hover,
a.button_blue_s:focus,
.button_gray_m:hover,
.button_gray_m:focus,
a.button_gray_m:hover,
a.button_gray_m:focus {
  border: none;
  background-image: none;
  text-shadow: none;
  border-radius: 0;
  font-size: 1em;
  padding: 10px 20px;
}

.navbar-default .navbar-collapse {
  float: right;
}

.navbar-default .navbar-nav > li > a {
  padding: 0;
}

.main_header > .inner .logo img {
  max-height: none;
}

.section-header .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.section-header .navbar .navbar-header a {
  display: table;
}

.section-header .navbar .navbar-header a .logo-image-span {
  display: table-cell;
  vertical-align: middle;
}

.section-header .navbar-menus ul.navbar-nav > li > a,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  font-size: 1em;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  padding-left: 12px;
  padding-right: 12px;
}

.section-header .navbar-nav > li > .dropdown-menu {
  font-size: 0.9em;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  padding: 0 12px;
  line-height: 40px;
  display: inline-block;
}

.section-header .navbar .navbar-toggle {
  border: none;
  background: none;
  margin: 0;
  margin-top: 2px;
}

.section-header .navbar .navbar-toggle .icon-bar {
  background-color: #333;
  width: 18px;
  height: 3px;
}

.main_footer > .inner {
  padding: 0;
}

@media (min-width: 480px) {
  .section-header .container-fluid,
  footer .container-fluid,
  .top-banner .container-fluid {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .section-header .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-header .navbar .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-default .navbar-collapse {
    overflow: hidden !important;
  }

  .section-header .navbar-menus ul.navbar-nav {
    margin: 0;
    padding: 0;
  }
}

section.main_articles {
  padding-left: 15px;
  padding-right: 15px;
}

section.main_articles a:hover,
section.main_articles a:focus {
  text-decoration: none !important;
}

.main_articles > article {
  width: 100%;
  padding-top: 0;
  margin-bottom: 20px;
  border-top: none;
  border-radius: 6px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.16);
}

.main_articles > article:first-of-type {
  border-top: 1px solid #ddd;
}

.main_articles article .stylehalfgallery .thumbnail {
  float: none;
  width: 100%;
  height: 0;
  position: relative;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  padding-bottom: 57%;
  overflow: hidden;
}

.main_articles article .stylehalfgallery .thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.42);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_articles > article:hover .stylehalfgallery .thumbnail:before,
.main_articles > article:focus .stylehalfgallery .thumbnail:before {
  opacity: 1;
}

.main_articles article .stylehalfgallery .thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_articles article .stylehalfgallery .thumbnail img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main_articles > article:hover .stylehalfgallery .thumbnail img,
.main_articles > article:focus .stylehalfgallery .thumbnail img {
  -webkit-transform: scale(1.13);
  transform: scale(1.13);
}

.main_articles article .stylehalfgallery .thumbnail .thumbvideo {
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.main_articles article .stylehalfgallery .articlecnt {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  section.main_articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .main_articles > article {
    width: 47%;
    margin: 0 1.5% 25px;
  }
}

@media screen and (min-width: 800px) {
  .main_articles > article:first-of-type {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .main_articles > article:first-of-type {
    padding-bottom: 0;
  }
  .main_articles > article:first-of-type > .stylehalfgallery {
    display: table;
    min-height: 350px;
  }
  .main_articles article:first-of-type .stylehalfgallery .thumbnail {
    display: table-cell;
    width: 57%;
    height: auto;
    padding-bottom: 0;
    vertical-align: top;
  }
  .main_articles article:first-of-type .stylehalfgallery .thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main_articles article:first-of-type .stylehalfgallery .thumbnail img {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .main_articles article:first-of-type .stylehalfgallery .thumbvideo .thumbvideoimg1 {
    position: absolute;
  }
  .main_articles article:first-of-type .stylehalfgallery .articlecnt {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1280px) {
  .main_articles > article {
    width: 30.3333%;
  }
}

.gadgets_category ul.category {
  list-style: none;
  padding-left: 0;
}

.gadgets_category ul.category > li > div a {
  margin-left: 0;
  padding: 8px 3px;
  text-align: center;
  color: #22408a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.gadgets_category ul.category > li > div:hover {
  background: none;
}

.gadgets_category ul.category > li > ul.category2nd {
  padding-left: 25px;
}

.gadgets_category ul.category > li > ul.category2nd > li a {
  margin-left: 0;
  padding-left: 0;
}

.gadgets_category ul.category > li {
  border-bottom: 1px solid #ddd;
}

.gadgets_category ul.category > li:last-child {
  border-bottom: none;
}

#feedContainer {
  padding-top: 16px;
  padding-bottom: 16px;
}

.popular_post .popular-item {
  display: table;
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.popular_post .popular-item:last-child {
  border-bottom: none;
}

.popular_post .popular-item a {
  display: inline-block;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
}

.popular_post .rssthumbnailimage {
  display: table-cell;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.popular_post .rsslink {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.popular_post .rssthumbnailimage > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popular_post .rssthumbnailimage .bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Mobile menu */
@media (max-width: 767px) {
  .navbar-header {
    float: none;
    margin-right: 85px;
    font-size: 20px;
    padding-left: 15px;
  }
  .navbar-header a img {
    max-width: 140px;
    max-height: 30px;
  }
  .navbar-menus {
    float: none;
  }
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  .navbar-collapse {
    border-top: 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-nav {
    float: none;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #676767;
  font-weight: 400;
}

h1, .h1,  h2, .h2,  h3, .h3,  h4, .h4,  h5, .h5,  h6, .h6 {
  font-family: 'Montserrat', sans-serif;
  color: #22408a;
  font-weight: 500;
}

.btn.btn-default{
  color: #22408a;
  background-color: #ffc000;
  border: none;
  border-radius: 0;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}

.btn.btn-default:hover, .btn.btn-default:focus{
  color: #fff;
  background-color: #22408a;
}

.section-header .navbar-default {
  background-color: transparent;
  margin-bottom: 0;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a {
  color: #ff2500;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:hover, .section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a:focus {
  color: #741302;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a span.menu,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a span.menu:hover,
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li a span.menu:focus {
  color: inherit !important;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a {
  color: rgba(0,0,0,0.5);
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a:hover, .section-header .navbar-menus ul.navbar-nav.ul-after-dash .dropdown-menu > li > a:focus {
  color: #000;
}

.section-header .navbar-nav > li > .dropdown-menu {
  background-color: #fff;
}

.bold {
  font-weight: 600 !important;
}

.regular {
  font-weight: 500 !important;
}

strong {
  font-weight: 600;
}

.text-yellow {
  color: #ffc000!important;
}

.text-blue {
  color: #22408a !important;
}

.text-white {
  color: #fff !important;
}

.bg-blue {
  background-color: #22408a !important;
}

.margin-top-1 {
  margin-top: 1em !important;
}

.margin-top-2 {
  margin-top: 2em !important;
}

.margin-top-3 {
  margin-top: 3em !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-0 {
  margin: 0 !important;
}

/* Header */

#hiddenHeader {
  display: none;
}

body.fixed-top #hiddenHeader {
  display: block;
}

body.fixed-top .section-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.section-header .navbar .navbar-header {
  margin-left: 0;
  margin-right: 0;
}

.section-header .navbar .navbar-header a .logo-text-span {
  height: auto;
  width: 212px;
  display: block;
  white-space: initial;
  line-height: 1;
}

.section-header .navbar-menus ul.navbar-nav li.header-menu-1st span.menu {
  font-weight: 600;
  text-transform: uppercase;
}

.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a::before {
  display: none;
}

@media (min-width: 768px) {
  .section-header .navbar-menus {
    margin-top: 5px;
  }
}

/* Footer */

.main_footer {
  
background-color: #303030;
}

.main_footer .inner {
  background-color: transparent;
  color: #fff;
  text-align: left;
  border-top: 1px solid #e8e8e8;
}

.main_footer .inner {
  padding: 20px 15px;
  font-size: 1em;
  max-width: 1400px;
  border: none;
}

.main_footer .inner,
.main_footer .inner a {
  color: #fff;
}

.main_footer .inner a:hover,
.main_footer .inner a:focus {
  color: #696969;
  text-decoration: none;
}

a.back-top-top {
    display: block;
    font-size: 22px;
    margin-top: 1em;
}

a.back-top-top > span {
    display: block;
    font-size: 11px;
}

footer h4 {
  color: #fff;
}

.footer-top .btn.btn-default {
  background-color: #fff;
  min-width: 150px;
  color: #22408a;
}

.footer-top .btn.btn-default:hover,
.footer-top .btn.btn-default:focus {
  background-color: #22408a;
  color: #fff;
}

footer .footer-logo img {
  max-width: 220px;
}

.footer-top .container-fluid {
  padding-top: 0;
  padding-bottom: 40px;
}


.footer-top .col-md-3 {
  margin-bottom: 2em;
}

.footer-bottom .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
}

.main_footer .inner .footer-bottom a {
    color: #777;
}

.footer-logo {
  margin-bottom: 1em;
}

h4.footer-title {
  margin-bottom: 1.5em;
}

footer ul.footer-list  li.footer-menu a {
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  text-transform: uppercase;
}

footer .footer-copyright {
  color: #fff;
}

.main_footer .social-media {
    font-size: 26px;
}

a.btn.btn-agent-login {
    color: #fafafa;
    font-size: 13px;
    line-height: 14px;
    border: 1px solid #797979;
    border-radius: 50px;
    height: 28px;
    width: 116px;
    margin-top: 3em;
}

@media (max-width: 991px) {
  footer .col-md-5:first-child {
    margin-bottom: 3em;
  }
}

@media (min-width: 768px) {
  .main_footer .inner {
    
padding-top: 30px;
    
padding-bottom: 30px;
  }
}


/* Side */

.gadgets h2 {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

/* Banner */

.top-banner {
  padding-top: 3em;
  padding-bottom: 2em;
}

.top-banner h1,
.top-banner h2 {
  color: #fff;
}

.top-banner .col-md-6:first-child img {
  max-width: 280px;
}

.top-banner .col-md-6:last-child img {
  max-width: 100px;
}

.top-banner h1 {
  margin-top: 0;
}

.top-banner h1 > span,
.top-banner h2 > span {
  display: block;
}

.top-banner .title h2 {
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}

.top-banner .btn-container .btn {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  width: 100%;
  max-width: 445px;
  font-size: 1em;
  margin: 0 auto 15px;
  white-space: pre-wrap;
}

.top-banner .title,
.top-banner .btn-container {
  text-align: center;
}

.top-banner .btn-container {
  margin-top: 3em;
}

.top-banner .btn-container .btn:hover, .top-banner .btn-container .btn:focus {
  background-color: rgba(0, 0, 0, 0.56);
}

@media (max-width: 991px) {
  .top-banner .col-md-6 {
    text-align: center;
  }

  .top-banner .col-md-6:first-child img {
    max-width: 170px;
  }

  .top-banner .col-md-6:last-child img {
    max-width: 70px;
  }

  .top-banner .btn-container {
    margin-top: 1em;
  }
}

/* Social Media */

.social-media a {
  color: #fff !important;
  display: inline-block;
  margin-right: 6px;
  border: 2px solid #ff2500;
  background-color: #ff2500;
  width: 30px;
  height: 30px;
  margin: 5px 3px;
  text-align: center;
  line-height: 28px;
}

.social-media a:hover, 
.social-media a:focus {
  background-color: #fff;
  color: #ff2500 !important;
}

@media (max-width: 767px) {
  .social-media {
    position: absolute;
    top: 7px;
    right: 55px;
  }

  .social-media a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .social-media {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
  }
}