/********* Min Navbar *********/
.min_navbar {
  background-color: #388125;
  padding: 5px 0;
}
.min_navbar_field {
  display: flex;
  justify-content: space-between;
}
.min_navbar .online {
  width: 5px;
  height: 5px;
  background: #d1ff1a;
  box-shadow: 0px 0px 0px 2px #48a330;
  border-radius: 50%;
  margin-left: 7px;
}
.min_navbar .text {
  font-size: 12px;
  color: #e4e4e4;
  margin-left: 35%;
  font-family: Delaney;
}
.min_navbar span {
  font-size: 12px;
  color: #cdcdcd;
}
.min_navbar i {
  font-size: 12px;
  color: white;
  margin-right: 3px;
}


.navbar2 {
  display: none;
}
/******** Header **********/
header {
  padding: 8px 0;
}
header .navbar .nav-item .dropdown-menu {
  top: 53px !important;
}
header .navbar-toggler {
  display: none;
}
header .navbar-nav .nav-link {
  font-family: Lato !important;
}
header .navbar-nav .dropdown a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #388125 !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 13px;
}
header .logo {
  width: 120px;
  height: 45px;
}
header .navbar li {
  margin: 0 20px;
}
header .navbar .dropdown-menu {
  background-color: #388125;
  padding: 20px !important;
  width: 580px;
}
header .navbar .dropdown-menu a {
  color: white !important;
  text-decoration: none;
  margin-left: 20px;
  font-family: Lato !important;
}
header .navbar .dropdown-menu a:hover {
  background-color: none !important;
}
header .navbar .dropdown_item_field {
  margin-right: 20%;
}
header .navbar .dropdown_field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navbar .navbar_img {
  width: 250px;
  height: 150px;
}
header .navbar a {
  font-size: 15px;
  font-weight: 600;
  color: black !important;
}
header .contact_btn {
  background-color: #ec730f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 7px 25px 8px 25px;
}

/******** Header Image *********/
.header_img_field  {
  position: relative;
}
.header_img {
 width: 100%; 
 height: 730px;
}
.header_footer_img {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
}
.header_img_field .facebook {
  background-color: white;
  width: 350px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 0px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.header_img_field .facebook img {
  height: 30px;
  margin-left: 15px;
}

/********* welkom ***********/
.welkom_field {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.welkom_field .welkom {
  width: 40%;
}
.welkom_field .welkom .title{
  font-size: 16px;
  color: #3a9d21;
  font-weight: 700;
  font-family: Lato !important;
  margin-bottom: 10px;
}
.welkom_field .welkom .text{
  font-size: 13px;
  font-family: Lato !important;
}
.welkom_field .welkom .text span{
  font-family: Delaney !important;
}
.welkom_field .promoties {
  background-color: #388125;
  padding: 30px;
  margin-top: -10px;
  position: relative;
}
.welkom_field .promoties .title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-family: Lato !important;
}
.welkom_field .promoties .text {
  font-size: 14px;
  font-family: Lato !important;
  color: #dfdfdf;
  margin-top: 40px;
}
.welkom_field .promoties button {
  position: absolute;
  bottom: 30px;
  background-color: #ecc50f;
  border: none;
  outline: none;
  font-size: 15px;
  color: white;
  padding: 10px;
  width: 80%;
}

/********** symbol **********/
.symbol {
  background-color: #388125;
  margin-top: 70px;
  padding: 15px 0;
}
.symbol .symbol_field .symbol_field {

}
.symbol .symbol_field {
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.symbol .symbol_field img {
  width: auto;
  height: 50px;
}

/********** footer **********/
footer {
  background-image: url("../images/footer_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 0;
}
footer .footer_field {
  display: flex;
  justify-content: space-between;
}
footer .left {
  display: flex;
}
footer .left .text {
  font-size: 14px;
  font-family: Lato !important;
  color: white;
  margin: 7px 0;
}
footer .left i {
  font-size: 12px;
  color: white;
  margin-right: 5px;
  margin-top: 3px;
}
footer .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .right .info span {
  font-weight: 600;
  font-size: 14px;
  font-family: Lato !important;
}
footer img {
  width: 180px;
  height: 70px;
}

/********* Min footer ********/
.min_footer {
  background-color: black;
  padding: 10px 0;
}
.min_footer span {
  margin-left: 10px;
}
.min_footer_field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.min_footer .body {
  text-align: center;
}
.min_footer .title {
  font-size: 15px;
  font-family: Lato !important;
  color: white;
}
.min_footer .text {
  font-size: 12px;
  font-family: Lato !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.min_footer .text img {
  margin: 0 5px;
}
.min_footer .text li {
  margin: 0 6px;
}
.min_footer .text .li_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.padding-0 {
  padding: 0 0 !important;
}

.margin-5r {
  margin-right: 3rem!important;
}
.margin-left {
  margin-left: 70px;
}
/************ Media Query *************/
@media screen and (max-width: 1200px) {
  footer .right {
    width: 60%;
  }
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

@media screen and (max-width: 992px) {
  header {
    margin-bottom: -15px;
  }
  header .navbar li {
    margin: 0 0;
  }
  header .navbar-toggler {
    display: block;
  }
  .min_navbar .text {
    margin-left: 50px;
  }
  .navbar1 {
    display: none;
  }
  .navbar2 {
    display: block;
  }
  .welkom_field .welkom {
    width: 50%;
  }
  footer .left {
    display: flex;
    flex-direction: column;
  }
  footer .right {
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .margin-left {
    margin-left: 0px;
  }
  footer img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  header .navbar .dropdown-menu {
    width: 450px;
  }
  header .navbar .dropdown_item_field {
    margin-right: 20px;
  }
  .header_img_field .facebook img {
    height: 27px;
  }
  .header_img_field .facebook {
    width: 250px;
    height: 45px;
    top: 15px;
  }
  .welkom_field {
    display: flex;
    flex-direction: column;
  }
  .welkom_field .welkom {
    width: 100%;
  }
  .welkom_field .promoties {
    margin-top: 20px;
  }
  .welkom_field .promoties button {
    width: 100%;
    margin-top: 30px;
    position: initial;
  }
  .welkom_field .promoties .text {
    margin-top: 15px;
  }
  .symbol .symbol_field {
    padding: 0 0px;
  }
  footer .left .body {
    max-width: 540px;
    margin: auto;
  }
  footer .right .body {
    max-width: 540px;
    margin: auto;
  }
  .min_footer_field {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) { 
  header .navbar .dropdown-menu {
    width: 100%;
  }
  header .navbar .navbar_img {
    width: 100%;
    height: auto;
  }
  .symbol {
    margin-top: 35px;
  }
  .welkom_field {
    margin-top: 35px;
  }
  .margin-left {
    margin-left: 20px;
  }
  footer {
    background-image: none;
    padding: 0;
  }
  .w-50 {
    width: 50%;
  }
  footer .footer_field {
    flex-direction: column;
  }
  footer .left {
    background-color: #393f38;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
  }
  footer .right {
    padding: 20px 15px;
    width: 100%;
    background-color: #cecece;
  }
  .min_footer span {
    margin-left: 0px;
  }
  .padding-0 {
    padding: 0 !important;
  }
  .min_navbar .text {
    margin-left: 0;
  }
  .margin-5r {
    margin-right: 0;
  }
  .min_footer .text {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .min_navbar_field {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  header .logo {
    width: 90px;
    height: 35px;
  }
  header .contact_btn {
    padding: 3px 7px 5px 7px;
  }
  header .navbar .dropdown_field {
    display: flex;
    flex-direction: column;
    align-items: initial;
  }
  header .navbar .dropdown-menu a {
    margin-left: 0px;
  }
  header .navbar .navbar_img {
    margin-top: 10px;
  }
  .min_footer .text {
    display: flex;
    flex-direction: column;
  }
  .min_footer .text .li_item {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .min_footer .text li {
    width: 143px;
  }
  .min_footer .title {
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .header_img_field .facebook {
    width: 170px;
    height: 35px;
    top: 15px;
  }
  .header_img_field .facebook img {
    height: 23px;
  }
  .welkom_field .promoties {
    padding: 15px;
  }
  .welkom_field .promoties button {
    padding: 7px;
  }
  .symbol_field {
    flex-wrap: wrap;
  }
  .symbol_field .item {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 5px 0;
  }
  .min_footer {
    padding: 20px 0 20px 0;
  } 
}