/*  typography */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700|Roboto:400");

@font-face {
  font-family: 'ChaparralPro-Regular';
  src: url('../fontss/ChaparralPro-Regular.otf')  format('truetype');
}

@font-face {
  font-family: 'ChaparralPro-Bold';
  src: url('../fontss/ChaparralPro-Bold.otf')  format('truetype');
}

body {
  line-height: 1.2;
  font-family: ChaparralPro-Regular;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #4c4c4c;
  letter-spacing: 0.5px;
}

p, .paragraph {
  font-weight: 400;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
  font-family: ChaparralPro-Regular;
}
p-lg, .paragraph-lg {
  font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: ChaparralPro-Regular;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 80px;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 65px;
  }
}

h2, .h2 {
  font-size: 60px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

.modal-login{
	width: 350px;
	margin: auto;
}

.modal-title{
	text-align: center;
    font-size: 22px;
    line-height: 1.42857143;
	font-weight: 600;
}

.modal-content{
	border:0;
}

.modal-header {
	display:block;
}

.modal-header .close{
	position: absolute;
    top: -5px;
    right: 10px;
    margin-top: -2px;
}

/* Button style */
.btn {
    font-size: 18px;
    font-family: ChaparralPro-Regular;
    text-transform: capitalize;
    line-height: normal;
    min-height: 40px;
    border-radius: 5px;
    font-weight: 600;
    border: 0;
    position: relative;
    padding: 10px 16px;
    z-index: 1;
    transition: 0.2s ease;
	letter-spacing: 0.5px;
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}
.btn-sm {
  font-size: 15px;
  padding: 10px 30px;
}
.btn-xs {
  padding: 5px 10px;
  font-size: 15px;
}

.btn-primary {
  background: #41228e;
  color: #fff;
}

.btn-transparent {
  background: transparent;
  color: #41228e;
  font-weight: bold;
}
.btn-transparent:active, .btn-transparent:hover {
  color: #41228e;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #542cb7;
  color: #fff;
}

::selection {
  background: #542cb7;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}
a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-dark:hover {
  color: #41228e !important;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section2 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-title {
  margin-bottom: 80px;
  font-family: ChaparralPro-Regular;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}
.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #41228e !important;
}

.bg-gray {
  background: #eaeaea !important;
}

.text-primary {
  color: #41228e !important;
}

.text-color {
  color: #4c4c4c;
}

.text-dark {
  color: #000 !important;
}

.text-light {
  color: #999999 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

.font-secondary {
  font-family: ChaparralPro-Regular !important;
}

.font-tertiary {
  font-family: ChaparralPro-Regular !important;
}

.shadow {
  box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}

.bg-dark {
  background-color: #222222 !important;
}

/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}

/* /icon */
/* slick slider */
.slick-dots {
  text-align: center;
  padding-left: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 2px;
}
.slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
}
.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s ease;
  border: 0;
}

/* /slick slider */
/* form */
.form-control {
  background-color: #fff;
    background-image: none;
    height: 34px;
    border-radius: 3px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    min-height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
}

textarea.form-control {
  height: 120px;
}

/* /form */
/* card */
.card {
  border: 0;
}
.card-header {
  border: 0;
}
.card-footer {
  border: 0;
}

.navbar-dark .navbar-toggler{
	border:0px;
}

/* /card */
.navigation {
  padding: 40px 130px;
  transition: 0.3s ease;
}
.navigation.nav-bg {
  background-color: #FFFFFF;
  padding: 15px 100px;
}
.navigation.nav-bg .nav-link{
  color:#004d00 !important;
}
@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .navigation {
    padding: 20px;
    /*background: #41228e;*/
  }
}

.navbar .nav-item .nav-link {
  font-family: ChaparralPro-Regular;
  text-transform: uppercase;
  padding: 15px;
}
.navbar .nav-item.active {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  letter-spacing: 0.5px;
}

.hero-area {
  background-image: url(../images/icons/SP-Desktop-Banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 250px 0px;
}

.product-area {
  background-image: url(../images/backgrounds/Produk-section.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 250px 0px;
}
.about-area {
  background-image: url(../images/backgrounds/Image-TentangKami-Desktop.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 250px 0px;
}
.jambore-area {
  background-image: url(../images/backgrounds/web-section-revisi2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 250px 0px;
}
.etabloid-area {
  background-image: url(../images/backgrounds/sahabat-petani-image-web.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 250px 0px;
}

.product-content{
	padding-right: 230px;
	font-size: 20px;
}

.jambore-title{
	font-size: 25px;
	padding-right: 35px;
}

.btn-jambore{
	display: inline-block;
}

.bumn-icon{
	width:245px;
	height:50px;
}

.pupuk-icon{
	width:180px;
	height:80px;
}

.logo-header,.logo-header-mob{
	width:170px;
	height:60px;
}

.icon-wa{
	width:80px;
}

@media (max-width: 992px) {
	.hero-area {
		background-image: url(../images/icons/SP-Mobile-Banner.png);
	}
	.product-area {
		padding-top: 400px !important;
		background-image: url(../images/backgrounds/Image-produk.png);
		background-size: contain;
		background-position: inherit;
	}
	.jambore-area {
		background-image: url(../images/backgrounds/mob-jambore-section.png);
		background-size: contain;
		background-position: inherit;
		height: auto;
		padding: 250px 0px 20px;
	}
	.etabloid-area {
		background-image: url(../images/backgrounds/sahabat-petani-image-mob.png);
	}
	.product-title{
		text-align: center;
		padding: 10px;
	}
	.product-content{
		padding-right: 10px;
		text-align: center;
	}
	.product-area{
		padding: 50px 0px;
		height: auto;
	}
	.btn-home{
		text-align: center;
	}
	.jambore-title{
		text-align: center;
		font-size: 20px;
		color: #004d00 !important;
		margin-top: 50px;
		padding: 10px;
	}
	.btn-jambore{
		display: block;
		text-align: center;
	}
	.btn-jambore a{
		border: 1px solid #004d00 !important;
		color: #004d00 !important;
	}
	.bumn-icon{
		width: 145px;
		height: 30px;
	}
	.pupuk-icon{
		width: 125px;
		height: 60px;
	}
	
	.logo-header,.logo-header-mob{
		width:120px;
		height:40px;
	}
	.icon-wa{
		width:60px;
	}
}
@media (max-width: 767px) {
  .hero-area{
    padding: 120px 0px;
  }
}
@media (max-width: 400px) {
	.hero-area {
		height: 130vh;
	}
}
.hero-area h1 {
  position: relative;
  z-index: 2;
}

.layer {
  position: absolute;
  z-index: 1;
}

#l1 {
  bottom: 0;
  left: 0;
}

#l2 {
  top: 190px;
  left: -250px;
}

#l3 {
  top: 200px;
  left: 40%;
}

#l4 {
  top: 200px;
  right: 40%;
}

#l5 {
  top: 100px;
  right: -150px;
}

#l6 {
  bottom: -20px;
  left: 10%;
}

#l7 {
  bottom: 100px;
  left: 20%;
}

#l8 {
  bottom: 160px;
  right: 45%;
}

#l9 {
  bottom: 100px;
  right: -10px;
}

.layer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* skills */
.progress-wrapper {
  height: 130px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wave::before, .wave::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 45%;
  transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
  z-index: 10;
}
.wave::after {
  border-radius: 47%;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 10s linear -5s infinite;
          animation: rotate 10s linear -5s infinite;
  z-index: 20;
}

@-webkit-keyframes rotate {
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
/* /skills */
/* education */
.edu-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
}

/* /education */
/* service */
.hover-bg-primary {
  transition: 0.3s ease;
}
.hover-bg-primary:hover {
  background: #41228e;
}
.hover-bg-primary:hover * {
  color: #fff;
}

.active-bg-primary {
  transition: 0.3s ease;
  background: #41228e;
}
.active-bg-primary * {
  color: #fff;
}

.hover-shadow {
  transition: 0.2s ease;
}
.hover-shadow:hover {
  box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}

/* /service */
/* portfolio */
.hover-wrapper {
  overflow: hidden;
}
.hover-wrapper img {
  transition: 0.3s ease;
  transform: scale(1.1);
}
.hover-wrapper:hover img {
  transform: scale(1);
}
.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.hover-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/* /portfolio */
/* testimonial */
.testimonial-content strong {
  color: #2bfdff;
  font-weight: normal;
}

.testimonial-bg-shapes .container {
  position: relative;
  z-index: 1;
}
.testimonial-bg-shapes .bg-map {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px;
}
.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px;
}
.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px;
}
.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px;
}
.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px;
}

/* /testimonial */
/* footer */
.footer-section {
  padding-top: 200px;
}

.section-on-footer {
  margin-bottom: -250px;
}

.shadow-down {
  position: relative;
}
.shadow-down::before {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* /footer */
.card-lg {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 991px) {
  .card-lg {
    flex-direction: column;
  }
}

blockquote {
  display: inline-block;
  padding: 20px 25px;
  background: #eaeaea;
  border-left: 3px solid #41228e;
  font-style: italic;
  font-size: 22px;
  line-height: 1.7;
}

.content * {
  margin-bottom: 20px;
}
.content strong {
  font-family: ChaparralPro-Regular;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: inherit;
  line-height: 1.5;
}

.page-title-alt {
  padding: 350px 0 70px;
}

.border-thick {
  border: 10px solid;
}

.drag-lg-top {
  margin-top: -230px;
}
@media (max-width: 991px) {
  .drag-lg-top {
    margin-top: 0;
  }
}

.page-title-alt .container {
  position: relative;
  z-index: 1;
}
.page-title-alt .bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.page-title-alt .bg-shape-2 {
  position: absolute;
  left: 70px;
  top: 100px;
}
.page-title-alt .bg-shape-3 {
  position: absolute;
  left: 30%;
  top: 50px;
  transform: rotate(180deg);
}
.page-title-alt .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 100px;
}
.page-title-alt .bg-shape-5 {
  position: absolute;
  left: 40%;
  bottom: -25px;
}
.page-title-alt .bg-shape-6 {
  position: absolute;
  bottom: 100px;
  right: -100px;
}

.page-title {
  padding: 250px 0 150px;
}
.page-title .container {
  position: relative;
  z-index: 1;
}
.page-title .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-title .bg-shape-2 {
  position: absolute;
  left: -20px;
  top: -10px;
}
.page-title .bg-shape-3 {
  position: absolute;
  left: 10%;
  top: 100px;
}
.page-title .bg-shape-4 {
  position: absolute;
  left: 50%;
  top: -20px;
}
.page-title .bg-shape-5 {
  position: absolute;
  left: 90px;
  bottom: -50px;
  transform: rotate(180deg);
}
.page-title .bg-shape-6 {
  position: absolute;
  right: 20%;
  bottom: -20px;
}
.page-title .bg-shape-7 {
  position: absolute;
  right: -220px;
  bottom: -100px;
}

.filter-controls li {
  cursor: pointer;
}
.filter-controls li.active {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */

#login {
	padding: 10px 15px;
	letter-spacing: 0.5px;
	margin-left: 15px;
}

.bg-white{
	background-color: #FFFFFF;
}

.bg-orange{
	background-color: #cd8302;
}

.font-orange{
	color: #cd8302;
}

.bg-green{
	background-color: #006106;
}

.font-white{
	color: #fff;
}

.font-green{
	color: #004d00;
}

.font-black{
	color: #0c0c0c;
}

.border-green{
	border: 1px solid #004d00;
}

.border-white{
	border: 1px solid #FFFFFF;
}

.font-grey{
	color: #e1e1e1;
}

.p-2-l{
	padding: 0.5rem 2rem!important;
}

.humberger,.humberger-mobile{
  width: 35px;
  height: 3px;
  margin: 6px 0;
}

.frame-home{
	border-radius: 10px;
    width: calc(100% + 850px);
    height: 500px;
}

@media (max-width: 992px) {
  .frame-home {
    width:100%;
	height: 200px;
	padding: 5px;
  }
}

.seeall-about-us:hover{
	color:#006106;
}

.sosmed-footer{width: 40px;}
.sosmed-footer:hover{opacity: 0.5;}

.navbar-signin{
	background: #FFFFFF;
	border-radius: 5px;
    padding: 8px;
	cursor:pointer;
	width: 152.75px;
	margin-top: 7px;
	position: absolute;
}

.navbar-signin div:first-child{
	font-weight: bold;
	text-align: left;
}

.list-menu{
	display: none;
	float: left;
	margin-top: 10px;
}

.list-menu:hover{
	font-weight:600;
}

table.dataTable{
	width: 100% !important;
}

table.dataTable {
    clear: both;
    max-width: none !important;
}

table.dataTable thead > tr > th {
    padding-left: 8px;
    padding-right: 30px;
}

table.table-bordered tbody th, table.table-bordered tbody td {
    border-left-width: 0;
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd){
	background-color: #f4f8fb !important;
}

.iconupload{
    text-align: center;
    border: 1px dotted #adb4ba;
    border-radius: 15px;
    width: 100%;
    height: 150px;
    margin: auto;
    font-size: 30px;
    color: #adb4ba;
}

.btnFilePhoto{
	display:none;
	visibility:hidden;
}

.grid-item,
.grid-sizer {
	width: 25%;
}

.grid-item--width2 {
	width: 50%;
}

.grid-item {
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.1);
}

.loader {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
  background:rgb(255,255,255,0.5);
  overflow-x:hidden;
}

.btn:hover {
    color: #FFF !important;
}

#navigation-mobile{display:flex;}
@media (max-width: 767px) {
  #navigation-mobile{display:none;}
}

/*-----Side Menu----*/
.side-menu {
	width: 40%;
	position: fixed;
	right: 0;
	top: 0;
	background: #ffffff;
	z-index: 1032;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}

.side-menu .inner-wrapper {
	padding: 3.5rem 5rem;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*side clode btn*/
.side-menu .btn-close {
	height: 33px;
	width: 33px;
	-webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
	box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close{
   display: none;
}

@media (max-width: 1200px) {
   .side-menu .inner-wrapper {
      padding: 2rem 3.5rem;
   }
   
}

@media (max-width: 1024px) {
	.navbar-nav .nav-link,.title-accordion2 {
      font-size: 13px;
   }
}

@media (max-width: 992px) {
	.side-menu {
      width: 100%;
   }
   .side-menu .inner-wrapper {
      padding: 2rem 2.5rem;
   }
   .side-nav .navbar-nav .nav-link,.title-accordion2 {
      font-size: 20px;
   }
}

@media (max-width: 768px) {
	.side-menu {
      width: 100%;
   }
   .side-nav .navbar-nav .nav-link {
      font-size: 15px;
   }
}
.side-menu .side-nav {
   margin-bottom: 30px;
   display: block;
   width:100%;
   text-align: center;
   font-weight: bold
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #adb4ba;
	top: 5px;
}
.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.side-nav .navbar-nav .nav-item{
   display: block;
   margin: 10px 0; padding: 0 !important;
   opacity: 0;
   -webkit-transition: all 0.8s ease 500ms;
   -o-transition: all 0.8s ease 500ms;
   transition: all 0.8s ease 500ms;
   
   -webkit-transform: translateY(30px);
   -ms-transform: translateY(30px);
   -o-transform: translateY(30px);
   transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
   -webkit-transition-delay: .1s;
   -o-transition-delay: .1s;
   transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
   -webkit-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
   -webkit-transition-delay: .3s;
   -o-transition-delay: .3s;
   transition-delay: .3s; 
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
   -webkit-transition-delay: .4s;
   -o-transition-delay: .4s;
   transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
   -webkit-transition-delay: .5s;
   -o-transition-delay: .5s;
   transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
   -webkit-transition-delay: .6s;
   -o-transition-delay: .6s;
   transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
   -webkit-transition-delay: .7s;
   -o-transition-delay: .7s;
   transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
   -webkit-transition-delay: .8s;
   -o-transition-delay: .8s;
   transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
   -webkit-transition-delay: .9s;
   -o-transition-delay: .9s;
   transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
   opacity: 1;
}

.side-menu.side-menu-active,
.side-menu.before-side{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
   visibility: visible; opacity: 1;
}

.side-menu.side-menu-active, .side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #000;
    padding: 2px 0 3px 0 !important;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
	cursor:pointer;
}

.side-nav .navbar-nav .nav-link:hover{
	border-radius: 5px;
	background:#cd8302;
	width: 100%;
}

.accordion{display:none;}

.title-accordion2{
	font-size: 25px;
	font-weight: 600;
	border-radius: 5px;
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
}

.sidemenu_btn > span {
   height: 2px;
   width: 100%;
   background: #212331;
   display: block;
}

.center-brand .sidemenu_btn > span,
.transparent-bg .sidemenu_btn > span,
.fixed-bottom .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span,
.bg-invisible .sidemenu_btn > span,
.boxed-nav .sidemenu_btn > span {
   background: #000000;
}

.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}