navbody {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif !important;
}

hr {
  margin: 0;
  margin-bottom: 5px;
  border-color: #454960;
  border: 0;
  border-top: 1px solid #eee;
}

.logo {
  width: 90%;
  margin-top: 0px;
}

.logo-in {
  max-width: 400px;
  display: block;
}

@media (max-width: 768px) {
  .logo {
    max-width: 400px;
    display: block;
    margin: auto;
  }

}

.icon-2 {
  margin-top: 0px;
}

.icon-2 h4 {
  color: #E5695D;
}

.icon-2 i {
  color: #006B96;
}

.fr1 {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #eee;
}

.fr1m {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  padding-left: 10px;
  border: 1px solid #eee;
}

p {
  font-family: 'Lato', sans-serif !important;
}

.photo-prop {
  padding-top: 15px;
}

.photo-prop div img {
  width: 100%;
  border-radius: 5px;
  transform: scale(1);
  transition: ease-in-out all .3s;
}

.photo-prop div:hover img {
  box-shadow: 0 1px 5px 1px #000;
  transform: scale(1.05);
}

/*.icon-hover {
  margin-top: 20px;
}
.icon-hover .col-sm-6 h3 {
  color: #E5695D; transition: ease-in-out .3s;
    transform: scale(1.1); font-size: 20px;
}
.icon-hover .col-sm-6:hover h3 {
  color: #006B96;transform: scale(1);
}
.icon-hover .col-sm-6 i {
  color: #006B96; transition: ease-in-out .3s;
  transform: scale(1);
}
.icon-hover .col-sm-6:hover i {
  color: #E5695D;
  transform: scale(1.2);
}
*/

.link-img img {
  border-radius: 5px;
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 5px;
}

.pad,
.col-sm-3,
.col-sm-6 {
  padding-top: 0px;
}

.offer {
  background: #fff;
  border: 1px solid #ddd;
  transform: scale(1);
  transition: ease-in-out all .3s;
  margin: 15px 0;
  overflow: hidden;
}

.offer:hover {
  box-shadow: 0 1px 5px 2px #ccc;
  transform: scale(1.01);
}

.offer-radius {
  border-radius: 7px;
}

.offer-primary {
  border-color: #428bca;
}

.offer-primary .shape {
  border-color: transparent #428bca transparent transparent;
  border-color: rgba(255, 255, 255, 0) #E5695D rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.shape {
  border-style: solid;
  border-width: 0 40px 30px 0;
  float: right;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.shape-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  right: -40px;
  top: 2px;
  white-space: nowrap;
  -ms-transform: rotate(30deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.offer-content {
  padding: 0 20px 10px;
}

.lead {
  margin-bottom: 0px;
}

#panel {
  display: none;
}

#panel2 {
  display: none;
}

.social {
  text-align: center;
}

.social span i {
  margin: 5px;
  transform: scale(1);
  transition: ease-in-out all .3s;
}

.social span i:hover {
  transform: scale(1.2);
}

.result {
  padding: 7px 0 8px 0 !important;
  background: none;
  border: none;
}

.result img {
  max-width: 100%;
  margin-bottom: 5px;
  border-radius: 3px;
  transform: scale(1);
  transition: ease-in-out all .2s;
}

.result img:hover {
  transform: scale(1.05);
}

.result p {
  border-bottom: 0px solid #ddd;
}

.news-scroll {
  padding-left: 0;
}

.news-scroll li {
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  color: #333;
  font-size: 15px;
}

/* hr */
hr.style14 {
  border: 0;
  height: 1px;
  max-width: 400px;
  margin: auto;
  margin-top: 15px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
}

hr.style15 {
  border: 0;
  margin-left: 0;
  height: 1px;
  max-width: 400px;
  margin-top: 15px;
  background-image: -webkit-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -moz-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -ms-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -o-linear-gradient(left, #006B96, #006B96, #f0f0f0);
}

.carousel-caption {
  padding-top: 23%;
}

.top-menu {
  background: #fff;
}

.top-menu .container a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.top-menu .container a:hover {
  color: #fff;
}

.top-menu .square {
  background: #F68B1F;
  border-radius: 3px;
  padding: 1px 3px;
  font-weight: bold;
}

.jk-slider {
  width: 100%;
}

/*hovereffect*/
.hovereffect,
.hovereffect img,
.hovereffect .overlay {
  border-radius: 0px 0;
  max-width: 100%;
}

.hovereffect {
  margin-top: 5px;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, .6);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect h2 span {
  background: rgba(0, 0, 0, 0.9) !important;
  border-bottom: 1px solid #eee;
  padding: 3px 15px;
  border-radius: 3px;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/*
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 10px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}*/



/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/




/*hover*/

.dropdown-menu>li.kopie>a {
  padding-left: 5px;
}

.dropdown-submenu {
  position: relative;
}

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

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

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

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .navbar-nav {
    display: inline;
  }

  .navbar-default .navbar-brand {
    display: inline;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  /* .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: white;
    background-color: #337ab7;
    border-radius: 4px;
    margin-top: 2px;
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #A31217;
   }*/

  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0;
  }

  .dropdown-menu {
    padding-left: 10px;
  }

  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }

  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }

  li.dropdown.open {
    border: 0px solid red;
  }

}

.right-align {
  text-align: right;
  font-size: 15px;
}

@media (min-width: 768px) {
  ul.nav li:hover>ul.dropdown-menu {
    display: block;
  }

  #navbar {
    text-align: center;
  }
}


.right-align {
  text-align: right;
  font-size: 15px;
  padding: 0px !important;

}



.dropdown-menu>li>a {
  padding: 5px;
  text-decoration: none;
}




sup {
  top: -0.2em;
  font-weight: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* navbar-code------------------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

html,
body {
  /* font-family: 'Lato', serif; */
  font-size: 14px;
  line-height: 1;
  color: #000000;
}

.nav {
  padding-top: 0px;
  margin-bottom: 0px;
}

.navbar-default {
  font-size: 1.15em;
  font-weight: 400;
  background-color: #fff;
  border: 0px;
  border-radius: 0px;

}

.navbar-default .navbar-nav>li>a {
  color: #FFF1AE;
  padding: 47px 7px 0 0;

  font-family: 'Lato', sans-serif !important;
  transition: all ease-in-out .3s;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}

.navbar-default .navbar-brand {
  color: #002433;
}

.navbar-default .navbar-brand:hover {
  color: #ffffff;

}

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

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #002433;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.dropdown-menu {
  background-color: #ffcb4f;
  color: #333;
  border: 0px;
  border-radius: 2px;
  padding: 10px;
}

.dropdown-menu>li>a {
  color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #fff;
  text-decoration: none;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #003246;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .dropdown-menu>li>a {
    color: #ffffff;
  }

  .dropdown-menu>li>a:hover {
    color: #ffffff;
  }

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

  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #005577;
  }
}

/* END Media Query */
/*------Navbar code ends------------------------------------------------------------------------------------------- */





/* Carousel Styles */
.carousel-indicators .active {
  background-color: #2980b9;
}

.carousel-inner img {}

.carousel-control {
  width: 0;
  color: #000;
}


.carousel-control.left span {
  padding: 50px;
}

.carousel-control.right span {
  padding: 60px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
  background-color: transparent;
}


/* Carousel Header Styles */
.header-text {
  position: absolute;
  top: 10%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}

.header-text h2 {
  font-size: 40px;
}

.header-text h2 span {
  background-color: #2980b9;
  padding: 10px;
}

.header-text h3 span {
  background-color: #000;
  padding: 15px;
}

.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}

.btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px;
}

.btn-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.effect9 {
  border: 1px solid #ddd;
  min-height: 190px;
  background: #fff;
  /*transform: scale(1);
  transition: ease-in-out all .3s;*/
}

/*.effect9:hover {
  box-shadow: 0 1px 5px 2px #ccc; transform: scale(1.01);
}*/
.effect9 h4 {
  color: #006B96;
}

.effect9:hover h4 {
  color: #E5695D;
}

.effect9 .hr {
  border-bottom: 1px solid #ddd;
}

.effect8 {
  background: #fff;
}

.effect8 .carousel-caption {
  background: #fff;
  color: #333;
  text-shadow: none;
  text-align: left !important;
}

.effect8 .carousel-caption h3 {
  margin-top: -20px;
}

.content-2 {
  padding: 20px;
  padding-top: 20px;
}

.content-2 .div-prop {
  border: 1px solid #ddd;
  background: #fff;
  transition: ease-in-out all .3s;
  padding: 5px 8px;
  border-radius: 3px;
  height: 265px;
  font-size: 14px;
}

.content-2:hover .div-prop {
  box-shadow: 0 1px 8px 0px #ccc;
}

.content-2 .div-prop section p {
  background: #2C89DF;
  border-radius: 3px 3px 0 0;
  margin: -6px -8px 2px -8px;
  padding: 3px 5px 3px 5px;
}

.content-2 .div-prop section button {
  font-size: 16px;
  padding: 2px 10px;
  margin: 0;
}

.div-prop button {
  background: none;
  border: 1px solid #2278C7;
  border-radius: 0;
  font-weight: bold;
  margin: 2px 5px !important;
  color: #fff;
  text-shadow: none !important;
}

.div-prop button:hover {
  background: #2278C7;
  border: 1px solid #eee;
}

.div-prop1 button {
  background: none;
  border: 1px solid #2278C7;
  border-radius: 0;
  font-weight: bold;
  color: #333;
  text-shadow: none !important;
}

.div-prop1 button:hover {
  background: #2278C7;
  border: 1px solid #eee;
}

.div-prop1 {
  background-color: #fff;
}

/*.b-2:hover { background: #333; border:1px solid #eee; }
.b-3:hover { background: #333; border:1px solid #eee; }
.b-4:hover { background: #333; border:1px solid #eee; }*/

.text {
  color: #000;
  font-size: 18px;
  background: #b7d4e6;
  padding: 6px 5px;
  margin: -8px -8px 5px -8px;
  color: #333;
}

.text-p1 {
  background: none;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  padding-bottom: 0px;
}

.text-p1 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*.text-p2 {  color: #449D44;}
.text-p3 {  color: #E5695D;}
.text-p4 {  color: #EC971F;}
*/
/*.link-1 { color: #F5E100; border: 1px solid #F5E100; padding: 1px 5px; margin-right: 10px; border-radius: 3px; }
.link-1:hover { color: #f8f8f8; border: 1px solid #f8f8f8; padding: 1px 5px; text-decoration: none; }
         */
.ul-1 {
  padding-left: 0px;
  padding: 0 10px;
}

.ul-1 li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.ul-1 li:last-child {
  border-bottom: none;
}

.ul-1 li a {
  text-decoration: none;
  color: #333;
}

.ul-1 li:hover a {
  color: #000;
}

.dfc {
  border: none;
}

.fa-star {
  color: #E5695D !important;
}

.dfc .ul-2 {
  padding: 0 0px;
}

.dfc .ul-2 li {
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.dfc .ul-2 li:last-child {
  border-bottom: none;
}

.dfc .ul-2 li a {
  text-decoration: none;
  color: #333;
}

.dfc .ul-2 li:hover a {
  color: #000;
}

.p-h:before {
  content: '*  '
}

.p-h {
  color: #590000;
  margin: 0;
  padding: 3px 0;
}

.p-h:hover {
  color: #CD856B;
}

.cir {
  border: 2px solid #399CC5;
  border-radius: 50px;
  padding: 5px;
  transition: all .2s ease-in-out;
}

.cir:hover {
  transform: scale(1.2);
  border: 2px solid #f1f1f1;
  border-radius: 50px;
  padding: 5px;
}

.f-logo {
  margin: 0 3px;
  max-height: 25px;
}

.btn-r {
  border-radius: 5px;
  padding: 3px 10px;
  background: none;
  color: #538BAE;
  transition: all ease-in-out .3s;
}

.btn-r:hover {
  background: #A5C341;
  border-color: #98CA3E;
}

.input-group-addon {
  min-width: 110px;
  background: #DDE5E9;
  border-radius: 5px 0 0 5px;
}

.form-control {
  border-radius: 0 5px 5px 0;
}


/*.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.09), 0 0 10px rgba(0, 0, 0, 0.07) inset;
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.09), 0 0 10px rgba(0, 0, 0, 0.07) inset;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.09), 0 0 10px rgba(0, 0, 0, 0.07) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
*/


#myCarousel .nav a small {
  display: block;
}

#myCarousel .nav {
  background: #eee;
}

.nav-justified>li>a {
  border-radius: 0px;
}

.nav-pills>li[data-slide-to="0"].active a {
  background-color: #16a085;
}

.nav-pills>li[data-slide-to="1"].active a {
  background-color: #e67e22;
}

.nav-pills>li[data-slide-to="2"].active a {
  background-color: #2980b9;
}

.nav-pills>li[data-slide-to="3"].active a {
  background-color: #8e44ad;
}




hr.style13 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.style14 {
  border: 0;
  height: 1px;
  max-width: 400px;
  margin-top: 15px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #006B96, #f0f0f0);
}

hr.style15 {
  border: 0;
  margin-left: 0;
  height: 1px;
  max-width: 400px;
  margin-top: 15px;
  background-image: -webkit-linear-gradient(left, #512C1A, #512C1A, #f0f0f0);
  background-image: -moz-linear-gradient(left, #512C1A, #512C1A, #f0f0f0);
  background-image: -ms-linear-gradient(left, #512C1A, #512C1A, #f0f0f0);
  background-image: -o-linear-gradient(left, #512C1A, #512C1A, #f0f0f0);
}

hr.style16 {
  border: 0;
  margin-left: 0;
  width: 50%;
  height: 1px;
  max-width: 400px;
  margin-top: 5px;
  background-image: -webkit-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -moz-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -ms-linear-gradient(left, #006B96, #006B96, #f0f0f0);
  background-image: -o-linear-gradient(left, #006B96, #006B96, #f0f0f0);
}

.content {
  padding: 10px 20px;
}

.blink {
  -webkit-animation-name: blink;
  -moz-animation-name: blink;
  -o-animation-name: blink;
  animation-name: blink;
  -webktit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.blink-infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}

@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}


/*............page animation.............*/

/* Required */

.opac {
  opacity: 0;
}

.visible {
  opacity: 1;
}

/*speed, delay and other*/

#anim-1 {
  -webkit-animation-delay: 1s;
}

#anim-2 {
  -webkit-animation-delay: .8s;
}

#anim-3 {
  -webkit-animation-delay: .5s;
}

#anim-4 {
  -webkit-animation-delay: .2s;
}

#ad-1 {
  -webkit-animation-delay: 1s;
}

#ad-2 {
  -webkit-animation-delay: .8s;
}

#ad-3 {
  -webkit-animation-delay: .5s;
}

#ad-4 {
  -webkit-animation-delay: .2s;
}

#ban-1 {
  -webkit-animation-delay: .2s;
}

#ban-2 {
  -webkit-animation-delay: .5s;
}

#ban-3 {
  -webkit-animation-delay: .5s;
}

#ban-4 {
  -webkit-animation-delay: .8s;
}

.anim-1 {
  -webkit-animation-delay: 1s;
}

.anim-2 {
  -webkit-animation-delay: .8s;
}

.anim-3 {
  -webkit-animation-delay: .5s;
}

.anim-4 {
  -webkit-animation-delay: .2s;
}


/*............page animation.............*/

.bs-slider {
  overflow: hidden;
  max-height: 370px;
  position: relative;
  background: #000000;
}

.bs-slider:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.bs-slider:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
  height: 308px;
  margin: auto;
  width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 1%;
}

.control-round .carousel-control.right {
  right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
  right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line>.carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(158, 158, 158);
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: rgb(158, 158, 158);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
  margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;

}

.indicators-line>.carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
  text-align: left !important;
}

.slide_style_right {
  text-align: right !important;
}

.slide_style_center {
  text-align: center !important;
}

.slide-text {
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;

}

.slide-text>h1 {

  padding: 0;
  color: #ffffff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.slide-text>p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.slide-text>a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text>a.btn-primary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
  color: #ffffff;
  background: #222222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .slide-text>p {

    font-size: 18px;
  }
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px;
  }

  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .slide-text>p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .control-round .carousel-control {
    display: none;
  }

}

@media (max-width: 480px) {
  .slide-text {
    padding: 10px 30px;
  }

  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .slide-text>p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .slide-text>a.btn-default,
  .slide-text>a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }

  .indicators-line>.carousel-indicators {
    display: none;
  }

}

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  text-align: left;
}

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
  width: 300px;

}

div.bhoechie-tab-menu div.list-group>a {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
  border-bottom: 2px solid #F68B1F;
  background-image: #5A55A3;
  color: #ffffff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
  content: '';
  position: absolute;
}

div.bhoechie-tab-content {
  background-color: #ffffff;
  padding: 20px;
}



div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.srch {
  height: 25px;
  padding: 0 10px;
  margin-left: -5px;
  border-radius: 0 5px 5px 0 !important;
}

.srch-input {
  height: 25px;
  border-radius: 5px 0 0 5px;
}

.inner-banner {
  padding: 25px 0;
  margin: 2px auto;
  background: url(image/in-ban.jpg);
  margin-top: -35px;
}

.body-df {
  background: rgba(240, 240, 240, .9);
  background-size: cover;
  padding: 30px 0px 15px 0;
}

@media (max-width: 768px) {
  .srch-input {
    margin-right: 50px;
  }

}

/*button
{
    position:absolute;
    background: #dadada;
    border: 1px solid #dadada;
    padding: 3px;
}*/

#button1 {
  position: absolute;
  left: 256px;
  top: 0px;
  background: #512C1A;
  border: 1px solid #512C1A;
  border-radius: 20px;
  padding: 3px;
}

#back2Top {
  width: 50px;
  line-height: 50px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;

  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #FFCB4F;
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-decoration: none;
}

.modal-body {
  padding: 5px !important;
}

.modal-content {
  border-radius: 0;
}

.modal-dialog img {
  text-align: center;
  margin: 0 auto;
}

.controls {
  width: 50px;
  display: block;
  font-size: 11px;
  padding-top: 8px;
  font-weight: bold;
}

.next {
  float: right;
  text-align: right;
}

/*override modal for demo only*/
.modal-dialog {
  max-width: 700px;
  padding-top: 90px;
}

/* @media screen and (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    padding-top: 90px;
  }
} */

@media screen and (max-width:1500px) {
  #ads {
    display: none;
  }
}

.questo:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}


#testimonial4 {
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background: #1583c9;
}

#testimonial4 .carousel-inner {
  width: 75%;
  margin: auto;
}

#testimonial4 .carousel-inner:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
  height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
  transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
  left: 7%;
  right: auto;
}

.testimonial4_control_button .carousel-control.right {
  right: 7%;
  left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
  color: #fff;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header {
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}

.testimonial4_header h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #fff !important;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px) {
  .testimonial4_control_button .carousel-control {
    display: none;
  }

  .testimonial4_header {
    width: 95%;
  }

  .testimonial4_header h4 {
    font-size: 20px;
  }

  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .testimonial4_control_button .carousel-control.left {
    left: 2%;
  }

  .testimonial4_control_button .carousel-control.right {
    right: 2%;
  }

  .testimonial4_header {
    width: 95%;
  }

  .testimonial4_slide {
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial4_control_button .carousel-control.left {
    left: 5%;
  }

  .testimonial4_control_button .carousel-control.right {
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes psBoxShadowEffect_2 {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.background:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-size: 100% 100%;
  background-image: none;
  width: 150%;
  height: 150%;
  top: -20px;
  left: -20px;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  background-repeat: no-repeat;
}




.x1 {


  left: 0;
  top: 0;
  position: relative;

}



.block {
  -webkit-animation: scaledown 1s linear;
  -moz-animation: scaledown 1s linear;
  animation: scaledown 1s linear;
  transform-origin: 100% 100%;
  animation-fill-mode: forwards;
}

.block:hover {
  z-index: 100;
  -webkit-animation: scale 1s linear;
  -moz-animation: scale 1s linear;
  animation: scale 1s linear;
  transform-origin: 100% 100%;
  animation-fill-mode: forwards;
}



@keyframes scale {
  0% {
    transform: scale(1.0);
  }

  100% {
    transform: scale(1.1);
    -webkit-box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, 0.1);
  }
}

@keyframes scaledown {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.0);
  }
}

.anima:hover {
  -webkit-animation: shake 1s;
  animation: shake 1s;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

html {
  background-color: #f3fbfb;
  font-family: "Roboto";
}

/* BOX LOGIN */
.box {
  position: relative;
  margin: auto;
  height: 410px;
  top: 40px;
  left: 0;
  z-index: 200;
  right: 0;
  width: 400px;
  color: #666;
  border-radius: 3px;
  background: #FFF;
  margin-bottom: 100px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
  height: auto;
}

#header {
  background: #009688;
  position: relative;
  height: 100px;
  width: 100%;
  margin-bottom: 30px;
}

#cont-lock {
  width: 100%;
  height: 65px;
  position: relative;
}

.lock {
  text-align: center;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  line-height: 65px;
  font-size: 28px;
}

#bottom-head {
  position: relative;
  background: #00796b;
  height: 35px;
}

#bottom-head::after {
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 7px solid white;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-top: 7px solid rgba(0, 0, 0, 0);
}

.box h1 {
  margin-left: 20px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  color: #cfd8dc;
  line-height: 35px;
}

.box button {
  background: #cfd8dc;
  border: 0;
  color: #009688;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  width: 330px;
  margin: 20px auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
}

.box button:active {
  background: #009688;
  color: #263238;
}

.box button:hover {
  background: #009688;
  color: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.box p {
  font-size: 14px;
  text-align: center;
}

.group {
  position: relative;
  margin-bottom: 35px;
  margin-left: 40px;
}

.inputMaterial {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  background: none;
  color: #fff;
}

.inputMaterial:focus {
  outline: none;
}

/* LABEL ======================================= */

label {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  /* position:absolute; */
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.inputMaterial:focus~label,
.inputMaterial:valid~label {
  top: -20px;
  font-size: 16px;
  color: #000;
}

/*.inputMaterial:required{text-decoration: none;}*/

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #E4791A;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
.inputMaterial:focus~.bar:before,
.inputMaterial:focus~.bar:after {
  width: 50%;
}


/* active state */
.inputMaterial:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.btoon {

  padding: 10px;
  width: 150px;
  background: linear-gradient(81.57deg, #137681 29.59%, #0a388d 94.75%);
  /* margin-left: 40px; */
  font-size: 16px;
  color: #fff;
  border: 1px solid #FF8400;
}
