/*
Custom Template
Author: 
Version: 3.0
Design and Developed by: 
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rubik|Anton:200,400,500,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('plugins.css');

/*---------------------------------------------------------------------
General Css
-----------------------------------------------------------------------*/
:focus {outline: 0;}
a{outline:none!important}
*::-moz-selection {background:transparent;color:#7ABA48;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;transition: .1s;color:#7ABA48 }

.form-control{
    resize: none;
    padding:0px 15px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #ececec;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

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;
}

.btn:focus{
	color: #FFF;
}

.sw-button{
    font-size:20px;
    line-height:14px;
    display:inline-block;
    position:relative;
    outline:none!important;
    color:#fff;
    cursor:pointer;
    border:none;
    text-align:center;
    overflow:hidden;
    padding:12px 12px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    border-radius:4px;
    z-index:1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.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-info {
  background:#7ABA48;
  padding: 15px 30px;
  font-size: 16px;
  margin-right: 5px;
}

.btn-info:hover{
  background:#7ABA48;
}

.btn-success {
  padding: 15px 30px;
  font-size: 16px;
}


:focus {
  outline: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family:'Open Sans', sans-serif;
  font-weight:600;
  line-height:35px;
  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:#7ABA48;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;}

::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-thumb{background:#7ABA48;}
:-webkit-scrollbar-track{
  background:#7ABA48;
  -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.05);
  -moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,.05);
  box-shadow:inset 1px 1px 0 rgba(0,0,0,.05)
}


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

body {
  color: #252525;
  font-family:'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;
}


body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    background:#eee;
}
 
body::-webkit-scrollbar-thumb {
  background:#7ABA48;
  outline: 1px solid slategrey;
}


.sw-bg-1{
  background:#7ABA48;
}

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

.sw-bg-3{
  background:#DFF3D0;
}


.sw-img-1{
  background:#fff url(../img/bg.png);
  background-size: cover;
  position: relative;
}



.overflay {
  background-image: linear-gradient(to bottom, #4D6D82 30%, #C9764C 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.7;
}

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

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


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

.area-title h2{
  font-size: 30px;
  color: #333333;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight:500;
  margin-bottom: 0px;
  letter-spacing: -1px;
}

.area-title h2:after{
    position: absolute;
    content: '';
    width:40px;
    height:3px;
    background:#7ABA48;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.title_border {
  border-bottom: 3px solid;
  width: 40px;
  padding-top: 15px;
  margin: auto;
  border-color:#333333;
}


.area-title p {
    padding: 0 100px;
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
    line-height: 30px;
    color: #9a9a9a;
    font-size: 15px;
    font-family:'Open Sans', sans-serif;
}


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

.area-title-white h2{
  font-size: 30px;
  color: #fff;
  margin-top: 0px;
  font-family:'Open Sans', sans-serif;
  font-weight:500;
  margin-bottom: 0px;
}

.area-title-white h2:after{
    position: absolute;
    content: '';
    width:40px;
    height:3px;
    background:#ffffff;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.area-title-white p {
    padding: 0 100px;
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-family:'Open Sans', sans-serif;
}

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

header .header-top{
  background:#7ABA48;
  position: relative;
  display: block;
  padding: 5px 0px;
}
header .header-top ul.contact-header{
  padding:0px;
  margin:0px;
}

header .header-top ul.contact-header li {
  list-style: none;
  display: inline-block;
  padding:0px 15px 0px 15px;
  border-right: solid 1px #64ab2c;
}

header .header-top ul.contact-header li:first-child{
  padding:0px 15px 0px 0px;
}

header .header-top ul.contact-header li:last-child{
  padding:0px 0px 0px 10px;
  border-right:none;
}

header .header-top ul.contact-header li a {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  padding:4px 0px 4px;
  color:#ffffff;
  display: block;
}
header .header-top ul.contact-header li a i{
  margin-right: 5px;
}

header .header-top ul.social-header{
  padding:0px;
  margin:0px;
  float: right;
}

header .header-top ul.social-header li {
  list-style: none;
  display: inline-block;
  padding:0px 15px 0px 15px;
  border-right: solid 1px #64ab2c;
}

header .header-top ul.social-header li:first-child{
  padding:0px 15px 0px 0px;
}

header .header-top ul.social-header li:last-child{
  padding:0px 0px 0px 10px;
  border-right:none;
}

header .header-top ul.social-header li a {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  padding:4px 0px 4px;
  color:#ffffff;
  display: block;
}

/* ------------------------------------------------
    NAVBAR CUSTOM
--------------------------------------------------- */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0!important;
}


.navbar-me{
    padding:0px 0px!important;
    border: 0px;
    border-radius: 0px;
    transition: all 1s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

.navbar-default {
    width: 100%;
    border:none;
    margin:0 auto;
    padding:8px 0px;
    min-height:50px;
	background:#ffffff;
}

.fixed-me{
  transition: all 1s ;
  width:100%;
  z-index:222;
  position: fixed;
  top: 0px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.fixed-me .navbar-brand {
  padding: 5px 0px;
  margin:0px 0px 0px;
}

.fixed-me .navbar-brand img{
  height:55px;
}

.fixed-me.navbar-default ul.nav{
  margin:0px 0px;
}

.fixed-me.navbar-default .navbar-nav > li > a {
    padding:25px 10px 25px;
    color:#333333;
}

.fixed-me.navbar-default .navbar-nav > li > a:hover {
    color:#7ABA48;
}

.fixed-me.navbar-default .navbar-nav a.btn-search{
  background: #7ABA48;
  padding: 5px 5px 5px 5px;
  height: 40px;
  width: 40px;
  margin-top:15px;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height:30px;
}

.fixed-me.navbar-default .navbar-nav a.btn-search i{
  float: none;
  margin-left:0px;
  font-size: 15px;
}

.fixed-me.navbar-default .navbar-nav a.btn-search:hover{
  background: #7ABA48;
  color: #fff!important
}


.fixed-me.navbar-default #header-search-form{
  top:72px;
}

.navbar-default .navbar-toggle {
    color:#7ABA48;
    border-radius: 0px;
    width:45px;
    float:right;
    margin:5px 0px;
    border:none;
}

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


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  color:#7ABA48;
  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:6px 0px;
    margin:0px 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img{
  height:60px;
}


.navbar-default ul.nav{
    margin:0px 0px;
}


.navbar-default .navbar-nav > li > a {
    font-size:15px;
    font-family:'Open Sans', sans-serif;
    color:#333333;
    font-weight:500;
    text-transform: uppercase;
    padding:28px 10px 28px;
    display: block;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.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: #7ABA48!important;
    background:#FAFCFF;
}

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


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

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


.main-navbar-nav li > .dropdown-menu {
    border: none;
    background:#7ABA48;
    white-space: nowrap;
    border-radius:0px;
    -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:230px;
    max-width:260px;
}

.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:#7ABA48;
  border-width:10px;
  margin-left:-10px;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0px;
    left:100%;
    margin-top:-6px;
    -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: #ffffff;
    margin-top:7px;
    margin-right:5px;
}

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

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

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -99%;
    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{
  border-bottom: solid 1px #64ab2c;
}

.main-navbar-nav li > .dropdown-menu >  li:last-child{
  border-bottom:none;
  padding-bottom: 0px;
}

.main-navbar-nav li > .dropdown-menu >  li > a {
    width: 100%;
    padding:5px 5px 5px 5px;
    margin:1px 0px;
    clear: both;
    color:#ffffff;
    border-radius:5px;
    font-size:13px;
    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:transparent;
  }

.navbar-default .navbar-nav a.btn-search{
  background: #7ABA48;
  padding: 5px 5px 5px 5px;
  height: 40px;
  width: 40px;
  margin-top: 18px;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height:30px;
  cursor:pointer;
}

.navbar-default .navbar-nav a.btn-search i{
  float: none;
  margin-left:0px;
  font-size: 15px;
}

.navbar-default .navbar-nav a.btn-search:hover{
	background: #7ABA48;
  color: #fff!important
}


/* -------------------------------------
  Search Menu
--------------------------------*/
.header_search {
  padding: 10px 0;
  position: relative;
}

#header-search-form{
  background:#ffffff;
  padding:6px;
  content: "";
  position: absolute;
  right: 9px;
  top:78px;
  border-radius:0px;
  z-index: +999;
  box-shadow: 0 1px 20px rgba(152, 152, 152, 0.1);
  display: none;
  border-top: solid 4px #7ABA48;
}

.header_search input {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  height: 35px;
  padding-right: 45px;
  width:300px;
  border-radius:5px;
}

.header_search input[type=text], .header_search input[type=email]{
  border:none;
}


.header_search button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #555555;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.header_search button:hover{
  color: #7ABA48
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Dropdown Hover ---------*/
@media screen and (min-width: 761px) {
    .main-navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;

      }

    .main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
        left: 225px;
        top: 0;
    }
}
/* ---------- End Dropdown Hover ---------*/


/*------- Tampilan Notebook 1024 pixel ---------------*/
@media (max-width: 991px) and (min-width: 768px){
  .navbar>.container .navbar-brand,
  .fixed-me.navbar>.container .navbar-brand{
      padding: 5px 0px;
      margin:5px 0px 0px;
  }

  .navbar>.container .navbar-brand img,
  .navbar>.container-fluid .navbar-brand img,
  .fixed-me.navbar>.container .fixed-me.navbar-brand img,
  .fixed-me.navbar>.container-fluid .navbar-brand img {
      height:40px;
      width: auto;
  }


  .navbar-default .navbar-nav > li > a,
  .fixed-me.navbar-default .navbar-nav > li > a {
    font-size:13px;
    font-weight:300;
    padding: 20px 7px 20px;
    text-transform:capitalize;
  }

.navbar-default .navbar-nav a.btn-search,
.fixed-me.navbar-default .navbar-nav a.btn-search  {
    padding: 5px 5px 5px 5px;
    height:38px;
    width: 38px;
    margin-top:10px;
    line-height:28px;
}

  .navbar-default .navbar-nav a.btn-search i,
  .fixed-me.navbar-default .navbar-nav a.btn-search i {
      float: none;
      margin-left: 0px;
      font-size:14px;
      cursor: pointer;
  }

}

/*
@media screen and (min-width:630px) and (max-width:768px) {
  .navbar>.container .navbar-brand img, .navbar>.container-fluid .navbar-brand img{
      height: 40px;
      width: auto;
  }

  .fixed-me.navbar-default .navbar-nav > li > a {
      font-size:13px;
      font-weight:300;
      padding:18px 8px 18px;
      width: 100%;
      clear: both;
  }
}*/

/* ----------- Mobile --------------- */
@media screen and (max-width:760px) {
  .navbar-default {
    background:#fff;
  }

  .navbar-me{
    position: relative;
  }

  .fixed-me{
    position: fixed;
    padding: 0px 0px!important;
    top: 0px;
  }

  .navbar-default .navbar-collapse {
      padding-left: inherit;
      padding-right: inherit;
      width: 100%;
      margin:auto!important;
      padding: 0px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
      padding:5px 0px;
      font-size: 18px;
      line-height: 20px;
      margin:auto!important;
  }

  .navbar>.container .navbar-brand img,
  .navbar>.container-fluid .navbar-brand img{
      height: 40px;
      width: auto;
  }


  .nav.navbar-nav {
      float: none;
      margin: 0px;
  }

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

  .navbar-default .navbar-nav > li:last-child{
      border-bottom:none;
  }

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

  .main-navbar-nav li > .dropdown-menu {
      min-width:100%;
  }

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

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


  .main-navbar-nav li > .dropdown-menu >  li > a {
      color:#333!important;
      padding:8px 0px 8px 10px!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:#7ABA48!important;
      border:none;
      background:#eee;
    }

  .navbar-default .navbar-nav a.btn-search,
  .fixed-me.navbar-default .navbar-nav a.btn-search{
    display: none;
  }

}


/*------------------------------------------
  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
--------------------------------------------*/

.slider-1{
  width: auto;
  height: auto;
  position: relative;
}

.carousel-control {
    width: 10%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

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

/*---------------------------------------------------
    OWL SLIDER
-----------------------------------------------------*/
.owl-carousel .owl-controls .owl-dot { margin-top: 20px; display: inline-block; }
.owl-carousel .owl-dots { position: relative; width: 100%; display: inline-block; 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:#7ABA48;}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {background:#7ABA48; width: 30px; }


.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top:42% !important;
  font-size:40px;
  color: #999;
}

.owl-carousel .nav-btn:hover{
	color: #FF84AD
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  left: -80px;
}
.owl-carousel .next-slide{
  right: -80px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}  

/* -------------------------------------------------
    breadcrumbs
---------------------------------------------------*/
.sw-breadcrumbs {
    background:#F7F7F7 url(../img/breadcrumbs.jpg) no-repeat center bottom;
    background-size: cover;
    padding:55px 0 55px;
    position: relative;
    width: 100%;
}

.sw-breadcrumbs:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#fff;
    opacity: 0.4;
}

.sw-breadcrumbs h2 {
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 24px;
    color: #333;
}


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

.breadcrumbs ul {
    font-size:11px;
    padding: 18px 0 0;
    text-transform: uppercase;
    font-weight: 200;
}

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

.breadcrumbs ul li:after {
    content: "/";
    margin: 0 0px 0 7px;
}

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

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

.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:#7ABA48;
}


/* ----------------------------------------
    ABOUTS US
-------------------------------------------*/
.sw-abouts-us{
  margin: 20px 0px;
  position: relative;

}


.sw-abouts-content{
    margin: 40px 0px;
}

.sw-abouts-title p{
  color:#FF84AD;
  text-transform: uppercase;
}

.sw-abouts-title h3{
    font-size:30px;
    color: #666666;
    text-align: center;
    font-family:'Open Sans', sans-serif;
    font-weight:500;
    text-align: left;
    line-height:45px;
    padding:0px;
    margin: 0px;
    position: relative;
}

.sw-abouts-title h3:after{
    position: absolute;
    content: '';
    width: 70px;
    height:3px;
    background:#7ABA48;
    bottom: -10px;
    left: 0;
}

.sw-abouts-us .sw-abouts-des{
    margin-top: 20px;
    padding-right: 30px;
}

.sw-abouts-us .sw-abouts-des p{
  font-size:15px;
  line-height:27px;
  color: #333;
  font-weight: 400;
  font-family:'Open Sans', sans-serif;
}

.sw-abouts-des a.sw-abouts-readmore {
    font-size: 14px;
    padding:15px 30px;
    margin-top:10px;
    border-radius:25px;
    font-weight: 400;
    color: #fff;
    border: none;
    background:#7ABA48;
}


.sw-abouts-us .sw-abouts-us-img{
  position: relative;
}

.img-abouts{
  position: relative;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
  overflow: hidden;
  border-radius: 30px;
}

.img-abouts .play-btn-content {
  position: absolute;
  top:10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
}

.play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient( rgb(122, 186, 72) 60%, rgba(255, 255, 255, 1) 60%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgb(122, 186, 72);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -25%;
  left:-26%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------
    SERVICE
---------------------------------------*/
.services-box {
    position: relative;
    display: block;
    margin-bottom:40px;
    min-height: 85px;
    padding:30px 20px 20px 20px;
    border-radius: 7px;
    transition: all ease 0.5s 0s;
    background: #ffffff;
    box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px 0px;
    font-family:'Open Sans', sans-serif;
}

.services-box:hover{
  cursor: pointer;
  border-radius: 7px;
  -webkit-box-shadow: rgba(16, 66, 97, 0.1) 0px 16px 35px 0px;
  -moz-box-shadow: rgba(16, 66, 97, 0.1) 0px 16px 35px 0px;
   box-shadow: rgba(16, 66, 97, 0.1) 0px 16px 35px 0px;

}

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

.services-title i {
  margin-right:18px;
  color:#444444;
  font-size:40px;
  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:hover .services-title i {
  color:#FF84AD;
  transform: scale(1.4);
  cursor: pointer;
}


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

.services-box {
  display:inline-block;
  width: 100%;
}

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


/*-------------------------------------------------
    SERVICE BOX 2
-------------------------------------------------*/
.margin-service {
  margin-left:10px;
  margin-right:10px;
}

.services-box-2 {
    position: relative;
    margin:0px 0px 30px 0px;
    padding:10px 20px 10px 20px;
    border-radius: 10px;
    font-family:'Open Sans', sans-serif;
    background: #fff;
    transition: all 0.4s ease-in-out;
    webkit-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}

.services-box-2:hover{
  transform: translateY(-10px);
  cursor: pointer;
  background: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);

}
.services-box-2 .icon{
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.services-box-2 .icon img{
	height:150px;
	display: block;
	margin-left: auto;
  margin-right: auto;
}

.services-box-2 .icon i {
  margin-right:18px;
  color:#506D80;
  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;
}

.services-box-2:hover .icon i {
  color:#333;
  transform: scale(1.4);
  cursor: pointer;
}


.services-box-2 .services-title{
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}

.services-box-2 h4 {
  position: relative;
  display: table;
  font-size:18px;
  line-height:27px;
  color:#666666;
  font-weight:200;
  text-align: center;
}

.services-box-2 {
  display:inline-block;
  width: 100%;
}

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


/*-------------------------------------------------
  SERVICE LIST
--------------------------------------------------*/
.sw-service-list-box {
  border-right: solid 1px #eee;
  padding-right: 20px;
}

.sw-service-list {
  position: relative;
  margin:0px 0px 15px;
  display: inline-grid;
}

.sw-service-list:hover .icon_service i{
  color:#333;
  transform: scale(1.1);
  cursor: pointer;
}

.rs_box {
    position: relative;
    margin:0 auto;
}

.icon_service {
    display: block;
    position: relative;
    margin-bottom:10px;
}


.icon_service i {
    position: absolute;
    left: 0px;
    font-size:30px;
    line-height:2;
    color:#7ABA48;
    text-align:center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 2em;
    height: 2em;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
    background-color: rgba(0,0,0,0.03);
}

.stroke-transparent {
 -webkit-text-stroke:1px #7ABA48;
 -webkit-text-fill-color: transparent;
}

.sw-service-list-content {
    position: relative;
    padding-left:75px;
}

.sw-service-list-content h3 {
    font-family:'Open Sans', sans-serif;
    font-size:15px;
    font-weight: 600;
    margin:0px 0px 8px;
    padding: 0px;
}
.sw-service-list-content > p {
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
    line-height:22px;
    font-weight: 200;
}

/*-------------------------------------------------
    MODAL
---------------------------------------------------*/
.modal-padding[style] {
    overflow: auto;
    padding-right:0 !important;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius:0px;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

/* ---------------------------------------------
	TESTIMONI
------------------------------------------------*/
.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
}

.testimonials-slider {
    background-color: #fff;
    box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.1);
    padding:40px 30px;
    border-radius: 8px;
}


.sw-content-desc {
	margin-bottom: 20px;
}

.sw-content-desc .sw-person {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-bottom:20px;
	overflow: hidden;
}
.sw-content-desc .sw-person img{
	height: 100px;
	width: 100px;
}
.sw-content-desc h3{
	margin:10px 0px;
	font-size: 18px;
	font-weight:600;
	color: #333;
}

.sw-content-desc p{
	font-size:15px;
	font-family:'Open Sans', sans-serif;
	line-height:29px;
	color: #999999;
}
/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.team.team-main {
  background: #fff;
}
.project-header.team-header h2, .project-header.team-header p {
  color: #fff;
}
.project-header.team-header.team-head h2, .project-header.team-header.team-head p {
  color: #000;
}
.project-header.team-header.team-head p {
  margin: 0 auto;
  margin-top: 32px;
}
.team .team-carousel .col-sm-3, .team .team-carousel .col-xs-12 {
  width: 100%;
  height: auto;
}
.team-card {
  padding: 75px 0 0 0;
}
.team-card.team-mrt-70 {
  margin-top: -70px;
}

.single-team-box {
  position: relative;
  height: 352px;
  background: #fff;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  box-shadow: rgba(16, 66, 97, 0.07) 0px 8px 20px;
  overflow: hidden;
}

.team-box-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(45deg, #7ABA48 0%, #FFA1A9 70%);
  height: 90px;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  border-radius: 0px 0px 5px 5px;
  opacity: 1;
}
.team-box-inner h3 {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  font-family:'Open Sans', sans-serif;
  text-align: center;
  margin-top: 20px;
}
.team-box-inner .team-meta {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family:'Open Sans', sans-serif;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  text-align: center;
}

.team-box-inner ul.social_icon {
  color: #7086e6;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 8px;
  padding-bottom: 18px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.single-team-box:hover ul.social_icon {
  opacity: 1;
}
.single-team-box:hover .team-box-inner {
  height: 130px;
  opacity: 1;
  background-image: linear-gradient(45deg, #7ABA48 0%, #FFA1A9 70%);
}

.single-team-box:hover {
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.75);
}
.single-team-box.single-team-card:hover {
  box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.75);
}
.team_col {
  max-width: 100%;
}

.social_icon {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

ul.social_icon li a {
  color: #fff;
  font-size: 17px;
  text-align: center;
  height: 35px;
  width: 35px;
  margin:5px;
  text-align: center;
}

ul.social_icon li a:hover{
  color: #eee;
}

.single-team-box:hover .social_icon {
  opacity: 1;
}

.social_icon li {
  display: inline;
}

.social_icon a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff;
  font-variant: small-caps;
}


/*--------------------------------------------------
  BLOG GRID 
----------------------------------------------------*/
.blog-container {
  padding:60px 0px;
  background:url(../img/bg-blog.png) no-repeat top center;
  background-size:cover;
}

/*
.slider-blog{
  padding: 0px 15px;
}
*/

.sw-blog-title{
    margin-bottom:30px;
    display: inline-block;
}

.blog-container .sw-blog-title h3 {
    font-size: 30px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight:500;
    text-align: left;
    line-height:35px;
    padding: 0px;
    margin-bottom:10px;
    display: block;
    position: relative;
    letter-spacing: -1px;
}

.blog-container .sw-blog-title h3:after{
    position: absolute;
    content: '';
    width: 70px;
    height:3px;
    background:#7ABA48;
    bottom: -10px;
    left: 0;
}


.blog-container a.show-all-blog{
    background:transparent;
    float: right;
    border:solid 2px #A1D975;
    padding:8px 20px;
    text-align: center;
    color: #333;
    margin-top:5px;
}


article .sw-blog-grid {
    margin:0px 0px 35px;  
    position: relative;
    background: #fff;
    box-shadow: 0 1px 20px rgba(152, 152, 152, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

article .sw-blog-grid:hover{
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}


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

article .sw-blog-grid figure img{
  width: 100%;
}

article .sw-blog-grid figure {
  position: relative;
}


article .sw-blog-grid .content {
    padding:20px;
    background: #fff;
}


article .sw-blog-grid .sw-blog-meta {
    position: relative;
    padding:0px 0px 5px;
    display: inline-block;
}

article .sw-blog-grid .sw-blog-meta ul{
  padding: 0px;
  margin: 0px;
}

article .sw-blog-grid .sw-blog-meta li{
  list-style:none;
  float: left;
}

article .sw-blog-grid .sw-blog-meta li:after {
    content: "/";
    margin: 0 5px 0 0px;
    color:#999;
}
article .sw-blog-grid .sw-blog-meta li:last-child:after {
    display: none;
}


article .sw-blog-grid .sw-blog-meta li a{
  font-size:13px;
  line-height:20px;
  color:#999;
  margin-right:8px;
}
article .sw-blog-grid .sw-blog-meta li a i{
  margin-right:5px;
}

article .sw-blog-grid .sw-blog-meta li a:hover{
  color:#7ABA48;
}

article .sw-blog-grid h2 {
    font-size:17px;
    line-height:22px;
    font-weight:600;
    margin-bottom: 10px;
}

article .sw-blog-grid h2 a:hover{
  color:#7ABA48
}
article .sw-blog-grid .desc {
    font-size: 13px;
    line-height:22px;
    color: #898c90;
    margin-bottom:7px;
}

article .sw-blog-grid .content a.readmore-btn{
  margin-top: 10px;
  color:#7aba48;
}




/*------------------------------------------
    BLOG POST 
---------------------------------------------*/
.blog-post {
    margin-bottom: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}

.blog-post .post-thumb {
    position: relative;
    margin-bottom: 10px;
}

.blog-post .post-content .meta .meta-part {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 25px;
}

.blog-post .post-content .meta .meta-part a {
    color: #999;
}

.blog-post .post-content {
    width: 100%;
}

.post-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 28px;
}

.post-title a {
    color: #444;
}

.post-title a:hover {
    color:#7ABA48;
}


.blog-post .post-content .meta {
    font-size: 13px;
    margin-bottom: 17px;
    padding-bottom: 11px;
    border-bottom: 1px solid #eee;
}

.blog-post .post-content p {
    margin-bottom: 30px;
    line-height: 25px;
    color: #9a9a9a;
}

.btn-common {
    background-color: #7ABA48;
}

.post-content .btn-readmore {
    font-size:20px;
    color: #666666;
    font-weight: 600;
}

.post-content .btn-readmore:hover{
    color:#7ABA48;
}


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

.pagination>li>a, .pagination>li>span {
  border-radius:0px!important;
  margin: 0 5px;
  color: #333;
  padding:5px;
  height:35px;
  width:35px;
  line-height:22px;
}

.pagination>li>a:hover{
    color: #fff;
    background:#7ABA48;
    border-color: #7ABA48;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background:#7ABA48;
    border-color: #7ABA48;
  
}



/*----------------------------------------
  SINGGLE ARTICLE
------------------------------------------*/
article .singgle-article{
    position: relative;
    margin-bottom: 20px;
}


article .singgle-article .entry_content{
   
}

article .singgle-article h1.title,
article .singgle-article .entry_content h1.title{
  line-height: 30px;
}

article .singgle-article h1.title a,
article .singgle-article .entry_content h1.title a{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0px;
    font-family:'Open Sans', sans-serif;
    text-decoration: none;
    color:#333;
}

article .singgle-article h1.title a:hover,
article .singgle-article .entry_content h1.title:hover{
    color:#7ABA48;
}

article .singgle-article .meta,
article .singgle-article .entry_content .meta {
    font-size: 13px;
    margin-bottom: 17px;
    padding-bottom: 11px;
    border-bottom: 1px solid #eee;
}


article .singgle-article .entry_content .meta img{
    width:40px;
    height:40px;
    padding:2px;
    border:solid 1px #eee;
    border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0px;
}   




article .singgle-article .meta .meta-part,
article .singgle-article .entry_content .meta .meta-part {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 25px;
}


article .singgle-article .meta .meta-part a
article .singgle-article .entry_content .meta .meta-part a {
    color:#999999;
}

article .singgle-article .meta .meta-part a:hover
article .singgle-article .entry_content .meta .meta-part a:hover {
    color: #7ABA48;
}


article .singgle-article .entry_content {
    overflow: hidden;
    padding-bottom: 0;
    font-family:'Open Sans', sans-serif;
}

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

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


article .singgle-article .entry_content .table{
  max-width: 100%;
  height: auto;
}

article .singgle-article .entry_content img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

article .singgle-article .entry_content img:hover{
    opacity: 0.8;
}

article .singgle-article .entry_content a{
  color: #000;
  text-decoration: none;
}

article .singgle-article .entry_content a:hover{
    color:#7ABA48;
}

article .singgle-article .entry_content p{
    font-size:16px;
    line-height:27px;
    color:#222;
}

article .singgle-article .entry_content ul{
  padding: 0px;
  margin:15px 0px 15px 20px;
}

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

article .singgle-article .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: #7ABA48 none repeat scroll 0 0;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 11px;
    margin-right:15px;
}

article .singgle-article .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: none;

}

article .singgle-article .entry_content blockquote:before {
    content: "\f10e";
    font-family:FontAwesome;
    font-size:50px;
    color:#7ABA48;
    left:-18px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top:10%;
}


article .singgle-article .entry_tags {
    width: 100%;
    display: table;
    overflow: hidden;
    clear: both;
    margin: 20px 0px;
    font-family: 'Open Sans', sans-serif;
}

article .singgle-article .entry_tags span {
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    float: left;
    margin-right: 5px;
    color: #999;
}

article .singgle-article .entry_tags a {
    float: left;
    height: 22px;
    line-height: 21px;
    position: relative;
    font-size: 13px;
    margin: 0 5px 5px 12px;
    padding: 0 10px 0 12px;
    background:#7ABA48;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}

article .singgle-article .entry_tags a:hover{
  color: #fff;
}

article .singgle-article .entry_tags a:before {
    content: " ";
    float: left;
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    height: 0;
    border-top-color: transparent !important;
    border-right-color:#7ABA48;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

article .singgle-article .entry_tags a:after {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.share-wrapper{
    width: 100%;
    display:table;
    padding:5px 0px;
    margin-bottom: 20px;
}

.share-wrapper h3{
  font-size:20px;
  font-weight: 500;
  margin:0;
  line-height: 25px;
  padding:10px 0px;
}
.share-wrapper a{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;}


.button-share {
  float:left;
  padding:15px 30px;
  display: block;
  color:#fff;
  width: 25%;
}
.button-share i{
  margin-right:10px;
  font-size:20px;
}
.button-share span{
  font-size:14px;
}

.fb-share {
  background:#335FA4;
}

.fb-share:hover{
  background:#2C538D;
}


.tw-share {
  background:#28A4CD;
}

.tw-share:hover {
  background:#27A0C9;
}

.google-share {
  background:#C53C2E;
}
.google-share:hover{
  background:#BF3C2D;
}

.wa-share {
   background:#00A357;
}
.wa-share:hover{
   background:#24CD63;
}

.in-share {
   background:#047AB8;
}
.in-share:hover{
   background:#0373AF;
}


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

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

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

article .sw-related-grid figure {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}


article .sw-related-grid:hover img{
  transform: scale(1.1);
  transition: all .5s;
}


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

article .sw-related-grid h2 {
    font-size:15px;
    line-height:22px;
    font-weight:600;
    margin-bottom: 10px;
}
article .sw-related-grid h2 a{
  color: #333;
}

article .sw-related-grid h2 a:hover{
  color:#7ABA48
}

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

/*-------------------------------------------
  PAGE
--------------------------------------------- */

article .singgle-article .pages-prenxt-post {
    position:relative;
    padding:10px 0px;
  
}

article .singgle-article .pages-prenxt-post a{
    text-decoration: none;
    padding: 20px 0px;
    min-height: 70px;
}

article .singgle-article .pages-prenxt-post a p{
    font-size: 14px;
    color:#7ABA48;
}

article .singgle-article .pages-prenxt-post a h5{
    font-size:16px;
    font-weight: 200;
}



article .singgle-article .widget-content{
    margin:40px 0px 40px;
    
}

article .singgle-article .widget-content h3{
  color: #333;
  font-size:21px;
  font-weight:300;
  margin-bottom: 20px;
  border-bottom:solid 1px #eee;
  padding:10px 0px;
}

article .singgle-article .widget-content .widget-content-body{
  padding:20px 0px;
}

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

.sidebar {
  background: #fff;
  min-height: 100px;
  margin-bottom: 30px;
}


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

}

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

.sidebar > .sidebar-body{
  padding:25px 0px;
  position: relative;
  display: table;
  width: 100%;
}

.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;
  border-radius: 10px;
}

.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: #111;
  font-weight: 600;
  margin-bottom:3px;
}

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

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

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

.sidebar-search input{
  border-radius: none!important;
  height: 40px;
  border-right:0px;
}

.sidebar-search input[type=text]:focus{
  border-color:#eee;
}

.sidebar-search .btn-search{
  background:none;
  color: #666666;
  height: 40px;
  box-shadow:none;
  border-radius: 30px;
  border-top: solid 1px #eee;
  border-bottom:solid 1px #eee;
  border-right:solid 1px #eee;
}

.sidebar-search .btn-search:focus{
  outline: 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 {
  border-bottom:solid 1px #eee;
  padding:10px 0;
  position: relative;
  list-style: none;
  display:table;
  width: 100%
}
.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: #111;
  font-size:14px;
  font-weight:200;
  text-transform:capitalize;
  text-decoration: none;
}

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

.sidebar > .sidebar-body > .category > ul > li > a:hover{
  color:#7ABA48;
}


/* ------------------------------------------------
  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;
  color:#ffffff;
  font-weight: 500;
  display: inline-block;
  background: #7ABA48;
  border-radius:6px;
}

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


/*--------------------------------------------------
  AGENDA
----------------------------------------------------*/
article.sw-agenda{
  background:#ffffff;
  padding:20px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 1px 20px rgba(152, 152, 152, 0.1);
  -webkit-box-shadow: 0 1px 20px rgba(152, 152, 152, 0.1);
  -moz-box-shadow: 0 1px 20px rgba(152, 152, 152, 0.1);
}

article.sw-agenda .icons{
  background:#7ABA48;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 35px;
  line-height: 75px;
  color: #fff;
  float: left;
  margin-top: 22px;
}

article.sw-agenda .agenda-des{
  margin-left: 100px;
}

article.sw-agenda .agenda-des a h3{
  font-size:17px;
  color: #333;
  font-weight: 200;
  position: relative;
  line-height: 22px;
  height: 43px;
}

article.sw-agenda .agenda-des a h3:before {
    position: absolute;
    content: '';
    width:50px;
    height:2px;
    background:#7ABA48;
    bottom:-10px;
    left: 0;
}

article.sw-agenda .agenda-des .meta{
  padding:8px 0px;
}

article.sw-agenda .agenda-des .meta  span{
  color: #999;
  font-size:13px;
}

article.sw-agenda .agenda-des p{
  padding-right:30px;
}

article.sw-agenda a.readmore{
  background:#7ABA48;
  height:70px;
  width:70px;
  padding-right: 5px;
  border-radius: 50%;
  position: absolute;
  bottom:-20px;
  right: -20px;
  text-align: center;
  color: #ffffff;
  font-size:22px;
  line-height:58px;
}

article.sw-agenda a.readmore:hover{
  background:#88bf5c;
}


/*--------------------------------------------------
  GALLERY
---------------------------------------------------*/
.isotop-nav {
    padding-bottom: 50px;
}

.isotop-nav ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}

.isotop-nav li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 7px 12px;
  transition: .4s;
  margin: 2px;
  background: #7ABA48;
  border-radius:5px;
  color: #ffffff;
}

.isotop-nav li a{
  color: #fff;
}

.isotop-nav li:hover,
.isotop-nav li.active {
    background:#111111;
    color: #fff
}

.isotop-active{
    margin:0 auto;
}


.gallery figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.gallery figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    margin: 0;
}

.gallery figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery figure figcaption::before,
.gallery figure figcaption::after {
    pointer-events: none;
}

.gallery figure figcaption,
.gallery figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.gallery figure h2 {
    font-size:17px;
    word-spacing: -0.15em;
    font-weight: 300;
    color: #fff;
}

.gallery figure h2 span {
    font-weight: 800;
}

.gallery figure h2,
.gallery figure p {
    margin: 0;
}

.gallery figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}



figure.effect-swidodocom {
    background: #303fa9;
    margin: 0;
}

.gallery [class^="col"] {
    padding:10px;
}

figure.effect-swidodocom h2 {
    font-size:17px;
}

figure.effect-swidodocom h2,
figure.effect-swidodocom p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-swidodocom figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width:70px;
    height:70px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-swidodocom p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2;
}

figure.effect-swidodocom p a {
    color: #fff;
}

figure.effect-swidodocom p a:hover,
figure.effect-swidodocom p a:focus {
    opacity: 0.6;
}

figure.effect-swidodocom p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-swidodocom p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0);
}

figure.effect-swidodocom p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
}

figure.effect-swidodocom p a:nth-child(3) i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0);
}

figure.effect-swidodocom p a:nth-child(4) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0);
}

figure.effect-swidodocom:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-swidodocom:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

figure.effect-swidodocom:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* just because it's stronger than nth-child */
    opacity: 1;
}

/*--------------------------------------------------
  CONTACT pages
---------------------------------------------------*/
.google-map iframe{
  width: 100%;
  margin:auto;
}

.contact-box {
    background: #fff;
    padding: 30px;
    position: relative;
}



.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: #7ABA48;
  font-size: 20px;
  height: 50px;
  line-height: 48px;
  margin-bottom: 15px;
  text-align: center;
  width: 50px;
}

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

.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;
}



.contact-form{
  margin-bottom: 30px;
  position: relative;
  display:block;
}

.form-contact-row {
  margin:10px 0px;
}

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

.form-contact-row textarea:focus,
.form-contact-row input[type="email"]:focus,
.form-contact-row input[type="text"]:focus{
    border: solid 1px #7ABA48;
    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-top:10px;
    background: #7ABA48;
    padding: 15px 30px 15px 30px;
    border-radius:5px;
    font-size: 15px;
    font-weight: 200;
}

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


/*----------------------------------------
  DOWNLOAD
------------------------------------------*/
.sw-download{
  width: 100%;
}

.table-responsive {
    min-height: .01%;
    overflow-y: hidden;
    overflow-x: hidden;
}


.sw-download table {
  box-shadow: rgba(16, 66, 97, 0.07) 0px 1px 20px 0px;
  border:none;
  background: #fff;
}

.sw-download table thead {
  background:#7ABA48;
  color: #fff;
  padding:10px 0px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border:none;
    padding:15px 10px 15px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    position: absolute;
    top:15px!important;
}

.table-bordered>tbody>tr>td {
   vertical-align: middle;
}


.sw-download .pagination>li>a, .pagination>li>span {
    border-radius:0px!important;
    margin: 0; 
    color: #333;
    padding:5px 10px;
    height: auto;
    width: auto;
    line-height: 22px;
}

.icons-word{
  background:url(../img/word.png) no-repeat center;
  width:40px;
  height:40px;
  margin:auto;
}

.icons-excel{
  background:url(../img/excel.png) no-repeat center;
  width:40px;
  height:40px;
  margin:auto;
}

.icons-ppt{
  background:url(../img/powerpoint.png) no-repeat center;
  width:40px;
  height:40px;
  margin:auto;
}

.icons-zip{
  background:url(../img/zip.png) no-repeat center;
  width:40px;
  height:40px;
  margin:auto;
}

.icons-pdf{
  background:url(../img/pdf.png) no-repeat center;
  width:40px;
  height:40px;
  margin:auto;
}

.icons-default{
  background:url(../img/icons-default.png) no-repeat center;
  width:40px;
  height:40px;
  margin:auto;
}

.sw-download .btn-download{
  font-size: 14px;
  padding:10px 15px;
  border-radius:35px;
  font-weight: 400;
  color: #fff;
  border: none;
  background: #7ABA48;
}


/*----------------------------------------
    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:#7ABA48 repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size:15px;
  font-weight:200;
  margin-top: 40px;
  padding:13px 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
}
.error-404 a:hover {
  background: #111 none repeat scroll 0 0;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------
  SPONSORS
----------------------------------------------------*/
.media-partner{
	padding:10px 0px 20px;
}

.media-partner .owl-carousel.owl-drag .owl-item{
	padding: 5px;
}

.media-partner h2{
    font-size:20px;
    color: #222222;
    font-family:'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom:30px;
    text-align: center;
}

.media-partner-img {
    text-align: center;
    padding:20px 20px;
    margin:10px;
    display: inline-block;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 1px 40px 0 rgba(199,199,199,0.1);
    -moz-box-shadow: 0px 1px 40px 0 rgba(199,199,199,0.1);
    opacity: 0.7;
}

/*--------------------------------------------------
  SERVICE AREA
----------------------------------------------------*/
.service-area{
  padding:40px 0px;
  background:#111111;
  border-bottom: solid 1px #333;
}

.service-area ul{
  padding: 0px;
  margin:0px;
  position: relative;
  display:block;
}

.service-area li{
  list-style: none;
  font-size:25px;
  font-weight: 200;
  color:#848484;
  display: inline-block;
}

.service-area li i{
  margin-right:15px;
}

.service-area li:first-child{
  float:left;
}


.service-area li:last-child{
  float:right;
}

.service-area li a{
  color:#848484
}




/* ------------------------------------------------
    // SUPPORT
--------------------------------------------------*/
.support-wrapper{
  background:#f4f9fc;
  padding: 30px 0px 30px;
  position: relative;
}

.single-clients-logo {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-clients-logo a {
  text-align: center;
  display: block;
  background-color: #ffffff;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height:40px;
  width: 100%;
}

.single-clients-logo a:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-clients-logo a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


/*--------------------------------------------------
    FOOTER
--------------------------------------------------- */
footer {
  background:#111111;
  padding:0px 0px 0px;
  position: relative;
}


footer .footer-widget{
	padding:18px 0px;
}

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

.footer-widget .title_widget h3 {
    font-size:17px;
    color: #eeeeee;
    font-weight: 700;
    margin-bottom:30px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}


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

}

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

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

.footer-widget .footer_content .about-us{
	padding: 10px 0px;
}

.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;
}

/*--------- POST ------------*/
.footer-widget .footer_content > ul {
  margin: auto;
  padding: 0px;
}

.footer-widget .footer_content > ul li {
  display: block;
  overflow: hidden;
  margin-bottom:20px;
}

.footer-widget .footer_content > ul li .post-thumb {
  display: block;
  float: left;
  margin-right:10px;
  position: relative;
  width: 65px;
  overflow: hidden;
  border-radius: 5px;
}

.footer-widget .footer_content > ul li .post-thumb img{
  height: 65px;
  width:65px;
}

.footer-widget .footer_content > ul li .post-info {
  margin-top: 5px;
}

.footer-widget .footer_content > ul li .post-info a {
  display: block;
  font-size: 14px;
  color: #eeeeee;
  font-weight: 600;
  margin-bottom:3px;
}

.footer-widget .footer_content > ul li .post-info a:hover {
  color:#7ABA48;
}

.footer-widget .footer_content > ul li .post-info span {
  font-size: 12px;
  color:#7ABA48;
  font-weight: 200;
}
/*---- ADRESS ---*/
.footer-widget .footer_content ul.address {
    position: relative;
    line-height: 1.6;
    margin:0px 0px;
    color:#eeeeee;
}

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

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

.footer-widget .footer_content ul.address> li i {
  margin-right: 10px;
  color:#eeeeee;
  float: left;
}
.footer-widget .footer_content ul.address span{
	padding-left:20px;
	display: block;
}

/*--- social media --*/
.footer-widget .footer-media {
  position: relative;
  margin-top: 10px;
  display:block;
}

.footer-widget .footer-media h3{
	font-size: 17px;
    color: #eeeeee;
    font-weight: 700;
    margin-bottom:10px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-widget .footer-media ul {
	display: inline-flex;
}

.footer-widget .footer-media li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background:#2A2A2A;
    border-radius: 50%;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #eeeeee;
    margin-right:5px;
}

.footer-widget .footer-media li a:hover{
  color: #ffffff;
  background:#88bf5c;
}	

/*------ 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:#eeeeee;
  font-size:14px;
  font-weight:200;
  text-decoration: none;
}

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

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

/* --------------------------------
	COPYRIGHT
---------------------------------- */

.copyright {
  background:#111111;
  padding: 20px;
  border-top: solid 1px #272626;
}

.copyright p {
    color:#eeeeee;
    font-size: 14px;
    margin-bottom: 0;
    line-height:22px;
    font-weight:200;
}

.copyright p a{
  color:#eeeeee;
}

/*-------------------------------------------------*/
/* =  BOTTON UP
/*-------------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom:30px;
    left:10px;
    z-index:+999999;
    width:40px;
    height:40px;
    text-align: center;
    line-height:40px;
    background:#7ABA48;
    color: #fff;
    cursor: pointer;
    border:0;
    border-radius:5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 15px 30px -10px rgba(0, 0, 0, 0.3);
}

#back-to-top:hover {
    background:#7ABA48;
}

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


.sw-chat-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 65px;
    height: 65px;
    background:#11887A;
    box-shadow: rgba(124, 180, 66, 0.7) 0px 8px 35px 0px;
    z-index: 9;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.sw-chat-whatsapp i{
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  line-height:70px;
}

/* ------------------------ ANIMATION CSS ----------------*/
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}