/********** Header Banner Slider *********/

.cs-top-slider-home .et_pb_slide .et_pb_slide_content h1 {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.1em;
}

.cs-top-slider-home .et_pb_slide .et_pb_container {
    margin-left: 0px;
}

.cs-top-slider-home .et_pb_slide .et_pb_slide_content h1 span {
    color: #b38b3e;
    /*font-weight: 500;
    font-family: georgia;
    font-style: italic;*/
}

.cs-top-slider-home .et_pb_slide {
    padding-left: 0px;
}

@media only screen and (min-width: 768px) {
		
.cs-top-slider-home .et_pb_slide_content p {
    width: 500px;
    font-weight: 500;
}
		
}

.cs-quest-txt span {
    font-size: 14px;
    font-weight: 500;
}

.cs-quest-txt label {
    color: #18241f;
}

/************* Mobile Responisve *****************/

@media only screen and (max-width: 768px) {
		
.cs-top-slider-home .et_pb_slide .et_pb_slide_content h1 {
    font-size: 30px;
}
		
.et_header_style_left #logo {
        max-width: 100%;
		    border-radius: 4px;
}
		
}

.mobile_menu_bar:before {
    color: #fff;
}

/*********** Form *********/

.cs-span-one {
    color: #0e1b1e;
    /*font-family: georgia;
    font-style: italic;*/
}

/********** Privacy Policy ***************/

.cs-privacy-row b {
    color: #000;
}

/********** Footer ************/

#main-footer {
    display: none;
}

/************* Buttons ****************/

.et_pb_button, .et_pb_button:hover {
    font-weight: 500 !important;
    padding: .7em 1.7em !important;
}

/*********** Text Span **************/

.cs-span-text {
    color: #b38b3e;
    /*font-family: georgia;
    font-style: italic;
    font-weight: 500;*/
}

/*.cs-slide-txt-anime {
  animation: mymove 5s infinite;
}

@keyframes mymove {
  0% {
  translate: 0px 0px;
  }
	25% {
  translate: 100px 0px;
  }
  50% {
  translate: 0px 0px;
  }
   75% {
  translate: -100px 0px;
  }
	100% {
  translate: 0px 0px;
  }
}*/