/* ========================================
  Author: Widodo
  Version: 5.0
  Design and Developed by: s-widodo.com
======================================== */
/*---------------------------------------------------------------------
Google Fonts
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('icofont.min.css');
/*@import url('font-awesome-animation.min.css');*/
@import url('sw-plugins.css');

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-data:before { content: "\f100"; }
.flaticon-repair:before { content: "\f101"; }
.flaticon-marketing:before { content: "\f102"; }
.flaticon-bullhorn:before { content: "\f103"; }
.flaticon-career:before { content: "\f104"; }
.flaticon-network:before { content: "\f105"; }

/*---------------------------------------------------------------------
General Css
-----------------------------------------------------------------------*/

:focus {outline: 0;}
a{outline:none!important}
*::-moz-selection {background:transparent;color:#e87e04;text-shadow: none}
a, input { -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #222222; outline: none !important; }
a:focus { text-decoration: none !important; }
a:focus, a:hover {text-decoration: none !important;
    color: #e87e04;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-control{
    resize: none;
    padding:3px 10px;
    font-size: 14px;
    border-radius:6px;
    border: 1px solid #ececec;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: none;
    box-shadow:none;
}

.form-group{
  margin-bottom:20px;
}
.form-group label{
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea,select{
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    min-height:35px;
    padding:6px 9px 6px;
    width: 100%;
}

textarea:focus,select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
.form-control:focus{
     -webkit-box-shadow: none;
     box-shadow: none;
}


.sw-button{
    font-size:15px;
    line-height:14px;
    display:inline-block;
    position:relative;
    outline:none!important;
    color:#fff;
    cursor:pointer;
    border:none;
    text-align:center;
    overflow:hidden;
    padding:10px 20px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    border-radius:4px;
    z-index:1
}

.sw-button:hover{
    box-shadow:0 7px 9px rgba(96,94,94,.17)
}
.sw-button::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    border-radius:4px;
    opacity:0;
    transform:scale(0,0);
    z-index:-1;
    -webkit-transition:all .5s ease-out 0s;
    -moz-transition:all .5s ease-out 0s;
    -ms-transition:all .5s ease-out 0s;
    -o-transition:all .5s ease-out 0s;
    transition:all .5s ease-out 0s
}
.sw-button:hover::before{
    background-color:rgba(255,255,255,.2);
    opacity:1;transform:scale(1,1)
}

.btn-default {
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color: #e87e04;

    border:none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-primary:active,
.btn-primary:visited{
  background: #293b5f!important;
  color: #fff!important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

:focus {
  outline: 0;
}

img {
  max-width:100%;
  height:auto
}

h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family:'Poppins', Open Sans, sans-serif;
  font-weight:600;
  line-height: 1.35;
  margin: 0 0 5px;
}
p:last-child {
  margin-bottom: 0;
}
a, button{
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration:none;
  color: #252525;
 }
a::before, img, span, input, .owl-nav > div, .single-blog {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;}
a:focus , *:focus {outline:0px solid}
a:focus {outline: medium none;text-decoration: none;}
a:hover {color:#e87e04;text-decoration: none;}
input:-moz-placeholder, textarea:-moz-placeholder {opacity: 1;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity: 1;}
.fix {overflow:hidden}
.clear{clear: both;}
.clearfix::after {content: "";clear: both;display: table;}
.float-left {float: left;}
.float-right {float: right;}
.nopadding {padding: 0 !important;margin: 0 !important;}

.loader {
  background:url(../img/loader.gif) no-repeat;
  height: 24px;
  width: 160px;
  position: relative;
  display: block;
  background-size:65%;
}

#barloading, #barloading_login{
  display: none;
}

#success, #success_login{
  display: none;
}

#failed, #failed_login{
  display: none;
}


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

body {
  color: #252525;
  font-family: 'Poppins', Open Sans, sans-serif!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  word-wrap:break-word;
  position: relative;
  width: 100%;
  display:block;
  padding:0 auto;
  overflow-x: hidden;
}


.sw-bg-1{
  background: #F9FCFF;
}

.sw-bg-2{
  background:#fff;
}

/* -------------------------------
    CONTAINER
--------------------------------- */
.sw-container-top {
    position: relative;
    padding:130px 0px 0px;
}

.sw-container {
    position: relative;
    padding:30px 0px 0px;
    margin:0px 0px 0px;
}

.sw_container {
    position: relative;
    padding:60px 0px 60px;
    margin:0px 0px 0px;
}


/* ------------------------------------------------
    TITLE
--------------------------------------------------*/
.section-title {
    margin-bottom:20px;
}

.section-title h3{
    color: #333;
    font-size:18px;
    font-weight: 600;
    display: inline-block;
}

.section-title h3 a{
    color: #e87e04;
    font-size:15px;
    font-weight: 600;
    display: inline-block;
}

.section-title .title-sub {
    color: #e87e04;
    text-transform: uppercase;
    font-size:12px;
    font-weight: 600;
    letter-spacing: 0.175em;
    display: inline-block;
}


.section-title .title-main {
    font-weight: 700;
    font-size: 42px;
    position: relative;
    z-index: 2;
    line-height: 1.25em;
    color: #293b5f;
}

.section-title p {
    padding: 0 0px 0px 0px;
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
    line-height: 30px;
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.area-title {
  margin-bottom:70px;
  position: relative;
  z-index: 9;
}

.area-title h2{
  font-size:30px;
  font-weight:600;
  text-align: center;
  position: relative;
  color: #000;
}


.area-title p {
    padding: 0 100px;
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
    line-height: 30px;
    color: #9a9a9a;
}

/* ===========================================
    HEADER
============================================= */
header{
  width:100%;
  z-index:+999;
  position:fixed;
}


.header-top {
  position: relative;
  display:block;
  background-color: #F3F4F5;
  border-bottom: 1px solid #F3F3F3;
  padding: 0px 35px;
  max-height:40px;
}
/* ------------------------------------------------
    NAVBAR CUSTOM
--------------------------------------------------- */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0!important;
}
.navbar-top {
  position: relative;
}
.navbar-top ul{
  padding: 0px;
}

.navbar-top li{
  list-style: none;
  padding: 10px 0px;
  color: #333333;
  display:inline-block;
  margin-right: 10px;
}

.navbar-top li:last-child{
  margin-right: 0px;
}

.navbar-default {
    width: 100%;
    border: none;
    margin: 0 auto;
    padding: 0px;
    background: transparent;
}

.navbar-default .navbar-toggle {
    color:#e87e04;
    border-radius: 0px;
    width:auto;
    float:right;
    margin:8px 0px;
    padding: 0px;
    border: none;
}

.navbar-default .navbar-toggle i {
    font-size:25px;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  color: #e87e04;
  background:transparent;

}

.navbar-default .navbar-collapse {
    border-top: none;
    float: none;
    margin:auto;
    padding:0px;
}

.nav-right{
  float: right!important;
}

.navbar-brand {
    float: left;
    height:auto;
    padding:25px 0px;
    font-size: 18px;
    line-height: 20px;
}

.header-logo-default-sm{
  display: none;
}

.navbar-default .navbar-nav > li{
    padding: 0px 20px 0px 20px;
}


.navbar-default .navbar-nav > li:last-child{
  padding: 0px 0px 0px 20px;
}


.navbar-default .navbar-nav > li > a {
    font-size:14px;
    color:#333333;
    font-weight:400;
    padding:10px 0px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    transition-property: initial;
    transition-duration: 0.4s;
    transition-timing-function: initial;
    transition-delay: initial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   
}

.navbar-default .navbar-nav > li > a:last-child{
    position: relative;
}

.main-navbar-nav li > a i {
  float: right;
  margin-left: 5px;
  line-height: 20px;
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #e87e04!important;
    background:transparent;
}

.navbar-default .navbar-nav > a,
.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > a:focus {
  color:#e87e04!important;
  background:transparent;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #e87e04;
    background:transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #e87e04;
    background:transparent;
}


.main-navbar-nav li > .dropdown-menu {
    border: none;
    background:#fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    padding:10px 10px 10px 10px;
    min-width:210px;
}


.main-navbar-nav li > .dropdown-menu:after {
  bottom: 100%;
  left:20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width:10px;
  margin-left:-10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    margin-left:10px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>.dropdown-menu:after {
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top:7px;
    margin-right:5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#00CCCC;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left:0px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



.main-navbar-nav li > .dropdown-menu >  li > a {
    width: 100%;
    padding:4px 5px 4px 5px;
    margin:1px 0px;
    clear: both;
    color:#9a9a9a;
    border-radius:5px;
    font-size:13px;
    letter-spacing: 1px;
    display: table;
    line-height: 25px;
}


.main-navbar-nav li > .dropdown-menu > li > a:hover,
.main-navbar-nav li > .dropdown-menu > li > a:focus {
    color:#ffffff;
    background:#e87e04;
  }


.navbar-default .navbar-nav a.btn-publish {
    margin:18px 0px 0px 30px;
    padding: 5px 35px;
    height:50px;
    line-height:35px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color: #e87e04;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}

.navbar-default .navbar-nav a.btn-publish:hover{
    background: #293b5f;
    color: #fff!important
}

@media (max-width:1025px) and (min-width:980px){


}

@media (max-width: 991px) and (min-width: 768px){
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left:0px;
      height: auto;
      padding:15px 0px;
      font-size: 18px;
      line-height: 20px;
      margin-top:0px;
  }

  .navbar>.container .navbar-brand img, .navbar>.container-fluid .navbar-brand img {
      height: 30px;
  }

  .navbar-default .navbar-nav > li > a {
      font-size:13px;
      padding:10px 8px 10px;
    }


    .fixed-me.navbar>.container .fixed-me.navbar-brand,
    .fixed-me.navbar>.container-fluid .fixed-me.navbar-brand {
      margin-left:0px;
      height: auto;
      padding:15px 0px;
      font-size: 18px;
      line-height: 20px;
      margin-top:0px;
  }


  .navbar-default .navbar-nav a.btn-publish {
      margin:9px 0px 0px 6px;
      padding:5px 20px;
      height:40px;
      line-height: 30px;
  }

  .fixed-me.navbar-default .navbar-nav a.btn-publish {
      margin:9px 0px 0px 6px;
      padding:5px 20px;
      height:40px;
      line-height: 30px;
  }

}


@media screen and (min-width: 760px) {
    .main-navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;

      }

    .main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
        left: 225px;
        top: 0;
    }
}



@media screen and (max-width:750px) {
  .navbar-default .navbar-collapse {
      padding-left: inherit;
      padding-right: inherit;
      width: 100%;
      margin:auto!important;
      padding: 0px;
  }

  .navbar-default {
    background:transparent;
  }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      padding:7px 0px;
      font-size: 18px;
      line-height: 20px;
      margin-top:0px;
  }
  .navbar-default .navbar-nav a.btn-publish,
  .fixed-me.navbar-default .navbar-nav a.btn-publish{
    display: none;
  }

}

@media (max-width: 700px){
  .nav.navbar-nav {
      float: none;
      margin: 0px;
      background: #fff;
  }

  
.navbar-default .navbar-nav > li{
    padding: 0px 0px 0px 0px;
}


.navbar-default .navbar-nav > li:last-child{
    padding: 0px 0px 0px 0px;
}

  .navbar-default .navbar-nav > li{
       border-bottom: 1px solid rgba(255, 255, 255, 0.1);
       margin: auto!important;
  }


  .navbar-default .navbar-nav > li > a {
      font-size:13px;
      font-weight:500;
      padding:10px 7px 10px 7px!important;
      display:table;
      width: 100%;
      clear: both;
    }


  .main-navbar-nav li > .dropdown-menu >  li{
       border-bottom: 1px solid rgba(255, 255, 255, 0.1);
       margin: auto!important;
  }


  .main-navbar-nav li > .dropdown-menu >  li > a {
      color:#333!important;
      padding:10px 0px 10px 17px!important;
      display: block;
      border:none;
      background: transparent;
      display: table;
  }

  .main-navbar-nav li > .dropdown-menu > li > a:hover,
  .main-navbar-nav li > .dropdown-menu > li > a:focus {
      color:#00CCCC!important;
      border:none;
      background:#eee;
    }

}

/* ----------------------------------------
    HEADER MIDDLE
----------------------------------------------*/
.header-middle{
  display: block;
  background: #ffffff;
  padding:10px 35px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
}


.header-middle .dropdown {
    float: left;
    padding:10px 15px 10px 0px;
}


.header-middle .dropdown>.dropdown-menu {
    border: none;
    background:#fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    padding:10px 10px 10px 10px;
    max-width:300px;
    transition: 0.4s ease-in-out;
}

.header-middle .dropdown> .dropdown-menu:after {
  bottom: 100%;
  left:20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width:10px;
  margin-left:-10px;
}

.header-middle .dropdown .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
    margin-left:10px;
    white-space: nowrap;
    border-radius: 4px;
    border:none;
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 25px 0 rgba(0,0,0,.08);
    padding:10px 10px 10px 10px;
    max-width:300px;
    transition: 0.4s ease-in-out;
}

.header-middle .dropdown .dropdown-submenu>.dropdown-menu:after {
    display: none;
}

.header-middle .dropdown .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.header-middle .dropdown .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top:7px;
    margin-right:5px;
}

.header-middle .dropdown .dropdown-submenu:hover>a:after {
    border-left-color:#fff;
}

.header-middle .dropdown .dropdown-submenu.pull-left {
    float: none;
}

.header-middle .dropdown .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left:0px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.header-middle .dropdown  > .dropdown-menu >  li > a {
    width: 100%;
    padding:4px 5px 4px 5px;
    margin:1px 0px;
    clear: both;
    color:#9a9a9a;
    border-radius:5px;
    font-size:13px;
    display: table;
    line-height: 25px;
}


.header-middle .dropdown-menu > li > a:hover,
.header-middle .dropdown-menu > li > a:focus {
    color:#ffffff;
    background:#e87e04;
  }

.search-container {
    margin-right:30px;
    margin-top: 4px;
}
.search_box {
    position: relative;
    background: #fff;
    border-radius:5px;
    overflow: hidden;
}

.search_box input {
    border: 0;
    background: none;
    width: 100%;
    height:36px;
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 400;
    padding: 0 80px 0 20px;
    border: 1px solid #F3F3F3;
}

.search_box button {
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    background:#f3f4f5;
    width:50px;
    height: 100%;
    color: #b7b7b7;
    font-weight: 500;
    font-size:20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-middle_list{
    position: relative;
}

.header-middle ul.header-middle_list {
    position: relative;
    line-height: 1.6;
    margin:0px 0px;
    color:#727272;
    list-style: none;
    padding: 0px;
    display: inline-flex;
}

.header-middle ul.header-middle_list li{
  padding: 5px 0px;
  margin:0px 20px 0px 0px;
  display:inline-block;
}

.header-middle ul.header-middle_list li:last-child{
  margin:0px 0px 0px 10px;
}

.header-middle ul.header-middle_list li a{
  color:#727272;
  line-height: 35px;
  position: relative;
}

.header-middle ul.header-middle_list> li i {
  margin-right: 10px;
  color:#727272;
  background:#F3F4F5;
  border-radius: 50%;
  height:35px;
  width:35px;
  display:inline-block;
  float: left;
  line-height: 35px;
  font-size:17px;
  text-align:center;
  border:1px solid #F3F3F3;
}

.header-middle ul.header-middle_list li a .cart-item{
  background: #e87e04;
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: -18px;
  top: -16px;
  width: 30px;
  border-radius: 10px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
/*------------------------------------------
  NAVIGATION FOOTER MOBILE
--------------------------------------------*/
  .navbar-footer {
    position:fixed;
    bottom: 0px;
    background: #ffffff;
    z-index:999999;
    display:table;
    width: 100%;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    display: none;
  }

  .navbar-footer ul{
    padding:0px;
    margin:0px;
  }

  .navbar-footer ul li{
    list-style: none;
    padding:10px 15px;
    display: inline-block;
    border-right: solid 1px #eee;
    width:24.5%;
    text-align: center;
    color: #666;
    margin:0px;
  }


  .navbar-footer ul li:first-child {
    float:left;
  }

  .navbar-footer ul li:last-child {
    border-right: 0px;
    float: right;
  }


  .navbar-footer ul li a i{
      font-size:25px;
  }

  .navbar-footer ul li a p{
      font-size:11px;
      color: #666;
      padding:5px 0px 0px;
      line-height: 0px;
    }
/*-------------------------------------------
  SLIDER
--------------------------------------------*/

.sw_slider{
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius:20px;
}


.carousel-control.left,.carousel-control.right {
    background-image:none;
}

.sw_slider .content-slider{
  position:absolute;
  top:20%;
  display: inline-block;
  width: 100%;
  font-family: 'Poppins', Open Sans, sans-serif;
}

.sw_slider .content-slider h3{
    color: #293b5f;
    font-size:60px;
    font-weight:700;
    line-height:1.3em;
    margin-bottom: 25px;
    letter-spacing:-1px;
    font-family: 'Poppins', Open Sans, sans-serif;
}

  .sw_slider .content-slider p{
    font-size: 15px;
  }
  .hero-block-bottom{
    margin: 60px 0px 0px
  }

.hero-block-bottom .btn-call-to {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top:7px;
    margin-left: 30px;
    display: inline-block;
}
.hero-block-bottom .btn-call-to p span {
    color: #293b5f;
    font-size: 21px;
    font-weight: 600;
    display: block;
}

/*---------------------------------------------------
    OWL SLIDER
-----------------------------------------------------*/
.owl-carousel .owl-controls .owl-dot {
  margin-top: 20px;
  display: inline-block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: contents;
    display: inline-block;
}

.owl-carousel .owl-dots {
  position: relative; 
  width: 100%;
  display:content;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #cecece;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #ffffff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; cursor: pointer; 
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #E05915; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #E05915; width: 30px; }

.owl-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}
  .owl-carousel .nav-btn{
      position: relative;
      cursor: pointer;
      height: 40px;
      width: 60px;
      display: inline-block;
  }
 
  .owl-carousel .prev-slide{
     background: url(../img/owl-prev-next.png) no-repeat scroll 2px 0;
  }

  .owl-carousel .next-slide{
      background: url(../img/owl-prev-next.png) no-repeat scroll -60px 0px;
  }

  .owl-carousel .prev-slide:hover{
    background-position: 0px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  .owl-carousel .next-slide:hover{
    background-position: -58px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
/* -------------------------------------------------
    breadcrumbs
---------------------------------------------------*/
.page_head{
    background:#f5f5f5;
    padding:130px 0 20px;
    position: relative;
    display: table;
    width: 100%;
}

.page_head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
}

.page_head h2 {
    font-weight:600;
    margin-bottom: 0;
    margin-top: 10px;
    font-size:30px;
    color:#293b5f;
}


/* Breadcrumbs
====================================*/
.breadcrumbs {
  position: relative;
}

.breadcrumbs ul {
    font-size:14px;
    padding: 18px 0 0;
    font-weight:400;
}

.breadcrumbs ul li {
  display: inline-block;
  color: #727272;
  margin: 0 2px 0 2px;
  }

.breadcrumbs ul li:after {
    font-family: "IcoFont";
    padding: 0 5px 0 5px;
    content: "\eac4";
    color: #727272;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a {
  color:#727272;
}

.breadcrumbs ul li:first-child {
  padding-right: 0; margin-left: 0; }
.breadcrumbs ul li:first-child,
.breadcrumbs ul li:last-child {
  color: #333;}

.breadcrumbs ul li:last-child {
  padding:0; background: none;
}

.breadcrumbs ul li:last-child a:hover,
.breadcrumbs ul li a:hover {
  color:#e87e04;
}


/* ------------------------------------
    SERVICE
---------------------------------------*/
.services-box {
    position: relative;
    display: block;
    margin-bottom:25px;
    min-height: 85px;
    padding:20px;
    border-radius:5px;
    transition: all ease 0.5s 0s;
    background: #ffffff;
    border:solid 1px #eeeeee;
    font-family:'Poppins', Open Sans, sans-serif;
}

.services-box:hover{
    cursor: pointer;
    border-radius: 7px;
    transition: all 1.3s;
    box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;

  }


.services-box  a.readmore{
    position: absolute;
    bottom: -20px;
    right: 0px;
    font-size: 15px;
    text-align: center;
    color: #293b5f;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    opacity: 0;
}


.services-box  a.readmore:hover{
    background: -webkit-linear-gradient(left, #293b5f, #535f7d);
    background: -webkit-gradient(linear, left top, right top, from(#293b5f), to(#535f7d));
    background: linear-gradient(to right, #293b5f, #535f7d);
    color: #fff;
}

.services-box:hover a.readmore{
  opacity: 1;
  right: 10px;
}

.services-title{
  display: inline-block;
  margin-bottom: 10px;
}

.services-title .icon{
  display:inline-block;
  position: relative;
  margin-bottom: 20px;
}

.services-title .icon i {
  margin-right:18px;
  font-size:40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #e87e04
}
 
.services-title i {
  margin-right:18px;
  font-size:40px;
  color: #e87e04;
  float: left;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


.services-box h4 {
  position: relative;
  display: table;
  font-size:17px;
  line-height:20px;
  color: #666666;
  font-weight:600;
}


.services-box p {
  line-height: 22px;
  font-size:14px;
  color: #666666;
}



/*-------------------------------------------------
  STEP MENDAFTAR
--------------------------------------------------- */
.service-setps_container{
  background: #FAFCFF;
  padding:60px 0px;
  margin:50px 0px;
  position: relative;
}
.setps-content-img{
  margin-top:50px;
}

.setps-content{
  position: relative;  
}

.setps-content li{
  cursor: pointer;
  padding: 24px 30px;
  width:auto;
  margin-bottom:5px;
  display:block; 
  -webkit-transition: opacity 0.4s linear,-webkit-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.7;

}
.setps-content li:hover, .setps-content li.active{
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(46,54,78,.1);
  border-radius: 4px;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

}
.setps-content li .step-content-number{
  float: left;
  margin-right: 25px;
}
.setps-content li .step-content-number span{
  color: #e87e04;
  border: 1px solid #e87e04;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  height: 40px;
  position: relative;
}
.step-content-text{
  position: relative;
  overflow:hidden;
}
.step-content-text p{
  font-size:15px;
  color: #666666;
  line-height: 24px;
}
.step-content-text h3{
  font-size: 18px;
  font-weight:600;
  color: #e87e04;
}


/* -----------------------------------------
    SERVICE CARD
--------------------------------------------*/
.service-card_container{
  background: #dfffe1;
  padding:60px 0px;
  margin:50px 0px;
  position: relative;
}

.service-card {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-align: center;
    margin-bottom: 50px;
}

.service-card .service-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.17);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 42px;
    height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 90px;
    background: #e87e04;
}

.bg-zinnwaldite {
    background-color: #eabeab;
}

.service-card .service-title {
    color: #293b5f;
    font-size:20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.service-card  p {
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.pd-t-30 {
    padding-top:30px;
}
/* ----------------------------------------
    ABOUTS US
-------------------------------------------*/

.about-content {
  position: relative;
  z-index: 1;
}
.about-content .quote-icon {
  bottom: 20px;
  position: absolute;
  z-index: -1;
}

.about-content .description-abouts{
  margin: 40px 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.45em;
  color: #727272;
}

.about-content .author-name {
  color: #293b5f;
  font-size: 16px;
  padding-left: 80px;
  position: relative;
}
.about-content .author-name:before {
  background-color: #e87e04;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 60px;
}
.about-content .author-name > span {
  color: #727272;
}

img {
    vertical-align: middle;
    border-style: none;
}



/* ------------------------------------------------
    PRODUCT ITEM
---------------------------------------------------*/
.product-item{
  position: relative;
  display:inline-block;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 2px 10px 0px;
  font-family: 'Poppins', Open Sans, sans-serif;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}


.product-item ul.attribute-list {
    margin: 0;
    position: absolute;
    top: 5px;
    left:0px;
    list-style: none;
    padding: 0px;
    text-transform: uppercase;
    font-weight:400;
    letter-spacing:0px;
    font-size: 12px;
}

.product-item ul.attribute-list li {
    margin-bottom:1px;
    list-style: none;
    padding:5px 0;
    width:70px;
    display: block;
}

.product-item .attribute-list .label-coral {
    color: #ffffff;
    padding:2px 8px;
    display: block;
    background: #f6bb42;
    border-radius: 2px;
}


.product-item .attribute-list .label-hijau{
    color: #ffffff;
    padding:2px 8px;
    display: block;
    background:#e87e04;
    border-radius: 2px;
}
.product-item .attribute-list .label-blue {
    color: #ffffff;
    padding:2px 8px;
    display: block;
    background: #0ca5e8;
    border-radius: 2px;
}


.product-item:hover {
  transform: translateY(-5px);
  cursor: pointer;
  background: #ffffff;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 30px 0px;
}

.product-item figure{
    overflow: hidden;
}


.product-item .desc{
  padding:20px 10px;
}

.product-item .desc h3{
  line-height: 17px;
  min-height: 43px;
}

.product-item .desc h3 a{
  font-size:15px;
  color: #111111;
  line-height:18px;
  font-weight:400;
}

.price_box {
  display: inline-flex;
}

.product-item .desc .price_box span.current_price {
    color: #fd5018;
    font-weight: 600;
    font-size:15px;
    margin-right: 5px;
}

.product-item .desc .price_box span.old_price {
    color: #757575;
    text-decoration: line-through;
    font-weight: 400;
    font-size:14px;
}

.product-item .desc a.btn-cart,
.product-item .desc .btn-cart{
    padding: 5px 20px;
    display:inline-block;
    border-radius: 5px;
    color: #333;
    border:solid 1px #eee;
    margin-top:10px;
}

.product-item .desc a.btn-cart:hover,
.product-item .desc .btn-cart:hover{
    background:#e87e04;
    color: #fff;
    border-color: #e87e04;
}



/* ------------------------------------------------------------
  sorting
------------------------------------------------------*/
.shpo-tool-bar {
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom:20px;
  position: relative;
  display: table;
  width: 100%;
}

.float-left{
  float: left;
}

.float-right{
  float:right;
}

.sort-by, .show-product {
    display: block;
}

.sort-by, .show-product{
  padding: 3px 0; 
}

.sort-by {
  margin-right:30px;
  display: inline-block;
}

.sort-by span, .show-product span {
  color: #5b5b5b;
  font-size: 14px;
  font-weight:500;
  margin-right:10px;
}

.sort-by select, .show-product select {
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #515151;
  font-size:14px;
  font-weight:500;
  padding:5px 7px;
  width:200px;
}

.show-product select {
  background-position: 80% center;
  margin-right: 5px;
  min-width: 55px;
}

.sort-by select option, .show-product select option{
  padding: 2px 5px;
}
.showing-pro {
  margin: 7px 0;
  line-height: 27px;
  text-align: right;
}
.showing-pro span{position: relative;}

/*----------------------------------------------
    SINGGLE PRODUCT
------------------------------------------------*/
.sw-singgle-product{
  position: relative;
  background:#ffffff;
  padding:30px 0px;
}

.sw-singgle-product figure {
    max-height: 454px;
    width: auto;
    overflow: hidden;
}

.sw-product-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sw-product-info a h3.product_title {
  font-size:25px;
  line-height: 25px;
  color: #333;
  font-weight: 600;
}

.sw-product-info a h3.product_title:hover{
  color: #e87e04;
}

.product_price {
  margin:20px 0 20px;
}

.product_price-value {
  color:#e87e04;
  font-size:25px;
  font-weight: 600;
}

.product_price-old {
  color: #c8c8c8;
  font-size: 16px;
  margin: 0 10px 0 0px;
  text-decoration: line-through;
}

.sw-product-info .label-discount {
    background:#e87e04;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
}

.product_data{
    margin:10px 0 13px;
}

.product_data ul{
  padding: 0px;
  padding: 0px;
}

.product_data li{
  list-style: none;
  position: relative;
  margin:15px 0px;
  color: #333;
}

.product_data li p{
  width: 100px;
  display: inline-block;
}

.product_data li span{
  color: #999;
}


.product_data-count{
  position: relative;
  display:table;
  width: 100%;
}

.product_data-count p {
  float: left;
  color: #333;
  line-height:30px;
  width: 105px;
}
.product_data-count p span{
  float: right;
  padding:0px 2px;
}

.product_data-count .input-group {
    position: relative;
    float: left;
    border-collapse: separate;
    width:130px;
    text-align: center;
    margin-left: 3px;
}

.product_data-count  .input-group .form-control {
  text-align: center;
}

.product_data-count .btn-count{
  background: #fff;
  border-color: #eee;
  height:35px;
}


.product_data-tags{
    position: relative;
    display:inline-flex;
    margin: 0px 0px 0px 20px;
}

.product_data-tags h3 {
  font-size: 17px;
  color: #444444;
  font-weight: 500;
  margin-right:10px;
  line-height: 40px;
  float: left;
  display: inline-block;
}

.product_data-tags ul{
  padding: 0px;
  margin: 0px;
}

.product_data-tags li{
    list-style: none;
    margin: 8px 0px;
    display: inline-block;
}

.product_data-tags li a{
    float: left;
    background:#cccccc;
    color: #333333;
    padding:2px 10px;
    font-size: 14px;
    font-weight:300;
    margin-right: 5px;
}

.product_data-tags li a:hover{
  color: #ffffff;
  background: #e87e04;
}

.product_desc {
  position: relative;
  display: block;
}

.product_desc p{
   font-size: 15px;
   line-height: 25px;
}

.product_button{
  margin:20px 0px 10px;
  padding: 10px 0px;
  border-top:solid 1px #eee;
}

a.btn-add-cart, .btn-add-cart{
    font-size: 14px;
    padding: 13px 20px;
    margin-top: 8px;
    border-radius:5px;
    letter-spacing: 0px;
    font-weight:500;
    color: #ffffff;
    background: #fa591d;
    border:none;
}

a.btn-add-cart:hover, a.btn-add-cart:focus,
.btn-add-cart:hover, .btn-add-cart:focus{
  color: #fff;
  background:#ef4d11;
}

.Add_whatsApp{
    font-size: 14px;
    padding: 13px 20px;
    margin-top: 8px;
    border-radius:5px;
    letter-spacing: 0px;
    font-weight:500;
    border:none;
}

/*--- Social Media Share --*/
.wrapper-share{
  display: block;
  position: relative;
}
.product-social-share {
  position: relative;
  margin-top:20px;
  padding: 10px 0px 0px;
  display:inline-block;
}

.product-social-share h3{
  font-size: 17px;
  color: #444444;
  font-weight:500;
  margin-right:10px;
  line-height: 40px;
  float: left;
}

.product-social-share ul {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
}

.product-social-share li{
  list-style: none;
}

.product-social-share li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right:10px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  color: #727272;
}

.product-social-share li a:hover{
  color: #ffffff;
  background: #e87e04;     
} 


.sw-product-details{
  position: relative;
  background: #fff;
  margin:20px 0px 0px;
}

.sw-product-details .nav-tabs {
    border-bottom: 1px solid #F6F6F6;
}

.sw-product-details .nav-tabs>li>a {
    border-radius:0px;
    padding: 15px 35px;
    text-align: center;
    border-top:none;
    border-left: none;
    border-right: none;
    border-bottom:solid 1px #f6f6f6;
    font-size:16px;
}
.sw-product-details .nav-tabs>li>a:hover{
  background: #eee;
}
.sw-product-details .nav-tabs>li.active>a,
.sw-product-details .nav-tabs>li.active>a:focus,
.sw-product-details .nav-tabs>li.active>a:hover {
    color: #e87e04;
    cursor: default;
    background-color:#eeeeee;
    border:none;
    border-bottom:solid 1px #e87e04;
}

.sw-product-details .tab-content {
  padding:25px 0px;
  display: table;
  width: 100%;
}

.sw-product-details .tab-content>.active {
    display: table;
    width: 100%;
}

.sw-product-details .tab-content h3{
  font-size: 17px;
  color: #333;
  font-weight:600;
}
.sw-product-details .tab-content star-rating{
  padding: 0px!important;
}

.sw-product-details .tab-content  .entry_content {
    overflow: hidden;
    padding-bottom: 0;
    font-family:'Rubik', Open Sans, sans-serif;
}

.sw-product-details .tab-content  .entry_content .video {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.sw-product-details .tab-content  .entry_content .video iframe, .video object, .video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.sw-product-details .tab-content  .entry_content .table{
  max-width: 100%;
  height: auto;
}

.sw-product-details .tab-content  .entry_content img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.sw-product-details .tab-content  .entry_content img:hover{
    opacity: 0.8;
}

.sw-product-details .tab-content  .entry_content a{
  color: #000;
  text-decoration: none;
}

.sw-product-details .tab-content  .entry_content a:hover{
    color:#FE86AD;
}

.sw-product-details .tab-content  .entry_content p{
    font-size:15px;
    line-height:27px;
    color:#222;
}

.sw-product-details .tab-content  .entry_content ul{
  padding: 0px;
  margin:15px 0px 15px 20px;
}

.sw-product-details .tab-content  .entry_content ul li,
article.singgle-article.entry_content ol li{
  font-size:15px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 10px;
}

.sw-product-details .tab-content  .entry_content ul li:before,
article.singgle-article.entry_content ol li:before {
    content: "\f00c";
    font-family:FontAwesome;
    width: 20px;
    height:20px;
    line-height:20px;
    display:inline-block;
    text-align: center;
    background: #FE86AD none repeat scroll 0 0;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 11px;
    margin-right:15px;
}

.sw-product-details .tab-content  .entry_content blockquote {
    margin:25px 0px 20px 25px;
    text-align:left;
    font-size: 16px;
    color: #222222;
    font-style: italic;
    letter-spacing: 1.1px;
    line-height: 30px;
    position: relative;
    padding:0px 30px 0px 40px;
    border-left:solid 2px #FE86AD;

}

.sw-product-details .tab-content  .entry_content blockquote:before {
    content: "\f10e";
    font-family:FontAwesome;
    font-size:70px;
    color: #FE86AD;
    background-color: #ffffff;
    border: 2px solid #FE86AD;
    border-radius: 50%;
    color:#FE86AD;
    font-size: 16px;
    height: 35px;
    left: -18px;
    line-height: 32px;
    margin-top: -17px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;

}

.sw-product-details .tab-content  .entry_content .product_btn-details{
  position: relative;
  padding:10px 0px 0px;
  margin-top: 20px;
  border-top: solid 1px #eee;
}

.sw-product-details .tab-content  .entry_content .product_btn-details .btn-details{
    font-size: 14px;
    padding: 13px 20px;
    margin-top: 8px;
    border-radius: 5px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #ffffff;
    background: #fa591d;
    border: none;
}

.sw-product-details .tab-content .entry_content .product_btn-details .btn-details:hover,
.sw-product-details .tab-content .entry_content .product_btn-details .btn-details:focus{
  color: #fff;
  background:#ef4d11;
}

/*--------------------------------------------
    TESTIMONIALS
------------------------------------------------*/
.shadow-effect {
        background: -webkit-linear-gradient(left, #fd7f83, #f2a78f);
        background: -webkit-gradient(linear, left top, right top, from(#fd7f83), to(#f2a78f));
        background: linear-gradient(to right, #fd7f83, #f2a78f);
        padding: 20px;
        border-radius: 4px;
        text-align: center;
        box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
        font-family: 'Poppins', Open Sans, sans-serif;
        height: auto;
    }

    #customers-testimonials .shadow-effect p {
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: normal;
        line-height:25px;
        color: #fff;
        padding: 0px 0px 20px 0px
    }
    .testimonial-name {
        margin: -25px auto 0;
        display: table;
        width: auto;
        background: #3190E7;
        padding:7px 35px;
        text-align: center;
        color: #fff;
        height:45px;
        line-height: 35px;
        border-radius: 50px 0px 50px 50px;
        letter-spacing: -0.02em;
        color: white;
        background-color: #e87e04;
        -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
        box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
    }
    #customers-testimonials .item {
        text-align: center;
        padding:0px;
        margin-bottom:80px;
        opacity: .1;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
    }
    .owl-carousel .img-avatar img {
        transform-style: preserve-3d;
        max-width: 90px;
        margin: 0 auto 17px;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
    #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background:#e87e04;
        transform: translate3d(0px, -50%, 0px) scale(0.7);
    }
    #customers-testimonials.owl-carousel .owl-dots{
      display: inline-block;
      width: 100%;
      text-align: center;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot{
      display: inline-block;
    }
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        background: #eee;
        display: inline-block;
        height: 20px;
        margin: 0 2px 5px;
        transform: translate3d(0px, -50%, 0px) scale(0.3);
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 20px;
    }



/* ----------------------------------------
  SERVICE DETAILS
-------------------------------------------*/
.sw-service-details{
  margin: 20px 0px;
  position: relative;
}

.sw-service-details-title p{
  color:#E05915;
  text-transform: uppercase;
}

.sw-service-details-title h3{
    font-size:40px;
    color: #222222;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    line-height:50px;
    padding:0px;
    margin: 0px;
}

.sw-service-details-title .sw-service-details-title-border{
    border-bottom: 3px solid;
    width: 40px;
    padding-top: 15px;
    border-color: #E05915;
}

.sw-service-details .sw-service-details-body{
    margin-top: 20px;
    padding-right: 30px;
}

.sw-service-details-img .images{
  margin-top:50px;
}

.sw-service-details .sw-service-details-body p{
  font-size:15px;
  line-height:27px;
  color: #333;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}


.sw-service-details .sw-service-details-body ul{
  padding: 0px;
  margin:0px 0px 20px 0px;
}

.sw-service-details .sw-service-details-body  li{
  list-style: none;
  padding:10px 0px 0px 20px;
}

.sw-service-details .sw-service-details-body li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin: 0 0px 0 0px;
    display: inline-block;
    float: left;
    margin-left: -19px;
    color: #E74C3C;
    font-size: 20px;
    padding-right: 10px;
    height: 30px;
}


.sw-service-details .sw-service-details-img{
  position: relative;
}



/* -------------------------------------------
    TEAM
---------------------------------------------- */

.team_work{ 
   float:left; 
   width:100%; 
   text-align:center; 
   margin: 0 0 28px;
}
.team_work figure{
   display:inline-block;
   margin-bottom: 15px;
}
.team_work img{ 
    width: 100%;
}
.team_work h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.team_work h3 a{
  text-decoration:none;
  color:#2a2a2a;
}
.team_work h3 a:hover{
  color:#337ab7;
}
.team_work p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.team_work ul.follow-us{
  margin:20px 0 0;
  padding: 0px;
}
.team_work .follow-us li{ 
  display:inline-block; 
  width:auto; 
  margin:0 5px;
}
.team_work .follow-us li a{ 
   font-size:24px; 
   color:#767676;
}

.team_work .follow-us li a:hover{ 
   color:#e87e04;
}


/*==============================================
        BLOG POSTS
===============================================*/
.single-post-item {
    padding-left: 60px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}

.single-post-item ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-post-item .post-top-meta img {
    border: 1px solid #e7eaff;
    border-radius: 50%;
    height: 40px;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 0;
    width: 40px;
}

.single-post-item .meta-comment-tag {
    font-size: 14px;
}

.single-post-item .meta-comment-tag ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-post-item .meta-comment-tag ul li {
    display: inline-block;
    margin-left: 30px;
}

.single-post-item .meta-comment-tag ul li a {
    display: inline-block;
    margin-left: 5px;
    color:#636363;
    font-size: 14px;
    font-weight:400;
}

.single-post-item .post-top-meta {
    margin-bottom:20px;
}

.single-post-item .post-top-meta > div {
    display: inline-block;
}

.meta-comment-tag {
    font-weight: 300;
}

.post-date-and-category {
    border-top: 1px solid #e7eaff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    padding-top: 30px;
}

.post-date-and-category ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-date-and-category ul li {
    display: inline-block;
    margin-right: 30px;
}

.post-date-and-category ul li a {
    margin-left: 5px;
    color:#7B8697;
    font-size: 14px;
    font-weight:400;
}

.single-post-item .post-top-meta .post-author a{
    color:#7B8697;
    font-size: 14px;
    font-weight:400;
}

.single-post-item h2 a {
    color: #293b5f;
    font-size:28px;
}

.single-post-item .post-top-meta .post-author a:hover,
.single-post-item h2 a:hover {
    color: #e87e04;
}

.post-social-share-and-like-count .like-count a {
    border: 1px solid;
    border-radius: 50%;
    color: #e87e04;
    display: block;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
}

.post-social-share-and-like-count .like-count a:hover {
    background: #e87e04 none repeat scroll 0 0;
    border-color: #e87e04;
    color: #ffffff;
}

.post-social-share-and-like-count .like-count {
    margin-bottom: 10px;
    text-align: center;
}

.post-social-share-and-like-count {
    left: 0;
    position: absolute;
    top: 0;
}

.post-social-share-and-like-count ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-social-share-and-like-count ul li {
    display: block;
}

.post-social-share-and-like-count ul li a {
    border-radius: 50%;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
    font-size: 15px;
    line-height:25px;
}

.post-social-share-and-like-count ul li a.facebook {
    color: #3b5999;
}

.post-social-share-and-like-count ul li a.twitter {
    color: #55acee;
}

.post-social-share-and-like-count ul li a.whatsapp {
    color: #3a9e3c;
}

.post-social-share-and-like-count ul li a.line {
    color: #0ab90d;
}

.post-social-share-and-like-count ul li a:hover {
    background: #e87e04 none repeat scroll 0 0;
    -webkit-box-shadow: 0 16px 32px rgba(83, 104, 253, .2);
    box-shadow: 0 16px 32px rgba(83, 104, 253, .2);
    color: #ffffff;
}

.single-post-item .post-media {
    margin-bottom:25px;
    position: relative;
}

.single-post-item .post-details {
    padding-left:40px;
    position: relative;
}


article.single-post-item .post-details {
    padding-left:0px;
    position: relative;
}


.single-post-item .post-details::before {
    background: #fff1f2 none repeat scroll 0 0;
    content: "";
    height: 156px;
    left: 0;
    position: absolute;
    top: 100px;
    width: 2px;
}

.single-post-item .post-details::after {
    background: #e87e04 none repeat scroll 0 0;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 100px;
    width: 2px;
}

.post-title {
  font-size: 36px;
  margin-bottom: 25px;
  line-height: 36px;
}

.single-post-item .post-details p{
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #7B8697;
}


/*------------------------------------------
    Pagination
--------------------------------------------*/
.pagination {
  margin-top:50px;
  text-align: center;
}


.pagination>li:last-child>a, .pagination>li>span,
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-right:15px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left:15px;
}

.pagination>li>a, .pagination>li.active> span,
.pagination>li:last-child>a, .pagination>li:last-child>span,
.pagination>li:first-child>a, .pagination>li:first-child>span {
  width: 45px;
  height:45px;
  line-height: 45px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  color: #676767;
  font-weight: 500;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  background-color: #FFFFFF;
  border: 0px;
}

.pagination>li>a:hover{
    color: #fff;
    background:#e87e04!important;
}

.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>li.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background: #e87e04!important;
}



/*--------------------------
    SINGLE POST DETAILS
---------------------------*/
.single .single-post-item{
    padding-left: 0;
}
.single .post-details:before,
.single .post-details:after{
    display: none;
}

.single .post-details {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
}

.single .post-details .post-title {
    font-size: 36px;
    margin-bottom:20px;
    line-height: 30px;
}

.single .post-details p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    color: #222;
    font-weight:400;
}

.single .post-details .entry_content p:last-of-type {
    margin-bottom: 0;
}

.single .post-details .entry_content img {
    margin-bottom: 30px;
}



.post-details .entry_content blockquote {
    border-radius: 10px;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-top: 31px;
    position: relative;
    text-align: center;
    background: #f3f5ff url("../img/quote_bg.png") no-repeat scroll 95% center;
    border: 0 none;
    margin: 50px 0;
    padding:40px;
}

.post-details .entry_content blockquote h2 {
    letter-spacing: 1px;
    font-size: 17px;
    color: #222;
    line-height: 1.6;
    margin-top: 20px;
    text-transform: capitalize;
}
.post-details .entry_content blockquote p {
    letter-spacing: 1px;
    font-size: 17px;
    color: #222;
    line-height: 1.6;
    margin-top: 20px;
    font-weight: 400;
}


article .post-details .entry_content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    color: #222;
    font-weight:400;
}

article .post-details .entry_content .video {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

article .post-details .entry_content .video iframe,
article .post-details .entry_content .video .video object,
article .post-details .entry_content .video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


article .post-details .entry_content .table,
article .post-details .entry_content table{
  max-width: 100%;
  height: auto;
}

.post-bottom-meta {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.post-bottom-meta h4{
    font-size: 17px;
}

.post-share {
    float: right;
    text-align: right;
}

.post-tags {
    float: left;
}

.post-share h4,
.post-share ul,
.post-tags h4,
.post-tags ul {
    display: block;
}

.post-share h4,
.post-tags h4 {
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: block;
}

.post-share li,
.post-tags li {
    display: inline-block;
}

.post-share li a {
    display: block;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    width: 35px;
    color: #b5becc;
    margin-left: 10px;
    text-align: center;
    width: 30px;
}

.post-share li a:hover {
    color: #111111;
}

.post-tags li a {
    display: block;
    font-size: 14px;
    margin-right: 5px;
}

.post-tags li a:hover{
  color: #e87e04;
}


/*---------------------------
    SINGLE POST NAVGATION
-----------------------------*/
.single-post-navigation {
    border: 1px solid #E7E1FF;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.single-post-navigation-center-grid {
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.single-post-navigation-center-grid a {
    color: #f0f1ff;
}

.single-post-navigation-center-grid a:hover,
.single-post-navigation-center-grid a:focus {
    color: #e87e04;
}

.prev-post {
    float: left;
    max-width: 50%;
}

.next-post {
    float: right;
    text-align: right;
    max-width: 50%;
}

.prev-post a,
.next-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.next-post .arrow-link,
.prev-post .arrow-link {
    position: absolute;
}

.next-post .arrow-link {
    left: 0;
    top: 50%;
}

.prev-post .arrow-link,
.next-post .arrow-link {
    left: 0;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.post-pagination h3 {
    line-height: 1;
    margin: 5px 0 0;
}
.next-post .arrow-link {
    left: auto;
    right: 0;
}

.prev-post:hover .arrow-link {
    opacity: 1;
}

.next-post:hover .arrow-link {
    opacity: 1;
}

.title-with-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.title-with-link span {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title-with-link h3{
  font-size:16px;
  font-weight: 500;
}

.prev-post:hover a .title-with-link {
    -webkit-transform: translateX(-30px);
    transform: translateX(30px);
}

.next-post:hover a .title-with-link {
    -webkit-transform: translateX(30px);
    transform: translateX(-30px);
}


/*-----------------------------------------
    RELATED
-------------------------------------------*/
.related-post-warapper{
    border-bottom: 1px solid #e1e6ff;
    margin-top:40px;
}

.sw-related-grid {
    margin:0px 0px 0px;  
    position: relative;
    background: #fff;
}

.sw-related-grid figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.sw-related-grid figure img{
  width: 100%;
  margin-bottom: 0px!important;
}

.sw-related-grid figure {
  position: relative;
}


.sw-related-grid:hover img{
  transform: scale(1.1);
  transition: all .5s;
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sw-related-grid .content {
    padding:10px 0px;
    background: #fff;
}

.sw-related-grid .content h3{
  line-height: 22px;
}

.sw-related-grid .content h3 a{
    font-size: 14px;
    line-height:22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.sw-related-grid .content h3 a:hover{
  color:#e87e04
}

.sw-related-grid .post-meta {
    font-size: 12px;
    line-height:20px;
    color:#898c90;
    position: relative;
}


/*-------------------------------------------
  COMMENT 
--------------------------------------------- */
article .comment-area {
    margin-top:20px
}
article .comment-area h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding:30px 0px 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e6ff;
}

article .comment-area .comment-area-body {
    padding: 20px 0px;
}


/*-------------------------------------------------
  SEDIEBAR
--------------------------------------------------*/
.sidebar-wrapper {
    padding-right: 0px;
    padding-left:20px;
}

.sidebar-wrapper-product {
    padding-right:30px;
    padding-left:0px;
}
.sidebar {
  background: #fff;
  min-height: 100px;
  margin-bottom:35px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  background-color: #FFFFFF;
}


.sidebar .sw-title {
    margin-bottom: 0;
    padding:30px 30px 15px 30px;

}

.sidebar > .sw-title h3{
    font-family: 'Poppins', Open Sans, sans-serif;
    font-size:17px;
    font-weight:500;
    position: relative;
}

.border-divider {
    height: 4px;
    width: 30px;
    display: inline-block;
    background-color: #e87e04;
    border-radius: 2px;
    position: relative;
    margin-left: 27px;
}

.border-divider:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #e87e04;
    -webkit-box-shadow: 9px 0px 0px 0px #e87e04, 18px 0px 0px 0px #e87e04;
    box-shadow: 9px 0px 0px 0px #e87e04, 18px 0px 0px 0px #e87e04;
}
.sidebar > .sidebar-body{
  padding:10px 25px 25px 25px;
  position: relative;
  display: table;
  width: 100%;
  font-size: 15px;
}

.sidebar > .sidebar-body > ul {
  margin: auto;
  padding: 0px;
}

.sidebar > .sidebar-body > ul li {
  display: block;
  overflow: hidden;
  margin-bottom:20px;
}

.sidebar > .sidebar-body > ul li .post-thumb {
  display: block;
  float: left;
  margin-right:10px;
  position: relative;
  width: 65px;
  overflow: hidden;
}

.sidebar > .sidebar-body > ul li .post-thumb img{
  height: 65px;
  width:65px;
}

.sidebar > .sidebar-body > ul li .post-info {
  margin-top: 5px;
}

.sidebar > .sidebar-body > ul li .post-info a {
  display: block;
  font-size: 14px;
  color: #111111;
  font-weight:400;
  margin-bottom:3px;
}

.sidebar > .sidebar-body > ul li .post-info a:hover {
  color:#e87e04;
}

.sidebar > .sidebar-body > ul li .post-info span {
  font-size: 12px;
  color:#888888;
  font-weight:400;
}


/* -------------------------------------
    SEARCH
----------------------------------------*/
.sidebar-search {
  background: #f7f8fd;
  margin-bottom:20px;
}

.sidebar-search input{
  border-radius:2px;
  height: 40px;
  background:#f7f8fd;
  border:none;
  overflow: hidden;
}

.sidebar-search .btn-search{
  background:none;
  color: #333333;
  height: 40px;
  box-shadow:none;
  border-radius:0px;
  border:none;
}


/* -------------------------------------
  CATEGORY
---------------------------------------- */
.sidebar > .category{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.sidebar > .sidebar-body > .category > ul{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}
.sidebar > .sidebar-body > .category > ul > li {
  padding:10px 0;
  position: relative;
  list-style: none;
  display:table;
  width: 100%
}

.sidebar > .sidebar-body > .category > ul > li:before,
.sidebar > .sidebar-body > .category > ul > li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #d7d7d7;
    border-radius: 50%;
    margin-right: 7px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar > .sidebar-body > .category > ul > li:last-child{
  border-bottom: 0px;
}

.sidebar > .sidebar-body > .category > ul > li:first-child{
  padding:0px 0px 10px 0px;
}


.sidebar > .sidebar-body > .category > ul > li span{
  float:right;
  position: relative;
  padding:0px 7px;
  height: 20px;
  font-size:14px;

}

.sidebar > .sidebar-body > .category > ul > li > a {
  color: #111111;
  font-size:15px;
  font-weight:300;
  text-transform:capitalize;
  text-decoration: none;
}

.sidebar > .sidebar-body > .category > ul > li > a i{
  margin-right: 5px;
  color: #919191;
}

.sidebar > .sidebar-body > .category > ul > li > a:hover{
  position: relative;
}

.sidebar > .sidebar-body > .category > ul > li:hover:before{
  background-color:#e87e04;
}

/* ------------------------------------------------
  TAGS
--------------------------------------------------- */
.sidebar > .sidebar-body > .tags{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.sidebar > .sidebar-body > .tags > ul{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.sidebar > .sidebar-body > .tags > ul > li {
  list-style: none;
  display: inline-block;
  margin:2px 2px;
}

.sidebar > .sidebar-body > .tags > ul > li > a {
  padding:7px 10px;
  font-size: 12px;
  margin-bottom: 4px;
  color:#111111;
  font-weight: 500;
  display: inline-block;
  background: #ffffff;
  border-radius:5px;
  border:1px solid #e7e7e7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar > .sidebar-body > .tags > ul > li > a:hover{
  color: #fff;
  background:#e87e04;
  border-color: #e87e04;
}




/*------------------------------------
    PAYMENT
  ---------------------------------------*/

.sidebar > .sidebar-body > .shipping-payment-logo {
    padding: 0 !important;
}

.sidebar > .sidebar-body > .shipping-payment-logo li {
    display: inline-block;
    width:80px;
    margin: 5px;
    padding:8px 5px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 2px;
}

.sidebar > .sidebar-body .shipping-payment-logo .sprites-bg {
  background-image: url(../img/sprites-bg.png);
  background-repeat: no-repeat;
  width: 66px;
  height: 25px;
  display: block;
}

.sidebar > .sidebar-body .sprites-bg.sprites-bg-mandiri {
    background-position: 0px -2px;
}

.sidebar > .sidebar-body .sprites-bg.sprites-bg-mandiri-sy {
    background-position: -66.5px -2px;
}


.sidebar > .sidebar-body .sprites-bg.sprites-bg-gopay {
  background-position: -134px -2px;
}

.sidebar > .sidebar-body .sprites-bg.sprites-bg-jne {
    background-position: 0px 10px;
}

.sidebar > .sidebar-body  .sprites-bg.sprites-bg-jne {
      background-position: 4px -30px;
}

.sidebar > .sidebar-body .sprites-bg.sprites-bg-jnt {
    background-position: -66.5px -30px;
}

.sidebar > .sidebar-body .sprites-bg.sprites-bg-pos {
  background-position: -134px -30px;
}

/* -------------------------------------
    ADVERTISING
----------------------------------------*/
.sidebar > .sidebar-body > .adertising {
  position: relative;
  text-align: center;
  max-width: 100%;
  margin-top: 15px;
}

.sidebar > .sidebar-body > .adertising a{
  margin-bottom: 20px;
}

.sidebar > .sidebar-body > .adertising a:last-child{
  margin-bottom: 0px;
}

.sidebar > .sidebar-body > .adertising img{
  max-width: 100%;
}

.sidebar > .sidebar-body > .adertising_google{
  width: 336px; height: 280px;
}

@media (max-width:450px) {
.sidebar > .sidebar-body > .adertising_google {
  width: 300px;
  max-width: 100%;
  height: 250px;
  }
}



/* -------------------------------------------------
    CHECK OUT
----------------------------------------------------*/
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 2px 10px 0px;
  border:1px solid #f4f4f4;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  display: inline-block;
  font-size: 17px;
  padding: 5px 5px;
  margin: 0;
  line-height: 1;
  font-size: 15px;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title a{
  color: #e87e04;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 15px;
}

.box-body > ul{
  padding: 0px;
  margin: 0px;
}

.box-body > ul.checkout_list{
    position: relative;
    display:block;
}

.box-body > ul.checkout_list li{
  display: block;
  overflow: hidden;
  padding:20px 0px;
  border-bottom: solid 1px #eeeeee;
}
.box-body > ul.checkout_list li:first-child{
  padding:0px 0px 20px;
}

.box-body > ul.checkout_list li:last-child{
  border-bottom: 0px;
  padding:20px 0px 0px;
}

.box-body > ul.checkout_list > li .checkout__lis__thumb {
  display: block;
  float: left;
  margin-right:15px;
  position: relative;
  width:80px;
  overflow: hidden;
}

.box-body > ul.checkout_list > li .checkout__lis__info {
  margin-top: 5px;
  float: left;
}

.box-body > ul.checkout_list > li .checkout__lis__info h3{
  font-size: 15px;
  color: #333333;
  font-weight:600;
}

.box-body > ul.checkout_list > li > .checkout__lis__info > .checkout__list__price{
  color: #333333;
  font-size: 14px;;
}

.box-body > ul.checkout_list > li > .checkout__lis__info .checkout__list__price span.price__value {
  color:#e87e04;
  font-size:14px;
}

.box-body > ul.checkout_list > li > .checkout__lis__info .checkout__list__price span.price__old {
  color: #a1a1a1;
  font-size:14px;
  margin: 0 10px 0 0px;
  text-decoration: line-through;
  margin-left: 10px;
}


.box-body > ul.checkout_list > li .checkout__lis__count {
  float: right;
  margin-top: 5px;
}

.box-body > ul.checkout_list > li .checkout__lis__count > .form-group {
  position: relative;
  display:flex;
  border-collapse: separate;
  text-align: center;
}

.box-body > ul.checkout_list > li .checkout__lis__count > .form-group input{
  width:50px;
}

.box-body > ul.checkout_list > li .checkout__lis__count > .input-group .form-control {
    text-align: center;
}
.box-body > ul.checkout_list > li .checkout__lis__count > .form-group > .checkout__lis__count__remove{
  background:none;
  border:none;
  box-shadow:none;
  font-size: 18px;
  margin-left: 10px;
  color: #ff5151;
}

.box-body > ul.checkout_list > li .checkout__lis__count .btn-count{
  background: #fff;
  border-color: #eee;
  height:35px;
}


.box-body >  .checkout_list_details > ul{
  padding:0px;
  list-style: none;
  margin: 0 auto;
}
.box-body >  .checkout_list_details > ul > li {
  padding:6px 0;
  position: relative;
  list-style: none;
  display:table;
  width: 100%;
  font-size: 14px;
}

.box-body >  .checkout_list_details > ul > li > p{
  float: right;
  padding: 0px;
  margin: 0px;
}

.box-body >  .checkout_list_details > ul > li > p #total{
    font-weight:500;
}



.box-body > .btn-checkout-submit{
  padding: 15px 40px;
  font-size: 16px;
}



/*------------------- Shipment list ------------------------ */
.sw_shipment_list {
  display:none;
  width: 100%;
  text-align: center;
}
.sw_shipment_list ul {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.sw_shipment_list ul li{
  list-style: none;
  margin: 0px 6px 10px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.sw_shipment_list ul li:hover{
  cursor: pointer;
}

.sw_shipment_list input[type=radio]{
  width: 100%;
  height: 50px;
  padding:5px;
  position: absolute;
  left: 0;
  opacity:0;
}
.sw_shipment_list ul li label{
   border:solid 1px #eee;
  border-radius: 4px;
  background: #ffffff;
  font-weight:500;
  width: 100%;
  padding:0px;
  margin:0px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.sw_shipment_list ul li .layanan:checked + label {
    border:solid 1px #e87e04;
    color:  #e87e04;
    -moz-box-shadow: 0 0 6px 2px rgba(66,181,73,0.3);
    -webkit-box-shadow: 0 0 6px 2px rgba(66,181,73,0.3);
    box-shadow: 0 0 6px 2px rgba(66,181,73,0.3);

}

.sw_shipment_list ul li label input{float: left;}

.sw_shipment_list ul li label .images {
  float: left;
  width: 70px;
  height: 50px;
  margin-right: 10px;
  padding: 0px;
}

.sw_shipment_list ul li label .images img {
  width: auto;
  height: 45px;
  margin-top:1.5px;
}

.sw_shipment_list ul li label .info {
  margin: 2px 5px 2px 10px;
  float: left;
}

.sw_shipment_list ul li label .info p{
  font-size: 12px;
  line-height: 16px;
  padding: 0px;
  margin: 0 auto;
  font-weight: 400;
  color: #333333;
}
/*--------------------------------------------------
  CONTACT pages
---------------------------------------------------*/
.google-map iframe{
  width: 100%;
  margin:auto;
}


.contact-box  h3{
  color: #333;
  font-size:20px;
  font-weight: 600;
  padding: 0px;
  margin-bottom:35px;
}


.address .address-items h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  margin-bottom: 10px;
}

.address {
  padding-left: 25px;
}

.address-items ul.info{
  list-style:none;
  padding: 0px;
}
.address-items .info li .icon, 
.address-items .info li span {
  display: table-cell;
  vertical-align: top;
}

.address-items .info li i {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333333;
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 15px;
  text-align: center;
  width: 50px;
}

.address-items .info li span {
  padding-left: 15px;
  padding-top:5px;
}

.google-maps iframe {
  height: 300px;
  margin-bottom: -8px;
  width: 100%;
}

.address ul.social{
  list-style: none;
  padding: 0px;
}
.address .social li {
  display: inline-block;
}

.address .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.address .social li.twitter a {
  background-color: #00b6f1;
}

.address .social li.pinterest a {
  background-color: #bd081c;
}

.address .social li.facebook a {
  background-color: #3b5998;
}

.address .social li.g-plus a {
  background-color: #df4a32;
}

.address .social li.vimeo a {
  background-color: #1ab7ea;
}

.address .social li.instagram a {
  background-color: #cd486b;
}

.contact-form img {
  margin-left: 10px;
}

.address-items .info li {
  margin-bottom: 30px;
}




/* ---------------------------------------------
    FORM KONTAK
---------------------------------------------*/
.form-contact-row {
  margin:10px 0px;
}

.form-contact-row input[type=text],
.form-contact-row input[type=email], .form-contact-row textarea,
.form-contact-row select{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    clear: both;
    border: 1px solid #cccccc;
    background: #fff;
    box-shadow:none;
    -moz-box-shadow:none;
}

.form-contact-row input[readonly], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-contact-row textarea:focus,
.form-contact-row input[type="email"]:focus,
.form-contact-row input[type="text"]:focus,
.form-contact-row select:focus{
    border: solid 1px #e87e04;
    background: #fff;
}

.input-contact-text {
    width: 100%;
    height: 40px;
    display: block;
    padding: 8px 10px;
    outline: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #fff;
    border:solid 1px #eee;
    
}

.input-contact-text::-webkit-input-placeholder {
    color: #bbb
}

.input-contact-text:-moz-placeholder {
    color: #bbb
}

.input-contact-text::-moz-placeholder {
    color: #bbb
}

.input-contact-text:-ms-input-placeholder {
    color: #bbb
}

textarea.input-contact-text {
    height: 150px
}

.form-control-row {
    padding-top: 7px;
    margin-bottom: 13px
}

.form-contact-row .btn-contact{
    margin: 18px 0px 0px 0px;
    padding: 5px 35px;
    height: 50px;
    line-height: 35px;
    border-radius: 50px 0px 50px 50px;
    letter-spacing: -0.02em;
    color: white;
    background-color: #e87e04;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, 0.25);
}

.form-contact-row .btn-contact:hover{
  background: #293b5f;
    color: #fff;
}


/*----------------------------------------
    404 
----------------------------------------*/
.error-404 {
  padding:100px 0;
  text-align: center;
}

.not-found{
    margin:auto;
}

.not-found img{
    width: auto;
    margin:auto;
    margin-bottom: 30px;
}

.error-404 h1 {
  color: #cccccc;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 10px;
  line-height:80px;
  margin-bottom: 15px;
}
.error-404 h3 {
  color: #cccccc;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.error-404 p {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}
.error-404 a {
  background:#00CCCC repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.error-404 a:hover {
  background: #0BC9E3 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------
  SPONSORS
----------------------------------------------------*/
.sponsors-logo {
    text-align: center;
    padding: 10px 30px;
    display: inline-block;
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

.sponsors-logo:hover{
    -ms-filter:none;
    -webkit-filter: none;
    -moz-filter:none;
    -o-filter:none;
    filter: none;
}
/*--------------------------------------------------
  SERVICE AREA
----------------------------------------------------*/
.service-area{
  padding:50px 0px;
  background:#00CCCC;
}

.service-area h3{
  font-size:35px;
  color: #fff;
  line-height: 30px;
  font-weight:200;
  line-height: 55px;
}

.service-area .icon{
  background: #ffff;
  border-radius: 50%;
  height:60px;
  width:60px;
  color:#00CCCC;
  font-size: 30px;
  font-weight: 200;
  line-height: 55px;
  text-align: center;
  float:left;
  margin-right: 10px;
}

.service-area .btn-call-us {
    background: #ffffff;
    border-radius: 30px;
    display: inline-block;
    color:#00CCCC;
    font-size:15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 30px;
    transition: all .3s ease;
    float: right;
    margin-top: 8px;
}



/* ------------------------------------------------
    CALL TO ACTION
  --------------------------------------------------*/

.call-to-action .call-to-title {
    font-size:38px;
    font-weight: 700;
    color: #293b5f;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.call-to-action .sub-call-to-title {
    font-size:27px;
    font-weight: 700;
    color: #293b5f;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.call-to-action .call-to-title > span {
    color: #e87e04;
}



/*-------------------------------------------------
    [ ### Newsletter Block ]
---------------------------------------------------*/
.newsletter-block {
  margin:90px 0px;
}
.newsletter-block .subscribe-form {
  font-size: 14px;
  margin-top: -5px;
  margin-left: -15px;
}
.newsletter-block .subscribe-form > #mc-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.newsletter-block .subscribe-form > #mc-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newsletter-block .subscribe-form .form-group {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    -webkit-flex: 0 0 -webkit-calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    padding: 0 15px;
}

.newsletter-block .subscribe-form .form-group input {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px !important;
}
.newsletter-block .subscribe-form .btn-default {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(198, 22, 22, 0);
    box-shadow: 0 0 0 rgba(198, 22, 22, 0);
    height:55px;
    padding: 0;
    width: 55px;
    font-size: 18px;
    margin-left: 20px;
}

/*--------------------------------------------------
    FOOTER
--------------------------------------------------- */
footer {
  padding:60px 0px 0px;
  position: relative;
  background:#eaf1ff;
  margin-top:20px;
}

.waves-effect.top {
    top:-65px;
    height: 185px;
}
.waves-effect {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}

.waves-effect.bottom {
    bottom: -1px;
    height: 175px;
}

.footer-widget{}
.footer-widget .title_widget {
    position: relative;
}

.footer-widget .title_widget h3 {
    font-size:17px;
    color:#293b5f;
    font-weight: 700;
    margin-bottom:30px;
    margin-top:10px;
    padding-bottom: 10px;
}

.footer-widget .footer_content{
  margin-top:10px;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 20px;

}

.footer-widget .footer_content p{
  color:#727272;
  font-size:15px;
  line-height:22px;
}

.footer-widget .footer_content p a{
  color:#727272;
}

.footer-widget .footer_content .about-us{

}

.footer-widget .footer_content .about-us img{
  margin-bottom:20px;
}


.footer-widget .footer_content ul{
  padding: 0px;
}

.footer-widget .footer_content li{
  padding: 0px;
  list-style: none;
}

/*---- ADRESS ---*/
.footer-widget .footer_content ul.address {
    position: relative;
    line-height: 1.6;
    margin:0px 0px;
    color:#727272;
}

.footer-widget .footer_content ul.address li{
  padding: 5px 0px;
  margin:0px;
}

.footer-widget .footer_content ul.address li a{
  color:#727272;
}

.footer-widget .footer_content ul.address> li i {
  margin-right: 10px;
  color:#727272;
}

/*--- social media --*/
.footer-widget .footer-social-icon {
  position: relative;
  margin-top:0px;
  display: inline-block;
}
.footer-widget .footer-social-icon li{
  display: inline-block;
}

.footer-widget .footer-social-icon li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    color:#727272;
}

.footer-widget .footer-social-icon li a:hover{
    background:#283A60;
    color: #fff;
}

/*------ CATEGORY ---------------- */
.footer-widget  .category{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.footer-widget  .category > ul{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}
.footer-widget  .category > ul > li {
  padding:10px 0;
  position: relative;
  list-style: none;
  display:table;
  width: 100%
}

.category > ul > li:first-child{
  padding:0px 0px 10px 0px;
}

.footer-widget  .category > ul > li > a {
  color:#727272;
  font-size:15px;
  text-decoration: none;
}

.category > ul > li > a i{
  margin-right: 5px;
}

.footer-widget  .category > ul > li > a:hover{
  color:#e87e04;
  padding-left: 3px
}


/*------------------------------------
    PAYMENT
  ---------------------------------------*/

.footer-widget .shipping-payment-logo {
    padding: 0 !important;
    margin-left: -5px !important;
}

.footer-widget .shipping-payment-logo li {
    display: inline-block;
    width:80px;
    margin: 5px;
    padding:8px 5px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 2px;
}

.footer-widget .sprites-bg {
  background-image: url(../img/sprites-bg.png);
  background-repeat: no-repeat;
  width: 66px;
  height: 25px;
  display: block;
}

.footer-widget .sprites-bg.sprites-bg-mandiri {
    background-position: 0px -2px;
}

.footer-widget .sprites-bg.sprites-bg-mandiri-sy {
    background-position: -66.5px -2px;
}


.footer-widget .sprites-bg.sprites-bg-gopay {
  background-position: -134px -2px;
}

.footer-widget .sprites-bg.sprites-bg-jne {
    background-position: 0px 10px;
}


.copyright {
  padding:50px 0px;
  z-index: 9;
  position: relative;
  text-align:center;
}



/*------------------------------------
    PAYMENT
  ---------------------------------------*/

.copyright  .shipping-payment-logo {
    padding: 0 !important;
    margin-left: -5px !important;
}

.copyright  .shipping-payment-logo h3 {
    position: relative;
    text-align: left;
    font-size: 15px;
    font-weight:400;
    color:#666666;
    margin-left: 5px;
}

.copyright  .shipping-payment-logo li {
    display: inline-block;
    width:80px;
    margin: 5px;
    padding:8px 5px;
    box-sizing: border-box;
    background: #f8f8f8;
    border-radius: 2px;
}

.copyright  .sprites-bg {
  background-image: url(../img/sprites-bg.png);
  background-repeat: no-repeat;
  width: 66px;
  height: 25px;
  display: block;
}

.copyright  .sprites-bg.sprites-bg-mandiri {
    background-position: 0px -2px;
}

.copyright  .sprites-bg.sprites-bg-mandiri-sy {
    background-position: -66.5px -2px;
}

.copyright  .sprites-bg.sprites-bg-gopay {
  background-position: -134px -2px;
}

.copyright  .sprites-bg.sprites-bg-jne {
      background-position: 4px -30px;
}

.copyright  .sprites-bg.sprites-bg-jnt {
    background-position: -66.5px -30px;
}

.copyright  .sprites-bg.sprites-bg-pos {
  background-position: -134px -30px;
}


.credits-logo{
  display: inline-block;
  position: relative;
  text-align: center;
  margin:30px 0px;
}

.copyright p {
    color:#666;
    font-size:14px;
    margin-bottom: 0;
    line-height:30px;
    font-weight: 400;
}

.copyright p a{
  color: #e87e04
}

/*-------------------------------------------------*/
/* =  BOTTON UP
/*-------------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom:0px;
    right:10px;
    z-index:+999999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    background:#e87e04;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show{
  bottom:60px;
  transition: all 0.4s ease;
}

#back-to-top:hover {
    background:#293b5f;
}

#back-to-top.show {
    opacity: 1;
}