@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #333;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #EA9215;
}

::-moz-selection {
  color: #fff;
  background: #EA9215;
}

::selection {
  color: #fff;
  background: #EA9215;
}

.top-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}

.navs{-webkit-box-shadow:0 14px 13px -9px rgba(0,0,0,.09);-moz-box-shadow:0 14px 13px -9px rgba(0,0,0,.09);box-shadow:0 14px 13px -9px rgba(0,0,0,.09);background-color:#000;}

.top-nav .top-menu {
  padding: 8px 0;
}
.top-nav .top {
  padding: 7px 0;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0);
  border-bottom:1px solid  rgba(255, 255, 255, 0.08);
}
.top-nav .top .num, .top-nav .top .top-social {
  display: inline-block;
  margin: 0;
}
.top-nav .top .num {
  color: #fff;
  font-size: 13px;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
  
}
.top-nav .top .top-social li {
  font-size: 14px;
  color:#FFFFFF;
}
.top-nav .top .top-social li a {
  padding: 0 7px;
  font-size: 15px;
  font-weight:600;
  color:#FFFFFF;
}
.top-nav .top .top-social li a i {
  font-size: 14px;
  color:#FFFFFF;
}
.top-nav #brand {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color:#FFFFFF;
  width: 200px;
}

.top-nav #brand a span {
  color: #EA9215;
}
.top-nav a {
  
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-nav .menu-1 {
    display: none;
  }

  h2 {
  font-size: 19px;
}

.top-nav #brand {
  width: 150px;
}


}
.top-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
  
}
.top-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  color: #333;
  
}
.top-nav ul li a {
  font-size: 13px;
  padding: 30px 10px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform:uppercase;
}
.top-nav ul li a:hover, .top-nav ul li a:focus, .top-nav ul li a:active {
  color: #FF9900;
}
.top-nav ul li.has-dropdown {
  position: relative;
}
.top-nav ul li.has-dropdown .dropdown {
  width: 250px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 1;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
  background: rgba(29, 42, 99, 0.2);
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  
}
.top-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.top-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.top-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.top-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999;
  line-height: 1.9;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
}
.top-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.top-nav ul li.has-dropdown:hover a, .top-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.top-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.top-nav ul li.btn-cta a span {
  background: #ffcc00;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #000 !important;
}
.top-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}


.top-nav ul li.btn-cta1 a {
  padding: 30px 0px !important;
  color: #000;
}
.top-nav ul li.btn-cta1 a span {
  
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color:#2d6cdf;
  color:#FFFFFF;
}
.top-nav ul li.btn-cta1 a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}



.top-nav ul li.active > a {
  color: #000 !important;
}

#home-header {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-image:url(../images/hero.jpg);
  display: none;
    visibility: hidden;
}

#home-header-inner {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  background-image:url(../images/hero.jpg);
}

video {
width: 100%    !important;
height: auto   !important;
display: block;
visibility: visible;
object-fit: fill; // use "cover" to avoid distortion position: absolute;
}

@media screen and (max-width: 768px) {
  #home-header {
    display: block;
    visibility: visible;
  }
  video {
width: 100%    !important;
height: auto   !important;
display: none;
visibility: hidden;
object-fit: fill; // use "cover" to avoid distortion position: absolute;
}
.display-t1
{
  display: none;
visibility: hidden;
}
}


.home-cover {
  height: 650px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.home-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
.home-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .home-cover {
    height: 320px;
  }
}
.home-cover .display-t,
.home-cover .display-tc {
  z-index: 9;
  height: 700px;
  display: table;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home-cover .display-t,
  .home-cover .display-tc {
    height: 400px;
    margin-top: 30px;
  }
}
.home-cover.home-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .home-cover.home-cover-sm {
    height: 400px;
  }
}
.home-cover.home-cover-sm .display-t,
.home-cover.home-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-cover.home-cover-sm .display-t,
  .home-cover.home-cover-sm .display-tc {
    height: 400px;
  }
}

#home-header .display-tc,
.home-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#home-header .display-tc h1, #home-header .display-tc h2,
.home-cover .display-tc h1,
.home-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#home-header .display-tc h1,
.home-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  #home-header .display-tc h1,
  .home-cover .display-tc h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
#home-header .display-tc h2,
.home-cover .display-tc h2 {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0);
  color:#fff;
  padding:7px;
}



@media screen and (max-width: 768px) {
  #home-header .display-tc h2,
.home-cover .display-tc h2 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0);
  color:#fff;
  padding:0px;
}

#home-header .display-tc h3,
.home-cover .display-tc h3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0);
  color:#fff;
  padding:0px;
}

}
#home-header .display-tc .btn,
.home-cover .display-tc .btn {
  padding: 10px 15px;
  color: #fff;
  border: none !important;
  font-size: 15px;
}
#home-header .display-tc .btn.btn-video,
.home-cover .display-tc .btn.btn-video {
  background: rgba(9, 198, 171, 0.8);
  border: none;
}

#home-header .display-tc .btn.btn-access,
.home-cover .display-tc .btn.btn-access {
  background: rgba(0, 0, 0, 0.8);
  border: none;
}
#home-header .display-tc .btn.btn-access:hover, #home-header .display-tc .btn.btn-access:focus,
.home-cover .display-tc .btn.btn-access:hover,
.home-cover .display-tc .btn.btn-access:focus {
  background: rgba(0, 0, 0, 0.9) !important;
  color: #fff !important;
}



#home-header .display-tc .btn.btn-video:hover, #home-header .display-tc .btn.btn-video:focus,
.home-cover .display-tc .btn.btn-video:hover,
.home-cover .display-tc .btn.btn-video:focus {
  background: rgba(9, 198, 171, 0.9) !important;
  color: #fff !important;
}
#home-header .display-tc .btn:hover, #home-header .display-tc .btn:focus,
.home-cover .display-tc .btn:hover,
.home-cover .display-tc .btn:focus {
  color: #fff !important;
}
#home-header .display-tc .btn.btn-learn,
.home-cover .display-tc .btn.btn-learn {
  background: rgba(234, 146, 21, 0.8);
  border: none;
}
#home-header .display-tc .btn.btn-learn:hover, #home-header .display-tc .btn.btn-learn:focus,
.home-cover .display-tc .btn.btn-learn:hover,
.home-cover .display-tc .btn.btn-learn:focus {
  background: rgba(234, 146, 21, 0.9) !important;
  color: #fff !important;
}
#home-header .display-tc .btn:hover,
.home-cover .display-tc .btn:hover {
  background: #EA9215 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#home-header .display-tc .form-inline .form-group,
.home-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#home-header .display-tc .form-inline .form-group .form-control,
.home-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.bg-section {
  background-image:url(../images/bg1.jpg);
 
  background-attachment:fixed;
}


#pricing,

#content-block
 {
  padding:3em 0;
  clear: both;
}



#footer {
  padding: 1.5em 0;
  clear: both;
}

#explore {
  padding: 3em 0;
  clear: both;
}

#project {
  padding: 4em 0;
  clear: both;
}



@media screen and (max-width: 768px) {
  #explore,
  #pricing,
  #project,
  #content-block {
    padding: 1em 0;
  }
}

@media screen and (max-width: 768px) {
  
  #footer {
    padding: 1em 0;
  }
}

#explore .explore1 {
  margin-bottom: 7em;
}

.mt {
  margin-top: 20px;
 
}
.mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
.mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #EA9215;
}
.mt > div {
  margin-bottom: 40px;
}
.mt .list-nav {
  margin: 50px 0 60px 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  color: #ccc;
}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #fff;
}

.top-social-icons {
  margin: 0;
  padding: 0;
}
.top-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.top-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #d52027;
  padding-left: 10px;
  padding-right: 10px;
}
.top-social-icons li a i {
  font-size: 20px;
}



.proj-bottom {
  padding-bottom: 2.5em;
}

.project {
  margin-bottom: 30px;
}
.project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.project > a h3, .project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 70px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 25px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.project > a span {
  font-size: 14px;
  bottom: 20px;
}
.project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  bottom: 10px;
}
.project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.project > a:hover h3, .project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.project > a:hover span {
  bottom: 15px;
}
.project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.heading {
  margin-bottom: 1em;
}
.heading.heading-sm {
  margin-bottom: 2em;
}
.heading h2 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1;
  color: #666;
  font-weight:700;
}

.heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}







.content-block {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  
  
}
@media screen and (max-width: 768px) {
  .content-block {
    width: 100%;
  }
}
.content-block .blog-bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
}
@media screen and (max-width: 768px) {
  .content-block .blog-bg {
    height: 300px;
  }
}
.content-block .blog-text {
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.content-block .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
}
.content-block .blog-text .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}
.content-block .blog-text .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.content-block .blog-text .stuff li:first-child {
  margin-left: 0;
}
.content-block .blog-text .stuff li:last-child {
  float: right;
}
.content-block .blog-text .stuff li:last-child i {
  padding-right: 0;
  padding-left: 10px;
}
.content-block .blog-text .stuff li i {
  font-size: 14px;
  padding-right: 5px;
}
.content-block .blog-text h3 {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content-block .blog-text h3 a {
  color: black;
}

.content-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
  
}
.content-flex .content-blog, .content-flex .content-entry {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .content-flex .content-blog, .content-flex .content-entry {
    width: 100%;
  }
}
.content-flex .content-blog {
  padding: 0em;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .content-flex .content-blog {
    width: 100%;
  }
}
.content-flex .content-blog:before {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  content: '';
  border: 10px solid rgba(255, 255, 255, 0.4);
}
.content-flex .content-blog .desc-t {
  display: table;
  min-height: 430px;
  padding: 4em;
  z-index: 1;
}
.content-flex .content-blog .desc-t .desc-tc {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  z-index: 1;
}
.content-flex .content-blog .desc-t .featured-head {
  display: block;
  margin-bottom: 30px;
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.8);
}
.content-flex .content-blog .desc-t h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .content-flex .content-blog .desc-t h3 {
    font-size: 24px;
  }
}
.content-flex .content-blog .desc-t h3 a {
  color: #fff;
}
.content-flex .content-blog .desc-t p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.content-flex .content-blog .desc-t .read-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  color: white;
  border: 1px solid red;
  padding: 10px 15px;
  border: 1px solid white;
  color: #fff;
}
.content-flex .content-entry {
  padding: 4em;
}
@media screen and (max-width: 768px) {
  .content-flex .content-entry {
    padding: 4em 1em;
  }
}
.content-flex .content-entry h2 {
  display: block;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 500;
  margin-bottom: 40px;
  color:#666666;
}
.content-flex .content-entry .blog-post {
  margin-bottom: 2.5em;
  display: block;
  position: relative;
}
.content-flex .content-entry .blog-post .desc {
  padding-left: 110px;
}
.content-flex .content-entry .blog-post .desc h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.content-flex .content-entry .blog-post .desc span {
  font-size: 13px;
  color: #b3b3b3;
}
.content-flex .content-entry .blog-post .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.price-box {
  width: 100%;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.price-box.popular .btn-select-plan {
  background: #EA9215;
}
.price-box.popular .price {
  color: #EA9215;
}
.price-box .btn-select-plan {
  padding: 10px 20px;
  background: #09C6AB;
  color: #fff;
}
.price-box .classes {
  padding: 0;
}
.price-box .classes li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
}
.price-box .classes li.color {
  background: rgba(0, 0, 0, 0.04);
}

.pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}

.price {
  font-size: 62px;
  color: #000;
  line-height: 50px;
}
.price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.tour-packages {
  margin-bottom: 30px;
}
.tour-packages > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tour-packages > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius:10px;
  
}
.tour-packages > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tour-packages > a h3, .tour-packages > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 18px;
  font-weight: 600;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tour-packages > a span {
  font-size: 11px;
  bottom: 20px;
}
.tour-packages > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.tour-packages > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .tour-packages > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.tour-packages > a:hover h3, .tour-packages > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.tour-packages > a:hover span {
  bottom: 15px;
}
.tour-packages > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.btop {
  margin-top:90px;
}
@media screen and (max-width: 768px) 
{
.btop {
  margin-top:60px;
}
}


@media screen and (max-width: 768px) {
  .tour-packages > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}




.heading-section {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.heading-section h2 {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  text-transform:uppercase;
}
.heading-section p {
  font-size: 16px;
}

#footer {
  padding: 120px 0;
  color: #fff;
  background-color: #000;
}

#footer a{
  color: #fff;
}
#footer a:hover{
  color: #fff;
  text-decoration: underline;
}

#footer .footer-desc h3 {
  font-size:46px;
  color:#FFFFFF;
  font-weight:700;
}

#footer .footer-desc p {
  margin-bottom:30px;
  color:#FFFFFF;
}

#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0;
  color:#FFFFFF;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #offcanvas {
    display: block;
  }
}
.offcanvas #offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#offcanvas ul {
  padding: 0;
  margin: 0;
}
#offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 30px;
  height: 30px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.top-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.top-nav-toggle.active i::before, .top-nav-toggle.active i::after {
  background: #444;
}
.top-nav-toggle:hover, .top-nav-toggle:focus, .top-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.top-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.top-nav-toggle i::before, .top-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.top-nav-toggle.top-nav-white > i {
  color: #fff;
  background: #fff;
}
.top-nav-toggle.top-nav-white > i::before, .top-nav-toggle.top-nav-white > i::after {
  background: #fff;
}

.top-nav-toggle i::before {
  top: -7px;
}

.top-nav-toggle i::after {
  bottom: -7px;
}

.top-nav-toggle:hover i::before {
  top: -10px;
}

.top-nav-toggle:hover i::after {
  bottom: -10px;
}

.top-nav-toggle.active i {
  background: transparent;
}

.top-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.top-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.top-nav-toggle {
  position: fixed;
  right: 0px;
  top: 45px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .top-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 4px 10px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #EA9215;
  color: #fff;
  border: 2px solid #EA9215;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec9d2c !important;
  border-color: #ec9d2c !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius:20px;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #EA9215;
  color: #fff;
}


.btn-outline-w {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius:20px;
}
.btn-outline-w:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 1px solid #ccc;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color:#666666;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
  height: 40px;
  font-size: 12px;
  font-weight: 300;
}

.form-control::placeholder {
  color: #000;
}


.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #EA9215;
}

.row-pb-md {
  padding-bottom: 2em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}



.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */



#feedback {
  position: fixed;
  right: -50px;
  bottom: 50px;
  height: 320px;
  
  z-index:1;
}

#feedback-form {
  float: left;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  width: 130px;
  height: 32px;
  background-color: #ffcc00;
  margin-top: 60px;
  margin-left: -48px;
  padding-top: 5px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  
}

#feedback-tab:hover { background-color: rgba(0,0,0,0.4); }

#feedback-form textarea { resize: none; }


#inner-content
{
	padding: 2em 0;
	clear: both;
	margin-top:80px;
	
}

.header-bg-inner {
  height: 250px !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  
}
.header-bg-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  overflow: visible;
  width: 100%;
  height: 810px;
  background: #2fb49a; /* fallback for old browsers */
  background: -webkit-linear-gradient(150deg, #199b82, #c6d158); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(150deg, #199b82, #c6d158); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: -1;
  
}
.header-bg-inner .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.header-bg-inner > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header-bg-inner {
    height: 350px;
  }
}
.header-bg-inner .header-text-main,
.header-bg-inner .header-text {
  z-index: 9;
  width: 100%;
  margin-top: 170px;
}




@media screen and (max-width: 768px) {
  .header-bg-inner .header-text-main,
.header-bg-inner .header-text {
  z-index: 9;
  width: 100%;
  margin-top: 50px;
}
}

.header-bg-inner .header-text-main2,
.header-bg-inner .header-text2 {
  z-index: 9;
  height: 50px;
  display: table;
  width: 100%;
  margin-top: 30px;
}

.header-bg-inner .header-text-main2,
.header-bg-inner .header-text2 img{
padding-left:10px;
}

@media screen and (max-width: 768px) {
  .header-bg-inner .header-text-main,
  .header-bg-inner .header-text {
    height: 400px;
  }
  .header-bg-inner .header-text-main2,
.header-bg-inner .header-text2 {
 display:none;
}
}
.header-bg-inner.header-bg-inner-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .header-bg-inner.header-bg-inner-sm {
    height: 400px;
  }
}
.header-bg-inner.header-bg-inner-sm .header-text-main,
.header-bg-inner.header-bg-inner-sm .header-text {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-bg-inner.header-bg-inner-sm .header-text-main,
  .header-bg-inner.header-bg-inner-sm .header-text {
    height: 400px;
  }
}

#main-header .header-text,
#counter .header-text,
.header-bg-inner .header-text {
  display: table-cell !important;
  vertical-align: middle;
}
#main-header .header-text h1, #main-header .header-text h2,
#counter .header-text h1,
#counter .header-text h2,
.header-bg-inner .header-text h1,
.header-bg-inner .header-text h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
#main-header .header-text h1,
#counter .header-text h1,
.header-bg-inner .header-text h1 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #main-header .header-text h1,
  #counter .header-text h1,
  .header-bg-inner .header-text h1 {
    font-size: 30px;
  }
}
#main-header .header-text h2,
#counter .header-text h2,
.header-bg-inner .header-text h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#main-header .header-text .btn,
#counter .header-text .btn,
.header-bg-inner .header-text .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#main-header .header-text .btn.btn-video,
#counter .header-text .btn.btn-video,
.header-bg-inner .header-text .btn.btn-video {
  background: rgba(9, 198, 171, 0.8);
  border: none;
}
#main-header .header-text .btn.btn-video:hover, #main-header .header-text .btn.btn-video:focus,
#counter .header-text .btn.btn-video:hover,
#counter .header-text .btn.btn-video:focus,
.header-bg-inner .header-text .btn.btn-video:hover,
.header-bg-inner .header-text .btn.btn-video:focus {
  background: rgba(9, 198, 171, 0.9) !important;
  color: #fff !important;
}
#main-header .header-text .btn:hover, #main-header .header-text .btn:focus,
#counter .header-text .btn:hover,
#counter .header-text .btn:focus,
.header-bg-inner .header-text .btn:hover,
.header-bg-inner .header-text .btn:focus {
  color: #fff !important;
}
#main-header .header-text .btn.btn-learn,
#counter .header-text .btn.btn-learn,
.header-bg-inner .header-text .btn.btn-learn {
  background: rgba(234, 146, 21, 0.8);
  border: none;
}
#main-header .header-text .btn.btn-learn:hover, #main-header .header-text .btn.btn-learn:focus,
#counter .header-text .btn.btn-learn:hover,
#counter .header-text .btn.btn-learn:focus,
.header-bg-inner .header-text .btn.btn-learn:hover,
.header-bg-inner .header-text .btn.btn-learn:focus {
  background: rgba(234, 146, 21, 0.9) !important;
  color: #fff !important;
}
#main-header .header-text .btn:hover,
#counter .header-text .btn:hover,
.header-bg-inner .header-text .btn:hover {
  background: #EA9215 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#main-header .header-text .form-inline .form-group,
#counter .header-text .form-inline .form-group,
.header-bg-inner .header-text .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#main-header .header-text .form-inline .form-group .form-control,
#counter .header-text .form-inline .form-group .form-control,
.header-bg-inner .header-text .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}


.icon-sidebar-desk{position:fixed;bottom:25%;right:0;background-color:none;z-index:99999;padding:5px}
.icon-sidebar-desk a{display:block;text-align:center;padding:7px;transition:all .3s ease;color:#333;margin-bottom:7px;background-color:#fff;-webkit-box-shadow:0 0 14px 0 rgba(0,0,0,.13);-moz-box-shadow:0 0 14px 0 rgba(0,0,0,.13);box-shadow:0 0 14px 0 rgba(0,0,0,.13);border-radius:100px;}

.icon-sidebar-deskl{position:fixed;bottom:10%;left:0;background-color:none;z-index:99999;padding:5px}


.desk{display:block;visibility:visible}
.mobile{display:none;visibility:hidden}

@media screen and (max-width:768px){.desk{display:none;visibility:hidden}
  .mobile{display:block;visibility:visible;margin-bottom:20px;margin-left:-20px}}


#content {
  padding: 4em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #content {
    padding: 3em 0;
  }
}

#pricing
{
background-color:#fff;
}

#pricing .price-box {
  background-color:#f6f6f6;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 40px;
  position: relative;
}
#pricing .price-box.popular {
  border: 2px solid #6173f4;
}
#pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #6173f4;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #6173f4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
}
#pricing .price {
  font-size: 50px;
  color: #666;
}
#pricing p {
  
  color: #666;
}
#pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#pricing .price small {
  font-size: 16px;
}
#pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size:12px;
}

.booking
{
border:0px solid #CCCCCC;padding:20px;background-color:#FFFFFF;border-radius:10px;-webkit-box-shadow: 7px 9px 26px -1px rgba(204,204,204,1);
-moz-box-shadow: 7px 9px 26px -1px rgba(204,204,204,1);
box-shadow: 7px 9px 26px -1px rgba(204,204,204,1);
}
.booking:hover
{
border:0px solid #CCCCCC;padding:20px;background-color:#FFFFFF;border-radius:10px;-webkit-box-shadow: 7px 9px 26px -1px rgba(204,204,204,0.69);
-moz-box-shadow: 7px 9px 26px -1px rgba(204,204,204,0.69);
box-shadow: 7px 9px 26px -1px rgba(204,204,204,0.69);
}

.m-top-100
{
margin-top:100px;
}

@media screen and (max-width: 768px) {
.m-top-100
{
margin-top:30px;
}
}


/*Social Media*/
#social-sidebar {
    font-size: 0
}

#social-sidebar,
#social-sidebar * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#social-sidebar ol,
#social-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#social-sidebar li {
    line-height: 0;
    font-size: 0
}

#social-sidebar a img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: none
}

#social-sidebar a,
#social-sidebar a:hover,
#social-sidebar a:active {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#social-sidebar .link-label {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#social-sidebar .link-icon img {
    position: relative;
    top: -2px
}

#social-sidebar.pos-fixed {
    position: fixed
}

#social-sidebar.pos-absolute {
    position: absolute
}

#social-sidebar {
    font-family: Arial, Verdana, sans-serif;
    z-index: 1000
}

#social-sidebar ul li a {
    text-align: center;
    position: relative;
    display: block
}

#social-sidebar ul li .link-icon {
    display: block;
    float: left;
    text-align: center;
    overflow: hidden
}

#social-sidebar ul li a:hover .link-label {
    opacity: 1
}

#social-sidebar ul li a .link-label {
    position: absolute;
    z-index: -1;
    width: 0;
    white-space: nowrap;
    opacity: 0
}

#social-sidebar.show-effects ul li a .link-label {
    -webkit-transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    -moz-transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s
}

#social-sidebar.pos-left {
    left: 0;
    top: 25%
}

#social-sidebar.pos-left ul li a .link-label {
    left: -600%
}

#social-sidebar.pos-left ul li a:hover .link-label {
    left: 100%
}

#social-sidebar.pos-left ul li a .link-label:before {
    left: -4px
}

#social-sidebar.pos-right {
    right: 0;
    top: 35%
}

#social-sidebar.pos-right ul li a .link-label {
    right: -600%
}

#social-sidebar.pos-right ul li a:hover .link-label {
    right: 100%
}

#social-sidebar.pos-right ul li a .link-label:before {
    right: -4px
}

#social-sidebar.pos-top {
    top: 0
}

body.admin-bar #social-sidebar.pos-top {
    top: 32px
}

#social-sidebar.pos-top ul li {
    display: inline-block;
    vertical-align: top
}

#social-sidebar.pos-top ul li a .link-label {
    top: -600%
}

#social-sidebar.pos-top ul li a:hover .link-label {
    top: 100%
}

#social-sidebar.pos-top ul li a .link-label:before {
    top: -4px
}

#social-sidebar.pos-top.pos-tb-left ul li a .link-label {
    left: 5px
}

#social-sidebar.pos-top.pos-tb-right ul li a .link-label {
    right: 0
}

#social-sidebar.pos-bottom {
    bottom: 0
}

#social-sidebar.pos-bottom ul li {
    display: inline-block;
    vertical-align: top
}

#social-sidebar.pos-bottom ul li a .link-label {
    bottom: -600%
}

#social-sidebar.pos-bottom ul li a:hover .link-label {
    bottom: 100%
}

#social-sidebar.pos-bottom ul li a .link-label:before {
    bottom: -4px
}

#social-sidebar.pos-bottom.pos-tb-left ul li a .link-label {
    left: 5px
}

#social-sidebar.pos-bottom.pos-tb-right ul li a .link-label {
    right: 0
}

#social-sidebar.size-small ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 21px
}

#social-sidebar.size-small .link-icon {
    width: 35px;
    height: 35px;
    line-height: 35px
}

#social-sidebar.size-large ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 31px
}

#social-sidebar.size-large .link-icon {
    width: 50px;
    height: 50px;
    line-height: 50px
}

#social-sidebar.size-large .link-icon i {
    position: relative;
    top: 1px
}

#social-sidebar.shape-circle ul li a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

#social-sidebar.shape-circle .link-icon {
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px
}

#social-sidebar.shape-circle.pos-left ul li a {
    margin-top: 5px;
    left: 5px
}

#social-sidebar.shape-circle.pos-right ul li a {
    margin-top: 5px;
    right: 5px
}

#social-sidebar.shape-circle.pos-top ul li a {
    top: 5px
}

#social-sidebar.shape-circle.pos-bottom ul li a {
    bottom: 5px
}

#social-sidebar.shape-circle.pos-tb-left ul li a {
    margin-left: 5px
}

#social-sidebar.shape-circle.pos-tb-right ul li a {
    margin-right: 5px
}

#social-sidebar.shape-rounded ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#social-sidebar.shape-rounded .link-icon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#social-sidebar.shape-rounded.pos-left ul li a {
    margin-top: 5px;
    left: 5px
}

#social-sidebar.shape-rounded.pos-right ul li a {
    margin-top: 5px;
    right: 5px
}

#social-sidebar.shape-rounded.pos-top ul li a {
    top: 5px
}

#social-sidebar.shape-rounded.pos-bottom ul li a {
    bottom: 5px
}

#social-sidebar.shape-rounded.pos-tb-left ul li a {
    margin-left: 5px
}

#social-sidebar.shape-rounded.pos-tb-right ul li a {
    margin-right: 5px
}

#social-sidebar.label-square .link-label {
    margin-left: -5px;
    padding: 0 15px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 15px
}

#social-sidebar.label-square.pos-right .link-label {
    margin-right: -5px;
    padding: 0 15px
}

#social-sidebar.label-square.size-large .link-label {
    line-height: 52px;
    font-size: 17px
}

#social-sidebar.label-square.pos-left .link-label {
    text-align: left
}

#social-sidebar.label-square.pos-right .link-label {
    text-align: right
}

#social-sidebar.label-square.pos-top .link-label,
#social-sidebar.label-square.pos-bottom .link-label {
    padding: 0 8px
}

#social-sidebar.label-square.shape-circle.pos-top .link-label,
#social-sidebar.label-square.shape-rounded.pos-top .link-label {
    margin-top: 5px
}

#social-sidebar.label-square.shape-circle.pos-bottom .link-label,
#social-sidebar.label-square.shape-rounded.pos-bottom .link-label {
    margin-bottom: 5px
}

#social-sidebar.label-square.pos-left.shape-circle .link-label {
    margin-left: -16px;
    padding-left: 24px
}

#social-sidebar.label-square.pos-right.shape-circle .link-label {
    margin-right: -16px;
    padding-right: 24px
}

#social-sidebar.label-square.pos-left.shape-circle.size-large .link-label {
    margin-left: -24px;
    padding-left: 32px
}

#social-sidebar.label-square.pos-right.shape-circle.size-large .link-label {
    margin-right: -24px;
    padding-right: 32px
}

#social-sidebar.label-curve .link-label {
    margin-left: -5px;
    padding: 0 15px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 15px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

#social-sidebar.label-curve.pos-right .link-label {
    margin-right: -5px;
    padding: 0 15px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

#social-sidebar.label-curve.size-large .link-label {
    line-height: 52px;
    font-size: 17px
}

#social-sidebar.label-curve.pos-left .link-label {
    text-align: left
}

#social-sidebar.label-curve.pos-right .link-label {
    text-align: right
}

#social-sidebar.label-curve.pos-top .link-label,
#social-sidebar.label-curve.pos-bottom .link-label {
    padding: 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#social-sidebar.label-curve.shape-circle.pos-top .link-label,
#social-sidebar.label-curve.shape-rounded.pos-top .link-label {
    margin-top: 5px
}

#social-sidebar.label-curve.shape-circle.pos-bottom .link-label,
#social-sidebar.label-curve.shape-rounded.pos-bottom .link-label {
    margin-bottom: 5px
}

#social-sidebar.label-curve.pos-left.shape-circle .link-label {
    margin-left: -16px;
    padding-left: 24px
}

#social-sidebar.label-curve.pos-right.shape-circle .link-label {
    margin-right: -16px;
    padding-right: 24px
}

#social-sidebar.label-curve.pos-left.shape-circle.size-large .link-label {
    margin-left: -24px;
    padding-left: 32px
}

#social-sidebar.label-curve.pos-right.shape-circle.size-large .link-label {
    margin-right: -24px;
    padding-right: 32px
}

#social-sidebar.label-round .link-label {
    margin-left: -5px;
    padding: 0 15px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 15px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0
}

#social-sidebar.label-round.pos-right .link-label {
    margin-right: -5px;
    padding: 0 15px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px
}

#social-sidebar.label-round.size-large .link-label {
    line-height: 52px;
    font-size: 17px
}

#social-sidebar.label-round.pos-left .link-label {
    text-align: left
}

#social-sidebar.label-round.pos-right .link-label {
    text-align: right
}

#social-sidebar.label-round.pos-top .link-label,
#social-sidebar.label-round.pos-bottom .link-label {
    padding: 0 8px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

#social-sidebar.label-round.shape-circle.pos-top .link-label,
#social-sidebar.label-round.shape-rounded.pos-top .link-label {
    margin-top: 5px
}

#social-sidebar.label-round.shape-circle.pos-bottom .link-label,
#social-sidebar.label-round.shape-rounded.pos-bottom .link-label {
    margin-bottom: 5px
}

#social-sidebar.label-round.pos-left.shape-circle .link-label {
    margin-left: -16px;
    padding-left: 24px
}

#social-sidebar.label-round.pos-right.shape-circle .link-label {
    margin-right: -16px;
    padding-right: 24px
}

#social-sidebar.label-round.pos-left.shape-circle.size-large .link-label {
    margin-left: -24px;
    padding-left: 32px
}

#social-sidebar.label-round.pos-right.shape-circle.size-large .link-label {
    margin-right: -24px;
    padding-right: 32px
}

#social-sidebar.label-fancy .link-label {
    margin-top: -16px;
    padding: 4px 8px;
    width: auto;
    line-height: 24px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 50%
}

#social-sidebar.label-fancy.pos-top .link-label {
    margin-top: -10px
}

#social-sidebar.label-fancy.pos-top.size-large .link-label {
    margin-top: -15px
}

#social-sidebar.label-fancy.pos-top.pos-tb-left.size-large .link-label {
    margin-left: 8px
}

#social-sidebar.label-fancy.pos-top.pos-tb-right.size-large .link-label {
    margin-right: 8px
}

#social-sidebar.label-fancy.pos-bottom .link-label {
    margin-top: 0;
    margin-bottom: -10px;
    top: auto
}

#social-sidebar.label-fancy.pos-bottom.size-large .link-label {
    margin-top: 0;
    margin-bottom: -15px;
    top: auto
}

#social-sidebar.label-fancy.pos-bottom.pos-tb-left.size-large .link-label {
    margin-left: 8px
}

#social-sidebar.label-fancy.pos-bottom.pos-tb-right.size-large .link-label {
    margin-right: 8px
}

#social-sidebar.label-fancy .link-label:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: -2;
    top: 50%
}

#social-sidebar.label-fancy.pos-top.pos-tb-right .link-label:before {
    right: 15px
}

#social-sidebar.label-fancy.pos-top .link-label:before {
    margin-top: 0;
    top: -4px
}

#social-sidebar.label-fancy.pos-bottom.pos-tb-right .link-label:before {
    right: 15px
}

#social-sidebar.label-fancy.pos-bottom .link-label:before {
    margin-top: -4px;
    top: 100%
}

#social-sidebar.label-fancy.pos-left a:hover .link-label {
    left: 130%
}

#social-sidebar.label-fancy.pos-right a:hover .link-label {
    right: 130%
}

#social-sidebar.label-fancy.pos-top a:hover .link-label {
    top: 150%
}

#social-sidebar.label-fancy.pos-bottom a:hover .link-label {
    bottom: 150%
}

#social-sidebar.corners.pos-left ul li:first-child .link-icon {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}

#social-sidebar.corners.pos-left ul li:last-child .link-icon {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0
}

#social-sidebar.corners.pos-right ul li:first-child .link-icon {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0
}

#social-sidebar.corners.pos-right ul li:last-child .link-icon {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px
}

#social-sidebar.corners.pos-top ul li:first-child .link-icon {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px
}

#social-sidebar.corners.pos-top ul li:last-child .link-icon {
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0
}

#social-sidebar.corners.pos-bottom ul li:first-child .link-icon {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0
}

#social-sidebar.corners.pos-bottom ul li:last-child .link-icon {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}

#social-sidebar.corners-all.pos-left .link-icon {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

#social-sidebar.corners-all.pos-right .link-icon {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

#social-sidebar.corners-all.pos-top .link-icon {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

#social-sidebar.corners-all.pos-bottom .link-icon {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

#social-sidebar.shadow.pos-left {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow.pos-right {
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow.pos-top {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow.pos-bottom {
    -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow-all.pos-left ul li a {
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow-all.pos-right ul li a {
    -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow-all.pos-top ul li a {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

#social-sidebar.shadow-all.pos-bottom ul li a {
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3)
}

#social-sidebar.colors-dark ul li a span,
#social-sidebar.colors-dark ul li a span:before {
    background: #444;
    color: #FFF
}

#social-sidebar.colors-light ul li a span,
#social-sidebar.colors-light ul li a span:before {
    background: #E0E0E0;
    color: #555
}

#social-sidebar.colors-trans ul li a span,
#social-sidebar.colors-trans ul li a span:before {
    background: none;
    color: rgba(0, 0, 0, 0.5)
}

#social-sidebar.colors-trans ul li a:hover span,
#social-sidebar.colors-trans ul li a:hover span:before {
    background: #EEE
}

#social-sidebar.colors-color ul li a span,
#social-sidebar.colors-color ul li a span:before {
    background: #333;
    color: #FFF
}

#social-sidebar.colors-color ul li a[class*="500px"] span,
#social-sidebar.colors-color ul li a[class*="500px"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="adn"] span,
#social-sidebar.colors-color ul li a[class*="adn"] span:before {
    background: #444
}

#social-sidebar.colors-color ul li a[class*="amazon"] span,
#social-sidebar.colors-color ul li a[class*="amazon"] span:before {
    background: #F8981D
}

#social-sidebar.colors-color ul li a[class*="android"] span,
#social-sidebar.colors-color ul li a[class*="android"] span:before {
    background: #80BD01
}

#social-sidebar.colors-color ul li a[class*="apple"] span,
#social-sidebar.colors-color ul li a[class*="apple"] span:before {
    background: #999
}

#social-sidebar.colors-color ul li a[class*="behance"] span,
#social-sidebar.colors-color ul li a[class*="behance"] span:before {
    background: #222
}

#social-sidebar.colors-color ul li a[class*="bluetooth"] span,
#social-sidebar.colors-color ul li a[class*="bluetooth"] span:before {
    background: #0A3D91
}

#social-sidebar.colors-color ul li a[class*="buysellads"] span,
#social-sidebar.colors-color ul li a[class*="buysellads"] span:before {
    background: #C90100
}

#social-sidebar.colors-color ul li a[class*="cc-diners-club"] span,
#social-sidebar.colors-color ul li a[class*="cc-diners-club"] span:before {
    background: #0069AA
}

#social-sidebar.colors-color ul li a[class*="codiepie"] span,
#social-sidebar.colors-color ul li a[class*="codiepie"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="contao"] span,
#social-sidebar.colors-color ul li a[class*="contao"] span:before {
    background: #D88949
}

#social-sidebar.colors-color ul li a[class*="creative-commons"] span,
#social-sidebar.colors-color ul li a[class*="creative-commons"] span:before {
    background: #7FA517
}

#social-sidebar.colors-color ul li a[class*="css3"] span,
#social-sidebar.colors-color ul li a[class*="css3"] span:before {
    background: #1572B6
}

#social-sidebar.colors-color ul li a[class*="dashcube"] span,
#social-sidebar.colors-color ul li a[class*="dashcube"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="delicious"] span,
#social-sidebar.colors-color ul li a[class*="delicious"] span:before {
    background: #39F
}

#social-sidebar.colors-color ul li a[class*="deviantart"] span,
#social-sidebar.colors-color ul li a[class*="deviantart"] span:before {
    background: #5E756F
}

#social-sidebar.colors-color ul li a[class*="digg"] span,
#social-sidebar.colors-color ul li a[class*="digg"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="dribbble"] span,
#social-sidebar.colors-color ul li a[class*="dribbble"] span:before {
    background: #EA4C89
}

#social-sidebar.colors-color ul li a[class*="dropbox"] span,
#social-sidebar.colors-color ul li a[class*="dropbox"] span:before {
    background: #007EE5
}

#social-sidebar.colors-color ul li a[class*="drupal"] span,
#social-sidebar.colors-color ul li a[class*="drupal"] span:before {
    background: #0B77BE
}

#social-sidebar.colors-color ul li a[class*="edge"] span,
#social-sidebar.colors-color ul li a[class*="edge"] span:before {
    background: #3277BC
}

#social-sidebar.colors-color ul li a[class*="empire"] span,
#social-sidebar.colors-color ul li a[class*="empire"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="evernote"] span,
#social-sidebar.colors-color ul li a[class*="evernote"] span:before {
    background: #5FB336
}

#social-sidebar.colors-color ul li a[class*="expeditedssl"] span,
#social-sidebar.colors-color ul li a[class*="expeditedssl"] span:before {
    background: #343433
}

#social-sidebar.colors-color ul li a[class*="facebook"] span,
#social-sidebar.colors-color ul li a[class*="facebook"] span:before {
    background: #ffcc00
}

#social-sidebar.colors-color ul li a[class*="firefox"] span,
#social-sidebar.colors-color ul li a[class*="firefox"] span:before {
    background: #E65A09
}

#social-sidebar.colors-color ul li a[class*="flickr"] span,
#social-sidebar.colors-color ul li a[class*="flickr"] span:before {
    background: #ED006E
}

#social-sidebar.colors-color ul li a[class*="fonticons"] span,
#social-sidebar.colors-color ul li a[class*="fonticons"] span:before {
    background: #198965
}

#social-sidebar.colors-color ul li a[class*="fort-awesome"] span,
#social-sidebar.colors-color ul li a[class*="fort-awesome"] span:before {
    background: #111
}

#social-sidebar.colors-color ul li a[class*="forumbee"] span,
#social-sidebar.colors-color ul li a[class*="forumbee"] span:before {
    background: #86AC2C
}

#social-sidebar.colors-color ul li a[class*="foursquare"] span,
#social-sidebar.colors-color ul li a[class*="foursquare"] span:before {
    background: #1DAFEC
}

#social-sidebar.colors-color ul li a[class*="get-pocket"] span,
#social-sidebar.colors-color ul li a[class*="get-pocket"] span:before {
    background: #E84352
}

#social-sidebar.colors-color ul li a[class*="git"] span,
#social-sidebar.colors-color ul li a[class*="git"] span:before {
    background: #202021
}

#social-sidebar.colors-color ul li a[class*="github"] span,
#social-sidebar.colors-color ul li a[class*="github"] span:before {
    background: #202021
}

#social-sidebar.colors-color ul li a[class*="google-plus"] span,
#social-sidebar.colors-color ul li a[class*="google-plus"] span:before {
    background: #BC0B02
}

#social-sidebar.colors-color ul li a[class*="gratipay"] span,
#social-sidebar.colors-color ul li a[class*="gratipay"] span:before {
    background: #643513
}

#social-sidebar.colors-color ul li a[class*="hacker-news"] span,
#social-sidebar.colors-color ul li a[class*="hacker-news"] span:before {
    background: #F60
}

#social-sidebar.colors-color ul li a[class*="heart"] span,
#social-sidebar.colors-color ul li a[class*="heart"] span:before {
    background: #CD181F
}

#social-sidebar.colors-color ul li a[class*="html5"] span,
#social-sidebar.colors-color ul li a[class*="html5"] span:before {
    background: #E44D26
}

#social-sidebar.colors-color ul li a[class*="houzz"] span,
#social-sidebar.colors-color ul li a[class*="houzz"] span:before {
    background: #9AC743
}

#social-sidebar.colors-color ul li a[class*="internet-explorer"] span,
#social-sidebar.colors-color ul li a[class*="internet-explorer"] span:before {
    background: #00BCF2
}

#social-sidebar.colors-color ul li a[class*="instagram"] span,
#social-sidebar.colors-color ul li a[class*="instagram"] span:before {
    background: #ffcc00
}

#social-sidebar.colors-color ul li a[class*="joomla"] span,
#social-sidebar.colors-color ul li a[class*="joomla"] span:before {
    background: #0D6DAB
}

#social-sidebar.colors-color ul li a[class*="jsfiddle"] span,
#social-sidebar.colors-color ul li a[class*="jsfiddle"] span:before {
    background: #4679A4
}

#social-sidebar.colors-color ul li a[class*="lastfm"] span,
#social-sidebar.colors-color ul li a[class*="lastfm"] span:before {
    background: #D21309
}

#social-sidebar.colors-color ul li a[class*="leanpub"] span,
#social-sidebar.colors-color ul li a[class*="leanpub"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="linkedin"] span,
#social-sidebar.colors-color ul li a[class*="linkedin"] span:before {
    background: #007BB6
}

#social-sidebar.colors-color ul li a[class*="meanpath"] span,
#social-sidebar.colors-color ul li a[class*="meanpath"] span:before {
    background: #5590D4
}

#social-sidebar.colors-color ul li a[class*="medium"] span,
#social-sidebar.colors-color ul li a[class*="medium"] span:before {
    background: #000
}

#social-sidebar.colors-color ul li a[class*="modx"] span,
#social-sidebar.colors-color ul li a[class*="modx"] span:before {
    background: #9DC650
}

#social-sidebar.colors-color ul li a[class*="odnoklassniki"] span,
#social-sidebar.colors-color ul li a[class*="odnoklassniki"] span:before {
    background: #F68634
}

#social-sidebar.colors-color ul li a[class*="opencart"] span,
#social-sidebar.colors-color ul li a[class*="opencart"] span:before {
    background: #26C1F0
}

#social-sidebar.colors-color ul li a[class*="openid"] span,
#social-sidebar.colors-color ul li a[class*="openid"] span:before {
    background: #F38019
}

#social-sidebar.colors-color ul li a[class*="opera"] span,
#social-sidebar.colors-color ul li a[class*="opera"] span:before {
    background: #C30B1D
}

#social-sidebar.colors-color ul li a[class*="optin-monster"] span,
#social-sidebar.colors-color ul li a[class*="optin-monster"] span:before {
    background: #3A92D3
}

#social-sidebar.colors-color ul li a[class*="paypal"] span,
#social-sidebar.colors-color ul li a[class*="paypal"] span:before {
    background: #00335E
}

#social-sidebar.colors-color ul li a[class*="pinterest"] span,
#social-sidebar.colors-color ul li a[class*="pinterest"] span:before {
    background: #CA2128
}

#social-sidebar.colors-color ul li a[class*="product-hunt"] span,
#social-sidebar.colors-color ul li a[class*="product-hunt"] span:before {
    background: #D35C38
}

#social-sidebar.colors-color ul li a[class*="qq"] span,
#social-sidebar.colors-color ul li a[class*="qq"] span:before {
    background: #23A1DD
}

#social-sidebar.colors-color ul li a[class*="rebel"] span,
#social-sidebar.colors-color ul li a[class*="rebel"] span:before {
    background: #D40000
}

#social-sidebar.colors-color ul li a[class*="reddit"] span,
#social-sidebar.colors-color ul li a[class*="reddit"] span:before {
    background: #FF4500
}

#social-sidebar.colors-color ul li a[class*="renren"] span,
#social-sidebar.colors-color ul li a[class*="renren"] span:before {
    background: #105BA3
}

#social-sidebar.colors-color ul li a[class*="rss"] span,
#social-sidebar.colors-color ul li a[class*="rss"] span:before {
    background: #F57B05
}

#social-sidebar.colors-color ul li a[class*="safari"] span,
#social-sidebar.colors-color ul li a[class*="safari"] span:before {
    background: #2589D5
}

#social-sidebar.colors-color ul li a[class*="scribd"] span,
#social-sidebar.colors-color ul li a[class*="scribd"] span:before {
    background: #2C85BF
}

#social-sidebar.colors-color ul li a[class*="share"] span,
#social-sidebar.colors-color ul li a[class*="share"] span:before {
    background: #017F49
}

#social-sidebar.colors-color ul li a[class*="skyatlas"] span,
#social-sidebar.colors-color ul li a[class*="skyatlas"] span:before {
    background: #4CC3C8
}

#social-sidebar.colors-color ul li a[class*="skype"] span,
#social-sidebar.colors-color ul li a[class*="skype"] span:before {
    background: #019BD7
}

#social-sidebar.colors-color ul li a[class*="soundcloud"] span,
#social-sidebar.colors-color ul li a[class*="soundcloud"] span:before {
    background: #F93900
}

#social-sidebar.colors-color ul li a[class*="spotify"] span,
#social-sidebar.colors-color ul li a[class*="spotify"] span:before {
    background: #A9D00B
}

#social-sidebar.colors-color ul li a[class*="stack-overflow"] span,
#social-sidebar.colors-color ul li a[class*="stack-overflow"] span:before {
    background: #FF7A15
}

#social-sidebar.colors-color ul li a[class*="steam"] span,
#social-sidebar.colors-color ul li a[class*="steam"] span:before {
    background: #222
}

#social-sidebar.colors-color ul li a[class*="stumbleupon"] span,
#social-sidebar.colors-color ul li a[class*="stumbleupon"] span:before {
    background: #EB4823
}

#social-sidebar.colors-color ul li a[class*="tencent-weibo"] span,
#social-sidebar.colors-color ul li a[class*="tencent-weibo"] span:before {
    background: #27A4E2
}

#social-sidebar.colors-color ul li a[class*="tripadvisor"] span,
#social-sidebar.colors-color ul li a[class*="tripadvisor"] span:before {
    background: #55933F
}

#social-sidebar.colors-color ul li a[class*="tumblr"] span,
#social-sidebar.colors-color ul li a[class*="tumblr"] span:before {
    background: #1769FF
}

#social-sidebar.colors-color ul li a[class*="twitch"] span,
#social-sidebar.colors-color ul li a[class*="twitch"] span:before {
    background: #e6ecf0
}

#social-sidebar.colors-color ul li a[class*="twitter"] span,
#social-sidebar.colors-color ul li a[class*="twitter"] span:before {
    background: #ffcc00
}

#social-sidebar.colors-color ul li a[class*="viacoin"] span,
#social-sidebar.colors-color ul li a[class*="viacoin"] span:before {
    background: #2376A2
}

#social-sidebar.colors-color ul li a[class*="vimeo"] span,
#social-sidebar.colors-color ul li a[class*="vimeo"] span:before {
    background: #17B3E8
}

#social-sidebar.colors-color ul li a[class*="vine"] span,
#social-sidebar.colors-color ul li a[class*="vine"] span:before {
    background: #00A478
}

#social-sidebar.colors-color ul li a[class*="vk"] span,
#social-sidebar.colors-color ul li a[class*="vk"] span:before {
    background: #57799E
}

#social-sidebar.colors-color ul li a[class*="whatsapp"] span,
#social-sidebar.colors-color ul li a[class*="whatsapp"] span:before {
    background: #45C355
}

#social-sidebar.colors-color ul li a[class*="weibo"] span,
#social-sidebar.colors-color ul li a[class*="weibo"] span:before {
    background: #D52B2B
}

#social-sidebar.colors-color ul li a[class*="weixin"] span,
#social-sidebar.colors-color ul li a[class*="weixin"] span:before {
    background: #4AAD15
}

#social-sidebar.colors-color ul li a[class*="wikipedia"] span,
#social-sidebar.colors-color ul li a[class*="wikipedia"] span:before {
    background: #333
}

#social-sidebar.colors-color ul li a[class*="windows"] span,
#social-sidebar.colors-color ul li a[class*="windows"] span:before {
    background: #C40013
}

#social-sidebar.colors-color ul li a[class*="wordpress"] span,
#social-sidebar.colors-color ul li a[class*="wordpress"] span:before {
    background: #326D95
}

#social-sidebar.colors-color ul li a[class*="xing"] span,
#social-sidebar.colors-color ul li a[class*="xing"] span:before {
    background: #0C5459
}

#social-sidebar.colors-color ul li a[class*="yahoo"] span,
#social-sidebar.colors-color ul li a[class*="yahoo"] span:before {
    background: #640F6C
}

#social-sidebar.colors-color ul li a[class*="y-combinator"] span,
#social-sidebar.colors-color ul li a[class*="y-combinator"] span:before {
    background: #F26522
}

#social-sidebar.colors-color ul li a[class*="yelp"] span,
#social-sidebar.colors-color ul li a[class*="yelp"] span:before {
    background: #B61100
}

#social-sidebar.colors-color ul li a[class*="youtube"] span,
#social-sidebar.colors-color ul li a[class*="youtube"] span:before {
    background: #CD181F
}
.ymob {
    display:none;
	visibility:hidden;
  }

@media screen and (max-width: 768px) {
  .nomob {
    display:none;
	visibility:hidden;
  }
  .ymob {
    display:block;
	visibility:visible;
  }
  
}

section{
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 10px 0;
}
.card{
  position: relative;
  max-width: 300px;
  height: auto;
  /*background-image: linear-gradient(to bottom, #4f8af4, #2d6cdf);*/
  border-radius: 15px;
  margin: 0 auto;
  padding: 10px 10px;
  -webkit-box-shadow: 0 10px 45px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 45px rgba(0,0,0,.1) ;
-webkit-transition: .5s;
transition: .5s;
height:470px;
margin-bottom:50px;
border:0px solid #CCC;
}
.card:hover{
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.card::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, 0);
z-index: 1;
-webkit-transform: skewY(-5deg) scale(1.5);
        transform: skewY(-5deg) scale(1.5);
}
.title h2 {
  position: relative;
  margin: 20px  0 0;
  padding: 0;
  color: #333;
  font-size: 20px;
  z-index: 2;
  margin-bottom:20px;
}
.price,.option{
  position: relative;
  z-index: 2;
}
.price h4 {
margin: 0;
padding: 20px 0 ;
color: #000;
font-size: 40px;
font-weight: 600;
}
.option ul {
  margin: 0;
  padding: 0;

}
.option ul li {
margin: 0 0 10px;
padding: 0;
list-style: none;
color: #333;
font-size: 13px;
}
.card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color : black;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto 0 ;
  font-size: 12px;
  cursor: pointer;
  padding:7px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

}
.card a:hover{
    text-decoration: none;
}


.footer-call {
  position: fixed;
  bottom: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:50000;
  display:none;
  width:100%;
  visibility:hidden;
}

@media screen and (max-width: 768px) {
.footer-call {
  position: fixed;
  bottom: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:50000;
  display:block;
  width:100%;
  visibility:visible;
}
}


.footer-call a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: #000;
  font-weight:800;
  font-size:24px;
}

.footer-call a:hover {
    background-color: #000;
}

.call {
  background: #FFCC00;
  color: #000;
  
}


#fh5co-explore
{
  padding: 3em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-explore
  {
    padding: 3em 0;
  }
}

.fh5co-heading {
  margin-bottom: 3em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}

.fh5co-heading h1 {
  font-size: 44px;
  margin-bottom: 20px;
  line-height: 1;
  color: #000;
  font-weight:500;
}

.fh5co-heading h2 {
  font-size: 44px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  font-weight:600;
}


@media screen and (max-width: 768px) {
  .fh5co-heading h2 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  font-weight:600;
}
}

.fh5co-heading p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fh5co-heading ul li a {
  font-size: 13px;
  line-height: 1;
  color: #0000CC;
}
.fh5co-heading ul li a:hover {
  font-size: 13px;
  line-height: 1;
  color: #000;
}

.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.fh5co-heading .pbox
{
color:#fff;padding:5px;width:300px;text-align:center;background-color:#FF9900;font-weight:800;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 44px;
  display: block;
  color: #333;
  width: 100%;
  font-weight: 500;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
   color: #333;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}


#fh5co-blog {
  padding: 6em 0;
  clear: both;
}


.fh5co-blog {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-img-holder {
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 170px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}



.fh5co-blog .blog-text {
  position: relative;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  width: 100%;
  padding: 15px;
  text-align:center;
}




.fh5co-blog .blog-text span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 a {
  
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight:600;
  
}
.fh5co-blog .blog-text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing:normal;
  color:#333333;
}

.fh5co-blog .blog-text .btn-blog {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-blog .blog-text .btn-blog:hover {
  color: #fff !important;
}