/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary:
 *
 *    0. GLOBAL STYLE
 *        - 0.1. Scaffolding
 *        - 0.2. Pages' Rules
 *    1. HEADER
 *        - 1.1. Topbar Header
 *        - 1.2. Main Header
 *        - 1.3. Navigation
 *    2. CONTENT
 *        - 2.1. Slide Banner
 *        - 2.2. Page Title & Breadcrumb
 *        - 2.3. Main Content
 *    3. SIDEBAR
 *        - 3.1. Left Sidebar
 *        - 3.2. Right Sidebar
 *        - 3.3. Both Sidebar
 *    4. FOOTER
 *        - 4.1. Main Footer
 *        - 4.2. Sub Footer
 *        - 4.3. Copyright
 *
 */
/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary:
 *
 *    0. VARIABLE LESS
 *        - 0.1. Color
 *        - 0.2. Font
 *    1. MIXINS


/*
=============================
====    VARIABLE LESS    ====
=============================
*/
/*
----------  0.1. Color  ----------
*/
/*
----------  0.2. Font  ----------
*/
/*
=============================
===   END VARIABLE LESS   ===
=============================
*/
/*
=============================
====        MIXINS       ====
=============================
*/
/*
=============================
===       END MIXINS      ===
=============================
*/
/*
====================================
=            GLOBAL STYLE          =
====================================
*/
/*
----------  0.1. Scaffolding  ----------
*/
html * {
  outline: 0 !important;
}
body,
html {
  min-height: 100%;
  overflow-x: hidden;
  font-size: 14px;
}
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #696969;
  background-color: #fff;
}
a,
label,
p,
span {
  font-size: 1em;
}
a {
  transition: all .2s ease;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #84b5cc;
}
/*
----------  0.2. Pages' Rules  ----------
*/
.padding-top {
  padding-top: 100px;
}
.padding-bottom {
  padding-bottom: 100px;
}
.margin-bottom {
  margin-bottom: 100px;
}
.padding-bottom-350 {
  padding-bottom: 350px;
}
.padding-top-small {
  padding-top: 70px;
}
.padding-bottom-small {
  padding-bottom: 70px;
}
.padding-top-xs {
  padding-top: 50px;
}
.padding-bottom-xs {
  padding-bottom: 50px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.banner-01 {
  background-image: url("../img/background/homepage-banner-01.jpg");
}
.banner-02 {
  background-image: url("../img/background/homepage-banner-02.jpg");
}
.banner-03 {
  background-image: url("../img/background/homepage-banner-099.jpg");
}
.banner-04 {
  background-image: url("../img/background/homepage-banner-04.jpg");
}
.banner-05 {
  background-image: url("../img/background/homepage-banner-05.jpg");
}
.banner-06 {
  background-image: url("../img/background/homepage-banner-06.jpg");
}
.banner-07 {
  background-image: url("../img/background/homepage-banner-07.jpg");
}
.banner-08 {
  background-image: url("../img/background/homepage-banner-08.jpg");
}
.service-banner {
  background-image: url("../img/background/service-banner.jpg");
}
.who-banner {
  background-image: url("../img/background/active-working-group.jpg");
}
.testimonial-dark-banner {
  background-image: url("../img/background/active-working-group.jpg");
}
.who-alt-banner {
  background-image: url("../img/background/who-banner-alt.jpg");
}
.stats-02-banner {
  background-image: url("../img/background/stats-banner.jpg");
}
.achievement-banner {
  background-image: url("../img/background/achievement-banner.jpg");
}
.achievement-dark-banner {
  background-image: url("../img/background/stats-banner.jpg");
}
.newsletter-banner {
  background-image: url("../img/background/newsletter-banner.jpg");
}
.footer-main {
  background-image: url("../img/footer/footer-background.jpg");
}
.bg-footer-1 {
  background-image: url("../img/footer/footer-1-background.jpg");
}
.bg-footer-2 {
  background-image: url("../img/footer/footer-1-background.jpg");
}
.bg-footer-3 {
  background-image: url("../img/footer/footer-1-background.jpg");
}
.who-accountant-banner {
  background-image: url("../img/background/section-accuontant.jpg");
}
.bg-footer-accountant {
  background-image: url("../img/background/bg-footer-accountant.jpg");
}
.bg-footer-banking {
  background-image: url("../img/background/bg-footer-banking.jpg");
}
.banner-insurance {
  background-image: url("../img/background/bg-header-insurance.jpg");
}
.title,
.subtitle {
  color: #555555;
}
.noscroll {
  overflow: hidden;
}
.sidenav-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: visibility .2s ease, opacity .2s ease;
}
.sidenav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.body-wrapper-content {
  position: relative;
  left: 0;
  transition: left 0.25s ease-out;
}
.slide-right {
  left: 80%;
}
.visible-tablet {
  display: none !important;
}
/*
=====  End of GLOBAL STYLE  ======
*/
/*
==============================
=            HEADER          =
==============================
*/
/*
----------  1.1. Topbar Header  ----------
*/
.header-topbar {
  position: relative;
  z-index: 101;
 /* line-height: 50px;*/
      
}
.header-topbar .topbar-left-icon {
  margin-right: 10px;
}
.header-topbar ul.topbar {
      padding-top: 10px;
  margin: 0;
}
.header-topbar li {
  padding: 0;
}
.header-topbar li a.topbar-icon {
  padding: 15px;
}
.header-topbar li:last-child a.item {
  padding-right: 0;
}
.header-topbar ul.pull-left > li {
  margin-right: 30px;
}
.header-topbar ul.pull-left > li:last-child {
  margin-right: 0;
}
.header-topbar .btn-wrapper {
  margin-left: 50px;
}
.header-topbar .btn-wrapper .button {
  position: relative;
  top: -1px;
}
.header-topbar:after {
  content: '';
  display: table;
  clear: both;
}
.bg-white .header-topbar {
  border-bottom: 1px solid rgba(194, 194, 194, 0.3);
  background-color: #130065;
}
.bg-white .header-topbar a.item {
  color: #a7a7a7;
  transition: color .2s ease;
  font-size: 1rem;
}
.bg-white .header-topbar a.item:hover {
  color: #84b5cc;
}
.bg-center .header-topbar-wrapper {
  position: relative;
}
.bg-center .header-topbar-wrapper ul.topbar.pull-left {
  position: relative;
}
.bg-center .header-topbar-wrapper ul.topbar.pull-right {
  position: relative;
}
.bg-center .header-topbar {
  border-bottom: 1px solid rgba(244, 245, 245, 0.07);
  position: absolute;
  left: 0;
  right: 0;
}
.bg-center .header-topbar a.item {
  color: #bfbfbf;
  transition: color .2s ease;
  font-size: .93rem;
}
.bg-center .header-topbar a.item:hover {
  color: #84b5cc;
}
/*
----------  1.2. Main Header  ----------
*/
.header-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.bg-transparent .header-main-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.bg-transparent .header-main-wrapper .navbar-header {
  position: relative;
}
.bg-transparent .header-main-wrapper .navigation {
  position: relative;
}
.bg-center .navbar-header {
  float: none;
  text-align: center;
  line-height: 100px;
  border-bottom: 1px solid rgba(244, 245, 245, 0.07);
}
.bg-center img.logo {
  vertical-align: -10px;
}
.header-main {
  position: relative;
  z-index: 100;
  padding-top: 50px;
}
.header-main.header-fixed {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: top 0.6s ease;
}
.header-main.header-fixed .navbar-header {
  top: 0;
}
.header-main.header-fixed .navigation {
  top: 10px;
}
.header-main.header-fixed .navbar-header .header-logo {
  line-height: 0;
}
.header-main.hide-menu {
  top: -120px !important;
}
.header-main .logo {
      width: 210px;
    padding: 10px;
}
.header-main .pull-right {
  padding-right: 0;
}
.bg-transparent .header-fixed .logo,
.bg-white .header-fixed .logo,
.bg-center .header-fixed .logo {
  width: 120px;
}
.bg-transparent .header-fixed .navbar-header,
.bg-white .header-fixed .navbar-header,
.bg-center .header-fixed .navbar-header {
  line-height: 46px;
}
.bg-transparent .header-fixed .nav-wrapper,
.bg-white .header-fixed .nav-wrapper,
.bg-center .header-fixed .nav-wrapper {
  line-height: 50px;
}
.bg-transparent .header-fixed nav.navigation a.main-menu,
.bg-white .header-fixed nav.navigation a.main-menu,
.bg-center .header-fixed nav.navigation a.main-menu {
  line-height: 50px;
}
.bg-transparent .header-fixed .nav-search,
.bg-white .header-fixed .nav-search,
.bg-center .header-fixed .nav-search {
  top: 50px;
}
.bg-transparent .header-fixed nav.navigation .main-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.bg-transparent .header-fixed .search-btn {
  padding-top: 0;
}
.bg-center .header-fixed .navbar-header {
  float: left;
  border: none;
}
.bg-center .header-fixed nav.navigation {
  float: right;
  border: none;
}
.bg-white .header-fixed {
  background-color: #fff;
}
.bg-center .header-fixed,
.bg-transparent .header-fixed {
  background-color: #040921;
  padding-top: 0;
}
.bg-white.navhidden-padding {
  padding-bottom: 90px;
}
.bg-transparent.navhidden-padding {
  padding-bottom: 50px;
}
.bg-center.navhidden-padding {
  padding-bottom: 172px;
}
/*
----------  1.3. Navigation  ----------
*/
ul.navbar-nav a.main-menu span.text {
  position: relative;
}
ul.navbar-nav a.main-menu span.text:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -7px;
  width: 2px;
  height: 0;
  background-color: #84b5cc;
  transition: height .2s ease;
}
ul.navbar-nav a.main-menu:hover {
  background-color: transparent;
}
ul.navbar-nav li a.main-menu {
  padding-left: 7px;
  padding-right: 15px;
}
ul.navbar-nav > li.active > a.main-menu,
ul.navbar-nav > li:hover > a.main-menu {
  color: #84b5cc;
}
ul.navbar-nav > li.active > a.main-menu span.text:before,
ul.navbar-nav > li:hover > a.main-menu span.text:before {
  height: 16px;
}
.search-btn {
  display: inline-block;
  padding-left: 7px;
  float: right;
}
.search-btn:hover {
  color: #84b5cc;
}
.search-btn:hover i:after {
  height: 14px;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
nav.navigation {
  position: relative;
}
nav.navigation li.dropdown:hover a.main-menu i {
  transform: rotate(180deg);
}
nav.navigation li.dropdown:hover .dropdown-menu {
  display: block;
}
nav.navigation li.dropdown .icons-dropdown {
  margin-left: 4px;
}
nav.navigation li.dropdown i {
  transition: transform .4s ease;
}
nav.navigation a.main-menu:focus {
  background-color: transparent;
}
.nav-search {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
}
.nav-search form {
  width: 100%;
  height: 40px;
  
}
.nav-search form input[type="text"] {
 border: 1px solid #f1f1f1;
  width: 225px;
  height: 38px;
  padding: 0 10px;
  vertical-align: top;
  color: #7c7c7c;
}
.nav-search form .select1
{
	 border: 1px solid #f1f1f1;
  width: 225px;
  height: 38px;
  padding: 0 10px;
  vertical-align: top;
  color: #7c7c7c;
}

.nav-search form .search-btn {
  vertical-align: top;
    width: 38px;
    height: 38px;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
    position: relative;
    /* top: -1px; */
    background-color: #84bedb;
    color: #eee;
    margin-left: 4px;
}
.bg-white .nav-wrapper {
  line-height: 110px;
}
.bg-white nav.navigation a.main-menu {
  color: #696969;
  line-height: 110px;
  padding-top: 0;
  padding-bottom: 0;
}
.bg-white .search-btn {
  color: #898989;
}
.bg-white .nav-search {
  top: 90px;
}
.bg-transparent nav.navigation .main-menu {
  color: #fff;
  padding-bottom: 10px;
}
.bg-transparent .search-btn {
  color: #fff;
  padding-top: 13px;
}
.bg-transparent form .search-btn {
  color: #898989;
}
.bg-transparent .nav-search {
  top: 65px;
}
.bg-center .nav-wrapper {
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 70px;
}
.bg-center nav.navigation {
  border-bottom: 1px solid rgba(244, 245, 245, 0.07);
}
.bg-center nav.navigation .main-menu {
  color: #d8d8d8;
  line-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
.bg-center .search-btn {
  color: #d8d8d8;
}
.bg-center .nav-search {
  top: 100%;
}
/*
=====  End of HEADER  ======
*/
/*
===============================
=            CONTENT          =
===============================
*/
/*
----------  2.1. Slide Banner  ----------
*/
/* Enter your code */
/*
----------  2.2. Page Title & Breadcrumb  ----------
*/
/* Enter your code */
/*
----------  2.3. Main Content  ----------
*/
/* Enter your code */
/*
=====  End of CONTENT  ======
*/
/*
===============================
=            SIDEBAR          =
===============================
*/
.main-right {
  float: left;
}
.sidebar .col-2:last-child .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .title-widget {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: left;
  padding-left: 20px;
  background-color: #fafafa;
  border-left: 4px solid #84b5cc;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}
/*=================================
======        WIDGET        =======
==================================*/
.thumb {
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
}
.thumb:after {
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #84b5cc;
  opacity: 0.4;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.thumb img {
  width: 100%;
}
.thumb:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.thumb.style-2:after {
  display: none;
}
.fa-custom:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-widget .search-wrapper {
  width: 100%;
  border: 1px solid #ced0d6;
  display: table;
}
.search-widget .search-wrapper .search-input {
  width: inherit;
  height: 40px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding-left: 18px;
  padding-right: 0;
  color: #adadad;
  font-family: Helvetica, Arial, sans-serif;
}
.search-widget .search-wrapper .search-input::-webkit-input-placeholder {
  color: #d8d8d8;
}
.search-widget .search-wrapper .search-input:-moz-placeholder {
  color: #d8d8d8;
}
.search-widget .search-wrapper .search-input::-moz-placeholder {
  color: #d8d8d8;
}
.search-widget .search-wrapper .search-input:-ms-placeholder {
  color: #d8d8d8;
}
.search-widget .search-wrapper .submit-btn {
  color: #adadad;
  background-color: transparent;
  height: 40px;
  width: 40px;
  border: none;
  padding: 0;
  margin-right: 6px;
}
.search-widget .search-wrapper .submit-btn:active {
  box-shadow: none;
}
.single-recent-post-widget {
  display: table;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
}
.single-recent-post-widget .img-wrapper {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.single-recent-post-widget .img-wrapper img {
  width: 100%;
}
.single-recent-post-widget .post-info {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.single-recent-post-widget .post-info .meta-info {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
  font-style: italic;
  color: #81878f;
}
.single-recent-post-widget .post-info .meta-info .comment-count:before,
.single-recent-post-widget .post-info .meta-info .view-count:before {
  margin-right: 4px;
}
.single-recent-post-widget .post-info .meta-info .comment-count:before {
  content: '\f075';
}
.single-recent-post-widget .post-info .meta-info .view-count {
  margin-right: 10px;
}
.single-recent-post-widget .post-info .meta-info .view-count:before {
  content: '\f007';
}
.single-recent-post-widget .post-info .meta-info .sep {
  font-style: normal;
  margin: 0 10px;
}
.single-recent-post-widget .post-info .description {
  color: #555555;
  font-size: 14px;
}
.single-recent-post-widget .post-info .description:hover {
  color: #84b5cc;
}
.single-recent-post-widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.single-recent-post-widget:hover .thumb:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.categories-widget .category:before {
  content: '\f178';
  color: #dbdbdb;
  margin-right: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.categories-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.categories-widget .widget-list .single-widget-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f5f5f5;
}
.categories-widget .widget-list .single-widget-item .link {
  display: block;
  color: #696969;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.categories-widget .widget-list .single-widget-item .link .category {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.categories-widget .widget-list .single-widget-item .count {
  float: right;
}
.categories-widget .widget-list .single-widget-item:first-child {
  border-top: none;
  padding-top: 0;
}
.categories-widget .widget-list .single-widget-item:last-child {
  padding-bottom: 0;
}
.categories-widget .widget-list .single-widget-item:hover .link {
  color: #84b5cc;
}
.categories-widget .widget-list .single-widget-item:hover .link .category {
  left: 10px;
}
.categories-widget .widget-list .single-widget-item:hover .link .category:before {
  color: #84b5cc;
}
.tags-widget .tag {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #8d8f93;
  border: 1px solid #b0b5bd;
  border-radius: 0;
  padding: 0 16px;
  line-height: 30px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tags-widget .tag:hover {
  border: 1px solid #84b5cc;
  color: #84b5cc;
}
.gallery-widget ul {
  margin-bottom: 0;
}
.gallery-widget li {
  width: 25%;
  padding-bottom: 5px;
}
.gallery-widget li:nth-last-child(-n + 4) {
  padding-bottom: 0;
}
.social-widget ul {
  margin-bottom: 0;
}
.social-widget li {
  margin-bottom: 10px;
}
.social-widget .social-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #f4f4f4;
  color: #ced0d6;
  background-color: transparent;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-widget .social-icon:hover {
  border-color: #84b5cc;
  color: #84b5cc;
}
/*=================================
=====       END WIDGET       ======
=================================*/
/*
----------  3.1. Left Sidebar  ----------
*/
.sidebar-left {
  float: left;
}
/*
----------  3.2. Right Sidebar  ----------
*/
.sidebar-right {
  float: right;
}
/*
----------  3.3. Both Sidebar  ----------
*/
/* Enter your code */
/*
=====  End of SIDEBAR  ======
*/
/*
==============================
=            FOOTER          =
==============================
*/
/*
----------  4.1. Main Footer  ----------
*/
.bg-wp-footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-wp-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a1118;
  opacity: 0.95;
}
.bg-wp-footer .title {
  position: relative;
  color: rgba(255, 255, 255, 0.98);
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.14286rem;
  margin-bottom: 50px;
  margin-top: 17px;
}
.bg-wp-footer .title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #84b5cc;
}
.footer-main {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 90%;
}
.footer-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 6, 16, 0.95);
}
.footer-main .title {
  position: relative;
  color: rgba(255, 255, 255, 0.98);
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.14286rem;
  margin-bottom: 50px;
  margin-top: 17px;
}
.footer-main .title:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #84b5cc;
}
/*
----------  4.2. Sub Footer  ----------
*/
.footer-sub {
  background-color: #000610;
}
.footer-sub .name-company {
  color: #4e5663;
  font-size: 0.928571rem;
  display: inline-block;
  position: relative;
  top: 2px;
}
.footer-sub nav.footer-nav {
  padding-right: 0;
  position: relative;
  top: 2px;
}
.footer-sub nav.footer-nav li.active a.nav-item {
  color: rgba(255, 255, 255, 0.98);
}
.footer-sub nav.footer-nav li:last-child a.nav-item {
  padding-right: 0;
}
.footer-sub nav.footer-nav a.nav-item {
  padding: 0 0 0 20px;
  color: #4e5663;
  line-height: 24px;
  font-weight: 500;
}
.footer-sub nav.footer-nav a.nav-item:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.98);
}
.footer-sub ul.navbar-nav {
  height: auto;
}
/*
----------  4.3. Copyright  ----------
*/
/* Enter your code */
/*
=====  End of FOOTER  ======
*/


.pricetiker p
{
	display:inline-block;
}
.tiker
{
	color:#CCC;
}



#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}



#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  /*color : white;*/
  background-color: #f3f3f3;
  padding : 5px 15px;
}

#exTab4 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab4 .tab-content {
  /*color : white;*/
  background-color: #f3f3f3;
  padding : 5px 15px;
}
#exTab5 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab5 .tab-content {
  /*color : white;*/
  background-color: #f3f3f3;
  padding : 15px;
}
#exTab6 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
  color:#fff;
}

.table1
{
	    width: 100%;
    background-color: #fff;
	margin-top:30px;
}

.table2
{
	    width: 100%;
    background-color: #fff;
	
}
.smalltable
{
	   
}

.smalltable>tbody>tr>td, .smalltable>tbody>tr>th, .smalltable>tfoot>tr>td, .smalltable>tfoot>tr>th, .smalltable>thead>tr>td, .smalltable>thead>tr>th
{
	 padding: 0px 10px !important;
}


#exTab6 .tab-content {
  /*color : white;*/
  background-color: #f3f3f3;
  padding : 5px 15px;
}

#exTab7 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab7 .tab-content {
  /*color : white;*/
  background-color: #f3f3f3;
  padding : 5px 15px;
}

.btn-day, .btn-day:hover {
        background-color: #49c4b1;
    border-color: #00bdc9;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-week, .btn-week:hover {
    border-color: #47a447;
    background-color: #848488;
    border-color: #6F6F73;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-1m, .btn-1m:hover {
    background-color: #b7d08b;
    border-color: #9cb739;
    color: #323e07;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-3m, .btn-3m:hover {
    border-color: #47a447;
    background-color: #999;
    border-color: #666;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-6m, .btn-6m:hover {
     background-color: #00739a;
    border-color: #005875;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-year, .btn-year:hover {
    border-color: #47a447;
    background-color: #333;
    border-color: #000;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.mr-xs {
    margin-right: 5px !important;
}
.mb-sm {
    margin-bottom: 10px !important;
}

.mt-20
{
	margin-top:20px;
}

.ml-30
{
	margin-left:30px;
}

.pt-60{padding-top:60px;}
.pb-60{padding-bottom:60px;}

.pt-40{padding-top:40px;}
.pb-40{padding-bottom:40px;}


.pt-30{padding-top:30px;}
.pb-30{padding-bottom:30px;}

.pt-20{padding-top:20px;}
.pb-20{padding-bottom:20px;}



.title1
{
	        color: #20226d;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}

.title3
{
	color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}

.title4
{
	color: #00739a;
    font-size: 27px;
    text-transform: uppercase;
    margin-top: 0px;
    
}

.title3 i
{
	margin-right:10px;
}

#exTab7 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    color: #fff;
}

#exTab5 .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #f3f3f3;
    color: #000!important;
}



#exTab5 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.title2
{
	color:#FFF;
}


.btn-main2 {
        background-color: #848488;
    color: #fff;
    padding: 5px 10px;
    width: 100px;
    line-height: 20px;
    height: 30px;
    float: right;
	text-align: center;
}

.accordion .panel .panel-title a {
    padding: 10px 20px !important;
	font-size: 16px  !important;
    color: #397ba2 !important;
  
}
.accordion11 .panel .panel-title a:after {
   
    top: 10px !important;
    
}




.css-slideshow{
      position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    /* margin: 5em auto .5em auto;*/
}
.css-slideshow figure {
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 200px;
    background: #000;
    position: absolute;
}
.css-slideshow img {
    box-shadow: 0 0 2px #666;
    width: 100%;
   
}
.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 495px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  /*opacity:0;*/
}
figure:nth-child(1) {
  animation: xfade 48s 42s infinite;
}
figure:nth-child(2) {
  animation: xfade 48s 36s infinite;
}
figure:nth-child(3) {
  animation: xfade 48s 30s infinite;
}
figure:nth-child(4) {
  animation: xfade 48s 24s infinite;
}
figure:nth-child(5) {
  animation: xfade 48s 18s infinite;
}
figure:nth-child(6) {
  animation: xfade 48s 12s infinite;
}
figure:nth-child(7) {
  animation: xfade 48s 6s infinite;
}
figure:nth-child(8) {
  animation: xfade 48s 0s infinite;
}

@keyframes xfade{
  0%{
    opacity: 1;
  }
  10.5% {
    opacity: 1;
  }
  12.5%{
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.mobileslider
{
	display:none;
}


.mobile_no
{
}