 

body {
 font-family: 'Roboto', sans-serif;
 
 margin: 0;
 padding: 0;
 width: 100%; 
 overflow-x: hidden;
 color:#040505;
}
.banner-img img{
  display: block;
}

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;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
.sdss_wrapper {
  min-height: 100vh;
  position: static;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  
  /*box-shadow: 0 12px 12px 8px rgba(189, 182, 182, 0.6);*/
}
.sdss_content_wrapper {
  min-height: calc(100vh - 385px);
  float: left;
  width: 100%;
  position: relative; 
  background-color: #fff;
}
.slick-slide img {
  width: 100%;
}
.sdss_wrapper_section{
  width: 100%;
  float: left;
  position: relative;
} 
.button {
  width: 126px;
  padding: 7px 0 7px;
  background: #F16421;
  color: #fff;
  height: 37px;
  font-size: 16px;
  border-radius: 7px;
  line-height: 18px;
  float: right;
}
.header {
  padding: 0px 200px;
  width: 100%;
  float: left;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
  z-index: 99;
  background-color: #ffffff;
  color: #fff;
  max-width: 2000px;
}
div#logo {
  float: left;
  padding: 30px 0;
  cursor: pointer;
  width: 100px;
}
.right-side {
  float: right;
  width: auto;
  padding: 15px;
}
.header_button {
  width: auto;
  text-align: center;
  float: right;
  padding-top: 33px;
}
.nhance-button {
  width: 105px;
  padding: 7px 0;
  color: #fff; 
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  background-color: #F77E0B;
}

.banner-wrap {
  width: 100%;
  float: left;
}
.banner-wrap img {
  width: 100%;
  display: block;
}
img.mob-img {
  display: none;
}
.sdsss-wrap {
  width: 100%;
  float: left;
  padding: 80px 200px;
  position: relative;
}
.content-section {
  width: 100%;
  float: left;
}
.heading {
  font-size: 42px;
  font-weight: 900;
  color: #F77E0B;
  line-height: 50px;
  margin: 0;
  padding: 0 0 10px;
}
.sdsss-wrap p{
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  width: 100%;
  float: left;
}
.content-section p{
  padding-top: 25px;
}
.content-section ul{
  width: 100%;
  float: left;
  padding-top: 25px;
}
.content-section li{
  width: auto;
  float: left;
  padding: 0 30px 0 20px;
  position: relative;
}
.content-section li:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f77e0b;
  left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list-sections {
  width: 100%;
  float: left;
  padding-top: 75px;
}
.sites {
  width: 100%;
  float: left;
  padding-top: 60px;
}
.sites-list {
  width: 100%;
  float: left;
  position: relative;
}
.sites-list {
  width: 50%;
  float: left;
  position: relative;
  padding-bottom: 40px;
}
.sites-list:nth-child(odd){
  padding-right: 70px;
}
.sites-list:nth-child(even){
  padding-left:70px;
}

.site-logo img{
  max-width: 140px;
  max-height: 50px;
}
.sites-list:nth-child(4) .site-logo img{
  max-width: 140px;
}
.sites-list:nth-child(5) .site-logo img{
  max-width: 220px;
}
.site-logo {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  height: 70px;
}
.read-more {
  outline: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  float: left;
  text-align: left;
  color: #F77E0B;
  padding-top: 20px;
}
.read-more a{
  color: #F77E0B;
  font-weight: 700;
}
.read-more span{
  vertical-align: text-top;
  padding-left: 5px;
}
.read-more span img{
  width: 12px;
}
.footer {
  width: 100%;
  float: left;
  background: #1a1818;
  color: #fff;
  padding: 80px 200px;
}
.footer h3{
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  padding-bottom: 30px;
  color: #F77E0B;
}
.footer p{
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 28px;
  padding-bottom:  0px;
}
.foot-section{
  width: 100%;
  float: left;
  position: relative;
}
.foot-section a{
  color: #ffffff;
}
.social-icon {
  width: 32px;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (min-width: 1700px){
  .sdsss-wrap p {
    font-size: 22px;
    line-height: 39px;
    margin: 0;
  }
  .heading {
    font-size: 60px; 
    color: #F77E0B;
    line-height: 72px;
    margin: 0;
    padding: 0 0 10px;
  }
  .footer h3
  {
    font-size: 34px;
  }
  .footer p{
   font-size: 22px;
   line-height: 39px;
 }
}
@media only screen and (max-width: 1000px){
  .sdsss-wrap {
    width: 100%;
    float: left;
    padding:60px 80px;
    position: relative;
  }
  .footer {
    width: 100%;
    float: left;
    background: #1a1818;
    color: #fff;
    padding: 60px 80px;
  }
  .header {
    padding: 0px 80px;
  }
}
@media only screen and (max-width: 820px){
  .sdsss-wrap {
    width: 100%;
    float: left;
    padding:40px 40px;
    position: relative;
  }
  .footer {

    padding: 30px 40px;
  }
  .header {
    padding: 0px 40px;
  }

  .sdsss-wrap p {
    font-size: 15px;
    line-height: 24px; 
  }
  .heading {
    font-size: 32px; 
    line-height: 36px; 
    padding: 0;
  }
  .footer h3  {
    font-size: 22px;
    padding-bottom: 10px;
    line-height: 26px;
    font-weight: 700;
  } 
  .footer p{ 
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
  }
  .list-sections{
    padding-top: 40px;
  }
  .sites{
    padding-top: 40px;
  }
  .sites-list{
    width: 100%;
    padding-right:0 !important;
    padding-left:0 !important;
    padding-bottom: 40px;
    height: auto !important;
  }
  div#logo{
    padding: 20px 0;
  }
  .header_button{
    padding-top: 23px;
  }
  img.mob-img{
    display: block;
  }
  .banner-wrap   .desk-img{
    display: none;
  }
  .social-icon{
    top: auto;
    bottom: 0;
  }
  .content-section li{
    padding:  5px 30px 5px 20px
  }
}