 

body {
 font-family: 'Lato', sans-serif;
 margin: 0;
 padding: 0;
 width: 100%; 
 overflow-x: hidden;
 color:#292929;
 letter-spacing: 0.5px;
}
label{
  font-family: 'Lato', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   font-family: 'Lato', sans-serif;
   font-weight: 700;
}
.banner-img img{
  display: block;
}
.result_content h2 {
  color: #1f1f1f;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  padding: 0 0 0 20px;
  text-align: left;
}
div.input_error {
  position: relative;
  font-size: 14px;
  color: red;
  text-align: left;
  float: left;
  line-height: 24px;
  font-weight: 400;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
a,a:hover,a:focus {
  text-decoration: none;
}
input:focus,select:focus,textarea:focus,button:focus{
  outline: none;
}
.read_more_btn{
  outline: none; 
  font-weight: 900;
  font-size: 22px;
  line-height: 20px;
  width: 100%;
  float: right;
  text-align: right;
  color: #1f1f1f;  
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
.cg-section,
.cg-wrapper{
    width: 100%;
    float: left;
    position: relative;
}
.dnm_wrapper {
  min-height: 100vh;
  position: static; 
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #ffffff;
  
  /*box-shadow: 0 12px 12px 8px rgba(189, 182, 182, 0.6);*/
}
.dnm_content_wrapper {
  min-height: calc(100vh - 385px);
  float: left;
  width: 100%;
  position: relative;
  margin-top: 0px;
  z-index: 9;
}
.slick-slide img {
  width: 100%;
}
.dnm_wrapper_section{
  width: 100%;
  float: left;
  position: relative;
} 
.button{ 
  margin: 10px 0 0px;
  text-align: center;
  color:#666666;
  transition: all 0.5s;
  font-size: 18px; 
  cursor: pointer;  
  line-height: 28px;
  padding: 9px 15px 9px;
  color: #fff; 
  text-align: center;
  font-size: 15px;
  background-color: #C9523B;
  letter-spacing: 0.8px;
  width: auto;
  border: none; 
  
} 
.banner-img img{
  width: 100%;
}
.banner-block{
  background-size: cover;
}

.everything-img img{
  width: 100%;
}
.slick-next {
  right: -49px;
}
.slick-prev {
    left: -43px;
}
.slick-next:hover:before,
.slick-prev:hover:before  {
    background-size: 25px;
    width: 25px;
    height: 29px;
 }
 
.slick-prev:before {
  content: "";
 background-image: url(../images/left arr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 32px;
  position: absolute;
  top: 0;
}
.slick-next:before {
  content: "";
  background-image: url(../images/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 32px;
  position: absolute;
  top: 0;
}
.read-more{
  cursor: pointer;
}
.read-more span {
  transition: all 0.3s;
}

@media only screen and (min-width: 1600px){

}
@media only screen and (max-width: 1100px){
 .dnm_content_wrapper {
  margin-top:0px;
}
}
@media only screen and (max-width: 450px){
 .dnm_content_wrapper { 
 }
}




.flip {
  position: relative; 
  height: 46px;
  margin: 0 auto;
  display: inline-block;
}
.flip label {
  font-weight: 400; 
  margin: 0;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-25px);
  -moz-transform: translateZ(-25px);
  -o-transform: translateZ(-25px);
  -ms-transform: translateZ(-25px);
  transform: translateZ(-25px);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  cursor: pointer;
}
.flip label .front, .flip label .back { 
  position: absolute;
  text-align: center;
  letter-spacing: 0.5px;
  left: 0;
  top: 0;
}
.flip label .front {
  background-color: #5FBA8A;
  color: #fff;
  -webkit-transform: rotateY(0) translateZ(24px);
  -moz-transform: rotateY(0) translateZ(24px);
  -o-transform: rotateY(0) translateZ(24px);
  -ms-transform: rotateY(0) translateZ(24px);
  transform: rotateY(0) translateZ(24px);
}
.flip label .back {
  background-color: rgba(255,255,255,0);
  color: rgba(34,34,34,0);
  -webkit-transform: rotateX(90deg) translateZ(24px);
  -moz-transform: rotateX(90deg) translateZ(24px);
  -o-transform: rotateX(90deg) translateZ(24px);
  -ms-transform: rotateX(90deg) translateZ(24px);
  transform: rotateX(90deg) translateZ(24px);
  overflow: hidden;
}
.flip label .back:after {
  content: '';
  position: absolute;
  top: -62%;
  left: -10%;
  width: 120%;
  height: 50%;
  background: #5FBA8A;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.flip label:hover {
  -webkit-transform: translateZ(-24px) rotateX(-90deg);
  -moz-transform: translateZ(-24px) rotateX(-90deg);
  -o-transform: translateZ(-24px) rotateX(-90deg);
  -ms-transform: translateZ(-24px) rotateX(-90deg);
  transform: translateZ(-24px) rotateX(-90deg);
}
.flip label:hover .front {
  background: #5FBA8A;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.flip label:hover .back {
  color: #fff;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  transition: color 0.4s linear;
  background: #1D6BC0;
}

.flip,
.flip .button{
  width: 240px;
  margin: 0;
}

.popup_overlay {
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  opacity: 0;
  background: #000;
  width: 100%;
  opacity: 0.7;
  z-index: 99999;
  
}

 
.close_popup {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 18px;
  font-weight: 900;  
  cursor: pointer; 
}

.heading {
  width: 100%;
  float: left;
  text-align: left; 
   
  position: relative;
}
 .heading h2{
  width: 100%; 
  color: #545555;
  position: relative; 
    font-size: 65px; 
    font-weight: 700;
    margin: 0;
   
}
.heading h2 span{
  position: relative;
}

.heading h2 span:before {
  width: 107%;
  height: 5px;
  bottom: -10px;
  position: absolute;
  content: "";
  background-image: url(../images/dots.png);
  background-size: cover;
  left: -3%;
}
.service-content {
  width: 100%;
  float: left;
  padding: 0px 0 20px;
  text-align: center;
}
.service-content p{
  font-size: 15px;
  line-height: 26px; 
  margin: 0 0  0px;
}