@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
#menupengalaman ul{
    /* display:inline; */
    padding: 0;
}
#menupengalaman li{
    /* display:inline; */
    list-style: none;
    display: inline;
    padding-left: 1px;
    cursor: pointer;
}
header{
  padding: 3px 40px;
  padding-top: 5px;
  padding-bottom: 0px;
  box-sizing: border-box;
  background: #494444;
  font-family: 'Roboto', sans-serif;
}
header img{
  text-align: center;
  width: auto;
  max-height: 40px;
}
header p a{
  color: #FFD700;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
header p a:hover,
header p a.active{
  color: #a28900;
}
header ul li:hover {
  background: #d4b83f;
}
header button{
  color: #6ce0ff;
  /* padding: 0 0px; */
  font-size: 12px;
  text-align: center;
}
.language {
  max-width: 5em;
}
.dropdown-menu-right{
  padding-top: 1px;
}
  /* position: absolute;  */
  /* width: auto;
  z-index: 10; */
#header2{
    display: block;
}
#header3{
    display: block;
}
#header4{
    display: block;
    z-index: 99999;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 640px)
{
    #header2
    {
        display: none;
    }
    #header3{
      display: none;
    }
    #header4{
      display: none;
    }
    #header1{
      padding-left: 100px;
    }
    #btn-telpon{
      position: fixed;
      right: 0;
      top: 85%;
      margin-top: -100px;
      z-index: 100;
      background: #f1e428;
      color: #fff;
      font-size: 16px;
      width: 120px;
      height: 60px;
      text-align: center;
      padding-top: 20px;
    }
    #h1product{
      display: block;
      font-size: 24px;
      margin-top: 0.18em;
      margin-bottom: 0.1em;
      margin-left: 0;
      margin-right: 0;
      font-weight: bold;
    }
    #center_home{
      text-align: justify;
    }
    #subproduct{
      display: none;
    }
}
@media (max-width: 320px)
{
  #subproduct{
    display: none;
  }
  #h1product{
    display: block;
    font-size: 24px;
    margin-top: 0.18em;
    margin-bottom: 0.1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  #center_home{
    text-align: justify;
  }
}
section{
  width: 100%;
  height: 100vh;
}
section.sec1{
  background-size: cover;
  padding-top: 10px;
}
section.sec2{
  padding: 50px;
  box-sizing:  border-box;
  height: auto;
}
section.sec2 h2{
  font-size: 3em;
  margin: 0;
  padding: 0 0 20px;
}
section.sec2 p{
  font-size: 1em;
  margin: 0;
  padding: 0;
}
section.sec3{
  padding: 80px;
  box-sizing:  border-box;
  height: auto;
}
section.sec3 h2{
  font-size: 3em;
  margin: 0;
  padding: 0 0 20px;
}
section.sec3 p{
  font-size: 1em;
  margin: 0;
  padding: 0;
}
section.sec4{
  padding: 20px;
  position: relative;
  box-sizing:  border-box;
  height: auto;
}
section.sec4 h2{
  font-size: 3em;
  margin: 0;
  padding: 0 0 20px;
}
section.sec4 p{
  font-size: 1em;
  margin: 0;
  padding: 0;
}
/* .navbar ul li a{
   display: inline-block;
   color: #000000 !important;
   padding: 0 10px ;
   text-decoration: none !important;
   text-transform: uppercase ;
   font-weight: bold ;
   font-size: 0.9em;
   line-height: 48px ;
} */
.navbar ul li a {
  display: inline-block;
  color: #000000 !important;
  padding: 0 10px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 35px;
}
.nav-item{
  padding: 0 26px;
}
/* .dropdown-menu{
  min-width: 18rem;
} */

.dropdown:hover>.dropdown-menu {
  display: block;
  width: 240px;
}

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

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

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


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

.dropdown-menu > .dropdown {
  position: relative;
}

.dropdown-menu > .dropdown a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 1.2rem;
  top: .9rem;
}

.dropdown-menu > .dropdown .dropdown-menu {
  top: -.7rem;
  left: 100%;
  border-radius: 0 .25rem .25rem .25rem;
}
.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
    font-size: 16px;
}
#font-sizes{
  font-size: 0.7em;
}
#font-sizes2{
  font-size: 0.58em;
}

.min-width{
  min-width: 18em;
}



.navbar-nav .nav-link{
  padding-left: 5px;
}
@media (max-width:768px){
  .container {
		width: 100%;
	}
  .navbar-collapse {
    max-height: 700px;
    overflow-y: auto;
  }
  .min-width{
    background: #f1f1f1;
    min-width: 15em;
  }
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
  visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
  visibility: hidden;
  }
}

.cid-rn1Pr2nr3a {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-footer{
  background-color: #464444;
  padding-top: 60px;
}
.page-footer p{
  color: #fff;
  font-size: 1em;
}
.page-footer h6{
  color: #fff;
}
.page-footer ul{
  color: #fff;
}
.page-footer ul li{
   list-style: none;
   display: inline-block;
}
.page-footer ul li:hover{
  background: #d4b83f;
}
.page-footer ul li a{
   display: inline-block;
}
.page-footer ul li a:hover,
.page-footer ul li a.active{
  background: #d4b83f;
}
div.b {
  word-wrap: break-word;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.press {
  display: block;  /* Remove bullet points; allow greater control of positioning */
  padding: 0;      /* Override defaults for lists */
  margin: 0;       /* Override defaults for lists */
  width: 100%;     /* Get the row full width */
}

.press li {
  display: inline-block; /* Get all images to show in a row */
  width: 25%;            /* Show 4 logos per row */
  text-align: center;    /* Centre align the images */
}

@media (max-width: 960px) and (min-width: 501px) {
  .press li { width: 50%; } /* Show 2 logos per row on medium devices (tablets, phones in landscape) */
}

@media (max-width: 500px) {
  .press li { width: 100%; }
   /* On small screens, show one logo per row */
}
/* @media (max-width:768px){
  .toggle{
    display: block;
  }
  ul{
    width: 100%;
    display: none;
  }
  ul li{
    display: block;
    text-align: center;
  }
  .active{
    display: block;
  }
} */


.card-title{
    font-weight: 700 !important;
    margin-top: 10px;
    color: #3c4858;
    font-family: Roboto Slab,Times New Roman,serif;
}
/* .card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 100px;
    border-radius: 6px !important;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
} */

.card .card-body{
    padding: .9375rem 1.875rem;
}

.card-description{
    color: #999;
    font-size: 14px;
}

.card.card-profile{
    text-align: center;
}
.card .card-header.card-header-image {
    position: relative;
    padding: 0;
    z-index: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border-radius: 6px;
    max-height: 500px;
}

.card .card-header.card-header-image a {
    display: block;
}

.card .card-header.card-header-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.card .card-header.card-header-image .colored-shadow {
    transform: scale(.94);
    top: 12px;
    filter: blur(12px);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    transition: opacity .45s;
    opacity: 1;
}

.card .card-header.card-header-image .card-title {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: #fff;
    font-size: 1.125rem;
    text-shadow: 0 2px 5px rgba(33,33,33,.5);
    font-weight: 700;
    font-family: 'Roboto Slab';
}

.card .card-category {
    margin-top: 15px;
    margin-bottom: 10px;
}

.card .card-body+.card-footer {
    padding-top: 0;
    border: 0;
    border-radius: 6px;
}

.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.card-profile .card-footer .btn.btn-just-icon{
    font-size: 20px;
    padding: 12px 13px;
    line-height: 1em;
}

.card .card-footer {
    padding: .9375rem 1.875rem;
}


.card-profile .card-body+.card-footer{
    margin-top: -15px;
}
.card .text-info {
    color: #00bcd4!important;
}

.card-profile .card-avatar {
    width: 200px;
    height: 200px;
    max-width: 130px;
    max-height: 130px;
    margin: -50px auto 0;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.card-profile .card-avatar img{
    margin-top: 20px;
    float: center;
    width: 60%;
}
.card-profile .card-avatar+.card-body{
    margin-top: 15px;
}

.card1{
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(244, 21, 21, 0.93), 0 4px 25px 0 rgba(242, 22, 22, 0), 0 8px 10px -5px rgba(244, 13, 13, 0.2);
}
.card2{
  border-radius: 50%;
  box-shadow: 0 16px 38px -12px rgba(70, 255, 89, 1), 0 4px 25px 0 rgba(22, 242, 70, 0), 0 8px 10px -5px rgba(13, 244, 92, 1);
}


.btn:not(.btn-just-icon){
    position: relative;
    padding: 12px 30px !important;
    margin: .3125rem 1px;
    font-size: .75rem !important;
    font-weight: 400 !important;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .2rem;
    outline: 0;
}
.btn.btn-just-icon.btn-round {
    border-radius: 50%;
    margin:.3125rem 1px;
}
.btn.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: #55acee;
    box-shadow: 0 2px 2px 0 rgba(85,172,238,.14), 0 3px 1px -2px rgba(85,172,238,.2), 0 1px 5px 0 rgba(85,172,238,.12);
}

.btn.btn-twitter.btn-link{
    background-color: transparent;
    color: #55acee;
    box-shadow: none;
}

.btn.btn-twitter.btn-link:hover:active{
    background-color: transparent;
    color: #55acee;
    box-shadow: none;
}

.btn.btn-twitter.btn-link:hover{
    box-shadow: none;
    background-color: transparent;
    color: #55acee;
}

.btn.btn-twitter:hover{
    background-color: #55acee;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(85,172,238,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(85,172,238,.2);
}

.btn.btn-twitter:hover:active{
    background-color: #55acee;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(85,172,238,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(85,172,238,.2);
}

.btn.btn-twitter:active{
    background-color: #55acee;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(85,172,238,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(85,172,238,.2);
}

.btn.btn-twitter:focus{
    background-color: #55acee;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(85,172,238,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(85,172,238,.2);
}

.btn.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    box-shadow: 0 2px 2px 0 rgba(59,89,152,.14), 0 3px 1px -2px rgba(59,89,152,.2), 0 1px 5px 0 rgba(59,89,152,.12);
}

.btn.btn-facebook:hover {
    background-color: #3b5998;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(59,89,152,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(59,89,152,.2);
}

.btn.btn-facebook:hover:active {
    background-color: #3b5998;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(59,89,152,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(59,89,152,.2);
}

.btn.btn-facebook:active {
    background-color: #3b5998;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(59,89,152,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(59,89,152,.2);
}

.btn.btn-facebook:focus {
    background-color: #3b5998;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(59,89,152,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(59,89,152,.2);
}

.btn.btn-dribbble.btn-link{
    background-color: transparent;
    color: #ea4c89;
}

.btn.btn-dribbble.btn-link:hover:active{
    background-color: transparent;
    color: #ea4c89;
}

.btn.btn-instagram.btn-link{
    background-color: transparent;
    color: #125688;
}
.btn.btn-instagram.btn-link:hover:active{
    background-color: transparent;
    color: #125688;
}

.btn.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
    box-shadow: 0 2px 2px 0 rgba(221,75,57,.14), 0 3px 1px -2px rgba(221,75,57,.2), 0 1px 5px 0 rgba(221,75,57,.12);
}

.btn.btn-google:hover{
    color: #fff;
    background-color: #dd4b39;
    box-shadow: 0 14px 26px -12px rgba(221,75,57,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(221,75,57,.2);
}

.btn.btn-google:active{
    color: #fff;
    background-color: #dd4b39;
    box-shadow: 0 14px 26px -12px rgba(221,75,57,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(221,75,57,.2);
}

.btn.btn-google:hover:active{
    color: #fff;
    background-color: #dd4b39;
    box-shadow: 0 14px 26px -12px rgba(221,75,57,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(221,75,57,.2);
}

.btn.btn-google:focus{
    color: #fff;
    background-color: #dd4b39;
    box-shadow: 0 14px 26px -12px rgba(221,75,57,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(221,75,57,.2);
}

.btn.btn-info {
    color: #fff !important;
    background-color: #00bcd4 !important;
    border-color: #00bcd4 !important;
    padding: .1rem .1rem; 
    box-shadow: 0 1px 1px 0 rgba(0,188,212,.14), 0 3px 1px -2px rgba(0,188,212,.2), 0 1px 5px 0 rgba(0,188,212,.12);
}

.btn.btn-round {
    border-radius: 30px;
}
.hr{
  height: 10px;
  border-top: 3px solid #ffef37;
}
section.about{
  padding: 10px;
  box-sizing:  border-box;
  height: auto;
  padding-bottom: 20px;
}
section.about h2{
  font-size: 3em;
  margin: 0;
  padding: 0 0 20px;
}
section.about p{
  font-size: 1em;
  margin: 0;
  padding: 0;
}
section.about2{
  padding: 20px;
  box-sizing:  border-box;
  height: auto;
  background: #c9c9c9;
  padding-bottom: 20px;
}
section.about2 h2{
  font-size: 3em;
  margin: 0;
  padding: 0 0 20px;
}
section.about2 p{
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../../../assets/images/EDIT_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center ;
    color: #fff;
    height: 450px;
    padding-top: 120px;
    position: relative;
}

.bg-overlay-with-image {
  background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center ;
  color: #fff;
  height: 400px;
  position: relative;
} 


.bg-overlay-noimage {
  background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)); 
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center ;
  color: #fff;
  height: 450px;
  padding-top: 20px;
  position: relative;
}

.bg-no-overlay {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;

  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}





.page-title .bread-crumb{
	position:relative;
	display:inline-block;
	padding:6px 25px;
	background:rgba(0,0,0,0.70);
	border-radius:7px;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
}

.page-title .bread-crumb li{
	position:relative;
	display:inline-block;
	padding-right:20px;
	line-height:24px;
  text-align: center;
}

.page-title .bread-crumb li:last-child{
	padding-right:0px;
}

.page-title .bread-crumb li:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position:absolute;
	right:0px;
	top:0px;
	text-align:center;
	line-height:26px;
	width:15px;
	display:block;
	color:#ffffff;
}

.page-title .bread-crumb li:last-child:after{
	display:none;
}

.page-title .bread-crumb li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#ffffff;
	font-size: 12px;
	font-weight:500;
  text-decoration: none;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li:last-child a{
	color:#dddddd;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.sidebar-section{
	position:relative;
	padding:70px 0px 40px;
	background:#f3f3f3;
}

.sidebar-section .sidebar{
	position:relative;
  margin-bottom:10px;
  width: 100%;
}

.sidebar-section .content-side{
	position:relative;
	margin-bottom:30px;
}

.sidebar{
	position:relative;
}

.sidebar .widget{
	position:relative;
	margin-bottom:20px;
}

.sidebar .widget h3{
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#3a4145;
	font-weight:800;
}

.sidebar .links-widget{
	position:relative;
}

.sidebar .links-widget li{
	position:relative;
	margin-bottom:7px;
}

.sidebar .links-widget ul li:before {
	content:'\f061';
	font-family:'FontAwesome';
    color: #888888;
    font-size: 11px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.sidebar .links-widget ul li:hover:before{
	color:#fbb027;
}

.sidebar .links-widget li a{
	position:relative;
	color:#888888;
	font-size:14px;
	font-weight:500;
	padding-left:20px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.sidebar .links-widget li a:hover{
	color:#fbb027;
}

.sidebar .testimonial-slider .bx-pager{
	display:none !important;
}

.sidebar .search-form{
	position:relative;
}

.sidebar .search-form input[type="search"],
.sidebar .search-form input[type="text"]{
	position:relative;
	width:100%;
	line-height:24px;
	padding:8px 42px 8px 15px;
	border:1px solid #d0d0d0;
	background:#ffffff;
	color:#3d3d3d;
	height:42px;
	font-size:14px;
	color:#292929;
}

.sidebar .search-form input[type="search"]:focus,
.sidebar .search-form input[type="text"]:focus{
	border-color:#fbb027;
}

.sidebar .search-form .form-group{
	position:relative;
}

.sidebar .search-form button{
	position:absolute;
	right:1px;
	top:1px;
	line-height:24px;
	display:block;
	width:40px;
	height:40px;
	padding:7px 10px 8px;
	text-align:center;
	font-size:16px;
	color:#cccccc;
	background:none;
}

.sidebar .search-form button:hover{
	color:#fbb027;
}

.sidebar .popular-tags{
	position:relative;
}

.sidebar .popular-tags .tags a{
	position:relative;
	display:inline-block;
	padding:3px 12px;
	line-height:20px;
	margin:0px 5px 10px 0px;
	color:#333333;
	font-size:13px;
	background:#e1e1e1;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
}

.sidebar .popular-tags .tags a:hover{
	background:#fbb027;
	color:#ffffff;
}

.sidebar .recent-posts{
	position:relative;
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	margin-bottom:20px;
	min-height:70px;
	padding:0px 0px 0px 84px;
	color:#cccccc;
}

.sidebar .recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:72px;
}

.sidebar .recent-posts .post .post-thumb img{
	width:100%;
	display:block;
}

.sidebar .recent-posts .post h4{
	font-size:15px;
	font-weight:400;
	margin:0px 0px 5px;
	line-height:2em;
	color:#292929;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover{
	color:#fbb027;
}

.sidebar .recent-posts .post h4 a{
	color:#292929;
}

.sidebar .recent-posts .post .fa{
	font-size:18px;
}


.blog-section{
	position:relative;
}

.blog-section .blog-post{
	position:relative;
	margin-bottom:50px;
}

.blog-section.style-two .blog-post{
	position:relative;
	margin-bottom:30px;
}

.blog-section .image{
	position:relative;
	margin-bottom:10px;
	border:1px solid #fbb027;
	overflow:hidden;

}
.image-bg img{
  background: rgba(0, 0, 0, .6);
	display:block;
	width:300px;
  max-height: 400px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.image-container {
  position: relative;
  width: 200px;
  height: 300px;
}
.image-container .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  color: #FFF;
}
.image-container:hover .after {
  display: block;
  background: rgba(0, 0, 0, .6);
}

.blog-section .image img{
	display:block;
	width:100%;
  max-height: 600px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-section .blog-post:hover .image img{
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-webkit-filter:scale(100%);
	-moz-filter:scale(100%);
	-ms-filter:scale(100%);
	-o-filter:scale(100%);
}

.blog-section .image{
	position:relative;
	margin-bottom:10px;
	border:1px solid #fbb027;
	overflow:hidden;
}

.blog-section .image img{
	display:block;
	width:100%;
  max-height: 600px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-section .blog-post:hover .image img{
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-webkit-filter:scale(100%);
	-moz-filter:scale(100%);
	-ms-filter:scale(100%);
	-o-filter:scale(100%);
}
.blog-section .post-title{
	position:relative;
  margin-bottom:10px;
  font-weight: bold;
}

.blog-section .post-title h2,
.blog-section .post-title h2 a{
	position:relative;
	font-size:19px;
	color:#36392e;
	font-weight:700px;
  text-decoration: none;
}

.blog-section .post-title h2 a:hover{
	color:#fbb027;
}

.blog-section .post-info{
	position:relative;
	margin-bottom:10px;
	color:#999999;
}

.blog-section .post-info a{
	position:relative;
	color:#999999;
	font-style:italic;
  text-decoration: none;
  font-size: 14px;
}

.blog-section .post-info a:hover{
	color:#fbb027;
}

.blog-section .post-info a .fa{
	padding-right:5px;
	font-size:12px;
}

.blog-section .post-desc{
	position:relative;
  margin-bottom:20px;
  font-size: 14px;
  color: #59595a;
}


.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffef37;
}

.blog-section .blog-post .read-more{
	position:relative;
  text-decoration: none;
	display:inline-block;
	line-height:24px;
	padding:6px 40px;
	border:2px solid #e1e1e1;
	font-weight:700;
	color:#777777;
	text-transform:uppercase;
	border-radius:20px;
}

.blog-section .blog-post .read-more:hover{
	background:#fbb027;
	border-color:#fbb027;
	color:#ffffff;
}

.blog-section.style-two .post-title h2,
.blog-section.style-two .post-title h2 a{
	font-size:16px;
}

.blog-section .blog-details{
	position:relative;
}

.blog-section .blog-details h2{
	font-size:24px;
	font-weight:800;
}

.blog-section .blog-details h3{
	position:relative;
	font-size:16px;
	font-weight:800;
	margin-bottom:20px;
	color:#3a4145;
}

.blog-section .blog-details p{
	margin-bottom:20px;
}

.blog-section .blog-details ol li{
	list-style-type:decimal;
}

.blog-section .blog-details ul li{
	list-style-type:disc;
}

.blog-section .blog-details ul,
.blog-section .blog-details ol{
	margin-left:20px;
	margin-bottom:20px;
}

.blog-section .review-box{
	position:relative;
	margin:20px 0px;
	text-align:center;
}

.blog-section .review-box .divider{
	position:relative;
	background:#f1f1f1;
	max-width:200px;
	margin:0 auto 15px;
	height:1px;
}

.blog-section .review-box .review-content{
	font-size:18px;
	font-style:italic;
}

.blog-section .review-box .separator{
	position:relative;
	width:30px;
	height:10px;
	margin:15px auto;
	background:url(../images/icons/icon-separator.png) center center no-repeat;
}

.blog-section .review-box .author-info{
	position:relative;
}

.blog-section .review-box .author-info strong{
	font-size:15px;
	color:#3a4145;
	text-transform:capitalize;
	font-weight:800;
}

.blog-section .review-box .author-info p{
	font-style:italic;
}

.blog-section .post-author{
	position:relative;
	padding:25px;
	background:#fbb027;
	border:1px solid #57b6d9;
	margin-bottom:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
}

.blog-section .post-author .inner-box{
	position:relative;
	padding-left:100px;
	min-height:100px;
}

.blog-section .post-author .author-thumb{
	position:absolute;
	left:0px;
	top:10px;
}

.blog-section .post-author .author-title{
	margin-bottom:15px;
}

.blog-section .post-author .author-title strong{
	font-weight:800;
	color:#3a4145;
}

.blog-section .post-author .social-links a{
	position:relative;
	display:inline-block;
	margin-right:1px;
	font-size:14px;
	color:#999999;
	width:24px;
	height:24px;
	line-height:24px;
	border:1px solid #999999;
	text-align:center;
	border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}


.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.comment-form .form-group-inner{
	position:relative;
	display:table;
	width:100%;
	border:1px solid #d0d0d0;
	overflow:hidden;
	border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.comment-form .form-group .icon-box{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.comment-form .form-group .icon-box label{
	position:relative;
	display:inline-block;
	width:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#3d3d3d;
	margin:0px;
	background:#ffffff;
	border-right:1px solid #d0d0d0;
}

.comment-form .form-group label.error{
	display:none !important;
}

.comment-form .form-group .field-outer{
	position:relative;
	display:table-cell;
	width:100%;
	vertical-align:middle;
}

.comment-form .form-group-inner input[type="text"],
.comment-form .form-group-inner input[type="password"],
.comment-form .form-group-inner input[type="tel"],
.comment-form .form-group-inner input[type="email"],
.comment-form .form-group-inner select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form .form-group input[type="text"].error,
.comment-form .form-group input[type="password"].error,
.comment-form .form-group input[type="tel"].error,
.comment-form .form-group input[type="email"].error,
.comment-form .form-group select.error,
.comment-form .form-group textarea.error{
	background:rgba(255,0,0,0.20);
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	height:200px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form button{
	position:relative;
	display:inline-block;
	background:#ececec;
	color:#777777 !important;
	padding:8px 30px;
	line-height:24px;
	font-size:14px;
	font-weight:500;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}

.comment-form button .icon{
	position:relative;
	top:2px;
}

.comment-form button:before{
	background:#f06626;
}


.sec-title{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.sec-title h3{
	position:relative;
	text-transform:uppercase;
	font-size:15px;
	font-weight:800;
	color:#646d72;
	margin-bottom:0px;
}

.sec-title h2{
	position:relative;
	text-transform:uppercase;
	font-size:24px;
	font-weight:800;
	color:#3a4145;
}

.sec-title p{
	position:relative;
	font-size:15px;
	color:#3a4145;
	margin-bottom:10px;
}

.sec-title.style-two h3,
.sec-title.style-two h2,
.sec-title.style-two p{
	color:#ffffff;
}

.sec-title .line{
	position:relative;
	width:40px;
	height:6px;
	background:#cccccc;
	margin:20px auto 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}

.sec-title.style-two .line{
	background:#ffffff;
}

.sec-title.style-three{
	text-align:center;
}

.sec-title.style-three .line{
	margin:40px 0px 0px;
}
.sec-title .line-center{
	position:relative;
	width:40px;
	height:6px;
	background:#cccccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.sec-title.style-three .line-center{
	margin:20px auto 0;
}


.get-quote{
	position:relative;
	padding:80px 0px 0px;
	background:#ededed url(../images/background/bg-pattern.png) center center no-repeat;
	background-size:cover;
}

.get-quote .sec-title{
	margin-bottom:40px;
}

.get-quote .sec-title .line{
	margin-top:20px;
}

.get-quote .sec-title h3,
.get-quote .sec-title h2{
	text-transform:capitalize;
	margin-bottom:0px;
}

.why-us-section .sec-title h2,
.why-us-section .sec-title h3{
	text-transform:capitalize;
	margin-bottom:0px;
}

.why-us-section .sec-title .line{
	margin-top:25px;
}
.default-two-column .sec-title{
	margin-bottom:50px;
}

.default-two-column .sec-title .line{
	margin-top:20px;
}

.default-two-column .sec-title h3,
.default-two-column .sec-title h2{
	text-transform:capitalize;
	margin-bottom:0px;
}
.locations-section .sec-title h2,
.locations-section .sec-title h3{
	color:#ffffff;
}

.sec-title.no-underline h2{
	margin-bottom:10px;
}
/* .contact-section .sec-title{
	margin-bottom:30px;
	text-align:left;
}

.contact-section .sec-title .line{
	margin:20px 0px 0px;
	background:#dfdfdf;
}

.contact-section .sec-title h2,
.contact-section .sec-title h3{
	text-transform:capitalize;
} */
.circular-graph-section .sec-title h3{
	color:#2b4261;
	letter-spacing:5px;
}

.no-bg{
	background:none !important;
}

.window-size .auto-container{
	position:relative;
	left:0px;
	top:0px;
	display:table;
	width:100%;
	max-width:100%;
	height:100%;
	padding:50px 15px 50px;
	text-align:center;
}


.window-size .auto-container .box-inner{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.fact-counter .auto-container{
	position:relative;
	z-index:1;
}

.why-us-section .auto-container{
	position:relative;
	z-index:2;
}

.parallax-section .auto-container{
	position:relative;
	z-index:5;
}

.page-title .auto-container{
	position:relative;
	z-index:5;
}

.process-section .auto-container:hover .process-column .lower-part{
	opacity:1 !important;
}

.process-section .auto-container .process-column.active .lower-part{
	opacity:1;
}

.process-section .auto-container .process-column:hover .lower-part{
	opacity:1 !important;
}

.theme-btn{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}
.theme-btn {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.btns-row .theme-btn{
	margin:0px 5px 20px;
}
.normal-btn{
	position:relative;
  text-decoration: none;
	padding:9px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:#fbb027;
	color:#ffffff !important;
	font-size:14px;
	border:2px solid #ffffff !important;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	border-radius:20px;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.normal-btn .fa{
	padding-right:5px;
}
.normal-btn:hover{
	background:#fbb027;
	color:#ffffff !important;
	border-color:#ffffff !important;
}


.team-section{
	position:relative;
	padding:70px 0px 40px;
}

.team-section .column{
	position:relative;
	margin-bottom:30px;
}

.team-section .column img{
	display:block;
	width:100%;
}

.team-section .column .title-box{
	padding-top:20px;
}

.team-section .column .title-box h4{
	font-size:16px;
	font-weight:800;
	color:#3a4145;
}

.team-section .column .title-box p{
	font-style:italic;
	color:#888888;
}

.team-section .column .text{
	margin:10px 0px 20px;
}

.team-section .column .read-more{
	font-weight:800;
	color:#fbb027;
	text-transform:uppercase;
	font-size:14px;
}

.team-section .column .read-more .fa{
	padding-right:5px;
}

.team-section .column .read-more:hover{
	color:#57b6d9;
}
.cid-rn1ZxCxVZC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rn1ZxCxVZC .mbr-section-subtitle {
  color: #767676;
}
.cid-rn1ZxCxVZC .mbr-text {
  color: #767676;
}
.cid-rn1ZxCxVZC .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rn1ZxCxVZC .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rn1ZxCxVZC .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rn1ZxCxVZC .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-rn1ZxCxVZC .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-rn1ZxCxVZC .card-wrapper .card-img img {
  width: 100%;
}
.cid-rn1ZxCxVZC .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rn1ZxCxVZC .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rn1ZxCxVZC .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rn1ZxCxVZC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rn1ZxCxVZC .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rn1ZxCxVZC .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-rn1ZxCxVZC .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-rn1ZxCxVZC .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}

.porto-list-year {
  margin-bottom: 30px;
  padding-top: 3rem;
}

.porto-list-year a {
  border: 1px solid #fbb027;
  padding: 8px;
  color: #fbb027;
}

.porto-list-year a:hover {
  border: 1px solid #fbb027;
  background: #fbb027;
  color: #fff;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes fadeInLeft {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        transform: translate3d(-40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeInRight {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInRight {
    from {
        transform: translate3d(40px,0,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}
.animatedUp {
    animation-duration: 5s;
    animation-fill-mode: both;
    -webkit-animation-duration: 5s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.animatedFadeInLeft {
    opacity: 0
}

.fadeInLeft {
    opacity: 0;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}

.animatedFadeInRight {
    opacity: 0
}

.fadeInRight {
    opacity: 0;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
}

.contact-section{
	position:relative;
	padding:90px 0px;
	color:#888888;
}

.contact-section .column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .sec-title{
	margin-bottom:30px;
	text-align:left;
}

.contact-section .sec-title .line{
	margin:20px 0px 0px;
	background:#dfdfdf;
}

.contact-section .sec-title h2,
.contact-section .sec-title h3{
	text-transform:capitalize;
}

.contact-section .info-box{
	position:relative;
	margin-bottom:30px;
}

.contact-section .info-box h3{
	position:relative;
	font-size:16px;
	font-weight:800;
	color:#1c1c1c;
	margin-bottom:15px;
}

.contact-section .info-box li{
	position:relative;
	padding-left:30px;
}

.contact-section .info-box li .icon{
	position:absolute;
	left:0px;
	top:4px;
	font-size:16px;
}

.contact-section .info-box .social-links a{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:20px;
	border:1px solid #c8d9e0;
	color:#c8d9e0;
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	border-radius:3px;
}

.contact-section .info-box .social-links a:hover{
	color:#2db0e6;
}

.contact-section .form-box{
	position:relative;
	padding:20px;
	background:#f3f3f3;
	border:1px solid #cccccc;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
}

.contact-section .form-box .form-group{
	position:relative;
	margin-bottom:20px;
}

.contact-section .form-box .field-label{
	position:relative;
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;
	color:#000000;
}

.contact-section .form-box input[type="text"],
.contact-section .form-box input[type="email"],
.contact-section .form-box input[type="number"],
.contact-section .form-box input[type="tel"],
.contact-section .form-box input[type="password"],
.contact-section .form-box textarea,
.contact-section .form-box select{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	color:#1c1c1c;
	line-height:24px;
	padding:7px 15px;
	border:1px solid #cccccc;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.contact-section .form-box input[type="text"]:focus,
.contact-section .form-box input[type="email"]:focus,
.contact-section .form-box input[type="number"]:focus,
.contact-section .form-box input[type="tel"]:focus,
.contact-section .form-box input[type="password"]:focus,
.contact-section .form-box textarea:focus,
.contact-section .form-box select:focus{
	background:#ffffff;
	border-color:#00a3c8;
}

.contact-section .form-box input[type="text"].error,
.contact-section .form-box input[type="email"].error,
.contact-section .form-box input[type="number"].error,
.contact-section .form-box input[type="tel"].error,
.contact-section .form-box input[type="password"].error,
.contact-section .form-box textarea.error,
.contact-section .form-box select.error{
	background:#e0a99e;
	color:#ffffff;
	border-color:#ff0000;
}

.contact-section .form-box label.error{
	display:none !important;
}

.contact-section .form-box textarea{
	height:140px;
	resize:none;
}

.contact-section .form-box button{
	border-radius:25px;
	-webkit-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-moz-border-radius:25px;
	padding:8px 30px;
}

picture{
  width: 100%;
  height: auto;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    /* margin-bottom: 100px; */
    /* height: 100%; */
}
.maps-a iframe{
    position: relative;
    width: 100%;
    display: block;
    min-height: 500px;
    /* height: 300px; */
}

.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.button-telegram {
  display: inline-block;
  background: #0088cc;
  color: #fff;
  font-size: 25px;
  padding: 10px 12px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;

  bottom: 140px;
  cursor: pointer;
  text-align: center;
  position: fixed;
  right: 22px;
  float: right;
  z-index: 999;
}
.button-telegram:hover {
  background: #005078;
}
.button-wa {
  display: inline-block;
  background: #08c65b;
  color: #fff;
  font-size: 25px;
  padding: 10px 12px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;

  bottom: 70px;
  cursor: pointer;
  text-align: center;
  position: fixed;
  right: 22px;
  float: right;
  z-index: 999;
}
.button-wa:hover {
  background: #05803a;
}
.button:hover {
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
  color: #fff;
}
#lxbd {
  /* position: relative; */
  position: fixed;
  right: 0;
  top: 60%;
  margin-top: -100px;
  z-index: 100;
}
#lxbd .bton {
  display: block;
  cursor: pointer;
}
#lxbd .bton img {
  max-width: 100%;  
  height: auto;
  right: 0;
}
.button-telpon{
  position: fixed;
  right: 0;
  top: 60%;
  margin-top: -100px;
  z-index: 100;
  background: #f1e428;
  color: #fff;
  font-size: 16px;
  width: 120px;
  height: 60px;
  text-align: center;
  padding-top: 20px;
}

.btn-fx6 {margin: 0 15px; animation: button6 1s ease infinite;}
.btn-fx6:hover, .btn-fx2:focus {animation: hoverfx 1s ease 1;}
@keyframes button6 {
    0% {-moz-transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg); -webkit-transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg); -o-transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg);}
    50% {-moz-transform: scale(1) rotate(10deg) translateX(10px) translateY(0px) skewX(0deg) skewY(0deg); -webkit-transform: scale(1) rotate(10deg) translateX(10px) translateY(0px) skewX(0deg) skewY(0deg); -o-transform: scale(1) rotate(10deg) translateX(10px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(10deg) translateX(10px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(10deg) translateX(10px) translateY(0px) skewX(0deg) skewY(0deg);}
    100% {-moz-transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg); -webkit-transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg); -o-transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg); -ms-transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg); transform: scale(1) rotate(-10deg) translateX(-10px) translateY(0px) skewX(0deg) skewY(0deg);}
}

#return-to-top {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 35px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.card-title-product{
  font-size: 11px;
  font-weight: bold;
}

.card-text-product{
  font-size: 11px;
}
.h1-product{
  display: block;
  font-size: 35px;
  margin-top: 0.18em;
  margin-bottom: 0.1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}


/* a[href], a[href]:hover {color: grey; font-size: 0.5em; text-decoration: none} */

.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 2em;
  font-family: FontAwesome;
  display: inline-block; 
}

.starrating > label
{
  color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */

.dropdown-submenu li:hover {
  background: #f1f1f1;
}
.dropdown-menu li:hover {
  background: #f1f1f1;
}
/* #sidebar{
  display: none;
}

@media (max-width: 640px)
{

  #sidebar {
    display: block;
  }

}
@media (max-width: 320px)
{
  #sidebar {
    display: block;
  }
  
} */

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: #ffef37; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  #subproduct{
    display: none;
  }
}
@media screen and (max-height: 400px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  #subproduct{
    display: none;
  }
  
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.right {
  float: right !important;
}
.pagination {
  float: right;
}
.pagination li {
  float: left;
  list-style: none;
  margin: 0 2px;
}
.page-item.active .page-link {
  z-index: 1;
  color: black;
  background-color: #ffef37;
  border-color: #ffef37;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: black;
  background-color: #fff;
  border: 1px solid #dee2e6;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 20px;
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 1px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 20px;
  border-color: #D6D6D6;
  border-style: solid;
  border-width: 1px;
}
