@charset "utf-8";

:root {
  --white: #ffffff !important;
  --dark-black: #353535 !important;
  --bg-color: #e6ebd4 !important;
  --primary: #e59c00 !important;
  --secondary: #e59c00 !important;
  --font-title: "Playfair Display", serif !important;
  --font: "Geologica", sans-serif !important;
  --font-color: #353535 !important;
}

@media only screen and (max-width: 1700px) {

}

@media only screen and (max-width: 1450px) {

  .value-div .value-content .text {
    padding: 35px;
  }

  .value-div .value-content .text h4 {
    font-size: 20px;

  }
}

@media only screen and (max-width: 1200px) {

  .mobile-block{
    display: block;
  }

  .mobile-none{
    display: none;
  }

  .section {
    padding: 0px 0;
  }

  .container-fluid {
    padding: 0 15px;
  }

  .header{
    padding: 15px;
    position: relative;
  }

  .header .header-logo{
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .header .header-logo img{
    width: 275px;
    margin-top: 5px;
  }

  .main-title {
    font-size: 22px;
    line-height: 32px;
  }
  
  .value-div {
    height: auto;
    margin-bottom: 15px;
  }

  .value-div .value-img {
    width: 100%;
    position: relative;
    height: 200px;
  }

  .value-div .value-content {
    width: 100%;
  }

  .value-div .value-content .text {
    position: relative;
    padding: 20px;
  }

  .value-div .value-content .text h4 {
    font-size: 16px !important;
    line-height: 26px;
    padding-bottom: 15px;
  }

  .value-div .value-img {
    order: 1 !important
  }

  .contact i{
    margin-left: 0px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 992px) {

  .mobile-block{
    display: block;
  }

  .mobile-none{
    display: none;
  }

  .section {
    padding: 0px 0;
  }

  .container-fluid {
    padding: 0 15px;
  }

  .header{
    padding: 15px;
    position: relative;
  }

  .header .header-logo{
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .header .header-logo img{
    width: 275px;
    margin-top: 5px;
  }

  .main-title {
    font-size: 22px;
    line-height: 32px;
  }
  
  .value-div {
    height: auto;
    margin-bottom: 25px;
    border-radius: 10px;
  }

  .value-div .value-img {
    width: 100%;
    position: relative;
    height: 200px;
    border-radius: 10px !important;
  }

  .value-div .value-content {
    width: 100%;
  }

  .value-div .value-content .text {
    position: relative;
    padding: 20px;
  }

  .value-div .value-content .text h4 {
    font-size: 16px !important;
    line-height: 26px;
    padding-bottom: 15px;
  }

  .value-div .value-img {
    order: 1 !important
  }

  .contact i{
    margin-left: 0px;
    margin-right: 5px;
  }

  .h1-title{
    font-size: 28px;
  }
  
  .title-text {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 35px;
    /* text-align: justify !important; */
    text-align: center !important;
    padding-bottom: 35px;
    border-bottom: 1px solid #ca932f;
  }
  .header .header-logo{
    width: 100%;
    text-align: center;
    padding: 0;
  }

}

@media only screen and (max-width: 767px) {

  .mobile-block{
    display: block;
  }

  .mobile-none{
    display: none;
  }

  .section {
    padding: 0px 0;
  }

  .container-fluid {
    padding: 0 15px;
  }

  .header{
    padding: 15px;
    position: relative;
  }

  .header .header-logo{
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .header .header-logo img{
    width: 275px;
    margin-top: 5px;
  }

  .main-title {
    font-size: 22px;
    line-height: 32px;
  }
  
  .value-div {
    height: auto;
  }

  .value-div .value-img {
    width: 100%;
    position: relative;
    height: 200px;
    border-radius: 10px !important;
  }

  .value-div .value-content {
    width: 100%;
  }

  .value-div .value-content .text {
    position: relative;
    padding: 20px;
  }

  .value-div .value-content .text h4 {
    font-size: 18px !important;
    line-height: 26px;
    padding-bottom: 0px;
    margin-top: 10px;
  }

  .value-div .value-img {
    order: 1 !important
  }

  .contact i{
    margin-left: 0px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {}