:root {
  --white: #ffffff !important;
  --dark-black: #353535 !important;
  --bg-color: #e6ebd4 !important;
  --primary: #ca932f !important;
  --secondary: #ca932f !important;
  --font-title: "Playfair Display", serif !important;
  --font: "Geologica", sans-serif !important;
  --font-color: #353535 !important;
}

* {
  margin: 0;
  padding: 0;
  list-style: none !important;
  box-sizing: border-box !important;
  outline : none !important;
  box-shadow: none !important;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font) !important;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title) !important;
}

.container-fluid {
  padding: 0 50px;
}

a,
a:hover {
  text-decoration: none !important;
}

body {
  background-color: var(--white);
  position: relative;
}

.text-justify {
  text-align: justify;
}

.text-primary{
  color: var(--primary) !important;
}



.main {
  overflow-x: hidden;
  
}

.section {
  width: 100%;
  padding: 80px 0;
  display: block;
  position: relative;
}

.section_bg {
  background-color: var(--bg-color);
}

.main-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  color: #353535;
  margin-bottom: 20px;
}


.h1-title {
  color: #ca932f;
  font-size: 30px;
  font-family: var(--font) !important;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.title-text {
  font-size: 28px;
  line-height: 42px;
  color: var(--dark-black) !important;
  font-weight: 400;
}

.text-transform-none{
  text-transform: unset;
}

.container{
  max-width: 1350px;
}

p{
  color: #212121;
  text-align: justify !important;
  text-align-last: center !important;
  
}

.text-white{
  color: #fff;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  padding: 25px 0;
  position: absolute;
  z-index: 1041;
  position: absolute;
}

.header .header-logo {
  width: 100%;
  text-align: left;
}

.header .header-logo img {
  width: 324px;
}

.footer {
  background-color: #ca932f;
  margin-top: 0px;
}

.value-div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 550px;
  background-color: #f1f1f1;
  /* border-radius: 10px; */
  margin-bottom: 0px;
  border-radius: 10px ;
}

.value-div .value-img {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
}

.value-div:nth-child(odd) .value-content {
  order: 2;
}

.value-div:nth-child(odd) .value-img {
  /* border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important; */
  order: 1;
}

.value-div:nth-child(even) .value-content {
  order: 1;
  border-radius: 0 10px 10px 0;
}

.value-div:nth-child(even) .value-img {
  /* border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important; */
  order: 2;
  border-radius: 0 10px 10px 0;
}


.value-div .value-content {
  width: 50%;
  position: relative;
}

.value-div .value-content .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 50px;
  width: 100%;
}

.value-div .value-content .text h4 {
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: var(--font) !important;
  margin-bottom: 25px;
  line-height: 40px;
  position: relative;
  width: auto;
  display: inline-block;
}

.value-div .value-content .text p {
  font-size: 16px;
  line-height: 26px;
  color: var(--dark-black);
  text-align: justify;
  margin-bottom: 0px;
  margin-top: 15px;
}

.value-div .value-content .text h4::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #ca932f;
  position: absolute;
  bottom: -10px;
  left: 0;
}


.blog-content ul{
  padding: 0;
  margin: 0;
}

.blog-content ul li{
  padding-left: 25px;
  margin-bottom: 20px;
  background-image: url(../image/list-icon.png);
  background-size: 12px;
  background-position: 0px 7px;
  background-repeat: no-repeat;
  top :-5px !important
}

.mobile-block{
  display: none;
}

.contact{
  color: #000;
  text-align: center;
  line-height: 30px;
}

.contact a{
  color: #000;
}

.contact a:hover{
  color: #fff;
}

.contact i{
  margin-left: 25px;
  margin-right: 5px;
}
