html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    /* background-color: #f5f5f5; */
    overflow-x: hidden;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}

a:hover{
    text-decoration: none;
}
a{
    color: #f29400;
}
.text-important {
    color: #f29400;
}
.text-green {
    color: #000;
}
.text-yellow {
    color: #FFCB05;
}
.image-round {
    border-radius: 5px;
}
::selection {
    color: white;
    background-color: #327d19;
}
.text-semibold {
    font-weight: 600;
}
.dropdown-header {
    color: #000;
    font-weight: 600;
    background-color: #f29400;
}
.bg-emag {
    background-color: rgba(63, 157, 32, .9);
}
.bg-emag .navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    transition: 0.3s ease color;
}
.bg-emag .navbar-nav .nav-link:hover,
.bg-emag .navbar-nav .nav-link:focus,
.bg-emag .navbar-nav .active > .nav-link {
    color: #FFCB05;
}
/* Navigation */
.navbar {
    padding: 0px .8rem;
}
.navbar-ja li a {
    font-size: 15px;
    
}
.navbar-ja  li {
    margin: 0px 5px;
}
.navbar-ja .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .8px;
}
/* Dropdown Styles */
.navbar-ja .dropdown-menu {
    background-color: #3e9321;
    border-radius: 0;
    top: 54px;
}

.navbar-ja .dropdown-menu a {
    color: white;
}

.navbar-ja .dropdown-menu a:hover {
    color:#f29400;
    background-color:rgba(0,0,0,0.2);
}
.ja-logo {
    width: 182px;
}
.ja-logo > img {
    max-width: 100%;
}
.ja-hero {
    height: 100%;
    min-height: 600px;
    background-image: url(../assets/images/hero-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ja-hero .row, .ja-hero .container {
    height: 100%;
    padding: 3rem 15px 2rem;
}
.ja-hero .hero-body {
    background: rgba(0,0,0,0.8);
    border-top: 5px solid #3f9d20;
    padding: 25px;
}
.hero-title {
    font-weight: 600;
    color: #649322;
    word-wrap: break-word;
    padding-top: 70px;
}
/* E-Magazine Area */

.em-area {
    padding-top: 15px;
}
.section-head {
    padding: 0 0 1.5rem;
}
.section-title {
    font-weight: 600;
    display: inline-block;
}
.section-separator {
    width: 55px;
    height: 4px;
    background-color: #3f9d20;
}
.emag-body {
    padding: 0 0 2rem;
}
.emag-body-content h4 {
    font-weight: 600;
}
.btn-emag {
    color: #fff;
    background-color: #649322;
    border-color: #649322;
}
.btn-emag:hover, .btn-emag:focus {
    background-color: #327d19;
    border-color: #327d19;
    color: #fff;
}

/* Editorial Staff Section */
.bg-parallax {
  background-image: url("../assets/images/footer-bg.jpg");
  min-height: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-parallax::before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    left: 0;
}
.editorial-staff-section .container {
    padding: 2rem 15px;
    position: relative;
}
.editorial-staff-section .section-title {
    color: #FFCB05;
}
.editorial-staff-section .section-separator {
    background-color: #FFCB05;
    margin: 0 auto;
}
.member-image {
    width: 220px;
    padding: 15px 0px;
}
.member-content h3 {
    position: relative;
}
.member-content h3::after {
    content: "";
    background: #FFCB05;
    width: 25px;
    height: 2px;
    margin: 0 auto;
}
.member-contacts ion-icon {
    font-size: 25px;
    margin: 0 15px;
}
.member-contacts > a {
    color: #fff;
}
.member-contacts > a:hover,
.member-contacts > a:focus {
    text-decoration: none;
}
.contact-linkedin,
.contact-facebook,
.contact-twitter,
.contact-email {
    transition: ease all 0.5s;
}

.contact-linkedin:hover, .contact-linkedin:focus {
    color: #007bb5;
}
.contact-facebook:hover, .contact-facebook:focus {
    color: #1877f2;
}
.contact-twitter:hover, .contact-twitter:focus {
    color: #1da1f2;
}
.contact-email:hover, .contact-email:focus {
    color: #ea4335;
}

/* Recent Publications */
.recent-publications .container {
    padding: 2rem 15px;
}


/* Footer */
footer {
    background-color: #649322;
}
.footer-menu {
    list-style: none;
    padding: 1rem 0;
    margin-bottom: 0;
}
.footer-menu > li {
    display: inline-block;
}
.footer-menu > li::after {
    content: "|";
    color: white;
    font-size: 12px;
    margin: 0px 8px;
}
.footer-menu > li:nth-last-child(1)::after {
    content: "";
}
.footer-link {
    color: #fff;
    transition: 0.2s ease color;
}
.footer-link:hover, .footer-link:focus {
    color: #FFCB05;
    text-decoration: none;
}
.copyright-text {
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 3px;
    background-color: #f29400;
    padding: 20px;
}
.social-icons-footer {
    list-style: none;
    padding: 15px 0px;
    margin: 0;
    text-align: center;
}
.social-icons-footer > li {
    display: inline-block;
    margin: 0px 8px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.social-icons-footer > li.fb {
    background-color: #1877f2;
}
.social-icons-footer > li.twitter {
    background-color: #1da1f2;
}
.social-icons-footer > li.instagram {
    background-color: #c32aa3;
}
.social-icons-footer > li.linkedin {
    background-color: #007bb5;
}
.social-icons-footer > li > a {
    font-size: 20px;
    color: white;
    line-height: 42px;
}
/* Countdown */
.deadline-countdown p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffc107;
    margin-bottom: .5rem;
    text-align: center;
}

.deadline-countdown span {
    color: #969696;
    padding: 2px 5px;
    border-radius: 3px;
}

.countdown-section .container {
    position: relative;
}
.countdown-section .section-head h2 {
    color: #3f9d20;
    font-size: 25px;
}
.countdown-section .section-head .section-separator {
    background-color: #3f9d20;
}

/* Index1.html */
.bg-darken {
    position: relative;
}
.bg-darken::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
}
.emag-transparent .navbar-nav .nav-link {
    font-weight: 500;
    transition: 0.3s ease color;
}
.emag-transparent {
    transition: 0.3s ease all;
    background-color: #fff;
}
.hero-body-alt .hero-title {
    font-size: 55px;
}
.bg-yellow {
    display: inline-block;
    background-color: #f29400;
    color: #fff;
    padding: 3px 6px;
    border-radius: 2px;
}

.hero-scroll ion-icon {
    font-size: 2rem;
    color: white;
    animation: 2s ease bounce infinite;
}
@keyframes bounce {
    0%   {padding-top: 0;}
    50% {padding-top: 8px;}
    100% {padding-top: 0;}
}

/* Page */

.page-container {
    margin-top: 7rem;
}
.page-title {
    font-weight: 600;
    color: #3f9d20;
    position: relative;
}
.page-separator {
    width: 60px;
    height: 2px;
    background-color: #3f9d20;
    bottom: 0;
}

.editor-image {
    width: 130px;
    padding: 15px 0px;
}

.editor-title {
    background-color: #649322;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.editor-content > p, .pub-content > p {
    margin-bottom: 5px;
    color: #000;
}
.editor-content a {
    color: #212529;
}

.editor-col, .pub-col {
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #fff;
        box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.1);
}
.pub-content {
    text-align: left;
        padding: 10px 21px;
}
@media only screen and (max-width: 992px) {
    .ja-hero {
        height: 100%;
    }
    .hero-footer {
        display: none;
    }
    .emag-transparent {
        background-color: #000!important;
    }
    .navbar-ja .dropdown-menu {
        background-color: transparent;
        top: inherit;
        border: none;
    }
    
    .navbar-ja .dropdown-menu a:hover {
        color:#fecb05;
        background-color:rgba(0,0,0,0.2);
    }
    .navbar-ja .dropdown-menu a {
        color: rgba(255,255,255,.5);
    }
    
    .navbar-ja .dropdown-menu a:hover {
        color:#fecb05;
        background-color:rgba(0,0,0,0.2);
    }
    
}
@media only screen and (max-width: 600px) {
    .ja-hero {
        height: 100%;
    }
    .emag-transparent {
        background-color: #000!important;
    }
    .hero-footer {
        display: none;
    }
    .hero-title {
        font-size: 31px!important;
    }
}

/* Whatsapp Button */

.wa-floating-button:hover, .wa-floating-button:focus {
    color: white;
    text-decoration: none;
}

/* Carousel */
.collab-carousel .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;
}
.collab-carousel .carousel-indicators li {
    background: #a3a3a3;
    height: 5px;
    padding: 0;
    border: 0;
}

.collab-carousel .carousel-indicators .active {
background: #707070;
}

/* Multi-item Carousel */

/* medium - display 2  */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
  
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
  }
  
  /* large - display 3 */
  @media (min-width: 992px) {
  
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }
  
    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
/*    .navbar-ja li {
    margin: 0px 0px;
}
    .ja-logo {
    width: 100px;
}
.navbar-dark .navbar-nav .nav-link{
    font-size: 11px!important;
}*/
  }
  
  @media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }
  
    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
  }
  
  .carousel-inner .carousel-item.active,
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    display: flex;
  }
  
  .carousel-inner .carousel-item-right,
  .carousel-inner .carousel-item-left {
    transform: translateX(0);
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
      background-color: #649322;
  }



/* Misc */

.payment-logos > img {
    margin-right: 8px;
}
.payment-logos:hover {
    text-decoration: none;
}

.winter-button {
    animation: winter 1s ease-in-out infinite;
}

@keyframes winter {
    0% {
        background-color: transparent;
        border-color: transparent;
    }
    100% {
        background-color: #1877f2;
    }
}

.training-button {
    animation: training 2s ease-in-out infinite;
}

@keyframes training {
    0% {
        background-color: transparent;
        border-color: transparent;
    }
    50% {
        background-color: #dc3545;
    }
    100% {
        background-color: transparent;
        border-color: transparent;
    }
}


/* Promotion for Training */

.promotion-title {
    font-size: 2.5rem;
    color: #0966CC;
    font-weight: 600;
}

.promotion-subtitle {
    font-weight: 600;
    color: white;
}

.btn-promotion-register {
    background-color: #ffcb05;
    border: 2px solid #ffcb05;
}
.btn-promotion-register:hover, .btn-promotion-register:focus {
    background-color: transparent;
    color: #ffcb05;
    border: 2px solid #ffcb05;
}

.btn-promotion-dl {
    color: #fff;
    background-color: #e7762b;
    border: 2px solid #e7762b;
}
.btn-promotion-dl:hover, .btn-promotion-dl:focus {
    color: #e7762b;
    background-color: transparent;
}

.btn-red {
    color: #fff;
    background-color: #CC2D09;
    border-color: #CC2D09;
}
.btn-red:hover, .btn-red:focus {
    background-color: transparent;
    border-color: #CC2D09;
    color: #CC2D09;
}

.btn-blue {
    color: #fff;
    background-color: #0966CC;
    border-color: #0966CC;
}
.btn-blue:hover, .btn-blue:focus {
    background-color: transparent;
    border-color: #0966CC;
    color: #0966CC;
}
.text-expo {
    color: #00c4cc;
}
.text-expo-secondary {
    color: #ec3642;
}
.btn-expo {
    background-color: #649322;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.btn-expo:hover, .btn-expo:focus {
    background-color: white;
    color: #649322;
}

.btn-expo-secondary {
    background-color: #649322;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.btn-expo-secondary:hover, .btn-expo-secondary:focus {
    background-color: white;
    color: #f29400;
}
.bg-emag {
    background-color: #fff;
}
.pt-90{
    padding-top: 90px;

}
.recent-publications.agriculture-ecosystem img{
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.copyright-text a{
    color: #000;
    font-weight: bold;
}

.wa-floating-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 30px;
    padding: 15px;
    border-radius: 50px;
    color: white;
    line-height: 15px;
    background-color: #649322 !important;
    border: 2px solid white;
    z-index: 1111;
}
.wa-floating-button.call-btn {
    position: fixed;
    bottom: 100px;
    right: 14px;
    font-size: 30px;
    padding: 15px;
    border-radius: 50px;
    color: white;
    line-height: 15px;
    background-color: #f29400 !important;
    border: 2px solid white;
    z-index: 1111;
}
.footer-links li a{
    color: #fff;
/*    float: left;*/
    font-size: 17px;
}
.footer-links li{
    line-height: 38px;
}
.contact_details li a{
    color: #fff;
}
.contact_details li{
    line-height: 38px;
}
.mr-10{
    margin-right: 10px;
}
.footer-links li a:hover{
    text-decoration: none;
}
.contact_details li a:hover{
    text-decoration: none;
}
.carousel-control-prev {
    position: absolute;
    /* left: inherit; */
    left: -4%;
}
.carousel-control-next {
    right: -4%;
    position: absolute;
}
.recent-publications .counter-text{
    font-size: 15px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 20px;
   border-radius: 10px;
   color: #000;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 100%;
}
.header_btns a{
    background-color: #649322;
    border: #649322;
}
.nav-item .active{
    color: #649322;
} 
.navbar-dark .navbar-nav .nav-link{
    color: #000;
      font-size: 13px;
    font-weight: 600;
}
.bg_yellow{
    background-color: #f29400!important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #f29400;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #649322;}

.abt-section h2{
    text-align: left!important;
}

.register-section{
        background-image: url(../assets/images/footer-bg.jpg);
    min-height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.register-section::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    left: 0;
}
.abt-section img{
    object-fit: cover;
    width: 100%;
    height: 352px;
}
.slider-section{
    max-width: 730px;
}
.bg_orange a{
    background-color: #f29400!important;

}
.navbar-dark .navbar-toggler-icon {
    background-image: none;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
}
.page-header {
    position: relative;
    display: block;
    padding: 180px 0 100px;
    background-color: #000000d9;
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.page-header__inner h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 50px;
    color: #fff;
    margin-bottom: 17px;
}
.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mb-50{
    margin-bottom: 50px;
}
.pb-90{
    padding-bottom: 90px;
}
.thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.inner_page_section{
    padding: 100px 0 50px;
}
.inner_page_section .badge.badge-warning{
    margin: 0 0 30px;
}
.inner_page_section .badge{
    display: flex;
    border-radius: 0;
    padding: 15px 0 15px;
}
.faq_bg{
    background-color: #f29400;
}
.blog.blog-grid .blog__content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog .blog__content--thumb-03 img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.blog__content h6 a {
    color: #0d3c00;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    margin: 0 21px 0;
    font-weight: bold;
}
.blog__content .theme_btn.green_btn {
    margin: 0 26px 15px;
}
.blog__content .theme_btn.green_btn {
    margin: 0 26px 15px;
}
.green_btn {
    background: #0d3c00;
    display: inline-block;
}
.theme_btn {
    color: White;
    background: #649322;
    padding: 9px 33px;
    text-transform: uppercase;
    border-radius: 0 30px 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.green_btn:hover {
    color: #fff;
    background: #f29400;
}
.blog .blog__content--thumb-03 img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;

}
.blog .blog__content--thumb-03 {
    overflow: hidden;
}
.blog__content h3 {
    font-size: 28px;
    line-height: 40px;
}
.blog-list h5 {
    color: #0d3c00;
}
.widget-title {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}
.widget {
    border: 1px solid #e7e7e7;
}
.widget__title__box {
    background: #6a961f;
    padding: 10px 0 10px 40px;
}
.cat li a {
    color: #0d3c00;
    font-size: 18px;
    line-height: 1.7;
    padding: 15px 40px;
    display: block;
    border-bottom: 1px solid #ebebeb;
}
li {
    list-style: none;
}
.cat li a i {
    font-size: 13px;
}
.f-right {
    float: right;
}
.cat li a:hover {
    background: #f4f5f0;
}
.widget__title__box {
    background: #6a961f;
    padding: 10px 0 10px 40px;
}
.form-area-02 {
    border: 1px solid #ebebeb;
}
.widget-title-02 {
    color: white;
    font-size: 24px;
    line-height: 30px;
}
.pos-rel {
    position: relative;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30{
    margin-bottom: 30px;
}
.ml-40 {
    margin-left: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.form-area-02 .form-control {
    background: #f4f5f0!important;
    border: 0;
    width: 90%;
    margin: 0 auto;
    color: #0d3c00;
}
.form-area .form-control {
    background: white;
    font-size: 18px;
    line-height: 1;
    max-width: 450px;
    height: 60px;
    border: 0;
    padding: 10px 25px;
    border-radius: 0;
/*    border-left: 3px solid #6a961f;*/
}
.form-area .contact-name span, .form-area .contact-mail span {
    position: absolute;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
}
.blog-heading {
    padding: 18px 0 10px 0px;
}
.section-title span{
    color: #f29400;
}
.section-title{
    color: #649322;
}
.inner_page_section ul li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f138";
    left: 0;
    top: 0;
    margin-right: 8px;
    font-size: 18px;
    color: #f29400;
}
.inner_page_section ul li{
    line-height: 40px;
    font-size: 15px;
}
.page-title span{
    color: #f29400;
}
.inner_page_section.e-magazine img{
    object-fit: cover;
    height: 250px;
    width: 100%;
}
.blog-section img{
    object-fit: cover;
    width: 100%;
    height: 260px;
}
.editor-board p{
    color: #fff;
}
.faq_section .accordion>.card>.card-header{
        margin-bottom: 13px;
}
.faq_section .card{
    border: none;
}
.vission_img{
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.contact .card---style4 .card-body {
    padding: 30px 30px;
}
.office-branchs .card---style4 {
    background: #fff;
    color: #333;
    text-align: center;
}
.card---style4 {
    border: 0px;
    border-radius: 10px;
    background: #2c3e50;
    -webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.1);
}
.h-100 {
    height: 100% !important;
}
section.contact .contact__block .contact__head {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.office-branchs .card---style4 .contact__head {
    text-transform: uppercase;
    margin: 15px 0;
    padding: 0;
    letter-spacing: 2px;
    color: #242323;
}
section.contact .contact__block .contact__line {
    margin: 0px;
    font-weight: bold;
    color: #242323;
    opacity: .8;
}
section.contact {
    padding: 50px 0px;
    background: #ecf0f1 url(../assets/images/contact-bg.png) bottom left repeat-x;
    /* background: #ffcc00 url(../images/contact-bg.png) bottom left repeat-x; */
    background-size: auto 300px;
}
.e-magazine{
    background-color: #ecf0f1;
}
.ml--10{
    margin-left: -10px;
}
.ml--18{
    margin-left: -18px;
}
.fz-24{
    font-size: 24px;
}
.blog__content p{
    margin: 0 21px 0;
}
.mb-20{
    margin-bottom: 20px;
}
.social-icons {
    display: flex;
    margin-top: 0.5rem;
}
.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    /* background: linear-gradient(45deg, #1abc9c, #149279); */
    background: #f29400;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
}
.form-control:focus{
    box-shadow: inherit;
}
.btnz {
    display: block;
    float: left;
    padding: 10px 15px;
    border:none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
    margin: 20px 5px;
    border-radius: 5px;
}
.btnz:hover {
    color: #efefef;
}
.facebook {
    background-color: #3b5998;
}
.twitter {
    background-color: #55acee;
}
.stumbleupon {
    background-color: #eb4924;
}
.pinterest {
    background-color: #cc2127;
}
.linkedin {
    background-color: #0077b5;
}
.buffer {
    background-color: #323b43;
}
.w-500{
    width: 500px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
