@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-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  background: #fffaeb;
  font-family: "Inter", sans-serif !important;
}

#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: #2D6CDF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #2D6CDF;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  /* font-family: 'Barlow Condensed', sans-serif; */
      font-family: 'Montserrat' !important;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #2D6CDF;
}

::-moz-selection {
  color: #fff;
  background: #2D6CDF;
}

::selection {
  color: #fff;
  background: #2D6CDF;
}

.nav {
  width: 100%;
  padding: 0;
  z-index: 1001;
  height: 80px;
  position: fixed;
  background: #fffaeb;


}

@media screen and (max-width: 768px) {
  .nav {
    height: 160px;
  }
}

.nav .top-menu {
  padding: 15px 0;
}

.nav .menu-2 {
  margin-top: -10px;
}

.nav .top {
  border-bottom: 0px solid #f0f0f0;
  padding: 10px 0;
  margin-bottom: 0;
  height: 40px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background: #232a74;
  /* fallback for old browsers */
  text-transform: none;



}


.nav .top a {
  color: #fff;
}

.nav .top a:hover {
  color: #FFCC33;
}


.nav .num {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 12px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .nav {
    width: 100%;
    padding: 0;
    z-index: 1001;
    height: 70px;
  }

  .nav .num {
    display: none;
    visibility: hidden;
  }

  .nav .menu-2 {
    display: none;
  }

  nav .top {
    display: none;
    visibility: hidden;


  }

}

.nav .top .site {
  float: left;
  font-weight: 300;
  margin-top: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 480px) {
  .nav .top .site {
    display: none;
  }
}

.nav .top .num {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  letter-spacing: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.nav .top .fh5co-social {
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.nav .top .fh5co-social li {
  font-size: 14px;
  display: inline-block;
}

.nav .top .fh5co-social li a {
  padding: 7px 7px;
}

.nav .top .fh5co-social li a i {
  font-size: 14px;
}

.nav #logo {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  margin-top: -12px;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
}

.nav #logo a {
  color: #000;
  position: relative;
  padding-left: 0px;
}

.nav #logo span {
  font-size: 11px;
  margin-top: 0px;
}

.nav #fh5co-logo a i {
  position: absolute;
  top: 0px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .nav .menu-1 {
    display: none;
  }

  .nav #logo {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 700;
    margin-top: -7px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
  }

  .nav #logo span {
    display: none;
  }
}

.nav ul {
  padding: 10px;
  margin: px 0 0 0;
  background-color: #fffaeb;
  border-top: 1px solid #fff;
}

.nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 300;
      


}

.nav ul li a {
  font-size: 17px;
  padding: 30px 7px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-family: "Montserrat", sans-serif !important;

}

.nav ul li a:hover,
.nav ul li a:focus,
.nav ul li a:active {
  color: #666;
}

.nav ul li.has-dropdown {
  position: relative;
}

.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: 0;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: left;
  background: #ff914d;
  ;
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #fff;
  line-height: 2;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 300;
}

.nav ul li.has-dropdown .dropdown li a:hover {
  color: #ffcc00;
}

.nav ul li.has-dropdown:hover a,
.nav ul li.has-dropdown:focus a {
  color: #ffcc00;
}

/* Hover Effect */
.nav ul li.has-dropdown .dropdown li a:hover {
  background: #fff4ed;
  color: #9e613c;
  border-left: 4px solid #ff914d;
  padding-left: 28px;
}

.nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}

.nav ul li.btn-cta a span {
  background: #e31e21;
  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: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid #CCCCCC;
  color: #fff;
  font-size: 12px;
}

.nav ul li.btn-cta a:hover span {
  border: 0px solid #003399;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #000000;
}

.nav ul li.active>a {
  font-weight: 400;
}




#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: 20px;
}

#main-header .header-text p {
  color: #FFFFFF;
  font-size: 12px;
}

#main-header .header-text a {
  color: #FFFFFF;
}

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


.header-bg-inner {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 80px;

}

.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: 130px;
}




@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: 20px;
}

#main-header .header-text p {
  color: #FFFFFF;
  font-size: 12px;
}

#main-header .header-text a {
  color: #FFFFFF;
}

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


.img {
  padding: 8px;
  margin: 8px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 15px 15px 10px #ccc;
  max-width: 100%;
  height: auto;
}

#page-contenti {
  padding: 4em 0;
  clear: both;
  margin-top: 130px;
}

@media screen and (max-width: 768px) {
  #page-contenti {
    padding: 4em 0;
    clear: both;
    margin-top: 120px;
  }
}

/* HERO SECTION */

#hero {
  min-height: 550px;
  height: auto;
  background: #fff url(../images/loader.gif) no-repeat center center;
  margin-top: 80px;
  overflow: hidden;
}

.mtop {
  margin-top: -8px !important;
}

/* SLIDER */

#hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}

#hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}

#hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 760px;
  height: 760px;
  position: relative;
}

/* TEXT */

#hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 400px;
  height: 100%;
  z-index: 9;
  margin-top: 80px;
  width: 100%;
}

#hero .flexslider .slider-text>.slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 20px;
}

#hero .flexslider .slider-text>.slider-text-inner h1,
#hero .flexslider .slider-text>.slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#hero .flexslider .slider-text>.slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 68px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
}

/* BUTTONS */

#hero .btn {
  font-size: 24px;
}

#hero .btn.btn-primary {
  padding: 14px 30px !important;
}

/* DOTS */

#hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}

#hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#hero .flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.7);
}

#hero .flexslider .flex-direction-nav {
  display: none;
}

/* ========================= */
/* MOBILE RESPONSIVE */
/* ========================= */

@media screen and (max-width: 768px) {

  #hero {
    height: auto;
    min-height: 150px;
    margin-top: 60px;
  }

  #hero .flexslider .slides li {
    height: 150px;
    min-height: 150px;

    /* PERFECT MOBILE FIT */
    background-size: 100% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat;
    background-color: #fff;
  }

  #hero .flexslider .slider-text {
    min-height: 300px;
    height: 300px;
    margin-top: 0;
    padding-top: 180px;
    text-align: center;
  }

  #hero .flexslider .slider-text>.slider-text-inner {
    min-height: 300px;
    vertical-align: top;
  }

  #hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 26px;
    line-height: 1.3;
  }

  #hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 15px;
    line-height: 1.5;
  }
}


.slider-text-inner {
  position: absolute;
  top: 200px;
  left: 50px;
  width: 50%;
}

.slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 68px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;

}

@media screen and (max-width: 768px) {
  #hero .flexslider .slider-text>.slider-text-inner h1 {
    font-size: 40px;
  }

  .slider-text-inner {
    position: absolute;
    top: 200px;
    left: 50px;
    width: 80%;
  }
}

#hero .flexslider .slider-text>.slider-text-inner h2 {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
}

#hero .flexslider .slider-text>.slider-text-inner .btn {
  padding: 10px 20px !important;
  color: #fff;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #e31e21;
}

#hero .flexslider .slider-text>.slider-text-inner .btn:hover {
  background: #333 !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;
}

#hero .flexslider .slider-text>.slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}

#hero .flexslider .slider-text>.slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}





.fh5co-bg-section {
  background: #e8e8e8;
}


.bbox {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  width: 32%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  color: #666;
  border-radius: 10px;
}

.bbox h3 {
  color: #666;
}


@media screen and (max-width: 768px) {
  .bbox {
    border: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }
}


.bbox2 {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 10px;
  width: 23%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #f0f0f0;
}


@media screen and (max-width: 768px) {
  .bbox2 {
    border: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
  }
}


.bbox1 {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}


#fh5co-counter,
#fh5co-course,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-about,
#fh5co-staff,
#fh5co-contact,
#choose {
  padding: 2em 0;
  clear: both;
}

#page-content {
  padding: 4em 0;
  clear: both;
}

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

#fh5co-register {
  padding: 7em 0;
  clear: both;
}

#fh5co-course-categories {
  padding: 5em 0;
  clear: both;
  background-color: #f1f1f1;
}



#social-timeline {
  padding: 3em 0;
  clear: both;

}

@media screen and (max-width: 768px) {

  #fh5co-course-categories,
  #fh5co-counter,
  #fh5co-course,
  #fh5co-register,
  #fh5co-pricing,
  #fh5co-testimonial,
  #page-content,
  #choose,
  #fh5co-about,
  #fh5co-staff,
  #fh5co-contact,
  #footer {
    padding: 3em 0;
  }
}

.services {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services h3 {
  font-size: 18px;
  font-weight: 400;
}

.services h3 a {
  color: #000;
}

.services .icon {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0);
  display: table;
  text-align: center;

  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
}

.services .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 80px;
  line-height: 80px;
  color: #999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services:hover .icon,
.services:focus .icon {}

.services:hover .icon i,
.services:focus .icon i {
  color: #ffcc00;
}

.fh5co-counters {
  padding: 7em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

.fh5co-counters .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}

.fh5co-counters .fh5co-counter {
  font-size: 44px;
  display: block;
  color: white;
  font-family: 'Barlow Condensed', sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .1em;
}

.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 2em;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
}

.fh5co-counters .icon i {
  font-size: 45px;
  color: #fff;
}


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

.course {
  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;
  margin-bottom: 30px;
}

.course .desc,
.course .course-img {
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 768px) {

  .course .desc,
  .course .course-img {
    width: 100%;
  }
}

.course .course-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .course .course-img {
    height: 270px;
  }
}

.course .desc {
  padding: 1.7em;
  background: #fafafa;
}

.course .desc h3 {
  font-size: 18px;
  font-weight: 400;
}

.course .desc h3 a {
  color: #000;
}

.course .desc .date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

.course .desc .btn-course {
  border: 2px solid rgba(0, 0, 0, 0.8) !important;
  background: transparent;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 11px 15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.course .desc .btn-course:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
}

.course:hover .course-img {
  -webkit-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
  box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
}

.social-icons {
  margin: 0;
  padding: 0;
}

.social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.social-icons li a i {
  font-size: 15px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}

.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}

.fh5co-contact-info ul li:before {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: .05em;
  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;
}

.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9dc";
}

.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\ea3b";
}

.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e91e";
}

.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9df";
}

.fh5co-contact-info ul li a {
  color: rgba(0, 0, 0, 0.8);
}

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

.fh5co-heading h2 {
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #333;
  text-transform: uppercase;
  position: relative;
}

.fh5co-heading p {
  font-size: 14px;
}

.fh5co-heading1 {
  margin-bottom: 2em;
}

.fh5co-heading1 h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.fh5co-heading1 h2:after {
  position: absolute;
  top: 45px;
  left: 0;

  bottom: 0;
  content: '';
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background: #66CC33;
}


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

#choose .fh5co-heading-wb>h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

#choose .fh5co-heading-wb>h1 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

#choose .fh5co-heading-wb>p {
  font-size: 17px;
  margin-bottom: 50px;
  line-height: 1.5;
  color: #fff;

}



#choose {
  background-image: linear-gradient(0deg, #00a4bd, #00bda5);
  position: relative;
}

#choose .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(31, 95, 139, 0.7);
}

#choose h2 {
  color: #fff;
  font-size: 36px;
}


#fh5co-testimonial {
  background: #1F5F8B;
  position: relative;
}

#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(31, 95, 139, 0.7);
}

#fh5co-testimonial .testimony-slide {
  text-align: center;
  position: relative;
  color: #fff !important;
}

#fh5co-testimonial .testimony-slide span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
}

#fh5co-testimonial .testimony-slide span small {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 3px;
}

#fh5co-testimonial .testimony-slide .user {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 85%;
  }
}

#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#fh5co-testimonial .arrow-thumb a:hover,
#fh5co-testimonial .arrow-thumb a:focus,
#fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#fh5co-testimonial .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3) !important;
}

#fh5co-testimonial .owl-theme .owl-dots .active span {
  background: white !important;
}

#fh5co-testimonial .fh5co-heading {
  margin-bottom: 3em;
}

#fh5co-testimonial .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}

#fh5co-testimonial .fh5co-heading h2:after {
  background: transparent !important;
}

#fh5co-testimonial .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonial .fh5co-heading span {
  padding: 7px 15px;
  position: relative;
}

#fh5co-testimonial .fh5co-heading span:before {
  position: absolute;
  top: 24px;
  left: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}

#fh5co-testimonial .fh5co-heading span:after {
  position: absolute;
  top: 24px;
  right: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}

.wrap-price {
  padding: 2em 4em;
}

.pricing__feature-list {
  width: 100%;
  float: left;
}

.pricing__feature-list li {
  margin-bottom: 10px;
}

.pricing__item {
  width: 100%;
  float: left;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pricing__item {
    margin-bottom: 30px;
  }
}

.fh5co-event {
  position: relative;
  padding-left: 120px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.fh5co-event .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #f2547d;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-event .date span {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: Calibri;
}

.fh5co-event .date span i {
  font-size: 36px;
}

.fh5co-event h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.fh5co-event h3 a {
  color: black;
}

.page-content {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

@media screen and (max-width: 768px) {
  .page-content {
    width: 100%;
  }
}

.page-content .blog-img-holder {
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
}

.page-content .blog-text {
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  width: 100%;
  padding: 20px;
  float: left;
}

.page-content .blog-text span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}

.page-content .blog-text span.comment {
  float: right;
}

.page-content .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}

.page-content .blog-text span.comment a i {
  padding-left: 7px;
}

#page-content h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1;
}

.page-content .blog-text p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.7;
  letter-spacing: normal;
}

.page-content .blog-text h3 a {
  color: #0066CC;
}

.page-content .blog-text .btn-blog {
  background: transparent;
  border: 2px 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;
}

.page-content .blog-text .btn-blog:hover {
  color: #fff !important;
}

#fh5co-register {
  background-image: linear-gradient(40deg, #152230, #3b4d61);
  position: relative;
}

#fh5co-register .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

#fh5co-register h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}

#fh5co-register h3 {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}


#fh5co-register .btn-reg {
  background: transparent;
  border: 2px solid #ffcc00;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #ffcc00;
}

#fh5co-register .btn-reg:hover {
  background: transparent;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #fff;
}

.simply-countdown {
  /* The countdown */
  margin-top: 3em;
  margin-bottom: 3em;
}

.simply-countdown>.simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.simply-countdown>.simply-section>div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 115px;
  width: 120px;
}

.simply-countdown>.simply-section .simply-amount,
.simply-countdown>.simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown>.simply-section .simply-amount {
  font-size: 40px;
  /* amounts */
}

.simply-countdown>.simply-section .simply-word {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  /* words */
}

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

.staff .staff-img {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  display: table;
}

.staff .staff-img:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.staff .staff-img .fh5co-social {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

.staff .staff-img .fh5co-social li {
  display: inline-block;
  padding: 0 7px;
}

.staff h3 {
  font-size: 18px;
}

.staff h3 a {
  color: #000;
}

.staff span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}

.staff:hover .staff-img:before {
  opacity: 1;
}

.staff:hover .staff-img .fh5co-social {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



.gallery {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  height: 50px;
  width: 100%;
}

.gallery h4 {
  margin-bottom: 0px;
  font-size: 14px;
}

/* 
#footer {
  background: #ffb408;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #000 !important;
  font-size:19px;
}

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

#footer .overlay {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-links {
  padding: 0;
  margin: 0;
}
#footer .footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-links li a {
  color: #fff;
  font-size:12px;
  text-decoration: none;
  line-height:2.3;
}
#footer .footer-links li a:hover {
  text-decoration: underline;
}
#footer .footer-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #footer .footer-widget {
    text-align: left;
  }
}
#footer .footer-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#footer .copyright .block {
  display: block;
}
#footer .copyright .block a {
  color: rgba(255, 255, 255, 0.5);
} */

#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: "\ea1c";
  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 {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  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.2);
  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;
}

.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;

}

.nav-toggle.active i::before,
.nav-toggle.active i::after {
  background: #444;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

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

}

.nav-toggle i::before,
.nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.nav-toggle.nav-white>i {
  color: #fff;
  background: #000;
}

.nav-toggle.nav-white>i::before,
.nav-toggle.nav-white>i::after {
  background: #000;
}

.nav-toggle.nav-white.active>i {
  color: #fff;
  background: #000;
}

.nav-toggle.nav-white.active>i::before,
.nav-toggle.nav-white.active>i::after {
  background: #fff;
}

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

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

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

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

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

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

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

.nav-toggle {
  position: absolute;
  right: 0px;
  top: 5px;
  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;
}

.header-extras {
  float: left;
  margin: 0px 0 0;
  bottom: 0px;
}

.header-extras li {
  float: left;
  margin-left: 0px;
  overflow: hidden;
  list-style: none
}

.header-extras li i {
  margin-top: 8px !important
}

.header-extras li:first-child {
  margin-left: 0
}

.header-extras li .he-text {
  float: left;
  padding-left: 0px;
  font-weight: 700;
  font-size: 13px;
  margin-right: 20px;
}

.header-extras li .he-text span {
  display: block;
  font-weight: 400;
  color: #333
}

.i-bordered,
.i-circled,
.i-plain,
.i-rounded,
.social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFF;
  cursor: pointer;
  font-style: normal
}

@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .header-extras {
    display: none;
    visibility: hidden;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 3px 10px;
  text-transform: uppercase;
  border-radius: 0px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 10px 36px !important;
}

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

.btn-primary {
  background: #3f3835;
  color: #fff;
  border: 1px solid #3f3835;
  border-radius: 10px;


}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #437be2 !important;
  border-color: #437be2 !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #2D6CDF;
  border: 1px solid #2D6CDF;
  font-size: 12px;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #2D6CDF;
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #666;
  border: 1px solid #fff;
}

.btn-success {
  background: none;
  color: #666;
  background: #4cae4c !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {

  border: 1px solid #ff7a59;
  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: none;
  color: #999;
  border: 1px solid #ccc;
}

.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: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn-border {
  background: none;
  border: 2px solid #fff;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  box-shadow: none;
  color: #FFFFFF;
}

.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, 0.1);
  height: 40px;
  font-size: 14px;
  font-weight: 400;
}

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

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

.row-pt-md {
  padding-top: 4em !important;
}

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

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.row-padded-mb {
  margin-bottom: 3em !important;
}

.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}

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

/*# sourceMappingURL=style.css.map */
#page-title {
  padding: 4em 0;
  background-color: #003399;
}

#page-title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0px;

  text-transform: uppercase;
}

#page-title h3 {
  color: #fff;
  font-size: 14px;

}

/* Social Icons */
#social_side_links {
  position: fixed;
  top: 200px;
  right: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links li a {
  display: block;
}

#social_side_links li a img {
  display: block;
  max-width: 40px;
  padding: 0px;
  -webkit-transition: background .2s ease-in-out;
  -moz-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

#social_side_links li a:hover img {}



/*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: 45%
}

#social-sidebar.pos-right1 {
  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: 25px;
  font-size: 20px
}

#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: #e4da0b
}

#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: #6441A5
}

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

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

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

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




.bg-section {
  background-image: url(../images/whychoose.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.bg-section1 {
  background-image: url(../images/6.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}


#clients {
  padding: 8em 0;
  clear: both;
  background-color: #FFFFFF;

}

#clients h2 {
  font-size: 43px;
  margin-bottom: 10px;

}

#clients p {
  font-size: 13px;
  margin-bottom: 30px;

}




#fh5co-features {
  padding: 3em 0;
  background: #25caf7;

  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  #fh5co-features {
    padding: 4em 0;
  }
}

#fh5co-features .fh5co-service {
  margin-bottom: 0px;
  float: left;
}

#fh5co-features .fh5co-service .fh5co-icon {
  float: left;
  width: 30%;
}

#fh5co-features .fh5co-service .fh5co-icon i {
  font-size: 60px;
  color: #fff;
}

#fh5co-features .fh5co-service .fh5co-desc {
  width: 70%;
  float: right;
}

#fh5co-features .fh5co-service .fh5co-desc h3 {
  margin-top: 0;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.bt {
  font-size: 27px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: normal;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .bt {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: normal;
    color: #FFFFFF;
  }
}

.services-list {
  list-style: none;
  margin-left: -40px;
  color: #000;
  font-weight: 500;
}

.services-list li {
  border-bottom: 1px dashed #fff;
  padding-left: 12px;
  padding: 5px;
  text-indent: 0px;
  border-radius: 5px;
  margin-bottom: 3px;
}

.services-list li a {
  color: #333;
}

.services-list li a:hover {
  color: #000;
}

.services-list span {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .services-list li {
    border-bottom: 1px dotted #fff;
    padding-left: 12px;
    padding: 5px;
    text-indent: 0px;
    border-radius: 5px;
    margin-bottom: 3px;
  }

  .services-list i {
    display: none
  }

  .services-list span {
    margin-left: 0px;
  }





  /* Container */
  .tabs {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
  }

  /* Hide radio buttons */
  .tabs input[type="radio"] {
    display: none;
  }

  /* Tab buttons */
  .tab-buttons {
    display: flex;
    flex-wrap: wrap;
    /* allows wrapping on tablet */
    border-bottom: 2px solid #ddd;
  }

  /* Tab labels */
  .tab-buttons label {
    flex: 1 1 auto;
    text-align: center;
    padding: 12px 15px;
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 3px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
  }

  /* Hover */
  .tab-buttons label:hover {
    background: #e0e0e0;
  }

  /* Active tab */
  #tab1:checked~.tab-buttons label[for="tab1"],
  #tab2:checked~.tab-buttons label[for="tab2"],
  #tab3:checked~.tab-buttons label[for="tab3"],
  #tab4:checked~.tab-buttons label[for="tab4"],
  #tab5:checked~.tab-buttons label[for="tab5"] {
    background: #ffffff;
    border-bottom: 2px solid #ffffff;
    font-weight: 600;
  }

  /* Content area */
  .tab-content {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
  }

  /* Hide all content */
  .content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
  }

  /* Show active content */
  #tab1:checked~.tab-content .content1 {
    display: block;
  }

  #tab2:checked~.tab-content .content2 {
    display: block;
  }

  #tab3:checked~.tab-content .content3 {
    display: block;
  }

  #tab4:checked~.tab-content .content4 {
    display: block;
  }

  #tab5:checked~.tab-content .content5 {
    display: block;
  }

  /* Simple fade animation */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(5px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* 📱 Mobile Styles */
  @media (max-width: 600px) {

    .tab-buttons {
      flex-direction: column;
      /* stack tabs */
    }

    .tab-buttons label {
      width: 100%;
      margin-right: 0;
      border-bottom: 1px solid #ddd;
      text-align: left;
      padding: 12px;
    }

    .tab-buttons label:last-child {
      border-bottom: none;
    }
  }