body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #9b9b9b;
  overflow-x: hidden;
    
}

::-moz-selection {
  background-color: #57a700;
  color: #ffffff;
}

::selection {
  background-color: #57a700;
  color: #ffffff;
}

a {
  color: #57a700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #000;
  text-decoration: none;
}

section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  border: none;
  padding: 0;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .etkinlik .etkinlik_konusmaci .konusmaci {
    padding: 4px;
  }
  .etkinlik .etkinlik_konusmaci .konusmaci h3{
    font-size: 11px;
  }
  .etkinlik .etkinlik_konusmaci .konusmaci p{
    font-size: 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {

  html,
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {

 .eucookie-pop-up .content {width: 100% !important;} 
}

.gecmis_tab_baslik1 {
    background: none !important;
    color:#000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 15px !important;
}
.gecmis_tab_baslik2 {
    background: none !important;
    color:#000 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    border: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 15px !important;
}

/*----------------------------
      Helper Classes
----------------------------*/
.dropdown__lang {
    line-height: 38px;
}
.sticky-top {
  z-index: 500;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter>[class*="col"] {
  padding-right: 0;
  padding-left: 0;
}

.inner-padding {
  padding: 65px;
}

.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.background-banner {
  min-height: 500px;
}

.bg-size-auto {
  background-size: auto !important;
}

.bg-top-right {
  background-position: top right !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-top-center {
  background-position: top center !important;
}

.bg-bottom-center {
  background-position: bottom center !important;
}

.width-auto {
  width: auto !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
}

.lh-1 {
  line-height: 1 !important;
}

.list-inline>li {
  display: inline-block;
}

.align-v {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-v-h {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #e7ebef !important;
}

.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}

.height-500 {
  height: 500px;
}

/*----------------------
     Dividers 
------------------------*/
.divider {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 2px;
  background-color: #e7ebef;
}

.divider-sm {
  width: 20px;
  height: 2px;
}

.divider-primary {
  background-color: #57a700;
}

.divider-secondary {
  background-color: #000;
}

.divider-white {
  background-color: #ffffff;
}

.minwidth-120 {
  min-width: 120px !important;
}

.minwidth-170 {
  min-width: 170px !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.mt--50 {
  margin-top: -50px;
}

.mt--80 {
  margin-top: -80px;
}

.mt--90 {
  margin-top: -90px;
}

.mt--100 {
  margin-top: -80px;
}

.mt--120 {
  margin-top: -120px;
}

.mt--130 {
  margin-top: -130px;
}

.mt--140 {
  margin-top: -140px;
}

.mt--170 {
  margin-top: -170px;
}

.mt--200 {
  margin-top: -200px;
}

.mt--210 {
  margin-top: -210px;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !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;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media (max-width: 1200px) {
  .inner-padding {
    padding: 30px !important;
  }
}

@media (max-width: 992px) {
  .mt-30 {
    margin-top: 20px !important;
  }

  .mt-40 {
    margin-top: 20px !important;
  }

  .mt-50 {
    margin-top: 25px !important;
  }

  .mt-60 {
    margin-top: 30px !important;
  }

  .mt-70 {
    margin-top: 35px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mt-90 {
    margin-top: 45px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mt-120 {
    margin-top: 60px !important;
  }

  .mt-150 {
    margin-top: 75px !important;
  }

  .mb-30 {
    margin-bottom: 15px !important;
  }

  .mb-40 {
    margin-bottom: 20px !important;
  }

  .mb-50 {
    margin-bottom: 25px !important;
  }

  .mb-60 {
    margin-bottom: 30px !important;
  }

  .mb-70 {
    margin-bottom: 35px !important;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .mb-90 {
    margin-bottom: 45px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  .mb-120 {
    margin-bottom: 60px !important;
  }

  .mb-130 {
    margin-bottom: 65px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 15px !important;
  }

  .mr-40 {
    margin-right: 20px !important;
  }

  .mr-50 {
    margin-right: 25px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-left: 15px !important;
  }

  .ml-40 {
    margin-left: 20px !important;
  }

  .ml-50 {
    margin-left: 25px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }

  .pt-40 {
    padding-top: 20px !important;
  }

  .pt-50 {
    padding-top: 25px !important;
  }

  .pt-60 {
    padding-top: 30px !important;
  }

  .pt-70 {
    padding-top: 35px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pt-90 {
    padding-top: 45px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pt-110 {
    padding-top: 55px !important;
  }

  .pt-120 {
    padding-top: 60px !important;
  }

  .pt-130 {
    padding-top: 70px !important;
  }

  .pt-140 {
    padding-top: 70px !important;
  }

  .pt-150 {
    padding-top: 75px !important;
  }

  .pt-160 {
    padding-top: 80px !important;
  }

  .pt-170 {
    padding-top: 85px !important;
  }

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }

  .pb-40 {
    padding-bottom: 20px !important;
  }

  .pb-50 {
    padding-bottom: 25px !important;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }

  .pb-70 {
    padding-bottom: 35px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .pb-90 {
    padding-bottom: 45px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .pb-110 {
    padding-bottom: 55px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .pb-130 {
    padding-bottom: 65px !important;
  }

  .pb-140 {
    padding-bottom: 70px !important;
  }

  .pb-150 {
    padding-bottom: 75px !important;
  }

  .pb-160 {
    padding-bottom: 80px !important;
  }

  .pb-170 {
    padding-bottom: 85px !important;
  }
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-padding {
    padding: 20px !important;
  }

  .text-center-xs-sm {
    text-align: center !important;
  }

  .mt-0-xs-sm {
    margin-top: 0 !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #57a700 !important;
}

.color-secondary {
  color: #000 !important;
}

.color-heading {
  color: #000 !important;
}

.color-body {
  color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #000 !important;
}

.bg-primary {
  background-color: #57a700 !important;
}

.bg-secondary {
  background-color: #000 !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(3, 13, 19, 0.15);
}

.bg-overlay-2:before {
  background-color: rgba(3, 13, 19, 0.35);
}

.bg-overlay-3:before {
  background-color: rgba(3, 13, 19, 0.05);
}

.bg-overlay-gradient:before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 13, 19, 0.52)), to(rgba(27, 26, 26, 0.18)));
  background-image: linear-gradient(to bottom, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
}

.bg-overlay-primary:before {
  background-color: rgb(91 172 1);
}

.bg-overlay-primary-2:before {
  background-color: rgba(71, 161, 69, 0.8);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  /*  */
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

p {
  line-height: 1.7;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.tanitim {
  padding: 0px;
  margin-right: -93px;
  z-index: 9;
  margin-top: 50px;  
}
.tanitim_sag {
  background:#57a601;
  border-radius: 50%;
  height: 500px;
  padding-top: 100px;  
}

.heading__subtitle {
  font-size: 15px;
  color: #57a700;
  margin-bottom: 12px;
}

.heading__title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #4ca237;
}

.heading__title .underlined-text {
  border-bottom: 4px solid #57a700;
}

.heading__desc {
  margin-bottom: 0;
}

.heading-layout2 .heading__title {
  font-size: 40px;
}

.heading-layout3 .heading__title {
  font-size: 50px;
}

.heading-light .heading__subtitle {
  color: #f9f9f9;
}

.heading-light .heading__subtitle:after {
  background-color: #ffffff;
}

.heading-light .heading__title,
.heading-light .heading__desc {
  color: #ffffff;
}

.text__block-title {
  font-size: 25px;
  margin-bottom: 17px;
}

.text__block-desc {
  font-size: 16px;
  line-height: 26px;
}

.text__link {
  font-size: 20px;
  font-weight: 700;
}

.text__link a {
  color: #000;
}

.text__link a:hover {
  color: #57a700;
}

@media (max-width: 992px) {
  .heading__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
    .poster_column {
        width: 100%;
        min-width: 100%;
    }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 21px;
    margin-bottom: 10px;
  }


  .heading__subtitle,
  .text__link {
    font-size: 13px;
  }

  .heading__desc {
    font-size: 13px;
    line-height: 23px;
  }

  .heading-layout2 .heading__title {
    font-size: 24px;
  }

  .heading-layout3 .heading__title {
    font-size: 26px;
  }

  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent+.page-title {
  margin-top: -120px;
}

.pagetitle__subheading {
  font-size: 15px;
  font-weight: 700;
  color: #f9f9f9;
  display: inline-block;
  margin-bottom: 15px;
}

.pagetitle__heading {
  color: #ffffff;
  font-size: 74px;
  line-height: 1.1;
}

.pagetitle__heading .text-underlined {
  border-bottom: 4px solid #ffffff;
}

.pagetitle__desc {
  font-size: 17px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 34px;
}

.page-title {
  padding-top: 230px;
  padding-bottom: 150px;
}

.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.page-title .breadcrumb-item.active {
  color: #f9f9f9;
}

.page-title .breadcrumb-item a {
  position: relative;
  color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
  color: #f9f9f9;
}

.page-title-layout1,
.page-title-layout3 {
  padding-bottom: 35px;
}

.page-title-layout1 .breadcrumb,
.page-title-layout3 .breadcrumb {
  margin-top: 90px;
}

.page-title-layout2 {
  padding-top: 230px;
  padding-bottom: 130px;
}

.page-title-layout2 .pagetitle__heading {
  font-size: 37px;
  line-height: 1.5;
}

.page-title-layout4 .pagetitle__desc {
  max-width: 480px;
  margin: auto;
}

.page-title-layout5 {
  padding-bottom: 240px;
}

.page-title-layout5 .pagetitle__heading {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.5;
}

.page-title-layout5+.pricing .pricing-wrapper {
  position: relative;
  margin-top: -93px;
  z-index: 3;
}

.page-title-layout6 {
  padding-top: 250px;
}

.page-title-layout8 {
  padding-top: 240px;
  padding-bottom: 35px;
}

.page-title-layout8 .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}

.page-title-layout8 .breadcrumb {
  margin-top: 80px;
}

.page-title-layout9 {
  padding-bottom: 35px;
}

.page-title-layout9 .breadcrumb {
  margin-top: 90px;
}

.page-title-layout10 {
  padding-bottom: 170px;
}

.page-title-layout11 {
  padding-top: 250px;
}

.page-title-layout11 .pagetitle__heading {
  font-size: 36px;
  line-height: 1.3;
}

.page-title-layout11 .pagetitle__subheading {
  padding: 10px 15px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #57a700;
}

.page-title-layout12 {
  padding-top: 250px;
  padding-bottom: 160px;
}

.page-title-layout12 .pagetitle__heading {
  font-size: 50px;
}

.page-title-layout13 {
  padding-top: 250px;
  padding-bottom: 35px;
}

.page-title-layout13 .pagetitle__desc {
  max-width: 500px;
  margin: auto;
}

.page-title-layout13 .breadcrumb {
  margin-top: 100px;
}

.page-title-layout14 {
  padding-top: 290px;
  padding-bottom: 190px;
}

.page-title-layout14 .pagetitle__desc {
  max-width: 480px;
  margin: auto;
}

.page-title-layout15 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-title-layout15 .pagetitle__heading,
.page-title-layout15 .breadcrumb-item a,
.page-title-layout15 .breadcrumb-item+.breadcrumb-item:before {
  color: #000;
}

.page-title-layout15 .breadcrumb-item a:hover {
  color: #000;
}

.page-title-layout15 .pagetitle__desc,
.page-title-layout15 .breadcrumb-item.active {
  color: #9b9b9b;
}

@media (min-width: 320px) and (max-width: 992px) {
  .page-title-layout5 {
    padding-bottom: 100px !important;
  }

  .page-title-layout5+.pricing .pricing-wrapper {
    margin-top: -54px;
  }
}

/* Medium Size Devices */
@media (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .page-title .pagetitle__heading {
    font-size: 50px;
  }
}

/* Mobile Phones and tablets */

@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-title .pagetitle__subheading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .page-title .pagetitle__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .page-title .pagetitle__heading {
    font-size: 28px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .page-title-layout15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*--------------------
   Buttons
---------------------*/
.btn {
  
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 170px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:focus,
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn .icon-arrow-right,
.btn .icon-arrow-left {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:not(.btn__link):not(.btn__bordered):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.btn:not(.btn__link):not(.btn__bordered):hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn__primary {
  background-color: #57a700;
  color: #ffffff;
}

.btn__primary .icon-outlined {
  color: #000;
  border: 1px solid #57a700;
}

.btn__primary:active,
.btn__primary:focus {
  background-color: #57a700;
  color: #ffffff;
}

.btn__primary .icon-arrow-right,
.btn__primary .icon-arrow-left {
  color: #57a700;
  background-color: #ffffff;
}

.btn__primary:hover {
  color: #ffffff;
}

.btn__primary:hover .icon-arrow-right,
.btn__primary:hover .icon-arrow-left {
  color: #000;
  background-color: #ffffff;
}

.btn__primary.btn__bordered {
  background-color: transparent;
  border: 2px solid #57a700;
  color: #57a700;
}

.btn__primary.btn__bordered .icon-arrow-right,
.btn__primary.btn__bordered .icon-arrow-left {
  color: #ffffff;
  background-color: #57a700;
}

.btn__primary.btn__bordered:hover {
  color: #ffffff;
  background-color: #57a700;
}

.btn__primary.btn__bordered:hover .icon-arrow-right,
.btn__primary.btn__bordered:hover .icon-arrow-left {
  color: #57a700;
  background-color: #ffffff;
}

.btn__primary-style2:before {
  background-color: #ffffff !important;
}

.btn__primary-style2:hover {
  color: #000;
}

.btn__primary-style2:hover .icon-arrow-right,
.btn__primary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #000;
}

.btn__secondary {
  background-color: #000;
  color: #ffffff;
}

.btn__secondary:before {
  background-color: #57a700 !important;
}

.btn__secondary .icon-arrow-right,
.btn__secondary .icon-arrow-left {
  color: #000;
  background-color: #ffffff;
}

.btn__secondary:hover {
  color: #ffffff;
}

.btn__secondary:hover .icon-arrow-right,
.btn__secondary:hover .icon-arrow-left {
  color: #57a700;
}

.btn__secondary:active,
.btn__secondary:focus {
  background-color: #222222;
  color: #ffffff;
}

.btn__secondary.btn__bordered {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.btn__secondary.btn__bordered .icon-arrow-right,
.btn__secondary.btn__bordered .icon-arrow-left {
  color: #ffffff;
  background-color: #000;
}

.btn__secondary.btn__bordered:hover {
  color: #ffffff;
  background-color: #000;
}

.btn__secondary.btn__bordered:hover .icon-arrow-right,
.btn__secondary.btn__bordered:hover .icon-arrow-left {
  color: #000;
  background-color: #ffffff;
}

.btn__secondary-style2:before {
  background-color: #ffffff !important;
}

.btn__secondary-style2:hover {
  color: #000;
}

.btn__secondary-style2:hover .icon-arrow-right,
.btn__secondary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #000;
}

.btn__white {
  background-color: #ffffff;
  color: #000;
}

.btn__white:active,
.btn__white:focus {
  background-color: #ffffff;
  color: #000;
}

.btn__white .icon-arrow-right,
.btn__white .icon-arrow-left {
  color: #ffffff;
  background-color: #000;
}

.btn__white:hover {
  color: #ffffff;
}

.btn__white:hover .icon-arrow-right,
.btn__white:hover .icon-arrow-left {
  color: #000;
  background-color: #ffffff;
}

.btn__white.btn__bordered {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn__white.btn__bordered .icon-arrow-right,
.btn__white.btn__bordered .icon-arrow-left {
  color: #57a700;
  background-color: #ffffff;
}

.btn__white.btn__bordered:hover {
  color: #57a700;
  background-color: #ffffff;
}

.btn__white.btn__bordered:hover .icon-arrow-right,
.btn__white.btn__bordered:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #57a700;
}

.btn__white-style2 {
  color: #57a700;
}

.btn__white-style2 .icon-arrow-right,
.btn__white-style2 .icon-arrow-left {
  color: #ffffff;
  background-color: #57a700;
}

.btn__white-style2:before {
  background-color: #57a700 !important;
}

.btn__white-style2:hover .icon-arrow-right,
.btn__white-style2:hover .icon-arrow-left {
  color: #57a700;
  background-color: #ffffff;
}

.btn__bordered {
  background-color: transparent;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

.btn__link:focus,
.btn__link:active {
  background-color: transparent;
}

.btn__link.btn__icon {
  height: auto;
  line-height: 1;
  padding: 0;
}

.btn__link.btn__primary {
  color: #57a700;
}

.btn__link.btn__primary-style2:hover {
  color: #ffffff;
}

.btn__link.btn__primary.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #57a700;
}

.btn__link.btn__primary:hover {
  color: #222222;
}

.btn__link.btn__primary:hover.btn__underlined {
  border-color: #000;
}

.btn__link.btn__secondary {
  color: #000;
}

.btn__link.btn__secondary .icon-arrow-right,
.btn__link.btn__secondary .icon-arrow-left {
  color: #ffffff;
  background-color: #000;
}

.btn__link.btn__secondary:hover {
  color: #57a700;
}

.btn__link.btn__secondary:hover .icon-arrow-right,
.btn__link.btn__secondary:hover .icon-arrow-left {
  background-color: #57a700;
}

.btn__link.btn__white {
  color: #ffffff;
}

.btn__link.btn__white .icon-arrow-right,
.btn__link.btn__white .icon-arrow-left {
  color: #000;
  background-color: #ffffff;
}

.btn__link.btn__white.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
}

.btn__link.btn__white:hover {
  color: #000;
}

.btn__link.btn__white:hover .icon-arrow-right,
.btn__link.btn__white:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #000;
}

.btn__link.btn__white:hover.btn__underlined {
  border-color: #000;
}

.btn__block {
  width: 100%;
}



.btn__icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
}

.btn__icon i,
.btn__icon span {
  margin: 0 5px;
}

.btn__social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  min-width: 0 !important;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
}

.btn__facebook {
  background-color: #4267b2;
}

.btn__twitter {
  background-color: #1da0f0;
}

.btn__google-plus {
  background-color: #ea4335;
}

.btn__lg {
  min-width: 210px;
}

.btn__xl {
  min-width: 250px;
  height: 70px;
  line-height: 70px;
}

.btn__xxl {
  min-width: 270px;
}

.btn__xhight {
  height: 70px;
  line-height: 70px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn__link) {
    font-size: 13px;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
  }

  .btn__icon {
    padding: 0 10px;
  }
}

/*---------------------------
        Forms
----------------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 60px;
  border: 2px solid #e7ebef;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 2px;
  color: #282828;
}

.form-control:focus {
  background-color: #ffffff;
  border-color: #57a700;
}

.form-control::-webkit-input-placeholder {
  color: #51668a;
}

.form-control:-moz-placeholder {
  color: #51668a;
}

.form-control::-moz-placeholder {
  color: #51668a;
}

.form-control:-ms-input-placeholder {
  color: #51668a;
}

textarea.form-control {
  min-height: 105px;
  padding-top: 10px;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked~.radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked~.radio-indicator,
.label-radio input:checked:focus~.radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #57a700;
}

.label-radio input:checked~.radio-indicator:after {
  display: block;
}

.custom-control-label {
  font-weight: 400;
  color: #fff;
}

.custom-control-label:before {
  position: absolute;
  top: -2px;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #e7ebef;
  border-radius: 0;
}

.custom-control-label:after {
  position: absolute;
  top: 3px;
  left: -19.5px;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  border-radius: 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: #aadd72;
  width: 6px;
  height: 6px;
  border-radius: 10%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: transparent;
  border-color: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #e7ebef !important;
  background-color: transparent;

}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.nice-select {
  width: 100%;
  margin-bottom: 30px;
}

.nice-select .list {
  width: 100%;
}

.nice-select .current {
  line-height: 60px;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {

  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding: 15px 30px;
  margin: 0px 30px 0px 0px;
  
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  background: rgb(63,122,0);
  background: linear-gradient(0deg, rgba(63,122,0,1) 27%, rgba(87,167,0,1) 100%);
  border: 1px solid #ededed;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 3px;
}

.nav-tabs .nav__link:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: #57a700;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: #000;
  background: #fff;
  border-bottom: 0px solid #fff;
}

.tab-content .tab-pane {
    border:1px solid #ededed;
    padding: 15px;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  width: 100%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
  color: #ffffff;
}

.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    font-size: 11px !important;
    padding: 10px 4px;
    margin: 0 15px 0 0;
  }

  .nav-tabs .nav__link:after {
    bottom: 0px;
  }
}

/*------------------- 
    Icons
------------------*/
.social-icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0px;
  justify-content: flex-end;
}

.social-icons li {
  margin-left: 15px !important;
}

.social-icons li a {
  display: block;
  color: #9b9b9b;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.social-icons li a:hover {
  color: #57a700;
}

.social-icons li:last-of-type {
  margin-right: 0;
}

.social-icons-primary li a {
  color: #57a700;
}

.icon-arrow-right {
  font-size: 65%;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0;


}

.breadcrumb-item {
  position: relative;
  font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {


  .breadcrumb-item a,
  .breadcrumb-item+.breadcrumb-item {
    font-size: 12px;
  }

}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a:hover,
.pagination li a.current {
  color: #ffffff;
  border-color: #57a700;
  background-color: #57a700;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}

/*-------------------
    lists
-------------------*/
.contact-list li {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list li a {
  color: #9b9b9b;
}

.list-items li {

  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 700;
  color: #264050;
  margin-bottom: 9px;
}

.list-items li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #57a700;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-items-layout2 li {
  padding-left: 33px;
  color: #000;
}

.list-items-layout2 li:before {
  color: #ffffff;
  background-color: #57a700;
}

.list-items-layout2.list-items-light li:before {
  color: #57a700;
  background-color: #ffffff;
}

.list-items-light li {
  color: #ffffff;
}

.list-items-light li:before {
  color: #ffffff;
}

.list-horizontal li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.borderd-box {
  padding: 27px;
  border-radius: 4px;
  border: 1px solid #e7ebef;
}

@media (max-width: 992px) {
  .list-items-layout2 {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .list-items-layout2 li {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .list-items li {
    font-size: 14px;
  }

  .list-horizontal li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*------------------------
    Animations
-----------------------*/
/* Header Animation */
@-webkit-keyframes headerAnimation {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerAnimation {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes headerAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffffff;
}

.preloader .sk-cube-grid {
  width: 40px;
  height: 40px;
  display: block;
  margin: 100px auto;
}

.preloader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  float: left;
  background-color: #57a700;
  -webkit-animation: cubeAnimation 1.3s infinite ease-in-out;
  animation: cubeAnimation 1.3s infinite ease-in-out;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes cubeAnimation {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes cubeAnimation {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*----------------------------
     Header & Navbar 
-----------------------------*/
.header {
  position: relative;
  z-index: 1010;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff;
}

.topbar {
  padding: 10px 0;
  /* border-bottom: 1px solid #ededed; */
}

.topbar .topbar__text {
  font-size: 14px;
}

.topbar .topbar__contact li {
  font-size: 13px;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar .topbar__contact li:last-child {
  margin-right: 0;
}


.topbar .topbar__contact li a {
  color: #000000;
  cursor: pointer;
}

.topbar .topbar__contact li i {
  font-size: 16px;
  margin-right: 6px;
}

.topbar .social-icons a {
  color: #323232 !important;
}

.topbar .social-icons a:hover {
  color: #57a700;
}

.topbar .dropdown-menu {
  min-width: 9rem;
}

.topbar .dropdown-item {
  padding: .25rem 1rem;
}

.topbar .dropdown-item span {
  margin-left: 8px;
}

.topbar-dark {
  background-color: #fff;
}


.topbar-dark .dropdown-toggle,
.topbar-dark .topbar__contact li i {
  color: #57a700;
}
.topbar-dark .social-icons a i{
  color: #505050;
  font-size: 14px;
}

/* Navbar */
.navbar {
  padding: 0;
  /* height: 100px; */
  /* max-height: 100px; */
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  /*  dropdown-menu  */
}

.navbar>.container,
.navbar>.container-fluid {
  position: relative;
  height: 100px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  /* line-height: 100px; */
}

.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 2px;
  background-color: #000;
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav__item {
  position: relative;
  margin-right: 25px;
}

.navbar .nav__item:last-child {
  margin-right: 0;
}

.navbar .nav__item .nav__item-link {
  font-size: 15px;
  font-weight: 600;
  /*  */
  display: block;
  position: relative;
  color: #57a700;
  /* line-height: 100px; */
  letter-spacing: .3px;
}

.navbar .nav__item .nav__item-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  display: block;
  background-color: #57a700;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar .nav__item .nav__item-link:hover {
  color: #57a700;
}

.navbar .nav__item.has-dropdown>.nav__item-link {
}

.navbar .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}

.navbar .dropdown-menu .nav__item {
  padding: 0 40px;
  margin-right: 0;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #9b9b9b;
  
  font-size: 14px;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
  content: "\e904";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 8px;
  opacity: 0;
  color: #57a700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  padding-left: 15px;
  color: #57a700;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  opacity: 1;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

/* navbar-actions */
.navbar-actions>li {
  margin-left: 20px;
}

.navbar-actions>li:last-child {
  margin-right: 0;
}

.action__btn-contact {
  font-size: 14px;
  min-width: 106px;
  height: 39px;
  line-height: 39px;
  border-radius: 2px;
  letter-spacing: 0;
}

.action__btn {
  color: #000;
}

.action__btn-login span {
  font-size: 14px;
  font-weight: 700;
  padding-left: 6px;
}

/* navbar-transparent */
.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
  background-color: #ffffff;
}

.header-transparent .navbar .nav__item .nav__item-link:before {
  background-color: #ffffff;
}

.header-transparent .action__btn-contact {
  background-color: #ffffff;
}

.header-transparent .action__btn-contact:hover {
  color: #ffffff;
}

.header-transparent .action__btn-contact:before {
  background-color: #000 !important;
}

.header-transparent .logo-dark {

  display: none;
}

.header-transparent .logo-light {
  display: inline-block;
}

.header-transparent .is-sticky .nav__item .nav__item-link:before {
  background-color: #000;
}

.header-transparent .is-sticky .action__btn,
.header-transparent .is-sticky .nav__item>.nav__item-link {
  color: #000;
}

.header-transparent .is-sticky .dropdown-menu .nav__item .nav__item-link {
  color: #9b9b9b;
}

.header-light .navbar {
  border-bottom: 0;
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
}

.header-light .navbar .nav__item .nav__item-link.active {
  color: #57a700;
}

.header-light-has-topbar .navbar:not(.is-sticky) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-light .action__btn-contact {
  background-color: #57a700;
  border-color: #57a700;
  color: #ffffff !important;
}

.secondary-nav {
  top: 80px;
  z-index: 1000;
  border-bottom: 1px solid #e7ebef;
}

.secondary-nav .nav__link:after {
  top: 0;
  bottom: auto;
}

.secondary-nav-sticky,
.secondary-nav-layout2 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #000;
  border-bottom-color: #000;
}

.secondary-nav-sticky .nav-tabs .nav__link,
.secondary-nav-layout2 .nav-tabs .nav__link {
  color: #8097a1;
}

.secondary-nav-sticky .nav-tabs .nav__link.active,
.secondary-nav-sticky .nav-tabs .nav__link:hover,
.secondary-nav-layout2 .nav-tabs .nav__link.active,
.secondary-nav-layout2 .nav-tabs .nav__link:hover {
  color: #ffffff;
}

/* is-sticky */
.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  /* height: 140px; */
  max-height: 140px;
  border-bottom: 0 !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: headerAnimation .7s;
  animation: headerAnimation .7s;
  padding: 10px;
}

.is-sticky>.container,
.is-sticky>.container-fluid {
  height: 80px;
}

.is-sticky .navbar-brand {
  /* line-height: 80px; */
}

.is-sticky .nav__item .nav__item-link {
  /* line-height: 80px; */
  color: #57a700;
}

.is-sticky .logo-light {
  display: none;
}

.is-sticky .logo-dark {
  display: inline-block;
}

.is-sticky .action__btn {
  color: #000;
}

.is-sticky .action__btn-contact {
  background-color: #57a700;
  border-color: #57a700;
  color: #ffffff !important;
}

.is-sticky .action__btn-contact:before {
  background-color: #000 !important;
}

/* search-popup */
.search-popup {

  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-popup.active .search-popup__form {
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-popup.inActive .search-popup__form {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

.search-popup .search-popup__close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  font-style: normal;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #57a700;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.search-popup .search-popup__close:hover {
  background-color: #000;
}

.search-popup .search-popup__form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search-popup .search-popup__btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.search-popup .search-popup__btn:hover {
  color: #57a700;
}

.search-popup .search-popup__form__input {
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 0 0 40px;
  color: #9b9b9b;
  background: transparent;
  border-bottom: 2px solid #e7ebef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* login-popup */
.login-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(3, 13, 19, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.login-popup .login-popup-wrapper {
  opacity: 0;
  width: 90%;
  max-width: 370px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.login-popup .login-popup__form {
  position: relative;
  padding: 50px;
  border-radius: 5px;
  background-color: #ffffff;
}

.login-popup .login-popup__form .form-control {
  padding-left: 40px;
}

.login-popup .login-popup__form .input-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-popup .login-popup__form .custom-control-label {
  color: #000;
}

.login-popup .login-popup__form .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-color: #000;
}

.login-popup .login-popup__title {
  font-size: 26px;
  margin-bottom: 15px;
}

.login-popup .go-login,
.login-popup .go-register {
  color: #57a700;
  margin-left: 10px;
}



.login-popup .go-login i,


.login-popup .go-register i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 6px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  color: #ffffff;
  border: 1px solid #57a700;
  background-color: #57a700;
}

.login-popup .go-login:hover i,
.login-popup .go-register:hover i {
  color: #57a700;
  background-color: #ffffff;
}

.login-popup.active {
  opacity: 1;
  visibility: visible;
}

.login-popup.active .login-popup-wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.login-popup.inActive .login-popup-wrapper {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* Mobile and Tablets */
@media screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar .navbar-nav {
    margin: 0 !important;
  }

  .navbar .nav__item {
    margin-right: 0;
  }

  .navbar .nav__item .nav__item-link {
    color: #222222;
    line-height: 35px !important;
    padding-left: 15px;
  }


  .navbar .nav__item .nav__item-link:hover {
    color: #57a700;

  }

  .navbar .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .navbar-collapse {
    background-color: white;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  .navbar .navbar-collapse .navbar-actions {
    padding: 0 15px;
  }

  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar .nav__item.opened>.dropdown-toggle:after,
  .navbar .nav__item.show>.dropdown-toggle:after {
    content: "\f106";
  }

  .navbar .dropdown-toggle:after {
    top: 0;
    left: auto;
    right: 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar .dropdown-menu {
    background-color: white;
  }

  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
  }

  .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
    padding-left: 10px;
  }

  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }

  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }

  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }

  .navbar .mega-dropdown-menu>.nav__item {
    padding: 0 10px;
  }

  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .is-sticky {
    position: static;
    -webkit-animation: none;
    animation: none;
  }

  .navbar-actions {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-transparent+.page-title {
    margin-top: 0;
  }

  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }

  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }

  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }

  .header .action__btn,
  .header-transparent .action__btn {
    color: #000;
  }

  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #000;
  }

  .header .navbar-expand-lg>.container,
  .header .navbar-expand-lg>.container-fluid,
  .header-transparent .navbar-expand-lg>.container,
  .header-transparent .navbar-expand-lg>.container-fluid {
    width: 100%;
    max-width: none;
  }

  .header .navbar,
  .header .navbar>.container,
  .header .navbar>.container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar>.container,
  .header-transparent .navbar>.container-fluid {
    /* height: 80px; */
  }

  .header .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    /* margin-top: 10px; */
  }

  .header__topbar>.container {
    max-width: none;
  }

  .secondary-nav {
    position: static;
  }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    padding: 25px 0 23px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
  }

  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .dropdown-menu.wide-dropdown-menu {
    padding: 0;
    min-width: 500px;
    overflow: hidden;

  }

  .navbar .dropdown-menu.wide-dropdown-menu>.nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
    color: #000 !important;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin: 0 0 13px 40px;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 40px 0 27px;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
    position: relative;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #e9e9e9;
  }

  .navbar .dropdown-menu.mega-dropdown-menu {
    padding: 30px;
  }

  .navbar .nav__item.has-dropdown>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.mega-menu,
  .navbar .nav__item.has-dropdown>.mega-menu,
  .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px) scale(0.95);
    transform: translateY(15px) scale(0.95);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.has-dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
  }

  .navbar .nav__item.has-dropdown:hover>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
  .navbar .nav__item.has-dropdown:hover>.mega-menu,
  .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) scale(1);
    transform: scaleY(1) scale(1);
  }

  .navbar .nav__item.has-dropdown.mega-dropdown {
    position: static;
  }

  .navbar .nav__item.has-dropdown .mega-dropdown-menu {
    width: 100%;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "FontAwesome";
    content: "\f111";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    color: #57a700;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }

  .header-transparent .action__btn,
  .header-transparent .nav__item .nav__item-link {
    color: #ffffff;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .search-popup .search-popup__form {
    max-width: 90%;
  }

  .search-popup .search-popup__form__input {
    height: 60px;
    font-size: 20px;
    font-weight: 400;
  }

  .search-popup .search-popup__btn {
    height: 60px;
  }

  .search-popup .search-popup__close {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 2px solid #e7ebef;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 25px 30px;
  margin-bottom: 27px;
}

.accordion-item .accordion__title {
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 25px;
  color: #000;
}

.accordion-item .accordion__title:hover {
  color: #57a700;

}















.accordion-item .accordion__title:after {
  position: absolute;
  right: 0;
  top: 0;

  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: transparent;
  color: #000;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
}

.accordion-item.opened {
  border-color: #57a700;
}

.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title {
  color: #57a700;
}

.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title:after {
  background-color: #57a700;
  color: #ffffff;
  content: "\f068";
}

.accordion-item .accordion__body {
  padding-top: 20px;
}

.accordion-item .accordion__body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 10px 15px;
  }

  .accordion-item .accordion__title {
    font-size: 14px;
  }

  .accordion-item .accordion-item .accordion__body p {
    font-size: 13px;
  }
}

/*-------------------------
    Footer
--------------------------*/
.footer {
  background-color: #57a601;
}

.footer .footer-primary {
  padding-top: 60px;
  padding-bottom: 10px;
}

.footer .footer-widget {
  margin-bottom: 30px;
  /* border-right: 1px solid #66b115; */
  text-align: right;
}

.footer .footer-widget__title {
  color: #ffffff;
  font-size: 15px;
  
  margin-bottom: 35px;
}

.footer .contact-list li {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.67);
  margin-bottom: 0;
}

.footer .contact-list li a {
  color: rgba(255, 255, 255, 0.67);
}

.footer .footer-form {
  position: relative;
}

.footer .footer-form .form-control {
  border-color: transparent;
  background-color: #00243b;
  color: #8097a1;
  font-size: 14px;
  border-radius: 4px;
}

.footer .footer-form .form-control:focus {
  border-color: #8097a1;
}

.footer .footer-form .form-control::-webkit-input-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control:-moz-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control::-moz-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control:-ms-input-placeholder {
  color: #8097a1;
}

.footer .footer-form .footer-form__submit {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  border-radius: 50%;
  color: #000;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;


  transition: all 0.3s linear;
}

.footer .footer-form .footer-form__submit:hover {
  color: #ffffff;
  background-color: #57a700;
}

.footer .custom-control-label:before,
.footer .custom-control-input:checked~.custom-control-label::before {
  background-color: transparent;
  border-color: rgba(230, 233, 235, 0.1) !important;
}

.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 11px;
}

.footer .footer-widget-nav li a:hover {
  color: #57a700;
}

.footer .social-icons li {
  /* margin-right: 25px; */
}

.footer .social-icons li a {
  font-size: 18px;
  color: #ffffff;
}

.footer .social-icons li a:hover {
  color: #57a700;
}

.footer .btn__download {
  min-width: 125px;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}

.footer .btn__download i {
  margin-right: 10px;
}

.footer .btn__download:before {
  background-color: #57a700 !important;
}

.footer .footer-secondary {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 2px solid rgba(230, 233, 235, 0.1);
}

.footer .footer-secondary .footer__copyrights {
  color: #f9f9f9;
}

.footer-light {
  background-color: #ffffff;
}

.footer-light #scrollTopBtn,
.footer-light .social-icons li a,
.footer-light .footer-widget__title,
.footer-light .footer-secondary .footer__copyrights {
  color: #000;

}

.footer-light .footer-widget-nav li a {
  color: #9b9b9b;
}

.footer-light .custom-control-label:before,
.footer-light .custom-control-input:checked~.custom-control-label::before {
  border-color: #e7ebef !important;
}

.footer-light .footer-form .form-control {
  color: #8097a1;
  background-color: #e6e9eb;
}

.footer-light .footer-form .form-control:focus {
  border-color: #8097a1;
}

.footer-light .footer-form .footer-form__submit {
  color: #ffffff;
  background-color: #000;
}

.footer-light .footer-secondary {
  border-color: #e5e8ea;
}

.footer-light .btn__download {
  border: 1px solid #e5e8ea;
}

.footer-light .btn__download:hover {
  border-color: #57a700;
}

/* Scroll Top Button */
#scrollTopBtn {
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  color: #57a700;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .footer .footer-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .footer .footer-widget {
    margin-bottom: 20px;
  }

  .footer .footer-widget__title {
    margin-bottom: 15px;
  }

  .footer .footer-widget-nav li a {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer__copyrights {
    margin-bottom: 10px;
  }

  .footer .social-icons {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }

  .footer .btn__download {
    margin-top: 10px;
  }

  .footer .justify-content-end {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: start !important;
  }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .footer .footer-widget {
    margin-bottom: 10px;
  }

  .footer .footer-widget.footer-widget-nav ul {
    margin-bottom: 0;
  }

  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  #scrollTopBtn.actived {
    right: 20px;
  }
}

/*-------------------------
    Call to Action
--------------------------*/
.cta-banner {
  position: relative;
  z-index: 3;
  padding: 40px;
  max-width: 320px;
  border-radius: 4px;
  background-color: #ffffff;
}

.cta-banner .cta__title {
  font-size: 24px;
}

.cta-banner .cta__icon {
  color: #57a700;
  font-size: 70px;


  line-height: 1;
  margin-bottom: 25px;
}

.cta-banner .cta__icon i {
  line-height: 1;
}

/* Mobile Phones & tablets and Small Screens */
@media (min-width: 320px) and (max-width: 992px) {
  .cta-banner-wrapper {
    margin-top: 30px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }


  .cta-banner .cta__title {
    font-size: 20px;
  }

  .cta-banner .cta__desc {
    margin-bottom: 10px !important;
  }
}

/*----------------------
    Carousel
-----------------------*/
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.m-slides-0 .slick-list {
  margin: 0;
}

.m-slides-0 .slick-slide {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 0;
  z-index: 3;
  border: 1px solid #bdbdbd;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slick-arrow:hover {
  color: #000;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
  font-family: 'icomoon';
  font-size: 12px;
}

.slick-arrow.slick-next {
  right: -50px;
}
.slick-arrow.slick-prev {
  left: -50px;
}

.slick-arrow.slick-next:before {
  content: "\e905";
}


.slick-arrow.slick-prev:before {
  content: "\e903";
}


.carousel-arrows-light .slick-arrow {
  color: #fff;
  border-color: rgb(0 0 0 / 20%);
}
.kurul .carousel-arrows-light .slick-arrow {
    top: auto;
    bottom: 15px;
    color:#000;
}
.kurul .kurul_slide {
    margin-bottom: 50px;
}
.kurul .kurul_slide h2{
    font-size: 21px;
    color:#57a601;
    margin-bottom: 10px;
    text-align: center;
}
.kurul .kurul_slide h3{
    font-size:18px;
    color:#000;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
    text-shadow: 0px 0px 5px #fff;
}
.kurul .kurul_slide p{
    font-size:13px;
    color:#57a601;
    text-align: center;
    text-shadow: 0px 0px 9px #fff;
}
.kurul2 .slick-arrow.slick-next {
  right: 38% !important;
}
.kurul2 .slick-arrow.slick-prev {
  left: 38% !important;
}
.kurul .slick-arrow.slick-next {
  right: 35%;
}
.kurul .slick-arrow.slick-prev {
  left: 35%;
}
.kurul .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.kurul_filigran {
    /* background: rgb(149,149,149); */
    /* background: -webkit-linear-gradient(rgba(149,149,149,0) 31%, rgba(87,166,1,0.7525385154061625) 77%); */
    background: -o-linear-gradient(rgba(149,149,149,0) 31%, rgba(87,166,1,0.7525385154061625) 77%);
    /* background: linear-gradient(rgba(149,149,149,0) 31%, rgba(87,166,1,0.7525385154061625) 77%); */
}
.kurul_filigran img {
  z-index: -1;
    position: relative;
}

.etkinlik .carousel-arrows-light .slick-arrow {
    top: auto;
    bottom: -25px;
    color:#000;
}
.etkinlik .etkinlik_konusmaci {
    margin-bottom: 50px;
    position: relative;
}
.etkinlik .etkinlik_konusmaci .konusmaci{
    position: absolute;
    bottom:0px;
    width: 100%;
    padding: 17px;
    background: rgb(149,149,149);
    background: linear-gradient(180deg, rgba(149,149,149,0) 0%, rgb(40 77 1 / 85%) 46%);
}
.etkinlik .etkinlik_konusmaci h3{
    font-size: 15px;
    color:#fff;
    margin-bottom: 5px;
    margin-top: 0px;
}
.etkinlik .etkinlik_konusmaci p{
    font-size: 11px;
    color:#fff;
    margin-bottom: 5px;
}
.etkinlik .slick-arrow.slick-next {
  right: 35%;
}
.etkinlik .slick-arrow.slick-prev {
  left: 35%;
}
.etkinlik .slick-center {
  transform: scale(1.09);
  transition: 1s ease;
  z-index: 99;
}
.etkinlik .slick-list {
    overflow: inherit;
}
.etkinlik h1 {
    text-align: center;
    font-size: 40px;
    color: #57a601;
    font-weight: 400;
    margin-bottom: 30px;
}
.about-layout1 p strong{
    font-size:25px;
    color:#57a601;
}
.google-map h3 {
    text-align: center;
    font-size: 40px;
    color: #57a601;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 50px;
}
.sayac {
    background: #fff;
    padding: 20px;
    color:#57a601;
    border-radius: 50%;
    width: 200px;
    text-align: center;
    height: 200px;
    margin: auto;
}

.carousel-arrows-light .slick-arrow:hover {
  color: #000000;
}

.slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  z-index: 2;
}

.slick-dots li {
  display: inline-block;
  margin: 5px;
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #000;
  background-color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.slick-dots li button {
  font-size: 0;
  width: 100%;
}

.slick-dots li.slick-active {
  height: 9px;
  width: 9px;
  border-color: #57a700;
  background-color: #ffffff;
}

.carousel-dots-light .slick-dots li {
  background-color: rgba(255, 255, 255, 0.4);
}

.carousel-dots-light .slick-dots li.slick-active {
  background-color: #ffffff;
}

/*------------------------
    Slider 
--------------------------*/
.slider {
  padding: 0;
}

.slider .slide-item {
  /* height: calc(100vh - 140px); */
  /* min-height: 500px; */
}

.slider .slide__subtitle {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 8px;
}

.slider .slide__title {
  font-size: 75px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 30px;
}

.slider .slide__desc {


  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 30px;
}

.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.slider .slick-arrow {
  border: 0;
}

.slider .slick-arrow:before {
  font-size: 45px;
}

.slider .slick-arrow.slick-next {
  right: 25px;
}

.slider .slick-arrow.slick-next:before {
  content: "\e905";
}

.slider .slick-arrow.slick-prev {
  left: 25px;
}

.slider .slick-arrow.slick-prev:before {
  content: "\e903";
}

.slider .contact-panel {
  padding: 50px;
}

.slider .contact-panel .contact-panel__title {
  font-size: 22px;
}

.slider .contact-panel .form-control {
  height: 55px;
}

.header-transparent+.slider {
  margin-top: -100px;
}

.header-transparent+.slider .slide-item {
  padding-top: 100px;
  height: 100vh;
}

@media (min-width: 1200px) {
  .slider .slick-arrow.slick-next {
    right: 30px;
  }

  .slider .slick-arrow.slick-prev {
    left: 30px;
  }

  .slider-layout3 .slide__title {
    font-size: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    /* padding-right: 50px; */
    /* padding-left: 50px; */
  }

  .slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .slider .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (max-width: 992px) {
  .slider .contact-panel {
    padding: 20px;
    margin-top: 30px;
  }
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 65px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent+.slider {
    margin-top: 0;
  }

  .slider .slide-item {
    min-height: 0;
    /* padding: 100px 10px; */
    height: auto !important;
  }

  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

/*  Small Screens and tablets  */
@media (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .slider .slick-arrow.slick-prev {
    left: 0;
  }

  .slider .slick-arrow.slick-next {
    right: 0;
  }
}


/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .slider .slide__subtitle {
    margin-bottom: 15px;
  }

  .slider .slide__title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .slider .btn {
    margin-bottom: 10px;
  }

  .slider .slick-arrow {
    display: none;
  }
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  text-align: center;
  display: inline-block;
  position: relative;
  height: 36px;
  padding-left: 54px;
}

.video__btn .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #57a700;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.video__btn-rounded {
  height: 60px;
  padding-left: 60px;
}

.video__btn-rounded .video__player {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.25);
}

.video__btn-rounded:hover .video__player {
  -webkit-b