/*!
Theme Name: Theme 71
Author: KozhomaS by SeoPro
*/
/*Fonts
-------------------------------------------------*/
/*Open Sans*/
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-bold-webfont.eot');
  src: url('fonts/opensans-bold-webfont.eot#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff') format('woff2'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
/*Fontello icons*/
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff') format('woff'),
       url('fonts/fontello.ttf') format('truetype'),
       url('fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.icon-thumbs-up:before { content: '\e800'; }
.icon-pencil:before { content: '\e801'; }
.icon-lock:before { content: '\e802'; }
.icon-left-open:before { content: '\e803'; }
.icon-right-open:before { content: '\e804'; }
.icon-up-open:before { content: '\e805'; }
.icon-ok:before { content: '\e806'; }

/*BASE RULES
-------------------------------------------------*/
html,
body {
  font: 400 14px/1.5 'Open Sans', sans-serif;
}
body {
  margin: 0;
  background: #fff;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  min-width: 320px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #76c2af;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #b95454;
  text-decoration: none;
}
a:focus {
  outline: none;
}
blockquote {
  padding: 5px 0 5px 15px;
  border-left-width: 4px;
  border-color: #76c2af;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}
.alignleft {
  float: left;
  margin: 0.5em 2em 0.5em 0;
  clear: both;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 2em;
  clear: both;
}
.aligncenter {
  display: block;
  margin: 0.5em auto 0.5em auto;
  clear: both;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.btn-wrap {
    margin: 30px auto;
}
/*HEADER
-------------------------------------------------*/
.theme_header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1000;
}
.theme_header-r1 {
  padding: 5px 0;
  background: #fff;
  color: #fff;
}
.theme_header-r2 {
  position: relative;
  background: #ececec;
  border-bottom: 4px solid #ececec;
  text-align: center;
}
/*FIXED HEADER*/
.theme_header {
  -webkit-transition: top 2s;
  -moz-transition: top 2s;
  -o-transition: top 2s;
  transition: top 2s;
}
.theme_header.fixed {
  position: fixed;
  width: 100%;
}
/*LOGO*/
.theme_logotype a {
  font-size: 18px;
  font-weight: 700;
  color: #33bee5;
}

/*SIGN IN BTN*/
.theme_signin-btn a {
  padding: 5px;
  background: transparent!important;
  color: #f74a0e!important;
  text-shadow: none!important;
  box-shadow: none!important;
}
.theme_signin-btn a:hover,
.theme_signin-btn a:focus {
  
}
/*NAV*/
.theme_nav,
.mobile-nav {
  margin-bottom: -4px;
}
.theme_nav ul,
.mobile-nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.theme_nav li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease 0s;
}
.theme_nav a,
.mobile-nav a {
    display: block;
    padding: 4px 21px;
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0 5px;
    color: #464646;
    text-transform: uppercase;
    transition: top  0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s; 
}
.theme_nav a:hover,
.theme_nav a:active,
.theme_nav a:focus {
    background: #33bee5;
    text-decoration: none;
    color: #fff;
}
.mobile-nav a:hover,
.mobile-nav a:active,
.mobile-nav a:focus {
    color: #fff;
}
.theme_nav .current-menu-item a,
.theme_nav .current_page_item a {
    background: #33bee5;
    text-decoration: none;
    color: #fff; 
}
.mobile-nav .current-menu-item a,
.mobile-nav .current_page_item a {
    color:#33bee5;
}
.mobile-nav {
  display: none;
}
.mobile-nav-visible {
  display: inline-block;
  vertical-align: middle;
}
/*NAV-ORDER BTN*/
.nav-order a {
  position: relative;
  color: #f74a0e;
}
.nav-order a:hover {
  background: #f74a0e;
}
.theme_sidebar .nav-order a:hover {
  background: none;
}
/*SLICKNAV MENU*/
.slicknav_menu {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slicknav_menu .menu {
  text-align: left;
}
.slicknav_menu .menu a {
  color: #3A4557;
  border-bottom: 0;
  text-transform: uppercase;
  padding: 10px 0;
}
.slicknav_menu .menu a:hover,
.slicknav_menu .menu a:active,
.slicknav_menu .menu a:focus,
.slicknav_menu .menu .current-menu-item a,
.slicknav_menu .menu .current_page_item a {
  background: transparent;
  color: #33bee5;
}
.slicknav_open .slicknav_icon-bar {
  background: #33bee5; 
}
.slicknav_btn {
  float: right;
  z-index: 10000000;
}
.slicknav_btn:hover,
.slicknav_btn:active,
.slicknav_btn:focus {
  color: #3A4557 !important;
  border-color: transparent !important;
}
.slicknav_menutxt,
.slicknav_icon {
  float: left;
}
.slicknav_icon {
  margin-top: 4px;
}
.slicknav_icon-bar {
  font: 700 16px/20px Arial, sans-serif;
  display: block;
  width: 1em;
  height: 0.125em;
  margin: 2px;
  background: #3A4557;
}
.slicknav_nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  margin-top: 4px;
  padding: 5px 0;
  border-bottom: 4px solid #F6F7F9;
  clear: both;
  background: #fff;
  max-height: 200px;
  overflow: auto;
}
/*SLICKNAV MENU RESPONSIVE*/
@media (max-width: 991px) {
  .mobile-nav {
    display: block;
  }
  .theme_nav {
    display: none;
  }
}
/*FOOTER
-------------------------------------------------*/
.theme_footer {
  background: #303030;
  line-height: 1.25;
  color: #9CA1AA;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.theme_footer-r1 {
  padding-top: 15px;
  background: #4E5C72;
}
.theme_footer-r2 {
  padding: 15px 0;
  background: #303030;
}
.theme_footer-r3 {
  padding: 5px 0;
  background: #1a1a1a;
}
/*FOOTER-MENU*/
.theme_footer-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.theme_footer-menu li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
.theme_footer-menu a {
  font-size: 14px;
  color: #9CA1AA;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_footer-menu a:hover,
.theme_footer-menu a:focus,
.theme_footer-menu a:active,
.theme_footer-menu .current-menu-item a,
.theme_footer-menu .current_page_item a {
  color: #fff;
}
/*TERMS*/
.theme_footer-menu2 ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.theme_footer-menu2 li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
.theme_footer-menu2 a {
  font-size: 12px;
  color: #9CA1AA;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_footer-menu2 a:hover,
.theme_footer-menu2 a:focus,
.theme_footer-menu2 a:active {
  color: #fff;
}
/*COPYRIGHT*/
.theme_copy {
  font-size: 11px;
  color: #9CA1AA;
}
/*FOOTER-PHONE*/
.theme_footer-tel {
  opacity: 0.5;
}
/*FOOTER RESPONSIVE*/
@media only screen and (max-width: 991px) {
  .theme_payments,
  .theme_copy,
  .theme_footer-tel {
    text-align: center;
    margin: 5px auto;
  }
  .theme_footer-r2 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .theme_footer-r2 .row > div:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*FEATURES
-------------------------------------------------*/
.theme_features-block {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 0;
  background: #fff;
  color: #4E5C72;
  overflow: hidden;
  border-bottom: 4px solid #F6F7F9;
}
.theme_features-block-item {
  height: 50px;
  line-height: 50px;
  position: relative;
}
.theme_features-block-item:hover .theme_features-block-icon:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.theme_features-block-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-transform: rotate(0deg) scale(1);
     -moz-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
       -o-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_features-block-icon:before {
  content: '';
  font-size: 25px;
  font-family: 'fontello';
  color: #fff;
  text-align: center;
}
.theme_features-block-icon:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 4px;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_features-block .item-1 .theme_features-block-icon {
  background: #76c2af;
}
.theme_features-block .item-1 .theme_features-block-icon:before {
  content: '\e800';
}
.theme_features-block .item-1 .theme_features-block-icon:after {
  -webkit-box-shadow: 3px 3px #76c2af;
     -moz-box-shadow: 3px 3px #76c2af;
          box-shadow: 3px 3px #76c2af;
}
.theme_features-block .item-2 .theme_features-block-icon {
  background: #e0995e;
}
.theme_features-block .item-2 .theme_features-block-icon:before {
  content: '\e801';
}
.theme_features-block .item-2 .theme_features-block-icon:after {
  -webkit-box-shadow: 3px 3px #e0995e;
     -moz-box-shadow: 3px 3px #e0995e;
          box-shadow: 3px 3px #e0995e;
}
.theme_features-block .item-3 .theme_features-block-icon {
  background: #77b3d4;
}
.theme_features-block .item-3 .theme_features-block-icon:before {
  content: '\e802';
}
.theme_features-block .item-3 .theme_features-block-icon:after {
  -webkit-box-shadow: 3px 3px #77b3d4;
     -moz-box-shadow: 3px 3px #77b3d4;
          box-shadow: 3px 3px #77b3d4;
}
.theme_features-block-content-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
  overflow: hidden;
  line-height: 1.33;
}
.theme_features-block-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.theme_features-block-text {
  font-size: 11px;
}
/*FEATURES RESPONSIVE*/
@media (max-width: 991px) {
  .theme_features-block-icon {
    display: none;
  }
  .theme_features-block-content-wrap {
    padding-left: 0;
  }
}
/*MAIN
-------------------------------------------------*/
.theme_main-wrap {
  margin: 15px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/*ARTICLE*/
article {
    padding: 16px 0 0 !important;
}
.theme_article a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_article .theme_btn-wrap {
  margin: 30px 0;
  text-align: center;
}
/*HEADERS
-------------------------------------------------*/
.theme_title,
.theme_article h1,
.theme_article h2,
.theme_article h3,
.theme_article h4,
.theme_article h5,
.theme_article h6 {
  color: #333;
}
.theme_title a,
.theme_article h1 a,
.theme_article h2 a,
.theme_article h3 a,
.theme_article h4 a,
.theme_article h5 a,
.theme_article h6 a {
  color: #4E5C72;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_title a:hover,
.theme_article h1 a:hover,
.theme_article h2 a:hover,
.theme_article h3 a:hover,
.theme_article h4 a:hover,
.theme_article h5 a:hover,
.theme_article h6 a:hover {
  color: #4E5C72;
}

.theme_article h1 {
  border-bottom: 1px solid #ececec;
  color: #333;
  font-size: 32px;
  margin: 0 0 15px;
  padding-bottom: 10px;
  position: relative;
}

.theme_article h1 span {
    background-color: #33bee5;
    bottom: -1px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40%;
}

/*LIST ITEMS*/
.theme_article ol,
.theme_article ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.theme_article ol ol,
.theme_article ul ol,
.theme_article ol ul,
.theme_article ul ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.theme_article li {
  list-style-type: none;
  list-style-position: inside;
  margin: 5px 0;
  position: relative;
}
.theme_article ul li:before {
  content: '\e806';
  font-family: 'fontello';
  display: inline-block;
  margin-right: 8px;
  color: #33bee5;
}
.theme_article ol {
  counter-reset: li;
}
.theme_article ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  display: inline-block;
  margin-right: 5px;
  color: #33bee5;
  font-weight: 700;
  font-size: 15px;
  font-family: monospace;
}
/*SIDEBAR
-------------------------------------------------*/
.theme_sidebar {
  padding: 25px 0;
}
/*WIDGETS*/
.theme_widget {
  margin-bottom: 40px;
}
.theme_widget-title {
  margin: 0 0 10px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #f6f7f9;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: #4E5C72;
}
.theme_widget ol,
.theme_widget ul {
  margin: 0;
  padding: 0;
}
.theme_widget li {
  list-style-type: none;
}
.theme_widget a {
  display: inline-block;
  color: #838485;
  padding: 0 0 5px 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_widget a:before {
  content: '\e804';
  font-family: 'fontello';
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 9px;
  color: #33bee5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_widget a:hover,
.theme_widget a:active,
.theme_widget a:focus,
.theme_widget .current-menu-item a,
.theme_widget .current_page_item a {
  color: #3A4557;
}
.theme_widget a:hover:before,
.theme_widget a:active:before,
.theme_widget a:focus:before,
.theme_widget .current-menu-item a:before,
.theme_widget .current_page_item a:before {
  color: #33bee5;
}
/*PAGE: BLOG
-------------------------------------------------*/
/*ARTICLES*/
.layout-blog .theme_article {
  overflow: hidden;
  padding: 16px 0 30px 0!important;
  border-bottom: 4px dashed #33bee5;
}
.layout-blog .theme_article:first-child {
  padding-top: 0!important;
}
.layout-blog .theme_article-title {
  text-align: left;
  font-size: 32px;
}
.layout-blog .theme_article-title a {
  color: #333;
}
.layout-blog .theme_article-title a:hover,
.layout-blog .theme_article-title a:active,
.layout-blog .theme_article-title a:focus {
  color: #33bee5;
}
/*PAGINATION*/
.theme_blog-pagination {
  margin: 30px;
  text-align: center;
}
.theme_blog-pagination .nav-links {
  font-size: 0;
}
.theme_blog-pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  margin: 2px;
  padding: 7px 15px;
  font-size: 18px;
  line-height: 1.25;
  border: 1px solid #F6F7F9;
  color: #999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_blog-pagination .page-numbers:hover,
.theme_blog-pagination .page-numbers:active,
.theme_blog-pagination .page-numbers:focus {
  color: #fff;
  border-color: #33bee5;
  background: #33BEE5;
}
.theme_blog-pagination .page-numbers.current {
  border-color: #33bee5;
  background: #33BEE5;
  cursor: default;
  color: #FFF;
}
.theme_blog-pagination .next span:before,
.theme_blog-pagination .prev span:before {
  width: auto;
}
.theme_blog-pagination .screen-reader-text {
  display: none;
}
/*PAGE: 404
-------------------------------------------------*/
.layout-404 {
  margin: 5% 0;
  text-align: center;
}
.layout-404 .theme_article-title {
  display: inline-block;
  margin: 0 40px 0 0;
  font-size: 250px;
  font-weight: 400;
  line-height: 1;
  color: #E0E0D1;
}
.layout-404 .theme_article-text {
  display: inline-block;
  font-size: 20px;
}
/*PAGE: 404 RESPONSIVE*/
@media only screen and (max-width: 767px) {
  .layout-404 .theme_article-title {
    display: block;
    font-size: 150px;
    margin: 0 0 15px 0;
  }
  .layout-404 .theme_article-text {
    font-size: 16px;
  }
}
/*BUTTONS
-------------------------------------------------*/
/*BIG-BTN*/
.theme_big-btn {
  background: #F74A0E;
  border-radius: 2px;
  color: #fff;
  font-family: 'Open sans', serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  text-shadow: 0.5px 0.866px 0 #bcb215;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 18px 25px;
  transition: all 0.2s ease 0s;
  border-color: #F74A0E!important;
}
.theme_big-btn:hover,
.theme_big-btn:active,
.theme_big-btn:focus {
  text-decoration: none!important;
  color: #fff!important;
  background: #f7893d!important;
  -webkit-box-shadow: 0 0 0 5px #FBBD93 inset;
     -moz-box-shadow: 0 0 0 5px #FBBD93 inset;
  box-shadow: 0 0 0 5px #FBBD93 inset;
  border-color: #FBBD93!important;
}
/*MORE-BTN*/
.theme_more-btn {
  padding: 7px 15px 5px 15px;
  font-size: 12px;
}
.theme_more-btn-wrap {
  text-align: right;
}
/*TOP-BLOCK (SLIDER)
-------------------------------------------------*/
/*BX-SLIDER FIX (rewriting plugin styles)*/
body .bx-wrapper {
  margin: 0;
}
body .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
body .bx-wrapper .bxslider,
body .bx-wrapper .bxslider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .bx-wrapper li {
  display: block;
}
/*TOP-SLIDER CONTENT*/
.theme_top-slider {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background:#fff url(img/bg-2.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
     background-size: cover;
  text-align: center;
  padding: 50px 0 80px 0;
  position: relative;
}
.theme_top-slider .container {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.theme_top-slider:after {
  content: '';
  top: 30px;
  bottom: 30px;
  left: 0;
  width: 100%;
  position: absolute;
}
.theme_top-slider-content {
  margin: 0 auto 80px auto;
  overflow: hidden;
}
.theme_top-slider-caption {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 2px #4E5C72;
}
.theme_top-slider-text {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-shadow: 1px 1px 1px #4E5C72;
}
.theme_top-slider .theme_btn-wrap {
  margin-top: -60px;
  position: relative;
}
.theme_top-slider .theme_big-btn {
  font-size: 16px;
}
.theme_top-slider ul {
  margin: 0;
  padding: 0;
}
.theme_top-slider li {
  list-style-type: none;
  display: none;
}
.theme_top-slider li:first-child {
  display: block;
}
.theme_top-slider img {
  margin: auto;
}
/*TOP-SLIDER NEXT/PREV BUTTONS*/
.theme_top-slider .bx-wrapper .bx-next,
.theme_top-slider .bx-wrapper .bx-prev {
  height: 60px;
  line-height: 60px;
  width: 30px;
  margin-top: -30px;
  background-image: inherit;
  color: #fff;
  text-indent: inherit;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_top-slider .bx-wrapper .bx-next:after,
.theme_top-slider .bx-wrapper .bx-prev:after {
  font-family: 'fontello';
  font-size: 30px;
}
.theme_top-slider .bx-wrapper .bx-next:hover,
.theme_top-slider .bx-wrapper .bx-prev:hover {
  opacity: 1;
}
.theme_top-slider .bx-wrapper .bx-next {
  right: 0;
}
.theme_top-slider .bx-wrapper .bx-next:after {
  content: '\e804';
}
.theme_top-slider .bx-wrapper .bx-prev {
  left: 0;
}
.theme_top-slider .bx-wrapper .bx-prev:after {
  content: '\e803';
}

/*TESTIMONIALS (Sidebar) */
.testimonial_content {
  margin:0 0 25px;
}
.testimonial_content:last-child {
  margin: 0;
}
.testimonial_cont {
    background: rgba(51, 190, 229, 0.2);
    border-radius: 3px;
    padding: 20px;
    margin: 10px 0 0;
    position: relative;
}
.testimonial_cont:after {
    border-color: #D6F2FA transparent;
    border-style: solid;
    border-width: 8px 9px 0;
    bottom: -8px;
    content: "";
    display: block;
    right: 10%;
    position: absolute;
    width: 0;
    z-index: 1;
}
.testimonial_footer {
    margin: 10px auto 0;
    text-align: center;
}
.testim-2 .testimonial_cont:after {
    left: 10%;
}

/*TESTIMONIALS (SLIDER)
-------------------------------------------------*/
/*TESTIMONIALS-SLIDER CONTENT*/
.theme_testimonials-block {
  margin: 30px 0;
  padding: 20px 0 30px 0;
  border: 4px solid #F6F7F9;
  border-left: 0;
  border-right: 0;
}
.theme_testimonials-block ul {
  margin: 0;
  padding: 0;
}
.theme_testimonials-block ul li:before {
  content: none;
}
.theme_testimonials-block li {
  list-style-type: none;
}
.theme_testimonials-block-item {
  padding: 15px 0;
  color: #4E5C72;
  text-align: left;
}
.theme_testimonials-block-caption {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #77b3d4;
  text-align: center;
}
.theme_testimonials-block-text {
  padding: 0 40px;
  position: relative;
}
.theme_testimonials-block-text:before {
  content: '\201c';
  position: absolute;
  color: #e0995e;
  font-size: 80px;
  line-height: 1;
  top: -10px;
  left: 0;
}
/*TESTIMONIALS-SLIDER PAGER*/
.theme_testimonials-block .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -20px;
}
.theme_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #9CA1AA;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.theme_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover,
.theme_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:focus,
.theme_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:active {
  background: #b14949;
}
.theme_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #3A4557;
  cursor: default;
}
/*TESTIMONIALS-SLIDER RESPONSIVE*/
@media only screen and (min-width: 992px) {
  .theme_testimonials-block .bx-wrapper .bx-controls {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .theme_testimonials-block .bx-wrapper li {
    width: 293px !important;
  }
}
@media only screen and (max-width: 991px) {
  .theme_testimonials-block .bx-wrapper li {
    width: 345px !important;
  }
}
/*SCROLL-TOP BUTTON
-------------------------------------------------*/
.scroll-button {
  position: fixed;
  z-index: 1;
  right: 15px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.75;
  transition: all 0.3s ease-in-out 0s;
  background: #33bee5;
}
.scroll-button:hover,
.scroll-button:active,
.scroll-button:focus {
  opacity: 1;
}
.scroll-button:before {
  content: "\e805";
  font-family: 'fontello';
  font-size: 24px;
  left: 12px;
  top: 10px;
  position: absolute;
}
/*CUSTOM SCROLLBAR
-------------------------------------------------*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #3A4557;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  background: #77b3d4;
}
::-webkit-scrollbar-thumb:hover {
  background: #e0995e;
}

/*# sourceMappingURL=style.css.map */
.theme_footer-txt{
    margin-bottom: 5px;
}