/*
    ========================================================================
    Index
    ------------------------------------------------------------------------

    # -  1.0 - All Global css
    # -  2.0 - Top Bar
    # -  3.0 - Menu Area
    # -  4.0 - Mobile Menu
    # -  5.0 - Slider
    # -  6.0 - Kalkulate Intro
    # -  7.0 - What ido
    # -  8.0 - Our Work
    # -  9.0 - Why choose us
    # - 10.0 - Counter
    # - 11.0 - Testimonial
    # - 12.0 - Service
    # - 13.0 - Client logo
    # - 14.0 - Footer
    # - 15.0 - Banner
    # - 16.0 - About us
    # - 17.0 - Blog
    # - 18.0 - Sidebar
    # - 19.0 - Blog Detail
    # - 20.0 - Contact Us
    # - 21.0 - 404
    # - 21.0 - Preloader
    */
.t3s, .single-contat-info .icon span, .work-item .image img, .panel-heading .indicator, .panel-heading a:before, .service-item, .service-item *, .usefull-link li a:before, .team-member .back-part, .blog-style-one .date, .blog-style-two {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.t3s, .single-contat-info .icon span, .work-item .image img, .panel-heading .indicator, .panel-heading a:before, .service-item, .service-item *, .usefull-link li a:before, .team-member .back-part, .blog-style-one .date, .blog-style-two {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/*      All Global css
----------------------------*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5a596a;
  line-height: 26px; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  color: #5a596a; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    outline: none;
    color: #1490d7; }

input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

label {
  font-weight: normal; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="url"],
input[type="search"],
input[type="text"],
input[type="email"],
input[type="time"],
input[type="text"],
.form-control, textarea, textarea.form-control {
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  .form-control:focus, textarea:focus, textarea.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-color: #1490d7; }

input[type="submit"]:focus {
  outline: 0; }

textarea.form-control, textarea {
  min-height: 126px;
  padding-top: 14px;
  position: relative;
  padding-left: 20px; }

.bg-tr {
  background: transparent; }

.form-group {
  position: relative;
  margin-bottom: 18px; }
  .form-group label {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-bottom: 18px;
    font-weight: 500; }

.large-pra {
  font-size: 24px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1e1e27; }

.middum-pra {
  font-size: 20px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1e1e27; }

.checkbox-group {
  padding-top: 23px; }
  .checkbox-group label {
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: none; }

.checkbox-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .checkbox-group > div label {
    padding-left: 4px; }

.tp-caption.boxshadow, .boxshadow {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #1e1e27; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-weight: inherit; }

h1 {
  font-size: 60px;
  line-height: 60px; }

h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  margin: 0; }

h3 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 0; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 13px; }

h5 {
  font-size: 14px;
  line-height: 24px; }

img {
  max-width: 100%; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: 0 !important; }

.fix {
  overflow: hidden; }

p {
  font-family: "Raleway", sans-serif;
  margin-bottom: 25px; }

.clear {
  clear: both; }

.section-padding {
  padding-top: 92px;
  padding-bottom: 98px; }

.section-heading.text-center p {
  margin-left: auto;
  margin-right: auto; }

.section-heading p {
  max-width: 800px;
  margin-bottom: 0; }

.section-heading h2 {
  margin-bottom: 10px;
  font-weight: 300; }

.section-heading .sub-heading-top {
  font-size: 18px;
  font-weight: 500; }

.section-heading .middum-pra {
  max-width: 960px; }

.section-heading span:not(.sub-heading-top) {
  font-family: "Raleway", sans-serif; }

.kal-button {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1e1e27;
  min-width: 130px;
  border: 1px solid #1490d7;
  padding: 6px 15px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  outline: none; }
  .kal-button:hover {
    background: #1490d7;
    color: #fff;
    border-color: #1490d7; }

.get-started-area.base-bg .kal-button {
  border-color: #ffffff; }

.btn-large {
  min-width: 260px;
  border-width: 2px;
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  padding: 15px 20px; }

.btn-semi-large {
  font-size: 18px;
  min-width: 210px;
  border-width: 2px;
  font-weight: 500;
  padding: 15px 20px; }

.base-color {
  color: #1490d7; }

.base-bg {
  background: #1490d7;
  color: #fff; }
  .base-bg h1, .base-bg h2, .base-bg h3, .base-bg h4, .base-bg h5, .base-bg h6, .base-bg a, .base-bg p, .base-bg span {
    color: #fff; }
  .base-bg .kal-button:hover {
    background: #fff;
    border-color: #fff;
    color: #1490d7; }

.base-border {
  border-color: #1490d7; }

.kal-separator {
  border-color: #ebebeb;
  width: 100%;
  height: 1px; }

.ash-white-bg {
  background: #f7f8fa; }
  .ash-white-bg .kal-separator {
    border-color: #acadaf; }

.white-bg {
  background: #fff; }
  .white-bg .kalkulate-single-intro {
    border: 1px solid #ebebeb; }
    .white-bg .kalkulate-single-intro:hover {
      border-color: transparent; }

.row-eq-ds-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.gray-bg {
  background: #c3c3c3;
  color: #fff; }

.red-bg {
  background: #ff6d6d;
  color: #fff; }

.blue-bg {
  background: #1490d7; }

.cyan-bg {
  background: #4bbfcb; }

.orange-bg {
  background: #f39a24; }

.limegreen-bg {
  background: #82c484; }

.red-color {
  color: #ff6d6d; }

.pr {
  position: relative; }

.small-text {
  font-size: 12px; }

.pa {
  position: absolute; }

.ash-bg {
  background: #fafafa; }

.pdr0 {
  padding-right: 0; }

.pdl0 {
  padding-left: 0; }

.pdt0 {
  padding-top: 0 !important; }

.pdb0 {
  padding-bottom: 0 !important; }

.pdt5 {
  padding-top: 5px; }

.pdt15 {
  padding-top: 15px; }

.pdt30 {
  padding-top: 30px; }

.pdb40 {
  padding-bottom: 40px; }

.pdt70 {
  padding-top: 70px; }

.pdt100 {
  padding-top: 100px; }

.pdb30 {
  padding-bottom: 30px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mt35 {
  margin-top: 35px; }

.mb35 {
  margin-bottom: 35px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mb70 {
  margin-bottom: 70px; }

.mt80 {
  margin-top: 80px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mt90 {
  margin-top: 90px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ume250");
  src: url("../fonts/icomoon.eot?ume250#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ume250") format("truetype"), url("../fonts/icomoon.woff?ume250") format("woff"), url("../fonts/icomoon.svg?ume250#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-icomoon"], [class*=" icon-icomoon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icomoon-bar-chart:before {
  content: "\e900"; }

.icon-icomoon-close:before {
  content: "\e901"; }

.icon-icomoon-cloudy:before {
  content: "\e902"; }

.icon-icomoon-diamond:before {
  content: "\e903"; }

.icon-icomoon-light-bulb:before {
  content: "\e904"; }

.icon-icomoon-lightbulb-with-screw:before {
  content: "\e905"; }

.icon-icomoon-like:before {
  content: "\e906"; }

.icon-icomoon-magnifying-glass:before {
  content: "\e907"; }

.icon-icomoon-monitor:before {
  content: "\e908"; }

.icon-icomoon-search:before {
  content: "\e909"; }

.icon-icomoon-shopping-cart:before {
  content: "\e90a"; }

.icon-icomoon-speech-bubble:before {
  content: "\e90b"; }

.t3s, .single-contat-info .icon span, .work-item .image img, .panel-heading .indicator, .panel-heading a:before, .service-item, .service-item *, .usefull-link li a:before, .team-member .back-part, .blog-style-one .date, .blog-style-two {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/* -----------------------------------
**   Top Bar
-------------------------------------*/
.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 95px;
  border-bottom: 1px solid #ebebeb; }
  .topbar .logo {
    margin-right: auto; }

.topbar-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .topbar-contact-info .single-contat-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 54px; }

.single-contat-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-contat-info .icon {
    padding-right: 20px; }
    .single-contat-info .icon span {
      height: 50px;
      width: 50px;
      border: 1px solid #ebebeb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #2a423c;
      font-size: 18px; }
  .single-contat-info .text {
    line-height: 24px; }
  .single-contat-info:hover .icon span {
    color: #1490d7;
    border-color: #1490d7; }

.topbar-social-icons {
  padding-bottom: 8px;
  padding-top: 12px; }
  .topbar-social-icons a {
    display: inline-block;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px; }
    .topbar-social-icons a:last-child {
      padding-right: 0; }
    .topbar-social-icons a:first-child {
      padding-left: 0; }

.contact-phone-email {
  padding-top: 12px; }
  .contact-phone-email span {
    padding-right: 20px; }
    .contact-phone-email span i {
      padding-right: 5px; }

/* -----------------------------------
**  End Top Bar
-------------------------------------*/
/* -----------------------------------
** Menu Area
-------------------------------------*/
.menu-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8; }

.menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 95px; }
  .menu-logo .logo {
    margin-right: auto; }
  .menu-logo .kal-button {
    font-weight: 500;
    text-transform: none;
    font-size: 14px; }
  .menu-logo .contact-button {
    margin-left: 25px; }

.main-menu-list li {
  float: right; }

ul.main-menu-list > li {
  margin-right: 25px; }

ul.main-menu-list > li > a {
  color: #1e1e27;
  font-weight: 500;
  padding: 40px 5px; }

ul.main-menu-list,
ul.main-menu-list li,
ul.main-menu-list li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul.main-menu-list > li {
  float: left; }

ul.main-menu-list ul.sub-menu {
  min-width: 170px;
  position: absolute;
  left: -9999px;
  background: #1490d7;
  margin-left: 0 !important;
  z-index: 6;
  padding: 0;
  margin-top: 10px;
  -webkit-transition-property: margin-top;
  -o-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

ul.main-menu-list ul.sub-menu li {
  float: none; }

ul.main-menu-list ul.sub-menu li a {
  display: block;
  padding: 10px 20px 10px 20px;
  line-height: 20px; }

ul.main-menu-list ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }

ul.main-menu-list ul li a {
  color: #fff; }

ul.main-menu-list ul li a:before {
  display: none; }

ul.main-menu-list ul li {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

ul.main-menu-list li:hover > ul {
  left: auto;
  margin-top: 0; }

ul.main-menu-list ul ul {
  margin-left: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

ul.main-menu-list ul li:hover > ul {
  top: 0;
  right: 100%; }

ul.main-menu-list ul ul ul ul li:hover > ul {
  top: 100%;
  right: auto;
  left: 0; }

ul.main-menu-list ul ul ul ul ul li:hover > ul {
  left: 100%;
  top: 0; }

ul.main-menu-list ul ul ul ul ul ul ul ul li:hover > ul {
  top: 100%;
  right: auto;
  left: auto; }

ul.main-menu-list ul ul ul ul ul ul ul ul ul li:hover > ul {
  top: 0;
  right: 100%; }

ul.main-menu-list ul li:last-child {
  border-bottom: 0; }

ul.main-menu-list ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0; }

/** Menu Style Two **/
.main-menu-list.style-two li a {
  color: #ffffff; }

/** Menu Style for White **/
.menu2-area.white.main-menu-fix {
  background: #fff !important;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  opacity: 1; }

@media (max-width: 991px) {
  nav {
    width: 100%; }
  #easy-menu .button {
    display: block;
    margin-top: -6px; }
  #easy-menu {
    width: 100%; }
  #easy-menu ul {
    width: 100%;
    display: none; }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17); }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto; }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0; }
  #easy-menu > ul > li {
    float: none; }
  #easy-menu ul ul li a {
    padding-left: 25px; }
  #easy-menu ul ul ul li a {
    padding-left: 35px; }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left; }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none; }
  #easy-menu .button {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 22px;
    cursor: pointer;
    z-index: 12399994;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer; }
  .menu-area .menu-list > li a {
    padding: 16px 0; }
  #easy-menu ul ul {
    border: 0;
    padding: 0; }
  #easy-menu ul ul li:first-child {
    border: 0; }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px; }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #828282;
    content: ''; }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 13px; }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #828282; }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #828282;
    content: ''; }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 16px; }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none; }
  #easy-menu ul ul ul li.active a {
    border-left: none; }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none; }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0; }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px; } }

.desktop-menu,
.menu-logo {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.main-menu-fix {
  position: fixed !important;
  left: 0;
  background: #fff;
  top: 0;
  z-index: 999 !important;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  width: 100%; }
  .main-menu-fix #easy-menu > ul > li > a {
    padding: 30px 5px; }
  .main-menu-fix .menu-logo {
    height: 75px; }

.main-menu-fix ul.main-menu-list > li > a {
  padding: 30px 5px; }

.menu2-area.main-menu-fix {
  background: #1490d7 !important;
  opacity: 1; }

/*==== Menu2 ====*/
.menu2-area {
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .menu2-area .menu-social a {
    color: #fff; }
  .menu2-area a {
    color: #fff; }
  .menu2-area #easy-menu > ul > li > a {
    color: #fff; }

.menu2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.menu-social {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 190px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .menu-social a {
    display: inline-block;
    padding-right: 16px;
    padding-bottom: 2px; }

.search-box {
  width: 180px;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.search-box a i {
  color: #fff;
  font-size: 14px;
  margin: 5px 12px;
  font-size: 16px; }

.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 111;
  -webkit-animation: searchZoomIn .4s;
  animation: searchZoomIn .4s;
  display: none; }

.top-search-input-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #fff; }

.top-search-input-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #fff; }

.top-search-input-wrap :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #fff; }

.top-search-input-wrap :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #fff; }

.top-search-input-wrap.show {
  display: block; }

.top-search-input-wrap .top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.top-search-input-wrap .search-wrap .search.educon-top-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after {
  content: "\f002";
  font-size: 17px;
  color: #1490d7;
  font-family: fontawesome;
  position: absolute;
  right: 27px;
  pointer-events: none;
  line-height: 60px;
  cursor: pointer; }

.top-search-input-wrap .search-wrap .search.educon-top-search input {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  border-width: 0;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 34px;
  width: 100%;
  color: #fff;
  font-size: 13px; }

.top-search-input-wrap .close-icon {
  font-size: 30px;
  color: #ffffff;
  top: 20px;
  right: 20px;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  font-weight: 200;
  font-family: lato; }

@-webkit-keyframes searchZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5); }
  50% {
    opacity: 1; } }

@keyframes searchZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5); }
  50% {
    opacity: 1; } }

/* -----------------------------------
** End Menu
-------------------------------------*/
/* -----------------------------------
** Mobile Menu
-------------------------------------*/
.mobile-menu {
  display: none; }

.mobile-logo-search-humbarger {
  min-height: 57px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.mobile-logo-search-humbarger .logo {
  margin-right: auto; }

.mobile-menu .humbarger-button {
  margin-left: auto;
  font-size: 18px; }

.mobile-menu .humbarger-button i {
  cursor: pointer;
  color: #000000; }

.humbarger i {
  color: #000000;
  font-size: 18px; }

.mobile-menu .search-box {
  margin: 0 10px;
  position: static; }

.mobile-background-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  left: -250px;
  width: 250px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 10px 0;
  z-index: 999;
  background: #272732;
  overflow: scroll; }

.mobile-background-nav .menu-accordion > li:last-child {
  padding-bottom: 50px; }

.mobile-background-nav .mobile-inner {
  overflow: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.mobile-background-nav .mobile-inner .mobile-menu-close {
  text-align: right;
  display: block;
  color: #ffffff; }

.mobile-background-nav .mobile-inner .mobile-menu-close i {
  cursor: pointer;
  padding: 5px;
  font-size: 18px; }

.mobile-background-nav ul {
  list-style: none;
  padding: 0; }

.mobile-background-nav ul .dropdown {
  overflow: hidden;
  display: none; }

.mobile-background-nav ul .dropdown.menu-show {
  /*display: block;*/ }

.menu-accordion > li {
  border-bottom: 1px solid #2d2c31; }

.dropdown > li {
  border-top: 1px solid #2d2c31;
  padding-left: 15px; }

.mobile-background-nav ul li a {
  width: 100%;
  display: block;
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
  text-transform: uppercase; }

.mobile-background-nav.in {
  left: 0; }

.mobile-logo-search-humbarger {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: static; }

/** Collapse Navbar **/
ul.menu-accordion li.menu-item-has-children.navbar-mobile {
  position: relative; }
  ul.menu-accordion li.menu-item-has-children.navbar-mobile .sub-trigger {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    background: #1490d7;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 10px; }
    ul.menu-accordion li.menu-item-has-children.navbar-mobile .sub-trigger:after {
      content: '\f067';
      font-family: FontAwesome; }
  ul.menu-accordion li.menu-item-has-children.navbar-mobile.sub-open > .sub-trigger:after {
    content: '\f068';
    font-family: FontAwesome; }
  ul.menu-accordion li.menu-item-has-children.navbar-mobile ul.sub-menu {
    display: none; }

/* -----------------------------------
** End Mobile Menu
-------------------------------------*/
/* -----------------------------------
** Slider
-------------------------------------*/
.slider-area {
  position: relative; }

.slider-title {
  color: #fff;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  font-weight: 300 !important;
  position: relative; }
  .slider-title:before, .slider-title:after {
    position: absolute;
    content: '';
    background: #fff;
    top: 50%;
    height: 1px;
    width: 100px; }
  .slider-title:before {
    left: -145px; }
  .slider-title:after {
    right: -145px; }

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700 !important; }

.slider-subheading {
  color: #fff;
  letter-spacing: 3.5px !important;
  word-spacing: 2.5px !important; }

.slider-button {
  background: transparent !important; }
  .slider-button .kal-button {
    min-width: 250px;
    border-width: 2px !important;
    color: #fff;
    padding: 9px 20px !important;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .slider-button .kal-button:hover {
      color: #1490d7;
      background: #fff;
      border-color: #fff; }
  .slider-button:hover {
    background: transparent !important; }

.slider-two-layer {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 15px; }
  .slider-two-layer h2 {
    font-weight: 300;
    margin-bottom: 20px; }
  .slider-two-layer p {
    font-size: 14px !important;
    line-height: 26px !important;
    max-width: 670px !important;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .slider-two-layer .kal-button {
    min-width: 200px;
    padding: 12px 20px !important;
    font-size: 14px !important; }

.home-two-slider .uranus.tparrows.tp-leftarrow, .home-two-slider .uranus.tparrows.tp-rightarrow {
  background: rgba(255, 255, 255, 0.15);
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  padding-top: 8px;
  padding-left: 8px; }

.home-two-slider .uranus.tparrows:before {
  font-size: 20px;
  color: #5a596a; }

/* -----------------------------------
** End Slider
-------------------------------------*/
/* -----------------------------------
**   Kalkulate Intro
-------------------------------------*/
.kalkulate-single-intro {
  background: #fff;
  text-align: center;
  padding: 60px 35px 55px 35px;
  position: relative;
  margin-bottom: 30px; }
  .kalkulate-single-intro:before {
    position: absolute;
    background: #1490d7;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    content: '';
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5%; }
  .kalkulate-single-intro h3 {
    font-weight: 400;
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 35px; }
    .kalkulate-single-intro h3:before {
      position: absolute;
      content: '';
      background: #999999;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 90px;
      height: 1px;
      bottom: 0; }
  .kalkulate-single-intro .text * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .kalkulate-single-intro .text {
    position: relative;
    z-index: 5; }
  .kalkulate-single-intro:hover:before {
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0; }
  .kalkulate-single-intro:hover .text * {
    color: #fff; }
  .kalkulate-single-intro:hover h3:before {
    background: #fff; }

/* -----------------------------------
**  End Kalkulate Intro
-------------------------------------*/
/* -----------------------------------
**  What ido
-------------------------------------*/
.what-wedo-image-verticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.we-do-item {
  padding-bottom: 30px; }
  .we-do-item .number {
    float: left;
    width: 60px;
    font-size: 42px;
    font-weight: 700;
    line-height: 45px; }
  .we-do-item .text {
    margin-left: 70px; }
    .we-do-item .text h4 {
      margin-top: 0; }
  .we-do-item:hover .text a {
    color: #1490d7; }

.what-wedo-sub-pra {
  margin: 40px 0 50px 0; }

.section-heading.pdb40 {
  padding-bottom: 40px; }

/* -----------------------------------
** End What ido
-------------------------------------*/
/* -----------------------------------
** Our Work
-------------------------------------*/
.work-sction {
  position: relative; }
  .work-sction .section-heading h2, .work-sction .section-heading p {
    color: #fff; }

.work-item {
  padding: 15px;
  background: #f7f8fa;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 33px; }
  .work-item .text {
    padding: 35px 15px 15px 15px; }
  .work-item h4 {
    font-weight: 500;
    margin-bottom: 5px; }
  .work-item .image {
    overflow: hidden; }
  .work-item:hover .image img {
    -webkit-transform: rotate(10deg) scale(1.4);
    -ms-transform: rotate(10deg) scale(1.4);
    transform: rotate(10deg) scale(1.4); }

.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 5px 9px;
  filter: Alpha(Opacity=1);
  opacity: 1;
  background: #fff;
  border: 1px solid #1e1e27; }

.owl-theme .owl-controls .owl-page.active span {
  background: #1490d7;
  border-color: #1490d7; }

.gallery-filter {
  padding-bottom: 68px; }
  .gallery-filter ul li {
    display: inline-block;
    padding: 1px 13px 4px 13px; }
    .gallery-filter ul li a {
      font-weight: 500;
      color: #1e1e27; }
      .gallery-filter ul li a:hover, .gallery-filter ul li a:focus {
        color: #1490d7; }

.grid-item {
  padding: 0 15px 30px 15px;
  width: 33.33333%;
  height: auto; }
  .grid-item .text {
    padding-top: 25px;
    padding-bottom: 30px; }
    .grid-item .text h4 {
      margin-bottom: 4px; }

.gallery-grid-two .grid-item {
  width: 25%;
  padding: 0 15px 30px 15px; }

.gallery-grid-two .grid-another-width {
  width: 50%; }

.our-product-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .our-product-information .single {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1; }
    .our-product-information .single strong {
      display: block;
      text-transform: uppercase; }

.most-viewed-project .section-heading h2 {
  margin-bottom: 27px; }

.most-viewed-project .section-heading p {
  max-width: 650px; }

.most-viewed-project .work-item {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0; }

.home-two-gallery .section-heading {
  padding-bottom: 50px; }

/* -----------------------------------
** End Our Work
-------------------------------------*/
/* -----------------------------------
** Why choose us
-------------------------------------*/
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 15px 0 10px 0; }

.panel-group .panel-heading {
  background: #f7f8fa; }

.panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }

.panel-heading {
  padding: 12px 15px;
  border-radius: 0; }
  .panel-heading h4 {
    display: inline-block;
    margin: 0; }
  .panel-heading .indicator {
    float: right;
    font-size: 20px;
    padding-top: 3px;
    color: #1e1e27;
    margin-left: auto; }
  .panel-heading a {
    padding-left: 45px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .panel-heading a:before {
      position: absolute;
      top: 0px;
      left: 0;
      background: #fff;
      width: 18px;
      height: 18px;
      border-radius: 100%;
      content: ''; }

.accordion-toggle:not(.collapsed):before {
  background: #1490d7; }

.accordion-toggle:not(.collapsed) .indicator {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.progress-item {
  padding-top: 5px;
  padding-bottom: 18px; }
  .progress-item .progress-heading {
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px; }
  .progress-item .progress-bg {
    position: relative;
    height: 4px;
    background: #e8e8e8; }
    .progress-item .progress-bg .progress-rate {
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background: #1490d7;
      -webkit-transition: 2.5s;
      -o-transition: 2.5s;
      transition: 2.5s; }

.why-choose-us-two-section {
  padding-bottom: 40px; }
  .why-choose-us-two-section .image img {
    width: 100%; }

.popup-play {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  text-align: center;
  padding-top: 36px;
  font-size: 30px; }
  .popup-play a {
    color: #212121;
    padding-left: 6px; }

.why-choose-us-two-section .image img {
  -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15); }

/* -----------------------------------
** End Why choose us
-------------------------------------*/
/* -----------------------------------
** Counter
-------------------------------------*/
.single-counter {
  padding: 10px 0 50px 0;
  font-weight: 300;
  display: inline-block; }
  .single-counter .icon {
    float: left;
    width: 50px;
    font-size: 30px;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff; }
  .single-counter .text {
    margin-left: 80px;
    margin-top: 8px; }
  .single-counter .counter {
    font-size: 36px;
    padding-bottom: 6px; }
  .single-counter span {
    font-size: 16px; }

/* -----------------------------------
** End Counter
-------------------------------------*/
/* -----------------------------------
** Testimonial
-------------------------------------*/
.testimonial-quote-icon {
  font-size: 55px;
  padding-top: 45px;
  padding-bottom: 9px; }

.single-testimonial-quote {
  text-align: center; }
  .single-testimonial-quote p {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
  .single-testimonial-quote .author {
    padding-top: 11px;
    padding-bottom: 40px; }
    .single-testimonial-quote .author h4 {
      margin-bottom: 9px; }

.testimonial-carousel-two-active .carousel-inner-item {
  padding-left: 15px;
  padding-right: 15px; }

.testimonial-two-area {
  padding-bottom: 88px; }

.testimonial-two-item {
  padding: 40px 35px;
  margin-bottom: 67px;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .testimonial-two-item .icon {
    font-size: 55px;
    padding-bottom: 25px; }
  .testimonial-two-item .client-name-image {
    display: table;
    padding: 10px 0; }
    .testimonial-two-item .client-name-image .image, .testimonial-two-item .client-name-image .text {
      display: table-cell;
      vertical-align: middle; }
    .testimonial-two-item .client-name-image .image {
      width: 70px; }
    .testimonial-two-item .client-name-image .text {
      padding-left: 20px; }
      .testimonial-two-item .client-name-image .text h4 {
        margin-bottom: 4px; }
  .testimonial-two-item:hover {
    -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.15); }

/* -----------------------------------
** End Testimonial
-------------------------------------*/
/* -----------------------------------
**  Service
-------------------------------------*/
.service-item {
  background: #f7f8fa;
  margin: 0 15px 0 15px;
  padding: 85px 30px 55px 35px;
  border-radius: 5px;
  position: relative; }
  .service-item .icon {
    min-height: 60px;
    font-size: 30px;
    position: relative;
    z-index: 4; }
  .service-item h4 {
    margin-bottom: 27px; }
  .service-item .service-text {
    max-width: 220px;
    position: relative;
    z-index: 4; }
  .service-item:hover {
    background: #1490d7; }
    .service-item:hover * {
      color: #fff; }

/* -----------------------------------
**  End Service
-------------------------------------*/
/* -----------------------------------
**  Client logo
-------------------------------------*/
.client-area {
  padding: 12px 0; }

.client-carousel .client-logo img {
  text-align: center; }

.client-carousel .client-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px; }
  .client-carousel .client-logo img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: .5; }
    .client-carousel .client-logo img:hover {
      opacity: 1; }

/* -----------------------------------
** End Client logo
-------------------------------------*/
/* -----------------------------------
**   Footer
-------------------------------------*/
.get-started-area {
  padding-top: 37px;
  padding-bottom: 42px; }

.get-started-text {
  padding-bottom: 30px; }
  .get-started-text h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 8px; }

.get-started-button {
  padding-top: 4px; }

.main-footer {
  padding-top: 80px; }
  .main-footer .widget {
    margin-bottom: 50px; }

.footer-widget {
  margin-bottom: 40px; }
  .footer-widget .widget-title {
    margin-top: 5px;
    margin-bottom: 27px; }

.footer-widget-about .footer-logo {
  padding-bottom: 22px; }

.social-icons li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 8px; }
  .social-icons li a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background: #ebf1f7;
    border-radius: 50%;
    color: #1e1e27;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .social-icons li a i {
      z-index: 4; }
    .social-icons li a:before {
      position: absolute;
      left: 30%;
      top: 30%;
      width: 40%;
      height: 40%;
      background: #1490d7;
      content: '';
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-radius: 50%;
      opacity: 0; }
    .social-icons li a:hover {
      color: #fff; }
      .social-icons li a:hover:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 1; }

.usefull-link li {
  padding-bottom: 7px; }
  .usefull-link li a {
    padding-left: 20px;
    position: relative; }
    .usefull-link li a:before {
      position: absolute;
      left: 0;
      top: 7px;
      height: 7px;
      width: 7px;
      border-radius: 50%;
      content: '';
      background: #c3c3c3; }
    .usefull-link li a:hover {
      color: #1490d7; }
      .usefull-link li a:hover:before {
        background: #1490d7; }

.latest-news-item {
  margin-bottom: 13px;
  overflow: hidden; }
  .latest-news-item:after {
    clear: both; }
  .latest-news-item .image {
    width: 70px;
    float: left; }
  .latest-news-item .text {
    margin-left: 100px; }
    .latest-news-item .text h5 {
      font-weight: 400;
      margin-bottom: 5px;
      margin-top: 0; }

.copyright-area {
  border-top: 1px solid #ebebeb;
  padding-top: 20px; }

.copyright-text {
  margin-bottom: 20px; }

.footer-menu {
  margin-bottom: 20px; }
  .footer-menu ul.footer-menu-list > li {
    display: inline-block;
    margin-bottom: 5px; }
    .footer-menu ul.footer-menu-list > li:after {
      content: '|';
      padding-left: 20px;
      padding-right: 20px; }
    .footer-menu ul.footer-menu-list > li:last-child:after {
      display: none; }
    .footer-menu ul.footer-menu-list > li.menu-item-has-children {
      position: relative; }
      .footer-menu ul.footer-menu-list > li.menu-item-has-children ul.sub-menu {
        position: absolute;
        bottom: 100%;
        left: 0;
        background: #1490D7;
        min-width: 160px;
        visibility: hidden;
        opacity: 0;
        margin-left: -20px !important;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        .footer-menu ul.footer-menu-list > li.menu-item-has-children ul.sub-menu li {
          text-align: left; }
          .footer-menu ul.footer-menu-list > li.menu-item-has-children ul.sub-menu li a {
            display: block;
            color: #fff;
            padding: 5px 15px; }
  .footer-menu ul.footer-menu-list li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1; }

/* -----------------------------------
**   End Footer
-------------------------------------*/
/* -----------------------------------
** Banner
-------------------------------------*/
.banner-area {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-bottom: 183px;
  padding-top: 254px; }
  .banner-area:before {
    background: rgba(20, 144, 215, 0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.banner-text h1 {
  font-size: 50px;
  color: #fff;
  word-wrap: break-word; }

.kal-breadcumb li {
  display: inline-block;
  word-break: break-all;
  color: #fff;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }
  .kal-breadcumb li:before {
    content: '/';
    color: #fff;
    margin: 0 5px; }
  .kal-breadcumb li:first-child:before {
    display: none; }
  .kal-breadcumb li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }

.single-product-banner {
  background: url("../images/banner/single_project.jpg"); }

.blog-grid-banner {
  background: url("../images/banner/blog-grid.jpg"); }

.contact-us-banner {
  background: url("../images/banner/contact-us.jpg"); }

.error-banner {
  background: url("../images/banner/error-banner.jpg"); }

/* -----------------------------------
** End Banner
-------------------------------------*/
/* -----------------------------------
** About us
-------------------------------------*/
.counter-area {
  padding-top: 85px; }

.team-member {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .team-member .image {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto; }
  .team-member .front-text {
    padding-top: 35px; }
    .team-member .front-text span {
      display: block; }
  .team-member .member-name {
    margin-bottom: 5px; }
  .team-member .member-number {
    font-size: 18px; }
  .team-member .member-position {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    display: block; }
  .team-member .back-part {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 75px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
    .team-member .back-part p {
      max-width: 224px;
      margin-left: auto;
      margin-right: auto; }
  .team-member .member-social-icons {
    position: absolute;
    width: 100%;
    bottom: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .team-member .member-social-icons ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 210px;
      margin-left: auto;
      margin-right: auto;
      display: inline-block; }
      .team-member .member-social-icons ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: inline-block;
        margin: 0 15px; }
  .team-member:hover .back-part {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.t3s, .single-contat-info .icon span, .work-item .image img, .panel-heading .indicator, .panel-heading a:before, .service-item, .service-item *, .usefull-link li a:before, .team-member .back-part, .blog-style-one .date, .blog-style-two {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/* -----------------------------------
**   Blog
-------------------------------------*/
.blog-section {
  padding-bottom: 28px; }

/* blog style one */
.blog-style-one {
  padding: 0 0 30px 0;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .blog-style-one .blog-text h4 a {
    font-size: 28px;
    line-height: 36px; }
  .blog-style-one p {
    word-wrap: break-word; }
  .blog-style-one .image {
    margin-bottom: 30px; }
    .blog-style-one .image img {
      max-width: 100%;
      height: auto; }
  .blog-style-one .date {
    position: absolute;
    border: 1px solid #ebebeb;
    text-align: center;
    text-transform: uppercase;
    min-width: 140px;
    bottom: -20px;
    padding: 7px 15px;
    left: calc(50% - 70px);
    background: #fff;
    border-radius: 30px; }
  .blog-style-one .date {
    border-color: #1490d7; }
  .blog-style-one.sticky .date, .blog-style-one:hover .date {
    border-color: #1490d7; }
  .blog-style-one .post-meta {
    margin-bottom: 20px; }
    .blog-style-one .post-meta span {
      font-size: 15px;
      font-family: 'Raleway', sans-serif;
      margin-right: 20px;
      color: #595959; }
      .blog-style-one .post-meta span i {
        margin-right: 5px !important; }
  .blog-style-one.sticky {
    background: #f9f9f9;
    padding: 30px; }

.btn-readmore {
  display: inline-block;
  padding: 7px 35px;
  border: 1px solid #d6d6d6;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 400;
  color: #5a596a;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .btn-readmore:hover {
    background-color: #1490D7;
    border-color: #1490D7;
    color: #ffffff; }

.blog-item.blog-style-one .blog-text h4 {
  margin-bottom: 8px; }

.blog-item.blog-style-one .post-metta {
  margin-bottom: 15px; }
  .blog-item.blog-style-one .post-metta span {
    margin-right: 8px; }
    .blog-item.blog-style-one .post-metta span i {
      margin-right: 2px; }

.post.blog-item.blog-style-one .blog-text h4 {
  margin-bottom: 13px; }

.post.blog-item.blog-style-one .post-meta {
  margin-bottom: 15px; }
  .post.blog-item.blog-style-one .post-meta span {
    margin-right: 8px; }
    .post.blog-item.blog-style-one .post-meta span i {
      margin-right: 2px; }

/*  Blog style Two */
.blog-style-two-section {
  padding-bottom: 2px; }

.blog-style-two {
  position: relative;
  background: #fff;
  text-align: center;
  margin-bottom: 100px; }
  .blog-style-two .image {
    position: relative; }
  .blog-style-two .blog-text {
    padding: 30px 40px 25px 30px; }
  .blog-style-two .date {
    width: 135px;
    height: 135px;
    position: absolute;
    background: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    font-size: 18px;
    color: #1e1e27;
    text-transform: uppercase;
    padding: 20px;
    z-index: 1; }
  .blog-style-two .kal-button {
    color: #1e1e27; }
    .blog-style-two .kal-button:hover {
      color: #fff; }
  .blog-style-two:hover {
    -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15); }

.comment-respond textarea {
  width: 100%; }

.navigation.post-navigation {
  margin: 40px 0;
  overflow: hidden; }
  .navigation.post-navigation .nav-next,
  .navigation.post-navigation .nav-previous {
    display: inline-block; }
    .navigation.post-navigation .nav-next a,
    .navigation.post-navigation .nav-previous a {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #1e1e27;
      min-width: 130px;
      border: 1px solid #ebebeb;
      padding: 6px 15px;
      border-radius: 30px;
      display: inline-block;
      text-align: center;
      background: #1490d7;
      color: #fff;
      border-color: #1490d7; }
  .navigation.post-navigation .nav-next {
    float: right; }

.blog-detail-container .blog-meta h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 400; }

.blog-detail-container .blog-meta .post-meta span {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-right: 12px;
  color: #595959; }
  .blog-detail-container .blog-meta .post-meta span i {
    margin-right: 5px; }

.blog-detail-container img {
  max-width: 100%;
  height: auto; }

.blog-detail-container .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.blog-detail-container p {
  word-wrap: break-word; }

.blog-detail-container input[type="password"] {
  height: 35px;
  padding-right: 15px;
  border-color: #1490d7; }

.blog-detail-container input[type="submit"] {
  background: #1490d7;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  border-color: #1490d7; }

.blog-detail-container h1, .blog-detail-container h2, .blog-detail-container h3, .blog-detail-container h4, .blog-detail-container h5, .blog-detail-container h6 {
  margin-bottom: 10px; }

.blog-detail-container ul li strong,
.blog-detail-container ul li em,
.blog-detail-container ul li span {
  font-size: 14px !important; }

.blog-detail-container .page-links .page-number {
  margin-right: 5px; }

.blog-detail-container .page-links .page-number {
  display: inline-block;
  padding: 3px 20px;
  border-radius: 4px;
  color: #1490d7;
  border: 1px solid #1490d7; }

.blog-detail-container .page-links a .page-number {
  color: #5a596a;
  border: 1px solid #ebebeb;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .blog-detail-container .page-links a .page-number:hover {
    color: #1490d7;
    border: 1px solid #1490d7; }

.navigation.pagination .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  background: #ebf1f7;
  color: #5a596a;
  margin-right: 5px; }
  .navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
    background: #1490d7;
    color: #fff; }

.navigation.comment-navigation .nav-next,
.navigation.comment-navigation .nav-previous {
  display: inline-block; }
  .navigation.comment-navigation .nav-next a,
  .navigation.comment-navigation .nav-previous a {
    padding: 7px 15px;
    background: #1490d7;
    color: #fff;
    border-radius: 4px; }

.navigation.comment-navigation .nav-next {
  float: right; }

@media all and (max-width: 991px) {
  .comment-list .Block-Comment .media-body iframe {
    max-width: 100%;
    height: auto; } }

@media all and (max-width: 480px) {
  .comment-list .Block-Comment .media-left {
    display: block;
    margin-bottom: 5px; }
  .comments-area ul.comment-list li.Block-Comment .media-left {
    padding-right: 0; }
  .comments-area ul.comment-list li.Block-Comment .media-body {
    padding-left: 0 !important; }
    .comments-area ul.comment-list li.Block-Comment .media-body:before {
      content: none !important; } }

@media all and (max-width: 320px) {
  .navigation.comment-navigation .nav-next a,
  .navigation.comment-navigation .nav-previous a {
    padding: 7px 10px;
    background: #1490d7;
    color: #fff;
    border-radius: 4px; } }

/* -----------------------------------
**  Sidebar
-------------------------------------*/
.sidebar {
  border: 1px solid #ebebeb;
  padding: 50px 50px 0 50px; }

.widget .screen-reader-text {
  display: none; }

.widget-search .input-search {
  position: relative; }
  .widget-search .input-search input {
    background: transparent;
    border-width: 0 0 1px 0;
    padding-left: 0; }
  .widget-search .input-search .submit-button {
    position: absolute;
    background: transparent;
    border: 0;
    z-index: 2;
    bottom: 8px;
    right: 0px;
    color: #1e1e27; }

.widget {
  margin-bottom: 15px; }

.widget-title {
  padding-bottom: 17px; }

.category-list ul {
  padding-left: 20px; }

.category-list li {
  list-style: disc;
  padding-bottom: 13px; }
  .category-list li:last-child {
    padding-bottom: 0; }

.widget-most-commented .text {
  padding-top: 10px; }
  .widget-most-commented .text h5 {
    font-weight: 400;
    margin-bottom: 5px; }

.widget-recent-post .latest-news-item .image {
  width: 60px; }

.widget-recent-post .latest-news-item .text {
  margin-left: 77px; }
  .widget-recent-post .latest-news-item .text h5 {
    font-size: 13px; }

.tagcloud a {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
  border: 1px solid #ebebeb;
  font-weight: 500;
  padding: 3px 15px;
  border-radius: 20px;
  font-size: 12px !important; }
  .tagcloud a:hover {
    border-color: #1490d7; }
  .tagcloud a:last-child {
    margin-right: 0; }

/* -----------------------------------
**  End Sidebar
-------------------------------------*/
/* -----------------------------------
**  Blog Detail
-------------------------------------*/
.tag-and-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tag-and-share .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 200px; }
    .tag-and-share .social-share span {
      padding-right: 15px; }
    .tag-and-share .social-share li {
      display: inline-block;
      padding-right: 15px; }
      .tag-and-share .social-share li:last-child {
        padding-right: 0; }
      .tag-and-share .social-share li a {
        margin-right: 5px; }
  .tag-and-share .tag-list span {
    font-weight: 700; }
  .tag-and-share .tag-list a {
    display: inline-block;
    padding: 3px 20px;
    border-radius: 25px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px; }
    .tag-and-share .tag-list a:hover {
      border-color: #1490D7; }

.blog-detail-container .category span {
  font-weight: 700; }

.blog-detail-container ul {
  list-style-type: disc;
  list-style-position: inside; }

.blog-detail-container ol {
  list-style-type: decimal;
  list-style-position: inside; }

.blog-detail-container ul ul, .blog-detail-container ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px; }

.blog-detail-container ol ol, .blog-detail-container ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px; }

.blog-detail-container ol li,
.blog-detail-container ul li,
.blog-detail-container dd {
  font-family: 'Raleway', sans-serif;
  color: #5a596a; }

.blog-meta {
  margin-bottom: 30px; }
  .blog-meta .date {
    font-size: 18px; }
  .blog-meta h3 {
    word-wrap: break-word; }

.blog-detail-quote {
  padding: 10px 50px 10px 0; }
  .blog-detail-quote .icon {
    width: 100px;
    font-size: 30px;
    float: left;
    padding-left: 50px;
    padding-top: 7px; }
  .blog-detail-quote .text {
    margin-left: 100px; }
    .blog-detail-quote .text blockquote {
      padding: 0;
      border: 0;
      font-size: 18px;
      line-height: 30px; }

.comments-area ul.comment-list {
  list-style: none !important;
  margin-bottom: 50px; }
  .comments-area ul.comment-list ol {
    padding-left: 120px;
    list-style: none; }
  .comments-area ul.comment-list p {
    word-wrap: break-word; }
  .comments-area ul.comment-list li.Block-Comment {
    margin-top: 30px; }
    .comments-area ul.comment-list li.Block-Comment .media-left {
      padding-right: 30px; }
      .comments-area ul.comment-list li.Block-Comment .media-left img {
        max-width: none;
        border-radius: 50%; }
    .comments-area ul.comment-list li.Block-Comment .media-body {
      position: relative;
      padding-left: 30px; }
      .comments-area ul.comment-list li.Block-Comment .media-body:before {
        content: '';
        display: block;
        background: #ebebeb;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
      .comments-area ul.comment-list li.Block-Comment .media-body h4.entry-title {
        margin-bottom: 0; }
      .comments-area ul.comment-list li.Block-Comment .media-body span.entry-meta {
        display: block;
        margin-bottom: 10px; }
        .comments-area ul.comment-list li.Block-Comment .media-body span.entry-meta em {
          font-size: 12px;
          font-weight: 400;
          font-family: "Poppins", sans-serif; }
      .comments-area ul.comment-list li.Block-Comment .media-body p {
        margin-bottom: 20px; }
      .comments-area ul.comment-list li.Block-Comment .media-body p.replay {
        margin-bottom: 0; }
        .comments-area ul.comment-list li.Block-Comment .media-body p.replay .comment-reply-link {
          text-transform: uppercase;
          font-size: 14px; }
          .comments-area ul.comment-list li.Block-Comment .media-body p.replay .comment-reply-link i {
            margin-right: 10px; }
      .comments-area ul.comment-list li.Block-Comment .media-body h1 {
        font-size: 36px;
        line-height: 40px; }
      .comments-area ul.comment-list li.Block-Comment .media-body h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px; }
      .comments-area ul.comment-list li.Block-Comment .media-body h3 {
        font-size: 24px; }
      .comments-area ul.comment-list li.Block-Comment .media-body h4 {
        font-size: 18px; }
      .comments-area ul.comment-list li.Block-Comment .media-body h5 {
        font-size: 16px; }
      .comments-area ul.comment-list li.Block-Comment .media-body h6 {
        font-size: 14px; }
      .comments-area ul.comment-list li.Block-Comment .media-body dl,
      .comments-area ul.comment-list li.Block-Comment .media-body dd,
      .comments-area ul.comment-list li.Block-Comment .media-body dt {
        font-family: 'Raleway', sans-serif; }
      .comments-area ul.comment-list li.Block-Comment .media-body ul {
        list-style-type: disc;
        list-style-position: inside; }
      .comments-area ul.comment-list li.Block-Comment .media-body ol {
        list-style-type: decimal;
        list-style-position: inside; }
      .comments-area ul.comment-list li.Block-Comment .media-body ul ul, .comments-area ul.comment-list li.Block-Comment .media-body ol ul {
        list-style-type: circle;
        list-style-position: inside;
        margin-left: 15px; }
      .comments-area ul.comment-list li.Block-Comment .media-body ol ol, .comments-area ul.comment-list li.Block-Comment .media-body ul ol {
        list-style-type: lower-latin;
        list-style-position: inside;
        margin-left: 15px; }
      .comments-area ul.comment-list li.Block-Comment .media-body ol,
      .comments-area ul.comment-list li.Block-Comment .media-body ul {
        padding-left: 0 !important;
        margin-left: 0 !important; }
        .comments-area ul.comment-list li.Block-Comment .media-body ol ul, .comments-area ul.comment-list li.Block-Comment .media-body ol ol,
        .comments-area ul.comment-list li.Block-Comment .media-body ul ul,
        .comments-area ul.comment-list li.Block-Comment .media-body ul ol {
          margin-left: 25px !important; }
      .comments-area ul.comment-list li.Block-Comment .media-body img {
        max-width: 100%;
        height: auto; }

.replay-button i {
  padding-right: 15px; }

.comments-title {
  color: #5a596a;
  margin-bottom: 50px;
  font-weight: 400; }

.single-comment {
  display: table;
  margin-bottom: 30px; }
  .single-comment .image {
    width: 100px;
    border-right: 1px solid #ebebeb;
    padding-top: 6px; }
    .single-comment .image img {
      width: 70px; }
  .single-comment .text {
    padding-left: 25px; }
    .single-comment .text h4 {
      margin-bottom: 3px; }
  .single-comment .image, .single-comment .text {
    display: table-cell;
    vertical-align: top; }
  .single-comment .date {
    margin-bottom: 12px;
    display: block; }

.comment-form input, .comment-form textarea {
  margin-bottom: 10px; }

.comment-respond {
  padding-top: 45px; }

.comment-reply-title {
  margin-bottom: 33px;
  color: #5a596a;
  font-weight: 400; }

/* -----------------------------------
** End Blog Detail
-------------------------------------*/
/* -----------------------------------
** Contact Us
-------------------------------------*/
.kalkulate-map-location-informatrion {
  overflow: hidden;
  padding: 40px 0; }
  .kalkulate-map-location-informatrion .heading {
    padding: 25px 0;
    position: relative;
    margin-bottom: 30px; }
    .kalkulate-map-location-informatrion .heading:before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px;
      background: #1490d7;
      content: ''; }
    .kalkulate-map-location-informatrion .heading h4 {
      margin-bottom: 0; }
  .kalkulate-map-location-informatrion h5 {
    font-size: 13px;
    text-transform: uppercase; }
  .kalkulate-map-location-informatrion .small-text {
    line-height: 18px; }
  .kalkulate-map-location-informatrion .direct-contact {
    padding-top: 25px; }
    .kalkulate-map-location-informatrion .direct-contact strong {
      display: inline-block;
      width: 90px; }
  .kalkulate-map-location-informatrion .kalkulate {
    float: left;
    width: 340px; }

#mapContainer {
  height: 400px; }

/* -----------------------------------
** End Contact Us
-------------------------------------*/
/* -----------------------------------
** 404
-------------------------------------*/
.error-text {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto; }
  .error-text .error-404 {
    font-size: 243px;
    font-weight: 700;
    line-height: 200px;
    margin-bottom: 50px; }
  .error-text h2 {
    font-weight: 300;
    margin-bottom: 12px; }
  .error-text .kal-button {
    font-size: 16px;
    min-width: 220px;
    margin: 10px; }
  .error-text .two-buttons {
    padding-top: 20px; }

/* -----------------------------------
** End 404
-------------------------------------*/
/* -----------------------------------
**  Preloader
-------------------------------------*/
.preloader {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: #1490d7;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100% !important;
  z-index: 9999;
  /* makes sure it stays on top */ }

.preloader .ball-scale-multiple {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px; }

.ball-scale-multiple div {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1.5s linear infinite; }

.ball-scale-multiple div:nth-child(2) {
  -webkit-animation-delay: .2s; }

.ball-scale-multiple div:nth-child(3) {
  -webkit-animation-delay: .4s; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

/* -----------------------------------
**  End Preloader
-------------------------------------*/
/* -----------------------------------
** Color Swhicher
-------------------------------------*/
.color-shicher-wraper {
  position: fixed;
  top: 50%;
  left: -160px;
  z-index: 999;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.color-shicher-wraper .setting-button-wrapper button {
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background: white; }
  .color-shicher-wraper .setting-button-wrapper button:focus {
    outline: 0; }

.color-shicher-wraper .setting-button-wrapper button:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3OC43MDMgNDc4LjcwMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc4LjcwMyA0NzguNzAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ1NC4yLDE4OS4xMDFsLTMzLjYtNS43Yy0zLjUtMTEuMy04LTIyLjItMTMuNS0zMi42bDE5LjgtMjcuN2M4LjQtMTEuOCw3LjEtMjcuOS0zLjItMzguMWwtMjkuOC0yOS44ICAgIGMtNS42LTUuNi0xMy04LjctMjAuOS04LjdjLTYuMiwwLTEyLjEsMS45LTE3LjEsNS41bC0yNy44LDE5LjhjLTEwLjgtNS43LTIyLjEtMTAuNC0zMy44LTEzLjlsLTUuNi0zMy4yICAgIGMtMi40LTE0LjMtMTQuNy0yNC43LTI5LjItMjQuN2gtNDIuMWMtMTQuNSwwLTI2LjgsMTAuNC0yOS4yLDI0LjdsLTUuOCwzNGMtMTEuMiwzLjUtMjIuMSw4LjEtMzIuNSwxMy43bC0yNy41LTE5LjggICAgYy01LTMuNi0xMS01LjUtMTcuMi01LjVjLTcuOSwwLTE1LjQsMy4xLTIwLjksOC43bC0yOS45LDI5LjhjLTEwLjIsMTAuMi0xMS42LDI2LjMtMy4yLDM4LjFsMjAsMjguMSAgICBjLTUuNSwxMC41LTkuOSwyMS40LTEzLjMsMzIuN2wtMzMuMiw1LjZjLTE0LjMsMi40LTI0LjcsMTQuNy0yNC43LDI5LjJ2NDIuMWMwLDE0LjUsMTAuNCwyNi44LDI0LjcsMjkuMmwzNCw1LjggICAgYzMuNSwxMS4yLDguMSwyMi4xLDEzLjcsMzIuNWwtMTkuNywyNy40Yy04LjQsMTEuOC03LjEsMjcuOSwzLjIsMzguMWwyOS44LDI5LjhjNS42LDUuNiwxMyw4LjcsMjAuOSw4LjdjNi4yLDAsMTIuMS0xLjksMTcuMS01LjUgICAgbDI4LjEtMjBjMTAuMSw1LjMsMjAuNyw5LjYsMzEuNiwxM2w1LjYsMzMuNmMyLjQsMTQuMywxNC43LDI0LjcsMjkuMiwyNC43aDQyLjJjMTQuNSwwLDI2LjgtMTAuNCwyOS4yLTI0LjdsNS43LTMzLjYgICAgYzExLjMtMy41LDIyLjItOCwzMi42LTEzLjVsMjcuNywxOS44YzUsMy42LDExLDUuNSwxNy4yLDUuNWwwLDBjNy45LDAsMTUuMy0zLjEsMjAuOS04LjdsMjkuOC0yOS44YzEwLjItMTAuMiwxMS42LTI2LjMsMy4yLTM4LjEgICAgbC0xOS44LTI3LjhjNS41LTEwLjUsMTAuMS0yMS40LDEzLjUtMzIuNmwzMy42LTUuNmMxNC4zLTIuNCwyNC43LTE0LjcsMjQuNy0yOS4ydi00Mi4xICAgIEM0NzguOSwyMDMuODAxLDQ2OC41LDE5MS41MDEsNDU0LjIsMTg5LjEwMXogTTQ1MS45LDI2MC40MDFjMCwxLjMtMC45LDIuNC0yLjIsMi42bC00Miw3Yy01LjMsMC45LTkuNSw0LjgtMTAuOCw5LjkgICAgYy0zLjgsMTQuNy05LjYsMjguOC0xNy40LDQxLjljLTIuNyw0LjYtMi41LDEwLjMsMC42LDE0LjdsMjQuNywzNC44YzAuNywxLDAuNiwyLjUtMC4zLDMuNGwtMjkuOCwyOS44Yy0wLjcsMC43LTEuNCwwLjgtMS45LDAuOCAgICBjLTAuNiwwLTEuMS0wLjItMS41LTAuNWwtMzQuNy0yNC43Yy00LjMtMy4xLTEwLjEtMy4zLTE0LjctMC42Yy0xMy4xLDcuOC0yNy4yLDEzLjYtNDEuOSwxNy40Yy01LjIsMS4zLTkuMSw1LjYtOS45LDEwLjhsLTcuMSw0MiAgICBjLTAuMiwxLjMtMS4zLDIuMi0yLjYsMi4yaC00Mi4xYy0xLjMsMC0yLjQtMC45LTIuNi0yLjJsLTctNDJjLTAuOS01LjMtNC44LTkuNS05LjktMTAuOGMtMTQuMy0zLjctMjguMS05LjQtNDEtMTYuOCAgICBjLTIuMS0xLjItNC41LTEuOC02LjgtMS44Yy0yLjcsMC01LjUsMC44LTcuOCwyLjVsLTM1LDI0LjljLTAuNSwwLjMtMSwwLjUtMS41LDAuNWMtMC40LDAtMS4yLTAuMS0xLjktMC44bC0yOS44LTI5LjggICAgYy0wLjktMC45LTEtMi4zLTAuMy0zLjRsMjQuNi0zNC41YzMuMS00LjQsMy4zLTEwLjIsMC42LTE0LjhjLTcuOC0xMy0xMy44LTI3LjEtMTcuNi00MS44Yy0xLjQtNS4xLTUuNi05LTEwLjgtOS45bC00Mi4zLTcuMiAgICBjLTEuMy0wLjItMi4yLTEuMy0yLjItMi42di00Mi4xYzAtMS4zLDAuOS0yLjQsMi4yLTIuNmw0MS43LTdjNS4zLTAuOSw5LjYtNC44LDEwLjktMTBjMy43LTE0LjcsOS40LTI4LjksMTcuMS00MiAgICBjMi43LTQuNiwyLjQtMTAuMy0wLjctMTQuNmwtMjQuOS0zNWMtMC43LTEtMC42LTIuNSwwLjMtMy40bDI5LjgtMjkuOGMwLjctMC43LDEuNC0wLjgsMS45LTAuOGMwLjYsMCwxLjEsMC4yLDEuNSwwLjVsMzQuNSwyNC42ICAgIGM0LjQsMy4xLDEwLjIsMy4zLDE0LjgsMC42YzEzLTcuOCwyNy4xLTEzLjgsNDEuOC0xNy42YzUuMS0xLjQsOS01LjYsOS45LTEwLjhsNy4yLTQyLjNjMC4yLTEuMywxLjMtMi4yLDIuNi0yLjJoNDIuMSAgICBjMS4zLDAsMi40LDAuOSwyLjYsMi4ybDcsNDEuN2MwLjksNS4zLDQuOCw5LjYsMTAsMTAuOWMxNS4xLDMuOCwyOS41LDkuNyw0Mi45LDE3LjZjNC42LDIuNywxMC4zLDIuNSwxNC43LTAuNmwzNC41LTI0LjggICAgYzAuNS0wLjMsMS0wLjUsMS41LTAuNWMwLjQsMCwxLjIsMC4xLDEuOSwwLjhsMjkuOCwyOS44YzAuOSwwLjksMSwyLjMsMC4zLDMuNGwtMjQuNywzNC43Yy0zLjEsNC4zLTMuMywxMC4xLTAuNiwxNC43ICAgIGM3LjgsMTMuMSwxMy42LDI3LjIsMTcuNCw0MS45YzEuMyw1LjIsNS42LDkuMSwxMC44LDkuOWw0Miw3LjFjMS4zLDAuMiwyLjIsMS4zLDIuMiwyLjZ2NDIuMUg0NTEuOXoiIGZpbGw9IiMwMDAwMDAiLz4KCQk8cGF0aCBkPSJNMjM5LjQsMTM2LjAwMWMtNTcsMC0xMDMuMyw0Ni4zLTEwMy4zLDEwMy4zczQ2LjMsMTAzLjMsMTAzLjMsMTAzLjNzMTAzLjMtNDYuMywxMDMuMy0xMDMuM1MyOTYuNCwxMzYuMDAxLDIzOS40LDEzNi4wMDEgICAgeiBNMjM5LjQsMzE1LjYwMWMtNDIuMSwwLTc2LjMtMzQuMi03Ni4zLTc2LjNzMzQuMi03Ni4zLDc2LjMtNzYuM3M3Ni4zLDM0LjIsNzYuMyw3Ni4zUzI4MS41LDMxNS42MDEsMjM5LjQsMzE1LjYwMXoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  -webkit-animation: settingRotate 4s linear infinite;
  animation: settingRotate 4s linear infinite; }

.color-shicher-wraper.show-color {
  left: 0; }

.swhicher-button {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 20px 10px;
  border-radius: 0 3px 3px 0; }

.swhicher-button button {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 0;
  margin: 4px 2px; }
  .swhicher-button button:focus {
    outline: 0; }

@-webkit-keyframes settingRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes settingRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.t3s, .single-contat-info .icon span, .work-item .image img, .panel-heading .indicator, .panel-heading a:before, .service-item, .service-item *, .usefull-link li a:before, .team-member .back-part, .blog-style-one .date, .blog-style-two {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/* -----------------------------------
** Shop
-------------------------------------*/
.shop-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px; }

.shop-detail .onsale,
.shop-item .onsale {
  display: inline-block;
  top: 25px !important;
  left: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  border-radius: 0 !important;
  right: 25px !important;
  line-height: 22px !important;
  position: absolute !important;
  padding: 0 12px 2px 12px !important;
  background: #1490d7 !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important; }

.shop-detail .onsale {
  top: 25px !important;
  left: 25px !important;
  right: auto !important; }

.shop-item img {
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  margin-bottom: 10px; }

.shop-item .woocommerce-loop-product__title,
.shop-item .item-name {
  top: 0; }

.shop-item .woocommerce-loop-product__title,
.shop-item .item-name,
.shop-item .added_to_cart,
.shop-item .add_to_cart_button {
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  line-height: 26px;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #5a596a; }

.shop-item #respond input#submit,
.shop-item a.button,
.shop-item button.button,
.shop-item input.button {
  position: absolute !important;
  left: 0;
  right: 0;
  text-align: center; }

.shop-item .add_to_cart_button {
  background: transparent !important; }

.shop-item .add_to_cart_button,
.shop-item .added_to_cart {
  opacity: 0;
  top: 15px; }

.shop-item .text {
  position: relative; }

.shop-item a.added_to_cart {
  padding-top: 0 !important; }

.shop-item .shop-meta {
  display: block;
  padding-top: 27px; }
  .shop-item .shop-meta .star-rating {
    display: inline-block;
    float: none;
    font-size: 12px; }
  .shop-item .shop-meta .price {
    display: block; }
    .shop-item .shop-meta .price span.woocommerce-Price-amount.amount {
      font-family: "Poppins", sans-serif !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #5a596a !important; }

.shop-item:hover .add_to_cart_button,
.shop-item:hover .added_to_cart {
  opacity: 1;
  top: 0; }

.shop-item:hover .woocommerce-loop-product__title,
.shop-item:hover .item-name {
  opacity: 0;
  top: -15px; }

.shop-item .add_to_cart_button.added {
  display: none; }

/*    Shop Detial     */
.jq-ry-container {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 9px; }

.jq-ry-container[readonly="readonly"] {
  cursor: default; }

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%; }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.shop-detail .product_title.entry-title {
  font-size: 26px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 15px; }

.shop-detail .price,
.shop-detail .woocommerce-product-rating {
  margin-bottom: 10px !important;
  padding: 0 !important; }

.shop-detail .star-rating span::before {
  color: #FF4E00; }

.shop-detail .woocommerce-Price-amount {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #5a596a !important; }

.shop-detail div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-top: 15px !important;
  margin-right: 20px !important; }

.shop-detail .price {
  font-size: 24px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 29px; }

.shop-detail .category-tag {
  padding-top: 23px;
  padding-bottom: 20px; }

.shop-detail .category-tag ul li {
  list-style: none;
  padding: 18px 40px 18px 0;
  border-bottom: 1px solid #ebebeb; }

.shop-detail .category-tag ul li:first-child {
  border-top: 1px solid #ebebeb; }

.item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .item-quantity .value-increment-decrement {
    padding-right: 8px; }

.shop-tab {
  padding-top: 50px; }

.shop-tab .nav-tabs {
  border: 0; }

.shop-tab .nav-tabs li a {
  border: 1px solid #ebebeb !important;
  border: 0;
  font-size: 21px;
  font-weight: 300;
  padding: 15px 33px;
  border-radius: 0; }

.shop-tab .nav-tabs li a:hover {
  color: #fff;
  background: #1490d7; }

.shop-tab .nav-tabs li.active a {
  background: #1490d7;
  color: #fff;
  border: 0; }

.shop-tab .nav-tabs li.active a:hover {
  border: 0; }

.shop-tab .tab-content {
  padding: 15px 0; }

.related-product {
  padding-top: 75px; }

.related-product .section-heading {
  padding-bottom: 80px; }

/* cart */
.shop-cart-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 28px 0; }

.woocommerce .value-increment-decrement {
  max-width: 140px; }

.shop-cart-item {
  font-weight: 600; }

.shop-cart-item > div, .product-name-thumb > div {
  display: table-cell;
  vertical-align: middle; }

.product-name-thumb {
  display: table; }
  .product-name-thumb img {
    max-width: 90px; }

.woocommerce table.shop_table > thead > tr > th {
  text-transform: uppercase; }

.woocommerce table.shop_table > tbody > tr > td,
.woocommerce table.shop_table > tbody > tr > th,
.woocommerce table.shop_table > tfoot > tr > td,
.woocommerce table.shop_table > tfoot > tr > th,
.woocommerce table.shop_table > thead > tr > td,
.woocommerce table.shop_table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border: 1px solid #ebebeb !important; }

.woocommerce table.shop_table input.input-text.qty.text {
  width: 70px !important; }
  .woocommerce table.shop_table input.input-text.qty.text:focus {
    outline: none; }

.woocommerce table.shop_table input {
  border: 1px solid #ebebeb !important;
  width: 130px !important;
  height: 40px !important; }

.woocommerce table.shop_table img {
  width: 90px !important; }

.woocommerce table .coupon #coupon_code {
  width: 136px !important;
  padding-right: 15px;
  padding-left: 15px; }

.woocommerce table.shop_table button.button,
.woocommerce table.shop_table input.button {
  width: auto !important;
  background: #1490d7 !important;
  color: #fff !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  border-radius: 25px !important;
  padding: 7px 25px !important; }

.woocommerce table.shop_table a.remove {
  color: #5a596a !important; }

.woocommerce-cart-form {
  margin-bottom: 90px !important; }

.cart-collaterals .cart_totals > h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 10px; }

.checkout-button.button.alt.wc-forward {
  background: #1490d7 !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-radius: 25px !important; }

.cart-close i {
  cursor: pointer;
  font-size: 18px; }

.product-name-thumb .item-photo {
  padding: 0 20px 0 0; }

.product-name-thumb .item-name {
  font-size: 21px;
  font-weight: 900; }

.shop-cart-page {
  padding-top: 5px;
  padding-bottom: 120px; }

.coupon-code {
  margin-top: 30px; }

.coupon-code .applay-button button {
  letter-spacing: 2px;
  padding: 9px 20px;
  min-width: 135px;
  margin-top: 8px; }

.woocommerce-billing-fields {
  margin-bottom: 50px !important; }
  .woocommerce-billing-fields input {
    height: 40px !important;
    border: 1px solid #ebebeb !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }

.woocommerce .woocommerce-checkout-payment #respond input#submit.alt,
.woocommerce .woocommerce-checkout-payment a.button.alt,
.woocommerce .woocommerce-checkout-payment button.button.alt,
.woocommerce .woocommerce-checkout-payment input.button.alt {
  background: #1490d7 !important;
  color: #fff !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 25px !important; }

/* -----------------------------------
  ** End shop
  -------------------------------------*/
/** Woo default show **/
.kalkulate-shop .shop-header-info {
  display: block;
  margin-bottom: 30px;
  background: #F5F5F5;
  padding: 10px 20px;
  line-height: 30px;
  height: 50px; }
  .kalkulate-shop .shop-header-info .woocommerce-message {
    display: none; }
  .kalkulate-shop .shop-header-info .woocommerce-ordering select {
    padding: 3px 5px;
    border: 1px solid #ebebeb; }
    .kalkulate-shop .shop-header-info .woocommerce-ordering select:focus {
      outline: none; }

.kalkulate-shop .shop-item .text {
  position: relative; }

.kalkulate-shop .shop-item:hover .add_to_cart_button,
.kalkulate-shop .shop-item:hover .added_to_cart {
  opacity: 1;
  top: 0; }

.kalkulate-shop .woocommerce #respond input#submit,
.kalkulate-shop .woocommerce a.button,
.kalkulate-shop .woocommerce button.button,
.kalkulate-shop .woocommerce input.button {
  position: static; }

.kalkulate-shop .woocommerce-pagination ul.page-numbers {
  border: 0; }
  .kalkulate-shop .woocommerce-pagination ul.page-numbers li {
    border: 0;
    margin-right: 15px;
    border-radius: 50%;
    background: #ebf1f7;
    color: #5a596a; }
    .kalkulate-shop .woocommerce-pagination ul.page-numbers li a.page-numbers,
    .kalkulate-shop .woocommerce-pagination ul.page-numbers li span {
      display: inline-block;
      width: 40px;
      height: 40px;
      padding: 0;
      background: transparent !important;
      font-size: 16px;
      line-height: 40px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .kalkulate-shop .woocommerce-pagination ul.page-numbers li a.page-numbers:hover, .kalkulate-shop .woocommerce-pagination ul.page-numbers li a.page-numbers.current,
      .kalkulate-shop .woocommerce-pagination ul.page-numbers li span:hover,
      .kalkulate-shop .woocommerce-pagination ul.page-numbers li span.current {
        background: #1490d7 !important;
        color: #fff; }

/** Related Product **/
.woocommerce-message {
  position: relative;
  border-top-color: #1490d7; }
  .woocommerce-message::before {
    color: #1490d7; }
  .woocommerce-message > a.button {
    background: #1490D7;
    color: #fff;
    font-weight: 400; }

.shop-detail form.cart button.single_add_to_cart_button {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  background: #1490d7 !important;
  color: #fff;
  border: 1px solid #1490d7 !important;
  padding: 6px 25px !important;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-top: 5px; }
  .shop-detail form.cart button.single_add_to_cart_button:focus {
    outline: none; }

.shop-detail .quantity .qty {
  width: 200px;
  height: 50px;
  text-align: left;
  padding-left: 15px;
  border: 1px solid #ebebeb;
  padding-right: 15px;
  margin-right: 10px; }
  .shop-detail .quantity .qty:focus {
    outline: none; }

.shop-detail .product_meta {
  border-top: 1px solid #ebebeb; }
  .shop-detail .product_meta span.tagged_as,
  .shop-detail .product_meta span.posted_in,
  .shop-detail .product_meta span.sku_wrapper {
    display: block;
    padding: 18px 40px 18px 0;
    border-bottom: 1px solid #ebebeb; }
    .shop-detail .product_meta span.tagged_as a,
    .shop-detail .product_meta span.tagged_as span.sku,
    .shop-detail .product_meta span.posted_in a,
    .shop-detail .product_meta span.posted_in span.sku,
    .shop-detail .product_meta span.sku_wrapper a,
    .shop-detail .product_meta span.sku_wrapper span.sku {
      float: right; }

.shop-detail div.product div.images {
  margin-bottom: 100px !important; }

.shop-detail .related.products > h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 90px !important;
  text-transform: capitalize;
  text-align: center; }

.shop-detail .woocommerce-tabs {
  margin-bottom: 90px; }
  .shop-detail .woocommerce-tabs ul.tabs {
    padding-left: 0 !important; }
    .shop-detail .woocommerce-tabs ul.tabs::before {
      content: none !important; }
    .shop-detail .woocommerce-tabs ul.tabs li {
      margin-right: 5px !important;
      border-radius: 0 !important;
      padding: 0 !important;
      margin-left: 0 !important;
      background: #fff !important;
      border-color: #ebebeb !important; }
      .shop-detail .woocommerce-tabs ul.tabs li a {
        display: inline-block;
        font-family: "Poppins", sans-serif !important;
        font-weight: 400 !important;
        font-size: 21px !important;
        padding: 15px 33px !important;
        color: #5a596a; }
      .shop-detail .woocommerce-tabs ul.tabs li.active {
        border-radius: 0 !important;
        background: #1490D7 !important;
        border-color: #1490D7 !important;
        color: #fff !important; }
      .shop-detail .woocommerce-tabs ul.tabs li:after, .shop-detail .woocommerce-tabs ul.tabs li::before {
        content: none !important; }
    .shop-detail .woocommerce-tabs ul.tabs .panel {
      border: 0 !important; }
  .shop-detail .woocommerce-tabs .woocommerce-Tabs-panel h2.woocommerce-Reviews-title,
  .shop-detail .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    display: none; }
  .shop-detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews p.stars a {
    color: #FF4E00 !important; }
  .shop-detail .woocommerce-tabs #review_form #respond .form-submit input.submit {
    background: #1490d7;
    color: #fff; }
  .shop-detail .woocommerce-tabs table.shop_attributes td {
    padding-left: 15px !important; }

/** Responsive Mode **/
@media all and (max-width: 991px) {
  .shop-detail div.product div.images {
    margin-bottom: 50px !important; } }

@media all and (max-width: 767px) {
  .shop-detail .woocommerce-tabs ul.tabs li {
    margin-bottom: 10px !important; }
    .shop-detail .woocommerce-tabs ul.tabs li a {
      font-size: 14px !important;
      padding: 7px 21px !important; }
  .shop-detail .related.products > h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 50px !important; } }

@media all and (max-width: 480px) {
  .kalkulate-shop .shop-header-info {
    display: block;
    height: 100px; }
  .kalkulate-shop .woocommerce-ordering,
  .kalkulate-shop .woocommerce-result-count {
    float: none;
    display: block;
    text-align: center; } 
}