.visible {
    opacity: 1;
}

.hidden {
    opacity: 0;
    display: block !important;
    visibility: visible !important;
}

.service-item-1,
.service-item-4 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

.service-item-2,
.service-item-5{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.service-item-3,
.service-item-6{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.latest-news-item-1,
.latest-news-item-4 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.latest-news-item-2,
.latest-news-item-5{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.latest-news-item-3,
.latest-news-item-6{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.about-feature-block-item.about-feature-item-1,
.about-feature-block-item.about-feature-item-2 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.about-feature-block-item.about-feature-item-3,
.about-feature-block-item.about-feature-item-4{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=======================================================
      Style Switcher
========================================================*/
.color-switcher {
    width: 220px;
    position: fixed;
    right: -220px;
    top: 195px;
    z-index: 99999;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom-right-radius: 4px;
}
.color-switcher h5 {
  font-size: 15px;
  margin-top: 0;
  padding: 0 20px 0;
}
.color-switcher p {
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
  background: #fff;
  height: 40px;
  text-align: left;
  font-weight: bold;
  line-height: 42px;
  text-transform: uppercase;
}
.color-switcher ul {
  list-style: none;
  padding: 0;
}
.color-switcher ul li {
  float: left;
}
.color-switcher ul li a {
  display: block;
  width: 35px;
  height: 35px;
  outline: none;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #333;
}
.color-switcher .black {
  background: #000;
}
.color-switcher ul li a.blue {
  background: #428bca;
}
.color-switcher ul li a.brown {
  background: #987654;
}
.color-switcher ul li a.cyan {
  background: #1ABC9C;
}
.color-switcher ul li a.dark-blue {
    background: #2b5184;
}
.color-switcher ul li a.dark-green {
  background: #88c136;
}
.color-switcher ul li a.dark-purple {
  background: #7e57c2;
}
.color-switcher ul li a.lite-green {
  background: #d4e157;
}
.color-switcher ul li a.orange {
  background: #ff9c00;
}
.color-switcher ul li a.purple {
  background: #c74a73;
}
.color-switcher ul li a.red {
  background: #e54242;
}
.color-switcher ul li a.sky-blue {
  background: #00abc9;
}


.color-switcher .white {
  background: #fff;
}
.color-switcher .light {
  background: #fff;
  width: 60px;
  color: #000;
  text-align: center;
  float: left;
  border: 1px solid #666;
  margin-top: 15px;
  margin-right: 22px;
}
.color-switcher .dark {
  background: #272727;
  width: 60px;
  float: right;
  color: #fff;
  border: 1px solid #666;
  margin-top: 15px;
}
.picker_close {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0px;
  text-align: center;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.picker_close i {
  font-size: 22px;
  margin-top: 9px;
}
.position {
  right: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
  display: table;
  text-align: left;
  padding-top: 0px;
  width: 100%;
  padding: 19px;
  background: #fff;
  padding-top: 0px;
}
.layouts a, .choose-header a, .choose-footer a {
  display: inline-block;
  text-align: center;
  width: 40%;
  margin: 0 5px 0 0;
  color: #5d5d5d;
  font-size: 15px;
  border: 1px solid #e7e7e7;
  padding: 5px 7px 2px;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover {
  border: 2px solid #a9a9a9;
  padding: 4px 5px 1px
}
.styleswitcher {
  position: fixed;
  width: 120px;
  background: #ffffff;
  color: #595959;
  top: 150px;
  right: -123px;
  z-index: 999;
}
.styleswitcher p {
  color: #000 !important;
}
.styleswitcher.ackapa {
  left: 0;
}
.styleswitcher .switch {
  padding-left: 15px;
  padding-bottom: 10px;
}
.styleswitcher .switch h5 {
  margin-top: 20px;
}
.styleswitcher .switch p {
  margin-top: 10px;
}
.stylebutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  top: 0px;
  right: -40px;
}
.styleswitcher a {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 99999999;
}
.color-switcher ul li {
  margin: 3px;
}

